/*------------------------------------------------------------------
[Main Stylesheet]

Project:    Car House
Version:    1.1
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. Body
    2. Top Header / .top-header
    3. Main Header / .main-header
        3.1. Navigation / .navbar
            3.1.1. Logo / navbar-brand-logo
    4. Home Page Banner / .banner
    5. Single Page Banner / .page-banner
        5.1. Breadcrumb / breadcrumb-area
    5. Content Area / .content-area
        5.1 Option Bar / .option-bar
        5.2 Car Box / .car-box
            5.2.1. Car Content (Grid Page)/ .car-content
            5.2.2  Car Box Body (List Page) / .car-box-body
        5.3. Sidebar / .sidebar
            5.3.1. Single Block / .search-block
    6. Car Details / .car-details
        6.1. Single Details Slider / .car-detail-slider
            6.1.1. Carousel / #carousel-custom
        6.2.Car Details Content / .car-details-content-body
        6.3. User Comments / .comments-box
        6.4. Right Sidebar / .car-sidebar-right
            6.4.1. Car Info / .car-detail-block
            6.4.2. Dealer Info / .dealer-contact
            6.4.3. Social Share / .share
            6.4.4. Private Message / .private-message
            6.4.5 Recent News / .Recent-new
    7. Contact Us / .contact-us-body
        7.1. Contact Form / .contact-form
        7.2 Contact Info / .contact-details
        7.3 Social Media / .share
    8. Testimonials / .testimonials
    9. Main Footer  / .main-footer
        8.1. Footer Item / .footer-item
    10.  Sub Footer / .sub-footer
    11. Login / .login-page-body
        11.1. Form / .form-content-box
    12. 404 Page / .page-content-404
            12.1. Content / .error404
-------------------------------------------------------------------*/

/** COMMON CSS START **/
body {
    font-family: 'Lato', sans-serif;
    background: #F5F5F5 ;
}

/** TOP HEADER AREA START **/
.top-header {
    background-color: #363f48;
    border-bottom: 1px solid #363f48;
    padding: 7px 0px;
}
.top-header .list-inline {
    margin-top: 6px;
    margin-bottom: 0px;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.list-inline li a {
    text-decoration: none;
    color: #FFF;
}

.list-inline li a i {
    margin-right: 10px;
}

.top-buttons {
    text-align: right;
}

.btn-grey {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0.1);
}

.btn-grey:hover,
.btn-grey:focus,
.btn-grey.focus,
.btn-grey:active,
.btn-grey.active {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.35);
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-group-sm>.btn, .btn-sm {
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

/** MAIN-HEADER AREA START **/
.main-header {
    background: white;
}

.navbar-default {
    background: none;
    border: none;
    margin-bottom: 0px;
    border-radius: 0px;
}

.main-header .navbar-default .nav > li > a {
    display: block;
    padding: 5px 20px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #686868;
}

.main-header .navbar-default .nav > li > a:hover {
    background: #f5f5f5;
    color: #F34B0A;
    border: none;
}

.main-header .navbar-default .nav > li > .active {
    color: #F34B0A;
    background: #f5f5f5;
}

.main-header .navbar-default .nav {
    margin-top: 32px;
}

.navbar-brand-logo {
    float: left;
    padding: 23px 0px;
}

.navbar-brand-logo img {
    height: 50px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 12px;
    border-left: solid 5px white;
    border-bottom: solid 1px white;
    background: none;
}

.dropdown-menu > li > a:hover {
    border-left: solid 5px #F34B0A;
    background: none;
    border-bottom: solid 1px #f1f1f1;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #f5f5f5;
    border-color: #ffffff;
}

/** BANNER AREA START **/
.banner {
    width: 100%;
    color: white;
}

.banner .item {
    height: 546px;
}

.item-1 {
    background: url("../img/slider1.jpg?v=1");
    background-size: cover;
}

.item-2 {
    background: url("../img/slider2.jpg?v=1");
    -webkit-background-size: cover;
    background-size: cover;
}

.item-3 {
    background: url("../img/slider3.jpg");
    background-size: cover;
}

.carousel-control.left {
    background: none;
}

.carousel-control.right {
    background: none;
}

.slider-mover-left {
    width: 40px;
    height: 40px;
    line-height: 37px;
    position: absolute;
    top: 43%;
    z-index: 5;
    display: inline-block;
    left: 5px;
    background: #1B1410;
}

.slider-mover-left img {
    width: 16px;
    height: 23px;
}

.slider-mover-right {
    width: 40px;
    height: 40px;
    line-height: 37px;
    position: absolute;
    top: 43%;
    z-index: 5;
    display: inline-block;
    right: 5px;
    background: #1B1410;
}

.slider-mover-right img {
    width: 16px;
    height: 23px;
}

.banner-slider-inner-1{
    position: absolute;
    top: 23%;
}

.banner-slider-inner-1 .Website-text {
    font-family: 'Oleo Script', cursive;
    font-size: 60px;
}

.banner-slider-inner-1 h1 {
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 900;
}

.banner-slider-inner-1 h2 {
    text-transform: uppercase;
    font-size: 40px;
}

.banner-slider-inner-1 h4 {
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
}

.banner-slider-inner-1 span {
    font-weight: 300;
}

/** RECENT CAR AREA START **/
.content-area {
    padding: 50px 0px;
}

.option-bar {
    border-radius: 3px;
    background: #ffffff;
    padding: 15px;
    border: solid 1px #E4E3E3;
    margin-bottom: 20px;
}

.option-bar .section-heading{
    margin-bottom:0px;
}

.option-bar .sorting-options {
    margin-top: 10px;
}

.option-bar .sorting {
    padding: 8px 12px;
    background: #FFF;
    border: 1px solid #EEE;
    color: #999;
    margin-right: 5px;
    font-size: 13px;
    font-weight: 300;
}

.change-view-btn {
    color: #F34B0A;
    border-radius: 2px;
    background: #f8f8f8;
    padding: 7px 10px;
    margin-left: 5px;
    border: 1px solid #F34B0A;
}

.change-view-btn:hover {
    color: #fff;
    background: #F34B0A;
}

.active-view-btn:hover {
    color: #F34B0A;
    background:transparent;
}

.active-view-btn {
    background: #F34B0A;
    color: #FFF;
    padding: 7px 10px;
    margin-left: 5px;
    border: 1px solid #F34B0A;
}
.section-heading {
    margin-bottom:30px;
}

.section-heading i {
    float: left;
    width: 46px;
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    background-color: #F34B0A;
    color: #ffffff;
    margin-right: 10px;
    font-size: 16px;
}

.section-heading h2 {
    margin: 0px 0px 5px 0px;
    font-size: 16px;
    color:#F34B0A;
    font-weight: 700;
    text-transform: uppercase;
}

.section-heading .border {
    height: 2px;
    width: 40px;
    background: #F34B0A;
    float: left;
}

.section-heading h4 {
    font-size: 15px;
    color: #9a9a9a;
}

/** CAR BOX CAR AREA START **/
.car-box {
    background: white;
    padding: 15px;
    border: solid 1px #E4E3E3;
    margin-bottom: 30px;
    position: relative;
    margin:0px auto 30px; 
    max-width: 360px;
    width:100%;
}

.car-box:hover {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.10), 0 6px 5px 0 rgba(0, 0, 0, 0.10);
}

