body,
html,
img {
    max-width: 100%
}

*,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

.hero-text h3 span,
.top-bar p span,
h1 {
    font-weight: 700
}

.hero-box,
.batSec,
.hero-box-one,
.hero-rate p span img,
.s6Left,
.top-bar,
section {
    position: relative
}

.active,
.text {
    opacity: 1
}

body {
    font-size: 16px;
    color: #000;
    /* font-family: "Montserrat", sans-serif; */
    font-family: "Inter", sans-serif;

}

body,
html {
    overflow-x: hidden
}

:focus,
:hover {
    outline: 0 !important;
    text-decoration: none !important
}

*,
.ftr-link a,
.nav-rgt a {
    text-decoration: none
}

button,
button:hover,
button:focus {
    outline: none !important;
    border: none !important;
}

.btn:focus,
.form-control:focus {
    box-shadow: none
}

* {
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    word-wrap: break-word
}

/* a:hover {
    color: #1683ae !important
} */

ol,
ul {
    list-style: none
}



.top-bar {
    background: #171717;
    padding: 12px 30px;
    z-index: 999999;
    position: relative;
}

.top-deal-icon {
    width: 20px;
}

.top-wrapperbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.top-bar-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.top-leftbox p {
    color: #fff;
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0;
}

.marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 175px);
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: scroll-left 26s linear infinite;
}

.marquee-item {
    display: flex;
    align-items: center;
    color: #000;
    padding: 0 70px;
    font-weight: 500;
    font-size: 13px;
    /* line-height: 24px;
     */
    font-family: "Kantumruy Pro", sans-serif;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.top-dealbox {
    float: none !important;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.top-dealbox ul {
    position: relative !important;
}

.nav-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: space-between;
     */
    /* height: 90px; */
    /* border-bottom: 1px solid #DEDEDE; */
    padding: 5px 0;
}

/* .nav-box {
     width: 33.33% 
}
 */
/* .nav-letf {
    margin-right: 70px;
} */

.logo {
    width: 260px;
    margin-top: 0;
}

.nav-rgt {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
}

.nav-rgt a {
    font-family: "Kantumruy Pro", sans-serif;
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    height: 24px;
    font-weight: 500;
    padding: 0 16px;
    /* border-right: 0.5px solid #BEBEBE;
     */
}

.nav-rgt a:hover,
.nav-rgt a:focus {
    color: #1883ae !important;
}

.nav-rgt a:nth-child(5),
.nav-rgt a:last-child {
    border-right: none;
}

a.order-link {
    font-family: "Inter", sans-serif;
    color: #fff;
}

a.order-link {
    color: #FFFFFF !important;
    /* box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1);
     */
    background: #000;
    /* border: 1px solid #FFFFFF; */
    padding: 6px 20px;
    font-size: 14px;
    margin-left: 0;
    text-transform: uppercase;
    height: auto !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: transparent !important;
    border: 1.51px solid #3A488D !important;
    /* box-shadow: 0px 4px 4px 0px #00000040 inset !important; */
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #3A488D !important;
}




.signature-imgbox img {
    max-width: 260px;
    width: 100%;
    height: auto;
}

.sec2-dtls {
    font-size: 18px;
    line-height: 170%;
    font-weight: 600;
}

.sec2-row2 {
    height: 100%;
    background: #F3F3F3;
}

.sec2-pc-wrapper {
    box-shadow: 0px 2px 10px 0px #00000026;
    border-radius: 50px;
    overflow: hidden;
    width: 84%;
    margin-left: auto;
    margin-right: auto;
}

.sec2-pc-row {
    display: flex;
    /* align-items: center;
     */
}

.sec2-pc-content {
    width: 35%;
    position: relative;
}

.sec2-pc-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec2-pc-content video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.sec2-para-content {
    width: 65%;
    min-height: 100%;
    padding: 25px 90px 25px 110px;
    /* box-shadow: 0px 0px 12px 0px #00000026;
     border-radius: 50px;
     */
}

.sec2-para-content h3.sec-hdng {
    font-size: 28px;
}

p.sec-para.center::before {
    left: 50%;
    transform: translateX(-50%);
}

.sec2-para-content h3.sec-hdng+p {
    font-size: 18px;
    line-height: 28px;
    max-width: 480px;
    margin-bottom: 0;
}

h3.sec-hdng span {
    color: #133D8F;
}

.save-btn,
.save-btn:hover,
a.order-link {
    color: #fff !important;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 40px;
    padding: 12px 35px;
    background: #000;
}

a.order-link:hover,
a.order-link:focus {
    color: #fff !important;
}

.bag-icon {
    width: 16px;
    margin-left: 5px;
    margin-top: -5px;
}

.hero-text ul,
.rightSec ul,
.s5CompBox ul {
    padding-left: 0
}

.nav-rgt a:hover {
    color: #4e46ff
}

.sec2 .btn-box {
    margin-top: 50px;
    align-items: center;
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(.9)
    }

    50% {
        transform: scale(1)
    }
}

