body {
    background-size: cover;
    font-size: 16px;
    color: #000;
    font-family: "Poppins", sans-serif;
    /* font-family: "Montserrat", sans-serif; */
    /* font-family: "Inter", sans-serif; */
}

/* @font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Bold.woff2') format('woff2'),
        url('../fonts/Metropolis-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Regular.woff2') format('woff2'),
        url('../fonts/Metropolis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

body,
html {
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

*:hover,
*:focus {
    outline: none !important;
    text-decoration: none !important;
    /* border: none!important;
     box-shadow: none!important;
     */
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.row {
    display: -webkit-flex;
}

img {
    max-width: 100%;
}

* {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

a:hover {
    color: #1477bd !important;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1 {
    font-weight: bold;
}

section {
    position: relative;
}

.row:before,
.row:after {
    width: 0px;
    height: 0px;
    content: "";
}

.align-items-center {
    -webkit-align-items: center;
}

.justify-content-center {
    -webkit-justify-content: center;
}

.justify-content-between {
    -webkit-justify-content: space-between;
}


.order-bar {
    padding: 8px 0;
    background: #1AC70E;
}

.order-bar .order-bar-wrapper {
    padding: 0 12%;
}

.order-leftbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sale-iconbox {
    margin-right: 20px;
}

.sale-head {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 34.5px;
    letter-spacing: 0;
}

.sale-icon {
    max-width: 70px;
    height: auto;
}

.order-buttonbox {
    text-align: right;
}

.order-btn {
    padding: 10px 35px;
    border-radius: 10px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    text-align: center;
    background: #0C4B88;
    transition: 0.3s ease-in-out;
}

.order-btn:hover {
    color: #0C4B88;
    background: #fff;
    transition: 0.3s ease-in-out;
}

.top-bar {
    background-color: #001924;
    padding: 8px;
    z-index: 999999;
    position: relative;
}

.top-bar p span {
    color: #FDFF92;
    font-weight: 700;
}

.top-bar p {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 22.5px;
    text-align: center;
}

.nav-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

/* .nav-box {
    width: 33.33%;
} */

.nav-cen {
    text-align: center;
}

.logo {
    max-width: 201px;
    height: auto;
}

.nav-rgt {
    width: 70%;
    display: flex;
    gap: 30px;
    justify-content: flex-end;
    align-items: center;
}

.nav-rgt a {
    text-transform: uppercase;
    color: #212529;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22.5px;
    text-decoration: none;
}

a.order-link {
    font-family: "Poppins", sans-serif;
    /* box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1); */
    font-weight: 500;
    background: #0C4B88;
    padding: 7px 35px;
    border-radius: 30px;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-transform: capitalize;
}

.nav-rgt a:hover {
    color: #0C4B88;
}

a.order-link:hover {
    color: #fff !important;
    background: #1AC70E;
}



@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)
    }
}


.device-features {
    padding: 80px 0;
    padding-bottom: 331px;
    display: none
}

.device-features .textSec {
    width: calc(30% - 10px)
}

.device-features .textSec h2 {
    font-family: "Mohave", sans-serif;
    color: #000000;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 40px;
    position: relative;
    z-index: 9;
}

.device-features .textSec h2 span {
    position: relative
}

.device-features .textSec h2 span:before {
    position: absolute;
    background: url(../images/lineimg.png)no-repeat;
    content: "";
    left: -76px;
    top: -14px;
    width: 100%;
    height: 80px;
    z-index: -1;
}

.device-features .animSec {
    width: calc(70% - 10px)
}

.device-features .textSec img.stepImg,
.stepTxt {
    display: none
}

.batSec {
    position: relative
}

.animSec .batSec img {
    width: 200px
}

.animSec .batSec .sec1 {
    position: absolute;
    left: -16px;
    top: 58px;
}

.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 {
    position: relative;
    bottom: 1px;
    margin-right: 5px;
}

.hero-text h3 {
    font-size: 28px;
}

.hero-text h3 span {
    font-weight: 700;
}

.hero-text h1 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 52.97px;
    line-height: 118%;
    letter-spacing: 0;
    text-shadow: 2px 2px 4px #00000040;
}

.hero-text h1 span.sub-hdng1 {
    font-weight: 700;
    color: #3B3B3B;
    display: block;
    font-size: 75px;
    line-height: 85px;
}

.hero-text h2 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px #00000040;
}

.hero-text h1 span.sub-hdng2 {
    margin-left: 230px;
}

.hero-text ul {
    padding-left: 0;
    padding-top: 10px;
}

.hero-text ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 10px;
}

.hero-text ul li span img {
    width: 22px;
    height: auto;
}

.hero-text ul li p {
    width: calc(100% - 22px);
    color: #fff;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
    padding-left: 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 20.77px;
    letter-spacing: 0;
    max-width: 505px;
}
#hero-box .btn-box p{
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}


