@charset "UTF-8";
:root {
  --border: #bebebe;
  --text: #1f2937;
  --lime: #00B007;
  --blue: #1b1139;
  --blue-dark: #050b20;
  --red: #b70000;
  --red-light: #FFEFEF;
  --white: #d9dbde;
  --checkbox: #E0E0E0;
  --fullwhite: #ffffff;
  --gray: #EEEEEE;
  --label: #797979;
}

.nowrap {
  white-space: nowrap !important;
}

/*  A. General
----------------------------*/
* {
  outline: none;
}

html {
  height: 100%;
}

body {
  font-family: "Poppins", serif;
  font-size: 16px;
  line-height: 24px;
  color: #2d2d2d;
  overflow-x: hidden;
}

.title-with-separator {
  position: relative;
}
.title-with-separator:before {
  content: "";
  height: 3px;
  width: 60%;
  background-color: #b70000;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
}

p {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 400;
}

p + p {
  margin: 20px 0 0;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

strong {
  font-weight: 800;
}

.w-max {
  width: max-content !important;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

img,
iframe {
  max-width: 100%;
  height: auto;
}

.success {
  font-size: 15px;
  background: #cffff5;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #b9ecce;
  border-radius: 5px;
  font-weight: normal;
}

.error {
  font-size: 15px;
  background: #ffdfdf;
  border: 1px solid #ffcaca;
  border-radius: 5px;
  font-weight: normal;
}

.select-wrapper .row {
  width: 100%;
}
.select-wrapper:before, .select-wrapper:after {
  display: none;
}
.select-wrapper .sort-by {
  float: left;
  margin-right: 12px;
  line-height: 33px;
  color: #333;
  font-size: 14px;
}
.select-wrapper .form-links {
  padding: 0 0 0 31px;
}

.font-12px {
  font-size: 12px;
  line-height: 18px;
}

.font-12px tbody:before {
  line-height: 8px;
  content: "‌";
  display: block;
}

.font-12px > thead > tr > th,
.font-12px > tbody > tr > th,
.font-12px > tfoot > tr > th,
.font-12px > thead > tr > td,
.font-12px > tbody > tr > td,
.font-12px > tfoot > tr > td {
  line-height: 16px;
}

.font-13px {
  font-size: 13px;
  line-height: 18px;
}

.font-13px tbody:before {
  line-height: 8px;
  content: "‌";
  display: block;
}

.font-13px thead {
  font-size: 14px;
  font-weight: 400;
}

.font-13px > thead > tr > th,
.font-13px > tbody > tr > th,
.font-13px > tfoot > tr > th,
.font-13px > thead > tr > td,
.font-13px > tbody > tr > td,
.font-13px > tfoot > tr > td {
  line-height: 16px;
}

.col-width-50 {
  float: left;
  width: 50%;
  padding-left: 15px;
}

.font-12px thead {
  font-size: 13px;
  font-weight: 400;
}

.font-12px tbody {
  margin-top: 5px;
}

.less-margin {
  margin: 0;
}

.img-border {
  float: left;
  border: solid 1px #3a3a3a;
}

img.display-img {
  float: left;
  padding-right: 25px;
  padding-bottom: 10px;
  padding-top: 9px;
}

.firstcharacter {
  float: left;
  color: #c7081b;
  font-size: 70px;
  line-height: 58px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

.progressbar .progress {
  height: 35px;
  background-color: #eeeeee;
  border-radius: 0;
}

.progressbar .progress .progress-bar-danger {
  background-color: #c7081b;
}

.progressbar .progress .progress-bar {
  padding: 8px 0;
  text-indent: 16px;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: width 2s ease !important;
  -moz-transition: width 2s ease !important;
  -o-transition: width 2s ease !important;
  transition: width 2s ease !important;
}

.list-content {
  margin-top: 42px;
  margin-left: -15px;
  margin-right: -15px;
}

.list-content p {
  padding: 0;
}

.choose-list ul {
  padding: 0;
  margin: 0;
}
.choose-list ul li {
  list-style: none;
  color: var(--white);
  line-height: 33px;
  font-weight: 400;
}
.choose-list ul li:before {
  width: 20px;
  height: 20px;
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--lime);
  line-height: 10px;
  font-size: 10px;
  border: 1px solid var(--lime);
  border-radius: 100%;
  padding: 5px;
}

.form-selectbox {
  margin-top: 20px;
  overflow: hidden;
}

.list-info {
  padding: 0;
}

.list-info span.text-red {
  color: #c7081b;
}

.list-info p,
.list-info a {
  margin: 8px 0 0 0;
  color: #2d2d2d;
  font-size: 13px;
  line-height: 20px;
}

.no-margin {
  margin: 0px;
}

.bottom-margin-0 {
  margin-bottom: 0px !important;
}

.fa-angle-left:before,
.fa-angle-right:before {
  font-weight: 600;
}

table.right_table input,
table.left_table input {
  width: 90%;
}

.margin-bottom-45 {
  margin-bottom: 45px;
}

pre,
code {
  font-size: 0.7em;
  background-color: #eee;
  color: #000;
}

code {
  padding: 0.2em;
}

pre {
  padding: 1em;
  white-space: pre-line;
}

#first ~ h2 {
  margin-top: 2em;
}

.small {
  font-size: 0.75em;
  line-height: 1.5em;
}

hr {
  border: none;
  height: 0;
  border-top: solid 1px #ccc;
  margin: 1.5em 0;
}

.alternate-font {
  font-size: 1.5em;
  font-family: "Yellowtail", cursive;
  color: #c7081b;
}

/*  C. Menus
----------------------------*/
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #c7081b;
}

.dropdown-menu {
  padding: 0;
  margin: 0px 0 0;
}

.dropdown .dropdown-menu li.dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 100%;
  margin: 0;
  padding: 0;
}

.dropdown .dropdown-menu li.dropdown .dropdown-menu > li > a {
  color: #fff;
  padding: 9px 21px;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
}

.dropdown .dropdown-menu li.dropdown .dropdown-menu:before {
  content: "";
  border: none;
}

.dropdown .dropdown-menu li.dropdown .dropdown-menu > li:first-of-type > a {
  border-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
  background-color: #c7081b;
}

.dropdown-menu > li:last-of-type > a,
.dropdown-menu > li:last-of-type > a {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navigation {
  width: 100%;
  top: 0px;
}

.dropdown-toggle::after {
  display: none;
}

/*  D. Body
----------------------------*/
.breadcrumb {
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
  z-index: 22;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 7px;
  width: max-content;
}

.breadcrumb li {
  position: relative;
  display: flex;
  align-items: center;
}

.breadcrumb li a {
  border-radius: 7px;
  padding: 5px;
  color: #202630;
  font-weight: 400;
  font-size: 14px;
  display: flex;
}

.breadcrumb > li + li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/svg/chevron-right.svg) center center no-repeat;
  background-size: 20px;
}

.breadcrumb > li:last-child a {
  color: #b70000;
  font-weight: 600;
}

#secondary-navigation {
  margin: 30px 0;
}

.page-nav {
  position: relative;
  z-index: 22;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-radius: 7px;
  gap: 10px;
  margin: 0;
}
@media (min-width: 300px) {
  .page-nav {
    flex-direction: column;
  }
}
@media (min-width: 480px) {
  .page-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 480px) {
  .page-nav li {
    width: calc(50% - 10px);
  }
}
@media (min-width: 768px) {
  .page-nav li {
    width: max-content;
  }
}
.page-nav li a {
  border-radius: 7px;
  padding: 5px 15px;
  color: #202630;
  font-weight: 600;
  display: flex;
}
.page-nav li a:hover, .page-nav li a.active {
  background-color: #ffadad;
}

.ribbon {
  float: left;
  padding-left: 15px;
  padding-right: 30px;
  background: url(/images/ribbon-bg.png) top right no-repeat;
  line-height: 36px;
  margin-right: 12px !important;
}

.ribbon-item {
  line-height: 33px;
}

.align-right {
  text-align: right;
  line-height: 26px !important;
  padding-left: 58px;
}

.align-left {
  text-align: left;
}

.make_inventory .min-dropdown {
  width: 114px !important;
  margin: 0 0;
}

.make_inventory span.my-dropdown {
  width: 14px;
  vertical-align: top;
  line-height: 28px;
  color: #2d2d2d;
  font-size: 13px;
  font-weight: normal;
  position: static;
}

.my-dropdown ul li {
  display: block;
}

.my-dropdown {
  display: inline-block;
  margin-right: 1px;
  width: 100%;
}

.make-dropdown,
.years-dropdown,
.makers-dropdown,
.models-dropdown,
.body-styles-dropdown,
.mileage-dropdown,
.transmissions-dropdown,
.fuel-economies-dropdown,
.conditions-dropdown,
.location-dropdown,
.prices-dropdown,
.price-ascending-dropdown {
  width: 100%;
}

.horizontal_box .check_box {
  right: 44px;
  top: 2px;
}

.min-dropdown {
  width: 112px;
  margin: 0 1px;
}

.select-dropdown {
  float: left;
  margin-right: 0px;
}

.select-dropdown span {
  width: 11px;
  vertical-align: top;
  line-height: 28px;
  color: #2d2d2d;
  font-size: 13px;
  font-weight: normal;
}

.min-price {
  margin-right: 0;
}

.select-dropdown-large .max-dropdown {
  width: 254px;
  margin-right: 10px;
}

.select-input input[type=text] {
  width: 252px;
}

.select-form .max-dropdown {
  width: 100%;
  margin-bottom: 4px;
}

