body, html {
    height: 100%;
    font-family: ubuntu, sans-serif
}

a {
    cursor: pointer;
    color: #4d4d4d
}

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

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

span, strong {
    color: #535353
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: raleway, sans-serif;
    color: #383737
}

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

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none
}

.facebook-bg {
    background: #4867aa;
    color: #fff
}

.facebook-bg:hover {
    background: #3b589e;
    color: #fff
}

.btn-sm {
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: .5s;
    border-radius: 2px;
    border: none;
    color: #fff;
    padding: 7px 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px
}

.btn-sm:hover {
    color: #fff;
    text-decoration: none
}

button:focus {
    outline: -webkit-focus-ring-color auto 0
}

.btn-block i {
    color: #fff
}

.btn {
    font-family: raleway, sans-serif;
    border-radius: 2px
}

.btn-md {
    cursor: pointer;
    padding: 16px 30px 11px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px
}

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

.btn-theme {
    color: #fff;
    text-transform: uppercase
}

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

.btn-round {
    border-radius: 30px
}

.btn-6 {
    color: #fff;
    text-align: center;
    border: 2px solid transparent;
    display: inline-block;
    padding: 13.5px 35px 11.5px;
    position: relative;
    z-index: 1;
    transition: .7s;
    cursor: pointer;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    font-family: raleway, sans-serif
}

.btn-6:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .7s;
    z-index: -1;
    border-radius: 3px
}

.btn-6:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .7s;
    z-index: -1
}

.btn-6:hover {
    background: 0 0
}

.btn-6:hover:after, .btn-6:hover:before {
    width: 0;
    opacity: 1;
    visibility: visible
}

@keyframes bgburnsEast {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }

    to {
        transform: scale(1.2) translateX(100px);
        -webkit-transform: scale(1.2) translateX(100px)
    }
}

@-webkit-keyframes bgburnsEast {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }

    to {
        transform: scale(1.2) translateX(100px);
        -webkit-transform: scale(1.2) translateX(100px)
    }
}

@keyframes bgburnsWest {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }

    to {
        transform: scale(1.2) translateX(-100px);
        -webkit-transform: scale(1.2) translateX(-100px)
    }
}

@-webkit-keyframes bgburnsWest {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }

    to {
        transform: scale(1.2) translateX(-100px);
        -webkit-transform: scale(1.2) translateX(-100px)
    }
}

#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: .3s;
    -webkit-animation-delay: .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, .2);
    border-radius: 3px;
    z-index: 1000 !important
}

.checkbox {
    padding-left: 3px;
    margin-bottom: 5px
}

.advanced-search .checkbox {
    padding-left: 5px;
    margin-bottom: 5px
}

.advanced-search ul {
    padding: 0;
    margin: 0
}

.advanced-search ul li {
    list-style: none;
    padding: 5px 0;
    color: #787878;
    font-size: 15px;
    line-height: 30px !important;
    border-bottom: 1px dotted #ddd;
    text-align: right;
    font-weight: 500
}

.advanced-search ul li:last-child {
    border-bottom: transparent
}

.advanced-search ul span {
    font-weight: 500;
    float: left;
    color: #474646
}

.col-pad {
    padding: 0
}

.button-default {
    color: #555;
    background: #ddd
}

.button-default:hover {
    color: #333;
    background: #ddd
}

.button-theme {
    color: #fff !important;
    outline: 0
}

.button-theme:hover {
    color: #fff
}

.form-control:focus {
    border-color: #e0e0e0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn.active, .btn:active {
    box-shadow: none
}

.alert {
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0;
    padding: 20px
}

.alert .close {
    line-height: 15px
}

.main-header {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12)
}

.main-header .company-logo {
    padding: 20px 0;
    float: left
}

.main-header .btn-md {
    margin-top: 20px
}

.main-header .company-logo img {
    height: 50px
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 35px 15px;
    line-height: 20px;
    color: #515151;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: raleway, sans-serif
}

.main-header .navbar {
    padding: 0
}

.main-header .dropdown-menu {
    min-width: 12rem;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #212529;
    border: none;
    -webkit-transition: opacity .4s, visibility .4s linear, -webkit-transform .4s;
    transition: opacity .4s, transform .4s, visibility .4s linear, -webkit-transform .4s;
    border-radius: 0;
    border-top: 1px solid #f1f1f1
}

.dropdown .dropdown-item:hover > .dropdown-menu {
    display: block;
    -webkit-transition: opacity .4s, visibility .4s linear, -webkit-transform .4s;
    transition: opacity .4s, transform .4s, visibility .4s linear, -webkit-transform .4s
}

.main-header .dropdown-menu .dropdown-submenu .dropdown-menu {
    margin: -1px
}

.main-header .dropdown-menu a {
    padding: 12px 20px;
    color: #535353;
    transition: .3s ease-in-out;
    text-transform: none;
    font-weight: 500;
    font-family: raleway, sans-serif;
    font-size: 15px
}

.main-header .dropdown-menu a:hover {
    background: 0 0;
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.megamenu-li {
    position: static
}

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

#banner {
    position: relative;
    z-index: 999
}

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

.banner .carousel-content.banner-info-2 {
    margin: 0 auto;
    right: 0;
    left: 0;
    align-self: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
    text-align: center
}

.banner .carousel-content.bi-2 {
    padding-top: 50px
}

.carousel-item .text-right {
    float: right
}

.banner .banner-slider-inner {
    padding: 0;
    margin: 0;
    text-shadow: none;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: rgba(36, 42, 53, .7)
}

.banner .banner-slider-inner h2 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: normal;
    font-family: poppins, sans-serif
}

