body {
    font-size: 16px;
    color: #000;
    font-family: "Inter", sans-serif;
}
body, html {
    max-width: 100%;
    overflow-x: hidden;
}
p {
    color: #000;
    font-size: 16px;
    font-family: "Inter", sans-serif;
}
@font-face {
    font-family: Gotham-Medium;
    src: url(../../fonts/Gotham-Medium.otf);
}
@font-face {
    font-family: Gotham-Ultra;
    src: url(../../fonts/Gotham-Ultra.otf);
}
*:hover, *:focus {
    outline: none !important;
    text-decoration: none !important 
}
.btn:focus, .form-control:focus {
    box-shadow: none;
}
.row {
    display: -webkit-flex;
}
img {
    max-width: 100% 
}
* {
    text-decoration: none;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .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;
}
.top-bar {
    background: #04324B;
    padding: 8px;
    z-index: 999999;
    position: relative;
}
.top-bar p span {
    color: #fdff92;
    font-weight: 700 
}
.top-bar p {
    font-size: 18px;
    font-weight: 500 
}
.nav-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between 
}
.nav-box {
    width: 130px;
    padding: 15px 0;
}
.nav-cen {
    text-align: center 
}
.nav-rgt {
    display: flex;
    gap: 30px;
    justify-content: flex-end;
    align-items: center 
}
.nav-rgt a {
    text-transform: uppercase;
    color: #000;
    font-family: "Montserrat", sans-serif;
    text-decoration: none 
}
.nav-rgt a:hover {
    color: #4e46ff 
}
.carouselBx-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative 
}
.carouselBx {
    display: flex;
    animation: scroll 10s linear infinite 
}
.carouselBx-items {
    flex: 0 0 auto;
    width: 100px;
    margin-right: 10px;
    align-items: center;
    display: flex;
    text-align: center;
    padding: 10px;
    box-sizing: border-box 
}
@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: #000;
    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/index/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 .sub-hdng1 {
    font-family: Gotham-Ultra;
    color: #0B70A8;
    display: block;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 30px;
}
.hero-text h2 {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 10px;
}
.hero-text h1 span.sub-hdng2 {
    margin-left: 230px 
}
.hero-text ul {
    padding-left: 0 
}
.hero-text .banner-listcontent {
    margin-bottom: 30px;
}
.hero-text ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 5px 
}
.hero-text ul li img {
    width: 20px;
}
.hero-text ul li p {
    color: #333;
    font-family: Gotham-Medium !important;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0;
}
.save-btn, .save-btn:hover {
    font-size: 30px;
    font-weight: 700;
    background: #CA7108;
    color: #fff !important;
    padding: 15px 34px 15px 34px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.4);
    text-align: center;
    margin: 0 0 15px;
    display: inline-block;
}
.save-btn span {
    width: 45px;
    height: 45px;
    display: inline-block;
}
.save-btn span img {
    width: 100%;
    height: 100%;
    margin-top: -7px;
}
.btn-box p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 1rem;
    letter-spacing: 0.3px;
}
.btn-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.btn-box p span.font-style {
    font-weight: 700 
}
.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: 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;
    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 
}
.fea-wrapper {
    background: #fff;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 15px 30px 
}
.fea-img img:first-child {
    margin: 0 
}
.fea-head h3 {
    font-size: 24px 
}
.fea-img {
    display: flex;
    align-items: center;
    justify-content: space-between 
}
.fea-img img {
    width: 75px;
    object-fit: contain;
    margin-left: 25px 
}
#hero-box {
    background: url(../../images/index/hero-bg-image.png) no-repeat;
    background-size: cover;
    position: relative;
    background-position: right center;
    overflow: hidden;
}
.hero-box-one {
    position: relative;
}
.hero-text {
    color: #fff;
    position: relative;
    z-index: 10;
    padding: 50px 0 20px 10px;
}
.usaBx {
    position: absolute;
    top: 11px;
    right: 11px 
}
.hero-rate p {
    font-weight: 600;
    font-size: 19px 
}
.benifit-boxes {
    position: relative;
    z-index: 22;
    padding-bottom: 40px;
}
.fes-box {
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
h2.sec-head {
    color: #0B70A8;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px 
}
.banner-product-imagebox {
    width: 100%;
    height: 100%;
    min-width: 300px;
    min-height: 300px;
    max-width: 560px;
    max-height: 560px;
    background: #fff;
    border: 2px solid #0B70A8;
    border-radius: 60px;
    box-shadow: 15px -15px 15px 0px #009EAA80;
}
.banner-product-slider-container {
    padding: 40px 0;
    max-width: 560px;
    position: relative;
}
.mySwiper2 .swiper-imagebox {
    width: 100%;
    height: 100%;
    min-width: 300px;
    min-height: 300px;
    max-width: 560px;
    max-height: 560px;
}
.mySwiper2 .swiper-imagebox img {
    width: 100%;
    height: 100%;
}
.mySwiper {
    margin-top: 15px;
    /* padding-left: 60px !important;
    padding-right: 75px !important; */
    width: 70%;
}
.banner-product-slider-container .swiper-button-next {
    bottom: 50px;
    right: 10px !important;
}
.banner-product-slider-container .swiper-button-prev {
    bottom: 50px;
    left: 10px !important;
}
.image-thumb {
    width: 100%;
    height: auto;
    cursor: pointer;
}
.mySwiper .image-thumb img {
    width: 100%;
    height: 100%;
}
.swiper-button-prev {
    top: inherit !important;
    left: -60px !important;
    bottom: 15px;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    border: 1px solid #009EAA;
}
.swiper-button-next {
    top: inherit !important;
    right: -60px !important;
    bottom: 15px;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    border: 1px solid #009EAA;
}
.swiper-button-prev::after {
    content: '\f060' !important;
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 700;
    font-size: 28px !important;
    color: #009EAA;
}
.swiper-button-next::after {
    content: '\f061' !important;
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 700;
    font-size: 28px !important;
    color: #009EAA;
}
.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 
}
#sec-podcast {
    padding: 30px 0 30px 
}
#sec-podcast h2.sec-head {
    font-size: 70px;
    margin-bottom: 10px 
}
#sec-podcast h2.sec-head span {
    position: relative 
}
#sec-podcast h2.sec-head span:before {
    position: absolute;
    content: "";
    background: #ffd65b;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    z-index: -1;
    left: -43px;
    top: -21px 
}
#sec-podcast h5 {
    font-weight: 400;
    font-size: 24px 
}
.sec-3-head {
    text-align: center 
}
.mob-accordian {
    display: none 
}
.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;
    position: relative;
    padding-left: 40px 
}
.s3-box.s3-wrapper.box-1, .s3-box.s3-wrapper.box-5 {
    background: #f9faf5;
    border-radius: 74px 254px 254px 74px 
}
.s3-con-box {
    width: calc(50% - 20px) 
}
.s3-con-box img {
    border-radius: 263px 
}
.num-cir {
    font-weight: 600;
    font-size: 20px;
    background: #000;
    width: 60px;
    display: table;
    text-align: center;
    height: 60px;
    line-height: 1;
    border-radius: 50%;
    top: 40px;
    left: 15px 
}
.s3-text .num-cir p {
    font-weight: 600;
    color: #fff;
    font-size: 26px;
    text-align: center;
    line-height: 60px;
    font-family: "Poppins", sans-serif;
    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-family: "Mohave", sans-serif;
    font-weight: 600;
    margin: 30px 0 10px;
    font-size: 45px;
    color: #000 
}
.s3-text p {
    font-size: 20px;
    padding-right: 141px;
    font-weight: 400;
    font-family: "Manrope", sans-serif;
    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: 0;
    width: 450px;
    top: -150px;
    z-index: -1 
}
.ciscle-3 {
    position: absolute;
    left: 0;
    width: 450px;
    top: -250px;
    z-index: -1 
}
#sec-podcast .save-btn, #sec-podcast .save-btn:hover {
    background: #f26a0d;
    border-color: #000 
}
#sec-podcast .btn-box {
    margin-top: 40px 
}
.sec3-con-2 {
    background: linear-gradient(to right, rgba(243, 249, 249, 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;
    padding: 0;
    cursor: pointer;
    border: 0 
}
.bar1, .bar2, .bar3 {
    width: 25px;
    height: 3px;
    background-color: #D9D9D9;
    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: #000 
}
.dl-active .bar2 {
    opacity: 0 
}
.dl-active .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
    background: #000 
}
.bar2 {
    margin: 4px 0 
}
#nav-bar-section {
    margin-bottom: 80px 
}
#nav-bar-section #nav-bar {
    background: #fff;
    height: auto;
    padding: 1px 0;
    margin-top: -80px;
    top: 80px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    z-index: 999;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative 
}
#nav-bar-section #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, 0.1);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    background: #fff 
}
.mob-mnu-ic {
    display: none 
}
.acdnList, .bnrHeading, .bnrStar, .bnrText1, .prod-list, .prod-s2-row, .prod-s2-wrap, .section2, .section3, .section6 {
    float: left;
    width: 100% 
}
.section6 {
    background: url(../../images/index/money-bg.png)no-repeat center right;
    overflow: hidden;
    background-size: cover;
    float: none;
    position: relative 
}
.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;
}
.s6Right h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}
.s6Right p {
    font-size: 18px;
}
.section6 .btn-box {
    display: block;
    text-align: left 
}
.section6 .save-btn, .section6 .save-btn:hover {
    background: #f26a0d;
    border-color: #fff 
}
#review .testName span {
    color: #37b72d;
    font-size: 14px;
    font-weight: 400 
}
.testName img {
    margin: -1px 3px 0 10px 
}
.review-box p {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}
.review-box p.testName {
    color: #000;
    margin-top: 25px;
    font-size: 17px;
    text-align: center;
    font-weight: 700;
}
#review {
    padding: 60px 0 
}
.review-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: 40px;
    padding: 0 100px;
    gap: 20px;
}
.review-box {
    width: calc(100% / 3) 
}
#review .save-btn, #review .save-btn:hover {
    background: #EE8407;
}
#review .save-btn {
    margin-top: 70px 
}
#review .sec-3-head h2 span {
    color: #0f4c48 
}
.section8 {
    padding: 20px 0 40px;
    background: #E8FBFC;
}
.section8 .sec-3-head p {
    color: #3B3B3B;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20px 
}
.section8 h2.sec-head {
    color: #0B70A8;
}
.section8 .save-btn, .section8 .save-btn:hover {
    background: #EE8407 
}
.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: 8px;
    -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);
    margin-top: 25px;
    padding: 10px 25px 8px 30px 
}
.accordion {
    background: url(../../images/index/close.png) 100% center no-repeat;
    padding: 13px 45px 10px 0;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    letter-spacing: .5px;
    cursor: pointer;
    font-weight: 700 
}
.acdn-heading.active {
    background: url(../../images/index/open.png) 100% center no-repeat;
    border: 0 
}
.acdn-content {
    display: none;
    transition: background-color .3s ease 
}
.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: 16px;
    margin-bottom: 0;
    text-align: center;
    font-family: "Saira", sans-serif;
    font-weight: 400;
}
footer {
    padding: 30px 0 
}
.ftr-link {
    text-align: center;
    margin-top: 20px 
}
.ftr-link a {
    color: #333;
    text-decoration: none;
    padding: 2px 8px;
    font-family: "Saira", sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.c-text {
    color: #333;
    text-align: center;
    margin-top: 20px;
    font-family: "Saira", sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.mob-view {
    display: none 
}
.brand-slider-box {
    background: #fff;
    padding: 15px 0 
}
.brand-slider-box h3 {
    font-size: 16px 
}
.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 
}
.review-slider .owl-carousel .owl-item img {
    width: auto;
    display: inline;
    margin-bottom: 10px !important 
}
.review-slider .owl-nav {
    display: none 
}
.owl-theme .owl-dots .owl-dot {
    width: auto !important 
}
.review-box .review-head {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    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-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 
}
.workPlay {
    padding: 30px 0 30px 
}
.jctkr-wrapper, .features_cntnr {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 400px;
}
.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 .features_cntnt li {
    display: inline-block;
    padding: 0 5px;
    width: 340px 
}
.whiteSec {
    background: #fff;
    background-size: cover;
    padding: 60px 0 
}
.whiteSec h2 {
    color: #0B70A8;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    z-index: 9 
}
.whiteSec .save-btn {
    background: #f26a0d;
    border-color: #000 
}
.device_content_container {
    display: flex;
    margin-top: 90px;
    gap: 30px;
}
.device_contnt {
    width: 45%;
}
.device_content h3 {
    color: #0B70A8;
    font-size: 30px;
    font-weight: 700 
}
.device_content_sec {
    display: flex;
    align-items: center;
    gap: 20px 
}
.device_content span img {
    width: 100px;
}
.device_content p {
    color: #333333;
    font-size: 19px;
    font-weight: 400;
    margin: 20px 0;
}
.device_content {
    margin-bottom: 40px;
}
.s3-img.s3-con-box video {
    border-radius: 254px 
}
.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: 0 
}
.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 {
    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/index/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: 350px;
    object-fit: cover 
}
.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 
}
.head-line1 {
    position: absolute;
    width: 304px;
    top: 13px;
    left: -70px;
    height: 46px;
    object-fit: cover 
}
.head-line2 {
    bottom: -20px;
    position: absolute;
    width: 235px;
    height: 26px;
    right: 0 
}
.move-like-wrapper {
    position: relative;
}
.move-like-right-content-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 62%;
    z-index: 1;
    padding: 25px 0;
}
.move-like-right-content-top {
    background-color: #0B70A8;
    color: #fff;
    padding: 25px 0;
    font-family: "Inter", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48.41px;
    text-align: center;
}
.move-like-right-content-bottom {
    max-width: 630px;
    text-align: center;
    margin: 20px auto;
}
.move-like-right-content-bottom > p {
    margin-top: 30px;
    font-size: 20px;
    line-height: 41px;
}
.move-like-right-content-bottom p span {
    color: #0B70A8;
    font-weight: 700;
}
.move-like-right-content-bottom .btn-box {
    margin-top: 40px;
}
.move-like-right-content-top {
    background: linear-gradient(to right, rgba(11, 112, 168, 0) 0%, rgba(11, 112, 168, 0.18) 3%, rgba(11, 112, 168, 0.62) 6%, rgba(11, 112, 168, 0.76) 7%, rgba(11, 112, 168, 0.95) 11%, rgba(11, 112, 168, 1) 12%, rgba(11, 112, 168, 1) 25%, rgba(11, 112, 168, 1) 26%, rgba(11, 112, 168, 1) 65%, rgba(11, 112, 168, 1) 100%);
}
.nw-head h3 span {
    display: table;
    margin: 0 auto;
}
.nw-head h3 {
    color: #0B70A8;
    font-size: 60px;
    font-family: "Inter", sans-serif;
    font-weight: bold;
}
.bg-sec .row {
    align-items: center;
}
.bg-sec {
    margin-top: 30px;
}
.bg-img {
    position: relative;
}
.bg-img:after {
    content: "";
    background: rgba(72, 148, 190, 0.4);
    width: 39%;
    height: 36%;
    position: absolute;
    border-radius: 10px;
    bottom: 11px;
    right: 11px;
    z-index: -6;
}
.bg-text {
    max-width: 75%;
    margin: 0 auto;
}
.bg-text h4 {
    color: #0B70A8;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
}
.bg-text p {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
}
.full-cont .row {
    align-items: center;
}
.full-cont {
    background: #0B70A8;
    padding: 0px;
    margin: 30px 0px;
    max-width: 100%;
}
.cont1 {
    color: #fff;
    width: 80%;
    margin: 0px 50px 0px;
    padding: 39px 0px;
}
.cont1 h4 {
    font-size: 40px;
    font-weight: 700;
}
.cont1 p {
    font-size: 20px;
    color: #fff;
    margin: 20px auto 0px;
}
.full-cont img {
    height: 100%;
    width: 100%;
}
.bg-img.videodiv {
    padding: 25px;
}
.bg-img video {
    border: 2px solid #0B70A8;
    border-radius: 20px;
}
section.batch-img {
    margin: 50px 0px;
}
.batch-dv {
    border: 3px solid #0B70A8;
    border-radius: 30px;
    padding: 16px 15px;
}
.sliderimg {
    background: #CDE8EA;
    padding: 50px 0px 0;
}
.sliderimg .nw-head {
    text-align: center;
    margin-bottom: 60px;
}
.batch-dv h4 {
    color: #0B70A8;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 32px;
    max-width: 500px;
}
.batch-dv p {
    color: #333333;
    font-size: 24px;
    margin: 4px 0px;
    max-width: 460px;
    line-height: 28px;
}
.hero-text .btn-box {
    align-items: flex-start;
}
.review-box {
    width: 100%;
}
img.img-fluid.mb-4.str1 {
    margin: auto;
    display: table;
}
.str1 {
    text-align: center;
}
.mobile-table {
    background: #4B6370;
    color: #fff;
}
.custm-table tr td:last-child {
    background: #0B70A8;
}
.custm-table tr {
    border: 0px;
}
.custm-table tr td {
    color: #fff;
    font-size: 17px;
    padding: 13px;
    border: 0px !important;
    width: 50%;
}
.custm-table table {
    border: 0px !important;
}
.custm-table tr td span {
    margin-left: 7px;
}
.custm-table tr td h3 {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
}
.mid-img {
    margin: auto;
    display: table;
}
.mobile-table {
    display: none;
}
.main_container {
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}
.box {
    width: 50%;
    height: 100%;
    margin: 0 0px;
    transition: transform 0.5s ease;
    overflow: hidden;
    margin-top: 100px;
    position: relative;
}
.box img{
    position: absolute;
}
.box-left {
    right: 0px;
    margin-right: -40px;
}
.box-right {
    left: 0px;
    margin-left: -30px;
}
.slider_main_img {
    position: relative;
    top: 0;
    z-index: 6;
}
.box-right-container {
    max-width: 600px;
    margin-left: auto;
}
.box-left img{
    right: 0px;
}
.box-right img{
    left: 0px;
}
.box-left-container {
    max-width: 600px;
    margin: auto;
}
.box-left-container .box-heading {
    background-color: #4B6370;
}
.box-heading{
    position: relative;
}
.box-right-container .box-heading::before {
    left: auto;
    right: -0%;
    background-color: #0B70A8;
}
.box-heading::before {
    content: ' ';
    position: absolute;
    left: -100%;
    width: 1000px;
    background-color: #4B6370;
    height: 100%;
}
.box-heading p {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    font-family: "Inter",sans-serif;
    color: #fff;
    position: relative;
}
.box-list {
    margin-top: 60px;
}
.box-list ul{
    padding-left: 0;
}
.box-left-container .box-list , .box-right-container .box-list{
    max-width: 390px;
    margin: 60px auto 0;
}
.box-list ul li {
    font-size: 21px;
    list-style-position: outside;
    background: url(../../images/index/slider-cross.png);
    background-repeat: no-repeat;
    background-position: left 7px;
    background-size: 18px;
    padding-left: 30px;
    font-weight: 500;
    color: #3B3B3B;
    padding-bottom: 15px;
}
.box-list ul li:last-child{
    padding-bottom: 0;
}
.box-right-container .box-list ul li{
    background: url(../../images/index/slider-tick.png);
    background-repeat: no-repeat;
    background-position: left 7px;
    background-size: 18px;
}
.slider_main_img img.slider-main-img, .slider_main_img.right-hovered img.slider-left-img, .slider_main_img.left-hovered img.slider-right-img{
    display: block;
}
.slider_main_img.left-hovered img.slider-main-img , .slider_main_img.right-hovered img.slider-main-img, .slider_main_img img{
    display: none;
    transition: all 0.5s;
}
.slider_main_img.left-hovered .slider-right-img ,.slider_main_img.right-hovered .slider-left-img {
    position: relative;
    right: -100px !important;
    transition: all 0.5s;
}
.slider_main_img.right-hovered .slider-left-img {
    right: auto;
    left: -70px;
}
.left-side-img {
    position: absolute;
    left: 0;
    opacity: 0;
    z-index: -1;
}
.right-side-img{
    position: absolute;
    right: 0;
    opacity: 0;
    z-index: -1;
}
.right-side-img.right-side-img2 , .left-side-img.left-side-img2 {
    transition: all 0.5s;
    opacity: 1;
    z-index: 1;
}
.left-side-img , .right-side-img {
    width: 45%;
    height: 100%;
}
.sliderimg .nw-head br{
    display: none;
}
@media screen and (min-width:320px) and (max-width:1023px) {
    .mobile-table {
        display: block;
    }
}
.move-like-right-content-top h5{
    font-size: 40px;
    font-weight: 700;
}

