﻿.aboutUsContent {
    margin-top: 35px;
}
.text-inter {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    margin-bottom: 0px;
}

.title-montserrat {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 600;
}

.text-c-1 {
    font-size: 15px;
    font-weight: 600;
}

.container-mobile {
    padding-left: 40px;
    padding-right: 50px;
}

.content-section {
    margin-bottom: 20px;
}
.text-ic-5 {
    font-family: 'Montserrat', sans-serif;
    color: #2F4848;
    font-size: 30px;
    font-weight: 700;
}

.text-ics-5 {
    font-family: 'Inter', sans-serif;
    color: #000000;
}
/* tại sao chọn chúng tôi*/
.bg-info-gradient {
    background: linear-gradient(101deg, #D2FFFE, #009F9C);
    color: #ffffff;
}

.form-section-wrapper {
    position: relative;
    background-color: #e0f7fa;
    background-image: linear-gradient(101deg, #FFFFFF, #E4FFFE);
    width: 340px;
    height: 310px;
    border-radius: 10px;
    border: 2px solid #ffeee6;
    box-shadow: 1px 1px 5px -2px #343a4094;
}

.doctor-overlay-wrapper {
    position: absolute;
    left: 5px;
    bottom: 0;
    z-index: 10;
}

.doctor-overlay {
    width: 240px;
    object-fit: contain;
}


.form-section {
    background-color: #e0f7fa;
    padding: 0rem;
    border-radius: 10px;
}

.map-section iframe {
    width: 100%;
    height: 400px;
    border: none;
}

.doctor-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.z-100 {
    z-index: 100;
}

.tranform-x {
    transform: translateX(110px);
    white-space: nowrap;
}
.text-inter {
    font-family: 'Inter', sans-serif;
}
.text-Montserrat {
    font-family: 'Montserrat', sans-serif;
}
.text-primary-grd {
    background: linear-gradient(to right, #00B9B5, #9EFFFD);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color-interpolation: inherit;
}
.titile-heading {
    font-size: 1.7vw;
    font-weight: 600;
    font-family: Montserrat;
    margin: 0;
}
.titlle-main {
    font-family: Inter;
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 1.7;
    text-align: justify;
}
.padingbottom-100 {
    padding-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .titile-heading {
        font-size: 2vw;
        font-weight: 600;
        font-family: Montserrat;
        margin: 0;
    }
    .titlle-main {
        font-family: Inter;
        font-size: 1.2vw;
        margin-bottom: 0px;
        line-height: 1.7;
        text-align: justify;
    }
    .padingbottom-100 {
        padding-bottom: 0px !important;
    }
    .form-section-wrapper {
        position: relative;
        background-color: #e0f7fa;
        width: 100%;
        background-image: linear-gradient(101deg, #FFFFFF, #E4FFFE);
        height Specifies the height of the content area, padding area or border area (depending on 'box-sizing');
        border-radius: 10px;
        border: 2px solid #ffeee6;
        box-shadow: 1px 1px 5px -2px #343a4094;
    }
    .tranform-x {
        transform: translateX(100%);
        white-space: nowrap;
    }
}

@media (max-width: 768px) {
    .padingbottom-100 {
        padding-bottom: 30px !important;
    }
    .titile-heading {
        font-size: 17px;
        line-height: 1.5;
        font-weight: 600;
        font-family: Montserrat;
        margin: 0;
    }

    .container-mobile {
        padding-left: 30px;
        padding-right: 30px;
    }

    .aboutUsContent {
        margin-top: 10px;
    }

    .img-mobile {
        width: 554px !important;
        height: 500px !important;
    }

    .text-ics-5 {
        font-family: 'Inter', sans-serif;
        color: #000000;
        font-size: 11px;
    }

    .text-ic-5 {
        font-family: 'Montserrat', sans-serif;
        color: #2F4848;
        font-size: 28px;
        font-weight: 700;
    }
}