@media (max-width: 1300px) {
    .hero .content .right img{
        right: -6%
    }
    
}
@media (max-width:1110px) {
    .nav .top .right a:nth-child(2) {
        display: none;
    }
    header {
        padding-right: 40px;
    }

    .hero .content .left{
        width: 67%;
    }
    .cards-container{
        margin-left: 4%;
        margin-right: 0%;
    }
    .about-section .about{
        margin-left: 4%;
        width: 92%;

    }
}

@media (max-width:1024px) {
    header .right-menu ul {
        gap: 34px;
    }
    
    .hero .content .left{
        width: 100%;
        padding-top: 9vh;
    }
    .hero .content .right img{
        right: -8%;
        display: none;
    }
}

@media (max-width:920px) {
    header .right-menu ul {
        gap: 24px;
    }
    .service-section .content h1{
        width: 65%;
    }
    .service-list .service{
        width: 29%;
    }
    .cards-container{
        flex-wrap: wrap;
    }
    .cards-container .card{
        margin-bottom: 30px;
        width: 47%;
    }
    .about-section .about .left img{
        height: 60%;
    }
}

@media (max-width:877px) {
    header .right-menu {
        width: 100%;
        position: fixed;
        height: 100vh;
        left: -170%;
        background: rgba(0, 0, 0, 0.6);
        transition: all 0.4s ease;
        top: 0;

    }

    .logo-container{
        height: 70px;
        border-bottom: 0px;
    }
    .logo-container .content h3{
        padding-top: 10px;
    margin-bottom: 0px;
    }
    header .right-menu.open {
        left: 0;
        transition: all 0.5s ease;
    }

    .right-menu-toggle {
        display: block;
    }

    header .right-menu ul {
        flex-direction: column;
        background: white;
        height: 100%;
        width: 300px;
        line-height: 2;
        overflow-y: auto;
        padding-left: 0px;
        gap: 0;
    }

    header .right-menu ul .pr a i {
        float: right;
        margin-top: 10px;
        font-style: 17px;
        margin-right: 10px;
    }

    header .right-menu ul li {
        padding: 16px 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        cursor: pointer;
        padding-left: 20px;
    }

    .right-menu ul li.active {
        border-left: 4px solid salmon;
    }

    header .right-menu ul li a {
        font-size: 16px;
    }

    .submenu {
        position: relative;
        height: 0px !important;
        padding: 0;
        overflow: hidden;
        top: 0;
        opacity: 1;
        left: -13px;
        width: 100% !important;
        transition: all 1s ease;
        top: 17px;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        overflow-y: hidden !important;
        left: -20px;
        width: 361px !important;
        padding-left: 16px;
        gap: 0px !important;
    }

    .submenu.open {
        height: 400px !important;

        transition: all 1s ease;
    }

    ul.submenu.open li {
        padding-left: 11px;
        padding-top: 22px;
        padding-bottom: 22px;
        margin-left: 17px;
    }

    .menu-logo {
        width: 300px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .menu-logo .cross-button {
        background: white;
        color: red;
        font-size: 18px;
        text-align: right;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .menu-logo .left-logo .logo-container {
        margin-left: 0px;
        border-bottom: none;
        padding-bottom: 30px;
    }
    .nav .top .right{
        margin-right: 35px;
    }
     .nav .top .left{
        margin-left: 20px;
    }
}

@media (max-width:840px) {
.service-section .content h1{
    width: 100%;
}
}

@media (max-width:730px) {

    .service-list{
        flex-wrap: wrap;
    }
    .service-list .service{
        width: 46%;
    }
    .about-section .about{
        width: 100%;
        margin-left: 0px;
        flex-wrap: wrap;
        padding-left: 0px;
    }
    .about-section .about .left{
        width: 100%;
        margin-left: 0px;
    }
    .about-section .about .left img{
        width: 70%;
        height: auto;
        /* margin-left: 15%; */
    }
    .about-section .about .left .call-us{
        left: 0%;
    }
    .about-section .about .right{
        width: 100%;
        margin-right: 0px;
    }
    .about-section .about .right .content{
                width: 100%;
        margin-left: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .about-section .about .right .content h1{
        font-size: 33px;
    }
    .about-section .about .right .content h1 br{
        display: none;
    }
    .about-section .about .right .icon div{
        text-wrap: nowrap;
        line-height: 3;
    }
    .why-choose-section .heading p {
    font-size: 6.5vw;
            font-weight: 500;
    }
        .why-choose-section .heading h2 {
        font-size: 1.3rem;
    }
    
}
@media (max-width:700px) {
    .hero .content .left h1{
        font-size: 40px;
    }
    .hero .content .left p{
        font-size: 25px;
    }
    .hero .content .left .subheading{
        font-size: 17px;
    }
        .nav .top .right a:nth-child(1){
            display: none;
        }
        .service-section .content h1{
            font-size: 32px;
        }
}

@media (max-width:580px) {
     .service-list .service{
        width: 100%;
     }
     .cards-container .card{
        width: 97%;
     }
         .about-section .about .left img{
            width: 100%;
            height: auto;
         }
             .about-section .about .right .icon div{
                width: 100%;
                line-height: 2.5;
                        letter-spacing: 2px;
             }
                 .about-section .about .right .content h1 {
        font-size: 1.8rem;
    }
    
    
    .icon div i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-left: 6px;
    margin-right: 15px;
    }
    
}

@media (max-width:480px) {

    .top{
        display: none !important;
    }
    .logo-container{
        margin-left: 0px;
    }
    .right-menu-toggle{
        line-height: 3;
    }
}