@-webkit-keyframes pulse {

    0%,
    100% {
        -webkit-transform: scale(.95)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

.mob-accordian,
.mob-mnu-ic,
.mob-view,
.mobwrapper,
.review-slider .owl-nav,
.slider-one .owl-dots,
.slider-one .owl-nav,
.stepTxt {
    display: none
}

.animSec .batSec img {
    width: 200px
}

.animSec .batSec .sec2 {
    position: absolute;
    left: 128px;
    top: 6px
}

.animSec .batSec .sec3 {
    position: absolute;
    left: 205px;
    top: -28px
}

.animSec .batSec .sec4 {
    position: absolute;
    left: 334px;
    top: -71px
}

.animSec .batSec .sec5 {
    position: absolute;
    left: 444px;
    top: -128px
}

.hero-rate p span img {
    bottom: 1px;
    margin-right: 5px
}

.hero-text h3 {
    font-size: 28px
}

.banner-subheading {
    color: #313131;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
}

.banner-heading1 {
    color: #313131;
    font-weight: 700;
    font-size: 47px;
    line-height: 130%;
    margin-bottom: 20px;
}

.banner-heading1 span {
    color: #000;
    /* background: linear-gradient(0deg, #142D4C 30%, #4D718D 78%);
     background-clip: text;
     */
}

.banner-details {
    font-size: 19px;
    line-height: 150%;
    font-weight: 400;
    color: #313131;
    margin-bottom: 30px;
    max-width: 600px;
}

.banner-heading-one {
    max-width: 440px;
    margin-bottom: 30px;
}

.hero-banner .sub-hdng {
    color: #ffffff;
    font-size: 32px;
    line-height: 150%;
    font-family: "Fredoka", sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    /* Outline + soft shadow */
    text-shadow:
        -1px -1px 0 #1C1A18,
        /* top-left outline */
        1px -1px 0 #1C1A18,
        /* top-right outline */
        -1px 1px 0 #1C1A18,
        /* bottom-left outline */
        1px 1px 0 #1C1A18,
        /* bottom-right outline */
        0px 1.55px 2.71px rgba(0, 0, 0, 0.5);
    /* soft drop shadow */
}

.text-shadow {
    text-shadow: -1px -1px 0 #1C1A18, 1px -1px 0 #1C1A18, -1px 1px 0 #1C1A18, 1px 1px 0 #1C1A18;
}

.hero-text h3 {
    font-weight: 500;
    font-size: 26px;
    line-height: 140%;
    text-align: left;
    margin-bottom: 10px;
    color: #fff;
    display: inline-block;
    background: #009EAA;
    border-radius: 10px;
    padding: 4px 15px;
    text-transform: uppercase;
}

.hero-text h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    text-align: left;
    margin-bottom: 20px;
    color: #3B3B3B;
}

p.sub-hdng {
    font-size: 18px;
    line-height: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #3B3B3B;
    margin-top: 0px;
    margin-bottom: 20px;
}

.bnrStar {
    display: flex;
    align-items: center;
}

.bnrStar .star {
    width: 100%;
    max-width: 118px;
    height: auto;
    margin-right: 10px;
}


.as_seen_on_sec {
    clear: both;
    position: relative;
    z-index: 99;
    margin-top: 0;
    background: #F9F9F9;
    /* box-shadow: 0px -4px 8px -4px #00000040;
     */
}

.as_seen_on_cntnr_desk .slider-collection .owl-carousel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.as_seen_on_cntnr {
    padding: 13px 0 9px;
    color: #fff;
    float: none;
    width: 100%
}

.as_seen_on_sec .as_seen_on_cntnt_cntnr {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.features_cntnt img {
    width: 100px;
    object-fit: contain;
    margin-left: 35px;
    height: 65px
}

.as_seen_hdng p {
    font-size: 20px;
    text-align: center;
    line-height: 26px;
    font-weight: 500
}

.essential-hdng p.commonHead b,
.uses-content p {
    color: #ff5c00;
    font-weight: 700
}

.jctkr-wrapper ul {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    font-size: 0;
    text-align: left;
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    z-index: 20
}

.features_cntnr,
.jctkr-wrapper {
    float: none;
    position: relative;
    width: 100%;
    height: 85px;
    overflow: hidden
}

.features_cntnt {
    justify-content: space-between;
    align-items: center;
    animation: 25s linear infinite features_scroll;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    padding: 15px 0;
    position: absolute
}

.jctkr-wrapper ul li {
    float: left;
    position: relative;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    text-align: center
}

.as_seen_hdng {
    width: 20%;
    float: left;
}

.as_seen_hdng p {
    font-size: 26px;
    line-height: 100%;
    font-weight: 700;
    margin-bottom: 0;
    color: #848484;
    text-align: left;
    font-family: "Gantari", sans-serif;
}

.as_seen_on_cntnr_desk {
    width: 80%;
    float: left;
}

.features_cntnt li {
    position: relative;
    width: 20%;
    height: 100%
}

.pro-slider img {
    height: 75px;
    object-fit: contain;
    width: 116px;
    padding: 10px;
}

.pro-slider .item {
    text-align: center;
    display: table;
}

.sec3-hdng-content h3 {
    padding-bottom: 20px;
    font-size: 40px;
}

h3.center.sec-hdng::before {
    display: none;
}

.sec3-hdng-content {
    text-align: center;
    margin-bottom: 0px;
}

.sec3-content {
    /* border-radius: 50px;
     */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.sec3-main-content .sec3-content:last-child {
    margin-bottom: 50px;
}

p.sub-hdng {
    text-align: left;
}

.sec3-row {
    margin-top: 90px;
}

.sec4-row {
    margin-top: 40px;
}

.sec3-content-reverse {
    flex-direction: row-reverse;
    padding: 0 20px;
    padding-right: 0;
    padding-left: 0;
}

.sec4-row .sec3-content-reverse .sec3-media-content video {
    transform: scaleX(-1);
}

.sec3-media-content {
    width: 47%;
    position: relative;
}

.sec3-txt-content {
    width: 47%;
}

.sec3-media-content video {
    margin-bottom: -6px;
}

/* .sec3-content-reverse {
     padding-left: 40px;
}
 */
.sec3-main-content .sec3-content .sec3-txt-content {
    padding-left: 0px;
}

.sec3-feature-listbox {
    margin: 25px 0;
}

.sec3-feature-listbox .features-list {
    padding-left: 0;
}

.sec3-feature-listbox .features-list li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.sec3-feature-listbox .features-list li img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 15px;
}

.sec3-feature-listbox .features-list li p {
    margin-bottom: 0;
}

.sec3-part2-2 .sec3-feature-listbox .features-list li {
    display: flex;
    align-items: start;
    margin-bottom: 20px;
}





.sec3-content-container .btn-box,
.sec4 .btn-box {
    align-items: center;
    margin-top: 0;
}

.sec5 .btn-box {
    align-items: center;
    margin-top: 20px;
}

section.sec5 {
    padding: 66px 0 46px;
}

.sec3-content-container {
    padding: 60px 0 30px;
    background: #fff;
}

/* .sec3-content-container h2.heading1.text-center {
    font-size: 53px;
    line-height: 120%;
    font-weight: 400;
} */

.sec3-txt-content {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.sec3-countbox {
    width: 25px;
    color: #0B70A8;
    font-weight: 800;
    font-size: 24px;
    line-height: 120%;
}

.sec3-text-inner-content {
    width: 100%;
}

.sec3-txt-content h4 {
    color: #171717;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 30px;
}

.sec3-hl {
    width: 40px;
    border-top: 4px solid #018DC0;
    opacity: 1;
}

.sec3-txt-content p {
    /* font-family: "Kantumruy Pro", sans-serif; */
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    /* max-width: 380px; */
    margin-bottom: 0;
}

.features-list li p {
    max-width: 500px;
}

.sec3-txt-content .sec3-border-box p {
    font-size: 15px;
}

.sec3-txt-content p strong {
    font-weight: 700;
}
.sec3-feature-listbox .features-list p strong{
    font-size: 19px;
    font-weight: 600;
}
.sec3-media-content video,
.sec3-media-content img:first-child {
    width: 100%;
    height: 600px;
    border-radius: 35px;
    object-fit: cover;
    display: inline-block;
}

.sec3-main-content .sec3-media-content {
    position: relative;
    /* border: 7px solid #000;
    border-radius: 35px; */
}

.sec3-content-container2 .sec3-main-content .sec3-content .sec3-txt-content {
    padding-left: 30px;
}

.sec3-content-container2 .sec3-txt-content p {
    max-width: 100%;
}

.sec3-content2 {
    margin-bottom: 30px !important;
    margin-top: 70px;
}

.sec3-part2-2 .sec3-content2 {
    margin-bottom: 30px !important;
    margin-top: 20px;
}

.sec3-border-box {
    margin-top: 30px;
}

.sec3-border-box-content {
    border: 2px dashed #3A748C;
    border-radius: 20px;
    padding: 20px 10px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}

.sec3-border-box-content img {
    width: 100px;
    height: auto;
}

.sec3-border-box-inner-content {
    width: calc(100% - 100px);
    padding-left: 5px;
}

.sec3-border-box-inner-content h6 {
    color: #171717;
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    margin-bottom: 15px;
}

.sec3-part2 {
    background: #EBEBEB;
    padding: 50px 0;
}
.sec3-part2-2{
    background: #EBEBEB;
    padding: 0 0 50px;
}
.signaturebox {
    margin-top: 50px;
}

.signature {
    width: 100%;
    max-width: 450px;
    height: auto;
}

.sec3-part3 {
    padding-top: 70px;
}

.sec3-part3 .sec3-main-content .sec3-content:last-child {
    margin-bottom: 0px;
}


.sec5-hdng-btm {
    font-size: 24px;
    line-height: 120%;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
}

.number {
    min-width: 75px;
    height: 75px;
    background: #35495E;
    color: #fff;
    font-size: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 18px;
}

.sec5-para h4 {
    font-size: 30px;
    line-height: 120%;
    margin-top: 20px;
    margin-bottom: 14px;
}

.sec5-content-container {
    margin-top: 20px;
}

.sec5-videobox video {
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: 340px;
}

.sec5-text-content {
    display: flex;
    margin-top: 35px;
}

.banner-heading1 span.sub-hdng2 {
    margin-left: 230px
}

.hero-text ul {
    padding-top: 0px;
}

.hero-text ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    color: #313131;
    font-size: 16px;
    font-weight: 500;
    /* text-shadow: 2.29px 2.29px 15px #FFFFFF; */
}

.hero-text ul li img {
    max-width: 26px;
}

.hero-text ul li p {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
    color: #3B3B3B;
}

.save-btn,
.save-btn:hover {
    font-size: 26px;
    color: #fff !important;
    padding: 13px 50px;
    /* padding-right: 0px;
     */
    text-decoration: none;
    width: 410px;
    text-align: center;
    margin: 0 0 10px;
    /* display: flex;
     justify-content: space-around;
     */
    font-weight: 600;
    background: #FF7C0E;
    /* border: 2px solid #fff;
     */
    box-shadow: 0px 4px 4px 0px #00000040;
}

.btn-box p .font-style {
    font-weight: 500;
}

.btn1 {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    border-radius: 3.5px;
    padding: 16px 35px;
    background: #1AC70E;
    /* border: 1px solid #fff; */
    text-decoration: none;
    font-family: "Inter", sans-serif;
    display: inline-block;
    /* box-shadow: 2px 4px 4px 0px #00000040,
        
        0px 4px 4px 0px #FFFFFF80 inset; */
}

.btn1:hover, .btn1:focus {
    color: #fff;
    background: #1AC70E;
}

.btn-box-content {
    color: #000;
    margin-top: 10px;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    text-align: center;
    width: 100%;
}

.btn1 .btn-right-arrow {
    margin-top: -4px;
    margin-left: 3px;
}

/* .btn1:hover {
    color: #fff !important;
} */

.btn-box p {
    font-size: 12px;
    line-height: 17px;
    margin-top: 10px;
    font-weight: 400;
    width: 336px;
    text-align: center;
    /* font-family: "Quicksand", sans-serif !important;
     */
}

.btn-box {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
}

.stock-low {
    margin-left: 5px;
    margin-right: 5px;
}

.stock-low-stye {
    color: #FC2201;
    text-transform: uppercase;
}

.hero-text .btn-box {
    margin-top: 0;
    width: 100%;
    text-align: center;
}

.hero-text .btn-box .btn1 {
    width: 100%;
    display: block;
}

.hero-text .btn-box .save-btn {
    display: block;
    width: 100%;
}

/* .hero-text .btn-box p {
     font-size: 13px;
     width: auto;
     text-align: center;
}
 */
.btn-arw {
    position: absolute;
    right: 15px;
    width: 38px;
    height: auto;
}

.b-box {
    background: #2e4db9;
    padding: 15px;
    border-radius: 10px;
    width: calc(20% - 15px)
}

/* .b-box:hover {
     transform: translateY(-10px) 
}
 */
.b-box p {
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 15px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.b-bow-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto
}

.hero-box {
    width: 100%;
    height: auto;
    padding: 30px 0 50px;
    margin-top: 90px;
    background: #F0F0F0;
}

.banner-pc-content {
    position: relative;
    padding-left: 60px;
}

.hero-banner {
    width: 100%;
    height: auto;
}

.banner-videobox video {
    width: 100%;
    height: 670px;
    object-fit: cover;
    border-radius: 25px;
}

.brands-wrapper {
    margin-top: 30px;
}

.brands-heading h4 {
    color: #9D9C9C;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
}

.brands-desk-part {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}


.brands-content img {
    object-fit: contain;
    height: 34px;
    padding: 0 15px;
}


.advantages-sec {
    background: #E3E1DB;
    padding: 24px 27px;
}

.advantages-sec-content {
    display: flex;
    align-items: center;
    width: 28%;
    font-size: 15px;
}

.advantages-sec-content p {
    margin-bottom: 0;
    font-size: 14px;
}

.advantages-pc img {
    max-width: 120px;
}

.advantages-sec-content .advanatages-right-content {
    margin-left: 10px;
    width: calc(100% - 120px);
}

.advanatages-right-content strong {
    color: #434339;
    font-size: 18px;
    line-height: 140%;
    font-weight: 700;
}

.advanatages-right-content p {
    color: #434339;
    font-size: 13px;
    font-weight: 400;
}

.advantages-sec-content-container {
    padding: 0;
}

.transformation-sec {
    padding: 120px 0 100px;
    background: #F9F9F9;
}

.tranformation-wrapper {
    padding: 0 7%;
    margin-top: 40px;
}

.transformation-box {
    padding: 30px 15px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 13px 0px #09413C1A;
    min-height: 410px;
}

.transformation-mediabox {
    text-align: center;
}

.transformation-mediabox video, .transformation-mediabox img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.transformation-headibox {
    display: flex;
    justify-content: center;
    align-items: start;
    text-align: center;
    margin-top: 10px;
    min-height: 65px;
}

.transformation-headibox img {
    margin-right: 8px;
}

.transformation-headibox h4 {
    color: #171717;
    font-size: 18px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.transformation-contentbox p {
    color: #171717;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 10px;
    text-align: center;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Montserrat", sans-serif;
}


.heading1 {
    color: #171717;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 25px;
    /* letter-spacing: -1px; */
}

.heading2 {
    color: #171717;
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 25px;
    /* letter-spacing: -1px; */
}

.details {
    color: #171717;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 30px;
    /* letter-spacing: -1px; */
    /* font-family: "Kantumruy Pro", sans-serif; */
}


.features-sec-content .btn-box {
    margin-top: 10px;
}


span.sub-hdng-content {
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
}

.video-icon {
    position: absolute;
    top: 40px;
    right: -70px;
    width: 150px;
    height: 150px;
}

.hero-text {
    z-index: 10;
    padding: 0px 0 0 40px;
}

.usaBx {
    position: absolute;
    top: 11px;
    right: 11px
}

.hero-rate p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #292929;
}

.hero-details {
    color: #000;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    max-width: 380px;
    font-family: "Kantumruy Pro", sans-serif;
}

.content-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%
}

.three-steps {
    padding: 70px 0 70px;
    position: relative;
    background-color: #F2F2F2;
}

.three-steps-inner {
    width: calc(100% - 60px);
    /* max-width: 1300px; */
    margin-left: auto;
    margin-right: auto;
}


.three-steps .heading1 {
    margin-bottom: 40px;
}

.three-steps-box {
    width: 100%;
    padding: 15px;
    border-radius: 0;
    background: #fff;
    border-radius: 22px;
    padding-bottom: 20px;
    box-shadow: 0px 4.68px 14.05px 0px rgba(0, 0, 0, 0.15);
}

.features-sec-video-wrapper video,
.features-sec-video-wrapper img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    /* border: 3.81px solid #FFE1AE; */
}

