/********************* 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;
  }

  .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;
  }
  .wsf-form button.wsf-button {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .sc-pin-section {
    overflow-x: clip !important;
  }
}

@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;
  }
}

@media only screen and (max-width: 767px) {
  .dialog-close-button .eicon-close:before {
    content: "";
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  .wsf-bottom {
    text-align: center !important;
  }
}

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