.box-left {
    right: 0px;
    margin-right: 0px;
}
.box-right {
    left: 0px;
    margin-left: 0px;
}
.box-right-container {
    max-width: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    padding-left: 300px;
    position: relative;
}
.box-heading::before {
    content: ' ';
    position: absolute;
    left: -100%;
    width: 100%;
    background-color: #4B6370;
    z-index: 0;
    height: 100%;
}
.box-left-container {
    max-width: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 300px;
    position: relative;
}
.box img{
    position: relative;
}
.box-left-container .box-list, .box-right-container .box-list {
    max-width: 390px;
    margin: 60px 0px;
}
.box-heading p {
    text-align: inherit;
    font-weight: 700;
    font-size: 40px;
    font-family: "Inter", sans-serif;
    color: #fff;
    position: relative;
    margin-bottom: 0;
}
.box-heading::before {
    content: ' ';
    position: absolute;
    left: -1000%;
    width: 10000%;
    background-color: #4B6370;
    z-index: 0;
    height: 100%;
}
.ft-1{
    position: absolute;
    right: -130px;
    width: 270px;
    top:-100px;
}

.ft-2{
    position: absolute;
    left: -130px;
    width: 270px;
    top:-100px;
}
.box {
    width: 50%;
    height: 100%;
    margin: 0 0px;
    transition: transform 0.5s ease;
    overflow: visible;
    margin-top: 100px;
    position: relative;
    overflow-x: clip;
}
.main_container {
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding-bottom: 0px;
    
}