.features-sec-para-inner-content {
    text-align: center;
}

.step-no {
    width: 80px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
    position: relative;
    z-index: 9;
}

.features-sec-para-inner-content h4 {
    color: #171717;
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 20px;
}

.features-sec-para-inner-content p {
    color: #171717;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 20px;
    /* max-width: 300px;
    margin-left: auto;
    margin-right: auto; */
    min-height: 72px;
}

.three-steps .btn-box {
    margin-top: 60px;
}


.tiktok-sec {
    /* background: linear-gradient(270deg, #6FE0E2 0%, #73DEDE 24.1%, #FA9245 80.34%); */
    padding: 0px 0 50px;
    position: relative;
}

.tiktok-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 94%;
    background: linear-gradient(270deg, #6FE0E2 0%, #73DEDE 24.1%, #FA9245 80.34%);
    z-index: -1;
}

.tiktok-sec::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: #F0FAFA;
    z-index: -2;
}

.tiktok-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.tiktok-col1 {
    width: 35%;
    /* max-width: 420px; */
    padding-right: 30px;
}

.tiktok-col2 {
    width: 65%;
}


.tiktok-icon {
    width: 100%;
    max-width: 115px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: -55px;
}

.tiktok-inner-content {
    max-width: 410px;
}

.tiktok-heading1 {
    width: 100%;
    max-width: 410px;
    height: auto;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.tiktok-contentbox h4 {
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 30px;
}

.tiktok-hr-line {
    border-top: 2px solid #000000;
    width: 70%;
}

.tiktok-inner-content h3 {
    color: #ffffff;
    font-size: 46px;
    line-height: 120%;
    font-family: "Fredoka", sans-serif;
    text-transform: uppercase;
    margin-top: -20px;
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: -1px -1px 0 #1C1A18, 1px -1px 0 #1C1A18, -1px 1px 0 #1C1A18, 1px 1px 0 #1C1A18, 0px 1.55px 2.71px rgba(0, 0, 0, 0.5);
}

.tiktok-contentbox p {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    line-height: 180%;
    margin-top: 30px;
    max-width: 420px;
}

.tiktok-media-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 20px;
}

