* {
  box-sizing: border-box;
}
a {
	text-decoration: none;
}
body {
	font-family: Open Sans, Arial;
    color: #232628;
    font-size: 14px;
    line-height: 22px;
    text-transform: none;
    background-color: #fff;
    margin: 0;
}
body::before {
	box-sizing: border-box;
}
body::after {
	box-sizing: border-box;
}
h2, .h2, h2.heading-font {
    color: #232628;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    font-style: normal;
    text-align: left;
    text-transform: none;
    letter-spacing: 0px;
    word-spacing: 0px;
}
p {
	margin: 0 0 14px;
}
ul {
    margin-top: 0;
    margin-bottom: 10px;
    overflow-wrap: break-word;
}
ul li {
    margin-bottom: 8px;
}
.clearfix::before {
	content: "";
	display: table;
}
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}
.container::before {
	content: "";
	display: table;
}
.container::after {
	content: "";
	clear: both;
	display: table;
}

.top-bar {
    background-color: #000000;
    position: relative;
    z-index: 103;
    font-family: "Open Sans";
    font-weight: normal;
    font-style: normal;
    color: #aaaaaa;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 14px;
}
.top-bar-container {
	margin: auto;
	color: #ffffff;
	width: auto;
	max-width: 1140px;
}
.top-bar-wrapper {
	padding: 12px;
    padding: 12px 0 9px;
	border: 0px;
}
.top-bar-right-socials {
	float: right !important;
}
.top-bar-socials-header {
	margin-left: 20px;
}
.top-bar-socials-list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.top-bar-socials-list-item {
	float: left;
	margin-right: 15px;
    margin-bottom: 0px;
}
.top-bar-socials-list-item > a {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}
.top-bar-right-info {
	float: right !important;
}
.top-bar-info-header {
	margin-left: 20px;
}
.top-bar-info-list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.top-bar-info-list-item {
	float: left;
	margin-right: 18px;
	font-size: 12px;
}
.top-bar-info-list-item > a {
	color: #ffffff;
	text-decoration: none;
}
.header {
	position: relative;
    z-index: 102;
}
.header-menu {
	position: absolute;
	width: 100%;
	left: 0;
	padding: 23px 0 18px;
	background-color: transparent;
	transition: background-color 0.3s 0s, top 0.3s 0s;
}
.header-menu::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #464646;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.3s 0s;
}
.menu-header-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-size: cover;
	background-position: 50% 50%;
	z-index: 1;
	transition: opacity 0.3s 0s;
}
.header-inner-content {
	position: relative;
	z-index: 5;
}
.container {
	width: auto;
	max-width: 1140px;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: auto;
	margin-right: auto;
}
.menu-logo-main {
	float: left;
	margin-top: 0 !important;
    height: 44px;
    line-height: 44px;
    margin-right: 15px;
}
.menu-right-actions {
	float: right;
	margin-left: 24px;
}
.menu-add-cart {
	margin-top: 6px;
    margin-right: 2px;
    float: right;
    text-decoration: none !important;
}
.heading-font {
	font-family: Montserrat, Arial;
	-webkit-font-smoothing: antialiased;
}
.menu-add-cart > div {
	display: block;
    position: relative;
    padding: 12px 22px 10px 61px;
    background-color: #1bc744;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none !important;
    border-radius: 2px;
}
.menu-add-cart > div > i {
    position: absolute;
    top: 13px;
    left: 21px;
    font-size: 20px;
    transition: all 0.2s ease-in-out;
}
.pull-right {
	float: right !important;
}
.lOffer-compare {
    position: relative;
    display: block;
    margin: 12px 41px 0 0;
    color: #eee;
    font-size: 27px;
    text-decoration: none !important;
}
.listing-menu {
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.listing-menu > li {
    position: relative;
    display: inline-block;
    margin-right: 37px;
    font-size: 0;
    letter-spacing: -0.5px;
}
.listing-menu > li > a {
	font-family: Montserrat, Arial;
    color: #ffffff !important;
    font-size: 13px;
    line-height: 19px;
    font-weight: 700;
    font-style: normal;
    text-align: left;
    letter-spacing: 0px;
    word-spacing: 0px;
    text-decoration: none !important;
    padding-top: 5px;
    text-transform: uppercase;
}
.listing-menu-mobile-wrapper {
    display: none;
}

/*@media max-width: 1100px;==================================================================*/
@media (max-width: 1100px) {
	.menu-logo-main {
	    margin-right: 15px;
	}
	.menu-right-actions {
		margin-top: 10px;
	}
}


/*@media max-width: 991px;==================================================================*/
@media (max-width: 991px) {
	.top-bar-wrapper {
		display: none;
	}
	.header {
		min-height: 0 !important;
		z-index: 100;
	}
	.header-menu {
		top: 0;
		z-index: 98;
	}
    .header-menu:after {
        opacity: 1;
    }
	.menu-header-bg {
		opacity: 0.3;
	}
	.menu-logo-main {
		margin-top: 0 !important;
	    height: 44px;
	    line-height: 44px;
	}
	.menu-add-cart {
		float: left !important;
        margin-top: 0;
	}
	.menu-add-cart > div {
		width: 38px;
        height: 38px;
        border-radius: 50%;
        padding: 0 !important;
        text-indent: -9999px;
        /*background: white;
        opacity: 0.5;*/
	}
    .menu-add-cart > div > i {
        text-indent: 0px;
        top: 9px;
        left: 6px;
        font-size: 17px;
        color: #ffffff;
    }
	.pull-right {
        float: left !important;
    }
    .lOffer-compare {
        display: none;
    }
    .listing-menu-mobile-wrapper {
        position: relative;
        float: left;
        margin-top: 6px;
    }
    .stm-menu-trigger {
        margin-top: 0px;
    }
    .listing-menu-mobile-wrapper .stm-menu-trigger span {
        display: block;
        width: 28px;
        height: 4px;
        margin-bottom: 7px;
        border-radius: 2px;
        background: rgba(255, 255, 255, 0.5);
    }
    .listing-menu-mobile-wrapper .stm-menu-trigger span:first-child {
        position: relative;
        top: 0;
        transition: top 0.3s 0.3s, transform 0.3s 0s;
    }
    .listing-menu-mobile-wrapper .stm-menu-trigger span:nth-child(2) {
        opacity: 1;
        transition: opacity 0.3s;
    }
    .listing-menu-mobile-wrapper .stm-menu-trigger span:last-child {
        margin-bottom: 0;
        position: relative;
        top: 0;
        transition: top 0.3s 0.3s, transform 0.3s 0s;
    }
    .listing-menu-mobile-wrapper .stm-opened-menu-listing {
        position: fixed;
        top: 82px;
        bottom: 0;
        right: -279px;
        background-color: #153e4d;
        padding: 16px 0 16px;
        width: 279px;
        box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.2);
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 100;
    }
    .listing-menu-mobile-wrapper .stm-opened-menu-listing:before {
        position: absolute;
        content: "";
        display: block;
        top: -5px;
        right: 25px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 5px solid #153e4d;
    }
    .listing-menu-mobile-wrapper .stm-opened-menu-listing .listing-menu-mobile {
        padding: 0;
        list-style: none;
    }
    .listing-menu-mobile-wrapper .stm-opened-menu-listing .listing-menu-mobile > li {
        margin-bottom: 0;
    }
    .listing-menu-mobile-wrapper .stm-opened-menu-listing .listing-menu-mobile > li > a {
        position: relative;
        color: #ffffff;
        font-size: 20px;
        font-weight: 700;
        height: auto;
        min-height: 50px;
        line-height: 20px;
        padding: 15px 25px 15px 36px;
        text-decoration: none !important;
    }
}


