
:root {
    --main-color: #00698B;
}


.d-none {display: none;}
@media (max-width: 500px) {
    .s-500 {display: block !important;}
    .h-500 {display: none !important;}
}

.wrapper {overflow-x: hidden;}

.head-bar {
    min-height: 59px;
    background: linear-gradient(45deg, #00698B, #63C7C7, #00698B, #63C7C7);
    background-size: 300% 300%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    font-weight: 600;
    animation: gradient-animation 25s ease infinite;
    -webkit-font-smoothing: antialiased;
    display: flex;
}
.head-bar:hover {color: #fff;}

@keyframes gradient-animation {
    0% {background-position: 0% 50%;}
    25% {background-position: 50% 100%;}
    50% {background-position: 100% 50%;}
    75% {background-position: 50% 0%;}
    100% {background-position: 0% 50%;}
}
.head-bar .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 12px;
}
.head-bar lottie-player {
    width: 42px;
    height: 42px;
}
.head-bar lottie-player svg * {fill: #fff !important;}

@media (max-width: 991px) {
    .head-bar {
        font-size: 14px;
        min-height: 45px;
    }
    .head-bar lottie-player {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .head-bar {
        font-size: 11px;
        font-weight: 500;
        min-height: 40px;
    }
    .head-bar .container {gap: 0 8px;}
    .head-bar lottie-player {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 600px) {
    .head-bar {
        font-size: 10px;
    }
}

@media (max-width: 500px) {
    .head-bar .container {
        font-size: 3.4vw;
        display: block;
        text-align: left;
        padding-top: 2.5vw;
        padding-bottom: 2.5vw;
    }
    .head-bar .container > div {display: inline-block;}
    .head-bar .container span {display: inline-block !important;}
    .head-bar lottie-player {
        width: 10vw;
        height: 10vw;
        float: left;
        margin-right: 3vw;
        position: relative;
        top: 3px;
    }
}

.svg-icon {
    display: none;
}
.box-blocks .btn-main + h6 {
    justify-content: center;
    align-items: center;
    margin: 12px 0 0;
    font-size: 75%;
    gap: 3px;
}

.box-blocks .line-wr.pos-left-top {
    right: auto;
    bottom: auto;
    top: -50px;
    left: -460px;
}
















/* BEGIN OF HOME ---------------------------------- */
.home {padding: 30px 0;}
.home .container {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
}

.home-content {
    color: var(--main-color);
    padding-top: 20px;
    font-size: 23px;
    line-height: 1.5;
}
.home-content .subtitle {
    color: var(--theme-color);
    font-size: 24px;
    line-height: 1.38;
    -webkit-font-smoothing: antialiased;
}
.home-content h1 {
    font-family: 'Greycliff CF';
    font-size: 75px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 18px;
    padding-bottom: 0;
}
.home-content h1 span {
    background: linear-gradient(90deg, #00698B 0%, #63C7C7 60.53%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.home-content > p {
    margin-bottom: 15px;
    padding-bottom: 0;
}
.home-search .info {
    display: flex;
    align-items: center;
    gap: 0 16px;
    font-size: 16px;
}
.home-search .info .item {
    display: flex;
    align-items: center;
}
.home-search .physicians span {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--main-color);
    margin-right: 5px;
    animation: shadow-pulse 3s infinite;
}
.home-search .states lottie-player {
    width: 26px;
    height: 20px;
    margin-right: 5px;
}

.home-search .form-search {
    margin: 37px 0 26px 0;
    background: #fff;
    max-width: 400px;
    min-height: 50px;
}
.home-search .form-search select {display: none;}
.home-search .form-search:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    z-index: -1;
    background: linear-gradient(55deg, #38F4EF, #00698B, #38F4EF, #00698B, #38F4EF);
    background-repeat: repeat-x;
    background-size: 800%;
    animation: gradientShadow 8s linear infinite forwards;
    filter: blur(13px);
    border-radius: 100px;
    opacity: .75;
}
.home-search .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 20px 30px 20px 25px;
    line-height: 1;
    font-size: 18px;
}

.select2-container--open .select2-dropdown--above {
    border: 1px solid var(--theme-color);
    border-radius: 8px;
    overflow: hidden;
    margin-top: -15px;
}

.home-search ul {
    padding-left: 0;
    display: grid;
    grid-template-columns: 0.6fr 0.8fr 1fr;
    gap: 14px 19px;
    max-width: 465px;
}
.home-search ul li {
    display: flex;
    align-items: center;
    gap: 0 8px;
    font-size: 13px;
    cursor: pointer;
}
.home-search ul li:before {
    content: "\f002";
    font-size: 15px;
    color: var(--main-color);
    font-family: "FontAwesome";
    line-height: 1;
}
.home-search ul li span {
    display: inline-block;
    position: relative;
}
.home-search ul li span:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 1px;
    background: #63CCC9;
    transition: all 0.3s;
    margin-top: 3px;
}
.home-search ul li:hover span:after {width: 100%;}
.home-search ul li:hover span {
    background: linear-gradient(90deg, #00698B 0%, #63C7C7 60.53%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.home-search ul li:nth-child(2) {animation-delay: 0.2s;}
.home-search ul li:nth-child(3) {animation-delay: 0.4s;}
.home-search ul li:nth-child(4) {animation-delay: 0.6s;}
.home-search ul li:nth-child(5) {animation-delay: 0.8s;}
.home-search ul li:nth-child(6) {animation-delay: 1s;}
.home-search ul li:nth-child(7) {animation-delay: 1.2s;}
.home-search ul li:nth-child(8) {animation-delay: 1.4s;}
.home-search ul li:nth-child(9) {animation-delay: 1.6s;}

@keyframes shadow-pulse {
    0% {box-shadow: 0 0 0 0 rgba(218, 233, 238, 1)}
    50% {box-shadow: 0 0 0 0 rgba(218, 233, 238, .8)}
    100% {box-shadow: 0 0 0 10px transparent}
}

.home-image {
    position: relative;
}
.home-image .svg-line {
    position: absolute;
    top: -80px;
    right: 100%;
    z-index: -1;
    margin-right: -2px;
}
.home-image .chart {
    position: absolute;
    top: 100px;
    left: -55px;
    max-width: 239px;
    animation: float 20s linear infinite;
}
@keyframes float {
    0% {transform: translate(0);}
    25% {transform: translate(10px, 5px);}
    75% {transform: translate(-10px, -5px);}
    100% {transform: translate(0);}
}
.home-image .image {
    border-radius: 36px;
    overflow: hidden;
    margin-right: -195px;
    display: flex;
}
.home-image .image img {
    display: block;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 1450px) {
    .home-content {font-size: 17px;}
    .home-content .subtitle {font-size: 20px;}
    .home-content h1 {font-size: 65px;}
    .home-search .info {font-size: 13px;}
    .home-search .physicians span {
        width: 12px;
        height: 12px;
        margin-right: 10px;
    }
    .home-search .states lottie-player {
        width: 20px;
        height: 20px;
    }

    .home-search .form-search {
        margin: 30px 0 20px 0;
        background: #fff;
        max-width: 325px;
    }
    .home-search .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 17px 30px 17px 20px;
        line-height: 1;
        font-size: 15px;
    }
    .home-search .form-search:after {
        top: 2px;
        right: 2px;
        left: 2px;
        bottom: 2px;
    }

    .home-search ul {
        gap: 13px 15px;
        max-width: 390px;
    }
    .home-search ul li {
        gap: 0 6px;
        font-size: 11px;
    }
    .home-search ul li:before {font-size: 13px;}

    .home-image .image {
        border-radius: 25px;
        overflow: hidden;
        margin-right: -120px;
    }
    .home-image .chart {
        top: 75px;
        left: -70px;
        max-width: 215px;
    }

    .home-image .svg-line {
        top: -49px;
        zoom: 0.8;
        margin-right: -5px;
    }
}

@media (max-width: 1400px) {
    .home-content {font-size: 16px;}
    .home-content h1 {font-size: 60px;}
    .home-image .image {margin-right: -180px;}
    .home-image .svg-line {margin-right: -30px;}
}

@media (max-width: 1200px) {
    .home-content {
        padding-top: 0;
        font-size: 14px;
    }
    .home-content .subtitle {font-size: 16px;}
    .home-content h1 {font-size: 48px;}
    .home-search .form-search {margin-top: 25px;}
    .home-image .chart {
        top: 55px;
        left: -75px;
        max-width: 190px;
    }

    .home-image .svg-line {
        top: -65px;
        zoom: 0.7;
    }
}

@media (max-width: 991px) {
    .home .container {grid-template-columns: 1fr 0.7fr;}
    .home-content {font-size: 13px;}
    .home-content .subtitle {font-size: 14px;}
    .home-content h1 {font-size: 40px;}
    .home-search ul {gap: 10px 15px;}

    .home-image .image {min-height: 360px;}
    .home-image .chart {
        top: 75px;
        left: -90px;
        max-width: 150px;
    }

    .home-image .svg-line {
        top: -100px;
        zoom: 0.6;
    }
}

@media (max-width: 767px) {
    .home .container {grid-template-columns: 1fr;}

    .home-content {font-size: 15px;}
    .home-content .subtitle {font-size: 20px;}
    .home-content h1 {font-size: 60px;}
    .home-search .info {font-size: 15px;}
    .home-search .form-search {max-width: 355px;}

    .home-search ul {max-width: 465px;}

    .home-image {margin-top: 30px;}
    .home-image .image {
        min-height: inherit;
        margin-right: 0;
        border-radius: 20px;
    }
    .home-image .chart {
        top: 30px;
        max-width: 200px;
    }
}

@media (max-width: 650px) {
    .home-content {text-align: left;}
}

@media (max-width: 500px) {
    .home {padding: 25px 0;}
    .home-content {font-size: 3.7vw;}
    .home-content .subtitle {font-size: 4.1vw;}
    .home-content h1 {
        font-size: 11vw;
        margin-top: 10px;
    }

    .home-search {position: relative;}
    .home-search .svg-line {
        display: block !important;
        position: absolute;
        bottom: 100%;
        right: -17px;
        width: 40vw;
        height: 44vw;
        margin-bottom: -19vw;
    }
    .home-search .info {font-size: 3.4vw;}

    .home-search .form-search {
        max-width: inherit;
        margin-bottom: 35px;
    }
    .home-search .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 20px 30px 20px 25px;
        font-size: 18px;
    }

    .home-search ul {
        max-width: 85vw;
        grid-template-columns: 0.6fr 0.9fr 0.6fr;
        margin-left: auto;
        margin-right: auto;
        gap: 13px 7px;
    }
    .home-search ul li {font-size: 3vw;}
    .home-search ul li:before {font-size: 15px;}

    .home-image {margin-top: 20px;}
    .home-image .image {
        min-height: 65vw;
        border-radius: 15px;
    }
    .home-image .chart {
        top: 2vw;
        left: 12vw;
        max-width: 34vw;
    }

    .home-image .svg-line {display: none;}
}

@media (max-width: 360px) {
    .home-search ul li {font-size: 2.99vw;}
}
/* END OF HOME ---------------------------------- */

/* BEGIN OF MEMBERS ---------------------------------- */
.members {
    color: var(--main-color);
    padding: 67px 0 80px 0;
}
.box-head {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
}
.head-title .subtitle {
    display: flex;
    align-items: center;
    gap: 0 7px;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
}
.head-title .subtitle svg {
    width: 20px;
    height: 14px;
    fill: var(--main-color);
}
.head-title h2 {
    font-size: 61px;
    font-weight: 500;
    line-height: 1;
}
.head-title h2 b {font-weight: bold;}

.head-content {padding-top: 10px;}
.head-content .btn-main {margin-top: 15px;}

.members-slider {
    margin-top: 70px;
}
.members-slider .splide__track {overflow: visible;}
.members-slider .slide {
    position: relative;
    cursor: pointer;
}
.members-slider .slide .image {
    width: 100%;
    height: 100%;
    max-height:75vh;
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.3s;
}
.members-slider .slide:hover .image {transform: scale(1.009);}
.members-slider .slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.members-slider .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    padding: 32px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    min-height: unset !important;
}
.members-slider .content h3 {
    font-size: 52px;
    font-weight: 500;
}
.members-slider .content .foot {
    margin-top: auto;
}
.members-slider .content p {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 23px;
}
.members-slider .group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px 11px;
}
.members-slider .group a {
    height: 73px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 21px;
    font-weight: 600;
    color: #232323;
    border-radius: 50px;
    border: 1px solid #fff;
}
.members-slider .group a:first-child {
    background: transparent;
    color: #fff;
}

