.box{
	border:1px solid #f0f0f0;
}

.getblk{width: calc(100% - 715px);padding-right: 80px;}
.contblk{width: 715px;}
.gettxt{padding: 40px 75px 30px;}

.frmbg{background: #f4f4f4;padding:55px 70px;}



.btndiv{padding: 39px 70px;align-items: center;justify-content: space-between;}
.btndiv .btnbox {text-align: right;}
.btndiv p{font-size: 14px;}
.map{margin-top:80px;padding-left: 50px;position: relative;z-index: 1;}
.map:before{
	content: "";position: absolute;top:0;left:0;bottom: 0;margin:auto;width: 70px;height: 381px;background: url(../images/map-sideimg.png)no-repeat;z-index: -1;
}

.contblk .head_sm{text-align: center;}
.line{position: relative;margin-bottom: 50px;}
.contblk .line:before{
	content: "";position: absolute;top:0;bottom: 0;left:0;right:0;width: 100%;height: 1px;margin: auto;background: #f0f0f0;
}
.line span{
	display: block;
    padding: 0 15px;
    background: #ffffff;
    max-width: 250px;
    margin: 0 auto;}

.contbx a{font-size: 16px;color: #737373;letter-spacing: 0.2px;line-height: 100%;}
.contbx a:hover{text-decoration: underline;color: #00549d;}
.cont_info li{ text-align: center;justify-content: space-between;}
.ft_label{
	font-size: 16px;letter-spacing: 0.2px;color: #737373;font-weight: 600;line-height: 100%;
    padding-bottom: 7px;
}
.cont_info{
	justify-content: space-between;margin-bottom: 66px;
}
.circle_icon{
	width: 46px;height: 46px;border-radius: 100%;text-align: center;line-height: 35px;background: #eeea00;margin: 0 auto 20px;
}
.experience_info{max-width: 680px;margin: -100px auto 0;justify-content: center;align-items: center;}
.experience_info li{width: 33.33%;text-align: center;padding: 15px 0; background: #007aaf; 
    background: -moz-linear-gradient(122deg, #0190d8 0%,#005cb6 100%);
    background: -webkit-linear-gradient(122deg, #0190d8 0%,#005cb6 100%);
    background: linear-gradient(122deg, #0190d8 0%,#005cb6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0190d8', endColorstr='#005cb6',GradientType=1 ); min-height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;}
.experience_info.ptag p{color: #ffffff;font-weight: 500;}
.expbx img{margin: 0 auto 4px;}
.socitxt{font-size: 22px;color: #fff;line-height: 100%;display: inline-block;font-weight: 600;padding-bottom: 20px;}
.facebooktxt{font-size: 16px;color: #fff;letter-spacing: 0.2px;display: block;}
.facebooktxt img{margin-right: 8px;display: inline-block;vertical-align: middle}
.formdiv .btnbox{margin: 0 0 0 auto;}

/*===========  media query ===============*/

@media(max-width:1440px){
	.gettxt, .frmbg, .btndiv  {padding: 30px 45px;}
	.line, .cont_info{margin-bottom: 30px;}
	.experience_info li{padding: 10px 0;min-height: 144px;}
	.experience_info{margin: -106px auto 0;}
  .contbx p{max-width: 200px;margin: 0 auto; }

}
@media(max-width:1366px){ 
    .contblk {width: 650px;}
	.getblk {width: calc(100% - 650px);padding-right: 40px;}
	.experience_info.ptag p{font-size: 15px;line-height: 20px;}
	.gettxt, .frmbg, .btndiv {padding: 26px 25px;}

}
@media(max-width:1280px){
	.contbx p , .contbx a, .experience_info.ptag p{font-size: 14px;}
	.contblk {width: 535px;}
	.getblk {width: calc(100% - 535px);padding-right: 40px;}
	.experience_info {margin: -88px auto 0;}
	.gettxt .head{font-size: 30px;padding-bottom: 10px;}
	.experience_info li{min-height: 158px;}
	.gettxt, .frmbg, .btndiv {padding: 23px 15px;}
	.map {margin-top: 30px;}
}

@media(max-width:1200px){
    

}
@media(max-width:1024px){
	.frmbg .width50{width: 100%;}
	.experience_info{max-width: 100%;margin:0 auto;}
	.gettxt p{font-size: 14px;}
	.frmbg .form-group{margin-bottom: 10px;}
	.experience_info li {min-height: 164px;}
	.map:before{content: none;}
	.map{padding-left: 0;}
	.line span{max-width: 185px;padding:0 10px;}
	.map iframe{height: 300px;}
}




@media(max-width:992px){
	.getblk {width: 100%;padding-right: 0;margin-bottom: 30px;}
	.contblk{width: 600px;margin:0 auto;}
	.circle_icon{margin:0 auto 10px;}

}

@media(max-width:650px){
	.contblk{width: 100%;}
}
@media(max-width:580px){
	.cont_info li:not(:last-child), .experience_info li:not(:last-child){width: 50%;}
	.cont_info li:last-child, .experience_info li:last-child{width: 100%;padding-top:10px;}
	.contbx p{line-height: 18px;}
	.contbx a{display: block;}
	.experience_info li{min-height: 135px;}
	.formdiv .btnbox {margin: 0;}
}
@media(max-width:500px){
  .cont_info li:not(:last-child), .experience_info li:not(:last-child) {
    width: 100%;
    margin-bottom: 18px;
}
}
@media(max-width:480px){
	.experience_info li:not(:last-child){width: 100%;}
	.btndiv.flexdiv{display: block;}
	.getfrm .submitbtn{max-width: 143px;margin-top:15px;}
	
	
}
