/* ---------------Global------------- */
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}

.container {
    max-width: 1648px !important;
    width: 100%;

}

.white-bg-btn {
    padding: 16px;
    border-radius: 1000px;
    background-color: #fff;
    color: #080809 !important;
}

.green-bg-btn {
    margin: 32px 0px 0px 0px;
    padding: 16px;
    border-radius: 1000px;
    background-color: #459281;
    color: #EBF6F7 !important;
    box-shadow: 2px 2px 4px #BFD7D8;
}

.dark-bg-btn {
    padding: 16px;
    border-radius: 1000px;
    background-color: #080809;
    color: #fff;
}

.white-border-btn {
    border-radius: 1000px;
    outline: 2px solid #FFF;
    color: #fff;
}

.w-130 {
    min-width: 130px;
}

.w-250 {
    /* min-width: 250px; */
    width: min(250px, 100%);
}

.w-300 {
    /* min-width:300px; */
    width: min(100%, 300px);
}

.w-400 {
    width: min(100%, 400px);
}

.w-max-785 {
    max-width: 785px;
}

.w-max-890 {
    max-width: 887px;
}

.w-max-1180 {
    max-width: 1180px;
}

.mb-80-sm-144 {
    margin-bottom: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}


.gap-40 {
    gap: 40px;
}

.gap-64,
.gap-64-sm-32 {
    gap: 64px;
}

.gap-32,
.gap-32-sm-16 {
    gap: 32px;
}

.gap-48-sm-32,
.gap-48-sm-40 {
    gap: 48px;
}

.gap-160-sm-80 {
    gap: 160px;
}

h1 {
    font-size: 72px;
    font-weight: 900;
    line-height: 86px;
}

h2 {
    font-size: 56px;
    font-weight: 900;
    line-height: 67px;

}

h3 {
    font-size: 50px;
    font-weight: 900;
    line-height: 58px;
    color: #202122;
}

h4 {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
}

h5 {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
}

h6 {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
}

