.mega-menu .menu-logo {
	/*padding: 0 !important;*/
	padding: 5px 0 5px !important;
}
.header.logo-center.magazine-header .mega-menu .menu-logo img {
    height: 70px !important;
    width: auto !important;
}
.header.logo-center.magazine-header .mega-menu.desktopTopFixed .menu-logo img {
    height: 28px !important;
}
/*.mega-menu .menu-logo #logo_img {
	width: 100%;
	height: auto;
}*/
/*.menu-logo {
	padding-top: 0 !important;
	padding-bottom: 10px !important;
}
.menu-logo img {
	width: 90% !important;
	height: auto !important;
}*/
.section-title .title {
	text-transform: uppercase;
}
.portfolio-item .portfolio-overlay {
	padding-left: 0px !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}
/*.sidebar-widget a img {
	width: 100%;
}*/
/*news details page*/
.blog-entry .entry-content {
	font-size: 22px !important;
	color: #323232 !important;
	line-height: 40px !important;
	font-weight: 400 !important;
	width: 100% !important;
	padding-right: 30px !important;
	display: inline-block !important;
}
.blog-entry .entry-content p {
	font-size: 18px !important;
}
.blog-entry .new_details p {
	line-height: 40px !important;
	color: #323232 !important;
	font-size: 22px !important;
}
.blog-detail .entry-meta {
	font-size: 16px;
}
/*find a car*/
.mb-0 {
	margin-bottom: 0px !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
	border-color:#000;
	background-color:#000;
}
.contact-form.border-form .nice-select::after {
    border-color: #fff;
}
.nice-select::after {
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
}
.action-box.parallax {
    padding: 135px 30px !important;
}
.main-news-section {
	/*background:#fff;
	padding-bottom: 12px;
	box-shadow: 0px 0px 8px #bdbdbd;*/
}
.bg-main-section {
	z-index: 0;
	padding-right: 0px !important;
	background: url(../images/dark-white-bg.png) no-repeat;
	background-size: auto;
	/*background-size: auto;*/
	background-size: cover;
	/*padding: 42px;*/
    /*padding-right: 42px;
    padding-left: 42px;
	padding-right: 42px;
	padding-left: 42px;
	padding-right: 42px;
	padding-left: 42px;*/
	color: #fff;
	/*position: absolute;*/
	/*width: 67%;*/
	/*padding-right: 35%;*/
	padding-left: 4%;
	/*height: 100%;*/
}
.compare_car_section .nice-select {
	height: 33px !important;
	line-height: 30px !important;
}
.compare_car_section .button {
	padding: 3px !important;
}
.color_white {
	color: #fff !important;
}
.shop-single .product-detail .product-detail-price del, .shop-single .product-detail .product-detail-price ins {
	font-size: 30px !important;
}
.tab-border .nav.nav-tabs > li > a.cust_title {
	font-size: 18px !important;
}
.sidebar-widget .recent-post .recent-post-info {
    overflow: inherit !important;
}
.sidebar-widget a i {
	margin-right: 5px;
}
.page-numbers {
 position:relative;
 display:block;
 padding:.5rem .75rem;
 line-height:1.25;
}
.page-numbers:hover, .page-numbers.current {
 z-index:2;
 background: #d12326;
 border-color:#dee2e6
 color: #fff !important;
}
.membership-pricing-table table tr td:first-child {
	text-align: center;
}
.membership-pricing-table table td i.fa-check-circle-o, .tab-content table td i.fa-check-circle-o {
    color: green;
}
.tab-content table td i.fa-times-circle-o {
    color: red;
}

/*color change car details images*/
.avail_color {
	display: inline-block !important;
	margin: 14px 2px 0 !important;
	padding: 10px !important;
	cursor: pointer !important;
	border: 1px solid #c6bdbd !important;
	border-radius: 0 !important;
}
#car_img_bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 65vh;
	mix-blend-mode: hue;
}
.avail_color.active {
  outline: solid 2px #b9a0a0;
  transition: outline 0.6s linear;
  margin: 0.5em;

}