.car-box .sale{
    transform: rotate(134deg);
    position: absolute;
    left: 35px;
    top: 34px;
    display: inline-block;
    width: 40px;
    line-height: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}

.sale span {
    display: block;
    transform: rotate(-134deg);
    text-transform: uppercase;
    color:white;
}

.car-box .car-content {
    padding: 0px;
}

.car-box .car-content h3 a{
    text-transform: uppercase;
    color: #363f48;
    border-left: 4px solid #F34B0A;
    font-size: 17px;
    padding: 3px 0px 3px 10px;
    padding-left: 10px;
    text-decoration: none;
}

.car-box .car-content h3 a:hover{
    color:#F34B0A;
}

.car-box .car-content h3 span {
    float: right;
    background: #f5f5f5;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #F34B0A;
}

.s-lineDownLeft {
    border-bottom: 1px solid #B4B4B4;
    position: relative;
}

.s-lineDownLeft:after {
    background-image: url("../img/png/chevron-down.png");
    background-repeat: no-repeat;
    width: 15px;
    left: 13%;
    height: 7px;
    content: '';
    position: absolute;
    top: 100%;
    display: block;
}

.b-items-cars-one-info-header {
    padding-bottom: 15px;
    margin-bottom: 18px;
}

.car-box  .car-content p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #696969;
    font-weight: 400;
}

.car-content .car-tags ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
    display: inline-block;
}

.car-content .car-tags ul li {
    display: inline-block;
    float: left;
    margin: 0 4px 4px 0px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    font-size: 13px;
    color: #46505a;
    padding: 4px 5px;
}

.orange-color {
    color: orange;
}

.details-button {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 7px 13px;
    background-color: #F34B0A;
    border-radius: 2px;
    text-decoration: none;
    margin: 10px 0px 10px 0px;
}

.details-button:hover {
    background-color: #de460b;
    color:#fff;
}

/**TESTIMONIALS AREA START **/
.testimonials {
    width: 100%;
    padding: 70px 0px 85px;
    height: auto;
    background: #eaeaea;
    text-align: center;
}

.testimonials .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: auto;
    padding: 0px 0px 0px;
}

.testimonials-inner ul {
    margin: 0px;
    padding: 0px;
}

.testimonials-inner .star-rating li {
    list-style: none;
    display: inline-block;
    color: #F34B0A;
}

.testimonials-inner .line-dec {
    margin-top: 15px;
    width: 30px;
    height: 2px;
    background-color: #b2b5b5;
    margin-left: auto;
    margin-right: auto;
}

.testimonials-inner p {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 300;
    color: #7a7a7a;
    line-height: 32px;
}

.testimonials-inner .author-rate img {
    margin-top: 30px;
    border-radius: 50%;
}

.testimonials-inner .author-rate h4 {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.testimonials-inner .author-rate span {
    font-size: 12px;
    font-weight: 700;
    color: #f34b0a;
}

.testimonials .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: black;
    border: none;
    border-radius: 50%;
}

.testimonials .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #f34b0a;
}

.testimonials .carousel-indicators {
    bottom: -40px;
}

.testimonials-inner .author-rate .line-dec2 {
    margin-top: 10px;
    margin-bottom: 5px;
    width: 30px;
    height: 2px;
    background-color: #b2b5b5;
    margin-left: auto;
    margin-right: auto;
}

/**FOOTER AREA START **/
footer {
    width: 100%;
    background: #2A2A2A;
    padding: 60px 0px;
}

footer p {
    color: #ffffff;
}

.footer-item .footer-item-content p {
    margin-top: 30px;
    margin-bottom: 15px;
}

.footer-item-content img {
    height: 50px;
}

.footer-item .footer-item-content ul {
    margin-bottom: 20px;
    padding: 0px;
}

.footer-item .footer-item-content ul li {
    list-style: none;
    line-height: 30px;
}

.footer-item .footer-item-content ul li a i {
   width:25px;
}

.footer-item .footer-item-content ul li a {
    text-decoration: none;
    color: white;
}

.social-list li {
    list-style: none;
    float: left;
    margin:0px 3px 3px 0px;
}

.social-list li a {
    font-size: 12px;
    border-radius: 3px 2px 2px 3px;
    display: inline-block;
    width: 25px;
    height: 26px;
    text-align: center;
    line-height: 28px;
    color: white;
}

.social-list .facebook {
    background: #3b589e;
}

.social-list .twitter {
    background: #2b97f0;
}

.social-list .linkedin {
    background: #1c82ca;
}

.social-list .google {
    background: #dc4e41;
}

.social-list .rss {
    background: #e78733;
}

.social-list .vimeo {
    background: #56d7fe;
}

footer .footer-item h2 {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0px;
}

