.contact_us_banner {
  max-width: 100vw;
  height: 300px;
  overflow: hidden;
  &:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgb(104, 30, 119);
    background: linear-gradient(90deg, rgba(104, 30, 119, 1) 0%, rgba(104, 30, 119, 1) 25%, rgba(104, 30, 119, 0.9) 35%, rgba(104, 30, 119, 0.8) 40%, rgba(104, 30, 119, 0.7) 45%, rgba(104, 30, 119, 0.5) 58%, rgba(104, 30, 119, 0.2) 65%, rgba(104, 30, 119, 0.11) 100%);
  }
  @media (max-width:991px) {
    height: 200px;
  }
@media (max-width:768px) {
    height: 150px;
  }
  img {
    width: 100%;
    height: 300px;
    @media (max-width:991px) {
      height: 200px;
    }
  @media (max-width:768px) {
      height: 150px;
    }
    object-fit: cover;
  }
  .fullBannercontent{
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    text-align: center;
    z-index: 1;
    @media (min-width:768px) {
      max-width: 640px !important;
    }
  }
}
p.banner-desc {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Lato';
  margin-top: 5px;
  @media (max-width:768px) {
    max-width: 70%;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  }
}
.contact_page_form {
  border: 0.5px solid rgba(0, 0, 0, 0.25);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.15);
  padding-left: 24px !important;
  padding-right: 24px !important;
  @media (max-width:768px) {
    width: 100%;
  }
  @media (max-width:640px) {
    padding: 20px 16px !important;
  }
}

.contact_page_form_left {
  box-shadow: 0.5px 0.5px 0.5px 0px rgba(0, 0, 0, 0.25) inset,
    3px 3px 5px rgba(104, 30, 119, 0.4) !important;
  flex-grow: 0.2;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  
}

@media (max-width: 640px) {
  .contact_page_form_left {
    /*  box-shadow: 0.5px 0.5px 0.5px 0px rgba(0, 0, 0, 0.25) inset,
       3px 3px 5px rgba(104, 30, 119, 0.4) !important; */
    flex-grow: 0.2;
    border: none !important;
    box-shadow: unset !important;
    background-color: transparent !important;
    padding: 0 !important;
  }
}
.right_side_heading {
  color: #681e77;
  font-size: 24px;
  margin-bottom: 15px;
}

.reach_us_box {
  background-color: white;
  flex: 1 1 0%;
  /*  height: 150px; */
  padding: 20px;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
  }
  i {
    color: #681e77;
  }
}

@media (min-width: 992px) {
  .reach_us_box {
    h5 {
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
    }
    i {
      color: #681e77;
    }
  }
}

#contact_page_form {
  .footer_social {
    a {
      transition: transform 0.4s;
      img {
        width: 25px !important;
        height: 25px !important;
        object-fit: contain;
      }
    }
  }
}
.contact_page_form {
  .contact_page_form_main{
    gap: 20px;
    @media (min-width:992px) {
      gap: 30px;
    }
  }
  .intolerance_form-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .subform-title{
    font-size: 24px;
  }
  form {
    overflow: hidden;
    em.error.help-block,
    em#g-recaptcha-error-query {
      font-size: 12px;
      font-family:  "Lato", serif;
      text-transform: capitalize;
      font-weight: 600;
      color: #e1020280;
    }

    .iti.iti--allow-dropdown.iti--separate-dial-code {
      width: 100%;

      .iti__country-list {
        border-radius: 0.375rem;
        background-color: #ebf2f3;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border: var(--bs-border-width) solid var(--bs-border-color);
      }

      span.iti__country-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px;
        display: inline-block;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
      }

      .iti__selected-flag {
        background-color: #d9d9d9;
        border-radius: 0.375rem 0px 0px 0.375rem;
      }
    }

    .iti__selected-flag {
      height: 36px;

      @media (max-width: 640px) {
        height: 36px;
      }
    }

    .iti__selected-dial-code {
      @media (max-width: 640px) {
        font-size: 12px;
      }
    }
    label {
      font-size: 16px;
      display: none;
      font-style: normal;
      font-weight: 600;
      padding-bottom: 6px;
      &:empty{
        display: none;
      }
    }
  }
}

.contact_page_form {
  background-color: white;
  padding: 70px;
  box-shadow: 0.5px 0.5px 0.5px 0px rgba(0, 0, 0, 0.25) inset,
    3px 3px 5px var(--sds-size-depth-0) rgba(104, 30, 119, 0.4);
}

@media (max-width: 544px) {
  .contact_page_form {
    background-color: white;
    padding: 10px;
    box-shadow: 0.5px 0.5px 0.5px 0px rgba(0, 0, 0, 0.25) inset,
      3px 3px 5px var(--sds-size-depth-0) rgba(104, 30, 119, 0.4);
  }
}

.providers_label {
  i {
    font-size: 25px;
  }
}
.wc-md-full{
  @media (max-width:991px) {
    width: 100%;
  }
}

.contact_iframe {
  width: 100%;
  height: 300px;
  background-color: #ffff;
  margin-top: 20px;
}

.right_side_form {
  flex-grow: 0.8;
  @media (max-width:768px) {
    width: 100%;
  }
}
