/*
  Meet the founder
=========================*/
section.meet-the-founder.padding-main {
    min-height: auto;
    padding-bottom: 70px
}
section.meet-the-founder.padding-main .container {
    max-width: 1200px;
    margin: auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center
}
.inner-meet.mobile.inner-meet-header {
    display: none
}
section.meet-the-founder.padding-main .container div#meetWidthColumn1 {
    position: relative;
    max-width: 670px;
    margin: 0;
    width: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 700px;
    z-index: 1
}
.imageButtonMeetFounder {
    position: absolute;
    bottom: 0;
    width: 50%;
    left: -51px;
    margin: 0;
    display: flex;
    justify-content: center;
    z-index: 10
}
section.meet-the-founder.padding-main .container .custom-container.custom-container {
    max-width: 500px;
    padding: 0;
    margin: 0;
    width: 50%;
    position: relative;
    z-index: 10;
    padding-top: 50px;
    padding-bottom: 50px;
}
.imageMeetFounderSlider {
    width: 100%;
    height: 100%
}
.innerWrapperImages {
    max-width: 960px;
    height: 100%;
    overflow: hidden;
    width: 100%;
    right: 0;
    margin-top: -50px
}
.slideContainerImageSlider {
    position: absolute;
    width: 100%;
    transform: translate(100%);
    height: 100%;
    transition: .7s all;
    max-width: 750px;
    left: 0;
    margin: auto;
    opacity: 0;
    right: 0
}
.slideContainerImageSlider.active {
    transform: translate(0);
    opacity: 1;
    background-color: transparent
}
.slideContainerImageSlider img {
    position: absolute;
    opacity: 1;
    right: 0;
    bottom: 0;
    left: -100px;
    margin: auto;
    top: -50px;
    width: 350px
}
.slideContainerImageSlider img.imageMeet2 {
    bottom: 30px;
    left: -90px;
    width: 330px;
    transition: 1s all;
    top: unset;
    right: unset;
    transform: translate(120px)
}
.slideContainerImageSlider img.imageMeet3 {
    bottom: 0;
    right: 60px;
    width: 337px;
    transition: 1.7s all;
    top: unset;
    left: unset;
    transform: translate(140px)
}
.slideContainerImageSlider.active img.imageMeet2,
.slideContainerImageSlider.active img.imageMeet3 {
    transform: none
}
.containerButtonInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 200px;
    gap: 100px;
    margin: auto;
    gap: 20px
}
.imageButtonMeetFounder button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: none;
    border: none
}
.imageButtonMeetFounder button span {
    display: block;
    width: 30px;
    height: 30px;
    border: 4px solid #033940;
    transform: rotate(45deg);
    border-left: 0;
    border-bottom: 0;
    left: -7px;
    position: relative
}
.imageButtonMeetFounder button.previousMeet span {
    transform: rotate(-135deg);
    left: 5px
}
.meet-the-founder .two-btns {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.meet-the-founder .btn{
    padding: 13px 25px 11px 25px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.meet-the-founder .btn-outline{
    border-radius: 0;
    padding: 0;
    border: 0 !important;
    border-bottom: 3px solid #023940!important;
    background-color: transparent!important;
    text-transform: uppercase;
}
.meet-the-founder .btn-outline:hover{
    background-color: transparent!important;
    color:#023940 !important;
}

@media (max-width: 1130px){
    .meet-the-founder .two-btns{
        display: block;
        text-align: center;
    }
    .meet-the-founder .btn{
       display: block;
       margin-bottom: 30px;
    }
    .meet-the-founder .btn-outline{
        display: inline-block;
    }
}
@media (max-width: 980px){
    
    section.meet-the-founder.padding-main{
        background-color:#EFF7F6;
        padding-top:50px;
        padding-bottom: 40px;
    }
    section.meet-the-founder.padding-main h3{
        font-size:16px;
        max-width:200px;
        margin:0 auto;
    }
    section.meet-the-founder.padding-main .container{
        display:flex;
        flex-wrap: wrap;
        display: block;
    }
    .inner-meet.mobile.inner-meet-header{
        display:block;
        width: calc(100% + 20px);
        text-align: center;
        margin-left: -10px;
        margin-right: -10px;
    }
    section.meet-the-founder.padding-main .container div#meetWidthColumn1{
        max-width: 500%;
        width: 100%;
        min-height: 370px;
        height: 200px;
        margin-top: 55px;
    }
    .imageButtonMeetFounder{
        position: relative;
        left: unset;
        width: 100%;
        margin-top: -15px;
    }
    section.meet-the-founder.padding-main .container .custom-container.custom-container{
        width: 100%;
        max-width: unset;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 0;
    }
    .slideContainerImageSlider{
            max-width: 330px;
    }
    .slideContainerImageSlider img.imageMeet1{
        max-width: 180px !important;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        top: -160px;
    }
    .slideContainerImageSlider img.imageMeet2{
        max-width: 180px !important;
        bottom: 70px;
        left: -20px;
    }
    .slideContainerImageSlider img.imageMeet3{
        max-width: 180px !important;
        bottom: 20px;
        right: 0;
    }
    section.meet-the-founder.padding-main .desktop{
        display:none;
    }
    .imageButtonMeetFounder button{
        background-color: #E8F1F0;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .4s ease all;
        border-radius: 0;
        margin: 0;
    }
    .imageButtonMeetFounder button span {
        width: 16px;
        height: 16px;
        border-width: 2px;
    }
    .meet-the-founder .two-btns{
        display:flex;
        justify-content: center;
    }
}
@media (max-width: 580px){
   .meet-the-founder .two-btns{
       display:block
   } 
}



/*
  routine
=========================*/
section.routine.padding-main {
    background-color: #feecd5;
    padding: 100px 0 100px 0;
}
section.routine .container{
    /* max-width: 1200px; */
    /* width: 100%; */
}
section.routine .heading {
    text-align: center;
    margin-bottom: 60px;
}
section.routine .heading h2{
    padding-bottom: 30px;
}
.inner-routine {
    /* scale: 1; */
}
section.routine .heading p {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
}
section.routine .containerroutineSlider {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative
}
section.routine .leftBox {
    background: #F4FBFA;
    padding: 60px;
    position: absolute;
    min-height: 370px;
    border-radius: 41px 41px 0;
    width: 37%;
    left: 0;
    z-index: 10;
    bottom: 74px;
}
section.routine .rightBox {
    position: relative;
    /* min-height: 704px; */
    overflow: hidden;
    display: block;
    width: 69%;
}
.imagesRoutine-wapper {
    margin-left: 5px;
    overflow: hidden;
    position: relative;
    padding-right: 115px;
    padding-top: 220px;
}
.slick-slide .imagesRoutine-wapper img{
    object-fit: unset;
    max-height: unset !important;
}
.imagesRoutine img:first-child {
    padding-right: 4vw;
    border-radius: 30px;
    margin: 0;
    object-fit: cover;
}
.imagesRoutine img:first-child {
    padding: 0px;
}
.imagesRoutine img:nth-child(2) {
    position: absolute;
    right: 0;
    margin: 0;
    bottom: 80px;
    transform: translate(50%);
    transition: .7s all;
    max-height: 67% !important;
    z-index: 2;
    bottom: 68px;
    border-radius: 30px;
}
.imagesRoutine img:last-child {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: auto;
    width: max-content;
    left: 0;
    right: 0;
    border-radius: 30px;
    transform: translateY(-100%);
    transition: .7s all;
    max-width: 40%;
    object-fit: cover;
    left: auto;
    right: 27%;
}
.slick-current.imagesRoutine img:nth-child(2) {
    transform: none;
}
.imagesRoutine.slick-current img:last-child {
    transform: none;
}
.boxContainerContentRoutineInner h3 {
    color: #023940;
    margin: 0;
}
.boxContainerContentRoutineInner span {
    color: #023940;
    font-size: 28px;
    opacity: .39;
}
.boxContainerContentRoutineInner p {
    color: #023940;
    font-weight: 600;
    margin: 20px 0;
    font-size: 17px;
}
.list-routine ul li {
    display: flex;
    color: #023940;
    margin-bottom: 10px;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}
.list-routine ul>li>img {
    width: 16px!important;
    object-fit: contain!important;
    border-radius: 0;
    margin-right: 4px;
}
.buttonContainersRoutine {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    flex-direction: row-reverse;
}
.buttonContainersRoutine button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: #023940;
    font-size: 34px;
    background: #EAF1F0;
    border: none;
}
.buttonContainersRoutine button span {
    display: block;
    width: 14px;
    height: 14px;
    min-height: 14px;
    min-width: 14px;
    border: 2px solid #023940;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
}
.buttonContainersRoutine button.previousButtonRoutine span {
    transform: rotate(-135deg);
}
button.previousButtonRoutine {
    background: #DAE5E4!important;
}

