@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600;700&display=swap");
/* ------------------------------------*\
    COLOURS
\*------------------------------------ */
/* ------------------------------------*\
    FONT FAMILY
\*------------------------------------ */
/* ------------------------------------*\
    FONT WEIGHTS
\*------------------------------------ */
/* ------------------------------------*\
    FONT SIZES
\*------------------------------------ */
/* ------------------------------------*\
    PAGE SIZES
\*------------------------------------ */
body {
  font-family: "Poppins", sans-serif !important;
  background-color: #ffffff;
  font-size: 14px;
}

.qlwapp-whatsapp-icon:before {
  content: "\f232" !important;
  font-family: FontAwesome;
}

.testim .arrow {
  display: none !important;
}

.container {
  max-width: 92% !important;
}

.gform_button.button {
  border: none;
  background-color: #dbcdf0;
  padding: 4px 38px;
  border-radius: 21px;
  color: #263238;
  font-size: 16px;
  font-weight: 600;
}
.gform_button.button:hover {
  background-color: #c9e4de;
}

.gform_wrapper.gravity-theme .gfield input.medium, .gform_wrapper.gravity-theme .gfield select.medium {
  width: calc(50% - 6px) !important;
}
@media only screen and (max-width: 991px) {
  .gform_wrapper.gravity-theme .gfield input.medium, .gform_wrapper.gravity-theme .gfield select.medium {
    width: calc(100% - 0px) !important;
  }
}

.single-column-form .gform_wrapper.gravity-theme .gfield input.medium,
.single-column-form .gform_wrapper.gravity-theme .gfield select.medium {
  width: calc(100% - 0px) !important;
}
.single-column-form .gform_footer.before {
  justify-content: center !important;
}
.single-column-form .gform_fields {
  display: flex !important;
  flex-flow: column !important;
}
.single-column-form .gfield > .ginput_container > input.medium {
  width: 100% !important;
}

@media only screen and (max-width: 767px) {
  div#qlwapp {
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .gform_footer.before {
    justify-content: center !important;
  }
}

.contact-us__form form textarea {
  height: 140px !important;
  border: 1px solid #263238;
}

div#gform_confirmation_wrapper_1 {
  min-height: 185px;
}

h2 {
  font-size: 32px !important;
  font-weight: 600 !important;
}

h3 {
  font-size: 18px !important;
  font-weight: 600 !important;
}

h1 {
  font-size: 32px !important;
  font-weight: 600 !important;
}

