@font-face {
    font-family: 'Museo Sans 300';
    src: url('../../fonts/museo/MuseoSans-300.eot');
    src: url('../../fonts/museo/MuseoSans-300.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/museo/MuseoSans-300.woff2') format('woff2'),
        url('../../fonts/museo/MuseoSans-300.woff') format('woff'),
        url('../../fonts/museo/MuseoSans-300.ttf') format('truetype'),
        url('../../fonts/museo/MuseoSans-300.svg#Museo Sans 300') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans 500';
    src: url('../../fonts/museo/MuseoSans-500.eot');
    src: url('../../fonts/museo/MuseoSans-500.eot?#iefix') format('embedded-opentype'), url('../../fonts/museo/MuseoSans-500.woff2') format('woff2'), url('../../fonts/museo/MuseoSans-500.woff') format('woff'), url('../../fonts/museo/MuseoSans-500.ttf') format('truetype'), url('../../fonts/museo/MuseoSans-500.svg#MuseoSans-500') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans 600';
    src: url('../../fonts/museo/MuseoSans-700.otf') format("opentype");
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans 900';
    src: url('../../fonts/museo/MuseoSans-900.eot');
    src: url('../../fonts/museo/MuseoSans-900.eot?#iefix') format('embedded-opentype'), url('../../fonts/museo/MuseoSans-900.woff2') format('woff2'), url('../../fonts/museo/MuseoSans-900.woff') format('woff'), url('../../fonts/museo/MuseoSans-900.ttf') format('truetype'), url('../../fonts/museo/MuseoSans-900.svg#MuseoSans-900') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    /* font-family: 'Inter', sans-serif; */
    font-family: 'Museo Sans 500';
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

:root {
    --black: #000000;
    --white: #ffffff;
    --light-cyan: #F7F9FE;

    /* <-------- blue color shades start --------> */
    --blue-100: #F3F8FC;
    --blue-200: #DEE7EF;
    --blue2-200: #DDE7EF;
    --blue-300: #7292AD;
    --blue-400: #477093;
    --blue-500: #1C4E79;
    /* <-------- blue color shades end --------> */

    /* <-------- green color shades start --------> */
    --green-100: #F4FAFA;
    --green-200: #DFF0F0;
    --green-300: #95DBDB;
    /* --green-300: #95CECE; */
    --green-400: #7BADAD;
    --green2-400: #528181;
    /* <-------- green color shades end --------> */

    --error-500: #F04438;
    --light-400: #585E6B;

    --teal-400: #86C5C5;
    --teal-500: #77AFAF;

    --sec-btn-text: #046263;
    --sec-btn-border: #98CDCE;
    --sec-btn-bg: #F4FAFA;
    --sec-btn-hover-bg: #EFFAFA;
}

/* <-------- typography start --------> */
/* .fw-700 {
    font-weight: 700;
} */

.text-4xl {
    font-size: 45px;
    font-style: normal;
    /* font-weight: 600; */
    font-family: 'Museo Sans 900';
    line-height: 0.966;
    color: var(--blue-500);
}

.text-3xl {
    font-size: 48px;
    /* font-weight: 600; */
    font-family: 'Museo Sans 600';
    line-height: 120%;
    color: var(--blue-500);
}

.text-2xl {
    font-size: 36px;
    /* font-weight: 600; */
    font-family: 'Museo Sans 600';
    line-height: 120%;
    color: var(--blue-500);
}

.text-xl {
    font-size: 22px;
    /* font-weight: 600; */
    font-family: 'Museo Sans 600';
    line-height: 140%;
    color: var(--blue-500);
}

.text-xl-900 {
    font-family: 'Museo Sans 900';
}

.text-l-bold {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    color: var(--black);
}

.text-l-semibold {
    font-size: 20px;
    font-style: normal;
    /* font-weight: 600; */
    font-family: 'Museo Sans 600';
    line-height: 140%;
    color: var(--black);
}

.text-l-medium {
    font-size: 20px;
    font-style: normal;
    /* font-weight: 500; */
    font-family: 'Museo Sans 600';
    line-height: 140%;
    color: var(--black);
}

.text-m-semibold {
    font-size: 18px;
    font-style: normal;
    /* font-weight: 600; */
    font-family: 'Museo Sans 600';
    line-height: 150%;
    color: var(--black);
}

.text-m-medium {
    font-size: 18px;
    font-style: normal;
    /* font-weight: 500; */
    font-family: 'Museo Sans 600';
    line-height: 150%;
    color: var(--black);
}

.text-m-regular {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--black);
    font-family: 'Museo Sans 500';
}