.banner .banner-slider-inner p {
    color: #fff;
    line-height: 1.6;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    font-family: poppins, sans-serif
}

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

.banner-slider-inner .show-more-options {
    margin: 25px 0 0;
    color: #fff !important;
    float: left;
    border-radius: 50px
}

.banner-slider-inner #options-content {
    background: #fff;
    padding: 20px 20px 7px;
    border-radius: 3px
}

.row-2 {
    margin-right: -7.5px;
    margin-left: -7.5px
}

.item-bg {
    height: 100vh
}

.bg-grea-2 {
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, .1)
}

.bg-grea-3 {
    background: #f9f9f8
}

.search-area-inner {
    margin: 0 auto
}

.search-area-inner .show-more-options {
    font-weight: 500;
    font-size: 15px;
    display: block;
    margin-bottom: 0
}

.search-contents {
    border-radius: 4px;
    transition: .9s ease-out
}

.show-search-area {
    z-index: 9999;
    display: block
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
    font-size: 13px;
    color: #777;
    font-weight: 400
}

.search-options-btn, .search-options-btn:hover {
    padding: 12px 20px 10px;
    font-size: 13px;
    font-weight: 400;
    color: #fff !important;
    cursor: pointer;
    z-index: 0;
    letter-spacing: 1px;
    position: absolute;
    bottom: 10px;
    border-radius: 50px
}

.search-options-btn, .search-options-btn i {
    margin-left: 5px
}

.search-options-btn .icon {
    float: left
}

.search-fields {
    min-height: 45px;
    padding: 0;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    background: #fff
}

.form-control {
    padding-left: 15px
}

.search-button {
    cursor: pointer;
    padding: 13px 26px 11px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    transition: .5s;
    border-radius: 2px;
    border: none;
    width: 100%;
    outline: 0
}

.search-button:hover {
    color: #fff
}

.main-header .dropdown-toggle::after {
    top: 17px
}

.filteriz-navigation {
    background: #fff !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    max-width: 330px;
    padding: 7px 0;
    margin: 0 auto 26px;
    border-radius: 100px
}

.filteriz-navigation li {
    font-size: 15px;
    font-weight: 500;
    font-family: raleway, sans-serif;
    background: 0 0;
    display: inline-block;
    padding: 0
}

.filteriz-navigation li::after {
    content: '/';
    font-weight: 400;
    opacity: .9;
    margin: 0 5px 0 10px;
    font-size: 14px
}

.filteriz-navigation li:last-child::after {
    display: none
}

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

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

.portfolio-item:hover img {
    zoom: 1;
    -webkit-opacity: .1;
    opacity: .1
}

.bootstrap-select {
    width: 100% !important
}

.bootstrap-select button {
    color: #636363;
    border-radius: 2px;
    outline: 0;
    padding: 10.5px 15px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06)
}

.search-compare .bootstrap-select button {
    color: #636363;
    border-radius: 2px;
    outline: 0;
    padding: 12px 30px 8px 15px;
    height: 50px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06)
}

.search-compare .search-button {
    padding: 15.5px 26px 13.5px
}

.bootstrap-select button:hover {
    color: #777
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #636363 !important
}

.bootstrap-select .dropdown-menu li {
    padding: 0
}

.bootstrap-select .dropdown-menu {
    padding: 0;
    margin: 0;
    border: none;
    border-bottom: none;
    border-radius: 0;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12)
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    margin-top: 12px
}

.bootstrap-select .dropdown-menu li a span {
    font-weight: 400 !important;
    color: #636363 !important
}

.dropdown-item.active, .dropdown-item:active {
    background-color: transparent
}

.bootstrap-select .dropdown-menu li a {
    padding: 8px 20px;
    font-weight: 400;
    font-size: 15px;
    outline: 0;
    border: 0 !important
}

.bootstrap-select .dropdown-menu li a:hover {
    border: none;
    font-weight: 400;
    padding: 8px 20px;
    font-size: 15px
}

.bootstrap-select .btn-default:hover {
    background: 0 0 !important;
    color: #777 !important;
    box-shadow: none !important
}

.bootstrap-select .btn-default.active, .bootstrap-select .btn-default:active, .bootstrap-select .open > .dropdown-toggle.btn-default {
    border-color: transparent !important;
    box-shadow: none !important;
    color: #333;
    background-color: transparent !important
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: transparent !important;
    box-shadow: none !important;
    border-color: #adadad
}

.bootstrap-select .dropdown-menu.inner {
    border: 0;
    border-top: none;
    box-shadow: 0 0 14px rgba(0, 0, 0, .1)
}

.btn-light:hover {
    color: #999
}

.advanced-search2 .btn-light:hover {
    color: #636363
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important
}

.bootstrap-select .dropdown-menu > .active > a, .bootstrap-select .dropdown-menu > .active > a:focus, .bootstrap-select .dropdown-menu > .active > a:hover {
    text-decoration: none;
    background-color: #fff;
    outline: 0
}

.bootstrap-select .bs-actionsbox, .bootstrap-select .bs-donebutton, .bs-searchbox {
    padding: 4px 8px;
    background: #eee;
    border-bottom: 1px solid #d5d5d5
}

.bootstrap-select .bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
    height: 36px;
    border: 1px solid #ddd;
    box-shadow: none
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
    overflow: hidden;
    font-size: 14px;
    font-weight: 500
}

.bootstrap-select .dropdown-menu li a.active:hover .text {
    color: #515151
}

.bootstrap-select .dropdown-toggle::after {
    top: 22px;
    position: absolute;
    right: 10px
}

.bootstrap-select .dropdown-toggle .filter-option {
    top: 3px
}

.main-title {
    margin-bottom: 50px;
    text-align: center
}

.main-title h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: poppins, sans-serif
}

