.contact-page {
  background: url('/home_new/assets/images/contact/banner.png');
  background-position: top right;
  background-repeat: no-repeat;
}

.contact_banner {
  max-width: 1096px;
  margin: 0 auto;
  margin-top: 194px;

  h1 {
    color: #2E2D31;
    font-family: "Playfair Display";
    font-size: 184.839px;
    font-style: normal;
    font-weight: 600;
    line-height: 154.34px; /* 83.5% */

    div.offset {
      padding: 0 0 0 140px;
    }
  }
}

.contact_form_and_details {
  max-width: 1096px;
  margin: 0 auto;
  margin-top: 80px;

  .contact_form {
    .error_box {
      margin-bottom: 60px !important;
    }

    label {
      top: -10px !important;
      z-index: 3;

      background-color: #fff;
      color: #2E2D31;
      font-feature-settings: 'dlig' on;
      font-family: "Nunito Sans";
      font-size: 12px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
    }

    label#enquiry-type-label {
      background-color: transparent;
      top: -33px !important;
      color: #2E2D31;
      font-size: 16px;
      margin-left: -14px;
    }

    input, textarea {
      border-radius: 1px;
      border: 1px solid #CFCFCF;
      background: #FFF;
    }

    textarea {
      padding: 15px;
    }

    textarea::placeholder,
    input::placeholder {
      color: rgba(46, 45, 49, 0.40);
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
    }

    select#enquiry-type {
      background-color: #F2F2F2 !important;
    }

    .form-group {
      margin-bottom: 30px;

      .input-control + label {
        position: absolute;
        cursor: text;
        z-index: 2;
        top: 13px;
        left: 10px;
        line-height: 24px;
        padding: 0 5px !important;
        pointer-events: none;
        min-width: inherit !important;
        max-width: inherit !important;
      }
    }
  }

  .contact_details_and_times {
    padding-left: 102px;

    .icon {
      padding-bottom: 16px;
      display: flex;
      align-items: center;

      color: #2E2D31;
      font-size: 20px;
      font-weight: 600;

      i.fak {
        font-size: 30px;
        font-weight: 200;
        margin-right: 8px;
      }
    }

    .address {
      margin-bottom: 40px;
      font-size: 20px;
    }

    .call {
      margin-bottom: 40px;

      a {
        color: #CAA96A;
        font-size: 20px;
        font-weight: 400;
        text-decoration: underline;
      }
    }

    .opening_hours {
      dt, dd {
        margin: 0;
        color: #2E2D31;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
      }
    }
  }
}

.contact_faqs {
  max-width: 1096px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 211px;
  color: #2E2D31;

  h6 {
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }

  h5 {
    font-family: "Playfair Display";
    font-size: 64px;
    font-weight: 600;
    margin-bottom: 60px;
  }

  .faq-accordion {
    padding: 54px 10px 34px 10px;
  }
}

@media (max-width: 767px) {
  .contact-page  {
    background: url('/home_new/assets/images/contact/banner.png');
    background-size: auto 600px;
    background-position: top right;
    background-repeat: no-repeat;
  }

  .contact_banner {
    h1 {
      font-size: 92.414px;
      line-height: 77.166px;
      padding: 0 16px;

      div.offset {
        padding: 0 0 0 65px;
      }
    }
  }

  .contact_form_and_details {
    .contact_details_and_times {
      margin-top: 30px;
      padding-left: 0;
    }
  }
  .contact_faqs {
    margin-top: 60px;
    padding: 0 16px;
  }
}


.contact_banner_thankyou {
  max-width: 1096px;
  margin: 0 auto;
  margin-top: 194px;
  margin-bottom: 10rem;

  h1 {
    color: #2E2D31;
    font-family: "Playfair Display";
    font-size: 100px;
    font-style: normal;
    font-weight: 600;
    line-height: 114px;
  }

  p {
    font-size: 16px;
    margin-right: 40%;
    margin-top: 5rem;
    margin-bottom: 4rem;
  }

  .btn-black {
    margin-right: 40%;
    color: white;
    font-size: 16px;
  }
}

.contact_anything_else {
  max-width: 1096px;
  margin: 0 auto;

  .container {
    width: 100%;
  }

  .contact_anything_else_intro {
    text-align: center;
    margin-bottom: 5rem;
    p.small {
      font-size: 14px;
      text-transform: uppercase;
      color: rgba(46, 45, 49, 0.75);
      margin-bottom: 0;
      letter-spacing: 2.8px;
      font-weight: 600;
    }
    h2 {
      font-size: 48px;
    }
    p {
      font-size: 16px;
      color: rgba(46, 45, 49, 0.75);
      margin-left: 20%;
      margin-right: 20%;
    }

  }

  .contact_anything_else_item {
    min-height: 585px;
    margin-bottom: 4rem;
    h2 {
      font-size: 32px;
      color: #2E2D31;
    }

    p {
      font-size: 16px;
      color: rgba(46, 45, 49, 0.75)
    }
  }
}