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

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

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

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

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

img {
    max-width: 100% !important;
    height: auto !important;
}
.container::-webkit-scrollbar{
    width: 12px;
}
.container::-webkit-scrollbar-track{
    background-color: #f1f1f1;
    border-radius: 10px;
}
.container::-webkit-scrollbar-thumb{
    background-color: dodgerblue;
    border-radius: 10px;
    border: 3px solid #f1f1f1;
}
.container::-webkit-scrollbar-thumb:hover{
    background-color: #23628d;
}
/** Common **/
.page_loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(/assets/images/loader.gif) center no-repeat #fff;
}

ul {
    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-checkbox,.form-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000
}

.form-checkbox {
    border-radius: 0
}

.form-radio {
    border-radius: 100%
}

.form-checkbox:focus,.form-radio:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, );
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)
}

.form-checkbox:checked,.form-radio:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat
}

.form-checkbox:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")
}

.form-radio:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")
}

.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
    border-color: transparent;
    background-color: currentColor
}

.form-checkbox:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat
}

.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor
}
.form-checkbox, .form-radio {
    cursor: pointer;
    border-width: 1px;
    border: 1px solid #ccc;
    color: #ff002b;
}
.filter_reset {
    float: right;
    font-size: xx-small;
    padding: 5px;
}
.filter_reset .fa{
    font-size: medium;
}

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

/** Option Panel **/
.option-panel {
    z-index: 9999;
    width: 215px;
    position: fixed;
    right: 0;
    background: #fff;
    border: 1px solid #DDD;
    top: 20%;
    padding: 20px 15px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.option-panel-collased {
    right: -215px;
}

.option-panel h2 {
    font-size: 13px;
    margin: 0 0 0 0;
    text-align: center;
    padding: 10px 0;
    font-weight: 500;
}

.option-panel .color-plate {
    width: 24px;
    height: 24px;
    float: left;
    margin: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.default-plate{
    background: #ff002b;
}

.blue-plate{
    background: #2048bb;
}

.yellow-plate{
    background: #ffb400;
}

.green-light-plate{
    background: #1abc9c;
}

.red-plate{
    background: #c31c1c;
}

.orange-plate{
    background: #F34B0A;
}

.yellow-light-plate{
    background: #eae328;
}

.green-light-2-plate{
    background: #0dcdbd;
}

.olive-plate{
    background: #b3c211;
}

.purple-plate{
    background: #8e44ad;
}

.blue-light-plate{
    background: #3c9dff;
}

.brown-plate{
    background: #A14C10;
}

.setting-button {
    position: absolute;
    font-size: 16px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: -50px;
    color: #fff;
    top: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}
/** Option Panel **/

/** 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: #f1f1f1;
}

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

.content-area-2 {
    padding: 20px 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: 40px !important;
}

.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: auto;
}

.banner_video_bg .carousel-item {
    height: auto;
}

#banner {
    position: relative;
}


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

/** SUB BANNER **/
.sub-banner{
    background: rgba(0, 0, 0, 0.04) url(/assets/images/sub-banner.jpg) 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 li, .sub-banner .breadcrumbs .active {
    margin-left: 15px;
    color: #fff;
}

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

.sub-banner .breadcrumbs li:before:first{
    display: none;
}

/** 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;
    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: auto;
    margin-top: 10px;
    float: right;
    display: inline-flex;
}

.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, .car-box-2 .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, .car-box-2 .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, .car-box-2 .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: #ff002b;
}

.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;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.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;
}
.price-tag {
    position: relative;
    display: inline-block;
    background: #e50012; /* Màu xanh dương */
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 5px;
    opacity: 80%;
    margin-bottom: 0px;
}

.price-tag::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #e50012; /* Màu xanh dương */
}

.price-tag::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
}

/** 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 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: 18px;
    margin: 0;
    color: #ff002b;
}

.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 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 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 **/


/** 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 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;
}
.contact-info, .social-list, .links, .tags ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

/** 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;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

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

/************** show more *****************/
.wrapper {  
    margin: 0 auto;
    position: relative;
}

.text-container {
    max-height: 500px;
    overflow: hidden;
    transition: max-height .5s ease;
}

.text-container.show {
    max-height: 8000px;
}