.main-title p {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 400
}

.latest-offers .col-pad {
    padding: 0 7.5px
}

.category {
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0 0 15px
}

.category:hover:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #4d4d4d;
    opacity: .4;
    z-index: -11;
    transition: .3s ease-out
}

.category_bg_box {
    transition: .35s;
    border-radius: 3px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px
}

.category_long_bg {
    height: 515px
}

.category:hover .category_bg_box {
    transform: scale(1.06);
    transition: transform .35s ease-out
}

.category .category-overlay {
    border-radius: 3px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color .15s linear;
    background: linear-gradient(to top, rgba(47, 45, 45, 0.6) 0, rgba(0, 0, 0, .1) 58%, rgba(2, 2, 2, 0) 70%, rgba(0, 0, 0, 0) 100%)
}

.category:hover .category-overlay:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(358deg, rgb(17 24 39) 8%, rgb(156 163 175) 82%) !important;
    opacity: .5
}

.category-subtitle {
    white-space: nowrap;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-family: ubuntu, sans-serif
}

.category-content {
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .15s linear;
    text-align: left;
    width: 100%;
    height: 100%;
    padding: 20px
}

.category-content h3 {
    margin-bottom: 3px;
    text-align: left
}

@media only screen and (max-width: 992px) {
    .category-content h3 {
        margin-bottom: 0px;
        text-align: left
    }
}

.category-content h3 a {
    color: #fff;
    font-size: 20px;
    font-weight: 600
}

.category-content .new {
    padding: 5px 15px;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    background: rgba(0, 0, 0, .36);
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, .2);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .2);
    position: absolute;
    letter-spacing: 1px;
    font-weight: 500;
    top: 20px;
    right: 20px
}

.category-content .lo-text {
    position: absolute;
    letter-spacing: 1px;
    bottom: 20px;
    left: 20px
}

.car-box {
    position: relative;
    margin-bottom: 30px;
    border-radius: 0;
    border: none;
    background: #fff;
    z-index: 2;
    -webkit-transition: .5s;
    transition: .6s cubic-bezier(.24, .74, .58, 1);
    overflow: hidden;
    box-shadow: 0 0 14px rgba(0, 0, 0, .1)
}

.car-box:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.car-box .car-thumbnail {
    position: relative;
    overflow: hidden
}

.car-box .car-thumbnail::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    transition: .6s
}

.car-box .car-thumbnail img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 999
}

.car-box .car-thumbnail::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    transition: .6s
}

.car-box:hover .car-thumbnail::after, .car-box:hover .car-thumbnail::before {
    width: 100%;
    height: 100%;
    opacity: .1;
    visibility: visible
}

.car-thumbnail:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 8;
    background: linear-gradient(to top, rgba(47, 45, 45, .2) 0, rgba(0, 0, 0, .1) 35%, rgba(2, 2, 2, 0) 60%, rgba(0, 0, 0, 0) 100%);
    border-radius: 0;
    opacity: 1
}

.car-box .detail {
    position: relative;
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, .1);
    z-index: 999
}

.car-box .detail .top {
    padding: 25px 25px 20px
}

.car-box .detail .top h1 {
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 600
}

.car-box .detail .top p {
    margin-bottom: 0
}

.car-box .detail .top h1 span {
    float: right;
    font-family: ubuntu, sans-serif;
    font-weight: 400
}

.car-box .footer {
    border-top: 1px solid #f1f1f1;
    padding: 15px 10px
}

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

.car-box .facilities-list li i {
    font-weight: 500
}

.car-box:hover .tag {
    background: #fff
}

.car-box:hover .tag::after {
    border-left: 10px solid #fff
}

.carbox-overlap-wrapper {
    visibility: hidden;
    height: 100%;
    width: 100%;
    z-index: 990;
    position: absolute;
    text-align: center;
    color: #fff;
    left: 0;
    top: 0
}

.overlap-box {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.car-magnify-gallery {
    display: inline-block
}

.car-thumbnail:hover > .carbox-overlap-wrapper {
    visibility: visible;
    top: 0;
    cursor: pointer;
    transition: .15s linear
}

.overlap-btns-area img {
    display: none
}

.overlap-btn {
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin: 16px 2px;
    border-radius: 3px;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block
}

.overlap-btn:hover {
    text-decoration: none;
    color: #fff;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: #fff
}

.lg-sub-html p {
    color: #ccc;
    font-size: 12px
}

.car-model-2 .modal-raw {
    display: flex;
    background: #fff
}

.car-model-2 .modal-left, .modal-right {
    flex: 1
}

.car-model-2 .modal-left, .car-model-2 .modal-right {
    padding: 0
}

.car-model-2 .modal-left-content {
    background: #fff
}

.car-model-2 .modal-left-content img {
    width: 100% !important;
    height: 100% !important
}

.car-model-2 .modal-left-content .carousel-inner {
    display: flex
}

.car-model-2 .modal-left-content .carousel-inner .item {
    flex: 1;
    width: 100%
}

.car-model-2 .modal-left-content .carousel-inner .item img {
    width: 100%
}

.car-model-2 .modal-right-content {
    padding: 30px;
    background: #fff
}

.car-model-2 .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 15px 20px
}

.car-model-2 .modal-backdrop.show {
    opacity: .7
}

.car-model-2 .modal-header {
    background: 0 0;
    border: none;
    padding: 15px 0
}

.car-model-2 .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 0
}

.car-model-2 .modal-right-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px
}

.car-model-2 .modal-right-content dl {
    margin-bottom: 20px;
    font-size: 15px;
    color: #535353
}

.modal-header .close {
    padding: 5px 10px;
    margin: 10px 0 auto 10px;
    background: #fff
}