/*@media max-width: 768px;==================================================================*/
@media (max-width: 768px) {
	.header-menu .listing-menu {
        display: none !important;
    }
	.listing-menu-mobile-wrapper {
        display: block !important;
    }
    .footer-copyright .xs-pull-left {
        margin-top: 15px;
        float: left !important;
    }
}


/*@media max-width: 610px;==================================================================*/
@media (max-width: 610px) {
	.top-bar-wrapper {
		padding: 5px 0 0;
	}
}


/*@media max-width: 500px;==================================================================*/
@media (max-width: 500px) {
	.top-bar-wrapper {
		margin-right: 0;
	}
	.menu-add-cart div {
		margin-top: 2px;
        width: 33px;
        height: 33px;
	}
}
/*Top menu bar CSS ends */

/*main.css*/

.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}
.stm-banner-fullwidth {
    position: static !important;
}
.vc_column_container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100%;
}
.vc_column_container > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
}
.vc_custom_searchbox {
    margin-top: -99px !important;
}
.vc_custom_maintext {
    margin-bottom: 12px !important;
}
.wpb_column > .vc_column-inner > .wpb_wrapper > :last-child {
    margin-bottom: 0;
}
.stm-banner-image-filter {
    position: absolute;
    max-height: 410px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 39px;
    background-image: url("https://gaadijunction.com/images/banner/img3.avif");
    background-position: 50% 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    z-index: -1;
}
.stm-banner-image-filter:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
}
.stm_lOffers_banner {
    position: relative;
    z-index: -1;
}
.stm_dynamic_listing_filter {
    position: relative;
}
.stm_dynamic_listing_filter:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    z-index: 1;
}
.stm_dynamic_listing_filter .stm_dynamic_listing_filter_nav {
    padding: 0;
    margin: 0;
    list-style: none;
}
.stm_dynamic_listing_filter .stm_dynamic_listing_filter_nav li {
    float: left;
    margin-bottom: 0;
    background: rgba(56, 56, 56, 0.8);
    border-right: 1px solid rgba(46, 46, 46, 1);
}
.stm_dynamic_listing_filter .stm_dynamic_listing_filter_nav li.active {
    background-color: #464646;
    border-right-color: #464646;
}
.stm_dynamic_listing_filter .stm_dynamic_listing_filter_nav li a {
    position: relative;
    display: block;
    padding: 15px 43px 12px 35px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none !important;
    letter-spacing: -0.4px;
    z-index: 2;
    border-bottom: 1px solid rgba(56, 56, 56, 0.8);
    cursor: pointer;
}
.stm_dynamic_listing_filter .stm_dynamic_listing_filter_nav li.active a {
    color: #1bc744;
    border-bottom: 1px solid #1bc744;
}
.stm_dynamic_listing_filter .tab-content {
    padding: 42px 30px 20px;
    background-color: #464646;
    border: 0;
}
.stm_dynamic_listing_filter .tab-content .tab-pane {
    position: relative;
    z-index: 2;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.stm_dynamic_listing_filter .tab-content button[type="submit"] {
    background-color: #ffffff;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    box-shadow: none;
    color: #1bc743 !important;
    display: flex;
    float: right;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.3px;
    line-height: 14px;
    margin-left: 16px;
    min-width: 170px;
    opacity: 1;
    padding: 16px 25px 13px 25px;
    position: relative;
    text-transform: uppercase;
    top: -1px;
}
.stm_dynamic_listing_filter .tab-content .stm-filter-tab-selects {
    overflow: hidden;
}
.stm-filter-tab-selects.filter.stm-vc-ajax-filter {
    margin-bottom: 0;
}
.stm_dynamic_listing_filter .tab-content .stm-filter-tab-selects > .row {
    margin: 0 -8px;
}
.stm_dynamic_listing_filter .tab-content .stm-filter-tab-selects .stm-select-col {
    margin-bottom: 30px;
    padding: 0 8px;
    position: relative;
    min-height: 1px;
}
.col-xs-12 {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
}
.stm_dynamic_listing_filter .tab-content .stm-filter-tab-selects .stm-select-col > select {
    appearance: none;
    background-color: #e5e9ee;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%23333' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 10px 6px;
    border-radius: 6px;
    border: none;
    box-sizing: border-box;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    padding: 0 40px 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.fade.in {
    opacity: 1;
}
.centered-banner-content-listing {
    position: relative;
    padding: 160px 0 159px;
}
.centered-banner-content-listing .inner {
    position: relative;
    max-width: 1140px;
    width: auto;
    margin: -4px -15px 0;
    padding: 0 15px;
    z-index: 5;
}
.centered-banner-content-listing .inner h1 {
    margin-bottom: 5px;
    margin-top: 0px;
    font-size: 70px;
    line-height: 50px;
    letter-spacing: -3px;
}
#main .filter-listing {
    margin-bottom: 20px;
}
.car-listing-row {
    margin-bottom: 7px;
}
.car-listing-row.stm-carousel.owl-carousel {
    margin-left: 0;
    margin-right: 0;
}
.owl-carousel.owl-loaded {
    display: block;
    visibility: visible;
}
.stm-carousel .owl-stage-outer {
    margin-bottom: 30px;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0, 0);
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-item {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-transform: translateZ(0px) !important;position: relative;
    -webkit-user-select: none;
    float: left;
    min-height: 1px;
    transform: translateZ(0px) !important;
    user-select: none;
}
.owl-stage .owl-item .stm-isotope-listing-item {
    margin: 0 8px 0 0 !important;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    background-color: #f9f9f9;
    padding: 0 10px 17px;
}
.row-4 .col-md-3:nth-child(4n + 1) {
    clear: both;
}
.media-carousel-item {
    max-width: 270px;
    width: auto;
    margin: 0 auto;
}
.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image {
    position: relative;
    z-index: 1;
}
.car-listing-row .image, .listing-car-item-inner .image {
    overflow: hidden;
    position: relative;
}
.stm-hoverable-interactive-galleries.stm-template-listing .stm_listing_tabs_style_2 .image:before {
    background-color: transparent;
}
.car-listing-row .image:before, .listing-car-item-inner .image:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.2s ease;
    transform: translateZ(0);
    opacity: 0;
    display: none;
}
.rmv_txt_drctn {
    color: #464646;
    text-decoration: none !important;
}

