section.contact-page-section {
  position: relative;
  z-index: 1;
  padding: 0px 0px;
  margin: 20px 10px;
}

section.contact-page-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 33%;
  background: #fff;
  z-index: -1;
}

section.contact-page-section:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 65%;
  z-index: -1;
  opacity: 0.8;
  background-image: url(/images/contact-page-formbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.contact-info {
  padding: 60px 0;
  position: relative;
  text-align: center
}

.contact-info .general-head h2 {
  color: var(--h-color);
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  margin: 10px 0;
  text-transform: capitalize
}

.contact-info .general-head {
  margin-bottom: 60px
}

.contact-info .con-info {
  text-align: center;
  position: relative
}

.contact-info .con-info span {
  height: 60px;
  width: 60px;
  position: relative;
  display: block;
  background: var(--btn-color);
  margin: 10px auto;
  border-radius: 50%
}

.contact-info .con-info span img.img-fluid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto
}

.contact-info .con-info h4 {
  color: var(--h-color);
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  transition: .5s
}

.contact-info .con-info p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 20px 0;
  padding: 0 30px
}

.contact-form-main .form-heading h4 {
  color: var(--h-color);
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize
}

.contact-info .con-info.info3 {
  border-left: 1px solid;
  border-right: 1px solid
}

.contact-form-main {
  padding-bottom: 60px;
  position: relative
}

.contact-form-main .form-heading {
  text-align: center;
  margin-bottom: 40px
}

.my-form .input-txt input,
.my-form .input-txt textarea {
  margin: 0px 0;
  padding: 6px 10px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #8c8c8c;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
}

.my-form .input-txt input::placeholder,
.my-form .input-txt textarea::placeholder {
  color: #fff;
}

.contact-form-main .form-heading h4 {
  font-size: 18px;
  display: inline-block;
  transition: .5s
}

.my-form .input-txt {
  position: relative
}

.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: .5s
}

.my-form .captcha-img img {
  max-width: 100%;
  height: auto;
  filter: brightness(0.6);
}

.contact-page-form {
  background: #143642;
  padding: 20px;
  margin-bottom: 150px;
}

.contact-form-btn .inquiry_form_btn {
  width: 100%;
  margin-top: 20px;
  background: var(--btn-color) !important;
  border-radius: 0;
  color: #fff;
  font-family: Bebas Neue !important;
  letter-spacing: 1.2px;
  transition: 0.5s;
}

.contact-form-btn .inquiry_form_btn:hover {
  transition: 0.5s;
  background: var(--sec-color) !important;
}

@media (max-width:767px) {
  .contact-info {
    padding: 30px 0
  }

  .contact-info .general-head h2 {
    font-size: 20px
  }

  .contact-info .general-head {
    margin-bottom: 30px
  }

  .contact-form-main .form-heading h4,
  .contact-info .con-info h4 {
    font-size: 12px
  }

  .contact-info .con-info p {
    margin: 10px 0;
    font-size: 10px;
    padding: 0 15px
  }

  .contact-info .con-info.info3 {
    border-left: 0;
    border-right: 0px
  }

  .contact-form-main .form-heading {
    margin-bottom: 20px
  }

  .my-form .input-txt input,
  .my-form .input-txt textarea {
    font-size: 12px;
  }

  .contact-form-btn button {
    width: 100%;
    font-size: 12px
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .contact-info {
    padding: 30px 0
  }

  .contact-info .general-head h2 {
    font-size: 20px
  }

  .contact-info .general-head {
    margin-bottom: 30px
  }

  .contact-info .con-info h4 {
    font-size: 13px
  }

  .contact-info .con-info p {
    margin: 10px 0;
    font-size: 12px;
    padding: 0 15px
  }

  .contact-form-main .form-heading {
    margin-bottom: 20px
  }

  .contact-form-main .form-heading h4 {
    font-size: 12px
  }

  .my-form .input-txt input,
  .my-form .input-txt textarea {
    font-size: 12px;
  }

  .contact-form-btn button {
    width: 100%;
    font-size: 12px
  }
}

.my-form .input-txt {
  position: relative;
  margin: 5px
}

.form-heading h4 {
  color: #ffffff;
  text-align: center;
  font-family: Bebas Neue !important;
  font-size: 30px;
  margin-bottom: 20px;
}

.contact-cycle {
  position: relative;
  height: 500px
}

.contact-cycle img {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: auto
}

.main-cont-bar {
  position: relative;
  padding: 20px 20px;
  margin: auto;
  background: #fff;
  box-shadow: rgb(255 255 255 / 40%) 0 12px 10px, rgb(151 151 151 / 9%) 0 9px 8px;
}

.main-cont-bar h3.cont-bar-head {
  font-size: 30px;
  color: var(--h-color);
  margin: 20px 0;
  text-transform: uppercase;
  font-family: Bebas Neue !important;
}

.con-info.info .contact-txt {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.con-info.info .contact-txt h4 {
  font-family: Bebas Neue !important;
  color: var(--h-color);
  font-size: 16px;
  margin: 0;
  line-height: normal;
  font-weight: 400;
  width: 30%;
}

.con-info.info .contact-txt a {
  width: 70%;
  text-align: end;
}

.con-info.info .contact-txt p.addressDiv {
  width: 70%;
  text-align: end;
}

.con-info.info .contact-txt p {
  color: var(--btn-color);
  font-size: 16px;
  margin: 0;
}

.con-info.info {
  position: relative;
}

@media (max-width:767px) {

  .main-cont-bar {
    margin: 0 0 30px;
    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;
  }

  .con-info.info .contact-txt h4 {
    font-size: 14px;
    margin-bottom: 0
  }

  .form-heading h4 {
    font-size: 22px !important
  }

  section.contact-page-section:before {
    height: 0;
    width: 0;
    opacity: 0;
  }

  section.contact-page-section:after {
    width: 100%;
    background-attachment: fixed;
  }

  section.contact-page-section {
    padding: 20px 0px;
    margin: 10px;
  }

  .contact-page-form {
    margin-bottom: 0px;
  }
}

@media (min-width:767px) and (max-width:992px) {

  section.contact-page-section:before {
    width: 40%;
  }

  section.contact-page-section:after {
    width: 58%;
  }

  .form-heading h4 {
    font-size: 22px !important
  }

  section.contact-page-section {
    padding-bottom: 0 !important
  }

  .main-cont-bar {
    padding: 10px;
  }

  .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
  }
}