@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,500,600,700');

/*
    font-family: 'Source Sans Pro', sans-serif;
*/

body {
    padding: 0;
    margin: 0 auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #4d4d4d;
}

p {
    font-size: 16px;
    color: #4d4d4d;
    font-family: 'Source Sans Pro', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Sans Pro', sans-serif;
}

.accessible {
    font-size: 0;
    width: 1px;
    height: 1px;
    display: inline-block;
    overflow: hidden;
    position: absolute!important;
    border: 0!important;
    padding: 0!important;
    margin: 0!important;
    clip: rect(1px, 1px, 1px, 1px);
    text-indent: 100%;
    white-space: nowrap;
    font-size: 1px;
}

a,
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a:focus {
    outline: none !important;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

button,
.btn,
input,
select,
button:focus,
.btn:focus,
input:focus,
select:focus {
    outline: none;
}

.row {
    margin: 0;
}

.container {
    padding: 0;
    width: 1170px;
    max-width: 1920px;
    position: relative;
}

.header {
    float: left;
    width: 100%;
}

.top-header {
    float: left;
    width: 100%;
    //background-color: #efefef;
    background-color: #f6f6f6;
    padding: 8px 0;
}

.logo span {
    float: left;
}

.fblike {
    float: left;
    position: relative;
    top: 10px;
    margin-top: 5px;
}

.fblike a {
    background-color: #4267b2;
    color: #fff;
    padding: 6.5px 15px;
    border-radius: 3px;
    font-size: 13px;
}

.fblike a:hover {
    background-color: #375ba5;
}

.top-header ul li {
    margin-left: 10px;
}

.top-header ul li a {
    color: #000;
    font-size: 15px;
}

.top-header ul li a .fa {
    margin-right: 5px;
}

.vehicle-btn a {
    font-size: 16px;
    //color: #232323;
    color: #ffffff;
    //text-transform: uppercase;
    font-weight: 600;
    //background-color: #5dc302;
    background-color: #48ba70;
    border-radius: 3px;
    padding: 8px 15px;
    margin-top: 7px;
}

.vehicle-btn .fa {
    margin-right: 5px;
}

.vehicle-btn a:hover {
    color: #fff;
    background-color: #55CD7F;
}

.email-btn a,
.email-btn .btn {
    font-size: 16px;
    //color: #232323;
    color: #ffffff;
    //text-transform: uppercase;
    font-weight: 700;
    //background-color: #5dc302;
    background-color: #007F00;
    border-radius: 3px;
    padding: 8px 15px;
    margin-top: 7px;
    \ outline: none;
}

.email-btn a:hover,
.email-btn .btn:hover {
    color: #fff;
    background-color: #232323;
}

.mainheader {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
}

.banner-section {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}

.banner-section::before {
    content: "";
    position: absolute;
    background: url(../images/banner.asp) no-repeat;
    background-size: cover;
    opacity: 0.6;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.banner-section .home-banners .container-fluid {
    padding: 0;
}

.banner-section .home-banners .container-fluid .row {
    margin: 0;
}

.banner-section img {
    display: inline-block !important;
}

.form-caption {}

.form-caption:after,
.form-caption:before {
    content: '';
    display: table;
    clear: both;
}

.form-caption .container {
    position: relative;
}

.form-grid {
    position: absolute;
    bottom: 165px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    width: 600px;
    right: 0;
}

.form-grid h2 {
    //background-color: rgba(66, 103, 178, 0.72);
    //background-color: #ffffff;
    font-size: 22px;
    padding: 11px 5px;
    margin: 0;
}

.form-grid h3 {
    //background-color: rgba(66, 103, 178, 0.72);
    background-color: #080850;
    font-size: 22px;
    padding: 11px 5px;
    margin: 0;
}

.form-grid form {
    background-color: rgba(255, 255, 255, 0.92);
    float: left;
    width: 100%;
    padding: 15px;
    text-align: left;
}

.form-grid form label,
.loan-info form label,
.loan-info label {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    padding: 0;
    line-height: 30px;
}

.form-grid form .col-lg-7 {
    padding-right: 0;
    padding-left: 0px;
}


/*.form-grid form .form-control,
.loan-info form .form-control{
    font-size: 14px;
    padding: 3px;
    border: 1px solid #dddddd;
    box-shadow: 0 0 0;
    border-radius: 0;
    height: 40px;
}*/

.carousel-caption h2 {
    font-size: 34px;
    font-weight: bolder;
    color: #fff;
    float: left;
    width: 100%;
    line-height: 45px;
    margin: 0;
    text-transform: uppercase;
}

.carousel-control.left,
.carousel-control.right {
    background: transparent;
}

.form-grid form .btn {
    margin-left: 28px;
    //background-color: #5dc302;
    background-color: #007F00;
    font-size: 10px;
    font-weight: bolder;
    //text-transform: uppercase;
    border: 0;
    outline: none;
    box-shadow: 0 0 0;
    border-radius: 3px;
    float: left;
}

.form-grid form a {
    text-transform: initial;
    font-size: 14px;
    color: #222;
    text-decoration: underline;
}

.form-grid form .btn:hover,
.modal .btn:hover {
    background-color: #222;
    color: #fff;
}

.google-section {
    float: left;
    width: 100%;
    background-color: #efefef;
    margin: 0px 0;
}

.next-prev-section {
    width: 100%;
    display: inline-block;
    margin: 20px 0;
}

.gallery-grid p {
    color: #ccc;
    margin: 30px 0;
}

.previousnext {
    text-align: left;
    float: right;
    width: 175px;
    /* padding-top: 10px; */
    /* padding-left: 15px; */
}

.previousnext .Next {
    margin-left: 15px;
}

.previousnext .Previous,
.previousnext .Next {
    font-size: 28px;
    line-height: 1;
    font-weight: 300;
    /* background: #f5f6f7; */
    color: #363636;
    width: 80px;
    height: 38px;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
}

.previousnext input {
    background-color: #5dc302;
    font-size: 15px;
    /* text-transform: uppercase; */
    border: 0;
    outline: none;
    box-shadow: 0 0 0;
    border-radius: 3px;
    color: #fff;
    padding: 12px 16px;
}

.previousnext input:hover {
    background-color: #222;
    color: #fff;
}

.google-section img {
    display: inline-block;
}

.random-section {
    float: left;
    width: 100%;
    padding: 20px 0;
    background-color: #ffffff;
}

.random-section .title {
    margin: 0 0 15px;
}

.similar-section {
    float: left;
    width: 100%;
    padding: 20px 0;
    background-color: #efefef;
}

.similar-section .title {
    margin: 0 0 15px;
}

.similar-section .row,
.google-section .row.ads-pic,
.contact-detail .row,
.display-block-detail .row {
    margin: 0;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.similar-section .thumbnail {
    border: 1px solid #ddd;
    padding: 0 0 3px;
    margin: 0;
    border-radius: 0;
}

.similar-section .caption {
    //background-color: rgba(15, 16, 90, 0.7);
    background-color: red;
    color: #fff;
    margin-top: -31px;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px;
    font-weight: bolder;
}

.similar-section .caption-reduced {
    background-color: #FFFFCE;
    color: navy;
    margin-top: -31px;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px;
    font-weight: bolder;
}

.similar-section .description {
    text-align: left;
    padding: 5px;
    background: #fff;
}

.similar-section .description span {
    font-size: 18px;
    color: #007F00;
    font-weight: bolder;
}

.similar-section .description i {
    float: right;
    font-style: normal;
}

.similar-section .description i img {
    margin-left: 5px;
    float: left;
    margin-top: 6px;
}

.similar-section .description h2 {
    font-size: 15px;
    margin: 4px 0 3px;
}

.similar-section .description h4 {
    font-size: 15px;
    margin: 4px 0 3px;
}

.similar-section .owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.similar-section .owl-carousel .owl-item .thumbnail a>img {
    margin: 0;
    width: 100%;
    height: auto;
}

.gallery-grid .thumbnail {
    border: 1px solid #ddd;
    padding: 0 0 3px;
    margin: 0;
    border-radius: 0;
}

.gallery-grid .caption {
    //background-color: rgba(15, 16, 90, 0.7);
    background-color: red;
    color: #fff;
    margin-top: -31px;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px;
    font-weight: bold;
}

.gallery-grid .caption-reduced {
    background-color: #FFFFCE;
    color: navy;
    margin-top: -31px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
}

.gallery-grid .top-right {
    position: relative;
    margin-top: -8px;
    right: 16px;
}

.gallery-grid .description {
    text-align: left;
    padding: 5px;
    background: #fff;
}

.gallery-grid .description span {
    font-size: 20px;
    color: #0CB10C;
    font-weight: bold;
}

.gallery-grid .description i {
    float: left;
    font-style: normal;
}

.gallery-grid .description i img {
    margin-left: 5px;
    margin-right: 3px;
    float: right;
    margin-top: 6px;
    width: auto;
}

.gallery-grid .description h2 {
    font-size: 15px;
    margin: 4px 0 3px;
}

.gallery-grid .description h4 {
    font-size: 15px;
    margin: 4px 0 3px;
}

.nxt-bck-btn {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.nxt-bck-btn img {
    background-color: #1e1e1e;
    height: 25px;
}

.comment-section {
    float: left;
    width: 100%;
    background-color: #e4e4e4;
    border-radius: 5px;
    padding: 10px;
}

.comment-section img {
    width: 100px;
    height: 75px;
    float: left;
    margin: 0 10px 0 0;
}

.comment-section .des-comment {
    padding-left: 110px;
}

.des-comment p {
    margin-bottom: 0;
    font-size: 15px;
}

.des-comment strong {
    font-weight: 500;
    color: #8e8e8e;
    font-size: 15px;
    font-style: italic;
}

.title {
    font-weight: #1e1e1e;
    font-size: 30px;
    font-weight: 600;
}

.middle-section {
    float: left;
    width: 100%;
    background: url(../images/middle-section-bg.jpg) no-repeat center;
    padding: 25px 0;
    background-size: 100%;
}

.sale-grid {
    float: left;
    ;
    width: 100%;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
}

.sale-grid h4 {
    color: #5dc302;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    margin: 0 0 5px;
    padding: 5px 0 10px;
}

.sale-grid h4 img {
    border-radius: 50%;
    background-color: #d0cdcd;
}

.sale-grid ul {
    float: left;
    width: 100%;
    padding-left: 5px
}

.sale-grid ul li {
    float: left;
    width: 100%;
}

.sale-grid ul li a {
    background: url(../images/arrow.png) no-repeat 0px 6px;
    line-height: 31px;
    color: #1e1e1e;
    padding-left: 15px;
}

.sale-grid ul li a:hover {
    background: url(../images/arrow-hover.png) no-repeat 0px 6px;
    color: #5dc302;
}

.popular-searches {
    float: left;
    ;
    width: 100%;
    background-color: #f4f4f4;
    padding: 0px 0 20px;
}

.popular-tab-wrapper .nav-tabs {
    display: inline-block;
    border-bottom: 2px solid #dedbdb;
    margin-bottom: 10px;
}

.popular-tab-wrapper .nav-tabs li a {
    font-weight: 600;
    font-size: 20px;
    color: #222;
    border: 0;
    border-bottom: 3px solid transparent;
    padding: 15px 25px;
    margin-top: -0.5px;
}

.popular-tab-wrapper .nav-tabs li.active a,
.popular-tab-wrapper .nav-tabs li a:hover {
    border: 0;
    border-bottom: 3px solid #5dc302;
    background-color: transparent;
    color: #5dc302;
}

.popular-tab-wrapper .tab-content ul {
    float: left;
    width: 84%;
    margin: 0 8%;
    padding-left: 30px;
}

.popular-tab-wrapper .tab-content ul li {
    width: 25%;
    float: left;
}

.popular-tab-wrapper .tab-content ul li a {
    font-size: 16px;
    color: #1e1e1e;
    background: url(../images/arrow.png) no-repeat 0px 6px;
    padding-left: 13px;
    font-weight: 400;
    line-height: 31px;
}

.popular-tab-wrapper .tab-content ul li a:hover {
    background: url(../images/arrow-hover.png) no-repeat 0px 6px;
    color: #5dc302;
}

.mainfooter {
    float: left;
    ;
    width: 100%;
    background-color: #3e3d3d;
    padding: 30px 0;
}

.footer-nav {
    float: left;
    width: 100%;
}

.footer-nav li {
    float: left;
    width: 100%;
}

.footer-nav li a {
    float: left;
    color: rgba(212, 207, 207, 0.7);
    font-size: 14px;
    line-height: 27px;
    background: url(../images/footer-arrow.png) no-repeat 0px 10px;
    padding-left: 15px;
}

.footer-nav li a:hover {
    color: rgba(212, 207, 207, 0.7);
    background: url(../images/footer-arrow-hover.png) no-repeat 0px 10px;
}

.panel-footer {
    float: left;
    padding: 0;
    width: 100%;
}

.mainfooter h4 {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #fff;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 600;
}

.social_icon li {
    width: auto;
    float: left;
}

.social_icon li a {
    color: #fff;
    display: inline-block;
    font-size: 17px;
    margin: 0 3px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    font-size: 21px;
    padding: 5px 0;
    height: 45px;
    width: 45px;
    background-color: #343333;
    line-height: 36px;
}

.social_icon li a:hover {
    color: #fff;
    background-color: #5dc302;
}

.paypal-btn {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.paypal-btn a {
    background-color: #dfdede;
    color: #413f3f;
    font-size: 14px;
    padding: 8px 11px;
    border-radius: 3px;
    float: left;
}

.paypal-btn a:hover {
    background-color: #f3f3f3;
}

.bottom-section {
    background-color: #343333;
    float: left;
    width: 100%;
    padding: 11px 0;
    color: #7b8691;
}

.bottom-section p {
    color: #cdcdce;
    margin: 0;
    font-size: 14px;
    text-align: left;
}


/*.mainheader a.show-search,*/

.banner-form .close-btn {
    display: none;
}

.close-btn {
    background-color: transparent;
    border: 0;
    outline: none;
    position: absolute;
    right: 15px;
    top: -20px;
    color: #87a8ea;
    font-size: 26px;
    display: block;
    z-index: 1;
}

.mainheader a.show-search {
    display: block;
    position: absolute;
    right: 205px;
    top: 8px;
    font-size: 17px;
    color: #131c5a;
    cursor: pointer;
    border: 1px solid #131c5a;
    padding: 6px 14px;
    border-radius: 4px;
    background: #fff
}

.prod-display {
    background-color: #efefef;
}

.product-images {
    margin: 10px 0 0;
    display: inline-block;
}


/* .gallery .row {
    margin-right: -15px;
    margin-left: -15px;
} */

.list-page {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-top: 1px solid #f3f3f3;
    padding-bottom: 7px;
}

.list-page .form-grid {
    position: relative;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}

.list-page,
.list-page .form-grid form {
    background: #efefef !important;
}

.pro-list .gallery-grid .thumbnail a img {
    width: 100%;
}

.pro-list .gallery-grid .col-lg-2 {
    padding: 9px;
}

.list-page .form-grid form label {
    width: 100%;
    line-height: 18px;
}

.list-page .form-grid .col-lg-3 {
    width: 20%;
    padding: 0 5px;
}

.list-page .form-grid form {
    padding: 5px 0;
}

.list-page .form-grid .col-lg-3 .form-group {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.list-page .form-grid form .btn {
    margin-left: 0
}

.page-wrapper {
    float: left;
    width: 100%;
}

.help-block {
    float: left;
    ;
    width: 100%;
    margin: 0;
}


/*detail page*/


/*Detail Page*/

.pro-display {
    float: left;
    width: 100%;
    padding: 10px 0 20px;
}

.detail-slider {
    float: left;
    ;
    width: 100%;
    margin: 20px 0;
}

.detail-slider .slide-left {
    float: left;
    width: 80%;
}

.detail-slider .slide-left img {
    width: 100%;
}

.detail-slider .nav {
    float: right;
    width: 18%;
    max-height: 450px;
    overflow: auto;
}

.detail-slider .nav li {
    text-align: center;
    width: 100%;
}

.detail-slider .nav li a {
    background: transparent;
    padding: 0;
}

.detail-slider .nav li a img {
    width: 110px;
    height: 90px;
    border: 2px solid transparent;
    margin-bottom: 10px;
}

.detail-slider .nav li.active a img {
    border: 2px solid #686767;
}

.display-title {
    float: left;
    width: 100%;
}

.display-title h1 {
    float: left;
    width: 100%;
    font-weight: 500;
    color: #002855;
    font-size: 30px;
    text-transform: uppercase;
    margin: 5px 10px 5px 0;
}

.display-title h2 {
    float: left;
    width: 100%;
    font-weight: 500;
    color: #002855;
    font-size: 30px;
    text-transform: uppercase;
    margin: 5px 10px 5px 0;
}

.share-profile {
    float: right;
    margin: 15px 0;
}

.share-profile ul .twitter-link {
    margin-top: 2px;
    margin-right: 4px;
}

.per-detail h3,
.loan-info h3 {
    color: #002855;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin: 0;
    float: left;
    width: 100%;
    font-weight: 600;
    margin-bottom: 5px;
}

.per-detail h3 span {
    float: left;
    width: 100%;
}

.modal-body h3 {
    margin: 0;
}

.modal-body p {
    background: #f3f2f2;
    padding: 5px;
    font-size: 14px;
}

#tips-for-buyers .modal-content {
    float: left;
    padding-bottom: 20px;
}

.tips-for-buyers-body p {
    background: transparent;
}

.modal-footer {
    text-align: center;
}

.modal-footer button {
    background: #5dc302;
    color: #fff;
}

#deals .modal-header h3 {
    text-align: center;
}

#deals .modal-header {
    border: 0;
    padding: 5px;
}

#deals .thumbnail {
    border: 0;
    text-align: center;
}

#deals .description h4 {
    font-weight: bold;
    text-transform: uppercase;
}

#deals .description .ex-price {
    color: gray;
    font-size: 17px;
}

