@charset "utf-8";

/*
Theme Name: Carvelley - Car Listing HTML5 Template 
Author: Slidesigma
Author URL: https://themeforest.net/user/slidesigma
Version:1.0 
================================================================================================

%%%%%%% Table of CSS %%%%%%%
1. General code
    1.1. Typography
    1.2. Button
    1.3. Form
    1.4. Modal or Popups
    1.5. Space margins and padding
    1.6. Section-Colors-&-Backgrounds
2. Header
    2.1. Desktop Nav Menu
    2.2. Mobile Nav Menu
3. Homepages
    3.1. Homepage 1
    3.2. Homepage 2
    3.3. Homepage 3
    3.4. Homepage 4
    3.5. Homepage 5
    3.6. Homepage 6
4. In Media
5. Add Listing
6. Listing pages
7. Pricing
8. Blog
9. Blog Details
10. Invoice
11. Login & Register
12. User Page
13. About
14. 404
15. Coming soon
16. Car Details
17. Car Page
18. Contact Us
19. Footer
*/

/*===============================
Carvelley
=================================*/

/*==================
1. General
====================*/

html {
    overflow-x: hidden;
}
*:focus {
    outline: none;
}
body {
    font-family: 'Rubik', sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    line-height: 1.8;
    font-weight: 400;
    color: #000;
    background: #fff;
    transition: transform ease-in .4s;
    overflow: hidden;
}
figure {
    margin: 0;
}
.roboto {
    font-family: 'Anton', sans-serif;
}
.rubik {
    font-family: 'Rubik', sans-serif;
}
.show-new {
    display: block;
}
button {
    background: transparent;
    border: none;
}
label {
    line-height: normal;
}
.align-item-center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
.p-relative {
    position: relative;
}
.after-none:after,
.none {
    display: none;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.overlay-bg {
    background: #000;
    opacity: 0.5;
}
.overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.transform-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0%, -50%);
    z-index: 1;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before {
    font-size: inherit;
    margin: 0;
}
cite {
    font-style: normal;
}
@keyframes scale {
    50% {
        transform: scale(1.2);
    }
}
@keyframes ripple {
    0% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}
/*Heading*/

.section-header {
    max-width: 550px;
    margin: 0 auto;
/*    padding-bottom: 50px;
*/}
.section-header span {
    display: inline-block;
    margin: 15px 0 10px;
}
.section-header span.line-grey {
    background: #eee;
    width: 50px;
    height: 2px;
}
.section-header span.line-orange {
    background: #b61628;
    width: 50px;
    height: 2px;
}
.section-header .head-btns {
    float: right;
    position: relative;
    top: 15px;
}
.section-header .head-btns .main-btn {
    border: 1px solid #eee;
    border-bottom: none;
    padding: 15px 35px;
    color: #191919;
    border-radius: 5px 5px 0px 0px;
}
span.tag {
    background: #b61628;
    border-color: #b61628;
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid;
    padding: 3px 15px;
    line-height: 1.8;
    border-radius: 0rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer;
}
.flaticon-vintage-car:before{
    display: none;
}
.flaticon-vintage-car{
    background-image: url(../images/icon-vintage-car.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 20px;
    background-size: 100%;
    display: inline-block;
}

.flaticon-racing:before{
    display: none;
}
.flaticon-racing{
    background-image: url(../images/big-racing-bike.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100%;
    display: inline-block;
}

.flaticon-piston:before{
    display: none;
}
.flaticon-piston{
    background-image: url(../images/home/parts.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    background-size: 100%;
    display: inline-block;
}

.flaticon-info:before{
    display: none;
}
.flaticon-info{
    background-image: url(../images/info.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(329deg) brightness(108%) contrast(101%);
}
.info-hover{
    display: none;
}
a.hover-a:hover .info-hover{
    display: block;
    background-color: #fff;
    position: absolute;
    top: -10px;
    right: 0;
    color: #000;
    width: 230px;
    padding-right: 10px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.51); 
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.51);
}
.info-hover img{
    width: 24px;
    height: 16px;
}
.info-hover2{
    display: none;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}
h2.hover-h2 i.flaticon-info{
   filter: brightness(0) saturate(100%) invert(17%) sepia(13%) saturate(2179%) hue-rotate(166deg) brightness(101%) contrast(84%); 
}
h2.hover-h2:hover .info-hover2{
    display: block;
    background-color: #fff;
    position: absolute;
    top: 45px;
    right: 0;
    color: #000;
    width: 220px;
    font-size: 14px;
}
.info-hover2 img{
    width: 24px;
    height: 16px;
}
.logo a img{
    width: 85%;
}
.card2 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
}
.card2 li a{
    color: #fff;
}
.card2 li a:hover{
    color: #b61628;
}
.card-header2{
    margin-bottom: 0;
    background-color: transparent;
}
.card-header2 h5{
    font-size: 13px;
}
.card-header2 button{
    color: #fff;
}
.card-header2 button:hover{
    color: #b61628;
}
#footer-style-1 .card-header2 h5:after{
    display: none;
}
.card-body2{
    flex: 1 1 auto;
    padding-left: 4%;
}
/*pagination*/

nav.custom-pagination {
    display: flex;
    justify-content: center;
}
nav.custom-pagination .pagination {
    text-align: center;
    padding: 30px 0;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}
nav.custom-pagination .pagination li.page-item {
    display: inline-block;
    margin: 0 5px;
}
nav.custom-pagination .pagination li.page-item a {
    border: 0;
    padding: 0;
    display: block;
    position: relative;
    width: auto;
    height: 42px;
    width: 42px;
    line-height: 42px;
    color: #8f8f8f;
    font-weight: 500;
}
nav.custom-pagination .pagination > li.active > a,
nav.custom-pagination .pagination > li > a:hover {
    background-color: #b61628;
    color: #fff;
}
nav.custom-pagination .pagination li.page-item:first-child a,
nav.custom-pagination .pagination li.page-item:last-child a {
    width: auto;
    padding: 0 22px;
}
.map-container #map-main {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    overflow: hidden;
}
/*custom tooltip*/

.custom-tooltip:after,
.custom-tooltip:before {
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    line-height: 20px;
    border-radius: 3px;
    padding: 0 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    font-family: 'Rubik', sans-serif;
    top: -30px;
}
.custom-tooltip:after {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -22px;
    z-index: -1;
}
.custom-tooltip:hover:before,
.custom-tooltip:hover:after {
    opacity: 1;
}
/*==================
1.1. Typography
====================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 auto 20px;
    font-family: 'Anton', sans-serif;
    font-weight: 500;
}
h1 {
    font-size: 60px;
    line-height: normal;
}
h2 {
    font-size: 50px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 26px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
    font-family: 'Rubik', sans-serif;
}
a {
    color: #b61628;
    text-decoration: none;
    transition: 0.5s;
}
a:focus,
a:hover {
    color: #b61628;
    text-decoration: none;
    transition: 0.5s;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
ul li,
ol li {
    margin: 0px;
    padding: 0px;
    position: relative;
    list-style: none;
}
blockquote {
    max-width: 840px;
    padding: 40px 0 25px 150px;
    margin: 0 auto;
    background: url(../images/quote-shape.png) no-repeat;
    background-size: 125px 110px;
    position: relative;
    font-size: 20px;
    vertical-align: middle;
    text-align: left;
    quotes: none;
    background-position: left center;
}
blockquote p {
    font-size: 14px;
    line-height: 1.8;
    font-style: normal;
    margin: 0;
    word-break: break-word;
}
blockquote h6 {
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
}
blockquote cite.name{
    font-size: 18px;
    font-weight: 500
}
blockquote cite.position{
    font-size: 14px;
    font-weight: 400;
    position: relative;
    margin-left: 29px;
}
blockquote cite.position:before{
    content: "-";
    position: absolute;
    font-weight: 500;
    left: -20px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    color: #191919;
}
img {
    max-width: 100%;
    width: auto;
    height: auto;
}
table th,
table td {
    border: 1px solid #ccc;
    padding: 15px;
}
table {
    border: 1px solid #ccc;
    padding: 15px;
}
.fs-14 {
    font-size: 14px;
}
.fs-16 {
    font-size: 16px;
}
.fw-100 {
    font-weight: 100;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-900 {
    font-weight: 900;
}
/*==================
1.2. Button
====================*/

button {
    border: none;
}
button:focus {
    outline: none;
}
.btn-first {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.8;
    border-radius: 0rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-second {
    height: 48px;
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid;
    padding: 10px 25px;
    font-size: 14px;
    line-height: 1.8;
    border-radius: 0rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-second2 {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid;
    padding: 10px 30px;
    font-size: 14px;
    line-height: 1.8;
    border-radius: 0rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-second3 {
    height: 61px;
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid;
    padding: 10px 30px;
    font-size: 14px;
    line-height: 1.8;
    border-radius: 0rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-third {
    display: inline-block;
    font-weight: 400;
    color: #191919;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid;
    padding: 10px 25px;
    font-size: 14px;
    line-height: 1.8;
    border-radius: 0rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-fourth {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid;
    padding: 10px 25px;
    font-size: 14px;
    line-height: 1.8;
    border-radius: 0rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.black-btn {
    background: #191919;
    border-color: #191919;
}
.black-btn:hover,
.black-btn:focus {
    background: #b61628;
    border-color: #b61628;
    color: #fff;
}
.orange-btn {
    background: #b61628;
    border-color: #b61628;
}
.orange-btn:hover,
.orange-btn:focus {
    background: #253d52;
    border-color: #253d52;
    color: #fff;
}
.transparent-btn {
    background: transparent;
    border-color: #191919;
}
.transparent-btn:hover,
.transparent-btn:focus {
    background: #b61628;
    border-color: #b61628;
    color: #fff;
}
.border-btn {
    background: transparent;
    border-color: #fff;
}
.border-btn:hover,
.border-btn:focus {
    background: #191919;
    border-color: #191919;
    color: #fff;
}
/*==================
1.3. Form
====================*/

.form-control:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
#login .modal-body .form-group,
#register .modal-body .form-group {
    margin-bottom: 20px;
}
#login .modal-body .form-group input.form-control,
#register .modal-body .form-group input.form-control,
.form-control-custom {
    height: 50px;
    padding: 0.375rem 1.2rem;
    border-radius: 0;
    border: 1px solid #ddd;
    width: 100%;
}
#login .modal-body .form-group input.form-control:focus,
#register .modal-body .form-group input.form-control:focus,
.form-control-custom:focus {
    border: 1px solid #b61628;
}
textarea.form-control-custom {
    padding: 10px 1.2rem;
}
/*check box*/

/* Hide the browser's default checkbox */

label.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
label.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    cursor: pointer;
    user-select: none;
    line-height: normal;
}
label.custom-checkbox:last-child {
    margin-bottom: 10px;
}
/* Create a custom checkbox */

label.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
}
/* On mouse-over, add a grey background color */

label.custom-checkbox:hover input ~ .checkmark {
    background-color: #fff;
    border: 1px solid #b61628;
}
/* When the checkbox is checked, add a blue background */

label.custom-checkbox input:checked ~ .checkmark {
    background-color: #fff;
    border: 1px solid #b61628;
}
/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */

label.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */

label.custom-checkbox .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid #b61628;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.select-design-2 {
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
    outline: none;
    border: 0px solid;
    border-radius: 0px;
    background: none;
    color: #727272;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    height: 52px;
    font-size: 13px;
    width: 100%;
}
.select-design-2 .current {
    line-height: 60px;
}
.custom-select:focus {
    border: none;
    border-bottom: 1px solid #eee;
    box-shadow: none;
}
/*==================
1.4. Modal or Popups
====================*/
.sell-modal{
    display: none;
    position: fixed;
    flex-wrap: wrap;
    z-index: 99;
    width: 100%;
    justify-content: center;
    bottom: 10%;
}
.sell{
    display: flex;
    flex-wrap: wrap;
    place-content: center;
}
.sell-content{
    display: flex;
    flex-wrap: nowrap;
    width: 25%;
    background-color: #fff;
    position: relative;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.6); 
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.6);
}
.sell-content h2{
    display: flex;
    flex-wrap: nowrap;
    font-size: 35px;
    font-weight: 700;
    color: #b61628;
    width: 100%;
    align-items: center;
    place-content: center;
}
.fc-texts{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 500px;
    align-content: baseline;
    padding: 75px 20px;
}
.sell-input{
    display: flex;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
}
.fc-texts button{
    color: #fff;
    background-color: #253d52;
    border: 1px solid #253d52;
    border-radius: 30PX;
    padding: 10px 40px;
    margin-top: 4%;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    place-content: center;
    width: 50%;
    margin: 0 auto;
}
.fc-texts button:hover{
    background-color: #fff;
    color: #253d52; 
}
.sell-space{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5%;
}
.sell-space input{
    width: 100%;
    height: 50px;
    border: 1px solid #D4D4D4;
    padding-left: 20px;
}
.sell-space input::placeholder{
    color: #707070;
    font-weight: 400;
}
.text-space{
    width: 100%;
}
textarea{
    border: 1px solid #D4D4D4;
    width: 90%;
    height: 150px;
    padding-top: 10px;
    padding-left: 20px;
    color: #707070;
}
.close {
    color: #000000;
    float: right;
    font-size: 35px;
    position: absolute;
    right: 8px;
    top: 0px;
}
.close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
}


#login .modal-header,
#login .modal-body,
#register .modal-header,
#register .modal-body
#sell .modal-header,
#sell .modal-body {
    padding: 32px;
}
#login .modal-dialog,
#register .modal-dialog,
#sell .modal-dialog {
    max-width: 420px;
    margin: 1.75rem auto;
}
#videomodal.modal,
#login.modal,
#register.modal,
#sell.modal {
    height: auto;
    top: 50%;
    left: 0%;
    right: 0;
    transform: translate(0%, -50%);
}
#login .modal-body .form-group button,
#register .modal-body .form-group button,
#sell .modal-body .form-group button {
    height: 50px;
}
#login .modal-body .form-excerpts ul,
#register .modal-body .form-excerpts ul,
#sell .modal-body .form-excerpts ul {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
#login .modal-body .social-login,
#register .modal-body .social-login,
#sell .modal-body .social-login {
    margin-top: 15px;
    text-align: center;
}
#login .modal-body .social-login span,
#register .modal-body .social-login span,
#sell .modal-body .social-login span {
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
}
#login .modal-body .social-login .social-btn,
#register .modal-body .social-login .social-btn,
#sell .modal-body .social-login .social-btn {
    display: flex;
    justify-content: center;
}
#login .modal-body .social-login .social-btn a,
#register .modal-body .social-login .social-btn a,
#sell .modal-body .social-login .social-btn a {
    border: 1px solid transparent;
    padding: 0 1.33rem;
    font-size: 0.933rem;
    line-height: 2.875rem;
    text-align: center;
    vertical-align: middle;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0 10px;
}
#login .modal-body .social-login .social-btn a.facebook,
#register .modal-body .social-login .social-btn a.facebook,
#sell .modal-body .social-login .social-btn a.facebook {
    border: 1px solid #3b579d;
    color: #3b579d;
}
#login .modal-body .social-login .social-btn a.google,
#register .modal-body .social-login .social-btn a.google,
#sell .modal-body .social-login .social-btn a.google {
    border: 1px solid #db4e3d;
    color: #db4e3d;
}
#login .modal-body .social-login .social-btn a.facebook:hover,
#register .modal-body .social-login .social-btn a.facebook:hover,
#sell .modal-body .social-login .social-btn a.facebook:hover {
    background-color: #3b579d;
    border-color: #3b579d;
    color: #fff;
}
#login .modal-body .social-login .social-btn a.google:hover,
#register .modal-body .social-login .social-btn a.google:hover,
#sell .modal-body .social-login .social-btn a.google:hover {
    background-color: #db4e3d;
    border-color: #db4e3d;
    color: #fff;
}
/*map*/

.cluster div {
    background: #b61628;
    border-radius: 100%;
    height: 50px;
    line-height: 38px;
    box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.1);
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.map-popup-wrap {
    display: block;
    width: 300px !important;
    position: relative;
}
.map-popup-wrap:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    margin-top: -1px;
    z-index: 20;
}
.map-popup-wrap:before {
    border-color: transparent;
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}
.map-popup {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15);
}
.map-popup-category,
.infoBox-close {
    background: #b61628;
}
.infoBox-close {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 20px;
    right: 20px;
    color: #fff;
    border-radius: 100%;
    z-index: 20;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.map-popup-category {
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 500;
    color: #fff;
    z-index: 20;
    padding: 10px 12px;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
}
.listing-img-content {
    overflow: hidden;
}
.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}
.listing-img-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #292929;
    opacity: 0.3;
}
.map-popup img {
    width: 100%;
    height: auto;
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}
.listing-content {
    background: #fff;
    padding: 25px 20px;
    z-index: 20;
}
.listing-title h4 {
    font-size: 18px;
}
.listing-title h4 span {
    position: relative;
}
.map-popup .car-grid-layout-location,
.map-popup .car-grid-layout-details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    margin-top: 10px;
}
.map-popup .car-grid-layout-location {
    font-size: 14px;
}
.map-popup .car-grid-layout-location span,
.map-popup .car-grid-layout-details span {
    color: #a5a5a5;
}
.map-popup .car-grid-layout-location span i,
.map-popup .car-grid-layout-details span i {
    font-size: 20px;
    color: #b61628;
}
.infoBox-close>.fa-times {
    font-size: 18px;
    font-style: normal;
}
.infoBox-close>.fa-times:before {
    content: 'x';
}
/*video model*/

#videomodal .modal-header,
#videomodal .modal-content {
    background: transparent;
    border: none;
    padding: 0 16px;
}
#videomodal .modal-header .close {
    color: #fff;
    opacity: 1;
    font-weight: 400;
}
#videomodal iframe {
    height: 450px;
    width: 100%;
    border: none;
}
/*==================
1.5. Space margins and padding
====================*/

.no-use-row {
    margin: 0 -30px;
}
.no-margin {
    margin: 0;
}
.no-padding {
    padding: 0;
}
.full-width {
    width: 100%;
}
.section-padding {
    padding: 80px 0;
}
.section-padding2 {
    padding: 10px 0;
}
.section-padding-b0 {
    padding: 50px 0 0 0;
}
.padding-10 {
    padding: 10px;
}
.padding-15 {
    padding: 15px;
}
.padding-20 {
    padding: 20px;
}
.space-10 {
    width: 100%;
    height: 10px;
    clear: both;
}
.space-20 {
    width: 100%;
    height: 20px;
    clear: both;
}
.space-30 {
    width: 100%;
    height: 30px;
    clear: both;
}
.space-40 {
    width: 100%;
    height: 40px;
    clear: both;
}
.space-60 {
    width: 100%;
    height: 60px;
    clear: both;
}
.space-80 {
    height: 80px;
    width: 100%;
    clear: both;
}
.custom-container {
    padding-left: 10%;
    padding-right: 10%;
}
/*==================
1.6. Section-Colors-&-Backgrounds
====================*/

.bg-white {
    transition: 0.5s;
}
.bg-light-dark {
    background-color: #f4f4f4;
}
.bg-orange {
    background-color: #b61628;
}
.bg-light-black {
    background-color: #191919;
}
.bg-light-theme {
    background-color: #fafafa;
}
.bg-custom-black {
    background-color: #253d52;
}
.bg-custom-blue {
    background-color: #253d52;
}
.bg-custom-gray {
    background-color: #ababab;
}
/*Colors*/

.text-light-black {
    color: #191919;
}
.text-orange {
    color: #b61628;
}
.text-custom-white {
    color: #ffffff;
}
.text-dark-white {
    color: #a5a5a5;
}
.text-dark-grey {
    color: #6c6d72;
}
.text-yellow {
    color: #fcb71b;
}
.text-blue{
    color: #253d52;
}

.top-contact li a i.fa-facebook{
    color: #6c6d72;
}
.footer-box ul li a i.fa-facebook{
    color: #ffffff;
}
.footer-box ul li a i.fa-facebook:hover{
    color: #b61628;
}
/*==================
2. Header
====================*/

/*==================
2.1 Desktop nav Menu
====================*/

/*Top Bar*/

.top-bar {
    border-bottom: 1px solid #eee;
}
.top-bar .top-contact ul {
    display: flex;
}
.top-bar .top-contact ul li {
    border-left: 1px solid #eee;
}
.top-bar .top-contact ul li a {
    padding: 15px 20px;
    display: block;
}
.top-bar .top-contact ul li a img {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}
.top-bar .top-contact ul li a i {
    margin-right: 5px;
    font-size: 12px;
}
.top-bar .top-contact ul li ul.dropdown-menu {
    position: absolute;
    top: 99%;
    padding: 0;
    width: 100%;
    left: auto;
    right: 0;
    border: none;
    border-radius: 0;
    display: none;
}
.top-bar .top-contact ul li ul.dropdown-menu li {
    border: 1px solid #eee;
    border-top: none;
    width: 100%;
    color: #6c6d72;
    font-size: 14px;
}
.top-bar .top-contact ul li ul.dropdown-menu li a {
    padding: 10px;
}
.top-bar .top-contact ul li:hover ul.dropdown-menu {
    display: block;
}
.top-bar .top-contact ul li ul.dropdown-menu li a:hover li {
    border-bottom: 1px solid #b61628;
}
.top-bar .top-contact ul li ul.dropdown-menu li a:hover {
    background-color: #b61628;
    color: #fff;
}
/*banner-adv*/

#banner-adv {
    position: relative;
    height: 70px;
}
#banner-adv img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#banner-adv .text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .3em;
    color: #fff;
}
#banner-adv .close-banner {
    cursor: pointer;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: block;
    z-index: 9;
    color: #fff
}
#banner-adv .close-banner:before,
#banner-adv .close-banner:after {
    border-bottom: 2px solid;
    content: "";
    position: absolute;
    left: 12px;
    top: 19px;
    width: 15px
}
#banner-adv .close-banner:before {
    transform: rotate(-45deg)
}
#banner-adv .close-banner:after {
    transform: rotate(45deg)
}
/*Header Section*/

#menu-style-1 {
    padding-bottom: 30px;
}
#menu-style-1 .row{
    margin-top: 3%;
}
#menu-style-1 .searchbox .input-group {
    position: absolute;
    top: 25%;
    bottom: 0;
    height: 100%;
    padding-bottom: 0px;
    height: 61px;
}
#menu-style-1 .searchbox .input-group input {
    border: 1px solid #eee;
    border-radius: 50px 0 0 50px;
    padding: 0 0 0 25px;
    font-size: 12px;
    background-color: #eee;
}
#menu-style-1 .input-group-prepend{
    height: 55px;
}
#menu-style-1 .searchbox .input-group .input-group-prepend button {
    border-radius: 0px 50px 50px 0px;
    padding: 10px 45px;
}
#menu-style-1 .searchbox .input-group .input-group-prepend.catergory-selct {
    width: 30%;
    position: relative;
}
#menu-style-1 .searchbox .input-group .input-group-prepend ul {
    padding: 0px;
    background: transparent;
    border-left: 0;
    position: absolute;
    left: 0;
    right: 0;
    height: 55px;
}
#menu-style-1 .searchbox .input-group .input-group-prepend ul li {
    padding: 17.5px 5px;
    z-index: 2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #eee;
    border-left: 0;
    background-color: #eee;
}
#menu-style-1 .searchbox .input-group .input-group-prepend ul li:not(.init) {
    border-top: 0px solid #eee;
    border-left: 0px solid #eee;
    border-right: 0px solid #eee;
    padding: 6px 10px;
    float: left;
    width: 250px;
    background: #fff;
    border-bottom: 1px solid #eee;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}