.text-s-semibold {
    font-size: 16px;
    font-style: normal;
    /* font-weight: 600; */
    font-family: 'Museo Sans 600';
    line-height: 150%;
    color: var(--black);
}

.text-s-medium {
    font-size: 16px;
    font-style: normal;
    /* font-weight: 500; */
    font-family: 'Museo Sans 500';
    line-height: 150%;
    color: var(--black);
}

.text-s-regular {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--black);
}

.text-xs-medium {
    font-size: 14px;
    font-style: normal;
    /* font-weight: 500; */
    font-family: 'Museo Sans 600';
    line-height: 150%;
    color: var(--black);
}

.text-xs-regular {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--black);
}

.fill-btn {
    border-radius: 8px;
    background-color: var(--green-300);
    padding: 10px 16px;
    color: #000;
    border: 1px solid transparent;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    border: 1px solid transparent;
    font-family: 'Museo Sans 600';
    font-size: 16px;
}

a.text-uppercase {
    text-transform: none !important;
}

.fill-btn:hover {
    background-color: var(--teal-400);
}

.border-btn {
    background-color: var(--sec-btn-bg);
    border-color: var(--sec-btn-border);
    color: var(--sec-btn-text);
}

.border-btn:hover {
    background-color: var(--sec-btn-hover-bg);
    color: var(--sec-btn-text);
}

.two-space {
    padding: 112px 0;
}

.gap-item p {
    /* color: var(--blue-400) !important; */
}

.gap-item {
    row-gap: 24px;
}

.section-gap-item {
    row-gap: 64px;
}

.short-text-bar {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border: 4px solid var(--blue-100);
    background-color: var(--white);
    padding: 12px 16px;
}

.main_wapper_block {
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

.text-before-title {
    background-color: var(--green-100);
    color: var(--green2-400);
    border-radius: 20px;
    padding: 10px 16px 10px 16px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
}

.blue-400 {
    color: var(--blue-400);
}

.blue-500 {
    color: var(--blue-500);
}

.light-400 {
    color: var(--light-400);
}

.fw-600 {
    font-family: 'Museo Sans 600';
}

.fw-900 {
    font-family: 'Museo Sans 900';
}

/* <-------- typography end --------> */


/* <-------------- header start --------------> */
.navbar {
    /* border-bottom: 1px solid #A9D1E7; */
    border-bottom: 0;
    box-shadow: 0px 3px 5px 0px #0000000D;
}

.navbar-brand img {
    max-width: 258px;
}

.navbar .nav-link {
    color: var(--blue-500) !important;
}

.navbar .dropdown .dropdown-item {
    color: #2D4B76 !important;
    padding: 0.5rem 1.5rem;
}

.navbar-show-icon {
    background-image: none;
    width: auto;
    height: auto;
}

.navbar-close-icon {
    background-image: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' width='20' height='18' viewBox='0 0 28 29' fill='none'><path d='M0 0.5H28V28.5H0V0.5Z' fill='white' fill-opacity='0.01'/><path d='M4.66797 5.16602L24.668 25.166' stroke='%237292AD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M4.66797 25.166L24.668 5.16602' stroke='%237292AD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") !important;
}

.navbar-close-icon.active {
    display: block !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent !important;
}

.mobile_signup_and_menu {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* <-------------- header end --------------> */

/* <-------------- banner start --------------> */
#banner-slider.owl-carousel .item {
    height: 50rem;
}

.banner-section .section-bg {
    background-color: var(--light-cyan);
    padding: 75px 0;
}

.achieve-section .img-bar img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border: 5px solid var(--white);
}

.banner-section .img-bar img {
    border-radius: 20px;
}

.banner-caption {
    max-width: 666px;
}

.img-caption {
    background-color: var(--blue-500);
    color: var(--white);
    padding: 12px 16px 12px 16px;
    border-radius: 8px;
    position: absolute;
    bottom: -20px;
    right: 20%;
}

/* <-------------- banner start --------------> */

/* <-------------- as seen on start --------------> */
#brand-slider .item {
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    padding-top: 75.25%;
    /* width: 100%; */
    width: 80%;
    margin: 0;
}

.asseenon-section .section-bg {
    background-color: var(--light-cyan);
}

.asseenon-section .owl-nav {
    justify-content: end;
    display: flex;
    margin-top: 30px;
}

.asseenon-section .owl-nav button {
    min-width: 55px;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    background-color: #fff !important;
    border: 1.5px solid var(--green-300) !important;
}

.asseenon-section .owl-nav button svg path {
    /* fill: #95CECE !important; */
    fill: #95DBDB !important;
}

.asseenon-section .owl-nav button:hover {
    background-color: var(--green-300) !important;
}

