﻿/* COLORS */

:root {
    --primary: #0E6FFF;
    --gray: #707070;
    --black: #0F172A;
    --white: #FFFFFF;
    --soft-bg: #F5FAFF;
    --soft-bg-2: rgba(179, 253, 155, 0.20);
    --slate-50: #F8FAFC;
    --slate-100: #F1F5F9;
    --light-gray: #94A3B8;
    --light-gray-dark: #64748B;
    --gray-black: #23242A;
}




.primary-color {
    color: var(--primary) !important;
}

.gray {
    color: var(--gray) !important;
}

.gray-black {
    color: var(--gray-black) !important;
}

.white {
    color: var(--white) !important;
}

.black {
    color: var(--black) !important;
}

.light-gray {
    color: var(--light-gray) !important;
}

.light-gray-dark {
    color: var(--light-gray-dark) !important;
}

.soft-bg-1 {
    background-color: var(--soft-bg) !important;
}

.soft-bg-2 {
    background-color: var(--soft-bg-2) !important;
}

.slate-50-bg {
    background-color: var(--slate-50) !important;
}
/* Fonts */
.fs-64 {
    font-size: 64px;
    color: #000000;
    font-weight: 900;
    line-height: 110%;
    letter-spacing: -2.88px;
}
.fs-18 {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0em;
}
.fs-16 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing:normal;
}
.fs-22 {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
}

.fs-24 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
}

.fs-30 {
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
}

.fs-32 {
    font-size: 28px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
}

.fs-40 {
    /*font-size: 40px;
    font-weight: 400;
    line-height: 44px;*/
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.045em;
}

.fs-44 {
    font-size: 34px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: -0.045em;
}

.fs-52 {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.045em;
}

.fs-60 {
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.045em;
}

.fs-78 {
    font-size: 68px;
    font-weight: 400;
    /*line-height: 87px;*/
    letter-spacing: -0.045em;
    line-height: 0.6 !important;
}

.fs-90 {
    font-size: 90px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.045em;
}

.fs-100 {
    font-size: 100px;
    font-weight: 600;
    /*line-height: 110px;
    letter-spacing: -0.045em;*/
    line-height: normal;
    letter-spacing: -2px;
}

.fs-101 {
    font-size: 101px;
    font-weight: 700;
    line-height: 111px;
    letter-spacing: -0.045em;
}

.fs-120 {
    font-size: 120px;
    font-weight: 700;
    line-height: 132px;
    letter-spacing: -0.045em;
}

.fs-121 {
    font-size: 121px;
    font-weight: 700;
    line-height: 133px;
    letter-spacing: -0.045em;
}

.fw-normal {
    font-weight: normal !important;
}

.fw-bold {
    font-weight: bold !important;
}
.text-blue-gray {
    color: #1E293B !important;
}
.test-fs-18 {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0em;
}

.test-fs-22 {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.11em;
}

.test-fs-40 {
    font-size: 40px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.045em;
}

.test-fs-120 {
    font-size: 120px;
    font-weight: 900;
    line-height: 132px;
    letter-spacing: -0.045em;
}

.test-fs-52 {
    font-size: 52px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: -0.045em;
}

.test-fs-44 {
    font-size: 44px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.03em;
    text-align: left;
}

.test-fs-64 {
    font-size: 64px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -0.045em;
}

.test-fs-24 {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0em;
}

.test-fs-32 {
    font-size: 32px;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: left;
}

.test-fs-78 {
    font-size: 79px;
    font-weight: 400;
    line-height: 87px;
    letter-spacing: -0.045em;
}

.test-fs-101 {
    font-size: 101px;
    font-weight: 700;
    line-height: 111px;
    letter-spacing: -0.045em;
}

.test-fs-100 {
    font-size: 100px;
    font-weight: 900;
    line-height: 110px;
    letter-spacing: -0.045em;
}

.test-fs-121 {
    font-size: 121px;
    font-weight: 700;
    line-height: 133px;
    letter-spacing: -0.045em;
}
.text-tertiary {
    color: #475467 !important;
}
.space-nowrap {
    white-space: nowrap;
}
/* Fonts */

.cursor-pointer {
    cursor: pointer;
}

.nav-shadow {
    border-radius: 20px;
    background: var(--Base-white, #FFF);
    height: 60px;
    /* Shadow */
    /*box-shadow: 10px 10px 50px 3px rgba(39, 92, 141, 0.10);*/
}

body {
    font-family: 'Be Vietnam Pro', sans-serif;
    color: var(--black);
}

.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: var(--light-gray);
}