#menu-style-1 .searchbox .input-group .input-group-prepend ul li:not(.init) i.flaticon-vintage-car{
    position: relative;
    top: 10px;
}
#menu-style-1 .searchbox .input-group .input-group-prepend ul li:not(.init) i.flaticon-racing{
    position: relative;
    top: 10px;
}
#menu-style-1 .searchbox .input-group .input-group-prepend ul li:not(.init) i.flaticon-piston{
    position: relative;
    top: 10px;
}
#menu-style-1 .searchbox .input-group .input-group-prepend ul li:not(.init) i {
    font-size: 30px;
    position: relative;
    top: 8px;
    margin-right: 5px;
    text-align: center;
    line-height: normal;
}
#menu-style-1 .searchbox .input-group .input-group-prepend ul li:not(.init):hover i.flaticon-vintage-car{
    filter: invert(1);
}
#menu-style-1 .searchbox .input-group .input-group-prepend ul li:not(.init):hover i.flaticon-racing{
    filter: invert(1);
}
#menu-style-1 .searchbox .input-group .input-group-prepend ul li:not(.init):hover i.flaticon-piston{
    filter: invert(1);
}
#menu-style-1 .searchbox .input-group .input-group-prepend ul li:not(.init):hover,
#menu-style-1 .searchbox .input-group .input-group-prepend ul li.selected:not(.init) {
    background: #b61628;
    color: #fff;
    cursor: pointer;
}
#menu-style-1 .searchbox .input-group .input-group-prepend ul li.init {
    cursor: pointer;
}
#menu-style-1 .searchbox .input-group .input-group-prepend ul li:not(.init).animatedcat {
    opacity: 1;
    visibility: visible;
    transition: 1s;
}
#menu-style-1 .cart-sec ul {
    padding: 12px 0;
}
#menu-style-1 .cart-sec ul li {
    display: inline-block;
    margin-left: 20px;
}
#menu-style-1 .cart-sec ul li a {
    font-size: 15px;
    font-weight: 600;
}
#menu-style-1 .cart-sec ul li a:hover i {
    color: #b61628;
    transition: 0.5s;
}
#menu-style-1 .cart-sec ul li a i {
    font-size: 20px;
    font-weight: 900;
    margin-right: 10px;
}
#menu-style-1 .cart-sec ul li span.pro-value {
    position: absolute;
    font-size: 9px;
    color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    left: 15px;
    line-height: normal;
    text-align: center;
    line-height: 1.8;
}
.cart-sec ul li button {
    background: transparent;
    border: none;
    font-size: 22px;
    cursor: pointer;
    position: relative;
    top: 0px;
    padding: 0;
}
.top-contact ul li button {
    background: #b61628;
    border: none;
    font-size: 22px;
    cursor: pointer;
    position: relative;
    top: 0px;
    padding: 5px 20px 11px;
    color: #fff;
}
.top-contact ul li button i {
    position: relative;
    top: 5px;
}
#menu-style-2 .category-sec-head {
    width: 85%;
}
#menu-style-2 .shipping-content {
    padding: 18px 0;
    text-align: right;
}
#menu-style-2 .shipping-content a:focus{
    color: #191919;
}
#menu-style-2 .category-sec-head div.category-button {
    padding: 19px;
}
#menu-style-2 .category-sec-head span.black-sepreta {
    display: block;
    width: 100%;
    background: #253d52;
    height: 5px;
    position: absolute;
    top: -5px;
}
#menu-style-2 .category-sec-head span.black-sepreta:after {
    content: '';
    display: block;
    position: absolute;
    left: -5px;
    border: solid;
    border-width: 0px 5px 5px 0;
    border-color: #ffffff #253d52 #ffffff rgb(255, 255, 255);
    transform: rotate(90deg);
}
#menu-style-2 .category-sec-head span.black-sepreta:before {
    content: '';
    display: block;
    position: absolute;
    right: -5px;
    border: solid;
    border-width: 0px 5px 5px 0;
    border-color: #ffffff #253d52 #ffffff rgb(255, 255, 255);
    transform: rotate(-180deg);
}
#menu-style-2 .category-sec-head div.category-button i {
    margin-right: 20px;
}
#menu-style-2 .category-sec-head .categoryheadaccordion {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
#menu-style-2 .category-sec-head:hover .categoryheadaccordion {
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}
#menu-style-2 .category-sec-head .categoryheadaccordion .card {
    border-radius: 0;
    border: none;
}
#menu-style-2 .category-sec-head .categoryheadaccordion .card .card-header {
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #eee;
    border-radius: 0;
}
#menu-style-2 .category-sec-head .categoryheadaccordion .card .card-header h5 {
    border: none;
    margin: 0;
    width: 100%;
    color: #6c6d72;
    font-size: 14px;
}
#menu-style-2 .category-sec-head .categoryheadaccordion .card .card-header h5 button {
    border-radius: 0px;
    padding: 0px;
    border: none;
    width: 100%;
    text-align: left;
    background: transparent;
}
#menu-style-2 .category-sec-head .categoryheadaccordion .card .card-header h5 button i {
    font-size: 30px;
    position: relative;
    top: 8px;
    margin-right: 5px;
    text-align: center;
    line-height: normal;
}
#menu-style-2 .category-sec-head .categoryheadaccordion .card .card-header h5 button.collapsed:after {
    content: "\f108";
    font-family: Flaticon;
    font-size: 10px;
    position: relative;
    top: 15px;
    float: right;
    right: 0px;
}
#menu-style-2 .category-sec-head .categoryheadaccordion .card .card-header h5 button:after {
    content: "\f109";
    font-family: Flaticon;
    font-size: 10px;
    position: relative;
    top: 15px;
    float: right;
    right: 0px;
}
#menu-style-2 .category-sec-head .categoryheadaccordion .card .card-header:hover {
    background-color: #b61628;
}
#menu-style-2 .category-sec-head .categoryheadaccordion .card .card-header:hover button {
    background: transparent;
    color: #fff;
}
#menu-style-2 .category-sec-head .categoryheadaccordion .card .card-header:hover button i.flaticon-vintage-car{
    filter: invert(1);
}
#menu-style-2 .category-sec-head .categoryheadaccordion .card .card-body {
    padding: 0px;
}
#menu-style-2 .category-sec-head .categoryheadaccordion .card .card-body ul li {
    padding: 6px 15px 6px 30px;
}
#menu-style-2 .category-sec-head .categoryheadaccordion .card .card-body ul li a {
    font-size: 14px;
    color: #191919;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#menu-style-2 .category-sec-head .categoryheadaccordion .card .card-body ul li a i {
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-right: 5px;
    text-align: center;
}
#menu-style-2 .category-sec-head .categoryheadaccordion .card .card-body ul li:hover {
    background-color: #b61628;
    color: #fff;
}
#menu-style-2 .category-sec-head .categoryheadaccordion .card .card-body ul li:hover a {
    color: #fff;
}
#menu-style-2 nav ul li.menu-item {
    display: inline-block;
    text-transform: uppercase;
}
#menu-style-2 nav ul li.menu-item.active a {
    color: #191919;
}
#menu-style-2 nav ul li.menu-item>a {
    padding: 18px 35px 19px 0;
    display: block;
}
#menu-style-2 nav ul li.menu-item>a:hover,
#menu-style-2 nav ul li.menu-item>a:focus {
    color: #191919;
}
#menu-style-2 nav ul li.dropdownbtn ul.dropdown-menu {
    left: 0%;
    top: 99%;
    padding: 0;
    width: 250px;
    border: none;
    opacity: 0;
    visibility: hidden;
    display: block;
    border-radius: 0;
    background-clip: unset;
    transition: visibility 0.33s,opacity .33s,transform .33s;
    transform: translateY(10px);
    padding: 30px;
}
#menu-style-2 nav ul li.dropdownbtn>ul.dropdown-menu>.dropdownbtn>.dropdown-menu{
    opacity: 0;
    visibility: hidden;
    left: 100%;
}
#menu-style-2 nav ul li.dropdownbtn>ul.dropdown-menu>.dropdownbtn:hover>.dropdown-menu,
#menu-style-2 nav ul li.dropdownbtn:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
#menu-style-2 nav ul li.dropdownbtn>ul.dropdown-menu>.dropdownbtn:hover>.dropdown-menu{
    top: 0px;
}
#menu-style-2 nav ul li.menu-item ul.dropdown-menu li {
    border: none;
    border-bottom: 1px solid #eee;
    width: 100%;
    color: #191919;
    font-size: 14px;
    padding: 5px 10px;
}
#menu-style-2 nav ul li.menu-item ul.dropdown-menu li a {
    padding: 0px;
    text-transform: capitalize;
    display: block;
    transition: 0.5s;
}
#menu-style-2 nav ul li.menu-item ul.dropdown-menu li.active,
#menu-style-2 nav ul li.menu-item ul.dropdown-menu li:hover {
    background: #fff;
    border-color: #b61628;
}
#menu-style-2 nav ul li.menu-item ul.dropdown-menu li.active>a,
#menu-style-2 nav ul li.menu-item ul.dropdown-menu li:hover>a {
    color: #b61628;
}
#menu-style-2 nav ul li.menu-item ul.dropdown-menu li:hover>a{
    padding-left: 10px;
    transition: 0.5s;
}
#menu-style-2 .navigation button {
    background: transparent;
    color: #fff;
    float: right;
    padding: 10px 0px;
    font-size: 22px;
}
#menu-style-2 .shipping-content p a:hover {
    color: #191919;
}

/*menu style 3*/

#menu-style-3 {
    position: fixed;
    width: 100%;
    z-index: 9999;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 70px;
    transition: 0.5s ease-out;
}
#menu-style-3.fixed {
    background: #000;
    z-index: 9999;
    transition: 0.5s ease-in;
    top: 0;
}
#menu-style-3 .dekstop-nav > .row > div {
    align-self: center;
}
#menu-style-3 .navigation ul li {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
#menu-style-3 .navigation ul li.menu-item {
    padding: 0 25px;
}
#menu-style-3 .navigation ul li.menu-item.parent-megamenu{
    position: static;
}
#menu-style-3 .navigation ul li.menu-item.parent-megamenu .megamenu .menu-style>ul>li{
    display: block;
}
#menu-style-3 .navigation ul li.menu-item.active a {
    color: #b61628;
}
#menu-style-3 .navigation ul li.menu-item a {
    font-size: 16px;
}
#menu-style-3 .navigation ul li.menu-item a:hover {
    color: #b61628;
}
#menu-style-3 .side-nav ul li.dropdownbtn ul.dropdown-menu,
#menu-style-3 .navigation ul li.dropdownbtn ul.dropdown-menu {
    top: 100%;
    padding: 0;
    width: 250px;
    border: none;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    display: block;
    border-radius: 0;
    transition: visibility 0.33s,opacity .33s,transform .33s;
    transform: translateY(10px);
    padding: 30px;
}
#menu-style-3 .navigation ul li.dropdownbtn>ul.dropdown-menu>.dropdownbtn>ul.dropdown-menu{
    left: 100%;
}
#menu-style-3 .side-nav ul li.dropdownbtn ul.dropdown-menu li,
#menu-style-3 .navigation ul li.dropdownbtn ul.dropdown-menu li {
    border: none;
    width: 100%;
    color: #191919;
    font-size: 14px;
        padding: 5px 10px;
}
#menu-style-3 .side-nav ul li.dropdownbtn ul.dropdown-menu li a,
#menu-style-3 .navigation ul li.dropdownbtn ul.dropdown-menu li a {
    text-transform: capitalize;
    display: block;
    font-size: 14px;
    color: #191919;
    border-bottom: 1px solid #eee;
    transition: 0.5s;
}
#menu-style-3 .side-nav ul li.dropdownbtn ul.dropdown-menu li.active>a,
#menu-style-3 .navigation ul li.dropdownbtn ul.dropdown-menu li.active>a,
#menu-style-3 .side-nav ul li.dropdownbtn ul.dropdown-menu li>a:hover,
#menu-style-3 .navigation ul li.dropdownbtn ul.dropdown-menu li>a:hover {
    background-color: #fff;
    color: #b61628;
    border-color: #b61628;
}
#menu-style-3 .side-nav ul li.dropdownbtn ul.dropdown-menu li>a:hover,
#menu-style-3 .navigation ul li.dropdownbtn ul.dropdown-menu li>a:hover{
    padding-left: 10px;
    transition: 0.5s;
}
#menu-style-3 .side-nav ul li.dropdownbtn:hover>ul.dropdown-menu,
#menu-style-3 .navigation ul li.dropdownbtn:hover>ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
#menu-style-3 .navigation ul li.dropdownbtn>ul.dropdown-menu>.dropdownbtn:hover>ul.dropdown-menu{
    top: 0;
}
#menu-style-3 .navigation .logo {
    justify-content: center;
}
#menu-style-3 .side-nav {
    float: right;
}
#menu-style-3 .side-nav ul li {
    display: inline-block;
}
#menu-style-3 .side-nav ul li a {
    font-size: 16px;
    padding: 0 25px;
}
#menu-style-3 .side-nav ul li a i {
    margin-right: 10px;
    font-size: 14px;
}
#menu-style-3 .side-nav ul li.add-car-btn {
    border: 2px solid #fff;
    border-radius: 0px;
    padding: 5px 35px;
    margin-right: 25px;
}
#menu-style-3 .side-nav ul li.add-car-btn a {
    padding: 0;
}
#menu-style-3 .side-nav ul li.add-car-btn:focus,
#menu-style-3 .side-nav ul li.add-car-btn:hover {
    border-color: #b61628;
    background: #b61628;
    transition: 1s;
}
#menu-style-3 .side-nav ul li.add-car-btn:focus a,
#menu-style-3 .side-nav ul li.add-car-btn:hover a {
    color: #fff;
}
.menu-style-3 .search-box .close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    border: 0;
    font-size: 1rem;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: #b61628;
    padding: 1rem 1.25rem;
    background: #fff;
    border-radius: 0%;
    outline: none;
    opacity: 1;
}
.menu-style-3 .search-box .close:hover {
    background: #191919;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    transition: 0.5s;
}
.menu-style-3 .search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-image: linear-gradient(to right, rgb(25, 25, 25), rgb(255, 133, 0));
    transition: all .3s ease-in-out;
    transform: scale(0);
    z-index: 9999;
}
.menu-style-3 .search-box.search-elem .inner {
    width: 50%;
    margin: 0 auto;
    position: relative;
    top: 40%;
    transform: translateY(-60%);
}
.menu-style-3 .search-box.search-elem .inner label {
    text-align: center;
    width: 100%;
    font-size: 50px;
    padding: 50px 0;
}
.menu-style-3 .search-box.search-elem.search-open {
    transform: scale(1);
}
.menu-style-3 .search-box.search-elem .menu-style-3-search {
    margin: 0 auto;
    border: none;
    border-radius: 0;
    align-self: center;
    height: 50px;
    padding: 0.375rem 50px;
    width: 100%;
}
.menu-style-3 .search-box.search-elem .input-group {
    border: 10px solid rgba(221, 221, 221, 0.5);
    border-radius: 80px;
}
.menu-style-3 .search-box.search-elem .input-group input:focus {
    border: 1px solid #fff;
}
.menu-style-3 .search-box.search-elem .input-group input {
    border-radius: 50px 0 0 50px;
    background: #fff;
}
.menu-style-3 .search-box.search-elem .input-group .input-group-prepend {
    width: 25%;
}
.menu-style-3 .search-box.search-elem .input-group .input-group-append,
.menu-style-3 .search-box.search-elem .input-group .input-group-append button {
    border-radius: 0 50px 50px 0;
}
.menu-style-3 .search-box.search-elem .input-group .input-group-append {
    width: 20%;
}
.menu-style-3 .search-box.search-elem .input-group .input-group-prepend .nice-select .list {
    margin-top: 0;
}
/*megamenu style 1*/

.parent-megamenu {
    position: static;
}
.parent-megamenu .megamenu {
    position: absolute;
    top: 100%;
    z-index: 1;
    width: 100%;
    left: 0%;
    right: 0;
    background: #fff;
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .1);
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.33s,opacity .33s,transform .33s;
    transform: translateY(10px);
}
.parent-megamenu:hover>.megamenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.parent-megamenu .megamenu>div {
    padding: 30px 15px;
    margin-left: 0;
    margin-right: 0;
    background-size: cover;
}
.parent-megamenu .megamenu .menu-style {
    padding-bottom: 40px;
}
.parent-megamenu .megamenu .menu-style .menu-title .cat-name {
    padding-bottom: 16px;
    margin-bottom: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    position: relative;
}
.parent-megamenu .megamenu .menu-style .menu-title .cat-name:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #b61628;
    width: 42px;
}
.parent-megamenu .megamenu .menu-style>ul>li {
    line-height: 36px;
    text-transform: capitalize;
    display: block;
}
.parent-megamenu .megamenu .menu-style>ul>li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    transition: 0.5s;
}
.parent-megamenu .megamenu .menu-style>ul>li a:hover{
    padding-left: 10px;
    transition: 0.5s;
}
.parent-megamenu .megamenu .menu-icon-box .menu-box-inner {
    display: flex;
    align-items: center;
    align-self: center;
}
.parent-megamenu .megamenu .menu-icon-box .menu-box-inner .icon-box {
    padding-right: 45px;
}
/*==================
2.2 Mobile nav Menu
====================*/

#menu-style-3 .mobile-nav {
    display: none;
}
.mobile-nav .logo {
    float: left;
}
.mobile-nav .mobile-search .input-group {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 0;
    width: 56%;
}
.mobile-nav .mobile-search .input-group input {
    border: 1px solid #eee;
    border-radius: 50px 0 0 50px;
    padding: 0 0 0 25px;
    font-size: 14px;
}
.mobile-nav .mobile-search .input-group .input-group-append button {
    border-radius: 0px 50px 50px 0px;
    padding: 0px 15px;
}
.mobile-nav .mobile-cart {
    position: absolute;
    top: 0;
    right: 15px;
}
.mobile-nav .cart-sec ul {
    padding: 5px 0;
}
.mobile-nav .cart-sec ul li {
    display: inline-block;
    margin-left: 20px;
}
.mobile-nav .cart-sec ul li a {
    font-size: 15px;
    font-weight: 600;
}
.mobile-nav .cart-sec ul li a i {
    font-size: 20px;
    font-weight: 900;
    margin-right: 10px;
}
.mobile-nav .cart-sec ul li span.pro-value {
    position: absolute;
    font-size: 10px;
    color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    left: 15px;
    line-height: 1.7;
    text-align: center;
}
.mobile-nav .mobile-search-new .input-group {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 40px;
    right: 15px;
    width: 80%;
    z-index: 20;
}
.mobile-nav .mobile-search-new {
    margin-bottom: 50px!important;
}
.mobile-nav .mobile-search-new .input-group input {
    border: 1px solid #eee;
    border-radius: 50px 0 0 50px;
    padding: 0 0 0 25px;
    font-size: 14px;
}
.mobile-nav .mobile-search-new .input-group .input-group-append button {
    border-radius: 0px 50px 50px 0px;
    padding: 0px 15px;
}
.mobile-nav .mobile-search-new span.close-icon {
    color: #000;
    position: absolute;
    left: 15px;
    font-size: 22px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    top: 50%;
}
.mobile-nav .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: rgba(246, 174, 45, 0.9);
    overflow: hidden;
    transition: 0.5s;
    padding-top: 0px;
}
.mobile-nav .sidenav .side-nav-wrapper>ul {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(0%, -50%);
    right: 15%;
    height: 342px;
    overflow-y: auto;
}
.mobile-nav .sidenav .side-nav-wrapper .mobile-social-icon>ul{
     position: absolute;
         left: 0%;
    right: 0%;
    text-align: center;
    bottom: 50px;
}
.mobile-nav .sidenav > .side-nav-wrapper > ul > li {
    padding: 10px;
    border-bottom: 0px solid #000;
    display: flow-root;
}
.mobile-nav .sidenav > .side-nav-wrapper > ul > li > a > span.arrow:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    top: 8px;
    position: absolute;
    right: 0px;
    transform: rotate(0deg);
    transition: all .4s;
    font-size: 14px;
}
.mobile-nav .sidenav > .side-nav-wrapper > ul > li.custom-dropdown-nav.open a > span.arrow:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    top: 8px;
    position: absolute;
    right: 0px;
    transform: rotate(45deg);
    transition: all .4s;
    font-size: 14px;
}
.mobile-nav .sidenav li.custom-dropdown-nav ul.dropdown-menu {
    position: relative;
    top: 0;
    display: none;
    transform: none;
    background: transparent;
    border: none;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: auto;
}
.mobile-nav .sidenav >.side-nav-wrapper > ul > li > ul.dropdown-menu > li {
    background: transparent;
    padding: 5px 15px;
    border: none;
    position: relative;
    top: 5px;
}
.mobile-nav .sidenav li ul.dropdown-menu li a {
    color: #191919;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-self: center;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.mobile-nav .sidenav li ul.dropdown-menu li a .car-img {
    width: 100px;
    right: 24px;
    position: relative;
}
.mobile-nav .sidenav li ul.dropdown-menu li:hover {
    background-color: transparent;
}
.mobile-nav .sidenav li ul.dropdown-menu li:hover a {
    padding-left: 15px;
    transition: 1s;
}
.mobile-nav .sidenav > .side-nav-wrapper > ul > li a span{
    top: 0%;
}
.mobile-nav .sidenav a i {
    font-size: 20px;
    margin-right: 5px;
}
.mobile-nav .sidenav a {
    padding: 0px 8px 0px 0px;
    text-decoration: none;
    color: #191919;
    display: block;
    transition: 0.3s;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}
.mobile-nav .sidenav li.open a,
.mobile-nav .sidenav li:hover a {
    color: #fff;
}
.mobile-nav .sidenav span {
    position: absolute;
    top: 5%;
    font-size: 36px;
    margin-left: 50px;
}
.mobile-nav .sidenav span.float-left {
    left: 0;
}
.mobile-nav .sidenav span {
    right: 50px;
}
.mobile-nav .sidenav span.arrow {
    right: 15px;
}
.mobile-nav .sidenav .mobile-social-icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0%;
}
.mobile-nav .sidenav .mobile-social-icon ul li {
    display: inline-block;
    border: 1px solid #191919;
    padding: 8px 16px;
    margin-right: 5px;
}
.mobile-nav .sidenav .mobile-social-icon ul li a {
    padding: 0;
}
.mobile-nav .sidenav .mobile-social-icon ul li a i {
    position: relative;
    top: 2px;
    margin: 0;
    vertical-align: middle;
}
.mobile-nav .sidenav ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}
.mobile-nav .sidenav ul::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}
.mobile-nav .sidenav ul::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}
/*mobile menu 2*/

header#menu-style-4 .hamburger-menu,
header#menu-style-4 .desk-menu {
    display: none;
}
header#menu-style-4 .desk-menu .menu-container .menu li.back {
    display: none;
}
header#menu-style-4 .desk-menu .menu-container .menu > li a {
    position: relative;
    padding: 19px 8px;
    display: block;
    color: #191919;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children > a {
    padding: 19px 20px 19px 8px;
    position: relative;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children > a::before,
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children > a::after {
    background-color: #4e4e4e;
    position: absolute;
    content: '';
    height: 1px;
    width: 7px;
    top: 26px;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children > a::before {
    transform: rotate(45deg);
    right: 10px;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children > a::after {
    transform: rotate(-45deg);
    right: 6px;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu {
    min-width: 200px;
    position: absolute;
    list-style: none;
    width: 100%;
    float: left;
    display: none;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li {
    width: 100%;
    transition: all 0.33s ease;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li > a {
    color: #191919;
    padding: 12px;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li .sub-menu {
    display: none;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before,
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
    transition: all 0.3s ease-in-out;
    background-color: #4e4e4e;
    position: absolute;
    content: '';
    height: 1px;
    width: 7px;
    top: 24px;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before {
    transform: rotate(45deg);
    right: 6px;
    top: 19px;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
    transform: rotate(-45deg);
    right: 6px;
    top: 23px;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children:hover > a {
    display: block;
    color: #191919;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children:hover .sub-menu {
    display: block;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li:hover > a::before {
    transform: rotate(142deg);
    top: 23px;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li:hover > a::after {
    transform: rotate(42deg);
    right: 11px;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu .sub-menu {
    left: 100%;
    margin-top: -43px;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children a {
    text-align: left;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children a:hover {
    margin-top: 0;
}
header#menu-style-4 .hamburger-menu .bar {
    transition: all 0.3s ease;
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    cursor: pointer;
    right: 0;
    z-index: 11;
}
header#menu-style-4 .hamburger-menu .bar,
header#menu-style-4 .hamburger-menu .bar::after,
header#menu-style-4 .hamburger-menu .bar::before {
    width: 35px;
    height: 3px;
}
header#menu-style-4 .hamburger-menu .bar {
    transition: all 0.1s ease;
    background: #191919;
}
header#menu-style-4 .hamburger-menu .bar::before,
header .hamburger-menu .bar::after {
    position: absolute;
    background: #191919;
    content: '';
    left: 0;
    border-radius: 5px;
}
header#menu-style-4 .hamburger-menu .bar::before {
    bottom: 10px;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header#menu-style-4 .hamburger-menu .bar::after {
    top: 10px;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header#menu-style-4 .hamburger-menu .bar.animate {
    background: rgba(255, 255, 255, 0);
}
header#menu-style-4 .hamburger-menu .bar.animate::after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header#menu-style-4 .hamburger-menu .bar.animate::before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header#menu-style-4 .desk-menu .box-menu ul li a {
    border-bottom: 1px solid #eaeaea;
}
header#menu-style-4 .desk-menu .menu-container {
    transition: all 0.3s ease-in-out;
    background: #FFF;
    position: fixed;
    height: 100%;
    width: 400px;
    right: -400px;
    top: 0;
    overflow: hidden;
}
header#menu-style-4 .desk-menu .menu-container .menu-header-container {
    position: relative;
    float: left;
    top: 89px;
}
header#menu-style-4 .desk-menu .menu-container .menu li.back {
    position: relative;
    display: block;
}
header#menu-style-4 .desk-menu .menu-container .menu li.back a {
    padding: 12px 12px 12px 35px;
}
header#menu-style-4 .desk-menu .menu-container .menu li.back::before,
header#menu-style-4 .desk-menu .menu-container .menu li.back::after {
    background-color: #4e4e4e;
    position: absolute;
    content: '';
    height: 2px;
    width: 7px;
    top: 23px;
}
header#menu-style-4 .desk-menu .menu-container .menu li.back::before {
    transform: rotate(-45deg);
    top: 20px;
    right: inherit;
    left: 15px;
}
header#menu-style-4 .desk-menu .menu-container .menu li.back::after {
    transform: rotate(45deg);
    top: 24px;
    left: 15px;
}
header#menu-style-4 .desk-menu .menu-container .menu > li {
    width: 100%;
    float: left;
    margin: 0;
    text-align: left;
    cursor: pointer;
}
header#menu-style-4 .desk-menu .menu-container .menu > li a {
    padding: 12px;
    color: #191919;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children {
    position: initial;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children a {
    padding: 12px;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children a::before,
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children a::after {
    background: #4e4e4e;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children a::before {
    right: 6px;
    top: 22px;
    width: 7px;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children a::after {
    top: 26px;
    width: 7px;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu {
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    display: inline-table;
    background: #FFF;
    z-index: 1;
    top: 0;
    left: 100%;
    height: 100%;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu .sub-menu {
    margin-top: 0;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu.open-sub {
    left: 0%;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before,
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
    background-color: #4e4e4e;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before {
    transform: rotate(45deg);
    right: 6px;
    top: 22px;
    width: 7px;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
    transform: rotate(-45deg);
    right: 6px;
    top: 26px;
    width: 7px;
}
header#menu-style-4 .desk-menu .menu-container .menu > li:hover a:before {
    transform: rotate(45deg);
    right: 6px;
    top: 22px;
}
header#menu-style-4 .desk-menu .menu-container .menu > li:hover a::after {
    transform: rotate(-45deg);
    right: 6px;
    top: 26px;
}
header#menu-style-4 .desk-menu .menu-container .menu li a {
    padding: 8px 12px;
}
header#menu-style-4 .desk-menu .menu-container .menu li.back a {
    padding: 8px 12px 8px 35px;
}
header#menu-style-4 .desk-menu .menu-container .menu li.back a::before {
    top: 17px;
}
header#menu-style-4 .desk-menu .menu-container .menu li.back a::after {
    top: 21px;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children a {
    padding: 8px 12px;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children a::before {
    top: 18px;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children a::after {
    top: 22px;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.back > a {
    padding: 8px 12px 12px 36px;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before {
    top: 18px;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
    top: 22px;
}
header#menu-style-4 .hamburger-menu {
    top: 0;
    cursor: pointer;
}
header#menu-style-4 .hamburger-menu .bar {
    right: 7.14286%;
}
header#menu-style-4 .hamburger-menu .bar,
header#menu-style-4 .hamburger-menu .bar::after,
header#menu-style-4 .hamburger-menu .bar::before {
    width: 30px;
    height: 3px;
    cursor: pointer;
}
header#menu-style-4 .hamburger-menu .bar::before {
    bottom: 9px;
}
header#menu-style-4 .hamburger-menu .bar::after {
    top: 9px;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li > a.imgmenu {
    padding: 0;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li > a.imgmenu .img-menu-caption {
    position: absolute;
    bottom: 10%;
    left: 15px;
    color: #fff;
}
header#menu-style-4 .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li > a.imgmenu:hover .img-menu-caption {
    color: #b61628;
}
.mobile-menu-second.open-menu header#menu-style-4 .desk-menu .menu-container {
    right: 0;
}
#menu-style-3 .mobile-nav .mobile-nav-icons {
    align-self: center;
    float: right;
}
#menu-style-3 .mobile-nav .mobile-nav-icons ul li {
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
}
#menu-style-3 .mobile-nav .mobile-nav-icons ul li a {
    font-size: 18px;
}
#menu-style-3 .mobile-nav .mobile-nav-icons ul li.dropdown {
    position: static;
}
#menu-style-3 .mobile-nav .mobile-nav-icons ul li.dropdown .dropdown-menu {
    top: 100%;
    padding: 0;
    width: 100%;
    border: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    display: block;
    border-radius: 0;
    width: 160px;
    right: 0;
    left: auto;
}
#menu-style-3 .mobile-nav .mobile-nav-icons ul li.dropdown .dropdown-menu li {
    border: none;
    width: 100%;
    color: #191919;
    font-size: 14px;
    margin: 0;
}
#menu-style-3 .mobile-nav .mobile-nav-icons ul li.dropdown .dropdown-menu li a {
    padding: 8px 10px;
    text-transform: capitalize;
    display: block;
    font-size: 14px;
    color: #191919;
    border-bottom: 1px solid #eee;
}
#menu-style-3 .mobile-nav .mobile-nav-icons ul li.dropdown .dropdown-menu li a:hover {
    background-color: #b61628;
    color: #fff;
    border-color: #b61628;
}
#menu-style-3 .mobile-nav .mobile-nav-icons ul li.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}
#menu-style-4 {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
}
#menu-style-4 nav ul,
#menu-style-4 nav {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}