@media (max-width: 1100px){
    .containerroutineSlider {
        margin: 0;
    }
    .containerroutineSlider {
        flex-direction: column-reverse;
    }
    .imagesRoutine img:last-child {
        width: 170px !important;
        top: 0;
        bottom: auto;
        border-radius: 10px;
        right: 0;
        left: 3px;
        max-width: unset;
    }
    body .containerroutineSlider .leftBox {
        min-height: 324px;
        height: auto;
        position: relative;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 2;
        border-radius: 30px 30px 0;
        max-width: 500px;
        width: 100%;
        padding: 60px;
        padding-top: 70px;
    }
    .rightBox {
        margin: 0 0 -40px;
        min-height: 200px;
        z-index: 8;
        max-width: 400px;
    }
    .imagesRoutine img:nth-child(2) {
        max-width: 130px;
        bottom: 0;
        border-radius: 10px;
        right: 20px;
        top: 41px;
        margin: 0;
    }
    .imagesRoutine img:first-child {
        padding: 0px;
    }
    .imagesRoutine-wapper {
        margin-left: 5px;
        overflow: hidden;
        position: relative;
        padding-right: 60px;
        padding-top: 125px;
    }
    section.routine .container{
        max-width: 100%;
        width: 90%;
    }
    section.routine .rightBox{
          width: 95%!important;  
    }
}
@media (max-width: 480px){
    .imagesRoutine-wapper{
        padding-top: 0;
        margin: 0;
        padding-right: 0;
    }
    .imagesRoutine img:last-child{
        width: 79vw !important;
        position: relative;
        left: unset;
    }
    .imagesRoutine img:nth-child(2){
        top: 10vw;
        right: 5.0vw;
        max-width: 27vw;
        display: none;
    }
    .imagesRoutine img:first-child{
        display: none;
    }
    body .containerroutineSlider .leftBox{
        padding: 30px;
        padding-top: 70px;
        padding-bottom: 70px;
    }
    section.routine.padding-main{
        padding: 65px 0 80px 0;
    }
    section.routine .heading{
        max-width: 340px;
        margin: 0 auto;
        margin-bottom: 60px;
    }
}


