.header-menu nav.navbar.navbar-expand-md {
    padding: 10px 0;
}

.menu-right-part a.nav-link:hover {
    color: #d32030 !important;
}

.main-common-title.about-title h2 {
    padding: 0 0 20px;
}

.about-us-right-div {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.find-out-more-btn {
    margin-top: 20px;
}

.left-logo {
    padding: 0;
}

.menu-right-part .navbar-collapse {
    justify-content: flex-end;
}

@media only screen and (min-width: 1800px) and (max-width:1920px) {
    .container {
        max-width: 1322px;
    }
}

@media only screen and (min-width: 1200px) and (max-width:1600px) {
    .main-common-title h2 {
        font-size: 34px;
    }
    .testimonial-slider-div .carousel-caption p {
        font-size: 16px;
    }
    .testimonial-slider-div .carousel-caption span {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1025px) and (max-width:1199px) {
    .main-common-title h2 {
        font-size: 32px;
    }
    .testimonial-slider-div .carousel-caption p {
        font-size: 16px;
    }
    .testimonial-slider-div .carousel-caption span {
        font-size: 18px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .footer-menu-link-common-div {
        margin-top: 20px;
    }
    .location-detail-div ul li {
        margin-bottom: 10px;
    }
    .feature-box h6 {
        font-size: 22px;
        margin-bottom: 0;
    }
    .feature-box p {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width:992px) {
    .feature-cover-box-div {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .feature-box h6 {
        font-size: 20px;
        line-height: 24px;
    }
    .about-company-div {
        padding: 50px 0px 25px;
    }
    .main-common-title h2 {
        font-size: 28px;
    }
    .testimonial-slider-div {
        padding: 20px 0;
    }
    .testimonial-slider-div .main-common-title h2 {
        padding: 25px 0px 10px;
    }
    .main-common-title.other-services-title.text-center h2 {
        padding-bottom: 15px;
    }
    .footer-menu-link-common-div {
        margin-top: 0;
    }
    .footer-columns {
        margin-bottom: 30px;
    }
    .footer-cover-div {
        padding: 50px 0px 35px;
    }
    .location-detail-div ul li {
        margin-bottom: 10px;
    }
    .container-fluid.header-menu {
        padding: 0;
    }
    .banner-content h5 {
        font-size: 16px;
    }
    .banner-cover-div {
        min-height: 185px;
        padding: 25px;
    }
    .other-services-box-cover-div {
        padding: 20px 15px;
    }
    .main-common-title.about-title h2 {
        padding: 0 0 10px;
    }
    .menu-right-part a.nav-link {
        font-size: 14px;
        padding: 5px 3px !important;
    }
    .main-banner-div {
        min-height: 412px;
    }
    .banner-main-title h1 {
        font-size: 30px;
        line-height: 34px;
    }
}

@media screen and (max-width: 767px) {
    button.navbar-toggler {
        padding: 0;
    }
    .container-fluid.header-menu {
        padding: 0;
    }
    .other-services-main-div {
        padding: 20px 0;
    }
    .other-services-main-div .main-common-title h2 {
        padding: 0;
    }
    .location-detail-div ul li {
        margin-bottom: 5px;
    }
    .footer-columns {
        margin-bottom: 15px;
    }
    .main-common-title.about-title h2 {
        padding: 15px 0 15px 0px;
    }
    .common-btn {
        padding: 5px 24px !important;
        text-align: center;
    }
    .testimonial-slider-div .carousel-caption {
        padding-bottom: 0;
    }
    .feature-cover-box-div {
        padding-top: 20px;
        padding-bottom: 35px;
    }
    .feature-box h6 {
        font-size: 20px;
        margin-bottom: 0;
        line-height: 24px;
    }
    .feature-box p {
        margin-bottom: 0;
    }
    .feature-box {
        display: flex;
        align-items: center;
    }
}