@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;
    background-color: #000;
  }
  .headerInner{
    padding: 10px;
  }
  .logoWrap {
    width: 80px;
}
  .formSec{
    margin-top:0px;
  }
}
@media screen and (max-width: 1140px){
  .addressSec{
    height: 400px;
  }
  .addressWrap {
    width: 100%;
    bottom: 0;
    padding: 15px;
    min-width: auto;
    display: flex;
    justify-content: space-between;
    position: absolute;
    /* height: 100px; */
    top: auto;
    left: 0;
    border-bottom: 1px solid #363434;
}
.addressWrap p{
  margin-bottom: 0px;
}
}
@media screen and (max-width: 991px){
  .bannerHeading{
    font-size: 28px;
  }
  .bannerInnerImg .imgholder {
    height: 210px;
}
.bannerContent .bannerTxt{
  width: 100%;
  text-align: center;
}
.bannerContent .bannerTxt h1{
  font-size: 36px;
  line-height: normal;
}
.banner_wrap ul.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
}
}
@media screen and (max-width: 768px){
  .aboutImg {
    padding-left: 90px;
    padding-bottom: 100px;
    position: relative;
    padding-top: 40px;
}
.formSec{
  margin-bottom: 0px;
}
.serviceSec{
  text-align: center;
}
.aboutDot {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 70px;
  bottom: 20px;
}
.aboutImg::before {
  width: 170px;
  height: 200px;
  position: absolute;
  top: 0px;
  left: 40px;
  border: 15px solid #e1f0fc;
  content: "";
}
.abouttxt{
  padding-left: 0px;
}
.secTitle {
  font-size: 24px;
  line-height: normal;
}
.formWrap {
  position: relative;
}
.leftTxt {
  padding-top: 0;
  margin-bottom: 40px;
}
.aboutImg {
  padding-left: 90px;
  padding-bottom: 100px;
  position: relative;
  padding-top: 40px;
}
  .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;
}
.logoWeap img{
  width: 80px;
}
.headerRight ul li{
  font-size: 14px;
}
.headerInner{
  padding: 4px 12px;
}
.headerRight ul li a{
  line-height: normal;
}
.banner_img{
  display: none;
}
.banner_content {
  position: relative;
  top: 0;
  transform: translateY(0);
  width: 100%;
}
.banner_content{
  padding: 0px;
}
.addressWrap{
  display: block;
}
.addressWrap p {
  display: table;
  justify-content: center;
  margin: 0 auto;

}
.socialIcon{
  justify-content: center !important;
  margin-top: 10px;
}
.textiItems{
  display: block !important;
  text-align: center;
}
.testiImg {
  padding: 50px 60px;
  width: auto;
  position: relative;
  display: inline-flex;
  justify-content: center;
  margin: 0 auto;
  left: auto;
  padding-right: 0px;
}
.testiContent {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.quoteicon {
  margin-bottom: 20px;
  width: 50px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.ratingIcon{
  margin: 0 auto;
  text-align: center;
  display: table;
}
.testimonialSec{
  padding-bottom: 40px;
}
.testiSlider ul.slick-dots {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
}
.headerRight ul{
  text-align: right;
}
.logoWrap {
  width: 140px;
}
.banner_wrap ul.slick-dots button{
  width: 5px;
  height: 5px;
}
}
@media screen and (max-width: 485px){
.headerRight{
  text-align: right;
}
.bannerHeading {
  font-size: 20px;
}
.bannerContent .bannerTxt h1 {
  font-size: 20px;
  line-height: normal;
}
}
@media screen and (max-width: 360px){
  .headerRight ul li {
    font-size: 12px;
}
  }