 /* FONTS SIZES */
.fs-7 {
    font-size: 7pt !important;
}

.fs-8 {
    font-size: 8pt !important;
}

.fs-9 {
    font-size: 9pt !important;
}

.fs-10 {
    font-size: 10pt !important;
}

.fs-11 {
    font-size: 11pt !important;
}

.fs-12 {
    font-size: 12pt !important;
}

.fs-13 {
    font-size: 13pt !important;
}

.fs-14 {
    font-size: 14pt !important;
}

.fs-15 {
    font-size: 15pt !important;
}

.fs-16 {
    font-size: 16pt !important;
}

.fs-18 {
    font-size: 18pt !important;
}

.fs-20 {
    font-size: 20pt !important;
}

.fs-22 {
    font-size: 22pt !important;
}

.fs-24 {
    font-size: 24pt !important;
}
.mw-100 {
    max-width: 100px;
}
.mw-150 {
    max-width: 150px;
}
.mw-200 {
    max-width: 200px;
}
.mw-250 {
    max-width: 250px;
}

img {
    aspect-ratio: attr(width) / attr(height);
}

.form-control {
    font-size: inherit;
}

.listing-search-input-btn {
    top: 0px; 
    bottom: 0px; 
    right: 0px;
    padding-left: 25px;
    padding-right: 25px;
    border: none;
    cursor: pointer;
}

.breadcromb-box-white {
	text-align: left;
}
.breadcromb-box-white ul {
	background: #FFF;
}

.breadcromb-box-white h1 {
	font-size: 40px;
	color: #7c8a97 ;
	letter-spacing: 2px;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
        font-weight: 600;
}
.breadcromb-box-white span {
	color: #7c8a97 ;
    font-weight: 600;
    font-size: 18p;
}
.breadcromb-box-white li {
	display: inline-block;
	margin: 0 2px;
	color: #7c8a97 ;
	font-size: 16px
}

.breadcromb-box-white li a {
	color: #7c8a97;
}

.breadcromb-box-white li i {
	color: #ec3323
}

.listing-search-input-btn:hover {
    color: initial;
}

ul.display-in-columns {
    display: inline-block;
    /* height: 300px;  */
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4; /*3 in those rules */
}
:-moz-placeholder {
	color: #7c8a97;
	text-transform: unset;
}

::-moz-placeholder {
	color: #7c8a97;
	text-transform: unset;
}

:-ms-input-placeholder {
	color: #7c8a97;
	text-transform: unset;
}

::-webkit-input-placeholder {
	color: #7c8a97;
	text-transform: unset;
}

:-ms-select-placeholder {
	color: #7c8a97;
	text-transform: unset;
}

::-webkit-select-placeholder {
	color: #7c8a97;
	text-transform: unset;
}

:-ms-textarea-placeholder {
	color: #7c8a97;
	text-transform: unset;
}

::-webkit-textarea-placeholder {
	color: #7c8a97;
	text-transform: unset;
}



input[type="radio"].sorting-radio:checked~.check {
	color: #000;
}

input[type="radio"].sorting-radio:checked~.check:before {
	color: #000;
}

input[type="radio"].sorting-radio:checked~label {
	color: #000;
}

textarea:disabled:-moz-placeholder {
	color: #000;
	text-transform: unset;
}

textarea:disabled::-moz-placeholder {
	color: #000;
	text-transform: unset;
}

textarea:disabled:-ms-input-placeholder {
	color: #000;
	text-transform: unset;
}

textarea:disabled::-webkit-input-placeholder {
	color: #000;
	text-transform: unset;
}

textarea:disabled:-ms-select-placeholder {
	color: #000;
	text-transform: unset;
}

textarea:disabled::-webkit-select-placeholder {
	color: #000;
	text-transform: unset;
}

textarea:disabled:-ms-textarea-placeholder {
	color: #000;
	text-transform: unset;
}

textarea:disabled::-webkit-textarea-placeholder {
	color: #000;
	text-transform: unset;
}

/** Selectize fix */
.selectize-control .selectize-input input[type="text"] {
    height: unset;
}
.sidebar-widget form p input {
    border: 2px solid #f0f0ff;
    transition: unset;
    font-size: 1rem;
    padding-left: 14px;
}
.sidebar-widget form p input:focus {
    border: 2px solid #f0f0ff;
    transition: unset;
}
.site-heading.h4 {
	font-size: 20px;
	color: #ec3323;
	margin-bottom: 10px;
	display: block;
	font-weight: 500;
	/* text-transform: capitalize; */
    font-family: "Rubik", sans-serif;
    width: inherit;
    margin: initial;
}
.textarea.theme-textarea:disabled {
    background: #E5E5E5;
}
.cursor-pointer {
    cursor: pointer;
}
ul.columns-3-view {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}
button.gauto-theme-btn.default {
    /* #6c757d */
    color: #6c757d;
    background: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #6c757d;
}
button.gauto-theme-btn.default:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 350px;
    display: inline-block;
}
.footer-post-image {
	width: 115px;
	height: 75px;
	float: left;
	margin-right: 10px;
}
#myTabContent #category_attributes_container .form-group {
    margin-bottom: 0px;
}
/**
 * Radio input
 */
 .gauto-radio .radio {
	display: inline-block;
	position: relative;
	float: left;
	width: 50%;
	height: auto;
}
.gauto-radio .radio input[type=radio] {
	position: absolute;
	visibility: hidden;
}

.sr-header {
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%; */
    background-color: #f7f7f5;
    padding: 8px;
    display: flex;
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    top: 0;
}

.sr-header__option:first-child {
    margin-right: 8px;
}

