@charset "UTF-8";
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ca9708;
  border-color: #ca9708;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn {
  display: inline-block;
  padding: 0.3571rem 1.7143rem;
  margin: 0 0.1571rem;
  font-family: "DINbek";
  font-weight: 500;
  min-width: 10rem;
}

.btn-primary {
  color: #000;
  background-color: #e6a926;
  border-color: #e6a926;
  outline: none;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  outline: none;
  background-color: #ca9708;
  border-color: #ca9708;
  color: #000;
  box-shadow: none;
}

button {
  outline: none;
}
button:active, button:focus {
  outline: none;
}

.navbar-brand {
  padding: 0 2.1429rem;
  margin-right: 1.7857rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #c6c6c6;
}
.navbar-brand .img-fluid {
  max-width: 90.83px;
}

.pm_link_wrp {
  display: block;
  text-align: center;
  border-left: 1px solid #c6c6c6;
  margin-left: 2.1429rem;
  max-width: 20.3571rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pm_link_wrp span,
.pm_link_wrp a {
  max-width: 14.4286rem;
  padding: 0 2.1429rem;
  color: #e6a926;
  font-family: "DINBek";
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pm_link_wrp span {
  padding: 0;
  display: block;
  text-align: left;
  margin-right: 2px;
}

nav a {
  font-family: "DINbek";
  text-transform: uppercase;
  font-weight: 500;
}
nav .nav-item {
  position: relative;
}

.dropdown-header {
  color: #000;
}

.three-dots {
  max-width: 2.1429rem;
  padding: 0.3571rem;
  background: url(../images/icons/three-dots.svg) no-repeat center;
  background-size: contain;
  width: 1.4286rem;
  height: 100%;
}

.three-dot-dropdown {
  padding: 1rem 0;
  /* .dropdown-divider {
        border-top: 1px solid transparent;
    }*/
}
.three-dot-dropdown .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.3rem 2rem;
  text-transform: capitalize;
  font-size: 1rem;
}
.three-dot-dropdown .dropdown-item img {
  max-width: 1.1429rem;
  margin-right: 0.5714rem;
}

header {
  position: sticky;
  top: 0;
  z-index: 9999;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu.show {
  position: fixed;
  left: 2.1429rem;
  right: 2.1429rem;
  top: 3.2857rem;
  display: flex;
  border-radius: 0;
  padding: 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu.show .tab-content {
  width: 78%;
  min-height: 27.5rem;
  border-left: 1px solid #d2d2d2;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu.show .tab-content > .active {
  height: 100%;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu.show .left-tabs {
  width: 22%;
  display: flex;
  flex-flow: column;
  max-height: 27.5rem;
  overflow: auto;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu.show .left-tabs.custom_scroll .mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu.show .left-tabs.custom_scroll .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu.show .left-tabs.custom_scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu.show .nav-tabs {
  display: block;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu.show .nav-tabs li {
  border-bottom: 1px solid #c6c6c6;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu.show .nav-tabs li:last-child {
  border-bottom: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu.show .nav-tabs li a {
  text-transform: capitalize;
  color: #000;
  font-family: "DINbek";
  display: block;
  padding: 2.4286rem 0.7143rem;
  text-decoration: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu.show .nav-tabs li a.car_mod_col_wrp {
  display: flex;
  align-content: center;
  justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu.show .nav-tabs li a.car_mod_col_wrp .car_mod_col {
  align-self: center;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu.show .nav-tabs li a.car_mod_col_wrp .car_mod_col:first-child {
  width: 6.2857rem;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu.show .nav-tabs li a:focus, .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu.show .nav-tabs li a:hover {
  text-decoration: none;
  background: #f4f4f4;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu.show .nav-tabs li a.active.show {
  background: #f4f4f4;
}

.stack--horizontal {
  display: flex;
  height: 100%;
  padding: 2.1429rem;
}
.stack--horizontal .stack-left {
  width: 28%;
  background-color: #000;
  padding: 2.1429rem;
  display: flex;
  align-items: center;
}
.stack--horizontal .stack-right {
  /*background-image: url(../images//banners/jeepCompass@2x.png);*/
  width: 72%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}
.stack--horizontal .stack-right video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.car_d {
  font-family: "DINBek";
  color: #fff;
  display: block;
  width: 100%;
}
.car_d h2 {
  font-size: 1.1429rem;
}
.car_d h5 {
  font-size: 0.8571rem;
}

.car_d__body_list {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem 0;
}
.car_d__body_list li a {
  font-family: "DINBek";
  text-transform: capitalize;
  color: #e6a926;
  font-size: 0.8571rem;
  display: block;
  margin-bottom: 1.0714rem;
}

.car_d__header {
  margin-bottom: 1.4286rem;
}

.car_d_price {
  color: #fff;
  margin-bottom: 1.4286rem;
}
.car_d_price h6 {
  font-family: "DINBek";
  font-size: 1.1429rem;
  margin-bottom: 5px;
}
.car_d_price h2 {
  font-family: "DINbek";
  margin: 0;
  font-size: 2.5714rem;
}
.car_d_price .car_d_price-inner small {
  display: block;
  font-size: 12px;
  margin-top: 2px;
}

.dark_theme .navbar-collapse {
  background: #000;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #f8f9fa;
  color: #000;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #000;
  text-decoration: none;
  background-color: #f8f9fa;
}

.header-dark-xl .navbar-brand {
  padding-left: 8px;
}
.header-dark-xl .dealer_select_wrp .pm_link_wrp {
  padding: 0;
}
.header-dark-xl .pm_link_wrp {
  margin-left: 0;
  border-left: 0;
  text-align: left;
}
.header-dark-xl .pm_link_wrp a {
  padding: 0;
}
.header-dark-xl .icon_nav-link {
  display: flex;
  align-items: center;
}
.header-dark-xl .icon_nav-link span {
  display: flex;
  margin-right: 0.3571rem;
  align-items: center;
}
.header-dark-xl .icon_nav-link span img {
  width: 100%;
}
.header-dark-xl .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu.show {
  top: 6.9rem;
}
.header-dark-xl .static-middle {
  background: #212121 !important;
}
.header-dark-xl .static-middle .navbar-collapse {
  background: #212121 !important;
  justify-content: space-between;
}
.header-dark-xl .static-middle .navbar-collapse .nav-link {
  padding-top: 0.9286rem;
  padding-bottom: 0.9286rem;
}
.header-dark-xl .static-middle .navbar-collapse .test-drive-btn {
  height: 2.1429rem;
  line-height: 2.1429rem;
  padding: 0 0.7143rem;
  font-size: 1rem;
  text-transform: uppercase;
}

.dealer_select_wrp .pm_link_wrp {
  padding: 0 2.1429rem;
  display: flex;
  align-items: center;
}
.dealer_select_wrp .dropdown-menu {
  padding: 0;
}
.dealer_select_wrp .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #c6c6c6;
  text-transform: capitalize;
}
.dealer_select_wrp .dropdown-menu .dropdown-item .dealer_name {
  color: #e6a926;
}
.dealer_select_wrp .dropdown-menu .dropdown-item .dealer_location {
  color: #000;
}
.dealer_select_wrp .dropdown-menu .dropdown-item.active, .dealer_select_wrp .dropdown-menu .dropdown-item:hover {
  background: #efefef;
}
.dealer_select_wrp .dropdown-menu .dropdown-item.active .dealer_name, .dealer_select_wrp .dropdown-menu .dropdown-item:hover .dealer_name {
  color: #e6a926;
}
.dealer_select_wrp .dropdown-menu .dropdown-item.active .dealer_location, .dealer_select_wrp .dropdown-menu .dropdown-item:hover .dealer_location {
  color: #000;
}
.dealer_select_wrp .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
}
.dealer_select_wrp .dealer_info {
  display: block;
}
.dealer_select_wrp .dealer_name {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1rem;
}
.dealer_select_wrp .dealer_location {
  font-size: 0.8571rem;
  color: #969696;
  display: block;
  text-transform: capitalize;
}

.glide__slides {
  position: relative;
  margin: 0;
}

.glide__bullets {
  position: absolute;
  bottom: 0.8571rem;
  left: 50%;
  transform: translateX(-50%);
}

.glide__slide {
  position: relative;
}
.glide__slide img {
  width: 100%;
}
.glide__slide video {
  background-color: black;
}
.glide__slide .slider_detials {
  position: absolute;
  padding: 2.5rem;
  display: inline-block;
  width: 35%;
  top: 50%;
  left: 2.8571rem;
  transform: translateY(-50%);
  font-family: "DINbek";
  color: #fff;
}
.glide__slide .slider_detials.bg_true {
  background: rgba(0, 0, 0, 0.6);
}
.glide__slide .slider_detials.bg_false {
  background: none;
}
.glide__slide .slider_detials.leftTop {
  top: 2.8571rem;
  left: 2.8571rem;
  transform: translateY(0%);
}
.glide__slide .slider_detials.leftBottom {
  transform: translateY(0%);
  top: auto;
  left: 2.8571rem;
  bottom: 2.8571rem;
}
.glide__slide .slider_detials.left {
  top: 50%;
  left: 2.8571rem;
}
.glide__slide .slider_detials.right {
  left: auto;
  right: 2.8571rem;
}
.glide__slide .slider_detials.rightTop {
  top: 2.8571rem;
  left: auto;
  right: 2.8571rem;
  transform: translateY(0%);
}
.glide__slide .slider_detials.rightBottom {
  transform: translateY(0%);
  top: auto;
  left: auto;
  right: 2.8571rem;
  bottom: 2.8571rem;
  width: auto;
  background: transparent !important;
  text-align: right;
}
.glide__slide .slider_detials.rightBottom a {
  margin-right: 0;
}
.glide__slide .slider_detials h2 {
  font-size: 2.1429rem;
  font-family: "DINbek";
  font-weight: bold;
  color: #fff;
  /*width: 70%;*/
  line-height: normal;
  text-transform: uppercase;
  line-height: 1.1;
}
.glide__slide .slider_detials h6 {
  font-size: 1rem;
  margin-top: 1rem;
}
.glide__slide .slider_detials .range_start {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.glide__slide .slider_detials .range_start h6 {
  margin-bottom: 0;
}

.glide__bullet {
  border: 0;
  width: 1.8571rem;
  height: 0.1429rem;
  background: rgba(255, 255, 255, 0.459);
  outline: none;
  margin: 0 0.1429rem;
}
.glide__bullet:hover, .glide__bullet:focus, .glide__bullet.glide__bullet--active {
  background: #fff;
  outline: none;
  border: 0;
}

.detail-page-slider .glide__slides,
.hero-slider .glide__slides {
  transform: none !important;
  width: auto !important;
  display: block;
}
.detail-page-slider .glide__slide,
.hero-slider .glide__slide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 1s;
}
.detail-page-slider .glide__slide:first-child,
.hero-slider .glide__slide:first-child {
  position: relative;
}
.detail-page-slider .glide__slide--active,
.hero-slider .glide__slide--active {
  z-index: 1;
  opacity: 1;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #e6a926;
}

/*--------------------------------------------------------------------------------------------------*/
.hero-slider .glide__arrows {
  position: static;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero-slider .glide__arrow--left {
  left: 0;
}
.hero-slider .glide__arrow--right {
  right: 0;
}
.hero-slider .glide__arrow {
  width: 2.2142rem;
  height: 2.2142rem;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.58);
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hero-slider .glide__arrow svg {
  width: 100%;
}
.hero-slider .glide__arrow {
  width: 2.1429rem;
  height: 4.2857rem;
  background: rgba(255, 255, 255, 0.659) url(../images/icons/arrow.svg) no-repeat center;
  background-size: 100%;
  padding: 0.4714rem !important;
  border: 0;
  position: absolute;
  top: 50%;
}
.hero-slider .glide__arrow svg {
  display: none;
}
.hero-slider .glide__arrow.glide__arrow--right, .hero-slider .glide__arrow.arrow-right {
  transform: translateY(-50%);
  right: 0.1429rem;
}
.hero-slider .glide__arrow.glide__arrow--left, .hero-slider .glide__arrow.arrow-left {
  transform: rotate(180deg) translateY(-50%);
  transform-origin: top;
  left: 0.1429rem;
}

.vid-actions {
    z-index: 2;
    background-color: black;
    left: 0;
    bottom: 0px;
    position: absolute;
    display: flex;
    flex-direction: row;
    width: 60px;
    font-size: 12px;
    font-family: "GCSS";
}
.vid-actions a {
    width: 50%;
    color: white;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    padding: 5px 0px;
    cursor: pointer;
}
.vid-actions a:hover {
    color: white !important;
    text-decoration: none !important;
}
.vid-actions a.play-icon::before {
    content: "\EB1D";
}
.vid-actions a.mute-icon::before {
    content: "\EB0D";
}
.vid-actions a.pause-icon::before {
    content: "\EB17";
}
.vid-actions a.unmute-icon::before {
    content: "\EB52";
}

.jv-card_pro-price,
.jv-card__title {
  font-size: 1.5714rem;
  font-family: "DINbek";
  font-weight: 900;
  color: #000;
  line-height: 1.1;
}

.jv-card_pro-price small {
  display: block;
  font-size: 12px;
  margin-top: 2px;
}

.jv-card_pro-labl,
.jv-card__subtitle {
  font-family: "DINbek";
  font-size: 1rem;
  color: #707070;
  font-weight: 500;
  line-height: 1.1;
}

.jv-card_pro-labl {
  color: #bfbfbf;
  margin-bottom: 0.5rem;
}

.jv-card__figure {
  margin-bottom: 1.5714rem;
  width: 14.5714rem;
  margin-left: auto;
  margin-right: auto;
}

.jv-card {
  width: 100%;
  text-align: center;
}

.jv-card__actions {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.jv-card__actions .btn {
  display: inline-block;
}

.anchor-link {
  color: #e6a926;
  font-family: "DINBek";
  font-weight: 500;
}

#product_detail_features.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border: 0;
}

html {
  font-size: 14px;
}

body {
  font-family: "DINBek";
}

a:hover {
  color: #ca9708;
  text-decoration: underline;
}

.bg-light {
  background-color: #fff !important;
}

.bg-dark {
  background-color: #000 !important;
}
.bg-dark .navbar-nav .nav-link {
  color: #fff;
}
.bg-dark .navbar-nav .nav-link.active, .bg-dark .navbar-nav .nav-link:active, .bg-dark .navbar-nav .nav-link:focus, .bg-dark .navbar-nav .nav-link:hover {
  color: #fff;
}
.bg-dark .navbar-nav .nav-item.active a {
  color: #fff;
}

.jeepVehicles-section {
  padding: 2.1429rem 2.8571rem;
  background-color: #fff;
}

.section-title {
  text-align: center;
  margin-bottom: 3.2143rem;
}
.section-title h2 {
  font-size: 2.8571rem;
  font-family: "DINbek";
  margin-bottom: 0;
  text-transform: uppercase;
}
.section-title h2 sub {
  font-size: 0.8rem;
}
.section-title h6 {
  font-family: "DINbek";
  color: #707070;
  font-size: 0.9286rem;
}
.section-title .text-orange {
  color: #e6a926;
}
.section-title .text-white {
  color: #fff;
}

.text-orange {
  color: #e6a926;
}

.text-white {
  color: #fff;
}

.blog-list-section {
  padding: 2.1429rem;
  background-color: #323334;
}

sub {
  font-size: 0.8rem;
}

.media-list-wrapper,
.blog-list-wrapper {
  display: flex;
  justify-content: space-between;
}
.media-list-wrapper .card,
.blog-list-wrapper .card {
  margin: 10px;
  width: 24%;
  background: #323334;
  color: #fff;
  border: 0;
}
.media-list-wrapper .card__title,
.blog-list-wrapper .card__title {
  font-size: 1.4286rem;
  font-family: "DINbek";
  font-weight: 900;
  /*text-transform: capitalize;*/
}
.media-list-wrapper .card__copy,
.blog-list-wrapper .card__copy {
  font-size: 1.1429rem;
  font-family: "DINbek";
  max-height: 6.5714rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.media-list-wrapper .card__actions a,
.blog-list-wrapper .card__actions a {
  font-size: 1rem;
}
.media-list-wrapper .anchor-link,
.blog-list-wrapper .anchor-link {
  font-family: "DINbek";
}
.media-list-wrapper .card__figure,
.blog-list-wrapper .card__figure {
  width: 100%;
}
.media-list-wrapper .card__figure img,
.blog-list-wrapper .card__figure img {
  height: 15vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#secondary-gallery.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 0.2143rem solid #d2d2d2 !important;
}
#secondary-gallery.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border: 0.2143rem solid #e6a926 !important;
  transition: all 0.3s linear;
}

.splide--nav > .splide__track > .splide__list > .splide__slide {
  opacity: 1 !important;
}

.cta-section {
  padding: 8.6429rem 2.1429rem;
}

.cta-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cta-wraper {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  max-width: 28.2857rem;
  padding: 1.4286rem;
  color: #fff;
}

.cta-title {
  font-size: 2.1429rem;
  font-family: "DINbek";
  font-weight: 500;
}

.cta-subtitle {
  font-size: 1.1429rem;
  font-family: "DINbek";
  color: #fff;
}

.action-links-wrapper {
  display: flex;
  position: relative;
}
.action-links-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  bottom: 0;
  background: url(../images/icons/action-bg.svg) no-repeat right bottom -1px;
  background-size: 57%;
}

.action-icon {
  display: block;
  max-width: 2.1429rem;
  margin-bottom: 0.3571rem;
  position: relative;
  z-index: 1;
}

.action-links-list {
  padding: 3rem 2rem 4rem 2rem;
  flex: 0.33;
  border-right: 1px solid rgba(221, 219, 219, 0.467);
}
.action-links-list:last-child {
  border-right: 0;
}

.action-title {
  position: relative;
  z-index: 1;
}
.action-title a {
  font-size: 1.5714rem;
  font-family: "DINbek";
  font-weight: 500;
  color: #e6a926;
}

.action-subtitleh {
  font-size: 1rem;
  position: relative;
  z-index: 1;
}

.call_to_action {
  padding: 1.0714rem;
}

.camel-bg {
  position: relative;
}
.camel-bg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  bottom: 0;
  background: url(../images/icons/action-bg.svg) no-repeat right bottom -1px;
  background-size: 57%;
}

.custom-select-light {
  background: #fff url(../images/icons/select-arrow-dark.svg) no-repeat;
  background-position: right 1.2143rem center;
}

.custom-select-dark {
  background: #000 url(../images/icons/select-arrow-light.svg) no-repeat;
  background-position: right 1.2143rem center;
  color: #fff;
  border-top: 0px solid transparent;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 1px solid #fff;
  box-shadow: none;
  border-radius: 0;
}
.custom-select-dark:invalid {
  color: gray;
}
.custom-select-dark:focus {
  box-shadow: none;
  border-color: #fff;
  color: #fff;
}

.custom-select-transparent {
  background: transparent url(../images/icons/select-arrow-light.svg) no-repeat;
  background-position: right 1.2143rem center;
  color: #fff;
  border-top: 0px solid transparent;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 1px solid #d1d0d0;
  box-shadow: none;
  border-radius: 0;
  height: calc(1.5em + 0.85rem) !important;
}
.custom-select-transparent:invalid {
  color: gray;
}
.custom-select-transparent:focus {
  box-shadow: none;
  border-color: #fff;
}

.page-banner-wrapper .page-banner {
  margin-bottom: 3.5714rem;
}
.page-banner-wrapper .section-title h2 {
  font-family: "DINbek";
  font-weight: 500;
}
.page-banner-wrapper img {
  width: 100%;
}

.header-xl {
  display: block !important;
}

.header-xs {
  display: none !important;
}

.navbar {
  background-color: #fff;
}

.navbar-nav .nav-link {
  color: #000;
}

.navbar-brand-dark {
  display: none;
}

.dark_theme .jeepVehicles .jv-card {
  width: 18.5714rem;
  text-align: left;
  margin: auto;
}
.dark_theme .jeepVehicles .jv-card .jv-card__actions {
  align-items: flex-start;
}
.dark_theme .jeepVehicles .jv-card .jv-card__actions .btn {
  display: inline-block;
  padding: 0;
  text-align: left;
  background: none;
  border: none;
  border-radius: 0;
  color: #e6a926;
}
.dark_theme .jeepVehicles .jv-card .jv-card__actions .btn:focus, .dark_theme .jeepVehicles .jv-card .jv-card__actions .btn:hover {
  text-decoration: underline;
}
.dark_theme .jeepVehicles .jv-card .jv-card__actions a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}
.dark_theme .static-bottom {
  background: #fff;
}
.dark_theme .static-bottom .navbar-collapse {
  background: #fff;
}
.dark_theme .navbar {
  background-color: #000;
}
.dark_theme .navbar-nav .nav-link {
  color: #fff;
}
.dark_theme .navbar-brand-light {
  display: none;
}
.dark_theme .navbar-brand-dark {
  display: block;
}
.dark_theme .icon_menu {
  background: url(../images/icons/burger_mobile_icon_light.svg) no-repeat center;
}
.dark_theme .navbar-collapse {
  background: #000;
}
.dark_theme .media-list-wrapper .card,
.dark_theme .blog-list-wrapper .card,
.dark_theme .blog-list-section,
.dark_theme footer.footer-section {
  background: #000;
}
.dark_theme .glide__slide .slider_detials.bg_true {
  background: rgba(0, 0, 0, 0.6);
}
.dark_theme .glide__slide .slider_detials.bg_false {
  background: none;
}
.dark_theme .three-dots {
  background: url(../images/icons/three-dots-white.svg) no-repeat center;
  background-size: contain;
  width: 1.4286rem;
  height: 100%;
}

.light_theme .navbar {
  background-color: #fff;
}
.light_theme .navbar-nav .nav-link {
  color: #000;
}
.light_theme .static-top {
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}
.light_theme .navbar-brand-dark {
  display: none;
}
.light_theme .navbar-brand-light {
  display: block;
}
.light_theme .bg-light {
  background-color: transparent !important;
}
.light_theme .header-xl {
  background: #fff;
}

.theme_demo {
  cursor: pointer;
}

/*
Checkbox, radio button styling*/
.login-page .loginform-row label.custom-control-label {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #eaab00;
  background-color: #eaab00;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(234, 171, 0, 0.25);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgba(234, 171, 0, 0.45);
  border-color: rgba(234, 171, 0, 0.45);
}

.custom-control-input:hover,
.custom-control-input:focus {
  box-shadow: 0 0 13px #eaab00;
}

.custom-file-label {
  color: #fff;
  background-color: transparent;
  border-radius: 0;
  border-color: transparent;
  border-bottom-color: #fff;
  font-size: 14px;
}

.custom-file-label:hover,
.custom-file-label:focus {
  box-shadow: 0 0 13px rgba(255, 255, 255, 0.25);
}

.custom-file-label::after {
  background: #eaab00;
  border-radius: 0;
  color: #000;
}

.custom-select {
  height: calc(1.5em + 0.55rem);
}

.event-notify {
  background: #e6a926;
  padding: 0.6429rem;
  color: #fff;
  text-align: center;
}
.event-notify .btn-eventview {
  height: 2.1429rem;
  line-height: 2.1429rem;
  padding: 0;
  font-size: 1rem;
  background: #000;
}

.error {
  color: red;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

.jeep-product-slider {
  width: 100%;
  max-width: 912px;
  margin: auto;
}

.offers_banner .banner_offer_info_box {
  max-width: 42.85714rem;
  width: 100%;
  bottom: auto;
  top: 2.1429rem;
  left: 4.2857rem;
}

.offers_banner .section-title {
    padding-top: 3.2143rem;
    background-color: white;
}

.offers_banner .section-title h2 {
  font-family: "DINbek";
  font-weight: 500;
}

#about_section_nav {
  position: relative;
  z-index: 99;
}

.about_section_nav {
  background-color: #efefef;
}
.about_section_nav ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_section_nav ul li a {
  padding: 10px 15px;
  display: block;
  font-family: "DINbek";
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
}

#ourCommitments,
#aboutPride {
  padding: 1.7857rem 10.7143rem;
}
#ourCommitments .section-title h2,
#aboutPride .section-title h2 {
  font-weight: normal;
}
#ourCommitments h3,
#aboutPride h3 {
  font-family: "DINbek";
  color: #707070;
  font-weight: 900;
  font-size: 1.7857rem;
  margin-bottom: 1.0714rem;
}
#ourCommitments p,
#aboutPride p {
  font-family: "DINBek";
  font-size: 1rem;
  color: #707070;
}
#ourCommitments .aboutPride_thumb,
#aboutPride .aboutPride_thumb {
  box-shadow: 0 0 2.2857rem rgba(0, 0, 0, 0.24);
}

.commitment_points {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1.4286rem;
}

#ourShowroom h2 {
  font-weight: normal;
}

.far {
  color: #e6a926;
}
#testimonials .section-title h2 {
  font-weight: normal;
}
#testimonials .section-title h6 {
  color: #fff;
}