footer .footer-item .line-dec {
    margin: 15px 0 30px;
    width: 40px;
    height: 2px;
    background-color: #ffffff;
}

footer .footer-item {
    margin-bottom: 30px;
    float:left;
}

footer .footer-item .media .media-left img {
    width: 70px;
    height: 70px;
}

footer .footer-item .media .media-body a {
    color: #ffffff;
    font-weight: 400;
    font-size: 13px;
    margin-top: 5px;
    text-decoration: none;
    letter-spacing: 1px;
}

footer .footer-item .media .media-body a:hover {
    color: #F34B0A;
}

footer .footer-item .media .media-body .line-dec-o {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 40px;
    height: 2px;
    background-color: #555;
}

footer .footer-item .media .media-body span {
    font-size: 15px;
    font-weight: 700;
    color: #F34B0A;
}

footer .footer-item .tags {
    position: relative;
    float: left;
    margin: 0px 9px 9px 0px;
    border: 1px solid #424242;
    border-radius: 3px;
    padding: 5px 12px;
    font-size: 10px;
    font-weight: 400;
    text-transform: capitalize;
    z-index: 0;
    text-decoration: none;
    color: white;
    letter-spacing: 1px;
}

footer .footer-item .tags:hover {
    background: #F34B0A;
    border: 1px solid #F34B0A;
}

footer .footer-item .gallery-item {
    float: left;
    width: 50px;
    height: 50px;
    margin: 0 5px 5px 0px;
}

/**SUB FOOTER AREA START **/
.sub-footer {
    background-color: #242424;
    width: 100%;
    padding: 23px 0px;
}

.sub-footer p {
    color: #858585;
    font-size: 14px;
    margin: 0 0 0px;
}

.sub-footer p span {
    color: #777;
    font-size: 12px;
    text-transform: uppercase;
}

.sub-footer ul {
    margin: 0px;
    padding: 0px;
}

.sub-footer ul li {
    list-style: none;
    float: right;
    margin-left: 20px;
}

.sub-footer ul li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    color: #686868;
}

/**PAGE BANNER AREA START **/
.page-banner {
    width: 100%;
    background-image: url("http://placehold.it/1900x400");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px;
    text-align: center;
    color: white;
}

.breadcrumb-area {
    background: rgba(0, 0, 0, 0.5);
    padding: 35px 5px;
    max-width:555px;
    margin:0px auto; 
}

.breadcrumb-area .line-dec {
    margin: 15px 0 20px;
    width: 40px;
    height: 2px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
}

.breadcrumb-area h5 {
    margin-bottom: 30px;
}

.breadcrumb-area p a {
    color: #fff;
    margin: 0px 7px;
    text-decoration: none;
}

.active-page {
    border: solid 1px #F34B0A;
    background: none;
    padding: 7px 24px;
    color: #F34B0A;
    border-radius:0px;
}

.active-page:hover {
    color: white;
    background: #F34B0A;
}

.home-btn {
    background: #F34B0A;
    padding: 7px 24px;
    border: solid 1px #F34B0A;
    border-radius:0px;
}

.home-btn:hover {
    background: none;
    color: #F34B0A;
}

.breadcrumb-area h2 {
    font-size: 45px;
    font-weight: 700;
    margin: 0 0 10px;
}

/**PAGINATION AREA START **/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li > a, .pagination > li > span {
    border-radius: 0% !important;
    margin: 0 5px 5px;
    width: 36px;
    height: 36px;
    text-align: center;
    padding: 0px;
    line-height: 34px;
}

.pagination > li > a, .pagination > li > span :hover {
    color: #f34b0a;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: white;
    cursor: default;
    background-color: #F34B0A;
    border-color: #F34B0A;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #F34B0A;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    background-color: #f34b0a;
    color: white;
}

/**SIDEBAR AREA START **/
.sidebar {
    border-radius:3px;
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border: solid 1px #E4E3E3;
}

.search-block .title {
    font-weight: 700;
    border-left: 4px solid #F34B0A;
    padding-left: 15px;
    font-size: 18px;
    color: #F34B0A;
}

.search-block .ratings li {
    list-style: none;
    padding: 6px 0px;
    font-size: 12px;
    border-bottom: 1px dotted #DDD;
}

.search-block .ratings li a {
    text-decoration: none;
}

.search-block .ratings {
    margin: 0px;
    padding: 0px;
}

.search-block .ratings li span {
    float: right;
    color: #999;
}

.slider-price-amont {
    font-size: 12px;
    color: #999;
    font-weight: 400;
}

.round {
    background: #f34b0a;
}

.slider.slider-horizontal .slider-track {
    height: 10px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0;
    background: #f34b0a;
    border-radius: 0px;
}

.slider.slider-horizontal .slider-selection {
    height: 100%;
    top: 0;
    bottom: 0;
    background: #f5f5f5;
}

.slider.slider-horizontal .slider-handle {
    margin-left: -10px;
    margin-top: -5px;
    border-radius: 0px;
}

/**PRICE-BOX AREA START **/
.price-box label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 0px;
    margin-right: 0px;
    font-size: 13px;
    margin-bottom: 10px;
}
.slider.slider-horizontal {
    width: 100% !important;
    height: 20px;
}

element.style {
    width:none;
}

.price-box label:before {
    width: 0px;
    height: 0px;
}

.search-block label {
    font-size: 11px;
    line-height: 16px;
    color: #434955;
}

.search-block .form-control {
    border-radius: 3px;
    box-shadow: none;
    height: 36px;
    border: 1px solid #EEE;
}

label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    margin-bottom: 10px;
}