#menu-style-4 nav a.logo {
    height: 104px;
    width: 155px;
    background: #fff;
    display: block;
}
#menu-style-4 nav .add-car-btn{
    display: block;
    border: 2px solid #fff;
    border-radius: 0px;
    padding: 5px 35px;
    font-size: 16px;
    position: absolute;
    right: 10%;
}
#menu-style-4 nav ul li.menu-item:first-child {
    padding-left: 80px;
}
#menu-style-4 nav ul li.menu-item {
    position: static;
}
#menu-style-4 nav ul li.menu-item a {
    font-size: 18px;
    padding: 0 25px 41px;
    position: relative;
}
#menu-style-4.bg-white nav ul li.menu-item a {
    color: #191919;
}
#menu-style-4.bg-white nav ul li.menu-item:hover>a,
#menu-style-4.bg-white nav ul li.menu-item.active>a,
#menu-style-4.bg-white nav ul li.menu-item>a:hover,
#menu-style-4.bg-white nav ul li.menu-item>a:active {
    color: #b61628;
}
#menu-style-4.bg-white nav .add-car-btn{
    border-color: #191919;
    color: #191919;
}
#menu-style-4.bg-white nav .add-car-btn:hover{
    background-color: #b61628;
    border-color: #b61628;
    color: #fff;
}
#menu-style-4 nav ul li.menu-item.dropdown .megamenu {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    background: #fff;
    width: 100%;
    display: none;
    transition: 0.5s;
    height: 500px;
    overflow: hidden;
}
#menu-style-4 nav ul li.menu-item.dropdown>a:after{
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
#menu-style-4 nav ul li.menu-item.dropdown .megamenu .custom-container {
    padding-right: 0;
}
#menu-style-4 nav ul li.menu-item.dropdown:hover .megamenu {
    display: block;
    transition: 0.8s;
}
#menu-style-4 nav ul li.menu-item.dropdown .megamenu .mega-menu-item {
    width: 100%;
    height: 500px;
}
#menu-style-4 nav ul li.menu-item.dropdown .megamenu .mega-menu-item ul {
    padding-bottom: 50px;
    width: 25%;
}
#menu-style-4 nav ul li.menu-item.dropdown .megamenu .mega-menu-item ul li.submenu-item {
    width: 100%;
    border-bottom: 2px solid transparent;
    position: static;
}
#menu-style-4 nav ul li.menu-item.dropdown .megamenu .mega-menu-item ul li.submenu-item:hover a,
#menu-style-4 nav ul li.menu-item.dropdown .megamenu .mega-menu-item ul li.submenu-item.active {
    border-bottom: 2px solid #b61628;
    transition: none;
    color: #b61628;
}
#menu-style-4 nav ul li.menu-item.dropdown .megamenu .mega-menu-item ul li.submenu-item a {
    display: flex;
    align-self: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 5px;
    border-bottom: 2px solid transparent;
    align-items: center;
}
#menu-style-4 nav ul li.menu-item.dropdown .megamenu .mega-menu-item ul li.submenu-item a .car-img {
    width: 108px;
    height: 36px;
    margin: 10px 0;
}
#menu-style-4 nav ul li.menu-item.dropdown .megamenu .mega-menu-item ul li.submenu-item a .car-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    top: -5px;
}
#menu-style-4 nav ul li.menu-item.dropdown .megamenu .mega-menu-item ul li.submenu-item .sub-sub-megamenu {
    position: absolute;
    top: 0;
    left: 25%;
    z-index: 100;
    right: 0;
    width: auto;
    height: 100%;
    overflow: hidden;
    display: none;
}
#menu-style-4 nav ul li.menu-item.dropdown .megamenu .mega-menu-item ul li.submenu-item:hover .sub-sub-megamenu {
    display: flex;
}
#menu-style-4 nav ul li.menu-item.dropdown .megamenu .mega-menu-item ul li.submenu-item .sub-sub-megamenu .car-img-mega-menu {
    width: 100%;
    height: 100%;
    position: absolute;
}
#menu-style-4 nav ul li.menu-item.dropdown .megamenu .mega-menu-item ul li.submenu-item .sub-sub-megamenu .car-img-mega-menu img {
    height: 100%;
    object-fit: cover;
}
#menu-style-4 nav ul li.menu-item.dropdown .megamenu .mega-menu-item ul li.submenu-item .sub-sub-megamenu ul {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
    bottom: 0;
    display: block;
    border-right: 1px solid #eee;
}
#menu-style-4 nav ul li.menu-item.dropdown .megamenu .mega-menu-item ul li.submenu-item .sub-sub-megamenu ul li.menu-item {
    width: 100%;
    position: static;
    padding: 0;
}
#menu-style-4 nav ul li.menu-item.dropdown .megamenu .mega-menu-item ul li.submenu-item .sub-sub-megamenu ul li.menu-item a {
    display: block;
    align-self: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 20px;
    align-items: center;
    font-size: 16px;
    color: #191919;
    border-bottom: 2px solid transparent;
}
#menu-style-4 nav ul li.menu-item.dropdown .megamenu .mega-menu-item ul li.submenu-item .sub-sub-megamenu ul li.menu-item:hover,
#menu-style-4 nav ul li.menu-item.dropdown .megamenu .mega-menu-item ul li.submenu-item .sub-sub-megamenu ul li.menu-item.active a {
    border-bottom: 2px solid #b61628;
    color: #b61628;
    transition: none;
}
#menu-style-4 nav ul li.menu-item.dropdown .megamenu .mega-menu-item ul li.submenu-item .sub-sub-megamenu ul li.menu-item .sub-sub-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 200;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}
#menu-style-4 nav ul li.menu-item.dropdown .megamenu .mega-menu-item ul li.submenu-item .sub-sub-megamenu ul li.menu-item .sub-sub-submenu ul {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
    bottom: 0;
    display: block;
    border-right: 1px solid #eee;
}
#menu-style-4 nav ul li.menu-item.dropdown .megamenu .mega-menu-item ul li.submenu-item .sub-sub-megamenu ul li.menu-item .sub-sub-submenu ul li.sub-menu-item {
    width: 100%;
    position: static;
    padding: 0;
}
#menu-style-4 nav ul li.menu-item.dropdown .megamenu .mega-menu-item ul li.submenu-item .sub-sub-megamenu ul li.menu-item .sub-sub-submenu ul li.sub-menu-item a {
    display: block;
    width: 100%;
    padding: 5px 20px;
    align-items: center;
    font-size: 16px;
    color: #191919;
    border-bottom: 2px solid transparent;
}
#menu-style-4 nav ul li.menu-item.dropdown .megamenu .mega-menu-item ul li.submenu-item .sub-sub-megamenu ul li.menu-item .sub-sub-submenu ul li.sub-menu-item.active a,
#menu-style-4 nav ul li.menu-item.dropdown .megamenu .mega-menu-item ul li.submenu-item .sub-sub-megamenu ul li.menu-item .sub-sub-submenu ul li.sub-menu-item:hover {
    border-bottom: 2px solid #b61628;
    color: #b61628;
    transition: none;
}
#menu-style-4 nav ul li.menu-item.dropdown .megamenu .mega-menu-item ul li.submenu-item .sub-sub-megamenu ul li.menu-item:hover .sub-sub-submenu {
    display: block;
}
#menu-style-4 nav ul li.menu-item.dropdown .megamenu .car-img-fix {
    position: absolute;
    top: 0;
    left: 0%;
    z-index: 100;
    right: 0;
    width: auto;
    height: 100%;
    overflow: hidden;
}
#menu-style-4 nav ul li.menu-item.dropdown .megamenu .car-img-fix img {
    height: 100%;
    object-fit: cover;
}
#menu-style-4 nav ul li.menu-item.dropdown .megamenu .mega-menu-item ul li.submenu-item.active .sub-sub-megamenu,
#menu-style-4 nav ul li.menu-item.dropdown .megamenu .mega-menu-item ul li.submenu-item .sub-sub-megamenu ul li.menu-item.active .sub-sub-submenu {
    display: flex;
}
#menu-style-4 nav ul li.menu-item.dropdown .megamenu .mega-menu-item ul:hover .submenu-item.active {
    border-bottom: 2px solid transparent;
}
#menu-style-4 nav ul li.menu-item.dropdown .megamenu .mega-menu-item ul li.submenu-item .sub-sub-megamenu ul li.menu-item .sub-sub-submenu ul:hover .sub-menu-item.active a,
#menu-style-4 nav ul li.menu-item.dropdown .megamenu .mega-menu-item ul li.submenu-item .sub-sub-megamenu ul:hover .menu-item.active a {
    border-bottom: 2px solid transparent;
    color: #191919;
}
/*==================
3. Pages
====================*/

/*==================
3.1 Homepage 1
====================*/

/*Banner Section*/

.main-slider .slider-item {
    height: 650px;
    cursor: pointer;
    overflow: hidden;
}
.main-slider .slider-item .slider-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 0;
}
.main-slider .slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.main-slider.home-2 .slider-item img {
    animation: scale 20s linear infinite;
}
.main-slider-nexttab,
.main-slider-prevtab {
    position: absolute;
    cursor: pointer;
    color: #6c6d72;
    background: transparent;
    text-align: center;
    border: none;
    transition: 1s;
}
.main-slider-nexttab {
    right: 100px;
    top: 50%;
}
.main-slider-prevtab {
    left: 100px;
    top: 50%;
}
.main-slider-prevtab i,
.main-slider-nexttab i {
    line-height: normal;
    position: relative;
    top: 0px;
    font-size: 50px;
}
.main-slider-prevtab:hover {
    transform: scale(1.2);
    transition: 1s;
    left: 75px;
    color: #fff;
}
.main-slider-nexttab:hover {
    transform: scale(1.2);
    transition: 1s;
    right: 75px;
    color: #fff;
}
.main-slider ul.container {
    bottom: 5%;
    z-index: 100;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
}
.main-slider.home-2 ul.container {
    text-align: center;
}
.main-slider ul.container li {
    background: #5e5e5e;
    width: 20px;
    height: 5px;
    border-radius: 50px;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}
.main-slider ul.container li.slick-active {
    background: #fff;
}
.main-slider ul.container li button {
    display: none;
}
.main-slider .contant-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    right: 0;
    z-index: 2;
}
.main-slider .contant-wrapper .banner-text {
    max-width: 650px;
    margin: 0 auto;
    word-break: break-all;
    cursor: pointer;
}
.main-slider .contant-wrapper .banner-text p {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}
.main-slider .contant-wrapper .banner-text h1{    
    word-break: break-word;
    word-wrap: break-word;
}
.main-slider .contant-wrapper .banner-text a+a {
    margin-left: 15px;
}
/*car-search-form*/

.car-search-form-sec {
    margin-top: -88px;
}
.car-search-form .nav-tabs {
    border: none;
}
.car-search-form .nav-tabs .nav-item {
    text-align: center;
}
.car-search-form .nav-tabs .nav-item .nav-link {
    background: #eee;
    border-radius: 0;
    border: none;
    color: #6c6d72;
    padding: 15px 43px 12px 35px;
}
.car-search-form .nav-tabs .nav-item .nav-link:hover,
.car-search-form .nav-tabs .nav-item .nav-link.active {
    background: #ffffff;
    color: #191919;
    border: none;
    font-weight: 700;
}
.car-search-form .tab-content {
    padding: 42px 30px 20px;
    background-color: #fff;
    box-shadow: 0px 4px 12px -10px #000;
}
.car-search-form .tab-content form button {
    height: 50px;
}
/*Discover Our Featured Models*/
.car-grid-layout-box .car-grid-layout-inner .car-grid-layout-img {
    padding: 20px 0;
    overflow: hidden;
}
.car-grid-layout-box .car-grid-layout-inner .price-text {
    font-weight: 600;
    font-size: 16px;
}
.car-grid-layout-box .car-grid-layout-inner .car-name span,
.car-grid-layout-box .car-grid-layout-inner .car-grid-layout-img img {
    transition: 0.3s;
    cursor: pointer;
}
.car-grid-layout-box .car-grid-layout-inner .car-name span:hover,
.car-grid-layout-box .car-grid-layout-inner .car-grid-layout-img img:hover {
    transform: scale(1.1);
    transition: 0.3s;
}
.car-grid-layout-box .car-grid-layout-inner .car-grid-layout-location,
.car-grid-layout-box .car-grid-layout-inner .car-grid-layout-details {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    flex-direction: column;
}
.car-grid-layout-box .car-grid-layout-inner .car-grid-layout-details span i {
    font-size: 20px;
}
.car-grid-layout-box .car-grid-layout-inner .car-grid-layout-details span i.icon-car {
    background-image: url(../images/icon-car.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 25px;
    display: inline-block;
    background-size: 100%;
    filter: brightness(0) saturate(100%) invert(21%) sepia(75%) saturate(3834%) hue-rotate(342deg) brightness(71%) contrast(101%);
}
.car-grid-layout-box .car-grid-layout-inner .car-grid-layout-details span i.flaticon-dashboard:before,
.car-grid-layout-box .car-grid-layout-inner .car-grid-layout-location span i.fa-map-marker-alt:before,
.car-grid-layout-box .car-grid-layout-inner .car-grid-layout-location span i.fa-cog:before{
    display: none;
    
}
.car-grid-layout-box .car-grid-layout-inner .car-grid-layout-details span,
.car-grid-layout-box .car-grid-layout-inner .car-grid-layout-location span{
    position: relative;
}
.car-grid-layout-box .car-grid-layout-inner .car-grid-layout-location span i.fa-cog {
    background-image: url(../images/gear.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 25px;
    background-size: 100%;
}
.car-grid-layout-box .car-grid-layout-inner .car-grid-layout-location span i.fa-map-marker-alt{
    background-image: url(../images/map-point.svg);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-size: 100%;
}
.car-grid-layout-box .car-grid-layout-inner .car-grid-layout-details span i.flaticon-dashboard{
    background-image: url(../images/meter.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 18px;
    background-size: 100%;
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(21%) sepia(75%) saturate(3834%) hue-rotate(342deg) brightness(71%) contrast(101%);
}
.car-grid-layout-box .car-grid-layout-inner .car-grid-layout-location {
    font-size: 14px;
}
.car-grid-layout-box .car-grid-layout-inner .car-grid-layout-location span i {
    filter: brightness(0) saturate(100%) invert(21%) sepia(75%) saturate(3834%) hue-rotate(342deg) brightness(71%) contrast(101%);
}
/*car-browse-make-type*/

.car-browse-make-type h4 small {
    float: right;
    text-decoration: underline;
}
.car-browse-make-type ul {
    margin-top: 40px;
}
.car-browse-make-type ul li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px;
    max-height: 300px;
    overflow: hidden;
    text-align: center;
    float: left;
}
.car-browse-make-type ul li a span {
    max-width: 80px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px
}
.car-browse-make-type ul li a span.hidecar {
    display: none;
}
.car-browse-make-type ul li a {
    text-decoration: underline;
}
/*About us*/
.row2{
    height: fit-content!important;
}
.auto2{
    height: auto!important;
}
.auto3{
    height: 100%!important;
}
.about-us-sec .about-img-sec {
    overflow: hidden;
}
.about-us-sec .about-img-sec iframe{
    width: 445px;
    height: 100%;
    padding-left: 6%;
    padding-top: 6%;
    padding-bottom: 5%;
}
.about-us-sec .about-img-sec:before {
    content: '';
    background: #b61628;
    display: block;
    height: 100%;
    z-index: -1;
    position: absolute;
    width: 100%;
    left: -35px;
}

.about-us-sec .about-img-sec img {
    padding: 35px;
    padding-right: 0;
}
.about-us-sec .about-content-wrapper a{
    color: #fff;
    cursor: pointer;
}
.about-us-sec .about-content-wrapper {
    padding-left: 50px;
}
.about-margin{
    margin-top: 5%;
}
.about-us-sec .about-content-wrapper .section-header {
    padding-bottom: 30px;
}
.about-us-sec .about-content-wrapper p {
    margin-bottom: 30px;
    text-align: justify;
}
.about-us-sec .about-content-wrapper ul li {
    display: flex;
    align-items: center;
    align-self: center;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
}
.about-us-sec .about-content-wrapper ul li:before {
    color: #b61628;
    display: inline-block;
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: normal;
}
.about-counter-sec .row {
    align-items: flex-end;
    background: #ababab;
}
.about-counter-sec .row > div {
    padding: 0;
    position: relative;
}
.about-counter-sec .counter-sec-content {
    padding-left: 50px;
    padding-bottom: 30px;
}
.about-counter-sec .counter-sec-content h3 i {
    font-size: 24px;
    position: relative;
    top: -3px;
}
/*Car Models*/

.car-model .car-sec .car-title {
    margin-bottom: 20px;
}
.car-model .car-sec img {
    margin-bottom: 20px;
}
.car-model .car-sec .car-details {
    width: 100%;
    margin: 0 auto;
}
.car-model .car-sec .car-details a {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.car-model-sec .right-section-car-box {
    box-shadow: none;
    padding: 0;
}
.car-model-sec .right-section-car-box > .row > div:last-child {
    border: none;
}
/*Featured Brands*/

.car-tabs .nav-tabs {
    border: none;
}
.car-tabs .nav-tabs .nav-item {
    width: 25%;
    text-align: center;
    padding: 0 10px 0 0;
}
.car-tabs .nav-tabs .nav-item:last-child {
    padding: 0;
}
.car-tabs .nav-tabs .nav-item .nav-link {
    background: #eee;
    border-radius: 0;
    border: none;
    color: #6c6d72;
    padding: 20px 15px;
}
.car-tabs .nav-tabs .nav-item .nav-link:hover,
.car-tabs .nav-tabs .nav-item .nav-link:focus {
    background: #ffffff;
    color: #191919;
    border: none;
    font-weight: 700;
}
.car-tabs .nav-tabs .nav-item .nav-link.active {
    background: #ffffff;
    color: #191919;
    border: none;
    font-weight: 700;
}
.car-tab-box {
    padding-top: 40px;
    background: #fff;
}
.car-tab-box .car-box a.btn-third {
    padding: 8px 30px;
    height: 43px;
    overflow: hidden;
}
.car-tab-box .car-box a.btn-third>span {
    top: 0px;
    transition: .33s;
    position: relative;
    display: block;
}
.car-tab-box .car-box a.btn-third>span:last-child {
    transform: translateY(5px);
}
.car-tab-box>.tab-content>.tab-pane>.row>div:hover a.btn-third {
    background: #b61628;
    border-color: #b61628;
    color: #fff;
}
.car-tab-box>.tab-content>.tab-pane>.row>div:hover a.btn-third>span {
    top: -30px;
}
.car-tab-box>.tab-content>.tab-pane>.row>div:hover a.btn-third>span {
    color: #fff;
}
.car-tab-box .car-border {
    border-right: 1px solid #eee;
}
.car-tab-box .car-box img {
    padding: 30px 0 30px;
}
.car-tab-box .car-description {
    margin-bottom: 40px;
}
.car-tab-box .car-description ul {
    padding-top: 30px;
}
.car-tab-box .car-description ul li {
    font-size: 16px;
    margin-bottom: 5px;
}
.car-tab-box .car-description ul li strong {
    float: right;
}
/*The Best Theme for Car Listing*/

.about-theme {
    background: url(https://via.placeholder.com/1920x565) center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 80px 0;
    position: relative;
}
.about-theme:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    left: 0;
    background: #000;
    opacity: 0.4;
}
.about-theme .about-text-wrapper {
    position: relative;
    padding-left: 20px;
}
.about-theme .about-text-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #fff;
}
.about-theme .about-text-wrapper .title {
    line-height: 72px;
    font-weight: 500;
    letter-spacing: -0.2px;
    color: #fff;
    max-width: 680px;
    margin: 0 0 35px;
}
.about-theme .about-text-wrapper .sub-title {
    line-height: normal;
    margin-bottom: 5px;
}
.about-theme .about-text-wrapper .video-btn a {
    display: flex;
    align-items: center;
}
.about-theme .about-text-wrapper .video-btn .circle-box {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    font-size: 18px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: height .25s ease, width .25s ease;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.about-theme .about-text-wrapper .video-btn .circle-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    animation: ripple 2s linear infinite;
}
.about-theme .about-text-wrapper .video-btn .circle-box span.video-btn {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-color: inherit;
    padding: 0 0 0 3px;
}
.about-theme .about-text-wrapper span.text {
    line-height: 22px;
    letter-spacing: -0.2px;
    padding-left: 10px;
}
/* Video carrousel */
.car-categories-sec .category-slider2 .car-categories {
    margin-right: 10px;
    overflow: hidden;
    position: relative;
}
.category-slider2-nexttab,
.category-slider2-prevtab {
    position: absolute;
    cursor: pointer;
    color: #253d52;
    background: transparent;
    text-align: center;
    border: none;
    top: 49%;
}
.category-slider2-nexttab {
    right: -20px;
}
.category-slider2-prevtab {
    left: -20px;
}
.category-slider2-prevtab i,
.category-slider2-nexttab i {
    line-height: normal;
    position: relative;
    top: 0px;
    font-size: 35px;
}
.category-slider2-prevtab:hover,
.category-slider2-nexttab:hover {
    transition: 1s;
    color: #b61628;
}
.car-categories-sec .category-slider2 .car-categories .category-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -75px;
    padding: 30px;
    transition: 1s;
    overflow: hidden;
    background: #00000040;
}
.car-categories-sec .category-slider2 .car-categories:hover img {
    transition: 1s;
    transform: scale(1.2);
}
.car-categories-sec .category-slider2 .car-categories:hover .category-caption {
    bottom: 0;
    transition: 1s;
    background: #00000040;
}
.car-categories-sec .category-slider2 .car-categories .category-caption h4 {
    display: flex;
    align-items: center;
    align-self: center;
    width: 100%;
    justify-content: space-between;
}
.car-categories-sec .category-slider2 .car-categories .category-caption h4 span.brand-logo {
    width: 40px;
    height: 40px;
    float: right;
}
.car-categories-sec .category-slider2 .car-categories .category-caption h4 span.brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: none;
    border-radius: 50%;
}
.car-categories-sec .category-slider2 .car-categories .category-caption h4:hover {
    color: #b61628;
}
.car-categories-sec .category-slider2 ul.slick-dots {
    bottom: -45px;
    z-index: 100;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}
.car-categories-sec .category-slider2 ul.slick-dots li {
    background: #5e5e5e;
    width: 20px;
    height: 5px;
    border-radius: 50px;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}
.car-categories-sec .category-slider2 ul.slick-dots li:hover,
.car-categories-sec .category-slider2 ul.slick-dots li.slick-active {
    background: #b61628;
    transition: 0.5s;
}
.car-categories-sec .category-slider2 ul.slick-dots li button {
    display: none;
}
/*Find Your Best Match*/