.save-btn,
.save-btn:hover {
    font-size: 28px;
    font-weight: 600;
    background: #2FD080;
    color: #000 !important;
    padding: 10px 10px 10px 40px;
    border-radius: 50px;
    text-decoration: none;
    border: 2px solid #000000;
    width: 440px;
    display: block;
    text-align: center;
    margin: 0px 0px 10px;
    font-family: "Poppins", sans-serif;
}

/* .save-btn:hover>span img {
    transform: translateX(15px);
} */

.save-btn>span img {
    padding-left: 15px;
}

.btn-box p span.font-style {
    font-weight: 500;
}


.btn-box p {
    margin-top: 5px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;

}

.btn-box {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-text .btn-box {
    max-width: 440px;
    align-items: flex-start;
    text-align: center;
}

.hero-text .btn-box p {
    font-size: 13px;
    font-family: "Poppins", sans-serif;
}

.b-box {
    background: #2E4DB9;
    padding: 15px;
    border-radius: 10px;
    width: calc(20% - 15px);
}

.b-box:hover {
    transform: translateY(-10px);
}

.b-box p {
    color: white;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.b-bow-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}

.mobwrapper {
    display: none
}







#hero-box {
    width: 100%;
    height: auto;
    background: url(../images/hero-banner.png) no-repeat;
    background-size: cover;
    position: relative;
    background-position: right top;
    padding-bottom: 30px;
    /* overflow: hidden;
     */
}

.hero-box-one {
    position: relative;
}

.hero-text {
    color: #000000;
    position: relative;
    z-index: 10;
    padding: 20px 0 30px;
}

.hero-text p {
    font-size: 21px;
    color: #000;
    font-family: "Poppins", sans-serif;
}

.usaBx {
    position: absolute;
    top: 11px;
    right: 11px;
}

.bnrStar .star {
    width: 100px;
    margin-right: 14px;
}

.hero-rate p {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: 0;
    max-width: 100%;
    display: flex;
    align-items: center;
}

.hero-rate p span {
    color: #4089C3;
}

.benifit-boxes {
    position: relative;
    z-index: 22;
    margin-top: -40px;
}

.fea-head {
    width: 25%;
    text-align: center;
}

.fea-wrapper {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    border-radius: 67px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.fea-img img:first-child {
    margin: 0;
}

.fea-head h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0px;
}

.fea-img {
    text-align: center;
    width: 85%;
}

.fea-img ul {
    padding: 0;
    margin-bottom: 0
}

.fea-img ul li {
    display: inline-block;
    width: calc(100% / 8);
}

.fea-img img {
    width: 75px;
    object-fit: contain;
    margin-left: 25px;
}


.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;
}

.jctkr-wrapper,
.features_cntnr {
    float: left;
    position: relative;
    width: 100%;
    height: 85px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.features_cntnt {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 15px 0;
    position: absolute;
}

.jctkr-wrapper ul li {
    float: left;
    position: relative;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.features_cntnt li {
    position: relative;
    width: 25%;
    height: 100%;
}

.jctkr-wrapper ul li img {
    max-width: unset;
}

.features_cntnt img {
    width: 60px !important;
    margin-left: 0px;
    height: auto;
}


.icon_sec1 {
    background: #F8F9FB;
    padding: 140px 0 50px;
    margin-top: -72px;
}

.icon_sec1 .sec-heading p.details {
    margin-bottom: 50px;
}

.sec1-icon-contentbox p {
    color: #3B3B3B;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    margin-top: 20px;
}

h2.sec-head {
    color: #000000;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
}

.sec-head2 {
    color: #212529;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
}

.box-two-text p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 300;
}

.box-two-text h2 {

    font-size: 60px;
    font-weight: 400;
    line-height: 63px;

}

.content-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}

.box-two-text {
    width: 80%;
    position: relative;
    padding: 0 60px;
    text-align: center;
}

.numberIng_sec {
    padding: 90px 0 30px;
    /* background-color: #fff; */
}

.heading1 {
    color: #000;
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 30px;
}

.sec-heading p.details {
    color: #212529;
    font-weight: 400;
    font-size: 22.5px;
    line-height: 33.75px;
}

.sec-heading p.details span {
    color: #4089C3;
}

.selSec {
    max-width: max-content;
    background: #FFFDD8;
    border: 2px dashed #ED8E00;
    border-radius: 4px;
    padding: 5px 35px;
    margin-bottom: 23px;
    position: relative;
    margin-left: 20px;
}

.selSec:before {
    position: absolute;
    content: "";
    background: url(../images/dwn-arw.png) no-repeat;
    background-size: contain;
    width: 26px;
    height: 12px;
    top: 32px;
    transform: translateX(-50%);
    left: 27px;
}

.selSec p {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    letter-spacing: 0;
    margin-bottom: 0
}

.selSec p span {
    font-weight: 700;
}

.selSec img {
    width: 10px;
    height: auto;
    margin-right: 10px;
}


.review-sec {
    padding: 50px 0;
    background: #F4FAF8;
}

