@charset "utf-8";

@font-face {
    font-family: LeagueGothicFont;
    src: url(../fonts/LeagueGothic-Regular.ttf);
}

@font-face {
    font-family: Lato;
    font-weight: 300;
    src: url(../fonts/Lato-Light.ttf);
}
@font-face {
    font-family: Lato;
    font-weight: 400;
    src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
    font-family: Lato;
    font-weight: 700;
    src: url(../fonts/Lato-Bold.ttf);
}
@font-face {
    font-family: Lato;
    font-weight: 900;
    src: url(../fonts/Lato-Black.ttf);
}

body {
    font-family: Lato, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0 !important;
    overflow-x: hidden;
    color: #555;
}

::-moz-selection {
    background: rgba(100, 100, 100, 0.2);
}
::selection {
    background: rgba(100, 100, 100, 0.2);
}
img::selection {
    background: transparent;
}
img::-moz-selection {
    background: transparent;
}

strong {
    font-weight: 900;
    color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111;
    font-weight: 900;
    margin: 0 auto 15px;
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 20px;
    line-height: 32px;
}
h6 {
    font-size: 18px;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    font-weight: 300;
}
h6 span.text-blue,
h6 span.text-orange,
h6 span.text-purple {
    font-weight: 900;
}

h2.brand-title {
    font-size: 34px;
}

.grid_listing .product-listing-content h5.listing-h5 {
    font-size: 14px;
    white-space:nowrap;
}

p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 15px;
}
a {
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    text-decoration: none;
}
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}
ol,
ul {
    margin: 0 auto 20px;
}
ol li,
ul li {
    font-size: 16px;
    line-height: 26px;
    margin: 0 auto 10px;
}
ol li i,
ul li i {
    margin: 0 12px 0 0;
}
ol.list_style_none,
ul.list_style_none {
    list-style: none;
}
ul.list-with-icon {
    padding-left: 10px;
    margin-bottom: 30px;
}
ul.list-with-icon li {
    line-height: 20px;
    margin-bottom: 15px;
    padding-left: 23px;
    position: relative;
    list-style: none;
}
ul.list-with-icon li i {
    position: absolute;
    top: 4px;
    left: 0;
}
blockquote {
    background: #f5f5f5;
}
.white-text,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p {
    color: #fff;
}
.uppercase {
    text-transform: uppercase;
}
.underline {
    text-decoration: underline;
}
.divider {
    border-bottom: 1px solid #d9dadc;
    clear: both;
    margin: 40px auto;
}


.btn.disabled,.btn:disabled {
    pointer-events:none;
}

.button-disabled-cursor {
    cursor: not-allowed;
}


.btn {
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 30px;
    margin: auto;
    padding: 7px 25px;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn .fa {
    font-size: 20px;
    margin-left: 5px;
    vertical-align: middle;
}
.btn.btn-lg {
    font-size: 28px;
    line-height: 35px;
    padding: 25px 83px;
}
.btn.btn-lg:hover {
    background: #c51514;
}
.btn:focus,
.btn:hover {
    color: #fff;
    outline: 0;
}
.btn:disabled {
    cursor: not-allowed;
}
.btn-link {
    font-weight: 800;
}
.btn.outline {
    background: 0 0;
    border-style: solid;
    border-width: 1px;
}
.btn.outline:focus,
.btn.outline:hover {
    color: #fff;
}
.btn.btn-xs {
    font-size: 12px;
    padding: 0 25px;
}
.btn.btn-xs .fa {
    margin: 0 5px;
    font-size: 14px;
}
.angle_arrow {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    line-height: 12px;
    margin-left: 7px;
    text-align: center;
    vertical-align: text-top;
    width: 20px;
}
.btn .angle_arrow .fa {
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    vertical-align: middle;
}
.btn.outline.active-btn {
    border-color: #089901;
    color: #089901;
}
.btn.outline.active-btn:hover {
    background: #089901;
    color: #fff;
}

.btn.small-mobile-btn {
    font-size: 16px;
    font-weight: 800;
    line-height: 30px;
    padding: 6px 20px;
}

.btn.medium-mobile-btn {
    font-size: 16px;
    font-weight: 800;
    line-height: 30px;
    padding: 6px 20px;
}

.pause-btn {
    border-radius: 10%;
    padding: 4px 12px;
    position: absolute;
    top: 8px;
    right: 13px;
    background-color: #808080;
    color: #fff;
    text-align: center;
    z-index: 1;
    opacity: 0.5;
    display: none;
}
.pause-btn:active {
    color: #ffd400;
}

.pause-btn.coming-soon {
    position: absolute;
    top: 113px;
    right: 13px;
}

.play-btn {
    border-radius: 10%;
    padding: 4px 10px 4px 12px;
    position: absolute;
    top: 8px;
    right: 13px;
    background-color: #808080;
    color: #fff;
    text-align: center;
    z-index: 1;
    opacity: 0.5;
    display: none;
}
.play-btn:active {
    color: #ffd400;
}

.play-btn.coming-soon {
    position: absolute;
    top: 113px;
    right: 13px;
}

.dark-overlay {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.padding_none {
    padding: 0;
}
.padding {
    padding: 20px 0;
}
.padding_50px {
    padding: 50px 0;
}
.padding_4x4_30 {
    padding: 30px;
}
.padding_4x4_40 {
    padding: 40px;
}
.space-20 {
    width: 100%;
    height: 20px;
    clear: both;
}
.space-30 {
    width: 100%;
    height: 30px;
    clear: both;
}
.space-40 {
    width: 100%;
    height: 40px;
    clear: both;
}
.space-60 {
    width: 100%;
    height: 60px;
    clear: both;
}
.space-80 {
    width: 100%;
    height: 80px;
}

.margin-btm-20 {
    margin-bottom: 20px;
    clear: both;
}
.margin-none {
    margin: 0;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}
.form-label {
    color: #111;
    font-size: 14px;
    font-weight: 400;
    margin: 0 auto 8px;
}
.form-control-inline {
    background: #eee none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    box-shadow: none;
    color: #007ab6;
    font-size: 15px;
    height: 34px;
    line-height: 30px;
    padding: 0 15px;
    display: inline-block;
    width: 280px;
    position: relative;
    bottom: -2px;
}
.form-control {
    background: #eee none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    box-shadow: none;
    color: #007ab6;
    font-size: 15px;
    height: 46px;
    line-height: 30px;
    padding: 0 15px;
}
.form-control.color-control {
    height: 22px;
    float:left;
}
textarea.form-control {
    height: auto;
}
.form-control-inline:focus,
.form-control-inline:hover,
.form-control:focus,
.form-control:hover {
    box-shadow: none;
    outline: 0;
}
.select {
    position: relative;
}
.select select {
    appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}
.select::after {
    color: #878787;
    content: "";
    cursor: pointer;
    font-family: fontawesome;
    font-size: 15px;
    padding: 12px 0;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 0;
}
.select.small-select::after {
    color: #878787;
    content: "";
    cursor: pointer;
    font-family: fontawesome;
    font-size: 15px;
    padding: 12px 0;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 0;
}

.form-control option {
    padding: 10px;
}
.control-label {
    color: #555;
    font-size: 15px;
    font-weight: 900;
}
.checkbox label,
.radio label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    padding-left: 26px;
    position: relative;
}

.checkbox input[type="checkbox"] {
    display: block;
}
.radio input[type="radio"] {
    display: none;
}

.radio label:before {
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 15px;
    left: 0;
    top: 4px;
    position: absolute;
    width: 15px;
}
.checkbox label::before {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #111;
    content: "";
    display: inline-block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 16px;
}
.radio input[type="radio"]:checked + label:before {
    content: "\2022";
    font-size: 15px;
    text-align: center;
    line-height: 11px;
}
.checkbox input[type="checkbox"]:checked + label:before {
    content: "\2713";
    font-size: 12px;
    text-align: center;
    line-height: 14px;
}
.black_input .form-control {
    background: #222;
    border-radius: 3px;
    color: #fff;
    border: #222 solid 1px;
    font-size: 17px;
}
.checkbox,
.radio {
    padding-top: 5px;
}
.form-control.white_bg {
    background: #fff;
    border: #e6e5e5 solid 1px;
}

table {
    margin: 0 0 30px;
    width: 100%;
}
table td,
table th {
    border: 1px solid #ccc;
    padding: 15px;
    padding: 18px;
}
table td img,
table th img {
    max-width: 100%;
}
table thead {
    background: #eee;
}
table thead td,
table thead th {
    text-transform: uppercase;
    font-weight: 900;
    color: #111;
}
table thead td.small-text,
table thead th.small-text {
    font-size: 80%;
    width: 72px;
    min-width: 72px;
    max-width: 72px;
    padding: 12px 8px;
}
table thead th.small-text.left-padding {
    padding: 12px 8px 12px 18px;
}
.secondary-bg {
    background-color: #222;
    color: #fff;
}
.dark-bg {
    background-color: #111;
    color: #fff;
}
.gray-bg {
    background: #eee;
}
.gray-border {
    border: 1px solid #eee;
}
.gray-bg.left-border {
    border-left: 3px solid #d1d1d1;
    height: 45px;
    align-content: center;
    align-items: center;
}
.gray-bg.left-border a {
    line-height: 32px;
    font-size: 16px;
}
.section-padding {
    padding: 110px 0;
}
.section-padding-half {
    padding: 55px 0;
}
.section-header {
    padding-bottom: 55px;
}
.section-header h2 {
    margin-bottom: 30px;
}
.section-header h2 span {
    font-weight: 300;
}
.section-header p {
    font-size: 17px;
}
.nav.nav-tabs {
    border: medium none;
}
.nav-tabs > li a {
    background: #000 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    font-weight: 800;
    margin-right: 0;
    padding: 9px 36px;
    text-align: center;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #fff;
}
.nav-tabs > li {
    margin-bottom: 0;
}

.parallex-bg {
    background-attachment: fixed;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background-image 0.5s ease;
    position: relative;
}


.modal-dialog {
    width: 650px;
}
.modal-content {
    padding: 0 32px 22px;
    height: auto;
    max-height: 90vh;
    overflow: auto;
}
.modal-header {
    padding: 15px 0;
    margin-bottom: 25px;
    display: block !important;
}
.modal-body {
    padding: 10px 0;
}
.modal .modal-header .close {
    background: #000 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
    height: 31px;
    line-height: 0;
    margin-top: 5px;
    opacity: 1;
    text-align: center;
    text-shadow: none;
    width: 31px;
    margin-right: 0;
    float: right;
}
.modal .modal-header .close span {
    position: relative;
    left: 0;
}
.default-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    padding: 20px 0 0;
    padding-bottom: 10px;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
}
.default-header-spacer {
    height: 105px;
    width: 100%;
}
.default-header-container {
    width: 100%;
    max-width: 1520px;
    padding: 0 24px;
}

.nav-stacked.affix {
    background: #f5f5f5 none repeat scroll 0 0;
    top: 0;
    width: 100%;
    z-index: 11;
}
.logo {
    float: left;
    margin: -2px 0 5px;
}
.logo img {
    width: 140px;
    margin-left: -10px;
}
.navbar-expand-lg .navbar-toggle:focus .icon-bar,
.navbar-expand-lg .navbar-toggle:hover .icon-bar {
    background: #fff;
}
.header_info {
    float: right;
    text-align: right;
}
.social-follow {
    display: inline-block;
    margin-left: 20px;
    margin-top: 8px;
    vertical-align: middle;
}
.social-follow ul {
    padding: 0;
    margin: 0;
}
.social-follow ul li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0;
}
.social-follow ul li a {
    display: block;
    font-size: 22px;
    color: #555;
}
.social-follow li i {
    margin-right: 5px;
}
.login_btn {
    display: inline-block;
    margin-top: 0;
    margin-left: 10px;
    vertical-align: middle;
    position: absolute;
    top: 20px;
    right: 10px;
}
.circle_icon {
    border: 1px solid #000;
    border-radius: 50%;
    color: #555;
    float: left;
    font-size: 17px;
    height: 40px;
    line-height: 38px;
    margin-right: 10px;
    text-align: center;
    width: 40px;
}
.uppercase_text {
    color: #111;
    font-size: 15px;
    font-weight: 900;
    line-height: 17px;
    margin: 0;
    text-transform: uppercase;
}
.header_widgets_widescreens {
    display: block;
}
.header_widgets_mobile {
    display: none;
}
.header_widgets { 
    display: inline-block;
    width: 320px;
    text-align: left;
    padding: 0 30px;
}
.header_widgets a {
    color: #555;
}
.header_wrap {
    position: absolute;
    right: 10px;
    top: 16px;
}
.header_search {
    float: right;
    padding: 16px 0;
    position: relative;
}
#header-search-form::after {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 7px;
    content: "";
    position: absolute;
    right: 9px;
    top: -13px;
    display: none;
}
.header_search input {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    height: 38px;
    padding-right: 45px;
    width: 227px;
}
.header_search button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #555;
    font-size: 14px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#search_toggle,
#search_toggle1 {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    cursor: pointer;
    display: none;
    margin-top: 1px;
    padding: 5px 10px;
}
.user_login {
    float:right;
    border-radius: 3px;
    margin: 18px 10px 17px 0;
    position: relative;
    min-width: 165px;
}
.user_login.mobile {
    float:right;
    min-width: 20px;
}
.user_login ul {
    padding: 0;
    margin: 0;
}
.user_login ul li {
    line-height: 17px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.user_login > ul > li a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 5px 12px 15px;
    border: 1px solid rgba(238, 238, 238, 0);
}
.user_login > ul > li ul.dropdown-menu a {
    color: #fff;
}
.user_login > ul > li a i {
    margin: 0 2px 0;
}
.user_login ul.dropdown-menu {
    border: 0 none;
    border-radius: 0;
    padding: 0;
    top: 38px;
}
.user_login ul.dropdown-menu.show {
    left: 0;
}
#navigation_bar {
    background: #111 none repeat scroll 0 0;
    border-radius: 0;
    padding: 0;
}
#navigation {
    padding: 0;
}
nav.navbar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin: 0 auto;
}
.navbar-expand-lg .navbar-nav > li {
    margin: 0 4px 0 0;
    padding: 0;
    border-radius: 0;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
}
.navbar-expand-lg .navbar-nav > .active > a,
.navbar-expand-lg .navbar-nav > .active > a:focus,
.navbar-expand-lg .navbar-nav > .active > a:hover {
    background: 0 0;
}
.nav.navbar-nav > li:nth-last-child(1) {
    padding-right: 0;
}
.navbar-expand-lg .navbar-nav > li > a {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 800;
    line-height: 27px;
    padding: 20px 22px;
    text-transform: uppercase;
    position: relative;
}
.navbar-expand-lg .navbar-nav > li.dropdown > a {
    padding: 20px 42px 20px 22px;
}
.navbar-expand-lg .navbar-nav > li.dropdown > a::after {
    content: "\f107";
    font-family: fontawesome;
    position: absolute;
    right: 28px;
    top: 30%;
}
.navbar-expand-lg .navbar-nav li.active a,
.navbar-expand-lg .navbar-nav li:hover a {
    color: #fff;
}
.navbar-expand-lg .navbar-nav > .open > a,
.navbar-expand-lg .navbar-nav > .open > a:focus,
.navbar-expand-lg .navbar-nav > .open > a:hover {
    border-radius: 0;
    background: 0 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li {
    transition: background 0.5s ease;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li:hover {
    transition: background 0.5s ease;
}
#navigation.collapse.navbar-collapse {
    float: left;
    margin: 0;
}
.navbar-nav > li > .dropdown-menu {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0;
}
.navbar-nav > li > .dropdown-menu li {
    padding: 12px;
    margin: 0;
}
.navbar-nav > li > .dropdown-menu a {
    padding: 12px 4px;
    color: #fff;
    font-weight: 700;
}
.navbar-expand-lg .navbar-nav li:hover .dropdown-menu li a {
    color: #fff;
}

.dropdown-menu > .active > li,
.dropdown-menu > .active > li:focus,
.dropdown-menu > .active > li:hover,
.dropdown-menu > li :hover,
.dropdown-menu > li > li:focus,
.navbar-expand-lg .navbar-nav li:hover .dropdown-menu li:hover,
.navbar-nav > li > .dropdown-menu li:hover {
    background: #7391b9;
}

.navbar-nav > li > .dropdown-menu li:last-child {
}
.user_login .dropdown-menu > .active > a,
.user_login .dropdown-menu > .active > a:focus,
.user_login .dropdown-menu > .active > a:hover,
.user_login .dropdown-menu > li > a:focus,
.user_login .dropdown-menu > li > a:hover {
    background: #7391b9;
    color: #fff;
}

.banner-section {
    padding: 18vh 0;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background-image 0.5s ease;
    position: relative;
}
.banner-section-img-1 {
    background-image: url("../images/banner/1920x830-1.jpg");
    transition: background-image 0.5s ease;
}
.banner-section-img-2 {
    background-image: url("../images/banner/1920x830-2.jpg");
    transition: background-image 0.5s ease;
}
.banner-section-img-3 {
    background-image: url("../images/banner/1920x830-3.jpg");
    transition: background-image 0.5s ease;
}
.banner-section-img-4 {
    background-image: url("../images/banner/1920x830-4.jpg");
    transition: background-image 0.5s ease;
}
.banner-section-img-5 {
    background-image: url("../images/banner/1920x830-5.jpg");
    transition: background-image 0.5s ease;
}
.banner-section::after {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

.page-banner .banner-section {
    padding: 4vh 0 5vh;
}
.div_zindex {
    position: relative;
    z-index: 1;
}
.club-title-img {
    margin-top: 10px;
    margin-bottom: 35px;
}

.banner_content_row {
    max-width:480px;
}
.banner_content {
    padding-left: 40px;
    max-width: 400px;
}
.banner_content p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    max-width: 320px;
    font-weight: 400;
    text-shadow: 1px 2px 0 #000;
}
.car-finder-box {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    padding: 26px;
}
.find-car-form {
    overflow: hidden;
}
.find-car-form .form-control {
    border: none;
}
.find-car-form .col-form-6 {
    float: left;
    width: 49%;
}
.find-car-form .col-form-6:nth-child(2n + 1) {
    margin-right: 10px;
}
#filter_form {
    padding: 42px 0 0;
    height: auto;
    overflow: hidden;
}
#filter_form h3 {
    font-size: 30px;
    margin-bottom: 25px;
}
#filter_form select {
    font-size: 15px;
}
#filter_form .btn {
    font-size: 18px;
}
#filter_form .btn i {
    margin-right: 6px;
}
#filter_form .form-group {
    margin-bottom: 7px;
}
.slider.slider-horizontal .slider-track {
    background-color: rgba(0, 0, 0, 0.2);
    background-image: none;
}
.slider .slider-handle,
.slider .slider-selection {
    background-image: none;
}
.looking-car {
    border: 3px solid #e1e1e1;
    border-radius: 0 30px;
    padding: 58px 25px;
    position: relative;
    width: 450px;
}
.looking-car span {
    font-weight: 300;
}
.looking-car-content {
    width: 60%;
}
.looking-cat-image {
    position: absolute;
    right: -120px;
    top: 40px;
    max-width: 350px;
}
.looking-car-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 26px;
    width: 85%;
}
.looking-cat-image img {
    max-width: 100%;
}
.recent-tab {
    margin: 0 auto;
    text-align: center;
}

.recent-tab ul.nav-tabs {
    background: #fff none repeat scroll 0 0;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}
.recent-tab .nav.nav-tabs a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 30px;
    color: #222;
    font-size: 15px;
    line-height: 26px;
    margin: 0 auto;
    padding: 12px 32px;
    position: relative;
}
.recent-tab .nav.nav-tabs li a.active {
    border: medium none;
    color: #fff;
}
.recent-tab .nav.nav-tabs li a.active::after {
    border-style: solid;
    border-width: 12px;
    bottom: -20px;
    content: "";
    height: 8px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 12px;
}
.col-list-3 {
    float: left;
    padding: 0 15px;
    width: 33%;
}
.col-list-3:nth-child(3n) {
    clear: right;
}
.col-list-3:nth-child(3n + 1) {
    clear: left;
}
.recent-car-list {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-top: 40px;
}
.car-info-box {
    position: relative;
}
.car-info-box ul {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
    margin: 0 auto;
    padding: 0 14px;
    position: absolute;
    width: 100%;
}
.car-info-box li {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 50px;
    list-style: outside none none;
    margin: 0 15px 0 auto;
}
.car-info-box li .fa {
    margin-right: 8px;
}
.car-info-box li:nth-last-child(1) {
    margin-right: 0;
}
.car-title-m {
    overflow: hidden;
    padding: 20px;
}
.car-title-m h6 {
    float: left;
    margin: 0 auto;
    max-width: 245px;
}
.car-title-m h6 a {
    color: #111;
}
.car-title-m .price {
    color: #555;
    float: right;
    font-size: 16px;
    font-weight: 800;
}
.inventory_info_m {
    padding: 0 20px 15px;
}
.inventory_info_m p {
    color: #9e9e9e;
    line-height: 22px;
}
.blog-info-box .share_article {
    position: absolute;
    top: 15px;
    left: 15px;
    overflow: hidden;
}
.blog-info-box .share_article p {
    background: rgba(0, 0, 0, 0.5);
    border: rgba(255, 255, 255, 0.5) solid 2px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    cursor: pointer;
    float: left;
    margin: 0;
}
.blog-info-box .share_article:hover p,
.blog-info-box .share_article:hover ul li a {
    background: #fff;
    color: #000;
}
.blog-info-box .share_article:hover ul li a:hover {
    border-radius: 50%;
    color: #777;
}
.blog-info-box .share_article ul {
    position: absolute;
    background: 0 0;
    float: left;
    width: auto;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
}
.blog-info-box .share_article ul li {
    height: 35px;
    width: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
}
.blog-info-box .share_article:hover ul {
    opacity: 1;
    visibility: visible;
    position: relative;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}