.testimonial_wrp ul {
  width: 49.5714rem;
  padding: 2.8571rem;
}
.testimonial_wrp ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.testimonial_wrp_glide {
  text-align: center;
}
.testimonial_wrp_glide .glide__track {
  margin-bottom: 3.2857rem;
}
.testimonial_wrp_glide .star-ratings {
  margin-bottom: 1.4286rem;
}
.testimonial_wrp_glide .testimonial_author {
  font-size: 1.4286rem;
  color: #e6a926;
  text-transform: capitalize;
  font-family: "DINBek";
}
.testimonial_wrp_glide .testimonial_content {
  font-size: 1.4286rem;
  text-align: center;
  color: #fff;
  margin-bottom: 0.7143rem;
  font-family: "DINBek";
}
.testimonial_wrp_glide .testimonial_inner {
  width: 58%;
  padding: 0 2.8571rem;
  display: block;
  margin: auto;
}

#ourTeam {
  padding: 1.7857rem 10.7143rem;
}
#ourTeam .section-title h2 {
  font-weight: normal;
}
#ourTeam .team-images {
  margin-bottom: 2.1429rem;
  text-align: center;
}
#ourTeam .team-images ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#ourTeam .team-images ul.team_images_top {
  margin-bottom: 0.7143rem;
}
#ourTeam .team-images ul.team_images_bottom {
  margin-left: 5rem;
}
#ourTeam .team-images ul li {
  display: inline-block;
  width: 14.25rem;
  margin-right: 0.625rem;
  height: auto;
  margin-bottom: 1.875rem;
  vertical-align: top;
}
#ourTeam .team-images ul li .img_wrapper {
  border: 1px solid;
  height: 14.25rem;
  width: 14.25rem;
  border-radius: 50%;
  overflow: hidden;
}
#ourTeam .team-images ul li .team_details {
  color: #000;
}
#ourTeam .team-images ul li .team_details .team_member_name {
  font-size: 1.4286rem;
  text-align: center;
  color: #000;
  font-family: "DINBek";
  margin-top: 5px;
}
#ourTeam .team-images ul li .team_details .team_member_email,
#ourTeam .team-images ul li .team_details .team_member_designation {
  font-size: 1rem;
  color: #e6a926;
  text-transform: lowercase;
  font-family: "DINBek";
  overflow-wrap: break-word;
}
#ourTeam .team-images ul li:last-child {
  margin-right: 0;
}
#ourTeam .team-images ul li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
#ourTeam .team-content p {
  font-size: 1.1429rem;
  font-family: "DINBek";
  text-align: center;
}