.tiktok-media-box1,
.tiktok-media-box3 {
    width: 32%;
}

.tiktok-media-box2 {
    width: 36%;
    scale: 1.15;
    margin-top: -30px;
    z-index: 9;
    position: relative;
}

.tiktok-media-box1 video,
.tiktok-media-box2 img,
.tiktok-media-box3 video {
    border-radius: 40px;
    border: 8px solid #000000;
    box-shadow: 6px 6px 26.4px 0px #FFFFFF33 inset;
    overflow: hidden;
    display: block;
    position: relative;

}




/* #comparison-table h2.heading1 {
    font-size: 50px;
    line-height: 52px;
} */

.selSec-wrapper {
    max-width: 422px;
}

.selSec {
    background: #fffdd8;
    border: 2px dashed #ed8e00;
    border-radius: 4px;
    padding: 4px 10px;
    margin-bottom: 20px;
    position: relative;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.selSec p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
}


.sec-2-row {
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.device_txt b {
    color: #2e4db8;
    font-size: 24px;
    line-height: 38px
}

#comparison-table {
    padding: 70px 0 30px;
    background: #F9F9F9;
    margin-top: 0;
}

#comparison-table .heading1 {
    margin-bottom: 40px;
}

#comparison-table .btn-box {
    margin-top: 20px;
}