.fun-facts-section {
    background: rgba(0, 0, 0, 0) url("../images/1920x400.jpg") repeat scroll center center;
    padding: 100px 0;
    position: relative;
}
.fun-facts-m {
    border-radius: 50%;
    color: #fff;
    display: table;
    height: 188px;
    margin: 0 auto;
    text-align: center;
    width: 188px;
}
.fun-facts-m .cell {
    display: table-cell;
    vertical-align: middle;
}
.fun-facts-m h2 {
    color: #fff;
    margin: 0 auto;
}
.fun-facts-m p {
    font-size: 15px;
    line-height: 24px;
    margin: 0 auto;
}
.fun-facts-m h2 .fa {
    display: block;
}
.featured-car-list {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 0 auto 15px;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
}
.featured-car-list:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.featured-car-img {
    position: relative;
    overflow: hidden;
}
.featured-icon {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    right: -28px;
    text-align: center;
    text-transform: capitalize;
    top: 9px;
    transform: rotate(45deg);
    width: 105px;
}
.featured-car-content {
    padding: 20px;
    overflow: hidden;
}
.featured-car-content a {
    color: #111;
}
.featured-price {
    font-size: 18px;
    font-weight: 800;
}
.featured-car-content ul {
    border-top: 1px solid #e7e6e6;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 20px 0 0;
}
.featured-car-content li {
    float: left;
    font-size: 13px;
    list-style: outside none none;
    margin-bottom: 8px;
    width: 50%;
}
.featured-car-content li .fa {
    font-size: 15px;
    margin-right: 8px;
}
.price_info {
    overflow: hidden;
}
.featured-price {
    float: left;
    width: 50%;
}
.price_info .car-location {
    float: right;
    margin: 0 auto;
    width: 50%;
}
.price_info .car-location > span {
    display: block;
    line-height: 30px;
}

.featured_item {
    background: rgba(0, 0, 0, 0.8);
    left: 10px;
    padding: 3px 12px;
    position: absolute;
    top: 10px;
    color: #fff;
}

.compare_item {
    background: rgba(0, 0, 0, 0.8);
    left: 10px;
    padding: 0 12px;
    position: absolute;
    top: 10px;
}
.compare_item .checkbox {
    margin: 4px 0;
    padding: 0;
}
.compare_item .checkbox label {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
}
.compare_item .checkbox label::before {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    height: 12px;
    top: 4px;
    width: 12px;
}
.compare_item .checkbox input[type="checkbox"]:checked + label::before {
    color: #000;
    font-weight: 700;
}
.trending-car-m {
    position: relative;
}
.trending-hover {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    padding: 10%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 100%;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    width: 100%;
    z-index: 111;
}
.trending-car-m:hover .trending-hover {
    top: 0;
}
.trending-car-m img {
    width: 100%;
}
.trending-hover h4 {
    position: absolute;
    margin: 0 auto;
    top: 50%;
    left: 15px;
    right: 15px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.trending-hover h4 a {
    color: #fff;
}
.owl-pagination {
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
}
.owl-pagination .owl-page {
    height: 10px;
    width: 10px;
    background: #929292;
    border-radius: 50%;
    display: inline-block;
    margin: 25px 5px 0;
}
.owl-pagination .owl-page.active {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    position: relative;
    top: 2px;
}

.testimonial-section {
    width: 100%;
    transition: background-image 0.5s ease;
}
.testimonial-section-img-0 {
    background-image: url("../images/banner/1920x830-0.jpg");
    transition: background-image 0.5s ease;
}

.testimonial-section-img-1 {
    background-image: url("../images/banner/1920x830-1.jpg");
    transition: background-image 0.5s ease;
}
.testimonial-section-img-2 {
    background-image: url("../images/banner/1920x830-2.jpg");
    transition: background-image 0.5s ease;
}
.testimonial-section-img-3 {
    background-image: url("../images/banner/1920x830-3.jpg");
    transition: background-image 0.5s ease;
}
.testimonial-section-img-4 {
    background-image: url("../images/banner/1920x830-4.jpg");
    transition: background-image 0.5s ease;
}
.testimonial-section-img-5 {
    background-image: url("../images/banner/1920x830-5.jpg");
    transition: background-image 0.5s ease;
}

.white-text h2 {
    color: #fff;
}
.testimonial-m {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 1;
}
.testimonial-img {
    border: 5px solid #fff;
    border-radius: 50%;
    float: left;
    top: 28px;
    left: -30px;
    overflow: hidden;
    position: absolute;
    height: 280px;
    width: 280px;
    z-index: 1;
}
.testimonial-img > img {
    max-width: 100%;
}
.testimonial-content {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0 30px;
    float: right;
    padding: 35px 35px 35px 92px;
    position: relative;
    width: 425px;
}
.testimonial-content::after {
    background: var(--after-background, "?") repeat scroll 0 0 / cover;
    border-radius: 0 30px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.15;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.testimonial-content.girl::after {
    background: url("../images/300x300-girl.jpg") repeat scroll 0 0 / cover;
    border-radius: 0 30px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.15;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.client-designation {
    color: #555;
    font-size: 14px;
}
.testimonial-heading {
    margin-bottom: 35px;
    padding-left: 110px;
    position: relative;
}
.testimonial-heading h5 {
    margin: 0 auto;
}
.testimonial-heading::after {
    content: "";
    font-family: fontawesome;
    font-size: 100px;
    left: 0;
    line-height: 28px;
    position: absolute;
    top: 15px;
    color: rgba(0, 0, 0, 0.1);
}
.testimonial-content > p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto 5px;
    padding-left: 35px;
}
#testimonial-slider .owl-pagination .owl-page {
    background: #fff;
}
.blog-info-box {
    position: relative;
}
.blog-info-box ul {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
    margin: 0 auto;
    padding: 0 15px;
    position: absolute;
    width: 100%;
}
.blog-info-box li {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 50px;
    list-style: outside none none;
    margin: 0 10px 0 auto;
}
.blog-info-box li a {
    color: #fff;
}
.blog-info-box li .fa {
    margin-right: 3px;
}
.blog-content {
    overflow: hidden;
    padding-top: 25px;
}
.blog-content h5 {
    line-height: 26px;
}
.blog-content h5 a {
    color: #111;
}
.blog-content a i {
    margin: 0;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
}
.blog-content a:hover i {
    margin-left: 8px;
}
.brand-section {
    padding: 55px 0;
}
.brand-hadding {
    border-right: 1px solid #bbb;
    float: left;
    padding-right: 10px;
    position: relative;
    width: 90px;
}
.brand-hadding::after {
    border-color: transparent transparent transparent #bbb;
    border-style: solid;
    border-width: 12px;
    content: "";
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.brand-hadding h5 {
    line-height: 26px;
    margin: 10px 0;
}
.brand-logo-list {
    float: right;
    margin: 0 auto;
    padding: 0 0 0 30px;
    width: 90%;
}
.brand-logo-list a img {
    margin: 0 auto;
}
.brand-logo-list .owl-controls.clickable {
    display: none !important;
}
.login_wrap,
.signup_wrap {
    display: table;
    position: relative;
    width: 100%;
}
#forgotpassword .modal-footer,
#loginform .modal-footer,
#signupform .modal-footer {
    text-align: center;
    border-top: 0;
}
#forgotpassword .modal-footer p,
#loginform .modal-footer p,
#signupform .modal-footer p {
    font-size: 14px;
    color: #111;
    line-height: 22px;
    font-weight: 400;
    margin: 0 auto;
}
.mid_divider {
    border-left: 1px solid #d7d7d7;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
}
.btn.facebook-btn,
.btn.facebook-btn:hover {
    background: #3c5a98;
}
.btn.twitter-btn,
.btn.twitter-btn:hover {
    background: #28bcec;
}
.btn.googleplus-btn,
.btn.googleplus-btn:hover {
    background: #fe0000;
}
.btn.facebook-btn,
.btn.googleplus-btn,
.btn.twitter-btn {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 10px 22px;
    text-align: left;
}
.btn.facebook-btn i,
.btn.googleplus-btn i,
.btn.twitter-btn i {
    font-size: 26px;
    margin-right: 10px;
}
.gray_text {
    color: #ccc;
}
.modal .gray_text {
    margin-top: 20px;
    margin-bottom: 20px;
}
.forgotpassword_wrap p {
    margin: 0 auto 15px;
    max-width: 80%;
}
.footer-top {
    background: #253241 none repeat scroll 0 0;
    color: #9d9d9d;
    padding: 80px 0;
}
.footer-top h6 {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer-top ul {
    overflow: hidden;
    padding: 0;
}
.footer-top ul li {
    font-size: 14px;
    line-height: 23px;
    list-style: outside none none;
    margin-bottom: 16px;
    padding-left: 12px;
    position: relative;
}
.footer-top ul li a::after {
    content: "";
    font-family: fontawesome;
    left: -3px;
    position: absolute;
    vertical-align: middle;
}
.footer-top ul li a {
    color: #fff;
}
input.newsletter-input {
    background: #eee none repeat scroll 0 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    font-size: 13px;
    text-align: left;
}
.subscribed-text {
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    padding-top: 4px;
}
.footer-bottom {
    background: #222 none repeat scroll 0 0;
    padding: 22px 0;
}
.footer_widget {
    color: #fff;
    display: inline-block;
    margin: 6px 0 0 30px;
}
.footer_widget p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.footer_widget ul {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    margin: 0 0 0 8px;
}
.footer_widget ul li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0 auto;
}
.footer_widget ul li a {
    color: #fff;
    display: block;
    font-size: 18px;
    margin: 0 4px;
}
.footer_widget ul li a i {
    margin: 0;
}
.copy-right {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    margin: 0 auto;
}
.back-top {
    bottom: 35px;
    position: fixed;
    right: 33px;
    z-index: 1;
}
.back-top a {
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 19px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    vertical-align: top;
    width: 40px;
}
.back-top a:focus,
.back-top a:hover {
    color: #fff;
}
.header_style2 {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
    background: #fff;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
}
.header_style2 #navigation_bar {
    background: #fff;
    text-align: center;
}
.header_style2 .navbar-expand-lg .navbar-nav > li {
    margin: 0;
}
.header_style2 .navbar-expand-lg .navbar-nav > li > a {
    color: #111;
    padding: 30px 18px;
}
.header_style2 .user_login i {
    font-size: 24px;
    color: #111;
}
.header_style2 .logo {
    margin: 20px 0;
}
.header_style2 .user_login {
    margin: 29px 10px 20px 0;
}
.header_style2 .login_btn {
    margin: 28px 0;
}
.header_style2 .navbar-nav,
.header_style2 .navbar-nav > li {
    display: inline-block;
    float: none;
}

.header_style2.nav-stacked.affix {
    padding: 0;
}
#banner2 {
    position: relative;
}
#banner2 h3 {
    font-weight: 300;
    margin: 0 auto 30px;
}
.banner-item {
    position: relative;
    padding: 150px 0 250px;
    background-repeat: no-repeat;
}
.banner_text {
    position: relative;
    z-index: 1;
}
#banner2 .carousel-item:after {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#banner2 .carousel-caption {
    bottom: inherit;
    left: 20%;
    padding-bottom: 30px;
    right: 20%;
    top: 50%;
    transform: translateY(-50%);
}
#banner2 .carousel-control {
    width: 10%;
}
#filter_form2 {
    margin: -120px 0 -20px;
    position: relative;
    z-index: 1;
}
.main_bg {
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
}
.main_bg .btn {
    background: #111 !important;
}
.main_bg .btn:hover {
    background: #000;
}
#filter_form2 .form-label {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 700;
}
form .slider.slider-horizontal {
    width: 100%;
}
#filter_form2 .slider.slider-horizontal .slider-track {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.3);
}
#filter_form2 .slider-handle {
    background-color: #fff !important;
    background-image: none;
}
#filter_form2 .slider-selection {
    background-color: #fff !important;
}
.about_info {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 40px 20px;
    text-align: center;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
}
.about_info:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.about_info .icon_box {
    float: none;
    margin: 0 auto 25px;
}
.about_info h5 {
    margin: 0 auto 10px;
}
#fun-facts {
    position: relative;
}
.vc_row {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.vc_col {
    display: flex;
}
.fact_m {
    display: block;
    margin: 0 30px 0 16%;
    width: auto;
}
.fact_m ul {
    margin: 0;
    padding: 40px 0 0;
    clear: both;
}
.fact_m ul li p {
    margin: 0;
}
.fact_m ul li h2 {
    margin: 0;
}
.fact_m ul li {
    list-style: none;
    float: left;
    border: rgba(255, 255, 255, 0.2) solid 1px;
    padding: 30px 18px;
    width: 48%;
    margin: 0 2% 12px 0;
}
.fact_m ul li i {
    font-size: 65px;
    float: left;
    margin: 0 10px 20px 0;
}
.facts_section_bg {
    background: rgba(0, 0, 0, 0) url("../images/960x870.jpg") no-repeat scroll center center/cover;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.services_info {
    overflow: hidden;
    margin: 30px auto 0;
}
.our_services {
    display: block;
    margin: 0;
    width: auto;
}
.services_info h4 {
    margin: 10px auto;
}
.services_info h4 a {
    color: #fff;
}
.services_info p {
    line-height: 22px;
}
.icon_box {
    float: left;
    width: 99px;
    height: 99px;
    text-align: center;
    font-size: 40px;
    line-height: 90px;
    border-radius: 50%;
    border: rgba(255, 255, 255, 0.2) solid 1px;
    margin: 0 25px 25px 0;
}
#testimonial {
    position: relative;
}
.testimonial_wrap {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    margin: 15px;
    padding: 40px;
    text-align: center;
    overflow: visible;
    position: relative;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
}
.testimonial_wrap:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.testimonial_wrap .testimonial-img {
    float: none;
    height: 135px;
    left: inherit;
    margin: 0 auto 20px;
    position: relative;
    right: inherit;
    top: inherit;
    width: 135px;
}
.testimonial_wrap .testimonial-heading::after {
    display: none;
}
.testimonial_wrap::after {
    color: rgba(0, 0, 0, 0.1);
    content: "";
    font-family: fontawesome;
    font-size: 100px;
    left: 25px;
    line-height: 28px;
    position: absolute;
    top: 60px;
}
.testimonial_wrap .testimonial-heading {
    padding: 0;
    margin: 0 auto 20px;
}
#help {
    background-attachment: fixed;
    background-image: url("../images/1920x830.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.page-header {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.page-header_wrap {
    padding: 90px 0 110px;
    position: relative;
    text-align: center;
}
.page-heading {
    z-index: 1;
    position: relative;
}
.page-heading h1,
.page-heading h2 {
    font-size: 40px;
    color: #fff;
    margin: 0 auto;
}
.custom-breadcrumb {
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 1;
}
.custom-breadcrumb li {
    color: #fff;
    text-shadow: 1px 2px 0 #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 35px;
    list-style: outside none none;
    margin: 0 auto;
    margin-right: 5px;
    padding: 0 5px;
    position: relative;
}
.custom-breadcrumb a {
    color: #fff;
}
.custom-breadcrumb li a:hover {
    color: #fff;
    text-decoration: underline;
}
.custom-breadcrumb a::after {
    color: #fff;
    content: "";
    font-family: fontawesome;
    position: absolute;
    right: -7px;
    top: 3px;
    vertical-align: middle;
}
.listing-page {
    overflow: hidden;
    padding: 10px 0 80px;
}
.listing-page-top {
    overflow: hidden;
    padding: 10px 0 10px;
}
.result-sorting-wrapper {
    background: #f4f4f4 none repeat scroll 0 0;
    border-left: 3px solid #cecece;
    margin-bottom: 40px;
    overflow: hidden;
    padding: 8px 20px;
}
.sorting-count {
    float: left;
}
.sorting-count p {
    margin: 0 auto;
    color: #222;
}
.sorting-count span {
    color: #999;
}
.result-sorting-by {
    float: right;
}
.result-sorting-by p {
    display: inline-block;
    margin: 0 auto;
    color: #222;
}
.result-sorting-by form {
    display: inline-block;
}
.sorting-select {
    margin: 0 auto;
    padding-left: 10px;
}
.sorting-select .form-control {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 50px;
    color: #555;
    font-size: 12px;
    height: auto;
    padding: 0 30px 0 12px;
}
.sorting-select.select::after {
    font-size: 12px;
    padding: 7px 0;
    right: 13px;
    color: #555;
}
.sorting-select .form-control option {
    padding: 5px;
}
.product-listing-m {
    margin: 0 auto 40px;
    overflow: hidden;
}
.product-listing-img {
    float: left;
    width: 45%;
    position: relative;
    overflow: hidden;
}
.product-listing-content {
    float: left;
    padding: 20px 15px 20px 30px;
    width: 55%;
}
.product-listing-content h5 {
    margin-bottom: 0;
    font-size: 16px;
}
.product-listing-content h5 a {
    color: #111;
}
.product-listing-content ul {
    margin: 0 auto 22px;
    overflow: hidden;
    padding: 0;
}
.product-listing-content li {
    float: left;
    font-size: 13px;
    font-weight: 400;
    list-style: outside none none;
    margin: 0 auto;
    width: 33%;
}
.product-listing-content li .fa {
    font-size: 15px;
    margin-right: 8px;
}
.car-location {
    display: inline-block;
    margin-left: 14px;
    color: #919090;
    font-size: 11px;
}
.label_icon {
    color: #fff;
    font-size: 10px;
    line-height: 22px;
    padding: 0 10px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    border-radius: 4px;
}
.label_icon_lower {
    color: #fff;
    font-size: 10px;
    line-height: 22px;
    padding: 0 10px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 38px;
    border-radius: 4px;
}
.label_icon_lower.sold {
    padding: 8px 20px;
    font-size: 20px;
}
.recent_addedcars ul {
    margin: 0;
    padding: 0;
}
.recent_addedcars ul li {
    list-style: outside none none;
    margin: 0 auto 15px;
    overflow: hidden;
    padding-right: 10px;
}
.recent_addedcars ul li a {
    display: block;
}
.recent_post_img {
    float: left;
    width: 34%;
    overflow: hidden;
}
.recent_post_img img {
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    width: 100%;
}
.recent_post_img:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.recent_post_title {
    float: right;
    padding: 4px 10px;
    width: 66%;
}
.recent_post_title a {
    color: #111;
    font-weight: 700;
    line-height: 22px;
}
.widget_price {
    font-size: 13px;
    margin: 0;
}

.grid_listing .product-listing-m {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 0 auto 40px;
}
.grid_listing .product-listing-content,
.grid_listing .product-listing-img {
    float: none;
    width: 100%;
}
.grid_listing .product-listing-img img {
    width: 100%;
}
.grid_listing .product-listing-content {
    padding: 0;
}
.grid_listing .product-listing-content h5 {
    line-height: 20px;
    margin: 4px auto 10px;
}
.grid_listing .product-listing-content .list-price {
    font-size: 16px;
    color: #222;
    font-weight: 900;
    display: block;
    margin: 0 auto;
    padding: 0;
}
.grid_listing .product-listing-content .car-location {
    float: none;
    color: #222;
}
.grid_listing .product-listing-content ul.features_list {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #e1e0e0;
    clear: both;
    margin: 16px -20px 0;
    padding: 15px 20px;
}
.grid_listing .product-listing-content ul.features_list li {
    color: #8d8d8d;
    margin-bottom: 3px;
    width: 50%;
    padding-left: 10px;
}
.grid_listing:nth-child(3n + 1) {
    clear: left;
}
.grid_listing:nth-child(3n) {
    clear: right;
}
.listing-detail {
    padding: 80px 0;
}
.listing_detail_head {
    margin-bottom: 50px;
}
.listing_detail_header .listing_detail_head {
    margin-bottom: 0;
}
.pricing_info .price {
    display: inline-block;
    font-size: 28px;
    font-weight: 900;
    margin: 0;
    vertical-align: middle;
}
.listing_more_info {
    overflow: hidden;
    padding: 10px 0 50px;
}
.listing_info_tab {
    border: 1px solid #e0dfdf;
    margin-top: 20px;
    padding: 40px;
}
.block-head {
    margin-bottom: 30px;
}
.block-head h4 {
    margin: 0;
}
table.info-tabel tr td {
    border-left-width: 0;
    border-right-width: 0;
    padding: 15px 20px;
}
.info-tabel tr td:first-child {
    color: #111;
    border-left-width: 1px;
    font-weight: 700;
}
.info-tabel tr td:last-child {
    border-right-width: 1px;
}
.financing_calculator {
    margin-bottom: 20px;
}
.financing_calculator .btn {
    margin-top: 15px;
}
.dealer_detail img {
    max-width: 100%;
    margin: 0 auto 15px;
}
.dealer_detail p {
    margin: 0 auto 8px;
}
.dealer_detail p span {
    color: #111;
    margin: 0 5px 0 0;
    min-width: 50px;
    display: inline-block;
}
.dealer_detail .btn {
    margin-top: 15px;
}
.listing_detail_wrap {
    border: #dcd9d9 solid 1px;
}
.listing_detail_wrap .nav-tabs > li {
    width: 33.33%;
    min-width: 33.33%;
    max-width: 33.33%;
}
.listing_detail_wrap .nav-tabs > li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 66px;
    padding: 22px 65px;
    background: 0 0;
    color: #555;
}
.listing_detail_wrap .nav-tabs > li a.active {
    color: #fff;
}
.listing_detail_wrap .nav-tabs > li.active a,
.listing_detail_wrap .nav-tabs > li:hover a {
    color: #fff;
}
.listing_detail_wrap .tab-content {
    padding: 25px;
}
.tab-content-left {
    padding: 0 5px 0 5px;
    margin-left: 0;
}


