@media only screen and (max-width: 991px){


.toggler{
  border: none;
  display: unset;
}

.cb{

  width: 100%;
  margin-top: 20px;
} 


/*----------------get in touch-----------------------*/

.git{
  background: #042957;
  height: auto;
  margin-top: 20px;
}

.git h1{
  font-size: 24px;
}

.git .blur{
  height: auto;

  margin-top: 20px;
  margin-left: 0px;
  margin-right: 0px;
  width: auto;
}

.git .box{
   margin-left: 20px;
   margin-right: 20px;
   margin-top: 44px;
   min-height: 485px;
}

.git h2{
   font-weight: 700;
   font-size: 20px;
   line-height: 27px;
   padding-top: 40px;
}

.git h3{
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
}

.git p{
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  width: auto;
}

/*----------------------------------------------*/

.mapimage {
  width: 100%;
  height: 430px;
  background-repeat: no-repeat;
  background-image: url('../img/map.png');
  z-index: 1;
  margin-top: 100px;
  background-position: center;
}


/*------------------footer-------------------------*/

.footer{
   height: auto;
   margin-top: 20px;
}

.foverlay {
  width: 100%;
  height: auto;
  background: #031B39;
  mix-blend-mode: hard-light;
  background-repeat: no-repeat;
  background-size: cover;
}

.fimage {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background: url('../img/AdobeStockf.png');
  background-size: cover;
  background-position: center;
}

.f1{
  margin-top: 47px;
}

.f2, .f3, .f4 {
  margin-top: 40px;
}

.f4{
  margin-top: 40px;
  padding-bottom: 40px;
}


/*-----------------form-----------------------*/

.popform .con{
  margin-left: 10px;
  margin-right: 10px;

}


}