.review-heading {
    color: #212529;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 25px;
}

.review-description {
    color: #212529;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    position: relative;
}

.quote-icon1 {
    position: absolute;
    top: -15px;
    left: -40px;
}

.quote-icon2 {
    position: absolute;
    bottom: -15px;
    right: -10px;
}

.review-rating {
    max-width: 169px;
    height: auto;
    margin-bottom: 10px;
}

.reviewer-imgbox {
    width: 332px;
    height: auto;
    border-radius: 50%;
    /* margin-bottom: 15px; */
}

.reviewer-imgbox img {
    width: 100%;
    height: auto;
}

.reviewer-name {
    color: #212529;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
}

.reviewer-info {
    color: #212529;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
}

.btn-text2 {
    color: #212529;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.btn-text2 span {
    color: #FF0000;
}


.guaranteeSec {
    display: block;
    padding: 50px 0
}

.wholeBx {
    background: #ECF1FF;
    border: 1px dashed #40301F;
    padding: 30px 30px;
}

.timerSec {
    padding: 0px 20px;
}

.timerSec h4 {
    color: #1D1D1F;
    font-weight: 600;
    font-size: 38px;
    line-height: 47px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.timerSec p {
    color: #1D1D1F;
    font-weight: 400;
    font-size: 14px;
    line-height: 26.35px;
    letter-spacing: 0;
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* .timerSec p span {
    color: #4089C3;
} */

.timerSec h6 {
    color: #000;
    font-weight: 700;
    font-size: 20.56px;
    line-height: 34.53px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin-right: 40px;
}

.timerTxt {
    border-top: 1px solid #7E7E7E;
    margin-top: 10px;
}

.timerTxt h4 {
    color: #000;
font-weight: 700;
font-size: 24px;
line-height: 25.2px;
letter-spacing: 0;
text-align: center;
margin-top: 30px;
    margin-bottom: 20px;
}

.timerTxt ul {
    max-width: 630px;
    margin-left: auto;
    /* margin-right: auto; */
    padding-left: 0;
    column-count: 2;
}

.timerTxt ul li {
    padding-bottom: 0px;
    display: flex;
    gap: 10px;
    text-align: left;
}

.timerTxt ul li span img {
    width: 18px;
}

.timerTxt ul li p {
    color: #000000;
font-weight: 400;
font-size: 15px;
line-height: 25.2px;
letter-spacing: 0;
    text-align: left;
    width: calc(100% - 18px)
}

.offer-time-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    background: #fff;
    border-radius: 24px;
}

.watchSec {
    text-align: center
}

.watchSec span {
    color: #E86E16;
    font-weight: 700;
    font-size: 43.85px;
    line-height: 34.53px;
    letter-spacing: 0;
    text-align: center;
}

.watchSet {
    display: flex;
    justify-content: space-between;
}

.watchSet span {
    color: #000;
font-weight: 500;
font-size: 16.44px;
line-height: 34.53px;
letter-spacing: 0%;
text-align: center;
    padding: 0 12px;
}

/* .guaranteed-imgbox-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 20px;
} */

.guaranteed-imgbox-wrapper{
    min-height: 597px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}












.rightSec {
    transform: translate(-158%, 120%);
}

.rightSec ul li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    position: relative
}

.rightSec ul li:before {
    position: absolute;
    background: #ccc;
    height: 2px;
    content: "";
    width: 80%;
    bottom: 0;
}

.rightSec ul li p {
    margin-bottom: 0;
    color: #000;
    font-weight: bold;
    font-size: 19px;
    line-height: 28px;
    padding-left: 10px;
}

.rightSec ul li span {
    width: 40px
}

.rightSec ul li:nth-child(1) span {
    width: 20px
}

.rightSec ul {
    padding-left: 0
}

.sec-2-row {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.device_txt b {
    color: #2e4db8;
    font-size: 24px;
    line-height: 38px;
}

.sec-2-row img {
    margin: 0 10px;
    width: 170px;
}

.vital-fea {
    font-size: 17px;
    font-weight: 600;
    border-radius: 50px;
    border: 2px solid #000;
    display: table;
    margin: 0 auto 20px;
    padding: 10px 40px;
    background: #fff;
    color: #000;
    text-transform: uppercase;
}

.vital-fea.blue {
    border: 2px solid #2e4db8;
    color: #2e4db8;
}

.box-two-text .tophd {
    font-size: 17px;
    font-weight: 600;
    border-radius: 50px;
    border: 2px solid #2e4db8;
    display: table;
    font-family: "Poppins", sans-serif;
    padding: 7px 60px;
    background: #fff;
    color: #2e4db8;
    text-transform: uppercase;
}

.numberIng-box {
    position: relative;
    border-bottom: 2px dotted #0C4B88;
    padding-top: 30px;
    padding-bottom: 20px;
}

.numberIng-box::before {
    content: '';
    position: absolute;
    bottom: -5.5px;
    left: 0;
    width: 11px;
    height: 11px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #0C4B88;
}

/* .numberIng-box::after {
    content: '';
    position: absolute;
    bottom: -5.5px;
    right: 0;
    width: 11px;
    height: 11px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #0C4B88;
} */
.numberIng-headingbox {
    display: flex;
    flex-wrap: wrap;
}

.numberIng-iconbox {
    width: 30px;
    height: auto;
}

.numberIng-heading {
    width: calc(100% - 30px);
    padding-left: 5px;
    color: #0C4B88;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 22.5px;
    line-height: 30px;
}

.numberIng-details {
    color: #212529;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24.25px;
    max-width: 400px;
    padding-left: 35px;
    margin-top: 20px;
}

.numberIng-details span {
    color: #4089C3;
}


.numberIng_sec .btn-box {
    margin-top: 45px;
}




#sec-podcast {
    padding: 60px 0px;
    background: #262626;
}

