:root {
  --color-primary: #4f2582;
  --color-secondary: #177ca1;
  --color-secondary-bright: #0e88b5;
  --color-tertiary: #c71379;
  --colorBlack: #000;
  --color-white: #fff;
  --color-light-black: #666;
  --colorBg: #f4f4f4;
  --color-success: #2e7d32;
  --color-error: #c31e2f;
  --color-warn: #ffa500;
  --colorDimBlack: #35363a;
  --ConstellationTLPro-Bold: 'ConstellationTLPro-Bold.ttf';
  --FoundersGrotesk-Regular: 'FoundersGrotesk-Regular.otf';
  --FoundersGrotesk-Semibold: 'FoundersGrotesk-Semibold.otf';
  --primaryFont: 'Founders Grotesk Regular';
}

.container{
  max-width: 1408px;
}

section.hero-section {
	margin-top: 100px;
}

.mobile-inner{
        display: none;
    }

button.navbar-toggler {
	position: absolute !important;
	right: 18px !important;
	top: 28px !important;
}

.update-header{
    background:url(../img/desk/header-img.webp) no-repeat center;
    background-size: cover;
    padding: 40px 0;
}

.update-header .container {
    max-width: 1580px;
    width: 100%;
    padding: 0;
}

	.update-header .inner-head h2 {
		font-family: 'Constellation TL Pro Bold';
		color: var(--color-primary) !important;
		font-size: 40px;
	}

.update-inner-content .inner-img img{
    max-width: 56%;
    width: 100%;
}

.update-inner-content .inner-para p {
	font-family: 'Founders Grotesk Regular';
	color: var(--color-primary) !important;
	font-size: 22px;
	line-height: normal;
}

.update-inner-content .inner-link a {
	text-decoration: none;
	color: var(--color-white);
	font-family: 'Founders Grotesk Semibold';
	background-color: var(--color-secondary-bright);
	font-size: 24px;
	padding: 20px 50px 16px 50px;
	border-radius: 16px;
	border: 0;
}

.update-inner-content  .inner-link a:hover{
    background-color: var(--color-primary);
    transition: all 0.3s ease-in-out;
    color: var(--color-white);
}

@media only screen and (max-width: 1181px) {
    .update-header{
        background:url(../img/desk/mobile-header-img.webp) no-repeat;
        background-position: top left;
        background-size: cover;
    }
    .desk-inner{
        display: none;
    }
    .mobile-inner{
        margin: auto;
        text-align: center;
        display: block;
    }
    .update-header .inner-head h2 {
        font-size: 32px;
    }
    .inner-img {
        text-align: right;
        padding-right: 20px;
    }
    .update-inner-content .inner-img img {
        max-width: 66%;
        width: 100%;
    }
}

@media only screen and (max-width: 767px){
    .update-inner-content .inner-img img {
        max-width: 100%;
    }
    .update-header
 {
        background-position: right;
        background-image: none;
        background-color: #dedede;
    }
    .update-header .container {
        padding: 0 .75rem;
    }

    .update-inner-content .inner-link a {
        display: block;
        width: 100%;
        margin-bottom: 14px !important;
    }
        .update-header {
        background-position: right;
    }
.inner-head.mx-4 {
    margin: 0 !important;
	}
}

.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-bright) !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) !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-bright);
  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-tertiary);
  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; */
}
.btn-tertiary:hover {
  background-color: var(--color-secondary-bright);
}

.dropdown .btn-tertiary {
  background-color: var(--color-primary);
  color: var(--color-white) !important;
  font-family: 'Founders Grotesk Semibold';
  border-radius: 14px;
  border: none;
  font-size: 22px;
  padding: 0px 40px;
  padding-top: 10px;
  line-height: 26px;
  padding-bottom: 6px;
}
/* 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;
  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';
  font-weight: 700;
}

/* 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-white) !important;
  font-family: 'Founders Grotesk Semibold';
  font-size: 20px;
}
hr.white-color {
  height: 2px;
  opacity: 1;
}
.accordion-body ul li {
  text-align: left;
  font-size: 20px;
}
p.white-color.accordion-flush-comparing {
	font-size: 12px;
	line-height: normal;
	padding: 0 48px ;
	font-family: 'Bariol Regular';
}
@font-face {
	font-family: 'bariol-light';
	src: url('../fonts/bariol-light.otf') format('opentype');
}
.accordion-body h6.small-text {
  text-align: left;
}
.accordion-button::after {
  background-image: url('../img/desk/dsktp_dropdown_arrow_down_white.png');
}

.accordion-button:not(.collapsed)::after {
  background-image: url('../img/desk/dsktp_dropdown_arrow_up_white.png');
  transform: rotate(0deg);
}

.accordion-button:focus {
  border: none !important;
  outline: 0;
  box-shadow: none !important;
}

button.accordion-button {
  background-color: var(--color-secondary) !important;
}

.accordion-body {
  background-color: var(--color-secondary) !important;
  color: var(--color-white);
  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);
}
.accordion-body p {
  padding-left: 30px;
  font-size: 20px;
}
.accordion-item {
  border: 2px solid #ffffff;
}
div#flush-collapseFour {
  border-bottom: 2px solid #fff;
}
sub {
  bottom: 0.5em;
}

.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_junior_photo.jpg'); */
  /*background-image: url('../img/desk/new-banner.jpg');*/
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
  background-position: right;
  padding-bottom: 110px;
}
.home-section-one h2{
  font-size: 40px;
}
.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;
} 

