body{
    margin: 0;
    overflow-x: hidden;
}

.wrapper{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
}
.hamburger{
    display: none;
}
.mbl-menu-exit{
    display: none;
}
.nav-info{
    
    clip-path: inset(0 -100vmax);
    box-shadow: 0 0 0 100vmax #B89166;
    background-color:#B89166 ;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-end{
    display: flex;
    justify-content: end;
    gap: 2.5rem;

}
.contact-number, .location, .nav-flex{
    display: flex;
    align-items: center;
    gap: 1rem;
    color: white;
    font-family: 'poppins';
    height: 50px;
    
}
.contact-number, .location, h3{
    font-weight: 500;
    font-size: 18px;
}

.nav{
    display: flex;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
}


.nav ul{
    display: flex;
    list-style: none;
    align-items: self-end;
    
    
}
.nav ul li{
    margin-right: 2.7rem;
    padding-bottom: 11px;
    position: relative;
    
}
 .active{
    background-color: #FFF3E5;
    clip-path: inset(-4vmax -1.2vmax);
    box-shadow: 0 0 0 100vmax #FFF3E5;
    z-index: -100;
    
} 

.nav ul li a {
    text-decoration: none;
    color: #414141;
    font-family: 'Poppins';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
}

 button{
    width: 225px;
    height: 55px;
    flex-shrink: 0;
    border-radius: 45px;
    background: #DA2224;
    border: none;
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    padding: 13px 22px;
    cursor: pointer;
    
}
.overlay{
    position: absolute;
    width: 100%;
    height: 781px;
    background-color: rgba(0, 0, 0, 0.58);
}
.bgimg{
    background-image: url(imgs/newnewheroimg.jpg);

    background-position: center;    
    background-size: cover;
    top: 11rem;
    left: 0;
    z-index: -100;
    position: absolute;
    width: 100vw;
    height: 781px;
}

.hero-sec{
    z-index: 10000;
    margin: 16.25rem auto;

    text-align: center;
   
}