#sec-podcast h2.sec-head {
    font-size: 60px;
    margin-bottom: 10px;
    color: #fff
}

.sec-3-head {
    text-align: center;
}

.mob-accordian {
    display: none;
}

#sec-podcast .btn-box p {
    color: #fff
}

.ciscle-1 {
    position: absolute;
    top: -220px;
    z-index: -1;
    width: 450px;
}

.s3-box.s3-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 60px;
    padding: 30px 0;
    position: relative;

}

.sec1:before {
    position: absolute;
    content: "";
    background: url(../images/right-img.png)no-repeat;
    right: 0;
    top: 0;
    width: 686px;
    height: 700px;
}

.sec1:after {
    position: absolute;
    content: "";
    background: url(../images/part1.png)no-repeat;
    left: 50%;
    transform: translateX(-50%);
    top: 93%;
    width: 800px;
    height: 379px;
}

.sec2:before {
    position: absolute;
    content: "";
    background: url(../images/left-img.png)no-repeat;
    left: 0;
    top: 0;
    width: 686px;
    height: 700px;
}

.sec2:after {
    position: absolute;
    content: "";
    background: url(../images/part2.png)no-repeat;
    left: 50%;
    transform: translateX(-50%);
    top: 93%;
    width: 800px;
    height: 379px;
}

.sec1.sec3:after {
    width: 0
}

.sec2 {
    margin: 311px 0;
}

.s3-con-box {
    width: calc(50% - 20px);
    position: relative;
}

.s3-img.s3-con-box video {
    border-radius: 20px;
}

.s3-con-box img {
    border-radius: 20px
}

.num-cir {
    font-weight: 600;
    font-size: 20px;
    background: #6B6B6B;
    width: 60px;
    display: table;
    text-align: center;
    height: 60px;
    line-height: 1;
    border-radius: 50%;
    position: absolute;
    top: -28px;
    right: -16px;
}

.s3-img .num-cir p {
    font-weight: 400;
    color: #fff;
    font-size: 26px;
    text-align: center;
    line-height: 60px;
    padding-right: 0;
}

.s3-box.s3-wrapper.box-2 .num-cir,
.s3-box.s3-wrapper.box-5 .num-cir {
    left: 15px;
}

.s3-text h3 {
    font-weight: 400;
    margin: 30px 0px 10px;
    font-size: 60px;
    color: #fff;
}

.s3-text p {
    font-size: 25px;
    color: #fff;
    padding-right: 141px;
    font-weight: 400;
    line-height: 33px;
}

.s3-cen-box .s3-text {
    width: 360px;
    color: #fff;
    padding-top: 100px;
    margin-left: -60px;
}

.s3-cen-box .s3-text h3 {
    color: #C5EEFF;
}

.ciscle-2 {
    position: absolute;
    right: 0px;
    width: 450px;
    top: -150px;
    z-index: -1;
}

.ciscle-3 {
    position: absolute;
    left: 0px;
    width: 450px;
    top: -250px;
    z-index: -1;
}

.articleSec {
    /* background: #F8FBFD; */
    padding: 40px 0 20px;
}

.articleSec h5 {
    color: #212529;
    font-weight: 400;
    font-size: 22.5px;
    line-height: 33.75px;
}

.articleSec h5.sub-heading2 {
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    line-height: 33.75px;
    letter-spacing: 0;
}

.article-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
}

.article-wrapper2,
.article-wrapper4 {
    flex-direction: row-reverse;
}

.articleImg {
    width: calc(50% - 10px)
}

.articleTxt {
    width: calc(50% - 10px);
    /* border: 2px solid #B3B3B3; */
    /* border-radius: 20px; */
    padding: 30px;
}

.articleTxt h3 {
    color: #0C4B88;
    font-weight: 500;
    font-size: 25px;
    line-height: 37.5px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.articleTxt h3 span {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #E1F0FF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 25px;
    line-height: 37.5px;
    letter-spacing: 0;
    margin-right: 20px;
}

.articleTxt p {
    color: #000000;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    max-width: 500px;
}

.articleSec .btn-box {
    margin-top: 40px;
}

#sec-podcast .save-btn,
#sec-podcast .save-btn:hover {
    background: #1AC70E;
    border-color: #0A7A30;
}

