.contact-map,
.innerbanner.all-inner {
  position: relative;
}
section.gallery-img {
  padding: 60px 0;
}
section.contact-page-section {
  position: relative;
  background: 0 0;
  padding: 60px 0;
}
section.contact-page-section:before {
  position: absolute;
  content: "";
  background-image: url("/images/contact-bg.png");
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  bottom: 0;
  top: auto;
  margin: auto;
  left: 0;
  right: 0;
  height: 65%;
  width: 100%;
  z-index: -1;
}
.my-form .input-txt {
  position: relative;
  margin: 5px;
}
.form-heading h2 {
  font-family: Roboto !important;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  padding-left: 20px;
  position: relative;
}
.form-heading h4,
.form-heading h4 span {
  font-size: 40px;
  font-family: Roboto !important;
  position: relative;
}
.form-heading h2:before {
  position: absolute;
  content: "";
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  background: var(--btn-color);
  height: 12px;
  width: 12px;
  margin: auto;
}
.form-heading h4 {
  font-weight: 800;
  color: #000;
}
.form-heading h4 span {
  font-weight: 500;
  color: var(--btn-color);
}
.main-cont-bar {
  position: relative;
  max-width: 100%;
  background: red;
  padding: 50px 20px;
  background: repeating-linear-gradient(44deg, var(--btn-color), #379093 70px);
  margin: 50px auto 0;
  /* background-image: linear-gradient(#000000 6%, var(--btn-color) 80%); */
  box-shadow: rgba(0, 0, 0, 0.4) 0 12px 10px, rgba(0, 0, 0, 0.09) 0 19px 8px;
  border-radius: 10px;
}
.main-cont-bar h3.cont-bar-head {
  text-align: center;
  font-size: 25px;
  color: #fff;
  margin: 0px 0 40px;
  text-transform: uppercase;
  font-weight: 700;
}
.con-info.info .img-icon {
  max-width: 50px;
  width: 20%;
}
.con-info.info .contact-txt {
  max-width: 80%;
  width: 80%;
}
.con-info.info .contact-txt h4 {
  /* font-family: Roboto !important; */
  color: #fff;
  font-size: 18px;
  margin-bottom: 8px;
  /* text-transform: uppercase; */
}
.con-info.info .contact-txt p {
  color: #fff;
  font-size: 13px;
  margin: 10px 0;
}
.con-info.info {
  position: relative;
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
}
.contact-form-main .form-heading h2,
.contact-form-main .form-heading h4 {
  color: var(--h-color);
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.contact-form-main {
  padding-bottom: 60px;
  position: relative;
}
.contact-form-main .form-heading {
  text-align: center;
  margin-bottom: 40px;
}
.contact-form-main .form-heading h2 {
  font-size: 35px;
  text-align: center;
  padding: 10px 0;
  margin: 10px 0;
}
.my-form .input-txt input,
.my-form .input-txt textarea {
  margin: 10px 0;
  padding: 10px 40px;
}
.contact-form-main .form-heading h4 {
  font-size: 18px;
  display: inline-block;
  transition: 0.5s;
}
.my-form .input-txt {
  position: relative;
}
.my-form .input-txt img {
  position: absolute !important;
  top: 15px;
  left: 0;
}
.my-form .input-txt textarea {
  resize: none;
}
.my-form .input-txt input:focus,
.my-form .input-txt textarea:focus {
  box-shadow: none;
  border-color: var(--btn-color);
  transition: 0.5s;
}
.my-form .captcha-img img {
  max-width: 100%;
  height: auto;
}

.contact-form-btn .inquiry_form_btn {
    width: 100%;
    background: repeating-linear-gradient(44deg, var(--btn-color), #379093 40px);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 10px;
    transition: 0.4s;
    border: 0;
    outline: none;
}

.contact-form-btn .inquiry_form_btn:hover {
    transition: 0.4s;
    color: #000;
}
@media (max-width: 767px) {
    .main-cont-bar {
        margin: 30px 0 10px;
        width: 100%;
        max-width: 100%;
        padding: 20px 10px;
    }
    .main-cont-bar h3.cont-bar-head {
        margin: 10px 0 20px;
    }
    .con-info.info .contact-txt p {
        font-size: 12px;
        margin: 5px 0;
    }
    .con-info.info .contact-txt h4 {
        font-size: 12px;
        margin-bottom: 0;
    }
    .con-info.info .img-icon {
        max-width: 10%;
    }
    .con-info.info .contact-txt {
        max-width: 85%;
        margin-left: 10px;
    }
    section.contact-page-section .row .col-md-3 {
        display: none;
    }
    .form-heading h4,
    .form-heading span {
        font-size: 22px !important;
    }
    .form-heading h2 {
        font-size: 12px;
    }
  .form-heading {
    padding-top: 20px;
  }
    section.gallery-img {
        padding: 30px 0;
    }
    section.contact-page-section {
        padding: 10px 0px 30px;
    }
  
    ::placeholder {
        font-size: 12px;
    }
    
    .my-form .input-txt input, .my-form .input-txt textarea {
        padding: 5px 28px !IMPORTANT;
    }
    
    .my-form .input-txt img {
        top: 13px !important;
        width: 14px;
    }
  
}

@media (min-width: 767px) and (max-width: 992px) {
  section.contact-page-section .row .col-md-3 {
    display: none;
  }
  .form-heading h4,
  .form-heading span {
    font-size: 22px !important;
  }
  .my-form .input-txt input, .my-form .input-txt textarea {
    padding: 6px !important;
  }
  .my-form .input-txt input, .my-form .input-txt textarea {
    font-size: 12px;
  }
  .contact-map iframe {
    height: 300px;
  }
  .contact-form-btn .inquiry_form_btn {
    font-size: 12px;
  }
  .my-form .input-txt img {
    display: none !important;
  }
  .form-heading h2 {
    font-size: 12px;
  }
  section.gallery-img {
    padding: 30px 0;
  }
  section.contact-page-section {
    padding: 0px 0px 40px;
  }
  .main-cont-bar {
    max-width: 100% !important;
    padding: 20px;
  }
  .main-cont-bar h3.cont-bar-head {
    margin: 20px 0;
  }
  .innerbanner.all-inner {
    margin-top: 80px;
  }
}

@media (max-width: 992px) {
  .search-box-btn.search-box-outer img {
    filter: brightness(0);
  }
  .search-box-btn.search-box-outer {
    margin: 0;
  }
}