:root{
    --white-coloe: #ffffff;
    --blue-color: #592C82;
    --bg-blue-color: #592C82;
    --bg-white: #ffffff;
    --home-bg-green:linear-gradient(to bottom, #F8F8F8, #DBEFE6);
    --bg-pink: #F3F0F6;
    --bg-pink-color: linear-gradient(110deg, #F8F2F4, #F8D5E2);
    --bg-light-blue: linear-gradient(110deg, #F2F4F7, #BDCFEA);
    --bg-light-yellow: #FAFAFA;
    --bg-light-green: #F0F6F4;
    --black-color: #000000;
    --bg-light-gray: #FAFAFA;
    --light-blue-color: #BFA8CD;
    --light-blue-bg-color: #F3F0F6;
    --h1-color: #BEABCC;
    --bg-yellow-color: linear-gradient(to right, #B79763, #DCC383, #F9E7B1, #DCC383, #B79763);
    --constellation-bold: "ConstellationTLPro-Bold.ttf";
    --constellation-regular: "ConstellationTLPro-Regular.ttf";
    --founder-bold: "FoundersGrotesk-Semibold.otf";
    --founder-regular: "FoundersGrotesk-Regular.otf";
    --gradient:  linear-gradient(#B79763, #DCC383, #F9E7B1, #DCC383, #B79763);
}

@font-face {
    font-family: "ConstellationTLPro-Bold.ttf";
    src: url(../Fonts/Constellation/ConstellationTLPro-Bold.ttf);
}

@font-face {
    font-family: "ConstellationTLPro-Regular.ttf";
    src: url(../Fonts/Constellation/ConstellationTLPro-Regular.ttf);
}

@font-face {
    font-family: "FoundersGrotesk-Semibold.otf";
    src: url(../Fonts/Founders/FoundersGrotesk-Semibold.otf);
}

@font-face {
    font-family: "FoundersGrotesk-Regular.otf";
    src: url(../Fonts/Founders/FoundersGrotesk-Regular.otf);
}


body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* overflow-x: hidden; */
}

.copy-right {
    font-size: 14px;
}

.lh30.inline.plrtiny.mobile-make-fit.p-0 {
    font-size: 14px !important;
    padding-right: 40px !important;
}

.contains{
    max-width: 1320px !important;
}

.home-h1{
    font-family: var(--constellation-bold);
    font-size: 128px;
}

.home-h2{
    font-family: var(--constellation-bold);
    font-size: 44px;
    line-height: 1;
}

.home-h3{
    font-size: 24px;
    font-family: var(--constellation-bold);
}

.home-h4{
    font-family: var(--constellation-bold);
    font-size: 18px;
    line-height: 20px !important;
    margin-bottom: 8px;
}

.home-h5{
    font-size: 17px;
    font-family: var(--constellation-bold);
    line-height: 20px;
}

.home-span{
    font-size: 19px;
    font-family: var(--founder-bold);
}

a{
    text-decoration: none !important;
    /* list-style: none !important; */
}

.home-li{
    list-style: none;
}
.home-a{
    font-family: var(--constellation-bold);
    font-size: 18px;
    padding: 12px 34px;
    border-radius: 50px;
}

.home-a:hover{
    color: var(--blue-color);
}
.home-p{
    font-size: 18px;
    font-family: var(--founder-regular);
    line-height: 20px !important;
}

.home-li{
    font-family: var(--founder-regular);
    font-size: 18px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: var(--bg-blue-color);
    border-radius: 50%;
}

button.accordion-button.arrow {
    position: relative;
}

/* Override font size for Chrome */
@supports (-webkit-appearance:none) {
    .home-h4 {
        font-size: 17px; /* Font size for Chrome */
        line-height: 1;
        margin-bottom: 8px;
    }
}
 
/* Override font size for Firefox */
@supports not (-moz-appearance:none) {
    .home-h4 {
        font-size: 17px; /* Font size for Firefox */
        line-height: 1;
        margin-bottom: 8px;
    }
}

.video{
    position: relative;
    /* height: 79vh; */
}

sup {
    top: -.5em !important;
}

.banner-img{
    display: none;
}
.dask-banner{
    display: none;
}
video {
    min-height: 88vh;
    object-fit: cover;
    width:100%;
  }
  .video-position {
    position: absolute;
    top: 56%;
    left: 6%;
    transform: translateY(-50%);
    width: 70%;
}
  .home-video-wrapper {
    width:100%;
    /* height: 79px;; */
    overflow: hidden;
  }
.video .world-wide{
    margin: 32px 0  48px 73px;
}

.video .world-wide img {
    width: 91%;
    /* margin-top: 32px; */
}

.video .expore-btn{
    background: var(--bg-yellow-color);
    padding: 12px 34px;
    border-radius: 50px;
    font-family: var(--constellation-bold);
    color: var(--blue-color);
    /* font-size: 18px; */
    white-space: nowrap;
}

.video .expore-btn:hover{
    color: var(--blue-color);
}

.video .shop {
    background-color: var(--bg-white);
    padding: 12px 34px;
    border-radius: 50px;
    font-family: var(--constellation-bold);
    color: var(--blue-color);
    /* font-size: 18px; */
    margin-left: 27px;
    white-space: nowrap;
}

.video .shop:hover{
    color: var(--blue-color);
}



/* Banner Section Start */

    .banner{
        background-image: url(../img/Desk-img/Banner.jpg);
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        /* height: 100vh; */
        background-position-y: -229px;
    }

    .banner .world-wide{
        margin: 32px 0  48px 73px;
    }

    .banner .world-wide img {
        width: 73%;
        /* margin-top: 32px; */

    }

    .banner .expore-btn{
        background: var(--bg-yellow-color);
        padding: 12px 34px;
        border-radius: 50px;
        font-family: var(--constellation-bold);
        color: var(--blue-color);
        /* font-size: 18px; */
    }

    .banner .expore-btn:hover{
        color: var(--blue-color);
    }

    .banner .shop {
        background-color: var(--bg-white);
        padding: 12px 34px;
        border-radius: 50px;
        font-family: var(--constellation-bold);
        color: var(--blue-color);
        /* font-size: 18px; */
        margin-left: 27px;
    }

    .banner .shop:hover{
        color: var(--blue-color);
    }

/* Banner Section End */


/* Section One Start */

.pepticate p {
    line-height: 1;
}
.products {
    margin-top: 20px !important;
}
section.section-one {
    margin-top: -6px;
}

.contain-two{
padding: 0 !important;
margin: auto;
max-width: 1520px !important;
}

.section-one .pepticate {
    background: var(--home-bg-green);
    padding: 68px 0 68px 0 !important;
    height: 100%;
}


.section-one .pepticate .home-h4{
    color: var(--blue-color);
}

.section-one .pepticate span{
    color: var(--light-blue-color);
}

.section-one .pepticate img{
    width: 32%;
}

.see-more a{
    background: var(--bg-yellow-color);
    color: var(--blue-color);
}

.pink{
    background: var(--bg-pink-color) !important;
}

.blue{
    background: var(--bg-light-blue) !important;
}



/* Section One End */

/* Section Two Start */

.skin-conteny-width {
    width: 67% !important;
}

.section-two .clude .home-h2{
    color: var(--blue-color);
}

.clude img{
    width: 50%;
    margin: auto;
}

.clude .home-h4{
    color: var(--blue-color);
    /* margin: 0; */
}

.clude .like{
    font-size: 16px;
    font-family: var(--founder-regular);
    color: var(--blue-color);
}

.clude .buttons a{
    background-color: var(--bg-blue-color);
    color: var(--white-coloe);
}

.desk-skin-img{
    display: block;
}
.mob-skin-img{
    display: none;
}

.setion-three-mobile{
    display: none;
}

/* Section Two End */

/* Section Three Start */

.section-three {
    background-color: var(--bg-light-gray);
    padding-top: 70px !important;
}

.formuala .home-h2{
    color: var(--blue-color);
}

.relieving .home-h2, h5{
    color: var(--blue-color);
}

.relieving {
    background-color: var(--bg-light-green);
    border-radius: 40px;
    padding: 60px 90px;
}

.section-three .shop-now-btn a{
    background: var(--bg-yellow-color);
    color: var(--blue-color);
}

.home-bg-green{
    position: relative;
}

.can-img {
    position: absolute;
    top: 38%;
    width: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.symptom.home-bg-green {
    margin-left: -19%;
}

.mob-green{
    display: none;
}

.extensive-para h4 {
    color: var(--black-color);
}

.extensive-para p {
    color: var(--black-color);
}

br.block {
    display: none;
}

/* Section Three End */

/* Section Four Start */


/* .products {
    width: 200px;
    height: 200px;
    background: antiquewhite;
    margin: auto;
} */

.pepticate.pink img {
    width: 36%;
    margin-top: -20px;
}

.pepticate.blue img {
    width: 46%;
    margin-top: -40px;
}

.see-move {
    margin-top: -6px !important;
}

.section-four .relieving{
    background-color: var(--light-blue-bg-color);
}

.text-group {
    margin-top: 38px !important;
}



.section-four .bg-img img{
    width: 520px;
    position: relative;
    z-index: 99;
    margin-left: 27%;
    margin-top: 6%;
}

.bg-img-two{
    position: relative;
}

 .desk-top-img{
    display: block;
}

.all-product-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    margin-left: 59px;
}


.mobile-img{
    display: none;
}

.img-block{
    display: none;
}

.section-four{
    background-color: var(--bg-light-gray);
}


.can-help {
    background-color: var(--light-blue-bg-color);
    padding: 60px 60px 60px 326px;
    border-radius: 40px;
    width: 79%;
    margin: inherit;
    margin-left: auto;
}


.path-blue {
    position: relative;
    z-index: 9;
}

.product-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.formula{
    position: relative;
}

.all-product-imgs{
    position: absolute;
}

.all-product-imgs {
    position: absolute !important;
    left: 4%;
    width: 40% !important;
    top: -18%;
}

.allergies {
    width: 100%;
}

.can-help .home-h2{
    color: var(--bg-blue-color);
}

/* Section Four End */

/* Section Start */

.section{
    background-color: var(--bg-blue-color);
}

.section h3{
    color: var(--white-coloe);
}

/* Section End */

/* Section Five Start */

.crop-desk{
    display: block;
}
.crop-mob{
    display: none;
}

.contain{
    padding: 0;
    margin: 0;
}

.why-us-section h1 {
    color: var(--h1-color);
    margin-left: -105px;
    opacity: 0.8;
}


.ul-list{
    position: relative;
}

.ul-list li{
    padding-left: 10px;
}

.ul-list li::before{
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--black-color);
    left: 0;
    margin-top: 7px;
    border-radius: 50%;
}

button.accordion-button.arrow:after {
    position: absolute;
    left: -8%;
}

.accordions {
    padding-left: 103px;
}

.section-five{
    position: relative;
}

.layal{
    position: absolute;
    right: 0;
    bottom: -48px;
}

/* Section Five End */


/* Section Six Start */

.section-six{
    background-color: var(--bg-blue-color);
}

.section-six .home-h2{
    color: var(--white-coloe);
}

.logo img {
    padding: 18px;
}

.logo a {
    padding: 0;
}

/* Section Six End */


/* Section Seven Start */

.section-seven{
    background-color: var(--bg-pink);
}



.carousel-indicators {
    margin-bottom: -30px;
}

.carousel-text p {
    font-size: 22px;
    color: var(--blue-color);
}

.bold-text{
    font-family: var(--founder-bold);
    font-size: 22px;
}

.carousel-width {
    width: 62%;
}
.carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px;
    background-color: var(--bg-blue-color);
    border-radius: 50%;
    margin-left: 6px;
    opacity: 0.5;
    border: 0;
}

.star img {
    width: 44px;
    padding: 5px;
    /* color: var(--bg-yellow-color); */
}

.text-group h4{
    color: var(--black-color);
}
.text-group p{
    color: var(--black-color);
}

.carousel-text p {
    line-height: 28px !important;
}

/* Section Seven End */


/* Section Eight Start */

.cropped-two-text .home-h2{
    color: var(--blue-color);
    padding-left: 104px;
}

.accordian{
    margin-top: 46px;
}

.accordion-button:not(.collapsed) {
    color: var(--blue-color);
    background-color: transparent;
    box-shadow: none;
    font-family: var(--constellation-bold);
    border: 0;
    text-align: start;
}

.accordion-button:focus {
    border-color: transparent !important;
    box-shadow: none;
    border: 0 !important;
    outline: 0;
}
.accordion-item {
    border-radius: 0;
    border: transparent ;
    background-color: transparent;
    border-bottom: 1px solid var(--bg-blue-color);
}

.accordion-item:last-of-type {
    border-bottom-right-radius: revert;
    border-bottom-left-radius: revert;
}

.accordion-button {
    color: var(--blue-color);
    background-color: transparent;
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
}

/* .accordion-button::after {
    background-image: url(../img/Desk-img/arrow.png) !important;
    height: 18px;
    left: -39px !important;
    background-repeat: no-repeat;
    background-size: 19px;
    margin-top: 4px;
    background-size: contain;
} */

button.accordion-button.arrow::after {
    content: "";
    background-image: url(../img/Desk-img/arrow.png) !important;
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    left: -40px ! IMPORTANT;
    background-repeat: no-repeat;
    margin-top: 4px !important;
}

.accordian button.accordion-button::after {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../img/Desk-img/arrow.png);
    content: "";
    right: 0 !important;
    margin-top: 4px !important;
    /* left: unset !important; */
    background-size: contain;
}

.accordian button.accordion-button {
    position: relative;
    width: 100%;
    text-align: left;
}

.accordian button.accordion-button.collapsed {
    width: 100%;
    text-align: left;
    position: relative;
}

.accordian button.accordion-button.collapsed::after {
    content: "";
    position: absolute;
    background-image: url(../img/Desk-img/arrow.png);
    right: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 4px;
}

button.accordion-button.arrow.collapsed {
    border: 0;
    font-family: var(--constellation-bold);
    padding: 1rem 0;
    text-align: left;
}

.accordion-button::after {
    background-image: url(../img/Desk-img/arrow.png);
}

.accordion-button:not(.collapsed)::after {
    /* background-image: url(../img/Desk-img/arrow.png); */
    transform: rotate(-180deg);
    /* left: 22px !important; */
    margin-top: -10px !important;
}


.accordian {
    background: var(--light-blue-bg-color);
    padding: 70px 58px 64px 92px;
    border-radius: 30px;
}
.accordion-body {
    padding: 0 88px 0 0px;
}

.accordion-body p {
    line-height: 24px !important;
}

.accordion-button {
    color: var(--blue-color);
    background-color: transparent;
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    font-family: var(--constellation-bold);
    padding-left: 0;
    padding: 1rem 0;
}

.accordion-body p{
    margin: 0;
}

.cropped-two {
    position: relative;
    left: 12%;
    z-index: 1;
}

.desk-none{
    display: none;
}

/* Section Eight End */

/* Section Nine Start */

.section-nine .home-h2{
    color: var(--blue-color);
}

.section-nine p{
    font-family: var(--constellation-bold);
    color: var(--blue-color);
}

.home-learn-more a{
    background: var(--bg-yellow-color);
    color: var(--blue-color);
}
section.section-one {
    margin-top: 0;
}

@media only screen and (min-width: 1520px){
    section.section-one .container {
        max-width: 100% !important;
        margin: 0;
    }
}




@media only screen and (width: 1920px){
    section.section-one {
        margin-top: 0;
    }
    .video .world-wide img {
        width: 70% !important;
    }
    .section-one .pepticate {
        background: var(--home-bg-green);
        padding: 68px 0 68px 0 !important;
        height: 100%;
    }
}


/* Section Nine End */

@media only screen and (width: 1440px) and (height: 900px){
    .video-position {
        position: absolute;
        top: 56%;
        left: 6%;
        transform: translateY(-50%);
        width: 74%;
    }
    .pepticate.blue img {
        width: 46%;
        margin-top: -37px;
    }
}

@media only screen and (max-width: 1440px) {

    .pepticate .home-h4 br {
        display: none;
    }
    .section-one .pepticate {
        background: var(--home-bg-green);
        padding: 0 I !important;
        /* padding: 68px 0 68px 0 !important; */
        height: 460px;
    }

}

@media  screen and (width: 1024px) and (height: 1366px){

  
    .video .world-wide img {
        width: 96%;
    }
}


@media only screen and (width: 1228px){
    video {
        height: 512px !important;
        object-fit: cover;
        width: 100%;
    }
}

@media  screen and (width: 1367px) and (height: 1024px){
    video {
        min-height: 70vh;
    }
}






@media only screen and (max-width: 1367px){
    
    .pepticate.pink .home-h4 {
        padding: 0 70px !important;
    }
    .see-move {
        margin-top: 0 !important;
    }
    .row.skin-conteny-width {
        width: 75% !important;
    }
    .why-us-section h1 {

        margin-left: -97px;
    }
    .accordions {
        padding-left: 94px;
    }
    .layal {
        bottom: -100px;
    }    
    .line {
        margin-top: 50px;
    }
    .cropped-two-content {
        padding: 0;
    }
    .accordian {
        padding: 70px 58px 64px 105px;

    }
    .accordion-body {
        padding: 0 34px 0 0px;
    }
    
/* .section-two .row{
    width: 100% !important;
} */
.reducing h5 br {
    display: none;
}

.can-img {
    top: 32%;
}

.section-four .bg-img img {
    width: 439px;
}

.all-product-img {
    margin-left: 48px;
}

.neocate-widht {
    margin: 0 !important;
    padding: 0 !important;
    width: 80% !important;
}

.all-product-imgs {
    left: 2%;
    width: 38% !important;
}

.can-help {
    width: 87% ;
}

}

@media only screen and (max-width: 1367px){
   .video .expore-btn {
        padding: 12px 12px !important;
    }
    .video .shop {
        padding: 12px 18px !important;
    }
    .video .world-wide img {
        width: 98%;
    }
    .section-one .pepticate .home-h4 {
        padding: 0 24px 0 25px;
    }
    video {
        min-height:86vh;
        object-fit: cover;
        width: 100%;
    }

    
}

/* @media only screen and (width: 1280px){
    video {
        min-height: 54vh;
        object-fit: cover;
        width: 100%;
    }
    
} */

@media only screen and (max-width: 1180px){
    .row.skin-conteny-width {
        width: 88% !important;
    }
    .symptom.home-bg-green {
        margin-left: -13%;
    }
    .line {
        margin-top: 0;
    }
    .accordian {
        margin-top: 20px;
    }
    .accordian {
        padding: 50px 46px 50px 94px;
    }
    .cropped-two-text .home-h2 {
        padding-left: 86px;
    }

    video {
        min-height: 66vh;
        object-fit: cover;
        width: 100%;
    }
    .reducing {
        width: 33%;
    }
    .can-img {
        top: 22%;
    }
    .reducing-green {
        width: 100%;
    }
    .layal {
        bottom: -52px;
    }
    .section-five {
        position: relative;
        padding-bottom: 170px !important;
    }

    .section-four .bg-img img {
        width: 366px;
    }

    .all-product-img {
        margin-left: 36px;
    }

    .can-help {
        padding: 60px 0px 60px 240px;
    }

    .all-product-imgs {
        left: 0%;
        top: -14%;
    }
    
}

@media only screen and (max-width: 1080px){
    .text-group {
        margin-top: 38px !important;
        padding-right: 12px;
    }
    .skin-logo, .logo {
        margin-left: 0 !important;
    }
    .logo img {
        padding: 4px;
    }
    video {
        min-height: 28vh;
        object-fit: cover;
        width: 100%;
    }
    .section-one .pepticate .home-h4 {
        padding: 0 24px 0 22px;
    }
    .pepticate.pink .home-h4 {
        padding: 0 64px !important;
    }
    .pepticate.pink img {
        width: 39%;
        margin-top: -18px;
    }
    .pepticate.blue img {
        width: 49%;
        margin-top: -37px;
    }
    .why-us-section h1 {
        margin-left: -82px;
    }
    .accordion-body p br {
        display: contents;
    }
}

@media  screen and (width: 1280px) and (height: 1024px){
    video {
        min-height: 52vh !important;
    }


}

@media screen and  (width: 1024px) and (height: 768px){
    .video.world-wide {
        margin: 32px 0 48px 73px;
        width: 100%;
    }
    .video .expore-btn {
        padding: 12px 19px;
    }
    .video .shop {
        padding: 12px 16px;
    }
    video {
        min-height: 68vh !important;
    }
}

@media  screen and (width: 1024px) and (height: 1280px){
    video {
        min-height: 40vh !important;
    }
}

/* @media only screen and (width: 1024px){
    video {
        min-height: 68vh !important;
    }

} */

@media only screen and (max-width: 1024px){
    .home-h2 {
        font-family: var(--constellation-bold);
        font-size: 36px;
        line-height: 1;
    }

    .video-position {
        position: absolute;
        top: 56%;
        left: 6%;
        transform: translateY(-50%);
        width: 84%;
    }

    .pepticate.pink img {
        margin-top: -26px;
    }
    .row.skin-conteny-width {
        width: 100% !important;
    }
    .COTAIN-THREE {
        width: 50%;
    }
    .symptom.home-bg-green {
        margin-left: -14%;
    }
    video {
        min-height: 100vh;
        object-fit: cover;
        width: 100%;
    }
    .neocate-widht {
        margin: 0 !important;
        padding: 0 !important;
        width: 82% !important;
    }

    .can-help {
        padding: 60px 0px 60px 230px;
    }
    [data-aos^=zoom][data-aos^=zoom].aos-init {
        opacity: 1;
        transform: translateZ(0) scale(1);
    }

    .aos-init {
        transform: translateZ(0) scale(1) !important;
    }
}




@media only screen and (width: 992px){
    .video-position {
        left: 20px !important;
    }
    .mobile-sticky>.mobile-logo {
        max-width: 150px;
        margin: 10px;
    }

}


@media only screen and (max-width: 992px){

    [data-aos^=zoom][data-aos^=zoom].aos-init {
        opacity: 1;
        transform: translateZ(0) scale(1);
    }

    .base.footer {
        display: flex;
        flex-direction: column-reverse;
    }

    .setion-three-desktop{
        display: none;
    }

    .setion-three-mobile{
        display: block;
    }

    .aos-init {
        transform: translateZ(0) scale(1) !important;
    }

    .accordion-body p br {
        display: none;
    }

    .line {
        margin-bottom: -6px;
    }
.video video{
    display: none;
}
.dask-banner{
    display: block;
}
.banner-img{
    display: none;
}
.skin-conteny-width {
    max-width: 84% !important;
}
.video-position {
    position: absolute;
    top: 50%;
    left: 0;
    /* transform: translate(-50%, -50%); */
    width: 86%;
}
.video .world-wide img {
    width: 90%;
    /* margin-top: 32px; */
}
section.section-one .row .col-lg-4 {
    width: 50% !important;
}
.none {
    display: block;
    margin-left: 36px;
}
.skin-group {
    width: 33%;
}

/* Section Three Start */

.desk-green{
    display: none;
}
.mob-green{
    display: block;
}
.symptom {
    width: 100%;
}

.revers-row {
    flex-direction: column-reverse;
}

.symptom.home-bg-green {
    margin-left: 0;
}
.symptom.home-bg-green {
    width: 40%;
    margin-left: 0;
    margin: auto;
    margin-bottom: -20%;
    position: relative;
    z-index: 1;
}
.relieving {
    padding: 120px 90px 60px 90px;
    border-radius: 60px;
}
.can-img {
    top: 50%;
}

.contains {
    overflow: hidden;
    max-width: 992px;
    padding: 0;
    margin: 0;
}
.section-three {
    padding-left: 0 !important;
    padding-right: 0 !important;
} 

/* Section Three End */

/* Section Four Start */

.neocate {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}
.section-four .bg-img img {
    margin-left: 0%;
    margin-top: 0%;
}
.bg-img.bg-img-two {
    display: flex;
    justify-content: center;
    margin-bottom: -63px;
}
.section-four .row {
    flex-direction: row;
    margin-left: 0 !important;
    width: 100%;
}

.neocate-content {
    width: 33%;
}

.neocate-content h5 br {
    display: none;
}

.section-four .relieving {
    justify-content: start !important;
    padding: 200px 90px 60px 90px !important;
    border-radius: 80px;
}

.all-product-img {
    margin-left: 0;
    top: 66%;
}

.neocate-widht {
    width: 100% !important;
}


.contains {
    margin-bottom: 0 !important;
}

.can {
    padding: 0;
    margin-top: -4%;
}

.can-help {
    width: 100%;
}
.all-product-imgs {
    left: 0%;
    /* top: -14%; */
    position: unset !important;
    margin: auto;
    width: 70% !important;
}

.section-four {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.can-help {
    padding: 206px 90px 60px 90px;
    border-radius: 80px 80px 0 0;
}

.product-image {
    top: 66%;
    width: 89%;
}

.all-product-imgs {
    width: 40%;
}

[data-aos] {
        opacity: 1 !important; /* Override AOS animation */
        visibility: visible !important; /* Override AOS animation */
        transition: none !important; /* Override AOS animation */
    }


/* Section Four End */

/* Section Five Start */

.layal {
    display: none;
}

.cropped-content {
    width: 50%;
}

.cropped-img img {
    width: 100%;
}
.why-us-section h1 {
    margin-left: -22px ;
}

.cropped-two-text .home-h2 br {
    display: none;
}

.relieving-content {
    padding-top: 32px;
}

h1{
    font-size: 100px;
}

.accordions {
    padding-left: 50px;
}

.section-five {
    padding-bottom: 0 !important;
}

.carousel-width {
    width: 100%;
}

.cropped-two-text .home-h2 {
    padding-left: 0;
}

.cropped-two {
    margin-bottom: -0;
    position: relative;
    /* left: 0%; */
}
.cropped-two-content {
    padding: 10px;
}

.cropped-img-content {
    width: 40% !important;
}

.cropped-two-content {
    width: 60%;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.accordian {
    margin-top: 22px;
    margin-left: -42px;
}

.clude-content {
    padding-top: 0 !important;
}

.accordian {
    padding: 50px 46px 50px 110px;
}
.accordion-body {
    padding: 0 0 0 0px;
}

.desk-none {
    display: none;
}

.accordion-button::after {
    position: absolute;
    left: -35px;
    top: 18px;
}

.img-block{
    display: block;
}

.img-none{
    display: none !important;
}

.video .world-wide {
    margin: 0;
    text-align: center;
}


.path-blue {
    position: relative;
    z-index: 9;
    width: 50%;
    margin: auto;
}

/* Section Five End */

}

@media only screen and (max-width: 932px){
.video .shop {
    margin-left: 0px;
}
.video .world-wide {
    margin: 0;
}


.contains {
    padding: 0;
}
.video-position {
    position: absolute;
    top: 50%;
    left: 6%;
    /* transform: translate(-50%, -50%); */
    width: 42%;
}
.pepticate.pink img {
    width: 40%;
    margin-top: -18px;
}
.buttons.mt-5.d-flex {
    gap: 5px;
}
}

@media only screen and (max-width: 896px){
    .cropped-content {
        width: 50%;
        margin-top: 0 !important;
    }
.cropped-content {
    margin-top: 0 !important;
}
.cropped-img img {
    width: 100%;
}
.why-us-section h1 {
    margin-left: -22px;
}
.accordions {
    padding-left: 4em;
}
}
@media only screen and (max-width: 852px){
    .video-position {
        position: absolute;
        top: 50%;
        left: 6%;
        transform: translateY(-51%);
        /* transform: translate(-50%, -50%); */
        width: 46%;
    }
}
@media only screen and (max-width: 844px){
    .accordion-body {
        padding: 0 25px 0px 0px;
    }
    .why-us-section h1 {
        font-size: 87px;
    }
}

@media only screen and (max-width: 820px){
    .video .world-wide img {
        width: 80%;
    }
    section.section-eight.p-5 {
        padding-left: 1px !important;
    }
}

@media only screen and (max-width: 780px){
    .cropped-two-text .home-h2 {
        font-size: 38px;
    }
    button.accordion-button.arrow:after {
        position: absolute;
        left: -10%;
    }
}

@media only screen and (max-width: 768px){
    .mobile-sticky>.mobile-logo {
        max-width: 110px;
        margin: 10px;
        padding: 0 !important;
    }
    .mobile-sticky>.mobile-icons>a {
        background-size: 65%;
        width: 30px;
        margin-top: 24px;
        height: 30px;
        margin: auto 10px;
        background-repeat: no-repeat;
    }
    div#wnb-bar a {
        padding: 0 !important;
    }
    .video .expore-btn {
        padding: 12px 16px !important;
    }
    .video .shop {
        margin-left: 0px;
        padding: 12px 18px !important;
    }
    /* .video .world-wide img {
        width: 100%;
    } */
    a {
        font-family: var(--constellation-bold);
        font-size: 16px;
        padding: 10px 22px !important;
        border-radius: 50px;
    }
.buttons {
    /* display: block !important; */
    text-align: center;
}
.pepticate.pink img {
    width: 42%;

}
/* .shop-margin {
    margin-top: 34px;
} */
section.section-one .row .col-lg-4 {
    width: 50% !important;
}    
.skin-group {
    width: 30%;
}
.formuala {
    padding-left: 23px !important;
}
.reducing {
    width: 50%;
    padding: 0;
    padding-bottom: 16px;
}
.neocate-content {
    width: 50%;
}

/* .symptom.home-bg-green {
    width: 56%;
} */
.reducing {
    width: 50%;
    padding-top: 14px;
    position: relative;
}
.formuala .home-h2 {
    text-align: center;
}

.relieving {
    padding: 95px 38px 60px 38px;
    border-radius: 60px;
}


.section-four .relieving {
    padding: 200px 38px 60px 38px !important;
}
.reducing::after {
    position: absolute;
    content: "";
    background-image: url(../img/Desk-img/Check\ icon.svg);
    width: 33px;
    height: 27px;
    top: 14px;
    left: 0;
    background-repeat: no-repeat;
}

.reducing {
    width: 100%;
    padding-top: 14px;
    padding-left: 44px;
}

.check{
    display: none;
}

.can-help {
    padding: 150px 38px 60px 38px;
    border-radius: 80px 80px 0 0;
}
}

@media only screen and (max-width: 736px){
    .container.contains {
        max-width: 736px;
        padding: 0 !important;
        margin: 0 !important;
    }
    .pepticate.pink img {
        width: 37%;
    }
    .clude-content {
        padding-top: 50px !important;
    }
    /* .accordian {
        padding: 100px 0 64px 85px
  } */
  section.section-nine p br {
    display: none;
}
}

@media only screen and (max-width: 668px){
    .crop-desk{
        display: none;
    }
    .crop-mob{
        display: block;
    }
    .line img {
        padding: 0px;
        height: 16px;
    }
    .cropped-img-content {
        width: 100% !important;
    }
    section.section-eight.p-5 {
        padding-left: 3rem !important;
    }
    .cropped-two {
        margin-bottom: -0;
        position: relative;
        left: 0%;
    }
    .accordian {
        margin-left: 0;
    }
    
    
    .none {
        display: none;
        margin-left: 36px;
    }
    .desk-none {
        display: block;
    }
    button.accordion-button.arrow:after {
        position: absolute;
        left: -8%;
    }
    section.section-one .row .col-lg-4 {
        width: 100% !important;
    }
    .skin-group {
        width: 50%;
    }
    .symptom.home-bg-green {
        width: 50%;
        margin-left: 0;
        margin: auto;
        margin-bottom: -28%;
    }
    .all-product-imgs {
        width: 50%;
    }
    .cropped-content {
        width: 90%;
        margin-top: 0 !important;
    }
    .why-us-section h1 {
        margin-left: 20px;
    }
    .cropped-two-content {
        width: 100%;

    }
    .accordian {
        padding: 102px 0 55px 66px;
        margin-top: -74px;
    }
    .skin-logo.last-logo {
        width: 60% !important;
        margin: auto;
    }
    .accordion-button {

        padding-right: 18px;
    }
}

@media only screen and (max-width: 640px){
    .buttons.mt-5.d-flex {
        gap: 5px;
        margin-top: 28px !important;
    }
}

@media only screen and (max-width: 568px){
    .dask-banner {
        display: block;
    }
    .buttons {
        text-align: center;
        margin-top: 26px !important;
    }
    .video .world-wide img {
        width: 72%;
    }
    /* .banner-img{
        display: block;
    } */
}

@media only screen and (max-width: 431px){
    .copy-right {

        padding: 0 14px;
    }
    .lh30.inline.plrtiny.mobile-make-fit.p-0 {
        font-size: 14px !important;
        padding: 14px !important;
    }
    .base.footer a {
        padding: 0 !important;
    }
    div#wnb-bar a {
        padding: 0 !important;
    }

    .video {
        position: relative;
        /* height: 79vh; */
        margin: 0 !IMPORTANT;
        margin-top: 16% !important;
    }
    .mobile-sticky>.mobile-logo {
        max-width: 110px;
        padding: 0 !important;
        margin: 10px;
    }
    .path-blue {
        position: relative;
        z-index: 9;
        width: 94%;
        margin: auto;
    }
    br.block {
        display: block !important;
    }
    .dask-banner {
        display: none;
    }
        .banner-img{
        display: block;
        
    }
    .extensive-para p {
        padding-right: 5px !important;
    }
    .clude .buttons a {
        padding: 16px 48px !important;
    }
    /* .formuala {
    padding-left: 23px !important;
    padding-right: 78px !important;
} */
    .formuala .home-h2 {
        text-align: left;
    }
    .buttons.mt-5.d-flex {
        margin-top: 52% !important;
    }
    .video .world-wide img {
        width: 92%;
        margin-top: -50%;
        margin-bottom: 60%;
    }
    .logo a {
        padding: 0 !important;
    }
    .position-buttion {
        position: absolute;
        top: 50%;
        left: 14%;
        transform: translateX(-15%);
        width: 100%;
        transform: translate(-15%, -13%);
    }
    .buttons.mt-5.d-flex {
        gap: 5px;
        display: block !important;
    }
    .shop-margin {
        margin-top: 40px;
    }

    .skin-conteny-width {
        max-width: 100% !important;
    }

    .can-img {
        width: 82%;
    }

    /* a {
        font-family: var(--constellation-bold);
        font-size: 18px;
        padding: 12px 34px !important;
        border-radius: 50px;
    } */

    .video-position {
        position: absolute;
        top: 50%;
        left: 50%;
        /* transform: translateY(-51%); */
        transform: translate(-50%, -50%);
    }
    .buttons.position-buttion a {
        padding: 14px 49px !important;
    }
    .why-us-section h1 {
        font-size: 78px;
    }

    .cropped-content {
        width: 95%;
        margin-top: 0 !important;
    }
    a {
        font-family: var(--constellation-bold);
        font-size: 18px;
        padding: 14px 34px !important;
        border-radius: 50px;
    }
    h3 {
        font-size: 18px;
    }
    .section h3 {
        font-size: 16px;
    }
    .home-h2 {
        width: 72%;
        font-size: 36px;
    }
    .cropped-two-text .home-h2 {
        width: 100%;
    }
    section.section-six .home-h2 {
        width: 100%;
    }
    .cropped-two-text .home-h2 {
        font-size: 34px;
    }
    /* h4 {
        font-size: 18px;
    } */
    h1 {
        font-size: 76px;
    }
    .world-wide {
        padding-top: 16px;
    }
    .button-export {
        padding-top: 12px;
    }

    .accordion-body p {
        font-size: 16px;
    }

    .ul-list li {
        padding-left: 10px;
        font-size: 16px;
    }

    .text-group p {
        margin-right: 0 !important;
        padding-right: 0 !important;
    }

    .can-help.ms-auto.aos-init.aos-animate {
        padding-left: 20px;
        padding-right: 22px;
    }

    .product-image {
        top: 68%;
        width: 100%;
    }

    .relieving-content {
        padding: 0;
    }

    .reducing-green {
        padding: 0;
    }

    .reducing h5 {
        margin: 0;
    }

    .extensive-para {
        padding-right: 10px !important;
    }

    .line img {
        height: 24px;
    }

    section.section-seven {
        padding: 62px 20px !important;
    }

    section.section-eight {
        padding: 48px 22px !important;
    }

    .green::after {
        top: 0px !important;
    }

    .reducing::after {
        top: 3px;
        }
        .reducing {
            padding-top: 0;
            margin-top: 14px;
        }

    /* .video .world-wide img {
        width: 100%;
        margin-top: -13%;
    } */

    .mobile-sticky>.mobile-icons>a {

        padding: 0 !important;
    }

    .section-one .pepticate .home-h4 {
        padding: 0 42px 0 42px;
    }

    .pepticate p {
        line-height: 1;
        margin-top: 16px;
    }

    .section-one .pepticate img {
        width: 46%;
    }

    .clude img {
        width: 56%;
        margin: inherit;
    }

 .section-one .pepticate {
    background: var(--home-bg-green);
    padding: 50px 0 50px 0 !important;
    height: auto;
}

    .clude .like {
        margin: 0;
    }

    .symptom.home-bg-green {
        margin-bottom: -47%;
        padding: 0;
    }
    .neocate-content.reducing::after {
        top: 24px !important;
    }
    .section-one .pepticate .home-h4 {
        padding: 0 51px 0 51px;
    }
    .relieving {
        padding: 150px 38px 60px 38px;
    }
    section.section-nine .home-h2 {
        width: 100%;
    }
    .section-nine p {
        font-family: var(--constellation-bold);
        color: var(--blue-color);
        font-size: 15px;
    }
    ul.sub-menu li a {
        padding: 0 !important;
    }
    /* .line {
        position: absolute;
        top: -18px;
    } */
    .video-position {
        width: 75%;
    }
    .buttons {
        margin-top: 52% !important;
    }
    .clude {
        text-align: start !important;
    }
    .btn-two {
        margin-top: 39px !important;
        text-align: left;
    }
    .clude-content {
        padding: 70px 20px 70px 20px !important;
    }
    .skin-group {
        width: 100%;
        display: flex;
        align-items: center;
        padding-bottom: 20px;
        gap: 10px;
        padding-left: 0;
    }
    .skin-img {
        width: 20%;
    }
    .desk-skin-img{
        display: none;
    }
    .mob-skin-img{
        display: block;
    }
    .skin-text .home-h4 br {
        display: none;
    }
    .skin-text .home-h4 {
        margin: 0;
    }
    .accordions {
        padding-left: 73px;
    }

    button.accordion-button.arrow:after {
        position: absolute;
        left: -15%;
    }
    
    .skin-logo {
        width: 50%;
    }
    .logo img {
        padding: 16px ! IMPORTANT;
    }
    .skin-logo.last-logo {
        width: 70% !important;
        margin: auto !important;
    }
    .skin-logo.last-logo .logo {
        margin: 0 !important;
    }
    .accordion-button {
        padding-right: 18px;
        font-size: 17px;
    }
    section.section-eight.p-5 {
        padding-left: 1.5rem !important;
    }

    .star img {
        width: 30px;
        padding: 2px;
    }
    .bold-text {
        font-size: 22px;
    }
    .carousel-text p {
        font-size: 22px;
    }
    .cropped-two-text .home-h2 br {
        display: none;
    }

    .accordion-body {
        padding: 0 14px 17px 0px;
    }
    .cropped-img-content {
        width: 100% !important;
        padding: 13px;
    }
    .can-help {
        border-radius: 54px 54px 0 0;
    }
    .relieving {
        border-radius: 54px;
    }
    .accordian {
        padding: 100px 0 40px 62px;
        
    }
    .symptom.home-bg-green {
        width: 60%;
    }
    section.section-nine .home-h2 {
        font-size: 34px;
    }

    .all-product-imgs {
        width: 70%;
    }

    .can {
        padding: 0;
        margin-top: -7%;
    }

    .can-help {
        padding: 152px 38px 60px 38px;
    }
}

@media only screen and (max-width: 394px){
    .cropped-two-text .home-h2 {
        font-size: 32px;
    }
    section.section-nine .home-h2 {
        font-size: 32px;
    }
    .home-h2 {
        width: 86%;
        font-size: 36px;
    }
}



@media only screen and (max-width: 376px){
    .why-us-section h1 {
        font-size: 70px;
    }
    .home-h2 {
        font-size: 38px;
    }
    .cropped-two-text .home-h2 {
        font-size: 30px;
    }
    .section h3 {
        font-size: 15px;
    }
}

@media only screen and (max-width: 320px){
    .buttons.mt-5.d-flex {
        margin-top: 46% !important;
    }
    a {
        font-size: 18px;
    }
    .why-us-section h1 {
        font-size: 62px;
    }
    .home-h2 {
        font-size: 32px;
    }

    .buttons.position-buttion a {
        padding: 14px 36px !important;
    }
    .clude .buttons a {
        padding: 16px 38px !important;
    }
}

.fixed-section {
    position: relative;
    /* background-color: #f0f0f0; */
    padding: 20px;
    overflow-y: auto;
  }
.page-id-476 .full.base-banner.bg-purple {
    display: none;
}
@media only screen and (max-width: 600px) {
.reliefe-content p br{
    display: none;
}   
}