#upcomingEvents {
  padding: 3.5714rem 7.8571rem;
}

.section-title .nav-tabs {
  border-bottom: 0;
}
.section-title .nav-item {
  margin-bottom: 0;
  position: relative;
  padding: 0 1.0714rem;
  width: 22.6429rem;
  text-align: left;
}
.section-title .nav-item:first-child:after {
  content: "";
  position: absolute;
  width: 0.2857rem;
  height: 64%;
  display: inline-block;
  background-color: #e6a926;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-title .nav-link {
  font-size: 2.5rem;
  padding: 0;
  color: #e6a926;
  border: 0;
}
.section-title .nav-link.active {
  color: #e6a926;
  font-weight: 900;
  border: 0;
}

.event-card-wrp {
  display: block;
  width: 100%;
  text-align: left;
}

.event-card {
  width: 17.49rem;
  padding: 1.4286rem;
  border: 1px solid #e7e7e7;
  color: #707070;
}
.event-card .btn {
  display: block;
  font-family: "DINbek";
}
.event-card .evnt-date {
  margin-bottom: 1.0714rem;
  position: relative;
}
.event-card .evnt-date::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #e6a926;
  display: inline-block;
  position: absolute;
  left: -1.4286rem;
  top: 0;
}
.event-card .event-date-date {
  font-size: 2.4286rem;
  font-family: "DINbek";
  font-weight: 900;
  color: #707070;
  line-height: 1.1;
  display: inline-block;
}
.event-card .event-date-week {
  font-size: 0.8571rem;
  font-family: "DINbek";
  color: rgba(112, 112, 112, 0.6);
  display: inline-block;
}
.event-card .event-date-week span {
  display: block;
}
.event-card .event-date-month {
  font-size: 1rem;
  font-family: "DINbek";
  color: rgba(112, 112, 112, 0.6);
}
.event-card .txt-content {
  font-size: 1.1429rem;
  color: #e6a926;
  font-family: "DINbek";
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.1;
}
.event-card .event-exp-date {
  font-size: 0.8571rem;
  color: rgba(112, 112, 112, 0.6);
  margin-bottom: 15px;
}

.event-card {
  float: left;
  margin: 0.8%;
}

#past .txt-content {
  color: #707070;
}
#past .btn-primary {
  background: #707070;
  border: 0;
  color: #fff;
}
#past .event-card .evnt-date::before {
  background-color: #707070;
}

.detail-title {
  margin-right: 0.7143rem;
  padding-right: 0.7143rem;
}
.detail-title h1 {
  font-size: 1.4286rem;
  font-family: "DINBek";
  color: #e6a926;
  text-transform: capitalize;
  margin: 0;
}

.nav-bar-detailpage a.nav-link {
  text-transform: capitalize;
  font-family: "DINBek";
  color: #000;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
}

.detail-page-slider {
  background: url(../images/banners/product-detail-bg@2x.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.splide__slide.product_detials-img-wrapper {
  padding: 8.8rem 4rem 4rem;
  color: #fff;
}
.splide__slide.product_detials-img-wrapper .prodt-name {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.5rem;
}
.splide__slide.product_detials-img-wrapper .prodt-name .first-line {
  font-size: 4.5rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.2);
  font-family: "DINBek";
  font-weight: normal;
  line-height: 1;
  margin-bottom: 10px;
}
.splide__slide.product_detials-img-wrapper .prodt-name .second-line {
  font-size: 2.8143rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.2);
  font-family: "DINBek";
  font-weight: normal;
  line-height: 1;
}
.splide__slide.product_detials-img-wrapper img {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.splide__slide.product_detials-img-wrapper .specs-wrap {
  position: absolute;
  left: 4.0714rem;
  bottom: 15%;
}
.splide__slide.product_detials-img-wrapper .specs-wrap h2 {
  margin: 0;
  font-size: 2.5rem;
  font-family: "DINbek";
  font-weight: 500;
  margin-bottom: 1.7857rem;
}
.splide__slide.product_detials-img-wrapper .specs-wrap ul {
  list-style: none;
  border-left: 0.1429rem solid #e6a926;
  padding-left: 0.5714rem;
}
.splide__slide.product_detials-img-wrapper .specs-wrap ul li {
  font-size: 1.1429rem;
  font-family: "DINBek";
  line-height: 1.1;
  margin-bottom: 0.7143rem;
}
.splide__slide.product_detials-img-wrapper .prod-price-wrap {
  position: absolute;
  right: 2.8571rem;
  top: 50%;
  transform: translateY(-50%);
}
.splide__slide.product_detials-img-wrapper .prod-price-wrap .prod-price-label {
  font-size: 1.2143rem;
  font-family: "DINBek";
  color: #fff;
  font-weight: normal;
}
.splide__slide.product_detials-img-wrapper .prod-price-wrap .prod-price {
  font-size: 3.2143rem;
  font-family: "DINbek";
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.8571rem;
}
.splide__slide.product_detials-img-wrapper .prod-price-wrap .prod-price small {
  display: block;
  font-size: 12px;
  margin-top: 8px;
}
.splide__slide.product_detials-img-wrapper .prod-price-wrap .anchor-link {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.5714rem;
  display: block;
  font-family: "DINBek";
  text-transform: capitalize;
}

.product-color {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 13%;
}

.static-bottom {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.cars-color-sector .glide__bullet {
  width: 3.2143rem;
  height: 3.2143rem;
  padding: 0.2143rem;
}
.cars-color-sector .glide__bullet img {
  width: 100%;
}

.jeepVehiclesDisplay {
  padding: 2.1429rem 8.9286rem;
  position: relative;
}
.jeepVehiclesDisplay.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 0;
}
.jeepVehiclesDisplay.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  background: #e6e6e6;
}

.carDetail-card__figure {
  width: 14.6429rem;
  margin: auto;
  padding: 0.7143rem;
}

.carDetail-carname {
  text-align: center;
  text-transform: uppercase;
}

#product_detail_secondry .splide__arrow,
#product_detail_secondry .glide__arrow {
  width: 2.1429rem;
  height: 4.2857rem;
  background: url(../images/icons/arrow.svg) no-repeat center;
  background-size: cover;
  padding: 0 !important;
  border: 0;
  position: absolute;
  top: 50%;
}
#product_detail_secondry .splide__arrow svg,
#product_detail_secondry .glide__arrow svg {
  display: none;
}
#product_detail_secondry .splide__arrow.splide__arrow--next, #product_detail_secondry .splide__arrow.arrow-right,
#product_detail_secondry .glide__arrow.splide__arrow--next,
#product_detail_secondry .glide__arrow.arrow-right {
  transform: translateY(-50%);
  right: 4%;
}
#product_detail_secondry .splide__arrow.splide__arrow--prev, #product_detail_secondry .splide__arrow.arrow-left,
#product_detail_secondry .glide__arrow.splide__arrow--prev,
#product_detail_secondry .glide__arrow.arrow-left {
  transform: rotate(180deg) translateY(-50%);
  transform-origin: top;
  left: 4%;
}

.splide__slide img {
  width: 100%;
}

.car-features {
  padding: 0 2.1429rem;
}
.car-features .feature-wrp {
  margin-bottom: 1.7857rem;
}
.car-features .feature-wrp img {
  border: 1px solid #c6c6c6;
  margin-bottom: 0.3571rem;
}
.car-features .feature-wrp .feature-title {
  font-family: "DINBek";
  font-size: 1.1429rem;
  font-weight: normal;
}