.gradient::before {
    content:'';
    height:150px;
    position:absolute;
    bottom:0px; left:0;
    width:100%;
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%);
    transition:height .25s ease;
}
.show.gradient::before { height:50px;}

.show-btn {
    box-shadow: 0 2px 5px rgba(0,0,0,.6);
    bottom: 0px;
    cursor: pointer;
    left: 50%;
    margin-left: -50px;
    position: relative;
    transition: background-color .25s ease;
}

/************** end showmore *****************/

/** 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 > span.active .page-link{
    border-color: #ff002b;
    background-color: #ff002b;
}

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

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

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

/** TAGS STARTED **/
.tags {
    display: grid;
}
.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;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

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

.recent-comments .media p{
    line-height: 23px;
    margin-bottom: 5px;
    font-size: 14px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.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 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-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: 8px;
    left: 25px;
    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(/assets/images/banner-login.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: 25px 0;
}

.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 **/

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

/** 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%;
    height: auto;
}

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

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

.financing-calculator .form-control {
    padding: 10px 20px;
    font-size: 15px;
    border: 1px solid #cdc9c9;
    background: #fff;
    outline: 0;
    color: #495057;
    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;
}
.product-price-new {
    font-size: 24px;
    font-weight: bold;
    color: red;
}

.product-price-old {
    font-size: 18px;
    text-decoration: line-through;
    color: gray;
    margin-left: 10px;
}

.product-sale {
    font-size: 16px;
    color: red;
    display: block;
    margin-top: 5px;
}
.product_colors .product_variation{
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    color: #333;
    display: inline-block;
    font-size: 13px;
    min-width: 58px;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 5px;
    vertical-align: top;
    height: 28px;
    line-height: 28px;
    position: relative;
}
.product_colors .product_variation.active,
.product_colors .product_variation:hover{
    border-color: #2f80ed;
    cursor: pointer;
}
.product_colors .product_variation .product_variation_check {
    position: absolute;
    width: 100px;
    height: 34px;
    right: -1px;
    bottom: -1px;
    overflow: hidden;
    display: none;
}
.product_colors .product_variation.active .product_variation_check {
    display: block;
}
.product_colors .product_variation .product_variation_check::before{
    position: absolute;  
    border: 18px solid transparent;
    border-bottom: 18px solid #2f80ed;
    content: "";
    right: -18px;
    bottom: 0px;
}
.product_colors .product_variation .product_variation_check i{
    position: absolute;
    color: white;
    top: 23.5px;
    right: 1.5px;
    font-size: 10px;
}
.product_quantity {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
/** 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: #ff002b;
    opacity: 0.9;
    font-size: 14px;
    font-weight: 600;
}

.helping-center h4{
    margin: 0;
}

.helping-center h4 a{
    color: #ff002b;
    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%;
}

/** 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: 20%;
    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: 20%;
    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;
    display: block;
}

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

.filteriz-navigation li a.active {
    color: #ff002b;
    border-bottom: 1px solid #ff002b;
}

/** 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: auto;
    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;
}
/**/
.product_grid {
    padding: 30px 0;
}
.product_sort {
    position: relative;
    width: 100%;
    height: 34px;
    border-bottom: 1px solid #e8e8e8;
}

.view_sort {
    position: absolute;
    left: 0;
    height: 34px;
    line-height: 34px;
    bottom: 2px;
}
#filter_status, #filter_sort {
    border-radius: 0px;
    padding-left: 0 10px;
}
.select_sort .form-group {
    margin-left: 15px;
}
.view_sort a {
    display: inline-block;
    padding: 0px 10px;
    color: #333;
}

.view_sort a:hover {
    text-decoration: unset;
}

.view_sort a.active {
    color: #fa752c;
}

.select_sort {
    right: 0;
    display: flex;
    top: -4px;
}
#product_category .product_category_head h1{
    font-size: 1.42857em;
}

/**/

.sort_status {
    margin: 0 0 0 15px;
    padding: 0;
    list-style: none;
    display: inline;
}

.sort_status li {
    list-style: none;
    background: none repeat scroll 0 0 #fff;
    margin: 0 auto;
    outline: medium none;
    padding: 0 20px;
    position: relative;
    width: 200px;
    float: left;
    color: #333;
    border: 1px solid #ebebeb;
    font-size: 14px;
}