.sr-header__sort-option {
    background-color: #fff;
    border: 1px solid #2a65ba;
    border-radius: 2px;
    justify-content: center;
    margin: 0;
    min-height: 40px;
    width: 50%;
}

.sr-header__sort-option {
    position: relative;
}

.sr-header__option {
    /* margin: 0 4px; */
    display: inline-flex;
    align-items: center;
}

.sr-header .sr-header__refine-link {
    background-color: #fff;
    border: 1px solid #2a65ba;
    border-radius: 2px;
    justify-content: center;
    margin: 0;
    min-height: 40px;
    width: 50%;
    color: #2a65ba;
}

.sr-header .sr-header__refine-link a, .sr-header .sr-header__refine-link button {
    color: #2a65ba;
}

/* .sr-header .sr-header__refine-link a {
    background-color: #fff;
    border: 1px solid #2a65ba;
    border-radius: 2px;
    justify-content: center;
    margin: 0;
    min-height: 40px;
    width: 50%;
} */

.mobile-filters-wrapper .col {
    /* display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1; */
}

.gauto-radio .radio label {
	display: inline-block;
	position: relative;
	padding: 0 0 0 30px;
	margin: 10px auto;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
	color: #020202;
	font-weight: 500;
}

.gauto-radio .radio .check {
	display: block;
	position: absolute;
	border: 3px solid #AAAAAA;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	top: 14px;
	left: 0;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.gauto-radio .radio .check:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 8px;
	width: 8px;
	top: 3px;
	left: 3px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}



/**
 * new buttons
 */

 a.gauto-theme-btn {
	color: #ec3323; 
	background: transparent;
	border-width: 2px;
	border-style: solid;
	border-color: #ec3323;
	position: relative;
	display: block;
	padding: 8px 15px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	margin: 0;
	width: 100%
}

/* a.gauto-theme-btn:before {
    top: -6px;
    left: -6px;
    border-width: 2px 0 0 2px;
    z-index: 5;
} */

/* a.gauto-theme-btn:after {
    bottom: -6px;
    right: -6px;
    border-width: 0 2px 2px 0;
}

a.gauto-theme-btn:before {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    border-style: solid;
    width: 1em;
    height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} */

/* a.gauto-theme-btn:before, 
a.gauto-theme-btn:after {
    content: '';
    display: block;
    position: absolute;

    box-sizing: border-box;
    border-style: solid;
    width: 1em;
    height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.gauto-theme-btn:hover:before, a.gauto-theme-btn:hover:after {
    width: calc(100% + 12px);
    height: calc(100% + 12px);

}
a.gauto-theme-btn:hover:before, a.gauto-theme-btn:hover:after {
    width: calc(100% + 12px);
    height: calc(100% + 12px);

} */
.gauto-theme-btn.info {
    border-color: #17a2b8;

    background: transparent;
    color: #17a2b8;
}

.gauto-theme-btn.info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

/* .gauto-theme-btn.info:before, .gauto-theme-btn.info:after  {
    border-color: #17a2b8
}
.gauto-theme-btn.info:hover:after, .gauto-theme-btn.info:hover:before {
    border-color: #17a2b8
} */

/**
 * new buttons
 */
 .gauto-theme-btn.warning {
    border-color: #ffc107;
    /* background-color: #ffc107; */
    background: transparent;
    color: #ffc107;
}

.gauto-theme-btn.warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}

/* .gauto-theme-btn.warning:before, .gauto-theme-btn.warning:after  {
    border-color: #ffc107
}
.gauto-theme-btn.warning:hover:after, .gauto-theme-btn.warning:hover:before {
    border-color: #ffc107
} */
/*Alert bootstrap overrides*/
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    border-width: 2px;
    border-radius: 0px;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border-width: 2px;
    border-radius: 0px;
}
.alert-info, .alert-secondary {
    border-width: 2px;
    border-radius: 0px;
}
.alert.alert-warning {
    border-width: 2px;
    border-radius: 0px;
} 
.scrollable-widget {
    height: 360px;
    overflow-y: scroll; 
}

.scrollable-widget-xl {
    height: 460px;
}

.input-group.theme-inputs-groups .selectize-control.theme-select.single {
    flex: 1 1 auto;
}

.input-group.theme-inputs-groups .selectize-control.theme-select.single.base-select {
    flex: 1;
} 

.input-group.theme-inputs-groups .selectize-input .item {
    /* display: block; */
}


/* Let's get this party started */
.scrollable-widget::-webkit-scrollbar {
    width: 6px;
}
 
/* Track */
.scrollable-widget::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
 
/* Handle */
.scrollable-widget::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #cb2415; 
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5); 
}
.scrollable-widget::-webkit-scrollbar-thumb:window-inactive {
	background: #cb2415; 
}

.car-grid-list .profile a.remove-link-ads-list {
    position: absolute;
    right: 23px;
    top: 38px;
    bottom: unset;
    padding: 10px;
}

.car-grid-list.list-view .profile a.remove-link-ads-list {
    position: absolute;
    right: 23px;
    bottom: 7px;
    top: unset;
    padding: 10px;
}

