:root {
    --color-primary: #4f2582;
    --color-secondary: #c71379;
    --color-secondary-dark: #9a1d63;
    --color-tertiary: #177ca1;
    --colorBlack: #000;
    --color-white: #fff;
    --color-light-black: #666;
    --colorBg: #f4f4f4;
    --color-success: #2e7d32;
    --color-error: #c31e2f;
    --color-warn: #ffa500;
    --colorDimBlack: #35363a;
    --primaryFont: 'Founders Grotesk Regular';
}

.fixed-top {
  /* position: absolute; */
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.primary-color {
  color: var(--color-primary) !important;
}
.secondary-color {
  color: var(--color-secondary) !important;
}
.black-color {
  color: var(--colorBlack) !important;
}
.white-color {
  color: var(--color-white) !important;
}
.tertiary-color {
  color: var(--color-tertiary) !important;
}
.light-black-color {
  color: var(--color-light-black) !important;
}
ul.footer-reference li {
  color: #666 !important;
}
.bg-light-shade {
  background-color: #C5E0E2 !important;
}
  .bg-pink-shade {
    background-color: rgb(243 196 212 / 5%);
}
.bg-primary {
  background-color: var(--color-primary) !important;
}
.bg-secondary {
  background-color: var(--color-secondary-dark) !important;
}
.bg-tertiary {
  background-color: var(--color-tertiary) !important;
}
.btn-primary {
  background-color: var(--color-primary);
  color: var(--color-white) !important;
  font-family: 'Founders Grotesk Semibold';
  border-radius: 12px;
  border: none;
  font-size: 22px;
  padding: 0px 40px;
  padding-top: 18px;
  line-height: 26px;
  padding-bottom: 14px;
}
.btn-primary:hover {
  background-color: #7a45bc;
    color: #fff;
    text-decoration: none;
}
.btn-secondary {
    background-color: var(--color-secondary);
    color: var(--color-white) !important;
    font-family: 'Founders Grotesk Semibold';
    border-radius: 16px;
    border: none;
    font-size: 22px;
    padding: 0px 40px;
    padding-top: 18px;
    line-height: 26px;
    padding-bottom: 14px;
    /* font-size: 24px;
      padding: 6px 34px;
      padding-top: 14px; */
}

input.btn.submit-btn {
  padding: 6px 60px;
  padding-top: 14px;
}

.btn-secondary:hover {
  background-color: #7a45bc;
    color: #fff;
    text-decoration: none;
}

.btn-tertiary {
  background-color: var(--color-primary);
  color: var(--color-white) !important;
  font-family: 'Founders Grotesk Semibold';
  border-radius: 14px;
  border: none;
  font-size: 20px;
  padding: 0px 40px;
  padding-top: 10px;
  line-height: 26px;
  padding-bottom: 6px;
}
.btn-tertiary:hover {
  background-color: #7a45bc;
  color: #fff;
  text-decoration: none;
}
/* Font 1 */
@font-face {
  font-family: 'Founders Grotesk Regular';
  src: url("../fonts/FoundersGrotesk-Regular.otf");
  font-weight: 400;
}
/* Font 2 */
@font-face {
  font-family: 'Founders Grotesk Semibold';
  src: url("../fonts/FoundersGrotesk-Semibold.otf");
  font-weight: 600;
}
@font-face {
  font-family: 'Founders Grotesk Medium';
  src: url("../fonts/FoundersGrotesk-Medium.otf");
  font-weight: 600;
}
/* Font 3 */
@font-face {
  font-family: 'Bariol Regular';
  src: url("../fonts/Bariol_Regular.otf");
  font-weight: 400;
}
p {
  font-family: 'Founders Grotesk Regular';
  font-weight: 400;
  color: var(--color-white) !important;
  font-size: 24px;
  line-height: 30px;
}
ul,li,a {
  font-family: 'Founders Grotesk Regular';
  font-weight: 400;
  color: var(--color-primary) !important;
  font-size: 23px;
  line-height: 30px;
}

ul.social-media li {
  display: inline-block;
}
ul li a.nav-link {
  font-family: 'Founders Grotesk Regular';
  font-weight: 600;
  color: var(--color-primary) !important;
  font-size: 20px;
  line-height: 28px;
}

h4 {
  font-family: 'Founders Grotesk Regular';
  font-weight: 400;
  color: var(--color-primary) !important;
  font-size: 28px;
  line-height: 30px;
}
@font-face {
  font-family: 'Constellation TL Pro';
  src: url("../fonts/ConstellationTLPro-Regular.ttf");
}
h5 {
  font-size: 30px;
  line-height: 42px;
  font-family: 'Constellation TL Pro Bold';
  -webkit-font-smoothing: none;
}
/* Font 2 */
@font-face {
  font-family: 'Constellation TL Pro Bold';
  src: url("../fonts/ConstellationTLPro-Bold.ttf");
}

@font-face {
  font-family: 'Constellation TL Pro Light';
  src: url("../fonts/ConstellationTLPro-Light.ttf");
}
h2 {
  color: #fff !important;
  font-family: 'Constellation TL Pro Light';
  font-size: 52px;
}

h2 span{
  color: #fff !important;
  font-family: 'Constellation TL Pro Bold';
}

h4 span{
  font-family: 'Constellation TL Pro Bold';
}

@font-face {
  font-family: 'Constellation TL Pro XLight';
  src: url("../fonts/ConstellationTLPro-XLight.ttf");
}

img.mob-logo.w-75 {
  width: 40% !important;
}

img.footer-logo{
  width: 13%;
}

.zero-to-twelve h2 {
  font-size: 96px;
  font-family: 'Constellation TL Pro XLight';
  line-height: 52px;
}
.zero-to-twelve h2 span {
  font-size: 52px;
}
.neocate-syn h4{
  line-height: 24px;
}
span.extra-light {
  font-family: 'Constellation TL Pro Light';
}

h4.accordion-header span{
  color:  var(--color-primary) !important;
  font-family: 'Founders Grotesk Semibold';
  font-size: 24px;
}
hr.primary-color.w-75.mx-auto {
  height: 2px;
  opacity: 1;
}
.accordion-body ul li {
  text-align: left;
}
.accordion-body h6.small-text {
  text-align: left;
}
.accordion-button::after {
  background-image: url('../img/desk/dsktp_dropdown_arrow_down_purple.png');
}

.accordion-button:not(.collapsed)::after {
  background-image: url('../img/desk/dsktp_dropdown_arrow_up_purple.png');
  transform: rotate(0deg);
}

.accordion-button:focus {
  border: none !important;
  outline: 0;
  box-shadow: none !important;
}

button.accordion-button {
  background-color: var(--color-white) !important;
}

.accordion-body {
  background-color: var(--color-white) !important;
  color: var(--color-primary);
  padding: 30px 60px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0rem - 1px);
  border-bottom-left-radius: calc(0rem - 1px);
  border-bottom: 2px solid #fff;
}
.accordion-body p {
  padding-left: 30px;
  font-size: 24px;
}
.accordion-item {
  border: 2px solid #ffffff;
}
div#flush-collapseFour {
  border-bottom: 2px solid #fff;
}
sub {
  bottom: 0.5em;
}
.accordion-item:first-of-type .accordion-button.collapsed {
  border-top: 2px solid #fff;
}
.font-familiy-regular{
font-family: 'Founders Grotesk Regular';
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}
section.home-section-one {
    background-image: url('../img/desk/dsktp_header_infant_photo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    background-position: right;
}
.home-section-one .bg-purple.shade {
  background-color: rgb(61 31 96 / 80%);
  border-top-left-radius: 0px;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 150px;
}

button.accordion-button {
  background-color: var(--color-primary);
}

.home-section-two .bg-white.shade {
  border-top-left-radius: 14px;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 150px;
} 
a.neocate-web {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
}
.product-full{
  position: absolute;
  right: 0;
  width: 45%;
  margin-top: -110px;
}

.my-border {
  border: 1px solid #ddd;
}

.product-full-2 {
  margin-top: -110px;
}

.container.bg-white.shade {
  margin-bottom: 30px !important;
}
.container.bg-white.shade.mb-last {
  margin-bottom: 40px !important;
}
.semi-bold{
font-family: 'Founders Grotesk Semibold';
}
.font-medium{
font-family: 'Founders Grotesk Medium';
}


.view-btn a {
  padding: 12px 60px;
  font-size: 24px;
  padding-top: 20px;
}
section.home-section-seven p {
  font-size: 32px;
}

/*--------------------------------------------------------------
# Drop Down
--------------------------------------------------------------*/

div#navbarSupportedContent {
  height: 60px !important;
}