#sec-podcast .btn-box {
    margin-top: 40px
}

.sec3-con-2 {
    background: linear-gradient(to right, rgba(243, 249, 24; font-weight:300; font-size:20px; margin: 20px 0 0; 9, 1) 0%, rgba(243, 249, 249, 1) 50%, rgba(118, 206, 251, 1) 73%, rgba(61, 161, 210, 1) 100%);
}

.s3-box.s3-wrapper.box-3 {
    padding-top: 0;
    padding-bottom: 0
}

.s3-box.s3-wrapper.box-3 .s3-img.s3-con-box img {
    border-radius: 0;
}

.mob-mnu-ic button {
    outline: 0;
    -webkit-appearance: none;
    background: 0 0;
    padding: 0;
    cursor: pointer;
    border: none;
}

.bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 3px;
    background-color: #000000;
    transition: 0.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-bottom: 72px;
}

#nav-bar-section #nav-bar {
    /* background: #fff; */
    height: 72px;
    padding: 12px 0px;
    margin-top: -72px;
    top: 72px;
    z-index: 999;
    box-shadow: 0px 4px 4px 0px #00000040;
    -webkit-box-shadow: 0px 4px 4px 0px #00000040;
    position: relative;
}

#nav-bar-section #nav-bar.fixed-nav {
    position: fixed;
    z-index: 9999;
    -webkit-transition: margin 0.3s ease-out;
    transition: margin 0.3s ease-out;
    margin-top: 0;
    top: -1px;
    /* -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1); */
    width: 100%;
    background: #fff;
}

.mob-mnu-ic {
    display: none;
}

/* .s5CompBox {
    display: table;
    width: 100%;
    background: linear-gradient(to right, #5f5f5f 0, #696969 57%, #a4a4a4 78%);
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .2);
    vertical-align: middle;
    margin: 60px auto 0;
} */

/* .s5Col1 {
    float: left;
    width: 37%;
    padding: 117px 0 0;
}

.s5Col1,
.s5CompBox {
    border-radius: 20px;
}

.s5Col1 ul li {
    float: left;
    width: 100%;
    height: 70px;
    line-height: 35px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    justify-content: center
}

.s5Col1 ul li:first-child {
    font-size: 40px
}

.s5Col1 ul li:nth-child(odd) {
    background: #6f6f6f
}

.s5Col2 {
    float: left;
    width: 21%;
    background: #696969;
    border-radius: 0 20px 20px 0;
    margin: 0
}

.s5Col2 .s5Col2Img {
    margin-top: -9px
}

.s5Col2 ul li:nth-child(odd) {
    background: #787878
} */

#earbuds-table {
    padding: 30px 0 60px;
}

#earbuds-table .heading1 {
    margin-bottom: 40px;
}

#earbuds-table .details {
    max-width: 96%;
}

.s5CompBox {
    display: table;
    width: 100%;
    max-width: 970px;
    border-radius: 20px;
    margin-top: 120px;
    margin-bottom: 0;
    border: 1px solid #FFFFFF;
    background-color: #fff;
    /*   box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);*/
    vertical-align: middle;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    z-index: 999;
    /*    background: #000;*/
}

.s5Col1 {
    float: left;
    width: 37%;
    padding: 0px 0;
    position: relative;
    padding-top: 101px;
}

.s5Col1 ul li {
    float: left;
    width: 100%;
    height: 60px;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    padding: 0 0 0 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 2px solid #8B8B8B;
    /* background: url(../images/comp-point.png) 22px 29px no-repeat; */
    text-align: left;
    position: relative
}

.s5Col2 {
    float: left;
    width: 17%;
    background-color: #CAE4FC;
    border: 3px solid #BDDBF6;
    /* background: linear-gradient(to bottom, #4d978a 0%, #217768 100%); */
    position: relative;
    border-radius: 10px;
    padding-top: 35px;
    margin: -50px 0 -25px 0;
}

.s5Col2.s5Col3,
.s5Col2.s5Col4 {
    width: 23%;
    border: none;
}

/* .s5Col2.shadow:before {
    background: url(../images/shadow.png)no-repeat;
    position: absolute;
    content: "";
    width: 259px;
    height: 259px;
    left: 50%;
    top: -171px;
    transform: translateX(-50%);
    z-index: 0;
 } */

/* #earbuds-table h2.sec-head span.ring:before {
    position: absolute;
    content: "";
    background: url(../images/ring.png)no-repeat;
    width: 69px;
    height: 69px;
    z-index: -1;
    left: -43px;
    top: -21px
} */

#earbuds-table h2.sec-head span.yellowShdw:before {
    position: absolute;
    background: #fff8d4;
    content: "";
    width: 100%;
    height: 55%;
    z-index: -1;
    top: 21px
}