.profile-image .image {
    width: 150px;
    height: 10rem;
    border-radius: 50%;
    box-shadow: 0 0.2rem 0.7rem 0 rgba(0,0,0,.08);
    overflow: hidden;
    text-align: center;
}
.background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.background-image img {
    display: none;
}
.background-image.dealer-logo{
    background-size: 75%;
}
.profile-image .image img {
    height: 100%;
}
.single-file-input {
    overflow: hidden;
    position: relative;
    margin-top: 2rem;
    font-size: 1.2rem;
    text-align: center;
}
.single-file-input input[type=file] {
    padding-top: 4rem;
    position: absolute;
    width: 100%;
    cursor: pointer;
    outline: 0;
    z-index: 1;
}
.cursor-pointer{
  cursor: pointer;
}
/*
=================================
Custom select styling
=================================
*/ 
.selectize-input.items  {
    border: 2px solid #f0f0ff;
    height: 45px;
    padding: 10px 15px;
    border-radius: 0!important;
    text-align: left;
}
.selectize-input.focus {
    border-color: #ffffff!important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(240, 240, 255, 0.55)!important;
   
}
.clear-select {
    position: absolute;
    top: 2px;
    z-index: 1;
    right: 50px;
    color: grey;
    background: 0 0;
    border: none;
    cursor: pointer;
}
.selectize-option {
    padding: 10px 15px;
    text-align: left;
}
.selectize-dropdown [data-selectable].option {
    opacity: 1;
    /* height: 36px; */
}
.find-form p .selectize-input input {
    height: auto;
}
.selectize-dropdown-content {
    max-height: 500px;
 }
 .theme-inputs-groups input,.theme-inputs-groups .input-group-text{
     border: 2px solid #f0f0ff;
     height: 45px;
 }
 /** fix for group selectize */
.theme-inputs-groups .selectize-control input {
    height: initial;
}
input.theme-input {
    width: 100%;
    border: 2px solid #f0f0ff;
    padding: 5px 10px;
    height: 45px;
    color: #111;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
textarea.theme-textarea {
    width: 100%;
    border: 2px solid #f0f0ff;
    padding: 5px 10px;
    color: #111;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

/*
===============================
Findbox styling 
===============================
*/
.find-box-wrapper .find-form input, .find-box .find-form select, .find-box-wrapper .find-form .theme-inputs-groups,.find-box-wrapper .find-form .theme-inputs-groups .input-group-text {
    height:35px!important;
}
.find-box-wrapper .find-form .selectize-input.items {
    height: 35px!important;
    padding: 5px 10px
}
.find-box-wrapper .find-form .selectize-input.items .item {
    height: 20px!important;
}
.find-box-wrapper .find-form .selectize-input.items input {
    height: 20px!important;
}
.find-box-wrapper .form-group{
    margin-bottom: 0px!important;
}
/*
==========================
New theme button
==========================
*/ 
.gauto-theme-btn-blue{
    color: #007bff;
    background: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #007bff;
    position: relative;
    display: block;
    padding: 8px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    margin: 0;
    width: 100%;
}
/* .gauto-theme-btn-blue:before, .gauto-theme-btn-blue:after {
    content: '';
    display: block;
    position: absolute;
    border-color: #007bff;
    box-sizing: border-box;
    border-style: solid;
    width: 1em;
    height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} */
/* .gauto-theme-btn-blue:before{
    top: -6px;
    left: -6px;
    border-width: 2px 0 0 2px;
    z-index: 5;
}
.gauto-theme-btn-blue:after{
    bottom: -6px;
    right: -6px;
    border-width: 0 2px 2px 0;
} */
.gauto-btn-blue:hover, .gauto-theme-btn-blue:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
/* .gauto-theme-btn-blue:hover:before, .gauto-theme-btn-blue:hover:after {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border-color: #007bff;
} */

/***************** ----- ***************
            ads images styling
****************** ----- ******************/
.image {
    /* height: 10rem; */
    height: 9.4rem;
    position: relative;
    border-top-left-radius: .6rem;
    border-top-right-radius: .6rem;
    background-color: #f8f8f8;
}

.home .image {
    height: 10rem;
    /* height: 12rem; */
    position: relative;
    border-top-left-radius: .6rem;
    border-top-right-radius: .6rem;
    background-color: #f8f8f8;
}
.image .image-wrapper {
    transition: none;
    display: block;
    position: relative;
    z-index: 0;
}
.image img {
    height: 19rem;
    position: relative;
    border-top-left-radius: .6rem;
    border-top-right-radius: .6rem;
    background-color: #f8f8f8;
}
.image .image-wrapper:before {
    opacity: .8;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15rem;
    content: "";
/*    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,#000 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,#000 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,#000 100%);*/
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 28px;
    line-height: 40px;
    display: inline-block;
    content: '\f001';
}

.background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
/*****************************
    Dealers
*****************************/
.image.dealers {
    height: 9.4rem;

}

/* ===========================
Bootstrap tabs override
==========================
*/

nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
nav > div.nav a.nav-item.nav-link.active {
    color: #333;
    background: #ededed;
}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
    border: none;
    padding: 18px 25px;
    color:#fff;
    background:#272e38;
    border-radius:0;
}
nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -58px;
  left: -3rem;
  border: 15px solid transparent;
  border-top-color: #e74c3c ;
}

.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #e74c3c;
    border-bottom:5px solid #e74c3c;
    padding:30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #e74c3c;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}
nav > div a.nav-item.nav-link, nav > div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}

/************************
    Search form tabs
*************************/
.find-car nav > .nav.nav-tabs{

    border: none;
    color:#fff;
    /*background:#d9d9d9;*/
    background: transparent;
    border-radius:0;

}
.find-car nav > div a.nav-item.nav-link, .find-car nav > div a.nav-item.nav-link.active {
    border: 1.5px solid #b2b2b2;
    padding: 0px 25px;
    color: #333;
    background: #ededed;
    border-radius: 0;
    display: flex; 
    align-items: center; 
    /*justify-content: center;*/ 
    text-align: center; 
    margin-right: 3px;
    border-radius: 0px 0px 0px 0px;
}

.find-car nav > div a.nav-item.nav-link:last-of-type{
    margin-right: 0px;
}