.hero-sec p{
color: #FFF;
text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
font-family: 'Nunito';
font-size: 27px;
font-style: normal;
font-weight: 500;
margin: 0;
}
.hero-sec p span{
    color: #B89166;
}
.hero-sec h1{
    margin: 1.1rem 0;
    color: #FFF;
    text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-family: 'Poppins';
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
.primary-btn{
    
    height: 61px;
    border-radius: 45px;
    border: none;
    background-color: #B89166;
    color: #FFF;
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 400;
    cursor: pointer;
    padding-left: 35px;
    padding-right: 35px;

}
.secondary-btn{
    width: 211px;
    height: 61px;
    background-color: Transparent;
    background-repeat:no-repeat;
    border-radius: 45px;
    border: 1px solid #fff;
    color: #FFF;
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 400;
    cursor: pointer;
}
.about-agency{
    font-size: 22px;
    
}
.buttons{
    display: flex;
    justify-content: center;
    margin-top: 4.1rem;
    gap: 1.3rem;
}

.why-choose-us{
    margin-top: 19.2rem;
    text-align: center;

    
    
}
.section-title{
    color: #2D2D2D;
    font-family: 'Poppins';
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    position: relative;
}
.section-title::before{
    position: absolute;
    content: "";
    width: 59px;
    height: 3px;
    border-bottom: 5px solid #B89166;
    border-radius: 1.5px;
}
.features{
    
    height: 18.5rem;
    display: flex;
    border-radius: 8px;
    border: 0.5px solid #E4E4E4;
    background: #FFFCFA;
    align-items: center;
    margin: 0 auto;
    text-align: start;
}

.title{
    display: flex;
    justify-content: start;
    align-items: center;
    margin-left: 22px ;
}
.feature-title{
    color: #B89166;
    font-family: 'Poppins';
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    margin-left: 15px;
    position: relative;
}
.feature-title::before{
    position: absolute;
    content: "";
    width: 59px;
    height: 3px;
    border-bottom: 3px solid #B89166;
    border-radius: 1.5px;
    bottom: -4px;
}
.content p{
    color: #414141;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 22px 22px;
}
.mid
{
    padding-top: 20px;
}
.feature-border{
    border-left: 0.5px solid #ababab7a;
    border-right: 0.5px solid #ababab7a;
}
.feature-img-bg{
    background-color: #FFF3E5;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.feature-img-bg img{
    width: 50px;
    height: 50px;
}
.we-offer{
    margin-top: 3.4rem;
    color: #DA2224;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
}
.inverse{
    border: 1px solid #B89166;
    color: #B89166;
}

.enroll-now{
    margin-top: 8.7rem;
    clip-path: inset(0 -100vmax);
    box-shadow: 0 0 0 100vmax #FFFCFA;
    background-color:#FFFCFA ;
    height: 23rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.enroll-now h2{
    margin-bottom: 0;
}
.enroll-now p{
    margin-top: 12px;
    margin-bottom: 33px;
    color: #2D2D2D;
    font-family: 'Poppins';
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
}
.services{
    margin-top: 10rem;
    text-align: center;
}
.ser-res-pos{
    margin-top: 29.5rem;
}
.card{
    margin-bottom:80px ;
}
.card p{
    color: #2D2D2D;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 12px;
}
.card a{
    color: #DA2224;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}
.services-card{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2.8;
    justify-content: center;

}

.get-a-quote{
    margin: 8.7rem auto;
    clip-path: inset(0 -100vmax);
    box-shadow: 0 0 0 100vmax #FFFCFA;
    background-color:#FFFCFA ;
    height: 55.5rem;
    text-align: center;
    position: relative;
    
}
.get-a-quote-margin{
    padding: 6.6rem;
}
.form{
    position: relative;
    bottom: 96px;
}
#name{
    width: 502px;
    height: 60px;
    border-radius: 6px;
    border: 1px solid #E7CCAE;
    background: #FFF;
    color: #B2B2B2;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    
    padding-left: 20px;
}
.input-block{
    display: block;
    margin: 40px auto;
    width: 1027px;
    height: 60px;
     border-radius: 6px;
    border: 1px solid #E7CCAE;
    background: #FFF;
    color: #B2B2B2;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    
    padding-left: 20px;
}
#message{
   
    width: 1027px;
    height: 155px;
    border-radius: 6px;
    border: 1px solid #E7CCAE;
    background: #FFF;
    color: #B2B2B2;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    resize: none;
    padding-left: 20px;
    padding-top: 20px;
    margin: 0 auto;
    display: block;
}
.startalign{
    width: 1045px;
    margin: 20px auto;
    text-align: left;
}

.testi{
 
   text-align: center;
   display: flex;
   justify-content: center;
    position: relative;

}
#testimonial-img{
    background-image:url(imgs/Rectangle\ 928.png);
    position: absolute;
    width: 100vw;
    left: -8em;
    
}
#testimonial-overlay{
   position: absolute;
   width: 100vw;
   top: 178px;
}
.title-inverse{
    color: #FFF;
    margin-top: 8.1rem;
}
.testimonials{
    width: 62.5rem;
    margin: 10rem auto;
    z-index: 9999;
    
}

.circle{
    z-index: 10000;
    display: inline-block;
    width: 23px;
    height: 23px;
    border-radius: 13px;
    background-color: #ECE3D9;
   
} 
.circle-active{
    background-color: #B89166;
}

.slide-btn{
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
    position: relative;
    width:1000px ;
    align-items: center;
}
.slider-btns {
    position: absolute;
    left: 885px;
}
.footer{
    clip-path: inset(0 -100vmax);
    box-shadow: 0 0 0 100vmax #B89166;
    background-color:#B89166 ;
    height: 205px;
    text-align: center;
    margin-top: 0.2rem;
    padding-top: 73px ;
    padding-bottom: 20px;
   
}
.footerlogo{
    width: 200px;
}
.socials{
    margin-top: 22px;
    display: flex;
    justify-content: center;
    gap: 30px;
}
.footer p{
    color: #FFF;
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
}
.footer-span{
    color: #DA2224;
}


/* Servies Page */

.second-main-bg
{
    background-image: url(imgs/service\ hero\ bg.png);
    height: 23.1rem;
}
.second-main-overlay{
    height: 23.1rem;
    text-align: center;
}
.main-h1{
    margin-top: 10rem;
    color: #FFF;
    text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
.enroll-now-service{
    margin-top: 21.8rem;
    box-shadow: 0 0 0 100vmax #FFF;
    background-color:#FFF ;
}
#service-btn{
    margin-top: 0px;
}
.second-footer{
    margin-top: 4rem;
}

/* Contact Us Page  */