#deals .description .current-price {
    color: green;
    font-size: 18px;
}

deals .description a {
    color: white;
    font-weight: bold;
}

.left-section {
    padding: 0 5px 0 0;
}

.contact-detail {
    float: left;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #888585;
}

.contact-detail h3 {
    color: #002855;
    text-transform: uppercase;
    font-size: 20px;
    margin: 10px 0;
    font-weight: 600;
    position: relative;
    float: left;
    width: 100%;
}

.contact-detail h3 .fa {
    position: absolute;
}

.contact-detail h3 span {
    margin-left: 24px;
    float: left;
}

.contact-detail address,
.contact-detail call,
.contact-detail email {
    color: #888585;
    margin: 8px 0;
}


/*.price-tag{
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    line-height: 37px;
    border-top: 1px solid #ddd;
    margin-bottom: 5px;
    padding: 5px 0;
}*/

.price-tag span {
    color: #48ba70;
    /*float: right;
    font-size: 24px;
    text-align: right;*/
    font-weight: bolder;
}

.contact-detail b {
    float: left;
    width: 100%;
    font-weight: normal;
}

.contact-detail b a {
    float: left;
    width: 100%;
    padding: 12px 6.5px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    background-color: #6f6d6d;
    border-radius: 3px;
    margin: 7px 0;
}

