  .contact-banner {
    background-image: url('../images/contact/contact-banner.jpg');
  }

  .contact-section {
    margin-top: -150px;
    position: relative;
    z-index: 1;
  }

  .contact-txt-box {
    background-color: #fff;
    padding: 56px;
  }

  .client-box {
    background-color: #fff;
    padding: 40px 65px;
    box-shadow: 0px 3px 31px 0px rgba(0, 0, 0, 0.08);

  }

  .client-box .quote-icon img {
    width: 50px;
    margin-bottom: 30px;
  }

  .client-box p {
    font-size: 16px;
    font-weight: 500;
    color: #091422;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .client-box .author {
    border-top: 2px solid #1C9CE3;
    display: inline-block;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #091422;
    line-height: 100%;
    text-transform: uppercase;
  }

  .client-box img {
    display: block;
    width: 99px;
    margin-top: 6px;
  }

  .contact-left-box h3 {
    font-size: 40px;
    line-height: normal;
    text-transform: capitalize;
    font-weight: 300;
    color: #091422;
    margin-bottom: 20px;
  }

  .contact-left-box p {
    font-size: 16px;
    line-height: 28px;
    color: #828283;
    font-weight: 500;
  }

  .contact-left-box h3 strong {
    font-weight: 700;
  }

  .contact-box {
    margin-top: 56px;
  }

  .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .contact-item:last-child {
    margin-bottom: 0px;
  }

  .contact-icon {
    width: 52px;
    height: 52px;
    margin-right: 20px;
    border-radius: 50%;
    background: #EDF8FF;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .contact-content h6 {
    font-weight: 700;
    font-size: 22px;
    color: #091422;
    line-height: 100%;
    margin: 0 0 5px;
  }
.contact-content p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #46494D;
    margin-top: 12px;
    max-width: 500px;
}


  .contact-right-box {
    padding: 35px;
    background: #F6FAFD;
  }

  .contact-right-box h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #091422;
    margin-bottom: 24px;
  }

  .contact-form-box {
    padding: 20px 22px 20px 22px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.07);

  }

  .contact-form-box label {
    font-size: 16px;
    font-weight: 500;
    color: #091422;
    text-transform: capitalize;
  }

  .contact-form-box input {
    font-size: 16px;
    font-weight: 300;
    color: #828283;
    text-transform: capitalize;
  }

  .contact-form-box input::placeholder,
  .contact-form-box textarea::placeholder {
    font-size: 16px;
    font-weight: 300;
    color: #828283;
    text-transform: capitalize;
  }

  .contact-form-box select {
    font-size: 16px;
    font-weight: 300;
    color: #828283;
    text-transform: capitalize;
    border: none;
    outline: none;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  .contact-form-box select option {
    font-size: 16px;
    font-weight: 300;
    color: #828283;
    text-transform: capitalize;
    border: 0;
  }

  .form-control {
    border: none !important;
    padding: 0;
    box-shadow: none !important;
    background-color: transparent;
  }

  .form-control:focus {
    box-shadow: none !important;
    border: none !important;
  }

  .custom-select-wrapper {
    position: relative;
  }

  .custom-select-wrapper::after {
    content: "▾";
    position: absolute;
    bottom: -9px;
    right: 15px;
    transform: translateY(-50%);
    font-size: 28px;
    color: #828283;
    pointer-events: none;
  }

  /* Style the select */
  .custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none !important;
    outline: none !important;
    font-size: 16px;
    font-weight: 300;
    color: #828283;
    width: 100%;
    background-color: transparent;
    background-image: none;
    box-shadow: none !important;
    cursor: pointer;
  }

  .submit-btn {
    background-color: #FF812F;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    border: none;
    padding: 19px 67px;
    border-radius: 5px;
    margin-top: 20px;
  }

  .form-note {
    font-size: 14px;
    font-weight: 500;
    color: #828283;
    margin-top: 30px;
  }

  .testimonial-map-sec {
    margin-bottom: 72px;
  }

    @media (max-width:1024px) {
    .contact-txt-box {
      background-color: #fff;
      padding: 20px 15px;
    }

    .contact-section {
      margin-top: -60px;
    }
    .contact-left-box h3 {
    font-size: 25px;
    margin-bottom: 8px;
}
.contact-left-box p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0;
}
.contact-box {
    margin-top: 20px;
    margin-bottom: 20px;
}
.contact-icon {
    width: 35px;
    height: 35px;
    margin-right: 12px;
}
.contact-icon svg {
    width: 15px;
    height: 15px;
}
.contact-content h6 {
    font-size: 17px;
}
.contact-item {
    margin-bottom: 16px;
}
.contact-right-box {
    padding: 16px 11px;
}
.contact-right-box h4 {
    font-size: 16px;
    margin-bottom: 8px;
}
.contact-form-box {
    padding: 10px 11px;
}
.contact-form-box label {
    font-size: 15px;
}
.contact-form-box input::placeholder,
.contact-form-box textarea::placeholder,
.contact-form-box select {
    font-size: 13px;
}
.form-note {
    font-size: 13px;
    margin-top: 16px;
}
.submit-btn {
    font-size: 13px;;
    padding: 8px 23px;
    margin-top: 0px;
}
.testimonial-map-sec iframe{
  max-height: 200px ;
}
.testimonial-map-sec {
    margin-bottom: 15px;
}
  }
  @media (max-width:991px) {
    .contact-txt-box {
      background-color: #fff;
      padding: 20px 30px;
    }
  }
  @media (max-width:767px) {
    .contact-txt-box {
      background-color: #fff;
      padding: 20px 13px;
    }

    .contact-section {
      margin-top: -60px;
    }
    .contact-left-box h3 {
    font-size: 23px;
    margin-bottom: 8px;
}
.contact-left-box p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 0;
}
.contact-box {
    margin-top: 20px;
    margin-bottom: 20px;
}
.contact-icon {
    min-width: 35px;
    height: 35px;
    margin-right: 12px;
}
.contact-icon svg {
    width: 15px;
    height: 15px;
}
.contact-content h6 {
    font-size: 15px;
}
.contact-item {
    margin-bottom: 16px;
}
.contact-right-box {
    padding: 16px 11px;
}
.contact-right-box h4 {
    font-size: 16px;
    margin-bottom: 8px;
}
.contact-form-box {
    padding: 10px 11px;
}
.contact-form-box label {
    font-size: 13px;
}
.contact-form-box input::placeholder,
.contact-form-box textarea::placeholder,
.contact-form-box select {
    font-size: 13px;
}
.form-note {
    font-size: 13px;
    margin-top: 16px;
}
.submit-btn {
    font-size: 13px;;
    padding: 8px 23px;
    margin-top: 0px;
}
.testimonial-map-sec iframe{
  max-height: 200px ;
}
.testimonial-map-sec {
    margin-bottom: 15px;
}
  }