@media screen and (max-width:1680px) {
    .footer_logo img {
        max-width: 280px;
    }
    .footer_sec .download_options_wrap .download_options img {
        max-width: 230px;
    }
}
@media screen and (max-width:1550px) {
    .home_sec_footer_wrap .download_options img {
        max-width: 130px;
    }
    .header_wrap img {
        max-width: 80px;
    }   
}

@media screen and (max-width:1440px) {
    .common_sec_width {
        width: 90%;
    }
    .footer_logo img {
        max-width: 240px;
    }
    .footer_sec .download_options_wrap .download_options img {
        max-width: 200px;
    }
    .home_sec_footer_wrap {
        margin-right: -3.8%;
    }
}
@media screen and (max-width:1300px) {
     .home_sec_footer_wrap .download_options img {
        max-width: 120px;
    }
    .footer_logo img {
        max-width: 200px;
    }
    .footer_sec .download_options_wrap .download_options img {
        max-width: 170px;
    }
    .header_wrap img {
        max-width: 70px;
    }
    header {
        padding: 10px 0;
    }
}
@media screen and (max-width:1200px) {
    .common_sec_width {
        width: 95%;
    }
    .footer_links li {
        padding: 0 20px;
    }
    .footer_sec .download_options_wrap .download_options img {
        max-width: 140px;
    }
    .footer_logo img {
        max-width: 160px;
    }
    .footer_links li {
        padding: 0 18px;
    }
    .footer_links {
        margin-top: 30px;
    }
    .home_sec_footer_wrap {
        margin-right: -2%;
    }
}
@media screen and (max-width:991.5px) {
    .home_sec_footer {
        margin-top: 0;
    }
    .home_sec_footer_wrap {
        justify-content: center;
        text-align: center;
    }
    .section_pad  {
        padding: 40px 0;
    }
    .home_sec_footer_wrap ul h4, .home_sec_footer_wrap .download_options {
        margin-bottom: 20px;
    }
    .footer_logo {
        text-align: center;
    }
    .footer_links {
        justify-content: center;
    }
    .download_options_wrap {
        text-align: center;
    }
    .footer_sec .row {
        --bs-gutter-y: 30px;
    }
    .footer_sec .download_options_wrap .download_options {
        flex-direction: row;
        justify-content: center;
    }
}
@media screen and (max-width:767px) {
    .footer_links {
        flex-wrap: wrap;
    }
    .footer_links li {
        margin: 10px 0;
    }
    .header_wrap img {
        max-width: 55px;
    }
    .contact_form {
        padding: 5% 6%;
    }
    .contact_form_row input, .contact_form_row textarea {
        padding: 12px 16px;
    }
}