.avail_color:hover {
	outline: solid 2px #b9a0a0;
	/*outline-width: 4px;*/
}
.happy-clients .nav-tabs li img {
	width: 30px !important;
	opacity: 0.5 !important;
	height: 30px !important;
	border-radius: 0px !important;
}
.happy-clients .nav-tabs li a.active img, .happy-clients .nav-tabs li a:focus img {
	opacity: 1 !important;
}
/*.acd-group .acd-heading {
	text-transform: uppercase;
}*/

/*STICKY FOOTER ADS*/
.sticky-footer-ads {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sticky-footer-ads {
      position: fixed;
      bottom: 0;
      width: 100%;
      max-width: none;
      text-align: center;
      z-index: 9997;
  }
  .footer-fixed-ads {
      max-width: 1140px;
      margin: 0 auto;
      position: relative;
  }
  .sticky-footer-ads .close-btn {
      cursor: pointer;
      position: absolute;
      z-index: 1;
      top: 0;
      left: -8px;
      background: #ddd;color:
      #fff;
      padding: 0;
      width: 24px;
      height: 24px;
      font-size: 12px;
      text-align: center;
      line-height: 28px;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
  }
  .sticky-footer-ads a {
      display: table;
      margin: 0 auto;
  }
  .sticky-footer-ads img {
      max-width: 100%;
      float: left;
      margin: 0;
  }
  .sticky-ad-hide {
  	display: none;
  }

  /*NEW DETAIL PAGE*/
  .blog-entry .entry-content {
    font-size: 22px !important;
    color: #323232 !important;
    line-height: 40px !important;
    font-weight: 400 !important;
    width: 100% !important;
    padding-right: 30px !important;
    display: inline-block !important;
  }
  .blog-entry .entry-content blockquote p:before {
    /*content: "\201C";*/
    content: "\2018";
    font-family: Georgia, serif;
    font-size: 30px;
    font-weight: bold;
    color: #323232;
  }
  .blog-entry .entry-content blockquote p:after {
    /*content: "\201D";*/
    content: "\2019";
    font-family: Georgia, serif;
    font-size: 30px;
    font-weight: bold;
    left: 0px;
    color: #323232;
  }
  .blog-entry .entry-content blockquote p {
    /*color: #626262 !important;*/
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
    font-size: 26px !important;
    font-style: italic;
  }
  .blog-entry .entry-content p {
    line-height: 40px !important;
    color: #000 !important;
    font-size: 22px !important;
  }
  .blog-detail .entry-meta {
    font-size: 15px;
  }

  .sinlge_post_content_ads a {
      display: inline-block;
      position: relative;
      float: left;
      padding-right: 5px;
      margin-bottom: 10px;
  }
  .last_count {
      /*padding-right: 30px !important;*/
  }
  .sinlge_post_content_ads a:last-child {
    padding-right: 30px !important;
  }

  .cutom_bg {
    background: url(../images/black-bg.png) repeat;
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #AAA6A6;
    background-color: #555454;
  }

  .header.logo-center.magazine-header .add-banner {
    width: auto !important;
  }

  .car-scroll-top {
	 width:85px;
	 position:fixed;
	 bottom:-180px;
	 right:30px;
	 z-index:9999;
	 opacity:1;
	 cursor:pointer
	}
	.car-scroll-top.show {
	 bottom:5%!important;
	 -webkit-transition:1s;
	 -moz-transition:1s;
	 transition:1s
	}
	.car-scroll-top.car-run {
	 bottom:100%!important;
	 -webkit-transition:1s;
	 -moz-transition:1s;
	 transition:1s
	}
	.car-scroll-top.car-down {
	 -webkit-transition:1s;
	 -ms-transition:1s;
	 -o-transition:1s;
	 -moz-transition:1s;
	 transition:1s
	}
	.car-scroll-top:before,
	.car-scroll-top:after {
	 content:"";
	 position:absolute;
	 -o-transition:.2s;
	 -webkit-transition:.2s;
	 -ms-transition:.2s;
	 -moz-transition:.2s;
	 transition:.2s;
	 opacity:0
	}
	.car-scroll-top:hover:before,
	.car-scroll-top:hover:after,
	.car-scroll-top.car-run:before,
	.car-scroll-top.car-run:after {
	 opacity:1
	}
	.car-scroll-top:before,
	.car-scroll-top.car-run:before {
	 top:-1px;
	 left:0;
	 width:85px;
	 height:89px;
	 background:url(../images/car-focus.png) no-repeat 0 0
	}
.sidebar-widget .recent-post .recent-post-info a{
  font-size: 18px;
  font-weight: 600;
}
.sidebar-widget .widget-tags li a {
  font-size: 18px !important;
}
.text_center {
    text-align: center !important;
  }
  .featb-title {
    line-height: 35px !important;
    font-size: 25px !important;
  }
  .product .product-title a {
    font-size: 18px !important;
  }
  .side-adds .advertisement img {
    margin-bottom: 15px !important;
  }
  .blog-name a {
    font-size: 18px;
    line-height: 25px;
  }
@media only screen and (min-width:767px) {
  .hide_desktop {
    display: none !important;
  }
}
@media only screen and (max-width:767px) {
  .hide_mobile {
    display: none !important;
  }
}
body, h1, h2, h3, h4, h5, h6, p {
  font-family: 'Ek Mukta', sans-serif;
}
@media only screen and (min-width:767px) {
  .emi_ver {
    display: flex;
  }
  .emi_ver .section-field-ver {
    margin: 5px !important;
  }
}
.emi_ver .section-field-ver {
  position: relative;
  /*right: 0;*/
  top: 50%;
  /*margin-top: -20px;*/
}
.emi_ver .section-field-ver input {
  margin-bottom: 0px !important;
}

.btn-calculate-emi {
    position: absolute !important;
    top: 50% !important;
    margin-top: -20px !important;
    right: 30px !important;
    box-shadow: none !important;
    background: 0 0 !important;
    color: #aaa !important;
    border: 2px solid #eee !important;
    border-radius: 3px !important;
    font-size: 13px !important;
    height: auto !important;
    padding: 15px 15px 15px 20px !important;
 }
 .btn-calculate-emi:hover {
  color: #d12326 !important;
  background-color: #fff !important;
 }
 @media only screen and (max-width:767px) {
  .btn-calculate-emi {
    position: relative !important;
    top: inherit !important;
    margin-top: 20px !important;
    right: inherit !important;
  }
 }

 .wpcf7-submit.button {
  padding: 10px 20px;

  font-size: 13px;

  letter-spacing: 1px;

  font-family: montserrat,sans-serif;

  border: 0;

  color: #fff;

  text-transform: uppercase;

  font-weight: 500;

  display: inline-block;

  border-radius: 3px;

  text-align: center;

  border: 2px solid #e20a17;

  border-top-color: rgb(226, 10, 23);
  border-right-color: rgb(226, 10, 23);
  border-bottom-color: rgb(226, 10, 23);
  border-left-color: rgb(226, 10, 23);

  border-top-color: rgb(226, 10, 23);

  border-right-color: rgb(226, 10, 23);

  border-bottom-color: rgb(226, 10, 23);

  border-left-color: rgb(226, 10, 23);

  cursor: pointer;
  background-color: #e20a17;
 }
 .wpcf7-submit.button:hover {
  background: #353535;
  color: #fff;
  border-color: #353535;
 }

 .hidden {
  display: none !important;
 }
  #loader { background-color: transparent; height: 100%; width: 100%; position: fixed; z-index: 1; margin-top: 0px; top: 0px; left: 0px; bottom: 0px; overflow: hidden !important; right: 0px; z-index: 999999; }
  #loader img { text-align: center; left: 0; position: absolute; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); z-index: 99; margin: 0 auto; }

  .blog-entry .blog-detail .cat_title a{
    font-weight: 600 !important;
 }
 .blog-entry .cat_content {
    margin-top: 5px !important;
 }
 .blog-entry .cat_content p {
    font-size: 18px !important;
 }
 .featured_news_section {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }
  .sidebar-widget.ads, .side-ads {
    text-align: center !important;
  }
  .main_title {
    margin-bottom: 30px !important;
  }
  .compare_cust_button {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
  }
  .find_vehicle_cust_btn #find_button {
	  position: absolute;
	  right: 60px;
	  /*top: 50%;*/
	  /*margin-top: -20px;*/
	}
  @media only screen and (max-width:767px) {
    .side-ads {
      margin-top: 20px !important;
    }
    .featured_news_section {
      padding-bottom: 20px !important;
    }
    .main_news_section {
      margin-top: 20px !important;
    }
    .flat-ads {
      margin-top: 30px !important;
      margin-bottom: 30px !important;
    }
    .main_title {
      margin-bottom: 10px !important;
    }
    .auto_news_section {
      margin-bottom: 0px !important;
    }
    .auto_news_section .sidebar-widget.ads {
      margin-bottom: 0px !important;
    }
    .acd-des {
      overflow-x:auto;
      /*overflow-x:scroll;*/
    }
    .compare_cust_button {
      position: relative;
      top: 50%;
      margin-top: -20px;
      text-align: center;
      padding: 15px;
    }
    .find_vehicle_cust_btn #find_button {
		  position: relative;
		  margin-top: 20px;
		  right: inherit;
		}
    .topbar {
      display: none;
    }
    .header.logo-center.magazine-header .mega-menu .menu-logo img {
        height: 50px !important;
    }
    .header.logo-center.magazine-header .mega-menu.desktopTopFixed .menu-logo img {
      height: 50px !important;
    }
  }
  .header.light .mega-menu .menu-links > li > a {
    font-size: 16px;
    /*font-weight: 600;*/
    text-transform: uppercase;
  }
  .mega-menu .drop-down a, .mega-menu .drop-down-tab-bar a {
    font-size: 16px;
    /*font-weight: 600;*/
    text-transform: uppercase;
  }
