/************ // General HTML Tags // ************/

*{
    --lGrey: #dad9d7;
    --dBrown: #a4896c;
    outline: none;
}

/* @import url('https://geist-fonts.vercel.app/css/geist.css'); */

@font-face {
    font-family: 'geistBold';
    src: url('fonts/geist-bold.woff2') format('woff2');
    font-weight: 700;
}

@font-face {
    font-family: 'geist';
    src: url('fonts/geist-normal.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Example usage:
body {
    font-family: 'MyCustomFont', 'Geist Sans', sans-serif;
}
*/

.bx-wrapper {
    padding-top: 70px !important;
}

body{
    font-family: 'geist', 'Geist Sans', sans-serif;
    background-color: #fff;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'geistBold','Geist Sans', sans-serif;
}


/************ // Site Structure // ************/

.site-inner {
    clear: both;
    padding-top: 0;
    word-wrap: break-word;
    max-width: unset;
}

.entry {
    background-color: #fff;
    margin-bottom: 0;
    padding: 0;
}


.page-id-158 header.entry-header {
    display: none !important;
}

h2.entry-title {
    display: none;
}

.textCenter{
    text-align: center;
}

.limitWidth{
    margin: 0 auto;
    max-width: 1200px;
}

h1.entry-title {
    display: none;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

html {
    scroll-behavior: smooth;
}

.bannerImageHolder {
    font-size: 0;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 100;
}
  
/************ // Header // ************/

.site-header {
    background-color: var(--lGrey);
    position: fixed;
    width: 100%;
    z-index: 999;
}

.site-header .widget-area {
    width: unset;
}

.site-header > .wrap {
    padding: 5px 0;
    max-width: 1600px;
    margin: 0 auto;
}


section#nav_menu-2 {
    display: none;
    float: left;
}

section#nav_menu-3 {   
    float: right;
}

.header-image .site-title > a {
    background-position: center !important;
    background-size: contain !important;
    float: left;
    min-height: 60px;
    width: 100%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: hsl(34deg 32% 69%) !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #b7b6b66b !important;
    width: 20px !important;
    height: 2px !important;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 0px !important;
}

.bx-wrapper {
    margin: 0 auto 0px !important;
}

.bx-wrapper .bx-pager {
    text-align: center !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
}

#menuItem149 {
    right: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99999;
}

.models-container-title {
    background-color: #918982;
    padding: 60px;
}

.nav-model-container {
    display: grid;
    grid-template-columns: 0.35fr 0.4fr 1fr;
}

.content-container {
    display: flex;
    justify-content: space-between;
}

.model-content-container {
    background-color: #e6e6e6;
    padding: 80px;
    position: relative;
}

.models-container {
    background-color: #a7a19b;
    color: #fff;
    padding: 60px;
}