.car-model-2 .modal {
    z-index: 9999
}

.car-model-2 .modal-body .btn-md {
    padding: 9px 25px 7px;
    letter-spacing: 1px;
    font-size: 13px;
    border-radius: 50px
}

.car-model-2 .modal-title {
    color: #fff;
    font-size: 30px;
    font-weight: 600
}

.car-model-2 .close {
    opacity: 1 !important
}

.price-box {
    color: #fff;
    text-align: right;
    font-size: 17px;
    position: absolute;
    bottom: 40px;
    right: 20px;
    z-index: 20;
    font-weight: 600;
    opacity: .9;
    font-family: raleway, sans-serif
}

.tag {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 20;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    padding: 7px 14px 5px;
    font-weight: 600;
    border-radius: 3px 3px 3px 0;
    font-family: raleway, sans-serif
}

.tag::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 0;
    border-bottom: 10px solid transparent;
    bottom: -10px;
    left: 0
}

.slick-slider-area {
    position: relative
}

.slick-slide-item {
    padding: 0 15px !important
}

.slick-arrow-buton {
    width: 35px;
    height: 35px;
    line-height: 35px;
    top: 43%;
    border-radius: 3px;
    color: #000;
    z-index: 999;
    background: #fff;
    position: absolute;
    font-size: 22px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .15);
    cursor: pointer;
    text-align: center
}

.slick-next {
    right: -15px
}

.slick-prev {
    left: -15px
}

.slick-slide, .slick-slide:focus *, :focus {
    outline: 0 !important
}

.car-box-2 {
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, .1);
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: .5s;
    transition: .9s;
    overflow: hidden
}

.car-box-2:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.car-box-2:hover .price-box {
    color: #fff
}

.car-box-2:hover .car-thumbnail:before {
    background-image: linear-gradient(358deg, #f0151f 8%, #f0151f4d 82%) !important;
    opacity: .5
}

.car-box-2 .detail .title {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600
}

.car-box-2 .car-img img {
    width: 100%
}

.car-box-2 .detail .title a:hover {
    color: #343a40
}

.car-box-2 .detail .location {
    margin-bottom: 15px;
    font-family: ubuntu, sans-serif
}

.car-box-2 .detail .location a {
    color: #5f5e5e;
    font-size: 15px;
    font-weight: 400
}

.car-box-2 .price-box {
    bottom: 10px;
    font-family: ubuntu, sans-serif;
    opacity: 1
}

.car-box-2 .tag {
    left: 30px
}

.car-box-2 .detail {
    padding: 0 20px
}

.car-box-2 .facilities-list li {
    list-style: none;
    width: 33.33%;
    float: left;
    font-weight: 400;
    line-height: 35px;
    font-size: 15px
}

.car-box-2 .facilities-list li i {
    font-size: 15px;
    font-weight: 500
}

.car-box-4 {
    margin-bottom: 0
}

.car-box-4.category:hover .category-overlay:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(358deg, #080000 8%, #00000000 82%) !important;
    opacity: .5
}

.car-box-4 .facilities-list li {
    list-style: none;
    float: left;
    margin-right: 20px;
    font-weight: 400;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    opacity: .9
}

.car-box-4 .facilities-list li:last-child {
    margin-right: 0
}

.car-box-4 .facilities-list li i {
    opacity: 1
}

@media only screen and (min-width: 1024px) {
    .car-box-4 h5 {
        font-weight: 700;
        font-size: 20px;
    }
}

@media only screen and (max-width: 756px) {
    .car-box-4 h5 {
        font-weight: 700;
        font-size: 18px;
    }
}

.car-box-4 h3 {
    margin-top: 30px;
}

@media only screen and (max-width: 756px) {
    .car-box-4 h3 {
        margin-top: 20px;
    }
}


.car-box-4 h3 a {
    margin-bottom: 3px;
    font-size: 25px;
    font-weight: 500;
    color: black;
}

@media only screen and (max-width: 756px) {
    .car-box-4 h3 a {
        margin-bottom: 0px;
        font-size: 20px;
    }
}

.car-box-4 .for {
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 20;
    font-size: 12px;
    letter-spacing: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    padding: 6px 16px 4px;
    font-weight: 600;
    border-radius: 50px;
    font-family: raleway, sans-serif;
    text-transform: uppercase
}

.car-box-4 .category_long_bg {
    height: 500px
}

.car-box-4.category .category-overlay {
    border-radius: 3px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color .15s linear;
    background: linear-gradient(to top, rgba(47, 45, 45, .2) 0, rgba(0, 0, 0, .1) 35%, rgba(2, 2, 2, 0) 60%, rgba(0, 0, 0, 0) 100%)
}

.search-compare {
    margin-bottom: 20px
}

.search-compare h3 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 24px;
    text-align: center
}

.about-text {
    padding: 50px 0 0 30px
}

.about-text p {
    margin-bottom: 20px
}

.about-text h3 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 35px
}

.about-slider-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 15px rgb(0 0 0/10%);
    margin-right: 15px
}

.about-slider-box:hover::before {
    background: #fff
}

.about-slider-box::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 200%;
    top: -100px;
    left: -100px;
    transform: rotate(-30deg)
}

.about-slider-box img {
    border-radius: 10px;
    position: relative;
    z-index: 1
}

.progress {
    margin-bottom: 20px
}

footer {
    padding-top: 80px;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

footer:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(79 79 79)
}

.footer ul li a {
    color: #bfbfbf
}

.footer h4 {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #e4e3e3;
    text-transform: uppercase
}

.footer .footer-item {
    margin-bottom: 60px
}

.footer .footer-inner .links li {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500
}

