/* .abt-banner-wrap-service {
    background: url(../res/service/servicebanner.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
} */

.service-wrap {
    display: flex;
    flex-direction: column;
    width: 1100px;
    gap: 92px;
    margin-bottom: 93px;
    margin-top: 110px;
}

.box1-serv {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.serv-img1 {
    width: 580px;
    height: 308px;
    overflow: hidden;

}

.serv-img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    overflow: hidden;
}

.serv-img1 img:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.text-serv {
    display: flex;
    flex-direction: column;
}

.text-serv h1 {
    text-align: left;
    font: normal normal 600 24px/34px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 31px;

}

.text-serv p {
    text-align: left;
    font: normal normal normal 14px/28px Poppins;
    letter-spacing: 0px;
    color: #666666;
    opacity: 1;
    width: 468px;
    /* margin-left: 20px; */
    margin-bottom: 5px;

}

#ppp {
    margin: 0;
    margin-left: 0px;
}

.text-serv a {
    text-decoration: none;
    text-align: center;
    font: normal normal 600 12px/28px Poppins;
    letter-spacing: 0px;
    color: #0D5916;
    opacity: 1;
}

.text-serv>a>div {
    text-align: center;
    font: normal normal 600 12px/28px Poppins;
    letter-spacing: 0px;
    color: #0D5916;
    opacity: 1;
    height: fit-content;
    transition: 0.4s;
    border: 1px solid #0D5916;
    border-radius: 80px;
    opacity: 1;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.text-serv>a>div:hover {
    color: #FFFFFF;
    background: #0D5916;

}

.revrse1 {
    flex-direction: row-reverse;
}

.a1 {
    width: 169px;
    height: 50px;
    margin-top: 44px;
}

.a2 {
    width: 169px;
    height: 50px;
    margin-top: 26px;
}

.a3 {
    width: 191px;
    height: 50px;
    margin-top: 54px;
}

.a4 {
    width: 216px;
    margin-top: 36px;
}

.a5 {
    width: 263px;
    height: 50px;
    margin-top: 54px;
}

.a6 {
    width: 160px;
    margin-top: 40px;

}
@media(max-width:1100px){
    .service-wrap{
        width: 993px;
    }
    .text-serv p {
       
        width: 453px;
        
    }
    .serv-img1 {
        width: 471px;
        
    }
}
@media(max-width:993px){
    .service-wrap{
        width: 870px;
    }
    .serv-img1 {
        width: 350px;
    }
   
   
}
@media(max-width:870px){
    .service-wrap{
        width: 760px;
    }
    .serv-img1 {
        width: 275px;
    }
   
   
}
@media (max-width:760px) {
    .service-wrap {

        width: 92%;
        gap: 100px;
        margin-top: 140px;
    }
    .a5 {
       
        margin-top: 30px;
    }
    .a3 {
     
        margin-top: 30px;
    }
    .box1-serv {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .serv-img1 {
        height: 300px;
        width: 100%;
    }

    .text-serv p {

        width: 100%;
    }

    .text-serv h1 br {

        display: none;
    }
}