.neocate-syn h4 span {
  font-size: 34px;
  line-height: 46px;
}
a.neocate-web {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
}
.product-full{
  position: absolute;
  right: 0;
  width: 43%;
  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';
}
section.home-section-one p {
  font-size: 22px;
  line-height: 24px;
}
section.home-section-one p.speak {
  font-size: 19px !important;
}

.giggle-monster-btn a{ 
  font-size: 16px;
  padding-top: 16px;
  line-height: 26px;
  padding-left: 40px !important;
  padding-bottom: 10px;
  padding-right: 40px !important;
}
.view-btn a {
  padding: 12px 60px;
  font-size: 24px;
  padding-top: 20px;
}
section.home-section-seven p {
  font-size: 26px;
}

section.neocate-products-section p {
  font-size: 20px;
  line-height: 24px;
}

a.neocate-web {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.section-seven-p-two {
  font-size: 16px !important;
}

/*--------------------------------------------------------------
# Drop Down
--------------------------------------------------------------*/

div#navbarSupportedContent {
  height: 60px !important;
}

@media screen and (max-width: 992px) {
  div#navbarSupportedContent {
    height: 290px !important;
  }
	img.img-headline {
		max-width: 86%;
		padding-bottom: 80px;
	}
}

.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;}

.home-section-two p span{
  font-family: 'Constellation TL Pro Bold';
}
.three-servings h2 {
  font-size: 28px;
  line-height: 30px;
}

img.play-button {
  width: 35%;
  margin:0 auto;
}
 
.video-baby-1 {
    background-image: url('../img/desk/video-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding: 160px;
} 

.video-baby-2 {
  background-image: url('../img/desk/video-2.png');
  background-repeat: no-repeat;
  background-size: contain;
  padding: 160px;
}
.fancy-play-button.text-center {
  margin-top: -30px;
  cursor: pointer;
}
section.home-section-four h4 {
  font-family: 'Constellation TL Pro Light';
}

/*--------------------------------------------------------------
# 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';
}

a.btn.btn-secondary.mob-spac {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

 .container.request-sec-btn a.btn-secondary {
  /* padding: 6px 64px;
  padding-top: 12px;  */
  padding-left: 60px;
  padding-right: 60px;
}
span.not-bold {
  font-family: 'Founders Grotesk Regular' !important;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
img.zero-to-twelve {
  width: 100%;
  height: 94%;
  margin-right: 30px;
}

/* Media Query Add 333 cover*/

@media screen and (min-width: 1921px) and (max-width: 2400px) {
  img.zero-to-twelve {
  margin-right: 50px;
  }
}

@media screen and (max-width: 1920px) {
section.home-section-one{
  min-height: 100vh;
}
}
@media screen and (max-width: 1680px) {
section.home-section-one{
  min-height: auto;
}
	.neocate-products-section p {
		padding: 0 18px;
	}
}

 @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;
}
h2 {
  font-size: 42px;
}
form label.white-color {
  font-size: 15px;
}
ul, li, a {
    font-size: 18px;
}
.product-full {
  width: 47% !important;
}
}
 @media (max-width: 1400px){
  img.zero-to-twelve {
      width: 90%;
      height: 70%;
      margin-right: 20px;
  }
  } 