.footer .footer-inner .links li:last-child {
    margin-bottom: 0
}

.footer .footer-inner .links li a:hover {
    color: #e4e3e3
}

.footer a {
    color: #bfbfbf
}

.footer .footer-inner p {
    font-size: 15px;
    color: #bfbfbf
}

.footer .footer-inner .contact-info li {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #bfbfbf;
    position: relative;
    padding-left: 25px
}

.footer .footer-inner .contact-info li i {
    left: 0;
    position: absolute;
    line-height: 22px
}

.footer .footer-inner .social-list-2 {
    margin-top: 25px
}

.footer .footer-inner .social-list-2 li {
    display: inline-block;
    font-size: 16px
}

.footer .footer-inner .social-list-2 li a {
    margin: 0 3px 0 0;
    font-size: 16px;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    line-height: 40px
}

.footer .f-logo {
    margin-bottom: 20px;
    height: 50px
}

.sub-footer {
    padding: 20px 0;
    border-top: 1px solid #292929;
    text-align: center;
    margin-bottom: 0;
    color: #fff
}

.advantages-box-2 {
    margin: 0 auto 30px;
    position: relative;
    background: #fff;
    padding: 30px 20px;
    width: 100%;
    box-shadow: 0 0 14px rgba(0, 0, 0, .1);
    text-align: center
}

.advantages-box-2:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.advantages-box-2.df-box:hover:before {
    -webkit-transform: rotate(2deg) translateX(-5px) translateY(16px);
    transform: rotate(2deg) translateX(-5px) translateY(16px)
}

.advantages-box-2.df-box:before {
    content: " ";
    width: 95%;
    height: 95%;
    z-index: -3;
    position: absolute;
    top: auto;
    bottom: 1px;
    left: 1px;
    border-radius: 12px;
    background-repeat: repeat-x;
    outline: transparent solid 1px;
    -webkit-transition: .3s;
    transition: .3s
}

.advantages-box-2.df-box:after {
    background: #fff
}

.advantages-box-2 h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0
}

.advantages-box-2 p {
    margin-bottom: 0
}

.advantages-box-2 i {
    font-size: 60px
}

.advantages-box-2.df-box {
    margin-bottom: 30px;
    position: relative;
    z-index: 1
}

.advantages-box-2:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1
}

.advantages-box-3 {
    margin-bottom: 40px
}

.advantages-box-3 i {
    font-size: 50px;
    margin-right: 20px
}

.advantages-box-3 h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px
}

.advantages-box-3 p {
    font-size: 15px;
    margin-bottom: 0
}

.advantages-5 {
    position: relative;
    overflow: hidden;
    padding: 100px 0
}

.advantages-5 .main-title {
    text-align: left;
    margin-bottom: 0;
    padding-right: 30px
}

.ab-mb {
    margin-bottom: 0 !important
}

.advantages-5 .main-title p {
    margin-bottom: 20px
}

.advantages-5 .advantages-inner:before {
    content: "";
    width: 30%;
    height: 60%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 20%;
    -webkit-clip-path: polygon(0 0, 100% 0, 0% 100%, 0% 100%);
    clip-path: polygon(0 0, 50% 80%, 0% 40%, 0% 100%);
    opacity: .1;
    z-index: 1;
    background: #d8001dd4
}

.advantages-5 .advantages-inner:after {
    content: "";
    width: 25%;
    background: #d8001dd4;
    height: 100%;
    position: absolute;
    top: 30%;
    right: 0;
    z-index: 1;
    -webkit-clip-path: polygon(0 0, 30% 0, 50% 10%);
    clip-path: polygon(0 0, 100% 50%, 100% 100%);
    opacity: .1
}

.testimonial {
    width: 100%;
    background: url(../img/img-4.png);
    position: relative
}

.testimonial-bg {
    background: #f9f9f8
}

.testimonial .testimonials-inner {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    -webkit-transition: .5s;
    transition: .6s cubic-bezier(.24, .74, .58, 1);
    overflow: hidden
}

@media only screen and (min-width: 1024px) {
    .testimonial .testimonials-inner .testimonial-info {
        margin: 0 0 0 60px;
        padding: 40px 30px 40px 90px;
        background: #fff;
        box-shadow: 0 0 10px rgb(0 0 0/10%);
        border-radius: 5px
    }
}

@media only screen and (max-width: 756px) {
    .testimonial .testimonials-inner .testimonial-info {
        padding: 40px 30px;
        background: #fff;
        box-shadow: 0 0 10px rgb(0 0 0/10%);
        border-radius: 5px
    }
}

.testimonial .testimonials-inner h3 {
    font-size: 20px;
    margin: 0 0 5px;
    font-weight: 600
}

.testimonial .testimonials-inner .rating {
    font-size: 16px
}

.testimonial .testimonials-inner .rating i {
    color: orange
}

.option-bar {
    margin-bottom: 30px
}

.option-bar .sort {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
    line-height: 35px
}

.sorting-options2 {
    float: left
}

.sorting-options {
    float: right
}

.sorting-options2 .bootstrap-select {
    width: 200px !important
}

.sorting-options2 .dropdown-toggle::after {
    margin-left: 0
}

.sorting-options2 .bootstrap-select > .dropdown-toggle {
    padding-right: 30px
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ccc !important;
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.option-bar .btn-light:hover {
    color: #636363
}

.t-s {
    margin-top: 40px
}

.t-s h2 {
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 20px
}

.contact-2 .contact-info {
    text-align: center
}

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

.contact-2 .contact-info h5 {
    margin: 10px 0 5px;
    font-size: 16px;
    font-weight: 600
}

.contact-2 .contact-info p {
    margin: 0;
    font-size: 15px
}

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

.contact-2 .form-control {
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    background: 0 0;
    outline: 0;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06)
}

