#site-header,
.site-footer,
#main-content {
  overflow: hidden;
}

*:focus-visible {
  outline: none;
  outline-offset: none;
}

.f-red {
  color: #E32E22;
}

.border-gray {
  border-color: rgb(118, 118, 118);
}

.hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/themes/rentone/images/pages/contact-us/back.jpg);
  background-image: -webkit-image-set(url("/themes/rentone/images/pages/contact-us/back.jpg") 1x,
      url("/themes/rentone/images/pages/contact-us/back@2x.jpg") 2x);
}

.hero-inner {
  height: 315px;
  width: 100%;
}

.red-highlight {
  background: #D31346;
  color: #fff;
  padding: 0.1em 0.25em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  left: -9px;
}

#find-store-banner {
  display: none;
}

.explore-section .section-title {
  display: none;
}

.contact-inner {
  max-width: 1670px;
  padding: 0 15px;
  gap: 27px;
  margin-top: -185px;
}

.contact-left {
  max-width: 803px;
  width: 100%;
  height: 745px;
  border-radius: 25px;
  background: #FFF;
  padding: 25px 0;
}

.contact-title {
  color: #00447C;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

.contact-text {
  color: #535353;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  /* 129.167% */
  margin-bottom: 20px;
  padding: 0 15px;
}

.contact-form .button {
  width: 250.488px;
  height: 46.328px;
  border-radius: 34.55px;
  background: #D31346;
  color: #FFF;
  text-align: center;
  font-size: 18.703px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.409px;
  /* 167.933% */
  margin-top: 20px;
}

.contact-form form.uni-style {
  width: 100%;
}

#form-contact {
  width: 100%;
}

.contact-form {
  padding: 0 39px;
}

#form-contact .form-action {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}

.contact-right {
  width: 388px;
  height: auto;
  border-radius: 25px;
  background: #FFF;
  gap: 20px;
  padding: 34px;
  top: 90px;

}

.hours-title {
  color: #535353;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 122.222% */
  margin-bottom: 8px;
}

.hours {
  color: #535353;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 122.222% */
}

.service-title {
  color: #535353;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 122.222% */
  margin-bottom: 8px;
}

.service-text {
  color: #535353;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.service-link {
  color: #D31346;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;

}

.location-title {
  color: #535353;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 122.222% */
  margin-bottom: 8px;
}

.location-text {
  color: #535353;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.location-button {
  width: 250.488px;
  height: 46.328px;
  border-radius: 34.55px;
  background: #D31346;
  color: #FFF;
  text-align: center;
  font-size: 18.703px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.409px;
  /* 167.933% */
  margin-top: 10px;
}

.store-hours,
.service,
.store-location {
  gap: 2px;
}

#form-contact>form>div:nth-child(9)>div>div {
  align-items: flex-start;
}

#form-contact>form>div:nth-child(9)>div>div>label {
  margin-top: 1em;
}

#form-contact>form>div:nth-child(9)>div>div.focused>label {
  margin-top: calc(-0.9em + 24px);
}

#form-contact #message {
  padding-top: 25px;
}

/* quick-links cards */
.quick-links {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1640px;
  margin-top: 74px;
  margin-bottom: 0;
}

.ql-title {
  color: #00447c;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}

.ql-text {
  color: #272727;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 35px;
  width: 681px;
}

.ql-cards {
  flex-wrap: wrap;
  gap: 27px;
}

.ql-card {
  width: 391px;
  height: 200px;
}

.ql-card p {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.ql-card-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.ql-card .ql-card-front {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}

.ql-card .ql-card-front p {
  color: #00447c;
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
  margin-top: 7px;
}

.ql-card-icon {
  max-height: 62px;
  width: auto;
}

.ql-card:nth-child(1) .ql-card-front .ql-card-icon {
  visibility: hidden;
}

.ql-card:nth-child(1) .ql-card-front::after {
  content: "";
  top: -34px;
  width: 220px;
  height: 162px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/themes/rentone/images/pages/contact-us/otter.png);
  background-image: -webkit-image-set(url("/themes/rentone/images/pages/contact-us/otter.png") 1x,
      url("/themes/rentone/images/pages/contact-us/otter@2x.png") 2x);
}

#explore-rent-one.explore-section {
  padding-top: 125px;
}


@media screen and (min-width: 1200px) and (max-width: 1915px) {
  .hero-inner {
    margin-left: 140px;
    margin-right: 140px;
    padding-left: 0;
    padding-right: 0;
  }

  .explore-section>.container {
    padding: 0;
  }

  .contact-inner {
    margin-left: 140px;
    margin-right: 140px;
    padding: 0;
  }

  .quick-links {
    margin-left: 140px;
    margin-right: 140px;
    padding: 0;
    width: auto;
  }
}


@media screen and (max-width: 767px) {
  .hero {
    margin-bottom: 45px;
    background-position: top center;
    background-image: url(/themes/rentone/images/pages/contact-us/back-m.jpg);
    background-image: -webkit-image-set(url("/themes/rentone/images/pages/contact-us/back-m.jpg") 1x,
        url("/themes/rentone/images/pages/contact-us/back-m@2x.jpg") 2x);
  }

  .hero-inner {
    padding: 58px 33px 68px 33px;
    align-items: center;
  }

  .explore-section .section-title {
    display: block;
  }

  .quick-links {
    max-width: 100%;
    margin-top: 82px;
    margin-bottom: 82px;
    padding: 0;
  }

  .ql-cards {
    flex-wrap: nowrap;
    gap: unset;
    row-gap: unset;
    padding-top: 1em;
    padding-bottom: 2em;
  }

  .ql-card {
    width: unset;
    height: 204px;
  }

  .ql-card .ql-card-front p {
    letter-spacing: 0;
    text-align: center;
  }

  .ql-title {
    font-size: 24px;
    max-width: 368px;
    padding: 0 15px;
  }

  .ql-text {
    font-size: 16px;
    line-height: 22px;
    max-width: 373px;
    margin-bottom: 11px;
    width: 100%;
    padding: 0 15px;
  }

  .quickLinksSwiper {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .quick-links .swiper-pagination {
    top: 14em;
  }

  .quickLinksSwiper .ql-pagination {
    text-align: center;
  }

  .quickLinksSwiper .swiper-pagination-bullet {
    width: 15.303px;
    height: 15.303px;
    border-radius: 15.303px;
    background: #707070;
    opacity: 1;
  }

  .quickLinksSwiper .swiper-pagination-bullet-active {
    background: transparent !important;
    border: 1px solid #707070;
  }

  .contact-left {
    height: auto;
    border-radius: 21px;
    padding: 25px 0 40px 0;
  }

  .contact-inner {
    flex-direction: column;
    gap: 0;
  }

  .contact-title {
    font-size: 35px;
    margin-bottom: 3px;
  }

  .contact-text {
    padding: 0 17px;
    color: #272727;
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .contact-form {
    padding: 0 17px;
  }

  .contact-right {
    width: 100%;
    border-radius: 0;
    top: 0;
    padding: 0 40px;
    max-width: 335px;
    margin: 0 auto;
  }

  #explore-rent-one.explore-section {
    padding-top: 0;
  }
}