.car-categories-sec .category-slider .car-categories {
    margin-right: 10px;
    overflow: hidden;
    position: relative;
}
.category-slider-nexttab,
.category-slider-prevtab {
    position: absolute;
    cursor: pointer;
    color: #6c6d72;
    background: transparent;
    text-align: center;
    border: none;
    top: 49%;
}
.category-slider-nexttab {
    right: 10px;
}
.category-slider-prevtab {
    left: 10px;
}
.category-slider-prevtab i,
.category-slider-nexttab i {
    line-height: normal;
    position: relative;
    top: 0px;
    font-size: 35px;
}
.category-slider-prevtab:hover,
.category-slider-nexttab:hover {
    transition: 1s;
    color: #fff;
}
.car-categories-sec .category-slider .car-categories .category-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -75px;
    padding: 30px;
    transition: 1s;
    overflow: hidden;
    background: #00000040;
}
.car-categories-sec .category-slider .car-categories:hover img {
    transition: 1s;
    transform: scale(1.2);
}
.car-categories-sec .category-slider .car-categories:hover .category-caption {
    bottom: 0;
    transition: 1s;
    background: #00000040;
}
.car-categories-sec .category-slider .car-categories .category-caption h4 {
    display: flex;
    align-items: center;
    align-self: center;
    width: 100%;
    justify-content: space-between;
}
.car-categories-sec .category-slider .car-categories .category-caption h4 span.brand-logo {
    width: 40px;
    height: 40px;
    float: right;
}
.car-categories-sec .category-slider .car-categories .category-caption h4 span.brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: none;
    border-radius: 50%;
}
.car-categories-sec .category-slider .car-categories .category-caption h4:hover {
    color: #b61628;
}
.car-categories-sec .category-slider ul.slick-dots {
    bottom: -45px;
    z-index: 100;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}
.car-categories-sec .category-slider ul.slick-dots li {
    background: #5e5e5e;
    width: 20px;
    height: 5px;
    border-radius: 50px;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}
.car-categories-sec .category-slider ul.slick-dots li:hover,
.car-categories-sec .category-slider ul.slick-dots li.slick-active {
    background: #b61628;
    transition: 0.5s;
}
.car-categories-sec .category-slider ul.slick-dots li button {
    display: none;
}
/*News and Technology*/

.news-sec-desktop .news-last-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
}
.news-sec-img {
    overflow: hidden;
    margin-bottom: 30px;
}
.news-sec-img .news-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    padding: 30px;
    overflow: hidden;
    background: #00000040;
}
.news-sec-img .news-caption p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-sec-img:hover img {
    transition: 1s;
    transform: scale(1.2);
}
.news-sec-img:hover .news-caption {
    bottom: 0;
    transition: 1s;
    background: #00000040;
}
.news-sec-img .news-caption h4:hover {
    color: #b61628;
}
.news-sec-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.news-mobile-slider .news-sec-img {
    margin: 0 5px;
}
/*==================
3.2 Homepage 2
====================*/

/*Banner*/

.banner-slider {
    width: 100%;
    height: 700px;
}
.banner-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.banner-slider .bannerimg-overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    height: 100%;
}
.banner-slider .banner-wrapper {
    position: absolute;
    top: 50%;
    left: 0%;
    right: 0;
    transform: translate(0%, -50%);
}
.banner-text-wrapper-index-3 {
    text-align: center;
}
.banner-text-wrapper-index-3 h2 {
    font-size: 48px;
}
.banner-text-wrapper-index-3 .search-bar-index-3 {
    padding: 15px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 0px;
    transition: 0.8s;
}
.banner-text-wrapper-index-3 .search-bar-index-3:hover,
.banner-text-wrapper-index-3 .search-bar-index-3:focus {
    transform: scale(1.02);
    transition: 0.8s;
    box-shadow: 0px 0 0px 1px rgba(255, 255, 255, .2);
}
.banner-text-wrapper-index-3 .search-bar-index-3 .input-group {
    background: #fff;
}
.banner-text-wrapper-index-3 .search-bar-index-3 .input-group-text {
    background: #fff;
    padding: 0 10px;
    border: none;
    color: #191919;
    font-size: 14px;
    border-radius: 0;
}
.banner-text-wrapper-index-3 .search-bar-index-3 .input-group-prepend button.gps {
    background: #fff;
    border: none;
}
.banner-text-wrapper-index-3 .search-bar-index-3 input {
    height: 48px;
    font-size: 14px;
}
.banner-text-wrapper-index-3 .search-bar-index-3 input::placeholder {
    font-size: 12px;
    color: #191919;
}
.banner-text-wrapper-index-3 p.small-content {
    display: inline-block;
    width: 50%;
}
.banner-text-wrapper-index-3 .banner-arrow {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 45px;
    width: auto;
    height: auto;
}
.banner-text-wrapper-index-3 .search-bar-index-3 .input-group ul.filter-option {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 250px;
    z-index: 100;
    display: none;
}
.banner-text-wrapper-index-3 .search-bar-index-3 .input-group ul.filter-option.show-search {
    display: block;
}
.banner-text-wrapper-index-3 .search-bar-index-3 .input-group ul.filter-option li a {
    padding: 8px 20px;
    background: #fff;
    text-align: left;
    display: block
}
.banner-text-wrapper-index-3 .search-bar-index-3 .input-group ul.filter-option li a:hover {
    background-color: #b61628;
    color: #fff;
}
.banner-tabs {
    position: absolute;
    top: -60px;
    left: 15px;
    right: 15px;
}
.banner-tabs ul {
    display: flex;
}
.banner-tabs ul li {
    width: 20%;
    padding: 0 15px;
}
.banner-tabs ul li a {
    width: 100%;
    height: 110px;
    text-align: center;
    float: left;
    box-shadow: 0 5px 13px rgba(0, 0, 0, .42);
    position: relative;
    transition: all 0.3s ease;
    background: #b61628;
    color: #fff;
    border-radius: 0px;
    padding: 25px 25px;
}
.banner-tabs ul li a img {
    filter: invert(1);
}
.banner-tabs ul li a span {
    white-space: nowrap;
}
.banner-tabs ul li a:hover {
    background: #191919;
}
.banner-tabs ul li a i {
    font-size: 30px;
    margin-bottom: 10px;
}
/*Find Your Best Match*/

.vehicles-slider-sec .vehicles-slider-for .vehicles-slider-item span {
    margin: 8px 0;
    display: block;
}
.vehicles-slider-sec .vehicles-slider-for .vehicles-slider-item a {
    color: #191919;
}
.vehicles-slider-sec .vehicles-slider-for .vehicles-slider-item a:hover {
    color: #b61628;
}
.vehicles-slider-sec .vehicles-slider-for .vehicles-slider-item a img:hover {
    border: 1px solid #eee;
}
.vehicles-border {
    border-bottom: 0px solid #808080;
    width: 75%;
    margin: 0 auto;
}
.vehicles-slider-sec .vehicles-slider-nav {
    background: #808080;
    border-radius: 10px 10px 0 0;
}
.vehicles-slider-sec .vehicles-slider-nav .vehicles-slider-nav-item {
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.vehicles-slider-sec .vehicles-slider-nav .vehicles-slider-nav-item:hover,
.vehicles-slider-sec .vehicles-slider-nav .vehicles-slider-nav-item.slick-current {
    background: #b61628;
}
.vehicles-slider-sec .vehicles-slider-for button.slick-next,
.vehicles-slider-sec .vehicles-slider-for button.slick-prev {
    position: absolute;
    cursor: pointer;
    color: #6c6d72;
    background: #ffffffdb;
    text-align: center;
    border: none;
    top: 40%;
    height: 100%;
    padding: 10px 0;
    width: 50px;
    z-index: 100;
}
.vehicles-slider-sec .vehicles-slider-for button.slick-next {
    right: -5px;
}
.vehicles-slider-sec .vehicles-slider-for button.slick-prev {
    left: 0px;
}
.vehicles-slider-sec .vehicles-slider-for button.slick-next:before {
    content: "\f107";
    font-family: Flaticon;
    font-size: 35px;
    color: #191919;
    opacity: 1;
}
.vehicles-slider-sec .vehicles-slider-for button.slick-prev:before {
    content: "\f106";
    font-family: Flaticon;
    font-size: 35px;
    color: #191919;
    opacity: 1;
}
.vehicles-slider-prevtab:hover,
.vehicles-slider-nexttab:hover {
    transition: 1s;
    color: #b61628;
}
.vehicles-slider-sec .right-section-car-box {
    box-shadow: none;
    padding: 80px 0px 0px 0px;
}
.vehicles-slider-sec .right-section-car-box > .row > div:last-child {
    border: none;
}
/*In the Media*/

.side-video-img-sec-main .first-video-img-sec ul li {
    width: 50%;
    position: relative;
    float: left;
    border: none;
}
.side-video-img-sec-main .first-video-img-sec ul li.gallery-active .overlay {
    opacity: 0;
    transition: 0.5s;
}
.side-video-img-sec-main .first-video-img-sec ul li:first-child:before {
    content: "\f129";
    font-family: Flaticon;
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    transform: translate(-50%, -50%);
}
.side-video-img-sec-main .first-video-img-sec ul li .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    cursor: pointer;
}
.side-video-img-sec-main .first-video-img-sec ul li:hover .overlay {
    opacity: 0;
    transition: 0.5s;
}
.side-video-img-sec-main .second-video-img-sec {
    position: absolute;
    bottom: 0;
    top: 0;
    height: 100%;
    left: -15px;
    right: 15px;
}
.side-video-img-sec-main .second-video-img-sec .video_wrapper {
    background-image: url(https://via.placeholder.com/1200x651);
}
.side-video-img-sec-main .second-video-img-sec .video_wrapper,
.side-video-img-sec-main .second-video-img-sec .video_wrapper iframe,
.side-video-img-sec-main .second-video-img-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border: none;
}
.side-video-img-sec-main .first-video-img-sec ul .slick-list {
    height: auto;
}
.side-video-img-sec-main .second-video-img-sec .gallery-slider-for,
.side-video-img-sec-main .second-video-img-sec .gallery-slider-for .slick-list,
.side-video-img-sec-main .second-video-img-sec .gallery-slider-for .slick-list .slick-track {
    height: 100%;
}
/*Sponsored Sports Cars*/

.model-spec-sec .model-spec-top-sec {
    padding: 40px;
    margin-bottom: 15em;
}
.model-spec-sec .model-spec-wrapper {
    padding: 20px;
    padding-top: 0;
}
.model-spec-sec .model-spec-bottom-sec {
    background-color: transparent;
    border-bottom: 4px solid #ffffff;
    box-shadow: 0 0 10px #fff;
    padding: 20px;
    position: relative;
    top: -10px;
    padding-top: 150px;
    cursor: pointer;
}
.model-spec-sec .model-spec-slider-item img {
    position: absolute;
    bottom: 20%;
    padding: 0 40px;
    z-index: 100;
}
.model-spec-sec .model-spec-bottom-sec ul li {
    display: inline-block;
    width: 24.5%;
}
.model-spec-sec .model-spec-bottom-sec ul li h5 {
    margin-bottom: 5px;
}
.model-spec-sec .model-spec-slider-item:hover .model-spec-bottom-sec {
    background-color: #fff;
    border-bottom: 4px solid #b61628;
    box-shadow: 0 0 10px #c8cacb;
    transition: 0.5s;
}
.model-spec-sec .model-spec-slider-item.slick-current .model-spec-bottom-sec {
    background-color: #fff;
    border-bottom: 4px solid #b61628;
    box-shadow: 0 0 10px #c8cacb;
}
.model-spec-sec .model-spec-slider-item:hover .model-spec-top-sec h4,
.model-spec-top-sec p,
.model-spec-top-sec small {
    color: #191919;
}
.model-spec-sec .model-spec-slider-item.slick-current .model-spec-top-sec p,
.model-spec-sec .model-spec-slider-item.slick-current .model-spec-top-sec small {
    color: #191919;
}
.model-spec-sec .model-spec-slider-item.slick-current .model-spec-top-sec h4 {
    color: #b61628;
}
.model-spec-slider-nexttab,
.model-spec-slider-prevtab {
    position: absolute;
    cursor: pointer;
    color: #6c6d72;
    background: transparent;
    text-align: center;
    border: none;
    top: 75%;
}
.model-spec-slider-nexttab {
    right: 10px;
}
.model-spec-slider-prevtab {
    left: 10px;
}
.model-spec-slider-prevtab i,
.model-spec-slider-nexttab i {
    line-height: normal;
    position: relative;
    top: 0px;
    font-size: 35px;
}
.model-spec-slider-prevtab:hover,
.model-spec-slider-nexttab:hover {
    transition: 1s;
    color: #b61628;
}
.model-spec-slider ul.slick-dots {
    bottom: -45px;
    z-index: 100;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}
.model-spec-slider ul.slick-dots li {
    background: #5e5e5e;
    width: 20px;
    height: 5px;
    border-radius: 50px;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}
.model-spec-slider ul.slick-dots li:hover,
.model-spec-slider ul.slick-dots li.slick-active {
    background: #b61628;
    transition: 0.5s;
}
.model-spec-slider ul.slick-dots li button {
    display: none;
}
/*Models Currently Trending*/

.model-gallery .custom-col {
    width: 33.33%;
    float: left;
    position: relative;
}
.model-gallery .custom-col .model-gallery-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 40px;
}
.model-gallery .custom-col .model-gallery-caption .model-gallery-wrapper-1 .model-gal-title {
    font-size: 50px;
}
.model-gallery .custom-col .model-gallery-caption .model-gallery-wrapper-2 {
    position: absolute;
    bottom: 0;
    padding-bottom: 35px;
}
.model-gallery .custom-col .model-gallery-caption .model-gallery-wrapper-2 a {
    margin-right: 15px;
}
/*==================
3.3 Homepage 3
====================*/

/*Video Sec*/

.video_wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #000;
    height: 80vh;
}
.videoIframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
}
.videoPoster img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: none;
    background-position: center;
    overflow: hidden;
    opacity: 1;
    transition: opacity 100ms, height 0s;
    transition-delay: 0s, 0s;
}
.video_wrapper:hover .video-inner i {
    color: #b61628;
    transition: 0.5s;
}
.videoPoster:hover {
    cursor: pointer;
}
.videoPoster .video-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.videoPoster .video-inner i {
    font-size: 70px;
    color: #fff;
}
.videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    transition-delay: 0s, 800ms;
}
.demo-table-cell {
    max-width: 700px;
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0px, -50%);
}
.demo-table-cell p {
    margin-bottom: 20px;
}
/*What Our Satisfied Customers Say*/

.testimonials .testimonial-wrapper .name {
    font-size: 18px;
    font-weight: 500;
}
.testimonials .testimonial-wrapper .position {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    margin-left: 29px;
}
.testimonials .testimonial-wrapper .position:before {
    content: "-";
    position: absolute;
    font-weight: 500;
    left: -20px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    color: #191919;
}
.testimonials .testimonial-wrapper blockquote{
    padding-bottom: 60px;
}
.testimonial-slider ul.slick-dots {
    bottom: 5%;
    z-index: 100;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}
.testimonial-slider ul.slick-dots li {
    background: #5e5e5e;
    width: 20px;
    height: 5px;
    border-radius: 50px;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}
.testimonial-slider ul.slick-dots li.slick-active {
    background: #b61628;
}
.testimonial-slider ul.slick-dots li button {
    display: none;
}
.testimonial-slider button {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: transparent;
    z-index: 1000;
}
.testimonial-slider button:before {
    font-size: 16px;
    position: absolute;
    font-family: Flaticon;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    text-indent: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    box-shadow: 0 2px 14px 0px rgba(0, 0, 0, 0.1);
    color: #b61628;
    transition: all ease .35s;
}
.testimonial-slider button.slick-prev:before {
    content: "\f106"
}
.testimonial-slider button.slick-next:before {
    content: "\f107"
}
.testimonial-slider button:hover:before {
    background: #b61628;
    color: #fff;
}
/*==================
3.4 Homepage 4
====================*/

/*What Are You Looking For?
*/

.discover-sec > .row > div,
.shopping-sec > .row > div {
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
}
.shopping-sec .img-box a {
    position: absolute;
    width: 100%;
    height: 100%;
}
.shopping-sec .img-box,
.shopping-sec .img-box a:before {
    content: '';
    padding-bottom: 50%;
}
.shopping-sec .img-box a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.shopping-sec .img-box a .text-box {
    position: absolute;
    bottom: 24px;
    display: table;
    padding: 0 30px;
}
.shopping-sec .img-box a .text-box h4 {
    font-size: 24px;
}
.shopping-sec .img-box a .text-box h4:before {
    content: "\f107";
    font-family: Flaticon;
    font-size: 66.66667%;
    margin-left: -1em;
    width: 1em;
    vertical-align: middle;
    color: #b61628;
    top: -2px;
    position: relative;
}
/*newsletter*/

.newsletter {
    background-image: url(https://via.placeholder.com/1920x650);
    background-attachment: fixed;
}
.newsletter .content-wrapper {
    padding: 30px 0;
}
/*how-it-works-box*/

.how-it-works-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 450px;
    margin: 0 auto;
    padding: 40px 25px;
}
.how-it-works-box .icon-box {
    width: 50px;
    height: 50px;
    background-color: #000;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    margin-right: 20px;
}
.how-it-works .content-wrapper .icon-box img{
    max-width: 70px;
    max-height: 70px;
}
.how-it-works-box .content-box {
    width: calc(100% - 100px)
}
.how-it-works-box .content-box h6 {
    margin-bottom: 10px;
}
.how-it-works-sec .sec-brder {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
/*==================
3.5 Homepage 5
====================*/

/*Banner fix*/

.fix-banner {
    height: 950px;
    width: 100%;
}
.fix-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.fix-banner .fix-banner-overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(to right, rgba(41, 6, 150, 0.9), rgba(134, 11, 19, 0.9));
    height: 100%;
}
.fix-banner .fix-banner-wrapper {
    position: absolute;
    top: 50%;
    left: 0%;
    right: 0;
    transform: translate(0%, -50%);
}
.fix-banner .fix-banner-wrapper .fix-banner-text-wrapper {
    text-align: center;
}
.fix-banner .fix-banner-wrapper .fix-banner-text-wrapper h1 {
    font-size: 50px;
    margin-bottom: 60px;
}
.fix-banner .fix-banner-wrapper .fix-banner-text-wrapper .search-box {
    border: 10px solid rgba(221, 221, 221, 0.5);
    border-radius: 80px;
    margin-bottom: 60px;
}
.fix-banner .fix-banner-wrapper .fix-banner-text-wrapper .search-box .input-group {
    background-color: #fff;
    flex-wrap: wrap;
    height: 65px;
    width: 100%;
    justify-content: flex-end;
    border-radius: 80px;
}
.fix-banner .fix-banner-wrapper .fix-banner-text-wrapper .search-box .input-group input {
    height: 65px;
    font-size: 14px;
    background-color: transparent;
    border: none;
    border-right: 1px solid #dddddd;
    padding: 10px 20px;
}
.fix-banner .fix-banner-wrapper .fix-banner-text-wrapper .search-box .input-group .input-group-append button {
    height: 65px;
    width: 100%;
    border-radius: 45px;
    letter-spacing: 0.08em;
    box-shadow: 3px 3px 11px rgba(0, 167, 234, 0.25);
    padding: 10px 30px;
}
.fix-banner .fix-banner-wrapper .fix-banner-text-wrapper .search-box .input-group .input-group-prepend {
    position: relative;
    width: 150px;
}
.fix-banner .fix-banner-wrapper .fix-banner-text-wrapper .search-box .input-group .input-group-prepend ul {
    padding: 0px;
    background: transparent;
    border-left: 0;
    position: absolute;
    left: 0;
    right: 0;
}
.fix-banner .fix-banner-wrapper .fix-banner-text-wrapper .search-box .input-group .input-group-prepend ul li {
    padding: 20px 0px 20px 15px;
    z-index: 2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: none;
    border-left: 0;
    height: 65px;
    margin-bottom: 2px;
    text-align: left;
    cursor: pointer;
}
.fix-banner .fix-banner-wrapper .fix-banner-text-wrapper .search-box .input-group .input-group-prepend ul li.init:before {
    content: "\f0ac";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: normal;
    color: #c5c5c5;
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.fix-banner .fix-banner-wrapper .fix-banner-text-wrapper .search-box .input-group .input-group-prepend ul li.init:after {
    content: "\f108";
    font-family: "Flaticon";
    float: right;
    font-size: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-0%, -50%);
}
.fix-banner .fix-banner-wrapper .fix-banner-text-wrapper .search-box .input-group .input-group-prepend ul li.init.arrowh3:after {
    content: "\f109";
    font-family: "Flaticon";
    float: right;
    font-size: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-0%, -50%);
}
.fix-banner .fix-banner-wrapper .fix-banner-text-wrapper .search-box .input-group .input-group-prepend ul li:not(.init) {
    border-top: 0px solid #eee;
    border-left: 0px solid #eee;
    border-right: 0px solid #eee;
    padding: 6px 10px;
    float: left;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    height: auto;
    margin-bottom: 0;
}
.fix-banner .fix-banner-wrapper .fix-banner-text-wrapper .search-box .input-group .input-group-prepend ul li:not(.init):hover {
    background: #b61628;
    color: #fff;
}
.fix-banner .fix-banner-wrapper .fix-banner-text-wrapper .search-box .input-group .input-group-prepend ul li:not(.init).animatedcat {
    opacity: 1;
    visibility: visible;
    transition: 1s;
}
.fix-banner .fix-banner-wrapper .fix-banner-text-wrapper .icon-item {} .fix-banner .fix-banner-wrapper .fix-banner-text-wrapper .icon-item .icon {
    border: 5px solid rgba(255, 255, 255, 0);
    border-radius: 50%;
    font-size: 60px;
    height: 85px;
    line-height: 75px;
    margin: 0 auto 7px;
    width: 85px;
    position: relative;
    transition: ease-in-out 0.25s;
    display: block;
}
.fix-banner .fix-banner-wrapper .fix-banner-text-wrapper .icon-item .icon:before {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 0;
    content: "";
    border-radius: 50%;
    transition: ease-in-out 0.25s;
}
.fix-banner .fix-banner-wrapper .fix-banner-text-wrapper .icon-item .icon i,
.fix-banner .fix-banner-wrapper .fix-banner-text-wrapper .icon-item .icon img {
    position: relative;
    color: #fff;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 5px;
    filter: invert(1);
}
.fix-banner .fix-banner-wrapper .fix-banner-text-wrapper .icon-item.slick-current .icon {
    border: 5px solid rgba(255, 255, 255, 0.1);
}
.fix-banner .fix-banner-wrapper .fix-banner-text-wrapper .icon-item.slick-current .icon:before {
    background-color: #b61628;
}
.fix-banner .fix-banner-wrapper .fix-banner-text-wrapper .icon-item .cat-name {
    font-size: 16px;
}
/*Recent Listed Vehicles*/

.our-vehicles-inner-page .card {
    background: #ececec;
    box-shadow: 0 0 7px 0 rgba(69, 69, 69, 0.33);
    border: none;
    margin-bottom: 25px;
}
.our-vehicles-inner-page .card .card-header {
    padding: 10px 0;
    border: none;
}
.our-vehicles-inner-page .card .card-header .accordion-tabs {
    cursor: pointer;
}
.our-vehicles-inner-page .card .card-header .accordion-tabs i,
.our-vehicles-inner-page .card .card-header .accordion-tabs span,
.our-vehicles-inner-page .card .card-header .accordion-tabs:hover i,
.our-vehicles-inner-page .card .card-header .accordion-tabs:hover span {
    color: #b61628;
}
.our-vehicles-inner-page .card .card-header .accordion-tabs.collapsed i,
.our-vehicles-inner-page .card .card-header .accordion-tabs.collapsed span {
    color: #191919;
}
.our-vehicles-inner-page .card .card-header .accordion-tabs i.flaticon-supercar {
    font-size: 70px;
    margin-bottom: 0;
    line-height: .5;
}
.our-vehicles-inner-page .card .card-header .accordion-tabs i {
    font-size: 30px;
    line-height: 1;
    vertical-align: middle;
    margin-bottom: 5px;
}
.our-vehicles-inner-page .card .card-header .accordion-tabs i:before {
    vertical-align: baseline;
}
.our-vehicles-inner-page .card .card-header .accordion-tabs i:after {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #e5e5e5;
    position: absolute;
    top: 8px;
}
.our-vehicles-inner-page .card .card-header .accordion-tabs.active i:after {
    color: #b61628;
}
.our-vehicles-inner-page .card .card-body {
    padding: 30px;
    padding-bottom: 50px;
    position: relative;
}
.our-vehicles-inner-page .card .card-body .content-box h5 span.closebtn {
    font-family: 'Rubik', sans-serif;
    color: #6c6d72;
    float: right;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}