.contact-detail b a:hover {
    background-color: #5dc302;
}

.per-detail b a {
    float: left;
    width: 100%;
    padding: 12px 6.5px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    background-color: #303162;
    border-radius: 3px;
    margin: 7px 0;
}

.per-detail b a:hover {
    background-color: #5dc302;
}

.per-detail {
    float: left;
    ;
    width: 100%;
}

.per-detail {
    color: #888585;
    border: 1px solid #ddd;
    margin-bottom: 6px;
    background-color: #fff;
    padding: 15px;
    font-size: 15px;
    margin: 15px 0;
}

.per-detail p {
    float: left;
    width: 100%;
    line-height: 26px;
    color: #888888;
    background-color: #eee;
    padding: 8px;
    font-size: 120%;
}

.per-detail p.small {
    background-color: transparent;
    margin: 0;
    padding: 0;
    font-size: 80%;
}

.per-detail p.loan-caption {
    color: #5dc302;
    text-align: center;
    /*    border-top: 1px solid #5dc302;*/
    background: transparent;
    font-size: 15px;
    text-align: left;
    padding-left: 0;
}

.per-detail ul {
    float: left;
    ;
    width: 100%;
    margin: 10px 0;
}

.per-detail ul li {
    float: left;
    width: 33%;
    line-height: 22px;
    background: url(../images/tick.png) 1px 4px no-repeat;
    padding-left: 21px;
    min-height: 45px;
}

.per-info i {
    border: 1px solid;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 25px;
    float: left;
}

.per-info .detail-left {
    float: left;
    padding-left: 6px;
    font-size: 17px;
}

#contact-shift .detail-left {
    float: none;
    margin-left: 5px;
}

.detail-gallery .bx-wrapper .bx-prev {
    left: -60px;
}

.detail-gallery .bx-wrapper .bx-next {
    right: -60px
}

.per-detail ul li span {
    font-size: 13px;
}

.detail-gallery {
    float: left;
    width: 100%;
}

.gallery-dateail ul li {
    padding: 0;
}

.detail-gallery .bx-wrapper .bx-controls-direction a.disabled {
    width: 36px;
    height: 36px;
    background-size: 36px;
}

.display-right {
    padding-left: 30px;
}

.contact-detail address,
.contact-detail call,
.contact-detail email {
    float: left;
    width: 100%;
}

.contact-detail call .fa,
.contact-detail email .fa,
.contact-detail address .fa {
    float: left;
    width: 20px;
    margin-top: 7px;
}

.contact-detail call .fa,
.contact-detail email .fa,
.contact-detail address .fa {
    margin-top: 4px;
}

.contact-detail address span {
    width: 80%;
    float: left;
}

.contact-detail email a {
    float: left;
    color: #797d80;
}

.contact-detail call a:hover {
    color: #f58634;
}

.adds ul {
    float: left;
    ;
    width: 100%;
}

.adds ul li {
    float: left;
    ;
    width: 100%;
    margin-bottom: 10px;
}

.adds ul li img {
    max-height: 193px;
}

.adds ul li h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-top: -46px;
    position: relative;
    padding-left: 9px;
    line-height: 20px;
    float: left;
    width: 100%;
}

.adds ul li h4 i {
    float: left;
    font-style: normal;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
}

.tab-detail {
    padding: 0;
}