h5 {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.site-pop-up__form form .gform_fields input, .rent-to-own__wrapper form .gform_fields input, .home-banner__form form .gform_fields input, .contact-us__form form .gform_fields input, .contact-us__form form .gform_fields textarea {
  border-radius: 6px;
  border: 1px solid #263238;
  background-color: transparent;
}

.ginput_container.ginput_container_fileupload input {
  padding: 10px 20px;
}

.rent-to-own__wrapper .gform_footer.before {
  justify-content: center;
}

.gfield_required.gfield_required_text {
  display: none !important;
}

.benefits-section__form .gform_wrapper.gravity-theme .gfield input.medium, .gform_wrapper.gravity-theme .gfield select.medium {
  width: calc(100% - 0px) !important;
}

.benefits-section__form .gform_wrapper.gravity-theme .gfield {
  grid-column: 1/-1 !important;
}

.benefits-section__form .gform_footer.before {
  justify-content: center;
}

p {
  line-height: 20px;
}

@media only screen and (max-width: 991px) {
  .pum-container.pum-responsive {
    left: 0 !important;
    width: 100% !important;
    top: 0 !important;
  }
}

.site-pop-up {
  padding: 50px 70px;
  background-color: #c9e4de;
  position: relative;
  border-radius: 26px;
}
@media only screen and (max-width: 991px) {
  .site-pop-up {
    border-radius: 0px;
  }
}
.site-pop-up__wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 991px) {
  .site-pop-up__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.site-pop-up__right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-pop-up__image {
  width: 466px;
}
.site-pop-up__floating-image {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 130px;
}
@media only screen and (max-width: 1279px) {
  .site-pop-up__floating-image {
    display: none;
  }
}
.site-pop-up .gform_button.button {
  background-color: #ffffff;
}
.site-pop-up .gform_button.button:hover {
  background-color: #dbcdf0;
}
.site-pop-up__title {
  color: #263238;
  font-family: "Poppins", sans-serif !important;
}
@media only screen and (max-width: 991px) {
  .site-pop-up__title {
    text-align: center;
  }
}
.site-pop-up__form {
  margin-top: 35px;
  padding-right: 44px;
}
@media only screen and (max-width: 991px) {
  .site-pop-up__form {
    padding-right: 0px;
  }
}

h2.gform_submission_error.hide_summary {
  font-size: 18px !important;
  line-height: 24px !important;
}

.pum-theme-228 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close {
  right: 25px !important;
  top: 40px !important;
  color: #263238 !important;
  font-weight: 500 !important;
  font-size: 30px !important;
}

.pum-theme-228, .pum-theme-content-only {
  background-color: rgba(255, 255, 255, 0.7098039216) !important;
}

@media only screen and (max-width: 991px) {
  .site-pop-up .gform_footer.top_label {
    justify-content: center;
  }
}

div#gform_confirmation_message_3 {
  min-height: 180px;
  color: #263238;
}
@media only screen and (max-width: 991px) {
  div#gform_confirmation_message_3 {
    text-align: center;
    min-height: 60px;
  }
}

.navigation {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .navigation {
    display: none;
  }
}
.navigation__main {
  display: flex;
  justify-content: space-between;
}
.navigation__logo {
  width: 180px;
}
.navigation__items {
  display: flex;
}
.navigation__item {
  margin-left: 30px;
}
.navigation__link {
  text-decoration: none;
  color: #263238;
  font-size: 16px;
}
.navigation__link:hover {
  color: #dbcdf0;
}
.navigation__apply-now {
  background-color: #dbcdf0;
  text-decoration: none;
  color: #263238;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 28px;
  border-radius: 21px;
  cursor: pointer;
}
.navigation__apply-now:hover {
  background-color: #c9e4de;
}
.navigation__car-icon {
  width: 18px;
  padding-left: 5px;
}
.navigation__dropdown {
  padding: 25px 0;
  position: absolute;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  z-index: 99;
  transition: visibility 300ms ease-in-out, opacity 300ms ease-in-out;
}
.navigation__dropdown-wrapper {
  width: 91%;
  margin: 0 auto;
  background: #ffffff;
  padding: 30px 50px;
  display: flex;
  justify-content: space-between;
  border-radius: 0px 0px 30px 30px;
}
.navigation__dropdown-img {
  width: 370px;
}
.navigation__dropdown-make-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 25px;
}
.navigation__dropdown-menu-items {
  padding: 0;
}
.navigation__dropdown-menu-items li {
  list-style-type: none;
}
.navigation__dropdown-menu-items a {
  text-decoration: none;
  color: #263238;
  line-height: 28px;
}
.navigation__dropdown-menu-items a:hover {
  color: #dbcdf0;
}

.navigation__item.has-dropdown:hover .navigation__dropdown {
  visibility: visible;
  opacity: 1;
}