/*
  Join
=========================*/
section.join {
    background-color: #fffce8;
    margin: auto;
    position: relative;
    overflow: hidden;
    padding: 0vw 0;
    padding-right: 5vw;
}
.join-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1580px;
    margin: auto;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.join-width:nth-child(1) {
    width: 54%;
    left: 0;
    top: 0;
    height: 100%;
    border-top-right-radius: 100px;
    overflow: hidden;
    height: 700px!important;
}
.join-width:nth-child(2) {
    width: 42%;
    padding-top: 50px;
    display: flex;
    padding-bottom: 50px;
    align-items: center;
}
.inne-join{
    width:100%;
    max-width: 700px;
}
.join .inne-join h2, .join .join-sl {
    margin-top: 40px;
    margin-bottom: 0px;
}
.inne-join p {
    font-size: 16px !important;
    max-width: 500px;
    line-height: 27px !important;
    margin-bottom:30px;
}
.join-sl {
    padding: 0% 7%;
    max-width: 100%;
    overflow: hidden;
}
.join-sl .owl-item.active{
    background-color:transparent;
}
.join-slider .owl-nav {
    position: absolute;
    top: 30%;
    display: flex;
    width: 112%;
    justify-content: space-between;
    left: -6%;
}
.join-slider.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    left: 0;
}
.join-slider.owl-theme .owl-nav [class*=owl-] img {
    width: 1em;
}
.join-width .owl-item img {
    width: 60px !important;
    height: 50px !important;
    object-fit: contain;
    margin: 0 auto;
    margin-bottom: 20px;
}
.join-slider-inner {
    text-align: center;
}
.join-slider-inner span {
    line-height: 22px !important;
    font-size: 16px !important;
    color: #023940;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 600;
}

