.acmain_wrapper{
    padding: 30px 0px;
    margin: 0px 10px;
}
.acmain_wrapper h2{
    font-weight: 600;
    margin-bottom: 20px;
    border-left: 3px solid var(--bg-black);
    padding-left: 10px;
}
.acmain_wrapper .acmain_inner2{
    padding: 15px;
    min-height: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 1px solid var(--text-dark-green);
}
.acmain_wrapper .acmain_inner2:hover{
    background-color: var(--text-dark-green);
    color: var(--bg-white);
}
.acmain_wrapper .acmain_inner2 p i{
    font-size: 20px;
}
.acmain_wrapper .acmain_inner2:hover i{
    color: white;
}
.acmain_wrapper .container{
    padding: 30px 20px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.acmain_wrapper1{
    padding: 30px 0px;
}
.acmain_wrapper1 h2{
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.acmain_wrapper1 h2:after{
    position: absolute;
    content: '';
    width: 300px;
    height: 3px;
    bottom: -5px;
    border-radius: 50%;
    background-color: black;
    left: 20%;
}
.acmain_wrapper1 .acmain_inner{
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-top: 2px solid var(--text-dark-green);
    border-bottom: 2px solid var(--text-dark-green);
    border-radius: 5px;
    min-height: 350px;
}
.acmain_wrapper1 .acmain_inner h3{
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
}
.acmain_wrapper2{
    padding: 40px 0px;
}
.acmain_wrapper2 h2{
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 15px;
}
.acmain_wrapper2 p span{
    font-size: 25px;
    font-weight: 700;
    color: var(--text-dark-green);
}
.acmain_wrapper3{
    padding: 30px 0px;
}
.acmain_wrapper3 h2{
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}
.acmain_wrapper3 h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}
.acmain_wrapper3 h3:after{
    position: absolute;
    content: '';
    height: 3px;
    width: 200px;
    background-color: black;
    bottom: -8px;
    left: 0;
    border-radius: 50%;
}
.acmain_wrapper3 ul{
    list-style-type: none;
}
.acmain_wrapper3 .acmain_inner{
    padding: 15px;
    border-radius: 30px;
    border: 1px solid silver;
    min-height: 400px;
}
.acmain_wrapper3 img{
    height: 400px;
    border-radius: 30px;
    border: 1px solid silver;
}
.acmain_wrapper4{
    padding: 30px 0px;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.acmain_wrapper4 h2{
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}
.acmain_wrapper4 h2::after{
    position: absolute;
    content: '';
    height: 3px;
    width: 300px;
    background-color: black;
    bottom: -8px;
    left: 10%;
    border-radius: 50%;
}
.whychoose{
    padding: 30px 0px;
}

.whychoose h2{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}
.whychoose .rounded-circle {
    border-radius: 50% !important;
}
.whychoose img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.whychoose .sub-info{
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #004975;
}

.whychoose .display-30 {
    font-size: 0.9rem;
}
.service_wrapper1 .duct{
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    min-height: 120px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 5px;
}
.service_wrapper1 .duct i{
    font-size: 30px;
}
.acinsbtn{
    text-decoration: none;
    background-color: var(--text-dark-green);
    padding: 8px 15px;
    color: white;
}
.acinsbtn i{
    color: white;
}
.installation_wrapper{
    padding: 50px 0px;
}
.installation_wrapper h2{
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 30px;
    position: relative;
}
.installation_wrapper h2::after{
    position: absolute;
    content: '';
    height: 3px;
    width: 150px;
    background-color: black;
    bottom: -10px;
    left: 0;
    border-radius: 60%;
}
.installation_wrapper ul li{
    margin-top: 15px;
}
.installation_wrapper  img{
    height: 500px;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid silver;
    width: auto;
}
.com_wrapper{
    padding: 30px 0px;
}
.com_wrapper h2{
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.com_wrapper h2::after{
    position: absolute;
    content: '';
    height: 4px;
    width: 200px;
    bottom: -8px;
    left: 20%;
    border-radius: 50%;
    background-color: var(--bg-black);
}
.com_wrapper .com_inner{
    min-height: 250px;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    padding: 20px;
    border-radius: 20px;
}
.com_wrapper img{
    height: 250px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-radius: 20px;
    width: 1200px;
}
.service_wrapper1 ul{
    list-style-type: none;
}
.service_wrapper1 ul li{
    margin-top: 10px;
}
.service_wrapper1 ul li i{
    font-size: 20px;
    padding-right: 10px;
}
.res_wrapper{
    padding: 40px 0px;
}
.res_wrapper h2{
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;
}
.res_wrapper i{
    font-size: 30px;
}

.res_wrapper h3{
    padding: 15px 0px;
    font-size: 25px;
    font-weight: 600;
}
.res_wrapper .res_inner{
    border-left: 2px solid var(--text-dark-green);
    padding: 15px;
    border-radius: 20px;
    min-height: 350px;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}











@media (max-width: 1024px){
    .acmain_wrapper1 .acmain_inner{
        min-height: 100px;
    }
}