#navbar.navbar{padding: 0px; font-weight: 600;}

 
#navbar li {
  position: relative;
  list-style-type:none;
}
#navbar li a {
  color: #fff!important;
  display: block;
  font-size:16px;
  padding:12px 15px;
  text-decoration:none;
 transition:.3s;
 font-weight: 600;
}
#navbar li a:active {
  background-color: #e50f3c !important;
}


#navbar ul ul:hover + a {
   background-color: #e50f3c;
   color:#fff;
}

#navbar .open {
    background-color: none !important;
    color: none !important;
}
#navbar .dropdown.open > a{
    background-color: #e50f3c !important;
}

  
 #navbar li > a:hover, #navbar > ul:not( :hover ) > li.active > a {
 background-color: #e50f3c;
 color:#fff;
}
 #navbar > ul > li:hover > a, #navbar > ul:not( :hover ) > li.active > a {
 background-color: #e50f3c;
 color:#fff;
}
#navbar li ul.dropdown-menu{
  margin-top: -1px;
}


#navbar li ul.dropdown-menu a {
  font-size: 13px;
  border-top: 1px solid #333;
  padding:10px 15px; 
  width:200px;
  background:#3a3a3a;
  transition:.2s;
  color:#fff;
}
 #navbar li ul.dropdown-menu li a:hover, #navbar li ul.dropdown-menu:not( :hover ) li.active a {
 background-color:#e50f3c;
 color:#fff;
}

#navbar .navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
#navbar .dropdown-submenu {
    position:relative;
}
#navbar .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}




.nav-toggal{
  width: 35px;
  height: 35px;
  text-align: left;
  background-color: #173f70;
  position: absolute;
  right: 18px;
  top: 11px;
  border-radius: 180px;
  border-color: #fff;
  text-align: center;

}
.nav-toggal .fa{ margin-top: auto; margin-top: 10px; }

.accountdropul{ width: max-content; }
.accountdrop{ width: max-content; }



.m-b-20{margin-bottom: 20px;}




#page-wraper{
	width: 100%;
    padding: 0;
    /* background: #f7f7f7; */

}

.search_top{
	margin-top: 9px;
}
.search_top .input-group{
	width: 90%;border: 0px;
}
/* .search_top span{
  position: absolute;
  margin-right: 5px;
  height: 25px;
  display: flex;
  align-items: center;
  z-index: 9999;
  font-size: 25px;

} */
.search_top input{
  padding: 7px 10px;
  min-height: 20px;
  border-radius: 0px;
}
.search_top input::placeholder { font-size: 12px; }
.search_top .btn{
	background: #FFF;
	/* border-top-style: solid !important;
	border-color: #333 !important;
    border-top: 1px !important;
    border-right: 1px  !important;
    border-bottom: 1px  !important;
    border-left: 0px  !important; */
	border-radius: 0px;
}



#page-wraper .breadcrumb {
	margin-top: 20px;
}

#ui-id-1.ui-autocomplete{
	z-index: 99999999 !important;	
	position: fixed  !important;
	overflow: auto !important;
	max-height: 200px;
}


#ui-id-2.ui-autocomplete{
  z-index: 99999999 !important; 
  position: fixed  !important;
  overflow: auto !important;
  max-height: 200px;
}

.ui-autocomplete .ui-menu-item{ margin: 0px !important;	  }
.ui-state-active, .ui-widget-content .ui-state-active {
	margin: 0px !important;	
	/* padding: 0px !important;	 */
	border: 0px !important;	
}

.search_top input:hover, 
.search_top input:active, 
.search_top input:focus,
.search_top button:focus,
.search_top button:active,
.search_top button:hover,
.search_top label:focus,
.search_top .btn:active,
.search_top .btn.focus
{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
    border: 1px solid #ced4da;
}

.p-l-0{padding-left: 0px !important;}
.p-r-0{padding-right: 0px !important;}
.m-b-0{margin-bottom : 0px !important;}
.m-b-5{margin-bottom : 5px !important;}
.m-b-10{margin-bottom : 10px !important;}
.m-b-15{margin-bottom : 15px !important;}

.m-t-0{margin-top : 0px !important;}
.m-t-5{margin-top : 5px !important;}
.m-t-10{margin-top : 10px !important;}
.m-t-15{margin-top : 15px !important;}
.t-r{text-align: right !important;}

/*  leadFrom*/

#leadFrom { background-color: #4b4b4b80 !important; z-index: 999999999;  }
body.modal-open {
    overflow: hidden;
    position: fixed !important;
}

#leadFrom .modal-content{  border-radius: 0px; margin-top: -45px; }

