@media only screen and (max-width:991px){

.toggler{
  border: none;
  display: unset;
}

.cb{

  width: 100%;
  margin-top: 20px;
}

/*----------------------2nd-----------------------------*/

.text{
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}

.text1{
  font-size: 16px;
  line-height: 18px;
  padding-top: 5px;
}


/*-------------------3rd-----------------------*/

.box{
  margin-top: 20px;
}

.text{
  font-size: 24px;
  
}

.text1{
  font-size: 14px;
  margin-left: 5%;
  margin-right: 5%;
}


.box .row{
  padding-top: 90px;
  padding-bottom: 120px;
}

.box .pad{
  margin-left: 30px;
  margin-right: 30px;
}

.box .pad h2{
  font-size: 17px;
}

.box .pad p{
  font-size: 14px;
}
/*--------------------4rd------------------------*/


.box1 .col-lg-5{
  min-height: 232px;
}

@media only screen and (max-width:500px){

.box1 .col-lg-5{
  min-height: 432px;
}
}


.box1 .col-lg-5 h2{
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #031B39;
  padding-left: 30px; 
  padding-top: 30px;
  padding-right: 20px;

}

.box1 .col-lg-5 p{
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  padding-left: 30px;
  padding-top: 15px;
  padding-right: 20px;
}

.box1 .pad{
  padding-top: 20px;
  padding-left: 75px;
  padding-right: 35px;
  padding-bottom: 53px;

}
.box1 .col-lg-7 p{
  line-height: 19px;
  font-size: 14px;
}



/*------------------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;

}

}