#earbuds-table h5 {
    font-size: 24px;
    font-weight: 400;
}

/*
 .s5Col2Top {
    height: 115px
 }
 */

.acdnList,
.bnrHeading,
.bnrStar,
.bnrText1,
.prod-list,
.prod-s2-row,
.prod-s2-wrap,
.s5Col1 ul,
.s5Col2 ul,
.s5Col2 ul li,
.s5Col2Top,
.section2,
.section3,
.section6 {
    float: left;
    width: 100%
}

.s5Col2Top p {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0;
    min-height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s5Col3Top p {
    font-weight: 400;
}

.s5Col4Top p {
    font-weight: 400;
}

.s5Col2 ul {
    padding-top: 3px;
}

.s5Col3 ul, 
.s5Col4 ul {
    padding-top: 5px;
}

.s5Col2 ul li {
    height: 60px;
    padding: 20px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.s5Col2 ul li::before {
    content: '';
    position: absolute;
    left: -3px;
    right: 0;
    bottom: 0;
    width: calc(100% + 6px);
    border-bottom: 2px solid #8B8B8B;
}

.s5Col2 ul li:last-child::before {
    display: none;
}

.s5Col3 ul li,
.s5Col4 ul li {
    border-bottom: 2px solid #8B8B8B;
}

.s5Col3 ul li::before,
.s5Col4 ul li::before {
    display: none;
}

.s5Col2Prod {
    margin: -85px auto 10px;
    height: 130px !important;
    position: relative;
    z-index: 9;
    scale: 1.25;
}

.s5Col3Prod {
    margin: -64px auto 10px;
    height: 110px !important;
}

.s5Col4Prod {
    margin: -64px auto 10px;
    height: 110px !important;
}

.s5Col2 ul li:last-child {
    border: 0;
    height: 60px;
}

.s5CompBox ul {
    padding-left: 0
}

/*
 .s5Col2Top {
    height: 135px
 }
 */

.s5CompBox img {
    height: auto
}

.s5Col1 ul li:last-child {
    border: 0
}

.s5Col2.s5Col3 {
    background-image: none;
    background-color: transparent;
}

.s5Col2.s5Col4 {
    background-image: none;
    background-color: transparent;
}










.section6 {
    background: linear-gradient(90deg, #3C3C3C 0%, #262626 100%);
    overflow: hidden;
    background-size: cover;
    float: none;
    position: relative;
}

/* .section6:before {
    position: absolute;
    content: "";
    background: url(../images/bg-1.png)no-repeat;
    left: -61px;
    bottom: 0;
    width: 282px;
    height: 294px
}

.section6:after {
    position: absolute;
    content: "";
    background: url(../images/bg-2.png)no-repeat;
    right: -61px;
    top: 0;
    width: 282px;
    height: 294px
} */

.s6Left {
    position: relative;
}

.s6SealBg {
    top: 0;
    left: 80px;
    position: absolute;
}

.s6Seal {
    top: 97px;
    left: 103px;
    position: absolute;
}

.s6Right {
    float: right;
    width: calc(100% - 500px);
    padding: 40px 0 50px;
    text-align: left;
}

.s6Right h2 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}

.section6 .btn-box {
    display: block;
    text-align: left;
    margin-top: 30px;
}

/* .section6 .save-btn {
    width: 380px;
}

.section6 .save-btn>span img {
    padding-left: 14%;
} */


.section7 {
    padding-top: 70px;
}

.section7 .sec-heading p.details {
    font-size: 18px;
    line-height: 33.75px;
}

.s7Mid {
    margin-top: 30px;
}

.testCol {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
}

.testImage {
    width: 100%;
    height: auto;
}

#review .testName span {
    color: #37b72d;
    font-size: 14px;
    font-weight: 400
}

.testName img {
    margin: -1px 3px 0 10px
}

.authSec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.auth-row {
    margin-top: 30px;
}

.testName {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 18px;
    color: #000;
    letter-spacing: .3px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    text-align: left;
    font-family: "Montserrat", sans-serif;
}

.testStar {
    margin-top: 15px;
}

.testName img {
    width: auto !important;
    display: inline !important;
}

.testName img {
    margin: -1px 3px 0 0px;
}

.testName span {
    color: #1BAC72;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 13.64px;
    line-height: 20.47px;
    letter-spacing: 0;
    display: inline-block;
}

.authSec .authImg img {
    width: 100px !important;
}

.testCol .commonText.testhead {
    font-size: 18px;
    margin: 25px 0 17px;
}

.testCol .commonText.testhead {
    margin: 25px 0;
    color: #3B3B3B;
    max-width: 100%;
    padding: 0;
    font-family: "Poppins", sans-serif;
    min-height: 56px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.commonText {
    width: 100%;
    color: #000;
    margin-top: 20px;
    display: block;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
    min-height: 130px;
}


.review-box p {
    font-family: "Montserrat", sans-serif
}






#review .testName span {
    color: #37b72d;
    font-size: 16px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

.testName img {
    margin: -1px 3px 0 0px;
}

.review-box p.testName {
    color: #000;
    font-weight: 700;
    margin-top: 25px;
    text-align: left;
    min-height: inherit;


}

.review-box p {
    font-size: 21px;
    font-weight: 300;
    line-height: 29px;
    text-align: center;
    min-height: 120px;
}

#review {
    padding: 0px 0px 60px;
}

#review h2.sec-head {
    color: #3B3B3B
}

