:root {
  --tablet-50-50-height: 450px;
  --mobile-50-50-height: 300px;
}

/**
 * Salient PC breakpoint 
 **/
@media only screen and (min-width: 1000px) {
  #footer-outer .container .row .col.span_4 {
    text-align: left;
  }

  #footer-outer .container .row .col.span_4:last-of-type {
    align-items: center;
  }
}

/**
 * Salient Tablet breakpoint 
 **/
@media only screen and (max-width: 999px) {
  /***** Homepage *****/
  .why-choose-angels-sitter-service .why-choose-img {
    order: 1 !important;
  }
  .why-choose-angels-sitter-service .why-choose-content {
    order: 2 !important;
  }

  #services .continue-to-thrive {
    padding-top: 4% !important;
  }
  .why-choose-angels-sitter-service .why-choose-content {
    padding-top: 8% !important;
  }

  #contact-form {
    margin-top: -1rem !important;
  }

  /**** Services Page *****/
  #services .continue-to-thrive {
    padding-top: 4% !important;
  }

  .why-choose-angels-sitter-service .why-choose-content {
    padding-top: 8% !important;
  }

  /**** Footer *****/
  .footer-outer,
  .footer-outer .row {
    display: flex;
    flex-direction: column;
  }

  #footer-widgets .container .col {
    margin-left: 0;
    width: 100% !important;
  }

  div.iwithtext .iwt-icon {
    position: relative;
    left: auto;
    top: auto;
  }
  div.iwithtext .iwt-text {
    padding-left: 0;
  }

  .resp-order-1 {
    order: 1 !important;
  }
  .resp-order-2 {
    order: 2 !important;
  }

  .resp-ptop-6 {
    padding-top: 6% !important;
  }
  .resp-pbottom-0 {
    padding-bottom: 0% !important;
  }
}

@media only screen and (min-width: 691px) and (max-width: 999px) {
  .fifty-fifty-image,
  .fifty-fifty-image * {
    min-height: var(--tablet-50-50-height) !important;
    max-height: var(--tablet-50-50-height) !important;
    height: var(--tablet-50-50-height) !important;
  }

  /**** Footer *****/
  div .iwithtext {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0.75rem;
  }
}

/**
 * Salient Mobile breakpoint 
 **/
@media only screen and (max-width: 690px) {
  .fifty-fifty-image,
  .fifty-fifty-image * {
    min-height: var(--mobile-50-50-height) !important;
    max-height: var(--mobile-50-50-height) !important;
    height: var(--mobile-50-50-height) !important;
  }

  #contact-form {
    margin-top: -2rem !important;
  }

  .tml.tml-login form button[type="submit"] {
    width: 100%;
  }
}