.find-car .tab-content {
    background: rgba(253,253,253,0.95);
    line-height: 25px;
    border: 1px solid #d9d9d9;
    border-radius: 0px;
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    padding: 0px;
    box-shadow: 3px 0 29px rgba(253,253,253,.26);
}
.find-car nav > div a.nav-item.nav-link.active:after {
    border: none;
    /*    border-top-color: #333;
    bottom: -43px;
    left: -20%;*/
}
.find-car nav > div a.nav-item.nav-link.active {
    background: #fff;
    border-bottom: 3px solid;
}
.find-car nav > div a.nav-item.nav-link.active .car-icons{
    /*margin-right:-2.5em;*/ 
}
/*********************
    Custom icons
****************/
.car-icons{
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    fill: transparent !important;
    height: 50px;
    /*margin-right: 16px;*/
    width: 70px;
    display: block;
}
.cars {
    background-image:  url(../img/car-icons/cars.png);
}
.bikes {
    background-image:  url(../img/car-icons/motorbikes.png);
}
.vans {
    background-image:  url(../img/car-icons/vans.png);
}
.motorhomes {
    background-image:  url(../img/car-icons/motorhomes.png);
}
.caravans {
    background-image:  url(../img/car-icons/caravans.png);
}
.trucks {
    background-image:  url(../img/car-icons/trucks.png);
}
.plant {
    background-image:  url(../img/car-icons/plant.png);
}
.boats {
    background-image:  url(../img/car-icons/boats.png);
}
/*
 * CHAT styles
 */
.messages-box {
    max-height: 520px;
    overflow-y: scroll;
} 

.truncate {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-blog .article-heading {
    min-height: 45px;
}

.propertu-page-shortby {
    display:inline-block;
    width: 35%;
}
.propertu-page-shortby .chosen-select-no-single {
    width: 65%;
}
.section_20 .breadcromb-box {
    text-align: left;
}
.flexslider {
    margin: 0 0 10px!important;
}
/********************
Create ad styling 
********************/
.gauto-create-ad-area .checkbox label {
    color: #7c8a97;
    font-weight: 400;
}

.gauto-header-top-area .mainmenu ul li a {
    padding: 20px 5px;
    font-size: 12px;
}

/**********************
Fileuplod styling START
**********************/
#file-upload-wrapper {
    min-width:  100%;
    min-height: 150px;
    /*border: 2px dashed #f0f0ff;*/
    border-spacing: 10px 50px!important;
    outline: 2px dashed #f0f0ff;
    outline-offset:-15px; 
}
.uploader input[type="file"] {
    display: inline-block;
    visibility: hidden;
    float: left;
    width: 1px;

}
.uploader label {
    float: left;
    width: 15%;
    min-width: 150px;
    max-height: 170px;
    padding: 2rem 1.5rem;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    border-spacing: 15px;
    border: 2px solid #eee;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.uploader {
    display: block;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}
.file-upload-image {
    height: 62px;
    max-height: 62px;
    width: auto;
    margin: 10px;
}
span.gauto-theme-btn-blue{
    color: #007bff;
    background: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #007bff;
    position: relative;
    display: block;
    padding: 0px 8px ;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    cursor: pointer;
    margin: 0;
    width: 100%;
    line-height: 15px;
}
/* button.gauto-theme-btn-blue:before, button.gauto-theme-btn-blue:after {
    content: '';
    display: block;
    position: absolute;
    border-color: #007bff;
    box-sizing: border-box;
    border-style: solid;
    width: 1em;
    height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} */
/* span.gauto-theme-btn-blue:before{
    top: -6px;
    left: -6px;
    border-width: 2px 0 0 2px;
    z-index: 5;
}
span.gauto-theme-btn-blue:after{
    bottom: -6px;
    right: -6px;
    border-width: 0 2px 2px 0;
} */
/* span.gauto-btn-blue:hover, button.gauto-theme-btn-blue:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
span.gauto-theme-btn-blue:hover:before, button.gauto-theme-btn-blue:hover:after {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border-color: #007bff;
} */
.hidden {
    display: none;
}
.btn-circle-close {
    position: relative;
    top: -26px;
    right: -20px;
    width: 10px;
    height: 23px;
    padding: 0px 15px 0 5px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
    font-weight: 400;
    background: #f4f4f5;
    border: 2px solid #7c8a97;
    color: #7c8a97;
    z-index: 1;
}
.btn-circle-preview {
     position: relative;
    top: -26px;
    right: -17px;
    width: 10px;
    height: 23px;
    padding: 0px 16px 0 4px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
    font-weight: 400;
    background: #f4f4f5;
    border: 2px solid #7c8a97;
    color: #7c8a97;
    z-index: 1;
}
/**********************
Fileuplod styling END
**********************/
.pricing-badge {
    box-shadow: 0 0.2rem 0.7rem 0 rgba(0,0,0,.08);
    border-radius: 100%;
    background-color: #ededed;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -19px;
    right: 2%;
    text-align: center;
    line-height: 45px;
    color: red;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #17a2b8;
    z-index: 10;
}

.rating-container .filled-stars span i {
    color: #fde16d!important;
    font-size: 18px!important;
}
.rating-container span.star {
    font-size: 18px!important;
}
.rating-container .caption .label {
    display:none!important;
}
/*
    Category description 

*/
#category-description-body {
    overflow: hidden;
    /* height: 70px; */
}

.grecaptcha-badge {
    /* display:none; */
    bottom: 5px !important;
    z-index: 9;
}
.page-id-833 .grecaptcha-badge {
    z-index: 99999;
    display:block !important;
}
.advanced-search-form .form-group {
    margin-bottom: 0px;
}
/*
===========================================
Shadow effects
==========================================
*/

/* Default box-shadow */
.box {
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}