.listing_select.select-wrapper {
  width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.listing_select.select-wrapper.col4 > div {
  width: calc(25% - 13px);
}
@media (max-width: 767px) {
  .listing_select.select-wrapper.col4 > div {
    width: 100%;
  }
}

.pagination_select.select-wrapper {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
}

table.left_table {
  float: left;
  width: 49%;
  margin-bottom: 25px;
}

table.right_table {
  float: right;
  width: 49%;
  margin-bottom: 25px;
}

.inner-page.about-us,
.inner-page.services,
.inner-page.pricing-tables,
.inner-page {
  margin-top: 70px;
  margin-bottom: 70px;
}

.print_page {
  cursor: pointer;
}

.print_friendly {
  display: none;
}

.fullwidth_element {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

/*  E. Slider
----------------------------*/
.slide-text-wrap {
  position: absolute;
  top: 164px;
  left: 7.1%;
  color: #fff;
}

.slide-text-wrap h2 {
  font-size: 72px;
  font-weight: 800;
  letter-spacing: -5px;
}

.slide-text-wrap h3 {
  font-size: 55px;
  font-weight: 300;
  color: #acd6f0;
  margin: -18px 0 0 0;
  letter-spacing: -2px;
}

.slide-text-wrap h4 {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  letter-spacing: -2px;
  margin: -5px 0 0 0;
}

.border-box {
  width: 84%;
  border-top: solid 2px #a5c9dc;
  border-bottom: solid 2px #a5c9dc;
  padding: 13px 0;
  margin: 38px 0;
}

.slide-text-wrap .more-link {
  background: url(/images/more.png) no-repeat;
  width: 118px;
  height: 32px;
  display: block;
  margin: 17px auto 12px auto;
  text-indent: -99999px;
}

.message-wrap {
  border-bottom: solid 2px #fff;
  border-top: solid 3px #fff;
  padding: 22px 0;
  background: #f0f0f0 url(/images/message-shadow.png) top center repeat-x;
}

.message-wrap div[class*=col-] {
  padding: 0 5px;
}

.message-wrap h2 {
  font-size: 30px;
  font-weight: 300;
  color: #000;
  letter-spacing: -2px;
  margin: 0;
  text-align: left !important;
  padding-left: 0;
  line-height: 30px;
}

.message-wrap .container .row > div {
  padding: 0;
}

.message-wrap .message-shadow {
  margin-top: 25px;
}

.message-shadow {
  position: absolute;
  width: 100%;
  z-index: 77;
  background: url(/images/message-shadow.png) top center repeat-x;
  height: 21px;
}

.layer_style {
  font-size: 20px;
  color: #fff;
}

.horizontal_box .vehicle_details img {
  float: none;
  margin-bottom: 0px;
}

.tp-banner ul li div.domainate {
  font-size: 72px;
  font-weight: 800;
  font-family: "Open Sans";
  letter-spacing: -6px;
}

.tp-banner ul li div.internet {
  font-size: 55px;
  font-weight: normal;
  font-family: "Open Sans";
  color: #acd6f0;
  padding-bottom: 55px !important;
  width: 296px;
}

.tp-banner ul li div.attract {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  border-top: 2px solid #acd6f0;
  padding-top: 16px;
  letter-spacing: -2px;
}

.tp-banner ul li div.qualified {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  border-bottom: 2px solid #acd6f0;
  padding-bottom: 16px;
  letter-spacing: -2px;
}

.tp-banner ul li div.more {
  font-weight: 500;
  font-size: 70px;
  color: #acd6f0;
  font-family: "Yellowtail", cursive;
  padding: 0 5px;
}

.tp-banner ul li div.invest {
  font-size: 48px;
  color: #6a4123;
  background-color: #ffeab3;
  padding: 5px;
  letter-spacing: -3px;
}

.tp-banner ul li div.move {
  font-size: 46px;
  font-weight: 800;
  font-family: "Open Sans";
  letter-spacing: -6px;
}

.tp-banner ul li div.light_brown {
  font-size: 46px;
  font-weight: 800;
  font-family: "Open Sans";
  letter-spacing: -6px;
  color: #ffeab3;
}

.tp-banner ul li div.dark_brown {
  font-size: 46px;
  font-weight: 800;
  font-family: "Open Sans";
  letter-spacing: -6px;
  color: #6a4123;
}

.tp-banner ul li div.faster {
  font-size: 65px;
  font-weight: 300;
  font-family: "Open Sans";
  letter-spacing: -2px;
  color: #6a4123;
  font-style: italic;
  padding-right: 10px;
}

.tp-banner ul li div.brown_line img {
  width: 488px;
  height: 3px;
}

.tp-banner ul li div.big_white {
  font-size: 72px;
  font-weight: 800;
  letter-spacing: -6px;
  color: #fff;
}

.tp-banner ul li div.thin_red {
  font-size: 75px;
  font-weight: 200;
  letter-spacing: -6px;
  color: #c7081b;
}

.tp-banner ul li div.thin_white {
  font-size: 72px;
  font-weight: 200;
  letter-spacing: -6px;
  color: #fff;
}

.tp-banner ul li div.thinner_white {
  font-size: 65px;
  font-weight: 200;
  letter-spacing: -5px;
  color: #fff;
}

.tp-banner ul li div.thin_dark_blue {
  font-size: 75px;
  font-weight: 200;
  letter-spacing: -6px;
  color: #042b5a;
}

.tp-banner ul li div.cursive {
  font-size: 122px;
  letter-spacing: -6px;
  color: #cbe2d2;
  font-family: "Yellowtail", cursive;
  padding-right: 20px;
}

.tp-banner ul li div.green {
  color: #b7cd56;
  font-size: 48px;
  letter-spacing: -4px;
}

.view_viewport {
  position: relative;
  margin-top: 4px;
}

.price_tag {
  left: 21%;
  position: absolute;
  top: -21px;
}

.price_tag img {
  width: 60px;
}

/*Slide 1*/
.tp-caption.mediumlarge_light_white_center {
  font-size: 72px;
  line-height: 40px;
  font-weight: 800;
  letter-spacing: -6px;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 0px 0px 0px 0px;
  text-align: center;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.internet {
  font-size: 55px;
  font-weight: normal;
  font-family: "Open Sans";
  color: #acd6f0;
  padding-bottom: 55px !important;
}

.tp-caption.attract {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  border-top: 2px solid #acd6f0;
  padding-top: 16px;
  letter-spacing: -2px;
}

.tp-caption.more {
  font-weight: 500;
  font-size: 70px;
  color: #acd6f0;
  font-family: "Yellowtail", cursive;
  padding: 0 5px;
}

.tp-caption.qualified {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  border-bottom: 2px solid #acd6f0;
  padding-bottom: 16px;
  letter-spacing: -2px;
}

/*Slide2*/
.tp-caption.invest {
  font-size: 48px;
  color: #6a4123;
  background-color: #ffeab3;
  padding: 5px;
  letter-spacing: -3px;
  font-weight: 300;
}

.tp-caption.move {
  font-size: 46px;
  font-weight: 800;
  font-family: "Open Sans";
  letter-spacing: -6px;
}

.tp-caption.light_brown {
  font-size: 46px;
  font-weight: 800;
  font-family: "Open Sans";
  letter-spacing: -6px;
  color: #ffeab3;
}

.tp-caption.dark_brown {
  font-size: 46px;
  font-weight: 800;
  font-family: "Open Sans";
  letter-spacing: -6px;
  color: #6a4123;
}

.tp-caption.faster {
  font-size: 65px;
  font-weight: 300;
  font-family: "Open Sans";
  letter-spacing: -2px;
  color: #6a4123;
  font-style: italic;
  padding-right: 10px;
}

.tp-caption.brown_line img {
  width: 488px;
  height: 3px;
}

/*Slide 3*/
.tp-caption.green {
  color: #b7cd56;
  font-size: 48px;
  letter-spacing: -4px;
}

.tp-caption.big_white {
  font-size: 72px;
  font-weight: 800;
  letter-spacing: -6px;
  color: #fff;
}

/*Slide 4*/
.tp-caption.big_white {
  font-size: 72px;
  font-weight: 800;
  letter-spacing: -6px;
  color: #fff;
}

.tp-caption.thin_red {
  font-size: 75px;
  font-weight: 200;
  letter-spacing: -6px;
  color: #c7081b;
}

.tp-caption.thin_white {
  font-size: 72px;
  font-weight: 200;
  letter-spacing: -6px;
  color: #fff;
}

.tp-caption.cursive {
  font-size: 122px;
  letter-spacing: -6px;
  color: #cbe2d2;
  font-family: "Yellowtail", cursive;
  padding-right: 20px;
}

/*Slide 5*/
.tp-caption.thin_dark_blue {
  font-size: 75px;
  font-weight: 200;
  letter-spacing: -6px;
  color: #042b5a;
}

.tp-caption.thinner_white {
  font-size: 65px;
  font-weight: 200;
  letter-spacing: -5px;
  color: #fff;
}

/*  F. Buttons
----------------------------*/
.default-btn,
.btn-inventory,
button,
input[type=reset],
input[type=button],
input[type=submit] {
  font-size: 15.5px;
  padding: 5px 13px;
  background-color: #c7081b;
  border-radius: 4px;
  border: 0;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
}

a.btn-inventory:not([href]):not([tabindex]) {
  color: #fff;
}

body .default-btn:hover,
.btn-inventory:hover,
button:hover,
input[type=reset]:hover,
input[type=button]:hover,
input[type=submit]:hover,
a.btn-inventory:not([href]):not([tabindex]):hover {
  background-color: #b8091b;
  color: #fff;
}

body .default-btn:active,
.btn-inventory:active,
button:active,
input[type=reset]:active,
input[type=button]:active,
input[type=submit]:active {
  background-color: #b8091b;
  outline: 0;
}

.xs-button,
.default-btn.xs-button,
.btn-inventory.xs-button,
button.xs-button,
input[type=reset].xs-button,
input[type=button].xs-button,
input[type=submit].xs-button {
  font-size: 10px;
  padding: 0 5px;
}

.sm-button,
.default-btn.sm-button,
.btn-inventory.sm-button,
button.sm-button,
input[type=reset].sm-button,
input[type=button].sm-button,
input[type=submit].sm-button {
  font-size: 10px;
  padding: 3px 8px;
}

.md-button,
.default-btn.md-button,
.btn-inventory.md-button,
button.md-button,
input[type=reset].md-button,
input[type=button].md-button,
input[type=submit].md-button {
  font-size: 13px;
  padding: 5px 13px;
}

.lg-button,
.default-btn.lg-button,
.btn-inventory.lg-button,
button.lg-button,
input[type=reset].lg-button,
input[type=button].lg-button,
input[type=submit].lg-button {
  font-size: 18px;
  padding: 7px 15px;
}

.xl-button,
.default-btn.xl-button,
.btn-inventory.xl-button,
button.xl-button,
input[type=reset].xl-button,
input[type=button].xl-button,
input[type=submit].xl-button {
  font-size: 24px;
  padding: 11px 18px;
}

/*  G. Lightbox
----------------------------*/
.fancybox-wrap #recaptcha {
  width: 318px;
  height: 129px;
}

.fancybox-inner h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.fancybox-inner input[type=submit] {
  margin-top: 15px;
}

.fancybox_textarea {
  width: 100%;
}

.fancybox-wrap form.ajax_form tr td {
  padding: 3px 0;
}

/*  H. Feed
----------------------------*/
.latest-tweet > div {
  padding-bottom: 10px;
}

.latest-tweet > div > p {
  color: #fff;
  padding-left: 27px;
  line-height: 24px;
}

.latest-tweet > div > i {
  font-size: 16px;
  padding: 5px 0;
  float: left;
}

.ts-tweet-list {
  list-style: none;
}

.ts-tweet-list li:before {
  font-family: "FontAwesome";
  content: "\f099";
  margin: 0 5px 0 -25px;
  color: #fff;
  font-size: 16px;
}

.latest-tweet div:last-of-type,
.latest-tweet div:last-of-type p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.car-block-wrap .container .row {
  margin-left: -15px;
  margin-right: -15px;
}

.car-block-wrap h4 a {
  margin: 28px 0 12px 0;
  display: block;
  color: #c7081b;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.5px;
  text-decoration: none;
}

.car-block-wrap .container .row > div {
  margin-bottom: 50px;
}

.car-info-wrap {
  background-color: #f0f0f0;
  padding: 37px 0 44px 0;
  text-align: center;
}

.car-info-wrap .container .row {
  margin-left: -15px;
  margin-right: -15px;
}

.align-center {
  display: block;
  text-align: center;
}

.car-info-wrap h3 {
  font-weight: 600;
  margin: 20px 0 14px 0;
  letter-spacing: -1px;
  font-size: 29px;
}

.welcome-wrap .container .recent-vehicles-wrap .row {
  margin: 0;
}

.welcome-wrap h4 {
  color: #c7081b;
  font-weight: 400;
  margin-bottom: 23px;
}

.content {
  display: block;
}

.small-block {
  display: block;
  transition-duration: 0.25s;
}

.small-block h4,
.small-block a,
.welcome-wrap .small-block h4 {
  text-align: center;
  font-weight: 700;
  letter-spacing: -2px;
  color: #2d2d2d;
}

.small-block i {
  margin: 15px 0 0 0;
}

.small-block:hover h4,
.small-block:hover a i {
  color: #c7081b;
  transition-duration: 0.25s;
}

.car-block {
  display: block;
  position: relative;
  background-color: #f0f0f0;
}

.row.related_post {
  margin: 0 -15px;
}

.related_post .car-block img {
  width: 100%;
}

.car-block img {
  width: 170px;
}

.car-block .img-flex {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 555;
  transition-duration: 0.3s;
}

.car-block .img-flex .align-center {
  display: none;
}

.car-block:hover .img-flex {
  display: block;
  overflow: hidden;
  position: relative;
}

.car-block:hover .img-flex .align-center {
  display: block;
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  height: 100%;
}

.car-block:hover .img-flex i {
  color: #fff;
  opacity: 1;
  position: absolute;
  top: 50%;
  margin-top: -16.5px;
  left: 50%;
  margin-left: -16.5px;
}

.car-block-bottom {
  display: block;
  background-color: #f0f0f0;
  padding: 6px 5px 10px 5px;
  text-align: center;
  transition-duration: 0.2s;
  transition-property: all;
}

.car-block:hover .car-block-bottom {
  background-color: #c7081b;
}

.car-block h6 strong {
  font-size: 12px;
}

.car-block .car-block-bottom h6 {
  font-size: 12px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.car-block .car-block-bottom h6 strong {
  font-weight: 700;
}

.car-block-bottom h5 {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 600;
}

.car-block:hover .car-block-bottom h6,
.car-block:hover .car-block-bottom h5,
.car-block:hover .car-block-bottom h6 strong {
  color: #fff;
}

.top_buttons.form-links li {
  float: right;
}

.select-wrapper ul.top_buttons {
  padding: 0;
}

.search-form {
  padding: 22px 15px 17px;
  background-color: #f0f0f0;
  margin-top: 20px;
  font-size: 13px;
}

.search-form input[type=search] {
  padding-left: 10px;
}

.form-wrap {
  display: block;
  overflow: hidden;
}

label[for=offer_email],
label[for=offer_phone],
label[for=schedule_email],
label[for=schedule_phone],
label[for=email],
label[for=phone],
.ajax_form label {
  position: relative;
  left: 0px;
  right: inherit;
}

.form-row {
  float: left;
  width: 240px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.form-row:last-child {
  margin-right: 0px;
}

.form-row span {
  font-size: 13px;
  font-weight: 300;
  padding: 0 5px;
  float: left;
}

.form-bottom {
  overflow: hidden;
  display: block;
}

.form-element {
  float: left;
  margin-right: 20px;
  overflow: hidden;
  padding-right: 6px;
}

.form-element label {
  font-weight: 300;
  line-height: 14px;
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.form-element:last-child {
  margin-right: 0;
}

input[type=text]:focus,
.leave-comments form input[type=text]:focus,
.leave-comments form textarea:focus {
  border: 1px solid #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.recent_car.car-block {
  clear: both;
  margin-bottom: 20px;
  background-color: transparent;
}

.recent_car .car-block-bottom {
  background-color: transparent;
}

.recent_car.car-block:first-of-type {
  padding-top: 5px;
}

.recent_car.car-block:hover .img-flex i {
  color: #fff;
  opacity: 1;
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
  left: 50%;
  margin-left: -10.5px;
}

.recent_car.car-block img {
  width: 75px;
  margin-top: 0;
  margin-bottom: 0;
}

.recent_car.car-block .img-flex {
  display: inline-block;
  width: 75px;
  float: left;
}

.recent_car.recent_car .car-block-bottom {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  vertical-align: top;
  text-align: left;
}

.recent_car.car-block:hover .car-block-bottom {
  background-color: transparent;
}

.recent_car.car-block .car-block-bottom h6,
.recent_car.car-block .car-block-bottom h6 strong,
.recent_car.car-block .car-block-bottom h5 {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.recent_car.car-block .car-block-bottom h6:first-of-type {
  margin-top: 0;
}

/*  L. Parallax
----------------------------*/
.parallax_parent .parallax_scroll {
  background-size: initial;
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
}
.parallax_parent .parallax_scroll .overlay {
  background-color: rgba(0, 0, 0, 0.65);
}
.parallax_parent .parallax_scroll h1 {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 0;
  padding-top: 40px;
  font-weight: 200;
  margin-bottom: -20px;
}
.parallax_parent .parallax_scroll > .row {
  margin-bottom: 40px;
}
.parallax_parent .parallax_scroll > .row > div {
  text-align: center;
}
.parallax_parent .parallax_scroll > .row i,
.parallax_parent .parallax_scroll > .row .animate_number {
  display: block;
  font-size: 48px;
  line-height: 52px;
  font-weight: 200;
}
.parallax_parent.design_2 .parallax_scroll {
  position: absolute;
  left: 0;
  right: 0;
}
.parallax_parent.design_2 .parallax_scroll .overlay {
  background-color: rgba(240, 240, 240, 0.25);
}
.parallax_parent.design_2 .parallax_scroll .container {
  padding-top: 0px;
  padding-bottom: 0px;
}
.parallax_parent.design_2 .parallax_scroll h1 {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 0;
  padding-top: 40px;
}
.parallax_parent.design_2 .parallax_scroll h3 {
  font-weight: 600;
  margin: 20px 0 14px 0;
  letter-spacing: -1px;
  font-size: 29px;
}
.parallax_parent.design_2 .parallax_scroll > .row {
  margin-bottom: 40px;
}
.parallax_parent.design_2 .parallax_scroll .row > div {
  text-align: center;
  margin-bottom: 60px;
  color: #2d2d2d;
  padding-top: 60px;
  margin-top: 0;
}
.parallax_parent.design_2 .parallax_scroll .row > div i {
  display: block;
  font-size: 84px;
  color: #2d2d2d;
  line-height: 84px;
}
.parallax_parent.design_2 .parallax_scroll .row > div .animate_number {
  display: block;
  font-size: 14px;
  line-height: 24px;
}

.parallax_parent + footer {
  margin-top: -30px;
}

/*  2. PAGE STYLES
=============================*/
/*  A. Index
----------------------------*/
.car-block-wrap .container div.flip {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  margin: 0 auto 30px;
}

.flip .card.flipped .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.flip .card.flipped .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.card {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  display: block;
  background-clip: initial;
  background-color: transparent;
}

.flip .card .front,
.flip .card .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}

.flip .card .front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  z-index: 2;
}

.flip .card .back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  background-color: #c7081b;
}

.flip .card .face {
  z-index: 2;
  font-size: 2.5em;
  text-align: center;
  line-height: 50px;
  outline: 1px solid transparent;
}

.flip .card .back .hover_title {
  margin: 0;
  margin-top: 40px;
  font-weight: 200;
  color: #fff;
  margin-bottom: 14px;
}

.flip .card .back i.button_icon {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  line-height: 24px;
  transition-duration: 0.2s;
  font-size: 18px;
  padding-top: 8px;
}

.flip .card .back i.button_icon:before {
  color: #fff;
}

.flip .card .back i.button_icon:hover:before {
  color: #c7081b;
}

.flip .card .back i.button_icon:hover {
  background-color: #fff;
}

.home-slider-thumbs ul li a img {
  opacity: 0.65;
}

.home-slider-thumbs ul li a:hover img,
.home-slider-thumbs ul li.flex-active-slide a img {
  opacity: 1;
}

/*  B. 404
----------------------------*/
.content .error-message {
  text-align: center;
}

.content h2.error {
  background: none;
  font-weight: 800;
  font-size: 130px;
  margin: 0 auto;
  border: 0;
  display: block;
}
@media (min-width: 320px) {
  .content h2.error {
    font-size: 80px;
    line-height: 40px;
  }
}
@media (min-width: 480px) {
  .content h2.error {
    font-size: 80px;
    line-height: 50px;
  }
}
@media (min-width: 568px) {
  .content h2.error {
    font-size: 120px;
    line-height: 95px;
  }
}
@media (min-width: 768px) {
  .content h2.error {
    font-size: 180px;
    line-height: 150px;
  }
}
@media (min-width: 992px) {
  .content h2.error {
    font-size: 200px;
    line-height: 250px;
  }
}
@media (min-width: 1170px) {
  .content h2.error {
    display: block;
  }
}
@media (min-width: 768px) {
  .content h2.error i.exclamation {
    line-height: 155px;
  }
}
.content .error-message .exclamation {
  display: inline-block;
  margin-right: 50px;
  line-height: inherit;
}
.content .error-message em {
  font-size: 120px;
  font-weight: 300;
}
@media (min-width: 320px) {
  .content .error-message em {
    font-size: 40px;
  }
}
@media (min-width: 480px) {
  .content .error-message em {
    font-size: 40px;
  }
}
@media (min-width: 568px) {
  .content .error-message em {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .content .error-message em {
    font-size: 80px;
  }
}
@media (min-width: 992px) {
  .content .error-message em {
    font-size: 100px;
  }
}
@media (min-width: 1170px) {
  .content .error-message em {
    font-size: 100px;
  }
}

/*  C. About Us
----------------------------*/
.about-us h3,
.blog-container h3,
.blog-post h3,
.services h3 {
  font-size: 19px;
  font-weight: 800;
  color: #c7081b;
  margin: 0;
}

.about-us p,
.blog-container p,
.blog-post p {
  font-size: 14px;
  color: #2d2d2d;
  line-height: 24px;
}

.about-us .about-us-paragraphs {
  padding-left: 0;
}

.about-us .specialize-in {
  padding-right: 0;
}

.about-us-paragraphs h3 {
  margin-bottom: 5px;
}

/*  D. FAQ
----------------------------*/
.list_faq h5 {
  display: inline;
  font-size: 14px;
  font-weight: 600;
  background: #f0f0f0;
  padding: 9px 16px;
  position: relative;
}

.list_faq h5:before {
  position: absolute;
  right: -19px;
  top: 0px;
  content: "";
  width: 0;
  height: 0;
  content: "";
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 19px solid #f1f1f1;
}

.list_faq ul {
  display: inline;
}

.list_faq ul li {
  display: inline-block;
  background: url(/images/faq-listBg.png) right no-repeat;
  padding-right: 17px;
  padding-left: 4px;
  margin-top: 10px;
}

.list_faq ul li.active a {
  color: #c7081b;
}

.list_faq ul li a {
  color: #000;
}

.list_faq ul li a:hover {
  color: #c7081b;
  text-decoration: none;
}

.list_faq ul li:last-child {
  background: none;
}

.description-accordion .panel-title {
  position: relative;
  margin-bottom: 0;
}

.accodian_panel .panel-default > .panel-heading {
  color: var(--blue);
  background-color: transparent;
}

.accodian_panel .panel-default:first-of-type > .panel-heading {
  border-top: none;
}

.accodian_panel .panel-group .panel {
  border-color: transparent;
  background-color: transparent;
  box-shadow: 0px 25px 30px -15px rgba(149, 149, 149, 0.2509803922);
  margin-bottom: 30px;
  border-radius: 7px;
}
.accodian_panel .panel-group .panel .panel-heading {
  padding: 20px;
}
.accodian_panel .panel-group .panel .panel-heading .panel-title {
  padding-left: 30px;
}
.accodian_panel .panel-group .panel .panel-heading .panel-title > a {
  font-size: 18px;
  font-weight: bold;
  color: var(--blue);
  vertical-align: top;
}
.accodian_panel .panel-group .panel .panel-heading .panel-title > a:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  text-align: center;
  font-weight: bold;
  padding-top: 4px;
  left: 0px;
  top: 3px;
  font-size: 30px;
  display: flex;
  align-items: center;
  background-size: 25px;
  background: transparent url("../svg/minus.svg") center center no-repeat;
}
.accodian_panel .panel-group .panel .panel-heading .panel-title > a.collapsed:after {
  background: transparent url("../svg/plus.svg") center center no-repeat;
}

.accodian_panel .panel-group .panel:first-of-type {
  border-top: none;
}

.faq_post .post-entry img {
  margin-right: 25px;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  padding: 0px;
  padding-bottom: 10px;
  border-top: none;
  border-bottom: none;
}

.form-group input[type=search] {
  width: 100%;
}

.right_faq .side-widget .search-box .form-group {
  margin-top: 20px;
}

.right_faq .side-widget {
  padding: 0px;
}

.right_faq .side-widget h3 {
  margin-top: 0px;
  color: #c7081b;
  font-size: 20px;
  font-weight: 800;
}

/*  E. Fullwidth
----------------------------*/
#full-width .content-wrap div[class*=col-] {
  padding: 0;
}

.full-width-sidebar .side-content .search-box input[type=submit] {
  margin-top: 2px;
}

/*  F. Sidebar
----------------------------*/
h3.recent_posts {
  margin-bottom: 23px;
}

.side-blog {
  margin-bottom: 20px;
  margin-top: 10px;
}

.side-blog:first-of-type {
  margin-top: 0;
}

.side-blog:last-of-type {
  margin-bottom: 0;
}

.side-content .side-blog strong {
  color: #c7081b;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  display: block;
}

.side-content .side-blog p {
  line-height: 18px;
  margin-top: 6px;
  margin-left: 6px;
  margin-bottom: 0;
}

.side-content form input[type=text] {
  border: solid 1px #e4e4e4;
  padding: 3px 5px;
  display: block;
  width: 100%;
  border-radius: 4px;
  outline: none;
  color: #999;
  margin-bottom: 0;
  font-size: 13px;
  box-shadow: none;
}

.side-content .form-group {
  margin-top: 29px;
}

.side-content .choose-list ul li {
  font-size: 13px;
}

.side-content .choose-list ul li {
  list-style: none;
  line-height: 32px;
}

.side-content .left_inventory form {
  margin-top: 20px;
}

.inner-page.full-width-sidebar.row > .col-lg-9 {
  margin-bottom: 0;
}

.content .container .inner-page.full-width-sidebar .col-lg-3 {
  padding-right: 0;
}

/*  G. Pricing Tables
----------------------------*/
.pricing_dept h2,
.pricing-layout h2 {
  color: #2e2e2e;
  font-size: 30px;
  font-weight: 600;
  margin-top: 0px;
}

.pricing_wrapper h3 {
  color: #2e2e2e;
  font-size: 30px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 35px;
}

.pricing_wrapper.layout-4 h3 {
  margin-top: 0;
  margin-bottom: 33px;
}

.main_pricing h3 i {
  position: absolute;
  font-weight: normal;
  left: 16%;
  font-style: normal;
  top: 28%;
}

.main_pricing h3 b {
  color: #c7081b;
  font-weight: normal;
  position: absolute;
  top: 26%;
  right: 42%;
}

.main_pricing h3 strong {
  font-weight: 400;
  font-size: 80px;
  padding-left: 25px;
}

.layout-3 .inside {
  position: relative;
  left: 19px;
  margin-bottom: -8px;
}

.layout-4 .inside {
  position: relative;
  left: 19px;
  margin-bottom: -6px;
}

.layout-3 .pricing_table,
.layout-4 .pricing_table {
  text-align: center;
  overflow: hidden;
}

.layout-3 .pricing-header {
  background-color: #c7081b;
  text-align: center;
  display: block;
  color: #fff;
}

.layout-4 .pricing-header {
  background-color: #c7081b;
  text-align: center;
  display: block;
  color: #fff;
  padding: 6px 0;
}

.layout-3 .pricing-header h4 {
  margin: 0;
  font-size: 22px;
}

.layout-4 .pricing-header h4 {
  margin: 0;
  font-size: 18px;
}

.layout-3 .main_pricing,
.layout-4 .main_pricing {
  background-color: #f8f8f8;
  border: 1px solid #dbdbdb;
  border-top: none;
}

.layout-3 .main_pricing .inside span.super,
.layout-4 .main_pricing .inside span.super {
  font-size: 32px;
  color: #505050;
  position: relative;
  top: -37px;
  left: -5px;
  font-weight: 400;
}

.layout-3 .main_pricing .inside span.amt,
.layout-4 .main_pricing .inside span.amt {
  font-size: 92px;
  color: #c7081b;
  line-height: 92px;
  letter-spacing: -5px;
  margin-right: 5px;
}

.layout-3 .main_pricing .inside span.sub1,
.layout-4 .main_pricing .inside span.sub1 {
  font-size: 28px;
  color: #c7081b;
  position: relative;
  top: -46px;
}

.layout-4 .main_pricing .inside span.sub1 {
  top: -34px;
}

.layout-3 .main_pricing .inside span.slash,
.layout-4 .main_pricing .inside span.slash {
  position: relative;
  top: -26px;
  right: 8px;
}

.layout-4 .main_pricing .inside span.slash {
  top: -20px;
  right: 5px;
}

.layout-3 .main_pricing .inside span.sub,
.layout-4 .main_pricing .inside span.sub {
  font-size: 32px;
  color: #505050;
  font-style: italic;
  font-weight: 400;
  position: relative;
  top: 0;
  left: -12px;
}

.layout-3 .category_pricing ul,
.layout-4 .category_pricing ul {
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-top: none;
  border-bottom: none;
}

.layout-3 .category_pricing ul li {
  list-style: none;
  font-size: 16px;
  color: #747474;
  border-top: 1px solid #efefed;
  padding: 8px 0;
}

.layout-4 .category_pricing ul li {
  list-style: none;
  font-size: 16px;
  color: #747474;
  border-top: 1px solid #efefed;
  padding: 2px 0;
  margin-top: 1px;
  line-height: 23px;
}

.layout-3 .category_pricing ul li:first-child,
.layout-4 .category_pricing ul li:first-child {
  border-top: none;
}

.layout-3 .price-footer {
  background-color: #f8f8f8;
  text-align: center;
  border: 1px solid #dbdbdb;
}

.layout-4 .price-footer {
  background-color: #f8f8f8;
  text-align: center;
  padding: 14px 0 15px 0;
  border: 1px solid #dbdbdb;
}

.layout-4 .main_pricing .inside span.super {
  font-size: 26px;
  top: -28px;
}

.layout-4 .main_pricing .inside span.amt {
  font-size: 67px;
  line-height: 72px;
}

.layout-4 .main_pricing .inside span.sub1 {
  font-size: 20px;
}

.layout-4 .main_pricing .inside span.sub {
  font-size: 23px;
}

.layout-4 .category_pricing ul li {
  font-size: 14px;
}

/*  H. Inventory
----------------------------*/
.form-links li a,
.video-link {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  margin-right: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  float: right;
  display: block;
  -moz-border-radius: 5px/3px;
  -webkit-border-radius: 5px/3px;
  border-radius: 5px/3px;
  background: #f7f7f7;
}

ul.top_buttons li a {
  border: 1px solid rgba(0, 0, 0, 0.0980392);
  color: #3a3a3a;
  margin: 0 5px 0 0;
  font-size: 12px;
  font-weight: 600;
  padding: 0 8px;
  height: 30px;
  line-height: 28px;
}

.page-view {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  margin-right: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  float: right;
  display: block;
  -moz-border-radius: 5px/3px;
  -webkit-border-radius: 5px/3px;
  border-radius: 5px/3px;
  background: #f7f7f7;
}
.page-view li {
  float: left;
  display: block;
}
.page-view li a {
  display: block;
  text-indent: -99999px;
  width: 35px;
  height: 28px;
}
.page-view li:nth-child(1) a, .page-view li.active:nth-child(1) a, .page-view li.active:nth-child(1) a:hover {
  background-image: url(/images/grid.png);
  background-repeat: no-repeat;
  background-position: -25px 8px;
  border-radius: 0;
}
.page-view li:nth-child(2) a, .page-view li.active:nth-child(2) a, .page-view li.active:nth-child(2) a:hover {
  background-image: url(/images/grid.png);
  background-repeat: no-repeat;
  background-position: -133px 8px;
  border-radius: 0;
}
.page-view li:nth-child(3) a, .page-view li.active:nth-child(3) a, .page-view li.active:nth-child(3) a:hover {
  background-image: url(/images/grid.png);
  background-repeat: no-repeat;
  background-position: -61px 8px;
  border-radius: 0;
}
.page-view li:nth-child(4) a, .page-view li.active:nth-child(4) a, .page-view li.active:nth-child(4) a:hover {
  background-image: url(/images/grid.png);
  background-repeat: no-repeat;
  background-position: 10px 8px;
  border-radius: 4px 0 0 4px;
}
.page-view li:nth-child(5) a, .page-view li.active:nth-child(5) a, .page-view li.active:nth-child(5) a:hover {
  background-image: url(/images/grid.png);
  background-repeat: no-repeat;
  background-position: -96px 8px;
  border-radius: 0;
}
.page-view li:nth-child(6) a, .page-view li.active:nth-child(6) a, .page-view li.active:nth-child(6) a:hover {
  background-image: url(/images/grid.png);
  background-repeat: no-repeat;
  background-position: -169px 8px;
  border-radius: 0;
  margin-right: 0;
}

.inventory-sidebar {
  padding-right: 0;
}

.page-view.nav li:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.page-view.nav li:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.page-view.nav li {
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffe6e6e6", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border-right: 0;
}

.page-view.nav {
  border-bottom: 0;
}

.page-view.nav li a {
  margin-right: 0;
  border: 0;
}

.page-view.nav > li > a {
  padding: 0;
}

.page-view.nav > li > a:hover,
.page-view.nav > li > a:focus {
  border-color: transparent;
  background-color: transparent;
}

.page-view.nav {
  margin-top: -2px;
}

.listing_sort {
  margin-bottom: 30px;
  width: 100%;
}

.listing_sort .sort-by {
  margin-left: -15px;
}

.page-view.nav li:hover,
.page-view.nav li.active {
  background-color: #e2e2e2;
  background-image: none;
}

.page-view.nav li.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.inventory-3 .porche .car-detail,
.inventory-4 .porche .car-detail {
  font-size: 13px;
}

.inventory-4 .porche .porche-header span {
  font-size: 18px;
}

.inventory-4 .porche .porche-header strong {
  font-size: 26px;
  line-height: 50px;
}

.inventory-4 .porche .car-detail .table > tbody > tr > td {
  padding: 11px 4px 12px 11px;
}

.inventory-4 .porche .car-detail .option-tick-list ul {
  padding: 0 0 0 38px;
}

.inventory-heading {
  color: #3a3a3a;
  display: block;
}

.inventory-heading span {
  font-size: 22px;
  line-height: 20px;
  letter-spacing: -1.5px;
  word-spacing: 2px;
  display: inline-block;
}

.inventory-heading em {
  font-size: 14px;
  line-height: 51px;
  letter-spacing: -1px;
}

.content-nav ul {
  padding: 0;
  margin: 0;
}

.content-nav ul li {
  list-style: none;
  display: inline-block;
  padding: 4px 8px 2px 8px;
  background: #1e5799;
  background: -moz-linear-gradient(top, #1e5799 0%, #ffffff 0%, #e7e7e7 99%, #e7e7e7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(0%, #ffffff), color-stop(99%, #e7e7e7), color-stop(100%, #e7e7e7));
  background: -webkit-linear-gradient(top, #1e5799 0%, #ffffff 0%, #e7e7e7 99%, #e7e7e7 100%);
  background: -o-linear-gradient(top, #1e5799 0%, #ffffff 0%, #e7e7e7 99%, #e7e7e7 100%);
  background: -ms-linear-gradient(top, #1e5799 0%, #ffffff 0%, #e7e7e7 99%, #e7e7e7 100%);
  background: linear-gradient(to bottom, #1e5799 0%, #ffffff 0%, #e7e7e7 99%, #e7e7e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e5799", endColorstr="#e7e7e7", GradientType=0);
  border-radius: 4px;
  margin-left: 1.5px;
  position: relative;
  height: auto;
}

.content-nav ul li:before {
  font-family: fontAwesome;
  display: block;
  color: #5c5c5c;
  position: absolute;
  left: 9px;
  top: 4px;
  font-size: 13px;
}

.content-nav ul li.prev1:before {
  content: "\f137";
}

.content-nav ul li.request:before {
  content: "\f05a";
}

.content-nav ul li.schedule:before {
  content: "\f133";
}

.content-nav ul li.offer:before {
  content: "\f155";
}

.content-nav ul li.trade:before {
  content: "\f06e";
}

.content-nav ul li.pdf:before {
  content: "\f0f6";
}

.content-nav ul li.print:before {
  content: "\f02f";
}

.content-nav ul li.email:before {
  content: "\f064";
}

.content-nav ul li.next1:before {
  content: "\f138";
  left: 80px;
  right: 9px;
}

.content-nav ul li a {
  font-size: 12px;
  display: block;
  color: #3a3a3a;
  font-weight: 700;
  line-height: 23px;
  padding-left: 19px;
  letter-spacing: -0.5px;
}

.content-nav ul li.next1 a {
  padding-left: 0;
  padding-right: 20px;
}

.content-nav ul li a:hover {
  text-decoration: none;
}

.slider .flexslider,
.home-slider-thumbs .flexslider {
  border: none;
}

.slider .flexslider {
  margin: 0 0 4px;
}

.example-tabs .nav > li > a {
  padding: 5px 11px;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  color: #3a3a3a;
  letter-spacing: -0.5px;
  text-shadow: 1px 1px 0px #ffffff;
}

.example-tabs .nav li {
  margin: 0 3px 0 0px;
  display: inline;
  float: left;
  list-style: none;
}

.example-tabs .nav > li:last-child {
  margin-right: 0;
}

.example-tabs .nav-tabs > li > a {
  border: none;
}

.btn-inventory {
  font-size: 13px;
  border: none;
  border-radius: 4px;
  padding: 4px 10px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  outline: none;
  margin-top: 10px;
  padding: 5px 8px 4px 10px;
  margin-top: 13px;
  line-height: 20px;
  cursor: pointer;
}

.btn-inventory:hover {
  text-decoration: none;
  color: #fff;
}

.car_category h3 {
  margin: 0px;
  font-size: 22px;
  margin-bottom: 5px;
}

.cat_table {
  float: left;
  padding-left: 0;
  width: 50%;
}

.cat_accordian {
  float: left;
  width: 20%;
}

.car_category {
  width: 55%;
  float: left;
  position: relative;
}

.cat_accordian .price-wrap {
  margin-top: 0px;
  padding-left: 20px;
}

.cat_accordian form {
  float: right;
}

.car_fax {
  position: absolute;
  left: 34%;
  bottom: -4%;
}

.car-list {
  padding: 14px;
  background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  box-shadow: 2px 2px 2px #f6f6f6;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.car-list .car_category .car_fax img {
  width: 55px;
}

#features ul {
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
  margin-left: 0;
}

#features ul li {
  padding-left: 20px;
}

#features ul li .fa-li {
  left: -8px;
  top: 5px;
  color: #c7081b;
}

.content-nav ul li.gradient_button:hover,
.gradient_button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
  background: -moz-linear-gradient(center top, #e9e9e9 5%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9e9e9", endColorstr="#f9f9f9");
  background-color: #e9e9e9;
}

ul.nav-tabs li.active a {
  border-bottom: 1px solid #fff;
}

.horizontal_box {
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 6px 10px 13px 10px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 26%, rgb(245, 245, 245) 64%);
  background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 26%, rgb(245, 245, 245) 64%);
  background: -o-linear-gradient(90deg, rgb(255, 255, 255) 26%, rgb(245, 245, 245) 64%);
  background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 26%, rgb(245, 245, 245) 64%);
  background: linear-gradient(180deg, rgb(255, 255, 255) 26%, rgb(245, 245, 245) 64%);
}

.horizontal_box:hover {
  background: #fff;
  box-shadow: 0px 0px 14px 1px #ccc;
  cursor: pointer;
}

.horizontal_box h3 {
  font-size: 22px;
  font-weight: bold;
  color: #3a3a3a;
  margin-bottom: 28px;
  margin-top: 0px;
  letter-spacing: -1px;
  padding-right: 20px;
}

.clear {
  clear: both;
}

.vehicle_demo {
  margin-top: 6px;
}

.check_box {
  position: absolute;
  top: 0px;
  right: -7px;
}

.vehicle_details {
  margin-top: 8px;
}

.vehicle_details .price-wrap {
  padding: 0 0 0 15px;
  width: 100%;
}

.vehicle_details .price {
  padding-left: 6px;
  width: 96px;
}

.tax {
  position: relative;
  top: -6px;
  padding: 0 22px;
}

.no-margin {
  margin: 0px;
}

.carfax {
  margin-right: 35px;
}

.sales_tax {
  margin-top: 5px;
}

.sales_tax em {
  font-size: 12px;
}

.video_details {
  margin-top: 0px;
}

.price-wrap .price-tag {
  font-size: 30px;
}

.bottom-margin-0 {
  margin-bottom: 0px !important;
}

.horizontal_box .vehicle_details .table tr td {
  font-size: 12px;
}

.horizontal_box .vehicle_details .table tr td:last-child {
  padding-left: 5px;
}

.inventory_right {
  float: left;
  width: 82%;
  padding: 0px 0 0px 18px;
}

.car_type_heading {
  position: relative;
  float: left;
  width: 79%;
  padding: 0px 15px;
}

.car_type_heading h3 {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  margin-top: 0px;
  letter-spacing: -0.5px;
  line-height: 19px;
  margin-left: 6px;
  word-spacing: -4px;
}

.car-type {
  width: 60%;
  float: left;
}

.car-type .col-width-50 {
  padding-left: 0px;
  width: 44%;
}

.right_carList .car-type .col-width-60 {
  width: 49%;
  padding-left: 14px;
}

.right_carList .check_box_right {
  position: absolute;
  right: 22px;
  top: -9px;
}

.car-type-price {
  float: left;
  width: 40%;
  padding-left: 15px;
}

.car-type-price .price-wraper {
  float: left;
  margin: 0px;
  padding-left: 105px;
}

.right_carList .car-type-price .price-wraper {
  padding-left: 43px;
}

.car-type-price .car-type-col-2 {
  padding: 0px;
  margin: 10px;
}

.left-none li a:hover,
.right-none li a:hover,
.left-none li:hover input,
.left-none li:hover i.fa {
  color: #fff;
  text-decoration: none;
}

.car-type-list .list_img:hover > .hover_carInventory {
  display: block;
}

.car_heading {
  margin-left: 214px;
}

.car_heading h3 {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  margin-top: -1px;
  letter-spacing: -0.5px;
  line-height: 22px;
  margin-left: 6px;
  word-spacing: -4px;
}

.car_heading {
  position: relative;
}

.inventory-wide-sidebar-right .margin-top-20 {
  margin-top: 0;
}

.vehicle_details .img-border {
  margin: 0 auto;
}

.vehicle_details .table-responsive {
  padding: 10px 18px 0 18px;
}

.right_carList .car-type-list .list_img {
  width: 200px;
}

.right_carList .car-type-list .car_type_heading {
  width: 74%;
}

.right_carList .car-type-list .inventory_right {
  padding: 0px 0px 0px 14px;
  width: 76%;
}

.right_carList .car-type-list .inventory_right .wrapper_carList .car-type {
  width: 71%;
  float: left;
}

.right_carList .car-type-list .inventory_right .wrapper_carList .car-type-price {
  width: 29%;
  float: left;
  padding-left: 0;
}

.hover_carInventory {
  display: none;
}

.hover_carInventory {
  position: absolute;
  left: 10px;
  bottom: 0px;
  z-index: 4;
  border: 1px solid #000;
}

.vehicle_demo {
  margin-top: 20px;
}

.check_box {
  position: absolute;
  top: 0px;
  right: -7px;
}

.vehicle_details .price-wrap {
  margin: 0px;
}

.carfax {
  margin-right: 35px;
}

.horizontal_box img.img-border {
  float: none;
  margin: 0 auto;
}

.horizontal_box .vehicle_details .table tr td:first-child {
  width: 92px;
}

.make_inventory div[class*=col-md-3] {
  padding: 0 10px;
}

.make_inventory .my-dropdown {
  width: 100%;
}

.make_inventory .select-wrapper .form-element {
  margin: 7px 4px 3px 9px;
}

.listing-view {
  padding: 0;
  width: 100%;
}
.listing-view .nav-tabs > li.active > a,
.listing-view .nav-tabs > li.active > a:hover,
.listing-view .nav-tabs > li.active > a:focus,
.listing-view ul.page-view.nav-tabs li.active a {
  background-color: transparent;
  padding: 0;
  border: 1px solid transparent;
  border-bottom: 0;
}

.inventory-2 > .row,
.inventory-3 > .row,
.inventory-4 > .row {
  margin-left: -15px;
  margin-right: -15px;
}

.listing-view .row {
  margin: 0;
}

.wrapper_carList .car-type .col-width-50 {
  width: 44%;
}

.car-type-list {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 12px 10px 8px 10px;
  margin-bottom: 20px;
  border: solid 1px #e5e5e5;
  box-shadow: 2px 2px 2px #f6f6f6;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 26%, rgb(245, 245, 245) 64%);
  background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 26%, rgb(245, 245, 245) 64%);
  background: -o-linear-gradient(90deg, rgb(255, 255, 255) 26%, rgb(245, 245, 245) 64%);
  background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 26%, rgb(245, 245, 245) 64%);
  background: linear-gradient(180deg, rgb(255, 255, 255) 26%, rgb(245, 245, 245) 64%);
}

