.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;
    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;
    }
}

/* Ambulance services Section */



.ambulance-content .divider {
    height: 2px;
    width: 100%;
    background-color: #ED3438;
}

.ambulance-content h2 {
    font-family: "DM Sans", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #3E4095;
    margin: 0;
}

.ambulance-services-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 17px;
}

.ambulance-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    text-align: right;
}

.ambulance-stats h3 {
    color: #ED3438;
    font-size: 38px;
    font-family: "DM Sans", Sans-Serif;
}

.ambulance-stats p {
    color: #3E4095;
    font-size: 16px;
    font-family: "DM Sans", Sans-Serif;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.1;
}

@media only screen and (max-width:991px) {

    .ambulance-stats {
        margin-block: 24px;
        text-align: center;
    }
}

@media only screen and (max-width:476px) {

    .ambulance-stats {
        grid-template-columns: 1fr;
    }

    .ambulance-stats h3 {
        font-size: 28px;
    }

    .ambulance-stats p {
        font-size: 15px;
    }

}

.ambulance-content-section {
    padding-inline: 60px;
    padding-block: 30px;
    background: linear-gradient(to bottom, #E5F1FF, #FFFFFF50);

    margin-top: 30px;

    border-radius: 17px;
}

@media only screen and (max-width:676px) {
    .ambulance-content-section {
        padding-inline: 0;
    }
}

.ambulance-content .divider {
    margin-block: 24px;
}

.ambulance-content p {
    color: #353434;
    font-size: 16px;
    font-family: "DM Sans", Sans-Serif;
}

.ambulance-cta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-block: 24px;
}

.ambulance-cta .left img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.ambulance-cta .right h3 {
    font-family: "DM Sans", Sans-Serif;
    color: #3E4095;
    font-size: 22px;
    font-weight: 400;
    margin: 0;

}

.ambulance-cta .right p {
    font-family: "DM Sans", Sans-Serif;
    color: #4E4E4E;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
}

.ambulance-cta .right p a {
    color: #3E4095;
    font-weight: 400;
}

.city_link {
    font-weight: 500;
    color: #3E4095;
}

.helpline-list {
    margin-block: 30px;
}

.helpline-list p {
    color: #3E4095;
    margin: 0;
    padding-block: 12px;
    border-top: 1px solid #C0D0E580;
}

.helpline-list p:last-child {

    border-bottom: 1px solid #C0D0E580;
}