.main_features h5 {
    font-size: 17px;
}

.listing_more_info table td,
.listing_more_info table th {
    font-size: 14px;
}
.listing_more_info table tr td:first-child {
    color: #111;
}
.similar_cars {
    padding: 20px 0;
}
.similar_cars h3 {
    margin-bottom: 25px;
}
.similar_cars .grid_listing:nth-child(3n),
.similar_cars .grid_listing:nth-child(3n + 1) {
    clear: inherit;
}
.main_features {
    overflow: hidden;
}
.main_features ul {
    padding: 0;
    margin: 0;
}
.main_features ul li {
    border: 1px solid #dcd9d9;
    float: left;
    list-style: outside none none;
    margin: 0 0 0 0;
    min-height: 113px;
    min-width: 16.66%;
    width: 16.66%;
    max-width: 16.66%;
    padding: 10px;
    text-align: center;
}
.main_features ul li h5 {
    font-weight: 300;
    margin: 0;
}
.main_features ul li p {
    font-size: 11px;
    margin: 0;
}
.main_features ul li i {
    color: silver;
    font-size: 36px;
    margin: 0;
}
.main_features ul li:last-child {
    margin: 0;
}
.share_vehicle {
    background: #222;
    padding: 22px 26px;
    margin: 0 auto 35px;
}
.share_vehicle a,
.share_vehicle p {
    color: #fff;
    font-size: 20px;
    margin: 0;
}
.share_vehicle a {
    margin: 0 4px;
}
.add_compare {
    margin: 0 0 15px 0;
}
.add_compare .checkbox {
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 6px 15px;
}
.add_compare .checkbox label::before {
    border-color: #fff;
    background: #fff;
}
.listing_detail_head .car-location {
    margin: 0;
    color: #555;
    font: 16px;
}
.listing_detail_head .price_info {
    overflow: visible;
    text-align: right;
}
.listing_detail_head .price_info p {
    font-size: 40px;
    font-weight: 900;
}
.listing_detail_head .price_info .old_price {
    color: #222;
    text-decoration: line-through;
    font-size: 20px;
}
#info_toggle {
    float: left;
}
.listing_other_info button {
    background: 0 0;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
    padding: 26px 0;
    margin: 0 40px 0 0;
    color: #fff;
}
.listing_other_info button i {
    margin: 0 4px 0 0;
}
.listing_other_info button:last-child {
    margin: 0;
}
.search_other {
    float: right;
    font-size: 16px;
    padding: 26px 20px;
    text-transform: uppercase;
    cursor: pointer;
}
#other_info {
    border-radius: 50%;
    cursor: pointer;
    display: none;
    float: left;
    font-size: 18px;
    margin-top: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
}
.owl-buttons {
    left: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.owl-buttons div {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    border-style: solid;
    border-width: 2px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 7px;
    text-transform: capitalize;
}
.owl-buttons .owl-next {
    float: right;
}
.listing_detail_header {
    background: rgba(0, 0, 0, 0) url("../images/1920x830.jpg") no-repeat fixed center center/cover;
    padding: 80px 0;
    position: relative;
}
.listing_detail_header .share_vehicle {
    display: inline-block;
    background: 0 0;
    padding: 0;
    margin: 0 0 0 20px;
}
.listing_detail_header .listing_detail_head .price_info .old_price {
    color: #fff;
}
.listing_detail_header .listing_detail_head .car-location {
    color: #fff;
    font-size: 16px;
    margin: 0 0 30px;
}
.slick-slide img {
    max-width: 100%;
}
.listing_images_slider_nav {
    position: relative;
    padding: 0 50px;
    margin: 15px auto 40px;
}
.listing_images_slider_nav .slick-slide {
    margin: 0 8px;
    cursor: pointer;
}
.slick-arrow {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.slick-arrow.slick-next {
    right: 0;
    left: inherit;
}
.slick-arrow::after {
    content: "";
    font-family: fontawesome;
    font-size: 34px;
}
.slick-arrow.slick-prev::after {
    content: "\f104";
}
.slick-arrow.slick-next::after {
    content: "\f105";
}
.inner-filter {
    display: none;
}
.video_wrap {
    margin: 40px auto 0;
}
.video-box iframe {
    width: 100%;
    height: 400px;
    border: 0;
}
.contactus_page {
    background-image: url(../images/1920x250.jpg);
}
.contact_form {
    padding: 28px;
}
.contact_us h3 {
    margin-bottom: 22px;
}
.contact_form .form-control {
    margin-bottom: 8px;
}
.contact_form .form-group {
    margin-bottom: 35px;
}
.contact_detail ul {
    padding: 0;
    margin: 0;
}
.contact_detail li {
    list-style: none;
    color: #555;
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0;
    padding: 0;
}
.contact_detail li a {
    color: #555;
}
.icon_wrap .fa {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e6e5e5;
    border-radius: 50%;
    color: #555;
    display: inline-block;
    font-size: 22px;
    height: 44px;
    line-height: 44px;
    margin-right: 15px;
    text-align: center;
    vertical-align: middle;
    width: 44px;
}
.contact_info_m,
.icon_wrap {
    display: table-cell;
    vertical-align: middle;
}
.map_wrap {
    margin: 40px 0 0;
}
.map_wrap iframe {
    width: 100%;
    height: 420px;
}
.faq_category {
    position: relative;
    text-align: center;
    padding: 50px;
    margin: 0 auto 20px;
}
.faq_text {
    padding: 20px 0;
}
.aboutus_page {
    background-image: url(../images/1920x250.jpg);
}
.about_img {
    width: 100%;
    max-width: 100%;
    background: transparent none repeat scroll 0 0;
    border-radius: 100%;
    overflow: visible;
    position: relative;
}
.about_img img {
    width: 80px;
    max-width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
}
.about_img:hover img {
    opacity: 0.5;
}
.about_content {
    padding: 20px 0;
}
.about_content h3 {
    margin-top: 25px;
}
.video_box iframe {
    width: 100%;
    border: 0;
    height: 360px;
}
.listing_box {
    margin: 0 auto 30px;
}
.listing_box h5 {
    margin-bottom: 8px;
}
.listing_box p {
    list-style: 24px;
}
.team_member {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.team_img {
    position: relative;
    overflow: hidden;
}
.team_img img {
    width: 100%;
}
.team_info {
    text-align: center;
    padding: 20px;
}
.team_info h6,
.team_info p {
    margin: 0 0 4px;
}
.team_more_info {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    overflow: hidden;
    transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
}
.team_more_info::after {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.team_member:hover .team_more_info {
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}
.info_wrap {
    position: relative;
    top: 50%;
    vertical-align: middle;
    width: 100%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
}
.team_more_info ul {
    padding: 0;
    margin: 0;
}
.team_more_info ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}
.team_more_info ul li a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 35px;
    color: #111;
    font-size: 20px;
}
.team_more_info ul li a i {
    margin: 0 auto;
}
.team_more_info ul li a:hover {
    color: #fff;
}
.team_more_info p,
.team_more_info p a {
    color: #fff;
}
.team_more_info p span {
    display: block;
    font-weight: 700;
}
.page_404 {
    background-image: url(../images/1920x250.jpg);
}
.error_text_m {
    position: relative;
    padding: 50px 0;
}
.error_text_m h2 {
    font-size: 232px;
    text-align: center;
}
.error_text_m h2 span {
    color: #111;
    font-weight: 900;
}
.background_icon {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.background_icon i {
    color: #e7e7e7;
    font-size: 538px;
    line-height: 400px;
    vertical-align: top;
}
.error_icon {
    float: left;
    width: 20%;
    padding-top: 15px;
}
.error_icon i {
    color: #cfcfcf;
    font-size: 80px;
}
.error_msg_div {
    float: left;
    width: 80%;
    padding-top: 15px;
}
.error_msg_div h3 {
    font-size: 60px;
}
.error_msg_div h3 span {
    font-size: 40px;
    display: block;
}
.error_msg_div .btn {
    margin-top: 30px;
}
.services_page {
    background-image: url(../images/1920x250.jpg);
}
.services_image {
    position: relative;
    overflow: hidden;
    border-radius: 0 30px 0 30px;
}
.services_image img {
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    width: 100%;
}
.services_image:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.service_heading {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 10px 20px 0;
    text-align: center;
}
.service_heading h3 {
    margin: 0;
}
.blog_page {
    background-image: url(../images/1920x250.jpg);
}
.our_blog {
    padding: 80px 0;
}
.article_wrap {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 60px;
    padding: 0 0 54px;
}
.article_info p {
    font-size: 17px;
    line-height: 33px;
    margin: 0 auto 40px;
}
.article_img {
    position: relative;
    overflow: hidden;
    margin: 0 auto 30px;
    min-height: 180px;
}
.article_img img {
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    max-width: 100%;
}
.article_img:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.article_header {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 30px;
    position: absolute;
    right: 0;
}
.article_header h2 a {
    color: #fff;
}
.article_meta ul {
    margin: 0;
    padding: 0;
}
.article_meta ul li {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    list-style: outside none none;
    vertical-align: middle;
    margin: 0 35px 10px 0;
}
.article_meta ul li i.fa {
    margin-right: 5px;
}
.article_meta ul li a {
    color: #fff;
}
.article_full_info .article_header {
    position: relative;
    background: 0 0;
    padding: 0;
}
.article_full_info .article_meta {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 6px 26px;
    margin: 6px auto 22px;
}
.article_full_info .article_meta li,
.article_full_info .article_meta li a {
    color: #555;
}
.article_full_info {
    border: 0;
}
.article_tag {
    padding: 20px 45px;
}
.article_tag .tag_list,
.article_tag h6 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
}
.article_tag .tag_list li {
    margin-bottom: 0;
}
.share_article {
    text-align: right;
}
.share_article h6,
.share_article ul {
    display: inline-block;
    padding: 0;
    margin: 0 8px 0;
    vertical-align: middle;
}
.share_article ul li {
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    list-style: outside none none;
    margin: 0 2px;
    text-align: center;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    vertical-align: middle;
    width: 26px;
}
.share_article ul li a {
    display: block;
    font-size: 15px;
}
.share_article ul li a .fa {
    margin: 0 auto;
}
.share_article ul li:hover a {
    color: #fff;
}
.articale_comments {
    margin: 0 auto 130px;
}
.block-head {
    border-bottom: 1px solid #cecece;
    display: inline-block;
    padding-bottom: 10px;
    padding-right: 60px;
    position: relative;
}
.block-head::after {
    background: #cecece none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 50px;
}
.commentlist {
    margin: 0 0 30px;
    padding: 0;
}
.commentlist li {
    list-style: outside none none;
    padding: 30px 0;
}
.commentlist li.comment {
    border-bottom: 1px solid #cecece;
}
.comment-author img {
    float: left;
}
.commentlist li img.avatar {
    border: medium none;
    border-radius: 50%;
    float: left;
    height: 84px;
    margin-bottom: 30px;
    margin-right: 25px;
    position: relative;
    width: 84px;
}
.comment-body .reply,
.comment-body address,
.comment-body blockquote,
.comment-body dl,
.comment-body h1,
.comment-body h2,
.comment-body h3,
.comment-body h4,
.comment-body h5,
.comment-body h6,
.comment-body ol,
.comment-body p,
.comment-body pre,
.comment-body table,
.comment-body ul {
    margin-left: 110px;
}
.comment-body p {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 0;
}
.comment-meta.commentmetadata {
    margin-bottom: 8px;
}
.comment-meta.commentmetadata,
.comment-meta.commentmetadata a {
    color: #b7b7b7;
    font-size: 13px;
}
.comment-author .fn {
    color: #111;
    font-weight: 900;
}
.comment ul.children {
    padding-left: 0;
}
.comment ul.children li.comment {
    border-bottom: 0 none;
    border-top: 1px solid #cecece;
    margin-top: 30px;
    padding-bottom: 0;
}
.comment-form {
    margin: 40px 0;
}
.pagination {
    display: block;
    text-align: center;
}
.pagination ul {
    padding: 0;
    margin: 0;
}
.pagination ul li {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    list-style: outside none none;
    margin: 0 2px;
    text-align: center;
    vertical-align: middle;
    width: 32px;
}
.pagination ul li a {
    display: block;
    color: #555;
}
.pagination ul li.current,
.pagination ul li:hover a {
    color: #fff;
}
.sidebar_widget {
    border: 1px solid #e6e6e6;
    margin: 0 auto 40px;
    padding: 20px 16px 30px;
    position: relative;
}
.widget_heading {
    margin-bottom: 26px;
}
.widget_heading i {
    margin: 0 5px 0 0;
}
.search_btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    font-size: 16px;
    padding: 5px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.blog_search {
    position: relative;
    margin-bottom: 20px;
}
.blog_search input {
    padding-right: 50px;
}
.popular_post ul {
    margin: 0;
    padding: 0;
}
.popular_post ul li {
    list-style: outside none none;
    margin: 0 auto 20px;
    overflow: hidden;
}
.popular_post ul li a {
    display: block;
}
.popular_post_img {
    float: left;
    width: 34%;
    overflow: hidden;
}
.popular_post_img img {
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    width: 100%;
}
.popular_post_img:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.popular_post_title {
    float: right;
    width: 61%;
}
.popular_post_title a {
    color: #111;
    font-weight: 700;
    line-height: 22px;
}
.categories_list ul {
    padding: 0;
    margin: 0;
}
.categories_list ul li {
    list-style: none;
    padding: 5px;
}
.categories_list ul li a {
    color: #555;
    display: inline-block;
    font-size: 15px;
    padding-left: 15px;
    position: relative;
}
.categories_list ul li a::after {
    content: "\f0da";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 0;
}
.tag_list ul {
    margin: 0;
    padding: 0;
}
.tag_list ul li {
    display: inline-block;
    margin: 0 2px 10px 0;
    vertical-align: top;
}
.tag_list ul li a {
    border: 1px solid #d6d3d3;
    border-radius: 30px;
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 28px;
    padding: 0 16px;
}
.tag_list ul li a:hover {
    color: #fff;
}
.profile_page {
    background-image: url(../images/1920x250.jpg);
}
.inner_pages {
    padding: 80px 0;
}
.user_profile_info {
    margin: 0 auto 45px;
    max-width: 660px;
    overflow: hidden;
}
.upload_user_logo {
    float: left;
    position: relative;
    width: 28%;
}
.upload_newlogo {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(../images/change-logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.upload_newlogo.add_logo {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(../images/add-photo.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.upload_newlogo.add_photo_or_logo {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(../images/add-logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.upload_newlogo.add_license {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(../images/add-bus-license.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.upload_newlogo.add_id_front {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(../images/add-id-front.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.upload_newlogo.add_id_back {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(../images/add-id-back.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.upload_newlogo input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    cursor: pointer;
    font-size: 0;
    height: 100%;
    left: 0;
    max-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.upload_user_logo img {
    max-width: 100%;
}

.upload_newid {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/change-id.png);
    background-position: top left;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.upload_newid input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    cursor: pointer;
    font-size: 0;
    height: 100%;
    left: 0;
    max-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.dealer_info {
    float: right;
    width: 66%;
    padding: 10px 0;
}
.profile_wrap_alt {
    padding: 16px 5px;
}
.profile_wrap {
    padding: 16px 5px;
}
.profile_nav { 
    border-right: 1px solid #c5c5c5;
    padding: 10px 10px 10px 0px;
    text-align: right;
    max-width: 320px;
}
.profile_nav ul {
    padding: 0;
    margin: 0;
}
.profile_nav ul li {
    list-style: none;
}
.profile_nav ul li a {
    color: #555;
    font-size: 15px;
    font-weight: 700;
}
.profile_nav ul li a:hover,
.profile_nav ul li a.active {
    color: #777;
}
.profile_nav a i {
    margin-left: 5px;
    margin-right: 0;
}
.user-dashboard-label {
    display: inline;
}
.profile_wrap form {
    padding: 20px 0;
}
.profile_wrap form .form-group {
    padding: 0 25px;
}
.profile_wrap form .control-label {
    color: #111;
}
.field-title {
    border-left: 3px solid #cecece;
    margin: 40px 0 25px;
    padding: 12px 13px 12px 12px;
    width: 100%;
}
.field-title h6 {
    font-size: 17px;
    margin: 0;
    text-decoration: underline;
}

.field-title a {
    color: #555;
}
.field-title a:hover,
.field-title a:focus {
    color: #ffd400;
}
.field-title a:active {
    color: #555;
}

.vehicle_accessories,
.vehicle_type {
    clear: both;
    margin: 0 auto 30px;
    display: table;
    width: 100%;
}
.accessories_list {
    margin-top: 10px !important;
    clear: left;
}

.vehicle_type .radio label::before {
    height: 24px;
    width: 24px;
    border: #000 solid 1px;
}
.vehicle_type .radio input[type="radio"]:checked + label::before {
    font-size: 35px;
    line-height: 15px;
}
.vehicle_type .radio label {
    font-size: 18px;
    font-weight: 700;
    padding-left: 34px;
    color: #111;
    line-height: 32px;
}
.vehicle_images {
    display: table;
    width: 100%;
}
.vehicle_images > div {
    float: left;
    height: 135px;
    margin: 0 10px 10px 0;
    width: 23%;
}
.vehicle_images img {
    max-width: 100%;
}
.upload_more_img {
    position: relative;
    border: #eee solid 1px;
}
.upload_more_img.message_img {
    position: relative;
    border: none;
    width: 40px;
    display: inline-block;
    margin: 5px;
}

.upload_more_img:before {
    background-image: url();
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.upload_more_img.img_1:before {
    background-image: url(../images/placeholders/add-img-placeholder-1.png);
}
.upload_more_img.img_2:before {
    background-image: url(../images/placeholders/add-img-placeholder-2.png);
}
.upload_more_img.img_3:before {
    background-image: url(../images/placeholders/add-img-placeholder-3.png);
}
.upload_more_img.img_4:before {
    background-image: url(../images/placeholders/add-img-placeholder-4.png);
}
.upload_more_img.img_5:before {
    background-image: url(../images/placeholders/add-img-placeholder-5.png);
}
.upload_more_img.img_6:before {
    background-image: url(../images/placeholders/add-img-placeholder-6.png);
    z-index: -1;
}
.upload_more_img.img_7:before {
    background-image: url(../images/placeholders/add-img-placeholder-7.png);
}
.upload_more_img.img_8:before {
    background-image: url(../images/placeholders/add-img-placeholder-8.png);
}
.upload_more_img.img_9:before {
    background-image: url(../images/placeholders/add-img-placeholder-9.png);
}
.upload_more_img.img_10:before {
    background-image: url(../images/placeholders/add-img-placeholder-10.png);
}
.upload_more_img.img_11:before {
    background-image: url(../images/placeholders/add-img-placeholder-11.png);
}
.upload_more_img.img_12:before {
    background-image: url(../images/placeholders/add-img-placeholder-11.png);
}
.upload_more_img.img_13:before {
    background-image: url(../images/placeholders/add-img-placeholder-11.png);
}
.upload_more_img.img_14:before {
    background-image: url(../images/placeholders/add-img-placeholder-11.png);
}
.upload_more_img:after {
    background-image: url(../images/add-img.png);
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.upload_more_img input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    cursor: pointer;
    font-size: 0;
    height: 100%;
    left: 0;
    max-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.my_vehicles_list ul.vehicle_listing {
    padding: 0;
    margin: 0 0 50px;
}
.my_vehicles_list ul.vehicle_listing li {
    list-style: none;
    border-bottom: #e8e8e8 solid 1px;
    padding: 14px 0 22px;
    overflow: hidden;
    position: relative;
}
.vehicle_img {
    float: left;
    margin-right: 22px;
    width: 22%;
}
.vehicle_img img {
    max-width: 100%;
}
.my_vehicles_list ul.vehicle_listing li a {
    color: #111;
}
.vehicle_title {
    float: left;
    padding: 4px 0;
    width: 40%;
}
.vehicle_status {
    float: right;
    text-align: right;
    width: 25%;
}
.vehicle_status a i {
    margin: 10px 0 0 8px;
    color: #555;
    font-size: 18px;
}
.vehicle_status a:hover i {
    color: red;
}
.dealer-listing a i {
    margin-top: 12px;
    color: #555;
    font-size: 16px;
}
.dealer-listing a:hover i {
    color: red;
}
.deactive_vehicle {
    opacity: 0.3;
}
.deactive_vehicle:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    content: "";
    border-bottom: #909090 solid 1px;
}
.my_vehicles_list ul.vehicle_listing li .btn:hover {
    color: #fff;
}
.dealer_logo {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    float: left;
    padding: 14px;
    text-align: center;
    position: relative;
}
.dealer_logo.gray_border {
    background-color: #808080;
}
.dealer_logo img {
    max-width: 100%;
}
.dealer_profile .dealer_info {
    padding: 25px 0;
    width: 100%;
}
.dealer_social_links {
    padding: 0;
    margin: 20px 0 0;
}
.dealer_social_links li {
    list-style: none;
    float: left;
    margin: 10px 15px 10px 0;
}
.dealer_social_links li a {
    font-size: 26px;
}
.dealer_social_links li a i {
    margin: 0;
}
.facebook-icon a,
.facebook-icon a:hover {
    color: #3a5898;
}
.twitter-icon a,
.twitter-icon a:hover {
    color: #54acec;
}
.linkedin-icon a,
.twitter-icon a:hover {
    color: #0777b6;
}
.google-plus-icon a,
.google-plus-icon a:hover {
    color: #dd4a3a;
}
.dealer_contact_info {
    padding: 12px 18px;
    margin: 0 auto 10px;
}
.dealer_contact_info h6 {
    font-size: 13px;
    color: #a1a1a1;
    margin: 0 auto 1px;
}
.dealer_contact_info a {
    color: #111;
    font-size: 16px;
    font-weight: 300;
}
.dealer_map {
    margin: 30px 0;
}
.dealer_map iframe {
    height: 450px;
}
.dealer_listings {
    padding: 40px 0 10px;
}
.comment_form {
    margin: 50px 0 30px;
}
.info_title {
    padding: 12px 25px;
}
.dealers_list_wrap {
    margin: 0 auto 50px;
}
.dealers_listing {
    border-bottom: 1px solid #777;
    padding: 0 0 20px;
    margin: 0 auto 60px;
}
.dealers_listing .dealer_logo {
    padding: 10px;
    width: 100%;
    max-width: 246px;
}

.dealers_listing .dealer_info {
    float: none;
    width: 100%;
}
.dealers_listing .dealer_info p {
    font-size: 13px;
    line-height: 1.6;
}
.dealers_listing .dealer_info h5 a {
    color: #111;
}

.dealers_listing.green-pin .dealer_info h5 a {
    color: green;
}
.dealers_listing.yellow-pin .dealer_info h5 a {
    color: gold;
}
.dealers_listing.red-pin .dealer_info h5 a {
    color: red;
}

.view_profile {
    padding: 12px 0;
}
.view_profile a.btn {
    color: #000;
}
.view_profile p {
    margin: 10px 0;
    font-size: 16px;
}

.compare_page {
    background-image: url(../images/1920x250.jpg);
}
.compare_info table td,
.compare_info table th {
    font-size: 16px;
    color: #111;
    width: 25%;
}
.inventory_info_list {
    margin-bottom: 10px;
    overflow: hidden;
}
.inventory_info_list ul {
    padding: 0;
    margin: 0;
}
.inventory_info_list ul li,
.listing_heading div {
    width: 25%;
    float: left;
    list-style: none;
}
.compare_product_title li {
    margin: 0;
}
.listing_heading div {
    background: #eee;
    padding: 18px;
    border: 1px solid #ccc;
    text-transform: uppercase;
    font-weight: 900;
    color: #111;
    font-size: 16px;
}
.inventory_info_list ul li div {
    font-size: 16px;
    color: #111;
    padding: 18px 50px;
    border: 1px solid #ccc;
    margin-top: -1px;
}
.inventory_info_list ul li.info_heading div {
    text-align: right;
}
.compare_info table td:first-child {
    text-align: right;
}
.compare_info table td {
    padding-left: 50px;
    padding-right: 50px;
}
.compare_product_title {
    margin: 0 auto 15px;
}
.compare_product_title table {
    margin: 0;
    border: 0;
}
.compare_product_title li,
.compare_product_title table td,
.compare_product_title table th {
    border: 0 none;
    font-size: 20px;
    font-weight: 300;
    padding: 25px 30px;
    position: relative;
    text-align: center;
}
.compare_product_title li.listing_heading {
    text-align: right;
    color: #111;
}
.compare_product_title .price {
    margin: 5px 0 0;
    font-weight: 300;
    font-size: 18px;
}
.vs {
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    line-height: 30px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: 50%;
    width: 32px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -md-transform: translateY(-50%);
}
.td_divider {
    display: block;
    height: 70%;
    position: absolute;
    right: 0;
    top: 15%;
    width: 3px;
}
.td_divider:after {
    position: absolute;
    right: -20px;
    border-style: solid;
    border-width: 10px;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.compare_product_title a {
    color: #111;
}
.compare_info .compare_product_img td,
.compare_info .compare_product_img th {
    padding: 0 16px;
    border: 0;
}
.compare_info .compare_product_img table {
    margin: 0 auto 15px;
}
.compare_info .compare_product_img .search_other_inventory {
    color: #fff;
    cursor: pointer;
    font-size: 28px;
    font-weight: 300;
    padding: 38px 30px;
    text-align: left;
    line-height: 30px;
}
.compare_product_img img {
    max-width: 100%;
}
.compare_product_img li {
    padding: 0 15px;
    margin: 0;
}
.search_other_inventory i {
    float: left;
    font-size: 85px;
    text-shadow: 0 0 1px #fff;
    vertical-align: middle;
    margin-right: 20px;
}

.coming_soon_wrap .default-header .container {
    width: 100%;
    max-width: 1820px;
}

.coming_soon_wrap {
    position: relative;
    height: calc(100vh + 80px);
    min-height: calc(1080px + 80px);
}
.coming_soon_bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: calc(100vh - 80px);
    min-height: calc(1080px - 80px);
    width: 100%;
    transition: background-image 0.5s ease;
}
.coming_soon_bg_img_1 {
    height: calc(100vh - 80px);
    min-height: calc(1080px - 80px);
    width: 100%;
    background-image: url(../images/banner/1920x830-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    transition: background-image 0.5s ease;
}
.coming_soon_bg_img_2 {
    height: calc(100vh - 80px);
    min-height: calc(1080px - 80px);
    width: 100%;
    background-image: url(../images/banner/1920x830-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    transition: background-image 0.5s ease;
}
.coming_soon_bg_img_3 {
    height: calc(100vh - 80px);
    min-height: calc(1080px - 80px);
    width: 100%;
    background-image: url(../images/banner/1920x830-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    transition: background-image 0.5s ease;
}
.coming_soon_bg_img_4 {
    height: calc(100vh - 80px);
    min-height: calc(1080px - 80px);
    width: 100%;
    background-image: url(../images/banner/1920x830-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    transition: background-image 0.5s ease;
}
.coming_soon_bg_img_5 {
    height: calc(100vh - 80px);
    min-height: calc(1080px - 80px);
    width: 100%;
    background-image: url(../images/banner/1920x830-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    transition: background-image 0.5s ease;
}
.coming_soon_wrap .default-header {
    padding: 20px 0;
}
.coming_soon_wrap h1 {
    font-size: 60px;
}
.coming_soon_wrap h2 {
    font-size: 50px;
    line-height: 70px;
    text-shadow: 1px 1px 0px #000;
}
.coming_soon_content {
    padding: 60px 0 80px;
}
.coming_soon_content img {
    max-width: 100%;
}

.coming_soon_content h1 {
    display: inline-block;
    text-shadow: 1px 1px 1px #555555;
    color: #111;
    font-size: 60px;
    line-height: 64px;
    text-transform: uppercase;
    font-family: LeagueGothicFont;
    position: relative;
    left: 40px;
    -webkit-transform: scale(1.25, 1);
    -moz-transform: scale(1.25, 1);
    -ms-transform: scale(1.25, 1);
    -o-transform: scale(1.25, 1);
    transform: scale(1.25, 1);
}
.coming_soon_content h1 small {
    font-size: 80%;
}
.coming_soon_content p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    text-shadow: 1px 2px 0px #000;
    max-width: 360px;
}

.coming_soon_content h6 {
    text-shadow: 1px 2px 0px #000;
}

.send_msg {
    text-align: right;
    margin-top: 10px;
}
.timer_countdown {
    margin: 50px auto;
}
.countdown-amount:after {
    content: "";
    height: 100%;
    width: 1px;
    background: #444445;
    position: absolute;
    top: 0;
    right: -15px;
}
.countdown-amount:last-child:after {
    margin: 0;
    width: 0;
}
.countdown-amount:last-child {
    margin: 0;
}
.countdown-period {
    display: block;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    font-weight: 400;
    margin-top: 3px;
    text-transform: capitalize;
}
.countdown-amount {
    color: #fff;
    font-size: 43px;
    font-weight: 900;
    display: inline-block;
    list-style: outside none none;
    margin: 0 28px 0 auto;
    padding: 20px 0;
    text-align: center;
    width: auto;
    position: relative;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

.coming_soon_wrap footer {
    background: #fff;
    padding: 16px 0;
    margin-bottom: 0;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: -80px;
    left: 0;
    z-index: 10;
}
.coming_soon_wrap footer .copy-right {
    color: #111;
}
.coming_soon_wrap .social-follow.footer-social a {
    background: #191919 none repeat scroll 0 0;
}

#contact_form_popup .modal-dialog {
    max-width: 450px;
}
#contact_form_popup .modal-content {
    padding: 18px;
    border-radius: 0;
}
#contact_form_popup .modal-header {
    border: 0;
    padding-bottom: 0;
}

.coming_soon_wrap .footer_widget {
    float: right;
}
.coming_soon_wrap .footer_widget ul li a {
    color: #555;
}

.listing-image .compare_item {
    background: rgba(0, 0, 0, 0.8);
    left: 20px;
    padding: 0 12px;
    position: absolute;
    top: 10px;
}
.listing-image .label_icon {
    color: #fff;
    font-size: 13px;
    line-height: 26px;
    padding: 0 12px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 10px;
}
.sidebar_3 .form-control {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    color: #000;
    font-size: 15px;
    height: 46px;
    line-height: 30px;
    padding: 0 15px;
}
.sidebar_3 {
    height: 390px;
}

.mobile_search {
    display: none;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}
.header-row {
    width: 100%;
}
.article_wrap .article_img img {
    width: 100%;
    object-fit: contain;
}

.slider .tooltip.tooltip-main.top {
    margin-left: 0 !important;
    width: 50%;
    position: relative;
}

.listing_detail_wrap li.nav-item {
    margin: 0;
}
.listing-detail .listing_detail_wrap .nav-tabs > li a {
    padding: 0 10px !important;
}
.listing-detail .listing_detail_wrap .nav-tabs > li a {
    padding: 0 10px;
    border-radius: 0;
    margin-top: 0 !important;
    border: none;
}
.listing-detail .listing_detail_wrap .nav-tabs > li a.active {
    margin-top: 0 !important;
    border: none;
}

.slider .tooltip-arrow {
    top: 5px;
    position: relative;
}

.form-control:focus,
.form-control:disabled {
    color: #007ab6;
    background: #eee none repeat scroll 0 0 !important;
}
.black_input select.form-control:disabled {
    color: #8f8f8f;
    background: #222 none repeat scroll 0 0 !important;
}

.black_input .form-control:focus {
    background: #222 !important;
    color: #fff !important;
}

.map-directions {
    right: 70px;
    z-index: 9;
    float: right;
    margin-bottom: 20px;
}
.map-directions a {
    border: solid 1px #555;
    padding: 8px 15px;
    display: inline-block;
    background: #fff;
}
.map-directions a i {
    margin-right: 5px;
}

.sidebar_widget .slider .tooltip.tooltip-main.top {
    width: 36%;
}
.login_btn.style_3 a.btn.btn-xs.uppercase {
    color: #fff;
    padding: 3px 20px;
    font-size: 13px;
    margin-top: 14px;
}
.modal.fade {
    z-index: 9999999;
}
.new-header-m15 ul {
    list-style: none;
    display: -webkit-inline-box;
    margin-bottom: -8px;
}
.topnav a {
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 15px 12px;
    text-decoration: none;
    font-size: 17px;
}
.new-car-detail3 {
    height: 435px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0px 0px 0px 19px;
}
.new-bm-series {
    margin-top: 0px;
}
.new-bm-series h2 {
    font-size: 40px;
    margin-top: 0px;
    color: #111111;
}
.new-bm-series p {
    font-size: 17px;
    margin-top: -10px;
    color: #555;
}
.new-detail-page315 {
    padding: 10px 5px 10px 1px;
    margin-top: -13px;
    border-radius: 8px;
    display: flex;
}
.new-car-price p {
    font-size: 28px;
    font-weight: 700;
    color: #111111;
    margin-top: 6px;
    font-family: "Lato", sans-serif;
    margin-bottom: 6px;
}
.new-car-price span {
    text-decoration: line-through !important;
    font-weight: 500;
    margin-left: 6px;
    font-size: 17px;
    color: #555;
}
.new-car-price1 button {
    width: 175px;
    font-size: 25px;
    padding: initial;
    margin-left: 50px;
    background: none;
    color: #555;
    border: none;
    border-left: 1px solid #e5e5e5;
    height: 52px;
    margin-top: 7px;
}
.new-car-price1 p {
    font-size: 18px;
    font-weight: 600;
    color: #111111;
    line-height: 22px;
    margin-top: 0px;
    text-align: justify;
    margin-left: 21px;
}
.new-car-finance {
    margin-left: -12px;
}
.new-colom15 {
    margin-left: -53px;
}
.new-car-finance button {
    width: 100%;
    height: 45px;
    border: none;
    background: #de302f;
    color: #fff;
    margin-top: 11px;
    text-align: center;
}
.new-colom15 ul {
    list-style: none;
    text-align: center;
}
.new-colom15 i {
    font-size: 47px;
    text-align: center;
    display: block;
    margin-bottom: 8px;
    margin-left: 10px;
}
.new-car-bmw {
    margin-top: 40px;
    text-align: left;
    margin-left: 17px;
}
.listing_images_slider_nav {
    position: relative;
    padding: 0 50px;
    margin: 15px auto 40px;
}
.listing_images_slider15 {
    position: relative !important;
    padding: 11px 30px !important;
    margin: 5px 0px 32px 0px !important;
    border-radius: 0px;
    background: #ffffff;
}
.slick-arrow {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.detail3-overview-page {
    padding: 80px 0px 80px 0px;
}
.new-car-overview1 h4 {
    color: #303030;
    font-size: 25px;
}
.new-car-detial3 a {
    border-bottom: 2px solid #111111;
    padding-bottom: 6px;
}
.new-car-overview1 p {
    padding: 0px 49px 0px 0px;
    margin-top: 21px;
    color: #555555;
    text-align: justify;
    line-height: 26px;
    font-weight: 400;
}
.newlooks15 {
    padding: 0px 0px;
}
.newlooks15 {
    margin-top: 50px;
}
.new-kilom {
    padding: 0px;
    border-radius: 7px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.new-kilom i {
    font-size: 22px;
    width: 41px;
    position: relative;
    color: #dd5761;
    top: 14px;
    background: #ebebeb;
    height: 41px;
    border-radius: 50%;
    padding: 7px 0px 0px 10px;
}
.new-kilom p {
    margin-bottom: 3px;
    font-size: 17px;
    color: #555;
    font-weight: 600;
    display: inline;
    margin-left: 10px;
}
.new-kilom span {
    display: block;
    margin-left: 55px;
    font-size: 14px;
    margin-top: -10px;
    color: #949494;
}
.detailpage3-information {
    padding: 70px 0px 75px 0px !important;
}
.new-finanace15 {
    padding: 100px 0px 0px;
}
.new-finance h4 {
    margin-bottom: 40px;
    color: #454444;
    font-size: 30px;
}
.new-finance a {
    border-bottom: 2px solid #111111;
    padding-bottom: 6px;
}
.new-option {
    background: #f4f6f5;
    width: 100%;
    padding: 53px 10px 30px 44px;
    border-radius: 10px;
    margin-bottom: 99px;
}
.new-estimated {
    background: #e7e7e7;
    padding: 40px 40px;
    margin-top: 38px;
    border-radius: 6px;
}
.new-estimated h4 {
    color: #454444;
}
.new-hire15 {
    border-radius: 10px;
    padding: 35px;
}
.new-hire15 {
    background: #ffffff;
    margin-top: 20px;
}
.new-apr p {
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
}
.new-apr p {
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 15px;
}
.new-estimated h4 {
    color: #454444;
}
.new-apr h4 {
    font-size: 20px;
    float: right;
    margin-top: -51px;
}
.new-credit p {
    font-size: 16px;
    margin-bottom: 3px;
}
.new-credit h5 {
    float: right;
    margin-top: -31px;
    font-size: 16px;
    color: #454444;
}
.new-estimated button {
    width: 100%;
    margin-top: 30px;
    height: 45px;
    border: none;
    background: #de302f;
    color: #fff;
    font-size: 19px;
}
.new-option label {
    margin-bottom: 10px !important;
}
label.new-car-weight {
    font-weight: 600;
}
input.new-price-option {
    overflow: visible;
    height: 40px;
    width: 100%;
    border: 1px solid #dedede;
    display: block;
    margin-bottom: 20px;
    padding-left: 8px;
}
.car-calculate {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.new-option label {
    margin-bottom: 10px !important;
}
.detail-page-calculate {
    flex-basis: 25%;
    position: relative;
}
.car-page-year {
    border: 1px solid rgb(191, 211, 197);
    padding: 0.5rem;
    background-color: rgb(255, 255, 255);
    color: rgb(69, 68, 68);
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    line-height: 1.325;
    width: 100%;
    margin-right: 15px !important;
    padding: 12px 16px;
    margin-bottom: 10px;
}
.car-calculate {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.detail-page-calculate {
    flex-basis: 25%;
    position: relative;
}
.car-for-calculate35:checked ~ .termstyles__TermItem-ndpmx3-3 {
    border: 2px solid rgb(250 40 55);
    color: rgb(69 68 68);
    font-weight: 600;
}
.car-for-calculate35:checked ~ .termstyles__TermItem-ndpmx3-3 {
    border: 2px solid rgb(250 40 55);
    color: rgb(69 68 68);
    font-weight: 600;
}
.car-for-calculate3 {
    appearance: none;
    position: absolute;
    width: 0px;
    height: 0px;
}
.car-for-calculate35 {
    appearance: none;
    position: absolute;
    width: 0px;
    height: 0px;
}
.new-finanace15 {
    padding: 100px 0px 0px;
}
.new-finanace15 hr {
    position: relative;
    top: -80px;
}
.new-accessories {
    padding: 0px;
    border-radius: 7px;
    margin-top: 20px;
    margin-bottom: 0px;
    background: #ffffff;
    display: inline-block;
}
.new-accessories i {
    font-size: 18px;
    position: relative;
    color: #de302f;
    top: -3px;
    display: inline-block;
}
.new-besc {
    margin-top: 25px;
}
.new-airconditioner {
    padding: 43px 0px 0px 0px;
}
.new-kilom15 {
    border-radius: 7px;
    margin-top: 18px;
}
.new-kilom15 p {
    margin-bottom: -5px;
    font-size: 16px;
    color: #555;
    font-weight: 600;
    margin-top: 24px;
}
.new-kilom15 span {
    color: #949494;
    font-size: 15px;
}
.detail3-overview-page hr {
    position: relative;
    top: -80px;
}
.detail3-overview-page hr {
    position: relative;
    top: -80px;
}
.new-accessories p {
    display: inline-block;
    margin-bottom: 0px;
    position: relative;
    bottom: 5px;
    left: 5px;
}
.slick-slide img {
    display: block;
    width: 100%;
}
.new-colom15 li {
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    padding: 22px;
    background: #e7ede1;
    width: 96%;
    margin-left: 9px;
}
#popup1 {
    z-index: 100;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
    z-index: 5;
}
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.popupcar {
    margin: 50px auto;
    margin-bottom: -16px !important;
    padding: 15px 15px 15px 15px;
    background: #fff;
    border-radius: 5px;
    width: 60%;
    position: relative;
    transition: all 2s ease-in-out;
}
.popupcar .content {
    max-height: 30%;
    overflow: auto;
}
.newcarslider3page {
    margin-top: -80px !important;
    background: none;
    margin-bottom: 15px !important;
}
.listing_images_slider15 {
    position: relative !important;
    padding: 11px 30px !important;
    margin: 5px 0px 32px 0px !important;
    border-radius: 0px;
    background: #ffffff38;
}
.newcarslider3page .slick-arrow {
    margin-top: -409px;
    width: 40px;
    border-radius: 50%;
    background: #f2f2f2;
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
}
.slick-arrow.slick-next {
    right: 0px;
    left: inherit;
}
.close {
    margin-right: -60px;
    margin-top: -21px;
    background: black;
    opacity: 1;
    color: #fff;
    padding: 4px 13px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    position: absolute;
    right: 16px;
}
.new-drag16 i {
    position: absolute;
    right: 12px;
    top: 12px;
    color: #fff;
}
.newcarslider3page {
    margin-top: -80px !important;
    background: none;
    margin-bottom: 15px !important;
}
.listing_images_slider15 {
    position: relative !important;
    padding: 11px 30px !important;
    margin: 5px 0px 0px 0px !important;
    border-radius: 0px;
    background: #ffffff;
}
.slick-slide img {
    max-width: 100%;
}
.new-drag16 img {
    width: 100% !important;
}
.slick-arrow.slick-prev::after {
    content: "\f104";
}
.slick-arrow::after {
    content: "";
    font-family: fontawesome;
    font-size: 34px;
}
.slick-arrow.slick-next::after {
    content: "\f105";
}
.slick-arrow::after {
    content: "";
    font-family: fontawesome;
    font-size: 20px;
}
.slider-car-video {
    position: absolute;
    z-index: 1;
    top: 286px;
    left: 11%;
}
.slider-car-video a,
.slider-car-share a {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 7px 15px;
    border-radius: 50%;
    font-size: 23px;
}
.topnav li a:hover {
    color: #fff;
}
.slider-car-share {
    position: absolute;
    z-index: 1;
    top: 350px;
    left: 11%;
}
.new-car-overview1 h4 {
    color: #303030;
    font-size: 25px;
}
.new-car-overview1 h4 {
    margin-top: 0px;
    color: #454444;
}
.new-specification-heading h4 {
    margin-bottom: 16px;
}
.new-specification-heading a {
    border-bottom: 2px solid #111111;
    padding-bottom: 6px;
}
.new-car-overview1 h4 {
    color: #303030;
    font-size: 25px;
}
.new-car-overview1 h4 {
    margin-top: 0px;
    color: #454444;
}
.new-accesss a {
    border-bottom: 2px solid #111111;
    padding-bottom: 6px;
}
.similar_cars {
    padding: 20px 0;
}
.similar_cars h3 {
    margin-bottom: 25px;
    color: #454444;
}
a.simi3 {
    border-bottom: 2px solid #111111;
    padding-bottom: 6px;
    color: #454444;
}
.modal .close span {
    position: relative;
    right: 3px;
}
.car-for-calculate3:checked ~ .termstyles__TermItem-ndpmx3-3 {
    border: 2px solid rgb(250 40 55);
    color: rgb(69 68 68);
    font-weight: 600;
}
#popup2 {
    z-index: 100;
}
.popupvideo {
    margin: 70px auto;
    padding: 20px 20px 0px 20px;
    background: none;
    text-align: center;
    border-radius: 5px;
    width: 70%;
    position: relative;
    transition: all 2s ease-in-out;
}
.popupvideo .close {
    margin-top: 0px;
    margin-right: -40px;
}
#filter_form .form-group.col-md-2,
#filter_form2 .form-group.col-md-2 {
    width: 20%;
}
#filter_form .form-group.col-md-4,
#filter_form2 .form-group.col-md-4 {
    width: 39.9%;
}
#advanced_form .tooltip-inner {
    width: 100px;
}
.sidebar_widget.sidebar_3 {
    height: 460px;
}
form button.btn.btn-block {
    font-size: 14px;
    padding: 9px 8px;
}
.listing-style-3-share li a i {
    position: relative;
    bottom: -3px;
}
.listing-style-3-share li a {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    display: block;
    background: linear-gradient(to right, #555 49%, #ffffff1f 48%);
    background-size: 205% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
    color: #fff;
    border-radius: 50%;
}
.listing-style-3-share li {
    display: inline-block;
}
.listing-style-3-share {
    display: inline-block;
    padding-left: 10px;
    display: none;
}
.slider-car-share a {
    display: inline-block !important;
}
.slider-car-share:hover .listing-style-3-share {
    display: inline-block;
}

.new-car-price1 p:hover {
    color: red;
}
.new-car-price.price_info {
    padding-right: 15px;
}
.new-car-price1 button {
    margin-left: 0px;
}
nav#navigation_bar {
    z-index: 9;
}
.topnav {
    overflow: hidden;
    background-color: #de302f;
}
a.button {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    display: block;
    background: linear-gradient(to right, #555 49%, #ffffff1f 48%);
    background-size: 205% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
    color: #fff;
    border-radius: 50%;
}

ul.nav.navbar-nav {
    margin: 0;
}
#navigation.collapse.navbar-collapse {
    width: 60%;
}
.header_wrap {
    width: 39%;
}
.navbar-expand-lg .navbar-nav > li.dropdown > a {
    padding: 20px 42px 20px 13px;
}
.dropdown-toggle::after {
    display: none;
}
button.btn.btn-block.search {
    width: 100%;
}
button.btn.btn-block.clear {
    width: 100%;
}
.recent-tab {
    width: 18%;
}
.recent-tab .nav.nav-tabs a {
    padding: 4px 17px;
}
ul#myTab {
    padding: 0 0;
    margin-bottom: 0;
}
div#navbarSupportedContent {
    width: 61%;
    padding-right: 0;
    float: left;
}
.navbar-expand-lg .navbar-nav > li > a {
    padding: 20px 12px;
}
textarea.form-control {
    height: auto;
}
.facts_section_bg {
    position: unset;
}
body.index2 #banner2 .carousel-caption {
    top: 22%;
    transform: unset;
}
.col-md-6.vc_col.section-padding.about {
    padding: 0;
}
.listing-detail ul#myTab {
    background: #eee;
}
.listing-detail ul#myTab li {
    width: 20%;
    float: left;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
}
div#navbarSupportedContentt {
    width: 60%;
}

textarea.form-control.custom-height.white_bg {
    height: auto;
}
.reply a.btn.btn-primary.btn-xs.outline {
    color: #fff;
}

.row.header-row.mobile {
    display: none;
}
.row.header-row.desktop {
    display: block;
}
.our_services.white-text {
    padding: 0 8%;
}
ul.dropdown-menu {
    margin-top: 3px;
}
.slider.slider-horizontal .slider-track {
    background-color: rgba(0, 0, 0, 0.2);
    background-image: none;
}
.slider .slider-handle,
.slider .slider-selection {
    background-image: none;
}
form .slider.slider-horizontal {
    width: 99%;
    margin-left: 1%;
}
#filter_form2 .slider.slider-horizontal .slider-track {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.3);
}
.slider-horizontal:hover .tooltip.tooltip-main.top {
    opacity: 1;
}
.tooltip .tooltip-arrow::before {
    border-color: #111 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    content: "";
    z-index: -3;
    transform: translateX(60%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateX(60%);
    -ms-transform: translateY(-50%);
    border-radius: 0 0 106px 104px;
    position: relative;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 3px;
    top: 35px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.validation-error {
    border: 1px solid red !important;
}
.contact_form .form-group {
    margin-bottom: 12px;
}
span.error {
    font-size: 14px;
}
.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    word-wrap: break-word !important;
}

/* --------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-------------- MY ADDED CUSTOM CSS ------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------  */


.cool-text {
    font-size: 115%;
    background-image: url('../images/cool-gradient-bg.png');
    background-size: cover;
    background-position: center center;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}
.car-text {
    font-size: 105%;
    background-image: url('../images/car-gradient-bg.png');
    background-size: cover;
    background-position: center center;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

img.cool-car {
    vertical-align: text-bottom;
    margin-right: 5px
}

h4.filters {
    text-align: right;
    padding: 0 34px 0 0;
    font-weight: 400;
}

.title-text {
    color: #111;
    font-size: 55px;
}
.title-text small {
    font-size: 35px;
}

.view_profile a.btn.btn-xs.outline {
    color: #fff;
}
.view_profile a.btn.btn-xs.outline:hover,
.view_profile a.btn.btn-xs.outline:focus {
    background: 0 0 !important;
    color: #ffd400;
    border-color: #ffd400;
}
.view_profile a.btn.btn-xs.outline:active {
    background: 0 0 !important;
    color: #555555;
    border-color: #aaa;
}

.profile_wrap_alt a {
    color: #555;
}

.are-you-sure {
    color: #ae0000;
    font-weight: 700;
}
.are-you-sure-small {
    color: #ae0000;
    font-weight: 700;
    font-size: 80%;
    margin-right: 10px;
    margin-top: 3px;
}

a.approve {
    color: #089901;
}
a.approve:hover,
a.approve:focus {
    border-color: #09bf00;
    color: #09bf00;
}
a.approve:active {
    border-color: #555;
    color: #555;
}


a.deny {
    color: #c80000;
}
a.deny:hover,
a.deny:focus {
    border-color: #ff0000;
    color: #ff0000;
}
a.deny:active {
    border-color: #555;
    color: #555;
}

a.maybe {
    color: #f9c300;
}
.dealer-listing a.approve:hover i,
.dealer-listing a.approve:focus i {
    border-color: green;
    color: green;
}
.dealer-listing a.maybe:hover i,
.dealer-listing a.maybe:focus i {
    border-color: #f9ad00;
    color: #f9ad00;
}
a.maybe:hover,
a.maybe:focus {
    border-color: #ffd745;
    color: #ffd745;
}
.dealer-listing a.approve:active i,
.dealer-listing a.maybe:active i,
a.maybe:active {
    border-color: #555;
    color: #555;
}


.reaffirm-listing a.maybe i {
    color: #dbdbdb;
}
.reaffirm-listing a.deny i {
    color: #dbdbdb;
}
.reaffirm-listing a.deny:hover i,
.reaffirm-listing a.deny:focus i{
    color: #9b0000;
}
.reaffirm-listing a.deny:active i{
    color: #555;
}

a.admin {
    color: #777777;
}
a.admin:hover,
a.admin:focus {
    border-color: #a0a0a0;
    color: #a0a0a0;
}
a.admin:active {
    border-color: #555;
    color: #555;
}

a.gold {
    color: #ffab02;
}
a.gold:hover,
a.gold:focus {
    border-color: #ffbc36;
    color: #ffbc36;
}
a.gold:active {
    border-color: #555;
    color: #555;
}
a.gold.refresh:focus {
    color: #555;
}

.close-a-1 {
    color: #555;
    float: right;
    position: relative;
    top: -51px;
    left: -7px;
    padding: 0px;
}
.close-a-2 {
    float: right;
    position: relative;
    top: -112px;
    left: -5px;
    padding: 10px;
}
.close-a-3 {
    color: #555;
    float: right;
    position: relative;
    top: -60px;
    left: -7px;
    padding: 0px;
}

.a-right {
    float: right;
}
.a-right-fit {
    font-size: 13px;
    float: right;
    position: relative;
    top: -25px;
}

.city-input {
    width: 39%;
    float: left;
    margin-right: 1%;
}
.state-input {
    width: 24%;
    float: left;
    margin-right: 1%;
}
.zip-input {
    width: 35%;
    float: left;
}

.google-map-style {
    height: 600px;
    width: 100%;
    border: none;
    margin-top: 12px;
}

.google-map-style.location-map {
    height: 300px;
    width: 100%;
    border: none;
    margin-top: 12px;
}

.map-address {
    margin: 4px 0;
    font-size: 80%;
}

.dealership-map-views a {
    font-weight: 700;
}

.dealership-map-views a.active {
    color: #222;
}

.btn.search-btn {
    width: 60px;
    margin-bottom: 3px;
    padding: 8px 10px;
}

div.names {
    text-align: center;
    width: 170px;
}

.welcome-subtitle {
    width: 100%;
}

.message-image-preview {
    position: relative;
}

.message-image-preview img {
    margin-top: 30px;
    width: 50%;
    float: right;
    border-radius: 8px;
}

.image-rightside {
    margin-top: -16px;
}

.top-right {
    position: absolute;
    top: 40px;
    right: 10px;
}

.modal-lg {
    width: 800px;
}

p.approved {
    max-width: 880px;
}

.centered-p {
    max-width: 540px;
    margin: 0 auto;
}

.profile-pic-holder {
    width:220px;
    height:220px;
    margin:0 auto;
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.payment-date {
    font-weight: 900;
    display: inline-block;
    margin-right: 20px;
}
.payment-amt {
    font-weight: 900;
    float: right;
}

.from-account {
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 12px;
    color: #aeaeae;
}

a.no-underline {
    text-decoration: none;
}

span.no-break.move-up {
    margin-top: -4px;
}

i.clickable {
    cursor:pointer;
    transition: all .3s ease-in-out;
}
i.clickable.clicked {
    color: red;
    cursor:pointer;
    transition: all .3s ease-in-out;
}

i.clickable:hover,
i.clickable:focus {
    color: red;
}

.big-text {
    font-size: 120%;
}
.bigger-text {
    font-size: 150%;
}
.small-text {
    font-size: 90%;
}
.smaller-text {
    font-size: 75%;
}

ul.smaller-line-height li {
    padding: 0;
    margin: 0;
}

p.smaller-line-height {
    line-height: 1;
}
small.smaller-line-height {
    line-height: 1.3;
    display: inline-block;
}

h5.smaller-line-height {
    line-height: 1.3;
}

.check-div {
    width: 28px;
    display: inline-block;
}

.disclaimer-div {
    width: calc(100% - 28px);
    display: inline-block;
}

.bold-text {
    font-weight: 900;
}

.tiny-label {
    font-size: 75%;
    font-weight: 900;
    color: #111;
}
label span.tiny-label {
    color: #111;
}

.text-right {
    text-align: right;
}

.float-clear {
    clear: both;
}
.float-right {
    float: right;
}

.no-break {
    display: inline-block;
}

.img-fluid {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.circle-logo-img {
    width: 100%;
    max-width: 512px;
    margin: 0 auto;
}

.home-title-p {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}

.notifications {
    max-width: 570px;
    padding-right: 20px;
}

.response-msg {
    font-size: 13px;
    color: #0096f9;
    padding-bottom: 4px;
}

.last-contact-div {
    background-color: #f7f7f7;
    padding: 40px 20px;
    margin: 0;
}
p.last-contact {
    font-size: 13px;
}

.section-header-p {
    width: 300px;
    margin: 0 auto;
}

.banner-content-img {
    width: 100%;
    max-width: 543px;
    position: relative;
    left: -40px;
}
.page-banner .banner-content-img {
    width: 100%;
    max-width: 300px;
    position: relative;
    left: -20px;
}
.page-banner .banner_content {
    padding-left: 0px;
}

.page-banner .banner_content p {
    padding-top: 20px;
    font-size: 16px;
    line-height: 24px;
    max-width: 320px;
}

ul.inbox-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.inbox-tabs li.inbox-tab-item {
    width: 32.75%;
    display: inline-block;
    background-color: #bfbfbf;
    padding: 8px 16px;
    margin: 0;
    transition: background-color 0.1s ease-out;
}

ul.inbox-tabs li.inbox-tab-item.wide-tab-item {
    width: 49%;
}

ul.inbox-tabs li.inbox-tab-item.active {
    background-color: #ffb502;
}

ul.inbox-tabs li.inbox-tab-item:hover,
ul.inbox-tabs li.inbox-tab-item:focus {
    background-color: #ffb502;
    transition: background-color 0.2s ease-in;
}
ul.inbox-tabs li.inbox-tab-item a {
    color: #fff;
    font-weight: 900;
}
ul.inbox-tabs li.inbox-tab-item a:active {
    color: #000000;
    font-weight: 900;
}

.red {
    color: red;
}
h5 i.red {
    color: red;
}

.dark-gray-text {
    color: #888;
}
.light-gray-text {
    color: #aaa;
}

.mobile-left-padding {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}
.pr-1 {
    padding-right: 20px;
}
.pr-3 {
    padding-right: 30px;
}
.pr-4 {
    padding-right: 35px;
}
.pr-5 {
    padding-right: 40px;
}
.pl-1-2 {
    padding-left: 5px;
}
.pl-1 {
    padding-left: 16px;
}
.pl-2 {
    padding-left: 24px;
}
.pl-3 {
    padding-left: 32px;
}
.ml-1 {
    margin-left: 8px;
}
.ml-2 {
    margin-left: 18px;
}
.ml-3 {
    margin-left: 32px;
}

.mr-1 {
    margin-right: 4px;
}
.mr-2 {
    margin-right: 16px;
}
.mr-3 {
    margin-right: 28px;
}

.down-3-px {
    position: relative;
    top: 3px;
}

.up-1-px {
    position: relative;
    top: -1px;
}
.up-2-px {
    position: relative;
    top: -2px;
}

.up-5-px {
    position: relative;
    top: -5px;
}

ul.documents-list {
    list-style-type: none;
    padding-left: 40px;
}

ul.legal {
    list-style-type: square;
    padding-left: 40px;
}
ul.legal li.no-bullet {
    list-style-type: none;
}

ul.admin-ul {
    float: right;
    margin-top: 20px;
    padding-right: 40px;
}

ul.admin-ul li.admin-li {
    display: inline;
    margin-left: 0;
}
ul.admin-ul li.staff-li {
    display: inline;
    margin-left: 30px;
}
ul.admin-ul li a {
    vertical-align: top;
}
ul.admin-ul li.admin-li a::after {
    content: "\f2f6";
    font-family: fontawesome;
    left: 57px;
    position: absolute;
    vertical-align: middle;
}
ul.admin-ul li.staff-li a::after {
    content: "\f2f6";
    font-family: fontawesome;
    left: 46px;
    position: absolute;
    vertical-align: middle;
}

.user-views {
    text-align: center;
    line-height: 1;
    margin-bottom: 12px;
    color: #aaa;
}
.user-views-count {
    text-align: center;
    line-height: 1;
    color: #aaa;
    margin-bottom: 5px;
    padding: 0;
    font-size: 85%;
}


.round {
    border-radius: 50%;
}
.paused-listing {
    background: #ffd8d8;
}
.unapproved-listing {
    background: #a6dfff;
}
.reaffirm-listing {
    background: #e00000;
}
.reaffirm-listing .dealer-listing a {
    color: #fff;
}

#DealerContactHistoryDiv,
#SellerContactHistoryDiv {
    height: 100px;
    overflow: hidden;
}





#AlertInfo,
#AlertSuccess,
#AlertWarning,
#AlertDanger {
    width: 100%;
    max-width: 100%;
}

.alert {
    position: relative;
    padding: 0.75rem 2rem 0.75rem 0.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #34667b;
    background-color: #e0f3fb;
    border-color: #d4eefa;
}
.alert-primary hr {
    border-top-color: #bde5f7;
}
.alert-primary .alert-link {
    color: #254857;
}

.alert-secondary {
    color: #373434;
    background-color: #e1e0e0;
    border-color: #d5d4d4;
}
.alert-secondary hr {
    border-top-color: #c8c7c7;
}
.alert-secondary .alert-link {
    color: #1d1b1b;
}

.alert-success {
    color: #fff;
    background-color: #00c647;
    border-color: #00c647;
}
.alert-success hr {
    border-top-color: #00c647;
}
.alert-success .alert-link {
    color: #245335;
}

.alert-info {
    color: #fff;
    background-color: #00afff;
    border-color: #00afff;
}
.alert-info hr {
    border-top-color: #00afff;
}
.alert-info .alert-link {
    color: #01354d;
}

.alert-warning {
    color: #fff;
    background-color: #fd9d00;
    border-color: #fd9d00;
}
.alert-warning hr {
    border-top-color: #fd9d00;
}
.alert-warning .alert-link {
    color: #614b2b;
}

.alert-danger {
    color: #fff;
    background-color: #cc0000;
    border-color: #cc0000;
}
.alert-danger hr {
    border-top-color: #cc0000;
}
.alert-danger .alert-link {
    color: #572a2a;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light hr {
    border-top-color: #ececf6;
}
.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}

.alert {
    position: relative;
}
.alert button.close {
    float: right;
    position: absolute;
    top: 32px;
    right: 70px;
    opacity: 1;
}
.alert .close span i {
    font-size: 20px;
    text-shadow: none;
    color: #fff;
}
.alert .alert-icon i {
    color: #fff;
}
.alert p {
    color: #fff;
    width: 95%;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.banner-button-bar h2 {
    margin-top: -4px;
}
h3.details-banner-button-bar {
    font-size: 30px;
    margin-top: -6px;
}

.banner-button-bar img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 100px;
}

.banner-button-bar-text {
    display: inline-block;
    max-width: 60%;
    position: relative;
    top: 25%;
    transform: translateY(-50%);
    line-height: 1;
}

.banner-button-bar {
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fab916;
    box-shadow: 0px 8px 12px #505050;
    background-image: url("../images/yellow-gradient-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px;
    z-index: 10000;
}

.banner-button-bar.bar-narrow {
    display: none;
}
.banner-button-bar.bar-wide {
    display: block;
}

.banner-button-bar .row {
    max-width: 1420px;
    width: 90%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.banner-button-bar .row.full-row {
    width: 97%;
    left: 52%;
}

.banner-button-bar.bar-narrow .row {
    width: 110%;
    left: 41%;
}
.banner-button-bar.bar-narrow .row.listing-bar {
    width: 97%;
    left: 52%;
    margin-top: 25px;
}

.banner-button-bar div {
    height: 70px;
    position: relative;
}

.banner-button-bar div button {
    font-size: 16px;
    border-radius: 3px;
    background-color: #1f1f1f;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    padding: 13px 0;
    width: 98%;
    border: none;
    outline: none;
    font-weight: 800;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}
.banner-button-bar div button:hover {
    background-color: #fff;
    color: #222;
}
.banner-button-bar div button:active {
    color: #fab916;
}
.banner-button-bar div button.active {
    background-color: #fff;
    color: #222;
}
.banner-button-bar div button.active:hover {
    background-color: #fff;
    color: #222;
}
.banner-button-bar div button.active:active {
    background-color: #fff;
    color: #fab916;
}

.banner-button-bar div button span {
    display: inline-block;
}


.banner-button-bar.bar-narrow.bar-small {
    height: 50px;
    position: absolute;
    bottom: -48px;
}

.cat-search-bar-btn {
    width: 10%;
    display: inline-block;
}
.cat-search-bar-btn-small {
    width: 7%;
    display: inline-block;
}
.cat-search-bar-btn-large {
    width: 13%;
    display: inline-block;
}

.banner_content a {
    box-shadow: 0px 4px 8px #000;
}
.banner_content .custom-breadcrumb a {
    box-shadow: none;
}

.subtype-select {
    height: 40px;
    margin-top: -32px;
    display: none;
}


.payment-progress-div {
    height: 20px;
    width: 100%;
    position: relative;
    text-align: left;
}
.message-progress-div {
    height: 20px;
    width: 100%;
    position: relative;
    text-align: left;
    clear:both;
    margin: 0;
}

#SportsSubTypeRow {
    padding: 0 0 0 110px;
    height: auto;
    margin-top: -16px;
    display: none;
}

#ClassicSubTypeRow {
    padding: 0 0 0 425px;
    height: auto;
    margin-top: -16px;
    display: none;
}



#new-dealer-upload1-name,
#new-dealer-upload2-name,
#new-dealer-upload3-name,
#new-dealer-upload4-name,
#new-dealer-upload5-name,
#new-dealer-upload6-name,
#new-dealer-upload7-name,
#new-dealer-upload8-name,
#new-dealer-upload9-name,
#new-dealer-upload10-name,
#new-dealer-upload11-name,
#new-dealer-upload12-name,
#new-dealer-upload13-name,
#new-dealer-upload14-name,
#new-seller-upload1-name,
#new-seller-upload2-name,
#new-seller-upload3-name,
#new-seller-upload4-name,
#new-seller-upload5-name,
#new-seller-upload6-name,
#new-seller-upload7-name,
#new-seller-upload8-name,
#new-seller-upload9-name,
#new-seller-upload10-name,
#new-seller-upload11-name,
#new-seller-upload12-name,
#new-seller-upload13-name,
#new-seller-upload14-name,
#dealer-upload1-name,
#dealer-upload2-name,
#dealer-upload3-name,
#dealer-upload4-name,
#dealer-upload5-name,
#dealer-upload6-name,
#dealer-upload7-name,
#dealer-upload8-name,
#dealer-upload9-name,
#dealer-upload10-name,
#dealer-upload11-name,
#dealer-upload12-name,
#dealer-upload13-name,
#dealer-upload14-name,
#seller-upload1-name,
#seller-upload2-name,
#seller-upload3-name,
#seller-upload4-name,
#seller-upload5-name,
#seller-upload6-name,
#seller-upload7-name,
#seller-upload8-name,
#seller-upload9-name,
#seller-upload10-name,
#seller-upload11-name,
#seller-upload12-name,
#seller-upload13-name,
#seller-upload14-name,
#upload1-name,
#upload2-name,
#upload3-name,
#upload4-name,
#upload5-name,
#upload6-name,
#upload7-name,
#upload8-name,
#upload9-name,
#upload10-name,
#upload11-name,
#upload12-name,
#upload13-name,
#upload14-name,
#upload101-name,
#upload201-name {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 13px;
    background-color: rgba(152, 152, 152, 0.5);
}

#ProfileUpload-progress-bar,
#dealer-id-upload1-progress-bar,
#seller-id-upload1-progress-bar,
#seller-id-upload2-progress-bar,
#dealer-profile-upload1-progress-bar,
#seller-profile-upload1-progress-bar,
#new-dealer-upload1-progress-bar,
#new-dealer-upload2-progress-bar,
#new-dealer-upload3-progress-bar,
#new-dealer-upload4-progress-bar,
#new-dealer-upload5-progress-bar,
#new-dealer-upload6-progress-bar,
#new-dealer-upload7-progress-bar,
#new-dealer-upload8-progress-bar,
#new-dealer-upload9-progress-bar,
#new-dealer-upload10-progress-bar,
#new-dealer-upload11-progress-bar,
#new-dealer-upload12-progress-bar,
#new-dealer-upload13-progress-bar,
#new-dealer-upload14-progress-bar,
#new-seller-upload1-progress-bar,
#new-seller-upload2-progress-bar,
#new-seller-upload3-progress-bar,
#new-seller-upload4-progress-bar,
#new-seller-upload5-progress-bar,
#new-seller-upload6-progress-bar,
#new-seller-upload7-progress-bar,
#new-seller-upload8-progress-bar,
#new-seller-upload9-progress-bar,
#new-seller-upload10-progress-bar,
#new-seller-upload11-progress-bar,
#new-seller-upload12-progress-bar,
#new-seller-upload13-progress-bar,
#new-seller-upload14-progress-bar,
#dealer-upload1-progress-bar,
#dealer-upload2-progress-bar,
#dealer-upload3-progress-bar,
#dealer-upload4-progress-bar,
#dealer-upload5-progress-bar,
#dealer-upload6-progress-bar,
#dealer-upload7-progress-bar,
#dealer-upload8-progress-bar,
#dealer-upload9-progress-bar,
#dealer-upload10-progress-bar,
#dealer-upload11-progress-bar,
#dealer-upload12-progress-bar,
#dealer-upload13-progress-bar,
#dealer-upload14-progress-bar,
#seller-upload1-progress-bar,
#seller-upload2-progress-bar,
#seller-upload3-progress-bar,
#seller-upload4-progress-bar,
#seller-upload5-progress-bar,
#seller-upload6-progress-bar,
#seller-upload7-progress-bar,
#seller-upload8-progress-bar,
#seller-upload9-progress-bar,
#seller-upload10-progress-bar,
#seller-upload11-progress-bar,
#seller-upload12-progress-bar,
#seller-upload13-progress-bar,
#seller-upload14-progress-bar,
#upload1-progress-bar,
#upload2-progress-bar,
#upload3-progress-bar,
#upload4-progress-bar,
#upload5-progress-bar,
#upload6-progress-bar,
#upload7-progress-bar,
#upload8-progress-bar,
#upload9-progress-bar,
#upload10-progress-bar,
#upload11-progress-bar,
#upload12-progress-bar,
#upload13-progress-bar,
#upload14-progress-bar,
#upload101-progress-bar,
#upload201-progress-bar,
#uploadMsg-progress-bar,
#upload-progress-bar {
    display: block;
    width: 0%;
    max-width: 100%;
    height: 18px;
    background-color: green;
    border-radius: 3px 3px 3px 3px;
    text-align: left;
    margin: 0 auto;
}
#ProfileUpload-progress-bar,
#uploadMsg-progress-bar,
#upload-progress-bar {
    margin: 0 0;
}
 
#ProfileUpload-progress-text,
#dealer-id-upload1-progress-text,
#seller-id-upload1-progress-text,
#seller-id-upload2-progress-text,
#dealer-profile-upload1-progress-text,
#seller-profile-upload1-progress-text,
#new-dealer-upload1-progress-text,
#new-dealer-upload2-progress-text,
#new-dealer-upload3-progress-text,
#new-dealer-upload4-progress-text,
#new-dealer-upload5-progress-text,
#new-dealer-upload6-progress-text,
#new-dealer-upload7-progress-text,
#new-dealer-upload8-progress-text,
#new-dealer-upload9-progress-text,
#new-dealer-upload10-progress-text,
#new-dealer-upload11-progress-text,
#new-dealer-upload12-progress-text,
#new-dealer-upload13-progress-text,
#new-dealer-upload14-progress-text,
#new-seller-upload1-progress-text,
#new-seller-upload2-progress-text,
#new-seller-upload3-progress-text,
#new-seller-upload4-progress-text,
#new-seller-upload5-progress-text,
#new-seller-upload6-progress-text,
#new-seller-upload7-progress-text,
#new-seller-upload8-progress-text,
#new-seller-upload9-progress-text,
#new-seller-upload10-progress-text,
#new-seller-upload11-progress-text,
#new-seller-upload12-progress-text,
#new-seller-upload13-progress-text,
#new-seller-upload14-progress-text,
#dealer-upload1-progress-text,
#dealer-upload2-progress-text,
#dealer-upload3-progress-text,
#dealer-upload4-progress-text,
#dealer-upload5-progress-text,
#dealer-upload6-progress-text,
#dealer-upload7-progress-text,
#dealer-upload8-progress-text,
#dealer-upload9-progress-text,
#dealer-upload10-progress-text,
#dealer-upload11-progress-text,
#dealer-upload12-progress-text,
#dealer-upload13-progress-text,
#dealer-upload14-progress-text,
#seller-upload1-progress-text,
#seller-upload2-progress-text,
#seller-upload3-progress-text,
#seller-upload4-progress-text,
#seller-upload5-progress-text,
#seller-upload6-progress-text,
#seller-upload7-progress-text,
#seller-upload8-progress-text,
#seller-upload9-progress-text,
#seller-upload10-progress-text,
#seller-upload11-progress-text,
#seller-upload12-progress-text,
#seller-upload13-progress-text,
#seller-upload14-progress-text,
#upload1-progress-text,
#upload2-progress-text,
#upload3-progress-text,
#upload4-progress-text,
#upload5-progress-text,
#upload6-progress-text,
#upload7-progress-text,
#upload8-progress-text,
#upload9-progress-text,
#upload10-progress-text,
#upload11-progress-text,
#upload12-progress-text,
#upload13-progress-text,
#upload14-progress-text,
#upload101-progress-text,
#upload201-progress-text,
#uploadMsg-progress-text,
#upload-progress-text {
    color: #fff;
    padding: 1px;
    margin-right: 4px;
    float: right;
    font-size: 12px;
}

#ProfileUpload-progress,
#dealer-id-upload1-progress,
#seller-id-upload1-progress,
#seller-id-upload2-progress,
#dealer-profile-upload1-progress,
#seller-profile-upload1-progress,
#new-dealer-upload1-progress,
#new-dealer-upload2-progress,
#new-dealer-upload3-progress,
#new-dealer-upload4-progress,
#new-dealer-upload5-progress,
#new-dealer-upload6-progress,
#new-dealer-upload7-progress,
#new-dealer-upload8-progress,
#new-dealer-upload9-progress,
#new-dealer-upload10-progress,
#new-dealer-upload11-progress,
#new-dealer-upload12-progress,
#new-dealer-upload13-progress,
#new-dealer-upload14-progress,
#new-seller-upload1-progress,
#new-seller-upload2-progress,
#new-seller-upload3-progress,
#new-seller-upload4-progress,
#new-seller-upload5-progress,
#new-seller-upload6-progress,
#new-seller-upload7-progress,
#new-seller-upload8-progress,
#new-seller-upload9-progress,
#new-seller-upload10-progress,
#new-seller-upload11-progress,
#new-seller-upload12-progress,
#new-seller-upload13-progress,
#new-seller-upload14-progress,
#dealer-upload1-progress,
#dealer-upload2-progress,
#dealer-upload3-progress,
#dealer-upload4-progress,
#dealer-upload5-progress,
#dealer-upload6-progress,
#dealer-upload7-progress,
#dealer-upload8-progress,
#dealer-upload9-progress,
#dealer-upload10-progress,
#dealer-upload11-progress,
#dealer-upload12-progress,
#dealer-upload13-progress,
#dealer-upload14-progress,
#seller-upload1-progress,
#seller-upload2-progress,
#seller-upload3-progress,
#seller-upload4-progress,
#seller-upload5-progress,
#seller-upload6-progress,
#seller-upload7-progress,
#seller-upload8-progress,
#seller-upload9-progress,
#seller-upload10-progress,
#seller-upload11-progress,
#seller-upload12-progress,
#seller-upload13-progress,
#seller-upload14-progress,
#upload1-progress,
#upload2-progress,
#upload3-progress,
#upload4-progress,
#upload5-progress,
#upload6-progress,
#upload7-progress,
#upload8-progress,
#upload9-progress,
#upload10-progress,
#upload11-progress,
#upload12-progress,
#upload13-progress,
#upload14-progress,
#upload101-progress,
#upload201-progress,
#uploadMsg-progress,
#upload-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 18px;
    background-color: transparent;
    border: none;
    z-index: 20000;
    overflow: hidden;
    margin: 0 auto;
}

.upload-image-preview-div {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.upload-image-preview-main-div,
.upload-image-preview-thumb-div {
    z-index: 100;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.preview-nav-item {
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    font-size: 100%;
}

.form-radio .radio {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}
.form-radio .radio label {
    margin-bottom: 0;
    font-weight: 900;
}
.form-radio .radio label .fill-control-description {
    color: #000;
}

.form-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.form-radio input[type="radio"]:checked ~ .fill-control-description {
    color: #03a9f4;
}
.form-radio input[type="radio"]:disabled ~ .fill-control-description {
    color: #aaa;
}

.form-radio .checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #aaa;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}

.form-radio .radio:hover input ~ .checkmark {
    background-color: transparent;
}

.form-radio .radio input:checked ~ .checkmark {
    border: 2px solid #03a9f4;
    -webkit-transition: 0.01s;
    -o-transition: 0.01s;
    transition: 0.01s;
}

.form-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.form-radio .radio input:checked ~ .checkmark:after {
    display: block;
    border: 1px solid #03a9f4;
}

.form-radio .radio .checkmark:after {
    top: 1px;
    left: 1px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #03a9f4;
}

.form-radio .radio input:checked.checkmark {
    border: 2px solid #03a9f4 !important;
}

.form-radio .radio input:disabled ~ .disabled {
    border: 2px solid #ccc;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.form-radio .radio input:disabled ~ .disabled:after {
    display: block;
    border: 1px solid #ccc;
}

.form-radio .radio .disabled:after {
    top: 1px;
    left: 1px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ccc;
}

.form-radio.disabled .fill-control-description {
    color: #aaa;
}

.toggle-response {
    position: relative;
    top: -55px;
}

.toggle-label-div {
    width: calc(100% - 100px);
    padding-right: 7px;
}

.toggle-button-div {
    width: 100px;
}

.toggle-button-cover {
    position: relative;
    width: 94px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    float: right;
}

.button-cover {
    height: 40px;
    margin-right: 20px;
    background-color: #fff;
}

.button-cover,
.knobs,
.layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button {
    position: relative;
    width: 74px;
    height: 36px;
    overflow: hidden;
    float: right;
}

.button.r,
.button.r .layer {
    border-radius: 100px;
}

.checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs {
    z-index: 2;
}

.layer {
    width: 100%;
    background-color: #fcebeb;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    z-index: 1;
}

#google-pay-button,
#apple-pay-button { 
  margin-bottom: 4px;
  height: 48px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: inline-block;
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  -apple-pay-button-style: black;
}



/* Button 1 */
#button-1 .knobs:before,
#button-2 .knobs:before,
#button-3 .knobs:before,
#button-4 .knobs:before,
#button-5 .knobs:before,
#button-6 .knobs:before,
#button-7 .knobs:before,
#button-8 .knobs:before,
#button-9 .knobs:before,
#button-10 .knobs:before {
    content: "OFF";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    background-color: #f44336;
    border-radius: 50%;
    -webkit-transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
    -o-transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .checkbox:checked + .knobs:before,
#button-2 .checkbox:checked + .knobs:before,
#button-3 .checkbox:checked + .knobs:before,
#button-4 .checkbox:checked + .knobs:before,
#button-5 .checkbox:checked + .knobs:before,
#button-6 .checkbox:checked + .knobs:before,
#button-7 .checkbox:checked + .knobs:before,
#button-8 .checkbox:checked + .knobs:before,
#button-9 .checkbox:checked + .knobs:before,
#button-10 .checkbox:checked + .knobs:before {
    content: "ON";
    left: 42px;
    background-color: #03a9f4;
}

#button-1 .checkbox:checked ~ .layer,
#button-2 .checkbox:checked ~ .layer,
#button-3 .checkbox:checked ~ .layer,
#button-4 .checkbox:checked ~ .layer,
#button-5 .checkbox:checked ~ .layer,
#button-6 .checkbox:checked ~ .layer,
#button-7 .checkbox:checked ~ .layer,
#button-8 .checkbox:checked ~ .layer,
#button-9 .checkbox:checked ~ .layer,
#button-10 .checkbox:checked ~ .layer {
    background-color: #ebf7fc;
}

#button-1 .knobs,
#button-1 .knobs:before,
#button-1 .layer,
#button-2 .knobs,
#button-1 .knobs:before,
#button-1 .layer,
#button-3 .knobs,
#button-1 .knobs:before,
#button-1 .layer,
#button-4 .knobs,
#button-1 .knobs:before,
#button-1 .layer,
#button-5 .knobs,
#button-1 .knobs:before,
#button-1 .layer,
#button-6 .knobs,
#button-1 .knobs:before,
#button-1 .layer,
#button-7 .knobs,
#button-1 .knobs:before,
#button-1 .layer,
#button-8 .knobs,
#button-1 .knobs:before,
#button-1 .layer,
#button-9 .knobs,
#button-1 .knobs:before,
#button-1 .layer,
#button-10 .knobs,
#button-1 .knobs:before,
#button-1 .layer {
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

#openIconDealer,
#closeIconDealer,
#openIconSeller,
#closeIconSeller,
#openIcon,
#closeIcon {
    cursor: pointer;
}
#closeIconDealer,
#closeIconSeller,
#closeIcon {
    color: #fab916;
}
#openIconDealer:active,
#openIconSeller:active,
#openIcon:active {
    color: #fab916;
}
#closeIconDealer:active,
#closeIconSeller:active,
#closeIcon:active {
    color: #111;
}