.model-overla-container img {
    opacity: 0.1;
    max-width: 680px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.img-container {
    max-width: 680px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-bottom: 60px;
}

.price-container h3 {
    margin: 0;
    font-weight: 500;
    font-size: 35px;
}

.price-label{
    font-weight: 300;
}

a.theme-btn-o {
    background-color: #b29c84 !important;
    text-transform: capitalize !important;
    text-align: center;
    color: #fff !important;
    border-radius: 4px;
}

p.model-name {
    font-size: 20px;
    font-weight: 300;
}

a.termsLink {
    padding-top: 10px;
    display: block;
    color: #3b3b3b;
    text-decoration: none;
}

a.read-more {
    background-color: #b29c84;
    display: block;
    padding: 10px;
    color: #fff !important;
    text-align: center;
    max-width: 215px;
    font-size: 20px;
    border-radius: 3px;
}

p.model-name {
    line-height: 2;
    cursor: pointer;
    color: #ffffffa6;
}

.category-accordion-content {
    margin-top: 10px;
    transition: all 0.3s ease; /* Optional: smooth transition */
}

.category-title {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.category-title:hover {
    transform: scale(1.05);
}

.hideme {
	display:none;
}

.category-container {
    padding-bottom: 20px;
}

.genesis-nav-menu a:hover, .genesis-nav-menu a:focus, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:focus {
    color: #ffffff !important;
}

p.model-name.bright {
    color: #fff;
}

p.model-name:hover {
    color: #fff;

}

/************ // Menu // ************/

.genesis-nav-menu a {
    color: #3f3d3c;
    text-decoration: none;
    display: block;
    padding: 20px 12px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

.genesis-nav-menu .sub-menu a {
    background-color: #dad9d7;
    border: 0px solid #eee;
    color: #000 !important;
}

.genesis-nav-menu a.theme-btn-o {
    color: #fff !important;
}

img.cmhLogoHeader {
    width: 100px;
}

.widget-area.header-widget-area .widget, .header-widget-area.megaMenuLeft .widget {
    margin-bottom: 0;
}

.header-widget-area.megaMenuLeft {
    float: left;
}

.genesis-nav-menu a:hover, .genesis-nav-menu a:focus, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:focus {
    color: #ffffff;
    text-decoration: none;
}

.each-model-container{
	display:none;
}

.each-model-container.show {
    display: block;
}
.model-overlay-container img{
	opacity:0.3;
}

.button-container-header {
    display: flex;
    gap: 12px;
}
/************ // Content // ************/

.garkGrey {
    background: #333;
    color: #fff;
    padding: 20px 0 0;
}

.blackButton a {
    background: #333;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    padding: 10px;
}


.brownButton {
    background-color: var(--dBrown);
    padding: 10px;
    color: #fff;
    max-width: 250px;
    text-align: center;
    border-radius: 5px;
}

.pageContainer {
    padding-top: 0px;
}

.pageContent {
    overflow: hidden;
    padding: 15px 0;
}

.full-slider-container {
    background-image: linear-gradient(180deg,#9b9a98,#ddd6d0);
    padding-bottom: 50px;
}

.car-names {
    align-items: center;
    display: flex;
    gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0px auto 0;
    max-width: 1000px;
    padding-top: 50px;
    padding-bottom: 60px;
}

h2.home-heading-holder{
    font-size: 43px;
}

.archiveContent {
    display: flex;
}

.archiveUsedTitle h3 {
    color: #333;
    font-size: 15px !important;
    min-height: 65px;
    padding: 0px !important;
    text-align: left;
    text-decoration: none;
}

.archiveUsedPrice h3 {
    text-align: center;
    color: #000;
    font-weight: 100 !important;
    font-family: 'geistBold';
    font-size: 15px;
    width: 90px;
}

.usedArchiveHolder.one-fourth a {
    text-decoration: none;
}

.usedArchiveHolder.one-fourth {
    padding: 5px;
    margin-bottom: 20px;
}

.archiveBottom {
    display: flex;
    gap: 11px;
    font-size: 14px;
    color: #a3a3a3;
    border-top: 1px solid;
    padding-top: 7px;
}

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

@keyframes rotateWheel {
      from { transform: rotate(0deg); }
      to { transform: rotate(360deg); }
}

@keyframes rotateWheelReverse {
      from { transform: rotate(0deg); }
      to { transform: rotate(-360deg); }
}

.rotate {
 	animation: rotateWheel 0.8s ease-out; /* Smoother stop */
}

.rotate-reverse {
     animation: rotateWheelReverse 0.8s ease-out;
}

.full-slider-holder {
    position: relative;
    max-width: 950px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    padding-bottom: 15px;
}

.swiper-container{
	max-width: 800px;
	margin: 0 auto;
}

.wheel {
     position: absolute;
     width: 100px;
     height: 100px;
     background-size: cover;
     transition: transform 0.95s ease-out; /* Align with slide speed */
}

.swiper-slide {
	position: relative;
	overflow: hidden;
}

img.wheel.tiggo-4-pro-front {
    bottom: 20px;
    left: 187px;
}

img.wheel.tiggo-4-pro-rear {
    bottom: 21px;
    right: 158px;
}

img.wheel.tiggo-cross-front {
    bottom: 20px;
    left: 187px;
}

img.wheel.tiggo-cross-rear {
    bottom: 22px;
    right: 155px;
}

img.wheel.tiggo-cross-hev-front {
    bottom: 20px;
    left: 187px;
}

img.wheel.tiggo-cross-hev-rear {
    bottom: 22px;
    right: 149px;
}


img.wheel.tiggo-7-pro-front {
    bottom: 20px;
    left: 177px;
}

img.wheel.tiggo-7-pro-rear {
    bottom: 21px;
    right: 160px;
}

img.wheel.tiggo-7-front {
    bottom: 22px;
    left: 177px;
}

img.wheel.tiggo-7-rear {
    bottom: 22px;
    right: 158px;
}

img.wheel.tiggo-8-csh-front {
    bottom: 25px;
    left: 158px;
}

img.wheel.tiggo-8-csh-rear {
    bottom: 27px;
    right: 164px;
}

img.wheel.tiggo-7-phev-front {
    bottom: 16px;
    left: 177px;
}

img.wheel.tiggo-7-phev-rear {
    bottom: 18px;
    right: 152px;
}

img.wheel.tiggo-7-pro-max-front {
   bottom: 20px;
   left: 177px;
}

img.wheel.tiggo-7-pro-max-rear {
   bottom: 20px;
   right: 160px;
}

img.wheel.tiggo-8-pro-front {
    bottom: 20px;
    left: 152px;
}

img.wheel.tiggo-8-pro-rear {
    bottom: 22px;
    right: 183px;
}

img.wheel.tiggo-8-pro-max-front {
    bottom: 20px;
    left: 152px;
}

img.wheel.tiggo-8-pro-max-rear {
    bottom: 21px;
    right: 175px;
}

img.wheel.tiggo-9-phev-front {
    bottom: 20px;
    left: 160px;
}

img.wheel.tiggo-9-phev-rear {
    bottom: 22px;
    right: 170px;
}

.swiper-button-next, .swiper-button-prev {
    color: #000000 !important;
    background-color: #ffffff3b;
    padding: 30px;
    border-radius: 10px;
}

a.home-button-explore {
    padding: 20px 0px;
    display: block;
    max-width: 300px;
    text-decoration: none;
    margin: 0 auto;
}

.custom-posts-grid {
    display: flex;
    gap: 20px;
    /* justify-content: center; */
    flex-wrap: wrap;
    max-width: 1750px;
    margin: 0 auto;
}

.custom-post-item {
    width: 33%;
    text-align: left;
    background: #fff;
    padding: 15px;
}

.custom-post-image {
	position: relative;
	overflow: hidden;
	font-size: 0;
	margin-bottom: 20px;
	border-radius: 4px;
}

.custom-post-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
	border-radius: 4px;
	transition: transform 0.3s ease;
}

.custom-post-image img:hover {
	transform: scale(1.2);
	border-radius: 4px;
}

.custom-post-date {
    font-size: 14px;
    color: #666;
}

.read-more {
    display: block;
    margin-top: 10px;
    color: #0073aa;
    text-decoration: none;
}


.custom-post-item a {
    text-decoration: none;
    color: #000;
}

.custom-post-item h3 {
    min-height: 58px;
}

.custom-post-item p {
    color: #716f6f;
    font-size: 17px;
}


.blogs-heading-holder {
    max-width: 1750px;
    margin: 0 auto;
    padding: 20px;
}

.blogs-heading-holder p{
	margin:0;
}

.blogs-heading-holder h2 {
    font-size: 43px;
}

.pageTextBanner {
    display: flex;
    justify-content: center;
    padding: 15px 0;
    flex-wrap: wrap;
    align-items: baseline;
    color: #fff;
    gap: 20px;
}

.yellowBackground{
    background-color: #a4896c;
}

span.quform-popup-link.quform-popup-link-12 {
    background-color: var(--dBrown);
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
}

.whiteButton a {
    background-color: #fff;
    padding: 10px;
    color: #000;
    text-decoration: none;
}

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

.checkContent {
    float: left;
    width: 80%;
}

.greyBackground {
    background: #dfe0db;
    padding: 30px 0 0;
    margin-top: 20px;
}

.checkContent h4 {
    font-size: 29px;
}

.fullThinBorder {
    border-bottom: 1px solid #c62128;
    margin: 10px auto;
    overflow: hidden;
    /* float: left; */
    width: 100%;
}

span.quform-popup-link.quform-popup-link-13 {
    background-color: var(--dBrown);
    padding: 10px;
    color: #fff;
    border-radius: 5px;
}

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

a.showAllButton {
    text-align: center;
    width: 100%;
    display: block;
    background-color: var(--dBrown);
    color: #fff;
    text-decoration: none;
    padding: 20px 0;
    max-width: 250px;
    border-radius: 5px;
    margin: 20px auto;
}


/************ // Dealer Home page// ************/

.homeWriteUp{
    max-width: 1400px;
    margin: 0% auto;
    padding: 120px 20px;

}

.homeWriteUp h2 {
    font-size: 32px;
    text-transform: uppercase;
}


.homeInfoHolder {
    color: #eee;
    display: flex;
    justify-content: center;
    gap: 50px;
    background-color: #b29c84;
    padding: 15px;
}

.homeDealerInfo a {
    text-decoration: none;
    color: #fff;
}

.homeDealerInfo {
    font-size: 16px;
}

.formHolder.limitWidth {
    padding-top: 30px;
}

/* ================= Share ================= */
.share-button-container {
    width: 100%;
    margin-top: 10px;
}

.sharepopoutholder {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: #0000007a;
    right: 0;
    display: none;
    z-index: 100;
}

.essb_morepopup {
    z-index: 99999 !important;
}

.sharepopout {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 250px;
    transform: translate(-50%, -50%);
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.display {
    display: block !important;
}

span.closeShare {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 19px;
    cursor: pointer;
    padding: 5px;
    z-index: 9999;
}

.sharepopout .essb_links_list {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-left: 70px !important;
}

.sharepopout .essb_links_list a {
    width: unset;
}

.sharepopout .essb_links_list .essb_item {
    margin: 10px 0 !important;
}

.share-btn img {
    width: 27px;
}

button.theme-btn-o.share-btn {
    width: 100%;
    font-size: 20px;
    margin-top: 10px;
}

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

a.trackingNumberBlack.theme-btn {
    width: 100%;
    display: flex;
    padding: 10px;
    background-color: #000;
    gap: 10px;
    margin: 10px 0;
    text-align: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}


.display{
    display: block !important;
}
/************ // Contact Us // ************/

.detailsHolder {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 0;
    text-align: center;
}


.detailsHolder a {
    text-decoration: none;
    color: #686868;
}

.staffHolder {
    display: flex;
    flex-wrap: wrap;
}

#meet-the-team-page .each-staff-member-container {
    width: 50%;
    display: flex;
    margin-bottom: 30px;
}


#meet-the-team-page .each-staff-member-container .image-container {
    width: 150px;
    margin-right: 20px;
    overflow: hidden;
}

.staff-info-container p {
    margin: 0 0 0;
}

.formHolderpage {
    padding-top: 40px;
}

.dealerDetailsListItem {
    display: flex;
    align-content: baseline;
}

.dealerDetailsListItem i {
    margin-right: 20px;
}

.redBackground {
    color: #fff;
    background: var(--dBrown);
    padding-top: 20px;
}

.dealerDetailsList {
    font-size: 16px;
}

.dealerDetails {
    background: #000000d1;
    color: #fff;
    padding: 20px;
    min-height: 400px;
}


.catBox{
    color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
}


/************ // Test Drive // ************/

.titlesHeader {
    display: block !important;
    margin: 0 auto;
    text-align: center;
    background-image: url("/wp-content/uploads/2025/04/Specials-Background-scaled.webp");
    height: 300px;
    padding-top: 150px;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgb(0 0 0) 80%, rgb(0 0 0 / 0%) 100%);
}

h1.titlesHeader {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'geist';
    font-size: 60px;
}

.form-page-main {
    background-color: #eceae9;
    padding-bottom: 50px;
}

/************ // Whatsapp // ************/

.whatsappButton, .whatsappButton span {
    background: #25D366 !important;
    border: none !important;
    text-align: center;
    color: #fff;
}

.whatsappButton span {
    margin-top: 0;
}

.whatsAppDisplay {
    display: none;
    overflow: hidden;
    margin: 10px 0;
    border: 2px solid #25D366;
    border-radius: 3px;
    background-color: #fff;
}

.displayWhatsapp {
    display: block !important;
}


.whatsAppCopy i {
    color: #25D366;
}

.whatsAppQRcode {
    min-width: 100px;
    width: 29%;
    float: left;
}

.whatsAppQRcode img {
    display: block;
}

.whatsAppCopy {
    padding: 5px 0;
}

.whatsappButton a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    padding: 5px 0;
}