.our-vehicles-inner-page .card .card-body .content-box h5 span.closebtn:hover {
    color: #b61628;
}
.our-vehicles-inner-page .card .card-body .content-box ul {
    display: flex;
    max-width: 65%;
    margin: 0 auto;
    margin-bottom: 25px;
}
.our-vehicles-inner-page .card .card-body .content-box ul li {
    width: 20%;
    padding: 0 15px;
    text-align: left;
    cursor: pointer;
    position: relative;
}
.our-vehicles-mobile .model-reset-top,
.our-vehicles-inner-page .model-reset-top {
    margin-bottom: 20px;
}
.our-vehicles-mobile .model-reset,
.our-vehicles-mobile .model-reset-top,
.our-vehicles-inner-page .model-reset,
.our-vehicles-inner-page .model-reset-top {
    float: right;
    background: transparent;
    font-size: 16px;
    opacity: 0;
}
.our-vehicles-mobile .model-reset-top {
    width: 100%;
    border: none;
    border-radius: 0;
    overflow: hidden;
    padding: 0px;
    cursor: pointer;
    display: none;
}
.our-vehicles-mobile .model-reset-top h5:before {
    display: none;
}
.our-vehicles-mobile .model-reset-top h5 i {
    font-size: 25px;
    line-height: 1;
    vertical-align: middle;
    margin-bottom: 0px;
    margin-right: 20px;
    text-align: center;
    width: 50px;
}
.our-vehicles-inner-page .card .card-body .content-box ul li img {
    width: 50%;
    display: block;
    margin-bottom: 5px;
}
.our-vehicles-inner-page .card .card-body .content-box ul li img+img {
    display: none;
}
.our-vehicles-inner-page .card .card-body .content-box ul li.active img,
.our-vehicles-mobile .card .card-body .card .card-body .filters li.active img {
    display: none;
}
.our-vehicles-inner-page .card .card-body .content-box ul li.active span,
.our-vehicles-mobile .card .card-body .card .card-body .filters li.active span {
    color: #b61628;
}
.our-vehicles-inner-page .card .card-body .content-box .price-filter {
    width: 65%;
    margin: 24px auto 40px;
}
.our-vehicles-inner-page .card .card-body .content-box .price-filter .caption input {
    background: transparent;
    border: none;
    width: 100%;
}
.our-vehicles-inner-page .card .card-body .content-box .price-filter .ui-slider .ui-slider-range {
    background-color: #b61628;
    height: 4px;
    border: none;
}
.our-vehicles-inner-page .card .card-body .content-box .price-filter .ui-widget.ui-widget-content {
    border: none;
    background: #D6D7D9;
    height: 4px;
}
.our-vehicles-inner-page .card .card-body .content-box .price-filter .ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(66, 66, 66, 0.17);
    border: 2px solid #b61628;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    cursor: pointer;
}
.our-vehicles-inner-page .card .card-body .content-box .price-filter .ui-slider-horizontal .ui-slider-handle:active {
    border: 8px solid rgba(255, 133, 0, 0.36);
    top: -16px;
    padding: 10px;
}
.our-vehicles-inner-page .product-main-box {
    padding-bottom: 20px;
    margin-bottom: 100px;
}
.our-vehicles-inner-page .product-main-box .product-box .product-img-sec {
    padding-bottom: 15px;
    width: 100%;
    height: 160px;
}
.our-vehicles-inner-page .product-main-box .product-box .product-img-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.our-vehicles-inner-page .product-main-box .product-box .product-caption {
    padding: 0 25px;
}
.our-vehicles-inner-page .product-main-box .product-box .product-caption h5 {
    margin-bottom: 15px;
    font-size: 20px;
}
.our-vehicles-inner-page .product-main-box .product-box .product-caption p {
    font-size: 16px;
}
.our-vehicles-inner-page .product-main-box .product-box.product-box-section-2 {
    box-shadow: 0 0 7px 0 rgba(51, 51, 51, 0.33);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    display: none;
    z-index: 100;
}
.our-vehicles-inner-page .product-main-box:hover>.product-box-section-2 {
    display: block;
}
.our-vehicles-inner-page .product-main-box:hover>.product-box-section-2 a.btn-first {
    padding: 10px 25px;
}
/*mobile view*/

.our-vehicles-mobile {
    display: none;
}
.our-vehicles-mobile .card .card-header,
.our-vehicles-mobile .card .card-body .card,
.our-vehicles-mobile .card .card-body {
    padding: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #3c3c3c;
}
.our-vehicles-mobile .card .card-header h5 {
    border-bottom: 1px solid #3c3c3c;
    background-color: #242424;
    padding: 19px 30px;
    display: flex;
    cursor: pointer;
}
.our-vehicles-mobile .card .card-header h5.collapsed {
    padding: 19px 30px;
    border-bottom: 1px solid #3c3c3c;
    background-color: #333;
    display: flex;
}
.our-vehicles-mobile .card .card-header h5.collapsed:before {
    content: "\f108";
    font-family: "Flaticon";
    float: right;
    font-size: 14px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(-0%, -50%);
}
.our-vehicles-mobile .card .card-body .card .card-header h5:after {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #b61628;
    position: relative;
    top: 3px;
    left: 10px;
    font-size: 14px;
    opacity: 0;
}
.our-vehicles-mobile .card .card-body .card .card-header h5.active:after {
    opacity: 1;
}
.our-vehicles-mobile .card .card-header h5:before {
    content: "\f109";
    font-family: "Flaticon";
    float: right;
    font-size: 14px;
    position: absolute;
    right: 30px;
}
.our-vehicles-mobile .card .card-body {
    padding: 0;
}
.our-vehicles-mobile .card .card-body .card h5 i.flaticon-supercar {
    font-size: 50px;
    margin-bottom: 0;
    line-height: .5;
}
.our-vehicles-mobile .card .card-body .card h5 i {
    font-size: 25px;
    line-height: 1;
    vertical-align: middle;
    margin-bottom: 0px;
    margin-right: 20px;
    text-align: center;
    width: 50px;
}
.our-vehicles-mobile .card {
    border: none;
}
.our-vehicles-mobile .card .card-body .card .card-body {
    padding: 0 0 20px 0;
}
.our-vehicles-mobile .card .card-body .card .card-body .filters {
    padding: 20px 15px;
}
.our-vehicles-mobile .card .card-body .card .card-body .filters li {
    display: flex;
}
.our-vehicles-mobile .card .card-body .card .card-body .filters li.inner-tab-sec {
    width: 100%;
    padding: 10px;
    text-align: left;
    cursor: pointer;
    position: relative;
}
.our-vehicles-mobile .card .card-body .card .card-body .filters li.inner-tab-sec img {
    width: 100px;
    margin-right: 30px;
}
.our-vehicles-mobile .card .card-body .card .card-body .filters li.inner-tab-sec img+img {
    display: none;
}
.our-vehicles-mobile .card .card-body .card .card-body .filters li.inner-tab-sec span {
    line-height: normal;
    vertical-align: bottom;
    position: absolute;
    left: 130px;
    right: 0;
    bottom: 15px;
    font-size: 16px;
}
.our-vehicles-inner-page .card .card-body .content-box ul li.active img+img,
.our-vehicles-mobile .card .card-body .card .card-body .filters li.active img+img {
    display: block;
}
.our-vehicles-mobile .card .card-body .card .card-body .price-filter {
    padding: 40px 30px;
}
.our-vehicles-mobile .card .card-body .card .card-body .price-filter .caption {
    margin-bottom: 25px;
}
.our-vehicles-mobile .card .card-body .card .card-body .price-filter .caption input {
    background: transparent;
    border: none;
}
.our-vehicles-mobile .card .card-body .card .card-body .price-filter .ui-slider .ui-slider-range {
    background-color: #b61628;
    height: 4px;
    border: none;
}
.our-vehicles-mobile .card .card-body .card .card-body .price-filter .ui-widget.ui-widget-content {
    border: none;
    background: #D6D7D9;
    height: 4px;
}
.our-vehicles-mobile .card .card-body .card .card-body .price-filter .ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(66, 66, 66, 0.17);
    border: 2px solid #b61628;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    cursor: pointer;
}
.our-vehicles-mobile .card .card-body .card .card-body .price-filter .ui-slider-horizontal .ui-slider-handle:active {
    border: 8px solid rgba(255, 133, 0, 0.36);
    top: -16px;
    padding: 10px;
}
.our-vehicles-mobile .product-box {
    margin-top: 25px;
    position: relative;
}
.our-vehicles-mobile .product-box .product-img-sec {
    padding: 15px 0;
    width: 100%;
    height: 160px;
}
.our-vehicles-mobile .product-box .product-img-sec img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.our-vehicles-mobile .product-box .product-caption {
    padding: 0 25px;
}
.our-vehicles-mobile .product-box .product-caption h5 {
    margin-bottom: 15px;
    font-size: 20px;
}
.our-vehicles-mobile .product-box .product-caption span {
    font-size: 16px;
}
.our-vehicles-mobile .product-box .back .product-caption {
    margin-bottom: 30px;
}
.our-vehicles-mobile .product-box .back .button-sec a.btn-first {
    padding: 10px 25px;
}
.our-vehicles-mobile .product-box .icon-sec {
    opacity: 1;
    border-top: 45px solid #3c3c3c;
    border-right: 45px solid #fff;
    transition: all 300ms ease-out;
    float: right;
    cursor: pointer;
    width: 0;
    height: 0;
}
.our-vehicles-mobile .product-box .icon-sec button {
    margin: 0;
    color: #fff;
    position: absolute;
    outline: 0;
    padding: 0;
    bottom: 30px;
    font-size: 22px;
    width: 23px;
    height: 23px;
    display: inline-block;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
}
.our-vehicles-mobile .product-box label {
    perspective: 1000px;
    transform-style: preserve-3d;
    display: block;
    cursor: pointer;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    height: 100%;
}
.our-vehicles-mobile .product-box .card {
    position: relative;
    width: 100%;
    transition: all 600ms;
    border-radius: 0;
    border: none;
}
.our-vehicles-mobile .product-box .card .front {
    background: #ececec;
    backface-visibility: hidden;
    border-radius: 2px;
}
.our-vehicles-mobile .product-box .card .back {
    background: #fff;
    transform: rotateX(180deg);
    display: none;
    box-shadow: 0 0 7px 0 rgba(51, 51, 51, 0.33);
    width: 100%;
}
.our-vehicles-mobile .product-box input {
    display: none;
}
.our-vehicles-mobile .product-box.active .card {
    transform: rotateX(180deg);
    display: block;
}
.our-vehicles-mobile .product-box.active .card .back {
    display: inline-block;
}
.our-vehicles-mobile .product-box.active .card .front {
    display: none;
}
.our-vehicles-mobile .product-box.active .card {
    transform: rotateX(180deg);
    box-shadow: 0 20px 20px rgba(255, 255, 255, .2);
    display: block;
}
.our-vehicles-mobile .product-box.active label {
    height: 75%;
}
.our-vehicles-mobile .filter-box {
    margin-bottom: 80px;
}
/*Top Selling Brands On Car Valley*/

.vehicle-tab-sec .nav-pills .nav-item {
    padding: 0 10px 0 0;
}
.vehicle-tab-sec .nav-pills .nav-link {
    filter: grayscale(1);
    border-radius: 0;
    padding: 0 0 15px 0;
}
.vehicle-tab-sec .nav-pills {
    justify-content: center;
}
.vehicle-tab-sec .nav-pills .nav-item:last-child {
    padding: 0;
}
.vehicle-tab-sec .nav-pills .nav-link:hover {
    filter: grayscale(0);
}
.vehicle-tab-sec .nav-pills .nav-link:hover span.car-name {
    filter: grayscale(0);
    color: #b61628;
}
.vehicle-tab-sec .nav-pills .nav-item:hover span.car-image img {
    position: relative;
    transition: 0.3s;
    transform: translateY(-5px);
}
.vehicle-tab-sec .nav-pills .nav-link span.car-name {
    text-transform: uppercase;
    margin-top: 8px;
    display: block;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden
}
/*car-design-layout-details*/
.car-design-layout-details{
   background: rgba(0,0,0,.88);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.car-design-layout-details:before{
    content: '';
    background-color: rgba(0,0,0,0.88);
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.car-design-tab-sec .content-box{
    padding-bottom: 50px;
}
.car-design-tab-sec .tab-box .nav-tabs{
    border-bottom: 1px solid;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 16px;
}
.car-design-tab-sec .tab-box .nav-tabs .nav-item{
    display: flex;
    flex-direction: column;
    width: 20%;
    margin: 0 auto;
}
.car-design-tab-sec .tab-box .nav-tabs .nav-item .nav-link{
    padding-bottom: 20px;
    display: inline-block;
    border: none;
    vertical-align: top;
    border-bottom: 4px solid transparent;
    margin-bottom: -2px;
    background: transparent;
    border-radius: 0;
    font-weight: 400;
    align-self: center;
    text-align: center;
}
.car-design-tab-sec .tab-box .nav-tabs .nav-item .nav-link img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(93%) saturate(1%) hue-rotate(307deg) brightness(106%) contrast(100%);
}
.car-design-tab-sec .tab-box .nav-tabs .nav-item .nav-link.active{
    color: #b61628;
    border-color: #b61628;
}
.car-design-tab-sec .tab-box .tab-content>.tab-pane>a{
    margin-top: 15px;
}
.car-design-details-sec .car-pointers{
   
}
.car-design-details-sec .car-pointers .car-detail-point{
     position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 100%;
}
.car-design-details-sec .car-pointers .car-detail-point:before{
    content: '+';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    z-index: 2;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    background-color: #b61628;
}
.car-design-details-sec .car-pointers .car-detail-point:after{
    background: #b616287a;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    z-index: 1;
    transition: transform 0.33s ease;
}
.car-design-details-sec .car-pointers .car-detail-point:hover:after{
    transform: scale(1.5);
}
.car-design-details-sec .car-pointers .car-detail-point .car-detail-box{
    background: #fff;
    color: #191919;
    position: absolute;
    width: 216px;
    padding: 25px;
    border-radius: 5px;
    z-index: 3;
    bottom: 130%;
    left: 50%;
    transform: translate(-50%,-15px);
    cursor: default;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.33s ease,opacity 0.33s ease,transform 0.33s ease;
}
.car-design-details-sec .car-pointers .car-detail-point .car-detail-box>p{
    font-size: 12px;
}
.car-design-details-sec .car-pointers .car-detail-point:hover .car-detail-box{
    transform: translate(-50%,0);
    opacity: 1;
    visibility: visible;
}
.car-design-details-sec .car-pointers .car-detail-point.first-point{
    top: 75%;
    left: 24%;
}
.car-design-details-sec .car-pointers .car-detail-point.second-point{
    top: 32%;
    left: 25%;
}
.car-design-details-sec .car-pointers .car-detail-point.third-point{
    top: 50%;
    left: 54%;
}
.car-design-details-sec .car-pointers .car-detail-point.fourth-point{
    top: 40%;
    left: 72%;
}
/*==================
3.6. Homepage 6
====================*/

/*main-slider-6*/

.main-slider-6 {
    cursor: pointer;
}
.main-slider-6 ul.slick-dots {
    bottom: 5%;
    z-index: 100;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}
.main-slider-6 ul.slick-dots li {
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}
.main-slider-6 ul.slick-dots li.slick-active {
    background: #b61628;
}
.main-slider-6 ul.slick-dots li button {
    display: none;
}
.blog-page-slider button,
.main-slider-6 button {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: transparent;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.blog-page-slider:hover button,
.main-slider-6:hover button {
    opacity: 1;
    visibility: visible;
    transition: 0.5s ease-in;
}
.blog-page-slider button:before,
.main-slider-6 button:before {
    font-size: 16px;
    position: absolute;
    font-family: Flaticon;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    text-indent: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    box-shadow: 0 2px 14px 0px rgba(0, 0, 0, 0.1);
    color: #b61628;
    transition: all ease .35s;
}
.blog-page-slider button.slick-prev,
.main-slider-6 button.slick-prev {
    left: 0;
}
.blog-page-slider button.slick-next,
.main-slider-6 button.slick-next {
    right: 0;
}
.blog-page-slider button.slick-prev:before,
.main-slider-6 button.slick-prev:before {
    content: "\f106"
}
.blog-page-slider button.slick-next:before,
.main-slider-6 button.slick-next:before {
    content: "\f107"
}
.blog-page-slider button:hover:before,
.main-slider-6 button:hover:before {
    background: #b61628;
    color: #fff;
}
.main-slider-6 .slide-item .content-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    transform: translate(0%, 0%);
}
.main-slider-6 .slide-item {
    position: relative;
}
.main-slider-6 .slide-item .content-wrapper .content-box {
    padding: 0 10%;
}
.main-slider-6 .slide-item .content-wrapper .content-box:hover a h1,
.main-slider-6 .slide-item .content-wrapper .content-box:hover a h4 {
    color: #b61628;
    transition: 0.5s;
}
.main-slider-6 .slide-item .content-wrapper .content-box a h1:before {
    content: "\f107";
    font-family: Flaticon;
    font-size: 66.66667%;
    margin-left: -1em;
    width: 1em;
    vertical-align: middle;
    color: #b61628;
}
/*Car Models*/

.car-slider-index-6 .slide-item {
    padding: 0 15px;
}
.car-slider-index-6 ul.slick-dots {
    z-index: 100;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
}
.car-slider-index-6 ul.slick-dots li {
    background: #5e5e5e;
    width: 20px;
    height: 5px;
    border-radius: 50px;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}
.car-slider-index-6 ul.slick-dots li.slick-active {
    background: #b61628;
}
.car-slider-index-6 ul.slick-dots li button {
    display: none;
}
.car-slider-index-6 button {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: transparent;
    z-index: 1000;
}
.car-slider-index-6 button:before {
    font-size: 16px;
    position: absolute;
    font-family: Flaticon;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    text-indent: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    box-shadow: 0 2px 14px 0px rgba(0, 0, 0, 0.1);
    color: #b61628;
    transition: all ease .35s;
}
.car-slider-index-6 button.slick-prev {
    left: -35px;
}
.car-slider-index-6 button.slick-next {
    right: -35px;
}
.car-slider-index-6 button.slick-prev:before {
    content: "\f106"
}
.car-slider-index-6 button.slick-next:before {
    content: "\f107"
}
.car-slider-index-6 button:hover:before {
    background: #b61628;
    color: #fff;
}
.discover-sec a:hover .text-box h6,
.shopping-sec .img-box:hover .text-box h4 {
    color: #b61628;
    transition: 0.5s;
}
.in-media-sec.carvelley-live .in-media-box {
    column-width: 31em;
}
/*Discover*/

.discover-sec-main {
    padding: 50px 0;
}
.discover-sec a .text-box {
    position: relative;
    padding: 10px 20px;
}
.discover-sec a .text-box h6 {
    font-size: 14px;
}
.discover-sec a .text-box h6:before {
    content: "\f107";
    font-family: Flaticon;
    font-size: 14px;
    margin-left: -1em;
    width: 1em;
    vertical-align: middle;
    color: #b61628;
    top: -2px;
    position: relative;
    font-weight: 900;
    padding-right: 5px;
}
.discover-sec a .text-box h6:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #b61628;
    opacity: 0;
    transition: opacity .24s;
    z-index: 100;
}
.discover-sec a:hover .text-box h6:after {
    opacity: 1;
    transition: 0.5s;
}
.discover-slider ul.slick-dots {
    z-index: 100;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.discover-slider ul.slick-dots li {
    background: #eee;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}
.discover-slider ul.slick-dots li.slick-active {
    background: #b61628;
}
.discover-slider ul.slick-dots li button {
    display: none;
}
/*Find A Dealer*/

.page-map #map-main {
    width: 100%;
    position: relative;
    z-index: 0;
    height: 600px;
    background-color: #eee;
    border: none;
}
.page-map .location-button {
    position: absolute;
    top: 10%;
    width: 100%;
    left: 0;
    right: 0;
    transform: translate(0, 0);
    padding: 0 10%;
}
.page-map .location-button .input-group .location-box input {
    border: 1px solid #c8cacb;
}
.page-map .location-button .input-group .location-box button {
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    right: 0px;
    top: 0%;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
    color: #000;
    background: transparent;
    padding: 0px 10px;
    margin: 1px 0;
}
.page-map .location-button .input-group .location-box button:hover {
    color: #b61628;
}
.page-map .location-button .input-group .input-group-append {
    margin-left: 5px;
}
.page-map .location-button .input-group .input-group-append span {
    display: none;
}
.page-map .location-button .input-group .input-group-append span+span {
    display: block;
}
/*==================
4. In media
====================*/

/*sub header*/

.sub-header-sec {
    height: 400px;
    width: 100%;
}
.sub-header-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sub-header-sec .sub-header-overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
}
.sub-header-sec .sub-header-wrapper {
    position: absolute;
    bottom: 10%;
    left: 0%;
    right: 0;
    transform: translate(0%, 0%);
}
.sub-header-sec .sub-header-text-wrapper {
    max-width: 700px;
    margin: 0 auto;
    word-break: break-word;
}
.sub-header-sec .sub-header-text-wrapper .user-img {
    border: 2px solid #fff;
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top;
    border-radius: 50%;
    height: 50px;
    margin: -25px auto 0;
    overflow: hidden;
    width: 50px;
}
.sub-header-sec .sub-header-text-wrapper h1 {
    font-size: 50px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}
.sub-header-sec .sub-header-text-wrapper ul.breadcrumbs li {
    display: inline-block;
    position: relative;
    margin-right: 6px;
    padding-left: 16px;
    line-height: normal;
}
.sub-header-sec .sub-header-text-wrapper ul.breadcrumbs li:first-child {
    padding-right: 4px;
    padding-left: 0;
    margin-right: 0;
}
.sub-header-sec .sub-header-text-wrapper ul.breadcrumbs li:first-child:before {
    display: none;
}
.sub-header-sec .sub-header-text-wrapper ul.breadcrumbs li:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 6px;
    color: #fff;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%
}
.sub-header-sec .sub-header-text-wrapper ul.breadcrumbs li a:hover {
    text-decoration: underline;
}
.sub-header-sec .sub-header-text-wrapper ul.tags-links {
    padding-top: 35px;
}
.sub-header-sec .sub-header-text-wrapper ul.tags-links li {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 25px;
}
.sub-header-sec .sub-header-text-wrapper ul.tags-links li.cat-tags {} .sub-header-sec .sub-header-text-wrapper ul.tags-links li.cat-tags a {
    padding: 2px 5px;
    transition: all 0.20s ease-in-out;
    background-color: #b61628;
    border-top: solid 1px #b61628;
    color: #fff;
}
.sub-header-sec .sub-header-text-wrapper ul.tags-links li a i {
    margin-right: 5px;
}
/*in media*/

.in-media-sec .in-media-box {
    column-width: 37em;
    column-gap: 5px;
    margin-top: 5px;
}
.in-media-sec .in-media-box .grid-box {
    float: left;
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.in-media-sec .in-media-box .grid-box-small {
    width: 50%;
}
.in-media-sec .in-media-box .grid-box-small.padding-right-5 {
    padding-right: 5px;
}
.in-media-sec .in-media-box .large-img-box {
    height: 384px;
}
.in-media-sec .in-media-box .grid-box .instagram-slider{
    height: 100%;
}
.in-media-sec .in-media-box .small-img-box {
    height: 204px;
}
.in-media-sec .in-media-box .large-img-box img,
.in-media-sec .in-media-box .small-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.in-media-sec .in-media-box .grid-box .in-media-box-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
}
.in-media-sec .in-media-box .grid-box .in-media-box-caption .media-box-caption-wrapper {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    transform: translateY(150px);
    transition: 1s;
}
.in-media-sec .in-media-box .grid-box .in-media-box-caption .media-box-caption-wrapper p,
.in-media-sec .in-media-box .grid-box .in-media-box-caption .media-box-caption-wrapper .icon-box {
    padding: 0 15px;
}
.in-media-sec .in-media-box .grid-box .in-media-box-caption.video-btn:before {
    content: "\f129";
    font-family: Flaticon;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    right: 0;
    text-align: center;
    font-size: 55px;
    width: 100%;
}
.in-media-sec .in-media-box .grid-box .in-media-box-caption .media-box-caption-wrapper .icon-box img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-right: 10px;
}
.in-media-sec .in-media-box .grid-box .in-media-box-caption .main-icon {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 15px;
    overflow: hidden;
    opacity: 1;
}
.in-media-sec .in-media-box .grid-box .in-media-box-caption .main-icon i,
.in-media-sec .in-media-box .grid-box .in-media-box-caption .media-box-caption-wrapper i {
    font-size: 30px;
    vertical-align: bottom;
    color: #fff;
    float: right;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .25) 0, rgba(0, 0, 0, 0) 79%);
}
.in-media-sec .in-media-box .grid-box:hover .in-media-box-caption .main-icon {
    opacity: 0;
}
.in-media-sec .in-media-box .grid-box:hover .in-media-box-caption {
    background-color: #ffffffc9;
}
.in-media-sec .in-media-box .grid-box:hover .media-box-caption-wrapper {
    transform: translateY(0px);
    transition: 1s;
}
/*==================
5. Add Listing
====================*/