.contact-2 .form-control:focus {
    color: #495057;
    background-color: transparent;
    border: 1px solid #dbdbdb;
    outline: 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06)
}

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

.contact-2 textarea {
    min-height: 226px
}

.contact-2 .opening-hours {
    padding: 50px;
    border-radius: 5px;
    margin-left: 50px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.contact-2 .opening-hours .list-style-none li {
    list-style: none;
    line-height: 30px;
    font-size: 15px;
    font-family: poppins, sans-serif;
    font-weight: 400
}

.contact-2 .opening-hours strong {
    width: 100px;
    display: inline-block;
    font-weight: 500
}

.contact-2 .opening-hours h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px
}

.contact-2 .main-title {
    margin-bottom: 60px
}

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

.content-area-5 {
    padding: 100px 0
}

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

.content-area-18 {
    padding: 185px 0 100px
}

.pagination-box {
    margin-bottom: 25px
}

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

.pagination li {
    display: inline-block
}

.pagination > li > a {
    color: #4d4d4d;
    font-size: 18px;
    background: #fff;
    font-weight: 400
}

.pagination > li > a i {
    font-size: 15px;
    font-weight: 600
}

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

.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
    border-radius: 3px
}

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

.pagination > li > .active {
    color: #fff;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .1)
}

.page-link:focus {
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .1)
}

.show-more-options {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
    line-height: 30px;
    font-family: raleway, sans-serif;
    color: #383737 !important
}

.show-more-options i {
    font-size: 20px;
    line-height: 30px;
    margin-right: 3px
}

.navbar-buttons img {
    width: 45px;
    border-radius: 50px;
    margin: 20px 15px 20px 0;
    box-shadow: 0 0 14px rgba(0, 0, 0, .1)
}

.navbar-buttons {
    float: right;
    text-align: right;
    font-weight: 500
}

.navbar-buttons ul li {
    float: left;
    margin-left: 35px
}

.navbar-buttons .btn-md {
    border-radius: 50px
}

.sidebar-left, .sidebar-right {
    margin: 0 0 30px;
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, .1)
}

.widget {
    padding: 30px 25px;
    border-bottom: 1px solid #e2e2e2
}

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

.widget-3 {
    border-bottom: none
}

.sidebar-title {
    font-size: 20px;
    position: relative;
    margin: 0 0 25px;
    font-weight: 600
}

.form-search {
    position: relative
}

.form-search .form-control {
    box-shadow: none;
    border: 1px solid #f7f7f7;
    background: #f7f7f7;
    border-radius: 3px;
    height: 45px
}

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

.form-search .btn:active, .form-search .btn:focus {
    box-shadow: none;
    outline: 0
}

.form-search .btn i {
    color: #777
}

.form-search .form-control, .form-search .form-group {
    width: 100%
}

.range-slider {
    margin-top: 15px;
    margin-bottom: 30px;
    font-family: raleway, sans-serif
}

.range-slider .ui-slider {
    position: relative;
    text-align: left
}

.range-slider .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 14px;
    height: 14px;
    border-radius: 0;
    border: 2px solid #66676b;
    cursor: w-resize;
    outline: 0;
    top: -5px;
    margin-left: -8px;
    box-shadow: none !important
}

.range-slider .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background-position: 0 0
}

.range-slider .ui-widget-content {
    background-color: #ccc
}

.range-slider .ui-slider.ui-state-disabled .ui-slider-handle, .range-slider .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.range-slider .ui-slider-horizontal {
    height: 4px;
    border-radius: 10px;
    width: calc(100% - 16px);
    margin-left: 8px
}

.range-slider .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.range-slider .ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.range-slider .ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.max-value, .max-value:focus, .min-value, .min-value:focus {
    width: 40%;
    display: inline-block;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 12px 0 0;
    cursor: default
}

.min-value {
    float: left;
    margin-left: -8px;
    width: 40%;
    margin-right: -8px;
    font-size: 13px;
    color: #535353;
    font-weight: 600;
    margin-top: 15px
}

.max-value {
    float: right;
    width: 60%;
    text-align: right;
    margin-right: -8px;
    font-size: 13px;
    color: #535353;
    font-weight: 600;
    margin-top: 15px
}

.search-box-3 {
    padding: 30px 0 10px;
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, .1)
}

.search-box-3 .button-theme {
    color: #fff;
    font-weight: 600
}

.search-box-3 i {
    margin-right: 3px
}

.search-box-3 .form-group {
    margin-bottom: 20px
}

.search-box-3 .range-slider {
    margin-top: 10px;
    margin-bottom: 20px
}

.search-box-3 .btn-md {
    cursor: pointer;
    padding: 12px 30px 10px;
    font-size: 14px
}

.sb-5 {
    transition: .4s;
    position: absolute;
    bottom: -85px;
    width: 100%;
    background: 0 0;
    box-shadow: none;
    padding: 0
}

.sb-5 .search-area-inner {
    padding: 30px 30px 10px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12)
}

.sb-5 .range-slider .ui-widget-header {
    background-color: #000
}

.sb-5 .range-slider .ui-slider .ui-slider-handle {
    border: 2px solid #000;
    background: #000
}

.sb-5 .button-theme {
    background: #000
}

.sb-5 .button-theme:hover {
    background: #252525
}

.sb-5 .max-value, .sb-5 .min-value {
    color: #000
}

.sb-6 {
    display: none
}

.carousel-indicators {
    background: rgb(0, 0, 0, .5);
    padding: 10px
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    margin-right: 3px;
    margin-left: 3px;
    border-radius: 10px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, .5)
}