#leadFrom .popup_img img{
  width: 100%;
  height: 100%;
  margin-left: 16px;
  margin-top: 1px;
  border-radius: 0px;
}
.modal-content{
	color: inherit;
}

.modal_close_btn {
    z-index: 9999999;
    cursor: pointer;
    margin-top: -8px;
    position: absolute;
    right: 1%;
    font-size: 40px;
}

#leadFrom .leadFrm .dealerList{
	max-height: 200px;
	overflow: auto;
	margin: 0 0 20px 0;
}

#leadFrom .leadFrm .form-cont , #loginFrom input , #cityFrom input{
  	background: #fff;
	-webkit-appearance: none;
	text-shadow: 0 0 0 #24272c;
	border: 1px solid rgba(36,39,44,.3);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-text-fill-color: transparent;
	padding: 0 30px 0 16px;
	font-size: 16px;
	height: 48px;
	width: 100%;
	box-shadow: none;
	margin-bottom: 24px;
}
#leadFrom .leadFrm .error{ border-color: red !important;  }
#leadFrom .leadFrm .dealerBox{
	border: 1px solid rgba(36,39,44,.1);
    padding: 5px 0px;
    margin: 0 0 20px 0;
    border-radius: 2px;
    width: 100%;
}

#leadFrom .leadFrm .dealerBox .check_area_namess{
  text-align: right;
  margin-top: 20px;
} 
#leadFrom .leadFrm .dealerBox .location{ text-align: left; margin-bottom: 0px; font-size: 12px; color: #656565; }
#leadFrom .leadFrm .dealerBox .area_names {
    float: left;
    color: inherit;
}

#leadFrom .leadFrm .proceed-btn , #leadFrom .leadFrm .submit-lead , #loginFrom .login-btn{
    width: 100%;
    background: #a7a7a7;
    border: 1px solid transparent;
    height: 40px;
    color: #fff;
    font-weight: 900;
}
input.otp_lf::placeholder { font-size: 20px; }

 #leadFrom .leadFrm .submit-lead.valid , #loginFrom .login-btn.valid{ background: #f75d34; }

#leadFrom button:focus,
#leadFrom button:active,
#leadFrom button:hover,
#leadFrom .btn:active,
#leadFrom .btn.focus
{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}
.pravacyText {
    font-size: 11px;
}
.pravacyText a{color: #007bff;}
#timer_demo {
    text-align: right;
    margin-top: -17px;
}
@media only screen and (max-width: 767px){
	#leadFrom .modal-content{ margin-top: 0px; }
	#leadFrom .popup_img img{
	  display: none;
	}
	.check_area_namess {
	    float: right;
	    margin-top: -59px !important;
	    text-align: right;
	}

}

#loginFrom , #cityFrom{ background: #4b4b4b80; z-index: 9999999; top: -50px; }
#loginFrom .modal-content  , #cityFrom .modal-content{border-radius: 2px;}
#loginFrom .loginfrm_close , #cityFrom .loginfrm_close{
    margin-top: -15px;
    margin-bottom: 10px;
    margin-right: -5px;
} 

#loginFrom input.error{ border-color: red !important;  }



/* Car lising */

pageWrapper
#pageWrapper{
	width: 100%;
}
#pageWrapper .in_banner{
	float: left;
	width:100%;
	padding:30px 0;
	color:#fff;
	margin-top:130px;
	background:linear-gradient( rgba(66, 66, 66, 0.3) 100%, rgba(66, 66, 66, 0.3)100%),url("../images/pexels-photo.jpg") fixed;
	background-size:cover;
	background-position:center;
}
/* rgba(23, 64, 112, .9) */
#pageWrapper  .filterFrm{
	min-height: 80px;
	background-color: rgba(255, 255,255, 0.9);
	padding :  20px 30px;
	border-radius: 5px;
}
#pageWrapper  .input-group {
	margin-bottom: 5px;
}
input:hover, 
input:active, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.focus,
.btn.focus,
.btn:active,
.btn:focus,.btn:active:focus,.btn.active:focus,
.btn.focus,.btn:active.focus,.btn.active.focus
{
    /* -webkit-appearance:none; */
    box-shadow: none !important;
    outline: none !important;
}

#pageWrapper .auto-comp{
	min-height: 50px;
	border-radius: 0px;
	 outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
    border: 1px solid #ced4da;

}
#pageWrapper .btn-icon{
	min-height: 50px;
	border-radius: 0px;
	background-color: #FFF;
}

#pageWrapper .btn-seacrh{
	min-height: 50px;
	border-radius: 0px;
	background-color: #174070;
	color: #FFF;
}

