/********************* CUSTOM RESPONSIVE *******************/
@media only screen and (max-width: 1480px) {
}

@media only screen and (max-width: 1200px) {
  .padding-y {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .padding-top {
    padding-top: 90px;
  }
  .padding-bottom {
    padding-bottom: 90px;
  }

  .sc-header-section.sticky .sc-logo img {
    width: 190px !important;
  }

  .wsf-form input[type="text"].wsf-field,
  .wsf-form input[type="tel"].wsf-field,
  .wsf-form input[type="email"].wsf-field,
  .wsf-form select.wsf-field,
  .wsf-form textarea.wsf-field {
    padding: 9px 30px !important;
  }

  .wsf-form input[type="text"].wsf-field,
  .wsf-form input[type="tel"].wsf-field,
  .wsf-form input[type="email"].wsf-field,
  .wsf-form select.wsf-field,
  .wsf-form textarea.wsf-field,
  .wsf-form input[type="text"].wsf-field::placeholder,
  .wsf-form input[type="tel"].wsf-field::placeholder,
  .wsf-form input[type="email"].wsf-field::placeholder,
  .wsf-form textarea.wsf-field::placeholder,
  .wsf-form select.wsf-field:invalid {
    font-size: 16px !important;
  }
  .wsf-form input[type="checkbox"].wsf-field + label.wsf-label {
    font-size: 16px !important;
    top: 0px;
  }
  .wsf-form button.wsf-button {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 880px) {
  .padding-y {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .padding-top {
    padding-top: 70px;
  }
  .padding-bottom {
    padding-bottom: 70px;
  }

  .sc-header-section.sticky .sc-logo img {
    width: 140px !important;
  }
}

@media only screen and (max-width: 767px) {
  .dialog-close-button .eicon-close:before {
    content: "";
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  .sc-footer-text a {
    font-size: 10px !important;
  }

  .wsf-bottom {
    margin-top: 0px !important;
  }
  .wsf-form button.wsf-button {
    padding: 16px 30px !important;
    width: 100% !important;
  }
} 