.review-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 40px;
}

.review-box {
    width: calc(33.33% - 30px);
}

.review-box img {
    border-radius: 20px;
}

#review .save-btn,
#review .save-btn:hover {
    background: #1AC70E;
    border-color: #0A7A30;
}

#review .save-btn {
    margin-top: 70px;
}

#review .sec-3-head h2 span {
    color: #0F4C48;
}

.authSec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.section8 {
    padding: 50px 0 20px;
}

/* .section8 h2.sec-head {
    font-family: "Montserrat", sans-serif;
} */

.section8 .save-btn {
    margin-top: 25px;
}

.review-section2 {
    padding: 80px 0 40px;
}

.review-section2 h2.sec-head {
    color: #0C4B88;
}

.reviews-main-content {
    margin: 30px auto 15px;
    display: flex;
    flex-wrap: wrap;
    width: 87%;
}

.reviews-left-content {
    width: 180px;
    height: auto;
}

.reviews-left-content img {
    width: 100%;
    height: auto;
}

.review-right-content {
    width: calc(100% - 180px);
}

.author {
    color: #212529;
    font-weight: 500;
    font-size: 22.5px;
    line-height: 33.75px;
}

.verified-buyer {
    color: #212529;
    font-weight: 500;
    font-size: 15px;
    line-height: 22.5px;
    margin-bottom: 10px;
}

.review {
    color: #212529;
    font-weight: 400;
    font-size: 17.5px;
    line-height: 27.5px;
}

.review-section2 .save-btn {
    padding: 10px 10px 10px 30px;
    width: 490px;
}


.rating-sec {
    padding: 70px 0 40px;
}

.rating-sec .heading1 {
    margin-bottom: 20px;
}

.glass-wrapper {
    background: #F4FAF8;
    border-radius: 24px;
    margin-top: 30px;
}

.glass-heading1 {
    color: #1D1D1D;
    font-weight: 600;
    font-style: italic;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.glass-details {
    color: #256550;
    font-weight: 500;
    font-size: 24px;
    line-height: 50px;
    letter-spacing: 2px;
}

.rating-sec .btn-box {
    margin-top: 50px;
}




.faq-container {
    vertical-align: top;
    max-width: 830px;
    width: 100%;
    margin: 15px auto;
    float: none;
    overflow: hidden;
}

.up-slide-dwn {
    float: left;
    width: 100%;
    /* background: #fff; */
    border-radius: 0;
    /* -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); */
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid rgba(33, 37, 41, .25);
}

.accordion {
    background: url(../images/close.png) 100% center no-repeat;
    padding: 13px 45px 10px 0;
    color: #000;
    cursor: pointer;
    font-weight: 600;
    font-size: 21px;
    line-height: 31.5px;
}

.acdn-heading.active {
    background: url(../images/open.png) 100% center no-repeat;
    border: none;
}

.acdn-heading span {
    color: #0C4B88;
}

.acdn-content {
    display: none;
    transition: background-color 0.3s ease;
    font-family: "Montserrat", sans-serif;
}

.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: #7C7C7C;
    font-size: 14px;
    line-height: 29px;
    margin-bottom: 0px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    margin-top: 30px;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

footer {
    padding: 30px 0px;
}

.hr-line {
    border-bottom: 1px solid #212529;
}

.ftr-link {
    text-align: center;
    margin-top: 30px;
}

.ftr-link a {
    color: #333333;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    padding: 2px 8px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

/* .ftr-link a:nth-child(2):before {
    content: '';
    position: absolute;
    left: -2px;
    top: 12px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
}

.ftr-link a:nth-child(2):after {
    content: '';
    position: absolute;
    right: -4px;
    top: 12px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
} */

.c-text {
    color: #333333;
    text-align: center;
    margin-top: 20px;
    font-family: "Poppins", sans-serif;
}

.mob-view {
    display: none;
}


.slider-one .owl-stage {
    display: flex;
    align-items: center;
}

.slider-one .owl-stage .owl-item {
    margin: 15px;
}

.slider-one .owl-nav,
.slider-one .owl-dots {
    display: none;
}

.s5Col2Top.s5Col3Top p,
.s5Col2Top.s5Col4Top p {
    color: #000;
}

.blue {
    position: relative;
    display: inline-block;
}

.blue:before {
    position: absolute;
    background: #98FAFA;
    content: "";
    width: 100%;
    height: 40%;
    z-index: -1;
    top: 55px;
}

.review-slider .owl-carousel .owl-item img {
    width: auto;
    display: inline;
    margin-bottom: 10px !important;
}

.review-slider .owl-theme .owl-dots .owl-dot.active span,
.review-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #747272;
}

.review-slider .owl-nav {
    display: none;
}

.owl-theme .owl-dots .owl-dot {
    width: auto !important;
}

.review-box .review-head {
    font-weight: 700;
    color: #3B3B3B;
    font-size: 25px;
    line-height: 34px;
    text-align: center;

}

#ctabtn-mob {
    background: transparent;
    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-box-one {
    position: relative;
}

/* .hero-con .container {
    max-width: 1280px;
} */

.hero-box-one video {
    width: 100%;
    position: absolute;
    height: calc(100% + 70px);
    right: -34%;
    object-fit: cover;
    object-position: top;
}

.bnr_bg {
    position: absolute;
    left: 0;
    width: 61%;
    height: 100%;
    object-fit: cover;
    z-index: 9;
}










.whiteSec {
    background: #fff;
    background-size: cover;
    padding: 60px 0;
}

.whiteSec h2 {
    color: #3B3B3B;
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: center;
}

.whiteSec .save-btn {
    background: #1AC70E;
    border-color: #0A7A30;
    margin-top: 40px;
}

.featureSec ul.nav-tabs li a {
    font-size: 20px;
    font-weight: 600;
    color: #3B3B3B;
    font-family: "Montserrat", sans-serif;
}

.featureSec .nav-tabs .nav-link.active {
    border: none;
    font-weight: 700;
    color: #3B3B3B;
    padding-bottom: 13px;
}

.featureSec .nav-tabs {
    border: none;
    position: relative;
}

.featureSec .nav-tabs .nav-link {
    border: none
}

.featureSec .nav-tabs .nav-link:hover {
    border-color: transparent;
    color: #3B3B3B !important;
}

.featureSec .nav-tabs::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    border-radius: 2px;
    background-color: #3B3B3B;
}

