@media only screen and (max-width: 767px) {
  .banner .bg {
    height: 60vh;
  }
}
.banner .banner-wrapper {
  bottom: 8%;
}
.banner .banner-wrapper .flex {
  justify-content: center;
}
.banner .colA .content {
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .banner .colA .content h1 {
    margin-bottom: 1rem;
  }
}
.banner .colA .content p {
  margin: 0 auto;
  text-align: center;
}

.ContactInfo-ContactUs {
  padding: 80px 0;
}
.ContactInfo-ContactUs .heading {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .ContactInfo-ContactUs .heading {
    margin-bottom: 2rem;
  }
}
.ContactInfo-ContactUs .heading h1 {
  display: inline;
}
.ContactInfo-ContactUs .colA {
  padding: 0 6rem;
}
@media only screen and (max-width: 1024px) {
  .ContactInfo-ContactUs .colA {
    padding: 0;
  }
}
.ContactInfo-ContactUs .colA .SliderContactDetails {
  display: grid;
  grid-template-columns: 40% 1fr 1fr;
  gap: 45px;
}
@media only screen and (max-width: 991px) {
  .ContactInfo-ContactUs .colA .SliderContactDetails {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .ContactInfo-ContactUs .colA .SliderContactDetails {
    grid-template-columns: 1fr;
  }
}
.ContactInfo-ContactUs .colA .SliderContactDetails .item {
  border-radius: 15px;
  text-align: center;
  padding: 38px 58px;
  border: 1px solid #94652A;
}
.ContactInfo-ContactUs .colA .SliderContactDetails .item h4 {
  color: var(--black);
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 14px;
}
.ContactInfo-ContactUs .colA .SliderContactDetails .item p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #fff;
  padding-bottom: 14px;
}
.ContactInfo-ContactUs .colA .SliderContactDetails .item .gradientText {
  background: linear-gradient(90deg, #5D4115 0%, #EECE47 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 600;
}

.ContactUsPage-QueryForm {
  background: #111;
  padding: 80px 0;
}
.ContactUsPage-QueryForm .form-section {
  max-width: 813px;
  margin: 0 auto;
}
.ContactUsPage-QueryForm .form-section .heading {
  margin-bottom: 60px;
}
.ContactUsPage-QueryForm .form-section .heading p {
  font-size: 16px;
  color: #817a7a;
  text-align: center;
}
.ContactUsPage-QueryForm .form-section .form {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  --item: 2;
  --inputsize: 52px;
  --gaplr: 24px;
  --gaptb: 20px;
}
@media only screen and (max-width: 540px) {
  .ContactUsPage-QueryForm .form-section .form {
    --item: 1;
  }
}
.ContactUsPage-QueryForm .form-section .form .form-group {
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(90deg, #94652A 0%, #FDEB8F 100%) 1;
     border-image: linear-gradient(90deg, #94652A 0%, #FDEB8F 100%) 1;
}
.ContactUsPage-QueryForm .form-section .form .form-group::before, .ContactUsPage-QueryForm .form-section .form .form-group::after {
  display: none;
}
.ContactUsPage-QueryForm .form-section .form .form-group input {
  color: #fff;
}
.ContactUsPage-QueryForm .form-section .form .form-group textarea {
  color: #fff;
}
.ContactUsPage-QueryForm .form-section .form .form-group label {
  color: #94652A;
}
.ContactUsPage-QueryForm .form-section .form .form-group .current {
  color: #94652A;
}
.ContactUsPage-QueryForm .form-section .form .form-group .custom-select li {
  color: var(--black);
}
.ContactUsPage-QueryForm .form-section .form .form-group .custom-select li.selected {
  color: var(--white);
}
.ContactUsPage-QueryForm .form-section .form .SubmitBtn {
  border-radius: 25px;
  padding-left: 26px;
  padding-right: 26px;
  margin-top: 1.6rem;
}

.ContactUs-Map .map {
  height: 600px;
}
.ContactUs-Map iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}/*# sourceMappingURL=index.css.map */