@media(max-width: 991px) {
    .banner__section {
        padding: 0px;
}
.widget-area {
    padding: 25px 0px 0px 0px;
}
.widget_title {
    font-size: 24px;
    margin-bottom: 10px;
}
.copyright-wrap {
    margin-top: 0px;
}
.copyright-text p{
    font-size: 13px;
}
.footer__logo {
    width: 160px;
    margin-bottom: 20px;
}
.header-top {
    padding: 0px 0px !important;
}

.header-btns img {
    width: 38px;
    height: 38px;
}
.page_wrapper{
    padding: 30px 0px;
}

.dropdown{
    padding: 10px;
}
.banner_box {
    padding: 12px;
    margin: 0px;
}
.section-title h3 {
    font-size: 28px;
    font-weight: 500;
}
/* .section-title p{
    display: none;
} */
.banner__section{
    background-image: none;
}
.tab-links li {
    padding: 7px 0px;
}
.service_section, .about_section {
    padding: 40px 0px;
}
.section-title-2 h3 {
    font-size: 23px;
}
.shape1 img {
    width: 100%;
    height: auto;
}
.about-2-img{
    display: none;
}
.project_section {
    padding: 40px 0px;
}
.gallery-title h3{
    font-size: 32px;
}
.about_shape_img-1{
    display: none;
}
.about_shape_img-2{
    display: none;
}
.testimonials_shape_img-1{
    display: none;
}
.testimonials_shape_img-2{
    display: none;
}
.quick_links {
    margin-left: 0px;
}
.testimonials_section , .why_choose_section{
    padding: 30px 0px;
}
.review{
    padding: 15px;
}
.review p {
    font-size: 15px;
    font-weight: 500;
}
.review h4{
    font-size: 24px;
}
.footer_logo img {
    width: 245px;
}
.banner_bttn {
    margin: 20px 0px;
}
.intro-content {
    margin-left: 0px;
}
.upper_header_address{
    display: none;
}
.tab-links {
    background: #f5f5f5;
    padding: 8px 10px !important;
    margin-top: 10px;
}
.about_bg_image{
    display: none;
}
.top__navbar{
    background-color: #e1e1e1;
    padding-bottom: 10px;
}
.dropdown ul{
    top: 30px;
}
.why_choose_content h4{
    font-size: 34px;
    margin-bottom: 20px;
}
}

@media(max-width: 768px) {
    .header-links li{
        padding: 0px;
        margin: 0px;
    }
    .footer-widget {
        margin-bottom: 20px;
        li {
            padding: 5px 0px;
        }
    }
    .header-links-1{
        float: none;
        justify-content: center;
        display: flex;
    }
    .header-links{
        text-align: center;
    }
    .upper_header_number a{
        font-size: 14px;
    }
    .upper_header_number img{
        font-size: 14px;
    }
    .thumb p{
        margin: 0px !important;
        padding: 10px !important;
    }
}


@media(min-width: 991px) and (max-width: 1300px){
    .logo {
        width: 250px;
    }
    .tab-links li{
        padding: 0px 10px;
    }
}
@media(min-width: 991px) and (max-width: 1300px){
    .section-title h3 {
        font-size: 40px;
    }
}