.hero_area {
    position: relative;
    background-color: #5ca9d8;
    height: 85vh;
}

.hero_area_withoutSilder {
    position: relative;
    background-color: #5ca9d8;
    height: auto;
}

.footer_section {
    background-color: #5ca9d8;
}

.header_section {
    background-color: #dff3ff;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
    color: #285c91;
}

.custom_nav-container.navbar-expand-lg .navbar-nav select {
    color: #285c91;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link::after {
    background-color: #ec4448;
}

.slider_section .detail-box span {
    font-size: 1.5rem;
}

.slider_section {
    background-image: url(../images/slider-bg.png);
}

    .slider_section .detail-box h1 {
        min-height: 160px;
    }

.center-box {
    display: flex;
    justify-content: center; /* center horizontally */
    align-items: center; /* center vertically */
    height: 100%; /* make sure parent takes full height */
}

.responsive-iframe {
    position: relative;
    width: 100%;
    max-width: 560px; /* Restrict max width */
    padding-bottom: 50%; /* 16:9 aspect ratio (315/560*100) */
    height: 0;
    overflow: hidden;
}

    .responsive-iframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: 315px; /* Restrict max height */
        border: 0;
    }

.contact_section {
    background-color: #5ca9d8;
}