.add-listing-sec #add-listing-tab .step-steps {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 0;
}
.add-listing-sec .step-app > .step-steps {
    overflow: hidden;
    margin: 0 auto;
}
.add-listing-sec #add-listing-tab .step-steps > li {
    flex: 0 0 20%;
    max-width: 20%;
}
.add-listing-sec .step-app > .step-steps > li {
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1;
}
.add-listing-sec #add-listing-tab .step-steps > li:before {
    background-color: #19191975;
    height: 12px;
    left: 50%;
    top: 19px;
    width: 235px;
    transition: all 0.3s;
}
.add-listing-sec .step-app > .step-steps > li:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 185px;
    height: 2px;
    background-color: #C4CAD2;
    top: 35px;
    left: 85px;
}
.add-listing-sec .step-app > .step-steps > li > a,
.add-listing-sec .step-app > .step-steps > li > a > span {
    display: block;
}
.add-listing-sec #add-listing-tab .step-steps > li > a > .number {
    width: 30px;
    height: 30px;
    background-color: #191919;
    border: 0px solid;
    transition: all 0.3s;
}
.add-listing-sec .step-app > .step-steps > li > a > .number {
    border-radius: 50%;
    color: #191919;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    margin: 10px auto;
    position: relative;
    z-index: 0;
}
.add-listing-sec #add-listing-tab .step-steps > li.active > a > .number,
.add-listing-sec #add-listing-tab .step-steps > li.done > a > .number {
    background-color: #b61628;
}
.add-listing-sec #add-listing-tab .step-steps > li.active > a > .number:before,
.add-listing-sec #add-listing-tab .step-steps > li.done > a > .number:before {
    background-color: rgba(255, 133, 0, 0.36);
}
.add-listing-sec #add-listing-tab .step-steps > li > a > .number:before {
    background-color: #1919194f;
    box-shadow: 0 0 0 rgba(221, 221, 211, 0);
    height: calc(100% + 16px);
    width: calc(100% + 16px);
    top: -8px;
    left: -8px;
    transition: all 0.3s;
}
.add-listing-sec .step-app > .step-steps > li > a > .number:before {
    content: "";
    z-index: -1;
}
.add-listing-sec .step-app > .step-steps > li > a > .number:before,
.add-listing-sec .step-app > .step-steps > li.done > a > .number:after {
    border-radius: inherit;
    box-shadow: 1px 1px 5px #d1d7de;
    height: 36px;
    left: 6px;
    position: absolute;
    top: 6px;
    width: 36px;
    background-color: #fff;
}
.add-listing-sec #add-listing-tab .step-steps > li.active > a > .step-name,
.add-listing-sec #add-listing-tab .step-steps > li.done > a > .step-name {
    color: #b61628;
}
.add-listing-sec #add-listing-tab .step-steps > li > a > .step-name {
    font-weight: 600;
    color: #191919;
    font-size: 14px;
    letter-spacing: 0.08em;
    margin-top: 20px;
    transition: all 0.3s;
}
.add-listing-sec .step-app > .step-steps > li > a > .step-name {
    color: #47494e;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}
.add-listing-sec #add-listing-tab .step-steps > li:last-child:before {
    width: 0;
}
.add-listing-sec #add-listing-tab .step-steps > li.done:before {
    background-color: #b61628;
}
.add-listing-sec #add-listing-tab.step-app > .step-content > .step-tab-panel.active {
    display: block;
}
.add-listing-sec #add-listing-tab.step-app > .step-content > .step-tab-panel {
    display: none;
}
.add-listing-sec #add-listing-tab .step-footer.step-tab-pager {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
    margin-bottom: 0px;
}
.add-listing-sec #add-listing-tab .step-footer.step-tab-pager button {
    width: auto;
    border-radius: 40px;
    padding: 0 22px;
    height: 42px;
}
.add-listing-sec #add-listing-tab > .step-content {
    border: 0px solid;
    border-radius: 0px;
    padding-top: 80px;
}
.add-listing-sec #add-listing-tab > .step-content .title-icon {
    margin-bottom: 25px;
}
.add-listing-sec #add-listing-tab .title-icon {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 18px 0;
}
.add-listing-sec #add-listing-tab .title-icon > .title {
    align-items: center;
    display: flex;
    margin-bottom: 0;
    text-transform: capitalize;
}
.add-listing-sec #add-listing-tab .title-icon > .title > i {
    color: #a7a7a7;
    font-size: 25px;
    margin-right: 15px;
    display: inline-block;
}
.add-listing-sec #add-listing-tab .form-group .bootstrap-tagsinput input {
    border: none;
    background: transparent;
    outline: none;
    width: 120px;
}
.add-listing-sec #add-listing-tab .form-group .bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: none;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0px;
    width: 100%;
    cursor: text;
    padding: 5.7px 1.2rem;
    height: 50px;
}
.add-listing-sec #add-listing-tab .form-group .bootstrap-tagsinput span.tag {
    display: inline-block;
    color: white;
    border-radius: 30px;
    padding: 0px 5px 0px 8px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 14px;
}
.add-listing-sec #add-listing-tab .form-group .bootstrap-tagsinput .tag .tag-remove{
    margin-left: 5px;
    cursor: pointer;
    color: #fff;
}
.add-listing-sec #add-listing-tab .form-group .bootstrap-tagsinput .tag .tag-remove:after {
    content: "x";
    padding: 0px 2px;
}
.add-listing-sec #add-listing-tab .form-group .bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
}

.add-listing-sec #add-listing-tab .drag-drop-sec {
    height: 215px;
}
.add-listing-sec #add-listing-tab form.drag-drop {
    position: absolute;
    top: 0%;
    left: 0%;
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
    height: 200px;
    border: 4px dashed #eee;
    cursor: pointer;
    padding: 70px 0;
}
.add-listing-sec #add-listing-tab form.drag-drop:hover,
.add-listing-sec #add-listing-tab form.drag-drop:focus {
    border-color: #b61628;
}
.add-listing-sec #add-listing-tab form.drag-drop .add-gallery-text i {
    display: block;
    font-size: 32px;
    color: #6c757d;
    cursor: pointer;
}
.add-listing-sec #add-listing-tab form.drag-drop .add-gallery-text span.drag-label {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: normal;
    color: #6c757d;
    font-size: 16px;
    cursor: pointer;
}
.add-listing-sec #add-listing-tab form.drag-drop input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
}
.add-listing-sec #add-listing-tab form.drag-drop:hover .add-gallery-text i,
.add-listing-sec #add-listing-tab form.drag-drop:hover .add-gallery-text span.drag-label,
.add-listing-sec #add-listing-tab form.drag-drop:focus .add-gallery-text i,
.add-listing-sec #add-listing-tab form.drag-drop:focus .add-gallery-text span.drag-label {
    color: #b61628;
}
/*==================
6. Listing pages
====================*/
.car-details2{
    display: flex;
    flex-wrap: wrap;
}
.listing-with-map .car-details2 .car-grid-layout-details, 
.listing-with-map .car-details2 .car-grid-layout-location{
    width: 100%;
    text-align: center;
}

.listing-with-map .car-details2 .car-grid-layout-details i, 
.listing-with-map .car-details2 .car-grid-layout-location i{
    color: #b61628
}

.car-details3{
    display: flex;
    flex-wrap: wrap;
}
.listing-with-map .car-details3 .car-grid-layout-details, 
.listing-with-map .car-details3 .car-grid-layout-location{
    width: 100%;
}

.listing-with-map .car-details3 .car-grid-layout-details i, 
.listing-with-map .car-details3 .car-grid-layout-location i{
    color: #b61628;
    margin-right: 0!important
}

.listing-with-map .advertisement {
    margin-bottom: 30px;
}
.listing-with-map .side-search-bar {
    box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee;
    padding: 0;
    background-color: #fff;
    border-top: 0;
}
.listing-with-map .side-search-bar .title-icon {
    padding: 20px 30px 0px;
    margin-bottom: 8px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.listing-with-map .side-search-bar .title-icon .title {
    display: flex;
    align-items: center;
}
.listing-with-map .side-search-bar .title-icon > .title > i.flaticon-frame {
    position: relative;
    top: 5px;
}
.listing-with-map .side-search-bar .title-icon > .title > i {
    color: #a7a7a7;
    font-size: 25px;
    margin-right: 15px;
}
.listing-with-map .side-search-bar .widget-search-filter {
    padding: 0 30px;
    margin-bottom: 0px;
    display: flow-root;
}
.listing-with-map .side-search-bar .widget-search-filter .widget-content {
    padding-top: 10px
}
.listing-with-map .side-search-bar .widget-search-filter .widget-content .form-group {
    display: flow-root;
}
.listing-with-map .side-search-bar .widget-search-filter .widget-content .form-submit {
    margin-bottom: 1rem;
}
.listing-with-map .side-search-bar .widget-search-filter .widget-content .form-submit button,
.listing-with-map .side-search-bar .widget-search-filter .widget-content .form-group button {
    margin-bottom: 15px;
}
.listing-with-map .side-search-bar .widget-search-filter .widget-content .form-group .nice-select {
    margin-bottom: 0;
}
.listing-with-map .side-search-bar .widget-search-filter .widget-content .location-box:before {
    content: "\f05b";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0px, -50%);
    z-index: 0;
    pointer-events: none;
    color: #6c757d;
}
.listing-with-map .side-search-bar .widget-search-filter .widget-content .form-group .search-distance-value {
    padding-top: 10px;
}
.listing-with-map .side-search-bar .widget-search-filter .widget-content .form-group input.range-slider-value {
    border: none;
    background: transparent;
}
.listing-with-map .side-search-bar .widget-search-filter .widget-content .form-group .ui-widget.ui-widget-content {
    border: 0px solid #c5c5c5;
    background-color: #ddd;
    height: 0.3em;
    margin: 0.85em 0;
}
.listing-with-map .side-search-bar .widget-search-filter .widget-content .form-group .ui-slider-horizontal .ui-slider-range-min {
    background: #b61628;
}
.listing-with-map .side-search-bar .widget-search-filter .widget-content .form-group .ui-slider-horizontal .ui-slider-handle {
    background: #b61628;
    font-weight: normal;
    color: #454545;
    border-radius: 1.2em;
    border: 0.4em solid rgba(0, 0, 0, 0);
    cursor: pointer;
    width: 1em;
    height: 1em;
    top: -4px;
}
.listing-with-map .side-search-bar .widget-search-filter .widget-content .form-group .ui-slider-horizontal .ui-slider-handle.ui-state-active {
    cursor: pointer;
    width: 1.2em;
    height: 1.2em;
    top: -6px;
}
.listing-with-map .side-search-bar .widget-search-filter .widget-content .form-group strong {
    font-size: 16px;
    margin-bottom: 10px;
    padding-top: 15px;
    display: block;
}
.listing-with-map .side-search-bar .widget-search-filter .widget-content .tags-form-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.listing-with-map .side-search-bar .widget-search-filter .widget-content .tags-form-group .form-group {
    width: 50%;
    margin-bottom: 5px;
}
.price-package .right-section-car-box {
    padding: 0;
}
.price-package .right-section-car-box,
.listing-with-map-2.style-2-map-2 .right-section-car-box,
.listing-with-map.style-2 .right-section-car-box {
    box-shadow: none;
}
.listing-with-map-2.style-2-map-2 .right-section-car-box,
.listing-with-map.style-2 .right-section-car-box {
    padding-top: 0;
}
.listing-with-map-2.style-2-map-2 .right-section-car-box>.tab-content .car-grid-layout-box {
    padding-top: 40px;
}
.listing-with-map.style-2 .right-section-car-box>.row {
    padding-top: 35px;
}
.listing-with-map .right-search-filter-box .search-filter-options {
    padding: 22px 0px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}
.listing-with-map .right-search-filter-box {
    padding-bottom: 15px;
}
.listing-with-map .right-search-filter-box .car-model-sec {
    padding: 0 15px;
}
.result-show-by-cat {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: space-between;
}
.result-show-by-cat .filter-and-sorting {
    display: flex;
    align-items: center;
    align-self: center;
}
.result-show-by-cat .filter-and-sorting span {
    margin: 0 10px;
}
.result-show-by-cat .filter-and-sorting input,
.result-show-by-cat .filter-and-sorting select {
    height: 28px;
    width: 40px;
}
.result-show-by-cat .filter-and-sorting input {
    padding: 0 5px;
}
.result-show-by-cat .filter-and-sorting .arrow-btn button.arrows {
    padding: 3px 10px;
    background: #b61628;
    color: #fff;
}
.result-show-by-cat .filter-and-sorting .arrow-btn button.arrows:hover {
    background: #191919;
}
.listing-with-map .right-search-filter-box .car-model-sec .car-model {
    margin-bottom: 30px;
}
.vertical-scroll {
    flex-wrap: nowrap;
    overflow-y: auto;
    cursor: grab;
}
.vertical-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}
.vertical-scroll::-webkit-scrollbar {
    height: 5px;
    background-color: #b61628;
}
.vertical-scroll::-webkit-scrollbar-thumb {
    background-color: #b61628;
    border: 1px solid #b61628;
}
.listing-with-map .right-search-filter-box .car-model-sec .car-model {
    margin-bottom: 30px;
}
.listing-with-map-2 .right-search-filter-box .ovrflow-slider-2 {
    height: 760px;
    overflow-y: auto;
}
.listing-with-map-2 .right-search-filter-box .car-model-sec .car-model {
    margin-bottom: 50px;
}
.listing-with-map-2 .right-search-filter-box .ovrflow-slider-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}
.listing-with-map-2 .right-search-filter-box .ovrflow-slider-2::-webkit-scrollbar {
    width: 5px;
    background-color: #b61628;
}
.listing-with-map-2 .right-search-filter-box .ovrflow-slider-2::-webkit-scrollbar-thumb {
    background-color: #b61628;
    border: 1px solid #b61628;
}
.listing-with-map-2.style-2-map-2 .right-search-filter-box .result-show-by-cat .title {
    margin: 0 0 auto 0;
}
.listing-with-map-2.style-2-map-2 .right-search-filter-box .result-show-by-cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.listing-with-map-2.style-2-map-2 .filter-by-grid-list {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin-bottom: -5px;
}
.listing-with-map-2.style-2-map-2 .filter-by-grid-list > span {
    display: inline-block;
    line-height: 1em;
    margin-right: 20px;
    margin-top: -12px;
}
.listing-with-map-2.style-2-map-2 .filter-by-grid-list .filter-tab-area {
    margin-bottom: 8px;
    overflow: hidden;
}
.listing-with-map-2.style-2-map-2 .filter-by-grid-list .filter-tab-area .nav-tabs {
    border-bottom: 0 solid;
    overflow: hidden;
    display: inline-block;
    float: right;
}
.listing-with-map-2.style-2-map-2 .filter-by-grid-list .filter-tab-area .nav-tabs > li {
    display: inline-block;
}
.listing-with-map-2.style-2-map-2 .filter-by-grid-list .filter-tab-area .nav-tabs > li > a {
    border-radius: 0;
    color: #dddddd;
    font-size: 22px;
    height: auto;
    line-height: 1em;
    margin-right: 5px;
    padding: 0;
    font-weight: 600;
    transition: all 0.25s ease 0s;
}
.listing-with-map-2.style-2-map-2 .filter-by-grid-list .filter-tab-area .nav-tabs > li > a.active {
    color: #b61628;
}
.listing-with-map-2.style-2-map-2 .filter-by-grid-list .filter-tab-area .nav-tabs > li > a > .fa {
    margin-right: 0;
}
.right-section-car-box > .tab-content .row > div {
    border-right: 1px solid #eee;
    margin-bottom: 50px;
}
.right-section-car-box > .tab-content .row > .col-12 > .car-model-layout-list-2 {
    margin-top: 30px;
    margin-bottom: 0;
}
.right-section-car-box > .tab-content .row > .col-12,
.listing-with-map-2 .side-search-bar .widget-search-filter {
    margin-bottom: 0;
}
/*listing with map 3*/

.listing-3-map .listing-google-map-content #map_todo_listing {
    height: 600px;
}
.listing-with-map-3 .search-filter-options {
    margin-bottom: 60px;
}
.listing-with-map-3 .search-filter-options .products-ordering-list > span {
    text-transform: capitalize;
    display: block;
    margin-bottom: -20px;
    padding-left: 40px;
}
.listing-with-map-3 .search-filter-options .custom-select {
    font-size: 14px;
    height: 58px;
    padding: 5px 0 5px 40px;
    margin: 0;
}
.listing-with-map-3 .search-filter-options .sort:before {
    content: "\f121";
    color: #6c6d72;
    display: block;
    font-family: Flaticon;
    font-size: 24px;
    left: 0px;
    pointer-events: none;
    position: absolute;
    top: -5px;
    transition: all 0.15s ease-in-out 0s;
}
.listing-with-map-3 .search-filter-options .price:before {
    content: "\f11e";
    color: #6c6d72;
    display: block;
    font-family: Flaticon;
    font-size: 24px;
    left: 0px;
    pointer-events: none;
    position: absolute;
    top: -5px;
    transition: all 0.15s ease-in-out 0s;
}
.listing-with-map-3 .search-filter-options .cat:before {
    content: "\f11f";
    color: #6c6d72;
    display: block;
    font-family: Flaticon;
    font-size: 24px;
    left: 0px;
    pointer-events: none;
    position: absolute;
    top: -5px;
    transition: all 0.15s ease-in-out 0s;
}
.listing-with-map-3 .search-filter-options .nice-select .current {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.listing-with-map-3 .search-filter-options .nice-select:after {
    font-size: 18px;
    border-color: #000;
}
.listing-with-map-3 .search-filter-options .filter-by-grid-list {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.listing-with-map-3 .search-filter-options .filter-by-grid-list > span {
    display: inline-block;
    line-height: 1em;
    margin-right: 20px;
    margin-top: -3px;
}
.listing-with-map-3 .search-filter-options .filter-by-grid-list .filter-tab-area {
    margin-bottom: 0;
    overflow: hidden;
}
.listing-with-map-3 .search-filter-options .filter-by-grid-list .filter-tab-area .nav-tabs {
    border-bottom: 0 solid;
    overflow: hidden;
    display: inline-block;
    float: right;
}
.listing-with-map-3 .search-filter-options .filter-by-grid-list .filter-tab-area .nav-tabs > li {
    display: inline-block;
}
.listing-with-map-3 .search-filter-options .filter-by-grid-list .filter-tab-area .nav-tabs > li > a {
    border-radius: 0;
    color: #dddddd;
    font-size: 22px;
    height: auto;
    line-height: 1em;
    margin-right: 5px;
    padding: 0;
    font-weight: 600;
    transition: all 0.25s ease 0s;
}
.listing-with-map-3 .search-filter-options .filter-by-grid-list .filter-tab-area .nav-tabs > li > a.active {
    color: #b61628;
}
.listing-with-map-3 .search-filter-options .filter-by-grid-list .filter-tab-area .nav-tabs > li > a > .fa {
    margin-right: 0;
}
.listing-with-map-3 .search-filter-options .sort-by-tags {
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-top: 35px;
    margin-bottom: -8px;
}
.listing-with-map-3 .search-filter-options .sort-by-tags .tags-by {
    font-weight: 500;
    margin-right: 20px;
    min-width: 65px;
    font-size: 16px;
}
.listing-with-map-3 .search-filter-options .sort-by-tags .tags-group {
    display: flex;
    flex-wrap: wrap;
}
.listing-with-map-3 .search-filter-options .sort-by-tags .tags-group label.custom-checkbox:last-child,
.listing-with-map-3 .search-filter-options .sort-by-tags .tags-group label.custom-checkbox {
    line-height: 1.8;
    margin-right: 30px;
    margin-bottom: 20px;
}
.listing-with-map-3 .search-filter-options .sort-by-tags .tags-group label.custom-checkbox .checkmark {
    top: auto;
    bottom: 5px;
}
.listing-with-map-3 .side-search-bar .widget-search-filter .widget-content {
    padding-top: 10px;
}
.listing-with-map-3 .side-search-bar {
    border: 1px solid #eee;
    height: auto;
    margin-bottom: 30px;
}
.listing-with-map-3 .side-search-bar .title-icon {
    border-top: 0;
}
.listing-with-map-3 .right-search-filter-box {
    padding: 0;
}
.listing-with-map .right-search-filter-box .car-model-sec .car-model {
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #eee;
    margin: 0;
}
.listing-with-map .side-search-bar .widget-search-filter .widget-content ul.top-cat {
    margin-top: -10px;
    padding-bottom: 25px;
}
.listing-with-map .side-search-bar .widget-search-filter .widget-content ul.top-cat li {
    margin: 5px 0;
}
.listing-with-map .side-search-bar .widget-search-filter .widget-content ul.top-cat li a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    transition: all 0.25s;
}
.side-search-bar .widget-search-filter .widget-content .recent-item {
    border: 0 solid;
    box-shadow: 0 0 0;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    margin-bottom: 30px;
    cursor: pointer;
}
.side-search-bar .widget-search-filter .widget-content .recent-item .recent-thumbnail-area {
    flex: 0 0 105px;
    max-width: 105px;
    position: relative;
    overflow: hidden;
}
.side-search-bar .widget-search-filter .widget-content .recent-item .item-thumb {
    min-height: auto;
    position: relative;
    overflow: hidden;
}
.side-search-bar .widget-search-filter .widget-content .recent-item .item-thumb:before {
    content: "";
    height: 100%;
    width: 100%;
    bottom: 0;
    top: 0;
    position: absolute;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
    z-index: 2;
}
.side-search-bar .widget-search-filter .widget-content .recent-item .content-entry-wrap {
    flex: 0 0 calc(100% - 105px);
    max-width: calc(100% - 105px);
}
.side-search-bar .widget-search-filter .widget-content .recent-item .content-entry-wrap .recent-content {
    padding: 0px 0 0 20px;
}
.side-search-bar .widget-search-filter .widget-content .recent-item .content-entry-wrap .recent-content > .title {
    margin-bottom: 8px;
}
.side-search-bar .widget-search-filter .widget-content .recent-item .recent-rating {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 4px;
}
.listing-with-map-3 .side-search-bar .widget-search-filter .widget-content .recent-item .recent-rating .rating-value {
    font-size: 11px;
}
.side-search-bar .widget-search-filter .widget-content .recent-item .recent-rating .rating-value > span {
    background-color: #5bb638;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    line-height: 1.7em;
    width: 45px;
}
.side-search-bar .widget-search-filter .widget-content .recent-item .recent-meta {
    display: block;
    margin: 0;
    -webkit-box-align: center;
    align-items: center;
    display: block;
    flex-wrap: wrap;
    font-size: 13px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.side-search-bar .widget-search-filter .widget-content .recent-item .recent-meta > .recent-number,
.side-search-bar .widget-search-filter .widget-content .recent-item .recent-meta > .recent-location {
    margin-bottom: 5px;
    line-height: 1.65em;
}
.side-search-bar .widget-search-filter .widget-content .recent-item .recent-meta > div > i {
    display: inline-block;
    margin-right: 4px;
    color: #6c6d72;
}
.side-search-bar .widget-search-filter .widget-content .recent-item:hover .item-thumb > img {
    transform: scale(1.1) rotate(-3deg);
    transition: 0.5s;
}
.car-model-layout-list {
    display: flex;
    -webkit-box-align: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.07);
    border: 1px solid #eee;
}
.car-model-layout-list .car-thumbnail-area {
    position: relative;
    overflow: hidden;
    width: 50%;
}
.car-model-layout-list .car-thumbnail-area .item-thumb {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.car-model-layout-list .car-thumbnail-area .item-thumb img {
    object-fit: cover;
    height: 100%;
}
.car-model-layout-list:hover .item-thumb > img {
    transform: scale(1.1) rotate(-3deg);
    transition: 0.5s;
}
.car-model-layout-list .car-thumbnail-area .item-thumb:before {
    content: "";
    height: 100%;
    width: 100%;
    bottom: 0;
    top: 0;
    position: absolute;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
    z-index: 2;
}
.car-model-layout-list .car-overlay-info {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}
.car-model-layout-list .car-overlay-info .car-type {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    height: 18px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 0 10px;
    text-transform: uppercase;
}
.car-model-layout-list .car-overlay-info .car-type.luxury {
    background-color: #b61628;
}
.car-model-layout-list .car-overlay-info .car-description-bottom {
    -webkit-box-align: center;
    align-items: center;
    bottom: 0;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    left: 0;
    font-size: 14px;
    font-weight: 500;
    padding: 16px 20px;
}
.car-model-layout-list .car-overlay-info .car-description-bottom > a .fa {
    display: inline-block;
    margin-right: 7px;
}
.car-model-layout-list .car-description-area {
    width: 50%;
}
.car-model-layout-list .car-description-area .car-description-content {
    padding: 18px 20px 24px;
}
.car-model-layout-list .car-description-area .car-description-content .title {
    margin-bottom: 10px;
}
.car-model-layout-list .car-description-area .car-description-content .car-rating {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 6px;
}
.car-model-layout-list .car-description-area .car-description-content .car-rating .rating-value {
    font-size: 11px;
}
.car-model-layout-list .car-description-area .car-description-content .car-rating .rating-value > span {
    background-color: #5bb638;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    width: 35px;
}
.car-model-layout-list .car-description-area .car-description-content .car-rating .rating-icon > ul > li {
    display: inline-block;
}
.car-model-layout-list .car-description-area .car-description-content .car-meta {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0 -5px 18px;
}
.car-model-layout-list .car-description-area .car-description-content .car-meta > div {
    margin: 2px 5px;
}
.car-model-layout-list .car-description-area .car-description-content .car-meta > div i {
    margin-right: 4px;
    color: #6c6d72;
}
.car-model-layout-list .car-description-area .car-description-content .car-summary p {
    font-size: 13px;
    margin: 0;
}
.car-model-layout-list .car-description-area .car-description-footer {
    border-top: 1px solid #eee;
    background-color: #f5f5f5;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 13px 20px;
}
.car-model-layout-list .car-description-area .car-description-footer a.book i {
    margin-right: 4px;
}
.right-section-car-box {
    padding: 30px 15px 15px 15px;
    background: #fff;
    box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.06);
}
.title-head {
    padding: 30px 15px 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #eee;
    background: #fff;
    box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.06);
}
.right-section-car-box > .row > div {
    border-right: 1px solid #eee;
    margin-bottom: 50px;
}
.car-model-layout-list-2 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.07);
    border: 1px solid #eee;
}
.car-model-layout-list-2 .car-thumbnail-area {
    position: relative;
    overflow: hidden;
    width: 50%;
}
.car-model-layout-list-2 .car-thumbnail-area .item-thumb {
    position: relative;
    overflow: hidden;
    height: 254px;
    width: 100%;
}
.car-model-layout-list-2 .car-thumbnail-area .item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.car-model-layout-list-2:hover .item-thumb > img {
    transform: scale(1.1) rotate(-3deg);
    transition: 0.5s;
}
.car-model-layout-list-2 .car-description-area {
    width: 50%;
}
.car-model-layout-list-2 .car-description-area .car-description-content {
    padding: 18px 20px 24px;
}
.car-model-layout-list-2 .car-description-area .car-description-content .title {
    margin-bottom: 15px;
}
.car-model-layout-list-2 .car-description-area .car-description-content .title span {
    float: right;
    position: relative;
}
.car-model-layout-list-2 .car-description-area .car-description-content .car-details {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
}
.car-model-layout-list-2 .car-description-area .car-description-content .car-details .model-icon,
.car-model-layout-list-2 .car-description-area .car-description-content .car-details .speed-value {
    font-size: 15px;
}
.car-model-layout-list-2 .car-description-area .car-description-content .car-details .model-icon > span,
.car-model-layout-list-2 .car-description-area .car-description-content .car-details .speed-value > span {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}
.car-model-layout-list-2 .car-description-area .car-description-content .car-details .model-icon > span {
    margin-right: 0px;
    margin-left: 10px;
}
.car-model-layout-list-2 .car-description-area .car-description-content .car-summary p {
    font-size: 13px;
    margin: 0;
}
.car-model-layout-list-2 .car-description-area .car-description-footer {
    border-top: 1px solid #eee;
    background-color: #f5f5f5;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 13.5px 20px;
}
.car-model-layout-list-2 .car-description-area .car-description-footer a.book i {
    margin-right: 4px;
}
/*masonary*/