.car-listings {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; /* space between items */
    justify-content: center;
    padding: 8px;
    height: 340px;
    overflow: hidden;
    max-width: 1110px;
}
.car-box {
    height: 322px;
    background-color: #f9f9f9;
    border-radius: 6px;
    border: 1px solid #c2c2c2;
    box-sizing: border-box;
    flex: 1 1 calc(25% - 16px); /* Default to 4 per row with gap */
    max-width: 270px;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.car-box .image {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.car-box .image img {
    width: 100%;
    height: 155px;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    object-fit: cover;
}
.stm-badge-directory {
    position: absolute;
    right: -65px;
    left: unset;
    padding: 0 55px;
    top: 20px;
    width: 200px;
    height: 33px;
    line-height: 33px;
    transform: rotate(45deg);
    background-color: #1bc743;
    color: #fff !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.stm-car-medias {
    position: absolute;
    top: 10px;
    left: 10px;
    background: white;
    color: black;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.image .stm-listing-compare {
    position: absolute;
    right: 7px;
    bottom: 13px !important;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    opacity: 1;
    z-index: 20;
}
.listing-car-item-meta {
    padding: 12px;
    font-family: sans-serif;
}
.interactive-hoverable .hoverable-indicators {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    display: flex;
    justify-content: space-between;
}
.hoverable-indicators .indicator {
    width: 100%;
    height: 3px;
    background-color: #ccc;
    z-index: 25;
    margin-right: 2px;
}
.hoverable-indicators .indicator:last-child {
    margin-right: 0;
}
.hoverable-indicators .indicator.active {
    background-color: #6c98e0;
}
.listing-car-item-meta .price {
    background-color: #000000;
    position: relative;
    float: right;
    margin-left: 18px;
    text-align: right;
}
.listing-car-item-meta .price:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -12px;
    height: 100%;
    width: 32px;
    background-color: #000000;
    transform: skew(-14deg, 0deg);
    z-index: 5;
}
.price.discounted-price {
    padding: 1px 10px 2px 4px;
}
.listing-car-item-meta .price .normal-price {
    line-height: 25px;
    color: #ffffff;
    font-size: 14px;
    position: relative;
    z-index: 6;
    font-weight: 700;
}
.car-title a {
    font-weight: bold;
    font-size: 14px;
    color: #111;
    text-decoration: none;
}
.car-title a:hover {
    color: #0066cc;
}
.car-meta-top {
    border-bottom: 1px solid #ccc;
}
.car-meta-bottom ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 13px;
    color: #444;
}
.car-meta-bottom ul li {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 0;
    margin-right: 14px;
    color: #464646;
    vertical-align: middle;
}
.car-meta-bottom ul li span {
    position: relative;
    top: 1px;
    vertical-align: top;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 13px;
}
.car-meta-bottom ul li b {
    font-weight: 700;
}
.car-meta-bottom button {
    background-color: #ffffff;
    border-color: #c2c2c2;
    border-radius: 3px;
    border: 1px solid #c2c2c2;
    box-shadow: none;
    color: #1bc744 !important;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 14px;
    margin: 0;
    opacity: 1;
    outline: none !important;
    overflow: visible;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transform: translateZ(0);
    transition: opacity 0.2s ease-in !important;
    white-space: normal;
}
.car-meta-bottom button:hover {
    background-color: #16a93c;
    border-color: #16a93c;
}
.car-box img {
    aspect-ratio: 4/3;
    object-fit: cover;
}
.image .stm-car-medias {
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 20;
}
.image .stm-car-medias > div {
    display: inline-block;
    margin-right: 9px;
    padding: 2px 5px 0 6px;
    border-radius: 2px;
    color: #000;
    font-size: 11px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #ffffff !important;
}
.stm_icon_filter_title h3 {
    letter-spacing: -1px;
    word-spacing: -1px;
    color: #232628;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    font-style: normal;
    text-align: left;
    text-transform: normal;
    margin: 0;
}
.stm_listing_icon_filter {
    font-size: 0;
    margin: 0 -20px;
    text-align: left;
}
.stm_listing_icon_filter .stm_listing_icon_filter_single {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    max-height: 300px;
    overflow: hidden;
    padding-left: 10px;
}
.stm_listing_icon_filter_single .inner {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    padding: 0 20px;
    text-align: center;
}
.stm_listing_icon_filter_single .inner .name {
    margin-top: 5px;
    font-size: 13px;
    color: #777;
    text-decoration: underline;
}
.footer {
    width: 100%;
    display: block;
}
.footer .footer-copyright{
    background-color: #000000 !important;
    padding: 20px 0 19px;
}
.stm-listing-layout-footer .container > .clearfix {
    padding-top: 10px;
    padding-bottom: 28px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom-color: #ffffff;
}
.stm-listing-layout-footer .clearfix {
    border-bottom-color: #ffffff;
}
.stm-listing-layout-footer .stm-footer-search-inventory {
    position: relative;
    float: left;
}
.stm-listing-layout-footer .stm-footer-search-inventory input {
    width: 260px;
    padding-left: 16px;
    padding-right: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-color: transparent !important;
    background-color: #f5f5f5;
    border-radius: 5px;
    border: 1px solid #c2c2c2;
    color: #464646;
    font-size: 14px;
    display: block;
    padding: 0 21px;
    font-weight: 400;
    outline: none !important;
    height: 35px;
    line-height: 31px;
}
.stm-listing-layout-footer .stm-footer-search-inventory button {
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    text-align: center;
    padding: 0;
    height: 100%;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #c2c2c2;
    color: #1bc743 !important;
    opacity: 1;
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration: none !important;
    outline: none !important;
    visibility: visible;
    white-space: normal;
    transition: opacity 0.2s ease-in !important;
    transform: translateZ(0);
    -webkit-appearance: button;
    cursor: pointer;
    overflow: visible;
    margin: 0;
}
.stm-listing-layout-footer .stm-footer-search-inventory button i {
    color: #464646;
}
.stm-listing-layout-footer .stm-footer-menu {
    overflow: hidden;
    text-align: right;
}
.stm-listing-layout-footer .stm-footer-menu .stm-listing-footer-menu {
    margin: 6px 0 0;
    padding-left: 20px;
}
.stm-listing-layout-footer .stm-footer-menu .stm-listing-footer-menu li {
    position: relative;
    display: inline-block;
    margin-left: 24px;
    margin-bottom: 8px;
}
.stm-listing-layout-footer .stm-footer-menu .stm-listing-footer-menu li:first-child {
    margin-left: 0px;
}
.stm-listing-layout-footer .stm-footer-menu .stm-listing-footer-menu li:before {
    position: absolute;
    content: "";
    display: block;
    top: 6px;
    left: -13px;
    height: 12px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}
.stm-footer-menu ul li a {
    font-size: 13px;
    color: #ffffff;
    text-decoration: none !important;
    line-height: 22px;
}
.container-footer-copyright {
    position: relative;
}
.container-footer-copyright:before {
    height: 0;
    position: absolute;
    content: "";
    display: block;
    top: -20px;
    left: 15px;
    right: 15px;
    background-color: #444;
}
.col-md-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-sm-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-sm-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.copyright-text {
    font-size: 13px;
    color: #ffffff;
}
.copyright-socials ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 7px;
}
.copyright-socials ul li {
    float: left;
    margin-left: 37px;
    margin-bottom: 8px;
}
.copyright-socials ul li:first-child {
    margin-left: 0;
}
.copyright-socials ul li a {
    color: #ffffff;
    transition: all .25s ease;
    text-decoration: none;
}