.auto_news_section .recent-post-info a {
	line-height: 25px !important;
}
/*.contact-form.border-form .nice-select {
	color: #fff !important;
}
.color-white {
	color: #fff !important;
}
.color-grey {
	color: #aaaaaa !important;
}*/
.header.light .topbar {
  background-color: #000 !important;
}
.header.light .topbar ul li a {
  color: #fff !important;
}
.topbar-social ul li a span {
 color: #fff !important;
}
.menu_subtitles {
  font-weight: 600;
  font-size: 18px;
  /*border-bottom: 1px solid #E20A17;*/
}
figcaption {
  margin-top: 7px !important;
  font-size: 16px !important;
}
.color_images_listing {
  display: inline-block !important;
}
.display-block {
  display: inline-block !important;
}
.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid 
    #e9ecef;
    overflow-x: scroll;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: 
    #212529;
}
.table td,th{
  text-align: center
}
.table a{
  font-weight:900;
}
.padding{
  padding: 2em;
}
.text-center{
  text-align: center;
}
.vertical-center{
  vertical-align: center;
}
.price_single{
  font-size: 50px;
  color:red;
  font-weight: bold;
}
.dataTables_length {
    margin-top: 10px;
}
.dataTables_info, .dataTables_length, .dt-buttons {
    display: inline-block;
}
@media (max-width: 1200px){
.mega-menu .menu-links>li>a {
    padding: 0 8px;
}
}
@media (max-width: 991px) and (min-width: 768px){
.header.logo-center .search-cart {
    padding-top: 10px;
}
}
.blog-entry .entry-image .post-thumbnail {
    overflow: hidden;
}
.blog-entry .entry-image img, .blog-entry .blog-detail p img{
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.blog-entry .entry-image img:hover, .blog-entry .blog-detail p img:hover{
    transform: scale(1.05);   
}
.sidebar-widget .recent-post.small-img .recent-post-image { width: 100px; }

.en-version{
    background: #e20a17;
    padding: 2px 10px;
    margin: 20px 0;
}
.logo-center .mega-menu > section.menu-list-items .search-cart{
    display: flex;
    justify-content: end;
    align-items: center;
}
.logo-center.header .search .search-btn{
    width: 30px;
    margin-top: 0;
}
.logo-center .search .search-btn:before {
    top: 50%;
    transform: translateY(-50%);
}

#video-gallery-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: auto;
    padding: 5% 10px;
}