.navbar-brand-logo {
    /*height: 76px;*/
    min-width: 160px;
    max-width: 160px;
}

.display-2 {
    /*line-height: 0.6 !important;*/
    line-height: normal;
    letter-spacing: -2px;
    font-size: 100px;
}


.section-bg {
    background-color: #F8FAFC;
    padding-top: 4rem;
    padding-bottom: 4rem;
}


.mt-106 {
    margin-top: 6rem;
}

.mt-10 {
    margin-top: 5rem !important;
}

.text-med {
    font-weight: 500 !important;
}

.icon {
    width: 32px;
    height: 32px;
}

.active {
    font-weight: 500;
}

.btn-primary {
    /* border-radius: .75rem;*/
    background-color: #23242A;
    border-radius: 14px;
    border-color: #23242A;
    /*padding: 14px 28px;*/
    padding: 8px 18px;
}

.soft-box-1 {
    display: flex;
    position: relative;
    /*max-width: 400px;*/
    padding: 30px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 20px;
    border-radius: 20px;
    background: #F8FAFC;
}

.custom-width {
    max-width: 400px;
}

.h-48 {
    height: 42px;
}




.half-circle-top {
    width: 48px;
    height: 48px;
    right: 30px;
    position: absolute;
    top: -1px;
}

.half-circle-top-left {
    width: 48px;
    height: 48px;
    left: 30px;
    position: absolute;
    top: -1px;
}

.half-circle-bot {
    width: 48px;
    height: 48px;
    right: 30px;
    position: absolute;
    bottom: -22px;
}

.soft-bg-container {
    border-radius: 30px;
    background-color: #F1F5F9;
    padding: 40px;
}

.on-pic-text {
    position: absolute;
    top: 0;
    height: 70%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    margin-left: 3rem;
    top: 10%;
}


.soft-bg-container-2 {
    border-radius: 30px;
    background-color: var(--soft-bg-2);
    padding: 30px;
}

.soft-bg-container-3 {
    border-radius: 30px;
    padding: 30px;
    background: linear-gradient(99deg, #FFA083 0%, #FD20BF 60.84%, #FF3A3A 97.48%);
}

.soft-bg-container-4 {
    border-radius: 30px;
    background-color: #F9F5FF;
    padding: 40px 40px;
}

.white-bg-container {
    padding: 30px;
    background: #fff;
    z-index: 9;
    position: relative;
    text-align: start;
    /*box-shadow: 3px 6px 19px -6px #cfcfcf;*/
}

.black-bg-container {
    padding: 20px;
    background: #262626;
    border-radius: 20px;
    /*max-width: 220px;*/
    min-height: 230px;
    color: #fff !important;
}


.arrow-square-sm {
    width: 28px;
    height: 28px;
}

.profile-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
}


.profile-img-container {
    height: 250px;
    width: 220px;
}

.profile-img {
    width: inherit;
    height: inherit;
    object-fit: cover;
    border-radius: 1rem;
}


.name-box {
    width: 100%;
    font-weight: 500;
    text-align: left;
}

.social-icons {
    width: 38px;
    height: 38px;
}


.swiper-button-next {
    width: 42px !important;
    height: 42px !important;
}

.swiper-button-perv {
    width: 42px !important;
    height: 42px !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    width: 42px !important;
    height: 42px !important;
}


.swiper-button-next::after {
    content: " ";
}

.swiper-button-perv::after {
    content: " ";
}


.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "";
}

.s-next {
    width: 48px;
    height: 48px; /*
    background-image: url(../img/s-next.svg);*/
    background-size: cover;
}

.s-prev {
    width: 48px;
    height: 48px; /*
    background-image: url(../img/s-prev.svg);*/
    background-size: cover;
}

.swiper-controls {
}

.swiper-button-disabled #s-control circle {
    stroke: #E2E8F0;
    opacity: 1 !important;
}

.swiper-button-disabled #s-control path {
    stroke: #E2E8F0;
    opacity: 1 !important;
}

.backstretch {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    z-index: 1;
}


.custom-photo {
    width: 100%;
    height: 386px;
    border-radius: 30px;
    object-fit: cover;
}

.left-img {
    position: absolute;
    float: left;
    left: 0;
    border-radius: 0px 30px 30px 0px;
    width: 700px;
    height: 360px;
    z-index: -1;
}

.right-img {
    position: absolute;
    float: right;
    right: 0;
    border-radius: 30px 0px 0px 30px;
    width: 860px;
    height: 180px;
    z-index: -1;
}

