@media screen and (max-width: 1200px){
  .jumbo-text{
    font-size: 50px;
  }
}
@media screen and (max-width: 768px){
  .deskview{
    display: none;
  }
  .mobview{
    display: block;
  }
  .banner_img{
    height: 40vh;
    overflow: hidden;
  }
  .banner_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .formSec{
    margin-top:40px;
  }
  .banner_content {
    position: relative;
    top: auto;
    transform: translateY(0);
    width: 100%;
    margin-top: -60px;
}
.banner_txt {
  padding-left: 30px;
  position: relative;
  padding: 20px 30px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #ccc;
}
.bannerHeading {
  color: #80B844;
  font-size: 36px;
}
.aboutImg{
  margin-bottom: 20px;
}
}
@media screen and (max-width: 420px){
.headerRight ul li a{
  line-height: 24px;
}
.logoWeap img{
  width: 100px;
}
}