label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 20px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0px;
    border: solid 1px #b7b5b5;
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox]:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #f3f3f3;
    text-align: center;
    line-height: 15px;
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 30px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox {
    padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 15px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 0px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox-theme input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-theme input[type="checkbox"]:checked + label::before {
    background-color: #F34B0A;
    border-color: #F34B0A;
}

.search-block .list-1 li {
    list-style: none;
    line-height: 30px;
    font-weight: bold;
    font-size: 12px;
}

.search-block .list-1 li a {
    text-decoration: none;
    font-weight: 400;
    color: #434955;
}

.search-block label {
    font-size: 12px;
    line-height: 16px;
    color: #434955;
}

.search-block .list-1 {
    padding: 0px;
}

/**RECENT-NEWS AREA START **/
.Recent-news {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border: solid 1px #E4E3E3;
    border-radius:3px;
}

.Recent-news .title {
    font-weight: 700;
    border-left: 4px solid #F34B0A;
    padding-left: 15px;
    font-size: 18px;
    color: #F34B0A;
    margin: 0px 0px 20px;
}

.Recent-news .media {
    padding-bottom: 20px;
    border-bottom: 1px dotted #DDD;
    margin-top:0px;
    margin-bottom:20px; 
}

.Recent-news .media:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom:0px; 
}

.Recent-news .media .media-body a {
    color: #585858;
    font-weight: 700;
    font-size: 13px;
    margin-top: 5px;
    text-decoration: none;
    letter-spacing: 1px;
}

.Recent-news .media .media-body a:hover {
    color: #F34B0A;
}

.Recent-news .media .media-body .line-dec-o {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 40px;
    height: 2px;
    background-color: #ccc;
}

.Recent-news .media .media-body span {
    font-size: 15px;
    font-weight: 700;
    color: #F34B0A;
}

/**LIST-CAR AREA START **/
.list-car-box {
    background: white;
    padding: 15px;
    border: solid 1px #E4E3E3;
    margin-bottom: 30px;
    position: relative;
}

.list-car-box .list-car-pic img{
    height:219px;
}

.list-car-box .car-content h3 a{
    text-transform: uppercase;
    color: #363f48;
    border-left: 4px solid #F34B0A;
    font-size: 17px;
    padding: 3px 0px 3px 10px;
    text-decoration: none;
}

.list-car-box  .car-content h3{
    margin:15px 0 0px; 
}

.list-car-box  .car-content h3 a:hover{
    color:#F34B0A;
}

.list-car-box  .car-content h3 span {
    float: right;
    background: #f5f5f5;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #F34B0A;
}

.s-lineDownLeft {
    border-bottom: 1px solid #B4B4B4;
    position: relative;
}

.list-car-box .car-content p {
    font-size: 14px;
    margin-bottom:20px;
    color: #696969;
    font-weight: 400;
}

.list-car-box .car-content .col-pad{
    padding:0px;
}

.list-car-box .car-content {
    padding:0px 15px 0px 0px;
}

.list-car-box .car-content  .item p{
    font-size: 12px;
    margin-bottom: 7px;
}

.list-car-box p span {
    float: left;
    margin-right: 15px;
    color: #545454;
    font-weight: bold;
}

/**CAR-DETAILS AREA START **/
.car-details-header-price h3 {
    font-size: 21px;
    font-weight: 300;
    margin: 0px 0px 5px 0px;
    color: #F34B0A;
}

.car-details-header-price p {
    margin: 0 0 0px;
}

.car-details-header-price p i{
    color: orange;
}

#carousel-custom .carousel-indicators {
    margin: 10px 0px 0px;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}

#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}

#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}

#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}

#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}

#carousel-custom .carousel-outer {
    position: relative;
}

.thumb-preview {
    height: 500px !important;
    width: 100%;
}

.thumbs {
    width: 82% !important;
    margin: 12px auto !important;
    background: #dde3e4;
    padding: 10px 0px 6px 10px;
}

.thumbs img {
    width: 80px;
    height: 50px;
}

/**CAR-DETAILS-CONTENT-BOBY AREA START **/
.car-details-content-body {
    margin: 50px 0px 30px;
}

.panel-body p {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: white;
    border-color: #ddd;
    border-radius: 0px;
}

.panel-default {
    background: none;
}

.panel-body {
    background: white;
    border: solid 1px #E4E3E3;
    border-radius:3px;
    padding: 35px;
}

.nav-tabs > li > a {
    margin-right: 3px;
    line-height: 1.42857143;
    border-top: solid 2px white;
    border-radius: 0px;
    background: none;
    color: black;
    font-weight: bold;
}

.nav > li > a:hover {
    text-decoration: none;
    background-color: white;
    color: #F34B0A;
    border-top: solid 2px white;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: black;
    cursor: default;
    background-color: none;
    border-top: solid 2px red;
}

.features ul {
    margin: 0px;
    padding: 0px;
}

.features ul li {
    list-style: none;
    line-height: 30px;
    color: #666;
    font-size: 13px;
}

.features ul li i {
    font-size: 16px;
    color: #f34b0a;
    margin-right:15px;
}

.technical ul {
    margin: 0px;
    padding: 0px;
}

.technical ul li {
    list-style: none;
    font-weight: bold;
    border-bottom: 1px dotted #d4cece;
    line-height: 35px;
    color: #666;
}

.technical ul li span {
    float: right;
    font-weight: 400;
}

/**COMMENTS-box AREA START **/
.comments-box {
     border: solid 1px #E4E3E3;
    background-color: white;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    border-radius: 3px;
    float: left;
    width: 100%;
}

.comments-container {
    position: relative;
    padding: 0px 10px;
    float: left;
}

.comments-box ul li {
    list-style: none;
}

ul.blog-post-comments {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-bottom: 25px;
}

ul.blog-post-comments ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-left: 60px;
    border-bottom: 0px solid #e1e1e1;
    border-top: 0px solid #e1e1e1;
}

ul.blog-post-comments li ul li {
    border-bottom: 0px solid #e1e1e1;
    padding: 0px;
}

ul.blog-post-comments li {
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #e1e1e1;
}

