/*
Theme Name: m4autos
Theme URI: http://shamweb.net
Author: Shamweb
Author URI: http://shamweb.net
Version: 1.0
Description: Welcome to chose my theme.
Tags: No tags available
License: Unlimited
License URI: http://www.fb.com/shamolsudakar
Text Domain: Default English(USA)
=====================================
font-family: 'Roboto', sans-serif;
font-family: 'Hind Siliguri', sans-serif;
font-family: 'Gotham Book'
=====================================
*/
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;600&family=Roboto:wght@300;400;500;700;900&display=swap');
@font-face {
	font-family: "Gotham Book";
	src: url(assets/fonts/GothamBookFont.otf);
}

:root{
    --baseBgColor: #FF0000;
    --baseBgHoverColor: #ff4040;
    --baseBgColor2: #E4272E;
    --baseBgTextColor: #FFF;
    --baseTextColor: #393939;
    --textColor: #323232;
    --textBlack: #000;
    --textWhite: #FFF;
    --TextMutedColor: #E6E8E7;
    --TextMuted: #6c757d;
    --TextOneColor: #00A651;
    --TextTwoColor: #FEDD0A;
    --TextThreeColor: #01868e;
    --headerBgColor: #111111;
    --buttonHoverColor: #000;
    --footerBgColor: #FFF;
    --footerBootomBgColor: #F4F6F5;
    --darkFooterBootomBgColor: #111111;
    --footerBootomBorderColor: #222;
    --darkFooterBootomBorderColor: #f1f1f1;
    --asideBottomBg: #242424;
    --bannerTextColor: #FFF;
    --borderColor: #b3b3b3;
    --borderColor2: #e6e6e6;
    --secandary: #910a2d;
    --surface: 98px;
    --safeArea: 112px;
    --safeArea-m: 100px;
}