.image-slider-section {
  padding: 2.2857rem 4rem;
}

.gallery-btn-wrp {
  display: block;
  padding: 1.4286rem;
  text-align: center;
}

.splide--nav > .splide__track > .splide__list > .splide__slide {
  border-radius: 4px;
  opacity: 0.8;
  cursor: pointer;
  transition: opacity 0.2s cubic-bezier(0.54, 0.01, 0.1, 1);
  border: 1px solid #d2d2d2;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  opacity: 1;
  background: transparent;
}

#primary-gallery {
  margin-bottom: 0.7143rem;
}
#primary-gallery .video_slide {
  padding-top: 56.25%;
}
#primary-gallery .video_slide iframe, 
#primary-gallery .video_slide video
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.image-slider-section .section-title {
  margin-bottom: 0.3571rem;
}

.int-ext-section {
  background-color: #000;
  padding: 2.1429rem;
}
.int-ext-section .subtitle {
  font-size: 0.8571rem;
  font-family: "DINBek";
  text-transform: uppercase;
  color: #fff;
}
.int-ext-section .tab-content {
  color: #fff;
}
.int-ext-section .tab-content .interior-features,
.int-ext-section .tab-content .exterior-features {
  margin-top: 2.8571rem;
  margin-bottom: 1.4286rem;
}
.int-ext-section .nav-link {
  font-size: 2.5rem;
  font-family: "DINBek";
  font-weight: normal;
  border-radius: 0;
  color: #fff;
  line-height: normal;
  text-transform: uppercase;
}
.int-ext-section .nav-tabs {
  border-bottom: 1px solid #000;
}
.int-ext-section .nav-tabs .nav-item {
  position: relative;
}
.int-ext-section .nav-tabs .nav-item:first-child:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 50%;
  display: inline-block;
  background-color: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.int-ext-section .nav-tabs .nav-item.show .nav-link,
.int-ext-section .nav-tabs .nav-link.active {
  color: #e6a926;
  background-color: #000;
  border-color: #000 #000 #000;
  text-decoration: underline;
}
.int-ext-section .nav-tabs .nav-link:focus,
.int-ext-section .nav-tabs .nav-link:hover {
  border-color: #000 #000 #000;
}

.subtitle {
  font-size: 1rem;
  color: #707070;
  text-align: center;
  font-family: "DINBek";
  font-weight: normal;
}

.car-desc-title {
  text-align: center;
  padding: 0 7.3571rem;
}
.car-desc-title h2 {
  font-size: 2.8571rem;
  color: #e6a926;
  font-family: "DINBek";
  font-weight: normal;
}
.car-desc-title p {
  font-size: 1.1429rem;
  color: #fff;
  font-family: "DINBek";
  font-weight: normal;
}

.capability-section {
  padding: 3.5714rem 2.1429rem;
}
.capability-section .capability-features {
  margin-bottom: 1.7857rem;
}
.capability-section .car-desc-title p {
  color: #707070;
}
.capability-section .section-title h2 {
  font-weight: 500;
  margin-bottom: 0.7143rem;
}

.connectivity-section {
  padding: 3.5714rem 2.1429rem;
}
.connectivity-section .connectivity-features {
  margin-bottom: 1.7857rem;
}
.connectivity-section .car-desc-title p {
  color: #707070;
}
.connectivity-section .section-title h2 {
  font-weight: 500;
  margin-bottom: 0.7143rem;
}

.safty-security-section {
  background-color: #000;
  padding: 3.5714rem 2.1429rem;
}
.safty-security-section .safty-security-features {
  margin-bottom: 1.7857rem;
}
.safty-security-section .section-title h2 {
  font-weight: 500;
  margin-bottom: 0.7143rem;
}

.call_to_action {
  display: flex;
  align-items: center;
  padding: 4.2857rem 2rem;
}
.call_to_action .cta_title {
  font-size: 1.4286rem;
  font-family: "DINbek";
  font-weight: 500;
  margin-bottom: 0;
}
.call_to_action .cta_subtitle {
  font-size: 0.8571rem;
}
.call_to_action .cta_content {
  margin-right: 2.8571rem;
  position: relative;
  z-index: 1;
}
.call_to_action .cta-buttun-wrp {
  position: relative;
  z-index: 1;
}

.jeep_modal_dark .modal-header .close,
#brochure_form .modal-header .close {
  color: #fff;
}
.jeep_modal_dark .modal-header,
#brochure_form .modal-header {
  padding: 2.1429rem 2.1429rem 1.0714rem;
  border-bottom: 0;
}
.jeep_modal_dark .modal-body,
#brochure_form .modal-body {
  padding: 1.0714rem 2.1429rem 2.1429rem;
}
.jeep_modal_dark .modal-title,
#brochure_form .modal-title {
  font-family: "DINbek";
  font-weight: 900;
  color: #fff;
  font-size: 1.4286rem;
}
.jeep_modal_dark .modal-dialog,
#brochure_form .modal-dialog {
  max-width: 46.4286rem;
  width: 46.4286rem;
  transform: translate(0, -50%) !important;
  top: 50%;
  margin: 0 auto;
}
.jeep_modal_dark .modal-content,
#brochure_form .modal-content {
  background: #000;
}
.jeep_modal_dark .form-col-6,
#brochure_form .form-col-6 {
  width: 50%;
  margin-bottom: 15px;
}
.jeep_modal_dark .form-col-12,
#brochure_form .form-col-12 {
  width: 100%;
  margin-bottom: 15px;
}
.jeep_modal_dark .form-control,
#brochure_form .form-control {
  height: calc(1.5em + 0.55rem);
  padding: 0.375rem 0.75rem;
  color: #fff;
  background-color: #000;
  border-top: 0px solid transparent;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.jeep_modal_dark .form-control:focus,
#brochure_form .form-control:focus {
  box-shadow: none;
}
.jeep_modal_dark textarea.form-control,
#brochure_form textarea.form-control {
  height: 5.1429rem;
}

.modal-backdrop {
  background-color: rgb(255, 255, 255);
}

.privacy_policy .modal-dialog {
    max-width: 71rem;
    color: white;
}

.privacy_policy .modal-dialog .modal-body {
    height: calc(100vh - 150px);
}

.banner_video {
    background-color: rgba(0, 0, 0, 0.5);
}
.banner_video .modal-dialog {
    max-width: calc(100vw - 100px);
    width: calc(100vw - 100px);
    height: calc(100vh - 100px);
    max-height: calc(100vh - 100px);
}
.banner_video .modal-dialog .modal-content {
    width: 100%;
    height: 100%;
}
.banner_video .modal-dialog .modal-body {
    width: 100%;
    height: calc(100% - 100px);
}
.service_modal .modal-header,
.financial_modal .modal-header,
.stock_locator_modal .modal-header {
  position: relative;
  flex-wrap: wrap;
  padding: 2.8571rem 2.8571rem 0.7143rem;
}
.service_modal .modal-header .close,
.financial_modal .modal-header .close,
.stock_locator_modal .modal-header .close {
  position: absolute;
  right: 3.8571rem;
  top: 4rem;
  width: 1.7857rem;
  height: 1.7857rem;
  padding: 0;
  background: #fff url(../images/icons/modal-close.svg) no-repeat;
  background-size: contain;
}
.service_modal .modal-header h2,
.financial_modal .modal-header h2,
.stock_locator_modal .modal-header h2 {
  display: block;
  font-size: 1.4286rem;
  font-family: "DINbek";
  font-weight: 900;
  width: 100%;
}
.service_modal .modal-header h6,
.financial_modal .modal-header h6,
.stock_locator_modal .modal-header h6 {
  font-size: 1rem;
  font-family: "DINBek";
  color: #707070;
  width: 100%;
  display: block;
}
.service_modal .modal-body,
.financial_modal .modal-body,
.stock_locator_modal .modal-body {
  padding: 0.7143rem 2.8571rem 2.8571rem;
}
.service_modal .form-inline,
.financial_modal .form-inline,
.stock_locator_modal .form-inline {
  align-items: flex-end;
  margin-bottom: 1.0714rem;
}
.service_modal .modal-dialog,
.financial_modal .modal-dialog,
.stock_locator_modal .modal-dialog {
  max-width: 71rem;
  transform: translate(0, 10.5rem) !important;
}
.service_modal .deal-phone-wrp,
.financial_modal .deal-phone-wrp,
.stock_locator_modal .deal-phone-wrp {
  display: flex;
  padding: 4px 13px;
  align-self: flex-end;
  background: #fff;
  margin-left: 15px;
}
.service_modal .deal-phone-wrp ul,
.financial_modal .deal-phone-wrp ul,
.stock_locator_modal .deal-phone-wrp ul {
  display: flex;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
}
.service_modal .deal-phone-wrp ul > li a,
.financial_modal .deal-phone-wrp ul > li a,
.stock_locator_modal .deal-phone-wrp ul > li a {
  color: #e6a926;
}
.service_modal .deal-phone-wrp ul > li a:hover,
.financial_modal .deal-phone-wrp ul > li a:hover,
.stock_locator_modal .deal-phone-wrp ul > li a:hover {
  color: #ca9708;
}
.service_modal .deal-phone-wrp ul > li:after,
.financial_modal .deal-phone-wrp ul > li:after,
.stock_locator_modal .deal-phone-wrp ul > li:after {
  content: ",";
  display: inline-block;
}
.service_modal .deal-phone-wrp ul > li:last-child,
.financial_modal .deal-phone-wrp ul > li:last-child,
.stock_locator_modal .deal-phone-wrp ul > li:last-child {
  padding-left: 5px;
}
.service_modal .deal-phone-wrp ul > li:last-child::after,
.financial_modal .deal-phone-wrp ul > li:last-child::after,
.stock_locator_modal .deal-phone-wrp ul > li:last-child::after {
  display: none;
}
.service_modal .form-select-outer,
.financial_modal .form-select-outer,
.stock_locator_modal .form-select-outer {
  display: inline-flex;
  width: 75%;
}
.service_modal .form-select-outer .form-select-wrap label,
.financial_modal .form-select-outer .form-select-wrap label,
.stock_locator_modal .form-select-outer .form-select-wrap label {
  text-align: left;
  justify-content: flex-start;
  font-size: 0.8571rem;
  color: #000;
}
.service_modal .form-select-outer input[type=number],
.service_modal .form-select-outer input[type=email],
.service_modal .form-select-outer input[type=text],
.service_modal .form-select-outer .custom-select,
.financial_modal .form-select-outer input[type=number],
.financial_modal .form-select-outer input[type=email],
.financial_modal .form-select-outer input[type=text],
.financial_modal .form-select-outer .custom-select,
.stock_locator_modal .form-select-outer input[type=number],
.stock_locator_modal .form-select-outer input[type=email],
.stock_locator_modal .form-select-outer input[type=text],
.stock_locator_modal .form-select-outer .custom-select {
  width: 16.0714rem;
  display: inline-block;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.service_modal .form-select-outer input[type=number]:focus,
.service_modal .form-select-outer input[type=email]:focus,
.service_modal .form-select-outer input[type=text]:focus,
.service_modal .form-select-outer .custom-select:focus,
.financial_modal .form-select-outer input[type=number]:focus,
.financial_modal .form-select-outer input[type=email]:focus,
.financial_modal .form-select-outer input[type=text]:focus,
.financial_modal .form-select-outer .custom-select:focus,
.stock_locator_modal .form-select-outer input[type=number]:focus,
.stock_locator_modal .form-select-outer input[type=email]:focus,
.stock_locator_modal .form-select-outer input[type=text]:focus,
.stock_locator_modal .form-select-outer .custom-select:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.service_modal .form-button-wrapper,
.financial_modal .form-button-wrapper,
.stock_locator_modal .form-button-wrapper {
  width: 25%;
  text-align: right;
}
.service_modal .car_filter_image,
.financial_modal .car_filter_image,
.stock_locator_modal .car_filter_image {
  margin-right: 1.4286rem;
  background-color: #fff;
}
.service_modal .car_filter_image .car_filter_inner,
.financial_modal .car_filter_image .car_filter_inner,
.stock_locator_modal .car_filter_image .car_filter_inner {
  width: 9.1429rem;
  display: flex;
  align-items: center;
}
.service_modal .filter-cars_box,
.financial_modal .filter-cars_box,
.stock_locator_modal .filter-cars_box {
  padding: 1.4286rem;
  display: flex;
  background-color: #efefef;
}
.service_modal .filter-cars_box h2,
.financial_modal .filter-cars_box h2,
.stock_locator_modal .filter-cars_box h2 {
  display: block;
  font-size: 1.4286rem;
  font-family: "DINbek";
  font-weight: 900;
  width: 100%;
  margin-bottom: 0.3571rem;
}
.service_modal .filter-cars_box h6,
.financial_modal .filter-cars_box h6,
.stock_locator_modal .filter-cars_box h6 {
  font-size: 1rem;
  font-family: "DINBek";
  color: #000;
  width: 100%;
  display: block;
}
.service_modal .filter-cars_box .car_information_wrap,
.financial_modal .filter-cars_box .car_information_wrap,
.stock_locator_modal .filter-cars_box .car_information_wrap {
  font-size: 1rem;
  font-family: "DINBek";
  color: #000;
  width: 100%;
  display: block;
  margin-top: 1.0714rem;
}
.service_modal .filter-cars_box .car_information_wrap.stock,
.financial_modal .filter-cars_box .car_information_wrap.stock,
.stock_locator_modal .filter-cars_box .car_information_wrap.stock {
  color: #bc2828;
  position: relative;
}
.service_modal .filter-cars_box .car_information_wrap.stock:before,
.financial_modal .filter-cars_box .car_information_wrap.stock:before,
.stock_locator_modal .filter-cars_box .car_information_wrap.stock:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #bc2828;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.3571rem;
}
.service_modal .filter-cars_box .car_information_wrap.stock.in-stock,
.financial_modal .filter-cars_box .car_information_wrap.stock.in-stock,
.stock_locator_modal .filter-cars_box .car_information_wrap.stock.in-stock {
  color: green;
}
.service_modal .filter-cars_box .car_information_wrap.stock.in-stock a,
.financial_modal .filter-cars_box .car_information_wrap.stock.in-stock a,
.stock_locator_modal .filter-cars_box .car_information_wrap.stock.in-stock a {
  color: green;
}
.service_modal .filter-cars_box .car_information_wrap.stock.in-stock a:focus, .service_modal .filter-cars_box .car_information_wrap.stock.in-stock a:hover,
.financial_modal .filter-cars_box .car_information_wrap.stock.in-stock a:focus,
.financial_modal .filter-cars_box .car_information_wrap.stock.in-stock a:hover,
.stock_locator_modal .filter-cars_box .car_information_wrap.stock.in-stock a:focus,
.stock_locator_modal .filter-cars_box .car_information_wrap.stock.in-stock a:hover {
  color: green;
  text-decoration: underline;
}
.service_modal .filter-cars_box .car_information_wrap.stock.in-stock:before,
.financial_modal .filter-cars_box .car_information_wrap.stock.in-stock:before,
.stock_locator_modal .filter-cars_box .car_information_wrap.stock.in-stock:before {
  background-color: green;
}
.service_modal .filter-cars_box .car_information_wrap.stock.out-of-stock,
.financial_modal .filter-cars_box .car_information_wrap.stock.out-of-stock,
.stock_locator_modal .filter-cars_box .car_information_wrap.stock.out-of-stock {
  color: green;
}
.service_modal .filter-cars_box .car_information_wrap.stock.out-of-stock:before,
.financial_modal .filter-cars_box .car_information_wrap.stock.out-of-stock:before,
.stock_locator_modal .filter-cars_box .car_information_wrap.stock.out-of-stock:before {
  background-color: green;
}