@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;
}
img.table-image {
  width: 100%;
}
img.img-prdouct {
  width: 100%;
}
.product-full {
  right: 60px;
}
}
@media screen and (max-width: 1024px) {
/* .one-ninety {
    width: 70% !important;
} */
.w-75.mx-auto.one-ninety {
  width: 75% !important;
}
.w-50.mx-auto.py-5.one-ninety {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
a.navbar-brand {
  width: 36%;
}
.hello-pt {
  padding-top: 20px !important;
}
p.black-color br{
  display: none;
}
.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;
}
.home-section-one p br {
  display: none;
}
}
@media (max-width: 992px){
.container, .container-lg, .container-md, .container-sm {
    max-width: 960px ;
}
.accordion-container {
  width: 75% !important;
}
p.white-color.accordion-flush-comparing br{
  display: none;
}
}
@media screen and (max-width: 992px) {

  img.mob-width-img{
    width: 100%
  }
  img.table-image{
    width: 100%
  }
  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: 80px; */
  margin-top: 30px;
  margin-bottom: 30px;
}
.accordion-flush {
  width: 98% !important;
}
p.br-remove br {
  display: none;
}
.mb-mob-3{
  margin-bottom: 30px;
}
.my-border.pb-mob-0 {
  padding-bottom: 0px !important;
}
.my-border.pt-5.hello-pt {
  padding-top: 30px !important;
  padding-bottom: 50px !important;
}
.home-section-four .container.w-50 {
  width: 75% !important;
}
.my-border {
  border: none;
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}
.my-border.border-bottom-nil {
  padding-bottom: 0px !important;
}
.margin-custom-start {
  margin-left: 0% !important;
}
hr.white-color.w-50.margin-custom-start {
  width: 96% !important;
  margin: 0 8px !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;
  padding-left: 0px !important;
  margin-left: 0px !important;
}
.mob-x-padd h2 {
  padding-top: 0px !important;
}
.mob-x-padd {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
section.home-section-four h6 br {
  display: none;
}
section.home-section-four p br {
  display: none;
}
.my-border.pb-mob-0 {
  padding-top: 0px !important;
}
.video-baby-1 {
  background-size: cover;
  margin-bottom: 30px;
}
.video-baby-2 {
  background-size: cover;
}
.mob-width.d-flex.justify-content-around {
  justify-content: center !important;
}
section.home-section-one{
  height: auto !important;
}
.col-lg-12.product-detail.py-5.ps-5.ms-5 {
    margin-left: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 30px !important;
}
img.zero-to-twelve {
  width: 75%;
  height: 70%;
}
}
@media screen and (max-width: 840px) {
  .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;
}
}
@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%;
}
.relief-para.w-50.mx-auto {
  width: 100% !important;
}
}
@media screen and (max-width: 640px) {
  .accordion-container {
    width: 100% !important;
}
p.white-color.accordion-flush-comparing {
  font-size: 12px;
  line-height: normal;
  padding: 0;
}
  .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_juinor_header_photo.jpg');
  background-position: center;
  padding-bottom: 20px !important;
} 
section.home-section-seven p {
  font-size: 24px;
  line-height: 30px;
}
	img.img-prdouct-01 {
		position: unset;
		width: 80%;
		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.py-5 p br {
  display: none;
}
.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;
    padding-bottom: 0px;
    padding-top: 0px !important;
}
hr.secondary-color {
  width: 100% !important;
  }
  /* .container.request-sec-btn a.btn-secondary {
    padding: 6px 34px;
    padding-top: 14px;
} */
hr.white-color.w-75.mx-auto {
  width: 94% !important;
}
.accordion-flush {
  width: 100% !important;
}
span.not-bold {
  display: block;
  font-size: 20px;
  line-height: 24px;
}
section.home-section-four.neocate-junior {
  padding-bottom: 40px !important;
}
section.home-section-six.bg-secondary.py-5 {
  padding-top: 20px !important;
  padding-bottom: 0px !important;
}
section.home-section-seven.bg-primary.py-5 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.mob-pt-0 {
  padding-top: 0px !important;
}
.mob-pt-0 p {
  padding: 0 10px;
}
section.home-section-eight.py-5.bg-secondary {
  padding-top: 30px !important;
  padding-bottom: 0px !important;
}
section.neocate-products-section.py-3 {
  padding-bottom: 0px !important;
}

img.zero-to-twelve {
  width: 80%;
  height: 50%;
}
.neocate-syn h4 span {
  font-size: 20px;
  line-height: 24px;
}
}