.mobile-navigation {
  display: none;
  padding-top: 20px;
}
@media only screen and (max-width: 991px) {
  .mobile-navigation {
    display: block;
  }
}
.mobile-navigation__header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
}
.mobile-navigation__main-wrapper {
  display: flex;
  align-items: center;
  height: 70%;
}
.mobile-navigation__image {
  width: 180px;
}
.mobile-navigation__menu-icon {
  width: 30px;
}
.mobile-navigation__main {
  display: none;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 260px;
  background-color: #dbcdf0;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.mobile-navigation__socials {
  margin-bottom: 25px;
}
.mobile-navigation__socials-image {
  width: 35px;
  margin: 0px 4px;
}
.mobile-navigation__item {
  margin-bottom: 10px;
}
.mobile-navigation__link {
  text-decoration: none;
  color: #263238;
  font-size: 22px;
  line-height: 36px;
  display: block;
}
.mobile-navigation__apply {
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .mobile-navigation__apply {
    margin-top: 32px;
  }
}
.mobile-navigation__apply-now {
  background-color: #ffffff;
  color: #263238;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 28px;
  border-radius: 21px;
  text-decoration: none;
}
.mobile-navigation__submenu-list {
  padding: 0;
}
.mobile-navigation__submenu {
  display: none;
  margin-top: 8px;
}
.mobile-navigation__submenu h4 {
  font-size: 18px;
}
.mobile-navigation__submenu h4:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 28px;
}
.mobile-navigation__submenu-items li {
  list-style-type: none;
}
.mobile-navigation__submenu-items a {
  color: #263238;
  text-decoration: none;
  display: block;
}
.mobile-navigation__make-group {
  display: none;
}

.js-submenu-toggle:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  right: 28px;
}

.mobile__sticky-buttons {
  position: sticky;
  display: none;
  background-color: #ffffff;
  bottom: 0;
  width: 100%;
  z-index: 99;
  text-align: center;
  padding: 22px 16px;
}
@media only screen and (max-width: 991px) {
  .mobile__sticky-buttons {
    display: block;
  }
}

.mobile__sticky-button {
  padding: 8px 26px;
  color: #263238;
  text-decoration: none;
  background: #dbcdf0;
  font-weight: 500;
  font-size: 14px;
}

.mobile__sticky-button-one {
  border-radius: 21px 0px 0px 21px;
}

.mobile__sticky-button-two {
  border-radius: 0px 21px 21px 0px;
}

.has-dropdown > a:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  padding-left: 5px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #c9e4de;
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .footer__wrapper {
    display: block;
  }
}
.footer__image {
  width: 180px;
}
.footer__links {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .footer__links {
    text-align: center;
  }
}
.footer__link {
  text-decoration: none;
  color: #263238;
  margin-left: 35px;
}
.footer__link:hover {
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .footer__link {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.footer__copyright-link {
  text-decoration: none;
  color: #263238;
}
.footer__copyright-link:hover {
  color: #ffffff;
}
.footer__apply-now {
  background-color: #ffffff;
  color: #263238;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 28px;
  border-radius: 21px;
  text-decoration: none;
  cursor: pointer;
}
.footer__apply-now:hover {
  color: #263238;
  background-color: #c6def1;
}
@media only screen and (max-width: 767px) {
  .footer__apply-now {
    margin: 12px 50px;
    display: block;
  }
}
.footer__logo {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .footer__logo {
    margin-bottom: 20px;
  }
}
.footer__copyright-links {
  margin-top: 30px;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .footer__copyright-links {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .footer__logo-socials {
    text-align: center;
  }
}

.home-dealership__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #faedcb;
  padding: 2px 30px;
  border-radius: 16px;
  max-width: 96%;
  margin: 50px 30px 0px 30px;
}
@media only screen and (max-width: 991px) {
  .home-dealership__wrapper {
    display: block;
    text-align: center;
    padding: 25px 20px;
  }
}
.home-dealership__btn {
  border: none;
  background-color: #dbcdf0;
  padding: 4px 38px;
  border-radius: 21px;
  text-decoration: none;
  color: #263238;
  font-size: 16px;
  font-weight: 600;
}
.home-dealership__btn:hover {
  background-color: #c9e4de;
}
.home-dealership__content {
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .home-dealership__content {
    margin-bottom: 25px;
  }
}
.home-dealership__img {
  transform: scale(1.5);
  width: 60px;
  position: relative;
  left: 15px;
  top: -2px;
}
@media only screen and (max-width: 991px) {
  .home-dealership__img {
    display: none;
  }
}

.footer-dealership {
  margin-bottom: 50px;
}

/*# sourceMappingURL=global.css.map */
