@charset "UTF-8";
/* Header */
/* Left Side */
.text-gray {
  color: #9E9E9E;
}

.bg-gray {
  background-color: #F5F5F5;
}

* {
  margin: 0;
  padding: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
}

.b-1 {
  border: 1px solid red;
}

h1 {
  font-weight: 700;
  font-size: 2.75rem;
  margin: 1rem 0;
  font-family: Roboto;
}

h2 {
  font-weight: 600;
  font-size: 2.5rem;
  margin: 0.8rem 0;
  color: #4B4B4D;
  text-align: center;
  font-family: Roboto;
}
@media (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-weight: 500;
  font-size: 1.75rem;
  margin: 0.5rem 0;
  color: #4B4B4D;
  font-family: Roboto;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-weight: 400;
  font-size: 1.5rem;
  margin: 0.3rem 0;
  color: #4B4B4D;
  font-family: Roboto;
}
@media (max-width: 768px) {
  h4 {
    font-size: 1.25rem;
  }
}

.w-33 {
  width: 33.333333% !important;
}

.vh-50 {
  height: 50vh;
}

label {
  margin-bottom: 0;
}

.back-to-top {
  position: fixed;
  bottom: 80px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: #48AF7C;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 99;
  opacity: 1;
  box-shadow: 0 0 10px #000;
}
@media (min-width: 768px) {
  .back-to-top {
    opacity: 0.7;
  }
  .back-to-top:hover {
    opacity: 1;
  }
}
.back-to-top i {
  color: white;
  font-size: 1.5rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media (min-width: 1200px) {
  .container.container {
    max-width: 1400px;
  }
}

.validation-error-found,
.required-error {
  color: red;
  font-size: 0.8rem;
}
.validation-error-found i,
.required-error i {
  color: red;
}

label {
  font-size: 0.9rem;
}

label.required {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
label.required::before {
  font-family: "Font Awesome 5 Free";
  font-size: 25px;
  content: "•";
  color: #48AF7C;
  margin-right: 5px;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-cyan {
  color: #00AFEF;
}

.text-small {
  font-size: 12px !important;
}

/*
@font-face {
    font-family: 'Freestyle Script Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Freestyle Script Regular'), url('../../fonts/FREESCPT.woff') format('woff');
}
*/
.underconstruction-bar {
  background-color: red;
  position: fixed;
  bottom: 230px;
  left: 0;
  width: 30px;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  z-index: 99999;
}
.underconstruction-bar p.underconstruction-text {
  font-size: 0.7rem;
  font-weight: bold;
  color: white;
  text-align: center;
  transform: rotate(-90deg);
  margin: 0;
  padding: 0;
  position: absolute;
  width: 180px;
}

.maintenancemode-bar {
  background-color: red;
  position: fixed;
  bottom: 230px;
  left: 0;
  width: 30px;
  height: 155px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  z-index: 99999;
}
.maintenancemode-bar p.maintenancemode-text {
  font-size: 0.7rem;
  font-weight: bold;
  color: white;
  text-align: center;
  transform: rotate(-90deg);
  margin: 0;
  padding: 0;
  position: absolute;
  width: 180px;
}

/* Cambiar el color de fondo del custom-switch */
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #ff5733;
  background-color: #ff5733; /* Cambia el color a tu elección */
  outline: none;
}

/* Cambiar el color del interruptor cuando está en estado activado */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff; /* Cambia el color a tu elección */
}

.countdown-container {
  width: 100%;
  margin: 2rem 0;
}
.countdown-container ul#countdown {
  width: 100%;
  margin: 0 auto;
  padding: 15px 0 20px 0;
  color: #fff;
  border: 1px solid #adafb2;
  border-width: 1px 0;
  overflow: hidden;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .countdown-container ul#countdown {
    width: 60%;
  }
}
.countdown-container ul#countdown li {
  margin: 0 -3px 0 0;
  padding: 0;
  display: inline-block;
  width: 200px;
  font-size: 72px;
  font-size: 6vw;
  text-align: center;
}
.countdown-container ul#countdown li .label {
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .countdown-container ul#countdown li .label {
    font-size: 1.3rem;
  }
}
.countdown-container ul#countdown li .number {
  color: #fff;
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .countdown-container ul#countdown li .number {
    font-size: 3rem;
  }
}

.enviroment-bar {
  background-color: orange;
  position: fixed;
  bottom: 70px;
  left: 0;
  width: 30px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  z-index: 99999;
}
.enviroment-bar p.environment-text {
  font-size: 0.7rem;
  font-weight: bold;
  color: black;
  text-align: center;
  transform: rotate(-90deg);
  margin: 0;
  padding: 0;
}

header.front {
  background-color: #F5F5F5;
  width: 100%;
  height: 165px;
  position: sticky;
  top: 0;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.75);
  z-index: 999;
}
@media (min-width: 768px) {
  header.front {
    height: 120px;
  }
}
header.front .top-bar {
  background-color: #48AF7C;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #4B4B4D;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  header.front .top-bar {
    height: 40px;
    margin-right: 1rem;
  }
  header.front .top-bar span {
    font-size: 12px;
  }
}
header.front .top-bar [class^=fa-] {
  font-size: 2rem;
}
@media (min-width: 768px) {
  header.front .top-bar [class^=fa-] {
    font-size: 1.5rem;
  }
}
header.front .top-bar li.btn-bars-container {
  display: block;
}
@media (min-width: 768px) {
  header.front .top-bar li.btn-bars-container {
    display: none;
  }
}
header.front .top-bar .address-container-1 {
  display: none;
}
@media (min-width: 768px) {
  header.front .top-bar .address-container-1 {
    display: block;
  }
}
header.front .top-bar .address-container-1 span {
  display: none;
}
@media (min-width: 768px) {
  header.front .top-bar .address-container-1 span {
    display: block;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  header.front .top-bar .address-container-1 span {
    font-size: 1rem;
  }
}
header.front .top-bar .address-container-2 {
  display: block;
}
@media (min-width: 768px) {
  header.front .top-bar .address-container-2 {
    display: none;
  }
}
header.front .top-bar .address-container-2 span {
  display: none;
}
@media (min-width: 992px) {
  header.front .top-bar .address-container-2 span {
    display: block;
  }
}
header.front .top-bar span {
  display: none;
}
@media (min-width: 992px) {
  header.front .top-bar span {
    display: flex;
    font-size: 1rem;
  }
}
header.front .top-bar ul {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  justify-content: space-between;
  align-items: center;
}
header.front .top-bar ul li {
  margin-left: 1rem;
}
header.front .top-bar a {
  color: inherit;
  text-decoration: none;
}
header.front .main-bar {
  width: 100%;
}
header.front .main-bar .main-bar-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  header.front .main-bar .main-bar-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  header.front .main-bar .main-bar-container .btn-get-preapproved {
    display: none;
  }
}
header.front .main-bar .main-bar-container nav.navbar {
  display: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  header.front .main-bar .main-bar-container nav.navbar {
    display: flex;
    height: 100%;
  }
}
header.front .main-bar .main-bar-container nav.navbar ul.navbar-nav li.nav-item {
  margin: 0 1rem;
}
header.front .main-bar .main-bar-container nav.navbar ul.navbar-nav li.nav-item a.nav-link {
  color: #4B4B4D;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
  font-weight: 600;
}
header.front .main-bar .main-bar-container nav.navbar ul.navbar-nav li.nav-item:hover {
  background-color: #48AF7C;
}
header.front .main-bar .main-bar-container nav.navbar ul.navbar-nav li.nav-item:hover a {
  color: #4B4B4D;
}
header.front .main-bar .main-bar-container nav.navbar ul.navbar-nav li.nav-item.active {
  border-bottom: 2px solid #48AF7C;
  border-radius: 0;
}
header.front .main-bar .main-bar-container nav.navbar ul.navbar-nav li.nav-item .dropdown-item:hover {
  background-color: #48AF7C;
  color: #4B4B4D;
}
header.front .main-bar .main-bar-container ul.bars-container {
  list-style: none;
  margin-bottom: 0;
  display: none;
}
@media (min-width: 768px) {
  header.front .main-bar .main-bar-container ul.bars-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 1rem;
  }
}
@media (min-width: 992px) {
  header.front .main-bar .main-bar-container ul.bars-container {
    display: none;
  }
}
header.front .main-bar .main-bar-container .btn.btn {
  font-size: 0.8rem !important;
}
header.front .main-bar .main-bar-container .btn.btn:active {
  background-color: #48AF7C !important;
  color: #4B4B4D;
}
header.front .btn-bars-container {
  cursor: pointer;
}
header.front .mob-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  display: none;
  z-index: 999;
  box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.75);
  animation: moveInLeft 0.3s ease-out;
}
@media (min-width: 768px) {
  header.front .mob-menu-container {
    left: 40%;
    width: 60%;
  }
}
header.front .mob-menu-container.show {
  display: block;
}
@keyframes moveInLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
header.front .mob-menu-container .mob-menu-header {
  width: 92%;
  height: 70px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #48AF7C;
  margin: auto 10px;
}
@media (min-width: 768px) {
  header.front .mob-menu-container .mob-menu-header {
    width: 90%;
  }
}
header.front .mob-menu-container .mob-menu-header a {
  color: #4B4B4D;
  padding: 0 1rem;
}
header.front .mob-menu-container .mob-menu-header a img {
  width: 170px;
}
header.front .mob-menu-container .mob-menu-body {
  width: 100%;
  height: calc(100% - 70px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem;
}
header.front .mob-menu-container .mob-menu-body ul {
  list-style: none;
  margin-bottom: 0;
}
header.front .mob-menu-container .mob-menu-body ul li a {
  color: #4B4B4D;
  text-decoration: none;
  font-size: 1.2rem;
}
header.front .mob-menu-container .mob-menu-body .dropdown .dropdown-menu {
  display: none;
  position: relative !important;
  transform: none !important;
  width: 100% !important;
  border: 0;
  border-left: 3px solid #4B4B4D;
  border-radius: 0;
}
header.front .mob-menu-container .mob-menu-body .dropdown .dropdown-menu.show {
  display: block;
}

section.hero {
  background: var(--bg-sm-url) no-repeat center center;
  background-size: cover;
  height: 500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 768px) {
  section.hero {
    background: var(--bg-md-url) no-repeat center center;
    background-size: cover;
    height: 600px;
  }
}
@media (min-width: 992px) {
  section.hero {
    background: var(--bg-lg-url) no-repeat right center;
    background-size: cover;
    height: 600px;
  }
}
section.hero .hero-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  section.hero .hero-container {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
section.hero .hero-container .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.hero .hero-container .col.col-content {
  order: 1;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  section.hero .hero-container .col.col-content {
    align-items: flex-start;
  }
}
section.hero .hero-container .col.fake-content {
  order: 0;
}
@media (min-width: 992px) {
  section.hero .hero-container .col.fake-content {
    order: 0;
  }
}
section.hero .hero-container h1, section.hero .hero-container h2 {
  color: white;
  text-shadow: 10px 10px 25px black;
}
section.hero .hero-container h1 {
  text-align: center;
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  section.hero .hero-container h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  section.hero .hero-container h1 {
    font-size: 4.5rem;
    text-align: left;
  }
}
section.hero .hero-container h2 {
  text-align: center;
  font-size: 1.55rem;
  margin-top: 0;
}
@media (min-width: 768px) {
  section.hero .hero-container h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  section.hero .hero-container h2 {
    font-size: 2.5rem;
    text-align: left;
  }
}

footer#front {
  width: 100%;
  min-height: calc(100vh - 165px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 768px) {
  footer#front {
    min-height: calc((100vh - 120px) / 1.4);
  }
}
@media (min-width: 992px) {
  footer#front {
    min-height: calc(100vh - 120px);
  }
}
footer#front.footer-compact {
  min-height: auto;
}
footer#front a,
footer#front span {
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
  margin: 0.5rem;
}
@media (min-width: 992px) {
  footer#front a,
  footer#front span {
    font-size: 1rem;
  }
}
footer#front a:hover {
  color: #48AF7C;
  text-decoration: underline;
}
footer#front h2,
footer#front h3,
footer#front p {
  color: white;
}
footer#front ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer#front ul li {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  footer#front ul li {
    margin-bottom: 1rem;
  }
}
footer#front h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0.5rem 0;
}
@media (min-width: 992px) {
  footer#front h2 {
    font-size: 2rem;
  }
}
footer#front h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0.5rem 0;
}
@media (min-width: 768px) {
  footer#front h3 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  footer#front h3 {
    font-size: 1.4rem;
  }
}
footer#front p {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  footer#front p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
footer#front #footer-widgets {
  background-color: #4B4B4D;
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer#front #footer-widgets .col-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  margin: 0.5rem;
}
@media (min-width: 768px) {
  footer#front #footer-widgets .col-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1rem 0.8rem;
    margin: 1rem 0.8rem;
  }
}
footer#front #footer-widgets .col-wrapper .col-about {
  width: 100%;
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  footer#front #footer-widgets .col-wrapper .col-about {
    order: 0;
    align-items: flex-start;
  }
}
footer#front #footer-widgets .col-wrapper .col-about .contact-info {
  width: 70%;
}
footer#front #footer-widgets .col-wrapper .col-about p {
  text-align: center;
}
@media (min-width: 768px) {
  footer#front #footer-widgets .col-wrapper .col-about p {
    text-align: left;
    margin: 0.5rem 0;
  }
}
@media (min-width: 992px) {
  footer#front #footer-widgets .col-wrapper .col-about p {
    width: 70%;
    margin: 1rem 0;
  }
}
footer#front #footer-widgets .col-wrapper .col-others {
  order: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin: 0.5rem;
}
@media (min-width: 768px) {
  footer#front #footer-widgets .col-wrapper .col-others {
    order: 1;
    justify-content: space-between;
  }
}
footer#front #footer-widgets .col-wrapper .col-others-quick-links {
  width: 45%;
}
footer#front #footer-widgets .col-wrapper .col-others a {
  margin: 0;
}
footer#front #footer-widgets .col-wrapper .col-others .slogan h3 {
  font-size: 1.2rem;
  font-family: system-ui;
  letter-spacing: 2px;
  text-align: center;
}
@media (min-width: 768px) {
  footer#front #footer-widgets .col-wrapper .col-others .slogan h3 {
    font-size: 1.1rem;
    text-align: left;
  }
}
@media (min-width: 992px) {
  footer#front #footer-widgets .col-wrapper .col-others .slogan h3 {
    margin: 1rem 0;
    font-size: 1.9rem;
    letter-spacing: 3px;
  }
}
footer#front #footer-copyright {
  background-color: #48AF7C;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  color: white;
  font-size: 0.8rem;
  font-weight: 300;
  text-align: center;
}
footer#front #footer-copyright .footer-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  footer#front #footer-copyright .footer-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
footer#front #footer-copyright .footer-wrapper span,
footer#front #footer-copyright .footer-wrapper a {
  font-size: 0.8rem;
  color: #4B4B4D;
  margin: 0 0.5rem;
}
footer#front #footer-copyright .footer-wrapper a:hover {
  color: white;
  text-decoration: underline;
}
footer#front #footer-copyright .footer-wrapper .social-networks {
  order: 0;
}
footer#front #footer-copyright .footer-wrapper .social-networks [class^=fa-] {
  font-size: 2rem;
}
@media (min-width: 992px) {
  footer#front #footer-copyright .footer-wrapper .social-networks {
    order: 1;
  }
}
footer#front #footer-copyright .footer-wrapper .copyright {
  order: 1;
}
@media (min-width: 992px) {
  footer#front #footer-copyright .footer-wrapper .copyright {
    order: 0;
  }
}
footer#front #footer-copyright .footer-wrapper .legal {
  order: 2;
}
@media (min-width: 992px) {
  footer#front #footer-copyright .footer-wrapper .legal {
    order: 2;
  }
}