.adds-sidebar,
.per-info {
    float: left;
    width: 100%;
}

.per-info {
    margin-top: 5px;
}

.adds-sidebar img {
    display: inline-block;
    width: 100%;
}

.loan-info {
    float: left;
    width: 100%;
}

.loan-info .col-lg-6 {
    padding: 0 5px;
}

.loan-info form .form-group {
    margin-bottom: 7px;
}

.loan-info form label {
    line-height: inherit;
}

#topcontrol {
    z-index: 999;
}

#topcontrol span {
    background-color: #5dc302;
    color: #fff;
    padding: 15px;
    font-size: 13px;
    border-radius: 5px 5px 0;
}

.short-info {
    margin: 0;
    padding-bottom: 8px;
    float: left;
    width: 100%;
    font-size: 85%;
}

.price-tag .price-text {
    font-size: 24px;
    font-weight: bold;
    float: left;
    color: #6e6c6d;
}

.product-images .prod-box {
    margin-bottom: 30px;
}

.form-grid form .btn,
.modal .btn {
    //background-color: #5dc302;
    background-color: #4267b2;
    font-size: 16px;
    //text-transform: uppercase;
    border: 0;
    outline: none;
    box-shadow: 0 0 0;
    border-radius: 3px;
    padding: 8px 22px;
    margin-top: 5px;
    float: none;
    margin-left: 0;
    color: #fff;
}

.nxt-bck-btn a {
    background: #9e9e9e;
    color: #000;
    padding: 4px 0;
    text-align: center;
    display: inline-block;
    width: 35px;
    height: 30px;
    margin: 0 3px;
    font-size: 14px;
}

.space30 {
    margin-top: 30px !important;
}

.space10 {
    margin-top: 10px !important;
}

.space20 {
    margin-top: 20px !important;
}

.paypal_modal .modal-body p {
    background: #fff;
    text-align: left;
}

button.sl-next,
button.sl-prev {
    border: 1px solid #fff;
    padding: 0px 0 7px;
    line-height: 1 !important;
    background: transparent;
    color: #fff !important;
}

.sl-wrapper .sl-close {
    font-size: 40px;
    color: #fff;
}

.sl-overlay {
    background: #000;
}

.card-body li {
    font-size: 14px;
}

.contact_collapse {
    display: none;
    text-align: center;
    padding-top: 5px;
}

.contact_collapse.collapsed {
    display: block;
}

.vehicle-description {
    font-size: 36pt;
    color: #000;
}

.saw-it-on-autoads {
    margin-top: 10px;
    display: block;
    float: left;
    width: 100%;
    font-size: 110%;
    padding: 6px;
    font-weight: bold;
    background-color: #ffffce;
    color: #000;
}

.more-section {
    display: block;
    float: left;
    width: 100%;
}

.more-section .contact_collapse {
    padding: 12px 6.5px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    background-color: #303162;
    border-radius: 3px;
    margin: 7px 0;
    margin-top: 20px;
}

.more-section .collapsing {
    transition: initial !important;
}

.contact_details {
    float: left;
    width: 100%;
    padding-left: 46px;
    font-size: 120%;
}

.loan-calculate {
    float: left;
    width: 100%;
}

.total-pay {}

.loan-info .noUi-horizontal .noUi-handle {
    width: 25px;
    height: 18px;
    top: -6px;
    box-shadow: 0 0 0;
    border: 0;
    right: -8px !important;
    background-color: #5dc302;
    border-radius: 0 0;
}

.loan-info .noUi-handle:after,
.loan-info .noUi-handle:before {
    display: none;
}

.loan-info .noUi-target {
    border: 0;
    box-shadow: 0 0;
    border-radius: 0 0;
    height: 7px;
    background-color: #e6e6e6;
    margin: 9px 0;
}

.loan-info span.loan-label {
    /*float: left;*/
    font-weight: bold;
    width: 100%;
    margin-top: 6px;
}

.loan-info .total-pay {
    font-size: 22px;
    /* font-weight: 500; */
    color: #3e3d3d;
    border-bottom: 1px solid #5dc302;
    float: left;
    width: 100%;
    margin-top: 11px;
    padding-top: 10px;
}

.loan-info .loan-label.loan-amt-label {
    margin-top: 0;
    top: 5px;
}

.loan-info {
    text-align: left;
}

.slider-low-limit {
    float: left;
}

.slider-high-limit {
    float: right;
}

.home-btn .btn {
    width: 100%;
}

.material-msg {
    float: left;
    width: 98.8%;
    background: #f00;
    padding: 10px;
    margin: 0 0 20px;
}