/* .comparison-container {
    background: #FAFAFA;
    border-radius: 35px;
    padding: 50px 0px 0px;
    width: 100%;
} */
.comparison-wrapper-container {
    margin-top: 100px;
}

.comparison-wrapper {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    /* background: #fff;
     border-radius: 35px;
     */
    padding: 20px 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* background-color: #fff; */
    /* border-radius: 35px; */
    /* box-shadow: 2px 2px 2px 0px #00000040; */
}

.comparison-col {
    width: 22%;
    text-align: center;
}

.comparison-col1 {
    width: 34%;
}

.comparison-col2 {
    background: linear-gradient(180deg, #FFFFFF 0%, #7EB6FF 294.32%);
    border-radius: 25px;
}

.comparison-imgbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
    height: 146px;
    margin-top: -90px;
}

.comparison-product {
    width: 100%;
    max-width: 100px;
    height: auto;
    margin-top: 0;
}

.comparison-col2 .comparison-product {
    width: 100%;
    /* max-width: 150px; */
    height: auto;
    margin-top: 0;
}

/* .comparison-col3 .comparison-product {
    max-width: 100px;
}

.comparison-col4 .comparison-product {
    max-width: 109px;
} */

.comparitor-name {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 0;
}

.comparison-col ul li {
    width: 100%;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 2.3px solid #8B8B8B;
    font-size: 19px;
    font-weight: 600;
}

.comparison-col ul li:last-child {
    border-bottom: none;
}

.comparison-star {
    margin-left: auto;
    margin-right: auto;
}

.comparison-col ul {
    padding-left: 0;
}

.comparison-col1 ul {
    padding-top: 134px;
}

.comparison-col2 ul li,
.comparison-col3 ul li,
.comparison-col4 ul li {
    justify-content: center;
    text-align: center;
}

.comparison-col.comparison-col3 .comparitor-name,
.comparison-col.comparison-col4 .comparitor-name {
    font-size: 18px;
    font-weight: 400;
}


section.fly-towards-sec {
    padding-bottom: 43px;
}

.fly-towards-hdng h3 {
    text-align: center;
    font-weight: 400;
    font-size: 45px;
}

.fly-towards-content-container {
    margin-top: 43px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.fly-towards-content-container .fly-towards-content {
    width: calc(98% / 3);
}

.fly-towards-content-container .fly-towards-content:nth-child(2) {
    margin-top: 60px;
}

.fly-towards-sec .btn-box .btn-box-content,
.features-sec-content .btn-box .btn-box-content,
.sec3-content-container.sec3-content-container2 .btn-box .btn-box-content {
    color: #000;
}

.fly-towards-sec .btn-box,
.sec3-content-container.sec3-content-container2 .btn-box {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 50px;
}


.experience-fun-sec h3 {
    text-align: center;
    color: #fff;
    font-size: 60px;
    line-height: 63px;
}

.experience-text-content {
    background: radial-gradient(59.02% 59.02% at 50% 50%, rgba(80, 118, 144, 0.1) 0%, rgba(23, 34, 42, 0.1) 100%);
    backdrop-filter: blur(40px);
    color: #fff;
    padding: 30px 40px;
    text-align: center;
    border-bottom-left-radius: 34px;
    border-bottom-right-radius: 34px;
}

.experience-text-content h4 {
    font-size: 24px;
    line-height: 41px;
}

.experience-text-content p {
    font-weight: 500;
    font-size: 19px;
    line-height: 29px;
    color: #fff;
    margin-bottom: 0;
    font-family: "Kantumruy Pro", sans-serif;
}

.experience-content img {
    width: 100%;
}

.experience-content-container .experience-content+.experience-content {
    margin-top: 25px;
}

.experience-content-container {
    margin-top: 101px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.experience-content-container .col-md-4:last-child .experience-content:first-child {
    margin-top: -40px;
}

.features-content-container {
    padding: 92px 0 93px;
}

.features-sec-txt {
    margin-top: 0;
}

.features-sec-txt {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.features-sec-para {
    padding-left: 0px;
    font-family: "Inter", sans-serif;
}

section.features-sec-content {
    padding: 60px 0;
}

.features-sec-hdng h3 {
    text-align: center;
    margin-bottom: 90px;
    font-size: 40px;
    line-height: 120%;
}

.features-hdng-content h3 {
    font-size: 48px;
    color: #444;
    text-align: center;
    font-weight: 700;
    margin-bottom: 96px;
}

.features-hdng-content h3 span {
    color: #375AA0;
}

.features-sec-txt img {
    margin-right: 15px;
    min-width: 42px;
    width: 42px;
    object-fit: contain;
    margin-top: 0;
}

.features-sec-para strong {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #121212;

}

.features-sec-para p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.routine-section {
    padding: 30px 0;
}

.routine-section .sec-heading p {
    margin-bottom: 30px;
}

.s3-con-box {
    width: calc(50% - 20px);
    position: relative
}

.s3-con-box img,
.s3-img.s3-con-box video {
    border-radius: 20px
}

.review-box>img:first-child {
    height: 323px;
}

/* .review-wrapper .review-box:nth-child(2) {
     box-shadow: none;
}
 */
.section6:after,
.section6:before {
    width: 282px;
    height: 294px;
    content: ""
}

.s3-cen-box .s3-text h3 {
    color: #c5eeff
}

.ciscle-2 {
    right: 0;
    top: -150px
}

.ciscle-3 {
    left: 0;
    top: -250px
}

#comparison-table .save-btn {
    margin-top: 60px;
}

.mob-mnu-ic button {
    outline: 0;
    -webkit-appearance: none;
    background: 0 0;
    padding: 0;
    cursor: pointer;
    border: none;
    margin-top: 8px;
}

.bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 3px;
    background-color: #000000;
    transition: .4s;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px
}

.dl-active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
    background: #000000;
}