/* Create smoother box-shadows by layering multiple
* shadows with gradually increasing radius and offset */
.shadow-5 {
    box-shadow: 0 1px 1px rgba(0,0,0,0.12), 
                0 2px 2px rgba(0,0,0,0.12), 
                0 4px 4px rgba(0,0,0,0.12), 
                0 8px 8px rgba(0,0,0,0.12),
                0 16px 16px rgba(0,0,0,0.12);
}
.shadow-4 {
    box-shadow: 0 1px 1px rgba(0,0,0,0.15), 
                0 2px 2px rgba(0,0,0,0.15), 
                0 3px 3px rgba(0,0,0,0.15), 
                0 4px 4px rgba(0,0,0,0.15);
}
  
.shadow-6 {
    box-shadow: 0 1px 1px rgba(0,0,0,0.11), 
                0 2px 2px rgba(0,0,0,0.11), 
                0 4px 4px rgba(0,0,0,0.11), 
                0 8px 8px rgba(0,0,0,0.11), 
                0 16px 16px rgba(0,0,0,0.11), 
                0 32px 32px rgba(0,0,0,0.11);
}
.blog-shadow-sharp {
    box-shadow: 0 1px 1px rgba(0,0,0,0.25), 
                0 2px 2px rgba(0,0,0,0.20), 
                0 4px 4px rgba(0,0,0,0.15), 
                0 8px 8px rgba(0,0,0,0.10),
                0 16px 16px rgba(0,0,0,0.05);
}

.blog-shadow-diffuse {
    box-shadow: 0 1px 1px rgba(0,0,0,0.08), 
                0 2px 2px rgba(0,0,0,0.12), 
                0 4px 4px rgba(0,0,0,0.16), 
                0 8px 8px rgba(0,0,0,0.20);
}
.blog-shadow-dreamy {
    box-shadow: 0 1px 2px rgba(0,0,0,0.07), 
                0 2px 4px rgba(0,0,0,0.07), 
                0 4px 8px rgba(0,0,0,0.07), 
                0 8px 16px rgba(0,0,0,0.07),
                0 16px 32px rgba(0,0,0,0.07), 
                0 32px 64px rgba(0,0,0,0.07);
}
.view-ad-details {
    bottom: 0px;
    text-align: right;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}
div.single-offers .price {
    font-weight: 700;
    color: #343a40!important
}
.list-gallery {
    display: none;
}
.reg-number-wrapper input:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: rgb(242, 207, 83)!important;
} 
.reg-number-wrapper input {
    border-top: 2px solid rgba(0, 0, 0, 0.15);
    border-right: 2px solid rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    border-left: none; 
    border-image: initial; 
    padding: 12px; 
    line-height: 40px; 
    font-size: 18px; 
    background-color: rgb(242, 207, 83);
}
.reg-number-wrapper .input-group-prepend {
    border-top: 0px solid rgba(0, 0, 0, 0.15); 
    border-right: none; 
    border-bottom: 0px solid rgba(0, 0, 0, 0.15); 
    border-left: 0px solid rgba(0, 0, 0, 0.15); 
    border-image: initial;
}
.reg-number-wrapper button:hover {
    color: #fff;
}