.messages-top-padding {
    padding-top: 40px;
}

.messages-search {
    border-left: 3px solid #cecece;
    border-radius: 0;
}
.messages-list {
    background-color: #fff;
    padding-bottom: 30px;
    overflow-y: auto;
    width: 100%;
    max-width: 100%;
}
.messages-window {
    background-color: #ffff;
    width: 100%;
    max-width: 100%;
}

.messages-list.limit-height {
    height: 72vh;
    min-height: 480px;
}
.messages-window.limit-height {
    height: 72vh;
    min-height: 480px;
}

.messages-list-item {
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 10px 10px 10px 0;
}
.messages-list-item-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    padding-left: 7px;
}
.messages-list-item .smaller-text {
    margin-top: -7px;
}

.messages-list-item > h5 {
    color: #222;
    margin-top: -5px;
    transition: all 0.3s ease;
}
.messages-list-item.active > h5 {
    color: #ffa702;
}
.messages-list-item:hover,
.messages-list-item:hover .messages-list-item-bottom-right {
    background-color: #fff;
}
.messages-list-item:hover > h5 {
    color: #ffa702;
    transition: all 0.3s ease;
}
.messages-list-item.active:active > h5,
.messages-list-item:active > h5 {
    color: #ffab02;
}
.messages-list-item-small-text {
    font-size: 12px;
    font-weight: 700;
}
.messages-list-item-large-text {
    font-size: 28px;
    font-weight: 900;
}
.messages-list-item-right {
    float: right;
}
.messages-list-item-p {
    position: relative;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 400;
    max-height: 16px;
    padding-left: 12px;
    padding-right: 18px;
    overflow: hidden;
    text-align: right;
}
.messages-window-p-sender {
    clear: both;
    float: right;
    width: 85%;
    padding: 12px;
    background-color: #fff;
    color: #222;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
}
.tiny-message-text-right {
    clear: both;
    float: right;
    text-align: right;
    width: 85%;
    font-size: 10px;
    margin: 0 5px 0 0;
}
.message-image-right {
    width:60%;
    clear: both;
    float:right;
    border-radius: 8px;
    margin-bottom: 5px;
}
.messages-window-p-receiver {
    clear: both;
    float: left;
    width: 90%;
    padding: 12px;
    background-color: #444444;
    color: #fff;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
}
.tiny-message-text-left {
    clear: both;
    float: left;
    width: 90%;
    font-size: 10px;
    margin: 0 0 0 5px;
}
.message-image-left {
    width:60%;
    clear: both;
    float:left;
    border-radius: 8px;
    margin-bottom: 5px;
}
.messages-window h5 {
    color: #ffab02;
}

