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

Project:    Car SHOP
Version:    1.0.0
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]
    1. Top Header / .top-header
    2. Main Header / .main-header
    3. Home Page Banner (Main Home) / .banner
    4. Search Area / .search-are
    5. Featured Cars / .featured-car
    6. Our Services / .our-services
    7. Recent Cars / .recent-cars
    8. Latest Offset / .latest-offest
    9. Testimonials / .testimonials
    10. Our Team / .our-team
    11. Our Partner / .our-partner
    12. Single Page Banner / .sub-banner
    13. Car List View (Right sidebar) / .car-list-rightside
    14. Car List View (Full Width) / .car-list-fullwidth
    15. Car Comparison / .comparison
    16. Car Brands / .view-section
    17. Sidebar / .sidebar
    18. Single Car Details / .car-details-page
    19. Car Details Slider / .car-details-sliders
    20. Car Details Specifications / .specifications
    21. Car Details Animations / .amenities-box
    22. Blog Banner / .blog-banner
    23. Blog Section / .blog-section
    24. Blog Grid View / .blog-grid-box
    25. Contact Page 1 / .contact-1
    26. Contact Page 2 / .contact-2
    27. Contact Page 3 / .contact-3
    28. Contact Info / .contact-info
    29. About Page / .about-us
    30. FAQ Page / .faq
    31. Coming soon Page / .coming-soon
    32. Photo Gallery Page / .photo-gallery
    33. Shopping Cart Page / .shop-cart
    34. Checkout Page / .shop-checkout
    35. Shop Single Page / .shop-single
    36. 404 Page Page / .pages-404
    37. Signup Page / .register-page
    38. Login Page / .login-page
    39. Our Service Page / .our-services-*
    40. Subscribe Box / .Subscribe-box
    41. Main Footer / .footer
-------------------------------------------------------------------*/

body {
    font-family: 'Roboto', sans-serif;
    background: #fff;
    color: #535353;
}

.img-fluid {
    width: 100% !important;
    height: auto;
}

/** Common **/


ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #535353;
}

a {
    color: #37404d;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #535353;
}

.form-control:focus {
    box-shadow: none;
}

p {
    font-size: 14px;
    line-height: 26px;
    color: #535353;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #37404d;
    font-family: 'Oswald', sans-serif;
}

.heading-2{
    margin-bottom: 30px;
}

.heading-2 h4{
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 25px;
}

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

.col-pad {
    padding: 0 0;
}

.col-pad-30 {
    padding: 0 30px;
}

.pad-minus-lr-15{
    padding-top: 50px;
}

.mb-10 {
    margin-bottom: 10px;
}

.cmn-mrg-btm {
    margin-bottom: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.ml-20{
    margin-left: 20px;
}

.mb-0{
    margin-bottom: 0;
}

.mr-20{
    margin-right: 20px;
}

.border-0{
    border: none;
}

.hidden{
    display: none;
}

.form-inline .btn,
.form-inline .btn:active {
    padding: 0 17px;
    font-size: 15px;
    background: none;
    border: solid 1px transparent;
    color: #212121;
}

.form-inline .btn-2{
    color: #fff;
}

.form-inline .btn:hover{
    background: none;
    border: solid 1px transparent;
}

.form-inline a{
    padding: 0 17px;
}

.btn{
    font-family: 'Oswald', sans-serif;
    border-radius: 3px;
}

.btn-color {
    color: #fff;
}

.btn-color:hover{
    color: #fff;
}

.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s
}

.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s
}

.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s
}

.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s
}

.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s
}

.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s
}

.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s
}

.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s
}

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;
}

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


.form-check label {
    display: inline-block;
    position: relative;
    padding-left: 10px;
}

.form-check 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;
}

.form-check 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;
}

.form-group .form-check{
    margin: 0 0 15px 0;
}

#page_scroller {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    cursor: pointer;
    color: #FFF;
    padding: 10px 11px;
    font-size: 12px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}


/** OVERVIEW BGI **/
.overview-bgi {
    position: relative;
}

.overview-bgi:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.overview .btn-border{
    padding: 7px 12px !important;
    border-radius: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}

.bg-grea{
    background: #8faef2;
}

/** CONTENT AREA **/
.content-area {
    padding-bottom: 70px;
}

.content-area-2 {
    padding: 100px 0 70px;
}

.content-area-3 {
    padding-bottom: 84px;
}

.content-area-4 {
    padding: 100px 0 50px;
}

.content-area-5 {
    padding-bottom: 100px;
}

.content-area-6 {
    padding-bottom: 50px;
}

.content-area-7 {
    padding: 100px 0;
}

.content-area-8 {
    padding-top: 100px;
}

.content-area-9 {
    padding: 50px 0;
}

.content-area-10{
    padding-bottom: 50px;
}

.content-area-11{
    padding: 100px 0 50px;
}

.content-area-12{
    padding: 100px 0 50px;
}

.content-area-13{
    padding: 100px 0 60px;
}

.content-area-14{
    padding: 100px 0 50px;
}

/** BTN COLOR **/
.btn-border-black {
    color: #000;
    border: solid 2px #fff;
}

.btn-border-white {
    color: #fff;
    border: solid 2px #fff;
}

.btn-border-white:hover {
    color: #fff;
    border: solid 2px #fff;
}

.btns-black{
    background: #fff!important;
    border: solid 2px #fff;
    color: #000;
}

.btns-black:hover {
    color: #fff;
    background-color: #000!important;
    border-color: #000;
}

/** BTN **/
.btn-sm {
    padding: 8.5px 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}

.btn-md {
    cursor: pointer;
    padding: 11px 30px;
    letter-spacing: 1.5px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 3px;
    background: none;
}

.btn:focus, .btn:active, .btn:focus {
    box-shadow: none !important;
    outline: none;
}

/** SOCIAL MEDIA **/
.facebook:hover {
    color: #3b589e !important;
}

.twitter:hover {
    color: #56d7fe !important;
}

.linkedin:hover {
    color: #1c82ca !important;
}

.google:hover {
    color: #dc4e41 !important;
}

.rss:hover {
    color: #e78733 !important;
}

.instagram:hover {
    color: #fb3958 !important;
}

/** SOCIAL MEDIA BG **/
.facebook-bg {
    background: #4867aa;
}

.facebook-bg:hover{
    background: #3a5795;
}

.twitter-bg{
    background: #56d7fe;
}

.twitter-bg:hover{
    background: #2abced;
}

.google-bg {
    background: #dc4e41;
}

.google-bg:hover{
    background: #c83a2e;
}

.rss-bg {
    background: #e78733;
}

.rss-bg:hover {
    background: #d0782c
}

.linkedin-bg {
    background: #1c82ca;
}

.linkedin-bg:hover {
    background: #036497;
}

/** MEGAMENU **/
.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}

.megamenu-area{
    padding: 30px 30px 10px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.megamenu-title{
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #37404d;
}

.megamenu-section{
    margin-bottom: 25px;
}

.megamenu-area .dropdown-item {
    padding: 0px !important;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 400;
}

.megamenu-section p{
    font-size: 14px;
    line-height: 25px;
}

/** TOP HEADER **/
#top-header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 999;
    border-bottom: solid 1px #b7b7b7;
    background-color: rgba(0, 0, 0, 0.4);
}

#top-header a {
    color: #fff;
}

.top-header-bg{
    background: #000;
}

.top-header .list-inline {
    padding: 10.5px 0;
}

.top-header .list-inline a {
    margin-right: 15px;
    font-size: 13px;
}

.top-header .list-inline a i {
    margin-right: 5px;
}

.top-header .top-social-media li {
    padding: 0 4px;
    height: 45px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    line-height: 45px;
}

.top-header .top-social-media li a{
    color: #7c7e83;
}

#top-header-2 a {
    color: #fff;
    opacity: 0.8;
}

/** MAIN HEADER **/
#main-header {
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 999;
}

.main-header .navbar{
    padding: 0;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 34px 17px 31.5px;
    font-size: 15px;
    font-weight: 400;
    border-bottom: solid 2px transparent;
    text-transform: uppercase;
}

#main-header .navbar-expand-lg .navbar-nav .nav-link{
    color: #fff;
}

.main-header .logo img {
    height: 70px;
}

.main-header .logo {
    padding: 25px 0 25px;
    margin-right: 50px;
    float: left;
}

.main-header .logos img {
    height: 40px;
}

.main-header .logos {
    padding: 25px 0 25px;
    margin-right: 50px;
    float: left;
}

.dropdown-menu {
    min-width: 12rem;
    padding: 0;
    margin: -1px;
    font-size: 13px;
    color: #212529;
    border: 1px solid transparent;
    border-radius: 0;
}

.main-header .dropdown-menu a {
    padding: 10px 20px;
    color: #535353;
    font-size: 14px;
}

.main-header .dropdown-menu a:hover,
.main-header .dropdown-menu a:visited
{
    background: transparent;
    outline: none;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 22px;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
}

#main-header-2 .navbar-expand-lg .navbar-nav .nav-link {
    color: #4a4747;
}

.collapse.show{
    background: #fff;
}

.main-header-two{
    background: #160e0e54;
}

/** BANNER **/
#banner {
    position: relative;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    opacity: 1;
}

.banner .slider-mover-left {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    z-index: 5;
    display: inline-block;
    left: 5px;
    text-align: center;
    background: #a5a5a554;
    border-radius: 50%;
    color: #000;
}

.banner .slider-mover-left:hover{
    background: #fff;
}

.banner .slider-mover-right {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    z-index: 5;
    display: inline-block;
    right: 5px;
    text-align: center;
    background: #a5a5a554;
    border-radius: 50%;
    color: #000;
}

.banner .btn-md {
    cursor: pointer;
    padding: 10px 30px;
    letter-spacing: 1.5px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 3px;
    background: none;
}

.banner .btn-border{
    padding: 11px 30px!important;
}

.banner .slider-mover-right:hover{
    background: #fff;
}

.banner .slider-mover-right i {
    font-size: 30px;
    line-height: 60px;
}

.banner .slider-mover-left i {
    font-size: 30px;
    line-height: 60px;
}

.banner .carousel-content{
    align-self: center !important;
    color: #fff;
}

.banner .banner-slider-inner h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 44px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.banner .banner-slider-inner h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 44px;
    font-weight: 600;
}

.banner .banner-slider-inner p {
    color: #fff;
    line-height: 1.6;
    font-size: 17px;
    font-weight: 400;
    opacity: 0.9;
    margin-bottom: 20px;
}

.banner .banner-slider-inner h1 span {
    font-weight: 900;
}

.banner .banner-slider-inner .typed-text{
    font-size: 62px;
}

.banner .banner-slider-inner {
    display: inline-block;
    text-shadow: none;
    right: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.banner .banner-slider-inner .btn {
    margin: 3px;
}

.banner .carousel-bg .carousel-item {
    height: 100vh;
    background: linear-gradient(to right, rgb(28 53 118) 0%, rgb(17 8 131 / 90%) 30%, rgb(36 36 159 / 90%) 60%, rgb(20, 20, 51) 100%);
}

.banner_video_bg {
    height: 100vh;
}

.pattern-overlay {
    /*background-color: rgba(0, 0, 0, 0.35);
    height: 100vh;*/
}

.banner_video_bg .carousel-item {
    height: 100vh;
}

.banner .carousel-item {
    height: 100vh;
}


.item-bg {
    height: 100vh!important;
}

#banner {
    position: relative;
}


.banner-five .banner-slider-inner {
    background-color: transparent;
}