a.WhatsappLink {
    font-weight: 600;
    text-decoration: underline;
}

/************ // Footer // ************/

.textwidget.custom-html-widget a {
    text-decoration: none;
    color: #9d9494;
    font-size: 17px;
}

.footer-widgets {
    background-color: #f4f4f4;
}

.site-footer {
    background-color: #f4f4f4;
    padding: 0;
}

.footer-widgets .wrap {
    display: flex;
    margin: 1px 13% auto auto;
    justify-content: center;
}

.footer-widgets-1 {
    margin-right: 0;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
    width: 30%;
}

.single-post .entry-content{
    max-width: 1200px;
    margin: 0 auto;
}

.single-post h1.entry-title {
    display: block;
    text-align: center;
    padding: 20px;
}

.single-post .entry-header .entry-meta {
    display: none;
}

p.entry-meta {
    display: none;
}

ul.social-icons {
    display: flex;
    gap: 20px;
    padding-top: 20px;
}

ul.social-icons li {
    font-size: 18px;
}

ul.phone-dealers > li {
    list-style: none;
}
/************ // Accessories Page // ************/

a.accButton {
    text-align: center;
    width: 300px;
    display: block;
    margin: 0 auto;
    background-color: #a4896c;
    padding: 1rem 4rem;
    border-radius: 4px;
    color: #fff;
}