.fixed-message-top {
    margin-top: 5px;
    margin-bottom: 40px;
    height: 30px;
}
.fixed-message-header {
    border-bottom: 1px solid #fff;
}
.fixed-message-header h5 {
    color: #222;
}
.fixed-message-header p {
    margin: -10px 0 -5px;
    font-size: 11px;
}

.scrollable-message-window {
    margin-top: 20px;
    overflow-y: auto;
    background-color: #f8f8f8;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 10px;
    margin-left: -6px;
    width: calc(100% + 12px);
    max-width: calc(100% + 12px);
}
.scrollable-message-window.limit-height {
    height: calc(75vh - 350px);
    min-height: calc(480px - 330px);
}

.messages-compose-box {
    padding-top: 12px;
    resize: none;
    background-color: #f8f8f8;
    margin-left: -6px;
    width: calc(100% + 12px);
    max-width: calc(100% + 12px);
}

.message-send-btn {
    float: right;
}

.home-subtitle {
    width: 100%;
    max-width: 480px;
    text-align: center;
}

.listing_images {
    width: 99%;
}
.listing_images_slider .owl-stage-outer {
    height: auto !important;
}

.trusted-img {
    margin-top: 0;
}

.password-container {
    position: relative;
}
.password-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor:pointer;
}


/* --------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-------------- MEDIA QUERIES ------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------  */