@media (min-width: 768px) {
    .property-page-heading a {
        cursor: pointer;
    }

    .list-view .single-offers.with-gallery {
        text-align: right;
        height: 11rem;
    }

    .home .single-offers .offer-text {
        min-height: 230px;
    }
    .home .single-offers .offer-text .description {

        min-height: 105px;
    }

    .car-grid-list.list-view .without-gallery .image {
        width: 33.5%;
        float: left;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-43%);
        transform: translateY(-43%);
        height: 13.9rem;
    }   

    .car-grid-list.list-view .with-gallery .image {
        width: 33.5%;
        float: left;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-43%);
        transform: translateY(-43%);
        height: 13.9rem;
    }   
    

    .car-grid-list.list-view .with-gallery .image .image-wrapper {
        border: 1px solid #f0f0ff;
    }

    
    .list-gallery {
        display: none;
        float: left; 
        margin-left: 35.1%; 
        width: 146px; 
        height: 85px;

    }

    .list-gallery img {
        width: 146px; 
        /* height: 108px;  */
        height: 6.8rem; 
        border: 1px solid #f0f0ff;
    }

    .list-gallery img:first-of-type {
        margin-top: 1px;
        margin-bottom: 3px;
    }
    
    /*
    ***********************
    list view styling start
    ***********************
    */
    .car-grid-list.list-view .col-md-6, .car-grid-list.list-view .col-md-4, .car-grid-list.list-view .col-lg-4,.car-grid-list.list-view .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    } 
    
    .car-grid-list.list-view .image {
        width:30%;
        float:left;
        position: absolute;
        top: 51%;
        -ms-transform: translateY(-42%);
        transform: translateY(-42%);
        max-height: 220px;
    }   

    .car-grid-list.list-view .without-gallery .image {
        width: 33.5%;
        float: left;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-42%);
        transform: translateY(-42%);
        height: 11rem;
    }   

    .car-grid-list.list-view .with-gallery .image {
        width: 33.5%;
        float: left;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-42%);
        transform: translateY(-42%);
        height: 11rem;
    }   

    .car-grid-list.list-view .with-gallery .image .image-wrapper {
        border: 1px solid #f0f0ff;
    }


    .car-grid-list.list-view .image img {
        height: 175px;
    }    
    .car-grid-list.list-view .offer-text {
        margin-top: 10px;
        margin-left: 33%;
        margin-right: 20%;
        min-height: 150px;
    }

    .car-grid-list.list-view .without-gallery .offer-text {
        margin-left: 36%;
    }

    .car-grid-list.list-view .with-gallery .offer-text {
        margin-top: 10px;
        /* margin-left: 33%; */
        margin-left: 36%;
        /* margin-right: 20%; */
        min-height: 150px;
    }

    .car-grid-list.list-view .offer-text h3 {
        margin-bottom: 0px;
    }
    .car-grid-list:not(.list-view) .offer-text.text-left {
        text-align: center!important;
    }
    .car-grid-list.list-view .offer-text a {
        float:left;
    }
    .car-grid-list.list-view.public .offer-text {
        margin-right: 10%;
    }
    .car-grid-list.list-view.public .offer-text > a:first-child {
        display: block;
        float: none !important;
        max-width: 70%;
        overflow: hidden;
        text-align: left;
    }
    .car-grid-list.list-view.public .offer-text h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
        margin-bottom: 0;
    }
      
    .car-grid-list.list-view .offer-action {
        position: absolute;
        top: 35%;
        right: 15px;
        width: 20%;
    }    
    .car-grid-list.list-view .offer-action a {
        font-size: 10px;
        text-transform: uppercase;
        padding: 7px 5px;
    }
    .car-grid-list.list-view .offer-text .location{
        font-size: 10pt;
        line-height: 35px;
        margin-right: 50%;
    }
    .car-grid-list.list-view .offer-text ul.top-navigation {
        position: absolute;
        top: 67px;
        /* top: 76px; */
        right: 25px;
        font-size: 8pt;
        display: inline-block;
        font-size: 14px;
    }

    .car-grid-list.list-view .offer-text ul.top-navigation li {
        font-size: 14px;
    }
    .car-grid-list.list-view .offer-text ul.top-navigation li a{
        line-height: 14px;
    }
    .car-grid-list.list-view .offer-text .description {
        clear: both;
        text-align: left;
        margin-right: 3%;
        font-size: 13px;
        opacity: .75 !important;
        color: #212529;
        line-height: 20px;
        margin-top: 7%; 
    }
    .car-grid-list.list-view .offer-text ul.bottom-navigation {
        position: absolute;
        bottom: 10px;
        text-align: left;
    }

    .my-ads:not(.list-view) .single-offers {
        min-height: 95%;
    }

    .my-ads:not(.list-view) .offer-action {
        position: absolute!important;
    }
    .my-ads:not(.list-view) .single-offers {
        position: relative;
    }
    .car-grid-list.list-view.my-ads .single-offers {
        position: relative;
    }
    .car-grid-list.list-view.my-ads .offer-action {
        position: absolute !important;
        bottom: 0px;
        right: 0px;
        width: 20%;
        top: unset;
        height: 37px;
    }
    .car-grid-list.list-view.my-ads .image {
        top: 46%;
    }
    .car-grid-list.list-view.my-ads .offer-text {
        margin-right: 2%;
    }

    .car-grid-list.my-ads:not(.list-view) .offer-text {
        min-height: 100px;
    }
    /*
    **********************
    list view styling ends
    ***********************
    */
    /********************
    *Ad deatils page
    ********************/
    .car-booking-right .offer-action{
        margin-top: 95px;
    }
    .offer-action {
        position: absolute; 
        bottom: 0px; 
        right: 0px;
    }
    /*Ad edit page*/
    .edit-ad.uploader label {
        width:16.2%;
    }
    /*************************
        My ads in profile styling start
    *************************/
    .car-grid-list.list-view.my-ads .offer-action {
        /* position: absolute!important;
        top: 4%;
        right: 2%;
        width: 20%;
        height: 37px; */
    }

    /****************
    header styling
    ******************/
    .header-top-right .header-action {
        display: block;
    }
    .mainmenu {
        margin-top: 10px;
        margin-bottom: -15px
    }
    .header-top-right>a {
        display: inline-block;
    }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
    div.header-action a {
        padding: 0px 20px 0px 9px;
    }
    .gauto-header-top-area .mainmenu nav ul li a {
        padding: 20px 3px;
    }
}