.dl-active .bar2 {
    opacity: 0;
}

.dl-active .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
    background: #000000;
}

.bar2 {
    margin: 4px 0
}

#nav-bar-section {
    margin-top: 0px;
}

#nav-bar-section,
#nav-bar-section-mob {
    margin-bottom: 90px;
}

#nav-bar-section .nav-bar,
#nav-bar-section-mob .nav-bar {
    background: #fff;
    /* height: 90px;
     */
    padding: 0;
    margin-top: -90px;
    top: 90px;
    /* -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1);
     */
    z-index: 999;
    /* box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1);
     */
    position: relative;
}

#nav-bar-section .nav-bar.fixed-nav,
#nav-bar-section-mob .nav-bar.fixed-nav {
    position: fixed;
    z-index: 9999;
    -webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
    margin-top: 0;
    top: -1px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1);
    width: 100%;
    background: #fff;
}

#nav-bar-section .nav-bar.fixed-nav .nav-wrapper,
#nav-bar-section-mob .nav-bar.fixed-nav .nav-wrapper {
    border-bottom: none;
}

.s5Col1,
.s5Col1 ul li,
.section6 {
    position: relative
}

.section8 .btn-box,
.numberIng_sec .btn-box {
    align-items: center;
}

.s5Col2 ul li {
    border-bottom: none;
}

.s5Col3 ul li,
.s5Col4 ul li {
    border-bottom: 2px solid rgba(214, 224, 243, 1);
}

.s5Col2 ul li:last-child,
.s5Col3 ul li:last-child,
.s5Col4 ul li:last-child {
    border-bottom: none;
}

#comparison-table .save-btn,
#sec-podcast .btn-box,
.section8 .save-btn {
    margin-top: 20px;
}

.sec4-content-hdng {
    text-align: center;
}

.sec4-content-hdng h3 {
    font-size: 48px;
    line-height: 50px;
    font-weight: 400;
    margin-bottom: 20px;
}

.sec4-content-hdng p {
    font-family: "Kantumruy Pro", sans-serif;
    font-size: 20px;
}


.sec4-content-container::before,
.before-footer-sec::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 150px;
    background: white;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    z-index: 1;
    transform: rotate(180deg);
}

.sec4-content-container::after,
.before-footer-sec::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 150px;
    background: white;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    z-index: 11;
}


h2.sec-head {
    font-size: 56px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

h2.sec-head span {
    color: #1B9CFD;
    display: block;
}

#review .testName span,
.s5Col2 ul li,
.s5Col2Top p {
    font-size: 16px;
    font-weight: 400;
}

.s5Col2 .s5Col2Top p {
    color: #000000;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    margin-top: 20px;
}

.s5Col2 .s5Col2Top p span {
    font-size: 34px;
}

.s5Col3 .s5Col2Top p,
.s5Col4 .s5Col2Top p {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    margin-top: 20px;
    /* font-family: "Readex Pro", sans-serif;
     */
}

.com-star1 {
    margin-top: 20px;
}

.money-back-guarantee-sec {
    /* background: #FFF2DE; */
    background: l#fff;
    padding: 80px 0 70px;
}

.money-back-content-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1030px;
    margin: auto;
}

.money-back-content-container .money-back-left-content {
    width: 30%;
    margin-top: -30px;
}

.money-back-content-container .money-back-left-content img {
    max-width: 270px;
    width: 100%;
}

.money-back-content-container .money-back-right-content {
    width: 65%;
}

.money-back-section .btn-box {
    margin-top: 50px;
}

.money-back-content-container .money-back-right-content h3 {
    font-size: 36px;
    color: #171717;
    font-weight: 800;
    /* font-family: "Inter", sans-serif; */
    margin-bottom: 25px;
}

.money-back-content-container .money-back-right-content p {
    font-size: 18px;
    font-weight: 400;
    /* font-family: "Inter", sans-serif; */
}

.money-back-guarantee-sec .btn-box {
    margin-top: 40px;
}

.money-back-content-container .money-back-right-content .btn-box-content {
    color: #000;
}

/* .acdnList, .bnrHeading, .bnrStar, .bnrText1, .prod-list, .prod-s2-row, .prod-s2-wrap, .s5Col1 ul, .s5Col2 ul, .s5Col2 ul li, .s5Col2Top, .section2, .section3, .section6 {
     width: 100% 
}
 */
.s5Col2Top p {
    line-height: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-weight: 700;
}

.s5Col2 ul {
    padding-top: 5px
}

.s5Col2 ul li {
    padding: 20px 0;
    color: #000;
    line-height: 31px;
    text-align: center
}

.s5Col2Prod,
.s5Col3Prod {
    margin: -100px auto 0;
    height: auto;
}

/* .s5Col3Prod {
     scale: 1.6;
}
 */
/* .s5Col4Prod {
     scale: 1.4;
}
 */
.s5Col2 ul li:last-child {
    /* border:none;
     */
    /* height: 100px;
     */
}

.s5Col2 ul li,
.s5Col2.s5Col3 ul li,
.s5Col2.s5Col4 ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s5Col2Top.s5Col3Top {
    margin-bottom: 10px;
}

.s5Col2.s5Col3 ul {
    padding-top: 0;
    margin-top: 0;
}

.s5Col2Top.s5Col4Top {
    margin-bottom: 15px;
}

.s5Col2.s5Col4 ul {
    padding-top: 0;
    margin-top: 0;
}

.s5CompBox ul {
    margin-bottom: 0
}

.s5Col2Top {
    height: auto;
    text-align: center;
    margin-bottom: 30px;
}

.s5CompBox .s5Col2Top img:first-child,
.s5CompBox .s5Col3Top img:first-child {
    height: 120px;
    object-fit: contain;
}

.s5CompBox .s5Col3Top img:first-child {
    height: 100px !important;
    margin: -90px auto 0px;
    display: block;
}