@media screen and (max-width: 580px) {

  .container, .container-md, .container-sm {
    max-width: 520px;
  }
  .bg-purple.shade {
    width: 86%;
    margin-bottom: 220px !important;
}
.spac-bott {
  width: 50%;
  margin-bottom: 30px;
}
	.spac-bott-three {
		width: 100%;
	}
section.home-section-four.bg-primary .row {
  margin: 0;
}
p.comparing br {
  display: block;
}
section.home-section-seven.bg-primary h2 {
  font-size: 44px !important;
}
}

@media screen and (max-width: 480px) {
	h5 {
		font-size: 26px;
		line-height: 30px;
	}
  .container, .container-md, .container-sm {
    max-width: 420px;
  }
  h4.accordion-header span {
    font-size: 24px;
}
.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;
}
.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;
}

.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%;
}
h5.secondary-color br {
  display: none;
}
img.play-button {
  width: 40%;
  margin: 0 auto;
}

.video-baby-1 {
  background-image: url('../img/mbl-video-1.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px;
} 

.video-baby-2 {
background-image: url('../img/mbl-video-2.png');
background-repeat: no-repeat;
background-size: cover;
padding: 100px;
}

.fancy-play-button.text-center {
  margin-top: -5px;
}
img.icon-image {
  width: 50%;
}
	.spac-bott-three img.icon-image {
		width: 25%;
	}
.three-servings h2 {
  font-size: 22px;
  line-height: 26px;
}
img.icon-glass-image.pb-4 {
  width: 25%;
}
.row .text-sm-left {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  justify-content: start;
  padding-left: 30px;
}
.text-sm-left h4.white-color {
  text-align: left;
  font-size: 20px;
  margin-left: 20px;
  line-height: 22px;
}
.text-sm-left h4.white-color br {
  display: none;
}
.mob-width.d-flex.justify-content-around {
  margin-top: 40px;
}
.product-detail p br {
  display: block;
}
p.ps-0.mb-0 {
  margin-left: -15px;
}
	a.btn.btn-secondary.mob-spac {
		margin-right: 16px;
		width: 63%;
	}
p.comparing {
  font-size: 12px !important;
  line-height: 14px !important;
}
.col-sm-12.text-center.mob-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
}
@media screen and (max-width: 415px) {
  /* New Changes */

  img.img-headline {
    width: 86%;
    padding-bottom: 80px;
}

.container.request-sec-btn a.btn-secondary {
  padding-left: 30px;
  padding-right: 30px;
}
a.btn.btn-secondary.mob-spac {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
/*Remove this css from 415 */
a.btn.btn-secondary.mob-spac {
  margin-right: 10px;
  width: 63%;
}

/* a.btn.btn-secondary.mob-spac {
  margin-right: 10px;
  width: 84%;
} */
/* New Changes Yahan Tak*/

  a.neocate-web {
    font-size: 22px;
}

  .container, .container-md, .container-sm {
    max-width: 374px;
  }
  p {
    font-size: 22px;
    line-height: 26px;
}
section.home-section-one p.speak {
  font-size: 23px !important;
  line-height: 26px;
}
section.did-you-know p.text-center.black-color {
  padding: 0px 22px;
  line-height: 22px;
}

p br{
  display: none;
}
.zero-to-twelve h2.primary-color {
  padding-right: 20px !important;
}
.neocate-syn {
  padding-left: 20px;
  margin-top: 6px;
}
img.divider {
  max-height: 100px;
}
img.img-prdouct-01 {
  position: absolute;
  width: 92%;
  left: 5%;
  margin-top: -80px;
}
.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;
  margin-top: 100px !important;
}
.home-section-two .container.mb-5 {
  padding: 0;
}
.home-section-four h5 {
  font-size: 26px;
  line-height: 36px;
}
.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;
}
.bg-purple.shade .container {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.mob-width.d-flex.justify-content-around {
  margin-top: 100px;
  margin-bottom: 10px;
}
section.home-section-four {
  padding-top: 30px !important;
  padding-bottom: 10px !important;
}
section.home-section-four .row{
  margin-bottom: 0px !important;
}
h6.text-center.white-color {
  font-size: 14px;
}
section.home-section-four .row.pt-5.w-75.mx-auto {
  padding-top: 0px !important;
}
section.did-you-know {
  padding-top: 30px !important;
  padding-bottom: 10px !important;
}
span.relief {
  display: block;
}
.mob-pad-top{
  padding-top: 0px !important;
}
.accordion-body h6.small-text {
  font-size: 12px;
}
.accordion-body {
  padding: 25px 45px;
}
.home-section-two .col-lg-12 h2 {
  padding: 0 42px;
}

/*.container.request-sec-btn a.btn-secondary {
  margin-right: 0px !important;
}*/
footer.home-footer p {
font-size: 14px;
}
.copyright ul li a {
  font-size: 14px;
}
section.home-section-four h4 {
  font-size: 20px;
}
/* .neocate-syn h4 span {
  font-size: 22px;
  line-height: 30px;
} */
span.not-bold {
  font-size: 22px !important;
  line-height: 26px !important;
}
p.font-minimum {
  font-size: 15px !important;
  line-height: 20px !important;
}
p.font-maximum {
  font-size: 22px !important;
}
.product-detail p {
  font-size: 24px;
  line-height: 28px;
}
section.home-section-six h2.pt-3 {
  font-size: 44px !important;
}
.w-75.mx-auto.one-ninety {
  width: 100% !important;
}
.w-75.mx-auto.py-5.one-ninety {
  width: 100% !important;
}
.one-ninety p.black-color {
  margin-bottom: 10px !important;
}
.one-ninety h5.secondary-color {
  margin-bottom: 10px !important;
}
.w-75.mx-auto.pt-4.one-ninety {
  padding-top: 0px !important;
}
section.home-section-eight h2 {
  font-size: 44px !important;
}
section.vidoo-section .container, .container-md, .container-sm {
  max-width: 350px;
}
.product-detail p {
  font-size: 22px !important;
  line-height: 26px !important;
}
span.not-bold.pl-mb-1 {
  padding-left: 5px;
}
section.home-section-six .relief-para.w-75.mx-auto p.white-color {
  padding: 0 2px;
  margin-bottom: 0px;
}
p.font-minimum br {
  display: block;
}
section#why-neocate {
  padding-top: 70px !important;
}
.accordion-body ul li {
  font-size: 24px;
  line-height: 26px !important;
}
.accordion-body ul {
  margin-top: 10px;
}
}
@media screen and (max-width: 376px) {
  img.img-prdouct-01 {
    width: 85%;
}
  /* New Changes */
a.btn.btn-secondary.mob-spac {
  margin-right: 10px;
  width: 74%;
}
 /* New Changes */
.home-section-two .col-lg-12 h2 {
  padding: 0 24px;
}
  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;
}
.btn-tertiary {
  font-size: 22px;
}
.product-detail p {
  font-size: 24px !important;
  line-height: 26px !important;
}
img.divider {
  max-height: 170px;
}
.mob-width.d-flex.justify-content-around {
  margin-top: 75px;
}
span.not-bold {
  font-size: 20px !important;
  line-height: 24px !important;
}
section.home-section-one p {
  font-size: 24px;
  line-height: 30px;
}
}
 .fixed-top.header-scrolled {
  background-color: #fff;
} 
hr.secondary-color {
  opacity: 1;
  height: 2px;
}


