.contact-bg {
  background: url("../img/lap/1.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  border-radius: 0px;
  box-shadow: inset 0 0 0 2000px #1c1c1c7a;
}
@media only screen and (max-width: 768px) {
  .contact-bg {
    background-position: center;
  }
}
/* margin from Top */
.marginTopBox {
  padding-top: 90px;
}
.contactHeading {
  text-align: center;
  color: #fff;
  /* font-size: 35px; */
  padding-top: 25px;
  font-family: "MainHeadingAllExceptHome";
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
}


.contactImg {
  display: flex;
}
/* Image */
.contactImg img {
  width: 700px;
  margin: auto;
}
/* Card */
.contactCard {
  background-color: transparent;
  color: #fff;
  border: none;
  border-radius: 1rem;
  text-align: center;
  z-index: 2;
}
.cardFontAwesome {
  margin: 5px auto 15px;
  font-size: 2.5rem;
  z-index: 2;
}
.cardPara {
  line-height: 5px;
  z-index: 2;
  font-size: 18px;
}
.cardPara p {
  font-family: "ParaHeading";
}
/* Card End */
.contactMap iframe {
  width: 100%;
}
.contactCardHoverEffect {
  /* background-color: #2F3A8F; */
  padding: 15px;
  height: 150px;
  position: relative;
  overflow: hidden;
}
.contactCardHoverEffect::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #0a2425;
  height: 0;
  transition: 0.5s;
  z-index: 1;
}
.contactCardHoverEffect:hover::before {
  height: 100%;
  z-index: 1;
}
.enquiry {
  background-image: url(../img/testimonial-bg.png);
  background-size: cover;
  background-position: center;
  border-radius: 0px;
  box-shadow: inset 0 0 0 2000px #1c1c1c7a;
  background-color: #0a2425;
  /* height: 100vh; */
}
.enquiryContent {
  text-align: center;
  color: #fff;
}
div h1 {
  font-family: "MainHeadingAllExceptHome";
  font-size: 51px;
}
div p {
  font-family: "ParaHeading";
  font-size: 18px;
}
.form-control {
  width: 70%;
  padding: 0.375rem 0.75rem;
  margin-left: 14%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: transparent;
  border-radius: 0.25rem;
}
.form-control1 {
  border: 1px solid #ced4da;
}
.form-control:focus {
  color: #fff;
  background-color: transparent;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(253, 13, 245, 0.844);
}
.form-control::placeholder {
  color: #fff;
  opacity: 1;
  text-align: center;
  font-family: "TopLine";
  text-transform: uppercase;
}
form button {
  font-family: "TopLine";
}
.btn-primary {
  color: #fff;
  background-color: #113a3b;
  border-color: #113a3b;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0a2425;
  border-color: #0a2425;
}
.enquiryForm {
  margin: 12px 0px;
}