ul.blog-post-comments li span.user-image {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    background-color: #C5C5C5;
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

ul.blog-post-comments li span.user-name {
    color: #55595c;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
}

ul.blog-post-comments li span.date {
    color: #878d92;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    position: relative;
    float: right;
}

ul.blog-post-comments li span.comment {
    color: #878d92;
    font-size: 14px;
    line-height: 22px;
    display: block;
    text-align: left;
    margin: 1px 0px 0px 60px;
}

ul.blog-post-comments li .comment-footer {
    color: #878d92;
    font-size: 14px;
    line-height: 22px;
    display: block;
    text-align: left;
    margin-left: 60px;
    margin-top: 35px;
}

a.share-box {
    color: #55595c;
    font-size: 14px;
    line-height: 22px;
    margin-right: 10px;
    text-decoration: none;
}

a.share-box:hover {
    cursor: pointer;
}

ul.blog-post-comments li span.user-image i {
    color: #fff;
    font-size: 38px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
}

a.share-box span.like i {
    color: #db7560;
}

a.share-box span.respond i {
    color: #65abd0;
}

a.share-box span.share-2 i {
    color: #24aa98;
}

a.share-box i {
    margin-right: 5px;
}

ul.blog-post-comments li span.date i {
    color: #b4bbc2;
    font-size: 14px;
    line-height: 22px;
    margin-right: 8px;
}

.btn-send {
    background: #F34B0A;
    border: none;
    border-radius: 0px;
    padding: 10px 30px;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
}

.btn-send:hover {
    background: #de460b;
    color: white;
}

/**CAR-SIDEBAR AREA START **/
.car-sidebar-right .title {
    font-size: 19px;
    line-height: 26px;
    border-left: solid 4px #F34B0A;
    padding: 0px 0px 0px 20px;
    margin:0 0 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #F34B0A;
}

.car-detail-block {
     border: solid 1px #E4E3E3;
    padding: 30px 30px;
    background: white;
    border-radius:3px;
    width: 100%;
    float: left;
}

.car-detail-block .car-detail-info-list li {
    list-style: none;
    line-height: 34px;
    color: #999;
    border-bottom: 1px dotted #DDD;
    text-align: right;
}

.car-detail-info-list li span {
    font-weight: bold;
    margin-right: 10px;
    float: left;
    color: #3e3e3e;
}

.mrg-b-30 {
    margin-bottom: 30px !important;
}

.dealer-contact {
    padding: 30px 30px;
    background: white;
    border: solid 1px #E4E3E3;
    border-radius: 3px;
}

.dealer-contact ul {
    margin: 0px;
    padding: 0px;
}

.car-detail-block .car-detail-info-list {
    margin: 0px;
    padding: 0px;
}

.dealer-contact ul li {
    list-style: none;
    line-height: 27px;
    color: #999;
}

.dealer-contact ul li a{
    text-decoration:none;
    color:#999;
}

.dealer-contact ul li span {
    font-weight: bold;
    color: #3e3e3e;
}

.share {
    background: #2a2a2a;
    padding: 30px 30px;
    width:100%;
    float:left;
}

.share h2 {
    color: #ffffff;
    font-weight: 400;
    font-size: 19px;
    border-left: solid 4px #fff;
    padding-left: 20px;
    text-transform: uppercase;
    margin: 0 0 20px 0px;
}

.share ul {
    padding: 0px;
    margin: 0px;
}

.private-message-to-dealer {
    padding: 30px 30px;
    background: white;
    width: 100%;
    border: solid 1px #E4E3E3;
    border-radius: 3px;
}

/**ABOUT-BODY AREA START **/

.about-body{
    padding-top:100px;
}

.about-body .title {
    font-weight: 700;
    border-left: 4px solid #f34b0a;
    padding-left: 15px;
    font-size: 25px;
    color: #f34b0a;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.about-body p {
    color: #444444 !important;
    line-height: 24px;
    font-weight: 400;
}

.about-body .icon-list {
    margin: 0 0 30px 0;
    padding: 0px;
}

.about-body .icon-list li {
    list-style: none;
    line-height: 30px;
    margin: 0 -4px 0 0;
    font-size: 12px;
    padding: 0 15px 0 30px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    color: #444444;
}

.about-body .icon-list li i{
   position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px 0 0;
    font-size: 16px;
    margin-top: 0px;
    color: #f34b0a;
}

.btn-contact {
    border: 2px solid #f34b0a;
    font-size: 12px;
    font-weight: bold;
    border-radius:0px;
    padding: 10px 31px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 30px;
    color: #f34b0a;
    text-decoration:none; 
}

.btn-contact:hover{
    background: #f34b0a;
    color:white; 
}

iframe {
    width: 100%;
}

.page-section{
    margin-bottom:100px;
}

/**PANEL AREA START **/
.panel-body {
    padding: 35px;
}

.panel-div a {
    text-decoration: none;
}

.panel-div .panel-default > .panel-heading {
    color: #969595;
    background-color: white;
    padding: 13px 5px 13px 15px;
    border-radius: 0px;
    color: #f34b0a;
}

.panel-title i {
    margin-right: 10px;
    background: #f34b0a;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 0px;
    color: white;
}

.panel-default {
    border-color: white;
    border: none;
}

.panel-group .panel + .panel {
    margin-top: 15px;
}

.page-section p {
    color: #444444 !important;
    line-height: 24px;
    font-weight: 400;
}

/**ABOUT TEAM MEET AREA START **/
.about-team-meet {
    width: 100%;
    padding: 75px 0px;
    background: white;
}

.about-team-meet .title {
    border-left: 0px solid #f34b0a;
    padding-left:0px;
    margin: 0 0 50px;
}

.about-box {
    padding: 0px;
    border-radius: 0px;
    border: none;
    max-width:262px;
    margin:0px auto 30px;
}

.about-box .content {
    padding: 0px 0px;
}

.about-box .content h6 {
    color: #999;
    font-weight: bold;
    margin: 10px 0px;
}

.about-box .content h3 {
    border-left: 4px solid #f34b0a;
    padding-left: 15px;
    font-size: 18px;
    color: #f34b0a;
    font-weight: bold;
    margin: 0px 0px;
}

.about-box .content p {
    color: #8e8e8e !important;
    font-size: 14px;
    font-weight: 300;
    margin: 20px 0px;
}

.about-box .content ul {
    padding: 0px;
    margin: 0px;
}

/**SERVICESLIST AREA START **/
.serviceslist {
    width: 100%;
    padding: 75px 0px 25px;
}

.serviceslist .title{
    font-weight: 700;
    font-size: 25px;
    color: #f34b0a;
    margin: 0 0 50px;
    text-transform: uppercase;
}

.Services-box {
    padding: 0px 20px;
    max-width:360px;
    margin:0px auto 50px;
}

.Services-box i {
    font-size: 35px;
    color: #f34b0a;
    margin-bottom: 30px;
}

.Services-box h3 {
    margin: 0 0 10px;
    font-size: 20px;
    text-transform: uppercase;
}

.Services-box p {
    color: #666;
}

/**CONTACT US BODY AREA START **/
.contact-us-body {
    width: 100%;
    padding: 100px 0px;
}

.contact-form .title {
    font-weight: 700;
    border-left: 4px solid #f34b0a;
    padding-left:25px;
    font-size: 18px;
    color: #f34b0a;
    margin-bottom: 20px;
}

.contact-form form .input-text {
    width: 100%;
    padding:10px 17px;
    font-size: 13px;
    border: 1px solid #e8e7e7;
    outline: none;
    color: #6c6c6c;
    height: 40px;
    border-radius: 3px;
    box-shadow:none;
}

.contact-form form textarea {
    border: 1px solid #eeeeee;
    max-width: 100%;
    min-height: 170px;
    max-height: 180px;
    font-size: 12px;
    color: #888888;
    height: 40px;
    padding: 12px 45px;
    outline: none;
}

.contact-form .form-group{
    margin-bottom: 25px;
}

.contact-form form .btn-message {
    background: #f34b0a;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    height: 40px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 400;
    border: solid 2px #ed5565;
    border-radius: 0px;
}

.contact-us-body form .btn-message:hover{
    background-color: #de460b;
    color:#fff;
}

.contact-form form .btn-message:hover{
    background-color: #de460b;
    color:#fff;
}

.contact-details {
    background: #fff;
    border: solid 1px #E4E3E3;
    border-bottom: none;
}

.contact-details .item {
    padding: 12px 36px;
    border-bottom: 1px solid #e5e7e9;
}

.contact-details .item .icon {
    font-size: 36px;
    line-height: 21px;
    color: #F34B0A;
    float: left;
}

.contact-details .content {
    margin-left: 61px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #5d6e7b;
}

.contact-details .content h5 {
    font-size: 15px;
    line-height: 21px;
    color: #F34B0A;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 6px;
}

.contact-details .content p span {
    font-weight: bold;
    color: #3e3e3e;
}

.contact-details .content p a {
    text-decoration: none;
    color: #5d6e7b;
}

/** FORM CONTENT AREA START **/
.form-content-box {
    padding: 54px;
    max-width:555px;
    background: white;
    border: solid #EEE 1px;
    margin:100px auto 0px; 
}

.logo-the {
    margin-bottom: 20px;
    text-align:center;
}

.form-content-box .logo-the img {
    height: 52px;
}

.form-content-box h4 {
    text-align: center;
    margin-bottom: 20px;
    color: #797979;
    font-size: 15px;
}

.form-content-box form .input-text {
    width: 100%;
    padding-left:15px;
    font-size: 13px;
    height: 40px;
    border: 1px solid #D8D8D8;
    outline: none;
    color: #9c9898;
    border-radius: 0px;
}

.form-content-box label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 0px;
    margin-right: 15px;
    font-size: 13px;
    margin-bottom: 10px;
    text-align: left;
    color: #929292;
}

