/*
Template Name: Ubold - Bootstrap 5 Landing Page Tamplat
Author: CoderThemes
Email: coderthemes@gmail.com
File: Main scss file
*/
/*******************************
01.Helper
02.Navbar
03.Home
04.Features
05.Demo
06.Pricing
07.Faqs
08.Testionial
09.Contact
10.Cta
11.Footer
12.Responsive
********************************/
@import url("https://fonts.googleapis.com/css?family=Nunito:400,600,700,900");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-light.eot");
  src: local("Cerebri-sans Light"), url("../fonts/cerebrisans-light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-regular.eot");
  src: local("Cerebri-sans Regular"), url("../fonts/cerebrisans-regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-medium.eot");
  src: local("Cerebri-sans Medium"), url("../fonts/cerebrisans-medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-semibold.eot");
  src: local("Cerebri-sans Semibold"), url("../fonts/cerebrisans-semibold.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-bold.eot");
  src: local("Cerebri-sans Bold"), url("../fonts/cerebrisans-bold.woff") format("woff");
  font-weight: 700;
}
/*******************
    1.Helper
*******************/
body {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cerebri Sans,sans-serif";
}

h3 {
  line-height: 30px;
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  line-height: 1.6;
  font-size: 15px;
}

.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-sm {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

html {
  scroll-padding-top: 59px;
  /* height of sticky header */
}

.row > * {
  position: relative;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
.bg-gradient {
  background: linear-gradient(to left, #673ab7, #3e1e8c) !important;
}

/**BACK TO TOP**/
.back-to-top-btn {
  position: fixed;
  padding: 0px 3px !important;
  bottom: 10px;
  right: 20px;
  display: none;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.back-to-top-btn i {
  font-size: 22px;
  line-height: 28px;
}

/******************
    2.Navbar
*******************/
.navbar-custom {
  padding: 20px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.3s ease-in-out;
}
.navbar-custom .logo .logo-light {
  display: inline-block;
}
.navbar-custom .logo .logo-dark {
  display: none;
}
.navbar-custom .navbar-nav .nav-item .nav-link {
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.4s;
  background-color: transparent !important;
  padding: 6px 10px;
  margin: 0 7px;
  font-weight: 600;
}
.navbar-custom .navbar-nav .nav-item .nav-link:hover, .navbar-custom .navbar-nav .nav-item .nav-link.active, .navbar-custom .navbar-nav .nav-item .nav-link:active {
  color: #ffffff;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
}

/*--- navbar sticky ---*/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 10px 0px;
  background-color: #ffffff;
  box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
}
.nav-sticky.navbar-custom .logo .logo-dark {
  display: inline-block;
}
.nav-sticky.navbar-custom .logo .logo-light {
  display: none;
}
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link {
  color: rgba(40, 40, 46, 0.8);
}
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:hover, .nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link.active, .nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:active {
  color: #673ab7;
}

/*******************
    3.Home
*******************/
.bg-home {
  position: relative;
  padding: 80px 0px 80px 0px;
  background-image: url(../images/home-img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.bg-home:before{
  position: absolute;
  content: "";
  background-image: linear-gradient(296deg, #00000000 8%, #000000 56%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.75;
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.home-title .home-desc {
  max-width: 605px;
  font-size: 16px;
}
.home-title .subscribe input {
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 43px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
}
.home-title .subscribe input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.home-title .subscribe input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.home-title .subscribe input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.home-title .subscribe input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.home-title .subscribe .btn {
  min-height: 43px;
}
.home-title .subscribe .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.home-first-img {
  position: relative;
  z-index: 2;
  max-width: 300px;
}

.home-second-img {
  position: absolute;
  max-width: 250px;
  top: 50%;
  transform: translateY(-50%);
  left: 61px;
  right: 0px;
  z-index: 1;
  opacity: 0.8;
}

.home-third-img {
  position: absolute;
  right: 0px;
  max-width: 200px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.7;
}

.clients {
  /*position: relative;*/
  /*top: -70px;*/
  /*box-shadow: 0 10px 35px 0 rgba(152, 166, 173, 0.1);*/
  /*border-radius: 8px;*/
  /*margin-bottom: -70px;*/
}
.clients .client-images img {
  margin: 10px auto;
  opacity: 0.7;
}

/*******************
    4.features
********************/
.features-box {
  padding: 30px;
  text-align: center;
}
.features-box .features-img img {
  max-height: 60px;
}

.features-icon i {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: linear-gradient(to left, #673ab7, #3e1e8c);
  border-radius: 7px;
  line-height: 48px;
}

/*******************
    5.demo
********************/
.demo-box, .testi-desc {
  box-shadow: 0 10px 35px 0 rgba(152, 166, 173, 0.1);
  border-radius: 7px;
}

/*******************
    6.pricing
********************/
.pricing-plan {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 9px;
  max-width: 370px;
  margin: 0px auto;
}
.pricing-plan .lable {
  background-color: #f9f9f9;
  color: #673ab7;
  font-size: 12px;
  font-weight: 700;
  right: -26px;
  padding: 2px 25px;
  position: absolute;
  text-transform: uppercase;
  top: 20px;
  transform: rotate(45deg);
}

.pricing-plan.active {
  background-image: linear-gradient(120deg, #63e4ec 0%, #3db9dc 100%);
}

.pricing-list {
  padding-left: 20px;
}
.pricing-list li {
  padding-left: 25px;
  position: relative;
}
.pricing-list li i {
  position: absolute;
  left: 0;
}

.bg-shape {
  position: absolute;
  bottom: -1px;
  left: 0px;
  right: 0px;
}
.bg-shape img {
  width: 100%;
}

/*******************
    7.faqs
********************/
.faq-question-q-box {
  height: 30px;
  width: 30px;
  color: #673ab7;
  text-align: center;
  border-radius: 50%;
  float: left;
  font-weight: 700;
  line-height: 30px;
  background-color: rgba(103, 58, 183, 0.15);
}

.faq-question {
  margin-top: 0;
  margin-left: 50px;
  font-size: 16px;
}

.faq-answer {
  margin-left: 50px;
  font-size: 14.5px;
}

/*******************
    8.testionial
********************/
.testi-box .testi-desc {
  position: relative;
}
.testi-box .testi-desc:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #ffffff;
  bottom: -6px;
  left: 48px;
  transform: rotate(45deg);
}
.testi-box .testi-img img {
  max-width: 48px;
}

/*******************
    9.contact
********************/
.custom-form {
  box-shadow: 0 10px 35px 0 rgba(152, 166, 173, 0.1);
  border-radius: 8px;
}
.custom-form .form-group {
  margin-bottom: 1.5rem;
}
.custom-form .form-group .form-control {
  height: 43px;
}
.custom-form .form-group textarea.form-control {
  height: auto;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #ff5d48;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #806027;
  background-color: #fdf1db;
  border-color: #fdebcd;
  border-radius: 5px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #10c469;
  font-size: 22px;
}

/*******************
    10.cta
********************/
.cta {
  background-image: linear-gradient(120deg, #63e4ec 0%, #3db9dc 100%);
  border-radius: 8px;
}

/*******************
    11.footer
********************/
.footer-bg {
  padding: 60px 0px 20px 0px;
}
.footer-bg .footer-list li {
  padding: 7px 0px;
}
.footer-bg .footer-list li a {
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.4s;
}
.footer-bg .footer-list li a:hover {
  color: #ffffff;
}
.footer-bg .social-links li a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
  padding: 0px 5px;
  transition: all 0.4s;
}
.footer-bg .social-links li a:hover {
  color: #ffffff;
}

/******************
    12.Responsive
*******************/
@media (min-width: 200px) and (max-width: 1199px) {
  .container-fluid {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .container-fluid {
    max-width: 70%;
  }
}
@media (min-width: 200px) and (max-width: 768px) {
  .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px !important;
    background-color: #ffffff !important;
    box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
  }
  .navbar-custom .logo .logo-dark {
    display: inline-block;
  }
  .navbar-custom .logo .logo-light {
    display: none;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link {
    transition: all 0.4s;
    color: rgba(40, 40, 46, 0.8) !important;
    margin: 0px;
    padding: 6px 0px;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link:hover, .navbar-custom .navbar-nav .nav-item .nav-link.active, .navbar-custom .navbar-nav .nav-item .nav-link:active {
    color: #673ab7 !important;
  }

  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #28282e;
  }

  .bg-home {
    padding: 130px 0px 120px 0px;
  }

  .mo-mb-20 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 425px) {
  .home-title h1 {
    font-size: 34px;
  }

  .home-img {
    display: none;
  }

  .features-content, .cta, .custom-form {
    padding: 24px !important;
  }

  .pull-none {
    float: none !important;
    text-align: center;
  }
}
.product-box .product-info {
    padding: 0.7rem;
    flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.product-box .product-price-tag {
    height: auto;
    line-height: 28px;
    font-size: 16px;
    background-color: transparent;
    color: #333;
    font-weight: 500;
    padding: 0px;
}
.product-box .product-action{
  padding: 5px;
}

.home-v2 .clients{
    top: 0;
    margin-bottom: 0;
}
.navbar-custom .navbar-nav .nav-item .nav-link{
    color: #424242;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.75rem;
}
.navbar-custom .navbar-nav .nav-item .nav-link:hover, .navbar-custom .navbar-nav .nav-item .nav-link.active, .navbar-custom .navbar-nav .nav-item .nav-link:active {
    color:#d91314;
}
.navbar-custom {
    padding: 0px 0px;
}
.topbar-bg{
  background-color: #11323e;
  padding: 8px 0;
}
.navtab-bg .nav-link:focus, .navtab-bg .nav-link:hover {
    color: #ffffff;
    background-color: #fe842c;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: #4e1882;
  color: #ffffff;
}
.navbar-custom .topbar{
    padding-right: calc(var(--ct-gutter-x) * .5);
    padding-left: calc(var(--ct-gutter-x) * .5);
}
/*.navbar-expand-lg .navbar-nav li.nav-item:first-child .nav-link {*/
/*    padding-left: 0;*/
/*    margin-left: 0;*/
/*}*/
.nav-user {
    padding: 0 0 0 12px !important;
}
.horai-menu .menu {
    -ms-flex-direction: row;
    flex-direction: row;
}
.menu .menu-item .menu-link>.menu-icon+.menu-text {
    padding-left: 0;
    font-size: 12px;
}
.btn-orange{
  background-color: #f78a40;
  border-color: #f78a40;
  color: #ffffff;
}
.btn-orange:hover{
  background-color: #4e1882;
  border-color: #4e1882;
  color: #ffffff;
}
.clients .tab-content {
    padding: 0px 0 0 0;
}
.select-city .dropdown-menu{
  width: 400px;
}
.navbar-custom{
  z-index: 9991;
  
}
.modal-backdrop.show {
/*    opacity: 0;*/
    z-index: 2;
}
.modal{
  z-index: 3;
}
.modal-header .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}
.navbar-custom .logo .logo-light{
  width: 150px;
}

/*----------dealer landing page------------*/

.dealer-h1 .h1-span1{
  font-size: 45px;
  color: #1d7aae;
  font-weight: 700;
}
.dealer-h1 .h1-span2{
  font-size: 100px;
  line-height: 80px;
  color: #f76038;
  font-weight: 900;
  font-family: 'Poppins', sans-serif;
}
.dealer-h2{
  font-size: 26px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #1C3855;
}
.dealer-ulli{
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #2c3238;
}
.dealer-ulli li{
  margin-bottom: 5px;
}
.btn-bigger{
  font-size: 20px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  padding: 12px 30px;
  border-radius: 6px;
  display: inline-block;
  margin-top: 15px;
}
.dark-back{
  background-color: #0a355a;
}
.line-height-28{
  line-height: 28px;
}
.line-height-26{
  line-height: 26px;
}
.line-height-24{
  line-height: 24px;
}
.sce60 iframe{
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 10px;
}
.light-back{
  background-color: #fefefe;
}
.founder-msg{
  text-transform: capitalize;
}
.founder-msg1{
  font-size: 32px;
  font-weight: 700;
  color: #4e1882;
  font-family: 'Poppins', sans-serif;
}
.founder-msg2{
  font-size: 45px;
  font-weight: 900;
  color: #f76038;
  font-family: 'Poppins', sans-serif;
}
.bg-light-orange{
  background-color: #fff8f4;
}


/*-----------------pricing page-----------------*/

.price-table {
    width: 100%;
    border-collapse: separate;
    text-align: center;
    border-spacing: 10px 0;
}
.price-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.price-table tr td {
    padding: 8px 15px;
    font-size: 14px;
    border-bottom: 1px solid #ffffff;
}
.price-table tr td:first-child {
    border-left: 0 none;
}
.price-table tr td:not(:first-child) {
    text-align: center;
}
.price-table tr:nth-child(even) {
    background-color: #FFFFFF;
}
.price-table tr:hover {
    background-color: #EEEEEE;
}
.price-table .fa-check {
    color: #5336ca;
}
.price-table .fa-times {
    color: #D8D6E3;
   border:1ps solid #ffffff;
}
.price-table tr:nth-child(2) td:nth-child(3) {
    background-color: rgb(247 96 56);
    color: #ffffff;
}
.price-table tr:nth-child(2) td:nth-child(2), .price-table tr:nth-child(2) td:nth-child(4){
    background-color: rgb(78 24 130);
    color: #ffffff;
}
.price-table tr td:nth-child(4) {
    background-color: #4e1882;
    /* padding: 8px 48px; */
    color: #ffffff;
}
.price-table tr td:nth-child(3) .fa-check,
.price-table tr:nth-child(2n) td:nth-child(3) .fa-check {
    /* color: #ffffff; */
}
.price-table tr.price-table-head td {
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat";
    text-transform: uppercase;
}
.price-table tr.price-table-head {
    background-color: #3b1fe7;
    color: #FFFFFF;
}
.price-table td.price {
    color: #f76038;
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat";
}
.price-table td.price a {
    background-color: #ffffff;
    color: #1d7aae;
    padding: 10px 30px;
    margin: 15px 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 6px;
    text-decoration: none;
    transition:all 0.2s;
}
.price-table td.price a:hover{
    background-color: #4e1882;
    color: #ffffff;
    transition:all 0.2s;
}
.price-table td.price-table-popular {
    border-top: 5px solid #f76038;
    color: #f07d00;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 48px;
    font-weight: 700;
}
.price-table .price-blank {
    background-color: #fafafa;
    /* border: 0 none; */
}
.price-table svg {
    width: 90px;
    fill: #4e1882;
    border: 1px solid #4e1882;
    padding: 10px;
    border-radius: 15px;
}
/*.price-table tr:nth-child(3) td:nth-child(2) svg, .price-table tr:nth-child(3) td:nth-child(4) svg{
    fill: #ffffff;
    border: 1px solid #ffffff;
}*/
.price-table th, .price-table td{
  width: 25%;
}
.price-table tr:first-child td {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 2px 10px;
}
.price-table tr td:nth-child(2){
    background-color: #4e1882;
    /* padding: 8px 48px; */
    color: #ffffff;
}
.svg-icon{
  border: 1px solid #4e1882;
    padding: 5px;
    border-radius: 15px;
    display: inline-block;
}
.price-table tr td:nth-child(1), .price-table tr td:nth-child(3){
  background-color: #f76038;
    /* padding: 8px 48px; */
    color: #ffffff;
}
.price-table tr:nth-child(3) td{
  background-color: #ffffff;
  color: #f76038;
}
.price-table td:nth-child(3).price-table-popular, .price-table td:nth-child(1).price-blank{
  border-top: 5px solid #4e1882;
}
.table-hd-name{
  font-size: 25px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Poppins', sans-serif;
}
.price-table tr:nth-child(2) td{
  padding: 20px 5px;
}
.price-table tr:last-child td{
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}
.addReadMore.showmorecontent .readMore {
    display: none;
}
.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: blue;
    cursor: pointer;
}
.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}
.keySpecsHeader{
    display: -moz-box;
    display: flex;
    padding: 10px 0 10px 20px;
    text-align: left;
}
.specTitle {
    display: inline-block;
    margin-left: 12px;
    font-size: 13px;
    color: #56586a;
}
.car-details-page .inbox-widget .inbox-item .inbox-item-img {
    display: block;
    float: left;
    margin-right: 10px;
    width: 85px;
}
.car-details-page .inbox-widget .inbox-item .inbox-item-img img {
    width: 100%;
}
.car-details-page .inbox-widget .inbox-item .inbox-item-author {
    display: block;
    margin-bottom: -1px;
    font-weight: 600;
}
.car-details-page .inbox-widget .inbox-item .inbox-item-text {
    color: #243740;
    display: block;
    font-size: 16px;
    margin: 0;
    font-weight: 700;
    overflow: hidden;
}
._13yb6 {
    margin-bottom: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    padding: 0;
}
._13yb6 li {
    margin-right: 4px;
    padding: 0 4px;
    height: 28px;
    background: #fafafa;
    border-radius: 6px;
    font-weight: 600;
    font-size: 10px;
    line-height: 30px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #465166;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}
._1hOnS {
    margin-bottom: 16px;
    font-size: 0;
    padding: 0;
}
._1hOnS li {
    margin-right: 8px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .01em;
    color: #465166;
    display: inline-block;
}
._1aIyR:before {
    content: ".";
    font-size: 24px;
    font-weight: 500;
    position: absolute;
    top: -14px;
}
._1aIyR {
    position: relative;
    width: 6px;
    height: 6px;
}
._351jJ {
    margin-top: 10px;
  }
  ._351jJ span {
    font-size: 12px;
    line-height: 16px;
    color: #465166;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.owl-dots {
    display: none;
}
.owl-nav {
    display: flex;
    justify-content: space-between;
    font-size: 34px;
    line-height: 36px;
    position: absolute;
    width: 100%;
    top: 45%;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    width: 36px;
}
.owl-nav .owl-prev{
  left:-30px;
  position: relative;
}
.owl-nav .owl-next{
  right: -30px;
  position: relative;
}
._3aTiV {
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 8px 8px;
    gap: 5px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    list-style-type: none;
}
._3aTiV li {
    padding: 0 5px;
    height: 30px;
    border: 1px solid #dde5eb;
    border-radius: 8px;
    font-size: 12px;
    line-height: 28px;
    color: #002441;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
._3aTiV li a{
  color: #002441;
}
._3aTiV li.active {
    background: #f78a4021;
    border: 1px solid #f78a40;
}
.inner-page-banner{
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 40px 0;
}
.inner-h1{
  position: relative;
  z-index: 1;
}
.bg-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #00000080;
}
.spacer{
  min-height: 300px;
  width: 100%;
}
.spacer-bg{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.text-orange{
  color: #f78a40;
}
.text-violate{
  color: #4e1882;
}
.extra-bg{
  position: relative;
  padding-top: 80px;
}
.extra-bg::before {
    content: "";
    width: 60%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -2;
    background-color: #F5F5F5;
}
.about-icon-part{
  display: flex;
  gap: 16px;
}
.icon-left{
  width: 64px;
    height: 64px;
    border-radius: 500px;
    background-color: #f78a40;
    display: flex;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    align-items: center;
}
.icon-left i{
  font-size: 30px;
    color: #fff;
}
.icon-right {
    width: calc(100% - 80px);
}
._3mnlT {
    padding-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
._2TFGL, ._3T0V3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
._2TFGL {
    margin-right: 16px;
    padding: 0 8px;
    min-width: 85px;
    height: 34px;
    background: #f78a40;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: .02em;
    color: #fff!important;
    text-transform: uppercase;
    cursor: pointer;
    justify-content: center;
}
._3T0V3 {
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 15px 12px;
    gap: 15px 12px;
}
._3T0V3 li {
    padding: 0 8px;
    height: 34px;
    background: #dde5eb;
    border-radius: 8px;
    font-family: var(--main-font);
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: .02em;
    color: #002441;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
._3T0V3 li>img {
    width: 18px;
    margin-left: 6px;
    cursor: pointer;
}
.video_blog{
  padding: 50px 0;
}
.video-blog-video iframe{
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  margin-bottom: 15px;
}


.price-range-slider {
  width: 100%;
  float: left;
  padding: 0 5px 0 0;
}
.price-range-slider .range-value {
  margin: 0;
}
.price-range-slider .range-value input {
  width: 100%;
  background: none;
  color: #000;
  font-size: 14px;
  font-weight: initial;
  box-shadow: none;
  border: none;
  margin: 8px 0 5px 0;
}
.price-range-slider .range-bar {
  border: none;
  background: #000;
  height: 3px;
  width: 96%;
  margin-left: 8px;
}
.price-range-slider .range-bar .ui-slider-range {
  background: #06b9c0;
}
.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #fff;
  border: 2px solid #06b9c0;
  height: 17px;
  width: 17px;
  top: -0.52em;
  cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle + span {
  background: #06b9c0;
}
.dealer-logo{
    aspect-ratio: 16/9;
    max-width: 100px;
    object-fit: contain;
    border: 1px solid #99999980;
    border-radius: 8px;
    padding: 2px;
}
.dealer-details-page .table td{
    padding-top: 25px;
    margin-bottom: 20px;
}
.dealer-details-page .table tr{
    vertical-align: middle;
}
.dealer-photo img{
    width:100%;
    height:100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 10px;
}
.modal {
    z-index: 9991;
}
#myList li{ 
    display:none;
    width:24.5%;
    list-style-type:none;
    display:inline-block;
}
.user-image{
    position:absolute;
    left:-30px;
    top:30px;
    border:5px solid #ffffff;
    border-radius:50%;
}
.user-star-rt{
    text-align:right;
}
.user-feed-details{
    padding:30px;
    padding-left:100px;
}
.dateselecterwlabel{
    color: #501786;
    background-color: rgb(77 23 131 / 10%);
    border: 1px solid #501786;
    font-size: 14px;
    padding: 10px;
    width: 80px;
    line-height: 20px;
    height: 70px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.dateselecterwlabel:hover{
    background-color:#501786;
    color:#ffffff;
}
input[type="radio"]:checked  ~ .dateselecterwlabel{
    color: #fff ;
    background-color: #501786;
}
.day-picker {
    width: auto;
    margin: 7.5px;
    padding: 0;
    position: relative;
}
.dateselecterw {
    width: 100%;
    height: 100%;
    position: absolute;
    appearance: none;
    cursor: pointer;
}
.timeselecterw {
    width: 100%;
    height: 100%;
    position: absolute;
    appearance: none;
    cursor: pointer;
}
.timeselecterwlabel{
    color: #501786;
    background-color: rgb(77 23 131 / 10%);
    border: 1px solid #501786;
    font-size: 14px;
    padding: 10px;
    width: 125px;
    line-height: 20px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.timeselecterwlabel:hover{
    background-color:#501786;
    color:#ffffff;
}
input[type="radio"]:checked  ~ .timeselecterwlabel{
    color: #fff ;
    background-color: #501786;
}

.subscribe-section {
    position: relative;
    padding: 90px 0px;
}
.subscribe-section .text h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 38px;
    font-weight: 900;
    margin-bottom: 3px;
  color:#ffffff;
}
.subscribe-section .text p {
    color: #ffffff;
  font-size:20px
}
.subscribe-section .subscribe-form .form-group {
    position: relative;
    margin: 0px;
}
.subscribe-section .subscribe-form .form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    padding: 10px 200px 10px 30px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 35px;
    font-size: 15px;
    color: #808080;
    transition: all 500ms ease;
  outline:none;
}
.theme-btn-one {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    color: #fff !important;
    text-align: center;
    padding: 10px 25px;
    border-radius: 30px;
    box-shadow: 0px 10px 30px 0px rgba(248,92,112,0.4);
    z-index: 1;
    transition: all 500ms ease;
  border:none;
}
.theme-btn-one {
    background-color: #f78a40;
}
.subscribe-section .subscribe-form .form-group button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.navbar-custom {
    background: #ffffff;
}
.topbar-bg {
    background-color: #000000;
}
#mydiv{
    /*border-bottom: 1px solid #262626;*/
    /*border-top: 1px solid #262626;*/
}
.navbar-custom .topbar .app-search form .form-control{
    width: 100%;
    max-width: 270px;
    height: 48px;
    font-size: 18px;
    display: block;
    /*border-radius: 2px;*/
    color: #262626;
    background-color: #ffffff;
    border: 1px solid #262626;
    padding: 8px 60px 8px 16px;
    position:relative;
}
.search-icon{
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    display: flex;
    position: absolute;
}
.search-icon .fss-search-button{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: none;
    cursor: pointer;
    width: 48px;
    fill: #ffffff;
    color: #ffffff;
    background-size: 16px 16px;
    background-color: transparent;
}
.search-icon .fss-search-button .mdi{
    width: 16px;
    height: 16px;
    line-height: 18px;
    color: #fff;
}
.navbar-custom .topbar .app-search form .form-control:after {
    top: 50%;
    width: 1px;
    content: "";
    height: 60%;
    position: absolute;
    right: 48px;
    transform: translateY(-50%);
    background-color: #333333;
}
.header-add-carbtn{
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px 25px;
    cursor: pointer;
    background-color: #1a1a1a;
    border: 0px;
    border-radius: 12px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    transition: all 0.4s;
}
.header-add-carbtn:hover{
    color: #000000;
    background-color: #ffffff;
    transition: all 0.4s;
}
.navbar-custom .topbar .nav-link{
    color: #262626;
    font-size: 24px;
}
.navbar-custom .topbar .nav-link:hover{
    color: #d91314;
}
.home-desc-center .hgdrd{
    background-color: #000000 !important;
    margin: 0 auto;
    max-width: 400px;
}
.home-desc-center .nav-pills .nav-link.active, .home-desc-center .nav-pills .show>.nav-link {
    background-color: #ffffff;
    color: #000000;
}
.home-desc-center .navtab-bg .nav-link:focus, .home-desc-center .navtab-bg .nav-link:hover {
    color: #ffffff;
    background-color: #262626;
}
.home-desc-center .navtab-bg .nav-link {
    color: #ffffff;
    background-color: #262626;
}
.footer-bg{
    background-color: #000000;
}
.footer-bg .footer-list li a {
    color: #bbbbbb;
    font-size: 16px;
}
.home-desc-center .navtab-bg .nav-link:focus, .home-desc-center .nav-pills .nav-link.active, .home-desc-center .nav-pills .show>.nav-link{
    background-color:#ffffff;
    color:#000000;
}
.faq-section{
    background-color:#000000;
}
.nav-user img {
    height: 40px;
    width: 40px;
}
.hero-section {
    position: relative;
    padding: 80px 0;
}
.car-search-widge{
    margin-top: -40px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 2;
    margin-bottom: 28px;
    padding: 30px 40px;
    border-radius: 15px;
}
.form-label{
    margin-bottom: 0;
}
.DMTaiM{
    background-color: #ffe8e8;
    border-radius: 15px;
    padding: 20px;
}
.DMTaiM .slick-slider, .DMTaiM .card{
    margin-bottom: 0px !important;
}
.slick-slide {
    padding: 7px;
}
.product-box{
    /*padding: 15px;*/
    border-radius: 12px;
}
.product-image img{
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    margin-bottom: 5px;
}










