


.header-banner{
  max-width: 1800px;
  margin: auto;
  height: 400px;
  padding-top: 250px;
  background: linear-gradient(rgba(0, 0, 0, 0.553), rgba(3, 60, 122, 0), rgba(0, 0, 0, 0.512)), url(image/contact\ img\ 2.avif);
  background-position: center;
  background-size: 100% 100%;
  text-align: center;
  color: white;
}


.sec1a{
  max-width: 1800px;
  margin: auto;
  padding: 30px;
  background: rgb(237, 239, 255);
  padding-bottom: 60px;

}
.sec1a-container{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.sec1a-container .box{
  width: 42%;
  background-color: white;
  padding: 20px;
  margin-top: 30px;
}

.sec1a-container .box h3{
  font-size: 20px;
}

.sec1a-container .box h4{
  font-size: 17px;
}
.sec1a-container .box span{
  color: rgb(13, 119, 160);
}



.sec2a{
  max-width: 1500px;
  margin: auto;
  padding: 50px 20px;
  display: flex;
  flex-wrap: wrap;
  /* background-color: rgb(255, 255, 255); */
  justify-content: space-evenly;
}
.text-1{
  width: 45%;
  /* padding-left: 20px; */
  /* border-style: double; */
  border-radius: 20px;
  border-bottom: none;
  border-top: none;
  border-right: none;

}
.text-1 h1{
  font-size: 30px;
  font-weight: 400;
  color: rgb(0, 133, 163);
}
.text-1 h2{
  font-weight: 400;
  font-size: 25px;
  margin-left: 30px;
}
.text-1 h5{
  font-size: 20px;
  display: flex;
  margin-top: 10px;
}
.text-1 h5 p{
  margin-left: 5px;
  font-weight: 400;
  font-size: 19px;
  margin-top: -3px;
}
.text-1 h5 span{
  /* font-weight: bold; */
  margin-bottom: -10px;
  color: rgb(0, 135, 188);
}
.text-2{
  width: 42%;
}
.text-2 h1{
  font-size: 25px;
  font-weight: 400;
}
.text-2 h5{
  font-size: 20px;
  display: flex;
  margin-top: 10px;
}
.text-2 h5 p{
  margin-left: 5px;
  font-weight: 400;
  font-size: 19px;
}
.text-2 .col-xl-3 i{
  color: black;
}

form h5{
  font-size: 25px;
}



  @media screen and (max-width: 900px) {

    .sec1a{
      padding: 20px;
      padding-bottom: 50px;
    }
    .sec1a-container .box{
      width: 100%;
    }
    .sec1a-container .box p{
      font-size: 14px;
    }


    .mape iframe{
      width: 100%;
      height: 300px;
    }
    .heading{
      padding-left: 12%;
    }



    .sec2a{
      padding-top: 0;
    }
.text-1{
  width: 100%;
  margin-top: 35px;
 }
.text-2{
  width: 100%;
  
}

.text-1 h5 p{
  font-size: 16px;
}
.text-1 h5 span{
  font-size: 18px;
}




}
