@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
     }
}
@media (max-width: 991px) {
    .container {
        padding: 0 15px;
    }
    .s-text h4 {
        font-size: 20px;
    }
    .s-text p, .s-text button {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .banner-section {
        margin: 30px 15px;
    }
    .section-title {
        text-align: center;
    }
    .section-title h3 {
        font-size: 25px;
    }
    .f-30 {
        font-size: 25px !important;
    }
    .section-title p {
        font-size: 18px;
    }
    .section-image img {
        height: 400px;
    }
    .install-app span {
        font-size: 20px;
        text-align: center;
    }
    .install-app small {
        font-size: 15px;
    }
    .map-with-install-app {
        padding-top: 20px;
    }
    .pin-map {
        height: 300px;
    }
    .inner-banner-section {
        height: 250px;
        padding-bottom: 20px;
    }
    .page-title h4 {
        font-size: 25px;
    }
}
@media (max-width: 575px) {
    .banner-section {
        height: 650px;
    }
    .section-title h3 {
        font-size: 20px;
    }
    .section-title p {
        font-size: 15px;
    }
    .f-30 {
        font-size: 20px !important;
    }
    .two-part-section {
        padding: 30px 0;
    }
    .role-name-detail {
        flex-direction: column;
    }
    .sub-team span, .role a {
        font-size: 15px;
        font-weight: 500;
    }
    .sub-team {
        margin-top: 10px;
    }
    .footer-bottom {
        margin-top: 0 !important;
    }
    .list-unstyled li {
        font-size: 13px;
    }
    .footer-bottom p {
        font-size: 13px;
    }
}