@media (min-width: 768px) {
    .filters-widgets-mobile {
        display: initial !important;
    }
    .mobile-filters-wrapper {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .list-view .single-offers.with-gallery {
        text-align: right;
        height: 14rem;
    }

    .car-grid-list.list-view .offer-text .location-wrapp a {
        margin-top: -2rem;
    }
    
    .car-grid-list.list-view .without-gallery .offer-text .location-wrapp a {
        margin-top: 0.5rem;
    }
    
        .car-grid-list.list-view .offer-text ul.top-navigation {
            position: absolute;
            /* top: 67px; // original */ 
            /* top: 76px;
            right: 25px;
            font-size: 8pt;
            display: inline-block;
            font-size: 14px; */
    
            top: 2rem;
            right: 1.5rem;
        }
    
        .car-grid-list.list-view .offer-text .description {
            clear: both;
            text-align: left;
            margin-right: 3%;
            font-size: 13px;
            opacity: .75 !important;
            color: #212529;
            line-height: 20px;
            /* margin-top: 7%;  */
            margin-top: 3%; 
        }

    .car-grid-list.list-view .without-gallery .image {
        width: 33.5%;
        float: left;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-43%);
        transform: translateY(-43%);
        height: 13.9rem;
    }   

    .car-grid-list.list-view .with-gallery .image {
        width: 33.5%;
        float: left;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-43%);
        transform: translateY(-43%);
        height: 13.9rem;
    }   

    .car-grid-list.list-view .with-gallery .image .image-wrapper {
        border: 1px solid #f0f0ff;
    }

    
    .car-grid-list.list-view  .list-gallery {
        display: initial;
        float: left;
        margin-left: 35.1%;
        width: 146px;
        height: 85px;
        width: 18.5%;
    }

    /* .car-grid-list:not(.list-view) .single-offers {
        min-height: 300px;
    } */

    .car-grid-list:not(.list-view) div.single-offers .price {
        top: 2.5rem;
        position: absolute;
        left: 1.5rem;
        background: #FFF;
        border-radius: 3px;
        line-height: 1;
        padding: 6px;
        right: unset;
    }

    .car-grid-list:not(.list-view) div.single-offers .bookmark-wrapp {
        position: absolute;
        top: 12.3rem;
        right: 1rem;
    }

    .car-grid-list:not(.list-view) div.single-offers .offer-text h3 {
        width: 85%;
    }


    .car-grid-list:not(.list-view) div.single-offers .offer-text {
        text-align: left;
        margin-left: 0.5rem;
    }
    .car-grid-list:not(.list-view) div.single-offers .bottom-navigation {
        text-align: left;
    }

    .list-gallery img {
        width: 146px; 
        /* height: 108px;  */
        height: 6.8rem; 
        border: 1px solid #f0f0ff;
    }

    .list-gallery img:first-of-type {
        margin-top: 1px;
        margin-bottom: 3px;
    }

    .list-view .single-offers.with-gallery {
        text-align: right;
        height: 14rem;
    }

    .list-view .single-offers.without-gallery {
        text-align: right;
        height: 14rem;
    }
    
    .car-grid-list.list-view .offer-text a {
        margin-top: -5px;
    }

    .car-grid-list div.single-offers .price {
        top: -8px;
        position: relative;
    }

    .car-grid-list div.single-offers .price {
        top: 5.2rem;
        position: absolute;
        right: 1.5rem;
    
    }

    div.single-offers.without-gallery .price {
        top: 4.2rem;
        position: absolute;
        right: 1.5rem;
    
    }

    .offer-text ul {
        margin-top: unset;
    }

    .heading-wrapp {
        max-width: 90%;
    }

    .car-grid-list.list-view .without-gallery .image {
        width: 34%;
        float: left;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-43%);
        transform: translateY(-43%);
        height: 13.9rem;
    }   

    .car-grid-list.list-view .with-gallery .image {
        width: 34%;
        float: left;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-43%);
        transform: translateY(-43%);
        height: 13.9rem;
    }   

    .car-grid-list.list-view .with-gallery .image .image-wrapper {
        border: 1px solid #f0f0ff;
    }

    
    .car-grid-list.list-view .without-gallery .offer-text {
        margin-left: 36%;
    }

    .car-grid-list.list-view .with-gallery .offer-text {
        margin-top: 10px;
        /* margin-left: 33%; */
        margin-left: 55%;
        /* margin-right: 20%; */
        min-height: 150px;
    }

    .home .single-offers .offer-text {
        text-align: left;
        min-height: 12.5rem;
    }
    .home .single-offers .main-attr {
        text-align: left;
    }
    .home .single-offers .price {
        font-weight: 500;
        color: #343a40;
        position: absolute;
        top: 2.5rem;
        left: 1.5rem;
        line-height: 1.0;
        background: #FFF;
        padding: 3px;
        display: inline-block;
        border-radius: 3px;
    }


    .home .offer-text h3 {
        margin-bottom: 0px;
    }

    .car-grid-list.list-view .profile .offer-text .location-wrapp a {
        /* margin-top: -2rem; */
        /* text-align: left; */
        /* float: left; */
        clear: both;
        margin-top: 0.5rem;
    }

    .car-grid-list.list-view .profile .offer-text .price {
        top: 4.2rem;
    }

    .car-grid-list:not(.list-view) .owl-item div.single-offers .bookmark-wrapp {
        position: absolute;
        top: 12.9rem;
        right: 0rem;
    }

    .dealer .car-grid-list.list-view .single-offers {
        height: 14rem;
    }

    .dealer .car-grid-list.list-view .image {
        height: 13.9rem;
        top: 49%;
        max-height: unset;
    }

    .dealer .car-grid-list.list-view .single-offers .location a {
        margin-top: 1.5rem;
    }

    /* .dealer .car-grid-list.list-view  .image .image-wrapper {
        height: 13.8rem;
    } */
}