.address{
    display: flex;
    margin-top: 28.8rem;
    gap: 40px;
    justify-content: center;

}
.phone-fax{
    width: 294px;
    height: 115px;
    border-radius: 6px;
    border: 1px solid #E7CCAE;
    background: #FFFCFA;
   

}
.ofc-address{
    width: 455px;
    height: 115px;
    border-radius: 6px;
    border: 1px solid #E7CCAE;
    background: #FFFCFA;
    
    text-align: start;
}
.phone-fax h3, .ofc-address h3{
    color: #2D2D2D;
    text-align: center;
    font-family: Nunito;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    padding-left: 50px;
    margin-bottom: 0;
    
 }
.phone-fax p, .ofc-address p{
    color: #818181;
    text-align: center;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    padding-left: 50px;
    margin-top: 8px;
    margin-bottom: 24px;
} 
#slct{
    height: 64px;
    width: 1060px;
}

/* About Us Page */

.about-us-why-choose-us{

    margin-top: 28rem;
}
.about-us{
    display: flex; 
    margin: 11.25rem 7.5rem;
    justify-content: start;
    gap: 2rem;

}
.about-us-left-sec{
    position: relative;
    width: 40%;
}
.secnd-img{
    position: absolute;
    top:15.1rem ;
    left: 26.8rem;
}
.about-us-right-sec{
    margin-left: 12.5rem;
    position: relative;
}
.about-us-right-sec h2{
    color: #B89166;
    font-family: Mulish;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 13px;
}

.line::before{
    position: absolute;
    content: "";
    width: 155px;
    height: 3px;
    border-bottom: 5px solid #B89166;
    border-radius: 1.5px;
    left: 130px;
    top: 8px;
}
.about-us-right-sec h1{
    color: #2D2D2D;
    font-family: 'Poppins';
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 17px;
}
.about-us-right-sec p{
    color: #414141;
    text-align: justify;
    font-family: 'Nunito';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;

}
.about-us-right-sec h3{
    color: #2D2D2D;
    font-family: 'Poppins';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
}
.list{
    list-style-type: none;
    margin-bottom: 50px;
}
.list li:before {
    content: "\2022"; 
    color: #B89166; 
     display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.about-us-right-sec li{
    color: #414141;
    text-align: justify;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 8px 0px;
}

/* Employement Page */

.recurit{
    margin-top: 28rem;
    text-align: center;
}
.recurit p{
    color: #414141;
    text-align: center;
    font-family: 'Nunito';
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    width: 75rem;
    margin: 22px auto;
}
.heading{
    margin-top: 7rem;
    clip-path: inset(0 -100vmax);
    box-shadow: 0 0 0 100vmax #FFFCFA;
    background-color:#FFFCFA ;
}

.heading h2{
    padding-top: 5rem;
        color: #2D2D2D;
    font-family: 'Poppins';
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 103.2%; 

}
.criteria{
    display: flex;
}
.criteria-left-sec p{
    color: #414141;
    text-align: justify;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    width: 493px;
}
.criteria-left-sec{
    position: relative;
    padding-right: 100px;
}
.mid-line{
    position: absolute;
    height: 649px;
    border-right: 1px solid #9c9c9c;
    left: 38rem;
    top: 2rem;
}

.criteria-right-sec{
    color: #414141;
    text-align: justify;
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-left: 70px;
}

.criteria-right-sec li{
    margin:22px 0 ;
    border-radius: 6px;
    border: 1px solid #E7CCAE;
    background: #FFF;
    width: 819px;
    
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
    
}
.get-a-quote-employement{
    clip-path: inset(0 -100vmax);
    box-shadow: 0 0 0 100vmax #FFF;
    background-color:#FFF;
    margin-top: 2rem;
}

                /*           */
                /*           */
                /*           */
              /*   Responsive  */
                /*           */
                /*           */
                /*           */
                /*           */


@media (max-width: 1600px) {
    .services-card{
        grid-template-columns: 1fr 1fr 1fr;
    }
    #testimonial-img{
        top: 178px;
    }
    .recurit p{
        width: 50rem;
    }
    .criteria-left-sec{
        padding-right: 40px;
       
    }
    .mid-line{
        left: 32rem;
    }
    .criteria-right-sec{
        margin-left: 0px;
        align-content: start;
    }

    .criteria-right-sec li{
        width: 600px;
        
    }
    .about-us-left-sec{
        width: 30%;
    }

    .frst-img{
        width: 450px;
    }

    .secnd-img{
        width: 200px;
        left: 17rem;
    }
    
}                