.asseenon-section .owl-nav button:hover svg path {
    fill: #ffffff !important;
}

.asseenon-section .owl-stage {
    display: flex;
}

/* <-------------- as seen on end --------------> */

/* <-------------- principle section start --------------> */
.principle-card-item .img-bar svg {
    width: 100% !important;
    max-height: 300px !important;
    min-height: 300px !important;
    max-width: 370px;
}

.principle-card-item .short-text-bar {
    max-width: 370px;
}

.principle-card-item .col {
    max-width: 400px;
}

.heading-box {
    max-width: 1021px;
}

.journey-card-item .col-item {
    max-width: 345px;
}

/* .principle-section .iframe-block iframe {
    max-height: 80vh;
} */

.vimeo-video-section {
    float: none !important;
    margin: 70px auto;
    width: 70%;
}

.vimeo-video-section .vimeo-video-section-sub {
    padding: 56.25% 0 0 0;
    position: relative;
}

.vimeo-video-section .vimeo-video-section-sub iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* <-------------- principle section end --------------> */

/* <-------------- achieve section start --------------> */
.achieve-section {
    background-color: var(--blue-100);
}

.achieve-section .item-box {
    max-width: 620px;
}

.achieve-section .section-bg {
    margin-top: -400px;
    padding-top: 450px !important;
}

/* <-------------- achieve section end --------------> */


/* <-------------- journey section start --------------> */
.journey-section .title-box {
    max-width: 814px;
}

.journey-card-item .gap-item {
    row-gap: 30px;
}

.journey-card-item .body-content .gap-item {
    row-gap: 12px;
}

.journey-card-item .col-item:last-child .body-content p {
    margin-top: 30px;
}

.journey-card-item::before {
    position: absolute;
    content: "";
    left: 5px;
    background-color: var(--green-200);
    top: -51px;
    width: 1285px;
    height: 3.5px;
}

.journey-card-item .col-item::after {
    position: absolute;
    left: 0;
    top: -70px;
    background-color: var(--green-200);
    min-width: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: var(--blue-500);
}

.journey-card-item .col-item:nth-child(1):after {
    content: "1";
}

.journey-card-item .col-item:nth-child(2):after {
    content: "2";
}

.journey-card-item .col-item:nth-child(3):after {
    content: "3";
}

.journey-card-item .col-item:nth-child(4):after {
    content: "4";
}

.journey-card-item {
    margin-top: 67px;
}

/* <-------------- journey section end --------------> */

/* <-------------- real-stories-section start --------------> */
.real-stories-section .section-bg {
    background-color: var(--blue-100);
}

.real-stories-slider-section p {
    color: var(--blue-500) !important;
}

.real-stories-slider-section span {
    color: var(--blue-300) !important;
}

.real-stories-slider-section .item-box {
    background-color: var(--white);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 30px 26px;
}

.real-stories-slider-section .item-box .img-bar {
    min-width: 92px;
    min-height: 92px;
    max-width: 92px;
    max-height: 92px;
    overflow: hidden;
}

.owl-item {
    background-color: transparent !important;
}

.real-stories-slider-section .owl-nav {
    justify-content: end;
    display: flex;
    margin-top: 30px;
}

.real-stories-slider-section .owl-nav button {
    min-width: 55px;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    background-color: #fff !important;
    border: 1.5px solid var(--green-300) !important;
}

.real-stories-slider-section .owl-nav button svg path {
    /* fill: #95CECE !important; */
    fill: #95DBDB !important;
}

.real-stories-slider-section .owl-nav button:hover {
    background-color: var(--green-300) !important;
}

.real-stories-slider-section .owl-nav button:hover svg path {
    fill: #ffffff !important;
}

.real-stories-slider-section .owl-stage {
    display: flex;
}

/* <-------------- real-stories-section end --------------> */

/* <-------------- plan section start --------------> */
.plan-section .title-box {
    max-width: 890px;
}

.plan-section .pricepage .plan-select-btn {
    display: none !important;
}

.pricepage .cd-pricing-switcher .fieldset {
    display: inline-block;
    position: relative;
    padding: 0px;
    border: 2px solid var(--green-300);
    background-color: #fff;
    border-radius: 20px;
}

.pricepage .cd-pricing-switcher input[type="radio"]:checked+label {
    color: var(--blue-500);
}

.cd-pricing-switcher .fieldset label:nth-child(2) {
    border-radius: 0px 50px 50px 0px;
}

.pricepage .cd-pricing-switcher label {
    width: 106px;
    height: 46px;
    line-height: 46px;
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    cursor: pointer;
    margin-bottom: 0px;
    color: var(--blue-500);
}

