.abt_detail{display: flex;flex-wrap: wrap;}
.abt_left{width: calc(100% - 354px);padding-right: 120px;}
.abt_right{width: 354px;}

.abt_left .title_md{text-transform: capitalize;}


.cmn_form_box{ padding: 32px;  background: #f3f3f3;margin-bottom: 50px;}
.cmn_form_txt{font-size: 26px;font-family: "Poppins-Bold";color: rgb(255, 108, 18);font-weight: bold; line-height: 1.2;letter-spacing: 0.4px;padding-bottom: 30px;text-align: center;}
img.srv_dt_img { padding: 32px 0px 60px;}
.title_lg span{color: #008fd5;}

.srv_detlist {padding-bottom: 15px;  }
.srv_detlist li { position: relative; padding-left: 15px; padding-bottom: 10px;letter-spacing: 0.2px;
    color: #373737;font-size: 16px;line-height: 28px;}
.srv_detlist li:after { content: ""; position: absolute; background: #008fd5; width: 8px; height: 8px; border-radius: 100%; left: 0; top: 10px; }




@media screen and (max-width: 1600px){
	.abt_left { padding-right: 50px;}
    img.srv_dt_img { padding: 12px 0px 50px;}
}

@media screen and (max-width:1300px){
}
@media screen and (max-width: 1200px){
     img.srv_dt_img { padding: 12px 0px 30px;}
}
@media screen and (max-width:1120px){
}
@media screen and (max-width:1050px){

}
@media screen and (max-width:992px){
	.abt_left{width: 100%;padding-right: 0px;}
	.abt_right{width: 100%;margin-top: 40px;}
    
}

@media screen and (max-width: 700px){

}
@media screen and (max-width:580px){

}
@media screen and (max-width: 500px){
}