@media (min-width: 418px) and (max-width: 498px) {
    ul.inbox-tabs li.inbox-tab-item {
        padding: 8px 8px;
    }
}

@media (min-width: 768px) {
    #navigation.collapse.navbar-collapse {
        width: 70%;
    }
    .header_wrap {
        width: 29%;
    }
    .login_btn {
        position: relative;
        top: 0;
        right: 0;
        margin: 5px 0 10px 8px;
    }
    .testimonial-m {
        margin: 0 auto;
        max-width: 580px;
    }
    
    .pr-md-4 {
        padding-right: 80px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header_wrap {
        position: absolute;
        right: 0px;
        top: 0px;
    }
    .navbar-nav > li {
        padding: 0 8px;
    }
    .navbar-expand-lg .navbar-nav > li > a {
        padding: 20px 5px;
        font-size: 12px;
    }
    .navbar-expand-lg .navbar-nav > li.dropdown > a {
        padding: 20px 30px 20px 5px;
    }
    .navbar-nav > li > a {
        font-size: 13px;
    }
    #header-search-form {
        display: none;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 1;
    }
    #header-search-form::after,
    .header_search #search_toggle {
        display: block;
    }
    #header-search-form1::after {
        display: block;
    }
    .header_search #search_toggle1 {
        display: block;
    }
    .header_widgets {
        margin: 24px 8px 0 0;
    }

    .dealers_listing .dealer_info h5 {
        font-size: 95%;
        line-height: 25px;
    }

    .image-rightside {
        position: relative;
        left: 30px;
    }

    .login_btn .btn.btn-xs {
        font-size: 10px;
        padding: 0 15px;
    }
    .user_login ul.dropdown-menu {
        top: 43px;
    }
    .social-follow {
        margin: -4px 0 0 0;
    }
    .social-follow ul li a {
        font-size: 18px;
    }
    .social-follow ul li a i {
        margin-right: 2px;
    }
    .circle_icon {
        font-size: 15px;
        height: 34px;
        line-height: 30px;
        margin-right: 6px;
        width: 34px;
    }
    .contact-info p {
        font-size: 12px;
    }
    .section-padding {
        padding: 100px 0;
    }
    .section-header h2 {
        margin-bottom: 30px;
    }
    .brand-logo-list {
        width: 86%;
    }
    
    .footer-bottom .footer_widget {
        margin: 0 30px 0 0;
    }
    .footer-top h6 {
        margin-bottom: 10px;
        margin-top: 50px;
    }
    .contact_form {
        margin-bottom: 60px;
    }
    .background_icon i {
        font-size: 265px;
        line-height: 240px;
    }
    .error_text_m h2 {
        font-size: 100px;
    }
    .error_icon i {
        font-size: 60px;
    }
    .error_icon {
        width: 20%;
    }
    .error_msg_div h3 {
        font-size: 50px;
    }
    .error_msg_div h3 span {
        font-size: 30px;
    }
    .error_msg_div .btn {
        margin-top: 10px;
    }
    .team_more_info p,
    .team_more_info p a {
        font-size: 13px;
        line-height: 18px;
        margin: 0 0 6px;
    }
    .team_more_info ul li a {
        font-size: 12px;
        height: 22px;
        line-height: 22px;
        width: 22px;
    }
    .fun-facts-m {
        height: 158px;
        width: 158px;
    }
    .fun-facts-m h2 {
        font-size: 30px;
    }
    .fun-facts-m p {
        font-size: 13px;
    }
    .about_content h3 {
        margin-top: 0;
    }
    .listing_box h5 {
        margin-bottom: 0;
    }
    .popular_post ul li {
        display: inline-block;
        margin: 0 auto 20px;
        padding: 0 9px 0 0;
        vertical-align: top;
        width: 49%;
    }
    .comment-respond {
        margin-bottom: 100px;
    }
    .comment-form {
        margin: 10px 0;
    }
    .article_meta ul li {
        font-size: 14px;
        margin: 0 15px 10px 0;
    }
    .article_header h2 {
        font-size: 28px;
    }
    .article_header {
        padding: 15px 30px;
    }
    .article_full_info .article_header h2 {
        font-size: 40px;
    }
    .services_image {
        margin-bottom: 25px;
    }
    .dealer_logo {
        padding: 10px;
    }
    .dealer_profile .dealer_info {
        padding: 5px 0;
    }
    .dealer_social_links {
        margin: 0;
    }
    .dealer_contact_info {
        margin: 0 auto 5px;
        padding: 12px;
    }
    .recent_addedcars {
        overflow: hidden;
    }
    .recent_addedcars ul li {
        width: 50%;
        float: left;
    }
    .pagination {
        margin-bottom: 100px;
    }

    .listing_detail_head .price_info {
        text-align: left;
    }
    .listing_detail_head .price_info p {
        margin: 20px 0 0;
    }
    .listing_detail_head {
        margin-bottom: 30px;
    }
    .listing-detail {
        padding: 60px 0;
    }
    #other_info {
        display: block;
    }
    #info_toggle {
        display: none;
    }
    .listing_other_info button {
        font-size: 14px;
        margin: 0 20px 0 0;
    }
    .banner_content {
        padding-left: 20px;
    }
    .page-banner .custom-breadcrumb {
        padding: 0 0 0 30px;
    }
    .looking-car {
        padding: 30px;
        width: auto;
    }
    .looking-cat-image {
        max-width: 350px;
        position: relative;
        right: 0;
        top: 0;
    }
    .looking-car-content {
        width: 100%;
    }
    .col-list-3 {
        float: left;
        padding: 0 15px;
        width: 50%;
    }
    .col-list-3:nth-child(3n + 1) {
        clear: inherit;
    }
    .blog-info-box ul {
        background: #222 none repeat scroll 0 0;
        padding: 15px;
        position: relative;
    }
    .blog-info-box li {
        display: block;
        line-height: 30px;
        margin: 0;
    }
    .compare_info {
        overflow: scroll;
    }
    .compare_product_img,
    .compare_product_info,
    .compare_product_title {
        width: 1140px;
    }
    .user_login ul li {
        padding: 0 7px 0 7px;
    }
    .user_login ul.dropdown-menu li a {
        width: 111%;
        margin-left: -6%;
    }
    #banner2 .carousel-caption {
        left: 10%;
        right: 10%;
    }
    #banner2 h1 {
        font-size: 36px;
        margin-bottom: 10px;
    }
    #banner2 h3 {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 400;
    }
    #filter_form2 {
        margin: -60px 0 -20px;
    }
    .header_style2 .navbar-header {
        float: none;
    }
    .header_style2 .navbar-toggle {
        display: block;
        margin: 23px 0;
    }
    .header_style2 .navbar-collapse.collapse {
        display: none !important;
        float: none !important;
    }
    .header_style2 .navbar-collapse.collapse.in {
        display: block !important;
    }
    .header_style2 .header_wrap {
        float: none;
        text-align: left;
        background: #111;
        position: relative;
    }
    .header_style2 .header_wrap::before {
        background: #111 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: -440px;
        position: absolute;
        top: 0;
        width: 1000%;
    }
    .header_style2 .user_login {
        display: inline-block;
        float: none;
        margin: 10px 0;
        z-index: 1;
        position: relative;
    }
    .header_style2 .login_btn {
        float: right;
        margin: 10px 0;
        z-index: 1;
    }
    .header_style2 .user_login i {
        color: #fff;
    }
    #fun-facts .vc_col,
    #fun-facts.vc_row {
        display: block;
    }
    #fun-facts .fact_m {
        display: block;
        margin: 0 auto;
        max-width: 718px;
        overflow: hidden;
        padding: 100px 0;
        width: auto;
    }
    #fun-facts .section-padding {
        padding: 0;
    }
    .facts_section_bg {
        height: 400px;
        position: relative;
    }
    .blog-info-box .share_article ul li {
        height: 25px;
        line-height: 25px;
        width: 25px;
    }
    .blog-info-box .share_article:hover ul {
        padding: 3px;
    }
    .header-row {
        padding: 16px 0;
    }
}