.s5Col2Prod {
    margin-bottom: -0;
    /* margin-left: -35px;
     */
}

.s5Col4Prod {
    margin: -79px auto 0px;
    height: 105px !important;
}

.comp-rating {
    margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#comparison-table .btn-box {
    align-items: center;
}

.s5Col2.s5Col4 {
    background: transparent;
    margin-top: -125.5px;
    border: none;
}

/* .cross {
     width: 21px;
     height: auto;
}
 */
.s5Col2-checkbox {
    margin-top: -25px;
}

#review .testName span {
    color: #37b72d
}

.testName img {
    margin: -1px 3px 0 11px;
    width: 20px;
}

.review-box p.testName {
    color: #000;
    font-weight: 700;
    margin-top: 0;
    text-align: left;
    min-height: inherit;
    font-style: normal;
    display: flex;
    align-items: center;
}

.Slides,
.c-text,
.dic-text p,
.ftr-link,
.review-box p,
.s3TxtBx .num-cir p {
    text-align: center;
}



#review {
    padding: 80px 0 60px;
}


#mob-btn-3.btn-box p,
.accordion,
.s5Col2Top.s5Col3Top p,
.s5Col2Top.s5Col4Top p {
    color: #000
}

.review-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 0px;
    padding: 0;
}

.review-box {
    width: 100%;
    border-radius: 0px;
    padding: 0 0;
}

.review-contentbox {
    padding: 15px 0;
}

.review-userbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.reviewer {
    width: 60px;
    margin-right: 10px;
}

.review-username {
    color: #171717;
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
}


.review-box p {
    color: #2F2F2F;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    margin-bottom: 0;
}

.expert-advice-txt .sec-hdng {
    color: #000;
    font-size: 35px;
    line-height: 120%;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: "Alexandria", sans-serif;
}

.expert-advice-txt p {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 170%;
    max-width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.testStar {
    max-width: 100px;
    margin-right: 10px;
}

.quote-open {
    position: absolute;
    top: -8px;
    left: -30px;
}

.quote-close {
    position: absolute;
    bottom: -8px;
    right: -30px;
}

.expert-advice-txt p+img {
    margin-top: 20px;
    max-width: 400px;
}

.expert-name {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 120% !important;
    font-size: 14px;
}

.expert-years {
    font-size: 16px !important;
    line-height: 120% !important;
    margin-top: 10px;
}

.expert-advice-sec {
    padding: 40px 0;
    /* background-color: #FFF2DE; */
    background: linear-gradient(90deg, #FFBB89 0%, #FFE7D5 100%);
    /* box-shadow: 0px 4px 4px 0px #00000040;
     */
}

.expert-advice-pc,
.expert-advice-pc img {
    height: auto;
    border-radius: 25px;
}

.expert-advice-txt {
    padding: 0 0px;
}

.expert-rating {
    max-width: 140px;
    height: auto;
    margin-bottom: 20px;
}

.review-slider {
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px
}

#review .save-btn {
    margin-top: 30px;
}

#review .sec-3-head h2 span {
    color: #0f4c48
}

.authSec {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.authorP {
    width: 40px;
}

.nameSec {
    margin-left: 10px;
}

.nameSec span {
    display: flex;
    align-items: flex-start;
}

.nameSec span.reviewer-state {
    color: #828282;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
}

.nameSec span img {
    margin-left: 2px;
}

.reviews-wrapper {
    padding-top: 10px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #A4A4A4;
}

.reviewer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.review-heading {
    color: #3B3B3B;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.review-details {
    color: #000;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    max-width: 520px;
    margin-bottom: 15px;
}

.review-prod-img {
    width: 100%;
    max-width: 223px;
    height: auto;
}

.review-details2 {
    color: #8A8A8A;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 10px;
}

.testName {
    font-size: 16px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

.reviewSec {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 1000px;
    margin: 40px auto 0;
}

#review h3.sec-hdng {
    font-size: 50px;
    text-align: center;
    margin-bottom: 40px;
}

.reviewSec {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
    max-width: 1000px;
    margin: 40px auto 0;
}

.reviews-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    width: calc(25% - 12px);
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 10px;
}

.testName {
    font-size: 14px;
    font-weight: 700;
}

.testName img {
    margin: -1px 3px 0 11px;
    width: 20px;
}

#review .testName span {
    color: #37b72d;
}

#review .testName span {
    font-size: 16px;
    font-weight: 400;
}

.trust-review {
    width: 100%;
    max-width: 1000px;
}

.review-details2 {
    color: #8A8A8A;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 10px;
}

.review-heading {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
    margin-top: 15px;
    margin-bottom: 15px;
}

.review-details {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    /* font-style: italic;
     */
    font-family: "Roboto", sans-serif;
    line-height: 150%;
    margin-bottom: 15px;
}

.starSec {
    display: flex;
    align-items: flex-start;
    gap: 1px;
    margin-top: 15px;
}

.after-testName {
    width: 100%;
    color: #828282;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
}

#review .btn-box {
    align-items: center;
    margin-top: 40px;
}

.section8 {
    padding: 70px 0 40px;
    background: #fff;
    position: relative;
}

.faq-dino-img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 150px;
    height: auto;
}

.section8 .heading1 {
    color: #0C2539;
    font-weight: 600;
}

.section8 .heading1 a,
.section8 .heading1 a:hover {
    color: #000 !important;
    text-decoration: none;
}

.section8 .heading1 span img {
    margin-left: 30px;
    max-width: 35px;
}

.section8 .heading1 span img {
    margin-left: 30px;
    max-width: 35px;
    margin-top: -10px;
}

.faq-container {
    vertical-align: top;
    /* max-width: 900px; */
    width: 100%;
    margin: 15px auto;
    float: none;
    overflow: hidden
}

