@media only screen and (max-width:767px) and (min-width:320px) {

    .left-bar {
        flex-direction: column;
    }

    .left-bar .address {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .right-bar ul {
        justify-content: center;
    }

    .right-bar {
        margin-bottom: 10px;
    }

    section.banner-area {
        background-position: left;
        height: 440px;
    }

    .banner-content {
        left: 5%;
        width: 90%;
    }

    .banner-content h1 {
        font-size: 35px;
        margin-bottom: 10px;
    }

    button.navbar-toggler {
        box-shadow: none !important;
        border-radius: 2px;
    }

    ul.navbar-nav.ms-auto {
        align-items: flex-start;
    }

    .about-imgs-area {
        margin-bottom: 20px;
    }

    .features-box {
        margin-bottom: 40px;
    }

    .features-box .content {
        padding-left: 20px;
    }

    .why-choose-us-img {
        margin-bottom: 20px;
    }

    .why-choose-us-content p {
        margin-bottom: 30px;
    }

    .why-choose-us-inner-box {
        margin-bottom: 30px;
    }

    .popular-box {
        margin-bottom: 30px;
    }

    .popular-box img {
        max-width: 100%;
    }

    .link ul {
        flex-direction: column;
        align-items: self-start;
        padding: 0 25px;
    }

    .service-details-right-content h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .link ul li {
        margin: 10px 0px;
    }

    section.popular-product {
        padding: 60px 0 0;
    }


    section.tf_testimonials {
        padding: 60px 0 0;
    }

    .testimonials-content {
        padding-bottom: 60px;
    }

    .newsletter-content h2 {
        font-size: 25px;
    }

    .newsletter-content h4 {
        font-size: 18px;
    }

    .one-side {
        position: relative;
        top: auto;
        height: 100%;
    }


    .for-desktop {
        display: none;
    }

    button.dropdown-btn.for-mobile {
        display: block;
        border: none;
        background-color: #fff;
        color: #000;
        padding: 10px 5px;
        border-bottom: 2px solid #F2A451;
        font-weight: 500;
        width: 100%;
        text-align: start;
    }

    .dropdown-container.show {
        display: block;
        width: 100%;
    }

    ul.navbar-nav li.nav-item {
        border-bottom: 2px solid #F2A451;
        width: 100%;
        padding: 0;
    }

    a.nav-link {
        padding: 10px 5px;
    }

    ul.navbar-nav.ms-auto li.nav-item:last-child {
        margin: 20px 0;
        border-bottom: none;
    }

    button.dropdown-btn.for-mobile i {
        float: right;
    }


    .dropdown-container li a {
        padding: 5px;
        color: #000;
        position: relative;
        width: 100%;
        display: block;
    }

    .dropdown-container li a::after {
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
        font-weight: 700;
        font-size: 17px;
        color: #000000;
        display: inline-block;
        line-height: normal;
        position: absolute;
        top: 5px;
        right: 5px;
    }

    .dropdown-container li {
        width: 100%;
    }

    .dropdown-menu.show {
        display: block;
        visibility: visible;
        opacity: 1;
        transform: scaleY(1);
    }

    div#services-dropdown1 li .dropdown-menu {
        display: none;
    }

    div#services-dropdown1 li .dropdown-menu.show {
        display: block;
        width: 100%;
    }

    .page-header-box h2 {
        font-size: 30px;
    }

    .page-header-box .breadcrumb li {
        font-weight: 500;
        font-size: 18px;
    }

    .page-header-box .breadcrumb li:before {
        font-size: 18px;
    }

    .big-img-preview {
        margin-bottom: 40px;
    }

    .wood_doors_box {
        border-bottom: 2px solid #000;
        padding-bottom: 20px;
        text-align: center;
    }

    .service-details-right-image img {
        height: auto;
    }

}



@media only screen and (max-width:991px) and (min-width:768px) {

    button.navbar-toggler {
        box-shadow: none !important;
        border-radius: 2px;
    }

    ul.navbar-nav.ms-auto {
        align-items: flex-start;
    }

    .banner-content h1 {
        font-size: 30px;
    }

    section.banner-area {
        height: 400px;
    }

    .features-box {
        flex-direction: column;
    }

    .features-box .icon {
        margin-bottom: 20px;
    }

    .features-box .content {
        padding-left: 0;
    }

    .features-box .content h3 {
        font-size: 20px;
    }

    .gallery-img img {
        max-width: 100%;
    }

    .popular-box img {
        max-width: 100%;
    }

    .popular-content {
        left: 16px;
    }

    .testimonials-img img {
        height: 505px;
    }

    .one-side {
        position: relative;
        top: auto;
        height: 100%;
    }


    .for-desktop {
        display: none;
    }

    button.dropdown-btn.for-mobile {
        display: block;
        border: none;
        background-color: #fff;
        color: #000;
        padding: 10px 5px;
        border-bottom: 2px solid #F2A451;
        font-weight: 500;
        width: 100%;
        text-align: start;
    }

    .dropdown-container.show {
        display: block;
        width: 100%;
    }

    ul.navbar-nav li.nav-item {
        border-bottom: 2px solid #F2A451;
        width: 100%;
        padding: 0;
    }

    a.nav-link {
        padding: 10px 5px;
    }

    ul.navbar-nav.ms-auto li.nav-item:last-child {
        margin: 20px 0;
        border-bottom: none;
    }

    button.dropdown-btn.for-mobile i {
        float: right;
    }


    .dropdown-container li a {
        padding: 5px;
        color: #000;
        position: relative;
        width: 100%;
        display: block;
    }

    .dropdown-container li {
        width: 100%;
    }

    .dropdown-menu.show {
        display: block;
        visibility: visible;
        opacity: 1;
        transform: scaleY(1);
    }

    div#services-dropdown1 li .dropdown-menu {
        display: none;
    }

    div#services-dropdown1 li .dropdown-menu.show {
        display: block;
        width: 100%;
    }

    .page-header-box h2 {
        font-size: 30px;
    }

    .page-header-box .breadcrumb li {
        font-weight: 500;
        font-size: 18px;
    }

    .page-header-box .breadcrumb li:before {
        font-size: 18px;
    }

    .big-img-preview {
        margin-bottom: 40px;
    }

    .dropdown-container li a::after {
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
        font-weight: 700;
        font-size: 17px;
        color: #000000;
        display: inline-block;
        line-height: normal;
        position: absolute;
        top: 5px;
        right: 5px;
    }

    .dropdown-menu.show li.dropdown-item a.sub-link::after {
        display: none;
    }
}

@media only screen and (max-width:1199px) and (min-width:992px) {


    .gallery-img img {
        max-width: 100%;
    }

    .popular-box img {
        max-width: 100%;
    }


}

@media only screen and (max-width:1399px) and (min-width:1200px) {}