@media only screen and (max-width:991px){

.toggler{
  border: none;
  display: unset;
}

.cb{

  width: 100%;
  margin-top: 20px;
}


/*-----------------------slider-------------------------------*/


.carousel-caption h5{
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 20px;
}

.carousel-caption p{
  font-weight: 500;
  font-size: 14px;
  width: 420px;
  margin-bottom: 0px;
}

.carousel-caption button{
  padding: 12px 16px;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 20px;
  margin-top: 20px;
}


.carousel-caption a{
  float: left;
  margin-bottom: 20px;
  margin-right: 5px;
}

.carousel-caption span{
  float: right;
}


/*-------------------------services---------------------------*/
.services{
   margin-top: 10px;
   margin-bottom: 40px;
}

.services h1{
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 20px;
  text-align: center;
  margin-left: 0px;
}

.services .pad{
   margin-bottom: 20px;
   padding-bottom: 20px;
}

.services .pad img{
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
}

.services .pad h2{
  font-size: 16px;
  line-height: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 10px;

}

.services .pad p{
  font-size: 14px;
  line-height: 18px;
  padding-left: 20px;
  padding-right: 20px;
}


.services .re{
  margin-left: 20px;
}



/*-------------------eastern bridge------------------------*/

.eastern{
  margin-top: 30px;
  margin-bottom: 30px;
}

.eastern h2{
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
  text-align: center;
}

.eastern p{
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin-right: 0px;
}

/*---------------------help----------------------------*/
.helps{
  background: #042957;
  height: auto;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center;
}

.helps h2{
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #F8FAFC;

  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}

.helps .wheel{
  display: none;
}

.helps .row img{
  margin-top: 5px;
}
.helps .row{
  display: unset;
}

@media only screen and (max-width:500px){

.helps .row img{
  width: 120px;
}

  }

/*--------------------------testmonials-----------------------------*/

.testmonials{
  margin-top: 20px;
}

.testmonials h2{
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 20px;
}

.testmonials .pad{
  padding: 20px 10px;
  width: auto;
}

.testmonials .pad p{
  font-size: 14px;
  line-height: 20px;
}

/*------------------------------why isle-----------------------------------*/

.isle{
  height: auto;
  margin-top: 20px;
  padding-bottom: 20px;
}

.isle h2{
  font-size: 24px;
  line-height: 30px;
  padding-top: 20px;
  width: auto;
  padding-bottom: 0px;
}

.isle button{
  min-height: 150px;
  border-radius: 0px 16px 16px 0px;
  font-size: 14px;
  line-height: 18px;
  padding-right: 20px;
}


/*---------------------------FAQ--------------------------------*/

.faq{
  min-height: auto;
  width: auto;
  margin-top: 20px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.faq h2{
  font-size: 20px;
  line-height: 22px;
  padding-top: 20px;
}

.faq p{
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #E7F0FB;
  padding-top: 20px;
  padding-left: 20px;
}


.faq .pad{
  margin-top: 20px;
  margin-right: 10px;
  position: relative;
}



/*------------------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;

}


}


@media only screen and (max-width:500px){

.carousel-caption h3{
  display: unset;
  font-weight: 600;
  font-size: 14px;
  line-height: 0px;
  text-align: center;
  color: #E7F0FB;
}

.carousel-caption h5{
  display: none;
}

.carousel-caption p{
  display: none;
}

.carousel-caption a{
  display: none;
}

.carousel-caption span{
  display: none;
}

.carousel-caption button{
  padding: 5px 12px;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0px;
  margin-top: 5px;
}

}