@media screen and (max-width: 1366px){
  .bannerInnerImg .imgholder{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 340px;
  }
  .bannerInnerImg {
    position: relative;
    padding-right: 30px;
    background-color: transparent;
}
.bannerInnerImg::after{
  right: 0;
}
.banner_content{
  padding: 0 20px;
}
}
@media screen and (max-width: 1200px){
  .headerArea{
    position: relative;
    padding: 0px;
  }
  .formSec{
    margin-top:0px;
  }
}
@media screen and (max-width: 991px){
  .bannerHeading{
    font-size: 28px;
  }
  .bannerInnerImg .imgholder {
    height: 210px;
}
}
@media screen and (max-width: 768px){
  
  .banner_txt{
    text-align: center;
    width: 100%;
  }
  .bannerInnerImg{
    padding-right: 0;
    margin: 15px 0;
  }
  .bannerInnerImg::after{
    display: none;
  }
  .formSec {
    margin-top: 0px;
}
.aboutImg{
  margin-bottom: 20px;
}
.abouttxt{
  text-align: center;
}
.secHeading::after{
  left: 50%;
  transform: translateX(-50%);
}
.abouttxt ul li{
  display: table;
  margin: 0 auto;
}
.footerWrap{
  text-align: center;
}
.social_icon{
  margin-bottom: 20px;
}
.secHeading{
  font-size: 20px;
  margin-bottom: 20px;
}
section {
  padding: 20px 0;
}
.formWrap{
  padding: 20px;
}
.logoWeap img{
  width: 80px;
}
.headerRight ul li{
  font-size: 14px;
}
.headerInner{
  padding: 4px 12px;
}
.headerRight ul li.headerMail a{
  background-color: transparent;
  color: #000;
  line-height: auto;
}
.headerRight ul li a{
  line-height: normal;
background-color:transparent;
}
.headerRight ul li.headerMail a svg{
  color: #0b9190;
}
.banner_img{
  display: none;
}
.banner_content {
  position: relative;
  top: 0;
  transform: translateY(0);
  width: 100%;
}
.banner_content{
  padding: 0px;
}
.banner_wrap {
  position: relative;
  padding: 20px 0;
  background: url(../img/banner-img/banner-1.jpg) no-repeat center center;
  background-size: cover;
}
}
@media screen and (max-width: 485px){
.headerRight{
  text-align: right;
}
.bannerHeading {
  font-size: 20px;
}

}
@media screen and (max-width: 360px){
  .headerRight ul li {
    font-size: 12px;
}
  }