/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .main_header {
        height: 105px;
    }

    .main_header_wrap .logo img {
        width: 90px;
        height: 90px;
        top: -46px;
    }

    .main_header_wrap {
        height: 50px;
    }

    .banner {
        height: 360px;
        padding: 0;
    }

    .banner-content h1 {
        font-size: 26px;
    }

    .about_us_contents h1 {
        font-size: 32px;
    }

    .website_btn {
        padding: .4rem 1.5rem;
    }

    .footer_widget {
        margin-bottom: 2rem;
    }

    .share-button {
        width: 100%;
    }

    .bc {
        padding: 10px 0;
    }

    .section_title h1 {
        font-size: 32px;
    }

    .section_title h1::before {
        height: 41px;
        width: 116px;
    }

    .contact_page_sec {
        margin-top: 195px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .main_header {
        height: 125px;
    }

    .main_header_wrap .logo img {
        width: 110px;
        height: 110px;
        top: -55px;
    }

    .main_header_wrap {
        height: 50px;
    }

    .banner {
        height: 360px;
        padding: 0;
    }

    .banner-content h1 {
        font-size: 42px;
    }

    .about_us_contents h1 {
        font-size: 32px;
    }

    .website_btn {
        padding: .4rem 1.5rem;
    }

    .footer_widget {
        margin-bottom: 2rem;
    }

    .share-button {
        width: 100%;
    }

    .bc {
        padding: 10px 0;
    }

    .contact_page_sec {
        margin-top: 195px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .banner {
        padding: 0px;
    }

    .footer_widget {
        margin-bottom: 2rem;
    }

    .bc {
        padding: 16px 0;
    }

    .contact_page_sec {
        margin-top: 30px;
    }
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .main_header_wrap .logo img {
        width: 120px;
        height: 120px;
        top: -60px;
    }

    .main_header {
        height: 140px;
    }

    .contact_page_sec {
        margin-top: -140px;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .contact_page_sec {
        margin-top: -120px;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .contact_page_sec {
        margin-top: -100px;
    }
}