#pageWrapper .ui-autocomplete {
    z-index: 9999 !important;
    position: absolute !important;
    overflow: auto !important;
    max-height: 200px;
}

.ui-autocomplete  .ui-menu-item{
	border-bottom: 1px solid #c5c5c5;
}

.ui-autocomplete  .ui-menu-item .ui-state-active:hover{
	background-color: #c5c5c5;
}
#carList_Vert .card { overflow: hidden;  }

#carList_Vert .card img {
  transform-origin: 0 0;
  transition: transform .25s, visibility .25s ease-in;
  max-height: 150px;
}

/* The Transformation */
#carList_Vert .card:hover img {
  transform: scale(1.02);
}


#carList_Vert  .title{
	margin-bottom: 0px;
	text-align:center;
}
#carList_Vert  .price{
	margin-bottom: 10px;
	text-align:center;
}
#carList_Vert  .dotlist{
	margin-top: 0px;
    font-size: 12px;
    text-align: left;
    /* color: rgba(36,39,44,.5); */
    line-height: 16px;
    list-style: none;
    display: flex;
	margin-bottom: 15px;
}
#carList_Vert  .dotlist li{float: left; width: auto; margin-right: 10px; padding-right: 10px;}
#carList_Vert  .dotlist li.line{ border-right: 1px solid #b7b7b7;  }
#carList_Vert  .offer_btn {
    background: #fff;
    color: #174070;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 36px;
    min-height: 40px;
    border: 1px solid #174070;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin-bottom: 5px;
    transition: all .4s ease;
    padding: 0 5px;
}
#carList_Vert  .offer_btn:hover{
	background-color: #174070;
	color: #fff;
}

#carList_Vert .card{ margin-bottom: 25px;  }

.car_listing_page .brandList h2{font-size: 22px;
padding: 6px 15px;}
.car_listing_page .brandList {
    box-shadow: rgba(36, 39, 44, 0.15) 0px 1px 3px;
}

.car_listing_page .brandList ul {
    text-align: center;
    margin-top: 10px;
    border-top: 1px solid rgba(36, 39, 44, 0.1);
    padding: 0px;
}

.car_listing_page  .brandList ul li {
    width: 33%;
    white-space: nowrap;
    margin: 0px auto;
    border-right: 1px solid rgba(36, 39, 44, 0.1);
}
.car_listing_page  .brandList ul li {
    display: block;
    width: 50%;
    box-shadow: none;
    float: left;
    border-bottom: 1px solid rgba(36, 39, 44, 0.1);
    border-right: 1px solid rgba(36, 39, 44, 0.1);
    background-color: #fff;
}

.car_listing_page .brandList li a {
    display: block;
    padding: 11px 0 17px;
    font-size: 13px;
    color: #3a3a3a;
}

.car_listing_page .brandList ul li a img {
    width: 100%;
}
.car_listing_page .BottomLinkViewAll {padding: 5px 20px; text-align: center; }
.car_listing_page .BottomLinkViewAll a{font-size: 18px; }


#carList_Vert .btn-view-all{
background: #173f70;
    color: #fff;
    font-size: 17px;
    line-height: 47px;
    height: 45px;
    width: 100%;
    border: 0;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px 20px;
    /* border: 1px solid; */
    text-decoration: none;
}
#carList_Vert .btn-view-all:hover{
	color: #fff;
    text-decoration: none !important;
} 

/* Start Rating====== */

.star-rating {
  /* border:solid 1px #ccc; */
  display:flex;
  flex-direction: row-reverse;
  font-size:1.5em;
  justify-content:space-around;
  padding:0 .2em;
  text-align:center;
  width:5em;
}

.star-rating input {
  display:none;
  visibility: hidden;
}

.star-rating label {
  color:#ccc;
  cursor:pointer;
}

.star-rating :checked ~ label {
  color:#f90;
}

.star-rating.active label:hover,
.star-rating.active label:hover ~ label {
  color:#fc0;
}

/* ========= Zoom Image on Hover */
.geeks { 
    width: 300px; 
    height: 300px; 
    overflow: hidden; 
    margin: 0 auto; 
} 

.geeks img { 
    width: 100%; 
    transition: 0.5s all ease-in-out; 
} 

.geeks:hover img { 
    transform: scale(1.5); 
} 


/* ============ Cars Filter=================== */
#filterCList .result{ margin-bottom: 20px; }
#carList_Hoz .card{
	border-radius: 0px;
	margin-bottom: 15px;
}
#carList_Hoz .card .car-img{
	   max-height: 200px!important;
     min-height: 150px;
     height: auto;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#carList_Hoz .card .car-img img{
	display: block;
    width: 100%;
    min-height: 150px;
}