@media only screen and (min-width: 1440px) {
    .left-img {
        width: 50%;
        object-fit: cover;
    }
}

@media only screen and (min-width: 768px) {
    .right-img {
        width: 60%;
    }
}

@media only screen and (min-width: 1024px) {
    .right-img {
        width: 66%;
    }
}

@media only screen and (min-width: 1440px) {
    .right-img {
        width: 64%;
    }
}

@media only screen and (min-width: 2560px) {
    .right-img {
        width: 58%;
    }
}


.right-img-1 {
    position: absolute;
    float: right;
    right: 0;
    border-radius: 30px 0px 0px 30px;
    min-height: 160px;
    max-height: 180px;
    z-index: -1;
    background: var(--soft-bg);
    height: 100%;
    width: 100%;
    min-width: 300px; /* Minimum width */
    max-width: 750px;
    z-index: -1;
}

.right-img-2 {
    position: absolute;
    float: right;
    right: 0;
    border-radius: 30px 0px 0px 30px;
    height: 180px;
    z-index: -1;
    background: linear-gradient(240deg, #EAA932 -17.69%, #C0138B 152.57%);
    width: 100%;
    min-width: 300px; /* Minimum width */
    max-width: 920px;
    margin: 0 auto;
}


.on-pic-text-bg {
    background-color: rgba(255,255,255,0.4);
    border-radius: 30px;
    padding: 30px;
}


.vector-left {
    position: absolute;
    float: left;
    left: 0;
    height: 200px;
    z-index: -1;
}

.vector-right {
    position: absolute;
    float: right;
    right: 0;
    height: 200px;
    z-index: -1;
}


.bg-img {
    background-image: url(../img/img3.png);
    background-repeat: no-repeat;
    background-position-x: -5rem;
    object-fit: contain;
}

.footer-text {
    color: black;
    font-weight: 500;
}


.soft-gray-box {
    border-radius: 30px;
    background-color: #e0e0e036;
    padding: 66px 40px;
}



.home-title-1 {
    color: var(--light-gray-dark);
    font-size: 64px;
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: normal;
}

.home-title-2 {
    color: var(--black);
    line-height: normal;
    letter-spacing: -2px;
    font-size: 90px;
    font-weight: bold;
}

.home-title-3 {
    color: var(--light-gray-dark);
    font-size: 80px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.045em;
}

.section-title {
    color: var(--black);
    line-height: normal;
    letter-spacing: -2px;
    font-size: 90px;
    font-weight: bold;
}
.home-img{
    /*width:100%;*/
    width:80%;
    height:auto;
}
.home-img-1 {
    max-width: 100%;
    height: 420px;
}

.home-img-2 {
    max-width: 100%;
    height: auto;
}

.mt--22 {
    margin-top: -22px;
}

.mt--24 {
    margin-top: -24px;
}

.mt--28 {
    margin-top: -28px;
}

.mt--34 {
    margin-top: -36px;
}

.careme-logo-1 {
    height: 50px;
}

.careme-patient-logo {
    width: auto;
    height: 38px;
}
.careme-clinic-logo {
    height: 38px;
    width: auto;
}
.careme-doctor-logo {
    height: 38px;
    width: auto;
}

.detail-description {
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.045em;
}

.detail-description-2 {
    font-size: 34px;
    font-weight: bold;
    color: #23242A;
    line-height: 34px;
    letter-spacing: -0.045em;
}

.team-member-name {
    font-size: 24px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: 0em;
    color: var(--gray-black);
}

.team-member-position {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    color: var(--gray-black);
}

.outsourcing-title {
    font-size: 44px;
    font-weight: 700;
    line-height: 40.4px;
    letter-spacing: -0.045em;
}

.outsourcing-description {
    font-size: 32px;
    font-weight: 700;
    line-height: 37.2px;
    letter-spacing: -0.045em;
    color: var(--gray-black);
}

.outsourcing-text-24 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    color: #1E293B;
}
.outsourcing-text-28 {
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.5px;
    color: #1E293B;
}

.outsourcing-text-32 {
    font-size: 32px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.5px;
    color: #1E293B;
}

.mw-md-400 {
    max-width: 400px;
}

.ellipse-circle {
    position: absolute;
    width: 580px;
    height: auto;
    z-index: -100;
    left: -2%;
    top: 10%;
}

