@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;
    }

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

    .left-bar .address a::after {
        display: none;
    }

    .left-bar .address a {
        padding-right: 0;
    }

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

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

    ul.navbar-nav li.nav-item {
        width: 100%;
    }

    ul.dropdown-menu {
        width: 100%;
    }

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

    .banner-box img {
        height: 220px;
    }

    .banner-content {
        right: 20px;
        text-align: end;
        width: 60%;
    }

    .banner-content p {
        font-size: 16px;
        margin-bottom: 20px;
        text-align: end;
    }

    .banner-btn {
        text-align: end;
    }

    .banner-btn a {
        padding: 10px 12px;
        font-size: 14px;
    }

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

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

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

    .about-content .banner-btn {
        text-align: start;
    }

    section.about-area {
        padding: 60px 0 40px;
    }

    section.testimonials-area {
        overflow: hidden;
    }

    .footer-box {
        margin-bottom: 20px;
    }

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

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

    .page-header.parallaxie {
        padding: 40px 0 0;
        height: 160px;
    }

    .page-header-box .breadcrumb li:before {
        font-size: 15px;
        top: 4px;
    }

    .services-content h3::after {
        transform: translateX(0%);
    }

    .services-form {
        margin-bottom: 30px;
    }

    .pricing-content-box {
        margin-bottom: 20px;
    }


    footer.tf_footer {
        padding: 70px 0 20px;
    }




}


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


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

    .banner-content {
        padding-left: 50px;
    }

    .about-imgs-1 img {
        height: 240px;
    }

    .about-imgs-2 img {
        height: 215px;
    }

    .services-box img {
        height: 260px;
    }

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

    .services-content h3::after {
        transform: translateX(0%);
    }

    .gallery-box img {
        height: 355px;
    }

    .footer-box {
        margin-bottom: 20px;
    }

    .service-sidebar {
        margin-bottom: 20px;
    }

    .gallery-img img {
        max-width: 220px;
        height: 330px;
    }












}

@media only screen and (max-width:1199px) and (min-width:992px) {
    ul.navbar-nav li.nav-item {
        margin-right: 0px;
    }

    .banner-content {
        padding-left: 30px;
        width: 38%;
    }

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

    .services-box img {
        height: 220px;
    }
}

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

@media only screen and (max-width:1920px) and (min-width:1400px) {
    .services-content h3::after {
        transform: translateX(-1040%);
    }
}