.main-page-header {
    box-sizing: border-box;
    background-image: url("/assets/images/resource/page-header-bg.png");
    margin: 0 auto;
    margin-top: 160px;
    border-radius: 13px;
    width: 98%;
    margin-inline: auto;
    padding-inline: 24px;
    padding-block: 100px;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.main-page-header h1 {
    margin: 0;
    color: #FFF;
    font-weight: 500;
    text-align: center;
    /* line-height: 1.1; */
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 16px;
}

.main-page-header p {
    margin: 0;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
}

@media only screen and (max-width:1200px) {
    .main-page-header {
        margin-top: 150px !important;
    }
}

@media only screen and (max-width:990px) {
    .main-page-header {
        margin-top: 80px !important;
    }

    .main-page-header h1 {
        font-size: 38px;
    }
}

@media only screen and (max-width:676px) {
    .main-page-header h1 {
        font-size: 32px;
    }

    .main-page-header p {
        font-size: 14px;
    }
}

@media only screen and (max-width:420px) {
    .main-page-header h1 {
        font-size: 28px;
    }

    .main-page-header p {
        font-size: 13px;
    }
}

.hospital-guide-wrapper {
    padding: 24px 16px;
    /* background-color: #fff; */
    background-color: #e9f1fe;

    margin: 16px;
    border-radius: 17px;
}

.divider-header {
    padding-block: 16px;
    padding-block-end: 30px;
}

.divider-header .divider {
    height: 2px;
    background-color: #ED3438;
    margin-block: 16px;
}

.divider-header h2,
.divider-header p {
    margin: 0;
    font-family: "DM Sans", sans-serif;
}

.divider-header h2 {
    color: #3E4095;
}

.divider-header p {
    color: #006B3E;
    font-size: 14px;
}

@media only screen and (max-width:767px) {

    .divider-header h2,
    .divider-header p {
        margin-bottom: 10px;
        text-align: center;
    }
}

/* Contact Us Section */
.contact-us-section img {
    width: 100%;
    border-radius: 17px;
}

/* Form */


.form-group {
    position: relative;
}

.form-group>label {
    bottom: 12px;
    left: 30px;
    position: absolute;
    background-color: #e9f1fe;
    padding: 0px 5px 0px 5px;
    font-size: 1.1em;
    transition: 0.2s;
    pointer-events: none;
    color: #989494;
    font-size: 16px;
    line-height: 1;
    bottom: 30px;
    font-size: 11px;
}

.form-group.full-width label {
    top: -5px;
}

/* .form-control:focus~label {}

.form-control:valid~label {
    font-size: 11px;
    bottom: 30px;
} */

.form-group input {

    padding-inline: 30px;
    border-radius: 17px;
}

.form-group textarea {
    padding-inline: 30px;
    border-radius: 17px;
}

.form-group input,
.form-group input:focus {
    background: #e9f1fe;
    box-shadow: none;
    border: 1px solid #C9C6C6 !important;
}

.form-group textarea,
.form-group textarea:focus {
    background: #e9f1fe;
    box-shadow: none;
    border: 1px solid #C9C6C6 !important;
}

.doctor-filter_form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.doctor-filter_form .full-width {
    grid-column: span 2;
}

.doctor-filter_form .full-width textarea {
    width: 100%;
}

/* Form Actions */
.form_actions {
    display: flex;
    gap: 24px;
    grid-column: span 2;
}

.form_actions button {
    background-color: #cd463d;
    color: #FFF;
    font-family: "DM Sans", sans-serif;
    padding: 12px 32px;
    border-radius: 50px;
    font-weight: 500;
    border: 1px solid #cd463d;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.form_actions button:hover {
    transition: all 0.3s ease-in-out;
    background-color: #FFF;
    color: #cd463d;
}

.form_actions a {
    background-color: #3E4095;
    color: #FFF;
    font-family: "DM Sans", sans-serif;
    padding: 12px 32px;
    border-radius: 50px;
    font-weight: 500;
    border: 1px solid #3E4095;
    transition: all 0.3s ease-in-out;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.form_actions a:hover {
    transition: all 0.3s ease-in-out;
    background-color: #FFF;
    color: #3E4095;
}

@media only screen and (max-width:991px) {
    .doctor-filter_form {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .doctor-filter_form .full-width {
        grid-column: span 1;
        margin-top: 0;
    }

    .doctor-filter_form .form_actions {
        grid-column: span 1;
        margin-top: 0;
    }
}

@media only screen and (max-width:476px) {
    .doctor-filter_form .form_actions {
        flex-direction: column;
    }

    .doctor-filter_form .form_actions a,
    .doctor-filter_form .form_actions button {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

}

/* Contact Cards */

.hospital-guide-wrapper {
    background: linear-gradient(to bottom, #E5F1FF, #FFF);
}

.contact-card {
    background: #e8f1ff;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px;
    border-radius: 17px;
    transition: all 0.3s ease-in-out;
    border: 2px solid #FFF;

}

.c_card_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #FFF;
    padding-bottom: 60px;
    margin-bottom: 40px;
}

.c_card_header h3 {

    font-family: "Albert Sans", Sans-Serif;
    color: #4E4E4E;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0s ease-in-out;
}

.c_card_header img {
    background: #ed3438;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    padding: 5px;
    border: 2px solid #FFF;
}

.c_card_body h4 {
    font-family: "DM Sans", Sans-Serif;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    color: #3e4095;
    transition: all 0s ease-in-out;
    margin-bottom: 5px;
}

.c_card_body p,
.c_card_body p a {
    transition: all 0s ease-in-out;
    line-height: 1.2;
    font-family: "DM Sans", Sans-Serif;
    color: #555657;
    font-size: 15px;
    margin: 0;
}

/* Card Hover */
.contact-card:hover {
    background: #3e4095;
    transition: all 0.3s ease-in-out;
}

.contact-card:hover .c_card_header h3 {
    transition: all 0s ease-in-out;
    color: #FFF;
}

.contact-card:hover .c_card_body p a,
.contact-card:hover .c_card_body p,
.contact-card:hover .c_card_body h4 {
    transition: all 0s ease-in-out;
    color: #FFF;
}

/* Contact Map Filter */
.contact-form label {
    background-color: #f5faff;
}

.contact-form select {
    background-color: #f5faff;
}

.contact-form {
    margin-top: 60px;
    margin-bottom: 50px;
}