
@media(max-width: 1200px){
    .navbar .nav-item .nav-link {
        font-size: 13px;
        margin-right: 5px;
    }
    .header-top-social {
        display: none;
    }
    .header-top-contact {
        padding-right: 10px;
    }
    .contentall  {
        padding-top: 40px;
    }
    .contentall .hero-title {
        font-size: 47px;
        line-height: 52px;
    }
}
@media(max-width:991px){
    .navbar-brand {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    }

    .header-top .row {
        flex-direction: row-reverse;
        align-items: center;
    }
    .navbar {
        top: 25px;
        right: 0;
        left: inherit;
        position: fixed;
        box-shadow: none;
    }
    .navbar .container {
        justify-content: end;
        width: 280px;
        padding: 0;
    }
    .mobile-menu-right {
        padding: 0 10px;
    }
    .hero-single .hero-content .hero-title {
        width: 100%;
    }
    .hero-single .hero-content {
        padding: 20px;
        height: 90vh;
    }
    video#myVideo {
        height: 50vh;
    }
        .hero-single {
        padding-top: 70px;
        padding-bottom: 0;
    }
    .technology-title {
        line-height: 37px;
    }
    .latest-techonology .category-img img {
        height: 100px;
    }
    .latest-techonology .category-item {
        height: 200px;
        padding: 10px;
    }
    .vehicle-detail {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }
    .about-area {
        background-size: cover;
        padding: 30px 0;
    }
    .about-text {
        padding: 0;
    }
    .service-area .site-heading {
        text-align: center;
    }
    .service-area .theme-btn {
        margin-bottom: 20px;
    }
    .service-area.bg .mb-40 {
        margin-bottom: 20px;
    }
    .cta-button {
        padding: 0;
    }
    .quote-img {
        padding: 0;
    }
    .quote-content {
        padding: 20px 0;
    }
    /*  About Us Responsive */

    .about-page-section {
        padding: 0;
    }
    .about-page-section .row {
        padding: 10px;
    }
    .about-page-img {
        margin: 0;
    }
    .whatwedo {
        padding: 30px 0;
    }
    .whatwedo .site-heading {
        margin-bottom: 20px;
    }
    .abtchoo-content {
        padding: 10px;
    }
    .why-us-mainholder {
        padding: 20px 0 !important;
    }
    .site-breadcrumb .breadcrumb-title {
        font-size: 37px;
    }
    .services-page-area {
        padding: 30px 0;
    }
    .services-contact-title {
        line-height: 39px;
        font-size: 27px;
    }
    .about-right {
        margin-top: 0;
        padding-left: 0;
    }
    .gallery-col-box {
        margin-bottom: 10px !important;
    }
    .services-content {
        padding-top: 0;
    }
    .services-content .gallery-col-box {
        margin: 0;
    }
    h2.prouct-title-cls {
        position: relative;
        width: 30%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 20px;
    }
    h2.prouct-title-cls:after {
        content: '';
        background: linear-gradient(45deg, transparent, black, transparent);
        width: 533px;
        height: 1px;
        position: absolute;
        top: 0px;
        left: 0;
    }
    h2.prouct-title-cls::before {
        width: 533px;
        content: '';
        background: linear-gradient(45deg, transparent, black, transparent);
        height: 1px;
        position: absolute;
        right: 0px;
        left: inherit;  
        top: 0;
    }
    .gallery-item {
        margin-bottom: 20px;
    }
    .services-content {
        padding-top: 15px;
    }
    .services-wrapper {
        margin-bottom: 20px;
    }
    .header-top-social {
        display: none;
    }
    .menu-right-content {
        padding: 10px;
    }
    .header-top-contact ul {
        justify-content: start;
    }
    .service-details img {
        height: auto;
    }
    .service-details {
        padding: 10px;
    }
    video#myVideo {
        height: 96vh;
    }
    .contentall .hero-title {
        font-size: 35px;
        line-height: 40px;
    }
}

@media(max-width: 771px){
    .menu-right-content {
        display: none !important;
    }
    .service-single-area h1 {
        font-size: 22px;
    }
    .hero-title {
        font-size: 35px;
        line-height: 50px;
    }
    .slider-content {
        padding-left: 20px;
        padding-top: 110px;
        padding-bottom: 60px;
        padding-right: 20px;
    }
}