.inner-service-gallery .service-list{
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.inner-service-gallery .seroverlay .title-lg{
    font-size: 22px;
}
.inner-service-gallery .seroverlay .ser-icon{
    width: 94px;
    height: 94px;
    top: -90px;
}
.inner-service-gallery .seroverlay .ser-icon span{
    width: 80px;
    height: 80px;
    padding: 16px;
}
.content-wrapper .title-sm{
    font-size: 30px;
    line-height: 36px;
}

/* SERVICE DETAIL */
.cta-form{
    width: 415px;
}
.cta-block{
    width: calc(100% - 415px);
    padding-right: 75px;
}
.cta-img-wrap{
    position: relative;
    min-height: 479px;
    background: rgb(255 255 255 / 72%);
    display: flex;
    align-items: center;
    padding: 50px 80px;
    flex-wrap: wrap;
}

.inner-service-gallery .service-list .serbox .serimg{
    clip-path: ellipse(82% 50% at 50% 28%);
}
.inner-service-gallery .service-list .serbox .seroverlay{
    padding: 0 35px 15px;
}
.inner-service-gallery .service-list .serbox .arrow svg {
    transform: rotate(180deg);
}
.inner-service-gallery .service-list .serbox .circle-arrow{
    top: 16px;
    left: -16px;
}
.inner-service-gallery .service-list .serbox  .circle {
    stroke-dasharray: 150;
    stroke-dashoffset: 300;
}
h2.about-sub-heading{
    font-size: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320));
}
.heating-coolingpg .inner-service-gallery{margin-bottom: 100px;}
.heating-coolingpg .about-sub-heading{font-size: 18px;font-weight: bold;margin-bottom: 10px;}
.col-ctent .ac_content{
    margin-bottom: 30px;
}

/* START MEDIA QUERY */
@media screen and (max-width: 1439.98px){
    .inner-service-gallery .service-list .serbox .serimg{
        clip-path: ellipse(82% 50% at 50% 22%);
    }
    .inner-service-gallery .service-list .serbox .seroverlay {
        padding: 0 20px 15px;
    }
    .inner-service-gallery .service-list .seroverlay .arrow {
        position: relative;
        width: 30px;
    }
    .inner-service-gallery .seroverlay .title-lg{
        padding-right: 20px;
    }
    .cta-img-wrap{
        padding: 40px;
    }
    .heating-coolingpg .inner-service-gallery{margin-bottom: 60px;}
}
@media screen and (max-width: 1199.98px){
    .content-wrapper .title-sm {
        font-size: 22px;
        line-height: 28px;
    }
    .inner-service-gallery .service-list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
    .inner-service-gallery .service-list .serbox .serimg {
        clip-path: ellipse(80% 50% at 50% 28%);
    }
    .inner-service-gallery .seroverlay .ser-icon{
        top: -100px;
    }
    .inner-service-gallery .service-list .serbox .circle {
        cx: 35px;
        cy: 17px;
        r: 15px;
    }
    .inner-service-gallery .service-list .serbox .circle-arrow{
        left: -11px;
        top: 31px;
        width: 30px;
    }
    .cta-img-wrap {
        padding: 30px;
    }
    .cta-block {
        width: calc(100% - 380px);
        padding-right: 30px;
    }
    .cta-form {
        width: 380px;
    }
    .heating-coolingpg .inner-service-gallery{margin-bottom: 40px;}
}
@media screen and (max-width: 991.98px){
    .inner-service-gallery .service-list .serbox .serimg {
        clip-path: ellipse(85% 50% at 50% 22%);
    }
    .cta-block {
        width:100%;
        padding-right: 0;
    }
    .cta-form {
        width: 100%;
        margin-top: 30px;
    }
    .cta-img-wrap{
        padding: 50px 30px;
        min-height: auto;
        text-align: center;
    }
    .inner-service-gallery .service-list .serbox .arrow svg {
        height: 55px;
        width: 48px;
    }
}
@media screen and (max-width: 767.98px){
    .inner-service-gallery .seroverlay .title-lg{
        font-size: 16px;
    }
    .inner-service-gallery .seroverlay .ser-icon span {
        width: 40px;
        height: 40px;
        padding: 8px;
    }
    .inner-service-gallery .seroverlay .ser-icon {
        width: 50px;
        height: 50px;
        top: -50px;
    }
    .inner-service-gallery .service-list {
        grid-gap: 10px;
    }
}

@media screen and (max-width: 575.98px){
    .inner-service-gallery .service-list .serbox .serimg {
        clip-path: ellipse(80% 50% at 50% 30%);
    }
    .inner-service-gallery .seroverlay .ser-icon {
        top: -67px;
    }
    .inner-service-gallery .seroverlay .title-lg {
        padding-right: 0;
    }
    .inner-service-gallery .seroverlay .title-lg{
        font-size: 14px;
    }
    .inner-service-gallery .service-list .serbox .seroverlay {
        padding: 0 15px 15px;
    }
    .cta-img-wrap{
        padding: 30px 20px;
    }
}