/*////////////SPECIFIC WIDTH QUERIES///////////////*/
/*@media max-width: 992px;  and  max-width: 1199px;=========================================*/
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
    .stm_listing_tabs_style_2 .tab-pane .row-4 .col-md-3:nth-child(4n + 1), .stm_listing_tabs_style_2 .tab-pane .row-4 .col-md-3:nth-child(3n + 1) {
        clear: none;
    }
}


/*@media max-width: 768px;  and  max-width: 991px;=========================================*/
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
    .car-box {
        flex: 1 1 calc(33.33% - 16px);
    }
    .stm_listing_icon_filter .stm_listing_icon_filter_single {
        width: 33.33%;
        padding-left: 20px;
    }
}

@media (max-width: 767px) and (min-width: 500px) {
    .car-box {
        flex: 1 1 calc(50% - 16px);
    }
    .stm_listing_icon_filter .stm_listing_icon_filter_single {
        width: 50%;
        padding-left: 20px;
    }
}

/*////////////MAX WIDTH QUERIES///////////////*/
/*@media max-width: 1100px;==================================================================*/
@media (max-width: 1100px) {

}


/*@media max-width: 991px;==================================================================*/
@media (max-width: 991px) {
    .stm_dynamic_listing_filter:before {
        background: none;
    }
}