.service_modal .form-select-outer,
.financial_modal .form-select-outer {
  display: inline-flex;
  width: 100%;
}
.service_modal .form-button-wrapper,
.financial_modal .form-button-wrapper {
  width: 100%;
  text-align: left;
}

.stock_locator_modal .filter-cars_box .car_information_wrap.stock.in-stock a:first-child {
  padding-right: 2px;
}

.stock_locator_modal .filter-cars_box .car_information_wrap.stock.in-stock a:nth-child(2):before {
  content: ",";
  display: inline-block;
}

.locate_us_modal {
  padding-top: 1.0714rem;
}
.locate_us_modal .locate_us-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.locate_us_modal .locate_us-info ul li {
  padding-left: 2.1429rem;
  margin-bottom: 0.3571rem;
  color: #e6a926;
}
.locate_us_modal .locate_us-info ul li a {
  color: #e6a926;
}
.locate_us_modal .locate_us-info ul .f-icon {
  position: relative;
  display: block;
  padding-bottom: 5px;
}
.locate_us_modal .locate_us-info ul .f-icon.f-call-icon:before {
  background: url(../images/icons/call-orange-icon.svg) no-repeat center;
}
.locate_us_modal .locate_us-info ul .f-icon.f-location-icon:before {
  background: url(../images/icons/location_mobile_icon.svg) no-repeat center;
}
.locate_us_modal .locate_us-info ul .f-icon.f-time-icon:before {
  background: url(../images/icons/time-icon.svg) no-repeat center;
}
.locate_us_modal .locate_us-info ul .f-icon.f-mail-icon:before {
  background: url(../images/icons/mail-orange-icon.svg) no-repeat center;
}
.locate_us_modal .locate_us-info ul .f-icon:before {
  content: "";
  background-position: center;
  background-size: contain !important;
  width: 1.4286rem;
  height: 1.4286rem;
  position: absolute;
  left: 0;
}

.modal {
  z-index: 9999;
}

.success_modal .modal-body {
  color: #fff;
}

.main-form-wrapper {
  transition: all 0.3s ease-in;
  visibility: visible;
  opacity: 1;
}
.main-form-wrapper.hide-form {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.otp_form_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 1.0714rem 2.1429rem 2.1429rem;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in;
  vertical-align: middle;
}
.otp_form_wrapper > div {
  width: 100%;
}

.modal-header {
  min-height: 75px;
  position: relative;
}
.modal-header .modal-title-absalute {
  position: absolute;
  left: 2.1429rem;
}

.back-icon {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  margin-right: 5px;
}
.back-icon:hover {
  text-decoration: none;
}

.financial_modal h2,
.service_modal h2 {
  font-size: 1.4286rem;
  font-family: "DINbek";
  font-weight: 900;
}
.financial_modal .modal-body,
.service_modal .modal-body {
  padding: 0.7143rem 2.8571rem;
}
.financial_modal .modal-footer,
.service_modal .modal-footer {
  padding: 0.7143rem 2.8571rem;
}
.financial_modal .modal-footer .filter-cars_box,
.service_modal .modal-footer .filter-cars_box {
  width: 100%;
}
.financial_modal .service_tbl,
.service_modal .service_tbl {
  display: table;
  width: 100%;
}
.financial_modal .service_tbl .service_cell,
.service_modal .service_tbl .service_cell {
  display: table-cell;
  width: 33%;
}
.financial_modal .service_tbl .service_cell label,
.service_modal .service_tbl .service_cell label {
  display: block;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #e6a926;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e6a926;
}

.stock_locator_modal .filter-cars_box h2 {
  margin-bottom: 0;
}

.stock-availability .jv-card {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
}
.stock-availability .jv-card .jv-card__body,
.stock-availability .jv-card .jv-card__aside {
  margin-right: 50px;
  text-align: left;
}
.stock-availability .jv-card .jv-card__footer {
  margin-right: 50px;
}

.s_s_banner {
  background-color: #e4e4e4;
  position: relative;
}
.s_s_banner img {
  width: 100%;
}

.about_s_s {
  background-color: #2d2e2f;
  color: #fff;
  padding: 2.8571rem;
}
.about_s_s p {
  margin-bottom: 0;
  font-size: 1.1429rem;
}

.banner_info_box {
  width: 30.0714rem;
  background-color: rgba(1, 2, 3, 0.8);
  color: #fff;
  padding: 2.8571rem;
  position: absolute;
  bottom: 3.5714rem;
  left: 2.8571rem;
}
.banner_info_box h2 {
  font-size: 1.2857rem;
  font-family: "DINbek";
  font-weight: bold;
  margin-bottom: 0.7143rem;
}
.banner_info_box h1 {
  font-size: 2.1429rem;
  font-family: "DINbek";
  font-weight: 500;
  margin-bottom: 0;
}