#video-gallery-modal .vg-modal-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
}

#video-gallery-modal .vg-modal-content {
    position: relative;
    width: 100%;
    max-width: 700px;
    max-height: 90vh;
    background: #000;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 2;
}

#video-gallery-modal .vg-modal-close {
    position: absolute;
    top: 8px;
    right: 12px;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    z-index: 3;
}

/* Video wrapper with 16:9 aspect ratio */
#vg-player-wrapper {
    width: 100%;
    aspect-ratio: 16/9;
}

#vg-player {
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 768px) {
    #video-gallery-modal {
        padding: 3% 5%;
    }
    #video-gallery-modal .vg-modal-content {
        max-width: 95%;
        max-height: 85vh;
    }
}

/*video section*/
.video-flex-container{
    background: #000;
    padding: 30px 15px;
    border-radius: 15px;
}

#main-video-column{
    height: max-content;
}

#main-video-column .blog-box.blog-2{
    height: max-content;
}

#main-video-column .blog-box.blog-2 h6{
    color: #fff;
    font-size: 24px;
    margin-top: 15px !important;
}

#right-video-scroll{
    overflow-y: auto;
    overflow-x: hidden;
}

#right-video-scroll .blog-box.blog-2{
    height: max-content;
    border-bottom: 1px solid #2f2f2f;
    padding-bottom: 17px;
}