.main_container.rightBoxHover .box.box-left{
    
    transform: translateX(-150%);
    
    transition: 1s;

}

.main_container.rightBoxHover .ft-2 {
    left: 0px;
    width: 270px;
    top: -100px;
}

.main_container.rightBoxHover .box.box-right{
    
    transform: translateX(3%);
    
    transition: 1s;

}
.box {
    margin-top: 0px;
    padding-top: 100px;
}
.box-right-container .box-heading::before {
    left: -230px;
}

.main_container.leftBoxHover .box.box-right{
    
    transform: translateX(150%);
    
    transition: 1s;

}

.main_container.leftBoxHover .ft-2 {
    left: 0px;
    width: 270px;
    top: -100px;
}

.main_container.leftBoxHover .box.box-left{
    
    transform: translateX(-3%);
    
    transition: 1s;

}

.main_container.leftBoxHover .ft-1 {
    right: 0px;
    width: 270px;
    top: -100px;
}
.box-left-container .box-heading::before {
    right: -100px;
    width: 140%;
    left: 0px;
    transition: .4s;
}
.box-left-container .box-heading{
    width: 100%;
    text-align: right;
}
.main_container.leftBoxHover .box-left-container .box-heading::before {
    width: 120%;
}


.main_container.leftBoxHover .box.box-left{
    position: relative;
    overflow-x: visible;
}
.main_container.leftBoxHover .box.box-left:after{
    position: absolute;
    content: '';
    background-color: transparent;
    width: 150px;
    height: 100%;
    right: -50px;
    top: 0px;
    
    
}