.car-type-list:hover {
  background: #fff;
  box-shadow: 0px 0px 14px 1px #ccc;
  cursor: pointer;
}

.right_carListt:hover {
  background: #fff;
  box-shadow: 0px 0px 14px 1px #ccc;
  cursor: pointer;
}

.price-wrap .price-tag {
  font-size: 30px;
  padding-left: 0px;
}

.horizontal_box .vehicle_details .table tr td {
  font-size: 12px;
}

.video_details a {
  text-decoration: none;
}

.view_viewport a {
  text-decoration: none;
  font-weight: 700;
}

.flex-direction-nav a:before {
  color: #fff;
  opacity: 0.5;
  padding-left: 5px;
}

.flex-direction-nav a.flex-next:before {
  padding-left: 0;
  padding-right: 5px;
}

#youtube_video {
  display: none;
}

#current_size {
  display: none;
  position: relative;
}

#request_more,
#schedule_drive,
#make_offer,
#trade_in,
#pdf_brochure,
#print_vehicle,
#email_friend {
  display: none;
}

/*  i. Inventory Listing   */
.car-info .table > tbody > tr > td {
  border-top: none;
  padding: 0 0 14px 4px;
  line-height: 9px;
  letter-spacing: -0.5px;
  word-spacing: 2px;
}

.left_inventory {
  margin-left: 0px;
}
.left_inventory h2 {
  color: var(--blue);
  font-weight: bolder;
  font-size: 20px;
}
.left_inventory h3 {
  font-size: 17px;
  font-weight: 600;
  color: var(--red);
  margin: 0;
}
.left_inventory form input[type=search] {
  border: solid 1px #fff;
  padding: 3px 5px;
  display: block;
  width: 100%;
  border-radius: 4px;
  outline: none;
  color: #999;
  margin-bottom: 10px;
}

.side-content .list ul li span strong {
  font-weight: normal;
}

.car_category h3 {
  margin: 0px;
  font-size: 22px;
  margin-bottom: 5px;
}

.cat_table {
  float: left;
  padding-left: 0;
  width: 50%;
}

.cat_accordian {
  float: left;
  width: 20%;
}

.car_category {
  width: 55%;
  float: left;
  position: relative;
}

.cat_accordian .price-wrap {
  margin-top: 0px;
  padding-left: 20px;
}

.cat_accordian form {
  float: right;
}

.car_fax {
  position: absolute;
  left: 34%;
  bottom: -4%;
}

.car-list {
  padding: 14px;
}

.side-content .side-blog img.alignleft {
  margin: 6px 15px 0 0px;
}

.side-content .list h3 {
  font-size: 20px;
  font-weight: 800;
  color: #c7081b;
  margin: 0;
}

.side-content .list ul li span strong {
  font-weight: normal;
}

.table-responsive {
  overflow: hidden;
  border: none;
}

.content-nav ul li.gradient_button,
div.example-tabs .nav-tabs > li > a {
  background-color: #f9f9f9;
  -webkit-border-top-left-radius: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-left-radius: 9px;
  -webkit-border-top-right-radius: 9px;
  -moz-border-radius-topright: 9px;
  border-top-right-radius: 9px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  text-indent: 0px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  color: #3a3a3a;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  font-weight: 700;
  font-style: normal;
  height: 30px;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #ffffff;
}

div.example-tabs .nav-tabs > li > a.active {
  color: #3a3a3a;
  border-bottom: 0;
  background-color: #fff;
}

div.example-tabs .nav-tabs > li > a {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  color: #686868;
  letter-spacing: -0.5px;
  text-shadow: 1px 1px 0px #ffffff;
  margin-bottom: -1px;
  display: inline-block;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-bottom: 1px solid transparent;
}

.vehicle-demo {
  margin-top: 12px;
}

.video-link:active {
  background: url(/images/input-bg-hover.png) top repeat-x;
}

.car-info-wrap p {
  padding: 0 11px;
}

.listing-slider {
  border: 4px solid #fff;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(204, 204, 204, 0.75);
  -moz-box-shadow: 1px 1px 5px 0px rgba(204, 204, 204, 0.75);
  box-shadow: 1px 1px 5px 0px rgba(204, 204, 204, 0.75);
  border-radius: 3px;
}

table.technical {
  width: 98%;
  margin-bottom: 30px;
}

table.technical thead tr {
  border-bottom: 1px solid #000;
}

table.technical thead tr > th {
  width: 70%;
  font-size: 22px;
  font-weight: 300;
}

table.technical thead tr > th + th {
  width: 29%;
  font-weight: 300;
  font-size: 16px;
}

table.technical thead tr th {
  padding: 5px;
}

table.technical tbody tr {
  border-top: 1px solid #ccc;
}

table.technical tbody tr > td + td {
  font-weight: 400;
}

table.technical tbody tr > td {
  font-weight: bold;
}

table.technical tbody tr td {
  padding: 5px;
}

.bx-wrapper .bx-viewport {
  margin: 0;
}

.featured-brand .bx-wrapper .bx-viewport {
  margin: 0;
}