body{
    font-family: 'Roboto', sans-serif;
    color: var(--textColor);
    overflow-x: hidden;
    background-color: var(--footerBootomBgColor);
}
.loader {
    position:absolute;
    right:0;
    bottom:0;
    z-index:10000;
    top:0;
    left:0;
    background-color:#fff
}
.loader.fix{
    position: fixed;
}
.loader:before {
    position:absolute;
    content:"";
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin: auto auto;
    border-radius:50%;
    border:1px solid var(--baseBgColor);
    border-top-color:#e2e1e1;
    width:35px;
    height:35px;
    -webkit-animation:spin .7s linear infinite;
    animation:spin .7s linear infinite
   }
   @-webkit-keyframes spin {
    0% {
     -webkit-transform:rotate(0deg)
    }
    to {
     -webkit-transform:rotate(1turn)
    }
   }
   @keyframes spin {
    0% {
     -webkit-transform:rotate(0deg);
     transform:rotate(0deg)
    }
    to {
     -webkit-transform:rotate(1turn);
     transform:rotate(1turn)
    }
}
.fluid-box{
    padding: 0 30px !important;
    box-sizing: border-box;
}
.button{
    padding: 5px 20px;
    display: inline-flex;
    align-items: center;
    border: none;
    outline: none !important;
    text-decoration: none;
    background-color: var(--baseBgColor2);
    color: var(--baseBgTextColor);
    cursor: pointer;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 5px -2px rgba(0,0,0,0.2);
    margin-bottom: 10px;
}
.effect::after{
    position: absolute;
    content: "";
    width: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: var(--buttonHoverColor);
}
.button:hover{
    color: var(--baseBgTextColor);
}
.button:active{
    top: 2px;
    box-shadow: none;
}
.effect:hover::after{
    width: 100%;
}
ul{
    list-style-position: inside;
}
a{
    text-decoration: none;
}
.uc{
    text-transform: uppercase;
}
.text-hilight-gradient{
    background: -webkit-linear-gradient(#179747, #007537);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.img{
    max-width: 100%;
}
.text-hilight-2{
    color: var(--TextOneColor);
}
.text-hilight{
    color: var(--baseBgColor);
}
.text-bold{
    font-weight: bold;
}
.text-large{
    font-size: 29px;
}
.list-view{
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
}
.list-view li{
    display: flex;
}
.list-view li .ico-box{
    flex: 0 0 30px;
    color: var(--TextOneColor);
}
.list-view li .ico-box + span{
    flex: 1;
}
.modal-custom{
    background-color: transparent;
    border-radius: 0;
    border: none;
}
.modal-custom-body{
    margin: 0 50px;
}
.modal-custom-close{
    width: 20px;
    height: 20px;
    background-color: #FF0000;
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 5;
    padding: 0;
    margin: 0;
    border: none;
    outline: none !important;
}
.modal-custom-close::after {
	position: absolute;
	content: "\f00d";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-family: FontAwesome;
	font-size: 14px;
	text-rendering: auto;
	z-index: -1;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.modal-radius{
    border-radius: 6px;
}
.modal-backdrop{
    --bs-backdrop-opacity: 0.8;
}

.form-row{
    margin-bottom: 15px;
}
.form-control{
    border-radius: 0;
    min-height: 45px;
    font-size: 14px;
}
select.form-control{
    line-height: 31px;
    background: url(assets/images/icon/arrow-down.png) no-repeat center right 12px;
    background-size: 12px;
    padding-right: 32px;
}
.input-checkbox{
    display: flex;
    align-items: baseline;
}
.input-checkbox input{
    position: relative;
    top: 2px;
}
.center-x{
    justify-content: center;
}
.center-y{
    align-items: center;
}
input[type="checkbox"], input[type="radio"]{
    margin-right: 5px;
}
.form-control::placeholder{
    color: #b7b6b6;
}

.range-wrap {
    position: relative;
    margin: 0 auto 3rem;
}
.range {
    width: 100%;
}
.bubble {
	background: #1A1A1A;
	color: white;
	padding: 4px 12px;
	position: absolute;
	border-radius: 4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: -33px;
    font-size: 13px;
    margin-left: -1px;
}
.bubble::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #1A1A1A;
	bottom: -2px;
	left: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: -4px;
}

/******************************
    HEADER TOP
******************************/
header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.fix {
	/*top: -22px;*/
    box-shadow: 0 -1px 40px 0 rgba(0,0,0,0.3);
}
.header-top{
    min-height: 22px;
    background-color: var(--baseBgColor);
    color: var(--baseBgTextColor);
    display: flex;
    align-items: center;
}
.header-nav-list{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.header-nav-list li{
    font-size: 12px;
    font-family: 'Hind Siliguri', sans-serif;
}
.header-nav-list > li:not(:first-child){
    margin-left: 20px;
}

/******************************
    HEADER NAV
******************************/
.header-nav{
    background-color: var(--headerBgColor);
}
.nav-bar{
    justify-content: space-between;
    align-items: center;
    min-height: 100px;
}
.nav-bar .logo{
    min-width: 270px;
    height: 56px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.nav-bar .logo.top img{
    /*margin-top: -15px;*/
}
.nav-bar .logo::after {
	position: absolute;
	content: "";
	top: -45px;
	right: -20px;
	bottom: 0;
	left: -1000px;
	z-index: -1;
	-webkit-transform: skewX(45deg);
	-moz-transform: skewX(45deg);
	transform: skewX(45deg);
	background-color: var(--headerBgColor);
}
.nav-bar .logo img{
    max-width: 100%;
    max-height: 100%;
}

.nav-bar .menu{
    flex: 1;
}
.nav-bar .action-group{
    min-width: 185px;
}

.menu{
    display: flex;
    justify-content: end;
}
.menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu ul li,
.menu ul li a{
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--textColor);
    text-decoration: none;
    position: relative;
    z-index: 1;
}
.menu > ul > li:not(:first-child){
    margin-left: 20px;
}
.menu > ul > li{
    display: inline-block;
}
.menu > ul > li > a {
	padding: 28px 0;
	display: inline-block;
}
.menu > ul > li > a::after{
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    border-bottom: 2px solid var(--secandary);
}
.menu > ul > li:hover > a::after{
    width: 100%;
}

.menu > ul ul{
    position: absolute;
    top: 100%;
    left: 0;
    white-space: nowrap;
    background-color: #FFF;
    padding: 15px 0;
    border-bottom: 2px solid var(--baseBgColor);
    box-shadow: 0 25px 33px -10px rgba(0,0,0,0.3);
    display: none;
}
.menu > ul > li:last-child > ul{
    left: auto;
    right: 0;
}
.menu > ul ul li > ul{
    top: 0;
    left: 100%;
}
.menu > ul > li:last-child ul li > ul{
    top: 0;
    left: auto;
    right: 100%;
}
.menu > ul ul li > a{
    padding: 5px 20px;
    display: block;
}
.menu > ul ul li:hover > a{
    color: var(--baseBgColor);
}
.menu > ul li:hover > ul{
    display: block;
}
.menu > ul ul li > a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu > ul ul li > a > span,
.menu > ul ul li > a > i{
    margin-left: 10px;
}

.action-group{
    display: flex;
    justify-content: end;
    text-align: -webkit-right;
}
.button-nav{
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    background-color: var(--TextOneColor);
}

/******************************
    MOBILE NAV
******************************/
.nav-box-mobile{
    position: fixed;
    width: 250px;
    height: 100%;
    left: -400px;
    top: 0;
    background-color: #FFF;
    z-index: 15;
    box-shadow: 0 0 60px 0 rgba(0,0,0,0.7);
    overflow-x: hidden;
    overflow-y: auto;
}
.nav-backdrop{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 14;
    display: none;
}
.menu-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background-color: transparent;
	border: none;
	z-index: 2;
    opacity: 0.5;
}
.menu-close:hover{
    opacity: 1;
}
.menu-close:active{
    top: 1px;
}
.logo-mobile {
	/*width: 160px;*/
    /*height: 45px;*/
    /*display: block;*/
    /*margin: 20px auto;*/
    display: block;
    margin: 0 auto;
    padding: 24px;
    background-color: black;
    box-sizing: border-box;
}
.logo-mobile img{
    max-width: 100%;
    max-height: 100%;
}
.menu-close {
    color: #fff !important;
}
.nav-menu-small,
.nav-menu-small ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.nav-menu-small{
    border-top: 1px solid #f5f5f5;
    padding-top: 10px;
}
.nav-menu-small li a {
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
    font-size: 14px;
    color: var(--textBlack) !important;
    font-weight: bold;
}
.nav-menu-small li a > i{
    margin-top: 2px;
}
.nav-menu-small ul{
    padding-left: 15px;
    display: none;
}
.nav-menu-small > li > ul{
    background-color: #f5f5f5;
}
.action-group-m {
	display: flex;
	justify-content: center;
	border-top: 1px solid #f5f5f5;
	padding: 20px;
	margin-top: 10px;
}
.action-group-m .button-nav{
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.menu-mobile-open {
	border: none;
	background-color: transparent;
	display: none;
	font-size: 21px;
	padding-right: 0;
	padding-left: 20px;
}
.action-group-m > .menu-mobile-open{
    display: none;
}
.payment-list img{
    max-width: 100%;
}
/******************************
    BANNER
******************************/
.area-banner{
    position: relative;
    z-index: 1;
    margin-top: 100px;
}
.banner-caption{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
}
.slider-caption{
    position: relative;
    color: var(--bannerTextColor);
    font-size: 113px;
    font-weight: 700;
    line-height: 100px;
    z-index: 2;
}
.slider-caption::after{
    position: absolute;
    content: "";
    top: -20px;
    left: 0;
    width: 90px;
    border-top: 10px solid var(--baseBgColor);
}
.area-banner .carousel-item{
    position: relative;
    z-index: 1;
}
.area-banner .carousel-item.shadow::after{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #000, transparent);
    z-index: 1;
}

/******************************
    ABOUT
******************************/
.area-aboutus{
    background-color: #F4F6F5;
    padding: 60px 0 60px;
}
.about-content{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
}
.about-des {
	position: absolute;
	top: 50%;
	left: 0;
	min-width: 615px;
	background-color: #FFF;
	padding: 70px 40px 20px;
	border-bottom: 4px solid var(--baseBgColor);
	box-shadow: 0 2px 8px -2px rgba(0,0,0,0.2);
	font-size: 20px;
	font-weight: 500;
	z-index: 2;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.about-des > *{
    position: relative;
    z-index: 1;
}
.section-title{
    position: relative;
    z-index: 1;
}
.section-title .title-m{
    font-size: 26px;
    font-weight: 700;
    color: var(--textColor);
}
.section-title .text-reflection {
	position: absolute;
	font-size: 123px;
	font-weight: 700;
	top: -38px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
	white-space: nowrap;
	line-height: 60px;
	color: #EFF0F0;
}
.about-content .section-title .text-reflection{
    left: -26px;
}
.button-border{
    background-color: transparent;
    color: var(--baseBgColor) !important;
    border: 1px solid var(--textColor);
    border-radius: 9px;
    font-size: 17px;
    font-weight: 400;
}
.button-border:hover{
    border-color: var(--baseBgColor);
}
.info-list{
    list-style-type: none;
    padding: 0;
    margin-top: 40px;
}
.info-list > li{
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.info-list .ico-box{
    width: 38px;
    height: 38px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--baseBgColor);
    color: var(--baseBgTextColor);
    border-radius: 5px;
}
.ico-box.red{
    background-color: #F4565F;
}
.ico-box.green{
    background-color: #47B46B;
}
.ico-box.orange{
    background-color: #FB9A01;
}
.ico-box.sky{
    background-color: #4EB0DD;
}

.video-tube{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
}
.video-tube .video-thumb{
    position: relative;
    z-index: 1;
}
.video-tube .video-thumb::after{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: rgba(33, 45, 78, 0.5);
    z-index: 2;
}
.video-tube .button-media-play{
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 64%;
    border: none;
    background-color: transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/******************************
    STOCK
******************************/
.area-stock{
    background-color: #ffffff;
    padding: 60px 0 60px;
}
.title-xl .title{
    font-size: 47px;
}
.title-xl .text-reflection{
    font-size: 148px;
}
.title-xl p{
    font-size: 22px;
}
.stock-nav{
    margin-top: 40px;
}
.stock-nav-list{
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    list-style-type: none;
    margin-bottom: 40px;
}
.stock-nav-list > li{
    text-align: center;
    display: flex;
    justify-content: center;
    flex: 1;
}
.stock-nav-list > li > a{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}
.stock-nav-list > li .icon-active{
    display: none;
}
.stock-nav-list > li .nav-list-label{
    width: 100%;
    font-size: 27px;
    font-weight: 700;
    color: var(--textColor);
    position: relative;
    padding-bottom: 2px;
    z-index: 1;

}
.stock-nav-list > li .nav-list-label::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    margin: 0 auto;
    border-bottom: 3px solid var(--baseBgColor);
}
.stock-nav-list > li .icons-thumb {
	height: 50px;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
    opacity: 0.5;
}
.stock-nav-list > li > a.active .nav-list-label::after,
.stock-nav-list > li > a:hover .nav-list-label::after{
    width: 100%;
}
.stock-nav-list > li > a:hover .icons-thumb,
.stock-nav-list > li > a.active .icons-thumb{
    opacity: 1;
}
.stock-nav-list > li .icons-thumb img{
    max-width: 100%;
    max-height: 100%;
}

.item-card{
    margin: 10px;
    max-width: 325px;
    position: relative;
    background-color: #FFF;
    box-shadow: 0 5px 8px -3px rgba(0,0,0,0.3);
    border-radius: 6px;
}
.item-card .item-card-thumb img{
    border-radius: 6px 6px 0 0;
}
.item-card .item-card-caption{
    padding: 15px 20px 5px 20px;
}
.item-card .item-card-caption .item-card-title{
    font-size: 19px;
    font-weight: 700;
}
.item-card .item-card-caption .item-card-text{
    padding: 0;
    list-style-type: none;
    justify-content: flex-start;
    font-size: 12px;
}
.item-card .item-card-caption .item-card-text li:not(:last-child){
    margin-right: 40px;
}

.item-card .item-card-list{
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.item-card .item-card-list > li{
    background-color: #F4F6F5;
    font-size: 12px;
    font-family: 'Hind Siliguri', sans-serif;
    padding: 5px 10px;
    margin: 0 5px 5px 0;
    flex-basis: 49%;
}
.item-card .item-card-list > li:nth-child(2n+2){
    margin-right: 0;
}
.item-card .item-card-price{
    font-weight: 18px;
    font-weight: bold;
    margin: 0;
}
.item-card .item-action{
    padding: 0 20px 20px;
}
.item-card .item-action .item-card-button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 50px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
}

.card-carousel {
	padding: 0 40px;
}
.slide-arrow{
    background-color: transparent;
    border: none;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    -webkit-transform: translate(-50% 0);
    transform: translate(-50% 0);
}
.slide-arrow.next-arrow{
    left: auto;
    right: 0;
}
.card-carousel .slick-list {
	position: relative;
	left: -1px;
}
.product-view-all{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.item-cart-view-all{
    border-radius: 3px;
    background-color: var(--TextTwoColor);
    color: var(--textColor) !important;
    border: 1px solid var(--borderColor);
}
.slick-disabled{
    cursor: not-allowed !important;
}

/******************************
    ACTION SHEET
******************************/
.area-action-sheet{
    padding: 63px 0 55px;
}
.action-box{
    display: flex;
    align-items: flex-end;
}
.action-sheet-left{
    flex: 0 0 550px;
}
.action-sheet{
    background-color: #FFF;
    border-radius: 10px;
    min-height: 350px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.action-sheet h2{
    font-size: 40px;
    font-weight: 400;
    color: #2e2d2d;
    text-align: center;
}
.action-sheet h1{
    font-size: 48px;
    font-weight: 800;
    line-height: 43px;
    color: #fd0102;
    text-align: center;
}
.action-controller{
    margin-top: 15px;
}
.button-action-verify{
    font-size: 27px;
    font-weight: 500;
    background: linear-gradient(#179747, #007638);
    border-radius: 9px;
    height: 50px;
    padding: 0 25px;
}
.action-sheet-right{
    flex: 1;
}
.action-car-over{
    position: relative;
    z-index: 2;
    left: -130px;
    bottom: -8px;
}

/******************************
    SISTER CONCERN
******************************/
.area-action-box {
    background-color: #fff;
    padding: 100px 0 0;
    display: block;
    margin-top: 30px;
    margin-bottom: 75px;
}
.area-action-box .box-heading{
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 40px;
}
.area-action-box .box-icon-text{
    font-size: 14px;
    color: var(--textBlack);
}
.sister-concern-slider {
	padding: 0 40px;
	min-height: 145px;
	display: flex;
	align-items: center;
}
.concern-item {
	display: flex;
	justify-content: center;
	align-items: center;
}
.sister-concern-slider .slide-arrow{
    top: auto;
    opacity: 0;
}
.sister-concern-slider:hover .slide-arrow{
    opacity: 1;
}

@media(min-width: 992px){

    .sister-concern-slider .slide-arrow.prev-arrow {
        left: -40px;
    }
    .sister-concern-slider .slide-arrow.next-arrow {
        right: -40px;
    }
}

/******************************
    CAR ISSUE
******************************/
.area-car-issue{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.car-section-des{
    flex: 1;
}
.car-section-link {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;

}
.car-section-link > li{
    flex-basis: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F3F3F3 !important;
    min-height: 610px;
    margin-right: -1px;
    margin-bottom: -1px;
    border: 1px solid var(--borderColor2);
    background: rgba(243, 243, 242, 0.1);
}
.car-section-link > li > a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.car-section-link > li.active,
.car-section-link > li:hover{
    background-color: #F4F6F5;
}
/*.car-section-link > li > a h4{*/
/*    font-size: 22px;*/
/*    color: var(--textColor);*/
/*}*/

/*.car-section-link > li .car-text{*/
/*    max-width: 170px;*/
/*    text-align: center;*/
/*    margin-top: 10px;*/
/*}*/

/******************************
    REVIEW
******************************/
.area-review{
    padding: 60px 0 34px;
    background-color: var(--baseBgColor);
}
.area-review .title-m{
    color: var(--baseBgTextColor);
    font-size: 42px;
}
.review-list{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}


.review-list .review-video{
    flex: 1;
    position: relative;
    z-index: 1;
}
.review-list .review-static-thumb{
    position: relative;
    z-index: 1;
}
.review-list .review-static-thumb::after,
.review-list .review-video::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(89, 58, 58, 0.4);
}
.button-media-play{
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    border: none;
    background-color: transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/******************************
    FOOTER
******************************/
footer{
    background-color: var(--footerBgColor);
    /*border-top: 6px solid var(--baseBgColor);*/
}
.area-footer-top{
    padding: 60px 0 40px;
}
.logo-footer{
    margin-bottom: 25px;
}
.company{
    padding-right: 50px;
}
.company p{
    font-size: 11px;
}
.social-media,
.link-list {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.social-media > li.title,
.link-list > li.title{
    font-size: 12px;
}
.social-media > li:not(:last-child){
    margin-right: 20px;
}
.social-media > li:not(.title) a{
    display: inline-block;
    font-size: 28px;
    color: var(--baseBgColor);
}

.social-media.media-white > li:not(.title) a{
    font-size: 20px;
    color: var(--textBlack);
}
.social-media > li a:hover,.social-media.media-white > li a:hover{
    color: var(--buttonHoverColor);
}
.social-media.media-white{
    justify-content: flex-start !important;
    align-self: center;
}
.link-list > li.title{
    font-weight: bold;
    color: var(--baseBgColor);
}
.link-list > li{
    width: 100%;
}
.link-list > li:not(.title) a{
    display: inline-block;
    font-size: 15px;
    color: var(--textColor);
}
.link-list > li:not(.title) a:hover{
    text-decoration: underline;
}
.logo-member{
    display: flex;
    flex-direction: column;
}
.log-thumb{
    margin-bottom: 5px;
}
.logo-member .logo-label{
    font-size: 15px;
}
.logo-member .logo-model{
    font-size: 16px;
    color: var(--baseBgColor);
    font-weight: 500;
}

.mayment-method{
    padding: 30px 0;
    align-items: center;
}
.payment-tagline{
    padding-right: 10px;
    white-space: nowrap;
    font-size: 19px;
}

.address-title{
    display: block;
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}
.address-list > li.title{
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    font-size: 20px;
    padding-bottom: 20px;
}
.address-list{
    display: flex;
    justify-content: space-between;
}

.address-list .address{
    display: flex;
    justify-content: space-between;
    flex: 1;
    padding: 16px 30px;
    border: 1px solid transparent;
}
.address{
    color: var(--textBlack) !important;
    font-weight: 400;
}
.address.active{
    border-color: var(--textBlack);
}
.address.left{
    border-left-color: var(--textBlack);
}
.address.right{
    border-right-color: var(--textBlack);
}
.address-list .address .ico-box{
    width: 55px;
    height: 55px;
}
.address-list .address .ico-box img{
    max-width: 100%;
    max-height: 100%;
}
.address-list .address .address-caption{
    padding-left: 15px;
    flex: 1;
}
.address-caption .label{
    font-size: 18px;
    color: var(--baseBgColor);
}
.address-caption h4{
    font-size: 22px;
    font-weight: 700;
}
.address-caption .text-small{
    font-size: 16px;
}
.address-list .address .address-arrow{
    display: flex;
    align-items: center;
    justify-content: end;
}

.area-footer-bottom{
    background-color: var(--footerBootomBgColor);
    border-top: 1px solid var(--footerBootomBorderColor);
    padding: 20px 0;
}
.copyright{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 10px;
    font-family: "Poppins", Arial, sans-serif;
}
.copyright a {
    color: var(--TextThreeColor);
    font-weight: 400;
}

/******************************
    PAGE
******************************/
.area-page-banner{
    min-height: 400px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.area-page-banner::after{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(var(--baseBgColor), transparent);
    z-index: -1;
}
.breadcmb{
    padding-top: 90px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.breadcmb .title{
    color: var(--baseBgTextColor);
    text-align: center;
}
.breadcmb ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
.breadcmb ul li{
    padding: 0 5px;
    color: var(--baseBgTextColor);
}
.breadcmb ul li a{
    color: var(--baseBgTextColor);
}
.breadcmb ul li i {
    margin-left: 5px;
}
.area-content{
    background-color: #ffffff;
    padding: 60px 0 30px 0;
}
.divider-bottom {
	box-shadow: 0 -9px 28px -31px rgba(0,0,0,.5) inset;
}

/******************************
    AUCTION HEADER [PAGE:AUCTION SHEET]
******************************/
.area-header-banner{
    margin-top: var(--surface);
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}
.sheet-panel{
    display: flex;
}

.sheet-card{
    background-color: #FFF;
    width: 520px;
    min-height: 285px;
    border: 2px solid var(--baseBgColor);
    padding: 45px 35px 35px;
    margin-top: 80px;
    margin-bottom: 20px;
}
.sheet-text{
    margin-bottom: 35px;
}
.sheet-text .text-title{
    font-size: 47px;
    line-height: 44px;
    color: #3d3f40;
    font-weight: normal;
}
.sheet-text .text-title-bolder{
    font-size: 47px;
    line-height: 44px;
    color: #3d3f40;
    font-weight: 800;
}
.sheet-card p{
    font-size: 14px;
    margin-bottom: 12px;
}
p.text-sub-title{
    color: var(--baseBgColor);
    text-transform: initial;
    font-size: 25px;
    line-height: 25px;
}


.verify-input-group{
    display: flex;
    justify-content: space-between;
}
.verify-input-group input{
    flex: 1;
    border-radius: 5px;
    height: 50px;
    border: 2px solid #cacaca;
    padding: 5px 10px;
    outline: none;
}
.verify-input-group input:focus{
    border-color: var(--baseBgColor);
}
.verify-action{
    min-height: 50px;
    flex: 0 0 135px;
    margin-left: 10px;
}
.button-verify{
    width: 100%;
    min-height: 50px;
    border-radius: 5px;
    font-size: 26px;
    font-weight: 800;
}

.sheet-title{
    font-size: 26px;
    color: var(--baseBgColor);
}

.sheet-title i {
	color: initial;
	font-size: 35px;
	position: relative;
	bottom: -4px;
}
.sheet-info p{
    font-size: 17px;
}
.request-action{
    margin-top: 10px;
}
.button-sheet-request{
    background-color: var(--TextOneColor);
    font-size: 24px;
    border-radius: 6px;
}
.sheet-car-show{
    margin: 230px 0 0 25px;
}

/******************************
    AUCTION FORMALITIES [PAGE:AUCTION SHEET]
******************************/
.area-sheet-formalities{
    background-color: #EBEEF3;
    padding-bottom: 70px;
}
.sheet-features{
    margin-top: 30px;
}
.sheet-features h2{
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 12px;
}
.sheet-features .list-view li {
	font-size: 22px;
	margin-bottom: 6px;
}

.sheet-features .list-view li .ico-box{
    flex: 0 0 35px;
}
.sheet-features .list-view li .ico-box > i {
	color: var(--TextOneColor);
	font-size: 30px;
	position: relative;
	bottom: 0px;
    margin-right: 3px;
}
.list-view.with-icon{
    padding-left: 30px;
}
.list-view.with-icon > li{
    display: flex;
    flex: 0 0 80px;
    margin-bottom: 20px;
}
.list-view.with-icon > li .ico-box{
    flex: 0 0 78px;
    display: flex;
    justify-content: center;
}
.list-view.with-icon > li .list-text{
    flex: 1;
    padding-left: 10px;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

/******************************
    ONLINE VERIFY POPUP [PAGE:AUCTION SHEET]
******************************/
.verify-header{
    display: flex;
    align-items: center;
    min-height: 95px;
    padding: 0 50px;
    color: #FFF;
    /* border-radius: 5px 0 0 0; */
    background-color: var(--TextOneColor);
    position: relative;
}
.verify-header.menual {
	padding-top: 40px;
	padding-bottom: 25px;
}
.verify-header.menual::after{
    position: absolute;
    content: "";
    left: 50px;
    right: 50px;
    bottom: 12px;
    border-bottom: 2px solid var(--baseBgColor);
}

.verify-header.menual,
.verify-info,
.verify-pamyment-method,
.verify-form-popup,
.verify-submit-action {
    background-color: #FFF;
}
.verify-header img{
    margin-right: 10px;
}
.verify-header .title{
    font-size: 30px;
    color: #FFF;
    margin: 0;
}
.verify-header.menual .title{
    color: var(--TextOneColor);
}

.verify-info{
    padding: 25px 35px 10px 50px;
}
.verify-info, .verify-info p{
    font-size: 16px;
    color: var(--textColor);
}
.title-verify{
    font-size: 18px;
    color: var(--baseBgColor);
}
.verify-box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.verify-box-left,
.verify-box-right{
    flex: 1;
}
.verify-box-left{
    display: flex;
    justify-content: center;
}
.verify-engine li{
    font-weight: 500;
    font-size: 15px;
}
.text-alert{
    display: inline-block;
    font-size: 12px !important;
    color: var(--baseBgColor) !important;
}
.text-alert i {
	font-size: 19px;
	position: relative;
	bottom: -2px;
}

.verify-form-popup{
    padding: 25px 50px 25px;
    border-top: 2px dashed var(--TextOneColor);
}
.verify-form-popup.menual{
    border-top: none;
    padding-top: 5px;
}

.text-terms{
    font-size: 13px;
}
.verify-submit-action{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 255px;
    border: 2px solid var(--baseBgColor);
    color: var(--textColor);
    padding: 0;
    border-radius: 9px;
    font-size: 21px;
}
.verify-submit-action .vsa-left,
.verify-submit-action .vsa-right{
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.verify-submit-action .vsa-left{
    flex: 1;
}
.verify-submit-action .vsa-right{
    background-color: var(--baseBgColor);
    color: #FFF;
    flex: 0 0 130px;
    font-weight: 700;
}
.verify-submit-action:hover .vsa-left{
    color: var(--baseBgColor);
}

.verify-pamyment-method {
	padding: 0 50px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
    /* border-radius: 0 0 5px 5px; */
}
.verify-pamyment-method img,
.verify-pamyment-method p{
    margin-bottom: 5px;
}
.verify-pamyment-method p{
    font-size: 13px;
}

/******************************
    BANNER [PAGE:CAR LIST]
******************************/
.contact-us-bg {
    background-image:url(images/bg/contact-us.png);
}
.live-auction-bg {
    background-image:url(images/others/live-auction.jpg);
}
.area-page-banner-curve{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-size: cover;
    width:100%;
    min-height:590px;
    background-repeat:no-repeat;
    background-position:center;
}
.area-page-banner-curve::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -2;
    background-color: rgba(0,0,0,0.6);
}
.area-page-banner-curve.overly-alpha::before{
    display: none;
}
/*.area-page-banner-curve::after {*/
/*	background-color: #F3F5F5;*/
/*	position: absolute;*/
/*	content: "";*/
/*	-webkit-transform: skew(0,-3deg);*/
/*	transform: skew(0,-3deg);*/
/*	top: 100%;*/
/*	z-index: -1;*/
/*	margin-top: -40px;*/
/*	left: 0;*/
/*	right: 0;*/
/*	bottom: -100px;*/
/*}*/
.area-page-banner-curve .breadcmb .title {
	font-size: 60px;
    text-align: center;
}
.area-page-banner-curve .breadcmb h1 {
	font-size: 62px;
	color: #FFD941;
	font-weight: 700;
    text-align: center;
}
.area-page-banner-curve-loan{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-size: cover;
    background-image:url(images/others/contact-us.jpg);
    width:100%;
    min-height:490px;
    background-repeat:no-repeat;
    background-position:center;
}
.area-page-banner-curve-loan::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -2;
    background-color: rgba(0,0,0,0.6);
}
.area-page-banner-curve-loan.overly-alpha::before{
    display: none;
}
.area-page-banner-curve-loan::after {
	background-color: #F3F5F5;
	position: absolute;
	content: "";
	-webkit-transform: skew(0,-3deg);
	transform: skew(0,-3deg);
	top: 100%;
	z-index: -1;
	margin-top: -40px;
	left: 0;
	right: 0;
	bottom: -100px;
}
.area-page-banner-curve-loan .breadcmb .title {
	font-size: 60px;
    text-align: center;
}
.area-page-banner-curve-loan .breadcmb h1 {
	font-size: 62px;
	color: #FFD941;
	font-weight: 700;
    text-align: center;
}

.area-carlist{
    background-color: #F3F5F5;
    position: relative;
    z-index: 5;
    padding: 60px 0 30px 0;
}
.area-carlist .container{
    position: relative;
}
.filter-panel{
    background-color: #FFF;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    box-shadow: 0 5px 6px 0 rgba(0,0,0,.08);
}
.filter-header {
	background-color: #111111;
	left: 0;
	bottom: 100%;
	width: 100%;
	z-index: 1;
	height: 95px;
	padding: 25px;
	display: flex;
	align-items: center;
}
.filter-list{
    padding: 25px;
}
.filter-list.filter-bg{
    background-color: var(--baseBgColor2);
}
.filter-action-top {
	flex: 1;
	display: none;
	justify-content: flex-end;
}
.filter-toggler {
	width: 40px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 22px;
    cursor: pointer;
    position: relative;
    right: -10px;
}
.filter-ico {
	margin-right: 15px;
}
.filter-title {
    font-size: 17px;
    color: var(--baseBgTextColor);
    font-weight: normal;
}
.filter-tab{
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 12px;
}
.filter-tab ul{
    display: flex;
    margin-bottom: 3px;
}
.filter-tab ul > li{
    flex: 0 0 100px;
    height: 45px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.filter-tab ul > li label{
    background-color: #ECEFF3;
    border-radius: 4px;
}
.filter-tab ul > li label:hover,
.filter-tab ul > li input:checked + label{
    border: 1px solid #8f8e8e;
}
.filter-tab ul > li input{
    position: absolute;
    z-index: -1;
    -webkit-appearance: none;
    appearance: none;
}
.filter-tab ul > li input:focus,
.filter-tab ul > li input:active{
    outline: none !important;
}
.filter-tab ul > li label {
	cursor: pointer;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.filter-item input[type="text"],
.filter-item input[type="email"],
.filter-item input[type="number"],
.filter-item select {
    min-height: 40px;
    height: 40px;
    line-height: 27px;
    background-color: #ECEFF3;
    border-color: #ECEFF3;
    color: #555;
    border-radius: 4px;
    font-size: 13px;
}
.filter-item textarea{
    background-color: #ECEFF3;
    border-color: #ECEFF3;
    border-radius: 4px;
    font-size: 13px;
    min-height: 80px;
}
.filter-item .form-control.datepicker{
    padding-left: 12px;
}
.filter-item textarea.inline-input{
    min-height: 40px;
}
.filter-item{
    margin-bottom: 22px;
}
.filter-item .control-label{
    margin-bottom: 3px;
    color: var(--textColor);
    font-weight: bold;
    font-size: 14px;
    opacity: 0.7;
    cursor: pointer;
}
.filter-item .input-group-text{
    background-color: #ECEFF3;
    border: none;
    font-size: 14px;
}
.filters-alpha .filter-item .input-group-text{
    background-color: rgba(0,0,0,.1);
    color: #FFF;
}
.filters-alpha .filter-item input[type="text"],
.filters-alpha .filter-item input[type="email"],
.filters-alpha .filter-item input[type="number"],
.filters-alpha .filter-item select,
.filters-alpha .filter-item textarea{
    background-color: rgba(0,0,0,.1);
    border: none;
    color: #FFF;
}
.filters-alpha .filter-item input[type="text"]:focus,
.filters-alpha .filter-item input[type="email"]:focus,
.filters-alpha .filter-item input[type="number"]:focus,
.filters-alpha .filter-item select:focus,
.filters-alpha .filter-item textarea:focus{
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.25);
}
.filters-alpha .filter-item input[type="text"]::placeholder,
.filters-alpha .filter-item input[type="email"]::placeholder,
.filters-alpha .filter-item input[type="number"]::placeholder,
.filters-alpha .filter-item select::placeholder,
.filters-alpha .filter-item textarea::placeholder{
    color: #FFF;
    opacity: 0.4;
}
.filters-alpha .filter-item select option{
    color: var(--textColor);
}
.checkboxs{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.checkboxs label{
    position: relative;
    top: -2px;
    margin-right: 15px;
    font-weight: normal !important;
}
.datepicker table > thead > tr > th,
.datepicker table > thead > tr > td,
.datepicker table > tbody > tr > th,
.datepicker table > tbody > tr > td{
    font-size: 13px;
}
.mileage-box{
    display: flex;
    justify-content: space-between;
}
.mileage-box .mileage-from{
    padding-right: 5px;
}
.mileage-box .mileage-to{
    padding-left: 5px;
}
.label-title {
	font-weight: 300;
    margin-bottom: 3px;
    font-size: 13px;
}
.filter-item .input-checkbox > label{
    font-size: 13px;
    font-weight: 300;
    cursor: pointer;
}
.checkbox-list-view li{
    margin-bottom: 5px;
}
.filter-button {
	width: 100%;
	box-sizing: border-box;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
}
.filter-action{
    margin-bottom: 0;
    padding-top: 10px;
}

.filter-sorter {
	margin-bottom: 20px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
    margin: 0 12px 20px 0;
}
.sorter-box{
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
}
.sorter-box.left{
    justify-content: flex-start;
}
.sorter-box .filter-item input[type="text"],
.sorter-box .filter-item input[type="number"],
.sorter-box .filter-item select {
    background-color: #DEDEDE;
    border-color: #DEDEDE;
    color: #555;
}
.sorter-box li{
    font-size: 13px;
    margin-left: 20px;
    color: #555;
}
.sorter-box li:first-child{
    margin-left: 0;
}
.sorter-box .filter-item{
    margin-bottom: 0;
}
.sortable-box{
    display: flex;
    align-items: center;
}
.sortable-box label{
    white-space: nowrap;
    margin-right: 5px;
    font-size: 13px;
}

.pro-card{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background-color: #FFF;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.08);
    margin-bottom: 15px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}
.pro-card:hover::before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 100%;
    border-left: 3px solid #111111;
    z-index: -1;
    border-radius: 4px 0 0 4px;
}
.pro-card:hover{
    border-radius: 0 4px 4px 0;
}
.pro-card[data-offer="true"]::after{
    position: absolute;
    content: "";
    width: 79px;
    height: 74px;
    top: 0;
    right: 0;
    z-index: 2;
    border-top-right-radius: 4px;
    background: url(assets/images/icon/sticker-offer.png) no-repeat;
}
.pro-card .pro-thumb{
    flex: 0 0 210px;
    height: auto;
    overflow: hidden;
    margin-right: 15px;
}
.pro-card .pro-thumb img{
    max-width: 100%;
    min-height: 100%;
}
.pro-card .pro-des{
    position: relative;
}
.pro-card .pro-des .pro-title{
    font-size: 16px;
    font-weight: 500;
    color: var(--textColor);
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 5px;
}
.pro-card.blog .pro-des .pro-title{
    text-transform: initial;
}
.pro-card .pro-des .pro-title:hover{
    color: var(--baseBgColor2);
}
.pro-dates {
	font-size: 13px;
	color: var(--TextMuted);
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
}
.pro-text {
	padding-bottom: 20px;
	padding-top: 5px;
}
.pro-card > div{
    flex: 1;
}
.pro-card .pro-des-text{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pro-card .pro-des-text li{
    font-size: 11px;
    flex-basis: 50%;
    display: flex;
    margin-bottom: 3px;
}
.pro-card .pro-des-text li > span:first-child{
    flex: 0 0 65px;
    margin-right: 3px;
    font-weight: 500;
}
.pro-card .pro-offer{
    flex: 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro-card .pro-pricing{
    flex: 0 0 145px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.pro-card .pro-pricing .pro-price-tag{
    font-size: 13px;
}
.pro-card .pro-pricing .pro-price{
    font-size: 17px;
    font-weight: 600;
}
.pro-card .pro-pricing .button-pro-details{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 13px;
    padding: 3px 35px;
    border-radius: 4px;
    top: auto !important;
}

.pro-pagination,
.pro-action{
    display: block;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 20px;
}
.pro-pagination{
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.pro-pagination.center{
    justify-content: center;
}
.pro-pagination.right{
    justify-content: flex-end;
}
.disabled > .page-link, .page-link.disabled {
	background-color: transparent;
	border-color: none !important;
}
.page-link{
    border: none;
    background-color: transparent !important;
    color: var(--TextMuted);
    font-weight: bold;
    padding: 6px;
}
.page-link[rel="next"],
.disabled span.page-link {
	font-size: 23px;
    line-height: 19px;
}
.active > .page-link, .page-link:hover,
.active > .page-link, .page-link.active {
	color: var(--textBlack);
	background-color: transparent;
}
.button-action-more{
    background-color: #F7C602;
    color: #1F0048 !important;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    padding: 8px 20px;
}
.pro-card.video{
    margin-right: 10px;
    margin-bottom: 10px;
    display: block;
}
.pro-card.video .pro-thumb{
    height: auto;
    margin-bottom: 15px;
    margin-right: 0;
}
.pro-card.video .pro-des .pro-title{
    color: var(--textColor) !important;
    font-size: 14px;
    text-transform: initial;
}
.list-video{
    display: flex;
    flex-wrap: wrap;
}
.list-video .video{
    flex: 0 0 266px;
}

/******************************
    AREA INFO DETAILS [PAGE:RECONDITIONED CAR VIEW]
******************************/
.area-info-details,.safe-area{
    margin-top: var(--safeArea-m);
}
.area-info-related, .area-info-details {
    background: #F6F6F6;
    /*background: #db7d7d;*/
}
.info-box{
    display: flex;
    justify-content: space-between;
}
.info-box .info-left{
    flex: 1;
}
.info-box .info-right{
    flex: 0 0 420px;
    margin-left: 8px;
}

.info-section {
    background-color: #FFF;
    /*padding: 20px 10px 0;*/
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.info-desc-section {
    background-color: #111111;
    /*padding: 20px 10px 0;*/
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    color: #ffffff;
}
.info-section-stock-price {
    background-color: #92182F;
    color: #ffffff;
    /*padding: 10px 10px 0;*/
    /*margin-top: 2.3rem !important;*/
    /*margin-bottom: 5px;*/
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.into-title{
    font-size: 22px;
    color: var(--textBlack);
}
.list-view.info-model-list{
    margin: 0 0 5px 0;
}
.list-view.info-model-list li {
	display: inline-block;
	border: 1px solid #e6e6e6;
	padding: 0 8px;
	font-size: 15px;
}
.list-view.info-model-list li:not(:last-child){
    margin-right: 10px;
}
.list-view.info-model-list li:nth-child(2n+1){
    border-color: #ffffff;
}
.list-view.info-model-list li:nth-child(2n+2){
    border-color: #ffffff;
}
.info-gallery{
    display: flex;
    justify-content: space-between;
}
.gallery-thumb-list{
    flex: 0 0 100px;
    margin-right: 5px;
    position: relative;
}
.gallery-box{
    position: relative;
    z-index: 1;
    flex: 1;
    width: 400px;
}
.gallery-box .gallery-share{
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    justify-content: space-between;
    z-index: 5;
}
.gallery-box .gallery-share > li{
    display: flex;
    flex-wrap: wrap;
}
.share-link {
	background-color: #FFF;
	border-radius: 15px;
	font-size: 10px;
	height: 20px;
	min-width: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--textColor) !important;
	font-weight: bold;
}
.share-link.share-text{
    padding-left: 6px;
    padding-right: 6px;
}
.gallery-box .gallery-share > li .share-link:not(:last-child){
    margin-right: 5px;
}
.share-link.share-text > i{
    margin-right: 5px;
    position: relative;
    font-size: 14px;
}

.section-title{
    font-size: 18px;

}
.text-red{
    color: var(--baseBgColor2);
}
.text-green{
    color: var(--TextOneColor);
}
.section-title-list{
    display: flex;
    list-style-type: none;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 2px 0;
}
.section-title-list li{
    white-space: nowrap;
    font-size: 12px;
}
.section-title-list li .section-title{
    margin: 0;
}
.section-title-list li:not(:last-child){
    margin-right: 10px;
}
.text-tag{
    color: var(--textColor);
    margin: 0;
}
.info-right .text-tag{
    margin: 0;
}
.info-price-tag{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info-item-des{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.info-item-des tr td{
    border-bottom: 1px solid #29292A;
    font-size: 14px;
    padding: 3px 0;
    color: #ffffff;
}
.info-item-des tr td:first-child{
    width: 50%;
}
.bgc-tomato-light,
.bgc-blue,
.bgc-aqua,
.bgc-green,
.bgc-tomato{
    color: #FFF !important;
    padding: 3px 10px;
    font-size: 18px;
    border-radius: 4px;
    margin-right: 8px;
}
.bgc-tomato-light{
    background-color: #F68D55;
}
.bgc-blue{
    background-color: #00ADEF;
}
.bgc-aqua{
    background-color: #00A99C;
}
.bgc-green{
    background-color: #3BB778;
}
.bgc-tomato{
    background-color: #F26C4E;
}
.info-feature{
    display: flex;
    flex-wrap: wrap;
}
.info-feature li{
    flex-basis: 25%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.info-feature li .info-feature-thumb{
   width: 28px;
   margin-right: 10px;
   text-align: center;
}
.text{
    line-height: 28px;
}
.product-gallery .slide-arrow{
    color: #FFF;
    font-size: 26px;
    text-shadow: 0 0 6px #000;
}
.product-gallery-thumb-list {
	padding: 20px 0;
}
.product-gallery-thumb-list .slide-arrow-vertical{
    border: none;
    background-color: #6F6F6F;
    color: #FFF;
    width: 100%;
    height: 20px;
    padding: 0;
    position: absolute;
    z-index: 5;
    top: 1px;
    left: 0;
}
.product-gallery-thumb-list .slide-arrow-vertical.next-arrow{
    bottom: 1px;
    top: auto;
}
.product-gallery-thumb-list .slide-arrow-vertical.slick-disabled{
    background-color: #D9D9D9;
}

.product-gallery-thumb-list .item{
    height: 70px;
    margin: 2px 0;
    cursor: pointer;
}
.product-gallery .item{
    display: flex;
    align-items: center;
}
.product-gallery-thumb-list .item.active img{
    border: 2px solid var(--baseBgColor);
}

.product-gallery .item img{
    min-height: 100%;
    max-width: 100%;
}
.gallery-thumb-list img{
    max-width: 100%;
}
.info-description {
	min-height: 343px;
}
.info-action {
	text-align: right;
}

/******************************
    AREA CONTENT [PAGE:PRIPACY POLICY]
******************************/
article p{
    line-height: 36px;
}
article.text-justify p{
    text-align: justify;
}
article ul{
    padding-left: 14px;
    list-style-position: outside;
    list-style-type: square;
}
article ul li{
    line-height: 36px;
}
.safe-area-bg{
    padding-top: var(--safeArea);
}
.safe-area-m-bg{
    padding-top: var(--safeArea-m);
}
.about-us{
    padding-top: 50px;
    max-width: 690px;
    padding-bottom: 100px;
}
.about-us, .about-us p{
    color: #FFF;
}
.article-title{
    color: var(--TextTwoColor);
    font-weight: 300;
}
.article-title span{
    font-weight: 700;
}
.about-us .button-border{
    border-color: #FFF;
    font-weight: bold;
    color: var(--TextTwoColor) !important;
}
.about-us .button-border:hover{
    border-color: var(--TextTwoColor);
}

/******************************
    PAGE: CONTACT US
******************************/
.area-contact-us,.form-section{
    position: relative;
    z-index: 3;
}
.panel-box {
	display: flex;
	justify-content: space-between;
	 padding-top: 40px;
	position: relative;
	/*top: -50px;*/
}
.panel-left{
    flex: 1;
    background-color: #FFF;
    border: 1px solid black;
}
.panel-shadow{
    box-shadow: 0 5px 6px 0 rgba(0,0,0,.08);
}
.panel-right{
    flex: 0 0 470px;
    border: 1px solid black;
}
.filter-list.filter-visible{
    padding: 50px 80px;
    box-shadow: none;
}
.bg-alpha{
    background-color: transparent;
}
.form-title{
    margin-bottom: 2.1rem;
}
.aside .form-title{
    color: var(--textColor);
}
.form-section .filter-panel{
    box-shadow: none;
}
.filter-visible{
    display: block !important;
}
.aside{
    background-color: var(--baseBgTextColor);
    color: var(--textBlack);
}
.bgcolor-full{
    background-color: var(--baseBgColor2);
    color: var(--baseBgTextColor);
}
.aside-body {
	/*margin-top: -100px;*/
	/* margin-bottom: 50px; */
	/*padding: 80px 65px 20px;*/
}
.aside ul{
    padding-left: 0;
}
ul.address{
    list-style-type: none;
}
.address > li{
    display: flex;
}
.address li,.address li a{
    color: var(--textBlack);
}
.address > li:not(:last-child){
    margin-bottom: 20px;
}
.address > li > .ico {
	display: flex;
	align-items: center;
	flex: 0 0 50px;
	height: 50px;
	margin-right: 5px;
}
.address > li > .ico i {
    font-size: 30px !important;
}
.address > li > .des{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}
.address > li > .des .subtitle{
    font-size: 12px;
    opacity: 0.8;
}
.aside-footer{
    padding: 30px 65px 30px;
    background-color: var(--asideBottomBg);
    color: var(--textWhite);
}
.table-list{
    width: 100%;
}
.table-list tbody tr td{
    padding: 5px 0;
}
.panel-box .filter-action{
    padding-top: 25px;
}
.button-skew {
	min-height: 45px;
	box-shadow: none;
	border-radius: 0 25px 25px 0;
	padding-right: 35px;
	font-weight: bold;
	position: relative;
	z-index: 1;
	margin-left: 40px;
}
.button-skew::after{
    position: absolute;
    content: "";
    top: 0;
    right: 40px;
    bottom: 0;
    left: -20px;
    z-index: -1;
    background-color: var(--baseBgColor2);
    -webkit-transform: skewX(40deg);
    transform: skewX(40deg);
}
.skew-bg-2,
.skew-bg-2::after{
    background-color: var(--TextTwoColor);
    color: var(--textBlack) !important;
}
.skew-bg-3,
.skew-bg-3::after{
    background-color: #FFF;
    color: var(--textBlack) !important;
}
.area-golocation {
	margin-top: -140px;
	margin-bottom: -8px;
}

/******************************
    PAGE: LOAN CALCULATE
******************************/
.list-view .list-text{
    margin-bottom: 15px;
}
.list-view .list-text p{
    margin-bottom: 3px;
    font-size: 23px;
}

/******************************
    PAGE: CONSULTATION
******************************/
.area-header-with-content{
    margin-top: var(--surface);
    position: relative;
    z-index: 1;
    padding-top: 10px;
}
.banner-form{
    position: relative;
    z-index: 2;
}
.banner-form .form-box{
    max-width: 535px;
    position: relative;
    bottom: -85px;
}

.banner-form .filter-list.filter-visible {
	padding: 60px 50px 40px;
}
.title-group{
    margin-bottom: 20px;
}
.title-group .title{
    font-size: 23px;
    color: var(--bannerTextColor);
    font-weight: 600;
}
.title-group .tagline{
    font-size: 18px;
    color: var(--TextTwoColor);
    font-weight: 300;
}
.text-medium,.text-medium p{
    font-size: 20px;
}
.button-list{
    padding-top: 20px;
}
.button-list .button{
    margin-bottom: 10px;
}
.consultation-info {
	padding: 90px 0 50px;
}
/******************************
    PAGE: PREORDER
******************************/
.benefit-preorder{
    margin-bottom: 80px;
}
/******************************
    PAGE: EXCHANGE
******************************/
.exhange-info {
	position: relative;
	top: -175px;
	z-index: 2;
    padding: 0 30px 0 0;
}
.area-exchange .aside-body {
	margin-top: -230px;
}
/******************************
    PAGE: BLOG
******************************/
.area-blog {
	position: relative;
    z-index: 5;
    padding-top: 10px;
}

.area-blog .filter-action .button .fa-search{
    position: relative;
    top: -2px;
}
@media(min-width: 993px){
    .area-blog .filter-header {
        height: auto;
        padding: 25px 25px 0;
    }
}
  .area-page-banner-curvepre{
      overflow: hidden;
    background-size: contain;
    width:100%;
    min-height:600px;
    background-repeat:no-repeat;
    background-position:center center;
    margin-top:20px;
  }
  .pre-order{
      margin-top:80px;
  }

/******************************
    GLOBAL INHARITANCE
******************************/
.pro-card .pro-des .pro-title,
.button,
.effect::after,
.menu > ul > li > a::after,
.social-media > li:not(.title) a,
.stock-nav-list > li .nav-list-label::after,
.stock-nav-list > li > a .icons-thumb > img,
.nav-box-mobile,
.menu > ul a{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
@media (min-width: 768px) {
  .area-page-banner-curve {
    background-size: cover;
    height:300px;
  }
}

/* For smaller screens */
@media (max-width: 767px) {
  .area-page-banner-curve {
    background-size: contain;
     height:300px;
  }
    .area-page-banner-curve-pre {
    background-size: contain;
     height:550px;
  }
  .full-footer-sec {
      margin-bottom: 2.5rem;
  }
}

/*****************************Dark Navbar**************************/
.dark {
    color: var(--textWhite);
}
.dark i.fa, .dark ul li a {
    color: var(--textWhite) !important;
}
.menu.dark ul li,
.menu.dark ul li a{
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: var(--textWhite);
    text-decoration: none;
    position: relative;
    z-index: 1;
}
.dark.menu > ul ul{
    position: absolute;
    top: 100%;
    left: 0;
    white-space: nowrap;
    background-color: #111111;
    padding: 15px 0;
    border-bottom: 2px solid var(--baseBgColor);
    box-shadow: 0 25px 33px -10px rgba(0,0,0,0.3);
    display: none;
}
.slider-heading-one {
    font-weight: 500 !important;
    font-size: 4rem !important;
    letter-spacing: 1px !important;
    font-family: 'Roboto Condensed', sans-serif;
}
.text.w-100z {
    width: 60%;
}
h2.sub-heading-one {
    font-size: 30px !important;
    font-weight: bold;
    color: #fff;
    line-height: 35px !important;
    letter-spacing: 0 !important;
    font-family: 'Roboto Condensed', sans-serif;
}
.dark.area-footer-bottom{
    background-color: var(--darkFooterBootomBgColor);
    border-top: 1px solid var(--darkFooterBootomBorderColor);
    padding: 20px 0;
}
.dark .dev-text {
    color: var(--TextTwoColor);
}
.social-media, .footer-links {
    align-content: center;
    align-items: center;
}
.social-media li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-media i {
    color: #595959;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.footer-links .footer-link-list {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer-link-list li a {
    font-size: 12px;
}
.dark ul.social-media li a i {
    font-size: 20px !important;
}
.footer-links .link-list li {
    margin-right: 10px;
}
.vertical-divider {
    border-left: 2px solid #fff; /* Change the color as needed */
    height: 20px; /* Adjust the height as needed */
    margin: 0 10px; /* Adjust the margin as needed */
}
.bg-overlay {
    background: linear-gradient(rgb(56 56 44 / 10%), rgba(243, 243, 242, 0.1)), url("./../../public/assets/images/home/footer-up.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: 450px;
    padding-top: 50px;
}
.make-dream .h2-title {
    font-weight: 600;
    color: var(--textBlack);
}
.make-dream .sub-description {
    /*font-weight: 500;*/
    color: var(--textBlack);
}
.btn-dark {
    color: #fff !important;
    background-color: #000000 !important;
    border-color: #000000;
    font-weight: bold;
}
.btn-dark:active, .btn-dark:hover {
    color: #fff !important;
    background-color: var(--secandary) !important;
    border-color: var(--secandary);
}
.auction-preorder-area {
    background: #ffffff !important;
}
.area-stock .box-heading{
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}
.area-stock .box-sub-heading{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
img.action-box-img {
    width: 40px;
    height: 40px;
}
.card.border-dark:hover {
    border-color: #eb1111 !important;
    border-width: 2px;
}
@media(min-width: 1460px) {

    .car-section-link > li{
        flex-basis: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #F3F3F3 !important;
        min-height: 610px;
        margin-right: -1px;
        margin-bottom: -1px;
        border: 1px solid var(--borderColor2);
        background: rgba(243, 243, 242, 0.1);
    }
}
@media (max-width: 768px) {
    .row.no-gutters.slider-text {
        width: 50% !important;
    }
    .text.w-100z {
        width: 100%;
    }
    h2.sub-heading-one {
        font-size: 14px !important;
        font-weight: bold;
        color: #fff;
        line-height: 13px !important;
        letter-spacing: 0 !important;
        font-family: 'Roboto Condensed', sans-serif !important;
    }
    .slider-heading-one {
        font-family: 'Roboto Condensed', sans-serif !important;
        font-weight: 600 !important;
        font-size: 1.5rem !important;
        letter-spacing: 0 !important;
        line-height: 23px !important;
        margin: 0 !important;
    }
    /*.owl-carousel.home-slider .slider-item .slider-text h2 {*/
    /*    line-height: 25px !important;*/
    /*}*/
    .owl-carousel.home-slider .slider-item .slider-text {
        height: 240px !important;
        position: relative;
    }
    .area-stock {
        padding: 20px 0 30px !important;
    }
    .stock-nav {
        margin-top: 10px;
    }
    .product-view-all {
        margin-top: 0;
    }
    .area-stock .box-heading {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 0;
    }
    .area-stock .box-sub-heading {
        font-family: 'Roboto Condensed', sans-serif !important;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 12px;
    }
    a.btn.btn-dark.btn-lg.fw-bold.rounded-0, .btn.btn-dark.btn-lg, .btn-browse-stock {
        font-size: 0.9rem !important;
    }
    .sub-description {
        font-size: 0.8rem;
        padding: 0 10px;
    }
    .area-action-box {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        background-color: #FFF;
        padding: 20px 0 0;
    }
    .area-action-box .box-heading {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 16px;
        line-height: 20px;
        font-family: 'Anton', sans-serif;
    }
    .box-icon-text {
        font-size: 12px;
    }
    img.action-box-img {
        width: 32px;
        height: 32px;
    }
    .area-banner {
        margin-top: 75px !important;
    }
    .dark.area-footer-bottom {
        padding: 10px 0;
    }
    ul.social-media, ul.footer-link-list {
        margin-bottom: 0 !important;
    }
    h2.h2-title {
        font-size: 26px;
        line-height: 1.3;
    }
    .nav-bar {
        min-height: 75px;
    }
    .safe-area-m-bg {
        padding-top: 75px;
    }
    .testdrive-title {
        font-size: 14px;
        line-height: 20px;
    }
    .make-dream .h2-title {
        font-size: 20px;
        line-height: 25px;
        font-family: 'Roboto Condensed',sans-serif;
        font-weight: 700;
    }
    .make-dream .sub-description {
        font-size: 16px;
        line-height: 16px;
        font-family: 'Roboto Condensed',sans-serif;
    }
    .bg-overlay {
        background-image: none;
        height: 190px;
        padding-top: 0;
    }
    .social-media > li.title {
        font-size: 12px !important;
    }
    .dark ul.social-media li a i {
        font-size: 16px !important;
    }
    .list-view .list-text {
        margin-bottom: 0;
    }
    .list-view .list-text p {
        font-size: 15px;
    }
    .about-us-bg-overlay {
        height: 140px;
    }
    .find-car-title {
        font-weight: 700;
        font-size: 1.4rem;
    }
    h2.into-title-desc {
        font-size: 0.8rem !important;
         line-height: 10px !important;
        color: var(--textWhite) !important;
    }
    .list-view.info-model-list li {
        font-size: 11px;
    }
    .details-stock {
        font-size: 0.8rem !important;
    }
    a.nav-link.p-0.text-white {
        font-size: 14px;
    }
    .badge-sold {
        font-size: 0.75rem !important;
    }
    .owl-carousel.home-slider .slider-item .slider-text h3 {
        font-size: 14px !important;
        line-height: 10px !important;
    }
}
@media only screen and (max-width: 1350px) and (min-width: 1200px) {
    .item-card .item-card-list > li {
        flex-basis: 45% !important;
    }
    .menu.dark ul li, .menu.dark ul li a {
        font-family: 'Hind Siliguri', sans-serif;
        font-size: 16px !important;
    }
    .menu > ul > li:not(:first-child) {
        margin-left: 10px;
    }
}
/*====================About Us====================*/
.about-us-bg-overlay {
    background: linear-gradient(rgba(243, 243, 242, 0.1), rgba(243, 243, 242, 0.1)), url("./../../public/assets/images/bg/about-us.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: 600px;
    /*padding-top: 50px;*/
}
.aboutUs-title {
    font-size: 4rem;
    font-weight: 700;
    color: var(--textWhite);
}
.find-car-title {
    font-weight: 700;
    font-size: 2.4rem;
}
.info-title-option {
    background: #111111;
    color: #ffffff;
}
.details-stock {
    font-size: 0.9rem !important;
}


.fl-header {
    .bottom-nav {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        /*padding: 0.8rem 0;*/
        z-index: 99;
        will-change: transform;
        transform: translateZ(0);

        &-item {
            display: flex;
            flex-direction: column;
            flex-grow: 1;
            justify-content: center;
            text-align: center;
            font-size: 0.8rem;
        }

        &-link {
            display: flex;
            flex-direction: column;
        }
    }
}
.bottom-nav-item.border.rounded {
    width: 25%;
}
.testdrive-title {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Roboto',sans-serif;
    padding-left: 10px;
    line-height: 30px;
    margin-bottom: 10px;
}
h2.into-title-desc {
    font-size: 1.6rem;
    color: var(--textWhite) !important;
}
.badge-booked {
    border: 2px solid #f68421;
}
.badge-sold {
    border: 2px solid red;
}
.floating-bar {
    display: grid;
    padding-top: 4px;
}
.floating-bar .text-secondary {
    font-size: 12px;
    color: #111111; !important;
}
/*********************Delivered Cars************************/

/*********************Delivered Cars************************/
ul.slick-dots {
    display: none !important;
}

@media (max-width: 500px) {
    .slider-item {
        width: 100%; /* Set width to 100% for screens below 500px */
    }
}