.sub-banner {
    background: url(/img/banner/banner.jpg) top left rgba(0, 0, 0, .04);
    background-size: cover;
    height: 360px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    font-family: raleway, sans-serif
}

.sub-banner .breadcrumb-area {
    letter-spacing: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0
}

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

.sub-banner .breadcrumbs li {
    display: inline-block;
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    margin: 0
}

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

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

.sub-banner .breadcrumbs .item:before {
    content: "/";
    font-family: fontawesome;
    font-size: 16px;
    margin-right: 7px;
    font-weight: 600;
    margin-left: 3px;
    color: white;
}


.sub-banner .breadcrumbs .active:before {
    content: "/";
    font-family: fontawesome;
    font-size: 16px;
    margin-right: 7px;
    font-weight: 600
}

.heading {
    margin: 0 0 30px;
    font-weight: 600
}

.heading-2 {
    margin: 0 0 25px;
    font-size: 22px;
    font-weight: 600
}

.dashboard {
    position: relative
}

.fixed-header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #fff
}

.dashboard-nav {
    display: block;
    height: 100%
}

.dashboard-nav h4 {
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 15px 30px
}

.dashboard-nav ul {
    border-bottom: 1px solid #343a40
}

.dashboard-nav ul li.active, .dashboard-nav ul li:hover {
    border-color: #fff
}

.dashboard-nav ul li {
    border-left: 3px solid transparent;
    line-height: 25px;
    font-weight: 400;
    font-size: 15px
}

.dashboard-nav ul li a {
    color: #fff;
    display: block;
    padding: 11px 27px;
    transition: .3s;
    cursor: pointer
}

.dashboard-nav ul li a:hover {
    color: #c5c5c5
}

.dashboard-nav ul li a i {
    padding-right: 8px;
    width: 20px
}

.dashboard-list {
    box-shadow: 0 0 14px rgba(0, 0, 0, .1);
    padding: 0;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%
}

.dashboard-list h3 {
    padding: 15px 25px;
    border-bottom: 1px solid #eee;
    font-size: 20px;
    margin: 0;
    width: 100%;
    font-weight: 600
}

.dashboard-list h4 {
    padding: 15px 25px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 20px;
    font-weight: 600;
    margin: 0
}

.heading-car-3 {
    margin-bottom: 20px
}

.heading-car-3 h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 5px
}

.heading-car-3 h3 .pull-right {
    font-family: ubuntu, sans-serif
}

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

.dropzone-design .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis
}

.dropzone-design .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent
}

.dz-message i {
    display: block;
    font-size: 32px;
    margin-bottom: 15px
}

.page_loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../img/loader.gif) center no-repeat #fff
}

.portfolio-item {
    margin-bottom: 15px
}

.portfolio-item img {
    border-radius: 3px
}

.option-panel h2 {
    color: #000;
    font-size: 14px;
    margin: 0;
    text-align: center;
    padding: 0 0 10px;
    font-weight: 600
}

.default-plate {
    background: #376bff
}

.blue-plate {
    background: #2048bb
}

.yellow-plate {
    background: #ffb400
}

.red-plate {
    background: #f0151f
}

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

.green-plate {
    background: #7dba21
}

.yellow-light-plate {
    background: #faaa5d
}

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

.olive-plate {
    background: #b3c211
}

.purple-plate {
    background: #8e44ad
}

.midnight-blue-plate {
    background: #f0151f
}

.brown-plate {
    background: #a14c10
}

.setting-button {
    background: #fff;
    position: absolute;
    font-size: 20px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: -50px;
    color: #2b303b;
    top: 0;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    cursor: pointer;
    display: none
}

#full-page-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -webkit-transform: translate(0, -100%) scale(0, 0);
    -moz-transform: translate(0, -100%) scale(0, 0);
    -o-transform: translate(0, -100%) scale(0, 0);
    -ms-transform: translate(0, -100%) scale(0, 0);
    transform: translate(0, -100%) scale(0, 0);
    opacity: 0;
    z-index: 99999
}

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

#full-page-search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 20px;
    margin-left: -45px
}

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

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

.option-panel {
    z-index: 9999;
    width: 215px;
    position: fixed;
    right: 0;
    top: 20%;
    background: #fff;
    padding: 20px 15px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

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

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

@media all and (min-width: 1200px) {
    .car-box-2 .footer {
        position: absolute;
        width: 100%;
        bottom: 0
    }
}

@media all and (min-width: 992px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
        max-width: 700px;
        margin: auto
    }

    .dropdown .dropdown-item:hover > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu {
        display: block
    }

    .sticky-header .nav-link::after {
        display: none !important
    }

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

    .header-shrink .navbar-expand-lg .navbar-nav .nav-link {
        color: #515151
    }

    .sticky-header {
        position: fixed;
        background: 0 0;
        top: 0;
        z-index: 1000;
        width: 100%;
        border-bottom: 1px solid rgba(220, 220, 220, .2)
    }

    .header-shrink {
        background: #fff;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        transition: .5s;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        top: 0 !important
    }
}

@media (max-width: 1200px) {
    .about-text {
        padding: 0
    }

    .about-text h3 {
        font-size: 30px;
        margin: 10px 0 15px
    }
}