#right-video-scroll .blog-box.blog-2 h6{
    color: #fff;
    font-size: 14px;
}

.video-flex-container .popup-video-image:before {
    background: rgb(255 255 255 / 10%);
}

/* WebKit browsers: Chrome, Safari, Edge */
.right-video-scroll::-webkit-scrollbar {
    width: 8px; /* width of scrollbar */
}

.right-video-scroll::-webkit-scrollbar-track {
    background: #fff; /* white track */
}

.right-video-scroll::-webkit-scrollbar-thumb {
    background-color: #8b8b8b; /* black thumb */
    border-radius: 4px; /* rounded edges */
    border: 2px solid #fff; /* padding around thumb */
}


.right-video-scroll .blog-box.blog-2 .fa-play{
    width: 40px;
    height: 40px;
    line-height: 30px;
}

/* Firefox */
.right-video-scroll {
    scrollbar-width: thin;
    scrollbar-color: #8b8b8b #fff; /* thumb track */
    padding-right: 10px;
}

@media (max-width: 991px){
    .right-video-scroll{
        max-height: none !important;
    }
    #main-video-column .blog-box.blog-2{
        margin-bottom: 30px;
    }
    #right-video-scroll .blog-box.blog-2 h6, #main-video-column .blog-box.blog-2 h6 {
        font-size: 16px;
        margin-top: 10px;
        line-height: 1.3;
    }
    #right-video-scroll .blog-box.blog-2 {
        border-bottom: none;
        padding-bottom: 0;
    }
    #main-video-column .blog-box.blog-2 .fa-play{
        width: 40px;
        height: 40px;
        line-height: 30px;
    }
}