@media (max-width : 1430px) {
    .nav  ul button{
        display: none;
       
    }

     .criteria-left-sec{
        padding-right: 0px;
    }

    .criteria-right-sec li{
        width: 500px;
        font-size: 20px;
        height: 40px;
        padding-top: 15px;
        
    }
    .mid-line{
        height: 449px;
        left: 32rem;
    }
    
}

@media (max-width : 1300px){
    .services-card{
        grid-template-columns: 1fr 1fr;
    }

    #testimonial-img{
        top: 440rem;
    }
    .mbl-menu-exit{
    display: block;
    }
    .features{
        display: grid;
        width: 627px;
        height: 873px;
    }
    .feature-border{
        border-top: 0.5px solid #ababab7a;
        border-bottom: 0.5px solid #ababab7a;
        border-left: none;
        border-right: none;
    }
    .we-offer, .why-choose-us-btns{
        display: none;
    }
    #name{
        width: 1030px;
        margin-top: 30px;

    }
    .startalign{
        width: 1030px;
    }
    .hero-sec h1{
        font-size: 40px;
    }

    .submit-btn{
        margin-left: 0px;
    }
    .get-a-quote-margin{
        padding-top: 50px;
    }
    .criteria{
        display: block;
        
        
    }
    .mid-line{
        height: 1px;
        width: 556px;
        border-bottom: 1px solid #9c9c9c;
        left: auto;
        top: 12rem;

    }
    .criteria-right-sec{
        position: relative;
        margin-top: 30px;
        margin-left: 0px;
        padding-bottom: 20px;
        padding-left: 0px;
        left: 0px;
    }
    .list{
        padding-left: 0px;
    }
    


}

@media(max-width :1200px){
   
 nav{
    display: none;
   }
   
    .nav ul {
        
        display: block;
        position: fixed;
        width: 66%;
        right: 0;
        top: 0;
        background-color:#414141;
        height: 100vh;
        z-index: 999;
        margin-top: 0px;
        padding-top: 5em;
    }
    .nav ul li{
        margin-top: 2.7rem;
        
    }
    .nav ul li a{
        color: white;
        font-size: 25px;
    }
    .active {
       background-color: #B89166;
       clip-path: inset(-2vmax -3vmax);
       box-shadow: 0 0 0 100vmax #B89166;
    }
    .mbl-menu-exit{
        cursor: pointer;
        position: absolute;
        left: 20px;
        top: 20px;
    }
    .hamburger{
        display: inline-block;
        cursor: pointer;
    }
    #name{
        width: 356px;
        display: block;
        margin-left: 145px;
    }
   
    #slct{
        width: 380px ;
    }
    .input-block{
        width: 356px;
        margin-left: 145px;
    }
    .services{
        margin-top: 8rem;
    }
    #message{
        width: 356px;
        margin-left: 145px;
    }
    .startalign{
        width: 856px; 
    }
    .submit-btn{
        margin-left: 140px;
    }
    .test-title{
        font-size: 26px;

    }
    .test-title::before{
        width: 40px;
        border-bottom: 3px solid #B89166;

    }
    .testi{
        height: auto;
    }
    #testimonial-img{
        top: 178px;
        height: 383px;
        
    }
    #testimonial-overlay{
        height: 383px;
    }
    .testimonials{
        text-align: center;
        width: 600px;
       
    }

    #slide-btn{
        width: 600px;
        margin-left: 20px;
        margin-right: 20px;
        
    }
    .circle{
        width: 20px;
        height: 20px;
    }
    .slider-btns{
        left: 522px;
        display: inline-block;
    }
    .slider-btns a img{
        width: 20px;
        height: 20px;
    }
    .title-inverse{
        margin-top: 4rem;
    }
    .testimonials img{
        width: 600px;
    }
    .footer{
        margin-top: 0px;
    }

    .recurit p{
       width: 35rem; 
    }

    .address{
        display: block;
    }
    .phone-fax , .ofc-address{
        width: 100%;
    }
    .ofc-address{
        margin-top:  30px; ;
    }
    .about-us{
        display: block;
       
    }
    .about-us-left-sec{
        width: 100%;
        margin-left: 20%;
        margin-bottom: 200px;
    }
    .about-us-right-sec{
        margin-left: 0px;
    }

    /* Only for tab */
    .testi{
        height: 550px;
        margin-top: 60px;
    }
   .ser-res-pos{
    margin-top: 30rem;
   }
   .second-footer{
    margin-top: 50px;
   }
}