@media screen and (max-width: 992px) {
  div#navbarSupportedContent {
    height: 290px !important;
  }
}

.dropbtn {
background-color: #04AA6D;
color: white;
padding: 16px;
font-size: 16px;
border: none;
}

.dropdown {
position: relative;
display: inline-block;
}

.dropdown-content {
display: none;
position: absolute;
background-color: #fff;
width: 100%;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}

.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.container.request-sec-btn a.btn-secondary {
    padding-left: 64px;
    padding-right: 64px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer.home-footer p span {
  font-family: 'Founders Grotesk Regular';
  font-weight: 400;
  color: var(--color-white) !important;
  font-size: 20px;
  line-height: 26px;
}
footer.home-footer ul li {
  font-family: 'Founders Grotesk Regular';
  font-weight: 400;
  color: var(--color-white);
  font-size: 20px;
  line-height: 26px;
}
footer.home-footer h6 {
  font-size: 20px;
  line-height: 26px;
  font-family: 'Founders Grotesk Regular';
  font-weight: 600;
}
.copyright ul li a {
  font-family: 'Bariol Regular';
  font-weight: 400;
  color: var(--color-white) !important;
  text-decoration: underline;
  line-height: 32px;
}
footer.home-footer p {
  font-size: 20px;
  line-height: 28px;
  font-family: 'Bariol Regular';
  font-weight: 400 !important;
  color: var(--color-white) !important;
}
footer.home-footer ul li {
  list-style-type: none;
  font-family: 'Bariol Regular';
}

img.zero-to-twelve {
    width: 60%;
    height: 65%;
    margin-right: 50px;
}

/* Media Query Add 333 cover*/


@media screen and (min-width: 1921px) and (max-width: 2400px) {

    img.zero-to-twelve {
        margin-right: 50px;
    }

    .product-detail.py-5 {
        margin-top: 120px;
    }
    .product-detail.spacing-two.new {
        margin-top: 200px !important;
    }
}

@media screen and (max-width: 1920px) {
.product-detail.py-5 {
  margin-top: 110px;
}
.product-detail.spacing-two.new {
  margin-top: 140px !important;
}
}


@media screen and (max-width: 1680px) {
  .product-detail.py-5 {
    margin-top: 20px;
  }
  .product-detail.spacing-two.new {
    margin-top: 40px !important;
  }
  }





 @media (min-width: 1780px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1720px !important;
}
} 
/* @media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
}
} */
@media screen and (max-width: 1280px) {
.zero-to-twelve h2.primary-color {
  padding-right: 25px !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
h2 {
  font-size: 42px;
}
form label.white-color {
  font-size: 15px;
}
ul, li, a {
    font-size: 18px;
}
}

@media (max-width: 1200px) {
    img.zero-to-twelve {
        height: 80%;
        margin-right: 10px;
        width: 80%;
    }
}

@media screen and (max-width: 1190px) {
.container, .container-lg, .container-md, .container-sm {
  max-width: 1096px;
}
.zero-to-twelve h2.primary-color {
  padding-right: 4px !important;
} 
.container.py-5.px-5.mx-5 {
  margin-left: 0px !important;
}
.my-border.pt-5 {
  padding-top: 10px !important;
}
}
@media screen and (max-width: 1024px) {

    
    .one-ninety {
        width: 70% !important;
    }
    .w-50.mx-auto.py-5.one-ninety {
      padding-top: 0px !important;
      padding-bottom: 0px !important;
    }
    a.navbar-brand {
      width: 36%;
    }

    p.black-color br{
      display: none;
    }
      .accordion-flush {
        width: 100% !important;
    }
    .zero-to-twelve h2.primary-color {
      padding-right: 12px !important;
    }
    form.w-50.mx-auto {
      width: 100% !important;
      padding: 0;
    }
    .view-btn a {
      padding: 8px 30px;
      font-size: 20px;
      padding-top: 14px;
    }
    h2 {
      font-size: 36px;
    }
    .container, .container-lg, .container-md, .container-sm {
      max-width: 998px;
    }
    .copyright {
      padding-left: 0 !important;
    }
    .white-space.px-5 {
      padding-left: 20px !important;
      padding-right: 20px !important;
    }
}
@media (max-width: 992px){
.container, .container-lg, .container-md, .container-sm {
    max-width: 960px ;
}
}
@media screen and (max-width: 992px) {
  ul.mobile-nav-menu {
    margin-top: 10px !important;
    padding-left: 30px !important;
}
  ul.mobile-nav-menu a {
    line-height: 15px !important;
  }
 
  .product-mob-full {
    margin-top: -120px;
}
.mob-width.d-flex.justify-content-around {
  margin-top: 50px;
}
p.br-remove br {
  display: none;
}
.mb-mob-3{
  margin-bottom: 30px;
}
.my-border.pb-mob-0 {
  padding-bottom: 0px !important;
}
.home-section-four .container.w-50 {
  width: 75% !important;
}
.my-border {
  border: none;
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}
  .navbar-light .navbar-toggler-icon {
    background-image: url('../img/mbl_nav_menu.png');
  }
  .navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,0);
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0rem;
}
.text-mob-center{
  text-align: center;
}
.zero-to-twelve h2.primary-color {
  padding-right: 50px !important;
}
.product-detail p {
  text-align: center;
}
.mob-x-padd h2 {
  padding-top: 0px !important;
}
.mob-x-padd {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
    img.img-headline {
        width: 86%;
        padding-bottom: 80px;
    }
    h5 {
        font-size: 26px;
        line-height: 30px;
        -webkit-font-smoothing: none;
    }
}
@media screen and (max-width: 840px) {

    img.zero-to-twelve {
        margin-right: 80px;
    }
  .container, .container-md, .container-sm {
    max-width: 800px;
}
.zero-to-twelve h2 {
  font-size: 66px;
  line-height: 40px;
}
.zero-to-twelve h2 span {
  font-size: 36px;
}
.copyright {
  padding-left: 15px !important;
}
    .neocate-syn h4 {
        line-height: 28px;
    }
}
@media screen and (max-width: 768px) {
.container, .container-md, .container-sm {
  max-width: 706px;
}
.relief-para br {
  display: none;
}
a.navbar-brand {
  width: 50%;
}
img.mob-logo.w-75 {
  width: 48% !important;
}
img.footer-logo {
  width: 20%;
}
h5.secondary-color br {
  display: none;
}
}
@media screen and (max-width: 640px) {
    img.zero-to-twelve {
        height: 40%;
        margin-right: 0px;
        width: 100%;
    }
    .container, .container-md, .container-sm {
        max-width: 580px;
    }
    img.mob-logo.w-75 {
      width: 40% !important;
    }
    a.navbar-brand {
      width: 75%;
    }
    .home-section-five p br {
      display: none;
    }
    .home-section-four p br {
      display: none;
    }
    p.text-mob-center {
      margin: auto !important;
    }
    section.home-section-one {
      background-image: url(../img/mbl_infant_header_photo.jpg);
      background-position: center;
    } 
    section.home-section-seven p {
      font-size: 24px;
    }
    img.img-prdouct-01 {
      position: absolute;
      width: 50%;
      left: 30%;
      margin-top: -50px;
    }
    img.img-prdouct-02 {
      position: absolute;
      width: 50%;
      left: 30%;
      margin-top: -50px;
    }
    img.img-prdouct-03 {
      position: absolute;
      width: 50%;
      left: 30%;
      margin-top: -80px;
    }
    .spacing-two p {
      padding-bottom: 50px;
    }
    .product-detail {
      padding-top: 20px !important;
    }
    .container.bg-white.shade {
      margin-bottom: 160px !important;
    }
    .request-sec-btn.mob-mb {
      margin-top: 180px;
    }
    .label-mob-font label.white-color{
      display: contents;
    }
    nav.navbar.navbar-expand-lg.navbar-light .container {background-color: white;padding-left: 15px !important;padding-bottom: 10px !important;}

    nav.navbar.navbar-expand-lg.navbar-light.bg-white {
        background-color: transparent !important;
    }
    hr.secondary-color {
      width: 100% !important;
    }

    section.home-section-one p br {
      display: block !important;
    }

}

