/*common css*/
* { box-sizing: border-box; margin: 0; padding: 0; }
body { margin: 0; padding: 0; font-family: Figtree; font-weight: 400; font-size: 20px; line-height: 30px; text-align: left; color: #1B202F }
a { color: var(--black); text-decoration: none; transition: all 300ms ease }
a:focus { outline: none; text-decoration: none; color: #000 }
a:hover, a:active { outline: 0; text-decoration: none; color: var(--blue); }
p { margin: 0 0 20px; }
ol, ul { margin: 0; padding: 0; }
ul li { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
hr { background-color: rgba(0, 0, 0, 0.1); border: 0; height: 1px; margin-bottom: 23px; }
h1, h2, h3, h4, h5, h6 { clear: both; font-family: "Figtree", sans-serif; }
h1 { font-weight: 800; font-style: ExtraBold; font-size: 80px; leading-trim: NONE; line-height: 82px; letter-spacing: 0%; }
h2 { font-weight: 800; font-size: 64px; line-height: 80px; text-align: center; }
h3 { font-weight: 600; font-size: 36px; line-height: 100%; }
h4 { font-weight: 600; font-size: 24px; line-height: 100%; }
h5 { font-size: 20px; line-height: 28px; letter-spacing: 0px; }
h6 { font-size: 22px; font-weight: 700; line-height: 25.85px; }
img { max-width: 100%; border: 0; }
h1 span, h2 span, h3 span, h4 span, h5 span { color: #47BFC7; }

/*select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }*/
input:not([type=radio]):not([type=checkbox]) { -webkit-appearance: none; }
input, button, textarea, select { border: 1px solid #ccc; outline: none; font-style: normal; font-size: 20px; color: #000; font-weight: 400; line-height: 35px; font-weight: 300; }
input[type=submit], button { cursor: pointer; }
input:-webkit-autofill { -webkit-box-shadow: 0 0 0 30px var(--p-white) inset; }
::-webkit-selection { background-color: #47d5ff; color: var(--p-white); text-shadow: none; }
::-moz-selection { background-color: #47d5ff; color: var(--p-white); text-shadow: none; }
::selection { background-color: #47d5ff; color: var(--p-white); text-shadow: none; }
::-webkit-input-placeholder { color: #858585; opacity: 1; -ms-filter: "alpha(opacity=100)"; }
::-moz-placeholder { color: #858585; opacity: 1; -ms-filter: "alpha(opacity=100)"; }
:-ms-input-placeholder { color: #858585; opacity: 1; -ms-filter: "alpha(opacity=100)"; }
.btn-primary.focus:focus, .btn-primary:focus { outline: none; border: none; box-shadow: none; }
:-ms-input-placeholder { color: #5f5f5f; }
::-moz-placeholder { color: #5f5f5f; }
::placeholder { color: #5f5f5f; }
.left-padding { padding-left: calc(((100% - 1250px) - 30px) / 2); }
.slick-arrow { position: absolute; bottom: -100px; left: 12px; margin: 0 auto; z-index: 9937. }
.slick-prev.slick-arrow { transform: 0px; background: var(--white); padding: 10px; border-radius: 50px 0px 0px 50px; cursor: pointer; }
.slick-next.slick-arrow { transform: translateX(111px); background: var(--white); padding: 10px; border-radius: 0px 50px 50px 0px; cursor: pointer; }
.slick-prev.slick-arrow .icon-arrow-r { transform: rotate(180deg); }

/*.blue-btn:hover { color: var(--p-white); padding-left: 60px; padding-right: 30px; }*/
.blue-btn span { display: inline-block; background: var(--blue); transition: all 300ms ease; position: relative; z-index: 9 }
.blue-btn:hover span { transform: translateX(30px); }
.blue-btn:after { content: ''; position: absolute; right: 30px; background: var(--p-white); border-radius: 100%; width: 10px; height: 10px; top: 50%; transform: translateY(-50%); }
.blue-btn:before { content: "\e90e"; font-size: 27px; font-family: 'icomoon' !important; position: absolute; left: 30px; top: 50%; transform: translateY(-50%); }
a.blue-btn:hover, a.blue-btn:active { color: var(--p-white); }
.container { max-width: 1230px; padding: 0px 15px; margin: 0 auto; }
.section-padding { padding: 100px 0px }
.section-top-padding { padding-top: 75px; }
.section-bottom-padding { padding-bottom: 75px; }
button.cmn-btn { background: #1B202F; padding: 18px 32px; border-radius: 50px; border: none; margin-top: 60px; color: #fff; margin-left: auto; margin-right: auto; display: block; }
button.cmn-btn img { margin-left: 15px; }
button.cmn-btn.light-btn { background: #47BFC7; margin-left: 0px; }
.cmn-title { margin-bottom: 70px; text-align: center; }
.cmn-title span { color: #47BFC7; }
.cmn-title h2 { margin-bottom: 20px; }
.phone-row { position: relative; }
body .phone-row input { padding-left: 100px; }
.phone-row select { border: none; position: absolute; top: 20px; left: 18px; color: #1B202F; }

/*header*/
.header-wrapper { padding: 20px 40px; position: fixed; top: 20px; left: 20px; right: 20px; box-shadow: 0px 0px 30px 0px #0000001A; border-radius: 50px; display: flex; align-items: center; justify-content: space-between; z-index: 999; background: #fff; }
.logo img { max-width: 100px; }
.header-wrapper ul { display: flex; align-items: center; margin: 0px -10px; }
ul { padding: 0px; margin: 0px; }
ul li { margin: 0px; text-decoration: none; list-style: none; }
.header-wrapper ul li { margin: 0px 10px; }
.header-wrapper ul li i { font-size: 20px; }

/*hero banner*/
.hero-banner-wrapper { display: flex; align-items: center; flex-wrap: wrap; padding: 150px 0px; margin: 0px -15px; }
.hero-banner-left { width: calc(50% - 30px); margin: 0px 15px; }
.hero-banner-right { width: calc(50% - 30px); margin: 0px 15px; }
.hero-banner { position: relative; }
.hero-banner:before { content: ''; position: absolute; right: 0px; width: 42%; top: 0px; height: 100%; background: #1D1E21; background: linear-gradient(0deg, rgba(29, 30, 33, 0) 52%, rgba(150, 255, 237, 0.65) 100%); z-index: -1; }
.hero-banner-left ul { display: flex; flex-wrap: wrap; margin: 0px 0px; }
.hero-banner-left ul li { margin: 0px -12px; max-width: 56px; border-radius: 100%; border: 1px solid #fff; }
.hero-banner-left ul li img { width: 100%; height: 100%; object-fit: cover; }
.hero-banner-left .app-i ul li { max-width: inherit; height: auto; background: transparent; border: none; margin: 0px 10px; }
.app-i { margin-bottom: 30px; }
.hero-banner-left .app-i ul { margin: 0px -10px; }
.details-of-rating { display: flex; flex-wrap: wrap; align-items: center; margin-top: 20px; }
.details-of-rating img { max-width: 30px; }
.details-of-rating p { margin: 0px; }
.hero-banner-left span { display: block; color: #47BFC7; }
.hero-banner-left h1 { margin-bottom: 20px; }
.details-of-rating * { font-family: "Karla", sans-serif; font-weight: 600; font-size: 20px; line-height: 30px; }
.details-of-rating > img { margin-right: 10px; }
.details-of-rating p strong { margin-right: 10px; color: #000; }
.details-of-rating p img { margin-left: 10px; }

/*inclusive*/
.inclusive-slider { width: 100%; }
.inclusive-slider .slick-list { padding-left: 0px !important; }
.inclusive-slider-repeat { margin: 0px 15px; width: calc(100% - 30px) !important; border: 1px solid var(--border); border-radius: 40px; padding: 20px 24px; position: relative; }
.inclusive-on-hover { position: absolute; inset: 0px; padding: 25px 24px; background: var(--p-white); border-radius: 40px; text-align: center; opacity: 0; visibility: hidden; transition: all 600ms ease; cursor: pointer; }
.inclusive-vision-wrapper .slick-track > div:nth-child(odd) { margin-top: 100px; }
section.inclusive-vision.section-padding { background: linear-gradient(180deg, rgba(71, 191, 199, 0.1) 0%, rgba(71, 191, 199, 0) 100%); }
.inclusive-slider-repeat span { font-family: Figtree; font-weight: 500; font-size: 36px; line-height: 100%; display: block; margin: 20px auto 0 auto; text-align: center; }

/*how-it-works*/
.how-it-works-wrapper { display: flex; align-items: center; flex-wrap: wrap; margin: 0 -15px; }
.how-it-works-wrapper .how-it-works-left { width: calc(50% - 30px); margin: 0px 15px; }
.how-it-works-wrapper .tab-content { width: calc(50% - 30px); margin: 0px 15px; position: relative; }
.how-it-works-wrapper .tab-content img { margin: 0 auto; display: block; }
.how-it-works-left li a.active { background: transparent !IMPORTANT; color: #fff !important; }
.how-it-works-wrapper .tab-content:before { width: 340px; height: 340px; background: #47BFC7; content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 100%; z-index: -1; box-shadow: 0px 0px 0px 40px rgba(71, 191, 199, 0.2); }
.how-it-works-left li a.active * { color: #1B202F; }
.how-it-works-left li a.active h4 { margin-bottom: 14px; }
.how-it-works-left li { padding: 20px 0px; border-bottom: 1px solid #00000033; }
.how-it-works-left a { padding: 0px; }
.how-it-works-left p { margin: 0px; }
.how-it-works-left li a { display: flex; align-items: flex-start; }
.how-it-works-left li a img { margin-right: 20px; }
.how-it-works-left li a p { display: none; }
.how-it-works-left li a.active p { display: block; }
.how-it-works-left * { text-align: left; }

/*parallax*/
.parallax-content-wrapper { background: radial-gradient(52.08% 52.08% at 50% 16.15%, #2F3441 0%, #1B202F 100%); padding: 80px; border-radius: 36px; }
section.parallax-section { display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 20px; }
section.parallax-section > * { width: 50%; padding: 0 15px; }
.parallax-image { background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(180deg, rgba(71, 191, 199, 0.1) 0%, rgba(71, 191, 199, 0) 100%); border-radius: 24px; padding-top: 100px !important; box-shadow: 0px -6px 4px 0px rgba(0, 0, 0, 0.2); }
.parallax-content * { color: #fff; padding-left: 40px; }
.parallax-content p { font-family: Karla; font-weight: 500; font-size: 18px; line-height: 28px; }
.parallax-content-wrapper .cmn-title h2 { color: #fff; }
.parallax-container { position: relative; }
section.parallax-section { position: sticky; top: 0px; left: 0px; border-radius: 26px; }
section.parallax-section { height: calc(100% - 200px); background: #0d0f15; }
section.parallax-section:first-child { top: 0; }
section.parallax-section:nth-child(2) { top: 40px; }
section.parallax-section:nth-child(3) { top: 80px; }
section.parallax-section:nth-child(4) { top: 120px; }
section.parallax-section:nth-child(5) { top: 160px; }
section.parallax-section:nth-child(6) { top: 200px; }
section.parallax-section:nth-child(7) { top: 240px; }

/*center tab*/
.center-tab-wrapper .tabs { display: flex; flex-direction: column; width: calc(30% - 30px); }
.center-tab-wrapper .tab { padding: 32px 32px 32px 0px; margin-bottom: 5px; background: transparent; cursor: pointer; border-radius: 4px; transition: background 0.3s; }
.center-tab-wrapper .tab.active strong { background: #1B202F; color: #fff; }
.center-tab-wrapper .content { width: calc(40% - 30px); position: relative; background: white; padding: 20px; border-radius: 8px; min-height: 200px; background: transparent; text-align: center; }
.center-tab-wrapper .tab-content { display: none; }
.center-tab-wrapper .tab-content.active { display: block; }
.center-tab-wrapper .accordion { display: none; }
.center-tab-wrapper .accordion-item { }
.center-tab-wrapper .accordion-header {/* color: white; */cursor: pointer; }
.center-tab-wrapper .accordion-body { display: none; padding: 12px; }
.center-tab-wrapper .accordion-item.active .accordion-body { display: block; }
.center-tab-wrapper { background: linear-gradient(180deg, rgba(71, 191, 199, 0.1) 0%, rgba(71, 191, 199, 0) 100%); }
.tabs.left-tabs { text-align: right; }
.tabs.left-tabs strong { margin-left: auto; }
.center-tab-wrapper .content:before { width: 340px; height: 340px; background: #47BFC7; content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 100%; z-index: -1; box-shadow: 0px 0px 0px 40px rgba(71, 191, 199, 0.2); }
.center-tab-desktop { display: flex; align-items: center;     /* justify-content: center; */ flex-wrap: wrap; margin: 0px -15px; }
.center-tab-desktop > div { width: calc(33.3% - 30px); margin: 0px 15px; }
.center-tab-wrapper strong { width: 60px; height: 60px; border-radius: 100%; background: #1B202F1A; display: grid; align-items: center; justify-content: center; color: #1B202F; margin-bottom: 10px; font-weight: 600; font-size: 20px; line-height: 30px; text-align: center; }
.center-tab-wrapper h5 { margin: 0px 0px 15px 0px; font-family: Figtree; font-weight: 700; font-size: 18px; line-height: 27.53px; letter-spacing: 0.11px; margin-bottom: 5px; }
.center-tab-wrapper p { margin: 0px; font-family: Figtree; font-weight: 400; font-size: 18px; line-height: 28px; }
.center-tab-wrapper .tab { margin-bottom: 40px; }
.accordion-faq .tab-content { display: none; }
.accordion-faq .tab-content.active { display: block; }
.accordion-faq .accordion { display: none; }
#main { margin: 50px 0; }
#main #faq .card { margin-bottom: 30px; border: 0; }
#main #faq .card .card-header { border: 0; -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5); box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5); border-radius: 2px; padding: 0; }
#main #faq .card .card-header .btn-header-link { color: #fff; display: block; text-align: left; background: #FFE472; color: #222; padding: 20px; }
#main #faq .card .card-header .btn-header-link:after { content: "\f107"; font-family: 'Font Awesome 5 Free'; font-weight: 900; float: right; }
#main #faq .card .card-header .btn-header-link.collapsed { background: #A541BB; color: #fff; }
#main #faq .card .card-header .btn-header-link.collapsed:after { content: "\f106"; }
#main #faq .card .collapsing { background: #FFE472; line-height: 30px; }
#main #faq .card .collapse { border: 0; }
#main #faq .card .collapse.show { background: #FFE472; line-height: 30px; color: #222; }

/*faq-section*/
.faq-section { background: linear-gradient(180deg, rgba(71, 191, 199, 0.1) 0%, rgba(71, 191, 199, 0) 100%); }
.faq-section .card-header { cursor: pointer; padding: 0px; background: none; border: none; }
.faq-section .faq-icon { font-weight: bold; margin-right: 20px; }
.faq-section  .faq-toggle .faq-icon::before { content: '-'; font-size: 30px; line-height: 30px; }
.faq-section .collapsed .faq-icon::before { content: '+'; font-size: 30px; line-height: 30px; }
.faq-section .card-body { padding: 20px 0px 0px 0px }
.faq-section  .faq-extra { display: none; }
.faq-section .card-header[aria-expanded="true"] * { color: #47BFC7 }
.faq-section .card { border-radius: 16px !important; margin-bottom: 20px; padding: 20px; border: none; box-shadow: 0px 8px 20px 0px #0000000F; }
.faq-section .accordion>.card>.card-header { padding: 0px; background: transparent; border: none }
.faq-section p { font-family: Figtree; font-weight: 400; font-size: 18px; line-height: 32px; letter-spacing: 0%; }
.cmn-cta-wrapper { background: linear-gradient(180deg, #47BFC7 0%, #006C89 100%); border-radius: 24px; align-items: center; }
.cmn-cta-left { padding: 100px 0px 100px 100px; width: 50%; }
.cmn-cta-right { width: 50%; }
.cmn-cta-wrapper { display: flex; flex-wrap: wrap; }
.cmn-cta-left h3 { font-family: Figtree; font-weight: 600; font-size: 44px; line-height: 100%; color: #fff; margin-bottom: 16px; }
.cmn-cta-left p { color: #fff; }
.cmn-cta-wrapper .app-i ul { display: flex; flex-wrap: wrap; margin: 0px -10px; }
.cmn-cta-wrapper .app-i li { margin: 0px 10px; }
.cmn-cta-wrapper .app-i { margin: 0px; }
.cmn-cta-right { text-align: center; }
.book-now-wrapper { display: flex; flex-wrap: wrap; margin: 0px -15px; }
.book-now-left { width: calc(50% - 30px); margin: 0px 15px; text-align: left; }
.book-now-left h2 { text-align: left; }
.book-now-right { width: calc(50% - 30px); margin: 0px 15px; }
.form-field label { font-family: Figtree; font-weight: 500; font-size: 16px; line-height: 100%; width: 100%; display: block; margin-bottom: 15px; }
.form-field { margin-bottom: 20px; }
.form-field input { border-radius: 50px; border: 1px solid #1B202F26; padding: 14px 20px; width: 100%; }
.form-field textarea { min-height: 140px; border-radius: 12px; border: 1px solid #1B202F26; padding: 14px 20px; width: 100%; }
.cta-mobile-image { display: flex; flex-wrap: wrap; align-items: center; display: none; }
.cta-mobile-image img { width: 50%; }
.cta-mobile-image img:first-child { margin-top: 0px; }

/*testimonials*/
section.testimonials { background: linear-gradient(180deg, rgba(71, 191, 199, 0.1) 0%, rgba(71, 191, 199, 0) 100%); }
.testimonials-slide-wrapper ul { display: flex; align-items: center; margin-bottom: 20px; }
.testimonials-slide-wrapper p { margin-bottom: 30px; }
.testimonials-avtar-details { display: flex; align-items: center; flex-wrap: wrap; }
.testimonials-avtar-details img { width: 65px; height: 65px; border-radius: 100%; margin-right: 23px; }
.testimonials-avtar-details-inner p { margin: 0px; }
.testimonials-slide-wrapper { padding: 45px; background: #fff; box-shadow: 0px 20px 60px 0px #0000000A; border-radius: 16px; }
.testimonials-wrapper .slick-slide { margin: 0 10px !important; padding: 20px 0px; }

/*footer*/
.footer-wrapper { padding: 72px 0px; display: flex; flex-wrap: wrap; align-items: center; }
.footer-logo { width: 50%; }
.footer-content { width: 50%; }
.footer-content ul li a { color: #fff; margin-bottom: 30px; display: block; }
.footer-bottom { padding: 20px 0px; font-family: Figtree; font-weight: 400; font-size: 20px; line-height: 30px; color: #fff; text-align: center; border-top: 1px solid #47BFC7; }

/*inner section*/
.top-section-padding { padding: 160px 0px 100px 0px; }
.cmn-on-scroll-section { display: flex; flex-wrap: wrap; margin: 0px -15px; position: relative; }
.cmn-on-scroll-sectio-left { width: calc(30% - 30px); margin: 0px 15px; border-radius: 16px; padding: 18px; background: #47BFC71A; }
.cmn-on-scroll-sectio-right { width: calc(70% - 30px); margin: 0px 15px; }
.cmn-on-scroll-sectio-left li a { padding: 10px 16px; font-family: Figtree; font-weight: 600; font-size: 16px; line-height: 28px; display: block; }
.cmn-on-scroll-sectio-right h5 { margin-bottom: 10px; font-weight: 600; }
.cmn-on-scroll-sectio-right li { font-family: Figtree; font-weight: 400; font-size: 18px; line-height: 28px; padding-left: 30px; position: relative; }
.cmn-on-scroll-sectio-right li:before { content: ''; position: absolute; top: 12px; left: 12px; width: 5px; height: 5px; background: #1B202F; border-radius: 100%; }
.cmn-on-scroll-sectio-right ul { margin-bottom: 15px; }
.cmn-on-scroll-sectio-right h4 { color: #47BFC7; color: #47BFC7; margin-bottom: 10px; }
.cmn-on-scroll-sectio-right > div { margin-bottom: 60px; padding-bottom: 60px; border-bottom: 1px solid rgba(27, 32, 47, 0.1); }
.cmn-on-scroll-sectio-right > div:last-child { padding-bottom: 0px; margin-bottom: 0px; border: none }
.cmn-on-scroll-sectio-right > div *:last-child { margin: 0px; }
.cmn-on-scroll-sectio-left { max-height: max-content; height: calc(100vh - 200px); overflow: scroll; position: sticky; top: 150px; overflow-x: clip }
.cmn-on-scroll-sectio-left li a.active { background: #47BFC7; border-radius: 16px; color: #fff; }

/* Responsive */
@media(max-width:1200px) {
    h1 { font-size: 60px; line-height: 62px; }
    h2 { font-size: 50px; line-height: 60px; }
    h3 { font-size: 30px; line-height: 40px; }
    h4 { font-size: 24px; line-height: 100%; }
    .inclusive-slider-repeat span { font-size: 24px; line-height: 34px; }
}
@media (max-width:991px) {
    h1 { font-size: 40px; line-height: 54px; }
    h2 { font-size: 30px; line-height: 34px; }
    h3 { font-size: 26px; line-height: 32px; }
    h4 { font-size: 22px; line-height: 30px; }
    h5 { font-size: 18px; line-height: 28px; }
    h6 { font-size: 16px; line-height: 24px; }
    p { font-size: 16px; line-height: 24px; }
    .tabs, .content { display: none; }
    .logo img { max-width: 40px; display: block; }
    .header-wrapper ul li img { max-width: 20px; }
    .accordion { display: block; }
    .center-tab-wrapper.section-padding .content { display: block; }
    button.cmn-btn { padding: 11px 30px; }
    .cmn-cta-left { padding: 100px 0px 100px 20px; }
    .cmn-cta-left li img { max-width: 130px; }
    .hero-banner-left ul li img { max-width: 140px; }
    .parallax-content-wrapper { padding: 40px; }
    .section-padding { padding: 60px 0px; }
    .center-tab-wrapper .accordion { display: block; }
    .center-tab-wrapper-inner { }
    .center-tab-wrapper-inner .center-tab-desktop { display: none; }
    .accordion-body { position: relative; text-align: center; }
    .accordion-body:before { width: 340px; height: 340px; background: #47BFC7; content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 100%; z-index: -1; box-shadow: 0px 0px 0px 40px rgba(71, 191, 199, 0.2); }
    .center-tab-wrapper .accordion-header { margin-bottom: 20px; }
    .center-tab-wrapper .accordion-item.active strong { background: #1B202F; color: #fff; }
    .cmn-cta-left { padding: 45px 0px 45px 20px; }
    .book-now-left { width: calc(100% - 30px); }
    .book-now-right { width: calc(100% - 30px); }
    .hero-banner-wrapper { padding: 100px 0px 60px 0px; }
    .cmn-title { margin-bottom: 40px; }
    .how-it-works-left, #experienceTabContent { display: none !important; /* hide desktop tabs */ }
    .accordion { display: block !important; /* show mobile accordion */ }
    .how-it-works-left, #experienceTabContent { display: block !important; }
    .how-it-works .card-header button { display: flex; align-items: flex-start; background: transparent; padding: 0px; box-shadow: none !important; }
    .how-it-works .card-header button:focus { box-shadow: none !important; }
    .how-it-works .card-header button img { margin-right: 20px !important; }
    .how-it-works-tab-detals h4 { font-family: Figtree; font-weight: 600; font-size: 24px; line-height: 100%; color: #1B202F; margin-bottom: 20px; }
    .how-it-works-tab-detals p { font-family: Figtree; font-weight: 400; \:Regular; font-size: 18px; \:NONE; line-height: 28px; color: #1B202F; }
    .how-it-works  .card { background: transparent; border: none; }
    .how-it-works .card-header.p-0 { background: transparent; border: none; }
    .how-it-works div#experienceTabContent { border: none; position: relative; }
    .how-it-works .how-it-works-wrapper .tab-content { width: calC(100% - 30px); }
    .how-it-works .collapse.show p { display: block; }
    .how-it-works-wrapper .how-it-works-left { width: calC(100% - 30px); margin-bottom: 30px; text-align: center; }
    .how-it-works-wrapper .how-it-works-left h2 { text-align: center; }
    .card-body { position: relative; }
    .card-body:before { width: 340px; height: 340px; background: #47BFC7; content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 100%; z-index: -1; box-shadow: 0px 0px 0px 40px rgba(71, 191, 199, 0.2); }
    .how-it-works-wrapper .tab-content:before { display: none; }
    .how-it-works-left li { border: none }
    .how-it-works-tab-detals h4:focus { outline: none !important; text-decoration: none; }
    .cmn-on-scroll-sectio-left { width: calc(35% - 30px); }
    .cmn-on-scroll-sectio-right { width: calc(65% - 30px); }
    .cmn-on-scroll-sectio-right > div { margin-bottom: 40px; padding-bottom: 40px; }
}
@media(max-width:767px) {
    .hero-banner-left { width: calc(100% - 30px); margin-bottom: 40px; }
    .hero-banner-right { width: calc(100% - 30px); position: relative; }
    section.hero-banner:before { display: none; }
    .hero-banner-right:before { content: ''; position: absolute; right: 0px; width: 100%; top: 0px; height: 100%; background: #1D1E21; background: linear-gradient(0deg, rgba(29, 30, 33, 0) 52%, rgba(150, 255, 237, 0.65) 100%); z-index: -1; }
    .how-it-works-wrapper button.active p, .how-it-works-wrapper button[aria-expanded="true"] p { display: block; }
    .how-it-works-wrapper .tab-content img { max-width: 180px; }
    .card-body:before { width: 200px; height: 200px; box-shadow: 0px 0px 0px 20px rgba(71, 191, 199, 0.2); }
    .how-it-works-tab-detals p { display: none; }
    section.parallax-section { position: static; }
    section.parallax-section > * { width: 100%; }
    .parallax-image { padding: 20px !important; margin-bottom: 20px; }
    .parallax-content * { padding: 0px; }
    section.parallax-section { margin-bottom: 20px; }
    .parallax-content-wrapper { padding: 40px 15px; }
    .cmn-cta-left { width: 100%; padding: 40px 15px; }
    .cmn-cta-right { width: 100%; padding: 0px 15px; }
    .cmn-cta-left h3 { font-size: 35px; line-height: 43px; }
    .form-field input { padding: 6px 20px; }
    .testimonials-slide-wrapper { padding: 30px 15px; }
    .testimonials-avtar-details img { width: 50px; height: 50px; }
    .footer-wrapper { padding: 40px 0px; }
    .footer-content ul li a { margin-bottom: 15px; font-size: 16px; }
    .footer-bottom { font-size: 16px; line-height: 24px; }
    .center-tab-wrapper .accordion-item.active .accordion-body { max-width: 180px; margin: 0 auto; }
    .center-tab-wrapper .accordion-item.active .accordion-body:before { width: 200px; height: 200px; box-shadow: 0px 0px 0px 20px rgba(71, 191, 199, 0.2); }
    .header-wrapper { padding: 15px 30px; }
    .logo img { max-width: 30px; }
    .header-wrapper li a img { max-width: 19px; }
    .header-wrapper ul li { margin: 0px 5px; }
    .parallax-content p { font-size: 16px; }
    .cmn-on-scroll-sectio-left { width: calc(100% - 30px); margin-bottom: 30px; position: static; overflow: visible; height: auto; }
    .cmn-on-scroll-sectio-right { width: calc(100% - 30px); }
    .cmn-on-scroll-sectio-right > div { margin-bottom: 30px; padding-bottom: 30px; }
    .top-section-padding { padding: 160px 0px 60px 0px; }
    .inclusive-slider-repeat { padding: 0px; }
    .inclusive-slider-repeat span { font-size: 17px; margin: 5px 0px 0px 0px; }
    .inclusive-vision-wrapper .slick-track > div:nth-child(odd) { margin-top: 40px; }
    .cmn-cta-right > img { display: none; }
    .cta-mobile-image { display: flex; }
}