@media (max-width: 780px){
    .location {
        display: none;
    }
    .contact-number h3{
        font-size: 13px;
    }
    .nav-flex h3{
        font-size: 13px;
    }
    .hero-sec p{
        font-size: 18px;
    }
    .hero-sec h1{
        font-size: 36px;
    }
    .primary-btn, .secondary-btn, button{
        height: 42px;
        width: 131px;
        font-size: 14px;
        padding: 9px 20px;
    }
    .section-title{
        font-size: 26px;
    }
    .section-title::before{
        width: 40px ;
        border-bottom: 2px solid #B89166;
    }
    .features{
        width: 327px;
    }
    .enroll-now p{
        font-size: 18px;
    }
    .services-card{
        grid-template-columns: 1fr;
    }
    #testimonial-img{
        top: 0px;
        height: 383px;
        
    }
    #testimonial-overlay{
        top: 0px;
        height: 383px;
    }
    .testimonials{
        text-align: center;
        width: 356px;
        margin: 0px auto;
    }
    .title-inverse{
        margin-top: 5rem;
    }
    #slide-btn{
        width: 356px;
    }
    .circle{
        width: 10px;
        height: 10px;
    }
    .slider-btns{
        left: 300px;
    }
    .slider-btns a img{
        width: 10px;
        height: 10px;
    }
    .testimonials img{
        width: 356px;
    }
    .testi{
        height: 320px;
        
    }
   

    .second-footer{
        margin-top: 150px ;
    }

    .recurit p{
        width: 356px; 
     }

     #name{
        margin-left:40px ;
     }
     .startalign{
        width: 556px; 
    }
     .submit-btn{
        margin-left: 40px;
     }
     .heading{
        font-size: 26px;
     }
     .criteria-right-sec li {
        width: 400px;
        font-size: 16px;
       
     }
     .mid-line{
        top: 8rem;
     }
     .criteria-left-sec p{
        font-size: 16px;
     }
     .recurit p{
        font-size: 16px;
     }
      .phone-fax , .ofc-address{
        width: 356px;
    }

    .input-block{
        width: 356px;
        margin-left: 40px;
    }
    #message{
        width: 356px;
        margin-left: 40px;
    }
    .about-us-right-sec h1{
       font-size: 24px; 
    }
    .about-us-right-sec h2, .about-us-right-sec h3{
        font-size: 20px;
    }
    .line::before{
        width: 50px;
        border-bottom: 2px solid #B89166;
        left: 100px;
    }
    .about-us-right-sec p{
        font-size: 16px;
    }
    .list{
        padding-left: 10px;
    }
    .list li::before{
        width: 10px;
        height: 10px;
    }
    .about-us-right-sec li{
        font-size: 16px;
    }
    .about-us-left-sec{
        
        margin-left: 0px;
      }
      .why-choose-us{
        margin-top: 18rem;
      }
      .about-us-why-choose-us {
        margin-top: 28rem;
    }
}