/** SUB BANNER **/
.sub-banner{
    background: rgba(0, 0, 0, 0.04) url(../images/sub-banner.png) top left repeat;
    background-size: cover;
    height: 290px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.sub-banner .breadcrumb-area h1 {
    margin: 0 0 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.sub-banner .breadcrumb-area {
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
}

.sub-banner .breadcrumbs li {
    display: inline-block;
    list-style: none;
    font-size: 18px;
}

.sub-banner .breadcrumbs li a{
   color: #fff;
}

.sub-banner .breadcrumbs .active {
    margin-left: 15px;
    color: #fff;
}

.sub-banner .breadcrumbs .active:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    margin-right: 15px;
    font-weight: 600;
}

/** Blog BANNER **/
.blog-banner{
    padding: 70px 0;
    background: #f8f9fa;
    width: 100%;
    text-align: center;
}

.blog-banner .breadcrumb-area h1 {
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    color: #37404d;
}

.blog-banner .breadcrumbs li {
    display: inline-block;
    list-style: none;
    font-size: 14px;
}

.blog-banner .breadcrumbs li a{
    color: #37404d;
}

.blog-banner .breadcrumbs .active {
    margin-left: 10px;
    color: #37404d;
}

.blog-banner .breadcrumbs .active:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    margin-right: 10px;
    font-weight: 600;
}

/** MAIN TITLE **/
.main-title {
    text-align: center;
    margin-bottom: 40px;
}

.main-title h1 {
    font-weight: 500;
    color: #37404d;
    font-size: 34px;
    margin-bottom: 0;
}

.main-title.main-title-2{
    margin-bottom: 15px;
}