.btn.btn {
  border-radius: 5px;
  font-weight: 600;
  font-size: 1rem !important;
}
.btn.btn.btn-primary {
  background-color: #48AF7C !important;
  color: #4B4B4D;
}
.btn.btn.btn-primary-inverse {
  background-color: #4B4B4D;
  color: #48AF7C;
}
.btn.btn.btn-white-primary {
  background-color: white !important;
  color: #3E4095 !important;
  border: 1px solid #3E4095 !important;
}
.btn.btn.btn-outline-green {
  background-color: transparent !important;
  color: #48AF7C;
  border: 1px solid #48AF7C;
}
.btn.btn.btn-outline-white {
  background-color: transparent !important;
  color: white;
  border: 1px solid white;
}
.btn.btn.btn-outline-black-50 {
  background-color: transparent !important;
  color: rgb(75, 75, 77) !important;
  border: 1px solid rgb(75, 75, 77) !important;
}
.btn.btn.btn-flat {
  padding: 0.3rem 0;
  border-radius: 0;
  margin: 0.3rem 0;
  box-shadow: none;
  color: #4B4B4D;
  font-size: 0.8rem !important;
  display: flex;
  align-items: center;
}

.lnk {
  text-decoration: underline;
}
.lnk.lnk-primary {
  color: #48AF7C;
}
.lnk.lnk-black {
  color: black;
}
.lnk.lnk-flat {
  color: #4B4B4D;
  font-size: 0.9rem;
  text-decoration: none;
}
.lnk.lnk-flat:hover {
  text-decoration: underline;
}

.popup-container {
  position: fixed;
  top: 120px;
  right: 5px;
  width: 250px;
  height: auto;
  z-index: 15;
}
@media (min-width: 768px) {
  .popup-container {
    width: 350px;
  }
}
.popup-container .popup {
  position: relative;
  width: 100%;
  height: auto;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.popup-container .popup-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 15px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup-container .popup-header .btn-close {
  cursor: pointer;
}
.popup-container .popup-header .btn-close i[class^=fa-], .popup-container .popup-header .btn-close i[class*=" fa-"] {
  font-size: 20px;
}
.popup-container .popup-body {
  padding: 5px 0;
  font-size: 14px;
}
.popup-container .popup-body p {
  font-size: inherit;
}
.popup-container .popup-footer {
  text-align: right;
}
.popup-container .popup .popup-button {
  padding: 3px 5px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.popup-container .popup.success {
  background-color: #C8E6C9;
}
.popup-container .popup.success::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f058";
  position: absolute;
  top: 10;
  left: 0;
  padding: 5px;
  color: black;
}
.popup-container .popup.error {
  background-color: #F8BBD0;
}
.popup-container .popup.error::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f071";
  position: absolute;
  top: 10;
  left: 0;
  padding: 5px;
  color: black;
}
.popup-container .popup.info {
  background-color: #BBDEFB;
}
.popup-container .popup.info::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f05a";
  position: absolute;
  top: 10;
  left: 0;
  padding: 5px;
  color: black;
}
.popup-container .popup.warning {
  background-color: #FFD54F;
}
.popup-container .popup.warning::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f06a";
  position: absolute;
  top: 10;
  left: 0;
  padding: 5px;
  color: black;
}

cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background-color: turquoise;
  color: #fff;
  text-align: left;
  z-index: 9999;
  box-shadow: 0px 0px 10px 0px #000;
}
cookie-consent .content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  cookie-consent .content-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 0;
  }
}
cookie-consent .content-container .cookie-consent-text {
  text-align: center;
  font-size: 1rem;
}
@media (min-width: 992px) {
  cookie-consent .content-container .cookie-consent-text {
    text-align: left;
    margin: 0;
  }
}
cookie-consent .content-container button {
  background-color: #fff;
  color: #000;
  border: none;
  padding: 5px 10px;
  margin-left: 10px;
  cursor: pointer;
}
@media (min-width: 992px) {
  cookie-consent .content-container button {
    width: 25%;
  }
}

.vehicle-card-link {
  text-decoration: none;
  color: inherit;
}