/*@media max-width: 768px;==================================================================*/
@media (max-width: 768px) {
    .stm_dynamic_listing_filter .stm_dynamic_listing_filter_nav li {
        float: none;
        width: 100%;
    }
    .stm_dynamic_listing_filter .tab-content button[type="submit"] {
        margin-left: 0;
        margin-bottom: 35px;
        float: none;
    }
    .hidden-xs {
        display: none !important;
    }
    .stm-directory-grid-loop .image {
        position: relative;
        display: block;
        max-width: 255px;
        width: auto;
        margin: 0 auto;
    }
    .stm-listing-layout-footer .stm-footer-search-inventory {
        margin-bottom: 15px;
        float: none;
        text-align: right;
    }
}


/*@media max-width: 610px;==================================================================*/
@media (max-width: 610px) {

    .stm-banner-image-filter {
        background-image: url("https://gaadijunction.com/images/banner/img4.avif");
        background-size: cover;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-attachment: scroll;
    }
}


/*@media max-width: 500px;==================================================================*/
@media (max-width: 500px) {
    .car-box {
        flex: 1 1 100%;
    }    
    .stm_listing_icon_filter .stm_listing_icon_filter_single {
        width: 100%;
        padding-left: 30px;
    }
    .stm-listing-layout-footer .stm-footer-search-inventory input {
        width: 100%;
    }
}


/*////////////MIN WIDTH QUERIES///////////////*/
/*@media min-width: 768px;==================================================================*/
@media (min-width: 768px) {
    .vc_col-sm-12 {
        width: 100%;
        float: left;
    }
    .col-sm-8 {
        width: 66.66666667%;
        float: left;
    }
    .col-sm-6 {
        width: 50%;
        float: left;
        position: relative;
        min-height: 1px;
    }
    .col-sm-4 {
        width: width: 33.33333333%;
        float: left;
        position: relative;
        min-height: 1px;
    }
}


/*@media min-width: 992px;==================================================================*/
@media (min-width: 992px) {
    .col-md-2 {
        width: 16.66666667%;
        float: left;
        position: relative;
        min-height: 1px;
    }
    .col-md-3 {
        width: 25%;
        float: left;
        position: relative;
        min-height: 1px;
    }
    .col-md-4 {
        width: 33.33333333%;
        float: left;
    }
    .col-md-8 {
        width: 66.66666667%;
        float: left;
    }
}

/*@media min-width: 1200px;==================================================================*/
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}