p {
    color: #4F5156;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

.font-16-19 {
    font-size: 16px;
    line-height: 19px;
}

.font-16-sm-14 {
    font-size: 16px;
    line-height: 19px;
}

.font-20-sm-16 {
    font-size: 20px;
    line-height: 24px;
}

.font-24-sm-16 {
    font-size: 24px;
    line-height: 29px;
}

.font-40-sm-24 {
    font-size: 40px;
    line-height: 48px;
    color: #202122;
}

.article-container {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 80px;
    background: linear-gradient(180deg, #D0F0E4 13.67%, #F3F7F8 37.59%, #F6F8FA 100%);
}

.article-header-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 100px 20px 20px 20px;
}

.article-header-title {
    color: var(--Typography-Dark, #202122);
    font-family: Lato;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
}

.article-header-subtitle {
    color: var(--Typography-Light, #7F8289);
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.article-content-container {
    padding: 0px 20px 20px 20px;
}

.article-cropped-image-container {
    width: 100%;
    height: 25%;
    border-radius: 8px;
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    justify-content: center;
}

.article-cropped-image {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    top: 50%;
    margin-top: -25%;
}

.article-cropped2-image {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    top: 50%;
    margin-top: 0%;
}

.article-body-image {
    width: 100%;
    object-fit: cover;
    border-radius: 0px;
}

.article-body-contianer {
    display: flex;
    width: 100%;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
}

.article-body-title {
    width: 100%;
    color: var(--Typography-Dark, #202122);
    font-family: Lato;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.article-body-summary-text {
    align-self: stretch;
    color: var(--Typography-Dark, #202122);
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.article-body-text {
    align-self: stretch;
    color: var(--Typography-Dark, #202122);
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.article-body-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.article-body-section-header {
    display: flex;
    flex-direction: column;
    color: #434548;
    align-items: flex-start;
    font-size: 28px;
    font-style: italic;
    font-weight: 500;
    gap: 16px;
    align-self: stretch;
}

.blog-text {
    font-size: 16px;
    line-height: 19px;
    color: #4F5156;
}

.green-bg {
    background-color: #025F60;
}

.green-text {
    color: #025F60;
}

.color-202122 {
    color: #202122;
}

.color-CCDFDF {
    color: #CCDFDF;
}

.color-BABCBF {
    color: #BABCBF;
}

.color-7F8289 {
    color: #7F8289;
}

.border-2-E9EBEC {
    border-bottom: 2px solid #E9EBEC;
}

.guarantee {
    font-weight: bold;
    vertical-align: bottom;
  }

/* -------------------global------------ */


/* ------------- Coming Soon ----------- */

.bgimg {
    background-image: url('../imgs/banner-img.png');
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    color: white;
    font-family: "Courier New", Courier, monospace;
    font-size: 25px;
    min-height: 1046px;
}

.topleft {
    position: absolute;
    top: 0;
    left: 16px;
}

.bottomleft {
    position: absolute;
    bottom: 0;
    left: 16px;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

hr {
    margin: auto;
    width: 40%;
}



/* ------------- Coming Soon ------------ */



/* ---------- NavBar ---------------- */
nav.navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    transition: background-color 0.2s linear;
    z-index: 9;
}

nav.navbar.scroll-effect {
    background-color: #080809;
}

.nav-link {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: #fff;
}

.nav-link:focus {
    color: #fff;
}

.nav-link:not(.white-bg-btn, .white-border-btn, .active):hover {
    color: #fff;
    border-bottom: 2px solid #FFF;
    margin-bottom: -2px;
}


li.nav-item>a.nav-link.active:not(.white-bg-btn, .white-border-btn) {
    color: #fff;
    border-bottom: 2px solid #FFF;

}

nav.navbar a.white-border-btn {
    color: #fff;
}

nav.navbar.custom-light a.navbar-brand svg path {
    fill: #025F60;
}

nav.navbar.custom-light.scroll-effect a.navbar-brand svg path {
    fill: #fff;
}

nav.navbar.custom-light.scroll-effect .nav-link {
    color: #fff;
}

nav.navbar.custom-light.scroll-effect .nav-link:focus {
    color: #fff;
}

nav.navbar.custom-light.scroll-effect .nav-link:not(.white-bg-btn, .white-border-btn, .active):hover {
    color: #fff;
    border-bottom: 2px solid #FFF;
}


nav.navbar.custom-light.scroll-effect li.nav-item>a.nav-link.active:not(.white-bg-btn, .white-border-btn) {
    color: #fff;
    border-bottom: 2px solid #FFF;

}

nav.navbar.custom-light .nav-link {
    color: #080809;
}

nav.navbar.custom-light .nav-link:focus {
    color: #080809;
}

nav.navbar.custom-light .nav-link:not(.white-bg-btn, .white-border-btn, .active):hover {
    color: #080809;
    border-bottom: 2px solid #080809;
}


nav.navbar.custom-light li.nav-item>a.nav-link.active:not(.white-bg-btn, .white-border-btn) {
    color: #080809;
    border-bottom: 2px solid #080809;

}

nav.navbar.custom-light button.navbar-toggler svg path {
    fill: #202122;
    stroke: #202122;

}

nav.navbar.custom-light .white-bg-btn {
    padding: 16px;
    border-radius: 1000px;
    background-color: #080809;
    color: #fff !important;
    transition: all 0.3s linear;
}

nav.navbar.custom-light .white-border-btn {
    border-radius: 1000px;
    outline: 2px solid #080809;
    color: #080809;
    transition: all 0.3s linear;
}

nav.navbar.custom-light.scroll-effect a.white-bg-btn {
    padding: 16px;
    border-radius: 1000px;
    background-color: #fff;
    color: #080809 !important;
}

nav.navbar.custom-light.scroll-effect a.white-border-btn {
    border-radius: 1000px;
    outline: 2px solid #FFF;
    color: #fff;
}

nav.navbar.custom-light.scroll-effect button.navbar-toggler svg path {
    fill: #fff;
    stroke: #fff;
    transition: all 0.3s linear;

}

/* ---------- navbar ---------------- */


/* ------------ Banner Section ---------- */
.banner-section {
    min-height: 1048px;
    /* background-image: url(../imgs/banner-img.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 56px;
    position: relative;

}

.banner-section>.content h1 {
    max-width: 1000px;
}

.banner-section>.content a.white-bg-btn {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

.banner-section>.banner-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.banner-section>.content .description {
    font-size: 32px;
    line-height: 38px;
    padding: 14px 0 40px;
}

.banner-section>.content .title-description {
    font-size: 38px;
    font-weight: 600;
    line-height: 48px;
    padding: 14px 0 40px;
}

.banner-section>.content .footnote {
    font-size: 16px;
    line-height: 19px;
    padding: 7px 0 20px;
}

.banner-section .video-container {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-section .video-container video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.focalImage {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; height: 100%;
    width: 100%;
    object-fit: cover;
}

.green-grad-bg {
    /* background: linear-gradient(180deg, #D0F0E4 13.67%, #F3F7F8 37.59%, #F6F8FA 100%); */
    background: linear-gradient(180deg, #D0F0E4 100px, #F3F7F8 500px, #F6F8FA 100%);
    padding-top: 215px;
}



/* --------------banner section ----------- */


/* ------ Content Css ----- */
.how-lved-works .top-sec {
    padding: 80px 32px;
    background-color: #F6F8FA;
    border-radius: 24px 24px 0px 0px;
}

.how-lved-works .top-sec .point-sec .logo {
    min-width: 40px;
}

.how-lved-works .bottom-sec {
    border-radius: 0px 0px 24px 24px;
}

.how-lved-works .bottom-sec p {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}


.marathon-bg {
    background-image: url(../imgs/bg-marathon.png);
    min-height: 530px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.get-to-know-app {
    display: grid;
    grid-template-columns: auto 430px;
    border-radius: 32px;
    padding: 56px;
    gap: 64px;
}

.dark-background {
    background: url("../imgs/dark-background.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 550px;
}

.cut-price {
    color: #FC5151;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: line-through;
}

.actual-price {
    color: #E6EFEF;
    font-size: 40px;
    font-weight: 900;
    line-height: 45.5px;
}

.annual-billing-amount {
    color: #E6EFEF;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
}

.pricing {
    max-width: 800px;
}

.pricing>p {
    font-size: 32px;
    line-height: 24px
}



.love-card-container {
    display: grid;
    grid-template-columns: 300px 300px 300px 300px;

}

.love-card-container>.love-card {
    padding: 40px;
    background: #E6EFEF;
    min-width: 250px;
    /* min-width:260px; */
}

.love-card-container.about-us>.love-card>h5 {
    max-width: 230px;
}


.stay-connected {
    display: grid;
    grid-template-columns: auto 58%;
}

.border-change-sec>.h-80 {
    min-height: 80px;
}

.border-change-sec:before {
    content: '';
    min-width: 8px;
    border-radius: 16px;
    background: #D9D9D9;
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 1px;
    z-index: -1;

}

.border-change-sec .border-card {
    cursor: pointer;
}


.border-change-sec .border-card:first-child .right-border {
    border-radius: 24px;
    background: #025F60;
    height: 100%;
    min-width: 10px;
    transform: translateY(0);
    transition: transform 0.5s linear;
}

.border-change-sec .border-card p {
    font-weight: 400;
    transition: font-weight 0.5s linear;
}

.border-change-sec .border-card.active p {
    font-weight: 700;
}

.stay-connected figure.carousel-images>img:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.stay-connected figure.carousel-images>img {
    opacity: 0;
    transition: opacity 0.5s linear;
}

.stay-connected figure.carousel-images>img.active {
    opacity: 1;
}

.stay-slider {
    display: grid;
    grid-template-columns: 290px 290px 290px;
}

.stay-slider img {
    border-radius: 24px;
}

.btn-100-mob {
    min-width: unset;
}


.carousel-card {
    padding: 40px;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    background: #FFF;
    border-radius: 16px;
    width: 100%;
    max-width: 650px;

}

.carousel-card p.card-content {
    font-size: 32px;
    line-height: 38px;
}

.carousel-card .profile .name {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
}

.carousel-card .profile .date {
    color: #7F8289;
    font-weight: 700;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.contact-card-container {
    display: grid;
    grid-template-columns: calc((100% - 64px)/2) calc((100% - 64px)/2);
}

.contact-card {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    padding: 32px;
}

.contact-card .info-sec {
    min-height: 225px;
}

.warning-container {
    background-color: #F7ECE2;
    border-radius: 8px;
}

.contact-form-container {
    border-radius: 16px;
    background: #FFF;
    overflow: hidden;
    display: grid;
    grid-template-columns: 340px auto;
    gap: 82px;
}

.contact-form-container .contact-form h5 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
}

.contact-form-container .contact-form p {
    color: #7F8289;
}

.contact-form-container .bg-img {
    background-image: url("../imgs/contact-form-img.png");
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.contact-form-container form label {
    color: #4F5156;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px
}

.contact-form-container form input,
.contact-form-container form textarea {
    padding: 16px;
    color: #BABCBF;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    border-radius: 8px;
    border: 1px solid #DDDDDF;
    background: #FFF;
    outline: none;
    box-shadow: none;
}

.contact-form-container form textarea {
    min-height: 125px;
    resize: none;
}

.contact-form-container form input::placeholder,
.contact-form-container form textarea::placeholder {
    color: #BABCBF;
}

.contact-form-container form input:focus,
.contact-form-container form textarea:focus {
    border: 1px solid #DDDDDF;
    color: #BABCBF;
    outline: none;
    box-shadow: none;
}

.mySubmitButton {
    background-color: #E9EBEC;
    border-radius: 1000px;
    padding: 16px;
    color: #0a0b0d;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    min-width: min(260px, 100%);
    border: 0 !important;
}

.contact-heading {
    padding-bottom: 80px;
}

.banner-about {
    background-image: url("../imgs/about-us-banner-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: grid;
    grid-template-columns: 45% auto;
    padding: 46px 68px 68px;
    gap: 100px;

}

.banner-about figure.banner-img {
    max-width: 650px;
}

.banner-about p.banner-p {
    max-width: 650px;
}

.mission-sec .mission-bg {
    min-height: 405px;
    background-image: url("../imgs/about-our-mission.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    border-radius: 16px;
}

.start-sec .start-bg {
    min-height: 340px;
    background-image: url("../imgs/about-start.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    border-radius: 16px;
}

.contact-management-card-container {
    display: grid;
    column-gap: 32px;
    row-gap: 40px;
    grid-template-columns: calc((100% - 96px)/4) calc((100% - 96px)/4) calc((100% - 96px)/4) calc((100% - 96px)/4);
}

.contact-management-card-container img.profile-pic {
    max-width: min(100%, 240px);
}

.contact-management-card-container .bio-sec{
    min-height:96px;
}


/* ----------- content css ----------- */


/* --------------- Pricing Page ----------- */
.pricing-page-container h5.page-title{
    font-size:32px;
    line-height:38px;
}

.pricing-card-container{
    display:grid;
    gap:32px;
    grid-template-columns: calc((100% - 64px)/3) calc((100% - 64px)/3) calc((100% - 64px)/3);
}

.pricing-card-container .pricing-card{
    min-height:460px;
}

.pricing-card-container .pricing-card .info-sec{
    height:100%;
}

.embedded-movie {
    width: 100%;
    height: calc(100vw * 0.9 / 1.777);
}

.promo-code-text {
    color: #080809;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.lved-save-up {
    width: 329px;
    text-align: right;
    position: relative;
    right: -65px;
    color: #025F60;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

/* Pricing Options - Table */
.switches-container {
    --switches-bg-color: #FFF;
    --switches-label-color: #080809;
    --switch-bg-color: #BABCBF;
    --switch-text-color: #080809;
}

.switches-container {
    position: relative;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    background: var(--switches-bg-color);
    line-height: 3rem;
    border-radius: 100px;
    width: 329px;
    padding: 8px;
    gap: 8px;
}

/* input (radio) for toggling. hidden - use labels for clicking on */
.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

/* labels for the input (radio) boxes - something to click on */
.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: var(--switches-label-color);
    font-size: 16px;
    font-weight: 600;
}

/* switch highlighters wrapper (sliding left / right) 
    - need wrapper to enable the even margins around the highlight box
*/
.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 48%;
    padding: 8px;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    /* transition: transform 1s; */
}

/* switch box highlighter */
.switch {
    border-radius: 3rem;
    background: var(--switch-bg-color);
    border: 1px solid #080809;
    height: 100%;
}

/* switch box labels
    - default setup
    - toggle afterwards based on radio:checked status 
*/
.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: var(--switch-text-color);
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/* slide the switch box from right to left */
.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}

/* slide the switch box from left to right */
.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}

.pricing-options_table {
    max-width: 1600px;
    border-radius: 16px;
    padding-left: 24px;
    padding-right: 24px;
}

.table-head-row,
.table-row-wrapper {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
}

.table-head-row {
    border-radius: 16px 16px 0px 0px;
    background: #E6EFEF;
}

.table-head-row,
.table-body-row {
    gap: 48px;
}

.table-body-row {
    border-bottom: 1px solid #BABCBF;
}

.header-right,
.body-right {
    width: 65%;
}

.pricing-options-table__table .pricing-option__header {
    color: #4F5156;
    font-size: 32px;
    font-weight: 700;
}

.pricing-options-table__table .header-left,
.pricing-options-table__table .body-left {
    color: #4F5156;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.pricing-options-table__table .header-left {
    color: #7F8289;
}

.pricing-options-table__table .body-left,
.pricing-options-table__table .header-left {
    text-align: left;
    flex: 0 0 48%;
    max-width: 50%;
}

.pricing-options-table__table .pricing-option__text,
.pricing-options-table__table .pricing-option__header {
    padding: 16px 24px;
    flex: 1 1 0;
    text-align: center;
}

.pricing-options-table__table .body-left {
    padding: 48px 24px 6px 0;
}

.pricing-options-table__table .pricing-option__text,
.pricing-options-table__table .body-left {
    padding-top: 48px;
}

.pricing-option__text.pricing-option_popular {
    background: rgba(2, 95, 96, 0.15);
}

.contact-card {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    padding: 32px;
}

.contact-card .info-sec {
    min-height: 225px;
}

.pricing-card .info-sec {
    gap: 32px;
}

.contact-card.pricing-card {
    border-radius: 24px
}

.pricing-card h4 {
    font-weight: 800;
}

.pricing-card li {
    margin-bottom: 5px;
}

.pricing-btn,
.pricing-btn:hover {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border: 1px solid #080809;
    color: #202122;
    font-size: 16px;
    font-weight: 500;
    border-radius: 100px;
}

.pricing-card.popular-card {
    background-color: #025F60;
}

.most-popular-badge {
    width: 190px;
    height: 48px;
    border-radius: 0px 24px;
    background: #4E8F90;
    right: 0;
}

.monthly-price {
    display: none
}

.yearly-price {
    display: none
}

.group-price {
    color: #005455;
    font-size: 40px;
    font-weight: 900;
    line-height: 45.5px;
}

.group-annual-billing-amount {
    color: #314c4c;
    font-size: 20px;
    font-weight: 500;
    line-height: 23.5px;
}

.active-price {
    display: inline-block !important;
}

.group-plan {
    color: #080809;
    font-size: 16px;
    font-weight: 500;
}


/* ------------ princing page end ------------- */



/* -------owl Carousel -------- */

.owl-carousel .owl-nav button {
    width: 25px;
    text-align: center;
    border: 1px solid #ccc !important;
}

.owl-carousel.home .owl-nav {
    display: flex;
    gap: 16px;
    position: absolute;
    top: -93px;
    right: 0;

}


.owl-carousel.home .owl-nav button[type="button"] {
    height: 48px;
    width: 48px;
    border-radius: 8px;
    background: #080809;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0 !important;
}

.owl-carousel.home .owl-nav button[type="button"].owl-prev:after {
    content: '<';
    font-size: 50px;
    color: #fff;
    position: absolute;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0px;

}

.owl-carousel.home .owl-nav button[type="button"].owl-next:after {
    content: '>';
    font-size: 50px;
    color: #fff;
    position: absolute;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0px;

}


.owl-carousel.home .owl-nav button[type="button"].owl-prev.disabled:after,
.owl-carousel.home .owl-nav button[type="button"].disabled.owl-next:after {
    color: #BABCBF;
}

.owl-carousel.home .owl-nav button[type="button"].disabled {
    background: #E9EBEC;
}

.owl-carousel.home .owl-nav button[type="button"]>span {
    font-size: 0px;
}

.owl-carousel.home .owl-dots {
    display: flex;
    gap: 16px;
    justify-content: center;
    padding-top: 16px;
}

.owl-carousel.home .owl-dots button.owl-dot {
    height: 16px;
    width: 16px;
    background: #E9EBEC;
    border-radius: 100%;
}

.owl-carousel.home .owl-dots button.owl-dot.active {

    background: #025F60;

}

/* -------------------------- */


/* ----------- Footer --------------  */
footer.site-footer {
    background-color: #202122;
    padding: 64px 24px;
}

footer.site-footer p.footer-site-des {
    font-size: 16px;
    line-height: 24px;
    color: #BABCBF;
    max-width: 486px;
}

footer.site-footer menu.footer-menu>li>a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 19px;
    text-decoration: none;
}

form.subscribe-form input[type="text"] {
    border-radius: 8px;
    border: 1px solid #DDDDDF;
    background: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    outline: none;
    min-width: unset;
    max-width: 362px;
    color: #BABCBF;

}

form.subscribe-form input[type="text"]::placeholder {
    color: #BABCBF;
}

form.subscribe-form button.register-btn {
    background: #E9EBEC;
    border-radius: 1000px;
    color: #BABCBF;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    min-width: 130px;
}

footer.site-footer p.copyright {
    font-size: 14px;
    line-height: 24px;
}


/* -------- footer --------------- */







/* ---------Media Queries----------- */


@media only screen and (min-width: 1200px) {
    form.subscribe-form input[type="text"] {
        min-width: 362px;
    }

    .love-card-container {
        display: flex;

    }

    .love-card:hover {
        cursor: pointer;
    }

    .love-card {
        transition: all 0.5s linear;
        position: relative;
        padding-bottom: 104px !important;
        overflow: hidden;
    }

    .love-card.active {
        flex-grow: 1;
    }

    .love-card>p {
        /* display:none; */
        opacity: 0;
        height: 64px;
        overflow: hidden;
        transition: opacity 0.5s linear;
        position: absolute;
        left: 40px;
        bottom: 40px;
        max-width: 550px;
    }

    .about-us.love-card-container .love-card {
        padding-bottom: 330px !important;
    }

    .about-us.love-card-container .love-card>p {
        height: 290px;
        max-width: unset;
    }

    .love-card.active>p {
        /* display:inline-block; */
        opacity: 1;
    }




}

@media only screen and (max-width: 1199px) {
    .scroll-1200 {
        overflow: auto;
    }

    .banner-about {
        grid-template-columns: 45% auto;
        padding: 40px 24px 110px;
        gap: 40px;

    }

    .pricing-card-container{
        grid-template-columns: calc((100% - 64px)/2) calc((100% - 64px)/2);
    }

    .pricing-options-table__table .pricing-option__header{
        font-size:27px;
    }

   
}



@media only screen and (max-width: 991px) {

    .navbar .mob-adjust {
        display: grid;
    }

    .navbar .mob-adjust>.white-bg-btn {
        grid-area: 1/2/2/2;
    }

    .navbar .mob-adjust>div.navbar-collapse {
        grid-area: 2/1/3/3 !important;
    }

    form.subscribe-form button.register-btn {
        width: 100%;
        max-width: 362px;
    }

    .get-to-know-app {
        grid-template-columns: auto 300px;
        padding: 32px;
        gap: 48px;
    }

    .love-card-container {
        min-width: 1296px;
        grid-template-columns: 300px 300px 300px 300px;
    }

    .love-card-container.about-us {
        min-width: 990px;
        grid-template-columns: 300px 300px 300px;
    }

    .stay-connected {
        display: block;
    }

    .owl-carousel.home .owl-nav {
        display: none !important;
    }

    .contact-card-container {
        display: grid;
        grid-template-columns: auto;
    }

    .contact-form-container {
        grid-template-columns: 340px auto;
        gap: 32px;
    }

    .banner-about {
        background-image: url("../imgs/about-us-banner-bg-mob.png");
        grid-template-columns: auto;
        padding: 40px 24px 110px;
        gap: 40px;

    }

    .pricing-options-table__table .body-left, .pricing-options-table__table .header-left{
        flex: 0 0 40%;
    }

    .pricing-options-table__table .pricing-option__header {
        font-size: 20px;
    }

    .pricing-options-table__table .pricing-option__text{
        justify-content:center;
    }

    


}

@media only screen and (max-width: 767px) {
    .get-to-know-app {
        grid-template-columns: auto;
    }

    .contact-form-container {
        grid-template-columns: auto;
        grid-template-rows: 500px auto;
        gap: 32px;
    }

    .contact-management-card-container {
        grid-template-columns: calc((100% - 32px)/2) calc((100% - 32px)/2);
    }

    .pricing-card-container{
        grid-template-columns: auto ;
    }

    .table-body-row {
        gap:8px;
    }

    .table-head-row{
        padding:16px;
        gap:0;
    }

    .pricing-options-table__table .pricing-option__text, .pricing-options-table__table .pricing-option__header {
        padding: 16px;
    }
    
}

@media only screen and (max-width: 575px) {

    .navbar a.navbar-brand,
    .navbar .navbar-toggler {
        max-height: 24px;
    }

    .navbar a.navbar-brand svg {
        max-height: 24px;
        width: auto;
    }

    h1 {
        font-size: 32px;
        font-weight: 700;
        line-height: 32px;
    }

    h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 34px;

    }

    h3 {
        font-size: 24px;
        font-weight: 700;
        line-height: 24px;
    }

    h4 {
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
    }

    h5 {
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
    }

    h6 {
        font-size: 20px;
        line-height: 24px;
    }

    p {
        font-size: 14px;
        line-height: 16px;
    }

    .font-16-sm-14 {
        font-size: 14px;
        line-height: 17px;
    }

    .font-24-sm-16,
    .font-20-sm-16 {
        font-size: 16px;
        line-height: 19px;
    }

    .font-40-sm-24 {
        font-size: 24px;
        line-height: 29px;
    }

    .gap-160-sm-80 {
        gap: 80px;
    }

    .gap-32-sm-16 {
        gap: 16px;
    }

    .gap-48-sm-32,
    .gap-64-sm-32 {
        gap: 32px;
    }

    .gap-48-sm-40 {
        gap: 40px;
    }

    .mb-80-sm-144 {
        margin-bottom: 144px;
    }

    .green-grad-bg {
        padding-top: 125px;
        background: linear-gradient(180deg, #D0F0E4 50px, #F3F7F8 200px, #F6F8FA 100%);
    }

    .banner-section {
        min-height: 660px;
        margin-bottom: 30px;
    }

    .banner-section>.content .description {
        font-size: 16px;
        line-height: 19px;
        padding: 8px 0 24px;
        max-width: 280px;
    }

    .banner-section>.content .title-description {
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        padding: 0px 0 24px;
    }

    .banner-section>.content .footnote {
        font-size: 14px;
        line-height: 19px;
        padding: 4px 0 12px;
        max-width: 280px;
    }

    .btn-100-mob {
        min-width: 100%;
    }

    .how-lved-works .top-sec {
        padding: 24px 16px;
    }

    .how-lved-works .top-sec .point-sec .logo {
        min-width: 32px;
        max-width: 32px;
    }

    .how-lved-works .top-sec .point-sec p {
        font-size: 16px;
        line-height: 19px;
    }

    .how-lved-works .bottom-sec p {
        font-size: 16px;
        line-height: 19px;
    }

    .marathon-bg {
        background-image: url(../imgs/bg-marathon-mob.png);
        min-height: 480px;

    }

    .pricing>p {
        font-size: 16px;
        line-height: 19px
    }

    .dark-background {
        background: url("../imgs/dark-background-mob.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        min-height: 490px;
    }

    .love-card-container {
        min-width: 1120px;
        grid-template-columns: 255px 255px 255px 255px;
    }

    .carousel-card {
        max-width: 290px;
        min-width: 290px;

    }

    .carousel-card p.card-content {
        font-size: 20px;
        line-height: 24px;
    }

    .carousel-card .profile .name {
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
    }

    .carousel-card .profile .date {
        font-size: 14px;
        line-height: 17pz;
    }

    .carousel-card .rating {
        gap: 8px !important;
    }

    .carousel-card .rating .stars {
        max-width: 24px;
    }

    .contact-card .info-sec {
        min-height: 170px;
    }

    .contact-form-container {
        grid-template-rows: 300px auto;
    }

    .contact-form-container .bg-img {
        background-image: url("../imgs/contact-form-img-mob.png");
    }

    .contact-form-container form button.submit {
        min-width: 100%;
    }

    .contact-heading {
        padding-bottom: 40px;
        font-size: 32px;
        line-height: 38px;
    }

    .banner-about p.banner-p {
        line-height: 17px;
    }

    .start-sec .start-bg {
        min-height: 230px;

    }

    .pricing-options-table__table .body-left{
        font-size:14px;
        line-height:17px;
        padding:16px 4px 8px 0;
    }

    .lved-save-up {
        right: 0px;
    }

    .pricing-options-table__table .pricing-option__text, .pricing-options-table__table .pricing-option__header{
        padding:16px 0px;
    }

    .body-right > div{
        display:flex;
        align-items:center;
    }

    .pricing-option__header > *{
        font-size:14px;
        line-height:17px;
        max-width:110px;
    }

    .pricing-options-table__table .pricing-option__text > div{
        font-size:14px;
        line-height:17px;
    }

    .pricing-option__text.pricing-option_popular{

        min-width:83px;
        justify-content:center;
    }
    .table-body-row {
        gap:0;
    }

    .table-head-row{
        padding:16px;
        gap:0;
    }

    .table-head-row .header-left{
        max-width:42%;
    }

    .overflow-phone-scroll{
        overflow-x:auto;
    }

    .overflow-phone-scroll > .pricing-options_table{
        min-width:312px;
    }

    .contact-management-card-container .bio-sec{
        min-height:96px;
    }

    .most-popular-badge {
        width:145px;
        align-items:center;
    }
}

@media only screen and (max-width: 360px){

    .switches-container{
        width:100%;
    }

    .lved-save-up {
        width:auto;
    }
}

#promo-banner {
    content: url('/assets/imgs/50OffBanner_1028X75.jpg');
}
#promo-banner-container {
    margin-top: 115px;
}
  
@media screen and (max-width: 500px) {
    #promo-banner-container {
        margin-top: 98px;
    }
    #promo-banner {
      content: url('/assets/imgs/50OffBanner_575x75.jpg');
    }
  }