.vehicle-card {
  width: 340px;
  min-height: 375px;
  border: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  color: #4B4B4D;
  box-shadow: 0 0 px rgba(48, 49, 51, 0.05), 0 8px 12px rgba(48, 49, 51, 0.1);
  background-color: white;
}
@media (min-width: 768px) {
  .vehicle-card {
    width: 330px;
  }
}
.vehicle-card h5 {
  font-size: 1rem;
  font-weight: 600;
  color: inherit;
  margin: 0;
}
.vehicle-card-header {
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: row;
  padding: 0 10px;
}
.vehicle-card-header-info {
  height: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.vehicle-card-header-year {
  height: 100%;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vehicle-card-header-year h5 {
  font-size: 1rem;
}
.vehicle-card-image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
.vehicle-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
  border-style: none;
}
.vehicle-card-image img:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
.vehicle-card-footer {
  width: 100%;
  height: 80px;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.vehicle-card-footer h5 {
  font-size: 0.9rem;
}
.vehicle-card-footer-cta .btn.btn {
  margin: 0;
  font-size: 0.8rem !important;
}

.chips-panel {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .chips-panel {
    padding: 0.3rem 0.5rem;
  }
}
.chips-panel .tool-btn-panel {
  order: -1;
  height: auto;
  display: flex;
  justify-content: flex-end;
  margin-top: -15px;
  position: absolute;
  top: 9px;
  right: 15px;
  width: auto;
}
@media (min-width: 992px) {
  .chips-panel .tool-btn-panel {
    top: 5px;
  }
}
.chips-panel .tool-btn-panel a.view-more-chips,
.chips-panel .tool-btn-panel a.view-less-chips,
.chips-panel .tool-btn-panel a.remove-all-chips {
  color: #4B4B4D;
  text-decoration: underline;
  padding: 0 0.4rem;
  font-size: 13px;
  background: white;
}
.chips-panel .tool-btn-panel a.view-more-chips {
  order: -1;
}
.chips-panel .tool-btn-panel a.remove-all-chips {
  order: 1;
}
.chips-panel .chips-wrapper {
  order: 1;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0.5rem;
  justify-content: flex-start;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.chips-panel .chips-wrapper.collapsed {
  height: 55px;
  overflow: hidden;
}
.chips-panel .chips-wrapper .chip {
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  box-sizing: border-box;
  border-radius: 5px;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  margin-right: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition: all 0.3s linear;
}
.chips-panel .chips-wrapper .chip span {
  font-size: 12px;
}
.chips-panel .chips-wrapper .chip:hover {
  background: #48AF7C;
}
.chips-panel .chips-wrapper .chip:hover span, .chips-panel .chips-wrapper .chip:hover i {
  color: white;
}
.chips-panel .chips-wrapper .chip .closeChip {
  margin-left: 1rem;
}

.autocomplete-suggestions {
  text-align: left;
  border: 1px solid #999;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: white;
  overflow: auto;
}

.autocomplete-suggestion {
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  padding-left: 25px;
  font-style: normal;
  font-weight: 600;
}

.autocomplete-selected {
  background: #F5F5F5;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #48AF7C;
}

.autocomplete-group {
  padding: 4px 16px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #F0F0F0;
}

.dropdown3c-container {
  position: relative;
  border: 1px solid #ced4da;
}
.dropdown3c-container.button-container {
  border-color: #5170FD;
  display: flex;
  justify-content: center;
}
.dropdown3c-container.button-container span {
  color: #5170FD;
}
.dropdown3c-container.show .dropdown3c:after {
  transform: rotate(180deg);
}
.dropdown3c-container .dropdown3c {
  width: 100%;
  position: relative;
  display: block;
}
.dropdown3c-container .dropdown3c:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f078";
  position: absolute;
  right: 1rem;
  transform: rotate(0deg);
  color: #4B4B4D;
}
.dropdown3c-container .dropdown3c .dropdown-toggle {
  border: 0;
  background: none;
}
.dropdown3c-container .dropdown3c .dropdown-toggle:after {
  content: none;
}
.dropdown3c-container .dropdown3c-menu {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 9;
  float: left;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 10px;
}
.dropdown3c-container .dropdown3c-menu.show {
  border-radius: 10px;
  display: block;
  padding: 1rem;
}

.select-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .select-container {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .select-container {
    width: 27%;
  }
}
.select-container label {
  width: inherit;
  margin-right: 0.5rem;
  font-size: 0.9rem;
  color: #4B4B4D;
}
.select-container select.form-control {
  padding: 5px 10px;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  height: 42px;
  width: 250%;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .select-container select.form-control {
    width: 100%;
  }
}
.select-container:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f078";
  right: 1.5rem;
  top: 20%;
  color: #7D7D7D;
  position: absolute;
}

.home-tabs {
  min-height: 600px;
}
@media (min-width: 768px) {
  .home-tabs {
    margin-top: -2rem;
  }
}
@media (min-width: 992px) {
  .home-tabs {
    margin-top: -4rem;
    margin-bottom: 5rem;
  }
}
.home-tabs h3,
.home-tabs h4 {
  width: 100%;
  margin-bottom: 1rem;
  text-align: center;
  color: #4B4B4D;
}
.home-tabs h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
.home-tabs h4 {
  font-size: 1.15rem;
  text-align: center;
}
.home-tabs .nav.nav-tabs {
  flex-wrap: nowrap;
  background-color: white;
}
.home-tabs .nav.nav-tabs .nav-item {
  flex-grow: 1;
  height: 64px;
}
.home-tabs .nav.nav-tabs .nav-item a.nav-link {
  height: 100%;
  text-align: center;
  font-size: 0.9rem;
  color: #4B4B4D;
  padding: 1rem;
}
@media (min-width: 768px) {
  .home-tabs .nav.nav-tabs .nav-item a.nav-link {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .home-tabs .nav.nav-tabs .nav-item a.nav-link {
    font-size: 1.1rem;
  }
}
.home-tabs .nav.nav-tabs .nav-item a.nav-link:hover {
  color: #48AF7C;
}
.home-tabs .nav.nav-tabs .nav-item a.nav-link.active {
  border-color: transparent;
  background-color: #F5F5F5;
  color: #48AF7C;
  border-bottom: 2px solid #48AF7C;
}
.home-tabs .tab-content {
  height: 90%;
}
.home-tabs .tab-content .tab-pane {
  padding: 0.5rem;
  background-color: white;
}
@media (min-width: 768px) {
  .home-tabs .tab-content .tab-pane {
    padding: 1rem 1rem;
  }
}
@media (min-width: 992px) {
  .home-tabs .tab-content .tab-pane {
    padding: 1rem 2rem;
  }
}
.home-tabs .tab-content .tab-pane.active {
  background-color: #F5F5F5;
}
.home-tabs .tab-content .tab-pane .wrapper-cols {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem;
}
@media (min-width: 992px) {
  .home-tabs .tab-content .tab-pane .wrapper-cols {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.home-tabs .tab-content .tab-pane .search-topleft-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .home-tabs .tab-content .tab-pane .search-topleft-col {
    width: 45%;
    margin-bottom: 0;
    justify-content: center;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 2.5rem;
  }
}
.home-tabs .tab-content .tab-pane .search-topleft-col form {
  width: 90%;
  margin: auto;
}
@media (min-width: 768px) {
  .home-tabs .tab-content .tab-pane .search-topleft-col form {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .home-tabs .tab-content .tab-pane .search-topleft-col form {
    width: 90%;
  }
}
.home-tabs .tab-content .tab-pane .search-topleft-col .img-container {
  width: 90%;
}
.home-tabs .tab-content .tab-pane .search-topleft-col .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-tabs .tab-content .tab-pane .search-bottomright-col {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 992px) {
  .home-tabs .tab-content .tab-pane .search-bottomright-col {
    width: 65%;
    margin-bottom: 0;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 2.5rem;
  }
}
.home-tabs .tab-content .tab-pane .search-bottomright-col .cards-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.home-tabs .tab-content .tab-pane .search-bottomright-col .cards-wrapper .bybody-card {
  width: 160px;
  height: 120px;
  margin: 0.5rem;
  border: 1px solid #48AF7C;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-tabs .tab-content .tab-pane .search-bottomright-col .cards-wrapper .bybody-card:hover {
  background-color: #48AF7C;
  cursor: pointer;
}
.home-tabs .tab-content .tab-pane .search-bottomright-col .cards-wrapper .bybody-card:hover p {
  color: white;
}
.home-tabs .tab-content .tab-pane .search-bottomright-col .cards-wrapper .bybody-card:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (min-width: 768px) {
  .home-tabs .tab-content .tab-pane .search-bottomright-col .cards-wrapper .bybody-card {
    width: 250px;
    height: 150px;
  }
}
.home-tabs .tab-content .tab-pane .search-bottomright-col .cards-wrapper .bybody-card .image-container {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-tabs .tab-content .tab-pane .search-bottomright-col .cards-wrapper .bybody-card .image-container img {
  width: 100px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .home-tabs .tab-content .tab-pane .search-bottomright-col .cards-wrapper .bybody-card .image-container img {
    width: 130px;
    height: 100px;
  }
}
@media (min-width: 992px) {
  .home-tabs .tab-content .tab-pane .search-bottomright-col .cards-wrapper .bybody-card .image-container img {
    width: 140px;
    height: 100px;
  }
}
.home-tabs .tab-content .tab-pane .search-bottomright-col .cards-wrapper .bybody-card a {
  width: 100%;
  height: 100%;
}
.home-tabs .tab-content .tab-pane .search-bottomright-col .cards-wrapper .bybody-card a p {
  text-align: center;
  color: #4B4B4D;
  font-size: 0.8rem;
  font-weight: 600;
}
.home-tabs .tab-content .tab-pane .search-bottomright-col .btn-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .home-tabs .tab-content .tab-pane .search-bottomright-col .btn-container {
    width: 75%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.home-tabs .tab-content .tab-pane .search-bottomright-col .btn-container .btn.btn {
  width: 90%;
}
@media (min-width: 992px) {
  .home-tabs .tab-content .tab-pane .search-bottomright-col .btn-container .btn.btn {
    width: 45%;
  }
}
.home-tabs .tab-content .tab-pane .preapproval-topleft-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .home-tabs .tab-content .tab-pane .preapproval-topleft-col {
    width: 50%;
    height: 400px;
    margin-bottom: 0;
    justify-content: center;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 2.5rem;
  }
}
.home-tabs .tab-content .tab-pane .preapproval-topleft-col .img-container {
  width: 90%;
}
.home-tabs .tab-content .tab-pane .preapproval-topleft-col .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-tabs .tab-content .tab-pane .preapproval-bottomright-col {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 992px) {
  .home-tabs .tab-content .tab-pane .preapproval-bottomright-col {
    width: 50%;
    height: 400px;
    margin-top: 3rem;
    margin-bottom: 3rem;
    justify-content: center;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 2.5rem;
  }
}
.home-tabs .tab-content .tab-pane .preapproval-bottomright-col form {
  width: 90%;
}
@media (min-width: 768px) {
  .home-tabs .tab-content .tab-pane .preapproval-bottomright-col form {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .home-tabs .tab-content .tab-pane .preapproval-bottomright-col form {
    width: 90%;
  }
}
.home-tabs .tab-content .tab-pane .we-offer-col {
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
}
.home-tabs .tab-content .tab-pane .we-offer-col .we-offer-card-wrapper {
  padding: 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.home-tabs .tab-content .tab-pane .we-offer-col .we-offer-card-wrapper .we-offer-card {
  width: 150px;
  border: 1px solid #48AF7C;
  margin: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .home-tabs .tab-content .tab-pane .we-offer-col .we-offer-card-wrapper .we-offer-card {
    width: 240px;
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 992px) {
  .home-tabs .tab-content .tab-pane .we-offer-col .we-offer-card-wrapper .we-offer-card {
    width: 240px;
    padding: 0.5rem 1.5rem;
  }
}
.home-tabs .tab-content .tab-pane .we-offer-col .we-offer-card-wrapper .we-offer-card-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.home-tabs .tab-content .tab-pane .we-offer-col .we-offer-card-wrapper .we-offer-card-header .number {
  font-family: fantasy;
  font-size: 3rem;
  font-weight: bolder;
  color: transparent;
  -webkit-text-stroke: 1px #48AF7C;
}
@media (min-width: 768px) {
  .home-tabs .tab-content .tab-pane .we-offer-col .we-offer-card-wrapper .we-offer-card-header .number {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .home-tabs .tab-content .tab-pane .we-offer-col .we-offer-card-wrapper .we-offer-card-header .number {
    font-size: 4.5rem;
  }
}
.home-tabs .tab-content .tab-pane .we-offer-col .we-offer-card-wrapper .we-offer-card-header .icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #48AF7C;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .home-tabs .tab-content .tab-pane .we-offer-col .we-offer-card-wrapper .we-offer-card-header .icon {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 992px) {
  .home-tabs .tab-content .tab-pane .we-offer-col .we-offer-card-wrapper .we-offer-card-header .icon {
    width: 80px;
    height: 80px;
  }
}
.home-tabs .tab-content .tab-pane .we-offer-col .we-offer-card-wrapper .we-offer-card-header .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-tabs .tab-content .tab-pane .we-offer-col .we-offer-card-wrapper .we-offer-card-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-tabs .tab-content .tab-pane .we-offer-col .we-offer-card-wrapper .we-offer-card-body h5 {
  width: 100%;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .home-tabs .tab-content .tab-pane .we-offer-col .we-offer-card-wrapper .we-offer-card-body h5 {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  .home-tabs .tab-content .tab-pane .we-offer-col .we-offer-card-wrapper .we-offer-card-body h5 {
    font-size: 1.2rem;
  }
}
.home-tabs .tab-content .tab-pane .we-offer-col .we-offer-card-wrapper .we-offer-card-body p {
  text-align: left;
  font-size: 0.9rem;
  color: #4B4B4D;
}
@media (min-width: 768px) {
  .home-tabs .tab-content .tab-pane .we-offer-col .we-offer-card-wrapper .we-offer-card-body p {
    font-size: 1rem;
  }
}

#home-countonus {
  background-color: #48AF7C;
  width: 100%;
  min-height: calc(100vh - 165px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  #home-countonus {
    height: calc(100vh - 120px);
  }
}
@media (min-width: 992px) {
  #home-countonus {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
#home-countonus h2,
#home-countonus h3 {
  text-align: center;
}
#home-countonus h2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #home-countonus h2 {
    width: 70%;
  }
}
#home-countonus .countonus-owl-carousel {
  margin: 1rem auto;
}
#home-countonus .countonus-owl-carousel .countonus-card {
  width: 315px;
  height: 470px;
  margin-left: 1rem;
  background-color: white;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  #home-countonus .countonus-owl-carousel .countonus-card {
    width: 350px;
    height: 500px;
  }
}
#home-countonus .countonus-owl-carousel .countonus-card .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home-countonus .countonus-owl-carousel .countonus-card .body-container {
  padding: 1rem;
  flex-grow: 1;
}
#home-countonus .countonus-owl-carousel .countonus-card .body-container h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #4B4B4D;
}
#home-countonus .countonus-owl-carousel .countonus-card .body-container p {
  font-size: 0.9rem;
  color: #4B4B4D;
}
#home-countonus .countonus-owl-carousel .owl-dots.owl-dots {
  margin-top: 1rem;
}
#home-countonus .countonus-owl-carousel .owl-dots.owl-dots .owl-dot span {
  background-color: #4B4B4D;
  width: 30px;
  height: 10px;
  border-radius: 0;
}
#home-countonus .countonus-owl-carousel .owl-dots.owl-dots .owl-dot.active span {
  background-color: white;
}

#home-drivenow-payhere {
  background-color: #4B4B4D;
  width: 100%;
  min-height: calc(100vh - 165px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  #home-drivenow-payhere {
    height: calc(100vh - 120px);
  }
}
#home-drivenow-payhere h2,
#home-drivenow-payhere h3 {
  color: white;
  text-align: center;
}
@media (min-width: 768px) {
  #home-drivenow-payhere h3 {
    width: 85%;
  }
}

#home-reviews {
  background-color: #F5F5F5;
  width: 100%;
  min-height: calc(100vh - 165px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  #home-reviews {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
#home-reviews h2,
#home-reviews h3 {
  text-align: center;
}
@media (min-width: 768px) {
  #home-reviews h3 {
    width: 85%;
  }
}
#home-reviews h4 {
  font-size: 1.2rem;
  font-weight: 600;
}
#home-reviews .star-container {
  width: 100%;
  height: 35px;
  font-size: 2rem;
  color: #48AF7C;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#home-reviews .star-container .solid-star {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
#home-reviews .reviews-owl-carousel .review-card {
  width: 99%;
  height: 350px;
  background-color: #E6E7E8;
  padding: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  #home-reviews .reviews-owl-carousel .review-card {
    width: 335px;
    height: 350px;
  }
}
@media (min-width: 992px) {
  #home-reviews .reviews-owl-carousel .review-card {
    width: 350px;
    height: 350px;
  }
}
#home-reviews .reviews-owl-carousel .review-card .review-card-header {
  width: 100%;
  height: 75px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#home-reviews .reviews-owl-carousel .review-card .review-card-header .img-container {
  width: 94px;
  height: 64px;
  margin-right: 1rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
  background-color: var(--bg-color);
}
#home-reviews .reviews-owl-carousel .review-card .review-card-header .customer-info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#home-reviews .reviews-owl-carousel .review-card .review-card-header .customer-info span {
  font-size: 0.9rem;
}
#home-reviews .reviews-owl-carousel .review-card .body-container {
  padding-bottom: 0.5rem;
  overflow: hidden;
}
#home-reviews .reviews-owl-carousel .review-card .body-container p {
  font-size: 0.9rem;
  color: #4B4B4D;
}
#home-reviews .reviews-owl-carousel .owl-dots.owl-dots {
  margin-top: 1.5rem;
}
#home-reviews .reviews-owl-carousel .owl-dots.owl-dots .owl-dot span {
  background-color: #4B4B4D;
  width: 30px;
  height: 10px;
  border-radius: 0;
}
#home-reviews .reviews-owl-carousel .owl-dots.owl-dots .owl-dot.active span {
  background-color: #48AF7C;
}
#home-reviews .general-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#home-reviews .general-info h4, #home-reviews .general-info p {
  text-align: center;
}
#home-reviews .general-info h4 {
  font-weight: 600;
}