.efficiency-rating {
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 19%, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #fefefe), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #fefefe 19%, #dedede 100%);
  background: -o-linear-gradient(top, #fefefe 19%, #dedede 100%);
  background: -ms-linear-gradient(top, #fefefe 19%, #dedede 100%);
  background: linear-gradient(to bottom, #fefefe 19%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fefefe", endColorstr="#dedede", GradientType=0);
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-left: 2px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(204, 204, 204, 0.75);
  -moz-box-shadow: 1px 1px 5px 0px rgba(204, 204, 204, 0.75);
  box-shadow: 1px 1px 5px 0px rgba(204, 204, 204, 0.75);
}

.side-content .efficiency-rating h3 {
  text-align: center;
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  letter-spacing: -1px;
  word-spacing: -1px;
  line-height: 21px;
}

.efficiency-rating ul {
  padding: 0;
  margin: 7px 0 0 0;
}

.efficiency-rating ul li {
  list-style: none;
  display: inline-block;
  margin-right: 21px;
  line-height: 30px;
}

.efficiency-rating ul li:last-child {
  margin-left: 18px;
}

.efficiency-rating ul li small,
.efficiency-rating ul li strong {
  display: block;
  color: #3a3a3a;
  font-weight: 600;
}

.efficiency-rating ul li small {
  font-size: 12px;
}

.efficiency-rating ul li strong {
  font-size: 36px;
  font-weight: 700;
}

.efficiency-rating img.aligncenter {
  margin: 0;
  position: relative;
  top: 13px;
  left: 24px;
}

.efficiency-rating p {
  font-size: 10px;
  text-align: center;
  color: #3a3a3a;
  line-height: 14px;
  padding: 17px 40px 0px 55px;
}

.efficiency-rating {
  position: relative;
}

.efficiency-rating ul li.fuel {
  position: absolute;
  top: 37px;
  left: 50%;
  margin-left: -30px;
}

.efficiency-rating ul li.fuel img {
  left: 0;
}

.efficiency-rating ul li.city_mpg {
  position: absolute;
  left: 25%;
  margin-right: 0;
  margin-left: -30px;
}

.efficiency-rating ul li.hwy_mpg {
  position: absolute;
  right: 25%;
  margin-left: 0;
  margin-right: -30px;
}

.efficiency-rating p {
  font-size: 10px;
  text-align: center;
  color: #3a3a3a;
  line-height: 14px;
  margin: 85px auto 0px;
  padding: 0;
  width: 75%;
}

/*  ii. Inventory Comparison   */
.porche .porche-header {
  background-color: #c7081b;
  text-align: center;
  color: #fff;
  padding: 14px 0px 7px 0;
}

.porche .porche-header span,
.porche .porche-header strong {
  display: block;
}

.porche .porche-header span {
  font-size: 22px;
  line-height: 18px;
  color: #fff;
}

.porche .porche-header strong {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  line-height: 50px;
}

.porche .porche-img {
  border: 1px solid #dedede;
  padding: 3px 3px 16px 3px;
  border-bottom: none;
}

.porche .car-detail {
  border: 1px solid #dedede;
  border-top: none;
  font-size: 14px;
  color: #747474;
}

.porche .car-detail .table,
.car-info .table {
  margin-bottom: 0;
}

.porche .car-detail .table > tbody > tr:first-child > td {
  border-top: none;
}

.porche .car-detail .table > tbody > tr > td:first-child {
  width: 45%;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  line-height: 24px;
}

.car-info .table > tbody > tr > td:first-child {
  width: 45%;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
}

.porche .car-detail .table > tbody > tr > td,
.car-info .table > tbody > tr > td {
  padding: 7px 8px;
}

.porche .car-detail .option-tick-list ul {
  padding: 0;
  margin: 0;
}

.porche .car-detail .option-tick-list ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.porche .car-detail .option-tick-list ul li:before {
  font-family: fontAwesome;
  content: "\f00c";
  display: block;
  color: #c7081b;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
}

.porche-footer {
  background-color: #f8f8f8;
  text-align: center;
}

/*  I. Services
----------------------------*/
.services .left-content,
.services .right-content {
  padding-top: 21px;
}

.services .left-content .firstcharacter {
  padding: 0;
  padding-right: 13px;
}

.services .right-content ul {
  padding: 0;
  margin: 0;
}

.services .right-content ul li {
  list-style: none;
  position: relative;
  padding-left: 19px;
  font-size: 14px;
  color: #2d2d2d;
}

.services .right-content ul li:before {
  font-family: fontAwesome;
  content: "\f00c";
  display: block;
  color: #c7081b;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
}

.featured-service h2,
.featured-service h2 strong,
.detail-service h2,
.detail-service h2 strong {
  font-size: 30px;
  color: #c7081b;
  letter-spacing: -1.5px;
}

.featured-service .featured {
  text-align: center;
  background-color: #f0f0f0;
  padding: 40px 20px;
  margin-top: 26px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 100%;
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  padding-bottom: 30px;
}

.featured-service .featured:hover {
  background-color: #c7081b;
  color: #fff;
}

.featured-service .featured:hover h5 {
  color: #fff;
}

.featured-service .featured h5,
.detail-service .details h5 {
  color: #2e2e2e;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  letter-spacing: -1.4px;
}

.featured-service .featured h5 {
  margin-bottom: 7px;
}

.featured-service .featured img {
  padding: 11px 0;
}

.featured-service .featured p,
.detail-service .details p {
  font-size: 14px;
}

.featured-service .featured p {
  margin: 0 auto;
}

.featured-service .featured .caption {
  background-color: #c7081b;
  position: absolute;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  left: 0;
}

.featured-service .featured .full-caption {
  width: 100%;
  height: 270px;
  top: -270px;
  text-align: left;
  padding: 40px 20px;
  text-align: center;
}

.featured-service .featured .full-caption h5 {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0px;
}

.featured-service .featured .full-caption p {
  font-size: 14px;
}

.featured-service .featured:hover .full-caption {
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  opacity: 1;
  transform: translateY(100%);
}

.detail-service .details {
  margin-top: 22px;
}

.detail-service .details h5 {
  padding-bottom: 2px;
}

.detail-service .details h5:before {
  font-size: 34px;
  font-family: FontAwesome;
  color: #c7081b;
  vertical-align: middle;
  margin-right: 15px;
}

.detail-service .details h5.customize:before {
  content: "\f0ad";
}

.detail-service .details h5.awards:before {
  content: "\f091";
}

.detail-service .details h5.music:before {
  content: "\f001";
}

.detail-service .details h5.work:before {
  content: "\f0f4";
}

.detail-service .details h5.ultra:before {
  content: "\f0d1";
}

.detail-service .details h5.flexible:before {
  content: "\f013";
}

/*  J. Our Team
----------------------------*/
.find_team h2 {
  color: #c7081b;
  font-size: 20px;
  font-weight: 800;
}

.name_post {
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}

.name_post h4 {
  font-size: 20px;
  font-weight: 800;
  color: #000;
  margin-bottom: 0px;
}

.name_post p {
  font-weight: normal;
  font-size: 14px;
  margin: 0px;
}

.about_team p {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  margin-top: 10px;
}

.about_team ul li {
  list-style: none;
  display: block;
  padding: 1px 18px 0px 18px;
  position: relative;
  line-height: 34px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  margin-bottom: 6px;
}

.about_team ul li i {
  position: absolute;
  top: 10px;
  left: 0px;
}

.about_team ul li i.fa-mobile {
  font-size: 19px;
  top: 8px;
}

.social_team ul {
  padding-left: 0px;
}

.social_team ul li {
  list-style: none;
  display: inline-block;
}

.social_team ul li i {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: #f5f5f5;
}

.find_team h2 {
  color: #c7081b;
  font-size: 20px;
  font-weight: 800;
}

.name_post {
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}

.name_post h4 {
  font-size: 20px;
  font-weight: 800;
  color: #000;
  margin-bottom: 0px;
}

.name_post p {
  font-weight: normal;
  font-size: 14px;
  margin: 0px;
}

.about_team p {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  margin-top: 10px;
}

.social_team ul {
  padding-left: 0px;
}

.social_team ul li {
  list-style: none;
  display: inline-block;
}

.social_team ul li i {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: #f5f5f5;
}

.find_team h2 {
  color: #c7081b;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-top: 10px;
}

.name_post {
  padding-bottom: 13px;
  border-bottom: 1px solid #e1e1e1;
}

.name_post h4 {
  font-size: 20px;
  font-weight: 800;
  color: #000;
  margin-bottom: 0px;
  margin-top: 22px;
  letter-spacing: -1px;
}

.name_post p {
  font-weight: normal;
  font-size: 16px;
  margin: 0px;
  line-height: 28px;
}

.about_team {
  padding-bottom: 8px;
  border-bottom: 1px solid #e1e1e1;
}

.about_team p {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  margin-top: 14px;
}

.about_team ul {
  padding: 2px 0px 0px 0px;
  margin: 0;
}

.about_team ul li i.fa-phone {
  font-size: 15px;
}

.about_team ul li i.fa-envelope-o {
  font-size: 12px;
  top: 11px;
}

.social_team ul {
  padding-left: 0px;
  margin-top: 20px;
}

.social_team ul li {
  list-style: none;
  display: inline-block;
  margin-right: 7px;
}

.social_team ul li i {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: #f5f5f5;
  font-size: 20px;
  color: #b2b2b2;
  text-align: center;
  padding-top: 5px;
}

.our_inventory {
  margin-top: 33px;
}

.our_inventory h4 {
  color: #c7081b;
  font-size: 24px;
}

.our_inventory span {
  color: #c7081b;
  font-size: 24px;
  font-weight: 800;
  margin-right: 0px;
}

.list_img {
  float: left;
  margin-top: -31px;
}

.list_img img {
  border: 1px solid #000;
}

.team {
  margin-top: 16px;
}

/*  K. Portfolio
----------------------------*/
.portfolio-container .list_faq {
  margin-bottom: 35px;
}

.portfolioContainer {
  font-size: 0px;
}

.portfolioContainer .box > div {
  color: #2e2e2e;
  border-bottom: 1px solid #e1e1e1;
}

.portfolioContainer .box > div > h2 {
  font-weight: 700;
  margin: 0;
  font-size: 20px;
  line-height: 100%;
}

.portfolioContainer .box > div > span {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
}

.portfolioContainer .box p {
  padding-top: 15px;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 7px;
}

.portfolioContainer .mix {
  display: none;
  float: none;
  vertical-align: top;
}

.portfolioContainer .mix .box a {
  display: block;
}

.portfolioContainer .mix .box a img {
  width: 100%;
}

.year_wrapper {
  margin-bottom: 7px;
}

.year_wrapper span {
  color: #c7081b;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}

div.secect_costom4 {
  width: 114px;
}

.inner-page.single-project-split .left-content {
  margin-bottom: 7px;
}

.make_inventory {
  background: #f0f0f0;
  padding: 23px 17px 11px 28px;
  margin-top: 27px;
  margin-bottom: 25px;
}

.make_inventory a.btn-inventory {
  margin-top: 0px;
  margin-right: 15px;
}

.make_inventory ul {
  float: left;
}

.make_inventory ul li {
  list-style: none;
  display: inline-block;
  font-size: 13px;
}

.make_inventory ul li form {
  display: inline-block;
}

.make_inventory ul li form label:before {
  width: 20px;
}

.make_inventory ul li form label {
  font-weight: normal;
  font-size: 13px;
}

.right_site_job .job h2 {
  font-weight: bold;
  font-size: 20px;
  margin: 0px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  margin-bottom: 13px;
}

.right_site_job .project_details h2 {
  font-weight: bold;
  font-size: 20px;
  margin: 0px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.right_site_job .project_details ul {
  padding-left: 0px;
  margin-top: -9px;
}

.right_site_job .project_details ul li {
  list-style: none;
  display: block;
}

.right_site_job .project_details ul li i {
  margin-right: 5px;
  color: #c7081b;
}

.right_site_job .job p {
  line-height: 24px;
  letter-spacing: -0.2px;
}

.project_wrapper h4.related_project_head {
  border-bottom: 1px solid #e1e1e1;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: -1px;
}

.car-block .car-block-bottom h2 {
  font-weight: bold;
  font-size: 16px;
  margin: 0px;
  margin-top: 10px;
  padding: 2px;
  color: #2e2e2e;
}

.car-block .car-block-bottom h4 {
  font-weight: normal;
  font-size: 14px;
  margin: 0px;
  padding: 2px;
  color: #2e2e2e;
}

.car-block a:hover > .car-block-bottom h2 {
  color: #fff;
}

.car-block a:hover > .car-block-bottom h4 {
  color: #fff;
}

.margin-top-20 {
  margin-top: 20px;
}

.single-project-wide .project_details {
  margin-top: 20px;
}

.single-project-wide .slider {
  margin-bottom: 25px;
  padding: 0;
}

/*  L. Blog
----------------------------*/
.blog-image {
  padding: 0;
}

.blog-list .thumb-image {
  float: left;
  height: 100%;
  overflow: hidden;
}

.blog-list .thumb-image img {
  display: inline-block;
  margin-right: 15px;
}

.blog-list h4 {
  font-size: 19px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  color: #2e2e2e;
}

.blog-list span {
  font-size: 12px;
  display: inline-block;
  color: #2e2e2e;
  padding-top: 4px;
}

.arrow1 a,
.arrow2 a,
.arrow3 a {
  background-color: #ccc;
  text-align: center;
  line-height: 25px;
  color: #fff;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-decoration: none;
}

.arrow2 a {
  background: url(/images/arrow.png) no-repeat #ccc;
  text-indent: -9999px;
}

.arrow2 a.bx-next {
  float: right;
  background-position: -20px 8px;
}

.arrow2 a.bx-prev {
  float: left;
  margin-right: 5px;
  background-position: 9px 8px;
}

.arrow1 a.disabled,
.arrow2 a.disabled:hover {
  background-color: #eee;
  text-decoration: none;
}

.arrow1 a:hover,
.arrow2 a:hover,
.arrow3 a:hover {
  background-color: #c7081b;
  text-decoration: none;
}

.arrow3 a {
  background: url(/images/arrow.png) no-repeat #ccc;
  text-indent: -9999px;
}

.arrow3 a.bx-next {
  float: left;
  margin-left: 5px;
  background-position: -20px 8px;
}

.arrow3 a.bx-prev {
  float: left;
  background-position: 9px 8px;
}

.featured-brand {
  margin-top: 10px;
  position: relative;
}

.featured-brand .arrow2 {
  position: absolute;
  top: 3px;
  right: 8px;
}

.featured-brand ul {
  margin: 33px 0 0 0;
}

.featured-brand ul li {
  list-style: none;
  display: inline-block;
  padding-right: 15px;
}

.featured_slider div.slide a {
  width: 120px;
  height: 82px;
  background: url(/images/sprite-img.png) no-repeat;
  display: block;
  text-indent: -9999px;
}

.featured_slider div.jquery a {
  background-position: 0px 0px;
}

.featured_slider div.html5 a {
  background-position: -199px 0px;
}

.featured_slider div.my-sql a {
  background-position: -380px 0px;
}

.featured_slider div.javascript a {
  background-position: -581px 0px;
}

.featured_slider div.wordpress a {
  background-position: -781px 0px;
}

.featured_slider div.php a {
  background-position: -980px 0px;
}

.featured_slider div.jquery:hover a {
  background-position: 0px -77px;
}

.featured_slider div.html5:hover a {
  background-position: -199px -80px;
}

.featured_slider div.my-sql:hover a {
  background-position: -380px -74px;
}

.featured_slider div.javascript:hover a {
  background-position: -581px -86px;
}

.featured_slider div.wordpress:hover a {
  background-position: -781px -81px;
}

.featured_slider div.php:hover a {
  background-position: -980px -70px;
}

.blog_post_controls a.bx-next {
  margin-right: 5px;
}

.blog-content h2,
.blog-content h2 a {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  color: #2e2e2e;
}

.blog-content strong {
  font-size: 18px;
  font-weight: 700;
  color: #2e2e2e;
  display: block;
}

.blog-content ul {
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

.blog-content ul li {
  list-style: none;
  display: inline-block;
  color: #2e2e2e;
  padding-right: 20px;
  font-size: 14px;
}

.blog-content ul li:before {
  padding-right: 10px;
  color: #6f6f6f;
  font-size: 20px;
}

.blog-post .blog-content .post-entry {
  padding-top: 26px;
  margin-bottom: 0;
}

.blog-content ul li a {
  font-size: 14px;
  color: #2e2e2e;
  font-weight: 400;
  text-decoration: none;
}

.post-entry img {
  border: 1px solid #3a3a3a;
}

.post-entry p + p {
  margin: 26px 0 0;
}

img.alignleft,
.blog-content div img.alignleft {
  float: left;
  margin: 7px 25px 10px 0;
}

img.alignright {
  float: right;
  margin: 0 0 10px 10px;
}

img.aligncenter {
  float: none;
  margin: 10px auto;
  display: block;
}

.blog-end .social-buttons {
  display: block;
  list-style: none;
  padding: 0;
  margin: 20px;
}

.blog-end .social-buttons > li {
  display: block;
  margin: 0;
  padding: 10px;
  float: left;
}

.blog-end .social-buttons .socialite {
  display: block;
  position: relative;
  background: url("../images/social-sprite.png") 0 0 no-repeat;
}

.blog-end .social-buttons .socialite-loaded {
  background: none !important;
}

.blog-end .social-buttons .twitter-share {
  width: 55px;
  height: 65px;
  background-position: 0 0;
}

.blog-end .social-buttons .googleplus-one {
  width: 50px;
  height: 65px;
  background-position: -75px 0;
}

.blog-end .social-buttons .facebook-like {
  width: 50px;
  height: 65px;
  background-position: -145px 0;
}

.blog-end .social-buttons .linkedin-share {
  width: 60px;
  height: 65px;
  background-position: -215px 0;
}

.read-more a:hover {
  text-decoration: none;
}

.read-more a {
  color: #c7081b;
  font-size: 14px;
  font-weight: 700;
}

.post-entry span.tags {
  font-size: 20px;
  color: #6f6f6f;
  display: block;
}

.post-entry span.tags a {
  font-size: 14px;
  text-decoration: none;
  color: #2e2e2e;
  padding-left: 10px;
}

.blog-content .firstcharacter {
  line-height: 43px;
}

.post-entry p.quotation {
  font-size: 20px;
  color: #2e2e2e;
  line-height: 28px;
}

.blog-content .post-entry blockquote {
  padding: 0px 20px;
  margin: 20px 0 25px;
  border-left: 7px solid #c7081b;
  font-size: 19px;
}

.blog-content .post-entry h5 {
  font-size: 14px;
  font-weight: 800;
  color: #2e2e2e;
  margin: 20px 0;
}

.blog-content img.social-tag {
  border: none;
}

.related_post {
  margin-left: -15px;
  margin-right: -15px;
}

.latest-news h3,
.latest-news .arrow1 {
  display: inline-block;
}

.recent_blog_posts {
  padding-left: 0;
}

.recent_blog_posts li {
  margin-bottom: 1px;
}

.blog-list div[class*=col-] {
  padding: 0 5px 15px 5px;
}

/*  i. Comments   */
.comments h3 {
  padding: 40px 0 30px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.comment-profile {
  margin-top: 30px;
}

.threadauthor {
  padding-right: 0;
}

.comment-profile img {
  border: none;
}

.comment-data .comment-author strong,
.comment-data .comment-author small,
.comment-data .comment-author a {
  display: inline-block;
  color: #2e2e2e;
  font-size: 14px;
  padding-left: 3px;
}

.comment-data .comment-author strong {
  font-weight: 700;
  margin: 0;
  padding-left: 0;
  padding-right: 6px;
}

.comment-data .comment-author a {
  color: #c7081b;
  font-weight: 700;
}

.comment-data {
  border-bottom: 1px solid #efefef;
  padding-bottom: 29px;
}

.comment-list,
.comment-list ul,
.comment-list ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list ul,
.comment-list ol {
  padding-left: 30px;
}

.leave-comments form input[type=text] {
  padding: 3px 5px;
  display: block;
  width: 30%;
  border-radius: 4px;
  outline: none;
  color: #999;
  margin-bottom: 22px;
  font-size: 13px;
  margin-left: 27px;
  border: 1px solid #e4e4e4;
  box-shadow: none;
}

.leave-comments form input:first-child[type=text] {
  margin-left: 0;
}

.leave-comments form textarea {
  border-radius: 4px;
  outline: none;
  padding-left: 7px;
  color: #999;
  display: block;
  border: none;
  height: 94px;
  border: 1px solid #e4e4e4;
  box-shadow: none;
}

.leave-comments form input[type=submit] {
  font-size: 13px;
  border: none;
  padding: 3px 10px;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  outline: none;
  float: none;
}

/*  M. Contact
----------------------------*/
.find_map h2 {
  color: #c7081b;
  font-size: 20px;
  font-weight: 800;
}

#google-map-listing img {
  max-width: inherit;
}

.deparment h5 {
  margin: 0px;
  font-size: 13px;
  font-weight: bold;
  color: #2d2d2d;
  margin-bottom: 15px;
}

.contact_textarea {
  line-height: 1.828571;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

fieldset#contact_form input[type=text],
fieldset#contact_form input[type=email],
fieldset#contact_form textarea[name=msg] {
  width: 100%;
}

.form-control::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #999;
}

.form-control::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: #999;
}

input.form-control {
  height: 34px;
}

/*  N. Boxed & Margin Layout
----------------------------*/
.boxed_layout {
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
}

.video-cta .cta-bg {
  background: url(/images/backgrounds/video_bg.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-cta .cta-info {
  padding: 80px;
}
@media (max-width: 991.98px) {
  .video-cta .cta-info {
    padding: 60px;
  }
}
@media (max-width: 767.98px) {
  .video-cta .cta-info {
    padding: 40px;
  }
}
@media (max-width: 575.98px) {
  .video-cta .cta-info {
    padding: 20px;
  }
}

body.background_1 {
  background: url(/images/backgrounds/bg01.jpg) no-repeat 100% 100% fixed;
  background-size: 100% 100%;
}

body.background_2 {
  background: url(/images/backgrounds/bg02.jpg) no-repeat 100% 100% fixed;
  background-size: 100% 100%;
}

body.background_3 {
  background: url(/images/backgrounds/bg03.jpg) no-repeat 100% 100% fixed;
  background-size: 100% 100%;
}

body.background_4 {
  background: url(/images/backgrounds/bg04.jpg) no-repeat 100% 100% fixed;
  background-size: 100% 100%;
}

body.background_5 {
  background: url(/images/backgrounds/bg05.jpg) no-repeat 100% 100% fixed;
  background-size: 100% 100%;
}

body.background_6 {
  background: url(/images/backgrounds/bg06.jpg) no-repeat 100% 100% fixed;
  background-size: 100% 100%;
}

body.background_7 {
  background: url(/images/backgrounds/bg07.jpg) no-repeat 100% 100% fixed;
  background-size: 100% 100%;
}

body.background_8 {
  background: url(/images/backgrounds/bg08.jpg) no-repeat 100% 100% fixed;
  background-size: 100% 100%;
}

body.background_9 {
  background: url(/images/backgrounds/bg09.jpg) no-repeat 100% 100% fixed;
  background-size: 100% 100%;
}

body.background_10 {
  background: url(/images/backgrounds/bg10.jpg) no-repeat 100% 100% fixed;
  background-size: 100% 100%;
}

body.background_11 {
  background: url(/images/backgrounds/bg11.jpg) no-repeat 100% 100% fixed;
  background-size: 100% 100%;
}

body.background_12 {
  background: url(/images/backgrounds/bg12.jpg) no-repeat 100% 100% fixed;
  background-size: 100% 100%;
}

body.background_13 {
  background: url(/images/backgrounds/bg13.jpg) no-repeat 100% 100% fixed;
  background-size: 100% 100%;
}

body.background_14 {
  background: url(/images/backgrounds/bg14.jpg) no-repeat 100% 100% fixed;
  background-size: 100% 100%;
}

body.background_15 {
  background: url(/images/backgrounds/bg15.jpg) no-repeat 100% 100% fixed;
  background-size: 100% 100%;
}

body.background_16 {
  background: url(/images/backgrounds/bg16.jpg) no-repeat 100% 100% fixed;
  background-size: 100% 100%;
}

body.background_17 {
  background: url(/images/backgrounds/bg17.jpg) no-repeat 100% 100% fixed;
  background-size: 100% 100%;
}

body.background_18 {
  background: url(/images/backgrounds/bg18.jpg) no-repeat 100% 100% fixed;
  background-size: 100% 100%;
}

body.background_19 {
  background: url(/images/backgrounds/bg19.jpg) no-repeat 100% 100% fixed;
  background-size: 100% 100%;
}

body.background_20 {
  background: url(/images/backgrounds/bg20.jpg) no-repeat 100% 100% fixed;
  background-size: 100% 100%;
}

body.background_21 {
  background: url(/images/backgrounds/bg21.jpg) no-repeat 100% 100% fixed;
  background-size: 100% 100%;
}

body.background_22 {
  background: url(/images/backgrounds/bg22.jpg) no-repeat 100% 100% fixed;
  background-size: 100% 100%;
}

body.background_23 {
  background: url(/images/backgrounds/bg23.jpg) no-repeat 100% 100% fixed;
  background-size: 100% 100%;
}

body.background_24 {
  background: url(/images/backgrounds/bg24.jpg) no-repeat 100% 100% fixed;
  background-size: 100% 100%;
}

body.background_25 {
  background: url(/images/backgrounds/bg25.jpg) no-repeat 100% 100% fixed;
  background-size: 100% 100%;
}

body.background_26 {
  background: url(/images/backgrounds/bg26.jpg) no-repeat 100% 100% fixed;
  background-size: 100% 100%;
}

body.background_27 {
  background: url(/images/backgrounds/bg27.jpg) no-repeat 100% 100% fixed;
  background-size: 100% 100%;
}

body.background_28 {
  background: url(/images/backgrounds/bg28.jpg) no-repeat 100% 100% fixed;
  background-size: 100% 100%;
}

body.background_29 {
  background: url(/images/backgrounds/bg29.jpg) no-repeat 100% 100% fixed;
  background-size: 100% 100%;
}

body.background_30 {
  background: url(/images/backgrounds/bg30.jpg) no-repeat 100% 100% fixed;
  background-size: 100% 100%;
}

body.background_31 {
  background: url(/images/backgrounds/bg31.jpg) no-repeat 100% 100% fixed;
  background-size: 100% 100%;
}

body.background_32 {
  background: url(/images/backgrounds/bg32.jpg) no-repeat 100% 100% fixed;
  background-size: 100% 100%;
}

/* Patterns */
body.pattern_1 {
  background-image: url(/images/patterns/45degreee_fabric.png);
}

body.pattern_2 {
  background-image: url(/images/patterns/absurdidad.png);
}

body.pattern_3 {
  background-image: url(/images/patterns/arches.png);
}

body.pattern_4 {
  background-image: url(/images/patterns/bedge_grunge.png);
}

body.pattern_5 {
  background-image: url(/images/patterns/cubes.png);
}

body.pattern_6 {
  background-image: url(/images/patterns/dark_tire.png);
}

body.pattern_7 {
  background-image: url(/images/patterns/darkdenim.png);
}

body.pattern_8 {
  background-image: url(/images/patterns/debut_light.png);
}

body.pattern_9 {
  background-image: url(/images/patterns/diamond_upholstery.png);
}

body.pattern_10 {
  background-image: url(/images/patterns/doubled_lined.png);
}

body.pattern_11 {
  background-image: url(/images/patterns/dust.png);
}

body.pattern_12 {
  background-image: url(/images/patterns/gplaypattern.png);
}

body.pattern_13 {
  background-image: url(/images/patterns/gray_jean.png);
}

body.pattern_14 {
  background-image: url(/images/patterns/grey.png);
}

body.pattern_15 {
  background-image: url(/images/patterns/gridme.png);
}

body.pattern_16 {
  background-image: url(/images/patterns/light_noise_diagonal.png);
}

body.pattern_17 {
  background-image: url(/images/patterns/lined_paper.png);
}

body.pattern_18 {
  background-image: url(/images/patterns/linen.png);
}

body.pattern_19 {
  background-image: url(/images/patterns/low_contrast_linen.png);
}

body.pattern_20 {
  background-image: url(/images/patterns/noise_lines.png);
}

body.pattern_21 {
  background-image: url(/images/patterns/noisy_grid.png);
}

body.pattern_22 {
  background-image: url(/images/patterns/px.png);
}

body.pattern_23 {
  background-image: url(/images/patterns/shl.png);
}

body.pattern_24 {
  background-image: url(/images/patterns/subtle_dots.png);
}

body.pattern_25 {
  background-image: url(/images/patterns/subtle_zebra_3d.png);
}

body.pattern_26 {
  background-image: url(/images/patterns/subtlenet2.png);
}

body.pattern_27 {
  background-image: url(/images/patterns/tex2res4.png);
}

body.pattern_28 {
  background-image: url(/images/patterns/tiny_grid.png);
}

body.pattern_29 {
  background-image: url(/images/patterns/vintage_speckles.png);
}

body.pattern_30 {
  background-image: url(/images/patterns/white_bed_sheet.png);
}

body.pattern_31 {
  background-image: url(/images/patterns/wild_olivia.png);
}

body.pattern_32 {
  background-image: url(/images/patterns/worn_dots.png);
}

section.content,
.car-block-wrap,
.welcome-wrap {
  background: #fff;
}

.tp-banner {
  visibility: hidden;
}

/*  */
.inventory-heading .sold_text {
  position: absolute;
  bottom: 13px;
  right: 0;
  padding: 0 5px;
  line-height: 50px;
}

.carasouel-slider3 .sold_text {
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
  position: absolute;
  left: 38px;
  top: 14%;
  font-size: 26px;
  line-height: 38px;
  border: 6px solid #c7081b;
  color: #c7081b;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.75);
  padding: 3px 5px;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 15;
}

textarea,
select,
div.custom-select,
input[type=search] {
  background-color: #ffffff;
  float: left;
  border: 1px solid #e4e4e4;
  min-height: 27px;
  padding: 3px 4px;
  border-radius: 4px;
  font-size: 13px;
}

.fs-9 {
  font-size: 9px;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-30 {
  font-size: 30px;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-70 {
  padding: 70px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-90 {
  padding: 90px !important;
}

.p-100 {
  padding: 100px !important;
}

.p-110 {
  padding: 110px !important;
}

.p-120 {
  padding: 120px !important;
}

.p-130 {
  padding: 130px !important;
}

.p-140 {
  padding: 140px !important;
}

.p-150 {
  padding: 150px !important;
}

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.px-110 {
  padding-left: 110px !important;
  padding-right: 110px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.px-120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.px-130 {
  padding-left: 130px !important;
  padding-right: 130px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.px-140 {
  padding-left: 140px !important;
  padding-right: 140px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.px-150 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.py-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.py-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.py-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-60 {
  margin: 60px !important;
}

.m-70 {
  margin: 70px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-90 {
  margin: 90px !important;
}

.m-100 {
  margin: 100px !important;
}

.m-110 {
  margin: 110px !important;
}

.m-120 {
  margin: 120px !important;
}

.m-130 {
  margin: 130px !important;
}

.m-140 {
  margin: 140px !important;
}

.m-150 {
  margin: 150px !important;
}

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mx-110 {
  margin-left: 110px !important;
  margin-right: 110px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mx-120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mx-130 {
  margin-left: 130px !important;
  margin-right: 130px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mx-140 {
  margin-left: 140px !important;
  margin-right: 140px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mx-150 {
  margin-left: 150px !important;
  margin-right: 150px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.my-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.p-0 {
  padding: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .p-5 {
    padding: 5px !important;
  }
  .p-10 {
    padding: 10px !important;
  }
  .p-15 {
    padding: 15px !important;
  }
  .p-20 {
    padding: 20px !important;
  }
  .p-25 {
    padding: 25px !important;
  }
  .p-30 {
    padding: 30px !important;
  }
  .p-40 {
    padding: 40px !important;
  }
  .p-50 {
    padding: 50px !important;
  }
  .p-60 {
    padding: 60px !important;
  }
  .p-70 {
    padding: 70px !important;
  }
  .p-80 {
    padding: 80px !important;
  }
  .p-90 {
    padding: 90px !important;
  }
  .p-100 {
    padding: 100px !important;
  }
  .p-110 {
    padding: 110px !important;
  }
  .p-120 {
    padding: 120px !important;
  }
  .p-130 {
    padding: 130px !important;
  }
  .p-140 {
    padding: 140px !important;
  }
  .p-150 {
    padding: 150px !important;
  }
  .px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .pl-5 {
    padding-left: 5px !important;
  }
  .pr-5 {
    padding-right: 5px !important;
  }
  .px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .pl-10 {
    padding-left: 10px !important;
  }
  .pr-10 {
    padding-right: 10px !important;
  }
  .px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .pl-15 {
    padding-left: 15px !important;
  }
  .pr-15 {
    padding-right: 15px !important;
  }
  .px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .pl-20 {
    padding-left: 20px !important;
  }
  .pr-20 {
    padding-right: 20px !important;
  }
  .px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .pl-25 {
    padding-left: 25px !important;
  }
  .pr-25 {
    padding-right: 25px !important;
  }
  .px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .pl-30 {
    padding-left: 30px !important;
  }
  .pr-30 {
    padding-right: 30px !important;
  }
  .px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .pl-40 {
    padding-left: 40px !important;
  }
  .pr-40 {
    padding-right: 40px !important;
  }
  .px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .pl-50 {
    padding-left: 50px !important;
  }
  .pr-50 {
    padding-right: 50px !important;
  }
  .px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .pl-60 {
    padding-left: 60px !important;
  }
  .pr-60 {
    padding-right: 60px !important;
  }
  .px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .pl-70 {
    padding-left: 70px !important;
  }
  .pr-70 {
    padding-right: 70px !important;
  }
  .px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .pl-80 {
    padding-left: 80px !important;
  }
  .pr-80 {
    padding-right: 80px !important;
  }
  .px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .pl-90 {
    padding-left: 90px !important;
  }
  .pr-90 {
    padding-right: 90px !important;
  }
  .px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .pl-100 {
    padding-left: 100px !important;
  }
  .pr-100 {
    padding-right: 100px !important;
  }
  .px-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .pl-110 {
    padding-left: 110px !important;
  }
  .pr-110 {
    padding-right: 110px !important;
  }
  .px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .pl-120 {
    padding-left: 120px !important;
  }
  .pr-120 {
    padding-right: 120px !important;
  }
  .px-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  .pl-130 {
    padding-left: 130px !important;
  }
  .pr-130 {
    padding-right: 130px !important;
  }
  .px-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  .pl-140 {
    padding-left: 140px !important;
  }
  .pr-140 {
    padding-right: 140px !important;
  }
  .px-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .pl-150 {
    padding-left: 150px !important;
  }
  .pr-150 {
    padding-right: 150px !important;
  }
  .py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .pt-5 {
    padding-top: 5px !important;
  }
  .pb-5 {
    padding-bottom: 5px !important;
  }
  .py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .pt-10 {
    padding-top: 10px !important;
  }
  .pb-10 {
    padding-bottom: 10px !important;
  }
  .py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .pt-15 {
    padding-top: 15px !important;
  }
  .pb-15 {
    padding-bottom: 15px !important;
  }
  .py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .pt-20 {
    padding-top: 20px !important;
  }
  .pb-20 {
    padding-bottom: 20px !important;
  }
  .py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .pt-25 {
    padding-top: 25px !important;
  }
  .pb-25 {
    padding-bottom: 25px !important;
  }
  .py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .pt-30 {
    padding-top: 30px !important;
  }
  .pb-30 {
    padding-bottom: 30px !important;
  }
  .py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pt-40 {
    padding-top: 40px !important;
  }
  .pb-40 {
    padding-bottom: 40px !important;
  }
  .py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .pt-50 {
    padding-top: 50px !important;
  }
  .pb-50 {
    padding-bottom: 50px !important;
  }
  .py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .pt-60 {
    padding-top: 60px !important;
  }
  .pb-60 {
    padding-bottom: 60px !important;
  }
  .py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .pt-70 {
    padding-top: 70px !important;
  }
  .pb-70 {
    padding-bottom: 70px !important;
  }
  .py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-80 {
    padding-top: 80px !important;
  }
  .pb-80 {
    padding-bottom: 80px !important;
  }
  .py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .pt-90 {
    padding-top: 90px !important;
  }
  .pb-90 {
    padding-bottom: 90px !important;
  }
  .py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pt-100 {
    padding-top: 100px !important;
  }
  .pb-100 {
    padding-bottom: 100px !important;
  }
  .py-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .pt-110 {
    padding-top: 110px !important;
  }
  .pb-110 {
    padding-bottom: 110px !important;
  }
  .py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .pt-120 {
    padding-top: 120px !important;
  }
  .pb-120 {
    padding-bottom: 120px !important;
  }
  .py-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .pt-130 {
    padding-top: 130px !important;
  }
  .pb-130 {
    padding-bottom: 130px !important;
  }
  .py-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .pt-140 {
    padding-top: 140px !important;
  }
  .pb-140 {
    padding-bottom: 140px !important;
  }
  .py-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .pt-150 {
    padding-top: 150px !important;
  }
  .pb-150 {
    padding-bottom: 150px !important;
  }
  .m-5 {
    margin: 5px !important;
  }
  .m-10 {
    margin: 10px !important;
  }
  .m-15 {
    margin: 15px !important;
  }
  .m-20 {
    margin: 20px !important;
  }
  .m-25 {
    margin: 25px !important;
  }
  .m-30 {
    margin: 30px !important;
  }
  .m-40 {
    margin: 40px !important;
  }
  .m-50 {
    margin: 50px !important;
  }
  .m-60 {
    margin: 60px !important;
  }
  .m-70 {
    margin: 70px !important;
  }
  .m-80 {
    margin: 80px !important;
  }
  .m-90 {
    margin: 90px !important;
  }
  .m-100 {
    margin: 100px !important;
  }
  .m-110 {
    margin: 110px !important;
  }
  .m-120 {
    margin: 120px !important;
  }
  .m-130 {
    margin: 130px !important;
  }
  .m-140 {
    margin: 140px !important;
  }
  .m-150 {
    margin: 150px !important;
  }
  .mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .ml-5 {
    margin-left: 5px !important;
  }
  .mr-5 {
    margin-right: 5px !important;
  }
  .mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .ml-10 {
    margin-left: 10px !important;
  }
  .mr-10 {
    margin-right: 10px !important;
  }
  .mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .ml-15 {
    margin-left: 15px !important;
  }
  .mr-15 {
    margin-right: 15px !important;
  }
  .mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .ml-20 {
    margin-left: 20px !important;
  }
  .mr-20 {
    margin-right: 20px !important;
  }
  .mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .ml-25 {
    margin-left: 25px !important;
  }
  .mr-25 {
    margin-right: 25px !important;
  }
  .mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .ml-30 {
    margin-left: 30px !important;
  }
  .mr-30 {
    margin-right: 30px !important;
  }
  .mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .ml-40 {
    margin-left: 40px !important;
  }
  .mr-40 {
    margin-right: 40px !important;
  }
  .mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .ml-50 {
    margin-left: 50px !important;
  }
  .mr-50 {
    margin-right: 50px !important;
  }
  .mx-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .ml-60 {
    margin-left: 60px !important;
  }
  .mr-60 {
    margin-right: 60px !important;
  }
  .mx-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .ml-70 {
    margin-left: 70px !important;
  }
  .mr-70 {
    margin-right: 70px !important;
  }
  .mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .ml-80 {
    margin-left: 80px !important;
  }
  .mr-80 {
    margin-right: 80px !important;
  }
  .mx-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .ml-90 {
    margin-left: 90px !important;
  }
  .mr-90 {
    margin-right: 90px !important;
  }
  .mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .ml-100 {
    margin-left: 100px !important;
  }
  .mr-100 {
    margin-right: 100px !important;
  }
  .mx-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  .ml-110 {
    margin-left: 110px !important;
  }
  .mr-110 {
    margin-right: 110px !important;
  }
  .mx-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .ml-120 {
    margin-left: 120px !important;
  }
  .mr-120 {
    margin-right: 120px !important;
  }
  .mx-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  .ml-130 {
    margin-left: 130px !important;
  }
  .mr-130 {
    margin-right: 130px !important;
  }
  .mx-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  .ml-140 {
    margin-left: 140px !important;
  }
  .mr-140 {
    margin-right: 140px !important;
  }
  .mx-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  .ml-150 {
    margin-left: 150px !important;
  }
  .mr-150 {
    margin-right: 150px !important;
  }
  .my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .mt-5 {
    margin-top: 5px !important;
  }
  .mb-5 {
    margin-bottom: 5px !important;
  }
  .my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mt-10 {
    margin-top: 10px !important;
  }
  .mb-10 {
    margin-bottom: 10px !important;
  }
  .my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mt-15 {
    margin-top: 15px !important;
  }
  .mb-15 {
    margin-bottom: 15px !important;
  }
  .my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mt-20 {
    margin-top: 20px !important;
  }
  .mb-20 {
    margin-bottom: 20px !important;
  }
  .my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .mt-25 {
    margin-top: 25px !important;
  }
  .mb-25 {
    margin-bottom: 25px !important;
  }
  .my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mt-30 {
    margin-top: 30px !important;
  }
  .mb-30 {
    margin-bottom: 30px !important;
  }
  .my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mt-40 {
    margin-top: 40px !important;
  }
  .mb-40 {
    margin-bottom: 40px !important;
  }
  .my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mt-50 {
    margin-top: 50px !important;
  }
  .mb-50 {
    margin-bottom: 50px !important;
  }
  .my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mt-60 {
    margin-top: 60px !important;
  }
  .mb-60 {
    margin-bottom: 60px !important;
  }
  .my-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .mt-70 {
    margin-top: 70px !important;
  }
  .mb-70 {
    margin-bottom: 70px !important;
  }
  .my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mt-80 {
    margin-top: 80px !important;
  }
  .mb-80 {
    margin-bottom: 80px !important;
  }
  .my-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .mt-90 {
    margin-top: 90px !important;
  }
  .mb-90 {
    margin-bottom: 90px !important;
  }
  .my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mt-100 {
    margin-top: 100px !important;
  }
  .mb-100 {
    margin-bottom: 100px !important;
  }
  .my-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .mt-110 {
    margin-top: 110px !important;
  }
  .mb-110 {
    margin-bottom: 110px !important;
  }
  .my-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .mt-120 {
    margin-top: 120px !important;
  }
  .mb-120 {
    margin-bottom: 120px !important;
  }
  .my-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .mt-130 {
    margin-top: 130px !important;
  }
  .mb-130 {
    margin-bottom: 130px !important;
  }
  .my-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .mt-140 {
    margin-top: 140px !important;
  }
  .mb-140 {
    margin-bottom: 140px !important;
  }
  .my-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .mt-150 {
    margin-top: 150px !important;
  }
  .mb-150 {
    margin-bottom: 150px !important;
  }
  .p-0 {
    padding: 0 !important;
  }
  .pl-0 {
    padding-left: 0 !important;
  }
  .pr-0 {
    padding-right: 0 !important;
  }
  .pt-0 {
    padding-top: 0 !important;
  }
  .pb-0 {
    padding-bottom: 0 !important;
  }
  .m-0 {
    margin: 0 !important;
  }
  .ml-0 {
    margin-left: 0 !important;
  }
  .mr-0 {
    margin-right: 0 !important;
  }
  .mt-0 {
    margin-top: 0 !important;
  }
  .mb-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .p-5 {
    padding: 5px !important;
  }
  .p-10 {
    padding: 10px !important;
  }
  .p-15 {
    padding: 15px !important;
  }
  .p-20 {
    padding: 20px !important;
  }
  .p-25 {
    padding: 25px !important;
  }
  .p-30 {
    padding: 30px !important;
  }
  .p-40 {
    padding: 40px !important;
  }
  .p-50 {
    padding: 50px !important;
  }
  .p-60 {
    padding: 60px !important;
  }
  .p-70 {
    padding: 70px !important;
  }
  .p-80 {
    padding: 80px !important;
  }
  .p-90 {
    padding: 90px !important;
  }
  .p-100 {
    padding: 100px !important;
  }
  .p-110 {
    padding: 110px !important;
  }
  .p-120 {
    padding: 120px !important;
  }
  .p-130 {
    padding: 130px !important;
  }
  .p-140 {
    padding: 140px !important;
  }
  .p-150 {
    padding: 150px !important;
  }
  .px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .pl-5 {
    padding-left: 5px !important;
  }
  .pr-5 {
    padding-right: 5px !important;
  }
  .px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .pl-10 {
    padding-left: 10px !important;
  }
  .pr-10 {
    padding-right: 10px !important;
  }
  .px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .pl-15 {
    padding-left: 15px !important;
  }
  .pr-15 {
    padding-right: 15px !important;
  }
  .px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .pl-20 {
    padding-left: 20px !important;
  }
  .pr-20 {
    padding-right: 20px !important;
  }
  .px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .pl-25 {
    padding-left: 25px !important;
  }
  .pr-25 {
    padding-right: 25px !important;
  }
  .px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .pl-30 {
    padding-left: 30px !important;
  }
  .pr-30 {
    padding-right: 30px !important;
  }
  .px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .pl-40 {
    padding-left: 40px !important;
  }
  .pr-40 {
    padding-right: 40px !important;
  }
  .px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .pl-50 {
    padding-left: 50px !important;
  }
  .pr-50 {
    padding-right: 50px !important;
  }
  .px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .pl-60 {
    padding-left: 60px !important;
  }
  .pr-60 {
    padding-right: 60px !important;
  }
  .px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .pl-70 {
    padding-left: 70px !important;
  }
  .pr-70 {
    padding-right: 70px !important;
  }
  .px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .pl-80 {
    padding-left: 80px !important;
  }
  .pr-80 {
    padding-right: 80px !important;
  }
  .px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .pl-90 {
    padding-left: 90px !important;
  }
  .pr-90 {
    padding-right: 90px !important;
  }
  .px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .pl-100 {
    padding-left: 100px !important;
  }
  .pr-100 {
    padding-right: 100px !important;
  }
  .px-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .pl-110 {
    padding-left: 110px !important;
  }
  .pr-110 {
    padding-right: 110px !important;
  }
  .px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .pl-120 {
    padding-left: 120px !important;
  }
  .pr-120 {
    padding-right: 120px !important;
  }
  .px-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  .pl-130 {
    padding-left: 130px !important;
  }
  .pr-130 {
    padding-right: 130px !important;
  }
  .px-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  .pl-140 {
    padding-left: 140px !important;
  }
  .pr-140 {
    padding-right: 140px !important;
  }
  .px-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .pl-150 {
    padding-left: 150px !important;
  }
  .pr-150 {
    padding-right: 150px !important;
  }
  .py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .pt-5 {
    padding-top: 5px !important;
  }
  .pb-5 {
    padding-bottom: 5px !important;
  }
  .py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .pt-10 {
    padding-top: 10px !important;
  }
  .pb-10 {
    padding-bottom: 10px !important;
  }
  .py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .pt-15 {
    padding-top: 15px !important;
  }
  .pb-15 {
    padding-bottom: 15px !important;
  }
  .py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .pt-20 {
    padding-top: 20px !important;
  }
  .pb-20 {
    padding-bottom: 20px !important;
  }
  .py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .pt-25 {
    padding-top: 25px !important;
  }
  .pb-25 {
    padding-bottom: 25px !important;
  }
  .py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .pt-30 {
    padding-top: 30px !important;
  }
  .pb-30 {
    padding-bottom: 30px !important;
  }
  .py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pt-40 {
    padding-top: 40px !important;
  }
  .pb-40 {
    padding-bottom: 40px !important;
  }
  .py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .pt-50 {
    padding-top: 50px !important;
  }
  .pb-50 {
    padding-bottom: 50px !important;
  }
  .py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .pt-60 {
    padding-top: 60px !important;
  }
  .pb-60 {
    padding-bottom: 60px !important;
  }
  .py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .pt-70 {
    padding-top: 70px !important;
  }
  .pb-70 {
    padding-bottom: 70px !important;
  }
  .py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-80 {
    padding-top: 80px !important;
  }
  .pb-80 {
    padding-bottom: 80px !important;
  }
  .py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .pt-90 {
    padding-top: 90px !important;
  }
  .pb-90 {
    padding-bottom: 90px !important;
  }
  .py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pt-100 {
    padding-top: 100px !important;
  }
  .pb-100 {
    padding-bottom: 100px !important;
  }
  .py-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .pt-110 {
    padding-top: 110px !important;
  }
  .pb-110 {
    padding-bottom: 110px !important;
  }
  .py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .pt-120 {
    padding-top: 120px !important;
  }
  .pb-120 {
    padding-bottom: 120px !important;
  }
  .py-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .pt-130 {
    padding-top: 130px !important;
  }
  .pb-130 {
    padding-bottom: 130px !important;
  }
  .py-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .pt-140 {
    padding-top: 140px !important;
  }
  .pb-140 {
    padding-bottom: 140px !important;
  }
  .py-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .pt-150 {
    padding-top: 150px !important;
  }
  .pb-150 {
    padding-bottom: 150px !important;
  }
  .m-5 {
    margin: 5px !important;
  }
  .m-10 {
    margin: 10px !important;
  }
  .m-15 {
    margin: 15px !important;
  }
  .m-20 {
    margin: 20px !important;
  }
  .m-25 {
    margin: 25px !important;
  }
  .m-30 {
    margin: 30px !important;
  }
  .m-40 {
    margin: 40px !important;
  }
  .m-50 {
    margin: 50px !important;
  }
  .m-60 {
    margin: 60px !important;
  }
  .m-70 {
    margin: 70px !important;
  }
  .m-80 {
    margin: 80px !important;
  }
  .m-90 {
    margin: 90px !important;
  }
  .m-100 {
    margin: 100px !important;
  }
  .m-110 {
    margin: 110px !important;
  }
  .m-120 {
    margin: 120px !important;
  }
  .m-130 {
    margin: 130px !important;
  }
  .m-140 {
    margin: 140px !important;
  }
  .m-150 {
    margin: 150px !important;
  }
  .mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .ml-5 {
    margin-left: 5px !important;
  }
  .mr-5 {
    margin-right: 5px !important;
  }
  .mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .ml-10 {
    margin-left: 10px !important;
  }
  .mr-10 {
    margin-right: 10px !important;
  }
  .mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .ml-15 {
    margin-left: 15px !important;
  }
  .mr-15 {
    margin-right: 15px !important;
  }
  .mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .ml-20 {
    margin-left: 20px !important;
  }
  .mr-20 {
    margin-right: 20px !important;
  }
  .mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .ml-25 {
    margin-left: 25px !important;
  }
  .mr-25 {
    margin-right: 25px !important;
  }
  .mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .ml-30 {
    margin-left: 30px !important;
  }
  .mr-30 {
    margin-right: 30px !important;
  }
  .mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .ml-40 {
    margin-left: 40px !important;
  }
  .mr-40 {
    margin-right: 40px !important;
  }
  .mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .ml-50 {
    margin-left: 50px !important;
  }
  .mr-50 {
    margin-right: 50px !important;
  }
  .mx-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .ml-60 {
    margin-left: 60px !important;
  }
  .mr-60 {
    margin-right: 60px !important;
  }
  .mx-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .ml-70 {
    margin-left: 70px !important;
  }
  .mr-70 {
    margin-right: 70px !important;
  }
  .mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .ml-80 {
    margin-left: 80px !important;
  }
  .mr-80 {
    margin-right: 80px !important;
  }
  .mx-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .ml-90 {
    margin-left: 90px !important;
  }
  .mr-90 {
    margin-right: 90px !important;
  }
  .mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .ml-100 {
    margin-left: 100px !important;
  }
  .mr-100 {
    margin-right: 100px !important;
  }
  .mx-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  .ml-110 {
    margin-left: 110px !important;
  }
  .mr-110 {
    margin-right: 110px !important;
  }
  .mx-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .ml-120 {
    margin-left: 120px !important;
  }
  .mr-120 {
    margin-right: 120px !important;
  }
  .mx-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  .ml-130 {
    margin-left: 130px !important;
  }
  .mr-130 {
    margin-right: 130px !important;
  }
  .mx-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  .ml-140 {
    margin-left: 140px !important;
  }
  .mr-140 {
    margin-right: 140px !important;
  }
  .mx-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  .ml-150 {
    margin-left: 150px !important;
  }
  .mr-150 {
    margin-right: 150px !important;
  }
  .my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .mt-5 {
    margin-top: 5px !important;
  }
  .mb-5 {
    margin-bottom: 5px !important;
  }
  .my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mt-10 {
    margin-top: 10px !important;
  }
  .mb-10 {
    margin-bottom: 10px !important;
  }
  .my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mt-15 {
    margin-top: 15px !important;
  }
  .mb-15 {
    margin-bottom: 15px !important;
  }
  .my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mt-20 {
    margin-top: 20px !important;
  }
  .mb-20 {
    margin-bottom: 20px !important;
  }
  .my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .mt-25 {
    margin-top: 25px !important;
  }
  .mb-25 {
    margin-bottom: 25px !important;
  }
  .my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mt-30 {
    margin-top: 30px !important;
  }
  .mb-30 {
    margin-bottom: 30px !important;
  }
  .my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mt-40 {
    margin-top: 40px !important;
  }
  .mb-40 {
    margin-bottom: 40px !important;
  }
  .my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mt-50 {
    margin-top: 50px !important;
  }
  .mb-50 {
    margin-bottom: 50px !important;
  }
  .my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mt-60 {
    margin-top: 60px !important;
  }
  .mb-60 {
    margin-bottom: 60px !important;
  }
  .my-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .mt-70 {
    margin-top: 70px !important;
  }
  .mb-70 {
    margin-bottom: 70px !important;
  }
  .my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mt-80 {
    margin-top: 80px !important;
  }
  .mb-80 {
    margin-bottom: 80px !important;
  }
  .my-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .mt-90 {
    margin-top: 90px !important;
  }
  .mb-90 {
    margin-bottom: 90px !important;
  }
  .my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mt-100 {
    margin-top: 100px !important;
  }
  .mb-100 {
    margin-bottom: 100px !important;
  }
  .my-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .mt-110 {
    margin-top: 110px !important;
  }
  .mb-110 {
    margin-bottom: 110px !important;
  }
  .my-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .mt-120 {
    margin-top: 120px !important;
  }
  .mb-120 {
    margin-bottom: 120px !important;
  }
  .my-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .mt-130 {
    margin-top: 130px !important;
  }
  .mb-130 {
    margin-bottom: 130px !important;
  }
  .my-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .mt-140 {
    margin-top: 140px !important;
  }
  .mb-140 {
    margin-bottom: 140px !important;
  }
  .my-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .mt-150 {
    margin-top: 150px !important;
  }
  .mb-150 {
    margin-bottom: 150px !important;
  }
  .p-0 {
    padding: 0 !important;
  }
  .pl-0 {
    padding-left: 0 !important;
  }
  .pr-0 {
    padding-right: 0 !important;
  }
  .pt-0 {
    padding-top: 0 !important;
  }
  .pb-0 {
    padding-bottom: 0 !important;
  }
  .m-0 {
    margin: 0 !important;
  }
  .ml-0 {
    margin-left: 0 !important;
  }
  .mr-0 {
    margin-right: 0 !important;
  }
  .mt-0 {
    margin-top: 0 !important;
  }
  .mb-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .p-5 {
    padding: 5px !important;
  }
  .p-10 {
    padding: 10px !important;
  }
  .p-15 {
    padding: 15px !important;
  }
  .p-20 {
    padding: 20px !important;
  }
  .p-25 {
    padding: 25px !important;
  }
  .p-30 {
    padding: 30px !important;
  }
  .p-40 {
    padding: 40px !important;
  }
  .p-50 {
    padding: 50px !important;
  }
  .p-60 {
    padding: 60px !important;
  }
  .p-70 {
    padding: 70px !important;
  }
  .p-80 {
    padding: 80px !important;
  }
  .p-90 {
    padding: 90px !important;
  }
  .p-100 {
    padding: 100px !important;
  }
  .p-110 {
    padding: 110px !important;
  }
  .p-120 {
    padding: 120px !important;
  }
  .p-130 {
    padding: 130px !important;
  }
  .p-140 {
    padding: 140px !important;
  }
  .p-150 {
    padding: 150px !important;
  }
  .px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .pl-5 {
    padding-left: 5px !important;
  }
  .pr-5 {
    padding-right: 5px !important;
  }
  .px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .pl-10 {
    padding-left: 10px !important;
  }
  .pr-10 {
    padding-right: 10px !important;
  }
  .px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .pl-15 {
    padding-left: 15px !important;
  }
  .pr-15 {
    padding-right: 15px !important;
  }
  .px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .pl-20 {
    padding-left: 20px !important;
  }
  .pr-20 {
    padding-right: 20px !important;
  }
  .px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .pl-25 {
    padding-left: 25px !important;
  }
  .pr-25 {
    padding-right: 25px !important;
  }
  .px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .pl-30 {
    padding-left: 30px !important;
  }
  .pr-30 {
    padding-right: 30px !important;
  }
  .px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .pl-40 {
    padding-left: 40px !important;
  }
  .pr-40 {
    padding-right: 40px !important;
  }
  .px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .pl-50 {
    padding-left: 50px !important;
  }
  .pr-50 {
    padding-right: 50px !important;
  }
  .px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .pl-60 {
    padding-left: 60px !important;
  }
  .pr-60 {
    padding-right: 60px !important;
  }
  .px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .pl-70 {
    padding-left: 70px !important;
  }
  .pr-70 {
    padding-right: 70px !important;
  }
  .px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .pl-80 {
    padding-left: 80px !important;
  }
  .pr-80 {
    padding-right: 80px !important;
  }
  .px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .pl-90 {
    padding-left: 90px !important;
  }
  .pr-90 {
    padding-right: 90px !important;
  }
  .px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .pl-100 {
    padding-left: 100px !important;
  }
  .pr-100 {
    padding-right: 100px !important;
  }
  .px-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .pl-110 {
    padding-left: 110px !important;
  }
  .pr-110 {
    padding-right: 110px !important;
  }
  .px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .pl-120 {
    padding-left: 120px !important;
  }
  .pr-120 {
    padding-right: 120px !important;
  }
  .px-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  .pl-130 {
    padding-left: 130px !important;
  }
  .pr-130 {
    padding-right: 130px !important;
  }
  .px-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  .pl-140 {
    padding-left: 140px !important;
  }
  .pr-140 {
    padding-right: 140px !important;
  }
  .px-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .pl-150 {
    padding-left: 150px !important;
  }
  .pr-150 {
    padding-right: 150px !important;
  }
  .py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .pt-5 {
    padding-top: 5px !important;
  }
  .pb-5 {
    padding-bottom: 5px !important;
  }
  .py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .pt-10 {
    padding-top: 10px !important;
  }
  .pb-10 {
    padding-bottom: 10px !important;
  }
  .py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .pt-15 {
    padding-top: 15px !important;
  }
  .pb-15 {
    padding-bottom: 15px !important;
  }
  .py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .pt-20 {
    padding-top: 20px !important;
  }
  .pb-20 {
    padding-bottom: 20px !important;
  }
  .py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .pt-25 {
    padding-top: 25px !important;
  }
  .pb-25 {
    padding-bottom: 25px !important;
  }
  .py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .pt-30 {
    padding-top: 30px !important;
  }
  .pb-30 {
    padding-bottom: 30px !important;
  }
  .py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pt-40 {
    padding-top: 40px !important;
  }
  .pb-40 {
    padding-bottom: 40px !important;
  }
  .py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .pt-50 {
    padding-top: 50px !important;
  }
  .pb-50 {
    padding-bottom: 50px !important;
  }
  .py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .pt-60 {
    padding-top: 60px !important;
  }
  .pb-60 {
    padding-bottom: 60px !important;
  }
  .py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .pt-70 {
    padding-top: 70px !important;
  }
  .pb-70 {
    padding-bottom: 70px !important;
  }
  .py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-80 {
    padding-top: 80px !important;
  }
  .pb-80 {
    padding-bottom: 80px !important;
  }
  .py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .pt-90 {
    padding-top: 90px !important;
  }
  .pb-90 {
    padding-bottom: 90px !important;
  }
  .py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pt-100 {
    padding-top: 100px !important;
  }
  .pb-100 {
    padding-bottom: 100px !important;
  }
  .py-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .pt-110 {
    padding-top: 110px !important;
  }
  .pb-110 {
    padding-bottom: 110px !important;
  }
  .py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .pt-120 {
    padding-top: 120px !important;
  }
  .pb-120 {
    padding-bottom: 120px !important;
  }
  .py-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .pt-130 {
    padding-top: 130px !important;
  }
  .pb-130 {
    padding-bottom: 130px !important;
  }
  .py-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .pt-140 {
    padding-top: 140px !important;
  }
  .pb-140 {
    padding-bottom: 140px !important;
  }
  .py-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .pt-150 {
    padding-top: 150px !important;
  }
  .pb-150 {
    padding-bottom: 150px !important;
  }
  .m-5 {
    margin: 5px !important;
  }
  .m-10 {
    margin: 10px !important;
  }
  .m-15 {
    margin: 15px !important;
  }
  .m-20 {
    margin: 20px !important;
  }
  .m-25 {
    margin: 25px !important;
  }
  .m-30 {
    margin: 30px !important;
  }
  .m-40 {
    margin: 40px !important;
  }
  .m-50 {
    margin: 50px !important;
  }
  .m-60 {
    margin: 60px !important;
  }
  .m-70 {
    margin: 70px !important;
  }
  .m-80 {
    margin: 80px !important;
  }
  .m-90 {
    margin: 90px !important;
  }
  .m-100 {
    margin: 100px !important;
  }
  .m-110 {
    margin: 110px !important;
  }
  .m-120 {
    margin: 120px !important;
  }
  .m-130 {
    margin: 130px !important;
  }
  .m-140 {
    margin: 140px !important;
  }
  .m-150 {
    margin: 150px !important;
  }
  .mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .ml-5 {
    margin-left: 5px !important;
  }
  .mr-5 {
    margin-right: 5px !important;
  }
  .mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .ml-10 {
    margin-left: 10px !important;
  }
  .mr-10 {
    margin-right: 10px !important;
  }
  .mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .ml-15 {
    margin-left: 15px !important;
  }
  .mr-15 {
    margin-right: 15px !important;
  }
  .mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .ml-20 {
    margin-left: 20px !important;
  }
  .mr-20 {
    margin-right: 20px !important;
  }
  .mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .ml-25 {
    margin-left: 25px !important;
  }
  .mr-25 {
    margin-right: 25px !important;
  }
  .mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .ml-30 {
    margin-left: 30px !important;
  }
  .mr-30 {
    margin-right: 30px !important;
  }
  .mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .ml-40 {
    margin-left: 40px !important;
  }
  .mr-40 {
    margin-right: 40px !important;
  }
  .mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .ml-50 {
    margin-left: 50px !important;
  }
  .mr-50 {
    margin-right: 50px !important;
  }
  .mx-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .ml-60 {
    margin-left: 60px !important;
  }
  .mr-60 {
    margin-right: 60px !important;
  }
  .mx-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .ml-70 {
    margin-left: 70px !important;
  }
  .mr-70 {
    margin-right: 70px !important;
  }
  .mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .ml-80 {
    margin-left: 80px !important;
  }
  .mr-80 {
    margin-right: 80px !important;
  }
  .mx-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .ml-90 {
    margin-left: 90px !important;
  }
  .mr-90 {
    margin-right: 90px !important;
  }
  .mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .ml-100 {
    margin-left: 100px !important;
  }
  .mr-100 {
    margin-right: 100px !important;
  }
  .mx-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  .ml-110 {
    margin-left: 110px !important;
  }
  .mr-110 {
    margin-right: 110px !important;
  }
  .mx-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .ml-120 {
    margin-left: 120px !important;
  }
  .mr-120 {
    margin-right: 120px !important;
  }
  .mx-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  .ml-130 {
    margin-left: 130px !important;
  }
  .mr-130 {
    margin-right: 130px !important;
  }
  .mx-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  .ml-140 {
    margin-left: 140px !important;
  }
  .mr-140 {
    margin-right: 140px !important;
  }
  .mx-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  .ml-150 {
    margin-left: 150px !important;
  }
  .mr-150 {
    margin-right: 150px !important;
  }
  .my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .mt-5 {
    margin-top: 5px !important;
  }
  .mb-5 {
    margin-bottom: 5px !important;
  }
  .my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mt-10 {
    margin-top: 10px !important;
  }
  .mb-10 {
    margin-bottom: 10px !important;
  }
  .my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mt-15 {
    margin-top: 15px !important;
  }
  .mb-15 {
    margin-bottom: 15px !important;
  }
  .my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mt-20 {
    margin-top: 20px !important;
  }
  .mb-20 {
    margin-bottom: 20px !important;
  }
  .my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .mt-25 {
    margin-top: 25px !important;
  }
  .mb-25 {
    margin-bottom: 25px !important;
  }
  .my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mt-30 {
    margin-top: 30px !important;
  }
  .mb-30 {
    margin-bottom: 30px !important;
  }
  .my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mt-40 {
    margin-top: 40px !important;
  }
  .mb-40 {
    margin-bottom: 40px !important;
  }
  .my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mt-50 {
    margin-top: 50px !important;
  }
  .mb-50 {
    margin-bottom: 50px !important;
  }
  .my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mt-60 {
    margin-top: 60px !important;
  }
  .mb-60 {
    margin-bottom: 60px !important;
  }
  .my-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .mt-70 {
    margin-top: 70px !important;
  }
  .mb-70 {
    margin-bottom: 70px !important;
  }
  .my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mt-80 {
    margin-top: 80px !important;
  }
  .mb-80 {
    margin-bottom: 80px !important;
  }
  .my-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .mt-90 {
    margin-top: 90px !important;
  }
  .mb-90 {
    margin-bottom: 90px !important;
  }
  .my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mt-100 {
    margin-top: 100px !important;
  }
  .mb-100 {
    margin-bottom: 100px !important;
  }
  .my-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .mt-110 {
    margin-top: 110px !important;
  }
  .mb-110 {
    margin-bottom: 110px !important;
  }
  .my-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .mt-120 {
    margin-top: 120px !important;
  }
  .mb-120 {
    margin-bottom: 120px !important;
  }
  .my-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .mt-130 {
    margin-top: 130px !important;
  }
  .mb-130 {
    margin-bottom: 130px !important;
  }
  .my-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .mt-140 {
    margin-top: 140px !important;
  }
  .mb-140 {
    margin-bottom: 140px !important;
  }
  .my-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .mt-150 {
    margin-top: 150px !important;
  }
  .mb-150 {
    margin-bottom: 150px !important;
  }
  .p-0 {
    padding: 0 !important;
  }
  .pl-0 {
    padding-left: 0 !important;
  }
  .pr-0 {
    padding-right: 0 !important;
  }
  .pt-0 {
    padding-top: 0 !important;
  }
  .pb-0 {
    padding-bottom: 0 !important;
  }
  .m-0 {
    margin: 0 !important;
  }
  .ml-0 {
    margin-left: 0 !important;
  }
  .mr-0 {
    margin-right: 0 !important;
  }
  .mt-0 {
    margin-top: 0 !important;
  }
  .mb-0 {
    margin-bottom: 0 !important;
  }
}
.bg-border {
  background-color: var(--border) !important;
}

.bg-text {
  background-color: var(--text) !important;
}

.bg-lime {
  background-color: var(--lime) !important;
}

.bg-blue {
  background-color: var(--blue) !important;
}

.bg-blue-dark {
  background-color: var(--blue-dark) !important;
}

.bg-red {
  background-color: var(--red) !important;
}

.bg-red-light {
  background-color: var(--red-light) !important;
}

.bg-white {
  background-color: var(--white) !important;
}

.bg-fullwhite {
  background-color: var(--fullwhite) !important;
}

.bg-gray {
  background-color: var(--gray) !important;
}

.bg-label {
  background-color: var(--label) !important;
}

.text-border {
  color: var(--border) !important;
}

.text-text {
  color: var(--text) !important;
}

.text-lime {
  color: var(--lime) !important;
}

.text-blue {
  color: var(--blue) !important;
}

.text-blue-dark {
  color: var(--blue-dark) !important;
}

.text-red {
  color: var(--red) !important;
}

.text-red-light {
  color: var(--red-light) !important;
}

.text-white {
  color: var(--white) !important;
}

.text-fullwhite {
  color: var(--fullwhite) !important;
}

.text-gray {
  color: var(--gray) !important;
}

.text-label {
  color: var(--label) !important;
}

a {
  color: #c7081b;
}
a:hover {
  color: #c7081b;
}

a p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: "Poppins", serif;
  letter-spacing: 0.04em;
}

.font-size-1 {
  font-size: 1px;
}

.font-size-2 {
  font-size: 2px;
}

.font-size-3 {
  font-size: 3px;
}

.font-size-4 {
  font-size: 4px;
}

.font-size-5 {
  font-size: 5px;
}

.font-size-6 {
  font-size: 6px;
}

.font-size-7 {
  font-size: 7px;
}

.font-size-8 {
  font-size: 8px;
}

.font-size-9 {
  font-size: 9px;
}

.font-size-10 {
  font-size: 10px;
}

.font-size-11 {
  font-size: 11px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-13 {
  font-size: 13px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-17 {
  font-size: 17px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-19 {
  font-size: 19px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-21 {
  font-size: 21px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-23 {
  font-size: 23px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-25 {
  font-size: 25px;
}

.font-size-26 {
  font-size: 26px;
}

.font-size-27 {
  font-size: 27px;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-29 {
  font-size: 29px;
}

.font-size-30 {
  font-size: 30px;
}

.font-size-31 {
  font-size: 31px;
}

.font-size-32 {
  font-size: 32px;
}

.font-size-33 {
  font-size: 33px;
}

.font-size-34 {
  font-size: 34px;
}

.font-size-35 {
  font-size: 35px;
}

.font-size-36 {
  font-size: 36px;
}

.font-size-37 {
  font-size: 37px;
}

.font-size-38 {
  font-size: 38px;
}

.font-size-39 {
  font-size: 39px;
}

.font-size-40 {
  font-size: 40px;
}

.font-size-41 {
  font-size: 41px;
}

.font-size-42 {
  font-size: 42px;
}

.font-size-43 {
  font-size: 43px;
}

.font-size-44 {
  font-size: 44px;
}

.font-size-45 {
  font-size: 45px;
}

.font-size-46 {
  font-size: 46px;
}

.font-size-47 {
  font-size: 47px;
}

.font-size-48 {
  font-size: 48px;
}

.font-size-49 {
  font-size: 49px;
}

.font-size-50 {
  font-size: 50px;
}

.font-size-51 {
  font-size: 51px;
}

.font-size-52 {
  font-size: 52px;
}

.font-size-53 {
  font-size: 53px;
}

.font-size-54 {
  font-size: 54px;
}

.font-size-55 {
  font-size: 55px;
}

.font-size-56 {
  font-size: 56px;
}

.font-size-57 {
  font-size: 57px;
}

.font-size-58 {
  font-size: 58px;
}

.font-size-59 {
  font-size: 59px;
}

.font-size-60 {
  font-size: 60px;
}

.font-size-61 {
  font-size: 61px;
}

.font-size-62 {
  font-size: 62px;
}

.font-size-63 {
  font-size: 63px;
}

.font-size-64 {
  font-size: 64px;
}

.font-size-65 {
  font-size: 65px;
}

.font-size-66 {
  font-size: 66px;
}

.font-size-67 {
  font-size: 67px;
}

.font-size-68 {
  font-size: 68px;
}

.font-size-69 {
  font-size: 69px;
}

.font-size-70 {
  font-size: 70px;
}

.font-size-71 {
  font-size: 71px;
}

.font-size-72 {
  font-size: 72px;
}

.font-size-73 {
  font-size: 73px;
}

.font-size-74 {
  font-size: 74px;
}

.font-size-75 {
  font-size: 75px;
}

.font-size-76 {
  font-size: 76px;
}

.font-size-77 {
  font-size: 77px;
}

.font-size-78 {
  font-size: 78px;
}

.font-size-79 {
  font-size: 79px;
}

.font-size-80 {
  font-size: 80px;
}

.font-size-81 {
  font-size: 81px;
}

.font-size-82 {
  font-size: 82px;
}

.font-size-83 {
  font-size: 83px;
}

.font-size-84 {
  font-size: 84px;
}

.font-size-85 {
  font-size: 85px;
}

.font-size-86 {
  font-size: 86px;
}

.font-size-87 {
  font-size: 87px;
}

.font-size-88 {
  font-size: 88px;
}

.font-size-89 {
  font-size: 89px;
}

.font-size-90 {
  font-size: 90px;
}

.font-size-91 {
  font-size: 91px;
}

.font-size-92 {
  font-size: 92px;
}

.font-size-93 {
  font-size: 93px;
}

.font-size-94 {
  font-size: 94px;
}

.font-size-95 {
  font-size: 95px;
}

.font-size-96 {
  font-size: 96px;
}

.font-size-97 {
  font-size: 97px;
}

.font-size-98 {
  font-size: 98px;
}

.font-size-99 {
  font-size: 99px;
}

.font-size-100 {
  font-size: 100px;
}

h1, .h1 {
  font-weight: 700;
  position: relative;
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 49px;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 44px;
  }
}
@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 39px;
  }
}
@media (max-width: 575.98px) {
  h1, .h1 {
    font-size: 34px;
  }
}

h2, .h2 {
  font-weight: 700;
  position: relative;
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 44px;
  }
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 39px;
  }
}
@media (max-width: 991.98px) {
  h2, .h2 {
    font-size: 34px;
  }
}
@media (max-width: 575.98px) {
  h2, .h2 {
    font-size: 29px;
  }
}

h3, .h3 {
  font-weight: 700;
  position: relative;
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 39px;
  }
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 34px;
  }
}
@media (max-width: 991.98px) {
  h3, .h3 {
    font-size: 29px;
  }
}
@media (max-width: 575.98px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-weight: 700;
  position: relative;
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  h4, .h4 {
    font-size: 29px;
  }
}
@media (max-width: 991.98px) {
  h4, .h4 {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  h4, .h4 {
    font-size: 19px;
  }
}

h5, .h5 {
  font-weight: 700;
  position: relative;
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 29px;
  }
}
@media (min-width: 992px) {
  h5, .h5 {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  h5, .h5 {
    font-size: 19px;
  }
}
@media (max-width: 575.98px) {
  h5, .h5 {
    font-size: 14px;
  }
}

h6, .h6 {
  font-weight: 700;
  position: relative;
}
@media (min-width: 1200px) {
  h6, .h6 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  h6, .h6 {
    font-size: 19px;
  }
}
@media (max-width: 991.98px) {
  h6, .h6 {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  h6, .h6 {
    font-size: 9px;
  }
}

.no-shadow {
  box-shadow: none !important;
}

.row-with-border > div {
  border-left: 1px solid var(--border);
}
.row-with-border > div:first-child {
  border-left: none;
}

.legend-area {
  display: block;
  font-size: 20px;
  font-weight: 500;
  background-color: var(--gray);
  color: var(--text);
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  padding: 50px 100px;
}
.legend-area .circle-left,
.legend-area .circle-right {
  position: absolute;
  width: 120px;
  height: 120px;
  opacity: 0px;
  border: 7px solid #b70000;
  border-radius: 100%;
}
.legend-area .circle-left {
  top: -50px;
  left: -50px;
}
.legend-area .circle-right {
  bottom: -50px;
  right: -50px;
}
.legend-area .legends {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 500;
  justify-content: space-between;
  gap: 20px;
}

.auction-table .table {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.auction-table .table th,
.auction-table .table td {
  font-size: 13px;
  color: var(--text);
  padding: 10px;
  text-align: center;
}
.auction-table .table tr {
  border-left: 1px solid var(--white);
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
}
.auction-table .table tfoot th,
.auction-table .table thead th {
  background-color: var(--red-light);
  border: 1px solid var(--red-light);
}

.toolbar {
  padding: 0;
  color: #fff;
  min-height: 30px;
  position: relative;
  z-index: 5555;
  background: rgba(0, 0, 0, 0.2);
  display: block;
}
.toolbar ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.toolbar ul li {
  float: left;
  margin-right: 22px;
  color: #929596;
  font-size: 10px;
  font-weight: 800;
  line-height: 30px;
}
.toolbar ul li i {
  padding-right: 5px;
  font-size: 14px;
}
.toolbar ul li a {
  color: #929596;
  font-size: 10px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.toolbar .search_box {
  background: none;
  box-shadow: none;
  height: 22px;
  display: inline-block;
  min-height: initial;
  margin: 0;
  border: 0;
  color: #929596;
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  float: none;
  padding: 0 4px;
}
.toolbar .search_box::-webkit-input-placeholder, .toolbar .search_box:-moz-placeholder, .toolbar .search_box::-moz-placeholder, .toolbar .search_box:-ms-input-placeholder {
  color: #929596;
  transition: all 0.5s linear;
}
.toolbar .search_box::-webkit-input-placeholder, .toolbar .search_box:moz-placeholder, .toolbar .search_box::-moz-placeholder, .toolbar .search_box:-ms-input-placeholder {
  transition: all 0.5s linear;
}
.toolbar .search_box:hover::-webkit-input-placeholder, .toolbar .search_box:hover:moz-placeholder, .toolbar .search_box:hover::-moz-placeholder, .toolbar .search_box:hover:-ms-input-placeholder {
  color: #fff;
  transition: all 0.5s linear;
}
.toolbar .toolbar_shadow {
  background-image: url(/images/toolbar_shadow.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 21px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 30px;
}

header {
  background: #000000;
  position: absolute;
  z-index: 1000;
  width: 100%;
  top: 0px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
@media (min-width: 320px) and (max-width: 1024px) {
  header header {
    position: absolute;
  }
}
header * {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
@media (min-width: 320px) and (max-width: 991px) {
  header .left_bar {
    display: none;
  }
}
@media (min-width: 992px) {
  header .left_bar {
    display: block;
  }
}
header .bottom-header {
  padding-bottom: 21px;
  margin-bottom: -21px;
}
header .bottom-header .header_shadow {
  background-image: url(/images/header_shadow.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 21px;
  margin-bottom: -21px;
}
header .bottom-header .container .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
header .bottom-header .navbar {
  margin-bottom: 0px;
  border: none;
}
header .bottom-header .navbar-nav {
  gap: 20px;
}
@media (max-width: 767px) {
  header .bottom-header .navbar-nav > li {
    width: 50%;
  }
}
header .bottom-header .navbar-nav > li > a {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  line-height: 31px;
  transition-duration: 0.15s;
}
@media (max-width: 768px) {
  header .bottom-header .navbar-nav > li > a {
    display: block;
    padding: 12px 0px !important;
  }
}
@media (min-width: 768px) {
  header .bottom-header .navbar-nav > li > a {
    font-size: 12px;
    padding: 38px 6px 20px 6px !important;
  }
}
@media (min-width: 992px) {
  header .bottom-header .navbar-nav > li > a {
    font-size: 14px;
    font-size: 14px;
    padding: 38px 10px 20px !important;
  }
}
@media (min-width: 1170px) {
  header .bottom-header .navbar-nav > li > a {
    font-size: 14px;
    padding: 5px 0px !important;
  }
}
header .bottom-header .navbar-nav > li > a:before {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: transparent;
  transition: all 0.3s linear;
}
header .bottom-header .navbar-nav > li:hover a:before {
  width: 100%;
  background-color: #c7081b;
}
header .bottom-header .navbar-nav > li.active > a {
  color: #fff;
}
header .bottom-header .navbar-nav > li.active > a:before {
  width: 100%;
  background-color: #c7081b;
}
header .bottom-header .navbar-nav > li.active > a:hover, header .bottom-header .navbar-nav > li.active > a:focus {
  color: #fff;
}
header .bottom-header .navbar-nav > li.active > a:hover:before, header .bottom-header .navbar-nav > li.active > a:focus:before {
  width: 100%;
  background-color: #c7081b;
}
header .bottom-header .navbar-brand {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  transition-duration: 0s;
  float: left;
}
header .bottom-header .navbar-brand .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 20px;
  width: 100%;
}
header .bottom-header .navbar-default {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}
header .navbar-header {
  position: relative;
}
header .navbar-header .navbar-toggler {
  width: 30px;
  height: 30px;
  border-color: transparent;
  background-color: transparent;
  outline: none;
  position: absolute;
  padding: 0;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
header .navbar-header .navbar-toggler .navbar-toggler-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("/svg/menu.svg");
}
header.affix {
  position: fixed;
}
header.affix .container .navbar {
  min-height: 0px;
  margin-top: 0;
}
header.affix .container .navbar .navbar-nav li a {
  line-height: 10px;
  font-size: 12px;
  transition-duration: 0.15s;
}
header.affix .bottom-header {
  height: initial;
  background-position: center 68px;
}
header.affix .bottom-header .navbar-default .navbar-brand .logo {
  width: 70%;
}

header .nav .open > a,
header .nav .open > a:hover,
header .nav .open > a:focus,
header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:hover,
header .navbar-default .navbar-nav > .open > a:focus {
  background-color: #c7081b;
  color: #fff;
}

header .navbar-default .navbar-nav > .dropdown > a .caret,
header .navbar-default .navbar-nav .dropdown a .caret {
  display: none;
}

header .navbar-default .navbar-nav > .dropdown > a .caret,
header .navbar-default .navbar-nav .dropdown a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.dropdown-menu > li > a {
  display: block;
  line-height: 1.428571429;
  white-space: nowrap;
}

header .navbar-nav.pull-right > li > .dropdown-menu,
header .navbar-nav > li > .dropdown-menu {
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  right: auto;
  margin-left: 0;
  font-size: 13px;
  font-weight: 400;
}

header .navbar-nav.pull-right > li > .dropdown-menu,
header .navbar-nav > li > .dropdown-menu > li > a {
  color: #fff;
}

header .navbar-nav li.dropdown:hover .dropdown-menu {
  display: block;
}

header .navbar-nav li.dropdown .dropdown-menu li.dropdown .dropdown-menu {
  display: none;
}

header .navbar-nav li.dropdown .dropdown-menu li.dropdown:hover .dropdown-menu {
  display: block;
}

header .navbar-nav > li > .dropdown-menu > li > a {
  padding: 9px 20px;
}

header.affix .dropdown .dropdown-menu li.dropdown .dropdown-menu > li > a {
  font-size: 12px;
}

header .navbar-nav li.dropdown .dropdown-menu li.dropdown.other_side .dropdown-menu,
.dropdown .dropdown-menu li.dropdown.other_side .dropdown-menu {
  left: -95%;
  right: 100%;
  transition-duration: 0s !important;
}

.navbar-collapse.in,
.navbar-collapse.collapse,
.navbar-collapse.collapsing {
  border: none;
  box-shadow: none;
  flex-grow: initial;
}

.navbar-collapse.in {
  height: 100%;
  max-height: 100%;
}

.navbar .navbar-nav li .dropdown-menu > li > a {
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  transition-duration: 0.15s;
  display: block;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: transparent;
}

header.affix .container .navbar .navbar-nav li .dropdown-menu > li > a {
  padding: 9px 8px;
}

.toolbar input.search_box::-webkit-input-placeholder {
  transition: color 0.5s linear;
}

.toolbar input.search_box:hover:-moz-placeholder {
  transition: color 0.5s linear;
}

.toolbar input.search_box:hover:-ms-input-placeholder {
  transition: color 0.5s linear;
}

.toolbar input.search_box:hover::-webkit-input-placeholder {
  color: #fff;
}

.toolbar input.search_box:hover:-moz-placeholder {
  color: #fff;
}

.toolbar input.search_box:hover:-ms-input-placeholder {
  color: #fff;
}

.left-none li a i:hover {
  color: #fff;
}

.search-form .select-wrapper .form-element {
  margin: 0 7px 0 13px;
}

@media only screen and (max-width: 1200px) {
  .bottom-header .navbar > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1170px) {
  .boxed_layout.margin header.affix-top {
    width: 100%;
    margin-top: 40px;
  }
  .boxed_layout .search-form .find_new_vehicle {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 680px) {
  .bottom-header .navbar-nav {
    float: none !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    background-color: transparent;
    margin-top: 17px;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  header .navbar-nav.pull-right > li > .dropdown-menu,
  header .navbar-nav > li > .dropdown-menu {
    margin-left: 0 !important;
    background: none !important;
  }
  header .navbar-nav > li > .dropdown-menu > li > a {
    padding: 5px 15px 5px 12px;
    color: #fff !important;
  }
  header .navbar-default .navbar-nav > .dropdown > a b.caret,
  header .navbar-default .navbar-nav .dropdown a b.caret {
    display: inline-block;
  }
  header .navbar-nav li.dropdown.open:hover ul.dropdown-menu {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  header .bottom-header .navbar-nav {
    float: none !important;
  }
  .boxed_layout.margin header .bottom-header .navbar-nav {
    margin: 0 -15px;
  }
  header .navbar-default .navbar-nav > .dropdown > a b.caret,
  header .navbar-default .navbar-nav .dropdown a b.caret {
    display: inline-block;
  }
  header .navbar-nav li.dropdown.open:hover > ul.dropdown-menu {
    display: block;
  }
  header .navbar-nav li.dropdown.open:hover > ul.dropdown-menu ul {
    display: none;
  }
}
@media (min-width: 320px) {
  .boxed_layout header .toolbar .container,
  .boxed_layout header .bottom-header .container {
    padding: 0 0;
  }
  .boxed_layout header.affix,
  .boxed_layout header.affix-top,
  .boxed_layout .message-shadow {
    width: 100%;
  }
  .boxed_layout header .bottom-header .container {
    padding: 0;
  }
}
@media (min-width: 480px) {
  .boxed_layout header .toolbar .container,
  .boxed_layout header .bottom-header .container {
    padding: 0 15px;
  }
}
@media (min-width: 568px) {
  header .navbar-nav.pull-right > li > .dropdown-menu,
  header .navbar-nav > li > .dropdown-menu {
    background: none;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
}
@media (max-width: 768px) {
  .bottom-header > .container {
    padding: 0;
  }
  header .navbar-header {
    display: block;
    width: 100%;
  }
}
header .navbar-collapse.mobile-menu-dropdown {
  padding: 30px;
}
@media (min-width: 768px) {
  header .navbar-collapse.mobile-menu-dropdown {
    display: none !important;
  }
}
header .navbar-collapse.mobile-menu-dropdown .login-btn {
  margin-left: 0;
  margin-top: 20px;
}
@media (max-width: 767px) {
  header .navbar-collapse.desktop-menu-dropdown {
    display: none !important;
  }
}
header .navbar-collapse.desktop-menu-dropdown .login-btn {
  margin-left: 20px;
}

@media (min-width: 768px) {
  .dropdown .dropdown-menu li.dropdown .dropdown-menu,
  header .navbar-nav.pull-right > li > .dropdown-menu,
  header .navbar-nav > li > .dropdown-menu {
    background: rgba(0, 0, 0, 0.65);
  }
  .dropdown .dropdown-menu li.dropdown .dropdown-menu > li > a {
    text-indent: 0;
  }
  header.affix .bottom-header,
  header.affix-top .bottom-header {
    height: initial;
  }
}
.boxed_layout header {
  transition-duration: 0s;
}

.banner-wrap {
  display: block;
  position: relative;
  z-index: 22;
}
.banner-wrap .banner {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  padding-top: 150px;
  padding-bottom: 50px;
  background-color: rgba(5, 11, 32, 0.4);
}
.banner-wrap .banner .search-form {
  margin: 0;
  box-shadow: 0px 8px 0px 0px rgba(25, 36, 89, 0.2784313725);
  border-radius: 7px;
  overflow: hidden;
  padding: 15px;
}
.banner-wrap .banner .search-form .select-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
.banner-wrap .banner .search-form .select-wrapper .input-block {
  width: calc(50% - 8px);
}
.banner-wrap .banner .page-nav {
  padding: 0;
  gap: 0;
}
@media (min-width: 300px) {
  .banner-wrap .banner .page-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .banner-wrap .banner .page-nav {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .banner-wrap .banner .page-nav li {
    width: max-content;
  }
}
.banner-wrap .banner .page-nav li a {
  font-size: 13px;
  padding: 4px 10px;
}

.boxed_layout .banner-wrap {
  margin-top: 0;
}

.home_banner_img1,
.dynamic-image-1,
.dynamic-image-2,
.dynamic-image-3,
.dynamic-image-4,
.dynamic-image-7,
.dynamic-image-8,
.dynamic-image-9,
.dynamic-image-10,
.dynamic-image-11,
.dynamic-image-12,
.dynamic-image-13,
.dynamic-image-14,
.dynamic-image-15,
.dynamic-image-16 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.home_section_bg1 {
  background-size: 100%;
  background-position: 200px center;
  background-repeat: no-repeat;
}
@media (min-width: 1400px) {
  .home_section_bg1 {
    background-size: 60%;
    background-position: right center;
  }
}

.seperator_img_1 {
  background-position: left top;
  background-repeat: no-repeat;
}

.home_banner_img1 {
  background-image: url(/images/backgrounds/home_banner_img1.jpg);
}

.seperator_img_1 {
  background-size: 230px;
  background-image: url(/images/separator_img_1.png);
}

.home_section_bg1 {
  background-image: url(/images/backgrounds/home_section_bg_1.jpg);
}

.dynamic-image-1 {
  background-image: url(/images/dynamic-header-1.jpg);
}

.dynamic-image-2 {
  background-image: url(/images/dynamic-header-2.jpg);
}

.dynamic-image-3 {
  background-image: url(/images/dynamic-header-3.jpg);
}

.dynamic-image-4 {
  background-image: url(/images/dynamic-header-4.jpg);
}

.dynamic-image-5 {
  background-image: url(/images/dynamic-header-5.jpg);
}

.dynamic-image-6 {
  background-image: url(/images/dynamic-header-6.jpg);
}

.dynamic-image-7 {
  background-image: url(/images/dynamic-header-7.jpg);
}

.dynamic-image-8 {
  background-image: url(/images/dynamic-header-8.jpg);
}

.dynamic-image-9 {
  background-image: url(/images/dynamic-header-9.jpg);
}

.dynamic-image-10 {
  background-image: url(/images/dynamic-header-10.jpg);
}

.dynamic-image-11 {
  background-image: url(/images/dynamic-header-11.jpg);
}

.dynamic-image-12 {
  background-image: url(/images/dynamic-header-12.jpg);
}

.dynamic-image-13 {
  background-image: url(/images/dynamic-header-13.jpg);
}

.dynamic-image-14 {
  background-image: url(/images/dynamic-header-14.jpg);
}

.dynamic-image-15 {
  background-image: url(/images/dynamic-header-15.jpg);
}

.dynamic-image-16 {
  background-image: url(/images/dynamic-header-16.jpg);
}

#secondary-banner {
  background-color: transparent;
  position: relative;
  display: block;
  z-index: 22;
  margin-top: 0;
  /* text-shadow: 0 1px 0 #000; */
  padding-top: 130px;
  padding-bottom: 30px;
  color: #000;
  /* border-bottom: solid 2px #fff;
  background-position: center 0; */
}
@media (min-width: 480px) {
  #secondary-banner {
    margin-top: 0;
    padding-top: 164px;
  }
}
@media (min-width: 568px) {
  #secondary-banner {
    margin-top: -21px;
    padding-top: 164px;
  }
}
@media (min-width: 1170px) {
  #secondary-banner {
    margin-top: 0;
    padding-top: 160px;
  }
}

@media (min-width: 1170px) {
  .boxed_layout #secondary-banner {
    margin-top: 0;
    padding-top: 160px;
  }
}

.boxed_layout.margin {
  margin: 40px auto 0;
}

.boxed_layout,
.boxed_layout header.affix,
.boxed_layout header.affix-top,
.boxed_layout .message-shadow {
  width: 85%;
}

.boxed_layout.margin header.affix-top {
  width: 100%;
  margin-top: 40px;
}

.boxed_layout.margin section.content,
.boxed_layout section.content {
  position: relative;
}

.boxed_layout .container .container {
  padding: 0;
}

.boxed_layout .message-wrap .container .row {
  margin: 0;
}

.boxed_layout .min-dropdown {
  width: 100px;
}

@media (min-width: 1170px) {
  .boxed_layout,
  .boxed_layout header.affix,
  .boxed_layout header.affix-top,
  .boxed_layout .message-shadow {
    width: 85%;
    max-width: 1270px;
    max-width: 100% !important;
  }
  .boxed_layout header .toolbar .container,
  .boxed_layout header .bottom-header .container {
    padding: 0 50px;
  }
  .boxed_layout .container,
  .boxed_layout section.content .container,
  .boxed_layout header .bottom-header .container,
  .boxed_layout footer .container,
  .boxed_layout .copyright-wrap .container,
  .boxed_layout .message-wrap .container,
  .boxed_layout .container {
    width: 1100px;
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .container {
    width: 750px !important;
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .container {
    width: 90% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1190px !important;
    max-width: 100% !important;
  }
}
@media (min-width: 1366px) {
  .container {
    width: 1316px !important;
    max-width: 100% !important;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1350px !important;
    max-width: 100% !important;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1550px !important;
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .container .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .boxed_layout .container {
    width: 100%;
    padding: 0 25px;
  }
}
@media (min-width: 320px) {
  .boxed_layout .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .boxed_layout .container {
    width: 1100px;
    max-width: 100% !important;
  }
}

@media (max-width: 991.98px) {
  .container-fluid {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .container-fluid .container {
    width: 100% !important;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .container-fluid .container .col-md-12 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 575.98px) {
  .container-fluid .container .col-md-12 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 576px) {
  .car_listings {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.car_listings .bx-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}
@media (max-width: 575.98px) {
  .car_listings .bx-wrapper {
    width: 268px !important;
    max-width: 268px !important;
    margin: 0 auto !important;
  }
}
.car_listings .bx-wrapper img {
  display: unset !important;
}
.car_listings .car-listings-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.car_listings .car-listings-row > div {
  width: 100%;
}
.car_listings .car-listings-row .boxed.boxed_left div.inventory .price,
.car_listings .car-listings-row .boxed.boxed_right div.inventory .price {
  left: 128px;
}
.car_listings .car-listings-row table td.spec,
.car_listings .car-listings-row .spec {
  line-height: 18px;
  color: #3d3d3d;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  border: 0;
}
.car_listings .car-listings-row div.inventory {
  border: 1px solid var(--border);
  -moz-border-radius: 11px/13px;
  -webkit-border-radius: 11px/13px;
  border-radius: 11px/13px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  background-image: linear-gradient(bottom, #f9f9f9 0%, #fff 100%);
  position: relative;
  padding: 0;
}
.car_listings .car-listings-row div.inventory:hover {
  background-image: linear-gradient(bottom, #fff 0%, #f9f9f9 100%);
}
.car_listings .car-listings-row div.inventory .options-primary,
.car_listings .car-listings-row div.inventory .options-secondary {
  position: relative;
  top: -5px;
  float: left;
  width: 240px;
  table-layout: fixed;
  margin: auto;
  font-size: 12px;
  border: 0;
}
.car_listings .car-listings-row div.inventory .options-primary table,
.car_listings .car-listings-row div.inventory .options-secondary table {
  width: 100%;
}
.car_listings .car-listings-row div.inventory .options-primary {
  left: 235px;
}
.car_listings .car-listings-row div.inventory .options-secondary {
  left: 245px;
}
.car_listings .car-listings-row div.inventory .option {
  width: 90px;
  white-space: nowrap;
  padding: 0;
  border: 0;
  font-weight: 700;
  line-height: 18px;
  color: #3d3d3d;
  font-size: 12px;
}
.car_listings .car-listings-row div.inventory .spec {
  max-width: 108px;
  text-align: right;
}
.car_listings .car-listings-row div.inventory .price {
  color: #3d3d3d;
  position: absolute;
  right: 15px;
}
.car_listings .car-listings-row div.inventory .price b {
  font-weight: 700;
  line-height: 18px;
  color: #3d3d3d;
  font-size: 12px;
}
.car_listings .car-listings-row div.inventory .price .figure {
  position: relative;
  margin: 0;
  color: var(--blue);
  font-weight: 600;
  font-size: 30px;
}
.car_listings .car-listings-row div.inventory .checkbox {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none !important;
}
.car_listings .car-listings-row div.inventory .carfax {
  position: relative;
  right: -170px;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  left: 335px;
  float: left;
  left: -80px;
  top: 78px;
  width: 56px;
}
.car_listings .car-listings-row div.inventory .title {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  left: 234px;
  margin-top: 20px;
  margin-bottom: 8px;
  max-width: 690px;
  font-size: 24px;
  font-weight: 600;
  clear: left;
  padding-bottom: 5px;
  line-height: 24px;
  color: var(--blue);
}
.car_listings .car-listings-row div.inventory .subtitle {
  display: none;
}
.car_listings .car-listings-row div.inventory .tax {
  position: relative;
  font-style: italic;
  top: 6px;
  font-size: 12px;
  padding: 0;
}
.car_listings .car-listings-row div.inventory .preview {
  position: absolute;
  left: 11px;
  top: 11px;
  float: left;
  width: 210px;
  height: 152px;
  border-radius: 7px;
  overflow: hidden;
}
.car_listings .car-listings-row div.inventory .preview img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.car_listings .car-listings-row div.inventory .inventory {
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  min-height: 173px;
  background-image: url("../images/empty.png");
  z-index: 1;
  text-decoration: none;
}
.car_listings .car-listings-row div.inventory .inventory:hover {
  text-decoration: none;
}
.car_listings .car-listings-row div.inventory .inventory label {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 4;
}
.car_listings .car-listings-row div.inventory .gradient_button {
  background-color: #f9f9f9;
  -webkit-border-top-left-radius: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-left-radius: 9px;
  -webkit-border-top-right-radius: 9px;
  -moz-border-radius-topright: 9px;
  border-top-right-radius: 9px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  text-indent: 0px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  color: #3a3a3a;
  font-family: Arial;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #ffffff;
  position: absolute;
  bottom: 10px;
  border-radius: 5px;
  padding: 0px 9px;
  cursor: pointer;
  z-index: 3;
}
.car_listings .car-listings-row div.inventory .view-button {
  top: 6px;
}
.car_listings .car-listings-row div.inventory .view-details,
.car_listings .car-listings-row div.inventory .view-video {
  position: absolute;
  right: 10px;
}
.car_listings .car-listings-row div.inventory .view-details i,
.car_listings .car-listings-row div.inventory .view-video i {
  margin-right: 6px;
}
.car_listings .car-listings-row div.inventory .view-video {
  bottom: 45px;
}
.car_listings .car-listings-row div.inventory .view-details {
  bottom: 10px;
}
.car_listings .car-listings-row div.inventory.car_sold .preview img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.car_listings .car-listings-row div.inventory.car_sold .preview .sold_text {
  position: absolute;
  font-size: 28px;
  line-height: 52px;
  border: 3px solid #c7081b;
  color: #c7081b;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.75);
  padding: 0px 10px;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 15;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-20deg);
  opacity: 0.5;
}
@media (max-width: 767px) {
  .car_listings .car-listings-row.boxed > div {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .car_listings .car-listings-row.boxed > div {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1200px) {
  .car_listings .car-listings-row.boxed > div {
    width: calc(33.33% - 15px);
  }
}
@media (min-width: 1366px) {
  .car_listings .car-listings-row.boxed > div {
    width: calc(25% - 15px);
  }
}
.car_listings .car-listings-row.boxed div.inventory {
  padding: 15px;
}
.car_listings .car-listings-row.boxed div.inventory .inventory {
  padding-bottom: 20px;
  margin-top: 180px;
  height: auto;
}
.car_listings .car-listings-row.boxed div.inventory .options-secondary {
  display: none;
}
.car_listings .car-listings-row.boxed div.inventory .options-primary {
  position: static;
  border: 0;
  padding: 14px 0;
  margin: 14px 0;
  float: none;
  width: 100%;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.car_listings .car-listings-row.boxed div.inventory .options-primary table {
  width: 100%;
}
.car_listings .car-listings-row.boxed div.inventory .options-primary .spec {
  max-width: 100px;
  text-align: right;
}
.car_listings .car-listings-row.boxed div.inventory .title {
  margin-bottom: 0;
  left: 0;
  font-size: 17px;
  line-height: 17px;
  width: 100%;
}
.car_listings .car-listings-row.boxed div.inventory .subtitle {
  left: 0px;
  top: 0px;
  white-space: normal;
  padding: 0;
  margin: 0;
  font-size: 14px;
  display: block;
  color: var(--text);
  width: 100%;
}
.car_listings .car-listings-row.boxed div.inventory .subtitle.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.car_listings .car-listings-row.boxed div.inventory .preview {
  left: -1px;
  top: -1px;
  float: unset;
  width: calc(100% + 2px);
  height: 180px;
  display: block;
  margin: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.car_listings .car-listings-row.boxed div.inventory label {
  position: absolute;
  top: 3px;
  right: 3px;
  left: initial;
}
.car_listings .car-listings-row.boxed div.inventory .carfax {
  position: absolute;
  left: 28px;
  width: 58px;
  bottom: 53px;
  top: auto;
  float: left;
  display: none;
}
.car_listings .car-listings-row.boxed div.inventory .price,
.car_listings .car-listings-row.boxed div.inventory .view-video,
.car_listings .car-listings-row.boxed div.inventory .view-details {
  position: absolute;
  float: unset;
  z-index: 5;
}
.car_listings .car-listings-row.boxed div.inventory .price {
  right: unset;
  top: unset;
  bottom: 10px;
  left: 15px;
  margin: 0;
}
.car_listings .car-listings-row.boxed div.inventory .price .figure {
  font-size: 20px;
}
.car_listings .car-listings-row.boxed div.inventory .view-video {
  right: 15px;
  bottom: 20px;
  display: none;
}
.car_listings .car-listings-row.boxed div.inventory .view-details {
  right: 15px;
  bottom: 10px;
}

@media (max-width: 575.98px) {
  .inventory-detail .left-content,
  .inventory-detail .right-content {
    padding: 0 !important;
  }
}
.inventory-detail .detail-slider .slider .flex-viewport .slides li {
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
}
.inventory-detail .detail-slider .slider .flex-viewport .slides li img {
  width: 100%;
}
.inventory-detail .detail-slider .slider .flex-direction-nav li {
  border-radius: 10px;
  overflow: hidden;
}
.inventory-detail .detail-slider .slider .flex-direction-nav li img {
  width: 100%;
}
.inventory-detail .detail-slider .slider .flex-direction-nav li a {
  width: 52px;
  height: 72px;
  top: 50%;
  gap: 8px;
  opacity: 1;
  background-color: rgba(31, 41, 55, 0.8);
}
.inventory-detail .detail-slider .slider .flex-direction-nav li a.flex-prev, .inventory-detail .detail-slider .slider .flex-direction-nav li a.flex-next {
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.inventory-detail .detail-slider .slider .flex-direction-nav li a.flex-prev:before, .inventory-detail .detail-slider .slider .flex-direction-nav li a.flex-next:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background: url("/svg/chevron-right-white.svg") no-repeat center center;
  background-size: 32px;
  padding: 0;
  top: 50%;
  opacity: 1;
}
.inventory-detail .detail-slider .slider .flex-direction-nav li a.flex-prev {
  left: 0px;
  border-radius: 0px 36px 36px 0px;
}
.inventory-detail .detail-slider .slider .flex-direction-nav li a.flex-prev:before {
  right: 0px;
  transform: translate(-50%, -50%) rotate(180deg);
}
.inventory-detail .detail-slider .slider .flex-direction-nav li a.flex-next {
  right: 0px;
  border-radius: 36px 0px 0px 36px;
}
.inventory-detail .detail-slider .slider .flex-direction-nav li a.flex-next:before {
  right: -10px;
  transform: translate(-50%, -50%);
}
.inventory-detail .detail-slider .home-slider-thumbs {
  margin: 10px 0;
}
.inventory-detail .detail-slider .home-slider-thumbs .flex-viewport .slides li {
  border-radius: 10px;
  overflow: hidden;
  margin-right: 10px;
}
.inventory-detail .detail-slider .home-slider-thumbs .flex-viewport .slides li img {
  width: 100%;
}
.inventory-detail .detail-slider .angled_badge {
  left: 0;
  z-index: 99;
  margin: 4px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  text-align: center;
}
.inventory-detail .detail-slider .angled_badge:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100px 100px 0;
  border-color: rgba(0, 0, 0, 0) #c7081b rgba(0, 0, 0, 0);
}
.inventory-detail .detail-slider .angled_badge.red:before {
  border-color: #c7081b rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0) #c7081b rgba(0, 0, 0, 0);
}
.inventory-detail .detail-slider .angled_badge.orange:before {
  border-color: #ff4422 rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0) #ff4422 rgba(0, 0, 0, 0);
}
.inventory-detail .detail-slider .angled_badge.yellow:before {
  border-color: #feae2d rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0) #feae2d rgba(0, 0, 0, 0);
}
.inventory-detail .detail-slider .angled_badge.green:before {
  border-color: #69d025 rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0) #69d025 rgba(0, 0, 0, 0);
}
.inventory-detail .detail-slider .angled_badge.blue:before {
  border-color: #063aab rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0) #063aab rgba(0, 0, 0, 0);
}
.inventory-detail .detail-slider .angled_badge.indigo:before {
  border-color: #3311bb rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0) #3311bb rgba(0, 0, 0, 0);
}
.inventory-detail .detail-slider .angled_badge.violet:before {
  border-color: #442299 rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0) #442299 rgba(0, 0, 0, 0);
}
.inventory-detail .detail-slider .angled_badge.black:before {
  border-color: #000000 rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0) #000000 rgba(0, 0, 0, 0);
}
.inventory-detail .detail-slider .angled_badge span {
  position: absolute;
  display: block;
  font-size: 11px;
  font-weight: 600;
  width: 100%;
  height: 100%;
  line-height: 110px;
  -webkit-transform: rotate(45deg) translate(0, -25%);
  -moz-transform: rotate(45deg) translate(0, -25%);
  -ms-transform: rotate(45deg) translate(0, -25%);
  -o-transform: rotate(45deg) translate(0, -25%);
  transform: rotate(45deg) translate(0, -25%);
}
.inventory-detail .car-info {
  display: grid;
  gap: 15px;
}
@media (min-width: 1200px) {
  .inventory-detail .car-info {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1200px) {
  .inventory-detail .car-info {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991.98px) {
  .inventory-detail .car-info {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .inventory-detail .car-info {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .inventory-detail .car-info {
    grid-template-columns: repeat(1, 1fr);
  }
}
.inventory-detail .car-info > div {
  padding: 20px;
  text-align: left;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid var(--border);
}
.inventory-detail .side-content .financing_calculator,
.inventory-detail .side-content .car-price {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.inventory-detail .side-content .calculation {
  margin-top: 14px;
}
.inventory-detail .side-content .calculation strong {
  font-weight: 700;
}
.inventory-detail .side-content .calculation .table-responsive table {
  margin-top: 0;
  width: 100%;
}
.inventory-detail .side-content .financing_calculator .btn-inventory {
  padding: 5px 8px 4px 10px;
  margin-top: 13px;
  line-height: 20px;
  cursor: pointer;
}
.inventory-detail .side-content .financing_calculator table {
  margin-top: 20px;
}
.inventory-detail .side-content .financing_calculator table > tbody > tr > td {
  line-height: 24px;
  padding: 0px 0px 2px 3px;
  text-align: right;
}
.inventory-detail .side-content .financing_calculator table > tbody > tr > td:first-child {
  text-align: left;
}
.inventory-detail .side-content .financing_calculator table tr td input.number {
  padding: 3px 5px;
  display: block;
  width: 60px;
  border-radius: 4px;
  outline: none;
  color: #999;
  margin-bottom: 10px;
}
.inventory-detail .side-content .financing_calculator table tr td input.number.error {
  font-size: 12px;
  border: 1px solid #bb1212;
  background-color: #e2cbcb;
}

.testimonial {
  position: relative;
  margin-top: 26px;
  margin-bottom: 38px;
}
.testimonial blockquote {
  padding: 25px 26px;
  border-left: none;
  background-color: var(--fullwhite);
  border: 1px solid var(--border);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.testimonial blockquote .owner {
  display: flex;
  gap: 15px;
}
.testimonial blockquote .owner .pic {
  border-radius: 100%;
  overflow: hidden;
}
.testimonial blockquote .owner .info {
  display: flex;
  flex-direction: column;
}
.testimonial blockquote .owner .info strong {
  font-size: 14px;
  display: block;
}
.testimonial blockquote .owner .info span {
  font-size: 14px;
  display: block;
  padding: 0;
  color: inherit;
}
.testimonial blockquote .rating-widget {
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonial blockquote .rating-widget .stars {
  display: flex;
  gap: 5px;
}
.testimonial blockquote .rating-widget .stars .star {
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, var(--red) var(--fill), #ccc var(--fill));
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"%3E%3Cpath d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/%3E%3C/svg%3E') center/contain no-repeat;
  mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"%3E%3Cpath d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/%3E%3C/svg%3E') center/contain no-repeat;
  background-clip: content-box;
  mask-composite: exclude;
  width: 20px;
  height: 20px;
}
.testimonial blockquote .rating-widget .count {
  font-size: 14px;
}
.testimonial .testimonial_slider {
  list-style: none;
  padding: 0;
}
.testimonial .testimonial_slider li {
  padding: 20px;
}

.side-content .testimonial .testimonial_slider {
  margin: 0;
}
.side-content .testimonial blockquote.style1 span {
  font-size: 14px;
  display: block;
  font-style: italic;
  padding: 0;
  color: inherit;
}

.pagination_container {
  margin-top: 10px;
}
.pagination_container .controls {
  margin: 0;
}
.pagination_container .controls .left-arrow,
.pagination_container .controls .right-arrow {
  background-color: var(--white);
  color: var(--text);
  padding: 3px 10px;
}
.pagination_container .controls .left-arrow i,
.pagination_container .controls .right-arrow i {
  font-size: 14px;
  font-weight: 800;
}
.pagination_container .controls .left-arrow:hover,
.pagination_container .controls .left-arrow :active,
.pagination_container .controls .right-arrow:hover,
.pagination_container .controls .right-arrow :active {
  color: var(--white);
  background-color: var(--red);
}
.pagination_container .controls span {
  padding: 0 10px;
}
.pagination_container .pagination {
  margin-bottom: 0;
  align-items: center;
}
.pagination_container .pagination > li {
  margin-left: 6px;
  background-color: transparent;
  border-radius: 4px;
}
.pagination_container .pagination > li > a,
.pagination_container .pagination > li > span {
  background: transparent;
  border: none;
  padding: 5px 9px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text);
}
.pagination_container .pagination > li:hover, .pagination_container .pagination > li.active, .pagination_container .pagination > li:focus {
  background-color: var(--red);
}
.pagination_container .pagination > li:hover > a,
.pagination_container .pagination > li:hover > span, .pagination_container .pagination > li.active > a,
.pagination_container .pagination > li.active > span, .pagination_container .pagination > li:focus > a,
.pagination_container .pagination > li:focus > span {
  color: var(--white);
}
.pagination_container .pagination > li:first-child, .pagination_container .pagination > li:last-child {
  background: transparent !important;
}
.pagination_container .pagination > li:first-child > a, .pagination_container .pagination > li:last-child > a {
  background-color: transparent !important;
  color: var(--text);
}
.pagination_container .pagination > li:first-child:hover > a, .pagination_container .pagination > li:first-child.active > a, .pagination_container .pagination > li:first-child:focus > a, .pagination_container .pagination > li:last-child:hover > a, .pagination_container .pagination > li:last-child.active > a, .pagination_container .pagination > li:last-child:focus > a {
  color: var(--text);
}

.pagination-page .pagination > li:first-child > a:hover,
.pagination-page .pagination > li:last-child > a:hover {
  color: #fff;
}

.pagination-page .pagination > li:first-child > a:hover,
.pagination-page .pagination > li:last-child > a:hover {
  color: #fff;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}

.pagination li.disabled a,
.pagination li.disabled a:hover {
  background-color: #eee;
  color: #fff;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}

.list {
  max-width: 100%;
  width: 100%;
  /* padding-right: 0;
  padding-left: 0; */
}
.list h3 {
  text-transform: uppercase;
}
.list ul {
  margin-bottom: 0;
}
.list ul li {
  padding: 5px 0;
}
.list ul li a {
  font-size: 14px;
  color: var(--text);
}
.list ul li:hover a {
  color: var(--red);
}

.info-list {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 3;
}
.info-list li {
  position: relative;
  padding-left: 50px;
}
.info-list li img {
  position: absolute;
  top: 0;
  left: 0;
}

.social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.social li {
  padding: 0;
}
.social li a {
  text-indent: -9999px;
  width: 32px;
  height: 32px;
  display: block;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  border-radius: 100%;
}
.social li a.sc-1 {
  background: url(/images/social.png) 0px 0px no-repeat;
}
.social li a.sc-1:hover {
  background: url(/images/social.png) 0px -32px no-repeat;
}
.social li a.sc-2 {
  background: url(/images/social.png) -39px 0 no-repeat;
}
.social li a.sc-2:hover {
  background: url(/images/social.png) -39px -32px no-repeat;
}
.social li a.sc-3 {
  background: url(/images/social.png) -78px 0px no-repeat;
}
.social li a.sc-3:hover {
  background: url(/images/social.png) -78px -32px no-repeat;
}
.social li a.sc-4 {
  background: url(/images/social.png) -117px 0px no-repeat;
}
.social li a.sc-4:hover {
  background: url(/images/social.png) -117px -32px no-repeat;
}
.social li a.sc-5 {
  background: url(/images/social.png) -156px 0px no-repeat;
}
.social li a.sc-5:hover {
  background: url(/images/social.png) -156px -32px no-repeat;
}
.social li a.sc-6 {
  background: url(/images/social.png) -195px 0px no-repeat;
}
.social li a.sc-6:hover {
  background: url(/images/social.png) -195px -32px no-repeat;
}
.social li a.sc-7 {
  background: url(/images/social.png) -234px 0px no-repeat;
}
.social li a.sc-7:hover {
  background: url(/images/social.png) -234px -32px no-repeat;
}
.social li a.sc-8 {
  background: url(/images/social.png) -273px 0px no-repeat;
}
.social li a.sc-8:hover {
  background: url(/images/social.png) -273px -32px no-repeat;
}
.social li a.sc-9 {
  background: url(/images/social.png) -312px 0px no-repeat;
}
.social li a.sc-9:hover {
  background: url(/images/social.png) -312px -32px no-repeat;
}
.social li a.sc-10 {
  background: url(/images/social.png) -351px 0px no-repeat;
}
.social li a.sc-10:hover {
  background: url(/images/social.png) -351px -32px no-repeat;
}
.social li a.sc-11 {
  background: url(/images/social.png) -390px 0px no-repeat;
}
.social li a.sc-11:hover {
  background: url(/images/social.png) -390px -32px no-repeat;
}
.social li a.sc-12 {
  background: url(/images/social.png) -429px 0px no-repeat;
}
.social li a.sc-12:hover {
  background: url(/images/social.png) -429px -32px no-repeat;
}

.check-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 3;
}
.check-list li {
  position: relative;
  padding-left: 40px;
  background: transparent url(/svg/check-circle.svg) top left no-repeat;
}

/*  K. Form Styles
----------------------------*/
input,
select,
textarea {
  margin: 0 0 5px 0;
  padding: 0;
  outline: none;
  font-family: inherit;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=text],
textarea,
textarea[name=msg],
select,
div.styled,
input[type=file],
input[type=email] {
  float: left;
}

textarea,
input[type=text],
input[type=tel],
input[type=number],
textarea[name=msg],
input[type=file],
input[type=email] {
  background-color: var(--full-white) !important;
  color: var(--text) !important;
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid var(--border) !important;
}

.ie9 input[type=text] {
  line-height: normal;
}

textarea {
  width: 100%;
  height: 4em;
}

input[type=text],
textarea,
textarea[name=msg],
select,
div.custom-select,
input[type=file],
input[type=email] {
  float: left;
  width: 108px;
  border: 1px solid #e4e4e4;
  color: #54545e;
  text-shadow: 1px 0 0 0 #fff;
}

.form-control {
  display: block;
  width: 100%;
  line-height: 1.428571429;
  vertical-align: middle;
  background-image: none;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control.input-sm {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 400;
}
.form-control.input-sm .sbHolder {
  height: unset;
}
.form-control.input-lg {
  font-size: 14px;
  font-weight: 400;
  padding: 12px;
}
.form-control.input-lg ~ .sbHolder {
  height: 46px;
  line-height: 46px;
  font-size: 14px;
}
.form-control.input-lg ~ .sbHolder .sbSelector {
  height: 46px;
  line-height: 46px;
  font-size: 14px;
}
.form-control.input-lg ~ .sbHolder .sbToggle {
  width: 46px;
  height: 46px;
}
.form-control.input-md {
  font-size: 13px;
  font-weight: 400;
  padding: 9px;
}
.form-control.input-md ~ .sbHolder {
  height: 40px;
  line-height: 40px;
  font-size: 13px;
}
.form-control.input-md ~ .sbHolder .sbSelector {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.form-control.input-md ~ .sbHolder .sbToggle {
  width: 40px;
  height: 40px;
}

.input-group {
  display: flex;
  gap: 15px;
}
.input-group .input-block {
  width: calc(30% - 5px);
}
.input-group .input-block + .input-block {
  width: calc(70% - 10px);
}

div.custom-select,
select,
input[type=file]:after {
  background: url(/images/custom-select.png) no-repeat center right;
  border-radius: 4px 4px;
}

div.styled,
div.custom-select {
  padding: 0;
  margin: 0 1px 5px 0;
}

.ie7 div.styled,
.ie7 div.custom-select {
  border: none;
}

div.styled select,
div.custom-select select {
  width: 100%;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  border: solid 1px #f0f0f0;
  box-shadow: none;
  margin: 0;
}

div.custom-select select {
  border: none;
}

.ie7 div.styled select,
.ie7 div.custom-select {
  width: 100%;
  background-color: transparent;
  border: solid 1px #f0f0f0;
  padding: 0;
}

input[type=file] {
  position: relative;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%;
  padding: 0;
}

input[type=file]::-webkit-file-upload-button {
  width: 0;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  border: none;
}

input[type=file]:after {
  content: "Upload File";
  margin: 0 0 0 0.5em;
  display: inline-block;
  left: 100%;
  position: relative;
  background: url(/images/formelements-select.png) no-repeat center left;
  padding: 0.3em 0.5em;
  border: solid 1px #ccc !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

input[type=file]:active:after {
  box-shadow: none;
}

input[type=radio],
input[type=checkbox] {
  position: absolute;
  left: -999em;
}

label {
  color: var(--label);
  font-size: 14px;
}

input[type=checkbox] + label:before {
  background-position: 0 -24px;
}

input[type=checkbox]:checked + label:before {
  background-position: 0 0;
}

input[type=radio] + label:before {
  background-position: -25px -25px;
}

input[type=radio]:checked + label:before {
  background-position: -25px 0;
}

.ie8 label:before {
  display: none;
  content: none;
}

.ie8 input[type=checkbox],
.ie8 input[type=radio],
.ie7 input[type=checkbox],
.ie7 input[type=radio] {
  position: static;
  left: 0;
}

.ie8 input[type=checkbox],
.ie8 input[type=radio] {
  position: relative;
  top: 5px;
  margin-right: 0.5em;
}

@media screen and (max-width: 400px) {
  input[type=text],
  textarea,
  select,
  div.styled,
  div.custom-select {
    width: 100%;
  }
}
.select-wrapper .form-element label {
  position: static;
}

.full-width {
  width: 100% !important;
}

div.custom-select {
  margin-right: 6px;
}

div.custom-select1 {
  width: 90px;
}

div.custom-select2 {
  width: 100px;
}

div.custom-select3 {
  width: 105px;
}

div.custom-select4 {
  width: 120px;
}

div.custom-select5 {
  width: 97px;
}

div.custom-select6 {
  width: 132px;
}

div.custom-select7 {
  width: 148px;
}

div.custom-select8 {
  width: 118px;
}

div.custom-select9 {
  width: 107px;
}

div.custom-select10 {
  width: 90px;
}

div.custom-select:last-child {
  margin-right: 0;
}

.form-selectbox label,
.form-selectbox label:before {
  padding: 0 10px 0 0;
  position: relative;
  left: -20px;
  font-weight: 300;
  line-height: 33px;
  background: none !important;
  float: left;
  width: auto;
  margin-left: 0;
}

input,
textarea,
select,
div.styled {
  width: 100%;
  margin: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 8px;
  padding: 3px 5px;
  color: var(--text);
  background-color: #fff;
  border: 1px solid var(--border);
  text-shadow: 0 1px 0 #fff;
  text-align: left;
  line-height: 40px;
  display: flex;
  align-items: center;
}

.default-btn,
.btn-inventory,
.btn,
input[type=reset],
input[type=button],
input[type=submit] {
  background-color: var(--red);
  border-radius: 8px;
  cursor: pointer;
}
.default-btn:hover,
.btn-inventory:hover,
.btn:hover,
input[type=reset]:hover,
input[type=button]:hover,
input[type=submit]:hover {
  background-color: var(--text);
  color: var(--fullwhite);
}
.default-btn:active,
.btn-inventory:active,
.btn:active,
input[type=reset]:active,
input[type=button]:active,
input[type=submit]:active {
  background-color: var(--text);
  color: var(--fullwhite);
}
.default-btn.bg-gray,
.btn-inventory.bg-gray,
.btn.bg-gray,
input[type=reset].bg-gray,
input[type=button].bg-gray,
input[type=submit].bg-gray {
  color: var(--text) !important;
  background-color: var(--gray) !important;
}
.default-btn.bg-gray:hover,
.btn-inventory.bg-gray:hover,
.btn.bg-gray:hover,
input[type=reset].bg-gray:hover,
input[type=button].bg-gray:hover,
input[type=submit].bg-gray:hover {
  background-color: var(--white) !important;
  color: var(--text) !important;
}

.sbHolder,
.sbSelector,
.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
  text-align: left;
  width: 100%;
  text-indent: 12px;
  display: flex;
  align-items: center;
  color: var(--text);
}

.sbHolder {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  float: left;
  margin-right: 0;
  padding-right: 50px;
  height: 30px;
  line-height: 30px;
}
.sbHolder .sbToggle {
  background: url(/svg/chevron-down.svg) center center no-repeat;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-size: 20px;
  outline: none;
}
.sbHolder .sbToggle:hover {
  background: url(/svg/chevron-down.svg) center center no-repeat;
}
.sbHolder .sbOptions {
  width: 100%;
}

.sbOptions {
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.0980392) !important;
  border-top: 0 !important;
  margin-top: -1px;
  -webkit-border-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 4px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.sbOptions li,
.sbOptions a {
  padding: 0 !important;
}

.sbOptions a:link,
.sbOptions a:visited {
  color: #333;
}

.sbOptions li {
  width: 100%;
}

.input-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.input-block label {
  margin-bottom: 10px;
}
.input-block input,
.input-block textarea {
  width: 100%;
  height: unset;
}

.btn-group {
  align-items: center;
  border-radius: 10px;
  padding: 4px;
  position: relative;
}
.btn-group hr {
  width: 3px;
  background-color: var(--white);
  height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
}

.form-check {
  display: flex;
}

.form-check-inline {
  display: inline-flex;
}

.form-check,
.form-check-inline {
  width: max-content;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0;
}
.form-check label,
.form-check-inline label {
  display: flex;
  padding: 2px 0 0 25px;
  align-items: center;
  position: relative;
  width: max-content;
}
.form-check input,
.form-check-inline input {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.form-check label > .box:before,
.form-check-inline label > .box:before {
  content: "";
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 4px;
  transition: all 0.3s;
  position: absolute;
  top: 3px;
  left: 3px;
  overflow: hidden;
  z-index: 1;
}
.form-check label > .box:after,
.form-check-inline label > .box:after {
  content: "";
  z-index: 2;
  position: absolute;
  top: 5px;
  left: 9px;
  border-right: 2px solid var(--red);
  border-bottom: 2px solid var(--red);
  transform: rotate(45deg);
  width: 6px;
  height: 10px;
  overflow: hidden;
  opacity: 0;
}
.form-check label > .box + span,
.form-check-inline label > .box + span {
  font-weight: 500;
  color: var(--text);
  white-space: nowrap;
  font-size: 13px;
  line-height: 18px;
}
.form-check input:checked + label > .box:before,
.form-check-inline input:checked + label > .box:before {
  border-radius: 4px;
  border: 9px solid var(--checkbox);
}
.form-check input:checked + label > .box:after,
.form-check-inline input:checked + label > .box:after {
  opacity: 1;
}

.contact {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.031372549);
}
.contact .contact_information {
  padding: 50px;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .contact .contact_information {
    padding: 30px;
  }
}
@media (max-width: 575.98px) {
  .contact .contact_information {
    padding: 20px;
  }
}
.contact .contact_information:before, .contact .contact_information:after {
  content: "";
  position: absolute;
  background-size: contain;
  z-index: 0;
}
.contact .contact_information:before {
  bottom: -100px;
  right: -100px;
  width: 270px;
  height: 270px;
  background: url("/svg/ellipse_1.svg") no-repeat center center;
}
.contact .contact_information:after {
  bottom: 60px;
  right: 60px;
  width: 140px;
  height: 140px;
  background: url("/svg/ellipse_2.svg") no-repeat center center;
}
.contact .contact_form {
  padding: 50px;
}
@media (max-width: 767.98px) {
  .contact .contact_form {
    padding: 30px;
  }
}
@media (max-width: 575.98px) {
  .contact .contact_form {
    padding: 20px;
  }
}

.left-sidebar {
  border-radius: 10px;
}
.left-sidebar .select-form,
.left-sidebar .list {
  margin-bottom: 25px;
}

#collapsable-sidebar {
  width: 100%;
  color: var(--text);
  transition: all 0.3s;
}
#collapsable-sidebar.active {
  margin-left: -250px;
}
#collapsable-sidebar > ul {
  border: 1px solid var(--border);
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 10px 0px 10px;
  flex-direction: column;
  display: flex;
}
#collapsable-sidebar > ul > li {
  width: 100%;
}
#collapsable-sidebar > ul > li > a {
  padding: 0 0 10px 0;
}
#collapsable-sidebar > ul > li a {
  display: block;
  color: var(--text);
}
#collapsable-sidebar > ul > li a.dropdown-toggle:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  right: 10px;
  transform: translateY(-50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  margin: 0;
  border: 0;
  border-left: 2px solid var(--label);
  border-bottom: 2px solid var(--label);
}
#collapsable-sidebar > ul > li a h6 {
  font-size: 16px;
  margin: 0;
}
#collapsable-sidebar > ul > li:hover > a, #collapsable-sidebar > ul > li:active > a, #collapsable-sidebar > ul > li.active > a {
  color: var(--red);
}
#collapsable-sidebar > ul > li:hover > a.dropdown-toggle:after, #collapsable-sidebar > ul > li:active > a.dropdown-toggle:after, #collapsable-sidebar > ul > li.active > a.dropdown-toggle:after {
  border-left-color: var(--red);
  border-bottom-color: var(--red);
}
#collapsable-sidebar > ul > li a[data-toggle=collapse] {
  position: relative;
}
#collapsable-sidebar > ul > li ul {
  width: 100%;
  padding: 0 0 10px 0;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px dotted var(--border);
}
#collapsable-sidebar > ul > li ul:last-child {
  border-bottom: 0;
  margin-bottom: 0px;
}
#collapsable-sidebar > ul > li ul li a {
  padding: 0;
}
#collapsable-sidebar > ul > li ul li .form-check {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#collapsable-sidebar > ul > li ul li .form-check label {
  width: 100%;
  padding-left: 0;
  color: var(--text) !important;
  margin: 0;
}
#collapsable-sidebar > ul > li ul li .form-check label .box {
  position: absolute;
  right: 21px;
  top: 0;
}
#collapsable-sidebar > ul > li ul.car-type.show {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
#collapsable-sidebar > ul > li ul.car-type li {
  width: calc(50% - 5px);
}
#collapsable-sidebar > ul > li ul.car-type li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
  text-align: center;
}

/*  I. Footer
----------------------------*/
footer .small-block h4,
footer .small-block i,
footer .small-block table {
  color: #fff;
}

footer .small-block h4 {
  font-weight: 600;
}

footer .small-block table strong {
  font-weight: 700;
}

footer .small-block:hover h4,
footer .small-block:hover i,
footer .small-block:hover table {
  color: #999;
}

.car-rate-block.row {
  width: 100%;
}

.no-pointer {
  pointer-events: none;
  cursor: default;
}

.no-border {
  border: none;
  border-color: transparent;
}

.no-border > thead > tr > th,
.no-border > tbody > tr > th,
.no-border > tfoot > tr > th,
.no-border > thead > tr > td,
.no-border > tbody > tr > td,
.no-border > tfoot > tr > td {
  padding: 1px 3px;
  border: none;
  border-color: transparent;
  line-height: 17px;
}

footer a,
.copyright-wrap a {
  color: var(--white) !important;
}
footer a:hover,
.copyright-wrap a:hover {
  text-decoration: underline;
  color: var(--red) !important;
}
footer p,
.copyright-wrap p {
  word-spacing: 2px;
  color: var(--white) !important;
  margin: 0;
}

footer {
  background-color: #000;
  padding: 47px 0 64px 0;
  color: #fff;
  font-size: 14px;
}
footer h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: capitalize;
}
footer form {
  margin: 0;
  padding: 0;
  display: flex;
}
footer form.form_contact {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  border-radius: 7px;
  background-color: #fff;
  padding: 10px;
}
footer form input[type=text] {
  width: 70%;
  border: 0 !important;
}
footer form input[type=submit] {
  width: 30%;
}

.copyright-wrap {
  padding: 18px 0 20px 11px;
  background-color: #000;
  font-size: 13px;
}

.f-nav {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
.f-nav li {
  float: left;
  display: inline;
  margin: 0 10px 0 11px;
}

.footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact ul li {
  line-height: 29px;
}

.footer-contact ul li i {
  padding-right: 14px;
  font-size: 15px;
}

.footer-contact ul li strong {
  font-weight: 700;
  vertical-align: top;
  top: 0;
  left: 0;
  height: 100%;
  display: inline-block;
  width: 95px;
}

.footer-contact ul li span {
  font-weight: 400;
  display: inline-block;
}

.footer_table tr td strong {
  color: #fff;
}

/* Footer Design 3 */
footer.design_2 h4 {
  letter-spacing: 0;
}

.design_2 .footer-contact {
  position: relative;
  padding-right: 10px;
}

.design_2 .footer-contact .back_icon {
  position: absolute;
  z-index: 2;
  font-size: 185px;
  top: 20px;
  color: #383838;
  right: 15px;
}

.design_2 .footer-contact ul {
  position: relative;
  z-index: 3;
}

.design_2 .footer-contact ul li {
  position: relative;
  padding-left: 25px;
}

.design_2 .footer-contact ul li i {
  position: absolute;
  left: 0;
  top: 5px;
}

.design_2 .footer-contact ul li strong {
  width: auto;
  padding-right: 10px;
}

.design_2 .form_contact textarea {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 9px;
}

/*  J. Back to top
----------------------------*/
.back_to_top {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  cursor: pointer;
  text-align: center;
  position: fixed;
  right: 50px;
  bottom: 50px;
  padding-top: 6px;
  display: none;
  z-index: 999;
  transition-duration: 0.2s;
  transition-property: background-color;
}

.back_to_top:hover {
  background-color: #c7081b;
}

.modal .modal-body .close {
  position: absolute;
  right: 20px;
  top: 20px;
  background: transparent;
  outline: none;
}

@media (max-width: 767.98px) {
  .xs-hidden {
    display: none;
  }
}

.selected-li a {
  background-color: #ffcccc;           /* light blue background */
  border-radius: 8px;                  /* rounded corners */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);  /* subtle shadow */
  font-weight: 600;                    /* make text a bit bolder */
  color: #b8091b !important;           /* darker blue for text */
  text-decoration: none;               /* remove underline if any */
  padding: 10px 15px;                  /* spacing inside the item */
  display: inline-block;               /* allows padding on <a> */
  transition: all 0.2s ease-in-out;    /* smooth hover/selection */
}


.category-car a:hover {
  background-color: #ffcccc; /* light red/pinkish red */
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.15); /* top shadow */
  border-radius: 6px;
}

.selected-anchor{
  color: #c7081b;
  font-weight: bolder;
}
/*# sourceMappingURL=style.css.map */