/** OPTION BAR **/
.option-bar {
    border-radius: 0;
    height: 55px;
    margin-bottom: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.option-bar .heading-icon {
    width: 55px;
    color: #fff;
    text-align: center;
    margin-right: 20px;
    display: inline-block;
    border-radius: 0;
    position: relative;
}

.option-bar h4 {
    line-height: 55px;
    display: inline-block;
    padding-right: 20px;
    border-radius: 0;
    margin: 0;
}

.option-bar .heading-icon .icon-design {
    font-size: 20px;
    position: absolute;
    right: -7px;
    top: 16px;
}

.option-bar .heading{
    font-size: 17px;
}

.change-view-btn {
    margin-left: 5px;
    background: transparent;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
}

.active-view-btn {
    color: #fff !important;
    margin-left: 5px;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

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

.option-bar .sorting-options {
    margin: 9px 15px 0 0;
    text-align: right;
    width: 90px;
    float: right;
}

.option-bar .search-area {
    width: 170px;
    margin-top: 10px;
    float: right;
}

.option-bar .search-area .search-fields {
    min-height: 35px;
    padding: 0;
    height: 35px;
    box-shadow: none;
    border: 1px solid #cdc9c9;
    background: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.option-bar .search-area .selectBox-dropdown .selectBox-arrow:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f078";
    line-height: 35px;
    color: #777;
    font-size: 12px;
}

.subtitle{
    margin-bottom: 30px;
    font-size: 14px;
    color: #9c9c9c;
}
/** CAR BOX **/
.car-box {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    background: #fff;
}

.car-box:hover {
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.car-thumbnail{
    position: relative;
}

.car-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}

.car-overlay {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-link {
    color: #fff;
    border: 2px solid #FFF;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    text-align: center;
    margin: 3px;
    cursor: pointer;
    display: none;
}

.overlay-link:not([href]):not([tabindex]),
.overlay-link:not([href]):not([tabindex]):hover {
    color: #fff;
}

.overlay-link:hover{
    color: #fff;
}

.car-thumbnail:hover .car-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.car-thumbnail:hover .overlay-link {
    display: inline-block;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.modal-right-content .btns-black{
    font-size: 13px;
    padding: 7px 20px;
}


.car-box .car-img {
    position: relative;
    display: block;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
}

.car-box .detail .title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}

.car-box .detail .title a:hover {
    color: #4a4747;
}

.car-box .button, input[type="submit"] {
    font-size: 11px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 2px;
    color: white;
    background: rgba(0, 0, 0, 0.7);
    display: inline-block;
    letter-spacing: 1px;
}

.car-box .tag.featured {
    left: 15px;
    margin-top: 15px;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 7px 11px 5px 11px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
}

.car-box .tag {
    position: absolute;
}

.car-box .price-ratings-box {
    color: white;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 20;
    text-align: right;
}

.car-box .price-ratings-box .price{
    font-weight: 500;
    font-size: 15px;
    margin: 0;
    color: #fff;
}

.ratings{
    font-size: 10px;
    color: #ffc12b;
}

.car-box .detail {
    padding: 25px;
}

.car-box .detail .location {
    margin: 0 0 10px;
}

.car-box .detail .location a {
    font-size: 14px;
    color: #535353;
    font-weight: 400;
}

.car-box .detail .location a i{
    margin-right: 5px;
}

.car-box .detail p {
    margin-bottom: 0;
    line-height: 25px;
    font-size: 14px;
    margin-top: 0;
    color: #656565;
}

.car-box ul{
    margin: 0;
    padding: 10px 0;
    background: #f8f9fa;
}

.car-box ul li{
    list-style: none;
    width: 33%;
    float: left;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
}

/** CAR BOX 2 STARTED **/
.car-box-2{
    margin-bottom: 30px;
    text-align: center;
    border-radius: 0;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    background: #fff;
    border: none;
}

.car-box-2:hover{
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.car-box-2 img{
    border-radius: 0;
}

.car-box-2 .detail {
    padding: 20px 15px 25px;
}

.car-box-2 .detail p{
    line-height: 25px;
    font-size: 13px;
    margin-top: 18px;
    color: #656565;
}

.car-box-2 .detail h5{
    margin-bottom: 15px;
}

.car-box-2 .detail h5 a{
    font-size: 16px;
}

.car-box-2 .detail h4{
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 14px;
}

.car-box-2 .detail .btn {
    cursor: pointer;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    transition: .5s;
    border-radius: 2px;
    padding: 6px 25px;
}

/** CAR BOX 3 STARTED **/
.car-box-3{
    margin:0 0 50px;
}

.car-box-3 img{
    width: 130px;
    height: 130px;
    border-radius: 10px;
    margin-right: 10px;
}

.car-box-3 h3{
    font-size: 17px;
    margin-bottom: 10px;
}

.car-box-3 h5{
    font-size: 14px;
    font-weight: 600;
}

.car-box-3 p{
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}

/** CAR BOX 4 STARTED **/
.car-box-4 {
    position: relative;
    overflow: hidden;
    color: #fff;
    margin-bottom: 30px;
}

.car-box-4 .text {
    position: absolute;
    background-color: rgb(0 0 0 / 53%);
    padding: 10px 20px;
    bottom: 0px;
    left: 0;
    right: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.car-box-4 .text a {
    color: #fff;
}

/** CAR BOX 5 **/
.car-box-5 {
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.car-box-5:hover {
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.car-box-5 .car-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.car-box-5 .button, input[type="submit"] {
    left: 15px;
    margin-top: 15px;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 7px 11px 5px 11px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
}

.car-box-5 .tag.featured {
    left: 30px;
    margin-top: 15px;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.5);
}

.car-box-5 .tag {
    position: absolute;
}

.car-box-5 .price-ratings-box {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 20;
    text-align: right;
}

.car-box-5 .price-ratings-box .price{
    font-weight: 500;
    font-size: 15px;
    margin: 0;
    color: #fff;
}

.car-box-5 .price-ratings-box .ratings{
    font-size: 9px;
    color: #ffc12b;
}

.car-box-5 .detail{
    padding: 10px 35px 10px 25px;
}

.car-box-5 .detail .title {
    font-size: 18px;
    margin-bottom: 10px;
}

.car-box-5 .detail .title a:hover {
    color: #4a4747;
}

.car-box-5 .detail .location {
    margin: 0 0 10px;
}

.car-box-5 .detail .location a {
    font-size: 14px;
    color: #535353;
}

.car-box-5 .detail .location a i {
    margin-right: 5px;
}

.car-box-5 .detail p {
    margin-bottom: 15px;
    line-height: 26px;
    font-size: 14px;
}

.car-box-5 .car-info span {
    margin-right: 3px;
    border-radius: 2px;
    font-size: 13px;
    line-height: 33px;
    background: #f5f5f5;
    padding: 7px 8px;
}

.car-box-5 .car-info span i{
    margin-right: 5px;
}

.car-box-5 .col-pad{
    padding: 0;
}

/** SERVICES INFO STARTED **/
.services-info{
    margin-bottom: 50px;
}

.services-info p{
    margin: 0;
}

.services-info i{
    font-size: 40px;
    width: 60px;
}

.services-info h5 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
}

/** SERVICES INFO 2 STARTED **/
.services-info-2{
    background: #fff;
    padding: 30px 10px;
    text-align: center;
    margin:10px 0;
}

.services-info-2:hover{
    -webkit-box-shadow: 0 1px 35px rgba(0,0,0,0.07);
    box-shadow: 0 1px 35px rgba(0,0,0,0.07);
}

.services-info-2 h3{
    font-size: 15px;
    margin: 0;
}

.services-info-2 p{
    margin-bottom: 10px;
}

.services-info-2 i{
    font-size: 30px;
    margin-bottom: 20px;
}


.bg-light img{
    height: 625px;
}
/** SERVICES INFO 3 STARTED **/
.services-info-3{
    text-align: center;
    padding: 25px 20px;
    border: 1px solid #fff;
}

.services-info-3:hover{
    -webkit-box-shadow: 0 1px 35px rgba(0,0,0,0.07);
    box-shadow: 0 1px 35px rgba(0,0,0,0.07);
    background: white;
}

.services-info-3 i{
    font-size: 45px;
    margin-bottom: 20px;
}

.services-info-3 h5 {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin: 10px 0;
}

.services-info-3 p{
    font-size: 14px;
    margin: 0;
    line-height: 25px;
}

.about-us .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 6px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    border-radius: 3px;
    cursor: pointer;
}

/** SERVICES INFO 4 STARTED **/
.services-info-4 h3{
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 23px;
    color: #fff;
    opacity: 0.9;
}

.services-info-4 p{
    margin-bottom: 25px;
    color: #dadada;
}

/** PARTNER AREA STARTED **/
.our-partner{
    text-align: center;
}


.our-partner .partner-inner{
    text-align: center;
    background: #f1f1f1;
}

.multi-carousel {
    float: left;
    overflow: hidden;
    padding: 0 15px 0;
    width: 100%;
    position: relative;
}

.multi-carousel .multi-carousel-inner {
    transition: 1s ease all;
    float: left;
}

.multi-carousel .multi-carousel-inner .item {
    float: left;
    cursor: pointer;
}

.multi-carousel .multi-carousel-inner .item > div {
    padding: 35px 15px 30px;
    margin: 0 10px;
    background: #f1f1f1;
    color: #666;
    text-align: center;
}

.multi-carousel .multi-carousel-inner .item > div p{
    margin-bottom: 5px;
}

.multi-carousel .multi-carousel-inner .item > div .carousel-img {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.multi-carousel .multi-carousel-inner .item > div .lead {
    font-size: 13px;
    font-weight: 400;
    color: #37404d;
    font-family: 'Oswald', sans-serif;
}

.multi-carousel .multi-carousel-inner .item > div img{
    width: 100%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.multi-carousel .multi-carousel-inner .item:hover img{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.multi-carousel .leftLst, .multi-carousel .rightLst {
    position: absolute;
    top: calc(54% - 20px);
}

.multi-carousel-indicator {
    width: 30px;
    height: 30px;
    line-height: 33px;
    z-index: 5;
    display: inline-block;
    right: 10px;
    text-align: center;
    background: #fff;
    border-radius: 5%;
    cursor: pointer;
}

.multi-carousel-indicator i {
    font-size: 20px;
    line-height: 22px;
    color: #333;
}
.multi-carousel .leftLst {
    left: 0;
}

.multi-carousel .rightLst {
    right: 0;
}

.multi-carousel .leftLst.over, .multi-carousel .rightLst.over {
    pointer-events: none;
    background: #fff;
    border: none;
}
/** PARTNER AREA ENDED **/

/** SERVICES INFO 5STARTED **/
.services-info-5{
    text-align: center;
    margin-bottom: 30px;
    background: #fff;
    border: none;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.services-info-5:hover{
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.services-info-5 h5 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}

.services-info-5 h5 a{
    text-transform: uppercase;
}

.services-info-5 .detail{
    padding: 30px 20px;
}

.services-info-5 p{
    margin-bottom: 20px;
}

.services-info-5 .btn{
    letter-spacing: 1px;
    font-size: 12px;
    padding: 6px 25px;
}

/** SERVICES INFO 5STARTED **/
.services-info-6{
    margin-bottom: 30px;
}

.services-info-6 h3 {
    font-size: 17px;
    margin-bottom: 10px;
}

.services-info-6 p{
    margin-bottom: 7px;
}
.services-info-6 {
    margin: 0 0 50px;
}

.services-info-6 img {
    width: 95px;
    height: 95px;
}

.services-info-6 .photo{
    padding: 5px;
    border-radius: 100px;
    border: 1px dashed #535353;
}

.services-info-6 .btn-read-more{
    font-weight: 500;
    font-size: 14px;
}

.services-info-6 .btn-read-more:hover{
    color: #535353;
}

.our-services-4{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}



.our-services .dddd{
    padding: 100px;
}

.our-services .dddd .none-site{
    display: none;
}

/** MODAL BODY DESIGN STARTED**/
.car-modal .modal-left{
    background: #3a3a3a;
    padding: 0px;
    color: #fff;
}

.car-modal .modal-content{
    border: none;
    background: transparent;
}

.car-modal .modal-header{
    display: initial;
    padding:  0px 0px 10px;;
    border: none;
}

.car-modal .modal-header .modal-title{
    color: #fff;
    font-size: 25px;
}

.car-modal .modal-header p{
    color: #fff;
    margin-bottom: 0px;
}

.car-modal .modal-header .close,
.car-modal .modal-header .close:focus
{
    padding: 8px 13px;
    outline: none;
    margin: -60px -3px -15px auto;
    background: #3a3a3a;
    opacity: 1;
    color: #FFF;
    border-radius: 3px;
    cursor: pointer;
}

.car-modal .modal-body{
    padding: 0px 15px;
}

.modal-right{
    padding: 0px;
}

#modalCarousel .carousel-item iframe{
    display: block;
}

.modal-left-content{

}

.modal-left-content img {
    width: 100%;
}

.modal-left-content .control{
    width: 30px;
    height: 30px;
    position: absolute;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    line-height: 30px;
    bottom: 0px;
    opacity: 1;
}


.modal-left-content .control:hover{
    opacity: 1;
}

.modal-left-content .control-prev{
    right: 30px;
}

.modal-left-content .control-next{
    right: 0px;
}

.modal-left-content .features{
    padding: 30px 30px 25px;
}

.modal-left-content .features h3{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.modal-left-content .bullets {
    color: #fff !important;
    font-size: 13px;
    font-weight: 400;
    margin-top: 20px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-type: square;
    list-style-position: inside;
}

.modal-left-content .bullets li{
    margin-bottom: 8px;
}

.modal-right-content{
    padding: 30px;
}

.modal-backdrop.show {
    opacity: 0.7;
}

.modal-right-content .price {
    float: right;
}

.modal-right-content h3{
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #37404d;
}

.modal-right-content p{
    font-size: 13px;
    color: #777;
    line-height: 21px;
}

.modal-right-content dl{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 12px;
}

.modal-right-content dl dt {
    float: left;
    font-weight: 500;
}

.modal-right-content dl dd {
    text-align: right;
    margin-bottom: 8px;
}
/** MODAL BODY DESIGN ENDED **/

/** TESTIMONIAL STARTED **/
.testimonial {
    padding: 80px 0 70px;
    text-align: center;
}

.testimonial .testimonia-header {
    margin: 0 auto 50px;
}

.testimonial .testimonial-inner{
    max-width: 700px;
    margin: 0 auto;
}

.testimonial .testimonial-inner .avatar{
    max-width: 120px;
    margin: 0 auto 30px;
}

.testimonial .testimonial-inner .author-name{
    font-weight: 500;
    color: #fff;
    opacity: 0.9;
    font-size: 14px;
    margin-bottom: 40px;
}

.testimonial .testimonial-inner p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 28px;
    color: #fff;
    opacity: 0.8;
    font-style: italic;
}

.testimonial .testimonial-inner .carousel-item{
    margin-bottom: 50px;
}

.testimonial .testimonial-inner .testimonia-header h1 {
    color: #fff;
    opacity: 0.9;
    font-weight: 400;
    font-size: 34px;
}

.testimonial .carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 100%;
    opacity: 0.9;
    cursor: pointer;
}

.testimonial .carousel-indicators {
    bottom: 0;
}

.testimonial .testimonial-inner .carousel-item {
    margin-bottom: 30px;
}

/** TESTIMONIAL 2 STARTED **/
.testimonial-2 {
    padding: 100px 0 130px;
}

.testimonial-2 .testimonial-inner .carousel-item {
    margin-bottom: 30px;
}

.testimonial-2 .testimonial-inner p{
    font-size: 16px;
    margin: 0 0 15px;
    line-height: 30px;
    color: #fff;
    opacity: 0.8;
}

.testimonial-2 .testimonia-header {
    margin: 0 auto 50px;
    text-align: center;
}

.testimonial-2 .testimonial-inner .testimonia-header h1 {
    color: #fff;
    opacity: 0.9;
    font-weight: 400;
    font-size: 34px;
}

.testimonial-2 .testimonial-inner .author-name {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
    color: #fff;
    font-size: 15px;
    opacity: 0.9;
}

.testimonial-2 .testimonial-inner ul li {
    display: inline-block;
    color: orange;
}

.testimonial-2 .slider-mover-left {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 100%;
    z-index: 5;
    display: inline-block;
    right: -30px;
    text-align: center;
    background: #a5a5a5;
    border-radius: 5%;
}

.testimonial-2 .slider-mover-left i {
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

.testimonial-2 .slider-mover-right {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 100%;
    z-index: 5;
    display: inline-block;
    right: 0;
    background: #a5a5a5;
    text-align: center;
    border-radius: 5%;
}

.testimonial-2 .slider-mover-right i {
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

.testimonial-2 .carousel-control-next, .carousel-control-prev {
    width: 0;
}

.testimonial-2 .testimonial-inner .rating li i{
     font-size: 13px;
}

/** TEAM STARTED 3**/
.testimonial-3{
    background: #f1f1f1;
}

.testimonial-3 .testimonial-inner .testimonia-header h1 {
    color: #212121;
}

.testimonial-3 .testimonial-inner .lead {
    color: #535353;
}

.testimonial-3 .carousel-indicators li {
    width: 25px;
    height: 5px;
    background-color: #535353;
    border-radius: 10px;
    cursor: pointer;
}

.testimonial-3 .testimonial-inner .author-name {
    color: #212121;
}

.testimonial-3 .testimonial-inner .rating li {
    list-style: none;
    display: inline-block;
    color: orange;
    font-size: 11px;
}

.testimonial-3 .carousel-inner {
    position: relative;
    overflow: hidden;
    max-width: 500px;
    margin: 0 auto;
}

.testimonial-3 .testimonial-inner p {
    color: #535353;
}

/** TEAM STARTED **/
.team{
    margin-bottom: 50px;
    text-align: center;
}

.team .team-photo img{
    height: 180px;
}

.team .team-details{
    padding: 20px 0 0 0;
}

.team .team-details h5{
    margin-bottom: 10px;
}

.team .team-details h5 a{
    font-size: 17px;
    font-weight: 500;
}

.team .team-details p{
    margin-bottom: 10px;
}

.team .team-details .social-list li {
    display: inline-block;
}

.team .team-details .social-list li a {
    margin: 0 5px;
    color: #535353;
}

.our-team-1 .team {
    margin-bottom: 50px;
}

/** TEAM 2 STARTED **/
.team-2{
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.team-2:hover{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.team-2 .team-details{
    text-align: center;
    padding: 20px;
}

.team-2 .team-details h5{
    margin-bottom: 10px;
    font-weight: 500;
}

.team-2 .team-details h5 a{
    font-size: 16px;
}

.team-2 .team-details p{
    margin-bottom: 10px;
}

.team-2 .team-details .social-list li {
    display: inline-block;
}

.team-2 .team-details .social-list li a {
    margin: 0 5px;
    color: #535353;
}

/** TEAM 3 STARTED **/
.team-3{
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.team-3:hover{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.team-3 .team-photo{
    position: relative;
}

.team-3 .team-details{
    padding: 25px;
}

.team-3 .team-details p {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 26px;
}

.team-3 .team-details p a{
    color: #535353;
}

.team-3 .team-details p i {
    position: absolute;
    left: 0;
    line-height: 26px;
}

.team-3 .team-details h5{
    margin-bottom: 15px;
}

.team-3 .team-details h5 a{
    font-size: 17px;
}

.team-3 .team-details h6{
    font-size: 12px;
    color: #535353;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 400;
}

.team-3 .team-photo .social-list {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 15px 20px 10px;
    border-radius: 0;
    background: rgb(0 0 0 / 34%);
    text-align: center;
}

.team-3 .team-photo .social-list ul li {
    display: inline-block;
}

.team-3 .team-photo .social-list ul li a {
    margin: 0 10px;
    color: #fff;
}

/** PRICING TABLES STARTED **/
.pricing{
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.pricing:hover{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.pricing-bg {
    background: #f8f9fa;
}

.pricing .price-header {
    width: 100%;
    background: #fff;
    padding: 35px 20px;
}

.pricing .price-header .title {
    margin: 0 0 10px;
    font-size: 20px;
    color: #212121;
}

.pricing .price-header .price{
    font-size: 35px;
    font-weight: 300;
    margin: 0;
    color: #212121;
}

.pricing .content {
    padding: 20px 20px 30px;
    background: #f9f9f9;
}

.pricing .content ul {
    margin: 0 0 20px;
}

.pricing .content ul li {
    padding: 8px 0;
    font-size: 14px;
    color: #535353;
}

.pricing .btn {
    border-radius: 3px;
    padding: 6px 30px;
}

.pricing.featured .listing-badges {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    display: block;
    font-size: 15px;
    padding: 0;
    overflow: hidden;
    height: 100px;
}

.pricing.featured .listing-badges .featured {
    float: left;
    transform: rotate(-45deg);
    left: -67px;
    top: 17px;
    position: relative;
    text-align: center;
    width: 200px;
    font-size: 12.5px;
    margin: 0;
    padding: 7px 10px;
    font-weight: 600;
    color: #fff;
}

/** PRICING TABLES 3 STARTED **/
.pricing-3{
    text-align: center;
    margin-bottom: 30px;
    padding: 30px 15px;
}

.pricing-3:hover{
    box-shadow: 0 1px 15px rgb(0 0 0 / 7%);
    background: #f8f9fa;
}

.pricing-3.pricing-bg:hover{
    box-shadow: none;
}

.pricing-3 .title {
    font-size: 18px;
    margin: 0 0 20px;
    text-transform: uppercase;
    color: #212121;
}

.pricing-3 .content{
    padding: 25px 0;
}

.pricing-3 .content ul li{
    padding: 7px 0;
    font-size: 14px;
    color: #535353;
}

.pricing-3 .price {
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #212121;
}

.pricing-3 .manth{
    font-weight: 500;
    font-size: 13px;
    color: #212121;
    text-transform: uppercase;
}

.pricing-3 .pricing-btn{
    border-radius: 3px;
    padding: 6px 30px;
}

/** pages 404 start **/
.pages-404 {
    top: 0;
    width: 100%;
    bottom: 0;
    opacity: 1;
    min-height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.pages-404 .error404 {
    line-height: .8;
    margin: 60px 0 40px;
    font-weight: 700;
    font-size: 250px;
    opacity: 2;
    color: #262525;
    text-shadow: 1px 1px 5px rgb(0 0 0 / 16%);
    font-family: 'Jost', sans-serif;
}

.pages-404 .nobottomborder h1 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}

.pages-404 .nobottomborder{
    padding-left: 20px;
}

.pages-404 .hr {
    width: 50px;
    height: 10px;
    background: #eee;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .4);
    margin: 0px 0 20px;
    border-radius: 10px;
}

.pages-404 .nobottomborder p {
    line-height: 30px;
    font-size: 17px;
}

.pages-404 .form-inline{
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.pages-404 .form-control {
    width: 70%;
    height: 50px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 15px;
    outline: 0;
    background-color: #e9e7e7;
    border-color: #e9e7e7;
    border-top-left-radius: 3px;
    box-shadow: none;
    border-bottom-left-radius: 3px;
    color: #6c757c;
    font-weight: 400;
}

.pages-404 .btn, .pages-404 .btn:hover, .pages-404 .btn:active {
    width: 30%;
    border-radius: 0;
    height: 50px;
    padding: 0 15px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    color: #fff;
}

.mr-0 {
    margin-right: 0;
}

.date-box span {
    font-family: 'Raleway',sans-serif;
    font-size: 19px;
    display: block;
    line-height: 22px;
    color: #fff;
}

/** CONTACT 1 STARTED **/
.contact-1 .form-control {
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
    outline: 0;
    color: #f6f6f6;
    height: 45px;
    border-radius: 3px;
}

.contact-1 .form-control:focus {
    color: #495057;
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    outline: 0;
    box-shadow: none;
}

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

.contact-1 textarea {
    min-height: 210px;
}

.contact-1 .contact-info .media{
    margin-bottom: 30px;
}

.contact-1 .contact-info .media i {
    width: 55px;
    font-size: 20px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    border: 1px dashed #535353;
    text-align: center;
    margin-right: 15px;
}

.contact-1 .contact-info h3{
    margin-bottom: 35px;
    font-weight: 400;
}

.contact-1 .contact-info .media h5{
    font-weight: 500;
    font-size: 15px;
    font-style: normal;
    margin: 0 0 5px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}


.contact-1 .contact-info .media p{
    margin-bottom: 3px;
    font-size: 15px;
}

.contact-1 .contact-info .media p a{
    color: #535353;
}

.contact-1 .contact-info .media.mrg-btn-0{
    margin-bottom: 0;
}

.contact-1 h2{
    font-size: 20px;
    margin-bottom: 25px;
}

.contact-1 .contact-info{
    padding: 30px;
    background: #f6f6f6;
}


/** CONTACT 2 STARTED **/
.contact-2 .contact-info{
    text-align: center;
}

.contact-2 .contact-info strong {
    font-weight: 400;
    font-size: 14px;
}

.contact-2 .contact-info i{
    font-size: 24px;
    margin-bottom: 20px;
    color: #212529;
}

.contact-2 .contact-info p{
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500;
}

.contact-2 .contact-info .contact-info{
    margin-bottom: 50px;
}

.contact-2 .form-control {
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #c5c2c2;
    background: transparent;
    outline: 0;
    color: #f6f6f6;
    height: 45px;
    border-radius: 3px;
}

.contact-2 .form-control:focus {
    color: #495057;
    background-color: transparent;
    border: 1px solid #c5c2c2;
    outline: 0;
    box-shadow: none;
}

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

.contact-2 textarea {
    min-height: 240px;
}

/** CONTACT 3 STARTED **/
.contact-3 .contact-info h3{
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 22px;
}

.contact-3 .contact-info .contact-list{
    margin: 0 0 60px;
}

.contact-3 .contact-info .contact-list li{
    list-style: none;
    padding-left: 25px;
    font-size: 15px;
    position: relative;
    margin-bottom: 20px;
    color: #535353;
    line-height: 22px
}

.contact-3 .contact-info .contact-list li i{
    left: 0;
    position: absolute;
    top: 0;
    line-height: 22px;
    font-size: 18px;
}

.contact-3 .contact-info .social-list{
    margin: 0 0 30px;
}

.contact-3 .contact-info .social-list li a {
    font-size: 16px;
    float: left;
    margin-right: 20px;
    color: #535353;
}

.contact-3 .form-control {
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    border: 1px solid #c5c2c2;
    background: transparent;
    outline: 0;
    color: #f6f6f6;
    height: 45px;
    border-radius: 3px;
}

.contact-3 .form-control:focus {
    color: #495057;
    background-color: transparent;
    border: 1px solid #eee;
    outline: 0;
    box-shadow: none;
}

.contact-3 .form-group {
    margin-bottom: 20px;
    width: 100%;
}

.contact-3 textarea {
    min-height: 190px;
}

/** FOOTER STARTED **/
.footer h4 {
    font-size: 16px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #dfd9d9;
}

.footer a{
    color: #adadad;
    font-size: 14px;
}

.footer a:hover{
    color: #717171;
}

.footer{
    background: #111;
    padding: 80px 0 0;
}

.footer .footer-inner p {
    line-height: 27px;
    color: #adadad;
    font-size: 14px;
}

.footer .footer-inner .links li {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    line-height: 20px;
}

.footer .footer-inner .links li a i {
    left: 0;
    position: absolute;
    top: 0;
    line-height: 22px;
}

.footer .footer-inner .contact-info li {
    margin-bottom: 15px;
    color: #adadad;
    font-size: 14px;
}

.footer .footer-inner .social-list {
    margin: 30px 0 0;
}

.footer .footer-inner .social-list li a {
    font-size: 14px;
    float: left;
    margin-right: 20px;
}

.footer .copy {
    padding: 20px 0;
    border-top: solid 1px #85858563;
    margin: 30px 0 0;
    text-align: center;
}

.footer .footer-inner .gallery li {
    float: left;
}

.footer .footer-inner .gallery li img {
    margin: 0 10px 10px 0;
    width: 70px;
    border-radius: 1px;
}

.footer .footer-inner .Subscribe-box .btn-color{
    border: none;
}

.footer .footer-inner .Subscribe-box form .form-contact {
    width: 100%;
    height: 40px;
    padding: 10px 15px;
    border: 1px solid #fff;
    font-size: 15px;
    outline: none;
    border-radius: 2px;
}

.footer .footer-inner .Subscribe-box form .btn {
    padding: 10px 15px 9px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5;
    border-radius: 2px;
}

.footer-item{
    margin-bottom: 50px;
}

/** BLOG CLASSIC STARTED **/
.blog-grid-box{
    border: none;
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.blog-grid-box:hover{
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.blog-grid-box img{
    border-radius: 0;
}

.blog-grid-box .detail{
    padding: 22px 25px 25px;
}

.blog-grid-box .detail h1{
    margin-bottom: 10px;
}

.blog-grid-box .detail h2 a{
    font-size: 20px;
}

.blog-grid-box .detail h3{
    margin-bottom: 10px;
    font-weight: 500;
}

.blog-grid-box .detail h3 a{
    font-size: 18px;
}

.blog-grid-box .detail .post-meta{
    margin: 15px 0 10px;
    font-size: 14px;
}

.blog-grid-box .detail .post-meta span a i{
    margin-right: 5px;
}

.blog-grid-box .detail .post-meta span a{
    color: #535353;
}

.blog-grid-box .detail .post-meta span{
    margin-right: 20px;
}

.blog-grid-box .detail .post-meta span:last-child{
    margin: 0;
}

.blog-grid-box .detail p{
    margin-bottom: 20px;
}

.blog-grid-box .date-box {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    letter-spacing: 1px;
    padding: 12px;
    text-align: center;
}

.blog-grid-box .date-box h5{
    color: #fff;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
}

.blog-grid-box .btn-read-more{
    font-weight: 400;
    font-size: 11px;
    background: #e5e5e5;
    padding: 7px 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #5f5f5f;
}

.blog-grid-box .btn-read-more:hover{
    background: #d5d5d5;
    color: #444;
}

/** PAGINATION STARTED **/
.pagination-box{
    margin: 0 0 25px;
}

.page-link:focus {
    box-shadow: none;
}

.pagination {
    padding-left: 0;
    border-radius: 4px;
}

.pagination > li > a, .pagination > li > span {
    border-radius: 0;
    margin: 0 4px 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
    line-height: 40px;
    border: none;
}

.pagination > li > a {
    color: #212529;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    background: #fff;
}

.pagination > li > .active {
    color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.pagination > li > a:hover{
    color: #fff;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/** FORM SEARCH STARTED **/
.form-search {
    position: relative;
}

.form-search .form-control {
    border: 1px solid #cbc9c9;
    height: 50px;
}

.form-search .btn {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 12px 9px 12px;
}

.widget {
    background: #fff;
    margin-bottom: 30px;
    padding: 30px 25px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.widget-2 {
    margin-bottom: 40px;
}

.cmn-mrg-btm {
    margin-bottom: 60px;
}

.sidebar-title{
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
}

.sidebar-right {
    margin: 0 0 30px 0;
}

.sidebar-left{
    margin: 0 0 50px 0;
    background: #f8f9fa;
}


.brands-siderbar .form-group label, .checkbox label {
    font-size: 14px;
    font-weight: 400;
    color: #37404d;
}

.brands-siderbar .form-check label::before {
    width: 20px;
    height: 20px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    background-color: #fff;
}

/** Campare car **/
.Compare-car{
    margin-bottom: 30px;
    border-radius: 0;
    border: none;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.Compare-car{
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

#Compare-search{
    margin-bottom: 20px;
}

#Compare-search .form-group{
    margin-bottom: 15px;
}

.Compare-car .card-img-top {
    border-radius: 0;
}

.Compare-car .detail{
    padding: 30px;
}

.Compare-car h5{
    font-size: 20px;
    margin-bottom: 7px;
}

.Compare-car h6{
    margin: 0;
    font-weight: 400;
}

.Compare-car p{
    margin: 0;
}

.Compare-car p i{
    color: #ffc12b;
}

.comparison .heading h3{
    font-size: 20px;
    line-height: 45px;
    margin: 0;
}

.comparison .heading {
    margin-bottom: 30px;
}

.comparison .faq-accordion .card-block {
    padding: 0;
}

.comparison .faq-accordion .card-title {
    font-size: 15px;
}

/** COMPARE TABLE **/
.compare-table tr {
    border: 1px solid #ececec;
}

.compare-table tr:first-child {
    border-top: none;
}

.compare-table tr td:first-child {
    width: 350px;
    background: #f8f9fa;
}

.compare-table tr td {
    box-sizing: border-box;
    font-size: 15px;
    padding: 20px 15px;
    text-align: center;
    width: 395px;
    font-weight: 400;
}

.compare-table tr td .fa-times {
    color: red;
}

.compare-table tr td .fa-check{
    color: green;
}

/** CATEGORIES STARTED **/
.categories ul li{
    line-height: 30px;
    font-size: 14px;
}

.categories ul li a{
    color: #535353;
}

/** TAGS STARTED **/
.tags ul li a {
    float: left;
    margin: 0 3px 3px 0;
    padding: 4px 12px;
    font-size: 14px;
    text-decoration: none;
    color: #5f5f5f;
    letter-spacing: 0.5;
    border-radius: 2px;
    border: 1px solid #e9e9e9;
    background: #e9e9e9;
}

.tags ul li a:hover{
    color: #fff;
}

/** POPULAR POSTS STARTED **/
.popular-posts .media h5{
    margin-bottom: 7px;
}

.popular-posts .media h5 a{
    font-size: 15px;
}

.popular-posts .media img{
    width: 85px;
    border-radius: 5px;
}

.popular-posts .media p{
    margin: 0;
    line-height: 24px;
    font-size: 13px;
}

/** RECENT COMMENTS STARTED **/
.recent-comments img{
    width: 50px;
}

.recent-comments .media p{
    line-height: 23px;
    margin-bottom: 5px;
    font-size: 14px;
}

.recent-comments .media p span{
    font-weight: 500;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    background: #f9f6f6;
    border-left: 5px solid #212529;
}

blockquote p {
    font-size: 17px;
    font-weight: 300;
    line-height: 35px;
}

blockquote footer {
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
}

.tags-socal-box .social-list{
    float: right;
    text-align: right;
}

.tags-socal-box h2{
    font-size: 20px;
    margin-bottom: 25px;
}

.tags-socal-box .social-list  ul li{
    display: inline-block;
    margin-left: 20px;
}

.tags-socal-box .social-list  ul li a{
    color: #535353;
}

.tags-socal-box .social-list  ul li:first-child{
    margin: 0;
}

/** COMMENT STARTED **/
.comment {
    margin: 0 0 30px 0;
    position: relative;
}

.comments-section h2 {
    font-size: 20px;
    margin-bottom: 25px;
}

.comment .comment-author {
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 60px;
}

.comments ul {
    list-style: none;
    margin: 0 0 0 80px;
    padding: 0;
}

.comment .comment-author a img {
    bottom: 2px;
    border-radius: 50%;
    display: block;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
}

.comment .comment-content {
    margin-left: 80px;
}

.comment .comment-meta-author {
    float: left;
    font-weight: 500;
    font-size: 15px;
}

.comment .comment-meta-reply {
    float: right;
    margin-left: 15px;
    font-size: 13px;
}

.comment .comment-meta-date {
    float: right;
    font-size: 13px;
}

.comment .comment-body {
    margin-top: 10px;
}

.comment .comment-rating {
    color: orange;
    margin-bottom: 5px;
    font-size: 12px;
}

/** SHOP BOX **/
.shop-box{
    text-align: center;
    border-radius: 0;
    border: none;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.shop-box:hover{
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.shop-box .shop-details .btn{
    padding: 7px 20px;
    font-size: 13px;
    letter-spacing: 0;
}

.shop-box .shop-details{
    padding: 30px 20px;
    background: #f3f3f3;
}

.shop-box .shop-details h4{
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.shop-box .shop-details h3 a{
    font-size: 15px;
}

.shop-box .shop-details h3{
    font-weight: 600;
    margin-bottom: 15px;
}

/** SHOP SLIDER **/
.shop-slider .carousel-control-next, .carousel-control-prev {
    width: 0;
}

/** SHOP SINGLE **/
.shop-single .shop-info h3{
    font-weight: 400;
    margin-bottom: 25px;
    font-size: 24px;
}

.shop-single .shop-info p{
    line-height: 28px;
    font-size: 16px;
    padding: 10px 0;
}

.shop-single .shop-info .reviews-box {
    padding: 10px 0;
    border-top: solid 1px #e9e9e9;
    border-bottom: solid 1px #e9e9e9;
    margin-bottom: 20px;
}

.shop-single .shop-info .reviews-box ul li {
    float: left;
    font-size: 12px;
    line-height: 25px;
}

.shop-single .shop-info .reviews-box .reviews {
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    margin-left: 10px;
    line-height: 25px;
}

.shop-single .shop-info .reviews-box .reviews a{
    margin-right: 10px;
    padding-right: 10px;
    border-right: solid 1px #777;
    color: #535353;
}

.shop-single .shop-info .reviews-box .reviews a:last-child{
    border-right: solid 1px transparent;
}

.shop-single .shop-info .reviews-box .reviews a i{
    margin-right: 10px;
}

.shop-single .shop-info .reviews-box ul li i {
    margin-right: 3px;
    color: orange;
}

.shop-single .shop-info .price{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.shop-single .shop-info .price del{
    margin-right: 15px;
    color: #000;
}

.shop-single .horizontal ul li{
    line-height: 30px;
    width: 100%;
    font-size: 14px;
}

.shop-single .horizontal ul li span{
    width: 40%;
    float: left;
}

.shop-single .shop-info .form-control {
    width: 100% !important;
    padding: 10px 20px;
    font-size: 15px;
    border: 1px solid #cbc5c5;
    background: transparent;
    outline: 0;
    color: #777;
    height: 45px;
    border-radius: 3px;
}

.shop-single .shop-info .form-group {
    margin-bottom: 25px;
}

.shop-single .shop-info .btn-md{
    padding: 11px 20px;
}

.shop-info .selectBox-dropdown .selectBox-label {
    padding: 2px 0;
}

/** SHOP CART **/
table {
    width: 100%;
}

.shop-header{
    margin-bottom: 30px;
}

.shop-table.cart .product-thumbnail, .shop-table.cart .product-name {
    padding-left: 0;
}

.shop-table.cart .product-thumbnail, .shop-table.cart .product-name a{
    color: #535353;
}

.shop-table th {
    padding: 15px 0;
}

.shop-table.cart td, .shop-table.cart th {
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    font-size: 13px;
}

.shop-table.cart .product-remove {
    padding-right: 0;
}

.shop-table td {
    border-top: 1px solid #ddd;
    padding: 20px 0;
}

.shop-table.cart .product-thumbnail img {
    width: 100px;
}

.shop-table.cart .qty {
    width: 60px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.shop-table input[type="text"], input[type="email"], textarea, input[type="password"], input[type="tel"] {
    border: 1px solid #cdc9c9;
    padding: 6px 15px;
    color: #777;
    max-width: 100%;
    outline: none;
}

.cart-total-box{
    padding: 30px;
}

.cart-total-box h5{
    font-weight: 600;
    font-size: 18px;
}

.cart-total-box ul li{
    line-height: 33px;
    width: 100%;
    font-size: 14px;
}

.cart-total-box ul li span{
    margin-right: 0;
}

.cart-total-box .btn{
    padding: 11px 20px 11px;
}

.cart-total-box .btns-black {
    padding: 10px 20px;
}

/** SHOP CHECKOUT **/
.shop-checkout .form-group {
    margin-bottom: 20px;
}

.shop-checkout .form-control {
    padding: 10px 20px;
    font-size: 15px;
    border: 1px solid #d1cccc;
    background: transparent;
    outline: 0;
    color: #535353;
    height: 45px;
    border-radius: 3px;
}

/** SHOP DETAILS **/
.shop-single .shop-title{
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 22px;
}

.shop-single .carousel-inner{
    border: none;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    background: #fff;
}

.shop-details-content p{
    font-size: 14px;
    line-height: 28px;
}

.payment-box{
    margin-bottom: 45px;
}

.payment-box p{
    padding: 10px 0 0 20px;
}

.payment-box .form-check-label {
    font-size: 15px;
    margin-left: 25px;
    color: #535353;
    cursor: pointer;
}

.payment-box input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 30px;
    left: 0;
    box-sizing: border-box;
    margin:5px 0 0 15px;
}
/** Content form box STARTED **/
.form-check{
    font-size: 13px;
}

.form-check-label{
    font-size: 13px;
    color: #80828e;
}

/** Login 1 start **/
.login-1 .form-section {
    min-height: 100vh;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    background: #fff7f7;
    z-index: 999;
}

.login-1 .form-inner {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 50px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.9s;
    z-index: 1;
}

.login-1 .bg-img {
    min-height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 50px;
    background: #fff;
    background: url(../images/car-12.jpg) top left repeat;
    z-index: 999;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-1 .bg-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(33 9 90 / 55%);
}

.login-1 .info {
    z-index: 999;
}

.login-1 .form-section .extra-login {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}

.login-1 .form-section .extra-login::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background: #e4e4e4;
    content: "";
}

.login-1 .form-section .extra-login > span {
    width: auto;
    float: none;
    display: inline-block;
    padding: 1px 20px;
    z-index: 1;
    position: relative;
    font-family: Open Sans;
    font-size: 14px;
    color: #535353;
    text-transform: capitalize;
    background: #fff;
}

.login-1 .pad-0 {
    padding: 0 15px;
}

.login-1 .form-section p {
    color: #535353;
    margin-bottom: 0;
    font-size: 16px;
}

.login-1 .form-section p a {
    color: #535353;
}

.login-1 .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.login-1 .form-section .thembo {
    margin-left: 4px;
}

.login-1 .form-section h3 {
    margin: 0 0 25px;
    font-size: 20px;
    font-weight: 400;
    color: #313131;
}

.login-1 .form-section .form-group {
    margin-bottom: 25px;
}

.login-1 .form-section .form-box {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
}

.login-1 .form-section .form-box input {
    float: left;
    width: 100%;
}

.login-1 .form-section .form-control {
    padding: 10px 20px;
    font-size: 15px;
    height: 55px;
    outline: none;
    color: #616161;
    border-radius: 3px;
    border: 1px solid #efeded;
    background: #efeded;
}

.login-1 .btn-md {
    cursor: pointer;
    padding: 16px 30px 15px 30px;
    height: 55px;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 16px;
    border: none;
}

.login-1 button:focus {
    outline: 1px dotted;
    outline: 0 auto -webkit-focus-ring-color;
}

.login-1 .form-section img {
    margin-bottom: 10px;
    height: 35px;
}

.login-1 .form-section .checkbox .terms {
    margin-left: 3px;
}

.login-1 .checkbox label {
    color: #535353;
    font-size: 15px;
    font-weight: 400;
}

.login-1 .none-2 {
    display: none;
}

.login-1 .form-section .terms {
    margin-left: 3px;
}

.login-1 .form-section .checkbox {
    font-size: 14px;
}

.login-1 .form-section .form-check {
    float: left;
    margin-bottom: 0;
}

.login-1 .form-section .form-check a {
    color: #535353;
    float: right;
}

.login-1 .form-section a.forgot-password {
    font-size: 15px;
    color: #535353;
    float: right;
}

.login-1 .checkbox label::before {
    border-radius: 3px;
}

.login-1 .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #efeded;
    border-radius: 0px;
    background-color: #efeded;
}

.login-1 input[type=checkbox]:checked + label:before {
    content: "\2713";
    text-shadow: none;
    font-size: 16px;
    color: #f3f3f3;
    text-align: center;
    line-height: 17px;
}

.login-1 .info {
    max-width: 610px;
    padding: 10px 30px;
}

.login-1 .info h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 600;
}

.login-1 .info h1 span {
    color: #ff574d;
}

.login-1 .info p {
    color: #fff;
    line-height: 28px;
    margin-bottom: 0;
    opacity: 0.9;
}

.login-1 .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.login-1 .social-list {
    padding: 0;
    text-align: center;
}

.login-1 .social-list li {
    display: inline-block;
}

.login-1 .social-list li a {
    margin: 1px;
    font-size: 15px;
    width: 110px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.login-1 .social-list li a:hover {
    text-decoration: none;
}
/** Login 1 end **/

/** FAQ **/
.faq-box {
    border: 1px solid transparent;
    border-radius: 0;
    margin-bottom: 0;
}

.faq-box h5 .btn-link{
    padding: 25px 20px;
    width: 100%;
    text-align: left;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #535353;
}

.faq-box .card-header {
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 14px;

    border-bottom: solid 1px #d8d8d8;
}

.faq-box .card-body p{
    line-height: 27px;
}

.faq-box .card-body span{
    font-size: 14px;
}

.faq-box .card-body span a{
    font-weight: 600;
}

.faq-accordion {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.06);
    box-shadow: 0 0 15px rgba(0,0,0,0.06);
}

.faq-accordion .card {
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #f1f2f3;
    background-color: #FFF;
}

.faq-accordion .card-header {
    padding: 25px 20px 20px 20px;
    background: #fff;
}

.faq-accordion .card-title {
    margin-bottom: 0;
    padding-right: 20px;
    letter-spacing: 0;
    font-size: 14px;
    cursor: pointer;
}

.faq-accordion .card-block {
    padding: 25px 20px 20px 20px;
}

.faq-accordion .card-header a:before {
    font-family: 'FontAwesome';
    content: "\f077";
    font-size: 15px!important;
    font-weight: 400;
    margin-right: 10px;
}

.faq-accordion .card-header a.collapsed:before {
    content: "\f078";
    font-size: 15px!important;
    font-weight: 400;
    margin-right: 10px;
}

.faq-accordion .answer-helpful {
    font-size: 12px;
}

.faq-accordion .answer-helpful .yes{
    margin-left: 5px;
    color: #155724;
    font-size: 14px;
}

.faq-accordion .answer-helpful .no{
    margin-left: 5px;
    color: #721c24;
    font-size: 14px;
}

/** TYPOGRAPHY **/
.typography .mb-40{
    margin-bottom: 40px;
}

.typography .heading {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.typography p {
    line-height: 28px;
    margin-bottom: 0;
}

/** PARTNERS BLOCK**/
.slick-slide img{
    width: 80%;
}

.slick-active img{
    filter: grayscale(100%);
}

.slick-current img{
    width: 100%;
    filter: grayscale(0%);
}

.slick-arrow{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none;
    color: #777;
    cursor: pointer;
    outline: none;
}

.slick-prev{
    border: none;
    position: absolute;
    left: 0px;
    top: 20px;
}

.slick-prev:before{
    content: "\f053";
}

.slick-next{
    background: none;
    border: none;
    position: absolute;
    right: 0px;
    top: 20px;
}

.slick-next:before{
    content: "\f054";
}

/** COUNTERS **/
.counters {
    padding: 70px 0 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.counters.overview-bgi:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.counter-box{
    text-align: center;
    margin-bottom: 50px;
}

.counter-box i{
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.counter-box h1{
    color: #fff;
    font-weight: 600;
}

.counter-box h5{
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-weight: 500;
}

/** ABOUT **/
.about-text ul{
    margin-bottom: 25px;
}

.about-text ul li {
    list-style: none;
    color: #5a5959;
    font-size: 14px;
}

.about-text h3{
    margin-bottom: 20px;
    font-size: 23px;
}

.about-text ul li{
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.about-text ul li i {
    left: 0;
    position: absolute;
    top: 0;
    line-height: 22px;
}

.about-us iframe, .modal-body iframe .element.style {
    height: 450px !important;
}

.about-us iframe, .modal-body iframe {
    width: 100%;
    border: none !important;
}

.about-us .faq-accordion .card-block {
    padding: 25px 20px 0 20px;
}

/** SPECIFICATIONS STARTED **/
.specifications ul li {
    list-style: none;
    padding: 10px 0;
    color: #535353;
    border-bottom: 1px dotted #DDD;
    text-align: right;
    font-size: 14px;
}

.specifications-2 ul li {
    list-style: none;
    padding: 13px 0;
    color: #535353;
    border-bottom: 1px dotted #DDD;
    text-align: right;
    font-size: 13px;
}

.specifications ul li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

.specifications ul span {
    margin-right: 10px;
    float: left;
    font-weight: 500;
}

.car-details-page .heading{
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

.car-details-sliders .list-inline {
    white-space:nowrap;
    width: 100% !important;
}

.car-details-sliders .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
    margin-top: 0;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.car-details-sliders .carousel-indicators a{
    cursor: pointer;
}

.car-details-sliders .carousel-indicators > li {
    height: initial;
    text-indent: initial;
}

.dd.car-details-sliders .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

.car-details-sliders .carousel-indicators > li {
    height: initial;
    text-indent: initial;
    margin-right: 0;
    margin-left: 0;
}

.smail-car .list-inline-item{
    width: 20%;
}

.smail-car .list-inline-item a img {
    width: 100%;
    border: none;
    border-radius: 0;
}

.car-details-sliders .carousel-indicators > li.active img {
    opacity: 0.7;
}

.car-details-sliders .right{
    position: absolute;
    right: 15px;
    top: 45%;
}

.car-details-sliders .left{
    left: 10px;
    top: 47%;
    width: 30px;
    height: 30px;
    line-height: 33px;
    position: absolute;
    z-index: 5;
    display: inline-block;
    right: -30px;
    text-align: center;
    background: #a5a5a5;
    border-radius: 5%;
}

.car-details-sliders .left i{
    font-size: 20px;
    color: #000;
}

.car-details-sliders .right{
    right: 10px;
    top: 47%;
    width: 30px;
    height: 30px;
    line-height: 33px;
    position: absolute;
    z-index: 5;
    display: inline-block;
    text-align: center;
    background: #a5a5a5;
    border-radius: 5%;
}

.car-details-sliders .right i{
    font-size: 20px;
    color: #000;
}

.list-inline-item:not(:last-child) {
    margin-right: 1px;
}

.smail-car{
    width: 100%;
}

/** TABBING BOX STARTED **/

.tabbing-box .tab-pane{
    padding-top: 30px;
}

.tabbing-box .nav-tabs li{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #e5e5e5;
    border-color: transparent;
    border-radius: 0;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
    padding: 10px 24px;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover{
    background-color: #e5e5e5;
    border-radius: 0;
}

.tab-pane iframe, .modal-body iframe .element.style {
    height: 350px;
}

.tab-pane iframe, .modal-body iframe {
    width: 100%;
    border: none !important;
}

/** FINANCING CALCULATOR STARTED **/
.financing-calculator .form-label{
    margin-bottom: 8px;
    font-size: 12px;
    text-transform: uppercase;
}

.financing-calculator .form-group{
    margin-bottom: 20px;
}

.financing-calculator .form-control {
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    border: 1px solid #cdc9c9;
    background: #fff;
    outline: 0;
    color: #f6f6f6;
    height: 45px;
    border-radius: 3px;
}

.financing-calculator .form-control:focus {
    border: 1px solid #cdc9c9;
    background: #fff;
}

.location #map {
    width: 100%;
    height: 350px;
}

.heading-car{
    margin-bottom: 15px;
}

.heading-car h5{
    font-size: 15px;
}

.heading-car h3{
    font-weight: 600;
    margin-bottom: 5px;
}

.heading-car p{
    margin-bottom: 0;
}

.p-r{
    float: right;
    text-align: right;
}

.p-r i{
    color: #ffc12b;
}

/** AMENITIES BOX STARTED **/
.amenities-box li{
    margin-bottom: 15px;
}

.amenities-box li span{
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    line-height: 20px;
    font-size: 14px;
}

.amenities-box li i {
    left: 0;
    position: absolute;
    top: 0;
    line-height: 22px;
    font-weight: 600;
}

.features-opions ul li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    color: #5a5959;
    font-size: 14px;
}

.features-opions ul li:last-child{
    margin-bottom: 0;
}

.features-opions ul li i {
    left: 0;
    position: absolute;
    top: 0;
    font-size: 8px;
    line-height: 22px;
}

/** SELL YOUR CAR **/
.sell-your-car{
    text-align: center;
    background: rgba(0, 0, 0, 0.04) url(../images/car-27.jpg) top left repeat;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 30px 20px;
}

.sell-your-car h3{
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.sell-your-car p{
    color: #fff;
}

/** HELPING CENTER **/
.helping-center{
    background: rgba(0, 0, 0, 0.04) url(../images/car-27.jpg) top left repeat;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 20px;
}

.helping-center i{
    font-size: 75px;
    margin-right: 15px;
}

.helping-center h5{
    text-transform: uppercase;
    color: #fff;
    opacity: 0.9;
    font-size: 14px;
    font-weight: 600;
}

.helping-center h4{
    margin: 0;
}

.helping-center h4 a{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    opacity: 0.9;
}

.follow-us .social-list li {
    text-align: center;
    display: inline-block;
    list-style: none;
}

.follow-us .social-list li a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin: 2px 4px 2px 0;
    border-radius: 0%;
}

/** COMING SOON **/
.coming-soon {
    background: url(../images/nature.jpg) top left repeat;
    background-size: cover;
    top: 0;
    width: 100%;
    bottom: 0;
    opacity: 1;
    min-height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    text-align: center;
    z-index: 1;
}

.coming-soon:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(36 10 99 / 63%);
    z-index: -1;
}

.coming-soon-inner img {
    margin-bottom: 10px;
    height: 50px;
}

.coming-soon-inner {
    text-align: center;
    margin: 0 auto;
    max-width: 820px;
    color: #fff;
}

.coming-soon-inner h1 {
    font-weight: 600;
    font-size: 90px;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.coming-soon-inner h6 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 35px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.coming-soon-inner ul li {
    display: inline-block;
}

.coming-soon-inner ul li a {
    color: #fff;
}

.coming-soon ul li a {
    color: #fff;
    width: 45px;
    font-size: 18px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    margin: 2px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.2);
    box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.2);
}

.coming-soon ul li a:hover {
    background: #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #fff;
    box-shadow: 0px 0px 0px 2px #fff;
}

.coming-soon-inner .coming-form{
    max-width: 55%;
    margin: 0 auto 35px;
}

.coming-soon-inner .bordered-right {
    border-right: 1px solid #848484;
}

.coming-form {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.coming-form .newsletter-form .form-control {
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: none;
    color: #999999;
    padding: 15px 20px 15px 20px;
    height: 50px;
    font-size: 15px;
    background: #fff;
    width: 70%;
}

.coming-form .newsletter-form .btn-theme {
    border: none;
    color: #fff;
    padding: 14px 5px 17px 5px;
    position: absolute;
    font-size: 17px;
    height: 50px;
    top: 0;
    right: 0;
    text-transform: inherit;
    font-weight: 400;
    border-radius: 3px;
    margin-left: 20px;
    width: 28%;
}

.coming-soon-counter {
    margin-bottom: 30px;
}

.coming-soon-counter div {
    display: inline-block;
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    margin: 0 10px 10px;
    width: 120px;
    padding: 10px 2px 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 0px 2px rgb(255 255 255 / 20%);
    box-shadow: 0px 0px 0px 2px rgb(255 255 255 / 20%);
}

.coming-soon-counter div:last-child {
    border: none;
}

.coming-soon-counter div span {
    display: block;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    color: #fff;
}


/** OVERVIEW START **/
.overview p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 14px;
    position: relative;
    color: #fff;
    padding: 5px 20px 5px;
    text-align: center;
    font-weight: 600;
}

.overview-box p {
    color: #333;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.overview {
    z-index: 9;
    cursor: default;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-bottom: 16px;
    box-shadow: 0 0 3px #ddd;
}

.overview .mask, .overview .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 30%;
    left: 0;
}

.overview img {
    display: block;
    position: relative;
    width: 100%;
    height: 232px;
}

.overview .big-img{
    height: 480px;
}

.overview-box img {
    left: 10px;
    margin-left: -10px;
    position: relative;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    border: none;
}

.overview-box:hover > img {
    -webkit-transform: scale(2) rotate(10deg);
    transform: scale(2) rotate(10deg);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.overview h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 16px;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
    text-shadow: none;
}

.overview-box h2 {
    color: #333;
    margin: 0 20px 0;
    background: transparent;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.overview a.btn {
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
}

.overview-box a.btn {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 0.5s linear;
    padding: 4px 20px;
}

.overview-box:hover h2,
.overview-box:hover p,
.overview-box:hover a.btn {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.latest-offest .col-pad{
    padding: 0 8px;
}

/** FULL PAGE SEARCH **/
#full-page-search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 99999;
}

#full-page-search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#full-page-search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 28px;
}

#full-page-search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 20px;
    margin-left: -45px;
}
#full-page-search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 17px;
    outline: 0 auto -webkit-focus-ring-color;
    cursor: pointer;
    border-radius: 3px;
    background: #3a3a3a;
}

/** PORTFOLIO AREA START **/
.filteriz-navigation {
    padding: 0;
    margin: 0 0 50px 0;
    text-align: center;
}

.filteriz-navigation li {
    font-size: 14px;
    color: #535353;
    text-align: center;
    letter-spacing: 1px;
    padding: 2px 10px;
    border: 0;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    cursor: pointer;
}

.portfolio-item, .portfolio-item:focus {
    outline: none;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.portfolio-item img, .portfolio-item img:focus {
    outline: none;
    width: 100%;
    height: 100%;
}

.portfolio-item:hover img {
    zoom: 1;
    filter: alpha(opacity=20);
    -webkit-opacity: 0.1;
    opacity: 0.1;
}

.portfolio-item:hover .portfolio-content {
    display: inline;
    -webkit-transition-delay: 0.50s;
    transition-delay: 0.50s;
    background-color: rgba(0, 0, 0, 0.90);
    color: #fff !important;
    z-index: -999;
}

.portfolio-content {
    display: none;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    text-transform: uppercase;
    color: #1c1c1c;
    height: 100%;
    position: absolute;
    right: 0;
}

.portfolio-content-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.portfolio-content p {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
}

.overview-box p {
    color: #333;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.overview {
    z-index: 9;
    cursor: default;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-bottom: 16px;
    box-shadow: 0 0 3px #ddd;
}

.overview .mask, .overview .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 20%;
    left: 0;
}

.overview img {
    display: block;
    position: relative;
    width: 100%;
    height: 232px;
}

.overview .big-img{
    height: 480px;
}

.overview-box img {
    left: 10px;
    margin-left: -10px;
    position: relative;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    border: none;
}

.overview-box:hover > img {
    -webkit-transform: scale(2) rotate(10deg);
    transform: scale(2) rotate(10deg);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.overview h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 18px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
    text-shadow: none;
}

.overview-box h2 {
    color: #333;
    margin: 0 20px 0;
    background: transparent;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.overview a.btn {
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
}

.overview-box a.btn {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 0.5s linear;
    padding: 4px 20px;
}

.overview-box:hover h2,
.overview-box:hover p,
.overview-box:hover a.btn {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.latest-offest .col-pad{
    padding: 0 8px;
}

/** VIEW ALL**/
.view-all ul{
    margin-bottom: 30px;
    text-align: center;
}

.view-all ul li{
    display: inline-block;
}

.view-all ul li a{
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.view-all ul li a:hover{
    color: #fff;
}

.view-all h3{
    margin-bottom: 30px;
    text-align: center;
}

.view-section .form-search .form-control {
    border: 1px solid #eee;
    height: 50px;
    padding: 5px 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/** BRAND BOX**/
.brand-box{
    text-align: center;
    padding: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.brand-box:hover{
    box-shadow: none;
    background: #eee;
}

.brand-box h5{
    font-weight: 400;
    margin: 25px 0 10px;
    text-transform: uppercase;
    font-size: 15px;
}

.brand-box h6{
    font-weight: 400;
    margin: 0;
    font-size: 13px;
}

.brand-box img{
    height: 50px;
}

/** BRAND BOX 2 **/
.brand-box-2{
    text-align: center;
    margin-bottom: 50px;
}

.brand-box-2 .brand-ptoto{
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.brand-ptoto img{
    height: 50px;
}

.brand-box-2 h5 a{
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
}

.brand-box-2 h5 a:hover{
   color: #37404d;
}

.brand-box-2 h6 {
    font-weight: 400;
    margin: 0;
    font-size: 12px;
}

/** SEARCH AREA 1**/
#search-area-1{
    background: #f1f1f1;
    padding: 40px 0 10px;
}

#search-area-2{
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    z-index: 999;
    padding: 40px 0 10px;
}

.search-area .search-fields {
    min-height: 45px;
    padding: 5px 5px 2px 0;
    box-shadow: none;
    border: 1px solid #d1d1d1;
    background: #fff;
    border-radius: 3px;
    width: 100% !important;
    cursor: pointer;
}

.form-group label,
.checkbox label {
    font-size: 12px;
    font-weight: 500;
    color: #37404d;
}

.search-area  .search-fields button {
    border-radius: 1px;
    box-shadow: none;
    border: none;
    background: #fff;
}

.search-area  .search-button {
    cursor: pointer;
    padding: 13px 20px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFF;
    transition: .5s;
    border-radius: 2px;
    border: none;
    width: 100%;
}

.search-area  .search-button:hover,
.search-area  .search-button:focus {
    outline: none;
    color: #fff;
    box-shadow: none !important;
}

.search-area .selectBox-dropdown .selectBox-arrow {
    text-align: center;
    width: 36px;
}

.search-area .selectBox-dropdown .selectBox-arrow:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f078";
    line-height: 44px;
    color: #777;
    font-size: 12px;
}

.search-area .selectBox-dropdown .selectBox-label {
    padding: 2px 15px;
    display: initial;
    white-space: nowrap;
    overflow: hidden;
    line-height: 37px;
    font-size: 14px;
    color: #888;
    font-weight: 400;
}

.search-area  .selectBox-options.selectBox-options-bottom{
    margin: 0;
    padding: 0;
}

.search-area  .selectBox-options, .selectBox-options li a{
    padding: 7px 15px;
    font-size: 12px;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}

.search-area  .selectBox-options, .selectBox-options li:last-child{
    border-bottom: none;
}


.widget.search-area .search-button {
    cursor: pointer;
    padding: 12.5px 20px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFF;
    transition: .5s;
    border-radius: 2px;
    border: none;
    width: 100%;
}

/** SEARCH AREA 2 **/
.search-area-2{
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.60);
    bottom: 0;
    z-index: 999;
    padding: 40px 0 10px;
}

.search-area-2 .search-fields {
    border: 1px solid #b1b1b1;
    background: transparent;
}

.search-area-2 .selectBox-dropdown .selectBox-label {
    color: #b1b1b1;
}

.search-area-2 .selectBox-dropdown .selectBox-arrow:before {
    color: #b1b1b1;
}

/** MAP classes **/
.search-area-3 {
    position: absolute;
    background-color: #fff;
    padding: 30px 30px 0;
    max-width: 500px;
    z-index: 1;
    right: 0;
    margin-left: auto;
}

.search-area-3 h2{
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 24px;
}

.search-area-3 .search-fields {
    background: transparent;
}

.search-area-3 .selectBox-dropdown .selectBox-label {
    color: #b1b1b1;
}

.search-area-3 .selectBox-dropdown .selectBox-arrow:before {
    color: #b1b1b1;
}

.search-area-banner {
    position: absolute;
    top: 35%;
    z-index: 1;
    width: 100%;
}

/** MAP classes **/
.map-content {
    position: relative;
    overflow: hidden;
    padding: 0 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.map-content-sidebar {
    background-color: #f4f4f2;
    padding: 20px 0 20px 0;
    overflow: hidden;
    min-height: auto;
}

/** MAP **/
#map {
    width: 100%;
    height: 350px;
}

.map {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: 100%;
}

.contact-map-content .map-content {
    width: 250px;
}

.marker-loaded .map-marker {
    visibility: visible;
}

.map-properties .map-properties-list {
    margin: 0;
    padding: 0;
}

.map-properties .map-properties-list li {
    list-style: none;
    margin-bottom: 8px;
    color: #999;
}

.map-properties .map-properties-list li i{
    margin-right: 10px;
}

/** MEDIA **/
@media (max-width: 1200px) {
    .car-box-3 img {
        width: 120px;
        height: 120px;
        border-radius: 10px;
        margin-right: 0;
    }

    .our-services .dddd{
        padding: 50px;
    }

    .car-box-5 .detail p {
        margin-bottom: 10px;
        line-height: 24px;
        font-size: 13px;
    }

}
/** MEDIA **/
@media (max-width: 992px) {
    .car-box-5 .detail p {
        margin-bottom: 15px;
        line-height: 26px;
        font-size: 14px;
    }

    .login-1 .bg-img{
        display: none;
    }

    .pages-404 .error404 {
        font-size: 150px;
        margin-top: 0;
    }

    .pages-404 .nobottomborder h1 {
        font-size: 25px;
    }

    .login-1 .form-inner {
        padding: 30px;
    }

    .pages-404 .nobottomborder p {
        line-height: 30px;
        font-size: 17px;
    }

    .pages-404 .nobottomborder {
        padding-left: 0;
    }

    .navbar-collapse{
        margin: 0px -15px;
        background: #FFF;
    }

    .our-services{
        background: #f8f9fa;
        padding: 80px 0 70px;
    }

    .our-services .dddd {
        padding: 0;
    }

    .our-services .container-fluid{
        max-width: 720px;
    }

    .our-services .none-992{
        display: none;
    }

    .main-header-two .form-inline .btn-2 {
        color: #000;
    }

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

    .banner .carousel-item .w-100{
        width: auto!important;
    }

    .sidebar-right {
        margin: 0 0 30px 0;
    }

    .counter-box h1{
        font-size: 34px;
    }

    .sidebar-left{
        margin: 0 0 50px 0;
    }

    .hidden-mb-45{
        margin-bottom: 45px;
    }

    #main-header .navbar-expand-lg .navbar-nav .nav-link {
        color: #000;
    }

    .main-header .navbar-expand-lg .navbar-nav .active .nav-link{
        background: #f9f9f9;
        border-bottom: solid 2px transparent;
    }

    .main-header .navbar-expand-lg .navbar-nav .nav-link:hover {
        background: #f9f9f9;
        border-bottom: solid 2px transparent;
    }

    .content-area {
        padding-bottom: 50px;
    }

    .content-area-2 {
        padding: 80px 0 50px;
    }

    .services-info{
        margin-bottom: 30px;
    }

    .content-area-3 {
        padding-bottom: 64px;
    }

    .content-area-4 {
        padding: 80px 0 30px;
    }

    .content-area-5 {
        padding-bottom: 80px;
    }

    .content-area-6 {
        padding-bottom: 30px;
    }

    .content-area-7 {
        padding: 80px 0;
    }

    .content-area-8 {
        padding-top: 80px;
    }

    .content-area-9 {
        padding: 30px 0;
    }

    .content-area-10{
        padding-bottom: 50px;
    }

    .content-area-11{
        padding: 80px 0 30px;
    }

    .content-area-12{
        padding: 80px 0 50px;
    }

    .content-area-13{
        padding: 80px 0 80px;
    }

    .content-area-14{
        padding: 80px 0 50px;
    }

    .cart-total-box {
        margin-top: 20px;
    }

    .main-title {
        margin-bottom: 35px;
    }

    .main-title h1 {
        font-size: 30px;
    }

    .main-title.main-title-2{
        margin-bottom: 15px;
    }

    .testimonial{
        padding: 60px 0 50px;
    }

    .shop-table td {
        padding: 20px 0;
    }

    .testimonial .testimonial-inner{
        margin: 0 auto;
        max-width: 100%;
    }

    .testimonial .testimonial-inner .testimonia-header h1{
        font-size: 30px;
    }

    .testimonial-2 .testimonial-inner .testimonia-header h1 {
        font-size: 30px;
    }

    .testimonial .testimonial-inner p{
        margin-bottom: 20px;
    }

    .testimonial .testimonia-header {
        margin: 0 auto 30px;
    }

    .testimonial .testimonia-header h1{
        font-size: 30px;
    }

    .contact-1 .contact-info .media i {
        width: 50px;
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        margin-right: 20px;
    }

    .contact-1 .contact-info .media h5 {
        margin: 0 0 15px;
    }

    .our-services .dddd .none-site{
        margin-bottom: 25px!important;
        display: inherit!important;
    }

    .our-services .col-pad{
        padding-right: 15px;
        padding-left: 15px;
    }

    .car-slider{
        margin-bottom: 40px;
    }

    .big-car img{
        margin-top: 30px;
    }

    .overview img {
        height: auto;
    }

    .services-info i{
        font-size: 30px;
        width: 50px;
    }

    .services-info h5 {
        font-size: 14px;
    }

    .pricing-tables .mrg-btn-76{
        margin-bottom: 40px;
    }

    .testimonial-2 {
        padding: 80px 0 110px;
    }

    .more-info{
        margin-top: 40px;
    }

    .car-list-fullwidth .car-box-5 .price-ratings-box{
        right: 30px;
    }

    .car-list-fullwidth .car-box-5 .detail {
        padding: 20px 40px;
    }

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

    .banner .slider-mover-left {
        width: 40px;
        height: 40px;
        line-height: 40px;
        left: 3px;
        border-radius: 3px;
    }

    .banner .slider-mover-left i {
        font-size: 20px;
        line-height: 40px;
    }

    .banner .slider-mover-right {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: 3px;
        border-radius: 3px;
    }

    .banner .slider-mover-right i {
        font-size: 20px;
        line-height: 40px;
    }

    .navbar-light .navbar-toggler {
        border: none;
        font-size: 20px;
        font-weight: 100;
    }

    .navbar-toggler {
        padding: 0;
        width: 35px;
        height: 35px;
        font-size: 1rem;
        border-radius: 0;
        outline: none !important;
    }

    .main-header .logo img {
        height: 35px;
    }

    .main-header .logos img {
        height: 35px;
    }

    .main-header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 18px 15px 15px;
        font-size: 13px;
        border-bottom: solid 2px transparent;
    }

    .banner .banner-slider-inner {
        padding: 20px 35px;
        top: 0%;
    }

    .banner_video_bg .banner-slider-inner{
        padding: 20px 0;
    }

    .banner .banner-slider-inner.bsi-two{
        padding: 20px 0px;
    }

    .banner .banner-slider-inner.bsi-there{
        padding: 20px 15px;
    }

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

    .banner .banner-opt .banner-slider-inner h1 {
        font-size: 32px;
    }

    .banner .banner-slider-inner p {
        font-size: 16px;
    }

    .breadcrumb-area h1 {
        font-size: 35px;
    }

    .shop-info.ml-20{
        margin-left: 0;
    }

    .shop-info{
        margin-top: 40px;
    }

    .media-pad-top-50{
        padding-top: 50px;
    }

    .setting-button {
        font-size: 15px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        left: -40px;
    }

    .search-area .search-fields {
        min-height: 38px;
        padding: 0 5px 0 0;
    }

    .search-area .selectBox-dropdown .selectBox-arrow:before {
        line-height: 38px;
    }

    .search-area .search-button {
        cursor: pointer;
        padding: 10px 20px 9px;
    }

    .shop-single .widget.shop-info{
        margin-bottom: 40px;
    }

    .cmn-pad-t{
        padding-top: 40px;
    }

    .sidebar-title {
        margin-bottom: 20px;
    }

    .sub-banner {
        height: 265px;
    }

    .top-header .list-inline a {
        margin-right: 10px;
    }

    .top-header .top-social-media li {
        padding: 0 4px;
        height: 40px;
        display: inline-block;
        text-align: center;
        font-size: 13px;
    }

    .footer{
        padding-top: 80px;
    }

    .comparison .heading{
        margin-bottom: 20px;
    }

    .comparison .heading h3 {
        font-size: 18px;
        line-height: 35px;
        text-align: center;
    }

    .contact-3 textarea {
        min-height: 150px;
    }

    .heading-2 {
        margin-bottom: 20px;
    }

    .heading-2 h4 {
        font-size: 20px;
    }

    .subtitle{
        margin-bottom: 15px;
    }

    .banner .btn-md {
        padding: 9px 20px;
        font-size: 12px;
    }

    .banner .btn-border {
        padding: 10px 20px!important;
    }

    .banner .banner-slider-inner .btn {
        margin: 2px;
    }
}

@media (max-width: 768px) {
    .content-area {
        padding-bottom: 30px;
    }

    .coming-soon-inner .coming-form {
        max-width: 95%;
        margin: 20px auto;
    }

    .coming-soon-inner img {
        height: 40px;
    }

    .coming-soon-counter div span {
        margin-bottom: 10px;
        font-size: 15px;
        font-weight: 400;
    }

    .coming-soon-counter div {
        width: 80px;
        padding: 5px 2px 3px;
    }

    .coming-soon-inner h1 {
        font-size: 50px;
    }

    .coming-soon-counter div {
        font-size: 30px;
        margin: 0 5px 10px;
        width: 90px;
        padding: 10px 2px 5px;
    }

    .pages-404 .error404 {
        margin-bottom: 30px;
        font-size: 150px;
    }

    .our-services .dddd .none-site{
        margin-bottom: 20px!important;
    }

    .our-services {
        background: #f8f9fa;
        padding: 60px 0 50px;
    }

    .contact-1 textarea {
        min-height: 180px;
    }

    .multi-carousel .multi-carousel-inner .item > div img {
        width: auto;
    }

    .contact-2 textarea {
        min-height: 160px;
    }

    .footer{
        padding-top: 60px;
    }

    .footer h4 {
        margin-bottom: 20px;
    }

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

    .footer .copy {
        margin: 0;
    }

    .footer-item {
        margin-bottom: 40px;
    }

    .widget {
        margin-bottom: 20px;
    }

    .content-area-2 {
        padding: 60px 0 30px;
    }

    .content-area-3 {
        padding-bottom: 44px;
    }

    .content-area-4 {
        padding: 60px 0 10px;
    }

    .content-area-5 {
        padding-bottom: 60px;
    }

    .content-area-6 {
        padding-bottom: 10px;
    }

    .content-area-7 {
        padding: 60px 0;
    }

    .content-area-8 {
        padding-top: 60px;
    }

    .content-area-9 {
        padding: 10px 0;
    }

    .content-area-10{
        padding-bottom: 30px;
    }

    .content-area-11{
        padding: 60px 0 30px;
    }

    .content-area-12{
        padding: 60px 0 30px;
    }

    .content-area-13{
        padding: 60px 0 60px;
    }

    .content-area-14{
        padding: 60px 0 30px;
    }

    .car-box-3 {
        margin: 0 0 30px;
    }

    .main-title {
        margin-bottom: 30px;
    }

    .main-title h1 {
        font-size: 27px;
    }

    .main-title.main-title-2{
        margin-bottom: 15px;
    }

    .overview .big-img{
        height: auto;
    }

    .overview .mask, .overview .content {
        top: 35% !important;
    }

    #main-header {
        top: 0;
    }

    .testimonial .testimonial-inner .testimonia-header h1{
        font-size: 30px;
    }

    .testimonial-2 .testimonial-inner .testimonia-header h1 {
        font-size: 30px;
    }

    .testimonial-2 .testimonial-inner{
        text-align: center;
    }

    .testimonial-2 .testimonia-header {
        margin: 0 auto 30px;
    }

    .testimonial-2 .avatar{
        max-width: 110px;
        margin: 0 auto 20px;
    }

    .testimonial-2 .testimonial-inner .lead {
        font-size: 15px;
        line-height: 28px;
    }

    .contact-1 .contact-info{
        margin-top: 30px;
    }

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

    .contact-3 .contact-info .contact-list {
        margin: 0 0 40px;
    }

    .contact-3 .contact-info h3 {
        font-size: 20px;
    }

    .car-box-5 .price-ratings-box {
        right: 30px;
    }

    .car-box-5 .col-pad {
        padding: 0 15px;
    }

    .car-box-5 .detail {
        padding: 20px;
    }

    .services-info-2 {
        padding: 30px 10px;
        margin: 10px 0;
    }

    .services-info-2 p{
        margin-bottom: 10px;
    }

    .services-info-2 i {
        font-size: 30px;
    }

    .services-info-2 h3 {
        font-size: 14px;
    }

    .our-services .col-pad-30 {
        padding: 30px;
    }

    .services-info-4 .btn{
        margin-bottom: 10px;
    }

    .comments ul {
        margin: 0;
    }

    .comment .comment-content{
        margin-left: 80px;
    }

    .car-box ul li{
        font-size: 13px;
    }

    .pricing-tables .mrg-btn-76{
        margin-bottom: 30px;
    }

    .testimonial-2 {
        padding: 60px 0 90px;
    }

    .car-box-5 .tag.featured {
        left: 15px;
        margin-top: 15px;
        z-index: 20;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .car-box-5 .price-ratings-box {
        right: 15px;
    }

    .car-list-fullwidth .car-box-5 .price-ratings-box{
        right: 15px;
    }

    .car-list-fullwidth .car-box-5 .detail {
        padding: 20px 20px;
    }

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

    .banner .banner-slider-inner p {
        font-size: 15px;
    }

    .banner .banner-opt .banner-slider-inner h1 {
        font-size: 24px;
    }

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

    .sub-banner .breadcrumbs li {
        font-size: 16px;
    }

    button:focus {
        outline: 0 auto -webkit-focus-ring-color;
    }

    .shop-single .shop-info h3 {
        font-size: 20px;
    }

    .heading-car h3 {
        font-size: 20px;
    }

    .heading-car p {
        font-size: 13px;
    }

    .blog-grid-box .date-box {
        top: 12px;
        right: 12px;
        padding: 8px;
    }

    .blog-grid-box .date-box h5 {
        font-size: 11px;
    }

    .services-text .btn{
        margin-bottom: 10px;
    }

    .Compare-car h5 {
        font-size: 17px;
    }

    .Compare-car p i {
        font-size: 12px;
    }

    .setting-button {
        display: none;
    }

    .blog-grid-box .detail .post-meta {
        margin: 10px 0;
        font-size: 12px;
    }

    .tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
        padding: 9px 13px;
    }

    .tabbing-box .nav-tabs li {
        font-size: 10px;
    }

    .cmn-mrg-btm {
        margin-bottom: 40px;
    }

    .cmn-pad-t {
        padding-top: 20px;
    }

    .widget-2 {
        margin-bottom: 20px;
    }

    .sub-banner {
        height: 240px;
    }

    .blog-banner .breadcrumb-area h1 {
        font-size: 22px;
    }

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

    #search-area-1 {
        padding: 30px 0 0;
    }

    .car-img img{
        width: 100%;
    }

    .tags-socal-box .social-list {
        float: none;
        text-align: left;
    }

    .tags-socal-box h2 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .tags-socal-box .tags{
        margin-bottom: 30px;
    }

    .brand-box{
        padding: 20px 10px;
    }

    .brand-box img{
        height: 40px;
    }

    .brand-box h5 {
        margin: 15px 0 10px;
    }

    .brand-box-2 .brand-ptoto {
        padding: 20px 10px;
    }

    .main-header .logo img {
        height: 30px;
    }

    .main-header .logos img {
        height: 30px;
    }

    .main-header .logo {
        padding: 19.5px 0;
        margin-right: 50px;
        float: left;
    }


    .main-header .logos {
        padding: 19.5px 0;
    }

}

@media (max-width: 500px) {
    .banner img {
        height: 270px;
    }

    .navbar-toggler {
        width: 30px;
        height: 30px;
    }

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

    .sub-banner {
        height: 270px;
    }

    .breadcrumb-area h1 {
        font-size: 24px;
    }

    .sub-banner .breadcrumbs li {
        font-size: 14px;
    }

    .media-pad-top-50{
        padding-top: 50px;
    }

    .carousel-inner img{
        width: 100%;
    }

    .widget {
        margin-bottom: 40px;
        padding: 0;
        background: transparent;
    }

    .sidebar-right{
        margin: 0 0 30px 0;
    }

    .sidebar-left{
        margin: 0 0 50px 0;
        background: none;
    }

    .sidebar-title{
        margin-bottom: 20px;
        font-size: 16px;
    }

    .sell-your-car {
        background: rgba(0, 0, 0, 0.04) url(../images/car-27.jpg) top left repeat;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        padding: 30px 20px;
        width: 100%;
    }

    .helping-center{
        background: rgba(0, 0, 0, 0.04) url(../images/car-27.jpg) top left repeat;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        padding: 20px;
        width: 100%;
    }

    .sub-banner {
        height: 200px;
    }

}


