#most-visited-vehicle {
  background-color: white;
  width: 100%;
  min-height: calc(100vh - 165px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  #most-visited-vehicle {
    height: calc(100vh - 120px);
  }
}
@media (min-width: 992px) {
  #most-visited-vehicle {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
#most-visited-vehicle .most-visited-owl-carousel .owl-dots.owl-dots {
  margin-top: 1.5rem;
}
#most-visited-vehicle .most-visited-owl-carousel .owl-dots.owl-dots .owl-dot span {
  background-color: #4B4B4D;
  width: 30px;
  height: 10px;
  border-radius: 0;
}
#most-visited-vehicle .most-visited-owl-carousel .owl-dots.owl-dots .owl-dot.active span {
  background-color: #48AF7C;
}

.sitemap-section {
  height: calc(100vh - 165px);
}
@media (min-width: 768px) {
  .sitemap-section {
    height: calc(100vh - 120px);
  }
}

.aboutus-section h2, .aboutus-section h3, .aboutus-section li, .aboutus-section p {
  color: #4B4B4D;
}
.aboutus-section h2 {
  margin-bottom: 2rem;
}
.aboutus-section h3 {
  margin-top: 2rem;
}
.aboutus-section p.text-bold {
  font-weight: bold;
  padding: 1rem 0;
}
.aboutus-section ul li {
  padding: 0.5rem 0;
}
.aboutus-section .top-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .aboutus-section .top-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.aboutus-section .top-container .col-left {
  width: 100%;
}
@media (min-width: 992px) {
  .aboutus-section .top-container .col-left {
    width: 60%;
  }
  .aboutus-section .top-container .col-left p {
    line-height: 35px;
    padding-right: 1rem;
    font-size: 1.2rem;
    color: #4B4B4D;
  }
}
.aboutus-section .top-container .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .aboutus-section .top-container .col-right {
    width: 40%;
  }
}

.contactus-section .contactus-hero-owl-carousel .item {
  position: relative;
  width: 100%;
  height: 100%;
}
.contactus-section .contactus-hero-owl-carousel .item picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contactus-section .contactus-hero-owl-carousel .item .black-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgb(0, 0, 0));
  z-index: 1;
}
@media (min-width: 992px) {
  .contactus-section .contactus-hero-owl-carousel .item .black-screen {
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0), rgb(0, 0, 0));
  }
}
.contactus-section .contactus-hero-owl-carousel .item .col-up-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
@media (min-width: 992px) {
  .contactus-section .contactus-hero-owl-carousel .item .col-up-left {
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
}
.contactus-section .contactus-hero-owl-carousel .item .col-bottom-right {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
@media (min-width: 992px) {
  .contactus-section .contactus-hero-owl-carousel .item .col-bottom-right {
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    align-items: flex-start;
  }
}
.contactus-section .contactus-hero-owl-carousel .item .col-bottom-right h2, .contactus-section .contactus-hero-owl-carousel .item .col-bottom-right h3 {
  color: white;
  font-family: Roboto;
  z-index: 2;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 992px) {
  .contactus-section .contactus-hero-owl-carousel .item .col-bottom-right h2, .contactus-section .contactus-hero-owl-carousel .item .col-bottom-right h3 {
    text-align: left;
  }
}
.contactus-section .contactus-hero-owl-carousel .item .col-bottom-right h2 {
  font-size: 3rem;
}
@media (min-width: 992px) {
  .contactus-section .contactus-hero-owl-carousel .item .col-bottom-right h2 {
    font-size: 3.5rem;
  }
}
.contactus-section .contactus-hero-owl-carousel .item .col-bottom-right h3 {
  margin-bottom: 0;
}
.contactus-section .contactus-hero-owl-carousel .item .col-bottom-right h4 {
  display: none;
}
@media (min-width: 768px) {
  .contactus-section .contactus-hero-owl-carousel .item .col-bottom-right h4 {
    display: block;
    color: white;
    font-family: Roboto;
    z-index: 2;
    font-weight: normal;
    font-size: 1.5rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .contactus-section .contactus-hero-owl-carousel .item .col-bottom-right h4 {
    font-size: 1.8rem;
    text-align: left;
    width: 90%;
  }
}
.contactus-section h2 {
  width: 100%;
}
@media (min-width: 992px) {
  .contactus-section h2 {
    text-align: left;
  }
}
.contactus-section .group-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1rem;
  background-color: #F5F5F5;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .contactus-section .group-container {
    padding: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .contactus-section .group-container {
    padding: 2rem 3rem;
    margin-bottom: 3rem;
  }
}
.contactus-section .group-container .form-group {
  width: 100%;
}
.contactus-section .group-container .form-group .form-check {
  margin-bottom: 0.5rem;
}

.management .page-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
  padding: 0 1rem;
  margin-top: 3.6rem;
}
.management .page-title h2 {
  color: black;
}
.management .page-title .navbar-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.management .page-title .navbar-nav .nav-item.active .nav-link {
  background-color: #e0e0e0;
}
.management .page-title .navbar-nav .nav-item .nav-link {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  color: #000;
}
.management .page-title .navbar-nav .nav-item .nav-link:hover {
  background-color: #e0e0e0;
}
.management-post-details .btn-container .btn {
  width: 100%;
  margin: 0.2rem 0 !important;
}
.management-post-details .img-container {
  width: 100%;
  height: 256px;
  border: 1px solid #ccc;
}
.management-post-details .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.management-post-details legend {
  font-size: 1.3rem;
  border-bottom: 1px solid #4B4B4D;
  color: #4B4B4D;
  margin-bottom: 1rem;
}
.management-post-details label.required {
  height: 22px;
}
.management-post-details .form-group {
  margin-bottom: 1.3rem;
}
.management-post-details img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ccc;
  padding: 3px;
}
.management-post-details .images-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.management-post-details .images-wrapper .img-card {
  width: 200px;
  margin: 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border: 1px solid #ccc;
  position: relative;
  transition: all 0.3s;
}
.management-post-details .images-wrapper .img-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
  padding: 0;
}
.management-post-details .images-wrapper .img-card .img-card-actions {
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.management-post-details .images-wrapper .img-card .img-card-actions .btn {
  margin: 0.2rem;
  text-transform: none;
}
.management-post-details .images-wrapper .img-card .img-card-actions .btn:hover {
  border: 1px solid #f5f5f5;
  padding: 5px;
  border-radius: 5px;
}
.management-post-details .images-wrapper .img-card .img-card-actions .text-small {
  font-size: 0.6rem !important;
  color: white;
  font-weight: normal;
}
.management-post-details .images-wrapper .img-card:hover .img-card-actions {
  display: flex;
}
.management-post-details .images-wrapper .img-card.featured-image {
  border: 3px solid #48AF7C;
}
.management-post-details .group-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1rem;
  background-color: #F5F5F5;
  margin-bottom: 1rem;
}

span.select2.select2-container .selection .select2-selection.select2-selection--single {
  height: 37px;
  padding-top: 3px;
  border-color: #ced4da;
}
span.select2.select2-container .selection .select2-selection.select2-selection--single .select2-selection__arrow {
  top: 5px;
}
span.select2.select2-container .selection .select2-selection.select2-selection--multiple {
  border-color: #ced4da;
  cursor: pointer;
}
span.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice {
  border: 1px solid #ced4da;
  background-color: #F5F5F5;
}
span.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice .select2-selection__choice__display {
  margin-left: 0.5rem;
  font-size: 0.9rem;
}
span.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice__remove {
  border: 0;
}

.management-header {
  border: 1px solid red;
}
.management-header .navbar-collapse .navbar-nav .nav-item .nav-link span {
  display: none;
}
@media (min-width: 1328px) {
  .management-header .navbar-collapse .navbar-nav .nav-item .nav-link span {
    display: inline-block;
  }
}