.z-index-1 {
    z-index: 1;
}
.custom-link:hover, .custom-link:active {
    color: #23242A;
}
@media (min-width: 300px) and (max-width: 700px) {
    .mt-106 {
        margin-top: 1.4rem;
    }

    .home-title-1 {
        font-size: 38px;
    }

    .home-title-2 {
        font-size: 70px;
    }

    .home-title-3 {
        font-size: 60px;
    }

    .soft-bg-container {
        border-radius: 20px;
        padding: 30px;
    }

    .section-title {
        font-size: 54px;
    }

    .careme-logo-1 {
        height: 36px;
    }

    .careme-patient-logo {
        height: 36px;
    }

    .careme-clinic-logo {
        height: 36px;
    }

    .careme-doctor-logo {
        height: 36px;
    }

    .detail-description {
        font-size: 36px;
    }

    .detail-description-2 {
        font-size: 28px;
    }

    .profile-container {
        align-items: center;
    }

    .name-box {
        text-align: center;
    }

    .mw-md-400 {
        max-width: 100%;
    }

    .white-bg-container {
        box-shadow: 3px 6px 19px -6px #cfcfcf;
    }

    .ellipse-circle {
        display: none;
    }
}
.header-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    background:#fff;
    z-index:10;
}
.cursor-pointer {
    cursor: pointer !important;
}
.modal-dialog-md {
    max-width: 700px !important;
}
.modal-dialog-sm {
    max-width: 500px !important;
}
.modal-close {
    width: 24px;
    height: 24px;
    cursor: pointer !important;
    position: absolute;
    top: 1.2rem;
    right: 1.4rem;
}

.modal-header {
    padding: 1.5rem !important;
}

.modal-body {
    padding: 1.5rem;
}

.modal-footer {
    border-top: none !important;
    padding: 1.5rem;
}
.z-i-1 {
    z-index: 1 !important;
}
.position-relative {
    position: relative !important;
}
.modal-bg-image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.modal-dialog-md {
    max-width: 600px !important;
}
/* Form Label & Input */
.form-label {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #414651;
}

.input-group-merge, .input-group-merge:focus {
    border: 1px solid #D5D7DA;
    border-radius: 8px;
}

.form-select {
    border: 1px solid #D5D7DA;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #414651;
    box-shadow: none !important;
    outline: none !important;
}

.form-control {
    border: 1px solid #D5D7DA;
    border-radius: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #414651;
    box-shadow: none !important;
    outline: none !important;
}
::placeholder {
    color: #717680 !important;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: #717680 !important;
}
.text-purple {
    color: #6941C6 !important;
}
.border-btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #414651;
    padding: 10px 14px 10px 14px;
    border-radius: 10px;
    border: 1px solid #D5D7DA;
    background: #fff;
    font-weight: 600;
}
.btn-black {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #182230;
    border: 1px solid #182230;
    border-radius: 10px;
    cursor: pointer;
}

    .btn-black:hover, .btn-black:focus {
        background: #000000e3 !important
    }
    .btn-black:disabled{
        opacity:0.7 !important;
        cursor:not-allowed !important;
    }

@media only screen and (max-width: 576px) {
    .soft-box-1 {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {
    .custom-width {
        max-width: 100% !important;
    }
}

.photo-upload-btn {
    /*width: 120px;
    height: 103px;*/
    min-width: 260px;
    min-height: 140px;
    max-width: 260px;
    max-height: 140px;
    opacity: 0;
    position: absolute;
    cursor: pointer !important;
}

.photo-upload-container {
    display: flex;
    flex-direction: column;
    border: 2px solid #E9EAEB;
    border-radius: 12px;
    min-width: 102px;
    min-height: 94px;
    max-width: 600px;
    max-height: 300px;
    position: relative;
    cursor: pointer;
    align-items: center; 
    justify-content: center;
}

.photo-upload-img {
    text-align: center;
    padding: 20px;
    cursor: pointer;
    border-radius: 12px;
    object-fit: cover;
    min-width: 102px;
    min-height: 101px;
    max-width: 102px;
    max-height: 101px;
}

.upload-text {
    font-size: 16px;
    color: #377dff;
    font-weight: bold;
}

.photo-uploaded {
    text-align: center;
    padding: 20px;
    cursor: pointer;
    border-radius: 12px;
    object-fit: cover;
    min-width: 260px;
    min-height: 260px;
    max-width: 260px;
    max-height: 260px;
}

.pos-absolute {
    position: absolute;
    top: 5px;
    right: 5px;
}

.wrap-text {
    max-width: 450px;
    word-wrap: break-word;
    white-space: normal;
}
a {
    color: #377dff;
}
.icon-32{
    width:32px;
    height:32px;
}
.contact-us-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 2px solid #F2F2F7;
    background: #F8F8FB;
    padding:32px;
    border-radius:8px;
}