#carList_Hoz .card .car-img img { 
    width: 100%; 
    transition: 0.5s all ease-in-out; 
} 

#carList_Hoz .card .car-img:hover img { 
    transform: scale(1.2); 
} 

#carList_Hoz .star-rating{float: left; cursor: none; margin-top: -10px; margin-bottom: -5px; padding: 0px}
#carList_Hoz .total-review{
	margin-top: 2px;
	font-size: 10px;
	color: #838282;
}

#carList_Hoz .price {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
}
#carList_Hoz  .onrode-price{ font-size: 12px; }
#carList_Hoz  .exshowroom{font-size: 10px; color:  #838282; margin-bottom: 10px;}
#carList_Hoz  .dotlist , .carList_Hoz  .dotlist{
	margin-top: 0px;
    font-size: 12px;
    text-align: left;
    /* color: rgba(36,39,44,.5); */
    line-height: 16px;
    list-style: none;
    display: flex;
	margin-bottom: 15px;
}
#carList_Hoz  .dotlist li , .carList_Hoz  .dotlist li{float: left; width: auto; margin-right: 10px; padding-right: 10px;}
#carList_Hoz  .dotlist li.line , .carList_Hoz  .dotlist li.line{ border-right: 1px solid #b7b7b7;  }
#carList_Hoz  .offer_btn , .offer-view-btn {
    background: #fff ;
    color: #174070;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0 !important;
    line-height: 36px !important;
    min-height: 40px !important;
    border: 1px solid #174070 !important;
    -webkit-border-radius: 2px;
    border-radius: 2px !important;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin-bottom: 5px;
    transition: all .4s ease;
    padding: 0 5px;
}
#carList_Hoz  .offer_btn:hover , .offer-view-btn:hover{
	background-color: #174070;
	color: #fff;
}
#carList_Hoz .variantBox {}
#carList_Hoz .variantBox .card-header{border-radius: 0px; border-top: 1px solid #b7b7b7; padding: 0px; }

#carList_Hoz .variantBox .card-link{  width: 100%; display: flex; padding: .75rem 1.25rem; color: #5b5b5b; }
#carList_Hoz .variantBox .card-link .fa{color: #b7b7b7;}
#carList_Hoz .variantBox .card-link .vcount{
	background-color: #174070;
	padding: 0px 8px;
	border-radius: 50%;
	color: #fff;
	height: 24px;
}
#carList_Hoz .variantBox .collapse {padding:0px; width: 100% !important;}
#carList_Hoz .variantBox .variantlist{
	list-style: none;
	padding: 0px;
	margin-bottom: 0px;
}
#carList_Hoz .variantBox .variantlist .vdata{
	padding: 10px;
	border-bottom: 1px solid #b7b7b7;

	/* cursor: pointer; */
}
#carList_Hoz .variantBox .variantlist .vdata:hover{  background-color: #ebebeb; }
#carList_Hoz .variantBox .variantlist .vdata .score{ padding-right: 20px }
#carList_Hoz .variantBox .variantlist .vdata .score .vname{float: left; margin-right: 30px;}
#carList_Hoz .variantBox .variantlist .vdata .vdotlist{float: left;font-size: 14px; color: #5b5b5b;}
#carList_Hoz .variantBox .variantlist .vdata .vdotlist span{width: auto; margin-right: 5px; padding-right: 5px;}
#carList_Hoz .variantBox .variantlist .vdata .vdotlist span.line{ border-right: 1px solid #b7b7b7;  }


#filterCList .sortby{
	min-height: 40px;
	border-radius: 0px;
	 outline:0px !important;
    /* -webkit-appearance:none; */
    box-shadow: none !important;
    border: 1px solid #ced4da;

}

#filterR .card{ padding :  0px; border-radius: 0px; }
#filterR .card-header .ftitle{ color: #212529;  }
#filterR .card-body{max-height: 200px; overflow: auto;}
#filterR .card-body .form-check{ color: #555; }
#filterR .card-body .form-check .form-check-label{width: -moz-available; cursor: pointer;}
#filterR .card-body .form-check .form-check-label:hover{ color: #333; }


select , input , button{
  margin-bottom :  5px;
}

.w-100{width: 100% !important;}

.upcoming_search  h4 a{
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 0 0;
  display: inline-block;
}
.upcoming_search h4 img{  width: -moz-available; }

.car_listing_page1 {
    float: left;
    width: 100%;
    padding: 2% 0;
    background: #f7f7f7;
  margin-top:11%;
}

.cars-type{
  padding: 0.7em;
    width: 100%;
    border: 1px solid #CCC;
    margin-bottom :  10px;
}