@media (max-width: 1600px) {
    .members-slider .content {padding: 25px;}
    .members-slider .content h3 {font-size: 35px;}
    .members-slider .content p {font-size: 25px;}
    .members-slider .group a {
        height: 50px;
        font-size: 15px;
    }
}

@media (max-width: 1450px) {
    .members {padding: 40px 0 80px 0;}
    .head-title .subtitle {
        font-size: 19.5px;
        margin-bottom: 10px;
    }
    .head-title h2 {font-size: 50px;}
    .head-content {font-size: 16px;}
}

@media (max-width: 1400px) {
    .head-title .subtitle {font-size: 17px;}
    .head-title .subtitle svg {
        width: 17px;
        height: 11px;
    }
    .head-title h2 {font-size: 44px;}

    .head-content {font-size: 14px;}

    .members-slider {margin-top: 55px;}
}

@media (max-width: 1200px) {
    .members {padding: 20px 0 60px 0;}
    .head-title h2 {font-size: 40px;}
    .head-content {padding-top: 0;}
    .head-content p {padding-bottom: 0;}
    .head-content p br {display: none;}

    .members-slider .content p {padding-bottom: 0;}
}

@media (max-width: 991px) {
    .members {padding: 10px 0 30px 0;}

    .head-title .subtitle {font-size: 15px;}
    .head-title .subtitle svg {
        width: 15px;
        height: 9px;
    }
    .head-title h2 {font-size: 35px;}
    .box-head {grid-template-columns: 1fr 0.7fr;}
    .head-content .btn-main {margin-top: 5px;}

    .members-slider {margin-top: 35px;}
    .members-slider .content {padding: 15px;}
    .members-slider .content h3 {font-size: 25px;}
    .members-slider .content p {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .members-slider .group a {
        height: 40px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .box-head {grid-template-columns: 1fr;}
}

@media (max-width: 500px) {
    .members {
        padding: 20px 0 50px 0;
        position: relative;
    }
    .members .svg-line {
        display: block !important;
        position: absolute;
        top: 0;
        right: -15px;
        width: 50vw;
        height: 65vw;
        margin-top: -23vw;
        z-index: -1;
    }
    .head-title h2 {font-size: 8vw;}
    .head-title .subtitle {
        font-size: 3.7vw;
        gap: 0 3px;
    }
    .head-title .subtitle svg {
        width: 17px;
        height: 11px;
    }

    .head-content {
        font-size: 3.99vw;
        font-weight: 500;
        color: #0F5C78;
    }
    .head-content p {margin-bottom: 0;}
    .head-content .btn-main {display: none;}

    .members-slider {margin-top: 25px;}
    .members-slider .slide .image {border-radius: 12px;}
    .members-slider .content {padding: 20px;}
    .members-slider .content h3 {font-size: 6vw;}
    .members-slider .content p {font-size: 4.2vw;}

    .members-slider .splide__pagination {
        position: static;
        margin-top: 30px;
    }
    .members-slider .splide__pagination li {line-height: 0;}
    .members-slider .splide__pagination button {
        margin: 0 3.5px;
        width: 22px;
        height: 2px;
        opacity: 1;
        transform: none;
        background: #E6E6E6;
        border-radius: 0;
        transition: all 0.3s;
    }
    .members-slider .splide__pagination button.is-active {
        background: #61CBC8;
    }
}
/* END OF MEMBERS ---------------------------------- */

/* BEGIN OF BEST-CAR ---------------------------------- */
.best-care {position: relative;}
.best-care > .container {position: relative;}
.best-care .svg-line {
    display: inline-block;
    position: absolute;
    top: -100px;
    right: -5px;
    z-index: -1;
}
.best-care .svg-line:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(0, transparent, #fff);
}

.best-care .line-wr:after  {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100px;
    background: linear-gradient(90deg, #fff, transparent 50%);
    z-index: 5;
}

@media (max-width: 1600px) {
    .best-care .svg-line {zoom: 0.8;}
}

@media (max-width: 1450px) {
    .best-care .svg-line {
        zoom: 0.7;
        top: -200px;
        right: -30px;
    }
}
@media screen and (max-width: 1199px) {
    .best-care .text-wr h2 {
        font-size:59px;
    }
}
@media (max-width: 767px) {
    .best-care .line-wr.pos-left-top {display: none;}
}

@media (max-width: 500px) {
    .best-care .svg-line {display: none;}
    .best-care .text-wr h2 {
        font-size: 11vw;
        padding-bottom: 10px;
        text-align: left;
        line-height: 1.1;
    }
    .best-care .text-wr p {
        font-size: 3.5vw;
        padding-bottom: 10px;
        text-align: left;
    }
    .best-care .list-styled-dots {padding-bottom: 0;}

    .box-blocks .btn-main + h6 {
        font-size: 12px;
        color: #00698B;
    }

    .box-blocks .block-img-with-text .img-wr {
        margin: 45px auto 70px !important;
    }

    .phone-frame-circle-wr .svg-line-right {
        display: block !important;
        position: absolute;
        left: 100%;
        top: 100%;
        margin-left: -143px;
        margin-top: -40px;
        zoom: 0.7;
        z-index: -1;
    }
}
/* END OF BEST-CAR ---------------------------------- */

/* BEGIN OF WL BANNER ---------------------------------- */
.lifemd-wl-banner {
    margin-bottom: 100px;
    margin-top: 100px;
    position: relative;
    z-index: 10;
}
.lifemd-wl-banner .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}
.lifemd-wl-banner .image {
    position: absolute;
    top: 58px;
    left: 50%;
    z-index: 5;
    transform: translateX(-50%);
    max-width: 305px;
    margin-left: -20px;
}
.lifemd-wl-banner .image .phone {
    animation: floatZ 30s linear infinite;
    position: relative;
    z-index: 1;
}

@keyframes floatZ {
    0% {transform: rotateY(0);}
    25% {transform: rotateY(30deg);}
    75% {transform: rotateY(-30deg);}
    100% {transform: rotateY(0deg);}
}

.lifemd-wl-banner .image .pens {
    position: absolute;
    left: 100%;
    bottom: 0;
    z-index: 2;
    margin-left: -110px;
    margin-bottom: -25px;
    max-width: 290px;
    animation: float 20s linear infinite;
}
.lifemd-wl-banner .image .shadow {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    margin-bottom: -60px;
    margin-left: 40px;
    box-shadow: none !important;
}
.lifemd-wl-banner-left {
    position: relative;
    border-radius: 18px 0 0 18px;
    overflow: hidden;
}
.lifemd-wl-banner-left img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lifemd-wl-banner-left p {
    color: #fff;
    position: absolute;
    top: 17%;
    left: 39%;
    max-width: 287px;
    font-size: 24px;
    line-height: 1.26;
    text-align: center;
}

.lifemd-wl-banner-right {
    background: #00698B;
    color: #fff;
    border-radius: 0 18px 18px 0;
    display: flex;
    padding: 30px 65px 30px 30px;
}
.lifemd-wl-banner-right .content {
    max-width: 420px;
    margin-left: auto;
    min-height: unset !important;
}
.lifemd-wl-banner-right h2 {
    font-size: 53px;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 15px;
}
.lifemd-wl-banner-right h2 sup {
    line-height: 0;
    font-size: 0.8em;
    display: inline-block;
    top: -5px;
    left: 3px;
}
.lifemd-wl-banner-right ul {
    padding-left: 0;
    margin-top: 25px;
    margin-bottom: 35px;
}
.lifemd-wl-banner-right ul li {
    display: flex;
    align-items: center;
    gap: 6px 6px;
    font-size: 22px;
}
.lifemd-wl-banner-right ul li svg {
    width: 21px;
    height: 15px;
    fill: #fff;
}
.lifemd-wl-banner-right ul li + li {margin-top: 15px;}
.lifemd-wl-banner-right .btn-main {
    background: #fff !important;
    color: var(--main-color) !important;
    min-width: 270px;
    border: none;
}
.lifemd-wl-banner-right .btn-main svg {fill: var(--main-color);}

.reviews-item blockquote {
    -webkit-line-clamp: unset;
}

@media (max-width: 1600px) {
    .lifemd-wl-banner-left p {
        max-width: 290px;
        font-size: 20px;
    }
    .lifemd-wl-banner-right {padding: 25px 45px 30px 30px;}
    .lifemd-wl-banner-right h2 {font-size: 43px;}
    .lifemd-wl-banner-right .content > img {max-width: 200px;}
    .lifemd-wl-banner-right ul {
        margin-top: 17px;
        margin-bottom: 22px;
    }
    .lifemd-wl-banner-right ul li {font-size: 18px;}
    .lifemd-wl-banner-right ul li + li {margin-top: 10px;}

    .lifemd-wl-banner .image {
        top: 80px;
        zoom: 0.8;
    }
    .lifemd-wl-banner-right .content {

        margin-left: 280px;
    }
}

@media (max-width: 1400px) {
    .lifemd-wl-banner .image {zoom: 0.7;}
    .lifemd-wl-banner-left p {
        max-width: 270px;
        font-size: 16px;
    }
    .lifemd-wl-banner-right {padding: 20px 30px 25px 20px;}
    .lifemd-wl-banner-right .content > img {max-width: 80px;}
    .lifemd-wl-banner-right h2 {
        font-size: 35px;
        margin-top: 10px;
    }
    .lifemd-wl-banner-right ul li {font-size: 15px;}
    .lifemd-wl-banner-right ul li svg {
        width: 18px;
        height: 12px;
    }
    .lifemd-wl-banner-right ul li + li {margin-top: 5px;}
}

@media (max-width: 1200px) {
    .lifemd-wl-banner-right h2 {
        font-size: 28px;
        padding-bottom: 0;
    }
    .lifemd-wl-banner-right ul {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .lifemd-wl-banner-right ul li {font-size: 13px;}
    .lifemd-wl-banner-left p {
        max-width: 230px;
        font-size: 13px;
        padding-bottom: 0;
        left: 35%;
    }
    .lifemd-wl-banner .image {
        zoom: 0.6;
        top: 96px;
        margin-left: -70px;
    }
}

@media (max-width: 1024px) {
    .lifemd-wl-banner {margin-bottom: 30px;}
}

@media (max-width: 991px) {
    .lifemd-wl-banner {margin-bottom: 50px;}
    .lifemd-wl-banner .container {
        grid-template-columns: 1fr;
        max-width: 550px;
    }
    .lifemd-wl-banner-left {border-radius: 18px 18px 0 0;}
    .lifemd-wl-banner-right {
        border-radius: 0 0 18px 18px;
        padding: 30px 30px 350px 30px;
    }
    .lifemd-wl-banner-right .content {
        max-width: inherit;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .lifemd-wl-banner .image {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        transform: none;
        margin-top: -415px;
        top: 0;
        left: 0;
        zoom: 0.78;
    }
    .lifemd-wl-banner-right .content > img {
        max-width: 200px;
        position: absolute;
        top: 15px;
        right: 30px;
    }
    .lifemd-wl-banner-right h2 {
        font-size: 35px;
        margin-top: 0;
    }
    .lifemd-wl-banner-right ul {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .lifemd-wl-banner-right ul li {font-size: 15px;}
    .lifemd-wl-banner-left p {
        max-width: 200px;
        width: 100%;
        font-size: 17px;
        padding-bottom: 0;
        left: inherit;
        right: 15px;
        -webkit-font-smoothing: antialiased;
    }
}

@media (max-width: 500px) {
    .lifemd-wl-banner {
        margin-bottom: 70px;
        margin-top: 25px;
    }
    .lifemd-wl-banner-right h2 sup {
        font-size: 0.5em;
        top: -14px;
        -webkit-font-smoothing: antialiased;
    }

    .lifemd-wl-banner .container {display: block;}
    .lifemd-wl-banner-left {
        border-radius: 15px 15px 0 0;
        min-height: 65vw;
        display: flex;
    }
    .lifemd-wl-banner-left img {height: initial;}
    .lifemd-wl-banner-right .content > img {
        max-width: 45vw;
        top: 4vw;
        right: 7vw;
    }
    .lifemd-wl-banner-left p {
        max-width: 45vw;
        width: 100%;
        font-size: 3.8vw;
        right: 3.5vw;
        top: 16vw;
    }

    .lifemd-wl-banner-right {
        padding: 6.5vw 6.5vw 80vw 6.5vw;
    }
    .lifemd-wl-banner-right .content {
        text-align: left;
        width: 100%;
    }
    .lifemd-wl-banner-right h2 {font-size: 10vw;}
    .lifemd-wl-banner-right ul {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .lifemd-wl-banner-right ul li svg {
        width: 20px;
        height: 14px;
    }
    .lifemd-wl-banner-right ul li {font-size: 3.98vw;}

    .lifemd-wl-banner-right .btn-main {
        width: 100%;
        min-width: inherit !important;
    }

    .lifemd-wl-banner .image .phone {animation: none !important;}
    .lifemd-wl-banner .image {
        margin-top: -400px;
        position: relative;
        left: -17%;
        top: 0;
        z-index: 10;
        zoom: 0.73;
        min-height: 350px;
    }
    .lifemd-wl-banner .image .pens {margin-bottom: -25px;}
    .lifemd-wl-banner .image .shadow {margin-bottom: -70px;}
}

@media (max-width: 380px) {
    .lifemd-wl-banner .image {zoom: 0.68;}
}

@media (max-width: 350px) {
    .lifemd-wl-banner .image {zoom: 0.6;}
}
/* END OF WL BANNER ---------------------------------- */

/* BEGIN OF ELEVATE ---------------------------------- */
.elevate {
    padding: 0 0 0 0;
    position: relative;
    z-index: 5;
    color: #0f5c78;
}
.elevate .main-title p {
    font-size: 16px;
    margin-top: 18px;
    line-height: 1.13;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.elevate .main-title h2 {
    font-size: 50px;
    font-weight: normal;
    line-height: 1.2;
    margin-top: 5px;
    padding-bottom: 0 !important;
    -webkit-font-smoothing: antialiased;
}
.elevate .main-title h2 b {
    font-weight: 600;
    color: #093E52;
}
.elevate .main-title h2 span {color: #63ccc9;}

@media (max-width: 1600px) {
    .elevate .main-title p {
        font-size: 14px;
        margin-top: 10px;
    }
    .elevate .main-title h2 {
        font-size: 42px;
    }
}

@media (max-width: 1200px) {
    .elevate .main-title p {font-size: 13px;}
    .elevate .main-title h2 {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .elevate .main-title p {font-size: 20px;}
    .elevate .main-title h2 {font-size: 38px;}
}

@media (max-width: 550px) {
    .elevate .main-title p {font-size: 17px;}
    .elevate .main-title h2 {font-size: 33px;}
    .elevate .main-title svg {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 413px) {
    .elevate .main-title p {font-size: 14px;}
    .elevate .main-title h2 {font-size: 29px;}
}

.elevate .center {
    max-width: 1445px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 85px 85px;
    position: relative;
}

.elevate .center .svg-line {
    position: absolute;
    top: -110px;
    left: 100%;
    margin-left: -70px;
}

.elevate-content .main-title {
    text-align: left;
}
.elevate-content .main-title h2 b {
    font-weight: 600;
    color: #093E52;
}
.elevate-content .main-title h2 b span {font-weight: normal;}
.elevate-content > p {
    font-size: 21px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.elevate-content ul {
    margin: 35px 0;
    padding: 0 !important;
}
.elevate-content ul li {
    display: flex;
    align-items: start;
    gap: 20px 20px;
}
.elevate-content ul li div {width: 100%;}
.elevate-content ul li div p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 560px;
    cursor: pointer;
}
.elevate-content ul li div p span {
    display: inline-block;
    width: 10px;
    height: 2px;
    background: #145f7a;
    position: relative;
    top: 1px;
}
.elevate-content ul li div p span:after {
    content: '';
    display: block;
    width: 2px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1px;
    margin-top: -5px;
    background: #145f7a;
}
.elevate-content ul li div p.open span:after {display: none;}
.elevate-content ul li div .hide.active {display: block;}
.elevate-content ul li + li {margin-top: 33px;}
.elevate-content ul li .ic {
    max-width: 42px;
    display: flex;
    justify-content: center;
}
.elevate-content ul li:nth-child(5) .ic {
    position: relative;
    top: -17px;
}
.elevate-content ul li h3 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 0 !important;
}
.elevate-content ul li p {
    font-size: 17px;
    line-height: 1.6;
    font-weight: normal;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.elevate-content .btn-main {min-width: 434px;}

.elevate-content .btn-text {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.elevate-content .btn-text p {
    font-size: 16px;
    color: #093E52;
    margin-top: 17px;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding-bottom: 0 !important;
}
.elevate-content .btn-text p:last-child {
    margin-top: 5px;
}
.elevate-content .anim-dot {
    display: block;
    width: 11px;
    height: 11px;
    background: #00B67A;
    border-radius: 50%;
    animation: shadow-pulse 3s infinite;
    position: relative;
    top: 0.5px;
}
.elevate-content .btn-text p strong {
    font-weight: 500;
}
@keyframes shadow-pulse {
    0% {box-shadow: 0 0 0 0 rgba(0, 0, 0, .8)}
    50% {box-shadow: 0 0 0 0 rgba(0, 0, 0, .2)}
    100% {box-shadow: 0 0 0 20px transparent}
}

.elevate-image .circle {
    width: 550px;
    height: 550px;
    border-radius: 50%;
    position: absolute;
    top: -100px;
    right: -200px;
    background: rgba(98, 203, 201, 0.26);
    filter: blur(122.25px);
    z-index: -1;
    animation: circle 10s linear infinite;
}

@keyframes circle {
    0% {transform: trans(1);}
    50% {transform: scale(1.5);}
    100% {transform: scale(1);}
}

.notification {
    position: absolute;
    background: rgba(242, 242, 242, 0.5);
    backdrop-filter: blur(4px);
    border-radius: 19px;
    display: flex;
    align-items: center;
    gap: 11px 11px;
    padding: 10px 15px 10px 10px;
}
.notification .avatar {position: relative;}
.notification .avatar img {
    max-width: 50px;
    display: block;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}
.notification .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.notification .head h5 {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.notification .head p {
    color: #797978;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.notification > div > p {
    font-size: 16px;
    line-height: 1.2;
    color: #3F3F3F;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.notification .head h4 {
    color: #797978;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.notification h3 {
    font-weight: 600;
    font-size: 18px;
    color: #222222;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.notification .label {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    background: #c3d5dc;
    border-radius: 30px;
    padding: 0 10px;
    font-size: 9px;
    font-weight: normal;
    color: #000;
    margin-top: 10px;
}
.notification .label p {
    position: relative;
    top: 1px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.notification.animated.show {
    opacity: 1;
    animation: circleNotification 15s ease-in-out infinite 1s;
}

@keyframes circleNotification {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(10px, -10px);
    }
    50% {
        transform: translate(20px, 0);
    }
    75% {
        transform: translate(10px, 10px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.elevate-image .notification.first {
    top: 50px;
    left: 30px;
    min-width: 375px;
    animation-name: circleNotification;
}
.elevate-image .notification.first > div:not(.avatar) {
    width: 100%;
}

.elevate-image .notification.second {
    bottom: 70px;
    right: 25px;
    animation-name: circleNotification;
    animation-delay: 2s !important;
}

.elevate-image .notification.third {
    top: calc(50% - 90px);
    left: 25px;
    margin-left: -90px;
    padding-left: 17px;
    padding-right: 17px;
    min-width: 190px;
    animation-name: circleNotification;
    animation-delay: 4s !important;
}

@media (max-width: 1600px) {
    .elevate-content .btn-main {min-width: 350px;}
    .elevate-content .btn-text p {margin-top: 17px;}
    .elevate-content .btn-text p {font-size: 13px;}
}

@media (max-width: 1200px) {
    .elevate-content .btn-main {min-width: 300px;}
    .elevate-content .btn-text p {font-size: 12px;}
}

@media (max-width: 991px) {
    .elevate-content .btn-main {min-width: 270px;}
    .elevate-content .btn-text p {font-size: 11px;}
    .elevate .center .svg-line {margin-left: -250px;}
}

@media (max-width: 767px) {
    .elevate-content .btn-main {min-width: 360px;}
    .elevate-content .btn-text p {font-size: 15px;}
}

@media (max-width: 550px) {
    .elevate-content .btn-main {min-width: 340px;}

    .elevate-content .btn-text p {
        font-size: 14px;
        margin-top: 15px;
        gap: 5px;
    }
    .elevate-content ul li div p span {
        display: inline-block !important;
        margin-left: 5px;
        position: absolute;
        top: 14px !important;
        right: 0;
    }
    .elevate-content .btn-text p:last-child {margin-top: 5px;}
}

@media (max-width: 413px) {
    .elevate-content .btn-main {min-width: 315px;}
}

.elevate-image {margin-top: 120px;}
.elevate-image .image {
    position: relative;
    max-width: 660px;
    max-height: 660px;
}
.elevate-image .image .bg {
    display: block;
    width: 100%;
    border-radius: 30px;
}
.elevate-image .image .logo-inner {
    position: absolute;
    top: 26px;
    left: 39px;
}
.elevate-image .image .bottle {
    position: absolute;
    left: -10px;
    bottom: -20px;
    max-width: 268px;
}

@media (max-width: 1600px) {
    .elevate .center {
        gap: 50px 50px;
        max-width: 1100px;
        gap: 40px 40px;
    }

    .elevate-content > p {font-size: 17px;}
    .elevate-content ul li {gap: 10px 10px;}
    .elevate-content ul li .ic {zoom: 0.9;}
    .elevate-content ul li h3 {font-size: 18px;}
    .elevate-content ul li p {font-size: 13px;}
    .elevate-content ul li div p {max-width: 430px;}

    .elevate-image .image {max-width: 450px;}
    .elevate-image .image .bg {border-radius: 25px;}
    .elevate-image .image .logo-inner {
        top: 20px;
        left: 30px;
        max-width: 120px;
    }
    .elevate-image .image .bottle {zoom: 0.7;}
    .notification {zoom: 0.8;}
}

@media (max-width: 1200px) {
    .elevate .center {
        max-width: 900px;
        gap: 25px 35px;
    }
    .elevate-content > p {font-size: 14px;}
    .elevate-content ul li h3 {font-size: 16px;}
    .elevate-content ul li .ic {zoom: 0.8;}
    .elevate-content ul li p br {display: none;}
    .elevate-content ul li div p {display: block;}
    .elevate-content ul li div p span {top: -3px;}

    .elevate-image .image {max-width: 370px;}
    .elevate-image .image .bottle {zoom: 0.6;}
    .notification {zoom: 0.7;}
}

@media (max-width: 991px) {
    .s-991 {display: block !important;}
    .h-991 {display: none !important;}

    .elevate .center {grid-template-columns: 1fr;}
    .elevate-content .main-title {text-align: center;}
    .elevate-content > p {
        text-align: center;
        font-size: 17px;
    }
    .elevate-image {
        max-width: 400px;
        margin: 30px auto 70px auto;
    }
    .elevate-image .image {max-width: inherit;}
    .elevate-image .image .bottle {zoom: 0.7;}

    .elevate-content ul li .ic {
        zoom: 1;
        min-width: 43px;
    }
    .elevate-content ul li {gap: 15px 15px;}
    .elevate-content ul li h3 {font-size: 19px;}
    .elevate-content ul li p {font-size: 15px;}
    .elevate-content ul li div p {max-width: inherit;}

    .elevate .btn-text {width: 100%;}

    .notification {zoom: 0.8;}
}

@media (max-width: 767px) {
    .elevate-content .main-title {text-align: center;}
    .elevate-content > p {text-align: center;}
}

@media (max-width: 550px) {
    .s-550 {display: block !important;}
    .h-550 {display: none !important;}

    .elevate {padding: 0 0 0 0;}
    .elevate .center .svg-line {
        left: inherit;
        right: 0;
        top: -240px;
        zoom: 0.7;
    }
    .elevate-content .main-title {text-align: left;}
    .elevate-content > p {text-align: left;}
    .elevate-content > p {
        font-size: 4.5vw;
        -webkit-font-smoothing: antialiased;
    }

    .elevate-image .image .bottle {
        zoom: 1;
        max-width: 160px;
        bottom: -22px;
    } 

    .elevate-content ul li {
        gap: 6px 15px;
        align-items: center;
    }
    .elevate-content ul li.items-center {align-items: start;}
    .elevate-content ul li.open {align-items: start;}
    .elevate-content ul li h3 {
        font-size: 4.2vw;
        position: relative;
        margin-bottom: 0;
    }

    .elevate-content ul li h3 span {
        display: inline-block !important;
        width: 10px;
        height: 2px;
        background: #145f7a;
        position: absolute;
        top: 50%;
        right: 0;
    }
    .elevate-content ul li h3 span:after {
        content: '';
        display: block;
        width: 2px;
        height: 10px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -1px;
        margin-top: -5px;
        background: #145f7a;
    }
    .elevate-content ul li h3.open span:after {display: none;}

    .elevate-content ul li p {
        font-size: 3.6vw;
        margin-top: 10px;
    }

    .elevate-image .notification.first {top: 15px;}
    .elevate-image .notification.third {
        top: calc(50% - 70px);
        margin-left: -45px;
    }
    .elevate-image .notification.second {bottom: 30px;}
}
/* END OF WL ELEVATE ---------------------------------- */

/* BEGIN OF DOCTORS ---------------------------------- */
.doctors-reviews > div {
    background: none !important;
}
.doctors-reviews .line-wr {
    top: -120px !important;
    z-index: -1;
    display: none;
}


@media (max-width: 500px) {
    .doctors-reviews .line-wr {
        top: -200px !important;
        right: -270px;
        z-index: -1;
    }
}
/* END OF DOCTORS ---------------------------------- */

body .btn-main {
    background: var(--main-color) !important;
    border: none;
    outline: none;
}

body .btn-main svg {
    width: 9px;
    height: 13px;
    fill: #fff;
    position: relative;
    top: -2px;
    margin-left: 5px;
}

.line-wr .svg-item-bg path {
    stroke-width: 3px;
}
.line-wr .svg-item-animated path {
    stroke-dasharray: 200;
    animation: dash 10s linear infinite;
    stroke-width: 3px;
}

@keyframes dash {
    to {
        stroke-dashoffset: 1200
    }
}

@media (max-width: 1024px) {
    .box-brief-overview .line-wr {
        right: -80px;
    }
}

.block-img-with-text.bg-theme-transparent {
    margin: 50px 0 50px;
}

.form-search {
    visibility: hidden;
    animation: show-an 1s linear forwards;
}

@keyframes show-an {
    100% {visibility: visible;}
}

@media (max-width: 1450px) {
    body .form-search.active .btn-main {
        min-width: inherit;
        font-size: 13px;
        padding-left: 15px;
        padding-right: 15px;
    }
    body .form-search.active .btn-main span {
        position: relative;
        top: -4px;
    }
    .lifemd-wl-banner-right .content{
        margin-left:auto;
    }
}

@media (max-width: 767px) {
    body .form-search.active .btn-main {
        min-width: inherit !important;
        height: 45px !important;
    }

    body .form-search.active .btn-main span {top: -3px;}
}

@media (max-width: 580px) {
    body .form-search.active .btn-main  {
        top: 2px;
        right: 2px;
    }
}

@media (max-width: 500px) {
    body .form-search.active .btn-main {
        font-size: 12px !important;
        right: 0;
        top: 0;
        height: 59px !important;
    }
    body .form-search.active .btn-main span {top: -1px;}
}

@media (max-width: 1024px) {
    .bg-theme-light .slider-variable-width::after {box-shadow: none;}
}

@media (max-width: 1024px) {
    .slider-reviews .reviews-item {height: 95%;}
}

body .slider-reviews .slick-track {
    padding-top: 5px;
}

.pos-bottom-fixed .btn-main {
    min-width: inherit !important;
    font-size: 14px !important;
    padding: 8px 15px !important;
}

.pos-bottom-fixed .flex-item:nth-child(2) .btn-main {
    background: #61CBC8 !important;
}

@media (max-width: 1024px) {
    .doctor-thumb-slide-item .btn-main {
        padding: 15px 22px 15px !important;
        min-width: inherit !important;
        font-size: 13px !important;
    }
}

.box-doctors-thumbs-slider .line-wr.pos-right-top svg path {
    stroke-width: 3px;
}

@media (max-width: 1024px) {
    .box-doctors-thumbs-slider .line-wr.pos-right-top {
        left: inherit;
        right: -200px;
    }
}

@media (max-width: 768px) {
    .box-doctors-thumbs-slider .line-wr.pos-right-top {
        left: inherit;
        right: -300px;
    }
}

@media (max-width: 1024px) {
    .box-blocks .line-wr.pos-left-top {
        top: 30px;
        left: -450px;
        zoom: 0.8;
    }
}

.box-blocks .btn-main + h6 lottie-player {margin-right: 5px;}

@media (min-width: 1450px) {
    .container-1663px {
        max-width: 1663px;
    }
}




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

@media screen and (max-width: 767px) {
    .box-wr h4 {
        font-size: 22px;
        padding: 0 0 15px;
        text-overflow: initial;
        -webkit-line-clamp: none;
    }
    .accordion-item-bold .accordion-item-nav span {
        max-width: 90%;
    }

    .block-img-with-text.bg-theme-transparent {
        margin: 0 0 40px;
    }

}




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




@media (max-width: 500px) {
    body a:not(btn-small) .btn-main {
        min-width: 320px !important;
        padding: 13px 20px !important;
        height: auto !important;
        font-size: 17px !important;
    }
    body .btn-main svg {
        width: 8px !important;
        height: 12px !important;
    }
}









/* ------------------ ANIMATION ------------------ */
.animated {
    opacity: 0;
    transition: opacity 500ms;
}

.animated.show {
    animation: fade-bottom 0.6s ease-in-out both;
}
.animated.left.show {
    animation: fade-left 0.6s 0.6s ease-in-out both;
}
.animated.right.show {
    animation: fade-right 0.6s 0.6s ease-in-out both;
}

@keyframes fade-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-left {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


.states img{
    width:24px;
    margin-right:4px;
}


.home-fade{
    width:880px;
}

@media (max-width: 1450px) {
    .home-fade{
        width:720px;
    }
}

@media (max-width: 1200px) {
    .home-fade{
        width:620px;
    }
}
@media (max-width: 991px) {
    .home-fade{
        width:460px;
    }
    .home-fade img{
        height:360px;
    }
}
@media (max-width: 767px) {
    .home-fade{
        width:90vw;
        margin:0 auto;
    }

    .home-image .image {
        min-height: auto;
        margin:0 auto;
    }
    .home-fade img{
        width:100%;
        height:60vw;
    }
}

.home-image .slick-track,
.home-image .image,
.home-image .image a,
.home-image .image img,
.home-image .slick-slider .slick-list, 
.home-image .slick-slider .slick-track {
    cursor: pointer !important;
}

hr {
    border: 1px solid #3e5c67;
    width: 100%;
}

.home-fade {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease; /* For a smooth fade-in */
    -webkit-transition: opacity 1s ease;
}

.home-fade.slick-initialized {
    visibility: visible;
    opacity: 1;
}