.s_s_6-airbags {
  background-color: #000;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.s_s_6-airbags .ss_airbags_info_box {
  color: #fff;
  width: 50%;
  background-color: #000;
  padding: 2.8571rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s_s_6-airbags .ss_airbags_info_box h2 {
  font-size: 2.3571rem;
  font-family: "DINbek";
  font-weight: bold;
}
.s_s_6-airbags .ss_airbags_info_box p {
  font-size: 1.1429rem;
}

.s_s_6-bracking {
  background-color: #2d2e2f;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.s_s_6-bracking .ss_airbags_info_box {
  color: #fff;
  width: 50%;
  background-color: #000;
  padding: 2.8571rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s_s_6-bracking .ss_airbags_info_box h2 {
  font-size: 2.3571rem;
  font-family: "DINbek";
  font-weight: bold;
}
.s_s_6-bracking .ss_airbags_info_box p {
  font-size: 1.1429rem;
}

.right-pull {
  max-width: 50%;
}

.left-pull {
  max-width: 50%;
}

section {
  clear: both;
}

.inner_c_box {
  width: 100%;
  padding: 2.8571rem;
}

.info_offer_box .info_offer_lst-wrp {
  margin-bottom: 1.42857rem;
  padding-left: 10px;
  line-height: 1.8;
}
.info_offer_box .info_offer_lst {
  padding-left: 15px;
  margin-top: 0.71429rem;
  position: relative;
}
.info_offer_box .info_offer_lst:before {
  content: "•";
  display: inline-block;
  position: absolute;
  left: 0;
}

.offers-wrp .info_offer ul {
  padding-left: 10px;
}
.offers-wrp .info_offer ul li {
  margin-top: 0.41429rem;
}

.offers_banner {
  background-color: #e4e4e4;
  position: relative;
}

.about_offers {
  background-color: #2d2e2f;
  color: #fff;
  padding: 2.8571rem;
}
.about_offers p {
  margin-bottom: 0;
  font-size: 1.1429rem;
}
.about_offers span a {
  color: #e6a926;
}
.about_offers span:after {
  content: ",";
  display: inline-block;
}
.about_offers span:last-child::after {
  display: none;
}

.banner_offer_info_box {
  width: 30.0714rem;
  background-color: rgba(1, 2, 3, 0.8);
  color: #fff;
  padding: 2.8571rem;
  position: absolute;
  bottom: 3.5714rem;
  left: 2.8571rem;
}
.banner_offer_info_box h2 {
  font-size: 1.2857rem;
  font-family: "DINbek";
  font-weight: bold;
  margin-bottom: 0.7143rem;
}
.banner_offer_info_box h1 {
  font-size: 2.1429rem;
  font-family: "DINbek";
  font-weight: 500;
  margin-bottom: 0;
}

.left_info_offers {
  background-color: #000;
  position: relative;
}
.left_info_offers img {
  width: 100%;
}
.left_info_offers .left_info_offers_box {
  color: #000;
  /*width: 30.7857rem;
      position: absolute;*/
  background-color: #fff;
  padding: 2.8571rem;
  left: 2.8571rem;
  bottom: 3.5714rem;
  font-family: "DINBek";
  font-weight: normal;
  order: 1;
}
.left_info_offers .left_info_offers_box h2 {
  font-size: 2.3571rem;
  margin-bottom: 1.42857rem;
  font-family: "DINbek";
  font-weight: bold;
}
.left_info_offers .left_info_offers_box p {
  font-size: 1.1429rem;
}

.right_info_offers {
  background-color: #000;
  position: relative;
}
.right_info_offers img {
  width: 100%;
}
.right_info_offers .right_info_offers_box {
  color: #000;
  /*width: 30.7857rem;*/
  /*position: absolute;*/
  background-color: #fff;
  padding: 2.8571rem;
  right: 2.8571rem;
  bottom: 3.5714rem;
  font-family: "DINBek";
  font-weight: normal;
}
.right_info_offers .right_info_offers_box h2 {
  font-size: 2.3571rem;
  margin-bottom: 1.42857rem;
  font-family: "DINbek";
  font-weight: bold;
}
.right_info_offers .right_info_offers_box p {
  font-size: 1.1429rem;
}

.info_offer {
  display: flex;
  align-content: center;
  justify-content: flex-end;
}

.info_offer_image_wrap,
.info_offer_box {
  width: 50%;
}

.info_offer_box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.campaigns-wrp .info_offer {
  align-items: center;
  min-height: 90vh;
}

.gallery_page .grid {
  padding: 2rem 2.1rem;
}
.gallery_page .element-item {
  width: 100%;
  max-width: 23%;
  margin-left: 0.3571rem;
  margin-right: 0.3571rem;
  margin-bottom: 10.0002px;
}
.gallery_page .element-item img {
  width: 100%;
}
.gallery_page .filter-button-group {
  display: flex;
  justify-content: center;
  background: #efefef;
}
.gallery_page .filter-button-group button {
  border: 0;
  background-color: transparent;
  font-size: 1.1429rem;
  padding: 0.7143rem;
}

footer .footer-section.stellantis {
    font-size: 12px;
    display: block;
    border-top: 1px solid #505050;
    padding-top: 1rem;
}
footer .footer-section.stellantis div {
    padding-bottom: 1rem;
    color: #707070;
}

footer .footer-section.stellantis img {
    height: 40px;
}

footer {
  padding: 1.4286rem;
  background: #323334;
}

footer.card__footer {
  background: transparent;
  padding: 0;
}

.footer-section {
  display: flex;
  color: #fff;
  position: relative;
  /* with the :focus here, we would show grey when not using the element */
  /* with the :focus here, we show grey when using the element */
}
.footer-section .custom-select {
  height: calc(1.5em + 0.75rem + 2px);
}
.footer-section select {
  color: #fff !important;
}
.footer-section select:focus {
  color: #6c757d;
}
.footer-section option {
  color: black;
}
.footer-section .custom-select-dark:invalid {
  color: #6c757d !important;
}
.footer-section option:first-of-type {
  color: #6c757d;
}
.footer-section.footer-section-dark {
  background: #000;
}
.footer-section .footer-title {
  margin-bottom: 1.4286rem;
}
.footer-section .form-row {
  display: flex;
  margin-bottom: 1.4286rem;
  align-items: flex-start;
}
.footer-section .form-row:last-child {
  margin-bottom: 0;
}
.footer-section .form-row .form-control {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  border-bottom-color: #d1d0d0;
  color: #fff;
  outline: none;
}
.footer-section .form-row .form-control:focus, .footer-section .form-row .form-control:hover {
  border-bottom-color: #fff;
  outline: none;
  box-shadow: none;
}
.footer-section .form-row .form-col-12,
.footer-section .form-row .form-col-6 {
  flex: 1;
}
.footer-section .footer-col {
  flex: 1;
  padding: 0.7143rem;
}
.footer-section .footer-col50 {
  flex: 2;
}
.footer-section .footer-col .footer-title h2 {
  font-size: 1.4286rem;
  font-family: "DINbek";
}
.footer-section .footer-col .footer-title h1 {
  font-size: 1.4286rem;
  font-family: "DINbek";
}
.footer-section .footer-col .footer-content {
  font-size: 1rem;
  color: #707070;
  max-height: 12rem;
  overflow: hidden;
  margin-bottom: 0.7143rem;
}
.footer-section .footer-col .footer-content p {
  margin: 0;
}

.footer-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-info ul li {
  padding-left: 2.1429rem;
  margin-bottom: 0.3571rem;
  color: #e6a926;
}
.footer-info ul li a {
  color: #e6a926;
}
.footer-info ul .f-icon {
  position: relative;
  display: block;
}
.footer-info ul .f-icon.f-call-icon:before {
  background: url(../images/icons/call-orange-icon.svg) no-repeat center;
}
.footer-info ul .f-icon.f-time-icon:before {
  background: url(../images/icons/time-icon.svg) no-repeat center;
}
.footer-info ul .f-icon.f-mail-icon:before {
  background: url(../images/icons/mail-orange-icon.svg) no-repeat center;
}
.footer-info ul .f-icon.f-loc-icon:before {
  background: url(../images/icons/location_mobile_icon.svg) no-repeat center;
}
.footer-info ul .f-icon.f-tc-icon:before {
  background: url(../images/icons/tc-icon.png) no-repeat center;
}
.footer-info ul .f-icon.f-contact-icon:before {
  background: url(../images/icons/user-orange.svg) no-repeat center;
}
.footer-info ul .f-icon:before {
  content: "";
  background-position: center;
  background-size: contain !important;
  width: 1.4286rem;
  height: 1.4286rem;
  position: absolute;
  left: 0;
}
.footer-info ul .f-icon .f-fb-icon {
  text-decoration: none;
  font-size: 24px;
  font-family: "GCSS";
}
.footer-info ul .f-icon .f-fb-icon:before {
  content: "\ead9";
}
.footer-info ul .f-icon .f-insta-icon {
  text-decoration: none;
  font-size: 24px;
  font-family: "GCSS";
}
.footer-info ul .f-icon .f-insta-icon:before {
  content: "\eaf6";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ca9708 !important;
}
@media screen and (min-width: 800px) {
    #swipebox-close {
    right: 22px;
    display: block;
  }
}
@media screen and (max-width: 1400px) {
  .glide__slide .slider_detials .range_start {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .glide__slide .slider_detials {
    width: 40%;
    padding: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .tnc_text_link {
    font-size: 12px;
    color: #fff;
    margin-top: 3px;
    position: relative;
  }
  .glide__slide .slider_detials {
    width: 50%;
  }
  .glide__slide .slider_detials {
    top: auto;
    transform: none;
    bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .cta-section {
    padding: 4.6429rem 20px;
  }
  .blog-list-section {
    padding: 35px 20px;
  }
  .btn-primary {
    font-size: 14px;
  }
  html {
    font-size: 3.733vw;
  }
  .section-title h6 {
    font-size: 0.8571rem;
  }
  .section-title h2 {
    font-size: 2.1429rem;
  }
  .blog-list-wrapper {
    flex-wrap: wrap;
  }
  .blog-list-wrapper .card {
    width: 48%;
    margin: 0 0 1.4286rem 0;
  }
  .blog-list-wrapper .card .card__title {
    font-size: 1.4286rem;
  }
  .blog-list-wrapper .card .card__copy {
    font-size: 13px;
    max-height: 3.0714rem;
  }
  .blog-list-wrapper .card .anchor-link {
    font-size: 0.8571rem;
  }
  .blog-list-wrapper .card .card__figure img {
    height: auto;
  }
  .cta-title {
    font-size: 1.7857rem;
  }
  .cta-wraper {
    background: #000;
    width: 100%;
    max-width: 100%;
    padding: 1.7857rem;
    text-align: center;
  }
  .cta-wraper .cta-title {
    text-align: center;
    font-family: "DINbek";
    font-weight: 900;
  }
  .action-icon {
    max-width: 2.1429rem;
  }
  .action-title a {
    font-size: 1.4286rem;
  }
  .jeep-about-image {
    max-width: 25rem;
  }
  .action-links-wrapper {
    display: block;
    padding: 1.0714rem 0;
  }
  .action-links-list {
    padding: 1.0714rem 20px;
  }
  .action-subtitleh {
    font-size: 0.8571rem;
  }
  .glide__slide .slider_detials {
    transform: none;
    position: static;
    width: 100%;
    text-align: center;
    padding: 3rem;
    background: #000;
    min-height: 290px;
  }
  .glide__slide .slider_detials h2 {
    font-size: 24px;
    width: 100%;
    margin-bottom: 8px;
  }
  .light_theme .glide__slide .slider_detials {
    background: rgba(0, 0, 0, 0.5);
  }
  .dark_theme .glide__slide .slider_detials {
    background: #000;
  }
}
@media screen and (max-width: 540px) {
  .glide__bullet {
    border: 0;
    width: 1.4rem;
  }
  #product_detail_primary .glide__bullets {
    top: auto;
    bottom: 0.8571rem;
    background: transparent;
  }
  .blog-list-wrapper {
    display: block;
  }
  .blog-list-wrapper .card {
    width: 100%;
  }
  .glide__slide .slider_detials .range_start {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .glide__slide .slider_detials .btn-primary {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .glide__slide .slider_detials h2 {
    font-size: 18px;
    padding: 0px;
    line-height: 2;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .glide__slide .slider_detials h2 span {
    width: 100%;
    text-align: center;
    line-height: normal;
  }
}
@media screen and (max-width: 1024px) {
  .enq-cap-image {
    width: calc(100% - 74px) !important;
  }
  html {
    font-size: 11.2px;
    font-size: 1.094vw;
  }
  .footer-info ul li {
    margin-bottom: 0.5571rem;
  }
}
@media screen and (max-width: 991px) {
  .enq-cap-image {
    width: calc(100% - 35px) !important;
  }
  .cap-image {
    width: calc(100% - 50px) !important;
  }
  .dropdown-header {
    font-size: 14px;
  }
  .three-dot-dropdown .dropdown-item {
    padding: 0.7rem 2rem;
  }
  .navbar-collapse {
    margin-top: 0px;
    position: absolute;
    width: 100%;
    top: 100%;
    background: #fff;
    border-top: 1px solid #c6c6c6;
  }
  .navbar-collapse .navbar-nav {
    overflow: auto;
    height: calc(100vh - 65px);
  }
  .navbar-toggler {
    padding: 0;
  }
  .footer-info ul .f-icon {
    position: relative;
    display: block;
    padding: 5px 2px 5px 28px;
  }
  .dropdown-menu {
    border-top: 0;
    border-bottom: 0;
  }
  .three-dot-dropdown {
    padding: 0;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu.show .nav-tabs {
    width: 100%;
  }
  .navbar-nav .nav-link {
    padding: 1.4286rem;
    border-bottom: 1px solid #c6c6c6;
  }
  .icon {
    background-size: contain;
    width: 20px;
    height: 35px;
    display: block;
  }
  .icon_location {
    background: url(../images/icons/location_mobile_icon.svg) no-repeat center;
    margin-right: 20px;
  }
  .icon_call {
    background: url(../images/icons/call_mobile_icon.svg) no-repeat center;
    margin-right: 20px;
  }
  .icon_menu {
    background: url(../images/icons/burger_mobile_icon_dark.svg) no-repeat center;
    margin-right: 20px;
  }
  .navbar {
    padding: 12px 0;
  }
  .navbar .m-col {
    display: flex;
    align-items: center;
  }
  .navbar .m-col .navbar-brand {
    padding: 7px 20px;
    margin-right: 15px;
  }
  .navbar .m-col .navbar-brand img {
    max-width: 55px;
  }
  .navbar .m-col .m-pm_link_wrp {
    display: flex;
    max-width: 200px;
    align-items: center;
  }
  .navbar .m-col .m-pm_link_wrp span,
  .navbar .m-col .m-pm_link_wrp a {
    font-size: 12px;
    color: #e6a926;
    text-transform: uppercase;
    white-space: normal;
  }
  .navbar .m-col .m-pm_link_wrp .dealer_location {
    font-size: 0.8571rem !important;
    color: #969696 !important;
    display: block;
    text-transform: capitalize !important;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu.show {
    position: static;
  }
  .header-dark-xl,
  .header-xl {
    display: none !important;
  }
  .header-xs {
    display: block !important;
  }
  .dark_theme .navbar-collapse {
    background: #fff;
  }
  .dark_theme .navbar-nav .nav-link {
    color: #000;
  }
}
@media screen and (max-width: 767px) {
  .cap-image {
    width: 250px !important;
    margin-top: 10px;
  }
  .jeep_modal_dark .modal-dialog,
  #brochure_form .modal-dialog {
    max-width: 96%;
    width: 96%;
    margin: auto;
  }
  .form-row {
    display: -ms-flexbox;
    display: block;
  }
  .jeep_modal_dark .form-col-6,
  #brochure_form .form-col-6 {
    width: 100%;
    margin-bottom: 15px;
  }
  .navbar-collapse {
    top: 100%;
  }
}
@media screen and (max-width: 540px) {
  .enq-cap-image {
    width: 250px !important;
  }
  #enquiryForm .form-row {
    display: block;
    margin-bottom: 0;
  }
  #enquiryForm .form-row .form-col-6 {
    margin-bottom: 1.5rem;
  }
  .glide__slide .slider_detials h6 {
    font-size: 12px;
  }
  .glide__slide .slider_detials {
    padding: 1rem 2.5rem;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .event-notify-inner span {
    margin-bottom: 8px;
    display: block;
    text-align: center;
  }
  /* .navbar .m-col .m-pm_link_wrp {
        max-width: 106px;
    }*/
  .navbar .m-col .m-pm_link_wrp {
    max-width: 164px;
  }
}
@media screen and (max-width: 374px) {
  /*.navbar .m-col .m-pm_link_wrp {
        max-width: 77px;
    }*/
  .navbar .m-col .m-pm_link_wrp {
    max-width: 124px;
  }
}
@media screen and (min-width: 1600px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu.show {
    position: fixed;
    left: 13.1429rem;
    right: 13.1429rem;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 0;
  }
  .footer-info ul li,
  footer.footer-section .footer-col .footer-content {
    font-size: 14px;
  }
  .footer-info ul,
  footer.footer-section .footer-col,
  .footer-info ul .f-icon {
    font-size: 12px;
  }
  .footer-section .footer-col .footer-content {
    margin-bottom: 0.7143rem;
  }
  .footer-section .footer-col {
    padding: 0.8571rem 0;
  }
  .footer-action a {
    font-size: 12px;
  }
  .footer-info ul li {
    padding-left: 1.7143rem;
    margin-bottom: 0.3571rem;
    color: #e6a926;
  }
  .footer-info ul .f-icon:before {
    width: 1.2857rem;
    height: 1.2857rem;
  }
  footer .jeep-about-image {
    max-width: 25rem;
  }
  .footer-section .footer-col .footer-title h2, .footer-section .footer-col .footer-title h1 {
    font-size: 1.2857rem;
  }
  .footer-info ul li,
  footer.footer-section .footer-col .footer-content {
    font-size: 14px;
  }
  .footer-section {
    display: block;
    padding: 20px;
  }
}
@media screen and (max-width: 540px) {
  .action-links-wrapper {
    padding: 3.0714rem 0;
  }
  .action-links-wrapper:after,
  .camel-bg:after {
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  .gallery_page .element-item {
    width: 100%;
    max-width: 43%;
  }
  .gallery_page .grid {
    padding: 1rem 1.1rem;
  }
  .gallery_page .filter-button-group button {
    font-size: 16px;
  }
  .page-banner-wrapper .section-title,
  .page-banner-wrapper .page-banner {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 540px) {
  .gallery_page .filter-button-group {
    margin-bottom: 1rem;
  }
  .gallery_page .filter-button-group button {
    font-size: 13px;
    padding: 10px 5px;
  }
  .gallery_page .element-item {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 1.1rem 1rem;
  }
  .gallery_page .grid {
    padding: 0;
  }
}
@media screen and (max-width: 400px) {
  .gallery_page .filter-button-group button {
    font-size: 12px;
    padding: 10px 5px;
  }
}
@media screen and (max-width: 374px) {
  .gallery_page .filter-button-group button {
    font-size: 11px;
    padding: 10px 5px;
  }
}
@media screen and (max-height: 864px) {
  .stock_locator_modal .modal-dialog {
    transform: translate(0, 4.5rem) !important;
  }
  .stock_locator_modal .modal-dialog .modal-header {
    position: relative;
    flex-wrap: wrap;
    padding: 1.6rem 1.6rem 0.7143rem;
  }
  .stock_locator_modal .modal-dialog .modal-body {
    padding: 0.7143rem 1.6rem 1.6rem;
  }
  .stock_locator_modal .modal-dialog .modal-body h4 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .stock_locator_modal .form-button-wrapper {
    width: 100%;
    text-align: left;
    margin-top: 15px;
  }
  .stock_locator_modal .form-inline {
    flex-wrap: wrap;
  }
  .stock_locator_modal .form-select-outer {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .stock_locator_modal .form-select-outer input[type=number],
  .stock_locator_modal .form-select-outer input[type=email],
  .stock_locator_modal .form-select-outer input[type=text],
  .stock_locator_modal .form-select-outer .custom-select {
    width: 100%;
  }
  .stock_locator_modal .filter-cars_box {
    display: block;
  }
  .stock_locator_modal .deal-phone-wrp {
    margin-left: 0;
    display: block;
    margin: 15px 0 0 0;
  }
  .stock_locator_modal .car_filter_image {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .stock_locator_modal .car_filter_image .car_filter_inner {
    width: 220px;
    margin: auto;
  }
  .stock_locator_modal .modal-header .close {
    right: 24px;
    top: 24px;
  }
  .stock_locator_modal .modal-header,
  .stock_locator_modal .modal-body {
    padding: 20px;
  }
  .stock_locator_modal .modal-header h2 {
    font-size: 16px;
  }
  .stock_locator_modal .modal-header h6,
  .stock_locator_modal .form-select-outer .form-select-wrap label {
    font-size: 12px;
  }
  .stock_locator_modal .form-select-outer .form-select-wrap label {
    display: block;
  }
  .stock_locator_modal .form-select-outer input[type=email],
  .stock_locator_modal .form-select-outer input[type=text],
  .stock_locator_modal .form-select-outer .custom-select {
    width: 100%;
    height: 32px;
    font-size: 12px;
  }
  .stock_locator_modal .form-select-outer {
    display: block;
    width: 100%;
  }
  .jeep_modal_dark .modal-dialog,
  #brochure_form .modal-dialog {
    max-width: 96%;
    width: 96%;
    margin: auto;
  }
  .form-row {
    display: -ms-flexbox;
    display: block;
  }
  .jeep_modal_dark .form-col-6,
  #brochure_form .form-col-6 {
    width: 100%;
    margin-bottom: 15px;
  }
  .modal-body .btn-primary {
    margin-top: 15px;
  }
  .financial_modal .form-select-outer input[type=text],
  .financial_modal .form-select-outer .custom-select {
    width: 100%;
  }
  .service_modal .form-select-outer,
  .financial_modal .form-select-outer {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .service_modal .form-select-outer .form-select-wrap,
  .financial_modal .form-select-outer .form-select-wrap {
    width: 100%;
  }
  .service_modal .form-select-outer label,
  .financial_modal .form-select-outer label {
    display: block;
  }
  .service_modal .form-button-wrapper,
  .financial_modal .form-button-wrapper {
    width: 100%;
    text-align: left;
  }
  .privacy_policy .modal-dialog .modal-body {
    width: 96%;
  }
  .privacy_policy .modal-dialog .modal-body {
    height: calc(100vh - 80px);
  }
  .banner_video .modal-dialog .modal-body {
    height: calc(100% - 100px);
  }
}
@media screen and (max-width: 991px) {
  .carDetail-card__figure {
    width: 18.6429rem;
  }
  footer.footer-section .footer-col,
  .footer-info ul .f-icon {
    font-size: 10px;
  }
  .call_to_action .cta_subtitle,
  .section-title h6,
  .int-ext-section .subtitle,
  .car-features .feature-wrp .feature-title,
  .splide__slide.product_detials-img-wrapper .specs-wrap ul li,
  .splide__slide.product_detials-img-wrapper .prod-price-wrap .prod-price-label,
  .splide__slide.product_detials-img-wrapper .prod-price-wrap .anchor-link {
    font-size: 12px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu.show .nav-tabs li a,
  .three-dot-dropdown .dropdown-item,
  .navbar-nav .nav-link,
  .car-desc-title p,
  .btn-primary,
  .product-color,
  .carDetail-carname {
    font-size: 14px;
  }
  .car-desc-title h2,
  .call_to_action .cta_title {
    font-size: 18px;
  }
  .section-title h2,
  .int-ext-section .nav-link,
  .capability-section .section-title h2,
  .connectivity-section .section-title h2 {
    font-size: 24px;
  }
  .splide__slide.product_detials-img-wrapper .specs-wrap {
    bottom: 6%;
    left: 3.0714rem;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  footer.footer-section .footer-col,
  .footer-info ul .f-icon {
    font-size: 12px;
  }
  .splide__slide.product_detials-img-wrapper .prod-price-wrap {
    right: 1.8571rem;
  }
  .splide__slide.product_detials-img-wrapper .specs-wrap h2 {
    font-size: 1.5rem;
  }
  .product-color {
    bottom: 8%;
    font-size: 1.3rem !important;
    width: 90%;
  }
  .splide__slide.product_detials-img-wrapper .prod-price-wrap .prod-price {
    font-size: 2.2143rem;
    margin-bottom: 1rem;
  }
  .splide__slide.product_detials-img-wrapper .prod-price-wrap {
    text-align: right;
  }
  .splide__slide.product_detials-img-wrapper .prodt-name {
    width: 90%;
  }
  .splide__slide.product_detials-img-wrapper .prodt-name .first-line {
    font-size: 1.8143rem;
  }
  .splide__slide.product_detials-img-wrapper .prodt-name .second-line {
    font-size: 2.5rem;
  }
  .splide__slide.product_detials-img-wrapper img {
    width: 70%;
  }
  .splide__slide.product_detials-img-wrapper .specs-wrap {
    bottom: 20%;
    left: 1.5rem;
  }
  .splide__slide.product_detials-img-wrapper {
    padding: 6rem 1rem 2rem;
    color: #fff;
    min-height: 91vh;
  }
  .splide__slide.product_detials-img-wrapper .prodt-name {
    top: 2rem;
  }
  .cars-color-sector .glide__bullet {
    width: 2rem;
    height: 2rem;
    padding: 0;
    bottom: 4%;
  }
  #product_detail_primary .glide__bullets {
    width: 100%;
    text-align: center;
  }
  .car-features .feature-wrp {
    margin-bottom: 0;
  }
  #primary-gallery {
    margin-bottom: 10px;
  }
  .splide__arrow,
  .glide__arrow {
    width: 1.1429rem;
    height: 2.2857rem;
  }
  .jeepVehiclesDisplay {
    padding: 30px 45px;
  }
  .car-features,
  .image-slider-section,
  .capability-section,
  .connectivity-section,
  .gallery-btn-wrp,
  .safty-security-section,
  .int-ext-section {
    padding: 30px 20px;
  }
  .feature-wrp {
    margin-bottom: 15px;
    display: block;
  }
  .feature-wrp-list {
    margin-bottom: 15px;
  }
  .carDetail-card__figure {
    width: 12.6429rem;
  }
  .car-desc-title {
    padding: 0;
  }
}
@media screen and (max-width: 567px) {
  .splide__slide.product_detials-img-wrapper img {
    width: 80%;
  }
  .splide__slide.product_detials-img-wrapper .prod-price-wrap {
    top: 52%;
  }
  .splide__slide.product_detials-img-wrapper .specs-wrap {
    bottom: 15%;
  }
  .car-desc-title h2,
  .call_to_action .cta_title {
    font-size: 17px;
  }
  .call_to_action .cta_subtitle,
  .section-title h6,
  .int-ext-section .subtitle,
  .car-features .feature-wrp .feature-title,
  .splide__slide.product_detials-img-wrapper .prod-price-wrap .prod-price-label,
  .splide__slide.product_detials-img-wrapper .prod-price-wrap .anchor-link {
    font-size: 11px;
  }
  .section-title h2,
  .int-ext-section .nav-link,
  .capability-section .section-title h2,
  .connectivity-section .section-title h2 {
    font-size: 22px;
  }
  .navbar-nav .nav-link,
  .car-desc-title p,
  .btn-primary,
  .product-color,
  .carDetail-carname {
    font-size: 13px;
  }
  .call_to_action {
    display: block;
  }
  .call_to_action .cta-buttun-wrp .btn-primary {
    padding: 5px 12px;
  }
  .call_to_action .cta_content {
    margin-right: 2.8571rem;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
  }
  .carDetail-card__figure {
    width: 10rem;
  }
  .gallery-btn-wrp a {
    display: block;
    margin-bottom: 10px;
    max-width: 227px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 12px;
  }
}
@media screen and (max-width: 359px) {
  .car-features,
  .image-slider-section,
  .capability-section,
  .connectivity-section,
  .gallery-btn-wrp,
  .safty-security-section,
  .int-ext-section {
    padding: 25px 20px;
  }
  .call_to_action {
    padding: 25px 20px;
  }
  .carDetail-card__figure {
    width: 8rem;
  }
  .section-title h2,
  .int-ext-section .nav-link,
  .capability-section .section-title h2,
  .connectivity-section .section-title h2 {
    font-size: 20px;
  }
  .navbar-nav .nav-link,
  .car-desc-title p,
  .btn-primary,
  .product-color,
  .carDetail-carname {
    font-size: 12px;
  }
  .product-color {
    bottom: 9%;
    font-size: 1.1rem !important;
  }
  .splide__slide.product_detials-img-wrapper .specs-wrap ul li {
    line-height: 1;
    margin-bottom: 8px;
  }
  .splide__slide.product_detials-img-wrapper .prod-price-wrap .anchor-link {
    margin-bottom: 5px;
  }
  .splide__slide.product_detials-img-wrapper .prod-price-wrap .prod-price {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .splide__slide.product_detials-img-wrapper .specs-wrap h2 {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
  .splide__slide.product_detials-img-wrapper .specs-wrap {
    bottom: 15%;
    left: 1.5rem;
  }
  .splide__slide.product_detials-img-wrapper {
    min-height: 89vh;
  }
  .splide__slide.product_detials-img-wrapper .prodt-name {
    top: 1.2rem;
  }
  .splide__slide.product_detials-img-wrapper {
    padding: 4rem 1rem 2rem;
  }
  .splide__slide.product_detials-img-wrapper .prodt-name .first-line {
    font-size: 1.3143rem;
  }
  .splide__slide.product_detials-img-wrapper .prodt-name .second-line {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1400px) {
  .product-color {
    bottom: 6rem;
  }
}
/* Landscape */
/* ----------- iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .product-color {
    bottom: 15%;
  }
  .splide__slide.product_detials-img-wrapper .specs-wrap h2 {
    font-size: 2.1rem;
    margin-bottom: 14px;
  }
  .splide__slide.product_detials-img-wrapper .specs-wrap ul li {
    font-size: 13px;
  }
  .splide__slide.product_detials-img-wrapper .prod-price-wrap .prod-price {
    font-size: 3.5rem;
    margin-bottom: 1rem;
  }
  .splide__slide.product_detials-img-wrapper {
    padding: 4rem 1rem 1rem;
  }
  .splide__slide.product_detials-img-wrapper .prodt-name {
    top: 1rem;
  }
  .splide__slide.product_detials-img-wrapper .prodt-name .first-line {
    font-size: 2.5rem;
  }
  .splide__slide.product_detials-img-wrapper .prodt-name .second-line {
    font-size: 3rem;
  }
  .splide__slide.product_detials-img-wrapper img.product-img-1 {
    width: 44%;
  }
}
/* Landscape */
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .product-color {
    bottom: 15%;
  }
  .splide__slide.product_detials-img-wrapper .specs-wrap h2 {
    font-size: 1.1rem;
    margin-bottom: 14px;
  }
  .splide__slide.product_detials-img-wrapper .specs-wrap ul li {
    font-size: 10px;
  }
  .splide__slide.product_detials-img-wrapper .prod-price-wrap .prod-price {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .splide__slide.product_detials-img-wrapper {
    padding: 4rem 1rem 1rem;
  }
  .splide__slide.product_detials-img-wrapper .prodt-name {
    top: 1rem;
  }
  .splide__slide.product_detials-img-wrapper .prodt-name .first-line {
    font-size: 1.5rem;
  }
  .splide__slide.product_detials-img-wrapper .prodt-name .second-line {
    font-size: 2rem;
  }
  .splide__slide.product_detials-img-wrapper img.product-img-1 {
    width: 44%;
  }
}
/* Landscape */
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .product-color {
    bottom: 15%;
  }
  .splide__slide.product_detials-img-wrapper .specs-wrap h2 {
    font-size: 1.1rem;
    margin-bottom: 14px;
  }
  .splide__slide.product_detials-img-wrapper .specs-wrap ul li {
    font-size: 10px;
  }
  .splide__slide.product_detials-img-wrapper .prod-price-wrap .prod-price {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .splide__slide.product_detials-img-wrapper {
    padding: 4rem 1rem 1rem;
  }
  .splide__slide.product_detials-img-wrapper .prodt-name {
    top: 1rem;
  }
  .splide__slide.product_detials-img-wrapper .prodt-name .first-line {
    font-size: 1.5rem;
  }
  .splide__slide.product_detials-img-wrapper .prodt-name .second-line {
    font-size: 2rem;
  }
  .splide__slide.product_detials-img-wrapper img.product-img-1 {
    width: 40%;
  }
}
/* Landscape */
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .splide__slide.product_detials-img-wrapper .specs-wrap ul li {
    font-size: 6px;
  }
  .splide__slide.product_detials-img-wrapper .prod-price-wrap .prod-price {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .splide__slide.product_detials-img-wrapper {
    padding: 4rem 1rem 1rem;
  }
  .splide__slide.product_detials-img-wrapper .prodt-name {
    top: 1rem;
  }
  .splide__slide.product_detials-img-wrapper .prodt-name .first-line {
    font-size: 1.5rem;
  }
  .splide__slide.product_detials-img-wrapper .prodt-name .second-line {
    font-size: 2rem;
  }
  .splide__slide.product_detials-img-wrapper img.product-img-1 {
    width: 44%;
  }
  /* .specs-wrap{
        display:none;
    }*/
  .product-color {
    bottom: 3.5rem;
  }
  .carDetail-card__figure {
    width: 9.6429rem;
  }
}
@media screen and (max-width: 767px) {
  .s_s_banner,
  .s_s_6-airbags,
  .s_s_6-bracking {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
  }
  .s_s_banner .right-pull, .s_s_banner .ss_airbags_info_box, .s_s_banner .ss_airbags_info_box .ss_airbags_info_box, .s_s_banner .left-pull,
  .s_s_6-airbags .right-pull,
  .s_s_6-airbags .ss_airbags_info_box,
  .s_s_6-airbags .ss_airbags_info_box .ss_airbags_info_box,
  .s_s_6-airbags .left-pull,
  .s_s_6-bracking .right-pull,
  .s_s_6-bracking .ss_airbags_info_box,
  .s_s_6-bracking .ss_airbags_info_box .ss_airbags_info_box,
  .s_s_6-bracking .left-pull {
    width: 100%;
    max-width: 100%;
  }
  .banner_info_box {
    position: static;
  }
  .banner_info_box {
    width: 100%;
  }
  .s_s_6-airbags .ss_airbags_info_box {
    order: 1;
  }
  .about_s_s {
    background-color: #000;
    padding: 20px;
  }
  .about_s_s > div {
    background: #2d2e2f;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  #ourTeam .team-images img {
    width: 100%;
  }
  .about_section_nav ul li a {
    padding: 10px 5px;
    text-transform: capitalize;
    font-size: 12px;
  }
  #ourCommitments, #aboutPride, #ourTeam {
    padding: 1.7857rem 3.7143rem;
  }
  .media-list-wrapper .card__figure img, .blog-list-wrapper .card__figure img {
    height: auto;
  }
  .media-list-wrapper .card {
    margin: 0;
    width: 47%;
  }
  .testimonial_wrp_glide .testimonial_inner {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 540px) {
  .testimonial_wrp_glide .testimonial_content {
    font-size: 16px;
  }
  .about_section_nav ul li a {
    padding: 10px 5px;
    font-size: 10px;
  }
  #ourCommitments, #aboutPride, #ourTeam {
    padding: 1.7857rem 20px;
  }
  .media-list-wrapper, .blog-list-wrapper {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1599px) {
  .offers_banner .banner_offer_info_box {
    max-width: 33.85714rem;
  }
  .banner_offer_info_box h1 {
    font-size: 1.6429rem;
  }
}
@media screen and (max-width: 767px) {
  .banner_offer_info_box {
    width: 100%;
    position: static;
  }
  .offers_banner {
    padding: 20px;
  }
  .offers_banner .section-title {
    margin-bottom: 35px;
    padding-top: 35px;
  }
  .about_offers {
    padding: 20px;
    background: #000;
  }
  .about_offers > div {
    background: #2d2e2f;
    padding: 20px;
  }
  .info_offer {
    flex-wrap: wrap;
    padding: 20px;
    background: #e4e4e4;
  }
  .info_offer .inner_c_box {
    width: 100%;
    font-size: 14px;
  }
  .info_offer .info_offer_image_wrap,
  .info_offer .info_offer_box {
    width: 100%;
  }
  .right_info_offers .right_info_offers_box,
  .left_info_offers .left_info_offers_box {
    order: 1;
  }
  .left_info_offers .left_info_offers_box h2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .jeep-container {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner_offer_info_box,
  .banner_info_box {
    left: 12.8571rem;
  }
  .glide__slide .slider_detials {
    left: 6.8571rem;
  }
  .media-list-wrapper .card__figure img,
  .blog-list-wrapper .card__figure img {
    height: 260px;
  }
  #ourCommitments,
  #aboutPride {
    padding: 1.7857rem 11.6rem;
  }
}
@media screen and (min-width: 768px) {
    .cta-bg {
        background-image: url('../images/banners/test-ride-bg.webp');
    }
}
@media screen and (min-width: 300px) and (max-width: 767px) {
    .cta-bg {
        background-image: url('../images/banners/test-ride-bg-mobile.webp');
    }
}
/*# sourceMappingURL=style.css.map */