.masonary-gallery .grid-custom {
    column-width: 45em;
    column-gap: 1em;
}
.masonary-gallery .grid-item {
    float: left;
    margin-bottom: 1em;
    width: 100%;
    overflow: hidden;
}
.masonary-gallery .grid-item img:hover {
    transform: scale(1.2);
    transition: 1s;
}
.masonary-gallery .grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.masonary-gallery .grid-item.grid-item-height1 {
    height: 595px;
}
.masonary-gallery .grid-item.grid-item-height2 {
    height: 335px;
}
.masonary-gallery .grid-item.grid-item-height3 {
    height: 335px;
}
.masonary-gallery .grid-item.grid-item-height4 {
    height: 596px;
}
.masonary-gallery .grid-item.grid-item-height5 {
    height: 584px;
}
.masonary-gallery .grid-item.grid-item-height6 {
    height: 347px;
}
/*==================
7. Pricing
====================*/

/*price-package*/

.price-package .pricing-tab {
    margin-bottom: 60px;
    text-align: center;
}
.price-package .pricing-tab ul {
    background-color: #191919;
    border: 0px solid;
    border-radius: 40px;
    overflow: hidden;
    display: inline-block;
}
.price-package .pricing-tab ul li {
    border-right: 0px solid;
    display: inline-block;
    margin: 0 -2px;
}
.price-package .pricing-tab ul li a {
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin-right: 0;
    min-width: 170px;
    padding: 15px;
    text-transform: capitalize;
    transition: all 0.25s ease 0s;
    text-align: center;
    border: none;
}
.price-package .pricing-tab ul li a:hover,
.price-package .pricing-tab ul li a.active {
    background-color: #b61628;
    color: #fff;
    border: none;
}
.price-package .pricing-box {
    border: 1px solid #eee;
    background-color: #fff;
    margin-bottom: 30px;
}
.price-package .pricing-box .pricing-header,
.price-package .pricing-box .pricing-content {
    text-align: center;
}
.price-package .pricing-box .pricing-header .package-type {
    text-transform: capitalize;
    background-color: #191919;
    font-weight: 600;
    padding: 22px 15px;
}
.price-package .pricing-box .pricing-header .package-price {
    background-color: #f5f5f5;
    color: #191919;
    padding: 28px 15px 25px;
}
.pricing-box .pricing-header .package-price > h3 > sub {
    bottom: 5px;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    left: 0px;
}
.price-package .pricing-box .pricing-content > ul > li:first-child {
    padding-top: 25px;
}
.price-package .pricing-box .pricing-content > ul > li {
    padding: 14px 15px;
}
.price-package .pricing-box .pricing-content > ul > li:nth-child(2n) {
    background-color: #f5f5f5;
}
.price-package .pricing-box .pricing-footer {
    text-align: center;
    padding: 15px 15px 30px;
}
.price-package .pricing-box .pricing-footer a {
    padding: 8px 40px;
    text-transform: uppercase;
    border-radius: 45px;
}
.price-package .pricing-box.active .pricing-header .package-type {
    background-color: #b61628;
}
.price-package .pricing-box.active .pricing-header .package-price {
    background-color: #191919;
    color: #fff;
}
.price-package .right-section-car-box {
    margin-top: 40px;
}
.price-package .right-section-car-box > .row > div:last-child {
    border: none;
}
/*==================
8. Blog
====================*/

/*sidebar*/

.our_articles .side-bar .sidebar-widget {
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
}
.our_articles .side-bar .sidebar-widget .widget-title {
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    padding: 20px 30px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 18px;
}
.our_articles .side-bar .sidebar-widget .widget-title i {
    padding-right: 20px;
    color: #a7a7a7;
    font-size: 27px;
}
.our_articles .side-bar .sidebar-widget .widget-content {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    padding-bottom: 0;
}
.our_articles .side-bar .sidebar-widget .widget-content .social-profile-box {
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    padding: 0.5px;
    transition: all 0.25s;
}
.our_articles .side-bar .sidebar-widget .widget-content .social-profile-box-wrapper {
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.our_articles .side-bar .sidebar-widget .widget-content .social-profile-box:hover {
    opacity: 0.75;
}
.our_articles .side-bar .sidebar-widget .widget-content .social-profile-box a.icon {
    display: block;
    min-height: 80px;
    padding: 10px 5px;
    background-color: #f5f5f5;
}
.our_articles .side-bar .sidebar-widget .widget-content .social-profile-box a.icon span {
    line-height: 15px;
    display: block;
}
.our_articles .side-bar .sidebar-widget .widget-content .social-profile-box a.icon span.social-icon {
    line-height: 15px;
    margin-bottom: 10px;
    font-size: 24px;
}
.our_articles .side-bar .sidebar-widget .widget-content .social-profile-box a.icon span.count {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    margin-bottom: 2px;
}
.our_articles .side-bar .sidebar-widget .widget-content .social-profile-box a.icon span.social-type {
    font-size: 12.5px;
    color: #727272;
}
.our_articles .side-bar .sidebar-widget .widget-content .social-profile-box a.icon span.social-icon.facebook {
    color: #39579A;
}
.our_articles .side-bar .sidebar-widget .widget-content .social-profile-box a.icon span.social-icon.google-plus {
    color: #D94830;
}
.our_articles .side-bar .sidebar-widget .widget-content .social-profile-box a.icon span.social-icon.twitter {
    color: #0C9EF5;
}
.our_articles .side-bar .sidebar-widget .widget-content .social-profile-box a.icon span.social-icon.youtube {
    color: #E21C00;
}
.our_articles .side-bar .sidebar-widget .widget-content .social-profile-box a.icon span.social-icon.instagram {
    color: #125d8f;
}
.our_articles .side-bar .sidebar-widget .widget-content .social-profile-box a.icon span.social-icon.vimeo {
    color: #1AB1F0;
}
.our_articles .side-bar .sidebar-widget .widget-content .social-profile-box a.icon span.social-icon.pinterest {
    color: #ff4200;
}
.our_articles .side-bar .sidebar-widget .widget-content .social-profile-box a.icon span.social-icon.soundcloud {
    color: #FF8800;
}
.our_articles .side-bar .sidebar-widget .widget-content .side-post {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    border-width: 0px;
    background-color: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.07);
}
.our_articles .side-bar .sidebar-widget .widget-content .side-post .thumb-img {
    position: relative;
    overflow: hidden;
    flex: 0 0 100px;
    max-width: 100px;
}
.our_articles .side-bar .sidebar-widget .widget-content .side-post .thumb-img span.count {
    background-color: #b61628;
    border-radius: 0% 50% 50% 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    height: 44px;
    line-height: 48px;
    position: absolute;
    left: -5px;
    text-align: center;
    top: -5px;
    width: 44px;
}
.our_articles .side-bar .sidebar-widget .widget-content .side-post .content-wrap {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding: 0 0 0 15px;
}
.our_articles .side-bar .sidebar-widget .widget-content .side-post .content-wrap .entry-meta-content,
.our_articles .post .blog-meta .entry-meta-content {
    margin-bottom: 10px;
    align-items: center;
}
.our_articles .side-bar .sidebar-widget .widget-content .side-post .content-wrap .entry-title {
    line-height: 1.5em;
}
.our_articles .side-bar .sidebar-widget .widget-content .tag-cloud{
    margin-bottom: 20px;
}
.our_articles .side-bar .sidebar-widget .widget-content .tag-cloud>a{
    display: inline-block;
    padding: 5px 18px;
    border: #191919 solid 1px;
    margin: 0 5px 10px 0;
    font-weight: 500;
    color: #191919;
}
.our_articles .side-bar .sidebar-widget .widget-content .tag-cloud>a:hover{
    background-color: #b61628;
    border-color: #b61628;
    color: #fff;
}
.our_articles .side-bar .sidebar-widget .widget-content .instagram-img {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    margin: -5px;
    padding-bottom: 30px;
}
.our_articles .side-bar .sidebar-widget .widget-content .instagram-img li.insta-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 5px;
}
.our_articles .side-bar .sidebar-widget .widget-content .instagram-img li.insta-item:hover img {
    opacity: 0.9;
    transition: 0.5s;
}
.our_articles .side-bar .sidebar-widget .widget-content ul.top-cat {
    margin-top: -10px;
    width: 100%;
    padding-bottom: 30px;
}
.our_articles .side-bar .sidebar-widget .widget-content .search-button-blog {
    padding-bottom: 30px;
}
.our_articles .side-bar .sidebar-widget .widget-content ul.top-cat li {
    margin: 5px 0;
}
.our_articles .side-bar .sidebar-widget .widget-content ul.top-cat li a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    transition: all 0.25s;
    font-size: 15px;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    font-weight: 600;
}
.our_articles .side-bar .sidebar-widget .widget-content ul.top-cat li a span {
    font-weight: 400;
}
/*blog block*/

.our_articles .post {
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
}
.our_articles .post .post-type {
    left: 20px;
    position: absolute;
    top: 20px;
    z-index: 9;
}
.our_articles .post .post-type > a {
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 60px;
    line-height: normal;
    padding: 18px;
    width: 60px;
    text-align: center;
    background-color: #b61628;
    display: block;
}
.our_articles .post .post-date {
    right: 0px;
    position: absolute;
    top: 0px;
    z-index: 9;
}
.our_articles .post .post-type-video {
    position: absolute;
    top: 50%;
    left: 0%;
    right: 0;
    transform: translate(0, -50%);
}
.our_articles .post .post-type-video .circle-box {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    font-size: 25px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    transition: height .25s ease, width .25s ease;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.our_articles .post .post-type-video .circle-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    animation: ripple 2s linear infinite;
}
.our_articles .post .post-type-video .circle-box a.video-btn {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-color: inherit;
}
.our_articles .post .post-date > a {
    border-radius: 0%;
    color: #fff;
    font-size: 20px;
    height: 80px;
    line-height: normal;
    padding: 18px 0;
    width: 80px;
    text-align: center;
    background-color: #b61628;
    display: block;
}
.our_articles .post .post-date > a span.month {
    font-size: 14px;
}
.our_articles .post .post-type > a i.flaticon-film {
    line-height: 32px;
}
.our_articles .post .blog-wrap .read-more-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 0;
    background-image: linear-gradient(to right, rgba(25, 25, 25, 0.56), rgba(255, 133, 0, 0.55));
    transition: all 0.25s;
}
.our_articles .post .blog-wrap .read-more-wrap .read-more {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    transition: all 0.25s ease-in-out 0s;
    position: relative;
    padding: 5px 0;
}
.our_articles .post .blog-wrap .read-more-wrap > .read-more:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background-color: #fff;
    transition: all 0.35s;
}
.our_articles .post:hover .read-more-wrap {
    opacity: 1;
}
.our_articles .post:hover .read-more-wrap > .read-more:before {
    width: 100%;
}
.our_articles .post .blog-meta {
    padding: 20px 30px 25px;
}
.our_articles .post .blog-meta .blog-caption .blog-title {
    margin: 0;
    line-height: 1.38em;
    transition: all 0.25s;
    font-size: 20px;
}
/*==================
9. Blog Details
====================*/

.our_articles.blog-details .post .blog-meta .blog-caption .blog-title {
    margin-bottom: 20px;
    text-transform: capitalize;
}
.our_articles.blog-details .social-tags {
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}
.our_articles.blog-details .social-tags span {
    margin-right: 50px;
    font-size: 18px;
}
.our_articles.blog-details .social-tags ul {
    display: flex;
}
.our_articles.blog-details .social-tags ul li {
    margin-right: 5px;
}
.our_articles.blog-details .social-tags ul li a {
    height: 30px;
    width: 30px;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
    line-height: 31px;
    font-size: 16px;
    background: #b61628
}
.our_articles.blog-details .social-tags ul li.fb a {
    background-color: #3B5999;
}
.our_articles.blog-details .social-tags ul li.tweet a {
    background-color: #399FED;
}
.our_articles.blog-details .social-tags ul li.messenger a {
    background-color: #0084FF;
}
.our_articles.blog-details .social-tags ul li.pintrist a {
    background-color: #BD081C;
}
.our_articles.blog-details .social-tags ul li.whastsapp a {
    background-color: #25D366;
}
.our_articles.blog-details .comment-form {
    padding-top: 30px;
    border-top: #eee solid 1px;
}
.our_articles.blog-details .comments .comment-title,
.our_articles.blog-details .comment-form .form-title {
    margin-bottom: 40px;
}
.our_articles.blog-details .comment-form label {
    font-size: 16px;
}
.our_articles.blog-details .comment-form label sup {
    color: #ff0000;
    top: -3px;
    left: 5px;
}
.our_articles.blog-details .comments {
    padding-top: 30px;
}
.our_articles.blog-details .comments .comment.the-comment {
    overflow: hidden;
    margin: 0 auto 40px;
}
.our_articles.blog-details .comments .comment-avatar {
    width: 100px;
    margin-right: 20px;
    float: left;
    overflow: hidden;
    height: 100px;
}
.our_articles.blog-details .comments .comment-content {
    float: right;
    width: calc(100% - 130px);
}
.our_articles.blog-details .comments .comment-time {
    color: #b61628;
    font-size: 14px;
    display: block;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0 auto 5px;
}
.our_articles.blog-details .comments h4 {
    margin: 10px 0 40px;
    font-size: 26px;
}
.our_articles.blog-details .comments .comment-author a {
    color: #191919;
    font-weight: 600;
    font-size: 18px;
}
.our_articles.blog-details .comments ul.comment-answer {
    padding-left: 40px;
}
/*==================
10. Invoice
====================*/

/*invoice-sec*/

.invoice-sec .payment-receipt-wrapper {
    padding: 55px;
}
.invoice-sec .payment-receipt-wrapper .payment-receipt-content .payment-receipt-logo {
    text-align: center;
    margin-bottom: 25px;
}
.invoice-sec .payment-receipt-wrapper .payment-receipt-content .payment-instructions h5 {
    margin: 30px 0 10px;
}
.invoice-sec .payment-receipt-wrapper .payment-receipt-content .payment-instructions ul {
    margin-bottom: 30px;
}
.invoice-sec .payment-receipt-wrapper .payment-receipt-content .payment-instructions ul li {
    font-size: 14px;
    margin-bottom: 5px;
}
.invoice-sec .payment-receipt-wrapper .payment-receipt-content .payment-summery {
    margin-top: 55px;
    margin-bottom: 55px;
}
.invoice-sec .payment-receipt-wrapper .payment-receipt-content .checkout-table,
.invoice-sec .payment-receipt-wrapper .payment-receipt-content .payment-summery h5,
.invoice-sec .payment-receipt-wrapper .payment-receipt-content .checkout-table h5 {
    margin-bottom: 30px
}
.invoice-table .table-bordered td,
.invoice-table .table-bordered th {
    border: 1px solid #eee;
}
.invoice-sec .payment-receipt-wrapper .payment-receipt-content .checkout-table .table tbody td {
    border-color: #eee;
}
.checkout-table .table thead th {
    border-bottom: 0;
}
.invoice-sec .payment-receipt-wrapper .payment-receipt-content .page-bottom {
    display: flex;
    justify-content: flex-end;
}
.invoice-sec .payment-receipt-wrapper .payment-receipt-content .page-bottom a {
    margin-right: 10px;
}
/*==================
11. Login & Register
====================*/

/*login register*/

#register-page.modal,
#login-page.modal {
    position: relative;
    display: block;
}
#login-page .modal-header,
#login-page .modal-body,
#register-page .modal-header,
#register .modal-body {
    padding: 32px;
}
#login-page .modal-dialog,
#register-page .modal-dialog {
    max-width: 420px;
    margin: 1.75rem auto;
}
#login-page .modal-body .form-group button,
#register-page .modal-body .form-group button {
    height: 50px;
}
#login-page .modal-body .form-excerpts ul,
#register-page .modal-body .form-excerpts ul {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
#login-page .modal-body .social-login,
#register-page .modal-body .social-login {
    margin-top: 15px;
    text-align: center;
}
#login-page .modal-body .social-login span,
#register-page .modal-body .social-login span {
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
}
#login-page .modal-body .social-login .social-btn,
#register-page .modal-body .social-login .social-btn {
    display: flex;
    justify-content: center;
}
#login-page .modal-body .social-login .social-btn a,
#register-page .modal-body .social-login .social-btn a {
    border: 1px solid transparent;
    padding: 0 1.33rem;
    font-size: 0.933rem;
    line-height: 2.875rem;
    text-align: center;
    vertical-align: middle;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0 10px;
}
#login-page .modal-body .social-login .social-btn a.facebook,
#register-page .modal-body .social-login .social-btn a.facebook {
    border: 1px solid #3b579d;
    color: #3b579d;
}
#login-page .modal-body .social-login .social-btn a.google,
#register-page .modal-body .social-login .social-btn a.google {
    border: 1px solid #db4e3d;
    color: #db4e3d;
}
#login-page .modal-body .social-login .social-btn a.facebook:hover,
#register-page .modal-body .social-login .social-btn a.facebook:hover {
    background-color: #3b579d;
    border-color: #3b579d;
    color: #fff;
}
#login-page .modal-body .social-login .social-btn a.google:hover,
#register-page .modal-body .social-login .social-btn a.google:hover {
    background-color: #db4e3d;
    border-color: #db4e3d;
    color: #fff;
}
/*==================
12. User Page
====================*/

/*User Page*/