.featureSec .nav-tabs .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
    border-radius: 0px;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
}

.featureSec .nav-tabs .nav-link.active::after {
    background-color: #3B3B3B;
    height: 8px;
}

.tabContent {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    position: relative;
}

.tabContent video {
    width: 60%;
    border-radius: 20px
}

.tabContent img {
    border-radius: 20px;
    width: 20%;
    position: relative;
}

.tabContent img.tab1Img {
    left: 24px;
    top: 50px;
}

.tabContent img.tab2Img {
    right: 24px;
    transform: translateY(50%);
}






.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.s3-box.s3-wrapper.box-2 .s3-text p {
    padding-right: 85px
}

.s3-box.s3-wrapper.box-2 .s3-text .num-cir p {
    padding-right: 0px
}

.s3TxtBx {
    width: 50%;
}

.s3TxtBx h3 {
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    margin: 0px 0px 10px 20px;
    font-size: 40px;
    color: #fff;
}

.s3TxtBx p {
    font-size: 20px;
    font-family: "Manrope", sans-serif;
    color: #fff;
    line-height: 33px;
}

.s3TxtBx .num-cir {
    position: static
}

.s3TxtBx .num-cir p {
    font-weight: 600;
    color: #2E4DB8;
    font-size: 20px;
    display: table;
    text-align: center;
    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, 0.6);
    margin: 0 10px;
    text-align: center;

    transition: opacity 1.5s;
}

.text {
    font-size: 24px;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    opacity: 1;
}

.active {
    opacity: 1;
}

.Slides.active {
    background: #fff;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
}

.Slides.active .text {
    color: #2F4FBB;
    font-weight: 800;
}

.sec3-con-3.box-4 ul li {
    background-image: url(../images/box4_icon.png);
    padding-left: 30px;
    background-position: left center;
    background-size: auto;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    font-family: "Manrope", sans-serif;
}

.s3-box.box-1 video,
.s3-box.box-5 video {
    height: auto;
    object-fit: fill;
}

.s3-box.box-4 video {
    height: 500px;
    object-fit: cover;
}

.s3-box.box-5 {
    background-color: #F4F3F8;
    align-items: center;
}

.acdn-para+ul li {
    list-style-type: disc;
}

.only-text,
.sub-hdng2 {
    font-size: 42px;
}

.text-charge {
    margin-left: 50px;
}

.hourglass {
    animation: rotateP 2.5s ease-in-out forwards infinite
}

@keyframes rotateP {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(00deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.dot-fade {
    animation: fade 1s ease-in-out infinite;
}

@keyframes fade {
    0% {
        opacity: 100%;
    }

    50% {
        opacity: 30%;
    }

    70% {
        opacity: 100%;
    }

    100% {
        opacity: 100%;
    }
}

#mob-btn-3.btn-box p {
    color: #000;
}