@media screen and (max-width: 580px) {
  .container, .container-md, .container-sm {
    max-width: 520px;
  }
  .bg-purple.shade {
    width: 86%;
    margin-bottom: 190px !important;
}
}

@media screen and (max-width: 480px) {
    a.neocate-web {
        font-size: 22px;
    }
  .container, .container-md, .container-sm {
    max-width: 420px;
  }
  h4.accordion-header span {
    font-size: 22px;
}
.container.bg-white.shade {
  margin-bottom: 100px !important;
}
.request-sec-btn.mob-mb {
  margin-top: 120px;
}
footer.home-footer p {
  font-size: 16px;
  line-height: 18px;
}
footer.home-footer ul li {
  font-size: 16px;
  line-height: 22px;
}
ul, li, a {
  font-size: 18px;
  line-height: 24px !important;
}
.zero-to-twelve h2 {
  font-size: 50px;
  line-height: 34px;
}
.zero-to-twelve h2 span {
  font-size: 30px;
}
.neocate-syn {
  padding-left: 50px;
}
.home-section-one p.speak {
  text-align: center;
  line-height: 24px;
}
.container.request-sec-btn.pb-3 {
  text-align: center;
}
.container.request-sec-btn a {
  margin-bottom: 15px;
}
img.mob-logo.w-75 {
  width: 58% !important;
}
.product-mob-full {
  margin-top: -60px;
}
img.mob-width {
  width: 25%;
}
.home-section-four .row {
  width: 100% !important;
}
p.black-color.py-3 {
  margin-bottom: 0px;
}
.mob-mag {
  margin-top: 20px;
}
.relief-para {
  width: 100% !important;
}
.home-section-four h2.primary-color {
  padding-bottom: 30px !important;
}
.home-section-four .container.w-50 {
  width: 100% !important;
}
hr.primary-color.w-75.mx-auto {
  width: 100% !important;
}
.neocate-products-section h5.primary-color.py-5 br {
  display: none;
}
.neocate-products-section h5.primary-color.py-5  {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.neocate-products-section .row.w-75.mx-auto {
  width: 100% !important;
}
.my-border .w-50.mx-auto.one-ninety {
  width: 100% !important;
}
p.black-color.helloo br {
  display: none;
}
img.footer-logo {
  width: 56%;
}
.mob-pt-5 {
  padding-top: 25px !important;
}
.neocate-products-section .row.pb-5 {
  padding-bottom: 0px !important;
}
h5.secondary-color br {
  display: none;
}
a.btn.btn-secondary.mob-spac {
    margin-right: 10px;
    width: 73%;
}
    img.img-prdouct-01 {
        position: absolute;
        /*width: 70%;
        left: 10%;
        margin-top: -50px;*/
        width: 64%;
        left: 10%;
        margin-top: -75px;
    }


}
@media screen and (max-width: 415px) {
    /* New Changes */
    a.btn.btn-secondary.mob-spac {
        margin-right: 10px;
        width: 66%;
    }
    img.img-prdouct-01 {
        position: absolute;
        width: 70%;
        left: 10%;
        margin-top: -50px;
    }
   

    .container.request-sec-btn a.btn-secondary {
        padding-left: 30px;
        padding-right: 30px;
    }
    

    /* New Changes Yahan Tak*/
    footer.home-footer p {
        font-size: 14px;
    }
    .one-ninety p {
        padding-left: 25px;
        padding-right: 25px;
    }

  .bg-purple.shade .container {

      padding-top: 20px !important;
      padding-bottom: 20px !important;
    }

  .container, .container-md, .container-sm {
    max-width: 374px;
  }
  p {
    font-size: 22px;
    line-height: 26px;
}

p br{
  display: none;
}
.zero-to-twelve h2.primary-color {
  padding-right: 20px !important;
}
.neocate-syn {
  padding-left: 20px;
}

.product-mob-full {
  margin-top: -80px;
}

footer.home-footer ul li {
  font-size: 15px;
}

h2 {
  font-size: 36px;
}
.container.py-5.px-5.mx-5 {
  padding-right: 0px !important;
}
.container.bg-white.shade {
  margin-bottom: 30px !important;
}
.home-section-two .container.mb-5 {
  padding: 0;
}
     h5 {
        font-size: 26px;
        line-height: 30px;
        -webkit-font-smoothing: none;
    }
.home-section-four .container {
  padding: 0 !important;
}
img.mob-logo.w-75 {
  width: 64% !important;
}
img.footer-logo {
  width: 50%;
}
.neocate-sample-btn a.btn.btn-secondary {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
section#home {
  padding-bottom: 20px !important;
}
.accordion-body h6.small-text {
    font-size: 12px;
}

.accordion-body {
    padding: 25px 45px;
}
.home-section-two .col-lg-12 h2 {
    padding: 0 42px;
}

/*a.btn.btn-secondary.mob-spac {
    margin-right: 10px;
    width: 84%;
}*/
}
@media screen and (max-width: 376px) {
  img.img-prdouct-01 {
    width: 75%;
}

  img.footer-logo {
    width: 53%;
}
img.mob-logo.w-75 {
  width: 74% !important;
}
  .container, .container-md, .container-sm {
    max-width: 320px;
  }
  p {
    font-size: 20px;
}

form.w-50.mx-auto {
  padding: 0 10px;
}
p.text-mob-center {
  padding: 0 25px !important;
}
.neocate-syn h4 {
  line-height: 20px;
  font-size: 20px;
}
footer.home-footer ul li {
  font-size: 13px;
}
footer.home-footer p {
  font-size: 14px;
  line-height: 15px;
}
ul, li, a {
  font-size: 14px;
  line-height: 20px !important;
}
h4.primary-color.pt-5.mob-nutra-h4 {
  padding-left: 20px;
}
a.btn.btn-secondary.mob-spac {
    margin-right: 10px;
    width: 88%;
}
    .container.request-sec-btn a.btn-secondary {
        padding-left: 50px;
        padding-right: 50px;
    }
}
 .fixed-top.header-scrolled {
  background-color: #fff;
} 
hr.secondary-color {
  opacity: 1;
  height: 2px;
}

.fix {
  position: absolute;
  width: 50%;
}
.col.lab-div {
padding-left: 32px;
}