@media (max-width: 992px) {
    .content-area {
        padding: 80px 0 50px
    }

    .content-area-5 {
        padding: 80px 0
    }

    .content-area-13 {
        padding: 80px 0 65px
    }

    .content-area-18 {
        padding: 80px 0
    }

    .car-model-2 .modal-title {
        font-size: 25px
    }

    .banner .banner-slider-inner p {
        font-size: 18px
    }

    .advantages-5 .main-title {
        text-align: center;
        margin-bottom: 40px;
        padding-right: 0
    }

    .advantages-5 {
        padding: 80px 0 40px
    }

    .ab-mb {
        margin-bottom: 40px !important
    }

    .car-model-2 .modal-left, .modal-right {
        flex: inherit
    }

    .car-model-2 .modal-body {
        background: #fff;
        padding: 0 15px
    }

    .modal-header .close {
        margin: 0 0 auto 10px
    }

    .banner .w-100 {
        width: auto !important
    }

    .sb-5 {
        display: none
    }

    .sb-6 {
        display: flex
    }

    .search-box-3 .form-group {
        margin-bottom: 15px
    }

    .search-box-3 .range-slider {
        margin-top: 5px;
        margin-bottom: 15px
    }

    .search-box-3 {
        padding: 30px 0 15px
    }

    .search-compare h3 {
        font-size: 21px
    }

    .main-header .dropdown-menu {
        border-top: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1
    }

    .banner-slider-inner .show-more-options {
        display: none
    }

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

    .main-title {
        margin-bottom: 40px
    }

    .main-header .company-logo {
        padding: 15px 0
    }

    .search-options-btn, .search-options-btn:hover {
        padding: 7px 10px 8px;
        border-radius: 3px
    }

    .search-options-btn, .search-options-btn i {
        margin-left: 0
    }

    .about-slider-box {
        margin-bottom: 20px
    }

    .main-title h1 {
        font-size: 35px;
        margin-bottom: 10px
    }

    .search-compare h4 {
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center
    }

    .search-compare .form-group {
        margin-bottom: 20px
    }

    .banner .banner-slider-inner h2 {
        font-size: 42px
    }

    .banner .banner-slider-inner {
        top: 0
    }

    .contact-2 .opening-hours {
        padding: 30px;
        margin: 50px 0 0
    }

    .contact-2 .main-title {
        margin-bottom: 40px
    }

    .main-header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 15px;
        background: #f9f9f9
    }

    .main-header .dropdown-menu a {
        padding: 10px 30px
    }

    .navbar-light .navbar-toggler {
        border: none;
        font-size: 18px;
        font-weight: 400
    }

    .navbar-light .navbar-toggler span {
        color: #fff
    }

    .navbar-toggler {
        padding: 0;
        width: 32px;
        height: 32px;
        outline: 0;
        border-radius: 0
    }

    .about-text {
        padding: 0
    }

    .b p {
        margin-bottom: 0
    }

    .main-title p {
        line-height: 26px;
        font-size: 17px
    }

    .about-text h3 {
        font-size: 24px
    }

    .sub-banner {
        height: 330px
    }

    .sticky-header {
        position: fixed;
        background: 0 0;
        top: 0;
        z-index: 1000;
        width: 100%;
        border-bottom: 1px solid rgba(220, 220, 220, .2)
    }
}

@media (max-width: 768px) {
    .sub-banner {
        height: 300px
    }

    .banner .btn-6 {
        padding: 11.5px 25px 10.5px;
        font-size: 13px
    }

    .main-header .company-logo img {
        height: 40px
    }

    .banner .carousel-content.bi-2 {
        padding-top: 75px
    }

    .sub-banner .breadcrumb-area {
        top: 45%
    }

    .sub-banner .breadcrumb-area h1 {
        font-size: 27px
    }

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

    .content-area-18 {
        padding: 60px 0
    }

    .main-title h1 {
        font-size: 30px
    }

    .heading-car-3 h3 {
        font-size: 22px
    }

    .advantages-5 {
        padding: 60px 0 20px
    }

    .alert {
        text-transform: uppercase;
        font-size: 12px;
        border-radius: 0;
        padding: 12.5px 20px
    }

    .banner .banner-slider-inner p {
        font-size: 17px;
        margin-bottom: 20px
    }

    .sorting-options2 .search-fields {
        min-height: 36px;
        padding: 0
    }

    .sorting-options2 .bootstrap-select {
        width: 150px !important
    }

    footer {
        padding-top: 60px
    }

    .car-box-2 .price-box {
        right: 30px
    }

    .search-options-btn, .search-options-btn:hover {
        padding: 5px 8px 6px;
        border-radius: 3px;
        font-size: 13px
    }

    .main-title {
        margin-bottom: 30px
    }

    .main-header {
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12)
    }

    .car-box-2 .footer {
        padding: 15px 35px
    }

    .footer .footer-item {
        margin-bottom: 40px
    }

    .sub-footer .copy {
        text-align: center;
        margin-bottom: 10px
    }

    .contact-2 .contact-info .mrg-btn-50 {
        margin-bottom: 40px
    }

    .sub-footer {
        text-align: center
    }

    .banner .banner-slider-inner h2 {
        font-size: 34px;
        margin-bottom: 20px
    }

    .banner .btn-md {
        padding: 9px 15px;
        font-size: 12px
    }

    .countdown .top {
        font-size: 30px
    }

    .setting-button {
        font-size: 18px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        left: -40px
    }

    .breadcrumbs {
        font-size: 12px
    }

    .search-area-inner {
        margin: 0 -15px
    }

    .search-box-3 .search-area-inner {
        margin: 0
    }

    .content-area {
        padding: 60px 0 30px
    }

    .content-area-5 {
        padding: 60px 0
    }

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

    .about-text {
        padding: 0
    }
}

@media (max-width: 580px) {
    .car-model-2 .float-left {
        width: 100%
    }

    .search-options-btn, .search-options-btn:hover {
        left: 30px;
        bottom: 0
    }

    .setting-button {
        display: none
    }
}

@media (min-width: 180px) {
    .header-shrink {
        background: #fff !important;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        transition: .5s;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        top: 0 !important
    }
}