/*QA CSS*/
p.comparing {
  font-size: 18px;
  line-height: 26px;
}
.margin-custom-start {
  margin-left: 22%;
}

.product-detail p {
  font-size: 28px;
  line-height: 34px;
}
span.not-bold {
  font-size: 28px;
  line-height: 30px;
}
p.font-minimum {
  font-size: 22px;
}
p.font-maximum {
  font-size: 26px;
}
.one-ninety h5.secondary-color {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 20px;
}
.one-ninety p.black-color {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1281px) {
.one-ninety p.black-color br {
  display: none;
}
.one-ninety h5.secondary-color br {
  display: none;
}
.w-75.mx-auto.one-ninety {
  width: 92% !important;
}
}
@media screen and (max-width: 1024px) {
  .w-75.mx-auto.py-5.one-ninety {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.one-ninety h5.secondary-color {
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 20px;
}
.one-ninety p.black-color {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 30px;
}

.col-lg-12.product-detail.py-5.ps-5.ms-5 {
  margin-left: 0px !important;
}
}


/* Accordion Bullet Points Style */

/* For Desktop (Normal Css) */
.accordion-body ul.ps-0.text-left {
  margin-left: 15px !important;
}

/* For Mobile (480 CSS) */
@media screen and (max-width: 480px) {
.accordion-body ul.ps-0.text-left {
  margin-left: 0px !important;
}
	.giggle-monster-btn a {
		width: 70% !important;
		margin: auto !important;
		display: block;
		margin-bottom: 15px !important;
	}
	a.btn.btn-secondary.mob-spac {
		margin-bottom: 0 !important;
	}
}