.flex-items-acc {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    align-items: center;
    padding-bottom: 20px;
    background-repeat: no-repeat;
    flex-direction: column;
    gap: 20px;
}

.flex-items-images {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.flex-items-images .each-acc {
    flex: 0 0 24%;
    box-sizing: border-box;
    padding: 8px;
    text-align: center;
    color: #000000;
    background-color: #fff;
    margin: 5px;
}

.acc-holder-main {
    background-color: #eceae9;
    padding-top: 40px;
}

.logo-holder-acc-top img {
    max-width: 190px;
}


.acc-name {
    text-decoration: underline;
    font-size: 19px;
}

.acc-name:hover {
    color: #a4896c;
}


.footer-models-columns {
    width: 80%;
}

.breakDownSection {
    width: 100%;
    display: block;
    float: left;
}

.breakDownSection p{
    margin: 0%;
}

ul.phone-dealers {
    padding-top: 10px;
    margin-left: 0;
}

/************ // Responsive // ************/
@media screen and (max-width: 1280px) {

    .genesis-nav-menu a {
        padding: 20px 8px;
    }

}
@media screen and (max-width: 1260px) {

.footer-widgets .wrap {
    margin: 1px 4% auto auto;
}

}

@media screen and (max-width: 1260px) { /* Laptop */
    .genesis-nav-menu a {
        padding: 20px 4px;
        font-size: 15px;
    }

    .footer-widgets .wrap {
        display: flex;
        margin: 1px 13% auto auto;
        justify-content: center;
    }
}

@media screen and (max-width: 1024px) { /* Older Desktop */

    .site-header > .wrap {
        display: flex;
    }

}

@media screen and (max-width: 768px) { /* iPad */

    .header-widget-area.megaMenuLeft {
        width: 100%;
    }

    .limitWidth.newHome {
        padding: 20px;
    }
    .archiveimage img {
        width: 100% !important;
    }

    .site-header > .wrap {
        display: flex;
        flex-direction: column;
    }

    #meet-the-team-page .each-staff-member-container {
        width: 100%;
    }

    .footer-widgets .wrap {
        margin: 0 auto;
    }

    .staffHolder {
        padding: 20px;
    }

    #meet-the-team-page .each-staff-member-container .image-container {
        max-width: 100px;
        margin-right: 10px;
    }

    .site-header .widget-area {
        width: 50%;
    }

    .header-image .site-title > a {
        width: 100%;
    }

    section.nav-models-section {
        display: none;
    }

    .site-inner {
        padding: 0;
    }

    .wheel {
        display: none;
    }

    .custom-posts-grid {
        flex-direction: column;
    }

    .custom-post-item {
        width: 100%;
    }

    a[href="/new_model"] + button {
        display: none;
    }

    li.menu-item {
        border-bottom: 1px solid #b7b7b7;
        padding: 10px;
    }

    .menu-toggle, .sub-menu-toggle {
        background-color: #dad9d7;
    }

    .site-header {
        position: relative;
    }

    .flex-items-images .each-acc {
        flex: 0 0 50%;
    }

    
    .formHolder.limitWidth {
        padding: 20px;
    }

    .two-thirds.insuranceContent {
        padding-bottom: 20px;
    }

    .insuranceholder.limitWidth {
        padding: 20px;
    }

    .garkGrey {
        padding: 20px;
    }

    .redBackground {
        padding: 20px;
    }

    .bx-wrapper {
        padding-top: 0px !important;
    }

    .titlesHeader {
        padding-top: 118px;
    }

}

@media screen and (max-width: 480px) { /* iPhone 6 Plus, Landscape Display */

    .footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
        width: 100%;
    }

    .flex-items-images .each-acc {
        flex: 100%;
    }

    .footer-widgets .wrap {
        flex-direction: column;
    }

    .limitWidth.formHolderpage {
        padding: 20px;
    }

    .pageContent {
        padding: 15px;
    }

    .bx-wrapper .bx-pager.bx-default-pager a {
        width: 15px !important;
    }

    .dealerDetails {
        min-height: unset;
    }

    .footer-models-columns {
        width: 100%;
    }

    .checkHolder {
        width: 10%;
    }

    .checkContent {
        width: 90%;
    }

    .checkContent h4 {
        font-size: 2rem;
    }

}

@media screen and (max-width: 320px) { /* iPhone 4,5, Portrait Display */

}