.user-page-sec .main-image-top {
    width: 100%;
    height: 300px;
}
.user-page-sec .space-85 {
    width: 100%;
    height: 85px;
    clear: both;
}
.user-page-sec .main-image-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.user-page-sec .user-page-details-sec {
    box-shadow: 0px 10px 15px -20px #000;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 210px;
}
.user-page-sec .user-about .user-right-wrapper,
.user-page-sec .user-about .user-left-wrapper {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.user-page-sec .user-about .user-right-wrapper {
    float: right;
}
.user-page-sec .user-about .user-left-wrapper .user-img {
    border: 2px solid #fff;
    border-radius: 50%;
}
.user-page-sec .user-about .user-left-wrapper .user-details {
    padding: 0 20px;
}
.user-page-sec .user-about .user-left-wrapper .user-details .user-details-top {
    padding: 0 0 25px 0;
    position: relative;
    top: -15px;
}
.user-page-sec .user-about .user-left-wrapper .user-details .user-details-top .title {
    margin-bottom: 15px;
}
.user-page-sec .user-about .user-left-wrapper .user-details .user-details-top .title span {
    margin: 0 0 0 5px;
    background: #b61628;
    font-size: 10px;
    border-radius: 50%;
    text-align: center;
    padding: 4px 6px;
    position: relative;
    top: -3px;
}
.user-page-sec .user-about .user-left-wrapper .user-details .user-details-top .title span i {
    margin: 0;
}
.user-page-sec .user-about .user-left-wrapper .user-details .user-details-top span {
    margin-right: 10px;
}
.user-page-sec .user-about .user-left-wrapper .user-details .user-details-top span i {
    margin-right: 5px;
}
.user-page-sec .user-about .user-left-wrapper .user-details .user-social-links {
    padding: 0px 0 0px 0;
}
.user-social-links a {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    margin-right: 10px;
    padding: 4px;
}
.user-social-links a.facebook {
    background: #39579A;
}
.user-social-links a.twitter {
    background: #0C9EF5;
}
.user-social-links a.pintrest {
    background: #ff4200;
}
.user-page-sec .user-about .user-right-wrapper .star-rating {
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding: 40px 0 50px;
    justify-content: flex-end;
}
.user-page-sec .user-about .user-right-wrapper .star-rating ul li {
    display: inline-block;
    margin-left: 15px;
    text-transform: uppercase;
}
.user-page-sec .user-about .user-right-wrapper .star-rating ul li:before {
    content: '';
    background: #fff;
    width: 2px;
    height: 2px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.user-page-sec .user-about .user-right-wrapper .comment-details {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.user-page-sec .user-about .user-right-wrapper .comment-details ul li {
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
}
.user-page-sec .user-about .user-right-wrapper .comment-details ul li {
    border-right: 1px solid #eee;
}
.user-page-sec .user-about .user-right-wrapper .comment-details ul li:last-child {
    margin-right: 0;
    border: none;
    padding-right: 0;
}
.user-page-sec .user-about .user-right-wrapper .comment-details ul li span {
    margin-left: 10px;
    font-size: 12px;
    text-transform: uppercase;
}
.user-page-sec .main-image-sec {
    margin-top: 10px;
}
.user-page-sec .main-image-sec .main-image img {
    display: flex;
    margin: 20px auto;
}
.user-page-sec .main-image-sec .main-image .main-image-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    align-items: end;
}
.user-page-sec .main-image-sec .main-image .main-image-caption h3 {
    text-align: left;
}
.user-page-sec .main-image-sec .main-image .main-image-caption p {
    max-width: 300px;
}
.user-page-sec .main-image-sec .main-image .main-image-caption .audio-sec {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
}
.user-page-sec .main-image-sec .main-image .main-image-caption .price-sec {
    display: flex;
    padding: 50px 0
}
.user-page-sec .main-image-sec .main-image .main-image-caption .price-sec span {
    font-size: 20px;
    margin-right: 5px;
}
.user-page-sec .main-image-sec .main-image .main-image-caption .price-sec .price-title {
    position: relative;
    top: -9px;
    margin: inherit;
}
.user-page-sec .main-image-sec .main-image .main-image-caption .audio-sec button,
.user-page-sec .main-image-sec .car-btns span button {
    background: transparent;
    border: 1px solid #000;
    border-radius: 50%;
    margin-left: 10px;
}
.user-page-sec .main-image-sec .car-specification {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.user-page-sec .main-image-sec .car-btns {
    justify-content: flex-start;
    padding: 30px 0;
    align-items: center;
    justify-content: center;
}
.user-page-sec .main-image-sec .car-specification ul {
    width: 100%;
}
.user-page-sec .main-image-sec .car-specification ul li {
    display: inline-block;
    border-right: 1px solid #eee;
    text-align: center;
    font-size: 20px;
    white-space: nowrap;
    width: 16.66%;
    float: left;
    padding: 25px 0;
}
.user-page-sec .main-image-sec .car-specification ul li span+span {
    font-size: 20px;
    display: inline-block;
}
.user-page-sec .main-image-sec .car-specification ul li:last-child {
    border: none;
}
.user-page-sec .main-image-sec .car-specification ul li span {
    display: block;
    font-size: 13px;
}
.user-page-sec .main-image-sec .car-btns span {
    float: right;
    cursor: pointer;
    padding-right: 1px;
}
.user-page-sec .main-image-sec .car-btns span button {
    color: inherit;
    border-color: inherit;
}
.user-page-sec .main-image-sec .car-btns span:hover {
    color: #b61628;
}
.user-page-sec .main-image-sec .car-btns span:hover button {
    background: #b61628;
    color: #fff;
    border-color: #b61628;
    transition: 0.5s;
}
.user-page-sec .main-image-sec .car-btns a {
    margin-right: 15px;
}
.user-page-sec.home-4 .main-image-sec {
    margin-top: 0px;
    position: relative;
}
.user-page-sec.home-4 .tab-sec {
    position: absolute;
    right: 0px;
    text-align: right;
    top: 15px;
    z-index: 100;
}
.user-page-sec.home-4 .tab-sec h4 {
    font-size: 25px;
}
.user-page-sec.home-4 .tab-sec ul {
    padding: 30px 0 5px;
    display: block;
}
.user-page-sec.home-4 .tab-sec ul li {
    letter-spacing: -.02em;
    cursor: pointer;
    padding-left: 15px;
}
.user-page-sec.home-4 .tab-sec ul li a {
    margin: 0;
    transition: none;
    padding: .5rem 0rem;
    color: #a5a5a5;
}
.user-page-sec.home-4 .main-image-sec .car-btns {
    padding-bottom: 0;
}
.user-page-sec.home-4 .tab-sec ul li.slick-current a {
    background: transparent;
    color: #191919;
    font-size: 35px;
    line-height: normal;
}
.user-page-sec.home-4 .tab-sec .side-slide-nexttab,
.user-page-sec.home-4 .tab-sec .side-slide-prevtab {
    position: absolute;
    cursor: pointer;
    color: #6c6d72;
    background: transparent;
    padding: 0;
    border: 1px solid #191919;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    right: 15px;
    z-index: 100;
}
.user-page-sec .main-image-sec .main-image .main-image-caption .add-fav-sec {
    display: flex;
    position: absolute;
    right: 16.6666%;
    top: 0px;
    align-items: center;
}
.user-page-sec .main-image-sec .main-image .main-image-caption .add-fav-sec button {
    background: transparent;
    border: 0px solid #000;
    border-radius: 50%;
    margin-left: 10px;
    cursor: pointer;
    font-size: 20px;
}
.user-page-sec .main-image-sec .main-image .main-image-caption .add-fav-sec button:hover i {
    color: #b61628;
}
.user-page-sec.home-4 .tab-sec .side-slide-prevtab i,
.user-page-sec.home-4 .tab-sec .side-slide-nexttab i {
    line-height: normal;
    padding: 0px 5px;
    font-size: 20px;
}
.user-page-sec.home-4 .tab-sec .side-slide-nexttab:hover,
.user-page-sec.home-4 .tab-sec .side-slide-prevtab:hover {
    background: #b61628;
    color: #fff;
    border-color: #b61628;
}
/*==================
13. About
====================*/

/*How It Works*/

.how-it-works .content-wrapper {
    cursor: pointer;
    margin: 0 auto;
    transition: all 0.35s;
    padding: 0 45px;
}
.how-it-works .content-wrapper .icon-box {
    font-size: 60px;
    transition: all 0.6s cubic-bezier(0.680, 0, 0.265, 1.550);
}
.how-it-works .content-wrapper:hover .icon-box {
    text-shadow: 2px 2px 15px rgba(0, 46, 91, 0.2);
    transform: rotateY(360deg);
}
.how-it-works .content-wrapper:hover h5 a {
    color: #b61628;
}
/*Our Team*/

.our-team-sec .team-wrapper {
    background: #191919;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.our-team-sec .team-wrapper .team-content {
    text-align: center;
    padding: 30px;
}
.our-team-sec .team-wrapper .team-content .team-title {} .our-team-sec .team-wrapper .team-content .team-designation {} .our-team-sec .team-wrapper .thumb-img {
    transition: 0.5s;
    margin: 0 auto;
    text-align: center;
}
.our-team-sec .team-wrapper .thumb-img img {
    width: 50%;
}
.our-team-sec .team-wrapper .social-media ul {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(45px);
    transition: 0.5s;
    background: #191919;
}
.our-team-sec .team-wrapper .social-media ul li {
    width: 20%;
    border: 1px solid #eee;
    border-radius: 0;
    border-right: 0;
}
.our-team-sec .team-wrapper .social-media ul li:last-child {
    border-right: 1px solid #eee;
}
.our-team-sec .team-wrapper .social-media ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}
.our-team-sec .team-wrapper .social-media ul li:hover a {
    background: #b61628;
    color: #fff;
}
.our-team-sec .team-wrapper:hover .social-media ul {
    transform: translateY(0px);
    transition: 0.5s;
}
.our-team-sec .team-wrapper:hover {
    background: #b61628;
    transition: 0.5s;
}
/*==================
14. 404
====================*/

/*404 page*/

.page-404,
.coming-soon {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 1;
}
.page-404 {
    background-image: url(https://via.placeholder.com/1920x1000);
}
.coming-soon {
    background-image: url(https://via.placeholder.com/1920x1000);
}
.coming-soon:before,
.page-404:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    background-image: linear-gradient(to right, rgba(25, 25, 25, 0.56), rgba(255, 133, 0, 0.55));
}
.page-404 section {
    display: flex;
    justify-content: center;
    height: 100vh;
    text-align: center;
    align-items: center;
    width: 100%;
}
.page-404 .caption h5 {
    margin: 50px 0;
    font-weight: 400;
}
.coming-soon .content-wrapper h1 a,
.page-404 .caption h5 a {
    text-decoration: underline;
    text-underline-position: under;
}
/*==================
15. Coming Soon
====================*/

/*coming soon*/

.coming-soon {
    padding: 30px 0;
    min-height: 100vh;
}
.coming-soon .content-wrapper {
    padding: 100px 0px;
}
.coming-soon .content-wrapper .section-header {
    margin: 0;
}
.coming-soon .content-wrapper .counter {
    display: flex;
    margin: 30px 0;
}
.coming-soon .content-wrapper .counter .counter-box {
    margin-right: 20px;
    text-align: center;
}
.coming-soon .content-wrapper .counter .counter-box .inner-box {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    border-radius: 0px;
    margin-bottom: 10px;
}
.coming-soon .content-wrapper .newsletter-form {
    max-width: 550px;
}
.coming-soon .content-wrapper .newsletter-form input::placeholder,
.coming-soon .content-wrapper .newsletter-form input {
    background: transparent;
    color: #fff;
}
.coming-soon .content-wrapper .newsletter-form .input-group-append {
    margin-left: 10px;
}
.coming-soon .content-wrapper .social-media-icons {
    padding-top: 80px;
}
.coming-soon .content-wrapper .social-media-icons ul {
    display: flex;
}
.coming-soon .content-wrapper .social-media-icons ul li {} .coming-soon .content-wrapper .social-media-icons ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    margin-right: 5px;
    color: #fff;
    border-radius: 0px;
}
.coming-soon .content-wrapper .social-media-icons ul li:hover a {
    background: #b61628;
}
/*==================
16. Car Details
====================*/

/*car details*/
.car-details .car-details-slider .slider-item {
    position: relative;
    height: 500px;
    cursor: pointer;
}
.car-details .car-details-slider .slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.car-details .car-details-slider .slider-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    height: 100%;
}

.car-details .car-detail-slider-for button {
    height: 100%;
    width: 30px;
    background: #fff;
    box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.06);
}
.car-details .car-detail-slider-for button.slick-prev {
    left: 0;
    z-index: 99;
}
.car-details .car-detail-slider-for button.slick-next {
    right: 0;
    z-index: 99;
}
.car-details .car-detail-slider-for button.slick-prev:before {
    content: "\f106";
    font-family: Flaticon;
    color: #191919;
}
.car-details .car-detail-slider-for button.slick-next:before {
    content: "\f107";
    font-family: Flaticon;
    color: #191919;
}
.car-details .car-detail-slider-for .slide-item {
    position: relative;
    width: 90%;
    margin: 0 auto;
    height: 500px;
    cursor: pointer;
}
.car-details .car-detail-slider-for .slide-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.car-details .car-detail-slider-for .slider-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    height: 100%;
}
.user-page-sec.car-details .user-page-details-sec {
    top: 415px;
}
.car-details .slider-contant-wrapper {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
}
.car-details .slider-contant-wrapper .slider-contant h1 {
    font-size: 48px;
    margin-bottom: 15px;
    /* color: #253d52; */
    color: #597de9;
}
.car-details .slider-contant-wrapper .slider-contant p {
    font-size: 12px;
}
.car-details .slider-contant-wrapper .slider-contant p i {
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 15px;
}
.car-details .slider-contant-wrapper .slider-contant .social-share {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.car-details .slider-contant-wrapper .slider-contant .social-share span {
    font-size: 16px;
    color: #fff;
}
.car-details .slider-contant-wrapper .slider-contant .social-share .user-social-links {
    margin-left: 10px;
    display: flex;
    align-items: center;
}
.car-details .slider-contant-wrapper .slider-contant .price-btn span {
    display: inline-block;
    font-weight: 400;
    color: #b61628;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 10px 0px;
    font-size: 24px;
    line-height: 1.8;
    border-radius: 0rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.listing-with-map.car-details {
    padding: 40px 0;
}
.car-details .car-details-tab {
    margin: 30px 0;
}
.car-details .car-details-tab .nav-tabs {
    border: none;
}
.car-details .car-details-tab .nav-tabs .nav-item {
    width: 25%;
    text-align: center;
    padding: 0 10px 0 0;
    margin-bottom: 10px;
}
.car-details .car-details-tab .nav-tabs .nav-item:last-child {
    padding-right: 0;
}
.car-details .car-details-tab .nav-tabs .nav-item .nav-link {
    background: #eee;
    border-radius: 0;
    border: none;
    color: #6c6d72;
    padding: 20px 0;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.car-details .car-details-tab .nav-tabs .nav-item .nav-link.active {
    background: #ffffff;
    color: #191919;
    border: none;
    font-weight: 700;
}
.car-details .car-details-tab .tab-content {
    box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee;
    border-top: 0;
}
.car-details .car-details-tab .tab-content .car-details-box {
    padding: 30px;
}
.car-details .contant-wrapper,
.car-details .car-details-tab .tab-content .car-details-box table,
.car-details .car-details-tab .tab-content .car-details-box .text-wrapper,
.car-details .video-wrapper {
    margin-bottom: 30px;
    width: 100%;
}
.car-details .car-details-tab .tab-content .car-details-box table:last-child,
.car-details .car-details-tab .tab-content .car-details-box .text-wrapper:last-child {
    margin-bottom: 0;
}
.car-details .car-details-tab .tab-content .car-details-box table thead {
    background: #eee;
}
.car-details .car-details-tab .tab-content .car-details-box table th,
.car-details .car-details-tab .tab-content .car-details-box table td {
    border: 1px solid #eee;
    padding: 15px;
    padding: 18px;
}
.car-details .car-details-tab .tab-content .car-details-box table th img,
.car-details .car-details-tab .tab-content .car-details-box table td img {
    max-width: 100%;
}
.car-details .car-details-tab .tab-content .car-details-box table thead th,
.car-details .car-details-tab .tab-content .car-details-box table thead td {
    text-transform: uppercase;
    font-weight: 900;
    color: #191919;
}
.car-details .car-details-tab .tab-content .car-details-box table tbody td i {
    color: #b61628;
}
.car-details .image-slider-sec .car-detail-slider-for,
.car-details .image-slider-sec .car-detail-slider-nav {
    margin-bottom: 30px;
    cursor: pointer;
}
.car-details .image-slider-sec .car-detail-slider-nav .slide-item {
    padding: 0 15px;
    height: 86px;
}
.car-details .image-slider-sec .car-detail-slider-nav .slide-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.car-details .image-slider-sec .car-detail-slider-nav button {
    height: 100%;
    width: 30px;
    background: #fff;
    box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.06);
}
.car-details .image-slider-sec .car-detail-slider-nav button.slick-prev {
    left: 0;
    z-index: 99;
}
.car-details .image-slider-sec .car-detail-slider-nav button.slick-next {
    right: 0;
    z-index: 99;
}
.car-details .image-slider-sec .car-detail-slider-nav button.slick-prev:before {
    content: "\f106";
    font-family: Flaticon;
    color: #191919;
}
.car-details .image-slider-sec .car-detail-slider-nav button.slick-next:before {
    content: "\f107";
    font-family: Flaticon;
    color: #191919;
}
.car-details .video-wrapper .video_wrapper {
    height: 400px;
}
.car-details .video-wrapper .video_wrapper .videoPoster {
    background-image: url(https://via.placeholder.com/750x400);
}
/*car-details page side bar*/

.car-details .side-search-bar .widget-search-filter .widget-content .contact-details ul {
    margin-bottom: 30px;
}
.car-details .side-search-bar .widget-search-filter .widget-content .author-sec,
.car-details .side-search-bar .widget-search-filter .widget-content .contact-details ul li {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}
.car-details .side-search-bar .widget-search-filter .widget-content .contact-details ul li span {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #b61628;
    font-size: 12px;
    margin-right: 15px;
    border: 1px solid #eee;
}
.car-details .side-search-bar .widget-search-filter .widget-content .contact-details ul li span i {
    padding: 0 15px;
}
.car-details .side-search-bar .widget-search-filter .widget-content .social-media {
    margin-bottom: 30px;
}
.car-details .side-search-bar .widget-search-filter .widget-content .social-media ul {
    display: flex;
    align-items: center;
}
.car-details .side-search-bar .widget-search-filter .widget-content .social-media ul li {
    width: 20%;
    border: 1px solid #eee;
    border-radius: 0;
    border-right: 0;
}
.car-details .side-search-bar .widget-search-filter .widget-content .social-media ul li:last-child {
    border-right: 1px solid #eee;
}
.car-details .side-search-bar .widget-search-filter .widget-content .social-media ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}
.car-details .side-search-bar .widget-search-filter .widget-content .social-media ul li:hover a {
    background: #b61628;
    color: #fff;
}
.car-details .side-search-bar .widget-search-filter .widget-content .author-sec .author-img {
    border: 2px solid #eee;
    border-radius: 50%;
}
.car-details .side-search-bar .widget-search-filter .widget-content .author-sec .author-info {
    padding: 0 9px;
}
.car-details .side-search-bar .widget-search-filter .widget-content .author-sec .author-info h6 {
    margin-bottom: 5px;
    font-size: 14px;
}
.car-details .side-search-bar .widget-search-filter .widget-content .author-sec .author-info p {
    margin-bottom: 5px;
    font-size: 12px;
    white-space: nowrap;
}
.car-details .side-search-bar .widget-search-filter .widget-content .author-sec .author-btn {} .car-details .side-search-bar .widget-search-filter .widget-content .author-sec .author-btn a {
    padding: 10px;
    font-size: 12px;
    white-space: nowrap;
}
/*product-reviews*/

.product-reviews {
    margin-bottom: 30px;
}
.product-reviews .reviews-section {
    border: 1px solid #fff;
    border-radius: 0px;
    float: left;
    padding: 30px 20px 20px;
    width: 100%;
    margin-bottom: 30px;
}
.product-reviews .reviews-section article.review-post {
    border-bottom: 1px solid #fff;
    float: left;
    margin-bottom: 30px;
    padding-bottom: 30px;
    width: 100%;
}
.product-reviews .reviews-section article.review-post>.review-box {
    float: left;
    margin-top: -2px;
    text-align: center;
    width: 76px;
}
.product-reviews .reviews-section article.review-post .review-thumbnail {
    border: 1px solid #eee;
    border-radius: 100%;
    height: 74px;
    overflow: hidden;
    width: 74px;
}
.product-reviews .reviews-section article.review-post h6 {
    margin-top: 10px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}
.product-reviews .reviews-section article.review-post .review-box p {
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 17px;
}
.product-reviews .reviews-section article.review-post>.details {
    float: right;
    width: calc(100% - 98px);
}
.product-reviews .reviews-section article.review-post>.details .top-section {
    position: relative;
    float: left;
    width: 100%;
}
.product-reviews .reviews-section article.review-post>.details .top-section .review-count {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    align-self: center;
}
.product-reviews .reviews-section article.review-post>.details .top-section .review-count .rating {
    color: #6c6d72;
    margin-right: 10px;
}
.product-reviews .reviews-section article.review-post>.details .top-section .review-count .rating i.fas {
    color: #fcb71b;
}
.product-reviews .reviews-section article.review-post>.details .top-section .review-count span.rate {
    background-color: #73cf42;
    padding: 3px 25px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0px;
    color: #fff;
}
.product-reviews .reviews-section article.review-post>.details .comment-box {
    float: left;
    padding-top: 5px;
    width: 100%;
}
.product-reviews .reviews-section article.review-post>.details .comment-box p {
    margin: 15px 0 20px 0;
}
.img-slider-reviews a.slick-slide {
    padding: 0 15px;
}
.img-slider-reviews button {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: transparent;
    z-index: 1000;
    transition: 0.5s;
    margin: 0 15px;
}
.img-slider-reviews button:before {
    font-size: 16px;
    position: absolute;
    font-family: Flaticon;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    text-indent: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    box-shadow: 0 2px 14px 0px rgba(0, 0, 0, 0.1);
    color: #b61628;
    transition: all ease .35s;
}
.img-slider-reviews button.slick-prev {
    left: 0;
}
.img-slider-reviews button.slick-next {
    right: 0;
}
.img-slider-reviews button.slick-prev:before {
    content: "\f106"
}
.img-slider-reviews button.slick-next:before {
    content: "\f107"
}
.img-slider-reviews button:hover:before {
    background: #b61628;
    color: #fff;
}
.img-slider-reviews {
    margin-bottom: 25px;
}
.product-reviews .reviews-section article.review-post>.details .comment-box .comment-footer ul,
.product-reviews .reviews-section article.review-post>.details .comment-box .comment-footer {
    float: left;
    display: flex;
    align-self: center;
    align-items: center;
}
.product-reviews .reviews-section article.review-post>.details .comment-box .comment-footer>span {
    margin-right: 15px;
}
.product-reviews .reviews-section article.review-post>.details .comment-box .comment-footer ul li {
    padding: 0 10px 0 0;
}
.product-reviews .reviews-section article.review-post>.details .comment-box .comment-footer ul li a {
    border: 1px solid;
    border-radius: 0px;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 34px;
    line-height: 22px;
    padding: 5px 12px;
    position: relative;
    text-align: left;
}
.product-reviews .reviews-section article.review-post>.details .comment-box .comment-footer ul li a.interesting {
    border-color: #417cdf;
    color: #417cdf;
}
.product-reviews .reviews-section article.review-post>.details .comment-box .comment-footer ul li a.lol {
    border-color: #ff8e29;
    color: #ff8e29;
}
.product-reviews .reviews-section article.review-post>.details .comment-box .comment-footer ul li a.love {
    border-color: #ff2357;
    color: #ff2357;
}
.product-reviews .reviews-section article.review-post:last-child {
    margin-bottom: 8px;
    padding-bottom: 0;
    border-bottom: none;
}
.comment-form-second {
    background-color: #fafafa;
    border: 1px solid #fff;
    border-radius: 0px;
    float: left;
    padding: 15px;
    width: 100%;
    margin-bottom: 30px;
}
.comment-form-second form {
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding: 25px 15px 5px
}
.comment-form-second form .star-rating span {
    font-size: 25px;
    cursor: pointer;
}
.comment-form-second form .form-group .choose-img {
    float: right;
    position: relative;
    align-self: center;
    display: flex;
    align-items: center;
}
.comment-form-second form .form-group .choose-img span {
    margin-right: 7em;
    font-weight: 600;
    font-size: 16px;
}
.comment-form-second form .form-group .choose-img label.input-file {
    position: absolute;
    background: #b61628;
    padding: 5px 30px;
    color: #fff;
    cursor: pointer;
    right: 0;
}
.comment-form-second form .form-group .choose-img label.input-file:hover {
    background: #191919;
}
.comment-form-second form .form-group .choose-img input {
    -webkit-appearance: none;
    font-size: 0;
}
.comment-form-second form .form-group label {
    font-size: 16px;
}
.comment-form-second form .form-group label sup {
    color: #ff0000;
    top: -3px;
    left: 5px;
}
/*==================
17. Car page
====================*/

/*skew-banner*/

.skew-banner {
    background: #191919;
    padding: 200px 0;
    transform: skew(0deg, -6deg) translateY(-170px);
    height: 600px;
}
.skew-banner-sec {
    overflow: hidden;
}
.skew-banner-sec:after {
    content: '';
    width: 100%;
    height: 40px;
    background: url(../images/texture.png) no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-size: cover;
    background-position: center;
    height: 470px;
}
.skew-banner-sec .large-car-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.skew-banner-sec .large-car-img .car-title {
    font-size: 60px;
    padding: 70px 0;
    margin: 0;
}
/*==================
18. Contact Us
====================*/

/*contact page*/
.info-title{
  display: flex;
  flex-wrap: wrap;
}
.info-title h2{
  font-size: 30px;
  font-weight: 500;
  color: #b61628;
  width: 65%;
  line-height: 1em;
  margin-bottom: 5%;
}
.info-itens{
  display: flex;
  flex-wrap: wrap;
}
.info-itens .img-width{
  width: 10%;
}
.info-itens .borda{
  background-color: #b61628;
  height: 1px;
  width: 78px;
  margin-right: 20px;
  margin-top: 20px;
}
.tele{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.email{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.local{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.local .local-info{
  width: 58%;
}
.tele h2, .email h2, .local h2{
  font-size: 20px;
  color: #191919;
  font-weight: 400;
  margin-bottom: 1%;
  font-family: 'Anton', sans-serif;
}
.tele h3, .email h3, .local h3{
  color: #373435;
  font-weight: 400;
  font-size: 20px;
  font-family: 'Rubik', sans-serif;
}

.contact-page .contact-form-wrapper .contact-form {
    margin-top: 50px;
}
.contact-page .contact-side-sec .contact-img-wrapper {
    float: right;
    padding: 20px 0;
    margin: 20px 0;
}
.contact-page .contact-side-sec .contact-img-wrapper:after {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: -1;
    background-color: #b61628;
}
.contact-page .contact-side-sec .contact-img-wrapper .video-btn-sec {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0, -50%);
}
.contact-page .contact-side-sec .contact-img-wrapper .video-btn-sec .circle-box {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    font-size: 25px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: height .25s ease, width .25s ease;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.contact-page .contact-side-sec .contact-img-wrapper .video-btn-sec .circle-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    animation: ripple 2s linear infinite;
}
.contact-page .contact-side-sec .contact-img-wrapper .video-btn-sec .circle-box a.video-btn {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-color: inherit;
}
#contact-map {
    width: 100%;
    height: 600px;
}
.faqs .faqs-tab {
    padding: 0 10px 80px;
    margin: 0 auto;
}
.faqs .faqs-tab ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.faqs .faqs-tab ul li {
    width: 220px;
    height: 160px;
    margin-top: 20px;
    border-radius: 0px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.faqs .faqs-tab ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.faqs .faqs-tab ul li a span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 25px;
    margin-bottom: 5px;
    color: #b61628;
    background-color: #fff2e5;
    border-radius: 50%;
}
.faqs .faqs-tab ul li a.active span {
    background-color: #b61628;
    color: #fff;
}
.faqs .faqs-tab ul li a.active {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.faqs .tab-content {
    padding: 0 30px;
}
/*custom-accordion collaps*/

.custom-accordion .card {
    border: 0;
    margin: 10px 0;
    border-radius: 0;
}
.custom-accordion .card .card-header {
    border: 1px solid #eee;
    border-radius: 0px;
    padding: 5px;
}
.custom-accordion .card .card-header h5.title {
    padding: 8px 15px;
    line-height: 1.5;
    vertical-align: middle;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
    font-family: 'Rubik', sans-serif;
    letter-spacing: normal;
    width: 100%;
}
.custom-accordion .card .card-header h5.title span{
    width: 20%;
}
.custom-accordion .card .card-header .title span.icon:before {
    content: '+';
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0%, -50%);
    font-family: 'Rubik', sans-serif;
}
.custom-accordion .card.open .card-header .title span.icon:before {
    content: '-';
}
.custom-accordion .card .card-body {
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
    margin: 10px 0;
}
.custom-accordion .card .card-body p {
    width: 75%;
    font-size: 16px;
    margin-bottom: 0;
}
/*==================
19. Footer
====================*/

#footer-style-1 .ft-logo {
    padding-bottom: 20px;
}
#footer-style-1 h5 {
    padding-bottom: 20px;
}
#footer-style-1 h5:after {
    content: '';
    width: 20px;
    height: 2px;
    background: #b61628;
    display: block;
    position: absolute;
    top: 40px;
}
#footer-style-1 ul li {
    margin-bottom: 15px;
}
#footer-style-1 .footer-box ul li a{
    margin-right: 4%;
}
#footer-style-1 .copyright {
    padding: 20px 0;
    border-top: 1px solid #a5a5a5;
}
#footer-style-1 .copyright .social-icons ul li {
    display: inline-block;
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 15px;
    text-align: center;
    margin-bottom: 0;
}
#footer-style-1 .copyright .social-icons ul li a {
    position: relative;
    top: 5px;
}
#footer-style-1 .copyright .social-icons ul li:hover {
    background: #b61628;
    border: 1px solid #b61628;
}
#footer-style-1 .copyright .social-icons ul li:hover a {
    color: #fff;
}
#footer-style-1 .copyright .payement-cards {
    text-align: right;
}
#footer-style-1 .copyright .payement-cards ul li {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 10px;
}
#footer-style-1 .copyright .payement-cards ul li img {
    border-radius: 5px;
}
/*footer style 2*/

#footer-style-2 .footer-top-sec {
    padding-bottom: 60px;
}
#footer-style-2 .cols5-head {
    grid-template-columns: repeat(5, 1fr);
    margin-right: 0;
    margin-left: 0;
    column-gap: 15px;
    display: grid;
}
#footer-style-2 .cols5-head .cols {
    overflow: auto;
    position: relative;
    flex: auto;
    max-width: none;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}
#footer-style-2 .inner-box {
    background: linear-gradient(180deg, #333, #242424);
    padding: 15px;
}
#footer-style-2 .inner-box:hover {
    background: #b61628;
    transition: 0.5s;
}
#footer-style-2 .inner-box a .img-sec {
    width: 100px;
    margin-bottom: 15px;
}
#footer-style-2 .inner-box a h6 {
    margin: 0;
}
#footer-style-2 .inner-box a h6 i {
    float: right;
}
#footer-style-2 .footer-bottom .ft-section-1,
#footer-style-2 .footer-bottom .ft-section-2 {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
#footer-style-2 .footer-bottom .ft-section-1 li,
#footer-style-2 .footer-bottom .ft-section-2 li {
    display: inline-block;
    margin-right: 25px;
}
#footer-style-2 .footer-bottom .ft-section-2 p {
    margin-bottom: 30px;
}
#footer-style-2 .footer-bottom .ft-section-2 ul.social-icons li a i {
    font-size: 25px;
}
#footer-style-2 .footer-bottom .ft-section-3 {
    padding: 15px 0px;
}
#footer-style-2 .footer-bottom .ft-section-3 .footer-box {
    margin-top: 10px;
    margin-bottom: 30px;
}
#footer-style-2 .footer-bottom .ft-section-3 .footer-box ul li {
    margin-bottom: 15px;
}

#footer-style-2 .copyright {
    padding: 20px 0;
}
#footer-style-2 .copyright li {
    display: inline-block;
    padding: 0 15px;
    border-right: 2px solid #a5a5a5;
}
#footer-style-2 .copyright li:last-child {
    border: none;
}
#footer-style-2 #footer-style-3 {
    padding-bottom: 0;
}
#footer-style-2 #footer-style-3 .select-box > .row {
    border: none;
}
#footer-style-3 {
    padding-bottom: 4.375em;
}
#footer-style-3 .select-box {
    margin: 0 auto;
    text-align: center;
}
#footer-style-3 .select-box label {
    margin-top: 1.25em;
}
#footer-style-3 .select-box .input-group,
#footer-style-3 .select-box .nice-select {
    margin-top: 1.25em;
    margin-bottom: 1.875em;
    border: none;
    background: #fff;
}
#footer-style-3 .select-box .nice-select .list {
    top: auto;
    bottom: 100%;
}
#footer-style-3 .select-box > .row {
    border-bottom: 1px solid #eee;
}
#footer-style-3 .copyright {
    padding-top: 1.875em;
}
#footer-style-3 .copyright > .row > div {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#footer-style-3 .copyright p {
    float: left;
    margin: 0;
}
#footer-style-3 .copyright .ft-btns {
    float: right;
}
#footer-style-3 .copyright .ft-btns a {
    margin-left: 10px;
}

.sub-header-text-wrapper p.contato{
    font-size: 18px;
}
.height{
    margin-bottom: 16%;
    color: #b61628;
}
.height h3{
    color: #b61628;
}

.galeria-blog{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.galeria-blog a{
    width: 33%;
    margin-bottom: 3%;
}