@media (max-width: 1150px){
    .join-width:nth-child(2){
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .join .inne-join h2{
        margin-top:0;
    }
    .join-width:nth-child(1){
        height: 57vw!important;
    }
}
@media (max-width: 980px){
    section.join{
        padding: 0;
    }
    .join-width:nth-child(1){
        border-radius: 0;
        width: 100%;
        border-bottom-left-radius: 0;
        height: 114vw!important;
    }
    .join-width:nth-child(2){
        width: 100%;
        padding-top: 50px;
        padding-bottom: 60px;
        text-align: center;
        margin: 0 auto;
    }
    .inne-join{
        width: 80%;
        margin: 0 auto;
        max-width: 400px;
    }
    .inne-join p{
        margin: 0 auto;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .join-slider-inner span{
        font-size: 11px !important;
        line-height: 1.2 !important;
    }
    .join-width .owl-item img{
        width: 40px !important;
        height: 30px !important;
        margin-bottom: 10px;
    }
    .join-sl{
        padding: 0% 9%;
    }
    .join-slider .owl-nav{
        left: -10%;
        width: 120%;
    }
}



/*
  Doctors Recommend us
=========================*/
.global-slider{
    padding: 60px 0px 100px 0px;
}
.global-slider .container{
    width: 88%;
    max-width: 1100px;
}
.global-heading {
    margin: 0 0 44px;
}
.global-heading p {
    font-size: 16px !important;
    /* line-height: 27px !important; */
    max-width: 500px !important;
    color: #023940;
    text-align: center;
    margin: 0 auto!important;
    padding-top: 12px;
}
section.global-slider .global-heading h2 {
    margin-bottom: 0 !important;
    text-align: center;
    padding: 10px 0;
}
section.global-slider .customers-area {
    max-width: 100%;
    margin: auto;
    display: flex;
}
section.global-slider .left-holder {
    width: calc(33% - 68px);
    margin-right: 68px;
    width: 25%;
}
section.global-slider .customer-love-block {
    width: calc(67% - 60px);
    gap: 30px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    display: flex;
    width: calc(75% - 60px);
    padding-top: 55px;
}
section.global-slider .card-items1 {
    width: 36%;
}
section.global-slider .card-items2, 
section.global-slider .card-items3 {
    width: 30%;
}
.love-slick-sliderasd {
    position: relative;
    width: 100%;
    height: 100%;
}
.customer-love-block .card-items .slick-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    max-height: unset !important;
    border-radius: 30px;
}
section.global-slider .slider-btns {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
section.global-slider .slider-btns button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #033940;
    width: 62px;
    height: 62px;
    border: 0;
    transition: .4s ease all;
    display: none;
}
section.global-slider button.nextButton {
    /* background: #678184 !important; */
    display: flex;
}
section.global-slider .coma svg {
    width: 60px;
    display: inline-block;
    height: auto;
}
section.global-slider .coma svg path{
    fill: #023940;
}
.left-holder .globl-width .title,
.left-holder .globl-width h4 {
    font-size: 23px !important;
    font-weight: 700;
    margin: 23px 0 23px;
    color: #023940;
    font-style: italic;
    text-decoration: underline;
    margin-top: 0;
}
.left-holder .globl-width span {
    font-size: 20px !important;
    line-height: normal !important;
        font-weight: 700;
    color: #023940;
}
.left-holder .globl-width .name,
.left-holder .globl-width h5 {
    font-size: 16px !important;
    font-weight: 500;
    margin-bottom: 23px;
    color: #023940;
}

@media (max-width: 980px){
    .global-slider {
        padding: 60px 0px 50px 0px;
    }
    section.global-slider.padding-main .container {
        padding: 0 0 0 30px;
        width: 100%;
    }
    .global-heading {
        max-width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        margin-bottom: 30px !important;
        padding-right: 30px;
    }
    .customers-area {
        flex-direction: column-reverse;
        position: relative;
    }
    .global-slider .customer-love-block {
        gap: 0;
        max-width: 100%;
    }
    .global-slider .customer-love-block {
        width: 100%!important;
    }
    .customer-love-block .card-items {
        width: auto !important;
        min-width: 250px;
        height: auto;
    }
    .global-slider .customer-love-block .card-items:first-child {
        width: 208px!important;
        min-width: 270px!important;
        height: auto!important;
    }
    .global-slider .customers-area .left-holder {
        width: 100%;
        max-width: 100%;
        position: relative;
        max-width: 100%!important;
        padding-top: 25px;
        padding-right: 30px!important;
        flex-direction: column-reverse;
        position: relative;
        display: flex;
    }
    .global-slider .customers-area .slider-btns {
        top: 20px;
        left: 0%!important;
        width: 100%!important;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 25px;
        padding-right: 30px;
    }
    section.global-slider .slider-btns button{
        width: 50px;
        height: 50px;
    }
     section.global-slider .slider-btns button img {
        max-width: unset;
        height: 15px;
    }
    section.global-slider .global-heading h2{
        line-height:1.2;
        padding: 0;
    }
}



/*
  partner 
=========================*/
section.partner.padding-main {
    background: #EFF7F6;
    padding: 100px 0px;
}
.partner-ctm-slider {
    margin-bottom: 0;
}
.partner-ctm-slider .slick-slide {
    margin: 0 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
section.partner .partner-ctm-slider .slick-slide {
    margin: 0 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.partner-ctm-slider .slick-slide>img {
    margin-inline: auto;
    max-width: 100%;
    transition: .4s ease all;
    opacity: .4;
    border-radius: 0;
}
.partner-ctm-slider .slick-slide.active{
    background-color:transparent;
}
.partner-ctm-slider .slick-slide.active img {
    opacity: 1;
}
.partner-width>p {
    font-size: 18px!important;
    max-width: 60vw;
    line-height: 1.3em!important;
    top: -5.5vw;
    opacity: 0;
    transition: .7s ease all;
    margin: 0 0 30px;
    width: 100%;
    font-weight: 700!important;
    text-align: center;
}
.partner-ctm-slider .partner-width.active>p {
    opacity: 1;
}

@media (max-width: 980px){
    section.partner.padding-main{
        padding: 50px 0px;
    }
    section.partner.padding-main .slick-prev:before, 
    section.partner.padding-main .slick-next:before{
        display:none;
    }
    .partner-width>p{
        max-width: 100%;
        opacity: 1;
    }
    .partner-ctm-slider .slick-slide>img{
        max-width: 70%;
        opacity: 1;
    }
    .partner-ctm-slider .slick-next {
        left: auto;
        top: auto;
        bottom: 20px;
    }
    .partner-ctm-slider .slick-prev {
        top: auto;
        bottom: 20px;
    }
    .partner-ctm-slider .slick-arrow img {
        max-width: 60%;
    }
}

/*
  ADA 
=========================*/

.boxContainerContentRoutineInner span {
    color: #000 !important;
    font-size: 28px;
    opacity: 1 !important;
}

/*.rebuy-product-review .rebuy-review-count {
       font-size: 14px;!important;
}

.rebuy-money sale .rebuy-money compare-at {
font-size: 14px!important;
}*/

.rebuy-star-rating-value {
    font-size: 1.2rem; /* Adjust the font size as needed */
    line-height: 1.5;  /* Adjust the line height for better readability */
    color: #000;       /* Ensure the text color has sufficient contrast */
  }

@media (max-width: 768px) {
    .rebuy-star-rating-value {
      font-size: 1rem; /* Adjust the font size for smaller screens */
    }
  }