.author-card{
  -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    float: left;
    overflow: hidden;
    padding-top: 3px;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
    text-transform: uppercase;
}

.name {
  margin-bottom: 1px;
    font-size: 13px;
    line-height: 1.38;
  color:rgb(36 39 44 / 50%);
}

.cars-heading{
  font-weight: 600;
    font-size: 23px;
    color: #24272c;
    line-height: 1.5;
}

.cars-txt{
  color: rgba(36,39,44,.7);
}

.cars-bottom-border{
  border-bottom:solid #CCC 1px;
  margin-bottom:20px;
}

.button-orange {
    background: #173f70;
    color: #fff;
    font-size: 17px;
    line-height: 47px;
    height: 45px;
    width: 100%;
    border: 0;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    text-align: center;
    margin-bottom :  10px;
}



.btn-blue {

    min-height: 48px;
    border-radius: 0px;
    background-color: #174070;
    color: #FFF;

}


.sectionss h2 {
    font-weight: 600;
    font-size: 24px;
    text-transform: lower;
}

.pagination{
  text-align: left;
    margin: 0;
    width: 100%;
}

.pagination li a {
    display: block;
    color: #000;
    font-size: 16px;
    padding: 5px 10px;
    border: 1px solid #000;
  margin-left:10px;
}

.pagination p {
    color: #24272c;
    margin-top: 9px;
}

.pagination ul{
  display: flex;
    list-style: none;
  margin-left: -50px !important;  
}

.pagination-number{
  width:auto;
  float:left;
}

.pagination li .current{
    border: 1px solid #24272c !important;  
    background-color: #d8d8d8;
    cursor: no-drop;
}

.search_brand {
    float: left;
    width: 100%;
    border-radius: 5px;
    padding: 5%;
    background: #e50f3c;
    box-sizing: border-box;
    color: #fff;
    margin-top: 5px !important;
}



#sidebar_filter input, #sidebar_filter select{
  border-radius: 0px;
}

#sidebar_filter .btn{
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  border-radius: 0px;
  border: 0;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  background-color: #3a3a3a;
  color: #FFF;
}

#filterCList .pagination  {
   justify-content: center;
}
#filterCList .pagination  ul{ margin-left :  0px !important; }

/* ================== News Details ================= */

#newsDetails .recent-news{
  padding: 0px !important;
}

#newsDetails .newsMainContent h2{
    font-size: 20px;
    margin-bottom: 22px;
    padding-left: 16px;
    border-left: 3px solid #f75d34;
    font-weight: 300;
    line-height: 1.83;
    color: rgba(36,39,44,.7);
}

#newsDetails .galleryicons {
    width: calc(100% - 4px);
    display: inline-block;
    border: 1px solid #24272c;
    border-radius: 2px;
    text-align: center;
    height: 48px;
    font-size: 14px;
    margin-top: 32px;
    font-weight: 500;
    line-height: 44px;
    color: #24272c;
}

#newsDetails .newsMainContent p{
    font-size: 18px;
    
    line-height: 1.7em;
    color: #24272c;
}

#newsDetails .newsMainContent ul{
  margin-top: 15px;
    line-height: 2.5em;
}

#newsDetails .buttonboxnews {
    width: 60%;
    height: 32px;
    border-radius: 5px;
    padding: 0 12px!important;
    font-size: 14px!important;
    line-height: 32px;
    text-align: center;
    background: #f75d34;
    color: #fff;
}