.main_container.rightBoxHover .box.box-right{
    position: relative;
    overflow-x: visible;
}
.main_container.rightBoxHover .box.box-right:after{
    position: absolute;
    content: '';
    background-color: transparent;
    width: 150px;
    height: 100%;
    left: -50px;
    top: 0px;

    
    
}
.blue {
    background: #0B70A8;
    opacity: 0.8;
}
.orange{
    background: #d0433c;
}

.circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #0000001a;
    opacity: .5;
  }
  
  .main_container.leftBoxHover .pulse-new, 
  .main_container.rightBoxHover .pulse-new{
    animation: pulse-animation 2s infinite;
  }
  
  .main_container.leftBoxHover .pulse-new2,
  .main_container.rightBoxHover .pulse-new2{
     animation: pulse-animation2 2s infinite; 
  }

  @keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
  }

  @keyframes pulse-animation2 {
    0% {
        box-shadow: 0 0 0 0px #0b70a870;
    }
    50% {
        box-shadow: 0 0 0 30px #0b70a84a;
    }
    100% {
        box-shadow: 0 0 0 35px #0b70a836;
    }
  }
  .pls1{
    position: absolute;
    top: 190px;
    z-index: 1;
    left: 20px;
  }
  .pls2{
    position: absolute;
    top: 100px;
    z-index: 1;
    right: 60px;
  }
  .pls3{
    position: absolute;
    bottom: 190px;
    z-index: 1;
    right: 50px;
  }
  .pls4{
    position: absolute;
    bottom: 50px;
    z-index: 1;
    left: 60px;
  }

.bg-img-slider{
    position: absolute;
    width: 45%;
    height: 100%;
    object-fit: cover;
}

.right-top{
    display: block;
    right: 0px;
}

.left-top{
    display: block;
    left: 0px;
}
.box{
    z-index: 9;
    background: #cde8ea;
    min-height: 750px;
}
.pulse-new2 {
    position: absolute;
    width: 75px;
    height: 75px;
}
.right-img-container, .left-img-container{
    position: absolute;
    right: 40px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    z-index: 4;
    bottom: 50%;
}
.left-img-container {
    right: auto;
    left: 35px;
}
.right-img-container img, .left-img-container img{
    position: relative;
}