@media (min-width: 991px) {
    .accessories_list:nth-child(2n) {
        clear: right;
    }
}
@media (min-width: 992px) {
    .header_widgets {
        margin: 16px 8px 0 0;
    }
    .header_wrap {
        position: absolute;
        right: 0px;
        top: 0px;
    }
    
    .trusted-img {
        margin-top: -70px;
    }
    .page-banner .banner-content-img {
        left: -30px;
    }
    
    .navbar-expand-lg .navbar-nav > li.dropdown:hover .dropdown-menu {
        display: block;
    }
    .navbar-nav > li > .dropdown-menu {
        top: 90px;
        display: block !important;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        opacity: 0;
        visibility: hidden;
    }
    .navbar-nav > li:hover > .dropdown-menu {
        top: 95%;
        opacity: 1;
        visibility: visible;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
    }
    .header_style2 #navigation.collapse.navbar-collapse {
        display: inline-block !important;
        float: none;
        width: auto !important;
    }
    .header_style2 {
        padding: 6px 0;
    }
    .recent_addedcars ul li {
        width: 33.33%;
        float: left;
    }
    ul.dropdown-menu {
        width: 170px;
    }
    ul.dropdown-menu.dropdown-medium {
        width: 190px;
    }
    ul.dropdown-menu.dropdown-wide {
        width: 210px;
    }
    .user_login {
        min-width: 180px;
    }
    .user_login ul.dropdown-menu {
        top: 47px;
    }
    .navbar-nav > li > .dropdown-menu li:last-child {
        border-bottom: none;
    }
    .social-follow {
        vertical-align: middle;
        margin-top: -45px;
    }
    .login_btn {
        margin: -5px 0 10px 8px;
    }
    .social-follow {
        margin-top: -15px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 1238px;
    }
    .pr-lg-4 {
        padding-right: 80px;
    }
    .custom-breadcrumb {
        padding: 0 0 0 40px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-expand-lg .navbar-nav > li.dropdown > a::after {
        right: 18px;
        top: 30%;
    }
    .navbar-nav > li {
        padding: 0 17px;
    }
    h5 {
        font-size: 17px;
    }
    .navbar-expand-lg .navbar-nav > li > a {
        padding: 20px 5px;
    }
    .navbar-expand-lg .navbar-nav > li.dropdown > a {
        padding: 20px 30px 20px 5px;
    }

    .banner_content {
        padding-left: 20px;
    }
    .looking-cat-image {
        max-width: 240px;
        position: absolute;
        right: -30px;
        top: 70px;
    }
    .car-info-box ul {
        padding: 0 10px;
    }
    .car-info-box li {
        font-size: 11px;
        line-height: 40px;
        margin: 0 5px 0 auto;
    }
    .blog-info-box ul {
        padding: 0 10px;
    }
    .blog-info-box li {
        font-size: 12px;
        line-height: 40px;
        margin: 0 5px 0 auto;
    }
    .section-padding {
        padding: 100px 0;
    }
    .faq_category {
        padding: 40px 20px;
    }
    .footer-top h4 {
        font-size: 18px;
    }
    .background_icon i {
        font-size: 428px;
    }
    .error_msg_div h3 span {
        font-size: 30px;
    }
    .article_header h2 {
        font-size: 37px;
    }
    .article_full_info .article_meta {
        padding: 6px 15px;
    }
    .article_meta ul li {
        font-size: 14px;
        margin: 4px 14px 4px 0;
    }
    .article_tag {
        padding: 20px;
    }
    .article_tag h6 {
        float: left;
    }
    .article_tag .tag_list {
        display: block;
    }
    .article_tag .tag_list li {
        margin-bottom: 6px;
    }
    .share_article h6 {
        float: none;
    }
    .article_header h2 {
        font-size: 32px;
    }
    .article_full_info .article_header h2 {
        font-size: 40px;
    }
    .h5li {
        font-size: 11px;
    }
    .grid_listing .product-listing-content ul.features_list {
        margin: 16px -10px 0;
        padding: 20px;
    }
    .grid_listing .product-listing-content {
        padding: 0;
    }
    .sidebar_widget {
        padding: 20px 14px 20px;
    }
    .btn {
        padding: 5px 22px;
    }
    .pagination {
        margin-bottom: 100px;
    }
    .listing_other_info button {
        font-size: 14px;
        margin: 0 30px 0 0;
    }
    .share_vehicle {
        padding: 20px 15px;
    }
    .widget_heading i {
        margin: 0 3px 0 0;
    }
    .dealer_detail p span {
        font-weight: 800;
        width: auto;
    }
    .dealer_detail p {
        font-size: 13px;
        margin: 0 auto 5px;
    }
    .listing_heading div {
        font-size: 14px;
        padding: 13px;
    }
    .inventory_info_list ul li div {
        font-size: 15px;
        padding: 14px 20px;
    }
    .compare_product_title li,
    .compare_product_title table td,
    .compare_product_title table th {
        font-size: 17px;
        padding: 20px;
    }
    .compare_info .compare_product_img .search_other_inventory {
        font-size: 23px;
        padding: 20px;
    }
    .fact_m ul li {
        min-height: 160px;
    }
    .fact_m ul li i {
        font-size: 44px;
    }
    .fact_m ul li p {
        display: flex;
        line-height: 20px;
    }
    .testimonial_wrap {
        padding: 40px 20px;
    }
    .default-header {
        padding: 20px 0 0;
        padding-bottom: 10px;
    }
    .image-rightside {
        margin-top: -10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .copy-right {
        margin-top: 17px;
    }
    #filter_form select {
        font-size: 13px;
    }
}
@media (min-width: 1051px) {
}
@media (min-width: 1200px) {
    .copy-right {
        margin-top: 5px;
    }
    .testimonial-m {
        margin: 0 auto;
        max-width: 580px;
    }
    
}
@media (min-width: 1201px) {
    .copy-right {
        margin-top: 4px;
    }
}

@media (min-width: 1200px) and (max-width: 1200px) {
    .banner_content {
        padding-left: 120px;
        max-width: 480px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .vehicle_images > div {
        float: left;
        height: 120px;
        margin: 0 10px 10px 0;
        width: 23%;
    }
    .image-rightside {
        margin-top: 10px;
    }
    .testimonial-img {
        left: 0px;
        height: 230px;
        width: 230px;
    }
    .trusted-img {
        margin-top: -30px;
    }
}

@media (min-width: 1600px) {
    #navigation_bar .container,
    .banner-section .container {
        min-width: 1440px;
        max-width: 1440px;
        width: 1300px;
    }
}

/*  ------------------------------------------------------------------- 
    -------------------------------------------------------------------  */

@media (max-width: 1650px) {
    #SportsSubTypeRow {
        padding: 0 0 0 7%;
    }
    #ClassicSubTypeRow {
        padding: 0 0 0 27%;
    }
}

@media (max-width: 1199px) {
    .vehicle_images > div {
        float: left;
        height: 90px;
        margin: 0 10px 10px 0;
        width: 23%;
    }


    .banner-button-bar div button {
        font-size: 13px;
    }
    #SportsSubTypeRow {
        margin-top: -20px;
    }

    #ClassicSubTypeRow {
        margin-top: -20px;
    }

    .google-map-style {
        height: 550px;
    }
}

@media (max-width: 992px) {
    .sidebar_3 {
        height: auto;
        background: #fff;
    }
    .recent-tab {
        position: relative;
        left: -8%;
    }
}

@media (max-width: 991px) {
    .vehicle_images > div {
        float: left;
        height: 115px;
        margin: 0 10px 10px 0;
        width: 47%;
    }
    
    .user_login {
        float: right;
    }
    .user_login ul.dropdown-menu.show {
        left: 20px;
    }
    
    .default-header-spacer {
        height: 102px;
        width: 100%;
    }
    .dropdown-menu > .active > li,
    .dropdown-menu > li,
    .navbar-expand-lg .navbar-nav li .dropdown-menu li,
    .navbar-nav > li > .dropdown-menu li {
        background: #111;
    }


    .home-subtitle {
        max-width: 480px;
    }

    .image-rightside {
        margin-top: -30px;
    }

    .dropdown-menu.user-menu > .active > li,
    .dropdown-menu.user-menu > .active > li:focus,
    .dropdown-menu.user-menu > .active > li:hover,
    .dropdown-menu.user-menu > li :hover,
    .dropdown-menu.user-menu > li > li:focus,
    .navbar-expand-lg .navbar-nav li:hover .dropdown-menu.user-menu li:hover,
    .navbar-nav > li > .dropdown-menu.user-menu li:hover {
        background: #111;
    }

    .banner-button-bar.bar-narrow {
        display: block;
    }
    .banner-button-bar.bar-wide {
        display: none;
    }

    button.btn.btn-block.search {
        width: 100%;
    }
    button.btn.btn-block.clear {
        width: 100%;
    }

    .main_features ul li {
        width: 33.33%;
        min-width: 33.33%;
        max-width: 33.33%;
        margin: 0 0 0 0;
    }
    .main_features ul li:last-child {
        margin: 0 0 0 0;
    }

    .navbar-toggler {
        background: #fff;
        border-radius: 10%;
        margin-left: -20px;
    }
    button.navbar-toggler:focus {
        box-shadow: none;
    }
    .modal-lg {
        width: 90%;
        max-width: 800px;
    }
    .listing-detail ul#myTab li {
        width: 100%;
        float: left;
    }
    .messages-list.limit-height {
        height: 75vh;
        min-height: 600px;
    }
    .messages-window.limit-height {
        height: 75vh;
        min-height: 600px;
    }
    .scrollable-message-window.limit-height {
        height: calc(75vh - 320px);
        min-height: calc(600px - 320px);
    }
    .result-sorting-wrapper {
        padding: 4px 20px;
    }

    ul#myTab {
        margin-bottom: 0;
    }
    .google-map-style {
        height: 450px;
    }
}

@media (max-width: 768px) {
    .slider-car-video {
        top: 392px;
        left: 11%;
    }
    .slider-car-share {
        top: 453px;
        left: 12%;
    }
    .new-car-overview1 p {
        padding: 0px 0px 0px 0px;
    }
    .car-page-year {
        margin-right: -10px !important;
    }
    .new-option {
        padding: 40px 20px 30px 20px;
    }
    .new-header-m15 ul {
        display: block;
        padding-left: 0 !important;
        padding-bottom: 20px;
    }
    .new-header-m15 ul a {
        padding: 6px 0px;
    }
    .new-header-m15 ul li {
        margin-bottom: 2px;
        border-bottom: 1px solid #cccccc;
    }
    .new-car-price1 button {
        margin-left: 6px;
    }
    .new-detail-page315 {
        display: inline-flex;
    }
    .new-apr h4 {
        float: none;
        margin-top: 0;
    }
    .new-credit h5 {
        float: none;
        margin-top: 0;
    }
    .sidebar_widget.sidebar_3 {
        /* width: 343px; */
        margin-left: 0px;
    }
    .sidebar_widget.sidebar_3 {
        height: auto;
    }
    #featured-listings {
        padding-right: 30px;
    }
    #filter_form .form-group.col-md-2,
    #filter_form2 .form-group.col-md-2,
    #filter_form .form-group.col-md-4,
    #filter_form2 .form-group.col-md-4 {
        width: -webkit-fill-available;
    }
    .intro-img-wp img {
        /* width: 90%; */
    }
    #how-work {
        /* padding-right: 50px; */
    }
    #why-choose .col-md-6 {
        /* padding-right: 55px; */
    }
    section#featured-listings {
        padding-left: 26px;
    }
    .buy-sell-car {
        /* padding-right: 42px; */
    }
    section.section-padding {
        /* padding: 30px 0; */
    }
    .newsletter-form {
        /* padding-right: 48px; */
    }
    .back-top {
        right: 60px;
    }
    .similar_cars {
        padding: 0px 15px;
    }
    .listing-detail ul#myTab {
        display: block;
    }

}

