


.header-banner{
  max-width: 1800px;
  margin: auto;
  height: 500px;
  padding-top: 350px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.968), rgba(3, 60, 122, 0), rgba(0, 0, 0, 0.889)), url(../images/customer\ care.jpg);
  background-position: center;
  background-size: 100% 150%;
  text-align: center;
  color: white;
  /* margin-top: -120px; */
}

.contact-sec{
  max-width: 1800px;
  margin: auto;
  padding: 8% 4%;
  margin-top:0px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background:linear-gradient(to right,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0)), url(../image/bg\ img\ 9.jpg);
  background-position: center;
  background-size: 100% 155%;
}

.contact-sec h1{
  color: #10b5f7;
  font-weight: 600;
}
.contact-sec .text{
  width: 40%;
  
}
.contact-sec .text .line{
  width: 100px;
  height: 2px;
  background: #f48333;
  margin-bottom: 20px;
}
.contact-sec .text .box{
  display: flex;
  margin-top: 30px;
  place-items: center;
}
.contact-sec .text .box img{
  width: 30px;
  height: fit-content;
  margin-right: 15px;
  filter: brightness(0);
}
.contact-sec .text h5{
  color: #f48333;
  margin: 0;
  margin-right: 10px;
}

.contact-sec .text p{
  margin-top: 0;
  margin: 0;
}


.contact-sec .Director{
  width: 100%;
}
.contact-sec .Director p{
  margin-top: 10px;
}


.contact-sec form{
  width: 40%;
  text-align: left;
}
.contact-sec form h5{
  color: #f48333;
}

.contact-sec form .line{
  width: 100px;
  height: 2px;
  background: #f48333;
  margin-bottom: 20px;
}



.contact-sec form input{
  width:90%;
  padding: 10px;
  margin-top: 20px;
  border: 0.1px solid rgb(232, 232, 232);
}

.contact-sec form input:focus{
  outline: none;
}


.contact-sec form textarea{
  width:90%;
  padding: 10px;
  margin-top: 20px;
  border: 0.1px solid rgb(232, 232, 232);
}

.contact-sec form textarea:focus{
  outline: none;
}



.contact-sec  button {
  padding: 8px;
  /* border-radius: 30px; */
  background-color: #f48333;
  border: none;
  display: flex;
  place-items: center;
  justify-content: space-between;
  font-weight: 700;
  /* margin: auto; */
  margin-top: 30px;
  color: white;

}

.contact-sec  button:hover {
  background-color: transparent;
  color: #f48333;
  border: 0.1px solid #f48333;
}

.contact-sec button span {
  margin: 0 20px;
}

.contact-sec button img {
  width: 30px;
  background: white;
  padding: 5px;
  border-radius: 50%;
}

/* .contact-sec button .img2 {
  display: none;
} */

.contact-sec button:hover img {
  background-color: #f48333;
  display: none;
}

.contact-sec  button:hover .img2 {
  display: block;
}


.map{
  max-width: 1800px;
  margin: auto;
}

.map iframe{
  width: 100%;
}




  @media screen and (max-width: 900px) {

    .header-banner{
      background-size: 100% 100%;
      height: 450px;
      margin-top: -120px;
    }

    .contact-sec{
      padding-top: 0;
    } 
    .contact-sec .text{
      width: 100%;
      padding: 0;
      margin-top: 30px;
    }
    .contact-sec h1{
      font-size: 30px;
    }
    .contact-sec .text h5{
      font-size: 15px;
    }

    .contact-sec .text .box{
      margin-left: 10px;
    }
    .contact-sec form{
      width: 100%;
      margin-top: 50px;

    }
    .contact-sec form h1{
      font-size: 30px;
    }
    .contact-sec form input{
      width: 100%;
    }
    .contact-sec form textarea{
      width: 100%;
    }


    .contact-sec .Director{
      width: 100%;
      /* text-align: center; */
    }



}
