.abt_detail{display: flex;flex-wrap: wrap;}
.abt_left{width: calc(100% - 354px);padding-right: 120px;}
.abt_right{width: 354px;}
.abt_box { background: #eef9ff;  padding: 40px 45px;    display: flex; flex-wrap: wrap;    margin: 45px 0px; border-radius: 10px;align-items: baseline;}
.abt_box:last-of-type{margin-bottom: 0px;}
ul.abt_img_ul {display: flex;  flex-wrap: wrap; margin: 46px -23px 70px;}
ul.abt_img_ul li{width: 50%; padding: 0px 23px;}
.abt_left .title_md{text-transform: capitalize;}
.abt_icon {width: 60px;}
.abt_contain {width: calc(100% - 60px);padding-left: 30px;}

img.srv_dt_img { padding: 15px 0px 45px;}

.abt_contain .title_md{text-align: left;}
.dlist.abt_box_ul li{line-height: 32px;}
.ptag .first_abt_box p{font-size: 18px;}

/*common css*/
/*.inpage{padding: 70px 0px;}
.stiky_box{position: sticky; -webkit-position: sticky;top:100px;}
.inpage .title_lg,.inpage .title_md{font-family: 'Poppins-SemiBold';}
.ad_cta_box{position: relative;text-align: center;    padding: 32px 32px 0px;}
.ad_bnr_txt { font-size: 22px;font-family: "Poppins-SemiBold";color: rgb(255, 255, 255); font-weight: bold; line-height: 1.455; text-align: center;padding-bottom: 30px;  text-shadow: 0px 0px 1.88px rgba(0, 0, 0, 0.4);}
.ad_cta_car{ position: relative; left: 0px; right: 0px;  margin: 0px auto;  bottom: -68px;}
.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;}
.title_lg span{color: #008fd5;}
.ptag p a {text-decoration: none;display: inline-block;color: #008fd5; position: relative; font-family: 'Poppins-Regular';}
.ptag p a:hover{text-decoration: underline;}*/

select.form-control {
    position: relative;
    background: url(../images/select_ic.png)no-repeat #ffffff;
    background-position: 95% center;
    color: #696969;
    height: 45px;
    font-size: 16px;
    font-family: "Poppins-Regular";
    color: rgb(102, 102, 102);}

.form-control{
  	border:  1px solid rgb(187, 187, 187);
  	border-radius: 4px;
	background: rgb(255, 255, 255);
	font-size: 14px;
  	font-family: "Poppins-Regular";
  	color: rgb(102, 102, 102);
  	width: 284px;
  	height: 46px;
	padding: 12px 12px;
	font-weight: normal;
	 transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    color: #666666;
    letter-spacing: 0.2px;
}



@media screen and (max-width: 1600px){
	.abt_left { width: calc(100% - 354px);	 padding-right: 50px;}
    ul.abt_img_ul {display: flex;  flex-wrap: wrap; margin: 46px -23px;}
}

@media screen and (max-width:1280px){
}
@media screen and (max-width: 1200px){
	.abt_box {padding: 30px 30px;  margin: 30px 0px;  align-items: end;}
	ul.abt_img_ul {margin: 30px -8px;}
	ul.abt_img_ul li { padding: 0px 8px;}
}
@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;}
	/*----cmn ---*/
	.ad_cta_car { position: relative; left: 0px; right: 0px; margin: 0px auto; bottom: -40px; display: block;}
	.ad_cta_box {padding: 50px 20px 0px;}
	.abt_icon {width: 50px;}
	.abt_contain { width: calc(100% - 50px); padding-left: 20px;}
	/*cmn_end*/
}
@media screen and (max-width: 700px){
	.brd_txt br{display: none;}
}
@media screen and (max-width:580px){
	.ad_bnr_txt { font-size: 18px;  padding-bottom: 20px;}
	.ad_cta_box { padding: 30px 15px 0px;}
	.abt_icon {width: 36px;}
	.abt_contain { width: calc(100% - 36px); padding-left: 20px;}
}
@media screen and (max-width: 500px){
	.abt_box { padding: 20px 20px; margin: 30px 0px; align-items: end;}
	.dlist.abt_box_ul li { line-height: 25px; padding-bottom: 10px;}
	.dlist li:before{top: 4px;}
	.abt_contain { width: 100%;  padding-left: 0px; padding-top: 20px;}
	ul.abt_img_ul li {padding: 0px 8px; width: 100%}
	ul.abt_img_ul li:first-of-type{padding-bottom: 30px;}


}