@media (max-width: 767px) {
    .not-mobile {
        display: none;
    }
    
    .pause-btn.coming-soon,
    .play-btn.coming-soon {
        top: 77px;
    }
    
    .form-control-inline {
        width: 200px;
    }

    .vehicle_images > div {
        float: left;
        height: 95px;
        margin: 0 10px 10px 0;
        width: 47%;
    }
    
    .dealers_listing .dealer_info h5 {
        margin-top: 2%;
    }

    .send_msg {
        margin-top: -10px;
    }
    .header-row {
        padding: 0 15px;
        width: 100%;
    }
    .header_style2 #menu_slide {
        float: right;
    }
    .header_style2 .navbar-header {
        width: 100%;
    }
    #navigation .nav.navbar-nav li {
        padding: 12px 0 !important;
    }

    .welcome-subtitle {
        width: 375px;
    }
    
    h2.brand-title {
        font-size: 28px;
    }

    .vehicle_img {
        width: 40%;
        margin-right: 5%;
    }
    .vehicle_title {
        width: 55%;
    }

    .view_profile {
        text-align: left;
    }
    .view_profile p {
        display: inline;
        font-size: 15px;
        margin: 10px 0 0 8px;
    }
    .coming_soon_wrap {
        position: relative;
        height: calc(100vh + 140px);
        min-height: calc(1080px + 140px);
    }
    .coming_soon_bg {
        height: calc(100vh - 140px);
        min-height: calc(1080px - 140px);
    }
    .coming_soon_wrap footer {
        height: 140px;
        bottom: -140px;
    }
    
    .circle_icon {
        font-size: 15px;
        height: 32px;
        line-height: 30px;
        margin-right: 6px;
        width: 32px;
    }

    .sidebar_search_wrap {
        display: none;
    }
    .mobile_search {
        display: block !important;
    }
    .sidebar_3 {
        height: auto;
    }
    .header_widgets_widescreens {
        display: none;
    }
    .header_widgets_mobile {
        display: block;
        font-size:90%;
    }
    .header_widgets_mobile .uppercase_text {
        font-size:82%;
    }
    .header_widgets {
        width: 170px;
        padding: 0 0 0 20px;
        margin: 0 0 0 0;
    }
    header .social-follow {
        display: none;
    }
    .navbar-header {
        display: inline-block;
        margin: 0 !important;
    }
    #menu_slide {
        margin: 0;
    }
    .default-header {
        padding: 12px 0 0;
        padding-bottom: 10px;
    }
    .default-header-spacer {
        height: 55px;
        width: 100%;
    }
    .login_btn {
        margin-top: -16px;
    }
    .logo img {
        width: 70px;
        margin-left: -10px;
    }
    #navigation .nav.navbar-nav {
        float: none;
        margin: 0;
    }
    #navigation .nav.navbar-nav li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        padding: 0;
    }
    #navigation.collapse.navbar-collapse {
        float: none;
    }
    #search_toggle,
    #search_toggle1 {
        display: block;
    }
    #header-search-form,
    #header-search-form1 {
        display: none;
        position: absolute;
        right: 0;
        top: 134%;
        z-index: 1;
    }
    #header-search-form1:after,
    #header-search-form:after {
        display: block;
    }
    .contact-info p {
        font-size: 0;
    }
    .contact-info p .fa {
        font-size: 14px;
    }
    .section-padding {
        padding: 80px 0;
    }
    .page-heading h1,
    .page-heading h2,
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 26px;
    }
    .profile_wrap_alt h3 {
        font-size: 24px;
    }
    .full_width_img {
        overflow: hidden;
    }
    .full_width_img img {
        width: auto;
    }
    .section-header p {
        font-size: 16px;
    }
    .custom-breadcrumb {
        padding: 0;
    }
    .custom-breadcrumb li {
        font-size: 16px;
        line-height: 35px;
        font-weight: 700;
    }
    .about_content h3 {
        margin-top: 0;
    }
    .fun-facts-m {
        margin: 10px auto;
    }
    .team_member {
        margin-bottom: 40px;
    }
    .team_more_info ul li a {
        font-size: 14px;
        height: 25px;
        line-height: 25px;
        width: 25px;
    }
    .brand-section {
        padding: 15px 0 35px;
    }
    .brand-hadding {
        border-bottom: 1px solid #bbb;
        border-right: 0;
        float: none;
        margin: 0 auto 30px;
        padding: 0;
        width: 100%;
    }
    .brand-hadding:after {
        display: none;
    }
    .brand-logo-list {
        float: none;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    .footer-top {
        padding: 40px 0;
    }
    .footer-top h6 {
        margin-bottom: 10px;
        margin-top: 50px;
    }
    .footer-bottom div {
        text-align: left !important;
    }
    .footer-bottom .footer_widget {
        margin: 0 30px 0 0;
    }
    .copy-right {
        font-size: 14px;
        line-height: 17px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .back-top {
        right: 10px;
    }
    .back-top a {
        height: 30px;
        line-height: 26px;
        width: 30px;
    }
    .contact_form {
        margin-bottom: 60px;
    }
    .contact_detail li {
        padding: 0;
    }
    .error_text_m {
        margin-bottom: 50px;
        padding: 0;
        position: relative;
    }
    .error_text_m h2 {
        font-size: 150px;
    }
    .background_icon i {
        color: #e7e7e7;
        font-size: 278px;
        line-height: 170px;
        vertical-align: top;
    }
    .background_icon {
        text-align: center;
    }
    .error_icon i {
        font-size: 50px;
    }
    .error_icon {
        padding-right: 20px;
        text-align: right;
    }
    .error_msg_div {
        padding-top: 0;
    }
    .error_msg_div .btn {
        margin: 10px auto;
    }
    .error_msg_div h3,
    .error_msg_div h3 span {
        font-size: 40px;
    }
    .video_box iframe {
        border: 0 none;
        height: 250px;
        width: 100%;
    }
    .article_full_info .article_header h2 {
        font-size: 30px;
    }
    .article_full_info .article_meta {
        padding: 6px 15px;
    }
    .article_meta ul li {
        font-size: 13px;
        margin: 0 15px 3px 0;
    }
    .article_img {
        margin: 0 auto 15px;
        min-height: 180px;
        overflow: hidden;
        position: relative;
    }
    .article_full_info .article_img {
        min-height: inherit;
    }
    .article_info p {
        font-size: 16px;
        line-height: 26px;
        margin: 0 auto 20px;
    }
    .article_tag {
        padding: 15px;
    }
    .share_article {
        margin-top: 20px;
        text-align: left;
    }
    .commentlist li img.avatar {
        height: 50px;
        margin-right: 15px;
        width: 50px;
    }

    .comment-body .reply,
    .comment-body address,
    .comment-body blockquote,
    .comment-body dl,
    .comment-body h1,
    .comment-body h2,
    .comment-body h3,
    .comment-body h4,
    .comment-body h5,
    .comment-body h6,
    .comment-body ol,
    .comment-body p,
    .comment-body pre,
    .comment-body table,
    .comment-body ul {
        margin-left: 70px;
    }

    .comment-body p {
        font-size: 14px;
        line-height: 23px;
    }
    .comment ul.children {
        padding-left: 60px;
    }
    .comment-respond {
        margin-bottom: 100px;
    }
    .popular_post ul li {
        display: inline-block;
        margin: 0 auto 20px;
        padding: 0 9px 0 0;
        vertical-align: top;
        width: 49%;
    }
    .article_full_info ol,
    .article_full_info ul {
        padding-left: 10px;
    }
    .article_full_info ol li i,
    .article_full_info ul li i {
        margin: 0 3px 0 0;
    }
    .article_tag ol,
    .article_tag ul {
        padding: 0;
    }
    .article_header {
        position: relative;
    }
    .article_img:hover img {
        transform: scale(1);
    }
    .article_header h2 {
        font-size: 26px;
    }
    .services_image {
        margin-bottom: 25px;
    }
    .footer-bottom .footer_widget {
        display: block;
        margin: 0 auto 10px;
    }
    .login_btn .btn.btn-xs {
        margin-top: 8px;
    }
    .navbar-nav > li > .dropdown-menu {
        margin: 0 20px;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu > li > a {
        padding: 15px 5px;
    }
    #navigation .nav.navbar-nav .dropdown-menu li:last-child {
        border: 0;
    }
    .navbar-expand-lg .navbar-collapse {
        border: 0 none;
        margin-top: 10px !important;
    }
    .header_search,
    .user_login {
        padding: 0;
        margin: 0 0 0 5px;
    }
    #navigation_bar.navbar {
        min-height: inherit;
        padding: 15px 0 10px;
    }
    .modal-dialog {
        margin: 20px auto;
        width: 90%;
    }
    .mid_divider {
        display: none;
    }
    .modal .gray_text {
        margin-top: 20px;
    }
    .modal-content {
        overflow: auto;
        padding: 0 20px 22px;
    }
    .modal-footer {
        padding: 15px 0;
    }
    .dealer_info {
        padding: 0;
        width: 59%;
    }

    .comment_form {
        margin: 50px 0 110px;
    }
    .dealer_logo {
        margin-bottom: 20px;
        padding: 8px;
    }
    .dealer_profile .dealer_info {
        padding: 0;
    }
    .dealer_social_links {
        margin: 0;
    }
    .dealer_social_links li {
        margin: 0 15px 20px 0;
    }
    .recent_addedcars {
        overflow: hidden;
    }
    .recent_addedcars ul li {
        width: 100%;
        float: none;
    }
    .product-listing-content,
    .product-listing-img {
        float: none;
        width: 100%;
    }
    .product-listing-img img {
        width: 100%;
    }
    .product-listing-content {
        padding: 15px;
    }
    .pagination {
        margin-bottom: 100px;
    }
    .profile_nav {
        padding: 10px 0 16px;
    }
    .profile_nav ul li {
        display: block;
        margin: 0 10px 5px 0;
    }
    .user-dashboard-label {
        display: inline-block;
        font-size: 75%;
        font-weight: 600;
        line-height: 1.2;
    }
    .user_profile_info {
        padding: 15px;
        max-width: inherit;
    }
    .upload_user_logo {
        width: 160px;
    }
    .profile_wrap form .form-group {
        padding: 0 15px;
    }
    .testimonial-img {
        float: none;
        left: inherit;
        margin: 0 auto;
        position: relative;
        top: 0;
        height: 300px;
        width: 300px;
    }
    .testimonial-content {
        float: none;
        margin: -60px auto 0;
        max-width: 480px;
        padding: 80px 30px 30px;
        width: 100%;
    }
    .testimonial-heading {
        padding-left: 80px;
    }
    .testimonial-heading::after {
        font-size: 70px;
    }
    .testimonial-content > p {
        padding-left: 0;
    }
    .listing_detail_head .price_info {
        text-align: left;
    }
    .listing_detail_head .price_info p {
        margin: 20px 0 0;
    }
    .listing_detail_head {
        margin-bottom: 30px;
    }
    .listing-detail {
        padding: 60px 0;
    }
    .listing_detail_wrap .tab-content {
        padding: 15px;
    }
    .listing_detail_wrap .table-responsive {
        border: 0;
    }
    .listing_detail_wrap .nav-tabs > li a {
        font-size: 16px;
        line-height: 50px;
        padding: 0 10px;
    }
    .main_features ul li {
        width: 33.33%;
        min-width: 33.33%;
        max-width: 33.33%;
        margin: 0 0 0 0;
    }
    .main_features ul li:last-child {
        margin: 0 0 0 0;
    }
    #other_info {
        display: block;
    }
    #info_toggle {
        display: none;
    }
    .col-list-3 {
        width: 100%;
    }
    .car-info-box img,
    .featured-car-img img {
        width: 100%;
    }
    .blog-info-box img {
        width: 100%;
    }
    .blog-list {
        margin: 0 auto 60px;
    }

    .banner_content {
        padding-left: 40px;
    }
    .page-banner .banner_content {
        padding-left: 0px;
    }
    .looking-car {
        padding: 30px;
        width: auto;
        margin: 0 auto 40px;
    }
    .looking-cat-image {
        max-width: 350px;
        position: relative;
        right: 0;
        top: 0;
    }
    .looking-car-content {
        width: 100%;
    }
    .car-info-box ul {
        padding: 0 5px;
    }
    .compare_info {
        overflow: scroll;
    }
    .compare_product_img,
    .compare_product_info,
    .compare_product_title {
        width: 1140px;
    }
    .compare_info h4 {
        font-weight: 400;
        line-height: 28px;
    }
    .coming_soon_wrap .btn {
        font-size: 14px;
        font-weight: 700;
        padding: 5px 16px;
    }
    .coming_soon_wrap .footer_widget,
    .coming_soon_wrap .footer_widget ul {
        float: none;
        margin: 0;
    }
    .coming_soon_wrap .footer_widget ul li a {
        margin: 0 8px 0 0;
    }
    .about_info,
    .featured-car-list {
        margin: 0 auto 30px;
    }
    .fact_m,
    .our_services {
        margin: 0 5%;
    }
    .vc_row {
        display: block;
        flex-wrap: inherit;
    }
    #help h2 {
        line-height: 40px;
        font-weight: 700;
        font-size: 28px;
    }
    .blog-info-box li {
        line-height: 30px;
    }
    .fact_m ul li i {
        font-size: 36px;
    }
    .fact_m ul li p {
        display: flex;
        line-height: 22px;
    }
    .banner_text h1 {
        font-size: 40px;
    }
    #filter_form {
        padding: 42px 0 24px;
    }
    #filter_form2 {
        margin: 0 -15px;
    }
    .services_info p {
        display: flex;
    }
    .header_style2 .navbar-header {
        display: block;
    }
    .header_style2 .logo {
        margin: 0;
    }
    .header_style2 #menu_slide {
        margin: 5px 0;
    }
    .header_style2 .header_wrap {
        display: block;
        width: 109%;
        background: #111 none repeat scroll 0 0;
        float: none;
        margin: 13px -15px 0;
        padding: 0 15px;
        text-align: left;
    }
    .header_style2 #navigation_bar {
        padding: 15px 0 0;
    }
    .header_style2 .user_login {
        border: 0 none;
        display: inline-block;
        float: none;
        margin: 9px 0;
        vertical-align: middle;
    }
    .header_style2 .login_btn {
        float: right;
        margin: 10px 0;
        vertical-align: middle;
    }
    .header_style2 .login_btn .btn.btn-xs {
        margin: 0;
    }
    .header_style2 .user_login i {
        color: #fff;
    }
    .header_style2 .navbar-expand-lg .navbar-nav > li > a {
        display: block;
        padding: 15px;
    }
    .header_style2 .navbar-nav,
    .header_style2 .navbar-nav > li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
        display: block;
        text-align: left;
    }
    .header_style2 .navbar-expand-lg .navbar-nav li:hover .dropdown-menu li a {
        color: #111;
    }
    .header_style3 .navbar-expand-lg .navbar-nav li:hover .dropdown-menu li a {
        color: #111;
    }
    .header_style3 .dropdown-menu > .active > a,
    .header_style3 .dropdown-menu > .active > a:focus,
    .header_style3 .dropdown-menu > .active > a:hover,
    .header_style3 .dropdown-menu > li > a:focus,
    .header_style3 .dropdown-menu > li > a:hover,
    .header_style3 .navbar-expand-lg .navbar-nav li:hover .dropdown-menu li a:hover,
    .header_style3 .navbar-nav > li > .dropdown-menu a:hover {
        background: #fff none repeat scroll 0 0;
    }
    .header_style3 .navbar-expand-lg .navbar-nav .open .dropdown-menu > li > a:focus,
    .header_style3 .navbar-expand-lg .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #777;
    }
    .header_style2 .dropdown-menu > .active > a,
    .header_style2 .dropdown-menu > .active > a:focus,
    .header_style2 .dropdown-menu > .active > a:hover,
    .header_style2 .dropdown-menu > li > a:focus,
    .header_style2 .dropdown-menu > li > a:hover,
    .header_style2 .navbar-expand-lg .navbar-nav li:hover .dropdown-menu li a:hover,
    .header_style2 .navbar-nav > li > .dropdown-menu a:hover {
        background: #fff none repeat scroll 0 0;
    }
    #banner2 .carousel-caption {
        left: 10%;
        right: 10%;
    }
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        line-height: 16px;
    }
    #banner2 h1 {
        font-size: 26px;
    }
    #banner2 h3 {
        font-size: 18px;
        font-weight: 400;
    }
    .share_article {
        margin-top: 0;
        text-align: left;
    }
    #filter_form2 {
        margin: 16px 0;
    }

    .page-banner .banner-content-img {
        left: -15px;
    }
    .modal-content {
        height: auto;
    }
    .slider .tooltip.tooltip-main.top {
        width: 30%;
    }

    ul#myTab {
        margin-bottom: 5px;
    }
}

@media (max-width: 575px) {
    .vehicle_images > div {
        float: left;
        height: 95px;
        margin: 0 10px 10px 0;
        width: 46%;
    }
    .default-header-spacer {
        height: 50px;
        width: 100%;
    }
    /*.listing_detail_wrap .nav-tabs>li {width: 100%;min-width: 100%;max-width: 100%;}*/
    .listing-row {
        padding: 0 20px;
    }
    .send_msg {
        margin-top: -40px;
    }

    .dealers_listing .dealer_info h5 {
        margin-top: 1%;
    }
    .dealers_listing .dealer_logo {
        padding: 7px;
        width: 110%
    }

    .default-header {
        padding: 12px 0 0;
        padding-bottom: 5px;
    }
    .banner-button-bar.bar-narrow .row {
        width: 105%;
        left: 47%;
    }
    
    .banner-button-bar .row.full-row {
        width: 99%;
        left: 54%;
    }

    .page-banner .banner_content {
        padding-left: 25px;
        width: 420px;
        max-width: 420px;
    }
    
    .page-banner .banner-content-img {
        left: -20px;
    }
    
    .page-banner .custom-breadcrumb {
        padding: 0 0 0 30px;
    }

    .centered-p {
        max-width: 350px;
    }
    .about_img {
        display: none;
    }
    .mobile-left-padding {
        padding-left: 24px;
    }
    ul.inbox-tabs li.inbox-tab-item {
        width: 32.5%;
    }
    .profile_wrap {
        padding: 16px 5px 16px 0px;
    }
    .profile_wrap_alt {
        padding: 16px 5px 16px;
    }
    .tab-content-left {
        padding: 0 5px 0 0;
        margin-left: -5px;
    }

    .google-map-style {
        height: 450px;
    }
    h3.preview-banner-button-bar {
        font-size: 20px;
        margin-top: 5px;
    }
    h3.details-banner-button-bar {
        font-size: 24px;
        margin-top: -2px;
    }
    .nav-tabs .nav-item.preview-nav-item a.nav-link {
        font-size: 12px;
    }
    .payment-amt {
        float: left;
    }
}

@media (max-width: 480px) {
    .vehicle_images > div {
        float: left;
        height: 155px;
        margin: 0 10px 10px 0;
        width: 95%;
    }
    
    .page-banner .banner_content {
        width: 120%;
        max-width: 120%;
        padding-left: 20px;
    }
    
    .form-control-inline {
        width: 120px;
    }
    
    h3.details-banner-button-bar {
        font-size: 20px;
        margin-top: -1px;
    }
    h4.filters {
        text-align: left;
        padding: 0 0 0 10px;
    }
    .result-sorting-by,
    .sorting-count {
        float: none;
        margin: 0 auto 8px;
    }
    .sorting-count.float {
        float: left;
        margin: 0 auto 8px;
    }
    .login_btn .btn.btn-xs {
        font-size: 11px;
        padding: 0 15px;
    }
    .looking-car-content p {
        font-size: 15px;
        line-height: 22px;
    }
    .fun-facts-m {
        height: 130px;
        width: 130px;
        padding: 20px;
    }
    .fun-facts-m h2 {
        font-size: 30px;
        margin-bottom: 8px;
    }
    .fun-facts-m p {
        font-size: 15px;
        line-height: 16px;
    }
    .fun-facts-m h2 .fa {
        display: none;
    }
    .popular_post ul li {
        display: block;
        margin: 0 auto 20px;
        width: 100%;
    }
    .dealer_info p {
        font-size: 14px;
        line-height: 24px;
    }
    .dealer_info h5 {
        font-size: 18px;
        line-height: 20px;
    }
    .dealers_listing .dealer_logo {
        padding: 5px;
        width: 116%
    }
    .recent_addedcars ul li {
        width: 100%;
        float: none;
    }
    .product-listing-content li {
        width: 50%;
    }
    .upload_user_logo {
        float: none;
        margin-bottom: 15px;
        width: 170px;
    }
    .user_profile_info .dealer_info {
        float: none;
        width: 100%;
    }
    .vehicle_status {
        clear: both;
        float: none;
        padding-top: 15px;
        text-align: left;
        width: 100%;
    }
    .nav-tabs > li {
        float: none;
    }
    .recent-tab .nav-tabs > li {
        float: left;
    }
    .nav-tabs > li a {
        margin: 0;
    }
    .col-list-3 {
        width: 100%;
    }
    .car-info-box li {
        font-size: 12px;
        line-height: 40px;
        margin: 0 5px 0 auto;
    }
    .fact_m ul li {
        margin: 0 auto 20px;
        width: 100%;
    }
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        line-height: 16px;
    }
    #banner2 h1,
    #banner2 h3 {
        font-size: 16px;
        margin: 0 auto 5px;
    }
    #banner2 h3 {
        font-weight: 400;
    }
    #banner2 .btn {
        font-size: 12px;
        line-height: 24px;
        padding: 4px 26px;
    }

    .main_features ul li {
        width: 33.33%;
        min-width: 33.33%;
        max-width: 33.33%;
        margin: 0 0 0 0;
    }
    .main_features ul li:last-child {
        margin: 0 0 0 0;
    }
}

@media (max-width: 479px) {
    .btn.small-mobile-btn {
        font-size: 14px;
        font-weight: 800;
        line-height: 25px;
        padding: 6px 13px;
    }
    .btn.medium-mobile-btn {
        font-size: 15px;
        font-weight: 800;
        line-height: 30px;
        padding: 6px 16px;
    }
    .home-subtitle {
        max-width: 316px;
    }
    .recent-tab {
        width: 65%;
    }
    .row.header-row.desktop {
        display: none;
    }
    .row.header-row.mobile {
        display: block;
    }
    .right {
        float: left;
    }
    div#navbarSupportedContent {
        width: 100%; 
    }
    div#navbarSupportedContent2 {
        width: 125%;
    }
    #navigation.collapse.navbar-collapse {
        width: 100%;
    }
    .user_login {
        padding: 0 8px;
        min-width: 135px;
    }
    .user_login ul.dropdown-menu.show {
        top: 34px;
        left: 0;
    }
    .user_login ul li:first-of-type {
        margin: 5px 0 0;
    }
    .user_login ul li {
        margin: 0;
    }
    .user_login ul.dropdown-menu > li {
        margin: 0;
        padding: 0;
    }
    .user_login ul.dropdown-menu > li a {
        display: block;
        width: 100%;
        padding: 13px;
        padding-left: 16px;
    }
    .dealer_logo {
        width: 100%;
    }
    .container.custom-con {
        padding: 0;
    }
    .row.header-row.padding-remove {
        padding: 0;
    }
    .header_wrap {
        display: none;
    }
    .header_wrap.margin-remove {
        margin-left: 0;
    }
    body.index2 #banner2 .carousel-caption {
        top: 9%;
    }
    .facts_section_bg {
        top: unset;
        bottom: 0;
        height: 186px;
    }
    .listing_detail_header .share_vehicle {
        display: unset;
    }
    #navbarSupportedContent {
        float: unset !important;
    }
    .welcome-subtitle {
        width: 350px;
        font-size: 120%;
    }
    .slider .tooltip.tooltip-main.top {
        width: 50%;
    }
    .banner-section {
        padding: 16vh 0;
    }
    .banner-button-bar.bar-narrow .row {
        width: 105%;
        left: 49%;
    }

    h3.preview-banner-button-bar {
        font-size: 18px;
        margin-top: 7px;
    }
    .centered-p {
        max-width: 350px;
    }
}

@media (max-width: 400px) {
    .vehicle_img {
        width: 100%;
        margin-right: 0;
    }
    .vehicle_title {
        width: 100%;
    }
    h3.preview-banner-button-bar {
        font-size: 17px;
        margin-top: 7px;
    }
    .banner-button-bar .row.full-row {
        width: 102%;
        left: 54%;
    }
}

@media (max-width: 389px) {
    .banner_content p {
        font-size: 15px;
        line-height: 23px;
        max-width: 300px;
    }
    h3.details-banner-button-bar {
        font-size: 19px;
        margin-top: 1px;
    }
    .page-banner .banner_content p {
        font-size: 15px;
        line-height: 23px;
        max-width: 300px;
    }

    ul.inbox-tabs li.inbox-tab-item {
        width: 32%;
    }

    .btn.small-mobile-btn {
        font-size: 12px;
        font-weight: 800;
        line-height: 20px;
        padding: 6px 12px;
    }
}
@media (max-width: 386px) {
    .club-title-img {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media (max-width: 370px) {
    h3.details-banner-button-bar {
        font-size: 18px;
        margin-top: 2px;
    }
}

@media (orientation: landscape) {
    .banner-section {
        padding: 16vh 0;
    }
    .page-banner .banner-section {
        padding: 5vh 0 6vh;
    }
}

@media (orientation: landscape) and (max-height: 899px) {
    .banner-section {
        padding: 12vh 0;
    }
}

@media (orientation: landscape) and (max-height: 799px) {
    .banner-section {
        padding: 10vh 0;
    }
}

.print-only {
    display: none;
}

@media print {
    @page {
        size: letter portrait; /* Sets page size to Letter and orientation to portrait */
        margin: 0.2in; /* Sets no margin on all sides */
    }

    html,
    body {
        width: 600px;
    }
    header,
    footer,
    .banner-section,
    .no-print {
        display: none;
    }
    
    .section-padding-half {
        width: 800px;
        min-width: 800px;
        max-width: 800px;
        padding-top: 0;
        padding-left: 20px;
    }
    .container {
        width: 700px;
        min-width: 700px;
        max-width: 700px;
        margin-left: 10px;
    }

    .result-sorting-wrapper, .field-title {
        border: none;
        padding: 0;
        max-width: 630px;
    }

    .print-only {
        display: inline-block;
    }
    .no-print-break {
        break-inside: avoid-page;
    }
    
    .print-only.img-fluid {
        min-width: 500px;
        width: 500px;
        max-width: 500px;
    }

    .divider {
        padding: 0;
        margin: 5px 0;
    }
}
