.contact_us .banner_heading {
  text-align: center;
  color: #ffffff;
  font-family: 'Saira', sans-serif;
  font-weight: 300;
  font-size: 40px;
  padding-top: 10%;
}

.bg-banner {
  background-image: url(../images/contact_banner.jpg);
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-l-r-0 {
  padding-right: 0px;
  padding-left: 0px;
}

.form-btn {
  padding-left: 0px;
  padding-right: 0px;
}

.muse_nav .navbar-header {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

button.enquire-btn,
button.enquire-btn::after {
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}

button.enquire-btn::before,
button.enquire-btn::after {
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
}

button.enquire-btn:hover {
  color: #8bc53f!important;
  /*z-index: 9999;*/
}

.enquire-btn::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.enquire-btn:hover:after {
  width: 100%;
}

.contact_us .touchbase {
  text-align: center;
  padding: 90px 20px 90px;
}

.contact_us .touchbase h1 {
  text-align: center;
  color: #8bc53f;
  font-family: 'Saira', sans-serif;
  font-weight: 300;
  font-size: 38px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 10px;
}

.contact_us .touchbase p {
  color: #767a80;
  font-family: 'Saira', sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 19px;
}

.contact_us .touchbase .social_media p {
  /*padding-left: 20px;*/
  /*padding-right: 20px;*/
  background: #8bc53f;
  padding-top: 5px;
  padding-bottom: 7px;
  margin-left: 30px;
  margin-right: 30px;
  display: inline-block;
  transform: rotate(50deg);
  height: 40px;
  width: 40px;
}

.contact_us .touchbase .social_media p i {
  transform: rotate(-50deg);
  color: #ffffff;
}

.contact_us .touchbase .social_media {
      padding-bottom: 35px;
    padding-top: 0px;
}

.contact_us form .form-control {
  border-radius: 0rem;
  background-color: transparent;
  border: 3px solid #e7e7e7;
  height: calc(3rem + 2px);
  color: #4d4d4d;
}
.contact_us input::placeholder {
  color: #767a80!important;
}
textarea::placeholder {
  color: #767a80!important;
}
.touchbase form {
  margin-top: 40px;
}

.f-left {
  float: left;
}

.mar-top-20 {
  margin-top: 30px;
}

.contact_us form textarea.form-control {
  height: auto!important;
}

.enquire-btn {
  height: calc(3rem + 2px);
  background-color: #8bc53f;
  border-color: #8bc53f;
  border-radius: 0;
  /*width: 100%;*/
  font-family: 'Saira', sans-serif;
  font-weight: 600;
  z-index: 999999;
  display: block;
  position: relative;
  color: #ffffff;
  margin: 0 auto;
  padding: .375rem 2.75rem;
}

button.enquire-btn,
button.enquire-btn::after {
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}

button.enquire-btn::before,
button.enquire-btn::after {
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
}

button.enquire-btn:hover {
  color: #8bc53f!important;
  /*z-index: 9999;*/
}

.enquire-btn::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.enquire-btn:hover:after {
  width: 100%;
}

.location_map iframe {
  transform: translateY(10px);
  width: 100%;
  height: 350px;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .contact_us .banner_heading {
    padding-top: 18%;
  }
  .contact_us .touchbase {
    text-align: center;
    padding: 80px 20px 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .bg-banner {
    height: 300px;
  }
  .contact_us .banner_heading {
    padding-top: 17%;
  }
  .location_map iframe {
    width: 100%;
    height: 300px;
  }
  .contact_us .touchbase {
    text-align: center;
    padding: 60px 20px 60px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .bg-banner {
    height: 300px;
  }
  .contact_us .banner_heading {
    font-size: 27px;
    padding-top: 30%;
  }
  .contact_us .touchbase .social_media {
    padding-bottom: 25px;
    padding-top: 20px;
  }
  .contact_us .touchbase h1 {
    font-size: 26px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .contact_us .touchbase {
    padding: 30px 0px 30px;
  }
  .contact_us .touchbase p {
    font-size: 14px;
  }
  .contact_us .touchbase .social_media p {
    transform: rotate(44deg);
  }
  .contact_us .touchbase .social_media p i {
    transform: rotate(-44deg);
  }
  .contact_us .form-control {
    margin-top: 20px;
  }
  .contact_us form textarea.form-control {
    margin-top: 0px;
  }
  .mar-top-20 {
    margin-top: 20px;
  }
  .contact_us .touchbase .social_media p {
    padding-top: 10px;
    height: 41px;
  }
  .location_map iframe {
    height: 250px;
  }
  .touchbase form {
    margin-top: 20px;
  }
  .no-pading{
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 370px) and (max-width: 480px) {
  .contact_us .touchbase .social_media p{
    margin-left: 15px!important;
    margin-right: 15px!important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 360px) {
  .contact_us .banner_heading {
    padding-top: 41%;
  }
  .contact_us .touchbase h1 {
    font-size: 25px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .contact_us .touchbase .social_media p {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    transform: rotate(44deg);
  }
  .contact_us .touchbase .social_media p i {
    transform: rotate(-44deg);
  }
  .toggle-wrap {
    padding: 10px 0px!important;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .contact_us .banner_heading {
    padding-top: 13%
  }
  .contact_us .touchbase {
    text-align: center;
    padding: 65px 20px 65px;
  }
  .google_captch {
    max-width: 370px;
    margin: 0px auto;
    margin-top: 0px;
    margin-top: 30px !important;
  } 
}
@media only screen and (min-width: 1441px){
  .google_captch {
    max-width: 370px;
    margin: 0px auto;
    margin-top: 0px;
    margin-top: 30px !important;
  } 
}
@media only screen and (max-width: 359px) and (min-width: 320px) {
  #html_element{
    transform: scale(0.77);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  .google_captch {
    max-width: 275px;
    margin: 0px auto;
    margin-top: 0px;
    margin-top: 30px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .google_captch {
    max-width: 370px;
    margin: 0px auto;
    margin-top: 0px;
    margin-top: 30px !important;
  } 
}
@media only screen and (min-width: 360px) and (max-width: 767px) {
  .google_captch {
    max-width: 330px;
    margin: 0px auto;
    margin-top: 0px;
    margin-top: 30px !important;
  } 
}