/* Car Compare List */
.compareCarsMain  .addCarsBox{
  border: 1px solid rgba(36,39,44,.15);
  width: 100%;
  border-radius: 2px;
}
.compareCarsMain .com-car-img{ min-height: 150px;  background-color: #FFF; }
.compareCarsMain .com-car-img img{ margin :  10px 0px; border-radius: 5px; }
/* .compareCarsMain  .addCarsBox .addCricle{
    margin-top: 10px;
    width: 72px;
    height: 72px;
    border: 1px dashed #24272c;
    opacity: .5;
    -moz-opacity: .5;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    margin: 30px auto 8px;
        margin-top: 30px;
}
.compareCarsMain .addCarsBox .addCricle:before {
    content: "";
    position: absolute;
    background-color: #24272c;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 18px;
    margin-top: -8px;
}

.compareCarsMain .addCarsBox .addCricle:after {
    content: "";
    position: absolute;
    background-color: #24272c;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin-left: -8px;
} */

  .compareCarsMain .form-control{
    min-height: 45px;
    border-radius: 0px;
     outline:0px !important;
      /* -webkit-appearance:none; */
      box-shadow: none !important;
      border: 1px solid #ced4da;
      margin-bottom: 5px;

  }
  .compareCarsMain  .selectBox{
    border: 0px !important;
  } 
  
  .compareCarsMain .comparenow-btn{
     min-height: 45px;
     border-radius: 0px;
     outline:0px !important;
     box-shadow: none !important;
     border: 1px solid #174070;
     margin-bottom: 5px;
     min-width: 200px;
     background: #fff;
     color: #174070;
  }
  .compareCarsMain .comparenow-btn:hover{
      background: #174070;
      color: #fff;
  }
  
  .compare_wrapp a.vs-comp-btn {
    padding: 8px 30px;
    background: #fff;
    color: #e50f3c !important;
    border-radius: 35px;
    border: 1px solid #e50f3c;
    transition: 0.3s ease-out;
  }
  .compare_wrapp a.vs-comp-btn:hover{
    background: #e50f3c;
    color: #fff !important;
  }
  .compare_page .compare_wrapp .card{
    border-radius :  5px;
  }
  .compare_page .compare_wrapp .card img {
      width: 100%;
      height: auto;
      display: block;
  }
  .compare_page .compare_wrapp .card .img1{
    border-top-left-radius: 5px;
  }
  .compare_page .compare_wrapp .card .img2{
    border-top-right-radius: 5px;
  }
  .compare_page .compare_wrapp .card p.vs_comp {
    left: 44%;
    text-align: center;
    z-index: 99;
  }
  .compare_page .compare_wrapp .card .desc{
    padding: 5px 5px;
  }

/* End Comapre list */

/* ============Profile =========== */

.wrapper-small {
    width: 60%;
    height: auto;
    margin: 0 auto;
}

.img-icon {
    
    background-size: 100%;
    width: 40px;
    background-repeat: no-repeat;
    height: 40px;
}
.customer-name {
    padding: 5px 0px 0px 50px;
    color: #24272c;
}
.box-customer {
    padding: 55px 24px 130px;
    box-shadow: 1px 1px 10px #CCC;
}
.sections h2 {
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
}

.name-edit {
    width: 150px;
}

.stickymenu {
    position: fixed;
    bottom: 0px;
    left: 0;
    height: 56px;
    padding: 9px 0 0;
    z-index: 99;
    width: 100%;
    text-align: center;
    background: #fff;
    box-shadow: 0 -4px 12px 0 #CCC;
}
.stickymenu li{display:inline-block;padding:0 10px;cursor:pointer}
.stickymenu li i{vertical-align:top;display:inline-block;height:24px;}
.stickymenu li.active{color:#f75d34}
.stickymenu li span{display:block}

.tabcontent {
    display: inherit;
    padding: 6px 3%;
    border: 1px solid #fff;
    border-top: none;
    text-align: left;
    background: #fff;
    font-size: 14px;
    line-height: 22px;
    border-radius: 0 0 10px 10px;
    font-weight: 400;
    overflow: hidden;
}

.UsedCarListing {
    padding-top: 24px;
    padding-bottom: 40px;
}

.enquiriesAndDetails .notListed {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.notListed{
  margin-top: 10px;
}

.notListed-button {
   background: #f75d34;
    float: right;
    color: #fff;
    font-size: 17px;
    line-height: 35px;
    height: 35px;
    width: 76%;
    margin-top: -10px;
    border: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    max-width: 150px;
    margin-bottom: 10px;
}


#Editinfo input{
  min-height: 45px;
  border-radius: 0px;
  outline:0px !important;
  /* -webkit-appearance:none; */
  box-shadow: none !important;
  border: 1px solid #ced4da;
  margin-bottom: 5px;
}
#Editinfo .submit-profile{
  min-height: 45px;
  border-radius: 0px;
  outline: 0px !important;
  box-shadow: none !important;
  border: 1px solid #174070;
  margin-bottom: 5px;
  min-width: 200px;
  background: #fff;
  color: #174070;
}
#Editinfo .submit-profile:hover{
      background: #174070;
      color: #fff;
  }
  
/* =============== COntact Us ============== */
.contact_right input.error , .contact_right textarea.error{
  border:  1px solid red;
}

.contact_right button.disabled {
  pointer-events: none;
  opacity: .7;
}

.p-b-0{padding-bottom:0px !important;}
.m-lr-0{ margin-left :  0px  !important ; margin-right :  0px  !important ; }
.m-b-0{ margin-bottom :  0px  !important ; }
.m-t-20{ margin-top :  20px  !important ; }
.bdr-r{ border-right:  1px solid rgba(0,0,0,.1); }
.p-lr-5{padding-left: 5px !important; padding-right :  5px !important; }
.m-l-20{margin-left : 20px;}
.bold{font-weight: bold;}
/* Brand Details  */