.cd-pricing-switcher input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.pricepage .cd-pricing-switcher .cd-switch {
    height: 48px;
    width: 106px;
    border-radius: 20px 0px 0px 20px;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    position: absolute;
    top: -1px;
    left: -1px;
    background-color: var(--green-300);
}

.pricepage .cd-pricing-switcher input[type="radio"]:checked+label:nth-of-type(2)+.cd-switch {
    border-radius: 0px 20px 20px 0px;
}

.pricepage .cd-pricing-switcher input[type="radio"]:checked+label+.cd-switch,
.pricepage .cd-pricing-switcher input[type="radio"]:checked+label:nth-of-type(n)+.cd-switch {
    -webkit-transform: translateX(108px);
    -moz-transform: translateX(108px);
    -ms-transform: translateX(108px);
    -o-transform: translateX(108px);
    transform: translateX(108px);
}

.yearly-plan-div {
    display: none;
}

.pricepage .pricing-table-wrp {
    border: 2.5px solid transparent;
    min-height: 100%;
    height: 100%;
    padding-bottom: 0;
    border-radius: 10px;
    padding: 30px 60px;
    background-color: var(--blue-100);
    cursor: pointer;
}

.pricepage .pricing-table-wrp-border {
    border-color: var(--green-300);
}

.quarterly-price-text .text-m-semibold {
    color: var(--blue-400) !important;
}

.pricing-table-wrp h5 {
    color: var(--blue-400) !important;
}

.pricing-table-wrp .price-table-list li span {
    color: var(--blue-500) !important;
    text-align: left;
}

/* .plan-section h2,
.plan-sectionh3,
.plan-section h4,
.plan-section h5,
.plan-section h6 {
    margin-bottom: 0 !important;
} */

.quarterly-price-text .text-s-regular {
    color: var(--green-400);
    margin-right: 5px;
    text-decoration: line-through;
}

.saveonplan {
    background: var(--green-200);
    border-radius: 5px;
    margin: 0 auto;
    width: fit-content;
    padding: 8px 10px;
    color: var(--blue-500) !important;
    font-size: 12px;
    font-weight: 600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    line-height: 100%;
}

.pricepage {
    margin-top: 40px;
}

.pricepage .section-gap-item {
    row-gap: 40px;
}

.plan-section .next-button:disabled {
    opacity: 0.5;
}

.footer-price {
    border-top: 1px solid var(--blue2-200);
}

/* <-------------- plan section end --------------> */


/* <-------------- faq section start --------------> */
.faq-section .section-bg {
    background-color: var(--blue-100);
}

.accordion .text-l-semibold {
    color: var(--blue-500) !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
}

.accordion-body {
    width: 90%;
}

.accordion-body .text-s-regular {
    /* color: var(--blue-400) !important; */
}

.faq-section .heading-box {
    max-width: 525px !important;
}

.accordian-block {
    max-width: 995px;
}

/* <-------------- faq section end --------------> */


/* <-------------- footer start --------------> */

footer {
    background: #343434;
    color: #FFF;
    padding: 60px 30px 20px 30px;
}

footer .copyright_text {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    margin-top: 24px;
    color: #FFF;
}

footer.authfooter .copyright_text {
    text-align: right;
    margin-top: 0;
    color: #a0a5ae;
}

footer .footer_links {}

footer .footer_links li {
    display: inline-block;
}

footer .footer_links li:nth-child(2) {
    margin: 0 10px;
}

footer .footer_links li:nth-child(2) a {
    border-left: 1px solid #80848c;
    border-right: 1px solid #80848c;
    padding: 0 12px;
}

footer .footer_links li:nth-child(3) a {
    border-right: 1px solid #80848c;
    padding: 0 12px 0 0px;
}

footer .footer_links li:nth-child(4) a {
    padding-left: 12px;
}

footer .footer_links li a {
    color: #a0a5ae;
    letter-spacing: 0.4px;
}

footer .footer_links li a:hover {
    color: #FFF;
}

footer p {
    color: #FFF;
}

footer .first .flogo {
    margin-bottom: 24px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

footer .first .flogo img {
    margin-left: -5px;
}

footer .first .desc {
    line-height: 20px;
    font-size: 16px;
    margin-top: 12px;
    float: left;
    width: 100%;
}

footer h5 {
    color: var(--green-300);
    font-size: 16px !important;
    margin-bottom: 18px;
    text-transform: none;
}

footer .flinks {}

footer .flinks li {}

footer .flinks li a {
    color: #FFF;
}

footer .flinks li a:hover {
    color: var(--green-300);
}

footer a {
    color: #FFF;
}

footer a:hover {
    color: var(--green-300);
}

/* <-------------- footer end --------------> */