.management-dashboard {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.management-dashboard .map-container {
  width: 100%;
  height: 650px;
  position: relative;
}
.management-dashboard .map-container .map {
  width: 100%;
  height: 100%;
}
.management-dashboard .map-container .map .leaflet-control-attribution {
  font-size: 0.7rem;
}
.management-dashboard .map-container .map .leaflet-control-attribution a {
  font-size: inherit;
}
.management-dashboard .map-container .map .leaflet-control-container .leaflet-top.leaflet-left {
  z-index: 998;
  right: 20px !important;
  bottom: 50px !important;
  left: unset;
  top: unset;
}
.management-dashboard .leaflet-popup-pane .leaflet-popup-content table {
  font-size: 15px;
}
.management-dashboard .leaflet-popup-pane .leaflet-popup-content th,
.management-dashboard .leaflet-popup-pane .leaflet-popup-content td {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.management-dashboard .leaflet-popup-pane .leaflet-popup-content td {
  font-weight: 600;
}
.management-dashboard .realtime-card {
  position: absolute;
  top: 70px;
  left: 30px;
  width: 300px;
  bottom: 70px;
  background-color: white;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  z-index: 998;
}
.management-dashboard .realtime-card-header {
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
}
.management-dashboard .realtime-card-body {
  width: 100%;
  height: 100%;
}
.management-dashboard .realtime-card-body .realtime-card-user-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.5rem;
}
.management-dashboard .realtime-card-body .realtime-card-user-info .barchart-visitors-per-30-seconds {
  width: 100%;
  height: 100px;
  background-color: white;
  margin-bottom: 0.2rem;
}
.management-dashboard .realtime-card-body .realtime-card-device-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.management-dashboard .realtime-card-body .realtime-card-device-info [class^=fa-],
.management-dashboard .realtime-card-body .realtime-card-device-info span {
  font-size: 1.3rem;
}
.management-dashboard .realtime-card-body .realtime-card-language-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.management-dashboard .realtime-card-body .realtime-card-language-info [class^=fa-],
.management-dashboard .realtime-card-body .realtime-card-language-info span {
  font-size: 1.3rem;
}
.management-dashboard .realtime-card-body .realtime-card-language-info li,
.management-dashboard .realtime-card-body .realtime-card-language-info span {
  font-size: 1.3rem;
}
.management-dashboard .realtime-card-body .realtime-card-language-info li {
  font-weight: bold;
}
.management-dashboard .realtime-card-body .realtime-card-language-info span {
  font-weight: normal;
}
.management-dashboard .realtime-card h1,
.management-dashboard .realtime-card p {
  text-align: center;
  color: #000;
}
.management-dashboard .visitor-active-list {
  padding-bottom: 2rem;
}
.management-dashboard .pages-table-container {
  margin-bottom: 2rem;
}
.management-dashboard .pages-table-container th {
  font-weight: 600;
}
.management-dashboard .timer-progess-container {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 16px;
}
.management-dashboard .timer-progess-container progress {
  height: 10px;
}

.management-tools-qrcode .qrcodes-card-container,
.management-tools-qrcode .qrcodes-card-wrapper {
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 700px;
}
.management-tools-qrcode .qrcodes-card-container .qrcode-card,
.management-tools-qrcode .qrcodes-card-wrapper .qrcode-card {
  width: 350px;
  height: 500px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding: 1rem;
  margin: 1rem;
}
.management-tools-qrcode .qrcodes-card-container .qrcode-card-header,
.management-tools-qrcode .qrcodes-card-wrapper .qrcode-card-header {
  width: 100%;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.management-tools-qrcode .qrcodes-card-container .qrcode-card-header h5,
.management-tools-qrcode .qrcodes-card-wrapper .qrcode-card-header h5 {
  color: black;
  flex-grow: 1;
  font-size: 0.9rem;
  font-weight: 600;
}
.management-tools-qrcode .qrcodes-card-container .qrcode-card-body,
.management-tools-qrcode .qrcodes-card-wrapper .qrcode-card-body {
  width: 100%;
  height: 368px;
}
.management-tools-qrcode .qrcodes-card-container .qrcode-card-body .img-container,
.management-tools-qrcode .qrcodes-card-wrapper .qrcode-card-body .img-container {
  width: 100%;
  height: 300px;
}
.management-tools-qrcode .qrcodes-card-container .qrcode-card-body .img-container img,
.management-tools-qrcode .qrcodes-card-wrapper .qrcode-card-body .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cove;
     object-fit: cove;
}
.management-tools-qrcode .qrcodes-card-container .qrcode-card-body .links-container,
.management-tools-qrcode .qrcodes-card-wrapper .qrcode-card-body .links-container {
  display: flex;
  width: 100%;
  height: 68px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.management-tools-qrcode .qrcodes-card-container .qrcode-card-body .links-container .hash-container,
.management-tools-qrcode .qrcodes-card-wrapper .qrcode-card-body .links-container .hash-container {
  width: 100%;
  height: 34px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.8rem;
}
.management-tools-qrcode .qrcodes-card-container .qrcode-card-body .links-container .hash-container a,
.management-tools-qrcode .qrcodes-card-wrapper .qrcode-card-body .links-container .hash-container a {
  font-size: inherit;
  color: black;
}
.management-tools-qrcode .qrcodes-card-container .qrcode-card-body .links-container .url-container,
.management-tools-qrcode .qrcodes-card-wrapper .qrcode-card-body .links-container .url-container {
  width: 100%;
  height: 34px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.8rem;
}
.management-tools-qrcode .qrcodes-card-container .qrcode-card-body .links-container .url-container a,
.management-tools-qrcode .qrcodes-card-wrapper .qrcode-card-body .links-container .url-container a {
  font-size: inherit;
  color: black;
}
.management-tools-qrcode .qrcodes-card-container .qrcode-card-body .links-container .text-shorten,
.management-tools-qrcode .qrcodes-card-wrapper .qrcode-card-body .links-container .text-shorten {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.management-tools-qrcode .qrcodes-card-container .qrcode-card-body .links-container .btn.btn,
.management-tools-qrcode .qrcodes-card-wrapper .qrcode-card-body .links-container .btn.btn {
  margin: 0.2rem 0.1rem;
  padding: 0.28rem 0.5rem;
  box-shadow: none;
}
.management-tools-qrcode .qrcodes-card-container .qrcode-card-footer,
.management-tools-qrcode .qrcodes-card-wrapper .qrcode-card-footer {
  width: 100%;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.management-tools-qrcode .qrcodes-card-container .qrcode-card-footer .qrcode-id,
.management-tools-qrcode .qrcodes-card-wrapper .qrcode-card-footer .qrcode-id {
  width: 30%;
  height: 100%;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.8rem;
}
.management-tools-qrcode .qrcodes-card-container .qrcode-card-footer .qrcode-scan-count,
.management-tools-qrcode .qrcodes-card-wrapper .qrcode-card-footer .qrcode-scan-count {
  width: 30%;
  height: 100%;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.8rem;
}
.management-tools-qrcode .qrcodes-card-container .qrcode-card-footer .qrcode-scan-date,
.management-tools-qrcode .qrcodes-card-wrapper .qrcode-card-footer .qrcode-scan-date {
  width: 40%;
  height: 100%;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.8rem;
}

.realtime-info-card-wrapper {
  width: 100%;
  min-height: 500px;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 1rem;
}
.realtime-info-card-wrapper .realtime-info-card {
  width: 300px;
  height: 320px;
  margin: 1rem;
  background-color: white;
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.realtime-info-card-wrapper .realtime-info-card-header {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.realtime-info-card-wrapper .realtime-info-card-header h4 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.realtime-info-card-wrapper .realtime-info-card-body {
  overflow-y: auto;
  height: 240px;
}
.realtime-info-card-wrapper .realtime-info-card-body th {
  font-weight: 600;
}
.realtime-info-card-wrapper .realtime-info-card-body th,
.realtime-info-card-wrapper .realtime-info-card-body td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.imrtx-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .imrtx-container {
    flex-direction: row;
    align-items: center;
  }
}
.imrtx-container .col-left {
  width: 100%;
  height: 50%;
  background-color: #3E4095;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .imrtx-container .col-left {
    width: 50%;
    height: 100%;
    align-items: center;
  }
}
.imrtx-container .col-left .content-container {
  width: 400px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
@media (min-width: 768px) {
  .imrtx-container .col-left .content-container {
    width: 512px;
    height: 512px;
  }
}
.imrtx-container .col-left .content-container .logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imrtx-container .col-left .content-container .logo-container img {
  width: 250px;
  height: auto;
}
@media (min-width: 768px) {
  .imrtx-container .col-left .content-container .logo-container img {
    width: 300px;
  }
}
.imrtx-container .col-left .content-container .slogan-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imrtx-container .col-left .content-container .slogan-container h1 {
  text-align: center;
  font-size: 1.3rem;
  color: white;
}
@media (min-width: 768px) {
  .imrtx-container .col-left .content-container .slogan-container h1 {
    font-size: 1.8rem;
  }
}
.imrtx-container .col-left .content-container .title-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imrtx-container .col-left .content-container .title-container h2 {
  text-align: center;
  font-size: 2.5rem;
  color: white;
  text-shadow: 2px 2px 10px black;
}
.imrtx-container .col-right {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .imrtx-container .col-right {
    width: 50%;
    height: auto;
  }
}
.imrtx-container .col-right .content-container {
  width: 350px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: white;
  box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.05), 0px 16px 24px rgba(48, 49, 51, 0.1);
  padding: 2rem 1rem;
  margin-top: -2rem;
}
@media (min-width: 768px) {
  .imrtx-container .col-right .content-container {
    width: 512px;
    min-height: 512px;
    padding: 2rem 1rem;
    margin-top: 0;
  }
}
.imrtx-container .col-right .content-container hr {
  width: 100%;
}
.imrtx-container .col-right .content-container h3 {
  align-items: center;
}
.imrtx-container .col-right .content-container h3 span {
  font-size: 1.75rem;
  font-weight: 500;
}
.imrtx-container .col-right .content-container h3 a, .imrtx-container .col-right .content-container h3 i {
  font-size: 1.2rem;
  color: #212529;
}
.imrtx-container .col-right .content-container .form-group {
  width: 100%;
}
.imrtx-container .col-right .content-container .lnk.lnk {
  font-size: 0.8rem;
}
.imrtx-container .col-right .content-container .access-error,
.imrtx-container .col-right .content-container .validation-error {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: red;
  font-size: 0.8rem;
}

.container-offline {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  background: var(--background-sm-url) no-repeat center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
}
.container-offline h1 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .container-offline h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .container-offline h1 {
    font-size: 3rem;
  }
}
.container-offline h2 {
  font-size: 1.5rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .container-offline h2 {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) {
  .container-offline h2 {
    font-size: 3.3rem;
  }
}
.container-offline .logo {
  width: 220px;
}
@media (min-width: 768px) {
  .container-offline .logo {
    width: 320px;
  }
}
.container-offline p {
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
}
@media (min-width: 768px) {
  .container-offline p {
    font-size: 1.2rem;
  }
}
.container-offline li {
  color: white;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .container-offline li {
    font-size: 1.2rem;
  }
}
.container-offline li span {
  font-size: inherit;
}
.container-offline .language-selector-container {
  width: 100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 1rem;
}
.container-offline .language-selector-container .nav-link {
  border: 1px solid white;
  border-radius: 50%;
  padding: 0.4rem 0.5rem;
  color: #fff;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .container-offline .language-selector-container .nav-link {
    font-size: 1.2rem;
  }
}
.container-offline .language-selector-container .nav-link.active {
  background-color: white;
  color: #000;
}

.error-container {
  width: 100%;
  height: calc(100vh - 55px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .error-container {
    flex-direction: row;
    height: calc(100vh - 270px);
  }
}
@media (min-width: 992px) {
  .error-container {
    flex-direction: row;
    height: calc(100vh - 165px);
  }
}
.error-container .left-col {
  order: 1;
  width: 100%;
  height: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .error-container .left-col {
    width: 50%;
    height: 100%;
    order: 0;
  }
}
.error-container .left-col h1 {
  width: 100%;
  font-size: 3rem;
  margin-bottom: 1rem;
  text-align: center;
  color: #4B4B4D;
}
@media (min-width: 768px) {
  .error-container .left-col h1 {
    font-size: 4rem;
    text-align: left;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .error-container .left-col h1 {
    font-size: 5rem;
    text-align: left;
    margin-left: 2rem;
  }
}
.error-container .left-col h3 {
  text-align: center;
  color: #4B4B4D;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .error-container .left-col h3 {
    text-align: left;
  }
}
.error-container .left-col p {
  text-align: center;
  color: #4B4B4D;
}
@media (min-width: 768px) {
  .error-container .left-col p {
    text-align: left;
  }
}
.error-container .left-col .list-unstyled {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .error-container .left-col .list-unstyled {
    align-items: flex-start;
  }
}
.error-container .left-col .list-unstyled li {
  color: #4B4B4D;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .error-container .left-col .list-unstyled li {
    margin-bottom: -0.5rem;
  }
}
.error-container .left-col .list-unstyled li a:hover {
  color: #48AF7C;
}
.error-container .right-col {
  order: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40%;
}
@media (min-width: 768px) {
  .error-container .right-col {
    width: 50%;
    height: 100%;
    order: 1;
  }
}
.error-container .right-col img {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .error-container .right-col img {
    width: 512px;
    height: 512px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.slider-group {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.slider-group .ui-widget-header {
  background-color: #48AF7C;
}
.slider-group .ui-slider .ui-slider-handle.ui-state-default, .slider-group .ui-slider .ui-slider-handle.ui-state-active {
  background-color: #48AF7C;
  border: 0;
  border-radius: 50%;
  color: #48AF7C;
  outline: none;
}

#inventory-filters {
  width: 100%;
}
#inventory-filters .form-control {
  border-radius: 0;
  cursor: pointer;
}
#inventory-filters .main-filters {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 0.6rem;
}
@media (min-width: 992px) {
  #inventory-filters .main-filters {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
#inventory-filters .main-filters .filter-container {
  width: 100%;
  margin: 0.1rem 0;
  padding: 0.5rem;
  border-radius: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 992px) {
  #inventory-filters .main-filters .filter-container {
    width: 24%;
    margin-right: 0.5rem;
  }
}
#inventory-filters .main-filters .filter-container.range-filter {
  width: 100%;
}
@media (min-width: 992px) {
  #inventory-filters .main-filters .filter-container.range-filter {
    width: 32%;
  }
}
#inventory-filters .main-filters .filter-container.dropdown3c-container .dropdown3c button {
  color: #4B4B4D;
  font-size: 0.95rem;
}
#inventory-filters .main-filters .filter-container.dropdown3c-container .dropdown3c button:focus {
  outline: none;
}
#inventory-filters .main-filters .filter-container.dropdown3c-container .dropdown3c-menu {
  border-radius: 0;
  background-color: #F5F5F5;
  box-shadow: 0 0 1px rgba(48, 49, 51, 0.05), 0 16px 24px rgba(48, 49, 51, 0.1);
}
#inventory-filters .main-filters .filter-container.dropdown3c-container .dropdown3c-menu .body-styles-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}
#inventory-filters .main-filters .filter-container.dropdown3c-container .dropdown3c-menu .body-styles-wrapper .body-style-card {
  width: 90px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  margin: 0.2rem;
}
#inventory-filters .main-filters .filter-container.dropdown3c-container .dropdown3c-menu .body-styles-wrapper .body-style-card .body-style-card-img img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
  border-style: none;
  filter: grayscale(100%);
}
#inventory-filters .main-filters .filter-container.dropdown3c-container .dropdown3c-menu .body-styles-wrapper .body-style-card .body-style-card-caption {
  font-size: 0.7rem;
  color: #4B4B4D;
}
#inventory-filters .main-filters .filter-container.dropdown3c-container .dropdown3c-menu .body-styles-wrapper .body-style-card.tag-selected .body-style-card-img img {
  filter: drop-shadow(2px 3px 4px black);
}
#inventory-filters .main-filters .filter-container.filters-button-container {
  justify-content: center;
  border: 1px solid #48AF7C;
  color: #48AF7C;
  width: 100%;
}
@media (min-width: 992px) {
  #inventory-filters .main-filters .filter-container.filters-button-container {
    width: 40%;
    margin-right: 0;
  }
}
#inventory-filters .main-filters .filter-container button.btn-more-filters {
  background-color: transparent;
  padding: 0.5rem;
  margin: 0;
  border: 0;
  width: 100%;
  height: 100%;
  font-size: 0.9rem;
  color: #48AF7C;
}
#inventory-filters .main-filters .filter-container button.btn-more-filters:focus {
  outline: none;
}
#inventory-filters .main-filters .filter-container .input-group .form-control {
  height: 42px;
  font-size: 0.9rem;
  color: #4B4B4D;
}
#inventory-filters .main-filters .filter-container .input-group .form-control:focus {
  border-color: #ced4da;
  outline: none;
  box-shadow: none;
}
#inventory-filters .main-filters .filter-container .input-group .input-group-append {
  height: 42px;
}
#inventory-filters .main-filters .filter-container .input-group .input-group-append button {
  color: #4B4B4D;
}
#inventory-filters .main-filters .filter-container .input-group .input-group-append button:focus {
  outline: none;
  box-shadow: none;
}
#inventory-filters .main-filters .main-filters-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 992px) {
  #inventory-filters .main-filters .main-filters-container {
    padding: 0 1rem;
  }
}
#inventory-filters .main-filters .main-filters-container p {
  font-size: 0.9rem;
}
#inventory-filters .main-filters .main-filters-container .form-control {
  font-size: 0.9rem;
  text-align: left;
}
#inventory-filters .main-filters .main-filters-container .section-filter-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#inventory-filters .main-filters .main-filters-container .section-filter-container .controls-group {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
#inventory-filters .main-filters .lnk.lnk {
  font-size: 0.9rem;
}
#inventory-filters .tools-filters {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  #inventory-filters .tools-filters {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
  }
}
#inventory-filters .tools-filters div,
#inventory-filters .tools-filters span {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #4B4B4D;
}
@media (min-width: 768px) {
  #inventory-filters .tools-filters div,
  #inventory-filters .tools-filters span {
    font-size: 1.1rem;
    font-weight: normal;
  }
}
#inventory-filters .tools-filters .info-filters-toolbar {
  order: 1;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  #inventory-filters .tools-filters .info-filters-toolbar {
    margin-top: 0;
  }
}
#inventory-filters .tools-filters .sort-toolbar {
  order: 0;
}
@media (min-width: 768px) {
  #inventory-filters .tools-filters .sort-toolbar {
    order: 1;
  }
}
@media (min-width: 992px) {
  #inventory-filters .tools-filters .sort-toolbar {
    margin-right: 0.5rem;
  }
}