@media (max-width: 768px) {
    .filters-widgets-mobile {
        display: none !important;
    }
    .mobile-filters-wrapper {
        display: flex !important;
    }
    .breadcromb-box h1 {
        font-size: 2rem;
    }

    .breadcromb-box span.f20 {
        font-size: 1rem !important;
    }

    .gauto-breadcromb-area.section_100 {
        padding: 50px 0;
    } 
	/* .search-form-actions {
		flex-direction: column-reverse!important;
	} */
	.search-form-actions a, .search-form-actions button {
		width:100% !important;
		display: block;
		/* margin-bottom: 10px; */
	}
    nav > div a.nav-item.nav-link.active:after
    {
        border: 0px solid transparent;
    }
    nav > div a.nav-item.nav-link {
        width:100%;
    }
    nav > div a.nav-item.nav-link.active
    {
        background: #e74c3c;
    }
    .find-car nav > div a.nav-item.nav-link.active
    {
        background: #fff;
        color: #fff;
    }
    .find-car nav > div a.nav-item.nav-link {
        border-radius: 0;
        margin-right: 0px;
        width:50%;
    }
    .find-car nav > div a.nav-item.nav-link:first-of-type {
        border-radius: 0px 0px 0 0;
    }
    .find-car nav > div a.nav-item.nav-link:nth-of-type(2) {
        border-radius: 0px 0px 0 0;
    }
    ul.columns-3-view {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
    .promo-box-right-custom h3 {
        font-size: 20px;
    }
    .car-grid-list .col-lg-4 .offer-text {
        text-align: center!important;
        /* text-align: left; */
    }

    /* .car-grid-list .col-lg-4  .offer-text ul {
        text-align: left;
    } */

    .list-view .single-offers {
        text-align: center;
    }
    .gauto-header-top-area div.header-top-left {
        display: block;
    }
    .slicknav_menu .slicknav_icon .slicknav_icon-bar {
        background-color: #000;
    }
    div.main-search-right {
        margin-top: 0px;
    }
    div.site-logo {
        text-align: center;
        width: 30%;
        margin: 0 auto;
        float:left;
    }
    .header-top-right .header-action {
        display: flex;
        position: absolute;
        right: 0%;
        top: -97%;
    }
    div.gauto-responsive-menu {
        position: absolute;
        left: 0;
        top: 19px;
        width: 50%;
        z-index: 1000;
    }
    .gauto-responsive-menu .slicknav_nav{
        width: 205%;
    }
    ul.display-in-columns {
        display: inline-block;
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2; 
    }   
}


@media (max-width: 786px)  and (orientation: landscape) {

    .car-grid-list .with-gallery .image  {
        height: 14rem;
        position: relative;
        border-top-left-radius: .6rem;
        border-top-right-radius: .6rem;
        background-color: #f8f8f8;
        width: 65%;
        float: left;
    }
    .car-grid-list .with-gallery .list-gallery  {
        display: initial;
        float: left;
        width: 34%;
        margin-left: 0.2rem;
    }
    .car-grid-list .with-gallery img {
        max-width: 100%;
        height: auto;
        max-height: 6.9rem;
        margin-bottom: 0.2rem;
        width: 100%;
    }

    .car-grid-list .col-lg-4 .offer-text {
        text-align: left !important;
    }

    .car-grid-list  .offer-text h3 {
        margin-bottom: 0px;
        margin-top: 0.5rem;
    }

    .car-grid-list  .bookmark-wrapp {
        position: absolute;
        top: 17.3rem;
        right: 1rem;
        font-size: 1.2rem;
    }

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

@media (max-width: 576px) {
    .uploader label {
        width:49%;
    }
    .find-car nav > div a.nav-item.nav-link, .find-car nav > div a.nav-item.nav-link.active {
        margin-right: unset;
    }
    ul.display-in-columns {
        display: initial;
        -webkit-column-count: unset;
           -moz-column-count: unset;
                column-count: unset; 
    }

    .category-header {
        padding: 20px 0;
    }

    .gauto-car-listing {
        padding-top: 1rem;
    }

    .breadcromb-box h1 {
        font-size: 1.6rem;
    }

    .breadcromb-box span.f20 {
        font-size: 1rem !important;
    }

    .search-form-actions a, .search-form-actions button {
        margin-top:  10px;
    }
    [data-attr-hidden="1"],
    input[data-attr-hidden="1"],
    select[data-attr-hidden="1"],
    textarea[data-attr-hidden="1"] {
        display: none;
    }


    .list-view .single-offers.with-gallery {
        text-align: right;
        /* height: 14rem; */
    }
    
    .car-grid-list.list-view  .list-gallery {
        display: initial;
        margin-top: 3px;
    }


    .list-gallery img {
        width: 49.4%;
        /* height: 146px; */
        height: 8rem; 
        display: inline-block;
        /* margin-top: 1%; */
        margin-top: 0.7%;
        border: 1px solid #f0f0ff;
    }

    .list-gallery img:first-of-type {
        /* margin-top: 1px; */
        margin-bottom: unset;
    }

    .image {
        /* height: 10rem; */
        height: 15rem;

    }

    .car-grid-list .col-lg-4 .offer-text {
        text-align: left !important;
    }

    .car-grid-list  ul.top-navigation {
        text-align: left;
        margin-top: 0px;
    }
    .car-grid-list  ul.bottom-navigation {
        text-align: left;
        margin-top: 0.5rem;
    }

    .gauto-car-listing .single-offers .price {
        font-weight: 700;
        color: #343a40!important;
        position: absolute;
        top: 3rem;
        left: 2rem;
        line-height: 1.0;
        background: #FFF;
        padding: 5px !important;
        display: inline-block;
        border-radius: 3px;
    }

    .home div.single-offers .price {
        position: absolute;
        top: 3rem;
        left: 2rem;
        line-height: 1.0;
        background: #FFF;
        padding: 5px !important;
        display: inline-block;
        border-radius: 3px;
        font-weight: bold;
    }

    .home div.single-offers .main-attr {
        text-align: left;
    }


    .home .single-offers .offer-text {
        min-height: unset;
        text-align: left;
    }
    .home .single-offers .offer-text .description {
        text-align: left;
        min-height: unset;
    }

    .without-gallery li.bookmark-wrapp {
        right: 1.5rem;
        position: absolute;
        top: 13.7rem;
    }

    .car-grid-list:not(.list-view) .owl-item div.single-offers .bookmark-wrapp {
        position: absolute;
        top: 19.3rem;
        right: 0.5rem;
    }
    .car-grid-list:not(.list-view) .owl-item div.single-offers .offer-text {
        text-align: left;
    }
    .with-gallery li.bookmark-wrapp {
        right: 1.5rem;
        position: absolute;
        top: 26.9rem;
    }
    .with-gallery li.bookmark-wrapp {
        right: 1.5rem;
        position: absolute;
        top: 26.9rem;
    }

    .car-grid-list:not(.list-view) .with-gallery li.bookmark-wrapp {
        top: 18.6rem;
    }

    li.bookmark-wrapp .fa {
        font-size: 1.2rem;
    }
    .single-offers .offer-text h3 {
        margin-bottom: 0px;
        width: 90%;
    }

    .home .single-offers .image {
        height: 15rem;
    }
}

@media (max-width: 330px) {

    .list-gallery img {
        width: 49.2%;
    }
}