@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;
  }
}
@media screen and (max-width: 768px){
  .deskview{
    display: none;
  }
  .mobview{
    display: block;
  }
  .dotImg1, .dotImg2{
    display: none;
  }
  .banner_txt{
    text-align: center;
    width: 100%;
  }
  .formSec {
    margin-top: -30px;
}
.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: 0px 12px;
}
}
@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;
}
  }