#inventory-listing {
  width: 100%;
  margin-bottom: 2rem;
}
#inventory-listing .vehicles-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
}
@media (min-width: 768px) {
  #inventory-listing .vehicles-wrapper {
    flex-direction: row;
    padding: 1rem 0;
    justify-content: space-around;
    align-items: stretch;
  }
}
#inventory-listing .vehicles-wrapper .loader {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#inventory-listing .vehicles-wrapper .loader span {
  font-size: 0.9rem;
  margin: 0.5rem;
}
#inventory-listing .vehicles-wrapper .vehicle-card.vehicle-card {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  #inventory-listing .vehicles-wrapper .vehicle-card.vehicle-card {
    margin-top: 1rem;
  }
}
#inventory-listing .marketing-tile-card {
  width: 340px;
  min-height: 375px;
  border: 1px solid #f0f0f0;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: #4B4B4D;
  box-shadow: 0 0 1px rgba(48, 49, 51, 0.05), 0 16px 24px rgba(48, 49, 51, 0.1);
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  #inventory-listing .marketing-tile-card {
    width: 330px;
    margin-top: 1rem;
  }
}
#inventory-listing .marketing-tile-card h5 {
  font-size: 1.1rem;
  color: #4B4B4D;
}
#inventory-listing .marketing-tile-card-image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
#inventory-listing .marketing-tile-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
  border-style: none;
}
#inventory-listing .marketing-tile-card-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding: 0.3rem;
}
#inventory-listing .marketing-tile-card-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.3rem;
}
#inventory-listing .marketing-tile-card-footer .btn.btn {
  box-shadow: none !important;
  color: #4B4B4D !important;
  border-color: #4B4B4D !important;
}
#inventory-listing #pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}
#inventory-listing #pagination-container li {
  display: inline-block;
  margin: 0 0.3rem;
}
#inventory-listing #pagination-container li a.page-link {
  color: #48AF7C;
  font-size: 1.1rem;
  text-decoration: none;
  padding: 0.3rem 0.5rem;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
}
#inventory-listing #pagination-container li a.page-link:hover {
  background-color: #48AF7C;
  color: #4B4B4D;
}
#inventory-listing #pagination-container li a.page-link:focus {
  outline: none;
  box-shadow: none;
}
#inventory-listing #pagination-container li a.page-link.active {
  background-color: #48AF7C;
  color: #4B4B4D;
  font-weight: 600;
}

#inventory-disclaimer {
  width: 100%;
  background-color: #e1e1e1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}
#inventory-disclaimer p {
  margin: 0;
  font-size: 0.8rem;
  color: black;
}

.vehicle-info-sm-section {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .vehicle-info-sm-section {
    display: none;
  }
}

.vehicle-info-mb-section {
  display: none;
}
@media (min-width: 768px) {
  .vehicle-info-mb-section {
    display: flex;
  }
}

.vehicle-info-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: #4B4B4D;
}
.vehicle-info-container .btn-go-back-inventory-list:hover {
  color: #48AF7C;
}
@media (min-width: 992px) {
  .vehicle-info-container {
    width: 450px;
    margin: auto;
  }
}
.vehicle-info-container .btn-go-back-inventory-list {
  align-self: center;
}
@media (min-width: 992px) {
  .vehicle-info-container .btn-go-back-inventory-list {
    align-self: flex-start;
  }
}
.vehicle-info-container .vehicle-year {
  width: 100%;
  font-size: 1.3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .vehicle-info-container .vehicle-year {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .vehicle-info-container .vehicle-year {
    text-align: left;
  }
}
.vehicle-info-container .vehicle-make-model {
  width: 100%;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .vehicle-info-container .vehicle-make-model {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .vehicle-info-container .vehicle-make-model {
    text-align: left;
  }
}
.vehicle-info-container .vehicle-condition-stock {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.vehicle-info-container .vehicle-condition-stock .vehicle-condition,
.vehicle-info-container .vehicle-condition-stock .vehicle-stock-number {
  padding: 0.5rem 0;
}
.vehicle-info-container .vehicle-condition-stock .vehicle-condition span,
.vehicle-info-container .vehicle-condition-stock .vehicle-stock-number span {
  font-weight: 600;
}
@media (min-width: 768px) {
  .vehicle-info-container .vehicle-condition-stock .vehicle-condition,
  .vehicle-info-container .vehicle-condition-stock .vehicle-stock-number {
    text-align: center;
  }
}
.vehicle-info-container .vehicle-price-phone {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .vehicle-info-container .vehicle-price-phone {
    margin: 1.5rem 0;
  }
}
@media (min-width: 992px) {
  .vehicle-info-container .vehicle-price-phone {
    flex-direction: row;
    justify-content: space-between;
    margin: 2rem 0;
  }
}
.vehicle-info-container .vehicle-price-phone .vehicle-price {
  font-size: 2rem;
  font-weight: 600;
  color: #48AF7C;
}
.vehicle-info-container .vehicle-price-phone .vehicle-phone {
  font-size: 1.4rem;
  font-weight: 600;
  color: #4B4B4D;
}
.vehicle-info-container .vehicle-price-phone .vehicle-phone a {
  color: inherit;
}
.vehicle-info-container .vehicle-features-container {
  width: 100%;
  padding: 1rem 0;
  margin-top: 1rem;
  background-color: #48AF7C;
  color: white;
}
.vehicle-info-container .vehicle-features-container .vehicle-some-features {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0.5rem 0;
  padding: 0.5rem 0;
}
.vehicle-info-container .vehicle-features-container .vehicle-some-features .vehicle-feature {
  display: flex;
  width: 33%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0.3rem;
}
.vehicle-info-container .vehicle-features-container .vehicle-some-features .vehicle-feature-label {
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .vehicle-info-container .vehicle-features-container .vehicle-some-features .vehicle-feature-label {
    font-size: 0.7rem;
  }
}
@media (min-width: 992px) {
  .vehicle-info-container .vehicle-features-container .vehicle-some-features .vehicle-feature-label {
    font-size: 0.8rem;
  }
}
.vehicle-info-container .vehicle-features-container .vehicle-some-features .vehicle-feature-value {
  font-size: 0.95rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .vehicle-info-container .vehicle-features-container .vehicle-some-features .vehicle-feature-value {
    font-size: 0.69rem;
  }
}
@media (min-width: 992px) {
  .vehicle-info-container .vehicle-features-container .vehicle-some-features .vehicle-feature-value {
    font-size: 0.9rem;
  }
}
.vehicle-info-container .vehicle-features-container .vehicle-some-features .vehicle-feature-separator {
  width: 1px;
  height: 55px;
  background-color: #aaa;
  margin: 0 4px;
}

.vehicle-carousel-container {
  width: 100%;
  min-height: 500px;
  position: relative;
}
.vehicle-carousel-container .btn-close-vdp {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 30px;
  height: 30px;
  background-color: black;
  color: white;
  opacity: 0.6;
  z-index: 2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
.vehicle-carousel-container .btn-close-vdp [class^=fa-] {
  font-size: 1.5rem;
}
.vehicle-carousel-container .btn-close-vdp:hover {
  opacity: 1;
  background-color: #48AF7C;
  color: white;
}
@media (min-width: 768px) {
  .vehicle-carousel-container .btn-close-vdp {
    top: 20px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}
.vehicle-carousel-container .item {
  border: 1px solid #F5F5F5;
}
.vehicle-carousel-container .owl-carousel {
  position: relative;
}
.vehicle-carousel-container .owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
}
@media (min-width: 768px) {
  .vehicle-carousel-container .owl-carousel .owl-nav {
    top: 120px;
  }
}
@media (min-width: 768px) {
  .vehicle-carousel-container .owl-carousel .owl-nav {
    top: 220px;
  }
}
.vehicle-carousel-container .owl-carousel .owl-nav .owl-prev,
.vehicle-carousel-container .owl-carousel .owl-nav .owl-next {
  background-color: #48AF7C;
  opacity: 0.8;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  outline: none;
}
.vehicle-carousel-container .owl-carousel .owl-nav .owl-prev:hover,
.vehicle-carousel-container .owl-carousel .owl-nav .owl-next:hover {
  background-color: #398b62;
  opacity: 1;
}
.vehicle-carousel-container .owl-carousel .owl-thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
  background-color: white;
}
.vehicle-carousel-container .owl-carousel .owl-thumbs .owl-thumb-item {
  border: 0;
  margin-bottom: 0.5rem;
}
.vehicle-carousel-container .owl-carousel .owl-thumbs .owl-thumb-item img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .vehicle-carousel-container .owl-carousel .owl-thumbs .owl-thumb-item img {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 992px) {
  .vehicle-carousel-container .owl-carousel .owl-thumbs .owl-thumb-item img {
    width: 80px;
    height: 80px;
  }
}
.vehicle-carousel-container .owl-carousel .owl-thumbs .owl-thumb-item:focus {
  outline: none;
}
.vehicle-carousel-container .owl-carousel .owl-thumbs .owl-thumb-item.active {
  border: 1px solid #48AF7C;
}
.vehicle-carousel-container .owl-carousel .owl-thumbs .owl-thumb-item.active img {
  opacity: 1;
}

.vehicle-featured-container {
  width: 100%;
  min-height: 500px;
  background-color: #F5F5F5;
  padding: 1rem;
}
@media (min-width: 768px) {
  .vehicle-featured-container {
    padding: 3rem 2rem;
    margin-top: 2rem;
  }
}
.vehicle-featured-container h3 {
  text-align: center;
}
@media (min-width: 768px) {
  .vehicle-featured-container h3 {
    text-align: left;
  }
}
.vehicle-featured-container .feature-chip-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .vehicle-featured-container .feature-chip-wrapper {
    justify-content: flex-start;
  }
}
.vehicle-featured-container .feature-chip-wrapper .feature-chip {
  margin: 0.5rem;
  padding: 0.3rem 0.7rem;
  background-color: white;
  border: 2px solid #48AF7C;
  color: #48AF7C;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.vehicle-featured-container .feature-chip-wrapper .feature-chip span {
  font-size: 0.9rem;
  font-weight: normal;
}
.vehicle-featured-container .feature-chip-wrapper .feature-chip [class^=fa-] {
  background-color: #48AF7C;
  color: white;
  padding: 3px;
  border-radius: 50%;
  margin-right: 0.5rem;
}

.vehicle-specs-container {
  width: 100%;
  min-height: 500px;
  padding: 0.5rem;
  border: 1px solid #F5F5F5;
}
@media (min-width: 768px) {
  .vehicle-specs-container {
    padding: 2rem 0;
  }
}
@media (min-width: 992px) {
  .vehicle-specs-container {
    width: 450px;
    margin: auto;
    padding: 3rem 0;
  }
}
.vehicle-specs-container h3 {
  text-align: center;
  color: #4B4B4D;
}
.vehicle-specs-container h4 {
  text-align: left;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.vehicle-specs-container span {
  font-size: 0.9rem;
  font-weight: normal;
}
.vehicle-specs-container span.value {
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 992px) {
  .vehicle-specs-container span.value {
    text-align: right;
    font-size: 0.9rem;
  }
}
.vehicle-specs-container .vehicle-specs-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.vehicle-specs-container .vehicle-specs-wrapper .vehicle-specs-card {
  width: 100%;
  background-color: white;
  padding: 0.5rem;
  margin: 0.5rem;
}
@media (min-width: 768px) {
  .vehicle-specs-container .vehicle-specs-wrapper .vehicle-specs-card {
    padding: 1rem;
    margin: 0;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 992px) {
  .vehicle-specs-container .vehicle-specs-wrapper .vehicle-specs-card {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.vehicle-specs-container .vehicle-specs-wrapper .vehicle-specs-card .vehicle-specs-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}
@media (min-width: 992px) {
  .vehicle-specs-container .vehicle-specs-wrapper .vehicle-specs-card .vehicle-specs-item {
    padding: 1rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.vehicle-specs-container .vehicle-specs-wrapper .vehicle-specs-card .vehicle-specs-item.bg-silver {
  background-color: #F5F5F5;
}

.vehicle-recommend-container {
  width: 100%;
  height: 500px;
  border: 1px dashed red;
}

#marketing-tile-carousel {
  width: 100%;
  background-color: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  #marketing-tile-carousel {
    height: 60vh;
  }
}
@media (min-width: 992px) {
  #marketing-tile-carousel {
    height: 70vh;
  }
}
#marketing-tile-carousel .mt-card {
  width: 100%;
  background-color: white;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 0 1px rgba(48, 49, 51, 0.05), 5px 5px 5px rgba(48, 49, 51, 0.1);
}
@media (min-width: 768px) {
  #marketing-tile-carousel .mt-card {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 350px;
  }
}
@media (min-width: 992px) {
  #marketing-tile-carousel .mt-card {
    margin-right: 1rem;
    width: 97%;
  }
}
#marketing-tile-carousel .mt-card .img-container {
  width: 100%;
  height: 250px;
}
@media (min-width: 768px) {
  #marketing-tile-carousel .mt-card .img-container {
    width: 50%;
    height: 100%;
  }
}
#marketing-tile-carousel .mt-card .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#marketing-tile-carousel .mt-card .body-container {
  padding: 0.5rem;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  #marketing-tile-carousel .mt-card .body-container {
    width: 50%;
    height: 250px;
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  #marketing-tile-carousel .mt-card .body-container {
    height: 100%;
    justify-content: center;
    align-items: flex-start;
  }
}
#marketing-tile-carousel .mt-card .body-container .btn-container {
  display: flex;
  justify-content: center;
}

