.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: #ecf5ff;

    margin: 16px;
    border-radius: 17px;
}

.divider-header {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #ed3438;
    padding-block: 16px;
    padding-block-end: 30px;
}

.divider-header h2,
.divider-header p {
    width: 50%;
    margin: 0;
    font-family: "DM Sans", sans-serif;
    color: #000;
}

.divider-header h2 {
    color: #3E4095;
}

@media only screen and (max-width:767px) {
    .divider-header {
        flex-direction: column;
    }

    .divider-header h2,
    .divider-header p {
        width: 100%;
    }

    .divider-header h2 {
        margin-bottom: 10px;
        text-align: center;
    }
}

/* clinics and schedule Section */

.schedule-list {
    /* background-color: red; */
    max-width: 1100px;
    margin: 32px auto;
}

.accordion-header {
    margin-top: 0;
}

.accordion-button {
    margin: 0;
    background-color: #eff5fe !important;
    padding: 0;
}

.accordion-button:focus,
.accordion-button:focus-visible {
    box-shadow: none !important;
    border: 0 !important;
    outline: 0 !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-item {
    border: 0;
    padding-block: 24px;
    background-color: #eff5fe;
    border-bottom: 1px solid #3E4095;
    border-radius: 0 !important;
}

.accordion-title {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-inline: 24px;
    background-color: #eff5fe;
}

.accordion-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-icon img {
    width: 60px;
}

.accordion-content {}

.accordion-content h3,
.accordion-content p {
    margin: 0;
    padding: 0;
    color: #3E4095;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.accordion-content p {
    font-size: 15px;
    font-weight: 400;
}


@media only screen and (max-width:767px) {
    .accordion-title {
        padding-inline: 0;
        gap: 10px;
    }

    .accordion-icon img {
        width: 40px;
    }

    .accordion-content h3 {
        font-size: 18px;
    }

}

/* Accordion Body */
.accordion-body {
    background-color: #eff5fe;
    padding-inline: 0;
    padding-block-start: 12px;
}

.accordion-body table {
    width: 100%;
}

.accordion-body thead {
    background-color: #396a43;
}

.accordion-body th,
.accordion-body td {
    text-align: center;

}

.accordion-body th {
    padding: 12px;
    color: #FFF;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #FFF;
}

.accordion-body td {
    padding: 24px 12px;
    /* border: 1px solid #3E4095; */
    position: relative;
    font-size: 14px;
}

.accordion-body td::after {
    content: "";
    width: 90%;
    height: 1px;
    display: inline-block;
    background-color: #3E4095;
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 0;
    transform: translate(-50%, -50%);

    /* border-block-end: 1px solid #3E4095; */
    /* margin-inline: 12px; */
}

.accordion-body td:nth-child(2) {
    /* background-color: red; */
    border-inline: 1px solid #3E4095;
}

.show-more_wrapper {

    text-align: center;
    margin-top: 40px;
}

.show-more_btn {
    border: 2px solid #3E4095;
    background-color: #3E4095;
    color: #FFF;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    padding: 8px 40px;
    transition: all 0.3s ease-in-out;
}

.show-more_btn:hover {
    transition: all 0.3s ease-in-out;
    border: 2px solid #3E4095;
    background-color: #FFF;
    color: #3E4095;

}

.show-more_btn:hover:focus {

    border: 2px solid #3E4095 !important;
}

.show-more_btn:focus,
.show-more_btn:focus-visible {
    border: 2px solid #3E4095;
    outline: none;

}

.form-group {
    position: relative;
}

.form-group>label {
    bottom: 6px;
    left: 15px;
    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;
}

.form-control:focus~label {
    bottom: 24px;
    font-size: 11px;
}

.form-control:valid~label {
    font-size: 11px;
    bottom: 24px;
}

.form-group input {
    padding-inline-end: 30px;
}

.form-group input,
.form-group input:focus {
    background: #e9f1fe;
    box-shadow: none;
    border: 1px solid #3E4095 !important;
}

.divider-header form {
    min-width: 300px;
    max-width: 300px;
    width: 100%;
    position: relative;
}

.divider-header form button {
    position: absolute;
    top: 3px !important;
    right: 16px !important;
    border: 0;
    outline: 0;
    background: transparent;
    padding: 0;
}

.divider-header form button img {
    width: 24px;

}