label:before {
    content: "";
    width: 0px;
    height: 0px;
    border: solid 0px red;
}

.lost-password a {
    text-decoration: none;
    color: #f34b0a;
    font-weight: bold;
}

.lost-password {
    font-size: 12px;
    color: #929292;
}

.dhc {
    font-size: 12px;
    color: #929292;
}

.dhc a {
    text-decoration: none;
    font-weight: bold;
    color: #f34b0a;
}

.remember-me span{
    margin-left:15px;
}

.form-content-box .btn-send{
    height:55px;
    margin-bottom:20px;
}

.form-content-box  .form-group {
    margin-bottom: 20px;
}

/**PAGE CONTENT AREA START **/
.page-content-404 {
    width: 100%;
    padding: 70px 0px;
}

.error404 {
    position: relative;
    margin: 40px auto;
    max-width:500px;
    text-align: center;
}

.error404 .e404 {
    position: absolute;
    left: 0;
    top: 5%;
    margin-top: 5%;
    padding: 0 10%;
    width: 100%;
    text-align: center;
}

.error404 h1 {
    margin: 0;
    color: #fe5214;
    font-weight: 700;
    font-size: 108px;
    font-family: 'Open Sans', sans-serif;
}

.error404 .title-error {
    color: #1a1a1b;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.error404 p {
    margin: 0 0 20px 0px;
    color: #8a8585;
}

.error404 img{
        margin-bottom:30px;
    }
    
.btn-back {
    background:#fe5214;
    color:#fff;
}

.btn-back:hover{
    background-color: #de460b;    
    color:#fff;
}


/**BLOG BANNER AREA START **/
.blog-banner {
    text-align: center;
    background: #2a2a2a;
    padding: 35px 0px;
    text-transform: uppercase;
    color: #fff;
}

.blog-body {
    padding: 100px 0px 50px;
}

.blog-box {
    margin-bottom: 50px;
    border-radius: 0px;
    padding: 0px;
    border: none;
    color: #7B7B7B;
    background: transparent;
}

.blog-box .detail {
    padding: 30px 0px 0px;
    color: #7B7B7B;
    width: 100%;
    float: left;
}

.blog-box .detail h1 {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 24px;
}

.blog-box .detail h1 a {
    text-decoration: none;
    color:#F34B0A;
}

.blog-box .detail h1 a:hover{
    color:#818a9c;
}

.blog-box .detail .header {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #818a9c;
    text-transform: uppercase;
}

.btn-read-more{
    background:#F34B0A;
    text-decoration:none;
    border-radius:0px;
    color:#fff;
    font-size: 12px;
    padding: 7px 14px;
    letter-spacing: 1px;
    font-weight: 700; 
    text-transform: uppercase;
}