#brandDetails .viewmore {
  margin: 5px -18px;
  border-top: 1px solid rgba(36,39,44,.15);
  padding: 10px;
  cursor: pointer;
  color: #2176ae;
}

#brandDetails .popularBrand h4 { padding: 10px 15px; border-bottom: 1px solid rgba(0,0,0,.1);  }

#brandDetails .popularBrand .brand-b{ border: 1px solid rgba(0,0,0,.1);  padding: 5px; border-radius : 5px; }
#brandDetails .popularBrand .brand-b:hover{
   background-color: rgba(0,0,0,.1);
}

/* Model Details */

#modelDetails .carousel-control-next, #modelDetails .carousel-control-prev,
#variantDetails .carousel-control-next, #variantDetails .carousel-control-prev{
  opacity: 1 !important;
}

#modelDetails .carousel-control-next .fa, #modelDetails .carousel-control-prev .fa,
#variantDetails .carousel-control-next .fa, #variantDetails .carousel-control-prev .fa{
  font-size: 25px  !important;
}
#modelDetails .title , #variantDetails .title{ margin-bottom: 0px;margin-top: 5px; font-size: 25px; font-weight: bold; }
#modelDetails .price , #variantDetails .price { font-size: 20px; font-weight: bold; }
#modelDetails .exshowroom , #variantDetails .exshowroom{
  font-size: 10px;
color: #838282;
margin-bottom: 10px;
}

#modelDetails  .offer-view-btn , #variantDetails  .offer-view-btn{ margin-top: 30px; }
#modelDetails .b-heading , #variantDetails  .b-heading{ font-size: 20px; font-weight: bold; }
#modelDetails  .key-spec img , #variantDetails  .key-spec img{ height: 32px; width: auto;  }
#modelDetails  .key-spec .title , #variantDetails  .key-spec .title{ font-size: 12px; color: #838282; }
#modelDetails  .description , #modelDetails  .reviewdescription , #variantDetails  .description{ overflow: hidden; }
#modelDetails  .description p , #modelDetails  .reviewdescription p, #variantDetails  .description p
{ margin-bottom :  0px; padding-bottom :  0px;   }

#modelDetails .viewmore , #variantDetails .viewmore {
    margin: 5px -18px;
    border-top: 1px solid rgba(36,39,44,.15);
    padding: 10px;
    cursor: pointer;
    color: #2176ae;
}
#modelDetails .variantlist  .b-heading{ border-bottom: 1px solid  rgba(0,0,0,.1); padding: 15px; }
#modelDetails .variantlist .price{ font-size: 16px; }
#modelDetails .variantlist .onrode-price{font-size: 12px;}

#modelDetails .variantlist .offer-view-btn{ margin-top : 0px !important;  height: 36px; padding: 0.25rem .75rem; line-height: 20px !important; }
#modelDetails .variantlist .box { border-bottom: 1px solid  rgba(0,0,0,.1); padding: 15px; }


#modelDetails .standout-feature img{ width: 100%; }




/* ============ Variant Details ============== */

#variantDetails .galerry-view , #modelDetails .galerry-view{
  margin :  0px; padding :  0px; list-style: none; width: 100%; display: block; padding-left: 5px;
}
#variantDetails .galerry-view .viewbox  , #modelDetails .galerry-view .viewbox{ width: 100%; padding: 5px 0px;  }

#variantDetails .galerry-view .viewbox .container , #modelDetails .galerry-view .viewbox .container{
  position: relative;
  text-align: center;
  color: white;
  background-color: rgba(36,39,44,.5);
  cursor: pointer;
}
#variantDetails .galerry-view .viewbox .bg-img , #modelDetails .galerry-view .viewbox .bg-img{ opacity: .5; }
#variantDetails .galerry-view .viewbox .text  , #modelDetails .galerry-view .viewbox .text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 12px;
  font-size: 12px;
}


#variantDetails .key-spec .row-data , #variantDetails .key-feature .row-data { 
  list-style: none; width: 100%; border-bottom: 1px solid rgba(0,0,0,.1); 
  display: flex; padding: 0px; 

}
#variantDetails .key-spec .row-data li , #variantDetails .key-feature .row-data li
{ float: left; width: 50%; display: block; padding: 10px 0px; }
#variantDetails .key-spec .row-data li.left{ width: 60% }
#variantDetails .key-spec .row-data li.right{ width: 40%; text-align: right }