@media (max-width : 430px){
        .wrapper {  
            margin-left: 15px;
            margin-right: 15px;
        
        }
        .section-title{
            font-size: 20px;
        }
        .section-title::before{
            top:-4px
        }
        .feature-title{
            font-size: 20px;
        }
        .feature-title::before{
            width: 30px;
        }

        .bgimg{
            top: 9rem;
            width: 100vw;
        }
        .logo img{
            width: 102px;
        }
        #name , .input-block , #message{
            
            margin-right: 0px;
            font-size: 15px;
            width: 280px;
        }
        .startalign{
            width: 395px; 
        }
         #slct{
            width: 305px;
        }
        .submit-btn{
            
            margin-right:0px ;
        }

        .main-h1{
            font-size: 30px;
        }
        .criteria-left-sec p{
            width: 310px;

        }
        .mid-line{
            top:12rem ;
            width: 310px;
        }
        .criteria-right-sec{
            margin-top: 80px;
        }
        .criteria-right-sec li{
            width: 300px;
            font-size: 12px;
            height: 30px;
            padding-left: 20px;
            margin-left: 0px;
            margin-right: 0px;
            

        }
        .list{
            width: 300px;
        }
        .get-a-quote-employement{
            width: 100px;
        }
        .get-a-quote-margin{
            margin: 0px 0px;
            /* padding: 0px 0px; */
        }
        .get-a-quote-margin::before{
            top: 45px;
        }
        .form{
            margin-top: 10px;
        }
        .heading h2{
            font-size: 14px;
        }
        .about-us{
            margin-left: 30px;
            margin-right: 0px;
        }
        .frst-img{
            width: 308px;
            left: 0;
        }
        .secnd-img{
            left: 11rem;
            top: 8rem;
            width: 140px;
        }
        .about-us-right-sec{
            width: 310px;
        }
        .about-us-right-sec li{
            font-size: 14px;
        }
        .card img{
            width: 270px;
            
        }
        .card p{
            font-size: 20px ; 
        }
        .card a{
            font-size: 18px;
        }
        .hero-sec h1{
            font-size: 30px;
        }
        #slide-btn{
            margin-left: 0px;
        }
        #testimonial-img{
            top: 0px;
            left: auto;
            width: 100vw;
        }
        .nav ul li a {
            font-size: 16px;
        }
        #mobile-exit{
            width: 20px;
        }
        .nav ul li{
            margin-top: 20px;
            padding-bottom: 0px;
        }
        .features{
            width: 280px;
        }
        .services button{
            display: none;
        }
        .get-a-quote, .services{
            margin-top: 60px;
        }
        .testimonials{
            width: 260px;
        }
        .testimonials img{
            width: 260px;
        }
        .circle{
            width: 10px;
        }
        #slide-btn{
            width: 260px;
            justify-content: space-between;
            padding-left: 5px;
        }
        .slider-btns{
            left: 215px;
            right: 0px;
        }
        .feature-img-bg img{
            width: 30px;
            height: 30px;
        }
        .feature-img-bg{
            width: 60px;
            height: 60px;
        }
        .bg-mid{
            width:90px;
        }
        .title{
            padding-top: 20px;
        }
        .content p{
            margin-top: 10px;
        }
        .feature{
            height:300px;
        }
        .footer{
            height: 195px;
        }
        .footer p{
            font-size: 12px;
        }
        .socials img{
            width: 16px;
            height: 16px;
        }
        .ser-res-pos{
            margin-top: 30rem;
        }
        .second-footer{
            margin-top: 100px;
        }
        .phone-fax, .ofc-address{
            width: 290px;
            margin-left: 20px;
        }
        .phone-fax h3, .ofc-address h3{
            font-size: 20px;

        }
        .phone-fax p, .ofc-address p{
            font-size: 16px;
        }
    }

 
@media(max-width: 410px){
    .wrapper{
        margin-left: 12px;
        margin-right: 12px;
    }
    #name , .input-block , #message, .submit-btn{
        margin-left: 20px;

    }
    .startalign{
        width: 356px; 
    }
} 

@media(max-width:330px){
    #name , .input-block , #message, .submit-btn{
        margin-left: 0px;

    }
    #name , .input-block , #message, .submit-btn{
        margin-left: 0px;

    }
    #name , .input-block , #message{
        width: 260px;

    }
    .startalign{
        width: 286px; 
    }
    #slct{
        width: 285px;
    }
    .phone-fax, .ofc-address{
        width: 260px;
        margin-left: 0px;
    }
    .phone-fax h3, .ofc-address h3{
        font-size: 18px;
        padding-left: 20px;

    }
    .phone-fax p, .ofc-address p{
       padding-left: 20px; ;
        font-size: 15px;
    }
    .frst-img{
        width: 230px;
    }
    .secnd-img{
        width: 130px;
        left: 7rem;
    }
    .about-us-left-sec{
        width: 240px;
    }
    .about-us-right-sec h2, .about-us-right-sec h3{
        font-size: 16px;
    }
    .about-us-right-sec h1{
        font-size: 18px;
    }
    .about-us-right-sec p{
        font-size: 14px;
        width: 240px;
    }
    .about-us-right-sec li{
        width: 240px;
    }
    .recurit p{
        width: 240px;
    }
    .criteria-left-sec p{
        width: 250px;
    }
    .mid-line{
        width: 220px;
        margin-left: 20px;
    }
    .criteria-right-sec li{
        width: 240px;
    }
    #res-li{
        height: 50px;
        
    }
    #res-li span{
        display: inline-block;
    }
    .main-h1{
        font-size: 26px;
    }
    .feature-title{
        font-size: 18px;
    }

}