.btn-read-more:hover{
    background-color: #de460b;
    color:#fff;
}

.blog-box .detail .header a {
    color:#F34B0A;
    text-decoration: none;
}

.blog-box .detail .header .fa {
    margin-left: 10px;
    margin-right: 5px;
}

.blog-box .detail p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 30px;
}

.blog-sidebar .Recent-news{
    padding:0px;
    border:none;
    background:transparent;
}

.blog-tags {
    margin-bottom:30px;
    float:left;
}

.blog-tags .title {
    font-weight: 700;
    border-left: 4px solid #F34B0A;
    padding-left: 15px;
    font-size: 18px;
    color: #F34B0A;
    margin: 0px 0px 20px;
}

.blog-tags .tags {
    position: relative;
    float: left;
    margin: 0px 9px 9px 0px;
    border: 1px solid #e2e0e1;
    border-radius: 3px;
    padding: 5px 12px;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
    z-index: 0;
    text-decoration: none;
    color:#696969;
    background: #e2e0e1;
    letter-spacing: 1px;
}

.blog-tags .tags:hover{
    background:#F34B0A;
    color:#fff;
}

/** RECENT COMMENTS AREA START **/
.recent-comments{
    margin-bottom:30px;
}

.recent-comments .title {
    font-weight: 700;
    border-left: 4px solid #F34B0A;
    padding-left: 15px;
    font-size: 18px;
    color: #F34B0A;
    margin: 0px 0px 20px;
}

.recent-comments .media {
    margin: 0 0 20px;
}

.recent-comments .media .media-left {
    padding-right: 25px;
}

.recent-comments .media .media-body p {
    font-size: 13px;
    line-height: 22px;
    color: #7B7B7B;
    margin-bottom: 0px;
}

.recent-comments .media .media-body span {
    color: #b0b0b0;
    font-size: 11px;
}

.recent-comments .media .media-left img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.blog-sidebar .dealer-contact{
    padding:0px;
    border:none;
    background: transparent;
}

.blog-sidebar .dealer-contact .title {
    font-size: 19px;
    line-height: 26px;
    border-left: solid 4px #F34B0A;
    padding: 0px 0px 0px 20px;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #F34B0A;
}

.blog-sidebar .dealer-contact ul li a{
    text-decoration:none;
    color:#727070; 
}

.blog-sidebar  .dealer-contact ul li{
    color:#727070; 
}

.blog-banner h2 {
    margin-top: 0px;
    font-weight: 600;
}

.blog-box .detail p {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 30px;
}

 .blog-theme img {
    margin-top:30px;
}

.blog-banner .home:hover {
    color: #dcdbdb;
}

.blog-banner a {
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
}

.blog-banner .m0 {
    margin: 0 5px;
}

blockquote {
    border-left: 4px solid #F34B0A;
    padding: 7px 40px;
    margin: 30px 0px 30px 30px;
    color: #444;
    font-weight: 300 !important;
    font-style: normal;
    line-height: 26px;
}

.tags-box .title{
    font-weight: 700;
    border-left: 4px solid #f34b0a;
    padding-left: 15px;
    font-size: 25px;
    color: #f34b0a;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.tags-box a {
    border: 1px solid #e2e0e1;
    border-radius: 3px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 400;
    color: #696969;
    background: #e2e0e1;
    margin:0px 3px 3px;
    text-decoration:none; 
}

.tags-box a:hover{
    color:#fff;
    background:#f34b0a;
    border-radius: 3px;
}

.blog-share {
    float: right;
    text-align: right;
    margin-top: 5px;
}

.blog-share ul {
    margin: 0px;
    padding: 0px;
}

.blog-share ul li {
    list-style: none;
    float: left;
    position: relative;
    padding: 0 15px;
}

.blog-share ul li h6 {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
    margin: 0px;
    letter-spacing: 0.5px;
}

.blog-share ul li a {
    text-decoration: none;
}

.color-facebook {
    color: #4867aa;
}

.color-twitter {
    color: #33CCFF;
}

.color-google {
    color: #db4437;
}

.color-linkedin {
    color: #0177b5;
}

.blog-share ul li:last-child {
    padding-right: 0;
}

.color-pinterest {
    color: #bd081c;
}

a.tags {
    position: relative;
    float: left;
}

.bordered-right {
    border-right: 1px solid rgba(22, 24, 27, .12) !important;
}

.blog-body .comments-box{
    padding:0px;
    border:none;
    background:transparent;
}

.blog-body .comments-box .title {
    font-weight: 700;
    border-left: 4px solid #f34b0a;
    padding-left: 15px;
    font-size: 25px;
    color: #f34b0a;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.mrg-top{
    margin-top:30px;
}

/** CONTENT BOTTOM AREA START **/

.content-bottom {
    max-width: 984px;
    margin: 0px auto;
}

.bottom-block {
    padding: 20px;
    background: #f5f7f9;
    margin-bottom: 30px;
}

.bottom-block h3 {
    font-size: 16px;
    margin: 0 0 15px;
    font-weight: 600;
}

.bottom-block p {
    font-size: 13px;
    color: #939393;
}

.bottom-block label {
    font-weight: 600;
    font-size: 13px;
    padding-left:0pc;
}

.bottom-block .input-form {
    width: 100%;
    color: #939393;
    border: 1px solid #e8e7e7;
    padding: 6px 12px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    font-size: 13px;
    outline: none;
    border-radius: 3px;
}

.bottom-block h4 {
    color: #939393;
    font-size: 15px;
    margin-top: 0px;
}

.bottom-block h1 {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 600;
}

.bottom-block span {
    margin-left: 20px;
    color:#F34B0A;
}

.bottom-block a {
    text-decoration: none;
    color: #939393;
}

.bg {
    background: #f7f7f7;
}

.btn-Proceed {
    margin: 20px 0px;
    float: left;
}

.bottom-block .mrg {
    margin: 20px 0px;
}

.mrg-t-b{
    margin:30px 0px; 
}

.mrg-btnn{
    margin-bottom: 25px;
}