.material-msg p {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.modal {
    text-align: center;
    padding: 0!important;
    z-index: 1071;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#detail-product h3 {
    margin-bottom: 10px;
    color: #000;
}

.display-block-detail {
    float: left;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px 10px 0;
}


/* Changes 22/02/2018 */

.banner-form {
    /*   position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;*/
    padding: 30px 0;
}

.banner-form .form-grid {
    position: unset;
    bottom: unset;
    z-index: initial;
    padding-top: 0px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    max-width: 600px;
    right: 0;
    margin-right: 0;
    margin-left: auto;
}

.view-table {
    display: table;
    width: 100%;
    height: 100%;
}

.view-cell {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.product-display-box {
    width: 100%;
    height: 175px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #ccc;
    background-position: center center;
}

.btn-potential {
    position: fixed;
    bottom: 0;
    right: 70px;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
    padding: 6px 22px;
    z-index: 1;
}

.home-body .mainheader a.show-search {
    display: none;
}


/*calculator css changes*/

.label-group-block {
    float: left;
    width: 100%;
}

.loan-block-field {
    float: left;
    width: 70%;
}

.loan-calculate .loan-label {
    float: right;
    width: auto !important;
    position: relative;
    /*left: 21px;
    top: 22px;*/
    text-align: left;
}

.statistics-block .table td,
.statistics-block .table th {
    border: 0px;
}

.statistics-block .table th {
    padding: 5px;
}

.popover {
    min-width: 280px;
}

.popover-content {
    padding: 5px;
}

.statistics-block .table {
    margin-bottom: 0;
}


/*19/03/2018*/

.banner-form .row {
    margin: 0;
}

.banner-form .home-btn .btn {
    padding: 6px 22px;
    margin-top: 0;
}

.small-show,
.visible-small {
    display: none;
}

.random-section .col-lg-9 .gallery-grid {
    padding: 0;
}


/*Responsive Start*/

@media(max-width:1350px) {
    .form-grid {
        bottom: 153px;
    }
    .banner-section img {
        height: 300px !important;
        width: 100%;
    }
}

@media(max-width:1200px) {
    .container {
        width: 98%;
    }
    .form-grid {
        bottom: 126px;
    }
}

@media(max-width:1170px) {
    .middle-section .col-xs-12 {
        padding: 5px;
    }
    .sale-grid {
        padding: 10px;
    }
    .sale-grid h4 {
        font-size: 17px;
    }
    .sale-grid ul li a {
        font-size: 14px;
    }
    .random-section .col-lg-6 {
        padding: 0;
    }
    .similar-section .col-lg-6 {
        padding: 0;
    }
    .gallery-grid .col-lg-4 {
        padding: 0 5px;
    }
    .social_icon li a {
        margin: 0 3px;
        font-size: 15px;
        padding: 5px 0;
        height: 35px;
        width: 35px;
        line-height: 28px;
    }
    .share-profile {
        margin: 25px 0;
    }
}

@media(max-width:1070px) {
    .form-grid {
        bottom: 138px;
    }
    .mainheader a.show-search {
        right: 220px;
        top: 8px;
        font-size: 14px;
        padding: 8px 14px;
    }
    .per-detail b a {
        font-size: 15px;
    }
}

@media(max-width:991px) {
    .form-grid {
        bottom: 122px;
    }
    .mainfooter .col-lg-3 {
        margin-bottom: 15px;
    }
    .mainfooter h4 {
        font-size: 15px;
        margin: 0 0 5px 0;
    }
    .carousel-caption {
        bottom: 20px;
    }
    .carousel-caption h1 {
        font-size: 36px;
    }
    .carousel-caption h2,
    .middle-section h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .middle-section {
        background: #0f105a;
    }
    .popular-tab-wrapper .tab-content ul {
        width: 100%;
        margin: 0;
    }
    .popular-tab-wrapper .nav-tabs li a {
        font-size: 15px;
        padding: 12px 20px;
    }
    .popular-tab-wrapper .tab-content ul li a {
        font-size: 15px;
    }
    .gallery-grid {
        text-align: center;
    }
    .gallery-grid .thumbnail {
        display: inline-block;
        float: none;
        /*        width: 160px;
*/
        text-align: left;
    }
    .random-section .col-lg-6 {
        margin-bottom: 20px;
    }
    .similar-section .col-lg-6 {
        margin-bottom: 20px;
    }
    .title {
        font-size: 26px;
    }
    .display-left-wrapper {
        text-align: center;
        width: 100%;
        float: left;
    }
    .contact-detail {
        /*      width: 300px;
        display: inline-block;
        float: none;*/
        text-align: left;
        margin: 15px 0 0;
    }
    .per-detail {
        margin-bottom: 0;
    }
    .adds-sidebar {
        width: 100%;
    }
    .left-section,
    .right-section {
        padding: 0;
    }
    .loan-block-field {
        width: 90%;
    }
}

@media(max-width:991px) and (min-width: 768px) {
    .mainheader a.show-search {
        top: 8px;
        font-size: 13px;
        padding: 8px 8px;
    }
}

@media(max-width:767px) {
    .top-header ul {
        display: inline-block;
        float: none !important;
    }
    .top-header,
    .mainheader,
    .vehicle-grid {
        text-align: center;
    }
    .middle-section {
        background-size: cover;
    }
    .vehicle-btn {
        padding-bottom: 10px;
    }
    .mainheader {
        padding: 0px 0 0;
        /*border:0;*/
    }
    .vehicle-grid img {
        display: inline-block;
        float: none;
    }
    .form-grid {
        bottom: 122px;
    }
    .list-page .form-grid .col-lg-3 {
        width: 33%;
    }
    .title {
        font-size: 22px;
    }
    .per-detail ul li {
        width: 50%;
    }
    .gallery-grid p {
        margin: 7px 0;
    }
    .display-title h1 {
        font-size: 27px;
        width: 100%;
        margin: 5px 0 0;
    }
    .display-title h2 {
        font-size: 27px;
        width: 100%;
        margin: 5px 0 0;
    }
    .product-images .prod-box {
        margin-bottom: 25px;
    }
    .product-images .prod-box:nth-child(3n) {
        /*margin-bottom: 0;*/
    }
    .share-profile {
        float: left;
        margin: 12px 0;
    }
    .mainheader a.show-search {
        /* right: 135px; */
        top: 6px;
        display: block;
        position: absolute;
        font-size: 17px;
        color: #5dc302;
        cursor: pointer;
        border: 0;
    }
    #contact-shift .detail-left {
        float: left;
    }
    .contact_details {
        padding-left: 50px;
    }
    .home-btn {
        float: right;
    }
    .loan-block-field {
        width: 80%;
    }
    .gallery-grid .col-sm-3,
    .random-section .space20,
    .feature-img-block {
        padding: 5px;
    }
    .mainheader a.show-search {
        display: block;
        /* right: 0; */
        border: 1px solid #131c5a;
        padding: 1px 7px;
        margin-top: 2px;
        font-size: 24px;
        color: #131c5a;
    }
}

@media(max-width:640px) {
    .bottom_section {
        padding: 19px 0;
    }
    .mainfooter {
        padding: 33px 0 5px;
    }
    .carousel-caption h2,
    .middle-section h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .form-grid {
        position: relative;
        bottom: 0;
        padding-top: 0;
    }
    .form-grid form {
        border: 1px solid #eaeaea;
    }
    .form-grid,
    .form-grid .col-xs-6,
    .form-grid label,
    .form-grid .col-xs-7 {
        width: 100%;
    }
    .form-grid .home-btn {
        float: none;
        display: inline-block;
        text-align: center;
    }
    .form-grid .home-btn .btn {
        margin: 0;
        width: auto;
    }
    .form-grid form a {
        /*      height: 38px;
        padding: 7px 16px;*/
    }
    .form-grid form label {
        line-height: inherit;
    }
    .form-grid form .col-lg-7 {
        text-align: center;
    }
    .form-grid form .btn,
    .form-grid form a {
        margin: 0px 15px;
        display: inline-block;
        float: none;
    }
    .banner-section img {
        height: auto !important
    }
    .nav-tabs>li,
    .popular-tab-wrapper .tab-content ul li {
        width: 33%;
    }
    .fblike,
    .banner-section .home-banners,
    .list-page#form-show,
    .btn-group label {
        display: none;
    }
    .banner-section {
        /*background:url(../images/search-bg.jpg) no-repeat;*/
        background-position: top center;
        background: #fff;
    }
    .home-body .mainheader a.show-search {
        display: block;
    }
    .mainheader a.show-search {
        display: block;
        float: right;
        font-size: 24px;
        color: #5dc302;
        margin-top: 10px;
        cursor: pointer;
    }
    .close-btn {
        margin-top: 10px;
    }
    .mainheader a.show-search {
        position: absolute;
        /* right: 16px; */
        top: 2px;
    }
    .vehicle-btn a {
        padding: 7px 6px;
        margin-top: 13px;
        margin-right: 30px;
    }
    .mainheader a.show-search,
    .home-body .mainheader a.show-search {
        display: block;
        right: 135px;
        border: 1px solid #131c5a;
        padding: 1px 7px;
        margin-top: 11px;
        color: #131c5a;
        font-size: 22px;
    }
    .banner-section .close-btn {
        top: 0px;
        /*display: block;*/
        display: none;
        color: #87a8ea;
        margin-top: 33px;
    }
    .form-grid h2 {
        font-size: 18px;
    }
    .form-grid h3 {
        font-size: 18px;
    }
    .list-page .close-btn {
        top: -28px;
    }
    .logo {
        text-align: left;
        padding: 9px 0;
    }
    .google-section {
        margin: 0px 0;
    }
    .list-page .form-grid .col-lg-3 {
        width: 50%;
        margin-bottom: 10px;
    }
    .pro-list .gallery-grid .col-xs-4,
    .list-page .gallery-grid .thumbnail img {
        width: 100%;
    }
    .list-page .form-grid form {
        padding: 18px 0 5px;
    }
    .form-grid form .form-group {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
    .form-grid form label {
        display: none;
    }
    .detail-slider .slide-left,
    .detail-slider .nav {
        width: 100%;
        padding: 0;
    }
    .detail-slider .nav li {
        width: 18%;
        float: left;
        margin: 5px 0
    }
    .detail-slider .nav li a img {
        width: 100%;
        max-height: 60px;
        max-width: 60px;
    }
    .contact-detail b a {
        padding: 12px 1.5px;
        font-size: 15.5px;
    }
    .display-title h1 {
        font-size: 22px;
    }
    .display-title h2 {
        font-size: 22px;
    }
    .banner-form {
        position: static;
        padding-top: 0;
    }
}

@media(max-width:540px) {
    .gallery-grid .col-lg-4 {
        width: 100%;
        margin-bottom: 10px;
    }
    /*    .comment-section{
        text-align: center;
    }
    .comment-section img{
        display: inline-block;
        float: none;
    }
    .comment-section .des-comment{
        width: 100%;
        padding: 0;
    }
*/
    .random-section .gallery-grid .col-sm-3 {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .product-display-box {
        height: 135px;
    }
}

@media(max-width:480px) {
    .carousel-caption {
        display: none;
    }
    .nav-tabs>li {
        width: 50%;
    }
    .popular-tab-wrapper .tab-content ul li,
    .contact-detail {
        width: 100%;
    }
    .list-page .form-grid .col-lg-3,
    .pro-list .gallery-grid .col-xs-6 {
        width: 100%;
    }
    .per-detail ul li {
        width: 100%;
        min-height: 30px;
    }
    .display-title h1 {
        font-size: 20px;
    }
    .display-title h2 {
        font-size: 20px;
    }
    .loan-block-field {
        width: 70%;
    }
    .vehicle-btn a {
        font-size: 15px;
    }
    .mainheader a.show-search,
    .home-body .mainheader a.show-search {
        font-size: 15px;
        right: 115px;
        padding: 5px 7px;
    }
    .home-body .mainheader .vehicle-btn a {
        margin-right: 25px;
    }
    .price-tag{
        margin-left: -13px;
    }
    .gallery__ad-space{
        display: none;
    }
    .banner-section::before {    
        opacity: 0 !important;  
    }
     .mainheader a.show-search{
        border: 0 !important;
    }
}

@media (max-width: 420px) {
    .gallery-grid .thumbnail {
        width: 100%;
    }
    .right-section .modal-dialog {
        width: 300px;
        margin: 10px 0;
    }
    .banner-section::before {    
        opacity: 0 !important;  
    }
    .mainheader a.show-search{
        border: 0 !important;
    }
    .display-title{
        margin-bottom: 10px;
    }
    .second-alert-icon{
        display: none !important;
    }
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.space0 {
    margin-top: 0 !important;
}

.space10 {
    margin-top: 10px !important;
}

.space20 {
    margin-top: 20px !important;
}

.space30 {
    margin-top: 30px !important;
}

.space50 {
    margin-top: 50px !important;
}

.wid100 {
    width: 100% !important;
}

.header:after,
.header:before {
    content: '';
    clear: both;
    display: table;
}

.header {
    float: none;
    width: auto;
}

.signup-page {
    padding: 20px 0;
}

.custom_form .form-control {
    box-shadow: none;
}

.custom_form label {
    font-weight: 600;
}

.custom_form label>a {
    font-size: 12px;
}

.custom_form .fa-asterisk {
    font-size: 6px;
    color: #f12;
    vertical-align: text-top;
    margin-left: 5px;
    display: inline-block;
    margin-top: 5px;
}

.popover {
    min-width: 250px;
    font-size: 12px;
    box-shadow: none;
}

.custom_check input {
    opacity: 0;
    visibility: hidden;
    width: 13px;
    height: 13px;
}

.custom_check label {
    position: relative;
    padding-left: 30px;
    font-weight: normal;
    font-size: 14px;
    margin-left: 0;
}

.custom_check label:after,
.custom_check label:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 1px;
    display: block;
    border-radius: 2px;
    text-align: center;
}

.custom_check label:after {
    background: #fff;
    border: 1px solid #ccc;
}

.custom_check label:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    z-index: 9;
    left: 0px;
    font-size: 12px;
    top: 2px;
    opacity: 0;
    transition: all 0.4s ease;
}

.custom_check input:checked~label:before {
    opacity: 1;
}

.form-title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.btn-green {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #303162;
    border-radius: 3px;
    padding: 8px 15px;
    margin-top: 0;
    border-color: #303162;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.btn-green:hover,
.btn-green:focus {
    color: #333;
    background-color: #dfdede;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.btn-lg {
    padding: 10px 20px;
    font-size: 18px;
}

.media-icon {
    background: #e0e0e1;
    width: 65px;
    height: 65px;
    padding: 22px;
    border-radius: 50%;
    margin: 0 auto;
}

.signup_steps .media-icon img {
    max-width: 100%;
}

.signup_steps .media-heading {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.signup_steps .list-inline li {
    margin-bottom: 25px;
    width: 25%;
    vertical-align: top;
    float: left;
    padding: 0 20px;
}

.signup_steps {
    padding: 0;
}

.signup_steps .media-left,
.signup_steps .media-body {
    display: block;
    text-align: center;
}

.signup_steps .media-body p {
    font-size: 16px;
    font-weight: 300;
}

.signup_steps .media-body {
    width: auto;
    margin-top: 20px;
}

.main-title {
    text-align: center;
    font-size: 42px;
    color: #000;
    margin-bottom: 80px;
    font-weight: 600;
    position: relative;
    padding-bottom: 40px;
}

.main-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #60c303;
    height: 2px;
    width: 150px;
    margin: 0 auto;
}

.form-box {
    padding: 0 80px;
}

.upload_pics_form {
    padding: 0;
}

.custom_modal .modal-body p {
    background: unset;
    padding: unset;
    font-size: 13px;
}

.custom_modal .form-title {
    text-align: center;
    border: 0;
    font-size: 28px;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.user_select li {
    width: 50%;
    float: left;
    text-align: center;
}

.user_select:after,
.user_select:before {
    content: '';
    display: table;
    clear: both;
}

.user_icon {
    width: 55px;
    height: 55px;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.user_select {
    margin-top: 20px;
}

.user_select h4 {
    font-weight: 600;
    color: #555;
    line-height: 1.4;
    min-height: 45px;
    font-size: 16px;
}

.custom_modal .modal-body .user_select p.user_text {
    font-size: 13px;
    margin-top: 15px;
    min-height: 75px;
}

.title_text {
    margin-top: -30px;
    margin-bottom: 30px;
    background: #e6f6e2;
    padding: 10px 15px;
}

.title_text .fa {
    margin-right: 5px;
}

.custom_form label .fa-edit {
    margin-left: 15px;
}

.custom_form label .value {
    margin-left: 10px;
    font-weight: 400
}

.form-box.list-vehicle-form {
    padding: 0 30px 0px 0px;
}

.upload_images_grid ul {
    margin: 0 -5px;
}

.upload_images_grid ul:after,
.upload_images_grid ul:before {
    content: '';
    display: table;
    clear: both;
}

.upload_images_grid li {
    background: url(../images/no_image.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: calc(33.33333333% - 10px);
    width: -webkit-calc(33.33333333% - 10px);
    width: -moz-calc(33.33333333% - 10px);
    float: left;
    height: 140px;
    border: 1px solid #ddd;
    margin: 5px;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    transition: all 0.6s ease;
}

.upload_images_grid li .fa {
    position: absolute;
    top: -1px;
    font-size: 15px;
    color: #fff;
    right: -1px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    background: rgba(244, 67, 48, 0.65);
    padding: 4px;
}


/*.upload_images_grid li:first-child {
    width: 100%;
    height: 240px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: 0;
    margin-bottom: 5px;
}*/

.publish_veh {
    margin-bottom: 30px;
}

.publish_veh .media-left {}

.publish_veh .media-body {}

.publish_veh .media-object {
    max-width: 150px;
}

.publish_veh .media-heading {
    color: #000;
    font-weight: 600;
}

.publish_veh h4 {
    color: #333;
    font-weight: 600;
    font-size: 21px;
}

.media.publish_veh {
    padding: 10px;
    background: #f6f6f6;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.form-box.remove-vehicle-box {
    padding: 0 50px;
}

.remove-vehicle-box .publish_veh .media-body {
    width: auto;
}

.remove-vehicle-box .publish_veh .media-heading {
    font-size: 19px;
}

.remove-vehicle-box .publish_veh .media-object {
    max-width: 115px;
}

.remove-vehicle-box .publish_veh h4 {
    font-size: 15px;
}

.remove-vehicle-box .publish_veh p {
    font-size: 12px;
}

.appriciation_sec {
    border: 1px solid #ddd;
    background: #f5f5f5;
    padding: 0 15px 15px;
}

.appriciation_sec h3 {
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #ddd;
    padding-bottom: 13px;
}

.appriciation_sec h3 .fa {
    margin-right: 5px;
    font-size: 21px;
    font-weight: normal;
}

.appriciation_sec p.appriciation_help_text {
    font-size: 17px;
    color: #000;
    margin: 15px 0 10px;
    font-weight: 400;
}

.appriciation_sec p {
    font-size: 15px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 20px;
    font-weight: 300;
}

.custom_form .help-block {
    font-size: 12px;
    padding-bottom: 10px;
}

.custom_form .has-error .checkbox,
.custom_form .has-error .checkbox-inline,
.custom_form .has-error .control-label,
.custom_form .has-error .help-block,
.custom_form .has-error .radio,
.custom_form .has-error .radio-inline,
.custom_form .has-error.checkbox label,
.custom_form .has-error.checkbox-inline label,
.custom_form .has-error.radio label,
.custom_form .has-error.radio-inline label {
    color: #FF5722;
}

.custom_form .has-error .form-control {
    border-color: #FF5722 !important;
}

.custom_form .has-success .form-control {
    border-color: #60c303 !important;
}

.custom_form .btn-file.has-error {
    overflow: unset;
}

.custom_form .file-input span.help-block.form-error {
    position: absolute;
    bottom: -28px;
    z-index: 999;
    right: 7px;
}

.manage_vh_sec.form-box {
    padding: 0;
}

.vh_list_table>thead>tr>td,
.vh_list_table>thead>tr>th {
    border-bottom-width: 1px;
    border: 0;
    background: #ddd;
    color: #000;
    font-weight: 600;
    font-size: 17px;
    padding: 8px 15px;
}

.vh_list_table.table>tbody>tr>td {
    padding: 15px;
    vertical-align: top;
    font-size: 14px;
    border: 0;
    border-bottom: 1px solid #ddd;
}

col.thu {
    width: 175px;
}

col.mana {
    width: 280px;
}

.vh_list_table.table>tbody>tr>td {
    vertical-align: middle;
}

.vh_name {
    margin-top: 0;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
}

.vh_details_list li {
    font-size: 14px;
    padding-bottom: 2px;
    padding-left: 15px;
    position: relative;
    font-weight: 400;
}

.vh_details_list li>strong {
    margin-right: 5px;
    font-weight: 600;
}

.vh_details_list li>strong:after {
    content: ':';
    margin-left: 3px;
}

.vh_details_list li:after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    left: 5px;
    top: 2px;
    font-weight: normal;
    font-size: 12px;
}

.vh_details_list.without_arrow li:after {
    display: none;
}

.vh_details_list.without_arrow li {
    padding: 0;
    max-width: 205px;
    display: block;
    white-space: initial;
}

.vh_details_list.without_arrow li a {
    cursor: pointer;
}

.vh_details_list {
    margin-bottom: 15px;
}

.vh_manage_list {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.vh_manage_list a {
    text-align: left;
    color: #333;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

.vh_manage_list a .fa {
    margin-right: 5px;
}

.vh_manage_list li {
    margin-bottom: 8px;
    width: 50%;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.vh_manage_list a:after {
    content: '';
    position: absolute;
    font-family: 'FontAwesome';
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.vh_manage_list li.vh_edit a:after {
    content: '\f040';
}

.vh_manage_list li.vh_pic a:after {
    content: '\f030';
}

.vh_manage_list li.vh_sell a:after {
    /*content: '\f05e';*/
    content: '\f014';
}

.vh_manage_list li.vh_get a:after {
    /*content: '\f024';*/
    content: '\f121';
}

.vh_manage_list li.vh_sta a:after {
    content: '\f201';
}

.vh_manage_list.list-inline a {}

.vh_manage_list.list-inline a:after {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.points_list li {
    position: relative;
    padding: 2px 0;
    padding-left: 20px;
}

.points_list li:after {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    left: 3px;
    top: 3px;
}

.f700 {
    font-weight: 700;
}

.publish_veh p {
    font-size: 12px;
    word-break: break-word;
}

.view_table {
    height: 100%;
    width: 100%;
    display: table;
}

.view_cell {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.filter_box {
    text-align: right;
    margin-bottom: 15px;
}

.filter_box label {
    font-weight: 600;
}

@media (min-width: 641px) {
    .filter_box.collapse {
        display: block !important;
        height: auto !important;
    }
}

.filter_box .form-control {
    width: auto;
    display: inline-block;
    max-width: 85px;
}

.filter_box .btn {
    padding: 5px 10px;
}

.filter_collapse label {
    margin-right: 5px;
}

.filter_box .list-inline>li {
    vertical-align: middle;
    margin-bottom: 10px;
}

.filter_collapse {
    display: none !important;
    margin-bottom: 15px;
}

.customfile {
    position: relative;
    overflow: hidden;
    width: 100% !important;
    height: 34px;
    border: solid 0px red;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #c2c2c2;
    padding: 0;
    -webkit-box-shadow: inset 1px 1px 2px #e4e4e4;
    box-shadow: inset 1px 1px 2px #e4e4e4;
}

.customfile span {
    display: block;
    float: left;
}

.customfile span.cust-field {
    line-height: 20px;
    padding: 6px 12px;
    width: 100%;
    height: 34px;
    cursor: pointer;
    color: #212121;
    display: block;
    font-weight: normal;
    color: #333;
}

.customfile span.cust-btn {
    float: right;
    line-height: 20px;
    padding: 5px 21px;
    height: 34px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    color: #333;
    background: #e1e1e1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    margin-top: 1px;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
}

.customfile span.cust-btn:after {
    content: '\f030';
    position: absolute;
    font-family: 'FontAwesome';
    left: 6px;
    top: 48%;
    transform: translateY(-50%);
    font-size: 12px;
}

.customfile .fileinput {
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
    z-index: 99;
}

.customfileinput .col-xs-8 {
    padding-right: 7.5px;
}

.customfileinput .col-xs-4 {
    padding-left: 7.5px;
}

.customfileinput .btn {
    background-color: #303162;
    color: #fff;
}

.customfileinput .btn[disabled] {
    opacity: 0.35;
    background-color: #ddd;
    color: #000;
}

.sweet-alert .lead {
    font-size: 17px;
    color: #333;
}

@media (min-width: 992px) {
    .grid-md-3_5 {
        width: 345px;
    }
    .grid-md-8_5 {
        width: calc(100% - 345px);
        width: -webkit-calc(100% - 345px);
    }
}


/* Media Queries */

@media (max-width: 1199px) {}

@media (max-width: 1024px) {}

@media (max-width: 991px) {
    .form-box,
    .form-box.remove-vehicle-box,
    .form-box.list-vehicle-form {
        padding: 0 0;
    }
    .publish_veh .media-body {
        width: auto;
        overflow: unset;
    }
    .media.publish_veh {
        overflow: unset;
    }
    .publish_veh .media-heading {
        font-size: 17px;
    }
    .publish_veh p {
        font-size: 12px;
    }
    .publish_veh h4 {
        font-size: 18px;
    }
    .upload_images_grid li {
        height: 90px;
    }
}

@media (max-width: 767px) {
    .form-box,
    .form-box.remove-vehicle-box,
    .form-box.list-vehicle-form {
        padding: 0;
    }
    .top-header ul li a {
        color: #000;
        font-size: 12px;
    }
    .top-header ul li {
        margin-left: 0;
        font-size: 12px;
    }
    .top-header {
        padding-top: 0;
    }
    /*
    .form-title {
        font-size: 18px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    */
    .title_text {
        margin-top: -5px;
        margin-bottom: 15px;
        padding: 10px 10px;
        font-size: 12px;
    }
    .appriciation_sec {
        margin-top: 15px;
    }
    .appriciation_sec h3 {
        padding-bottom: 10px;
        font-size: 18px;
        margin-top: 10px;
    }
    .appriciation_sec h3 .fa,
    .appriciation_sec p.appriciation_help_text {
        font-size: 15px;
    }
    .list-vehicle-form .form-group.text-right {
        text-align: center;
    }
    .publish_veh {
        margin-bottom: 15px;
    }
    .upload_images_grid {
        max-width: 350px;
        margin: 0 auto;
        margin-top: 0px;
    }
    .upload_images_grid li {
        height: 80px;
    }
    .upload_pics_form .text-right {
        text-align: center;
    }
    .upload_pics_form .text-right .btn {
        margin-top: 20px;
    }
    .vh_details_list li {
        padding-left: 0;
    }
    .vh_details_list li:after,
    .vh_details_list li>strong {
        display: none;
    }
    .statistics-block .table td,
    .statistics-block .table th {
        vertical-align: top;
        font-size: 13px;
    }
    .mainheader .vehicle-btn a {
        margin-right: 0;
    }
    .home-body .mainheader .vehicle-btn a {
        margin-right: 0;
    }
    .vh_manage_list a {
        font-size: 0;
        height: 24px;
        width: 24px;
        text-align: center;
        background-color: #ccc;
        border-radius: 15%;
        border-bottom: 1px solid #85d241;
        display: block;
        padding: 5px 3px;
        margin-right: 5px;
    }
    .vh_manage_list a .fa {
        margin-right: 0;
        font-size: 22px;
    }
    .vh_manage_list {
        /*width: 60px;*/
        margin-right: 0;
        margin-left: auto;
    }
}

@media (max-width: 640px) {
    .filter_box .form-control {
        width: 100%;
        display: block;
        max-width: 100%;
    }
    .filter_box .list-inline>li {
        vertical-align: middle;
        margin-bottom: 10px;
        display: block;
        text-align: left;
    }
    .filter_collapse {
        display: block !important;
    }
    .user_select h4 {
        line-height: 1.3;
        min-height: 45px;
        font-size: 13px;
    }
    .user_select h4 br,
    .custom_modal .modal-body .user_select p.user_text br {
        display: none;
    }
    .custom_modal .modal-body .user_select p.user_text {
        min-height: 144px;
    }
    .sl-wrapper .sl-image {
        left: 0 !important;
        right: 0 !important;
        text-align: center;
    }
    .sl-wrapper .sl-image img {
        display: inline-block;
    }
    .sl-wrapper .sl-navigation button {
        z-index: 100001
    }
    .small-hide,
    .hidden-640 {
        display: none;
    }
    .small-show,
    .visible-small {
        display: block;
        margin-bottom: 10px;
    }
    .small-show a {
        text-decoration: underline;
    }
    .home-body .mainheader .vehicle-btn a {
        /* margin-right: 30px; */
    }
    .home-body .mainheader a.show-search {
        display: none;
    }
}

@media (max-width: 500px) {
    .vh_manage_list {
        width: 55px;
    }
    .vh_manage_list li {
        padding: 0;
    }
    .vh_manage_list a .fa {
        font-size: 16px;
    }
    .vh_name {
        font-size: 16px;
    }
    .vh_list_table.table>tbody>tr>td {
        padding: 8px;
        font-size: 10px;
    }
    .vh_details_list li {
        font-size: 12px;
    }
    .publish_veh .media-object {
        max-width: 90px;
    }
    .publish_veh .media-body,
    .publish_veh .media-left,
    .publish_veh .media-right {
        display: table-cell;
        vertical-align: middle;
    }
    .vh_list_table .vh_details_list.without_arrow li {
        max-width: 200px;
    }
    .vh_details_list li .vhl_price {
        font-size: 15px;
        font-weight: 600;
    }
    .modal .btn {
        font-size: 12px;
    }
    .logo {
        margin-top: 7px;
    }
}

@media (max-width: 430px) {
    .customfile span.cust-btn {
        padding: 5px 10px 5px 22px;
        font-size: 10px;
    }
    .customfileinput .btn {
        padding: 9px 10px;
        font-size: 11px;
        font-weight: 700;
    }
    .customfile span.cust-btn:after {
        left: 8px;
        top: 43%;
        font-size: 10px;
    }
    .mainheader .vehicle-btn a,
    .home-body .mainheader .vehicle-btn a {
        margin-right: 0;
    }
    .vh_details .col-xs-6 {
        width: 100%;
    }
    .vh_manage_list {
        margin-left: 0;
    }

}

@media (max-width: 400px) {
    .custom_check label {
        padding-left: 25px;
        font-size: 13px;
    }
    col.thu {
        width: 120px;
    }
}

@media (max-width: 350px) {
    col.thu {
        width: 100px;
    }
}

.btn-label {
    position: absolute;
    top: 50%;
    left: 34px;
    white-space: nowrap;
    transform: translateY(-50%);
}

.vh_manage_list {
    width: 100%;
}

.vh_manage_list li a {
    position: relative;
    border: 0;
}

.vehicle-btn {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
}

.show-search {
    position: static !important;
    margin-right: 10px !important;
}

.gallery_advance {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .gallery {
        display: flex;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .gallery_advance {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.gallery__main {
    position: relative;
}

.gallery__arrow {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 50%;
    font-size: 25px;
    color: white;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.gallery__arrow:hover {
    opacity: .75;
}

.gallery__arrow--prev {
    left: 15px;
}

.gallery__arrow--next {
    right: 15px;
}

.gallery__slider {
    width: 100%;
    display: block;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .gallery__slider {
        width: 320px;
        height: 240px;
    }
}

.gallery__controls {
    padding-top: 16px;
}

@media screen and (min-width: 768px) {
    .gallery__controls {
        padding-top: 0;
        margin-left: 30px;
    }
}

.gallery__thumbs {
    display: none;
}

@media screen and (min-width: 768px) {
    .gallery__thumbs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
    }
}

.gallery__thumbs-item {
    cursor: pointer;
    padding: 3px;
    display: block;
}

@media screen and (min-width: 768px) {
    .gallery__thumbs-item {
        width: 28.8%;
        height: 85px;
        margin-left: 8px;

    }
    .gallery__thumbs-item-img {
        width: 90% !important;
    }
    .gallery__thumbs-item {
        padding: 0 !important;
    }
}

.gallery__thumbs-item-img {
    width: 100%;
}

.gallery__ad-space {
    margin-top: 0;
    margin-left: 8px;
}

.gallery__ad-space img {
    width: 100%;
}

element.style {
    display: block;
}

#toast-container>div {
    opacity: 1 !important;
}

@media screen and (min-width: 320px) {
    .recaptcha-container{
        -webkit-transform:scale(0.87) !important;
        transform-origin:0 0 !important;
        -webkit-transform-origin:0 0 !important;
    }
}


div .toast {
background-image: none !important;
}