

.breadcrumb a { color: rgba(55, 52, 53, 0.30); }
  .breadcrumb a:hover { color: #f58634; }

.section-padding {
    padding: 5em 0 !important;
  }
  .contact-banner {
    height: 360px;
    background-color: #F8F8F8;
    margin-top: 4em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 6em;
    position: relative;
}
.contact-banner img.vector {
    position: absolute;
    right: 0;
}
.contact-banner h2 {
    color: #373435;
    font-size: 34px;
    font-family: Lora;
    font-style: normal;
    font-weight: 400;
    line-height: 51px;
    letter-spacing: 0.5px;
}
.contact-banner p {
    color: rgba(55, 52, 53, 0.30);
    font-size: 16px;
    font-family: Nunito;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-top: 15px;
}

.section-2 .card.form-wrapper h4 {
    color: #2F3337;
    font-family: Lora;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.section-2 .card.form-wrapper p {
    color: #A5A3A3;
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 15px;
}

address h5 {
    color: #A5A3A3;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 4.2px;
}
address p {
  color: #262626;
font-family: Nunito;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}

.card.form-wrapper lable {
    color: var(--primary-d-400, #001B36);
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.form-control {
    border-radius: 0;
}
textarea.form-control {
    height: 80px;
}
input#btn_submit {
    width: fit-content;
    margin-left: auto;
    color: #FFF;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    background-color: #F58634;
    text-transform: uppercase;
    border: 0;
    width: 100px;
}
span.wpcf7-spinner {
    position: absolute;
    bottom: 70px;
    right: 9em;
}
.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 14px;
}
.wpcf7-response-output {
    font-size: 12px;
    position: absolute;
    bottom: 0;
}

@media(max-width: 992px) {

  .contact-banner {
    height: 250px;
    padding-left: 3em;
  }

  .contact-banner img.vector {
    width: 300px;
  }

  .contact-banner h2 {
    font-size: 28px;
    line-height: 43px;
  }
  .contact-banner p {
    font-size: 14px;
    line-height: 18px;
  }

  aside address { font-size: 14px; }

  aside p {
    font-size: 14px;
  }
}

@media(max-width: 767px) {
  .section-padding {
    padding: 3em 0 !important;
  }
  section.section.ps-5.pe-5.top-banner {
    padding-left: 15px !important;
    padding-right: 15px !IMPORTANT;
    background-color: #f8f8f8;
  }
  .contact-banner {
    height: auto;
    padding-left: 0;
  }
  .contact-banner img.vector {
    width: 100%;
    position: relative;
  }
  .contact-banner h2 {
    font-size: 24px;
    line-height: 38px;
    margin-top: 1em;
  }
  .card.form-wrapper.p-5 {
    padding: 25px !important;
    margin-top: 25px;
  }
}