@media (max-width:450px) {
    .features .col-pad{
        width:100%;
    }   
    
    .error404 .e404 {
        top: 3%;
        padding: 0px;
    }
}

@media (max-width: 768px) {
    .navbar-brand-logo img {
        height: 37px;
    }
    
    .Recent-news img{
        width:60px;
        height:60px;
    }

    .Recent-news .media .media-body a {
       font-size:12px;
    }

    .Recent-news .media .media-body .line-dec-o {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 32px;
        margin-right: 0px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0px;
    }
    
    .banner-slider-inner-1 {
        position: absolute;
        top: 23%;
        text-align:center;
        padding:0px 20px 0px 20px;
    }

    .banner-slider-inner-1 h1 {
        font-size: 27px;
    }

    .banner-slider-inner-1 h2 {
        font-size:18px;
    }

    .banner-slider-inner-1 .Website-text {
        font-size:25px;
    }

    .banner-slider-inner-1 h4 {
        font-size: 15px;
        line-height: 20px;
    }
    
    .blog-body .comments-box .title{
        font-size:19px;
    } 
    
    ul.blog-post-comments li span.comment{
        font-size:13px;
        text-align: justify;
        line-height:20px;
    }

    .tags-box .title{
         font-size:19px;
    }

    .banner-slider-inner h1 {
        text-transform: uppercase;
        font-size: 28px; 
    }
    
    .breadcrumb-area p a {
        margin: 0px 4px;
    }

    .home-btn {
        padding: 7px 18px;
    }

    .banner-slider-inner {
        width: 100%;
        text-align: center;
    }

    .banner .item {
        height: 300px;
    }

    .list-car-box .list-car-pic img{
        height:auto;
    }

    .slider-mover-left {
        width: 30px;
        height: 30px;
        line-height: 27px;
        left: 0px;
        background: #1B1410;
    }

    .slider-mover-right {
        width: 30px;
        height: 30px;
        line-height: 27px;
        right: 0px;
        background: #1B1410;
    }

    .slider-mover-right img {
        width: 12px;
        height: 19px;
    }

    .slider-mover-left img {
        width: 12px;
        height: 19px;
    }

    .breadcrumb-area h2 {
        font-size: 28px;
    }

    .car-box .car-content h3 a {
        font-size: 15px;
   }   
   
    .list-car-box .car-content h3 a {
        font-size: 15px;
   }
    
    .testimonials-inner p {
        padding:0px 5px;
        line-height:28px;
        text-align: justify;
    }

    .option-bar {
        background: transparent;
        border: none;
        padding: 0px;
    }

    .option-bar .sorting-options {
        margin-top: 20px;
    }

    .change-view-btn {
        padding: 5px 8px;
        margin-left: 2px;
        float: left;
    }

    .active-view-btn {
        padding: 5px 8px;
        margin-left: 2px;
    }

    .active-view-btn:hover {
        padding: 5px 8px;
        margin-left: 2px;
    }

    .change-view-btn:hover {
        padding: 5px 8px;
        margin-left: 2px;
    }

    .option-bar .sorting {
        padding: 6px 9px;
        float:left;
    }

    .list-car-box .car-content {
        padding: 0px 15px 0px 15px;
    }
    
    .thumb-preview {
        height: auto !important;
        width: 100%;
    }
   
    .pagination > li > a, .pagination > li > span {
        margin: 0 3px 3px;
        width: 28px;
        height: 28px;
        line-height: 28px;
    }

    .car-details-header-price {
        text-align: left;
    }

    .nav-tabs>li {
        float:none;
        margin-bottom: -1px;
   }   
    
    .panel-body {
        padding: 15px;
    }   

    .panel-body {
        text-align: justify;
        padding:15px;
    }   
    
    ul.blog-post-comments ul {
        margin-left: 0px;
    }   

    .comments-container {
        padding: 0px 0px;
        text-align: justify;
    }
    
    .car-detail-block{
        padding:15px;
    }

    .car-detail-block .car-detail-info-list li{
        font-size:12px;
    }    

    .dealer-contact {
        padding: 15px;
    }
    
    .car-sidebar-right .title {
        font-size: 19px;
    }

    .share {
        padding:15px;
    }

    .private-message-to-dealer{
        padding:15px;
    }

    .Recent-news{
        padding:15px;
    }

    .about-body .icon-list li {
        list-style: none;
        line-height: 23px;
    }

    .about-body .title {
        font-size: 19px;
        margin: 0 0 20px;
    }

    .panel-title {
        font-size: 14px;
    }

    .serviceslist .title {
        font-size: 19px;
        margin-bottom:30px;
    }

    .contact-us-body .title {
        font-size:19px;
    }

    .contact-details .item {
        padding: 12px 20px;
    }

    .contact-details .content {
        margin-left: 50px;
        font-size: 13px;
        line-height: 17px;
    }       
    
    .footer-item-content img {
         height: 40px;
    }
    
    .form-content-box .logo-the img {
        height: 40px;
    }

    .form-content-box {
        padding:30px 15px;
    }

    .error404 h1 {
        font-size: 65px;
    }

    .error404 .title-error {
        font-size: 19px;
    }

    .blog-box .detail h1 {
        font-size: 19px;
    }

    .blog-box .detail p{
        text-align: justify;
        font-size:13px;
        line-height:20px;
    }

    blockquote {
        padding: 7px 20px;
        margin: 30px 0px 30px 00px;
        text-align: justify;
    }

    .contact-us-body {
        padding:50px 0px
    }

    .blog-body {
        padding: 50px 0px 50px;
    }

    .page-section {
        margin-bottom: 50px;
    }
    
    .serviceslist {
        padding:50px 0px 0px;
    }

    .about-team-meet {
        padding: 50px 0px;
    }

    .about-body {
        padding-top:50px;
    }

    .blog-banner h2 {
        margin-top: 0px;
        font-size:24px; 
    }
    }

@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-brand-logo img {
        height: 35px;
    }

    .main-header .navbar-default .nav > li > a {
        margin-left: 0px;
        padding: 5px 10px;
}
}