#variantDetails .key-feature .row-data li.left{ width: 80% }
#variantDetails .key-feature .row-data li.right{ width: 20%; text-align: right }
#variantDetails .key-feature .fa-times , #variantDetails .specific .fa-times{ color: red; }
#variantDetails .key-feature .fa-check,  #variantDetails .specific .fa-check { color: green; }
#variantDetails .specific .table th{ font-size: 12px; }
#variantDetails .tab-content { opacity: 1 !important; margin-top: 0px; top: 0px; position: inherit; color: inherit; }


.btn-common{    background: #e50f3c;
    float: right;
    color: #fff;
    font-size: 17px;
    line-height: 35px;
    height: 35px;
    width: 76%;
    margin-top: -10px;
    border: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    max-width: 150px;
    margin-bottom: 10px; 
}

.commentL { list-style: none; padding :  0px; }
.commentL li.list-group-item {border-radius: 0;border: 0;border-top: 1px solid #ddd;}
.commentL li.list-group-item:hover { background-color: rgba(86,61,124,.1); }
.commentL li.list-group-item img {width: 100%; border-radius: 50%; }
.commentL .mic-info { color: #666666;font-size: 11px; }
.commentL .action { margin-top:5px; }
.commentL .comment-text { font-size: 12px; }
.commentL .btn-block { border-top-left-radius:0px;border-top-right-radius:0px; }
#comment.error{ border-color: red; }
/* Compare cars details */
  
   .compareCarsMain .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
        margin-bottom: 10px;
    }

    .compareCarsMain .panel-default >  .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .compareCarsMain .panel-title {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .compareCarsMain .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
        border: 1px solid #ccc;
    }

    .more-less {
        float: right;
        color: #212121;
    }

    .compareCarsMain .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }
    /* .compareCarsMain .panel-default .panel-collapse{ margin-top: -8px; } */
    .compareCarsMain .panel-default .panel-body{
      /* margin-top: -8px; */
      border: 1px solid #ccc;
      background-color: #FFF;
      border-top: 0px;
      padding: 10px 15px;
      margin-bottom: 10px
    }
    .compareCarsMain .panel-default .table thead{ font-size: 16px !important;  }
     .compareCarsMain .panel-default .table tbody{ font-size: 13px !important;  }



  .modal { 
      background: #4b4b4b80 !important; z-index: 999999999;
  }
  .modal-dialog{
    border-radius: 0px;
  }
  .modalContent{
    border-radius: 0px;
  }

/* =================== Responsive=========== */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.logo img{
    max-height: 75px;
    margin-top: -10px;
    margin-bottom: 0px;
  }
  #navbar{ display: none; }
  .menu_sec {
      margin-top: 0px;
      z-index: 99999;
      position: absolute;
      top: 190px;
  }
  #navbar ul.dropdown-menu{ margin-left: 50px; }
  #navbar ul.dropdown-menu li a{ width: 100%; }
   
	#pageWrapper .in_banner{margin-top: 0px;}
	#carList_Hoz .listView{ padding: 5px 20px;  }
	#filterR {display: none;}
  .total-review{display: none; }
  .sm-padding{ padding :  15px; }
  .sm-pd-lr-30{ padding-left: 30px !important; padding-right: 30px !important; }
  #variantDetails .galerry-view .viewbox{    padding: 5px 5px; float: left }
  #variantDetails .galerry-view .viewbox img{width: 100%;}
  #variantDetails .galerry-view{ margin-right:0px }

  .brands_sec ul li{width: 31%;}
  .car_wrapp ul li {
    float: left;
    width: 100%;
    margin-right: 0;
  }

  .car_wrapp .tabs2{ height: initial; }

}


#ui-id-2.ui-autocomplete, #ui-id-3.ui-autocomplete , #ui-id-4.ui-autocomplete  {
    max-height: 200px; overflow: auto !important;
} 


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  #navbar{ display: none; }

}

@media screen and (max-width: 810px) {
    #variantDetails .specific #section1, #section2, #section3, #section41, #section42  {
      margin-left: 150px;
    }
  }


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  #navbar{ display: none; }
  .nav-toggal{display: block;}
  #navbar ul.dropdown-menu{ margin-left: 50px; }
  #navbar ul.dropdown-menu li a{ width: 100%; }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  #navbar{ display: block; }
    .nav-toggal{display: none;}
    #navbar ul.dropdown-menu{ margin-left: 0px; }
  #navbar ul.dropdown-menu li a{ width: auto; }
  #variantDetails .viewside{ padding-right: 0px }
  .logo img{
    max-height: 75px;
    margin-top: -10px;
    margin-bottom: -10px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

  #modelDetails  .offer-view-btn{ margin-top: 30px; }

}