.vehicle-recommend-section {
  background-color: #F5F5F5;
  width: 100%;
  min-height: calc(100vh - 165px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .vehicle-recommend-section {
    height: calc(100vh - 120px);
  }
}
@media (min-width: 992px) {
  .vehicle-recommend-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.vehicle-recommend-section .similars-owl-carousel .owl-dots.owl-dots {
  margin-top: 1.5rem;
}
.vehicle-recommend-section .similars-owl-carousel .owl-dots.owl-dots .owl-dot span {
  background-color: #4B4B4D;
  width: 30px;
  height: 10px;
  border-radius: 0;
}
.vehicle-recommend-section .similars-owl-carousel .owl-dots.owl-dots .owl-dot.active span {
  background-color: #48AF7C;
}

.vehicle-warranty-section {
  background-color: #48AF7C;
  width: 100%;
  min-height: calc(100vh - 165px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.vehicle-warranty-section h1,
.vehicle-warranty-section h2,
.vehicle-warranty-section h3 {
  font-family: Roboto;
  text-align: center;
  color: #F5F5F5;
  font-weight: 600;
}
.vehicle-warranty-section h1 {
  font-size: 2.1rem;
}
@media (min-width: 768px) {
  .vehicle-warranty-section h1 {
    font-size: 3.5rem;
  }
}
.vehicle-warranty-section h2 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .vehicle-warranty-section h2 {
    font-size: 1.8rem;
  }
}
.vehicle-warranty-section h3 {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .vehicle-warranty-section h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .vehicle-warranty-section {
    height: calc(100vh - 120px);
  }
}
@media (min-width: 992px) {
  .vehicle-warranty-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.vehicle-warranty-section .vehicle-warranty-container {
  width: 100%;
  height: 100%;
}
.vehicle-warranty-section .vehicle-warranty-container .warranty-cards-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .vehicle-warranty-section .vehicle-warranty-container .warranty-cards-wrapper {
    flex-direction: row;
    justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .vehicle-warranty-section .vehicle-warranty-container .warranty-cards-wrapper {
    flex-direction: row;
    justify-content: center;
  }
}
.vehicle-warranty-section .vehicle-warranty-container .warranty-cards-wrapper .warranty-card {
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .vehicle-warranty-section .vehicle-warranty-container .warranty-cards-wrapper .warranty-card {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .vehicle-warranty-section .vehicle-warranty-container .warranty-cards-wrapper .warranty-card {
    width: 250px;
  }
}
.vehicle-warranty-section .vehicle-warranty-container .warranty-cards-wrapper .warranty-card .img-container {
  width: 100%;
  height: 200px;
}
@media (min-width: 768px) {
  .vehicle-warranty-section .vehicle-warranty-container .warranty-cards-wrapper .warranty-card .img-container {
    height: auto;
  }
}
@media (min-width: 992px) {
  .vehicle-warranty-section .vehicle-warranty-container .warranty-cards-wrapper .warranty-card .img-container {
    height: 200px;
  }
}
.vehicle-warranty-section .vehicle-warranty-container .warranty-cards-wrapper .warranty-card .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.quick-preapproved-container {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-color: #F5F5F5;
  margin: 2rem 0;
}
@media (min-width: 992px) {
  .quick-preapproved-container {
    width: 450px;
    margin: 1rem auto;
  }
}
.quick-preapproved-container form {
  width: 100%;
}
@media (min-width: 992px) {
  .quick-preapproved-container form {
    width: 90%;
  }
}
.quick-preapproved-container .success-reapproval-form-send {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(72, 175, 124, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quick-preapproved-container .success-reapproval-form-send h3 {
  font-size: 2.5rem;
  color: black;
  font-weight: bold;
}
.quick-preapproved-container .success-reapproval-form-send span {
  font-size: 1.2rem;
  color: black;
}
.quick-preapproved-container .error-reapproval-form-send {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(175, 72, 72, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quick-preapproved-container .error-reapproval-form-send h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: black;
}
.quick-preapproved-container .error-reapproval-form-send span {
  font-size: 1.2rem;
  color: black;
}

#preapprovalSection h1 {
  font-size: 2rem;
  color: #4B4B4D;
}
@media (min-width: 768px) {
  #preapprovalSection h1 {
    font-size: 2.5rem;
  }
}
#preapprovalSection h3 {
  color: #4B4B4D;
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 2px solid #48AF7C;
}
#preapprovalSection .group-container {
  width: 100%;
  min-height: 400px;
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  #preapprovalSection .group-container {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  #preapprovalSection .group-container {
    padding: 1rem 2rem;
  }
}
#preapprovalSection .group-container.mh-auto {
  min-height: auto;
}
#preapprovalSection .group-container .form-group {
  width: 100%;
}
#preapprovalSection .group-container .form-group label {
  font-size: 0.9rem;
  color: #4B4B4D;
}
#preapprovalSection .group-container .form-group [class*=fa-] {
  font-size: 0.7rem;
}
#preapprovalSection .group-container.before-signature a, #preapprovalSection .group-container.before-signature p, #preapprovalSection .group-container.before-signature li {
  font-size: 0.8rem;
}
#preapprovalSection .group-container .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
#preapprovalSection .group-container .input-group-text:active, #preapprovalSection .group-container .input-group-text:focus {
  background-color: #e9ecef;
  border-color: #ced4da;
}

#preapproval-thankyou-section .success-container {
  width: 100%;
  min-height: 79vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  #preapproval-thankyou-section .success-container {
    min-height: 60vh;
  }
}
@media (min-width: 768px) {
  #preapproval-thankyou-section .success-container {
    min-height: 80vh;
  }
}
#preapproval-thankyou-section .success-container [class*=fa-] {
  font-size: 6rem;
  color: #48AF7C;
}
#preapproval-thankyou-section .success-container h2, #preapproval-thankyou-section .success-container h4 {
  font-family: Roboto;
  width: 100%;
}
#preapproval-thankyou-section .success-container h2 {
  font-size: 3rem;
  color: #48AF7C;
  text-align: center;
}
#preapproval-thankyou-section .success-container h4 {
  text-align: center;
  color: #4B4B4D;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  #preapproval-thankyou-section .success-container h4 {
    text-align: left;
  }
}
#preapproval-thankyou-section .social-network-container {
  width: 100%;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #48AF7C;
  padding: 2rem;
}
@media (min-width: 768px) {
  #preapproval-thankyou-section .social-network-container {
    min-height: 60vh;
  }
}
@media (min-width: 768px) {
  #preapproval-thankyou-section .social-network-container {
    min-height: 60vh;
  }
}
#preapproval-thankyou-section .social-network-container h4 {
  font-size: 1.5rem;
  color: #4B4B4D;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  #preapproval-thankyou-section .social-network-container h4 {
    margin-bottom: 1rem;
    font-size: 1.7rem;
  }
}
#preapproval-thankyou-section .social-network-container h3 {
  font-size: 2rem;
  color: #4B4B4D;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  #preapproval-thankyou-section .social-network-container h3 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  #preapproval-thankyou-section .social-network-container h3 {
    font-size: 3rem;
    width: 39%;
  }
}
#preapproval-thankyou-section .social-network-container p {
  font-size: 1rem;
  color: #4B4B4D;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  #preapproval-thankyou-section .social-network-container p {
    width: 80%;
    font-size: 1.2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  #preapproval-thankyou-section .social-network-container p {
    width: 65%;
    font-size: 1.4rem;
  }
}
#preapproval-thankyou-section .social-network-container .social-network-icons {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin: 1rem 0;
}
@media (min-width: 768px) {
  #preapproval-thankyou-section .social-network-container .social-network-icons {
    width: 60%;
  }
}
@media (min-width: 992px) {
  #preapproval-thankyou-section .social-network-container .social-network-icons {
    width: 40%;
  }
}
#preapproval-thankyou-section .social-network-container .social-network-icons a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #4B4B4D;
}
#preapproval-thankyou-section .social-network-container .social-network-icons a [class*=fa-] {
  font-size: 2rem;
}
@media (min-width: 768px) {
  #preapproval-thankyou-section .social-network-container .social-network-icons a [class*=fa-] {
    font-size: 3rem;
  }
}

.service-section .service-hero-owl-carousel .item {
  position: relative;
  width: 100%;
  height: 100%;
}
.service-section .service-hero-owl-carousel .item picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-section .service-hero-owl-carousel .item .black-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgb(0, 0, 0));
  z-index: 1;
}
.service-section .service-hero-owl-carousel .item .col-up-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
@media (min-width: 992px) {
  .service-section .service-hero-owl-carousel .item .col-up-left {
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
}
.service-section .service-hero-owl-carousel .item .col-bottom-right {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
@media (min-width: 992px) {
  .service-section .service-hero-owl-carousel .item .col-bottom-right {
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    align-items: flex-start;
  }
}
.service-section .service-hero-owl-carousel .item .col-bottom-right h2, .service-section .service-hero-owl-carousel .item .col-bottom-right h3 {
  color: white;
  font-family: Roboto;
  z-index: 2;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 992px) {
  .service-section .service-hero-owl-carousel .item .col-bottom-right h2, .service-section .service-hero-owl-carousel .item .col-bottom-right h3 {
    text-align: left;
  }
}
.service-section .service-hero-owl-carousel .item .col-bottom-right h2 {
  font-size: 3rem;
}
@media (min-width: 992px) {
  .service-section .service-hero-owl-carousel .item .col-bottom-right h2 {
    font-size: 3.5rem;
  }
}
.service-section .service-hero-owl-carousel .item .col-bottom-right h3 {
  margin-bottom: 0;
}
.service-section .service-hero-owl-carousel .item .col-bottom-right h4 {
  display: none;
}
@media (min-width: 768px) {
  .service-section .service-hero-owl-carousel .item .col-bottom-right h4 {
    display: block;
    color: white;
    font-family: Roboto;
    z-index: 2;
    font-weight: normal;
    font-size: 1.5rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .service-section .service-hero-owl-carousel .item .col-bottom-right h4 {
    font-size: 1.8rem;
    text-align: left;
    width: 90%;
  }
}
.service-section .service-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  height: 85vh;
}
@media (min-width: 768px) {
  .service-section .service-content {
    padding: 3rem;
    height: 65vh;
  }
}
@media (min-width: 992px) {
  .service-section .service-content {
    padding: 3rem;
    height: auto;
  }
  .service-section .service-content img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 0.5rem;
  }
}
.service-section h2 {
  width: 100%;
}
@media (min-width: 992px) {
  .service-section h2 {
    text-align: left;
  }
}
.service-section .group-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1rem;
  background-color: #F5F5F5;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .service-section .group-container {
    padding: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .service-section .group-container {
    padding: 2rem 3rem;
    margin-bottom: 3rem;
  }
}
.service-section .group-container .form-group {
  width: 100%;
}
.service-section .group-container .form-group .form-check {
  margin-bottom: 0.5rem;
}

