﻿.collapsed {
    color: #2F4848;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.accordion-body {
    font-size: 16px;
    color: #363049;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url();
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url();
    transform: rotate(-180deg);
}

.accordion-button::before {
    content: "";
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%232F4848' d='M8 4a.5.5 0 0 1 .5.5V7.5H11.5a.5.5 0 0 1 0 1H8.5V11.5a.5.5 0 0 1-1 0V8.5H4.5a.5.5 0 0 1 0-1H7.5V4.5A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.accordion-button:not(.collapsed)::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23F26522' d='M4 7.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed) {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: #2F4848;
    font-size: 18px;
    font-weight: 600;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}



.txt-c-0 {
    font-size: 20px;
    font-weight: 700;
    font-family: Montserrat
}

.txt-c-1 {
    font-family: Inter;
    font-size: 13px;
    margin-bottom: 0px;
}

.color-black {
    color: #000000;
    font-weight: 600
}



/* 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: #EDFFFF;
    height: 450px;
    padding: 0;
}

.doctor-overlay-wrapper {
    position: absolute;
    left: 0px;
    bottom: 0;
    z-index: 10;
}

.doctor-overlay {
    width: 520px;
    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(345px);
    white-space: nowrap;
}

.text-inter {
    font-family: 'Inter', sans-serif;
}

.text-Montserrat {
    font-family: 'Montserrat', sans-serif;
}

.txt-dkk {
    font-size: 25px;
    font-weight: 700;
    font-family: Montserrat
}

.mt-form {
    margin-top: 40px;
}

.px-form {
    padding: 30px !important;
}

.mx-map {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mx-main {
    margin-top: 50px;
}

.md-mt-120 {
    margin-top: 90px !important;
}
/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    .md-mt-120 {
        margin-top: 30px !important;
    }
    .doctor-overlay {
        display: none;
        width: 250px;
        object-fit: contain;
    }

    .tranform-x {
        transform: translateX(0px);
        white-space: nowrap;
    }

    .btn-submit-lien-he {
        padding: 20px 67px !important;
        font-weight: 700;
        font-family: 'Montserrat'
    }
}
@media screen and (max-width: 768px) {
    .tranform-x {
        transform: translateX(0px);
        white-space: normal;
    }

    .mt-120 {
        margin-top: 10px !important;
    }

    .mx-map {
        margin-top: 140px;
        margin-bottom: 20px;
    }

    .txt-dkk {
        font-size: 18px;
        font-weight: 700;
        font-family: Montserrat
    }

    .px-form {
        padding: 13px !important;
    }

    .mt-form {
        margin-top: 0 !important;
    }

    .bg-form {
        background-color: #EDFFFF;
    }

    .mx-main {
        margin-top: 10px;
    }
    .question-doctor {
        margin-bottom: 180px;
    }
}