.up-slide-dwn {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 0;
    border-bottom: 1px solid #DFDFDF;
    /* -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
     box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
     */
    margin-top: 0px;
    padding: 10px 20px 10px 0px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.up-slide-dwn:last-child {
    margin-bottom: 20px;
}

.accordion {
    padding: 13px 55px 10px 0;
    /* font-family: "Alexandria", sans-serif; */
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    transition: 0.3s ease-in-out;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.accordion::after {
    content: '';
    position: absolute;
    right: 0;
    width: 16px;
    height: 16px;
    background: url(../../images/index/close.png) 100% center no-repeat;
    background-size: contain;
    transition: 0.3s ease-in-out;
}

.accordion.active::after {
    transition: 0.3s ease-in-out;
    /* transform: rotate(90deg); */
    background: url(../../images/index/open.png) 100% center no-repeat;
}

.accordion span {
    color: #0C2539;
    font-size: 32px;
    font-weight: 600;
    /* font-size: 26px;
     line-height: 30px;
     letter-spacing: 0.5px;
     */
    display: inline-block;
    padding-right: 5px;
}

.acdn-heading.active {
    border: none;
    transition: 0.3s ease-in-out;
}

.acdn-content {
    display: none;
    transition: background-color .3s;
    color: #000000;
    /* font-family: "Kantumruy Pro", sans-serif; */
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 0;
}

.acdn-para a,
.acdn-para a:hover,
.acdn-para a:focus {
    color: #000000 !important;
    text-decoration: none !important;
}

.up-slide-dwn .acdn-para.d-md-flex span:first-child {
    width: calc(20% - 10px)
}

.up-slide-dwn .acdn-para.d-md-flex span:last-child {
    width: calc(80% - 10px)
}

.dic-text p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.c-text,
.ftr-link a {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;

}

.c-text {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin-top: 15px;
}

.banner-heading1 span.blue {
    position: relative;
}

.banner-heading1 span.blue::before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    height: 50%;
    background-color: #ceedfe;
    bottom: 0;
    z-index: -1;
}

.review-wrapper {
    padding: 50px 0 70px;
}

.review-wrapper:last-child {
    padding-bottom: 0;
}

.review-imgbox img {
    width: 100%;
    height: auto;
    border-radius: 0px;
}

.review .btn-box {
    align-items: center;
}

.step {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3680E0;
    border: 5px solid #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: -25px;
    position: relative;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
}

.owl-theme .owl-dots .owl-dot {
    width: auto !important
}

.review-slider {
    margin-top: 20px;
}

.review-inner-contentbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}

.review-box .review-head {
    color: #171717;
    font-weight: 700;
    font-size: 19px;
    line-height: 120%;
}

.verified {
    color: #C45500 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
}

.review-end-text {
    color: rgba(86, 89, 89, 78%) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    margin-top: 20px !important;
}


#ctabtn-mob {
    background: 0 0;
    padding: 7px 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999999;
    transition: bottom 1s;
    display: table;
    width: 100%
}

#ctabtn-mob .btn-box {
    width: 100%
}

/* .hero-con .container {
     max-width: 1280px 
}
 */
.bnr_bg {
    position: absolute;
    left: 0;
    width: 61%;
    height: 100%;
    object-fit: cover;
    z-index: 9
}

.money-back-section {
    background: linear-gradient(100.42deg, rgba(248, 253, 255, 0.85) 0.78%, rgba(193, 232, 235, 0.85) 25.55%);
    position: relative;
    padding: 40px 0;
}

.btn-box.money-back-btn-box {
    width: 380px;
    margin-top: 34px;
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

.s3TxtBx {
    width: 50%
}

.s3TxtBx h3 {
    font-family: Raleway, sans-serif;
    font-weight: 800;
    margin: 0 0 10px 20px;
    font-size: 40px;
    color: #fff
}

.s3TxtBx p,
.sec3-con-3.box-4 ul li,
.text {
    font-family: Manrope, sans-serif
}

.s3TxtBx p {
    font-size: 20px;
    color: #fff;
    line-height: 33px
}

.s3TxtBx .num-cir {
    position: static
}

.s3TxtBx .num-cir p {
    font-weight: 600;
    color: #2e4db8;
    font-size: 20px;
    display: table;
    line-height: 50px;
    width: 50px;
    font-family: Poppins, sans-serif;
    padding-right: 0
}

.textslide-container {
    position: relative;
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.Slides {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, .6);
    margin: 0 10px;
    transition: opacity 1.5s
}

.text {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff
}

.Slides.active {
    background: #fff;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .3)
}

.Slides.active .text {
    color: #2f4fbb;
    font-weight: 800
}


.acdn-para+ul li {
    list-style-type: disc
}

.only-text,
.sub-hdng2 {
    font-size: 42px
}

.text-charge {
    margin-left: 50px
}

.hourglass {
    animation: 2.5s ease-in-out infinite forwards rotateP
}

.carouselBx-wrapper {
    display: none;
}

.as_seen_on_cntnr_mob {
    display: none;
}

@keyframes rotateP {
    0% {
        transform: rotate(0)
    }

    100%,
    50% {
        transform: rotate(180deg)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(00deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.dot-fade {
    animation: 1s ease-in-out infinite fade
}

@keyframes fade {

    0%,
    100%,
    70% {
        opacity: 100%
    }

    50% {
        opacity: 30%
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

#toggle-faq img {
    transition: all 0.7s ease-in-out;
}

#toggle-faq img.rotate {
    transform: rotate(180deg);
}

#toggle-faq1 img {
    transition: all 0.7s ease-in-out;
}

#toggle-faq1 img.rotate {
    transform: rotate(180deg);
}



.new-banner-section {
    width: 100%;
    height: auto;
    padding: 50px 0;
    margin-top: 0px;
    background: #556CB3;
}

.new-banner-section .banner-videobox img {
    width: 100%;
    height: auto;
    border-radius: 25px;
}

.new-banner-col-1 {
    width: 55%;
}

.new-banner-col-2 {
    width: 45%;
}

.banner-mediabox img {
    margin-top: -20px;
}

.new-banner-section .hero-text {
    padding: 50px 0;
}

.new-banner-section .banner-heading-one {
    max-width: 590px;
    margin-bottom: 15px;
}

.new-banner-section .hero-banner .sub-hdng {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 20px;
}


footer {
    padding: 40px 0;
}

.ftr-logo {
    width: 100%;
    max-width: 330px;
    height: auto;
    margin-bottom: 20px;
}

.footer-text {
    color: #000000;
    font-family: "Kantumruy Pro", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    position: relative;
}