section.payments {
  width: 100%;
  height: calc(100vh - 165px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  section.payments {
    height: calc(100vh - 120px);
  }
}
@media (min-width: 992px) {
  section.payments {
    flex-direction: row;
  }
}
section.payments h1, section.payments h2, section.payments h3, section.payments h4 {
  font-family: Roboto;
}
section.payments h2 {
  font-size: 1.5rem;
  color: #4B4B4D;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
}
@media (min-width: 992px) {
  section.payments h2 {
    font-size: 2rem;
    width: 100%;
    text-align: left;
  }
}
section.payments h1 {
  font-size: 4rem;
  color: #48AF7C;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 992px) {
  section.payments h1 {
    width: 100%;
    text-align: left;
  }
}
section.payments h3 {
  font-size: 1.1rem;
  color: #4B4B4D;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  section.payments h3 {
    font-size: 1.5rem;
    width: 100%;
    text-align: left;
  }
}
section.payments .col-up-left {
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  order: 0;
}
@media (min-width: 992px) {
  section.payments .col-up-left {
    width: 50%;
    height: 100%;
    order: 1;
  }
}
section.payments .col-dn-right {
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  order: 1;
}
@media (min-width: 992px) {
  section.payments .col-dn-right {
    width: 50%;
    height: 100%;
    order: 0;
  }
}
section.payments.payments-header {
  width: 100%;
  background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgb(72, 175, 124));
}
@media (min-width: 992px) {
  section.payments.payments-header {
    background-image: linear-gradient(to bottom right, rgba(255, 0, 0, 0), rgb(72, 175, 124));
  }
}
section.payments.payments-header .card-wrapper {
  width: 90%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  section.payments.payments-header .card-wrapper {
    width: 50%;
  }
}
@media (min-width: 992px) {
  section.payments.payments-header .card-wrapper {
    width: 90%;
  }
}
section.payments.payments-header .card-wrapper .header-card {
  width: 150px;
  height: 150px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
}
@media (min-width: 992px) {
  section.payments.payments-header .card-wrapper .header-card {
    width: 200px;
    height: 200px;
  }
}
section.payments.payments-header .card-wrapper .header-card [class^=fa-] {
  font-size: 3rem;
  color: #48AF7C;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  section.payments.payments-header .card-wrapper .header-card [class^=fa-] {
    font-size: 5rem;
  }
}
section.payments.payments-header .card-wrapper .header-card h4 {
  color: #48AF7C;
  font-size: 0.9rem;
}
section.payments.payments-header .card-wrapper .header-card:hover {
  background-color: #48AF7C;
}
section.payments.payments-header .card-wrapper .header-card:hover h4 {
  color: white;
}
section.payments.payments-header .card-wrapper .header-card:hover [class^=fa-] {
  color: white;
}
section.payments.payments-header .card-wrapper a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.payments.payments-header .col-dn-right {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  section.payments.payments-header .col-dn-right {
    padding-left: 3rem;
  }
}
section.payments.payments-online {
  width: 100%;
  background-color: #48AF7C;
}
section.payments.payments-online .col-up-left {
  justify-content: center;
  padding: 0 2rem;
  order: 1;
}
@media (min-width: 992px) {
  section.payments.payments-online .col-up-left {
    justify-content: center;
    align-items: flex-start;
  }
}
section.payments.payments-online .col-dn-right {
  order: 0;
}
section.payments.payments-email {
  width: 100%;
  background-color: white;
}
section.payments.payments-email .col-dn-right {
  padding-left: 1rem;
  padding-right: 1rem;
}
section.payments.payments-email .col-dn-right ul {
  width: auto;
}
@media (min-width: 992px) {
  section.payments.payments-email .col-dn-right {
    padding-left: 3rem;
  }
  section.payments.payments-email .col-dn-right ul {
    width: 100%;
  }
}
section.payments.payments-phone {
  width: 100%;
  background-color: #F5F5F5;
}
section.payments.payments-phone .col-up-left {
  justify-content: center;
  padding: 0 2rem;
  order: 1;
}
@media (min-width: 992px) {
  section.payments.payments-phone .col-up-left {
    justify-content: center;
    align-items: flex-start;
  }
}
section.payments.payments-phone .col-dn-right {
  order: 0;
}
section.payments.payments-location {
  width: 100%;
  background-color: white;
}
section.payments.payments-location .col-dn-right {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  section.payments.payments-location .col-dn-right {
    padding-left: 3rem;
    align-items: flex-start;
  }
}
section.payments.payments-methods {
  width: 100%;
  height: auto;
  background-color: #48AF7C;
}
@media (min-width: 992px) {
  section.payments.payments-methods {
    height: calc(100vh - 120px);
  }
}
section.payments.payments-methods .content-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
}
section.payments.payments-methods .content-container h2, section.payments.payments-methods .content-container h3 {
  color: white;
  text-align: center;
  margin-bottom: 0.5rem;
  font-family: Roboto;
}
section.payments.payments-methods .content-container .payment-method-card-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  section.payments.payments-methods .content-container .payment-method-card-wrapper {
    flex-direction: row;
    justify-content: space-around;
    margin-top: 2rem;
  }
}
section.payments.payments-methods .content-container .payment-method-card-wrapper .payment-method-card {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
section.payments.payments-methods .content-container .payment-method-card-wrapper .payment-method-card img {
  width: 80%;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  section.payments.payments-methods .content-container .payment-method-card-wrapper .payment-method-card img {
    width: 50%;
  }
}
@media (min-width: 992px) {
  section.payments.payments-methods .content-container .payment-method-card-wrapper .payment-method-card img {
    width: 70%;
  }
}
section.payments.payments-methods .content-container .payment-method-card-wrapper .payment-method-card h4 {
  font-size: 1rem;
  color: white;
}
@media (min-width: 768px) {
  section.payments.payments-methods .content-container .payment-method-card-wrapper .payment-method-card h4 {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  section.payments.payments-methods .content-container .payment-method-card-wrapper .payment-method-card h4 {
    font-size: 1.2rem;
  }
}

.parts-section .parts-hero-owl-carousel .item {
  position: relative;
  width: 100%;
  height: 100%;
}
.parts-section .parts-hero-owl-carousel .item picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.parts-section .parts-hero-owl-carousel .item .black-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgb(0, 0, 0));
  z-index: 1;
}
@media (min-width: 992px) {
  .parts-section .parts-hero-owl-carousel .item .black-screen {
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0), rgb(0, 0, 0));
  }
}
.parts-section .parts-hero-owl-carousel .item .col-up-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
@media (min-width: 992px) {
  .parts-section .parts-hero-owl-carousel .item .col-up-left {
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
}
.parts-section .parts-hero-owl-carousel .item .col-bottom-right {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
@media (min-width: 992px) {
  .parts-section .parts-hero-owl-carousel .item .col-bottom-right {
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    align-items: flex-start;
  }
}
.parts-section .parts-hero-owl-carousel .item .col-bottom-right h2, .parts-section .parts-hero-owl-carousel .item .col-bottom-right h3 {
  color: white;
  font-family: Roboto;
  z-index: 2;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 992px) {
  .parts-section .parts-hero-owl-carousel .item .col-bottom-right h2, .parts-section .parts-hero-owl-carousel .item .col-bottom-right h3 {
    text-align: left;
  }
}
.parts-section .parts-hero-owl-carousel .item .col-bottom-right h2 {
  font-size: 3rem;
}
@media (min-width: 992px) {
  .parts-section .parts-hero-owl-carousel .item .col-bottom-right h2 {
    font-size: 3.5rem;
  }
}
.parts-section .parts-hero-owl-carousel .item .col-bottom-right h3 {
  margin-bottom: 0;
}
.parts-section .parts-hero-owl-carousel .item .col-bottom-right h4 {
  display: none;
}
@media (min-width: 768px) {
  .parts-section .parts-hero-owl-carousel .item .col-bottom-right h4 {
    display: block;
    color: white;
    font-family: Roboto;
    z-index: 2;
    font-weight: normal;
    font-size: 1.5rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .parts-section .parts-hero-owl-carousel .item .col-bottom-right h4 {
    font-size: 1.8rem;
    text-align: left;
    width: 90%;
  }
}
.parts-section h2 {
  width: 100%;
}
@media (min-width: 992px) {
  .parts-section h2 {
    text-align: left;
  }
}
.parts-section .group-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1rem;
  background-color: #F5F5F5;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .parts-section .group-container {
    padding: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .parts-section .group-container {
    padding: 2rem 3rem;
    margin-bottom: 3rem;
  }
}
.parts-section .group-container .form-group {
  width: 100%;
}
.parts-section .group-container .form-group .form-check {
  margin-bottom: 0.5rem;
}

.carfinder-section .carfinder-hero-owl-carousel .item {
  position: relative;
  width: 100%;
  height: 100%;
}
.carfinder-section .carfinder-hero-owl-carousel .item picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carfinder-section .carfinder-hero-owl-carousel .item .black-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgb(0, 0, 0));
  z-index: 1;
}
@media (min-width: 992px) {
  .carfinder-section .carfinder-hero-owl-carousel .item .black-screen {
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0), rgb(0, 0, 0));
  }
}
.carfinder-section .carfinder-hero-owl-carousel .item .col-up-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
@media (min-width: 992px) {
  .carfinder-section .carfinder-hero-owl-carousel .item .col-up-left {
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
}
.carfinder-section .carfinder-hero-owl-carousel .item .col-bottom-right {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
@media (min-width: 992px) {
  .carfinder-section .carfinder-hero-owl-carousel .item .col-bottom-right {
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    align-items: flex-start;
  }
}
.carfinder-section .carfinder-hero-owl-carousel .item .col-bottom-right h2, .carfinder-section .carfinder-hero-owl-carousel .item .col-bottom-right h3 {
  color: white;
  font-family: Roboto;
  z-index: 2;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 992px) {
  .carfinder-section .carfinder-hero-owl-carousel .item .col-bottom-right h2, .carfinder-section .carfinder-hero-owl-carousel .item .col-bottom-right h3 {
    text-align: left;
  }
}
.carfinder-section .carfinder-hero-owl-carousel .item .col-bottom-right h2 {
  font-size: 3rem;
}
@media (min-width: 992px) {
  .carfinder-section .carfinder-hero-owl-carousel .item .col-bottom-right h2 {
    font-size: 3.5rem;
  }
}
.carfinder-section .carfinder-hero-owl-carousel .item .col-bottom-right h3 {
  margin-bottom: 0;
}
.carfinder-section .carfinder-hero-owl-carousel .item .col-bottom-right h4 {
  display: none;
}
@media (min-width: 768px) {
  .carfinder-section .carfinder-hero-owl-carousel .item .col-bottom-right h4 {
    display: block;
    color: white;
    font-family: Roboto;
    z-index: 2;
    font-weight: normal;
    font-size: 1.5rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .carfinder-section .carfinder-hero-owl-carousel .item .col-bottom-right h4 {
    font-size: 1.8rem;
    text-align: left;
    width: 90%;
  }
}
.carfinder-section h2 {
  width: 100%;
}
@media (min-width: 992px) {
  .carfinder-section h2 {
    text-align: left;
  }
}
.carfinder-section .group-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1rem;
  background-color: #F5F5F5;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .carfinder-section .group-container {
    padding: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .carfinder-section .group-container {
    padding: 2rem 3rem;
    margin-bottom: 3rem;
  }
}
.carfinder-section .group-container .form-group {
  width: 100%;
}
.carfinder-section .group-container .form-group .form-check {
  margin-bottom: 0.5rem;
}

.faqs-section h2, .faqs-section h3 {
  text-align: left;
}
.faqs-section .faq-container {
  padding-bottom: 1rem;
}
.faqs-section .faq-container .faq-question {
  position: relative;
  background-color: #F5F5F5;
  padding: 0.5rem 3rem 0.5rem 1rem;
  cursor: pointer;
}
.faqs-section .faq-container .faq-question h4 {
  font-size: 1.3rem;
  font-weight: 600;
}
.faqs-section .faq-container .faq-question::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2rem;
  content: "\f107";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  right: 30px;
  color: #696969;
}
.faqs-section .faq-container .faq-question.active::before {
  content: "\f106";
}
.faqs-section .faq-container .faq-answer {
  border-left: 5px solid #4B4B4D;
  margin-left: 1rem;
  padding: 1rem;
}