.popmodalHolder{
    background: rgba(0, 0, 0, .6);
    position: fixed;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1234; 
}

.popmodal{
    width: 800px;
    background: #fff;
    border-radius: 25px;
    position: relative;
    padding:60px 60px;
    overflow: hidden;
    color: #6C757D;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    top: 10px;
    max-height: calc(100% - 20px);
    overflow-y: auto;
}
.popmodal:after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: transparent;
    border: 10px solid rgba(233, 94, 94, .2);
    transform: translate(50%,-50%);
    pointer-events: none;
}
.popmodal:before{
    position: absolute;
    content: "";
    left: -10px;
    bottom: -10px;
    width: 80px;
    height: 50px;
    border-radius: 50%;
    background: url(../images/popup/round.png) no-repeat 0 0;
    background-size: 80px;
    display: inline-block;
}
.popmodal .popcross{
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
}
.leadlogo{
    display: table;
    margin: 0 auto 30px;
    width: 200px;
}
.popmodal h2{
    color: #E95E5E;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    margin: 0 0 30px;
    font-weight: bold;
}
.dateholder{
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    gap: 20px;
}
.dateholder li{
    display: flex;
    gap: 10px;
}
.dateholder li img{
    width: 25px;
}
.dateholder li span{
    display: inline-block;
    color: #6C757D;
    font-weight: 600;
}
.popupbtn{
    padding: 12px 32px;
    background: #E95E5E;
    color: #fff;
    border-radius: 35px;
    display: inline-block;
}
.popupbtn:hover{
    background: #000;
    color: #fff;
}
.clHolder{
    display: flex;
    align-items: center;
    gap:15px;
    justify-content: center;
    margin: 0 0 20px;
}
.clHolder .img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.clHolder .img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center 0;
}
.clHolder .text{text-align: left;}
.clHolder .text h3{color: #E95E5E; font-size: 22px; line-height: 30px;
    font-weight: 600; margin: 0 0 5px;
}
.clHolder .text span{
    font-size: 15px;
    line-height: 18px;
    display: block;
}
@media (max-width:767px){
    .popmodal{
        width: 95%;
        padding: 35px;
    }
    .popmodal h2{
        font-size: 25px;
        line-height: 35px;
    }
    .dateholder{
        flex-wrap: wrap;
    }
}
@media (max-width:479px){
    .popmodal{
        padding: 35px 20px;
    }
    .leadlogo{
        width: 150px;
        margin: 0 auto 10px;
    }
    .clHolder .img{
        width: 60px;
        height: 60px;
    }
    .dateholder,.dateholder li{
        justify-content: flex-start;
        text-align: left;
        font-size: 15px;
    }
    .popmodal{
        font-size: 16px;
        line-height: 25px;
    }
    .popupbtn{
        padding: 10px 20px;
    }
}
 


.servicebanner{
    position: relative;
    height: 800px;
}
.servicebanner:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}
.servicebanner h1{
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translate(0,-50%);
    padding: 40px;
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    background: rgba(0, 0, 0, .65);
    z-index: 12;
}
.servicebanner h1 span{
    color: #E95E5E;
}
.servicebanner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.servicemain{
    font-size: 14px;
    line-height: 22px;
    color: #707070;
}
.servicemain h2{
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 20px;
    color: #292929;
    font-weight: 500;
}
.serv_about .row{
    align-items: center;
}
.servCont{
    padding-left: 60px;
}



.serv_loop{}
.serv_loop h2{text-align: center; margin: 0 0 60px;}
.serv_loop h3{color: #292929; font-weight: 600; margin: 0 0 20px;}
.serv_loop h4{
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 10px;
    color: #E95E5E;
}
.serv_loop ul{
    margin: 0 0 30px;
}
.serv_loop ul li{
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 5px;
}
.serv_loop ul li:before{
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #707070;
}
.serv_loop_repeat{}
.serv_loop_repeat .row{
    align-items: center;
}
.serv_loop_img{
    position: relative;
    height: 100%;
}
.serv_loop_img >img{
    width: 60%;
}
.serv_loop_img .img2{
    position: absolute;
    right: 0;
    top: 150px;
    border: 10px solid #fff;
}
.serv_loop_img .img2 img{}
.servbtn{
    display: inline-block;
    color: #E95E5E;
    background: rgba(233, 94, 94, .15);
    padding: 10px 30px;
}
.serv_loop_content{
    padding: 50px 30px 0;
}


.serv_loop_repeat .row{
    margin: 0 0 100px;
}
.serv_loop_repeat .row:nth-child(2n){
    flex-direction: row-reverse;
}
.serv_loop_repeat .row:nth-child(2n) .serv_loop_img >img{
    float: right;
}
.serv_loop_repeat .row:nth-child(2n) .serv_loop_img .img2{
    left: 0;
    right: auto;
}

.servicebanner h1{
    text-align: center;
}

@media (max-width:1199px){
    .servicebanner h1{
        padding: 20px;
        font-size: 35px;
    }
    .servicebanner{
        height: 500px;
    }
    .serv_loop h2{
        margin: 0 0 20px;
    }
    section{
        padding: 30px 0;
    }
    .serv_loop_content{
        padding: 20px;
    }
    .serv_loop_repeat .row{
        align-items: flex-start;
    }
    .serv_loop_img .img2{
        width: 80%;
        top: 120px;
    }
    .servCont{
        padding: 20px 0;
    }
}

@media (max-width:767px){
    .servicebanner h1 {
        padding: 15px;
        font-size: 25px;
        margin: 0;
    }
    .servicemain h2{
        font-size: 25px;
        line-height: 30px;
        margin: 0 0 20px;
    }
    .serv_loop_img .img2{
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        float: right;
    }
    .serv_loop_repeat .row:nth-child(2n) .serv_loop_img >img{
        float: left;
    }
    .serv_loop_content{
        padding: 20px 0;
    }
    .serv_loop_repeat .row{
        margin: 0 0 40px;
    }
    .servicebanner{
        height: 300px;
    }
}