.sort_status>li {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 28px;
    text-indent: 0.01px;
    line-height: 36px;
    background-image: url(/assets/images/icon-select.png);
}

.sort_status>li>ul {
    position: absolute;
    width: 100%;
    left: -1px;
    top: 35px;
    margin-bottom: 0;
    padding-left: 0;
    background: none repeat scroll 0 0 #F8F8F8;
    z-index: 10000;
    border-top: none;
    border: 1px #F0F0F0 solid;
    box-sizing: content-box;
    display: none;
}

.sort_status>li:hover>ul {
    display: block;
}

.sort_status>li>ul>li {
    width: 100%;
    margin-top: 0px;
    border-top: none;
    border-right: none;
    border-left: none;
}


/**/

.sort_product {
    margin: 0 0 0 15px;
    padding: 0;
    list-style: none;
    display: inline;
}

.sort_product li {
    list-style: none;
    background: none repeat scroll 0 0 #fff;
    margin: 0 auto;
    outline: medium none;
    padding: 0 20px;
    position: relative;
    width: 200px;
    float: left;
    color: #333;
    border: 1px solid #ebebeb;
    font-size: 14px;
}

.sort_product>li {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 28px;
    text-indent: 0.01px;
    line-height: 36px;
    background-image: url(/assets/images/icon-select.png);
}

.sort_product>li>ul {
    position: absolute;
    width: 100%;
    left: -1px;
    top: 35px;
    margin-bottom: 0;
    padding-left: 0;
    background: none repeat scroll 0 0 #F8F8F8;
    z-index: 10000;
    border-top: none;
    border: 1px #F0F0F0 solid;
    box-sizing: content-box;
    display: none;
}

.sort_product>li:hover>ul {
    display: block;
}

.sort_product>li>ul>li {
    width: 100%;
    margin-top: 0px;
    border-top: none;
    border-right: none;
    border-left: none;
}

@media (min-width: 1920px) {}

@media (min-width: 1600px) and (max-width: 1919px) {}

@media (min-width: 1200px) and (max-width: 1599px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {
    .view_sort {
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    #wrap_product_category {
        position: relative;
        display: block;
        z-index: 1;
    }
    #filter {
        flex: unset;
        width: 100%;
        /* position: absolute;
        left: -306px;
        z-index: 999;
        transition: all 0.4s ease-out 0s; */
    }
    .btn_filter {
        display: none !important;
    }
    #product_category {
        flex: unset;
        padding-left: 0 !important;
    }
    .view_sort {
        padding-left: 0;
    }
    .sort_status li {
        width: 160px;
    }
    .sort_product li {
        width: 170px;
    }
    .btn_filter {
        position: absolute;
        right: -40px;
        top: 27px;
        width: 40px;
        height: 36px;
        text-align: center;
        background: #fc5b02;
        color: white;
    }
    .btn_filter i {
        display: block;
        width: 40px;
        height: 36px;
        line-height: 36px;
    }
}
/** 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;
    }


    .shop-table td {
        padding: 20px 0;
    }

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

    .more-info{
        margin-top: 40px;
    }

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

    .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 !important;
    }

    .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: 18px;
    }

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


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

    .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;
    }
    .widget{
        box-shadow: none;
    }
    .payment-box input[type=checkbox], input[type=radio] {
        left: -10px;
        margin: 0px 0 0 15px;
    }
}

@media (max-width: 768px) {
    .content-area {
        padding-bottom: 30px;
    }

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

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

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

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

    .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 !important;
    }

    .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;
    }
    .payment-box input[type=checkbox], input[type=radio] {
        left: -10px;
        margin: 0px 0 0 15px;
    }
    .follow-us, .tags{
        display: none;
    }
}

@media (max-width: 500px) {
    .banner img {
        height: 270px;
    }

    .navbar-toggler {
        width: 30px;
        height: 30px;
    }

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

    .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%;
    }
    
    .financing-calculator {
        padding: 10px;
    }

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

}
div#product_viewed {
    display: flex;
    flex-wrap: wrap;
}
div#product_viewed_head {
    width: 100%;
}