@font-face {
    font-family: "Product Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/productsans/v5/HYvgU2fE2nRJvZ5JFAumwegdm0LZdjqr5-oayXSOefg.woff2) format("woff2");
  }
  
  
  
  @font-face {
    font-family: 'product_sansbold';
    src: url('../fonts/product_sans_bold-webfont.woff2') format('woff2'),
         url('../fonts/product_sans_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }
  
  @font-face {
    font-family: 'product_sansregular';
    src: url('../fonts/product_sans_regular-webfont.woff2') format('woff2'),
         url('../fonts/product_sans_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }
  
  /*LOGIN PAGE*/
  
  .loading {
    position: fixed;
    z-index: 1051;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .datepicker{
    z-index: 9999;
  }
  
  .dragon-draw-image{
    height: 0!important;
    width: 0 !important;
  }
  
  .first-image-text{
      font-size: small;
      background-color: seashell;
  }
  
  .selected-color{
    position: absolute;
      background-color: #fff;
      /*border: 1px solid #000000;*/
      box-shadow: 0 0px 15px #00000030;
      padding: 5px 10px;
      color: #000000;
      text-align: center;
      left: 0;
      right: 0;
      margin: auto;
  
      max-width: 250px;
      min-width: 100px;
      opacity:0.75 ;
  }
  
  /* Transparent Overlay */
  .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
  }
  
  /* :not(:required) hides these rules from IE9 and below */
  .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  
  .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 20px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(4, 219, 192, 1) 1.5em 0 0 0, rgba(4, 219, 192, 1) 1.1em 1.1em 0 0, rgba(4, 219, 192, 1) 0 1.5em 0 0, rgba(4, 219, 192, 1) -1.1em 1.1em 0 0, rgba(4, 219, 192, 1) -1.5em 0 0 0, rgba(4, 219, 192, 1) -1.1em -1.1em 0 0, rgba(4, 219, 192, 1) 0 -1.5em 0 0, rgba(4, 219, 192, 1) 1.1em -1.1em 0 0;
    box-shadow: rgba(4, 219, 192, 1) 1.5em 0 0 0, rgba(4, 219, 192, 1) 1.1em 1.1em 0 0, rgba(4, 219, 192, 1) 0 1.5em 0 0, rgba(4, 219, 192, 1) -1.1em 1.1em 0 0, rgba(4, 219, 192, 1) -1.5em 0 0 0, rgba(4, 219, 192, 1) -1.1em -1.1em 0 0, rgba(4, 219, 192, 1) 0 -1.5em 0 0, rgba(4, 219, 192, 1) 1.1em -1.1em 0 0;
  }
  
  /* Animation */
  
  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-o-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .swal-title {
    text-align: initial;
  }
  #CreateAccountDatepicker {
      word-spacing:-4px;
  }
  /*end*/
  .repeater-container-ext,.repeater-container-int{
    display:flex;
  }
  .repeat-ext,.repeat-int {
      width: 20%;
      position:relative;
  }
  .default-btn {
      padding: 8px 10px;
      background: #eae0fb;
      color: #888;
      border-radius: 0;
      border: 0;
  }
  .remove_product-ext,.remove_product-int{
    position: absolute;
      right: 25px;
      top: 5px;
      color: #000;
      font-size: 18px;
      z-index: 10
  }
  .remove_product-ext:hover{
    text-decoration: none;
    color: #000;
  }
  .remove_product-int:hover{
    text-decoration: none;
    color: #000;
  }
  .upload-img {
      position: relative;
      cursor: pointer;
      width: 100%;
      padding: 0 15px;
  }
  .upload-img input[type=file] {
      opacity: 0;
      width: 190px;
      height: 140px;
      position: absolute;
      z-index: 9;
  }
  .upload-img .add-file-icon {
      color: #00000054;
      font-size: 82px;
      position: absolute;
      top: 20px;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center;
      z-index: 1;
  }
  
  .bk-img {
          display: inline-block;
  
      width: 100%;
      height: 140px;
      cursor: pointer;
  
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
  }
  
  .login-wrap{
    /* background-image: url(../images/login-bg.png); */
    background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 50px 0;
      min-height: 100vh;
      background-color: #fff;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
  }
  .services-login img {
    min-width: 25px;
  }
  .login-wrap .login-container{
    box-shadow: 0px 1px 10px 1px #c1c1c175;
    display: flex;
    flex-wrap: wrap;
    max-width: 920px;
    margin: 0 auto;
  }
  .login-wrap .login-container .login-left{
    background-image: url(../images/login-banner.png);
    width: 50%;
    min-height: 560px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
  
  }
  .login-wrap .login-container .login-right{
    padding: 40px;
      width: 50%;
      background-color: #fff;
  }
  .login-wrap .login-container .login-right h4{
    color: #0da751;
      border-bottom: 1px solid;
      padding-bottom: 8px;
      font-size: 16px;}
  .login-wrap .login-container .login-right label{
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
  }
  .login-wrap .login-container .login-right .form-control{
    border-radius: 4px;
      border: 1px solid #eaeaea;
      height: 35px;
  }
  .login-wrap .login-container .login-right .login-action{
    display: flex;
      align-items: baseline;
      justify-content: space-between;
  }
  .login-wrap .login-container .login-right .login-action .forgot-pwd{
    width: 50%;
    font-size: 14px;
      font-weight: 500;
  }
  .login-wrap .login-container .login-right .login-action .login-btn{
    width: 50%;
  }
  .login-wrap .login-container .login-right .login-action button{
    background-color: #0da751;
    border: 1px solid #0da751;
    padding: .4em 1em .5em 1em;
      width: 100%;
      font-size: 14px;
  }
  .services-login .service-name{
    font-size: 12px;
      font-weight: 600; 
  }
  
  .navbar-nav .nav-link{
    font-size: 14px!important;
  }
  
  /*LOGIN PAGE*/
  
  body {
    margin: 0;
    padding: 0;
    font-family: Product Sans;
    background-color: #F5F7FA;
    /* min-height:100vh; */
  }
  .f-12 {
    font-size: 12px!important;
  }
  .f-16 {
    font-size: 16px!important;
  }
  .f-20 {
    font-size: 20px!important;
  }
  .bg-dark {
    background: #000!important;
  }
  form label {
    margin-bottom: 5px;
      font-size: 14px;
      font-weight: 600;
      color: #444;
  }
  form .form-group {
    margin-bottom: 20px;
  }
  input.form-control{
    font-size:14px;
    height: 40px;
  }
  .form-control::placeholder{
    color: #a1a6af;
  }
  .form-control:focus {
    box-shadow: none;
    background-color: #f9f9f9;
  }
  .dropdown-menu {
    padding:  4px 12px;
  }
  .dropdown-menu .dropdown-item {
    padding: 8px 6px;
    border-bottom: 1px solid #ccc;
    color: #a1a6af;
  }
  .dropdown-menu .dropdown-item:last-child {
    border:  none;
  }
  
  .top-navigation {
    height: 74px;
    background: #fff;
    color: #fff;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 12%);
  }
  .navbar-brand {
    color: #fff;
  }
  .top-navigation .dropdown-menu {
    top:  60px;
    border: none;
      box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
  }
  .header-contact .dropdown-menu{
    right: 0;
    left: auto;
  }
  .navbar-nav .nav-item .nav-link {
    color: #a1a6af;
  }
  .dropdown-item:focus, .dropdown-item:hover {
    background-color: #fff;
    color: #000;
  }
  .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover,
  .navbar-expand-lg .navbar-nav .nav-item.active .nav-link,
  .navbar-brand:hover {
      color: #000;
  }
  .top-navigation .navbar-nav .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'product_sansregular';
  }
  
  /* section page caption */
  
  .page-caption {
    background-image: url('../images/driver-2.jpg');
    height: 600px;
    z-index: 1;
    background-position: center center;
    position: relative;
    background-size: cover;
  }
  .page-caption::after {
    z-index: 9;
    background: #000;
  }
  .about-us-banner .row{height: 350px; padding-bottom: 50px;}
  .bottom-text {
      /*position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 70px;*/
      text-align: center;
      color: #fff;
  }
  
  .bottom-text h1 {
    font-weight: 900;
    text-transform: uppercase;
  }
  .main-head p{
    color: #fff;
      font-size: 20px;
  }
  
  .bottom-text p {
    color: #dedede;
    font-size: 26px;
    margin-bottom: 0px;
  
  }
  /* recent-view-section  */
  
  /*card css*/
  
  .panel-title {
  
  font-weight: bold;
  }
  .display-table {
      display: table;
  }
  .display-tr {
      display: table-row;
  }
  .display-td {
      display: table-cell;
      vertical-align: middle;
      width: 61%;
  }
  .hide{
    display: none;
  }
  .recent-view-section,
  .why-choose-me,
  .lease-pro-section,
  .create-account-section,
  .video-section,
  .articals-tips {
    padding: 50px 0px;
    /* margin-top: 50px; */
    /* text-align: center; */
  }
  
  .required:after{
    content:"*";
    font-weight:bold;
    color:red;
  }
  .favoritesTXT {
      font-size: xx-large;
      margin: auto;
      color: teal;
  
  }
  
  
  
  /* .pulse-badge-bg .badge{
    padding: 0px !important;
  } */
  /* footer  */
  .footer-section {
    background: #000;
    color: #fff;
    padding: 40px 0 40px;
  }
  .footer-section p,
  .footer-section ul {
    color:  #ccc;
  }
  .footer-section ul li,
  .social-icon-list ul li{
    margin-bottom: 5px;
  }
  .footer-section ul li a{
    color: #ccc;
    text-decoration: none;
  }
  .footer-section h3 {
    font-size: 20px;
  }
  /* background image page */
  
  .background-page {
    background-image: url('../images/home-banner-bg.png');
    height: 500px;
    z-index: 1;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    /*margin-top: 40px;*/
  
  }
  /* #findSearch {
    margin-top: 70px;
  } */
  .background-userdashboard {
    background-image: url('../images/background-image.jpg');
    z-index: 1;
    background-position: center center;
    position: relative;
      background-repeat: no-repeat;
      background-size: cover;
  
  }
  /*.background-page:before{
    content: '';
    position: absolute;
    background-color: #000;
    opacity: .4;
    width: 100%;
    height: 100vh;
  
  }*/
  
  
  .search-field-box {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .search-field-box .inner-content {
    margin: auto;
    vertical-align: middle;
    width: 100%;
  }
  .main-head {
    text-align: center;
    color: #fff;
    padding-bottom: 15px;
  }
  .main-head h1 {
    font-size: 50px;
    font-weight: 600;
    /* text-shadow: rgb(255 255 255 / 9%) 0px 0px 15px; */
    font-family: 'product_sansbold';
    text-shadow: 7px 7px 5px rgba(0, 0, 0, 0.75);
      margin-bottom: 25px;
  }
  .card-img-overlay h4 {
        position: absolute;
      bottom: 0;
      left: 20px;
      font-size: 30px;
      color: #fff;
  }
  .card-box {
    height: 220px;
    margin-bottom: 30px;
      background-size: cover;
    background-position: center;
    border:  none;
  }
  .car_img .card-box{
    height: 280px;
    background-size: cover;
      background-position: center;
      border: none;
      background-repeat: no-repeat;
  }
  .card-img {
    height: 100%;
  }
  
  .card-details:hover {
    transform: translateY(-4px);
      transition-duration: 0.2s;
  }
  .why-choose-me {
    background-color: #0ca750;
    text-align: center;
    color: #fff;
    padding: 60px 0px;
  }
  .why-choose-me h2,
  .why-choose-me p {
    margin: 0;
  }
  .why-choose-me h4 {
    font-weight: 700;
  }
  .why-choose-me div.img {
    min-height: 70px;
    margin: 20px 0px;
  }
  /* lease section css */
  .why-choose-me p  {
    margin-top: 20px;
    color:  #fff;
  }
  .lease-pro-section .section-head p {
    color:#646464;
    font-size: 18px;
  }
  .section-head {
    /*text-align: center;*/
    margin-bottom: 30px;
  }
  .section-head p{
    font-size: 18px;
    /*color: #646464;*/
  
  }
  .section-head h2 {
    /*text-transform: uppercase;*/
        margin-bottom: 15px;
  }
  .why-choose-me h2,
  .lease-pro-section h2 {
    /* font-size: 36px; */
    /*font-weight: 900;*/
  }
  /*.promot-lease:hover .share-option ul{
    -webkit-transform: translateY(-4px);
      -moz-transform: translateY(-4px);
      -o-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
      transform: translateY(-4px);
      -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
      box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
      opacity: 1;
      height: 100%;
  }*/
  
  .car-attr h4 {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      height: 40px;
  }
  
  .car-info-wrapper {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: all 0.3s ease 0s;
    background-color: rgba(0, 0, 0, 0.01);
    overflow: hidden;
    border-radius: 3px;
    cursor: pointer;
  }
  .car-info-wrapper .car-info {
    bottom: 0;
      position: absolute;
      width: 100%;
      left: 0;
      padding: 10px;
      color: #fff;
  }
  .car-info-wrapper .share-option ul{
    list-style: none;
    display: flex;
    justify-content: center;
    padding-left: 0;
    position: absolute;
    opacity: 1;
    width: 100%;
  }
  .car-info-wrapper .share-option ul li a{
    color: #fff;
    font-size: 22px;
    display: block;
      padding: 10px 8px;
      text-shadow: 0 2px 6 #000;
  }
  .car-info-wrapper .share-option ul li a i{
    text-shadow: 0 1px 6px #ababab;
  }
  .car-info-wrapper .share-option ul li a:hover{
    color: #04dbc0;
  }
  .car-info-wrapper .car-attr {
    width: 65%;
    float: left;
    position: relative;
     /*  top: 11px; */
  }
  .car-info-wrapper .car-attr h4 {
    font-weight: 600;
      font-size: 1.4rem;
      text-shadow: 0 1px 6px #000000;
  }
  .car-info-wrapper .car-attr small{
    font-size: 14px;
      position: relative;
      top: 5px;
      text-shadow: 0 1px 6px #000000;
  }
  .car-info-wrapper .car-price {
    width: 35%;
    float: right
  }
  .car-info-wrapper .car-info .car-price {
    text-align: right;
  }
  .car-info-wrapper .car-info .car-price .icon{
    position: relative;
      top: -6px;
  }
  .car-info-wrapper .car-info .price-text {
    font-size: 34px;
    text-shadow: 0 1px 6px #000000;
  }
  .car-info-wrapper .car-info .price-text sup{
    font-size: 16px;
      top: -16px;
      text-shadow: 0 1px 6px #000000;
  }
  .car-info-wrapper .car-info .month-text {
    display: block;
    font-size: 14px;
    position: relative;
    top: -15px;
    text-shadow: 0 1px 6px #000000;
  }
  .car-info-wrapper .car-info .icon {
    font-size: 13px;
    text-shadow: 0 1px 6px #000000;
  }
  .car-info-wrapper .car-info .price-text .icon {
    position: relative;
      top: -9px;
  }
  .car-info{background: linear-gradient(rgba(255, 255, 255, 0) 0%, #000 100%);
  }
  .card-box .card-box-overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: #0000005e; */
      background: #95908e91;
      color: #fff;
      border-radius: .25rem;
  }
  .card-box:hover .card-box-overlay {
    display: block;
  }
  .card-box  .card-box-overlay > div{
    position: absolute;
      bottom: 26px;
      padding: 20px;
      width: 100%;
  }
  .card-details{
    text-align: left;
    /* min-height: 485px; */
      height: 100%;
  }
  .lease-pro-section .card-img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 250px;
  }
  .card-details:hover{
      filter: alpha(opacity=100);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -webkit-transform: translateY(-4px);
      -moz-transform: translateY(-4px);
      -o-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
      transform: translateY(-4px);
     /*  -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
      box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15); */
  }
  .card-details .card-title {
    font-size: 18px;
  }
  .card-details .card-body a {
    color: #000;
    text-decoration: none;
  }
  .card-details .card-body a:hover {
    color: rgb(4, 219, 192);
  }
  .card-details small {
    font-weight: 600;
  }
  .card-details .read-more-link {
    position: absolute;
      bottom: 15px;
      color: #222222;
      opacity: .5;
      text-decoration: none;
  }
  .card-details .read-more-link:hover {
    opacity: 1;
  }
  
  .recent-view-section .card-box {
    height: 220px;
  }
  .social-icon-list {
    margin-top: 10px;
  }
  .social-icon-list li {
    margin: 0px 10px 10px 0px;
  }
  .social-icon-list li a {
    /* width: 50px; */
    /* height: 50px; */
    display: inline-block;
    border-radius: 50%;
    background: transparent;
    /* line-height: 20px; */
    text-align: center;
    line-height: 50px;
      text-decoration: none;
  }
  .social-icon-list li a img {
    border-radius: 50%;
  }
  /* create account page css */
  .create-account-banner {
    height: 400px;
  }
  .create-account-banner:before{
    content: '';
    background-color: #000;
    opacity: .4;
    width: 100%;
    height: 400px;
    position: absolute;
  }
  .banner-300{
    height: 300px;
  }
  .banner-300:before{
    content: '';
    background-color: #000;
    opacity: .4;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .error {
     color: #d24747;
      border-color: rgba(246, 4, 25, 1);
      font-size: 15px;
  }
  .textcode{
    font-size: 14px;
  }
  a.disabled {
    pointer-events: none;
    cursor: default;
  }
  /* our system css */
  .our-system {
    display: flex;
  }
  .our-system .left-img {
      background-position: 50% 50%;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url('../images/pexels-photo-2.jpg');
      width: 60%;
      height: auto;
      background-attachment: scroll;
      /* float: left; */
      flex: 1;
  }
  .find-way{
    background-position: 50% 50%;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url('../images/smart-way.jpg');
      width: 60%;
      height: auto;
      background-attachment: scroll;
      /* float: left; */
      flex: 1;
  }
  .our-system .right-text {
    width: 40%;
    /* float: right; */
    background: #0ca750;
    color: #fff;
    height: 100%;
  }
  .our-system .content {
    padding: 50px 50px;
    text-align: center;
  }
  .content p{
    font-size: 18px;
  }
  
  /* video section */
  .video-section {
    position: relative;
    background-color: black;
    height: 90vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
  .video-section video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .video-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
  }
  .video-section .content{
    z-index: 2;
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    height: 75%;
  }
  
  .search-box{
    padding: 15px;
      background-color: #ffffff50;
  }
  .search-box h4{
    color: #fff;
    font-size: 18px;
    text-shadow: rgba(0, 0, 0, 0.55) 0px 4px 5px;
    margin-bottom: 20px;
  }
  .btn-color,
  .btn-color-effect{
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    padding: .6em 1em .6em 1em;
    margin-top: 20px;
    color: #fff;
    background-color: #0da751;
    border: 1px solid #0da751;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    /*width: 25%; */
  }
  .btn-color-black{
    display: inline-block;
      outline: none;
      cursor: pointer;
      text-decoration: none;
      padding: .6em 1.2em .6em 1.2em;
      margin-top: 20px;
      color: #fff;
      background-color: #222;
      border: 1px solid #222;
      font-size: 16px;
      border-radius: 5px;
      text-align: center;
  }
  .btn-color-black:hover{
    text-decoration: none;
    color: #fff;
  }
  .btn-color-black-outline{
    outline: none;
      cursor: pointer;
      text-decoration: none;
      padding: .6em 1.2em .6em 1.2em;
      margin-top: 20px;
    background-color: transparent;
      border: 1px solid #222;
      color: #222;
      font-size: 16px;
      border-radius: 5px;
      text-align: center;
  }
  .btn-color-black-outline:hover{
    text-decoration: none;
    color: #fff;
    background-color: #222;
      border: 1px solid #222;
  }
  .btn-color-effect:hover{
    border: 1px solid #222;
    background: #222;
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .2s linear, background .1s linear, opacity .2s linear;
      -moz-transition: color .2s linear, background .1s linear, opacity .2s linear;
      -ms-transition: color .2s linear, background .1s linear, opacity .2s linear;
      -o-transition: color .2s linear, background .1s linear, opacity .2s linear;
      transition: color .2s linear, background .1s linear, opacity .2s linear;
  }
  .btn-color:hover{
    border: 1px solid #222;
    background: #222;
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .2s linear, background .1s linear, opacity .2s linear;
      -moz-transition: color .2s linear, background .1s linear, opacity .2s linear;
      -ms-transition: color .2s linear, background .1s linear, opacity .2s linear;
      -o-transition: color .2s linear, background .1s linear, opacity .2s linear;
      transition: color .2s linear, background .1s linear, opacity .2s linear;
  }
  
  .articals-tips .comment{
    display: flex;
      justify-content: space-between;
      align-items: center;
  }
  .articals-tips .comment .like{
    cursor: pointer;
        color: red;
  }
  .articals-tips .card-title{
    min-height: 42px;
  }
  .form-group .form-check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  
  }
  .form-group .form-check label{
    position: relative;
  }
  .form-group .form-check label span{
    margin-left: 30px;
  }
  .form-group .form-check label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #c4c4c4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 3px;
  }
  .form-group .form-check input:checked + label:before{
    background-color: #000;
    border: 2px solid #04dbc0;
  }
  .form-group .form-check input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    z-index: 9;
  
  }
  
  /*About Us*/
  .about-us-banner{
    background-image: url(../images/background-image.jpg);
      height: 350px;
      z-index: 1;
      background-position: center center;
      position: relative;
      background-repeat: no-repeat;
      background-size: cover;
  }
  .about-us-banner:before{
    content: '';
    position: absolute;
    background-color: #000;
    opacity: .4;
    width: 100%;
    height: 350px;
    top: 0;
  }
  .create-account-section .section-head h2{
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'product_sansbold';
  }
  .create-account-section .section-head p {
    font-family: 'product_sansregular';
    font-size: 15px;
    line-height: 20px;
  }
  .get_started_notes {
    font-family: 'product_sansregular';
    font-size: 14px;
    line-height: 20px;
  }
  /*About Us*/
  .carousel-item img{
    border-radius: 5px;
      height: auto;
      /* border: 1px solid #f1f1f1; */
      width: 100%;
      height: 100%;
      object-fit: cover;
  
  }
  /*.carousel-inner{
    height: 300px;
  }*/
  .carousel-indicators{
    position: relative;
    top: 0;
    bottom: 0;
  }
  .carousel-inner {
    margin-bottom: 15px;
  }
  .carousel-indicators li{
    width: 25%;
    height: auto;
  }
  .car-info-details .car-name{
    width: 90%;
  }
  .reviewusersblog{
     padding-bottom: 91px  !important;
   }
  /*.car-info-details .car-name h3{
    font-size: 26px;
  }*/
  .car-info-details .car-amount{
    position: relative;
  }
  .car-info-details .car-amount small {
      position: absolute;
      font-size: 14px;
      top: 12px;
      left: -7px;
  }
  .imgcenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
  }
  .car-info-details .car-amount span{
    font-size: 34px;
    font-family: 'product_sansbold';
      /*position: absolute;
      top: -10px;
      right: -2px;*/
  }
  .car-info-details .car-amount .perMonth{
    font-size: 16px;
  }
  .car-info-details .car-amount div{
    position: absolute;
    font-size: 12px;
      top: 37px;
    right: -2px;
  }
  .fas.fa-star,
  .far.fa-star,
  .fas.fa-star-half-alt{
    color: #FFD202;
  }
  .fas.fa-star.green,
  .far.fa-star.green,
  .fas.fa-star-half-alt.green{
    color: #94C814;
  }
  .feature-list{
    display: flex;
    margin-top: 15px;
    flex-wrap: wrap;
  
  }
  .feature-list div{
    padding-left: 20px;
    color: #222222 !important;
    font-size: 15px;
    position: relative;
    margin-right: 5px;
    width: 32.33%;
  }
  .feature-list ul{
    list-style: none;
    width: 100%;
    padding-left: 0px;
    font-size: 15px;
    position: relative;
    color: #222222 !important;
    display: flex;
    flex-wrap: wrap;
  }
  .feature-list ul li{
    width: 33.33%;
      position: relative;
      padding-left: 25px;
      margin-bottom: 8px;
      padding-right: 15px;
  }
  .feature-list div:before,
  .feature-list ul li:before{
    content: "";
      position: absolute;
      left: 0;
      width: 15px;
      height: 15px;
      background-image: url(../images/icon/point.png);
      margin-top: 3px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
  
  }
  .adj-pr{
    padding-right: 30px;
  }
  .adj-pl{
    padding-left: 30px;
  }
  
  .review p{
    font-size: 15px;
    margin-top: 5px;
  }
  .review .profile-img{
    width: 100px;
  }
  .review .profile-img img {
      border-radius: 100%;
      /*height: 100px;*/
  }
  .review .rating{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
  }
  .review .rating .rate-cat{
    /*padding-bottom: 10px;*/
      display: flex;
      border-bottom: 1px dotted #ccc;
  }
  .review .rating .content-left,
  .review .rating .content-right{
    width: 50%;
    float: left;
  }
  .search-filter{
    display: flex;
    align-items: center;
      justify-content: space-around;
      width: 100%;
      margin-top: 20px;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0px 10px 10px #2a313510;
      padding: 10px 20px;
      line-height: 0;
  }
  .search-filter .search-option:first-child{
    border-left: 0
  }
  .search-filter .search-option{
    padding-top: 0px;
      width: 100%;
      margin: 0 10px;
      border-left: 1px solid #ccc;
      padding-left: 10px;
  
  }
  .search-filter .search-option .form-group{
    margin-bottom: 0;
  }
  .search-filter .search-option label{
    color: #000000;
    font-size: 14px;
    margin-bottom: 0;
    margin-left: 3px;
  
  }
  .search-filter .search-option select.form-control{
    border: 0;
    padding: 0px 10px;
    font-size: 16px;
    background-color: transparent;
    -webkit-appearance:none;
  }
  .search-option.search-btn{
    width: auto;
    border:0;
  }
  .search-option .btn-search{
    display: block;
      outline: none;
      cursor: pointer;
      text-decoration: none;
      color: #fff;
      background-color: #0ca750;
      border: 1px solid #0ca750;
      font-size: 14px;
      border-radius: 50%;
      text-align: center;
      width: 40px;
      height: 40px;
      padding: 0;
      line-height: 40px;
  }
  .search-option .btn-search:hover{
    border: 1px solid #222;
    background: #222;
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .2s linear, background .1s linear, opacity .2s linear;
      -moz-transition: color .2s linear, background .1s linear, opacity .2s linear;
      -ms-transition: color .2s linear, background .1s linear, opacity .2s linear;
      -o-transition: color .2s linear, background .1s linear, opacity .2s linear;
      transition: color .2s linear, background .1s linear, opacity .2s linear;
  }
  .share-option-header ul{
    display: flex;
    list-style: none;
    margin-bottom: 0;
    /* float: right; */
    justify-content: center;
    margin-top: 12px;
    padding-left: 0;
  }
  .share-option-header ul li a{
    padding: 10px;
    color: #000;
    font-size: 16px;
  }
  .share-option-header ul li a:hover,
  .header-info a:hover{
    color: #0da751;
  }
  .header-info{
    display: flex;
    font-size: 14px;
    margin-top: 5px;
    color: #fff;
  }
  .header-info a{
    color: #fff;
    text-decoration: none;
  }
  .mt-33{
    margin-top: 33px;
  }
  .car-review{
    font-size: 12px;
      float: left;
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: baseline;
  }
  
  
  .car-review span{
    text-shadow: 0 0px 12px #6f6f6f;
  }
  .select-interior{
    margin-top: 150px;
  }
  footer{
    border-top: 1px solid #e6e6e6;
    color: #757575;
    font-size: 14px;
    /* position: absolute; */
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1;
  }
  
  section.create-account-section.login-wrap {
      height: 100vh;
      display: inline-table;
      width: 100%;
  }
  /* 20-12-2019 */
  
  /* component */
  
  .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: 100%;
  }
  label.star {
      font-size: 40px;
  }
  textarea.form-control {
      text-align: left;
  }
  .star-rating input {
    display:none;
  }
  
  .star-rating label {
    color:#ccc;
    cursor:pointer;
  }
  
  .star-rating :checked ~ label {
    color:#f90;
  }
  
  .star-rating label:hover,
  .star-rating label:hover ~ label {
    color:#fc0;
  }
  
  /* explanation */
  
  article {
    background-color:#ffe;
    box-shadow:0 0 1em 1px rgba(0,0,0,.25);
    color:#006;
    font-family:cursive;
    font-style:italic;
    margin:4em;
    max-width:30em;
    padding:2em;
  }
  
  .navbar-toggler span.fa-bars{
    color: #000;
    font-size: 30px;
  }
  .card-border {
      background: #fff;
      box-shadow: 0px 7px 8px rgba(198, 206, 233, 0.19);
      margin-bottom: 30px;
      border: 0;
      /*border-top: 2px solid #04dbc0;*/
      border-radius: 0;
  }
  .profile-img{
    width: 64px;
    height: 64px;
    text-align: center;
    margin: auto;
  }
  .profile-img img{
    border-radius: 50px;
  }
  .profile-info{
    margin-top: 5px;
  }
  .profile-info p{
    color: #a2a2a2;
    font-size: 14px;
  }
  .score{
      padding: 15px 5px;
      border-radius: 15px;
      font-size: 35px;
      font-weight: 700;
      width: 100%;
      max-width: max-content;
      text-align: center;
      margin: 38px auto;
  
  }
  .gauge {
      max-width: 370px;
      height: 210px;
      overflow: hidden;
      margin: auto;
  }
  .custom-upload{
    width: 100%;
  }
  .custom-file-upload {
    border: 1px solid #ccc;
      display: inline-block;
      padding: 8px 12px;
      cursor: pointer;
      width: 100%;
      height: 38px;
      background-color: #fff;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
  }
  .action-icon{
    position: absolute;
      right: 5px;
      top: 30%;
  }
  .action-icon a{
    padding: 10px;
    font-size: 14px;
    color: #0ca750;
  }
  .card-head{
    padding: .6rem 1.25rem;
      border-bottom: 1px solid #f1f1f1;
  }
  .cross{
    color: #04dbc0;
      text-decoration: none;
      font-size: 12px;
      padding: 8px 8px;
      border-radius: 20px;
      border: 1px solid;
      line-height: 1;
      position: absolute;
      right: 3.5px;
      top: 2.5px;
  }
  .cross:hover{
    color: #04dbc0;
    text-decoration: none;
    border: 1px solid;
  }
  .image-layout{
    height: 182px;
      overflow: hidden;
  }
  .agent-profile-img{
  
  }
  .agent-profile-detail h4{
    font-weight: 700;
    text-align: left;
  }
  .agent-profile-detail{
    margin-top: 10px;
    font-weight: 500;
  }
  .agent-profile-detail .review-rating{
    margin-top: 20px;
  }
  .agent-profile-detail .review-rating .rating-num{
    padding: 10px 15px 15px;
      background-color: #04cbb2;
      display: inline-block;
      font-size: 26px;
      font-weight: 700;
  }
  .agent-profile-detail .review-rating .rating-star{
    padding: 10px;
    margin-left: -5px;
    background-color: #000;
  }
  .agent-profile-detail .review-rating .reviews a{
    color: #04cbb2;
  }
  .doc{
    display: block;
      padding: 10px;
      font-size: 20px;
      font-weight: 400;
  }
  .doc i{
    padding: 10px;
      background-color: #04dbc0;
      color: #fff;
      border-radius: 50%;
      font-weight: 700;
  }
  .height-5{
    height: 520px;
  }
  .height-2{
    max-height: fit-content;
      min-height: 290px;
  }
  .car-view{
    height: 240px;
    display: flex;
      align-items: center;
  }
  .car-basic-detail label,
  .car-basic-detail span{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
  }
  .checkbox-option{
    display: flex;
    /*justify-content: space-between;*/
    margin-top: 20px;
    flex-wrap: wrap;
  }
  /*--------------Custom Chechbox--------------*/
  
  .checkbox{
    margin-bottom: 10px;
    height: auto;
    width: 33.33%;
  }
  .checkbox-custom {
    opacity: 0;
    position: absolute;
  
  }
  .checkbox-custom,
  .checkbox-custom-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
  }
  .checkbox-custom + .checkbox-custom-label:before {
    content: '';
    background: #F5F7FA;
    border-radius: 0px;
    border: 1px solid #000;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    -webkit-transition: all 0.20s;
    -moz-transition: all 0.20s;
    -o-transition: all 0.20s;
    transition: all 0.20s;
  }
  .checkbox-custom:checked + .checkbox-custom-label:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 15px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border-radius: 0px;
    margin: 0px 15px 5px 5px;
    -webkit-transition: all 0.20s;
    -moz-transition: all 0.20s;
    -o-transition: all 0.20s;
    transition: all 0.20s;
  }
  
  /*--------------Custom Chechbox--------------*/
  
  .success-msg{
    font-size: 30px;
      text-align: center;
      font-weight: 500;
      color: #0da751;
      margin-bottom: 20px;
  }
  .success-msg span{
    background: #0da751;
      color: #fff;
      padding: 5px 9px;
      border-radius: 25px;
      font-size: 25px;
  }
  .number{
    color: #04dbc0;
      font-size: 7rem;
      margin-top: -50px;
      font-weight: 800;
      margin-right: 5px;
  }
  .schedule-button{
    position: absolute;
    left: 20px;
    right: 0;
    bottom: 20px;
  }
  .pickup-location{
    width: 500px;
    margin:30px auto;
  }
  .send-msg-option {
      display: flex;
      justify-content: space-between;
      margin: 50px 0;
  }
  .send-msg-option .sec-2 {
      align-items: center;
      display: flex;
      font-size: 20px;
      font-weight: 600;
      color: #888;
  }
  .send-msg-option .sec-2:before {
      content: "";
      height: 150px;
      width: 2px;
      background: #9B9B9B;
      position: relative;
      top: -7rem;
      left: 15px;
  }
  .send-msg-option .sec-2:after {
      content: "";
      height: 150px;
      width: 2px;
      background: #9B9B9B;
      position: relative;
      bottom: -7rem;
      right: 14px;
  }
  .form-group .select-car {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .form-group .select-car-label {
    position: relative;
    cursor: pointer;
  }
  
  .form-group .select-car-label:before {
    content:'';
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
  }
  
  .form-group .select-car:checked + .select-car-label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  
  .invoice .address h1{
    font-weight: 400;
  }
  .invoice .address p{
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 500;
  }
  .invoice label{
    width: 160px;
    font-weight: 500;
    margin-bottom: .2rem;
  }
  .invoice .table td,
  .invoice .table th{
    padding:.4rem;
    font-size: 14px;
  }
  .invoice .table .tfoot-dark{
    background-color: #000;
    color: #fff;
  }
  .invoice .bottom p{
    font-size: 14px;
  }
  .statement-filter{
    display: flex;
      justify-content: space-between;
  }
  .statement-filter .form-group label{
    color: #000;
  }
  .nav-item.dropdown.show .nav-link{
    color: #000;
  }
  .car-details td{
    padding: 5px 0;
    font-size: 18px;
    font-weight: 500;
  }
  .bill-addr{
    width: 40%;
    float: left;
  }
  .bill-addr .table td,
  .account-summary .table td{
    padding: 0 5px;
    border: 0;
  }
  .account-summary{
    width: 40%;
    float: right;
  }
  
  /* checkboox  css 25-12-2019*/
  .checkbox-custom + .checkbox-custom-label:after {
      content: '';
      border-radius: 0px;
      border: 1px solid #000;
      position: absolute;
      left: 0;
      top: 2px;
      width: 20px;
      height: 20px;
  
  }
  label.checkbox-custom-label {
      position: relative;
  }
  /* Switch Flat
  ==========================*/
   .switch {
        position: relative;
        /*display: block;*/
        vertical-align: top;
        width: 85px !important;
        height: 24px;
        padding: 3px;
        /*margin: 0 10px 10px 0;*/
        /*background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
        background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);*/
        border-radius: 18px;
        /*box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
        cursor: pointer;
      }
      .switch-input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
      }
      .switch-label {
        position: relative;
        display: block;
        height: inherit;
        font-size: 10px;
        text-transform: uppercase;
        background: #eceeef;
        border-radius: inherit;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
      }
      .switch-label:before, .switch-label:after {
        position: absolute;
        top: 50%;
        margin-top: -.5em;
        line-height: 1;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
      }
      .switch-label:before {
        content: attr(data-off);
        right: 11px;
        color: #aaaaaa;
        text-shadow: 0 1px rgba(255, 255, 255, 0.5);
      }
      .switch-label:after {
        content: attr(data-on);
        left: 11px;
        color: #FFFFFF;
        text-shadow: 0 1px rgba(0, 0, 0, 0.2);
        opacity: 0;
      }
      .switch-input:checked ~ .switch-label {
        background: #04dbc0;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
        width: 79px;
      }
      .switch-input:checked ~ .switch-label:before {
        opacity: 0;
      }
      .switch-input:checked ~ .switch-label:after {
        opacity: 1;
      }
      .switch-handle {
        position: absolute;
        top: 4px;
        left: 4px;
        width: 22px;
        height: 22px;
        background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
        background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
        border-radius: 100%;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
      }
      .switch-handle:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -6px 0 0 -6px;
        width: 12px;
        height: 12px;
        background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
        background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
        border-radius: 6px;
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
      }
      .switch-input:checked ~ .switch-handle {
        left: 59px;
        box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
      }
      /* Transition
          ========================== */
      .switch-label, .switch-handle {
        transition: All 0.3s ease;
        -webkit-transition: All 0.3s ease;
        -moz-transition: All 0.3s ease;
        -o-transition: All 0.3s ease;
      }
  
  .interior_images, .work_images{
      position: relative;
      margin-right: 5px;
      margin-bottom: 5px;
      padding-left: 0px;
      width: 100px;
      height: 100px;
      display: inline-block;
  }
  .remove_image,.remove_image_exterior {
      position: absolute;
      top: 5px;
      right: 15px;
      color: black;
      font-weight: 800;
  }
  .upload{
      position: absolute;
      top: 0px;
      width: 135px;
      height: 100px;
      opacity: 0;
      padding: 0px;
      z-index: 9;
      left: 0;
  }
  .add-file-icon {
      color: #00000054;
      font-size: 44px;
      position: absolute;
      top: 28px;
      width: 100px;
      /* opacity: 0; */
      right: 0;
      text-align: center;
      z-index: 1;
  }
  #popLocation .modal-body{
    background-image: url('../../assets/images/map.jpg');
    width: 100%;
    height: 550px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
  }
  #popLocation .modal-body .go-btn{
    position: absolute;
      bottom: 35px;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center;
      background-color: #000;
      width: 40%;
      color: #fff;
      font-weight: 600;
      padding: 10px 20px;
      font-size: 16px;
      text-decoration: none;
  }
  #popLocation .modal-backdrop.in {
    opacity: 0.9;
  }
  /*23/04/2020*/
  .trending-deals{
    margin: 20px 0px;
    width:100%;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.07);
      border: 1px solid #f1f2f3;
  }
  .trending-deals:hover{
    -moz-transform: scale(1.02);
      -webkit-transform: scale(1.02);
      -o-transform: scale(1.02);
      transform: scale(1.02);
      box-shadow: 0px 11px 9px -10px rgba(0, 0, 0, 0.52);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
  }
  
  .trending-deals .car-info-details{
    width: 100%;
    padding: 20px;
    background-color: #fff;
  }
  .trending-deals .car-info-details .car-amount span {
      font-size: 40px;
      font-weight: 500;
      position: absolute;
      top: -10px;
      right: -2px;
  }
  .trending-deals .car-info-details .car-amount small {
      position: absolute;
      left: -7px;
      font-size: 14px;
      top: 12px;
  }
  .car-img{
    background-size: cover;
      background-position: center;
      width: 100%;
      height: 100%;
  }
  .trending-deals .car-info-details .car-review {
      margin-top: 15px;
      font-size: 14px;
      float: left;
      width: 100%;
      display: block;
  }
  
  .container .navbar-brand img {
    width: 150px;
  
  }
  
  /* dashboard search css*/
  
  .dashboard-search .search-field-box .inner-content {
      margin-top: 0px;
  }
  .dashboard-search .background-page {
      border-radius: 4px;
      height: auto;
  }
  .dashboard-search .search-filter {
      margin-top: 0px;
  }
  /*end*/
  .carousel-indicators .slide-img{
        height: 80px;
      background-position: center;
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
  }
  /*New*/
  .banner{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    /* margin-top: 45px; */
  }
  .banner.createAccount-banner{
    background-image: url('../../assets/images/create-account-bg.png');
  }
  .banner.createAccount-banner{
    background-image: url('../images/driver-2.jpg');
  }
  .banner.dealerInquiry-banner{
    background-image: url('../../assets/images/dealer-inuiry-bg.png');
  }
  .form-container{
    box-shadow: 0px 1px 10px 1px #c1c1c175;
    padding: 30px;
    margin-top: -60px;
    margin-bottom: 30px;
    background: #fff;
  }
  .top-navigation .navbar-nav .nav-link.login{
    background-color: #0da751;
      color: #fff;
      border-radius: 4px;
      padding: 5px 10px;
      border: 1px solid #0da751;
  }
  .top-navigation .navbar-nav .nav-link.login:hover{
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
  }
  button:focus{
    outline: none;
  }
  .home-services{
    padding: 50px 0;
  }
  .home-services .service-block{
       padding: 30px 20px;
      margin-bottom: 0;
      text-align: center;
      box-shadow: 0 0 15px 2px #2a313510;
      height: 100%;
  }
  .home-services .service-block img{
    width: auto;
      max-width: 100%; 
  }
  .service-block > div {
    min-height: 44px;
  }
  .home-services .service-block h4{
    font-size: 18px;
      margin-top: 20px;
      font-family: 'product_sansbold'; 
  }
  .service-block p {
    font-family: 'product_sansregular';
    margin: 0;
    font-size: 16px;
    line-height: 22px;
  }
  .trending-deals-mobile{
    background-color: #f5f7fa;
    padding: 100px 0;
      display: none;
    }
  .trending-deals-mobile .carousel-inner, .trending-deals-desktop .deal-block, .deal-block{
    margin: 0 30px;
    width: auto;
    background-color: #fff;
    box-shadow: 0 0px 15px #2a313510;
    position: relative;
    cursor: pointer;
  }
  
  .deal-block .car-info{
    background: none;
    padding: 10px 15px;
    height: auto
  }
  
  .deal-block .car-info .car-attr{
    width: 62%;
  }
  .deal-block .car-info .car-attr h4,
  .deal-block .car-info .car-price .price-text{
    font-size: 16px;
    font-weight: 600;
  }
  .deal-block .car-info .car-price{
    width: 38%;
    text-align: right;
  }
  .deal-block .car-info .review-info {
    position: relative;
    bottom: 0;
  }
  .deal-block .car-info .review-info span{
    text-shadow: none;
    font-size: 12px;
  }
  .carousel-control-prev,
  .carousel-control-next {
      width: 50px;
      height: 50px;
      opacity: 1;
      background-color: #000;
      vertical-align: middle;
      margin: auto;
      border-radius: 50%;
  }
  .car_img .carousel-control-prev, .car_img .carousel-control-next {
      width: 40px;
      height: 40px;
      opacity: 1;
      background-color: #fff;
      vertical-align: middle;
      margin: auto 15px;
      border-radius: 50%;
      box-shadow: 0 0px 15px #0000008f;
  }
  .car_img .carousel-control-prev i, .car_img .carousel-control-next i{
    color: #000;
  }
  .banner-home{
    background-color: #13131b;
    display: flex;
  }
  .banner-home .text{
    width: 55%;
    padding: 50px;
    display: flex;
  }
  .banner-home .text h1{
    font-size: 42px;
    color: #fff;
    width: 80%;
    margin: auto;
    vertical-align: middle;
  }
  .banner-home .img{
    width: 45%;
  }
  .banner-home .img img{
    width: 605px;
  }
  .custom-btn{
    background-color: #0da751;
      color: #fff;
      border-radius: 4px;
      padding: 10px 25px;
      cursor: pointer;
      border: 1px solid #0da751;
  
  }
  .custom-btn:hover{
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    text-decoration: none;
  }
  .login-wrap .login-container .login-right .login-action button:hover{
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
  }
  .view-more, .view-more:hover{
    color: #0da751;
    text-decoration: none;
    font-size: 20px;
  }
  .del-content{
    background: #fff;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      box-shadow: 0 3px 10px #e4e4e4;
      float: right;
      text-align: center;
      line-height: 2.5;
      padding: 0 12px;
      margin: 10px;
      font-size: 14px;
      position: relative;
      padding: 0;
  }
  .del-content a {
    color: red;
  }
  .ourTeam-section{
    height: 300px;
  }
  .ourTeam-img{
    background-color: #000;
  }
  .ourTeam-img .container{
    margin-top: -11rem;
  }
  .ourTeam-img h4{
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
  }
  .ourTeam-img p{
    color: #fff;
    font-size: 14px;
  }
  .hover-options{
    position: absolute;
    top: 10px;
    right: 25px;
  
  }
  .hover-options button{
    border: 0;
  }
  .statement-filter .search-option{
    width: 100%;
    margin: 0 10px;
  }
  .statement-filter .search-option.search-btn{width: auto;}
  .review .rating-star{
    position: absolute;
    top: 0;
    right: 10px;
  }
  .chat_module{
      width: 400px;
      position: fixed;
      right: 30px;
      bottom: 0;
      box-shadow: 0 0 15px #ddd;
      z-index: 99;
  }
  .chat_module .chat_head{
      background-color: #000000;
      padding:8px 16px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: #ffffff;
      font-size: 16px;
  }
  .chat_module .chat_head a, .chat_module .chat_footer a{
      color: #ffffff;
      font-size: 14px;
  }
  .chat_module .chat_body{
      padding: 16px;
      background: #f5f5f5;
      height: 350px;
      background-image: url('../images/bg-chat.jpg');
      width: 100%;
      overflow: auto;
  }
  
  .msg-body .left{
    float: left;
  }
  .msg-body .left, .msg-body .right{
      background-color: #fff;
      max-width: 80%;
      min-width: 30%;
      position: relative;
      margin: 0;
      padding: 5px 7px;
      display: inline-block;
      clear: both;
      line-height: 1;
      margin-top: 10px;
      border-radius: 0px 7.5px 7.5px 7.5px;
      box-shadow: 0 1px 0.5px rgb(0 0 0 / 15%);
      -webkit-box-shadow: 0 1px 0.5px rgb(0 0 0 / 15%);
      -moz-box-shadow: 0 1px 0.5px rgba(0, 0, 0, .15);
      z-index: 2;
      word-wrap: break-word;
  }
  .msg-body .right{
    float: right;
    background-color: #5ca95236;
    border-radius: 7.5px 0 7.5px 7.5px !important;
  }
  .msg-body .left:after{
      border-width: 0px 10px 10px 0;
      border-color: transparent #fff transparent transparent;
      top: 0;
      left: -10px;
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
  }
  .msg-body .right:after{
      border-width: 0px 0 10px 10px;
      border-color: transparent transparent transparent #fff;
      top: 0;
      right: -10px;
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
  }
  .msg-body .msg{
      font-size: 14px;
      margin-bottom: 7px;
      line-height: 1.33;
  }
  .msg-body .timing{
      text-align: right;
      font-size: 10px;
      color: #726868;
  }
  .chat_module .chat_footer{
      background-color: #ffffff;
      padding:0px;
  
  }
  .chat_module .chat_footer .chat_form{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
  .chat_module .chat_footer input, .chat_module .chat_footer input:focus{
      border:none;
      outline: none;
      padding: 8px 10px;
      font-size: 14px;
    width: 100%;
  }
  .chat_module .chat_footer button{
      border: 0;
      background-color: #0da751;
      color: #ffffff;
      cursor: pointer;
      width: 40px;
      height: 40px;
  }
  .chat_footer .file-import{
      position: relative;
      padding: 0 10px;
  }
  .chat_footer .file-import input{
      visibility: hidden;
      position: absolute;
      width: 20px;
      padding: 0;
      cursor: pointer;
  }
  .chat_footer .file-import label{
      cursor: pointer;
      color: #767676;
  }
  .hide{
    display: none;
  }
  .show{
    display: block;
  }
  .table-bordered td, .table-bordered th {
      border: 1px solid #212529;
  }
  .banner-search{
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
      justify-content: space-between;
      align-items: center;
      height: 60px;
      padding: 0 25px;
      margin: 30px 0
  }
  .banner-search input{
    width: 100%;
      border: 0;
      border-radius: 10px;
    height: 45px;
  }
  .banner-search input:focus{outline: 0;box-shadow: none;}
  
  .policy_content_page h3 {
      font-size: 20px;
      margin-top: 20px;
  }
  .policy_content_page h1 {
      font-weight: bold;
  }
  .pending_btn_app{
    background: yellow;
  }
  .cancel_btn_app {
      background: red;
      color: #fff;
  }
  .appointments-counts {
      background: red;
      border-radius: 50%;
      padding: 0;
      color: #fff;
      width: 20px;
      height: 20px;
      display: inline-block;
      text-align: center;
      font-size: 14px;
      position: relative;
      top: -7px;
      left: -2px;
  }
  
  .share-option-header ul li a:hover svg path {
    fill: #0da751;
  }
  
  .card.review.review_grid {
    position: relative;
    height: 100%;
    border: 0;
    box-shadow: 0 0 10px 1px rgb(42 49 53 / 6%);
  }
  .reviewusersblog h2 {
    margin: 0;
  }
  .review_grid p:last-child {
    margin-bottom: 0;
  }
  .rev_rating span.rating-star {
    position: relative;
    right: 0;
  }
  .rev_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  .review_profile_bio {
    margin-bottom: 10px;
  }
  .reviewusersblog .row > .col-lg-6 {
    margin-top: 30px;
  }
  .review_profile_bio .profile-img img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
  }
  .review .review_profile_bio .profile-img {
    width: auto;
  }
  #AddRating h4 {
    font-size: 20px;
  }
  form#AddRating .star-rating {
    justify-content: flex-end;
  }
  form#AddRating .star-rating label.star {
    margin-right: 10px;
    margin-left: 20px;
  }
  .container.custom_container {
    max-width: 1320px;
  }
  #carousel-thumb-interior .carousel-item {
    background: #fff;
  }
  #carousel-thumb-interior .carousel-item img {
    aspect-ratio: 16/9;
    object-fit: cover;
  }
  #carousel-thumb .carousel-item {
    background: #fff;
  }
  #carousel-thumb .carousel-item img {
    aspect-ratio: 16/9;
    object-fit: cover;
  }
  .create-account-section .deal-block {
    cursor: default;
  }
  ul.pagination {
    justify-content: center;
    margin-top: 40px;
  }
  .pagination_bar_vs ul.pagination {
    margin-top:0px;
  }
  #favorites {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  #favorites i {
    margin-right: 5px;
  }
  .active_campaign_options {
    display: flex;
    flex-wrap: wrap;
  }
  .expires_capm {
    background: #fff;
      margin-right: 0;
      padding: 5px 10px;
      font-size: 16px;
      line-height: 1;
      position: absolute;
      top: 10px;
      left: 50%;
      text-align: center;
      opacity: 0.75;
      box-shadow: 0 0px 15px #00000030;
      min-width: 100px;
      max-width: 200px;
      transform: translateX(-50%);
      color: #000000;
  }
  select.form-control {
    font-size: 14px;
  }
  .create_account_link a {
    font-size: 14px;
    text-decoration: underline;
    font-weight: 600;
  }
  .forgot-pwd a {
    font-size: 13px;
      font-weight: 600;
  }
  .create_campaign_form_listing{
    max-height: 1250px;
      overflow-y: auto;
  }
  /* .background-page-search-vehicle {
    margin-top: 70px;
  } */
  .car-price {
    font-size: 14px;
  }
  
  .pulse {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 5px;
    background: rgb(250, 67, 67);
    cursor: pointer;
    box-shadow: 0 0 0 rgba(233, 32, 18, 0.986);
    animation: pulse 1s infinite;
    padding: 0;
  }
  .pulse:hover {
    animation: none;
  }
  .pulse-badge-bg  .badge-pill{
      padding-right: 0px !important; 
       padding-left:  0px !important;
  }
  
  .pulse-badge-bg  .badge{
    padding: 0px !important;
  }
  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 rgba(253, 60, 46, 0.986);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(153, 12, 12, 0.877);
      box-shadow:   0 0 0 0 rgba(153, 12, 12, 0.849);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
  }
  
  .campaign_checkbox {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 9;
  }
  
  .vehicle_detail_bottom_inquiry h5{
    font-weight: 600;
    font-size: 17px;
    margin-top: 15px;
  }
  .vehicle_detail_bottom_inquiry .bottom-text h1 { 
    font-family: 'product_sansbold';
  }
  .gauge h1 {
    font-family: 'product_sansbold';
    font-size: 24px;
    margin-bottom: 3px;
    line-height: 28px;
  }
  .gauge h3 {
    font-family: 'product_sansbold';
    font-size: 17px !important;
  }
  .score_credit p {
    font-size: 13px;
    margin: 0; 
  }
  .highcharts-data-labels.highcharts-gauge-series {
    left: 0 !important;
    right: 0 !important;
  }
  .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker {
      left: 0 !important;
      right: 0 !important;
  }
  .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker span {
    width: 100%;
    left: 0 !important;
  }
  .score_credit .ti-info-alt {
    cursor: pointer;
  }
  #score_info_Modal .modal-body {
    padding: 40px;
  }
  #score_info_Modal .modal-body h2 {
    font-family: 'product_sansbold';
    margin-bottom: 20px;
    font-size: 24px;
  }
  #score_info_Modal .modal-body p {
    font-size: 15px;
  }
  #score_info_Modal .modal-lg {
    max-width: 760px;
    padding: 15px;
  }
  #score_info_Modal .modal-body p:last-child {
    margin-bottom: 0;
  }
  #score_info_Modal .modal-title { 
      font-size: 18px;
  }
  .delivery_method_vehicle h1 {
    font-family: 'product_sansbold';
    font-size: 30px;
  }
  .delivery_method_vehicle .card-border {
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 16%);  
    border-radius: 50px;
    text-align: center;
  }
  .delivery_method_vehicle .card-border .card-body {
    padding: 40px 20px;
  }
  .delivery_method_vehicle .card-border h5 {
      font-size: 20px;
  }
  .delivery_method_vehicle .card-border .image-layout {
    height: auto;
  }
  .delivery_method_vehicle .card-border .image-layout img {
    max-height: 100px;
    margin-bottom: 25px;
  }
  .delivery_method_vehicle .card-border .card-body p {
    min-height: 70px;
  }
  .delivery_method_vehicle .schedule-button {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0px;
  }
  .delivery_method_vehicle .schedule-button button {
    min-width: 130px;
  }
  /* .credit_Score_vs{
    margin-top: -65px;
  } */
  .score_credit {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
        margin-top: -22px;
  }
  .credit_Score_vs i.fa-comments{
    min-width: 64px;
    text-align: center;
    font-size: 42px;
    color: #227dfe;
  }
  .credit_Score_vs .score_credit .f-16{
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 16px !important;
  }
  .gauge_box{
    height: calc(100% - 30px);
  }
  /*.gauge_box > .card-body{*/
    /*align-items: center;*/
    /*display: flex;*/
  /*}*/
  .today_opp_vs{
    height: calc(100% - 30px);
  }
  .today_opp_vs > .card-body{
    align-items: center;
    display: flex;
  }
  .form-control.exterior_value {
    padding: 0.375rem 0.5rem;
  }
  /* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }
  .sweet-alert.sweetalert-lg {
    width: 520px;
    height:210px;
  }
  /*.modal-dialog {*/
    /*height: 50%; !* = 90% of the .modal-backdrop block = %90 of the screen *!*/
  /*}*/
  /*.modal-content {*/
    /*height: 70%; !* = 100% of the .modal-dialog block *!*/
  /*}*/
  
  
  
  #totalLeasesSoldl12m {
      height: 400px;
  }
  
  
  .highcharts-figure,
  .highcharts-data-table table {
      min-width: 310px;
      max-width: 800px;
      margin: 1em auto;
  }
  
  .highcharts-data-table table {
      font-family: Verdana, sans-serif;
      border-collapse: collapse;
      border: 1px solid #ebebeb;
      margin: 10px auto;
      text-align: center;
      width: 100%;
      max-width: 500px;
  }
  
  .highcharts-data-table caption {
      padding: 1em 0;
      font-size: 1.2em;
      color: #555;
  }
  
  .highcharts-data-table th {
      font-weight: 600;
      padding: 0.5em;
  }
  
  .highcharts-data-table td,
  .highcharts-data-table th,
  .highcharts-data-table caption {
      padding: 0.5em;
  }
  
  .highcharts-data-table thead tr,
  .highcharts-data-table tr:nth-child(even) {
      background: #f8f8f8;
  }
  
  .highcharts-data-table tr:hover {
      background: #f1f7ff;
  }
  
  .password_eye_vs i {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 35px;
    color: #aaa;
    font-size: 14px;
    cursor: pointer;
  }
  .password_eye_vs {
    position: relative;
  }
  
  
  /* 23-03-23 vikas new css */
  .score_credit_range_info li p {
    font-size: 12px;
    margin-bottom: 0;
  }
  .score_credit_range_info {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -10px;
    margin-right: -10px;
  }
  .score_credit_range_info li {
    padding: 0px 6px;
  }
  .score_credit_range_info li .box-credit {
    height: 26px;
    width: 26px;
    background: red;
    border-radius: 50%;
    margin: 0 auto 8px;
  }
  .gauge {
    margin-top: -12px;
  }
  .score_credit_range_info li .box-credit.box-range1 {
    background: #e53835;
  }
  .score_credit_range_info li .box-credit.box-range2 {
    background: #ef6c00;
  }
  .score_credit_range_info li .box-credit.box-range3 {
    background: #ffc107;
  }
  .score_credit_range_info li .box-credit.box-range4 {
    background: #7ec002;
  }
  .score_credit_range_info li .box-credit.box-range5 {
    background: #00a600;
  }
  
  
  /* UI Update css 14june 2023 */
  .sell_trade_form_box {
    max-width: 630px;
    margin: 0 auto;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.6);
    padding: 30px 60px;
    background: #fff;
  }
  .sell_trade_form {
    background: #fff;
    padding: 40px 0px;
    position: relative;
  }
  .sell_trade_form_box h2 {
    color: #000;
      text-align: center;
      font-size: 20px;
      margin-bottom: 20px;
      font-family: 'product_sansregular';
  }
  .sell_trade_form_box .form-group label {
    font-weight: normal;
    font-size: 14px;
  }
  .sell_trade_form_box input.form-control,
  .sell_trade_form_box select.form-control {
    border: 2px solid rgb(55, 59, 77);
    border-radius: 0;
  }
  .sell_trade_form_box .custom-btn {
    min-width: 170px;
    border-radius: 0;
    font-weight: bold;
    display: inline-block;
  }
  .sell_trade_features {
    background: rgb(232, 230, 230);
    position: relative;
    padding: 50px 0px;
  }
  .sell_t_feat_grid img {
    max-height: 66px;
    margin-bottom: 20px;
  }
  .sell_t_feat_grid {
    position: relative;
    text-align: center;
    padding: 20px 10px;
  }
  .sell_t_feat_grid h3 {
    font-size: 26px;
    margin-bottom: 20px;
    font-family: 'product_sansbold';
  }
  .sell_t_feat_grid p {
    font-size: 19px;
    margin-bottom: 0;
    font-family: 'product_sansregular';
  }
  .inner_page_banner {
    position: relative;
    /* margin-top: 70px; */
  }
  .sell_trade_page_banner {
    position: relative;
    padding: 70px 0px;
  }
  .sell_trade_banner_box {
    background: rgb(232, 230, 230);
    position: relative;
    padding: 25px 45px;
    max-width: 385px;
    text-align: center;
    margin: 0 auto;
  }
  .sell_trade_banner_box h1 {
    font-size: 46px;
      margin-bottom: 12px;
      font-family: 'product_sansbold';
  }
  .sell_trade_banner_box p {
    margin: 0;
    font-size: 18px;
    font-family: 'product_sansregular';
  }
  .about_section_vs h2 {
    font-size: 30px;
    font-family: 'product_sansbold';
    margin-bottom: 20px;
    color: #000;
  }
  .about_section_vs p {
    font-size: 20px;
    font-family: 'product_sansregular';
  }
  .about_section_vs p:last-child {
    margin-bottom: 0;
  }
  .about_page_banner h1 {
    text-align: center;
    margin: 0;
    text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;
    font-size: 60px;
    font-family: 'product_sansbold';
    color: #000;
  }
  .about_banner_caption {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
  }
  .home_banner_vs{
    background-image: url(../images/Leasify-Backgroun1.jpg);
    background-size: cover;
      background-position: center;
      padding: 120px 0px;
      position: relative;
  }
  /* .home_banner_vs:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 22%);
  } */
  .create_camp_lease_fields small {
    display: block;
    margin-bottom: 6px;
  }
  .create_camp_lease_fields {
    max-width: 1000px;
    margin: 0 auto;
  }
  /* .create-account-section.create_listing_vs {
    margin-top: 70px;
  } */
  .create_listing_vs h1 {
    font-size: 30px;
    font-family: 'product_sansbold';
  }
  form#ListingValidation {
    margin-top: 30px;
  }
  .main_img_prev h6{
    font-family: 'product_sansbold';
    font-size: 17px;
  }
  .about_section_vs .custom-btn{
    display: inline-block;
    margin-top: 10px;
    min-width: 180px;
  }
  .how_it_works_desc{
    padding: 0px 25px;
  }
  .sponsored_ad_desc p{
    max-width: 200px;
  }
  .sponsored_ad_desc p {
    max-width: 380px;
    margin: 0 auto 10px;
  }
  /* .boost_sponsored {
    margin-top: 70px;
  } */
  .boost_sponsored h1 {
    font-size: 30px;
    font-family: 'product_sansbold';
    margin-bottom: 20px;
    color: #000;
  }
  .boost_sponsored_desc {
    max-width: 320px;
    margin: 0 auto;
  }
  .boost_sponsored_desc p {
    font-size: 17px;
    font-family: 'product_sansregular';
  }
  .boost_sponsored_desc a.custom-btn {
    display: inline-block;
    margin-top: 20px;
    min-width: 180px;
  }
  .discover_feat_grid img {
    max-height: 156px;
    margin-bottom: 20px;
  }
  .discover_feat_grid {
    position: relative;
    text-align: center;
    padding: 20px 10px;
  }
  .discover_feat_grid h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-family: 'product_sansbold';
  }
  .discover_feat_grid p {
    font-size: 18px;
    font-family: 'product_sansregular';
    max-width: 275px;
    margin: 0 auto;
  }
  .discover_leasify_listing h2 {
    font-size: 30px;
    font-family: 'product_sansbold';
    color: #000;
  }
  #ListingValidation h5, #ListingValidation h6 {
    font-family: 'product_sansregular';
  }
  #ListingValidation h3 {
    font-family: 'product_sansbold';
  }
  span.car-name h3 {
    font-family: 'product_sansbold';
  }
  .select_colorsExt, .select_colorsInt {
    max-width: 250px;
    position: relative;
    margin: 20px auto 0;
  }
  .vehicle_video_detail {
    max-width: 470px;
    margin: 0 auto;
  }
  .vehicle_action_div {
    margin-top: 25px;
  }
  .vehicle_detail_vs_div {
    margin-top: 25px;
  }
  .vehicle_action_div .askQuestion,
  .vehicle_action_div #favorites{
    padding: 1em 0.6em 1em 0.6em;
    font-size: 12px;
    font-weight: bold;
  }
  .carousel-indicators li img {
    height: 50px;
    object-fit: contain;
    border: 1px solid #eee;
  }
  .save_big_column img {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .save_big_column {
    padding: 25px;
  }
  .save_big_column h2 {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 2px;
  }
  .save_big_column h4 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .save_big_column p a {
    text-decoration: underline;
  }
  .save_big_column p {
    font-size: 14px;
    line-height: 20px;
  }
  .container.custom_container_deals {
    max-width: 1380px;
  }
  
  label#place_order_note {
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 25px;
    max-width: 400px;
  }
  label#place_order_note strong {
    font-weight: normal;
  }
  #ScheduleDelivery h4 {
    font-size: 18px;
    font-family: 'product_sansbold';
  }
  .dropdown.hover-options a.dropdown-item img {
    width: 22px;
  }
  .dropdown.hover-options a.dropdown-item i {
    min-width: 22px;
    text-align: center;
  }
  .about-us-banner.vehicle_detail_bottom_inquiry {
    height: auto;
    padding-top: 50px;
    position: relative;
  }
  .about-us-banner.vehicle_detail_bottom_inquiry:before { 
      height: 100%;
      top: 0;
  }
  .about-us-banner.vehicle_detail_bottom_inquiry .row{
    height: auto;
  }
  .about-us-banner.vehicle_detail_bottom_inquiry .bottom-text {
    bottom: 0;
  }
  .background-page.inner_page_banner_vs {
    position: relative;
    height: auto;
    /* margin-top: 74px; */
    padding: 140px 0px;
    background-image: url(../images/home-banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .page-caption.page_caption_banner {
    height: auto;
    /* margin-top: 74px; */
    padding: 130px 0px;
  }
  .page-caption.page_caption_banner:before{
    top: 0;
  }
  .page-caption.page_caption_banner > .container {
    position: relative;
  }
  .my_favorites_section_header {
    position: relative;
    /* margin-top: 74px; */
  }
  .score_credit h3 {
    font-family: 'product_sansbold';
    font-size: 17px !important;
    margin-bottom: 4px;
  }
  .read-more-content.open {
    max-height: 212px; 
  }
  .read-more-content {
    overflow: hidden;
    position: relative;
  }
  .feature-list.read-more-content.open {
    max-height: 350px;
  }
  .read-more-content.open:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background-image: linear-gradient(#ffffff00, white);
    z-index: 1;
  }
  button.read-more-button {
    cursor: pointer;
    background: transparent;
    border: 0;
    text-decoration: underline;
    font-weight: bold;
  }
  .vehicle_features .deal-block{
    cursor: auto;
  }
  button.read-more-button {
      position: relative;
  }
  button.read-more-button:before {
    content: "\f068";
    position: absolute;
    right: -20px;
    height: 20px;
    width: 20px;
    top: 3px;
    background: #000;
    border-radius: 50%;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    color:#fff;
  }
  button.read-more-button.read-more-plus:before{
    content:"\f067";
  } 
  .slick-slide img { 
    max-width: 100%;
  }
  button.slick-arrow.slick-disabled {
      opacity: 0.5;
  }
  #car_img_exterior .slick-slide,
  #car_img_interior .slick-slide {
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    aspect-ratio: 1.8/1;
  }
  .selected-color { 
      top: 0;
  }
  div#car_img_exterior,
  div#car_img_interior {
    overflow: hidden; 
    height: auto;
    aspect-ratio: 1.8/1; 
    border: 1px solid #eee;
  }
  .car_img_exterior_nav .slick-track,
  .car_img_interior_nav .slick-track {
    width: 100% !important;
    transform: inherit !important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .car_img_exterior_nav .slick-slide img,
  .car_img_interior_nav .slick-slide img { 
    border: 1px solid #eee;
      height: 40px;
      padding: 2px;
      object-fit: contain;
      width: 60px;
      margin-top: 5px;
  }
  #car_img_exterior .slick-slide img,
  #car_img_interior .slick-slide img {
    height: auto;
      width: 100%;
      object-fit: cover;
      aspect-ratio: 1.8/1;
  }
  .car_img_exterior_nav,
  .car_img_interior_nav {
    margin-top: 5px; 
    overflow: hidden; 
  }
  .car_img_exterior_nav .item-slick,
  .car_img_interior_nav .item-slick {
      opacity: 0.8;
      height: auto;
      margin: 0px 2px;
  }
  .car_img_exterior_nav .item-slick.slick-current,
  .car_img_interior_nav .item-slick.slick-current {
    opacity: 1;
  }
  .slick-arrow {
    background: #fff;
    border: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
  }
  button.slick-next.slick-arrow {
    right: 15px;
  }
  button.slick-prev.slick-arrow {
    left: 15px;
    z-index: 1;
  }
  .car_img_exterior_nav button.slick-next.slick-arrow {
    right: 2px;
    background: #e5e5e5;
    width: 22px;
    height: 22px;
  }
  .car_img_exterior_nav button.slick-prev.slick-arrow {
    left: 2px;
    background: #e5e5e5;
    width: 22px;
    height: 22px;
  }
  .about_page_banner > img {
    width: 100%;
  }
  .ask_a_question, .add_favorites{
    padding: 1em 0.6em 1em 0.6em;
    font-size: 12px;
    font-weight: bold;
  }
  /* .vehicle_detail_icons img {
    max-width: 44px;
  } */
  .vehicle_detail_img_icons{
    min-width: 50px;
    text-align: center;
  }
  .electrical_performance_specs ul{
    list-style: none;
    padding-left:0;
    display: flex;
    flex-wrap: wrap;
  }
  .electrical_performance_specs ul li{
    width:25%;
    padding:0px 20px;
    margin-top:15px;
  }
  .body_main_wrapper {
    min-height: calc(100vh - 148px);
    padding-top: 74px;
  }
  .admin_body_main_wrapper {
    min-height: calc(100vh - 55px);
  }
  ul.myFav_listing_icons_uline {
    padding: 0;
    margin: 0 -8px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }
  ul.myFav_listing_icons_uline li {
    width: 50%;
    padding: 0px 8px;
    margin-top: 12px;
  }
  .myFav_listing_icons_uline .vehicle_detail_img_icons {
    min-width: 40px; 
  }
  ul.myFav_listing_icons_uline li h6 {
    font-size: 14px;
  }
  .prev_lease_card.card-box {
    height: 290px;
  }
  .search-filter.home_search_filter_vs {
    display: block;
    max-width: 630px;
    margin: 0 auto;
    padding: 20px;
  }
  .home_search_filter_vs .nav-tabs {
    background: #ebeaea;
    padding: 5px 10px;
    border-radius: 12px;
    border: 0;
    width: 100%;
    margin-left: 20px;
  }
  .home_search_filter_vs .nav-tabs .nav-item {
    margin-bottom: 0;
  }
  .home_search_filter_vs .nav-tabs .nav-item a.nav-link {
    padding: 6px 15px;
      height: auto;
      border-radius: 30px;
      border: 0;
      line-height: 1;
      color: #000;
      font-size: 14px;
      font-weight: 600;
  }
  .home_search_filter_vs .nav-tabs li {
    width: 33.33%;
    text-align: center;
  }
  .home_search_filter_vs h3 {
    font-size: 18px;
    font-family: 'product_sansbold';
    min-width: 110px;
    margin: 0;
  }
  .search_all_vs input {
    width: 100%;
    height: 52px;
    border: 1px solid #666;
    border-radius: 8px;
    padding: 0px 15px;
    outline: 0;
  }
  .search_all_vs {
    position: relative;
    margin-top: 15px;
  }
  .search_all_vs .search-option.search-btn {
    position: absolute;
    top: 6px;
    right: 10px;
    margin: 0;
  }
  .c_width_20 {
     width: 24%; 
     padding: 0px 6px;
  }
  .c_width_40 {
     width: 38%; 
     padding: 0px 6px;
  }
  .home_search_filter_vs select.form-control {
    height: 46px !important;
    border: 1px solid #666;
  }
  .search-filter.home_search_filter_vs .form-group {
    margin: 0;
  }
  .c_width_80{
    width: 76%; 
     padding: 0px 6px;
  }
  
  .login_more p.my_account_note {
    margin: 0;
    font-size: 12px;
    text-align: center;
  }
  .login_more {
    max-width: 300px;
    margin: 0 auto;
  }
  .login_more ul {
    list-style: none;
    padding: 0; 
  }
  .login_more ul li a {
    border: 1px solid #979797;
    box-shadow: 0px 1px 10px 1px #c1c1c175;
    width: 100%;
    display: block;
    margin-bottom: 5px;
    border-radius: 4px;
    padding: 10px 10px 10px 35px;
    text-align: center;
    color: #888;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
  }
  .login_more ul li img {
    width: 16px;
    position: absolute;
    left: 10px;
  }
  .login_more ul li {
    position: relative;
  }
  .login_or_txt {
    position: relative;
    text-align: center;
    margin-bottom: 15px;
  }
  .login_or_txt:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    background: #eee;
    transform: translateY(-50%);
  }
  .login_or_txt span {
    text-align: center;
    display: inline-block;
    background: #fff;
    position: relative;
    padding: 0px 12px;
    font-size: 14px;
    font-family: 'product_sansbold';
    color: #888;
  }
  .login_more p.my_account_note a {
     font-weight: bold;
    text-decoration: underline;
  }
  .services-login {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .services-login > div {
    width: 25%;
    padding: 0px 10px;
  }
  .services-login .service-name {
    font-size: 12px;
    font-family: 'product_sansregular';
    font-weight: normal;
  }
  .services-login .service-name strong {
    font-family: 'product_sansbold';
  }
  .create_account_note {
    font-size: 13px;
    font-family: 'product_sansregular';
    margin: 0;
  }
  .create_account_header .lead_txt{
    font-size: 14px;
    font-family: 'product_sansregular';
    margin: 0;
  }
  #CreateAccountDatepicker {
    word-spacing: 0;
  }
  .create_account_header h2 {
    font-family: 'product_sansbold';
  }
  #createAccountForm input.form-control { 
    color: #000;
    font-size: 13px;
    font-family: 'product_sansregular';
  }
  #createAccountForm input.form-control::-ms-input-placeholder { /* Edge 12-18 */
    color: #000;
  }
  
  #createAccountForm input.form-control::placeholder {
    color: #000;
  }
  .create_account_continue_div p {
    margin: 0;
    font-size: 13px;
    font-family: 'product_sansregular';
  }
  .create_account_continue_div p a{
    /* font-weight: bold; */
    text-decoration: underline;
  }
  .create_account_continue_div > strong {
    font-size: 13px;
    margin-bottom: 3px;
    display: block;
    font-family: 'product_sansbold';
  }
  .already_signed_link {
    font-size: 13px;
    font-family: 'product_sansregular';
  }
  .already_signed_link a{
    font-family: 'product_sansbold'; 
    text-decoration: underline;
    margin-right: 10px;
  }
  .login-btn.continue_btn_signup .login_btn {
    padding: 0.4em 1em 0.5em 1em;
    font-size: 14px;
  }
  
  
  #registered-browsing-history-table_filter input,
  #unregistered-browsing-history-table_filter input {
    width: 150px;
  }
  .search_history_table_div {
    margin-top: -60px;
    position: relative;
  }
  .statement-filter {
    position: relative;
    z-index: 9;
  }
  #lg-share, #lg-download, span.lg-autoplay-button.lg-icon {
    display: none;
  }
  
  
  #features_accordian .card-header {
    background: transparent;
    border: 0;
    padding: 0;
    border-radius: 0;
  }
  #features_accordian .card-header a {
    display: block;
    text-align: left;
    color: #000;
    font-family: 'product_sansregular';
    font-size: 18px;
    padding: 10px 35px 10px 15px;
    outline: none;
    box-shadow: none;
  }
  #features_accordian .card {
    border: 0;
    border-top: 1px solid #ddd;
    border-radius: 0;
  }
  #features_accordian .feature-list {
    margin-top: 0;
  }
  #features_accordian .card-header a:after {
    content: "\e648";
    font-family: 'themify';
    position: absolute;
    right: 10px;
  }
  #features_accordian .card-header a.collapsed:after{
    content: "\e64b";
  }
  .main_img_prev img {
    aspect-ratio: 4/3;
    object-fit: cover;
  }
  .lease-pro-section.trending-deals-desktop {
      background: #fff;
  }
  .recent-view-section, .trending-deals-desktop{
    padding: 50px 0px 24px;
  }
  .sell_home_inquiry{
    padding: 135px 0px;
      background-size: cover;
      background-position: center;
  }
  .sell_home_inquiry h2 {
    max-width: 560px;
    color: #fff;
    background: rgb(0 0 0 / 75%);
    padding: 10px 20px;
    font-size: 32px;
    font-family: 'product_sansbold';
    margin: 0 auto 20px;
  }
  .sell_home_inquiry .custom-btn {
    display: inline-block;
  }
  .nav_custom_link a{
    color: #000;
    font-size: 15px !important;
    font-weight: 600;
  }
  .contact_banner {
    height: 300px;
    background-size: cover;
    background-position: center 80%;
  }
  .contact_page_content {
      background: #fff;
      padding: 50px 0px;
  }
  .contact_page_content h1 {
    font-size: 30px;
    font-family: 'product_sansbold';
  }
  
  .search_show_entry select {
    min-width: 60px;
    border: 1px solid #eee;
    background: #fff;
    font-size: 15px;
    height: 34px;
  }
  .search_show_entry {
    font-size: 14px;
    align-items: center;
  }
  .search_listing_box input {
    font-size: 15px;
    border: 1px solid #eee;
    background: #fff;
    height: 38px;
    width: 200px;
  }
  .search_listing_box {
    font-size: 14px;
  }
  
  .contact_page_content h2 {
    font-family: 'product_sansbold';
    font-size: 28px;
  }
  .contact_form input.form-control,
  .contact_form textarea.form-control {
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
  }
  iframe.vehicle_detail_video {
    height: auto;
    aspect-ratio: 1.8/1;
  }
  
  /* Responsive Media Query */
  @media (max-width: 1250px){
    div#navbarSupportedContent ul.navbar-nav:first-child {
      margin-left: 15px !important;
  }
  .navbar-nav .nav-link {
    font-size: 13px!important;
  }
  .top-navigation {
    padding: 0.5rem 0;
  }
  .top-navigation .navbar-nav .nav-link {
    padding-left: 7px;
    padding-right: 7px;
  }
  }
  
  
  @media (max-width: 1200px) and (min-width: 992px){
    .banner-home .text{
      width: 50%;
      padding: 20px;
      display: flex;
    }
    .expires_capm {
      padding: 6px 5px;
      font-size: 13px;
    }
    .banner-home .text h1{
      font-size: 34px;
      color: #fff;
      width: 80%;
      margin: auto;
      vertical-align: middle;
    }
    .banner-home .img{
      width: 50%;
    }
    .banner-home .img img{
      width: 605px;
    }
  }
   
  
  @media(max-width: 1100px){
  .navbar-brand img {
    width: 100px;
  }
  .deal-block .car-info .car-attr h4, .deal-block .car-info .car-price .price-text {
    font-size: 13px;
    font-weight: 600;
  }
  .car-price {
    font-size: 13px;
  }
  .delivery_method_vehicle .card-border .card-body p { 
    font-size: 15px;
  }
  .delivery_method_vehicle .card-border .card-body {
    padding: 40px 15px;
  }
  .score_credit_range_info li p {
      font-size: 11px;
      margin-bottom: 0;
  }
  }
  
   
  
  @media(max-width: 992px){
  .search-filter{
    padding: 10px 0px;
  }
  ul.navbar-nav.ml-auto {
    align-items: flex-start !important;
  }
  ul.navbar-nav.ml-auto li.nav_custom_link {
    margin-bottom: 10px;
  }
  .search_history_table_div {
    margin-top:0px; 
  }
  ul.myFav_listing_icons_uline li h6 {
    font-size: 15px;
  }
  ul.myFav_listing_icons_uline li {
    width: 100%; 
  }
  .invoice label {
    width: auto;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 12px;
  }
  .account-summary, .bill-addr {
    width: 48%; 
  }
  /* .background-page.inner_page_banner_vs { 
    margin-top: 57px; 
  } */
  /* .page-caption.page_caption_banner { 
    margin-top: 57px; 
  } */
  .my_favorites_section_header {  
    /* margin-top: 57px; */
  }
  div#navbarSupportedContent ul.navbar-nav:first-child {
    margin-left: 0px !important;
  }
  .top-navigation {
    padding: 0.5rem 1rem;
  }
  /* .background-page-search-vehicle {
  margin-top: 60px;
  } */
  .page-caption.page_caption_banner h1 {
    font-size: 30px;
  }
  .page-caption.page_caption_banner h3 {
    font-size: 18px;
  }
  /* #findSearch {
    margin-top: 60px;
  } */
  .body_main_wrapper { 
    padding-top: 57px;
  }
  .review_profile_bio > div {
  align-items: center;
  }
  .our-system .left-img{
    display: none;
  }
  .our-system .right-text{
    width: 100%;
  }
  .video-section{
    height: auto;
  }
  .top-navigation{
    /*background-color: #000;*/
    height: auto;
  }
  header{
    display: none;
  }
  .mt-33{
    margin-top: 0 !important;
  }
  .bottom-text{
    bottom: 25px;
  }
  .carousel-item img{
    height: auto;
  }
  .car-info-details .car-amount{
    width: 23%;
  }
  .car-name h3{
    font-size: 1.5rem;
  }
  .review .rating{
    display: block;
  }
  /*.btn-color-effect*/
  /*.btn-color-black{
    display: block;
  }*/
  .pickup-location{
    width: 100%;
  }
  .checkbox,
  .feature-list div{
    width: 50%;
    margin-right: 0;
  }
  .login-wrap{
    padding: 100px 0;
  }
  /* .login-wrap .login-container .login-left{
    width: 40%;
    background-position: inherit;
  }
  .login-wrap .login-container .login-right{
    width: 60%
  } */
  /* .banner{
    margin-top: 59px;
  } */
  .banner-home .text h1{
    font-size: 26px;
  }
  .sell_trade_banner_box {
    padding: 25px 30px;
  }
  .sell_t_feat_grid {
    padding: 20px 0px;
  }
  .sell_t_feat_grid p br {
    display: none;
  }
  /* .inner_page_banner {
    margin-top: 57px;
  } */
  .ab_order2 {
    order: 2;
  }
  .ab_order1 {
    order: 1;
    margin-bottom: 20px;
  }
  .about_page_banner h1 {
    font-size: 36px;
  }
  .about_banner_caption {
    top: 15px;
  }
  .how_it_works_desc {
    padding: 0;
  }
  /* .boost_sponsored {
    margin-top: 57px;
  } */
  }
  
  @media(max-width: 767px){
    ul.myFav_listing_icons_uline li {
      width: 50%;
  } 
  .sell_home_inquiry {
    padding: 60px 0px; 
  }
  .sell_home_inquiry h2 { 
    font-size: 24px; 
  }
  .adj-pl {
    padding-left: 15px;
    margin-top: 40px;
  }
  .float-right.invoice_date_ID {
      float: none !important;
  }
  .statement_invoice_header {
    text-align: left !important;
    margin-top: 30px;
  }
  .invoice .address h1 { 
      font-size: 32px;
  }
  .address p {
    font-size: 16px !important;
  }
  .container {
    max-width: 100%;
  }
  .save_big_column h4 {
    font-size: 20px; 
  }
  .agent-profile-img {
    margin-bottom: 20px;
  }
  .save_big_column h2 {
      font-size: 36px; 
  }
  .save_big_column { 
      margin-bottom: 40px;
      min-height: 1px !important;
  }
  .page-caption.page_caption_banner { 
    padding: 80px 0px;
  }
  .policy_content_page ol, .policy_content_page ul {
      padding-left: 15px;
  }
  .policy_content_page p, .policy_content_page li {
      font-size: 14px;
  }
  .policy_content_page table td {
    font-size: 14px;
  }
  .deal-block .car-info .review-info span { 
    font-size: 13px;
  }
  .deal-block .car-info .car-attr h4, .deal-block .car-info .car-price .price-text {
    font-size: 16px; 
  }
  .gauge {
      max-width: 290px; 
  }
  /* .banner{
    margin-top: 57px; 
  } */
  /* #findSearch {
    margin-top: 57px;
  } */
  #score_info_Modal .modal-body {
    padding: 30px 20px;
  }
  .delivery_method_vehicle .card-border .card-body p {
    min-height: 1px;
  }
  .delivery_method_vehicle .card-border .card-body p { 
    margin-bottom: 0;
  }
  #score_info_Modal .modal-body h2 { 
    font-size: 20px;
  }
  .login-wrap .container {
    max-width: 100%;
  }
  .background-page{
    background-image: url(../images/home-banner-bg-mobile.png);
    height: 870px;
    margin-top: 30px;
  }
  /* .background-page-search-vehicle{
    background-image: url(../images/home-banner-bg-search-mobile.png);
  } */
  .background-page-search-vehicle .main-head p{
    display: none;
  }
  .main-head p{
    font-size: 26px;
  }
  .search-filter{
    display: block;
      padding: 20px;
      margin-top: 0px;
  }
  .search-filter .search-option {
    padding-top: 10px;
    width: 100%;
    margin: 10px 0;
    border-left: 0;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
  }
  .search-filter .search-option select.form-control{
    color: #757575
  }
  .search_all_vs .search-option.search-btn { 
    width: auto;
    border: 0;
  }
  /* .search-filter .search-option .btn-search{
    width: 100%;
    border-radius: 4px;
    margin-top: 25px;
    height: 45px;
  } */
  /* .search-filter .search-option .btn-search:after{
    content: "Search";
    font-size: 18px;
  }
  .search-filter .search-option .btn-search i{
    display: none;
  } */
  .banner-home .text{
    padding: 20px;
  }
  .banner-home .text h1{
    font-size: 20px;
  }
  .banner-search{
    padding: 0 10px;
  }
  .search-field-box .inner-content {
    margin-top: 90px;
  }
  
  .home-services .col-6{
  margin-bottom: 20px;
  }
  /* .background-page-search-vehicle {
    margin-top: 58px;
  } */
  .search-field-box .inner-content {
    margin-top: 0;
  }
  .main-head h1 {
    font-size: 40px; 
  }
  .sell_trade_banner_box {
      margin-bottom: 40px;
  }
  .boost_sponsored_desc {
    margin-bottom: 30px;
  }
  #submitBtn {
    margin-top: 20px !important;
  }
  .read-more-content.open {
      max-height: 310px; 
  }
  .feature-list.read-more-content.open {
    max-height: 415px;
  }
  .chat_module {
    width: 320px; 
  }
  .chat_module .chat_body { 
    height: 290px; 
  }
  #productTable thead.thead-dark {
    display: none;
  }
  table#productTable {
    display: block;
  }
  table#productTable tr td {
    display: block;
  }
  table#productTable tbody tr {
    border: 2px solid black;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  table#productTable {
    border: 0;
  }
  table#productTable tbody{
    width: 100%;
    display: block;
  }
  table#productTable tr td:before {
    content: attr(data-th);
      font-family: 'product_sansbold';
      font-size: 15px;
      position: absolute;
      width: 50%;
      bottom: 0;
      left: 0;
      top: 0;
      border-right: 1px solid #dee2e6;
      padding: 0.75rem;
  }
  .table-bordered#productTable td, .table-bordered#productTable th {
    border: 1px solid #dee2e6;
    position: relative;
    padding-left: calc(50% + 0.75rem);
    min-height: 24px;
  }
  table.table-bordered.dataTable#productTable tbody th, table.table-bordered.dataTable#productTable tbody td {
    border-bottom-width: 0;
    border-left: none;
    border-right: none;
  }
  table.table-bordered.dataTable#productTable th, table.table-bordered.dataTable#productTable td {
    border-left-width: 0;
  }
  .table-bordered#productTable tr td:first-child {
    border-top: 0;
  }
  table#productTable tr td[data-th="Send Message"] > div.text-center {
    text-align: left !important;
  }
  }
  
  @media(max-width: 580px){
  .home_banner_vs{
    /* background-image: url(../images/mob-front-auto-tower.jpg);   */
    padding: 40px 0px;
  }
  .search_all_vs input { 
    font-size: 14px;
  }
  .service-block p { 
    font-size: 12px;
    line-height: 16px;
  }
  .home_page_mobile_content {
    background: #e4e4e3;
  }
  .home_banner_vs {
    /* background-image: none !important; */
    padding: 0 !important;
  }
  .home_page_mobile_banner {
    background-image: url(../images/Leasify-Background.jpg);
    min-height: 260px;
    background-size: cover;
    background-position: center;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  .home_page_mobile_banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 22%);
  }
  .contact_banner {
    height: 230px;
    background-size: cover;
    background-position: center;
  }
  .services-login > div {
    width: 50%; 
    margin: 6px 0px;
  }
  .c_width_20, .c_width_80, .c_width_40 {
    width: 100%;
    padding: 5px 6px;
  }
  .search-filter.home_search_filter_vs > .d-flex {
    flex-wrap: wrap;
  }
  .home_search_filter_vs .nav-tabs { 
    margin-left: 0;
    align-items: center;
  }
  .search-filter.home_search_filter_vs { 
    padding: 15px;
  }
  .home_search_filter_vs .nav-tabs .nav-item a.nav-link {
    padding: 6px 6px; 
  }
  .home_search_filter_vs h3 { 
    min-width: 1px; 
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .background-page.background-page-search-vehicle {
    height: auto;
    /* margin-top: 60px; */
    padding-top: 0;
    background: #eee;
    padding-bottom: 30px;
  }
  .vehicle_video_detail h6 {
    font-size: 13px;
  }
  /* #car_img_exterior .slick-slide, #car_img_interior .slick-slide {
    height: 180px; 
  }
  div#car_img_exterior, div#car_img_interior { 
    height: 180px;
  }
  #car_img_exterior .slick-slide img, #car_img_interior .slick-slide img {
    height: 180px; 
  } */
  #car_img_exterior .slick-arrow, #car_img_interior .slick-arrow{
    display: none !important;
  }
  .vehicle_action_div select.form-control[name="lease_discount"] {
    margin-bottom: 20px;
  }
  .vehicle_detail_content > .card-body {
    padding: 15px;
  }
  .vehicle_video_detail p {
    font-size: 12px !important;
    margin-top: 4px;
  }
  #car_img_exterior a.carousel-control-next, #car_img_exterior a.carousel-control-prev,
  #car_img_interior a.carousel-control-next, #car_img_interior a.carousel-control-prev{
    display: none;
  }
  figure.highcharts-figure .form-group.mb-2 {
    width: 100%;
  }
  figure.highcharts-figure .form-group.ml-2 {
    margin-left: 0 !important;
  }
  input#searchAddressInput {
    width: 100% !important;
  }
  .highcharts-figure .input-group-append {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .score_credit .ti-info-alt { 
    display: inline-block;
  }
  .gauge h1 { 
    line-height: 25px;
  }
  .gauge h3 { 
      margin: 0;
  }
  .score_credit p {
    font-size: 15px; 
  }
  .campaign_statics_btns {
    margin-top: 12px;
  }
  .section_header_vs span {
    margin-bottom: 10px;
    display: inline-block;
  }
  .section_header_vs .btn-color {
    float: none !important;
  }
  .background-page.inner_page_banner_vs .main-head h1 {
    color: #fff;
    font-size: 30px;
  }
  .recent-view-section .pagination_bar_vs .order_3{
    margin-top: 0px;
  }
  .vehicle_detail_bottom_inquiry h5 { 
    font-size: 15px; 
  }
  .vehicle_detail_bottom_inquiry .bottom-text h1 { 
    font-size: 26px;
  }
  .call_action_section .custom-btn {
      display: inline-block;
  }
  .trending-deals-mobile .custom-btn {
    display: inline-block;
  }
  .recent-view-section {
    margin-top: 0;
  }
  .home-services .col-6{
    margin-bottom: 20px;
    padding: 0px 10px;
  }
  .home-services .service-block h4 {
    font-size: 15px;
    margin-bottom: 6px;
    margin-top: 15px;
  }
  .mob_bg_img {
      background: url(../images/LeasifyMobileBackgound.jpg);
      height: 270px;
      background-size: cover;
      display: flex;
      align-items: flex-end;
      max-width: 100%;
      justify-content: center;
  }
  /* table#productTable {
    table-layout: fixed;
    width: 1400px;
  } */
  table#productTable {
    table-layout: auto;
    width: 100%;
  }
  table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: 15px !important; 
  }
  .banner-search input {
    font-size: 14px;
  }
  .main-head h1 {
      font-size: 32px;
      color: #000;
      max-width: 350px;
      margin: 0 auto;
      letter-spacing: 1.5px;
      font-weight: 800;
  }
  .search-field-box .inner-content {
    margin-top: 0px;
  }
  .banner-search{
    margin: 20px 0;
  }
  #findSearch.background-page{
      background: #eee;
          padding-top: 0;
      /* margin-top: 13px; */
    }
  .repeater-container-ext,.repeater-container-int{
    display:flex;
    display: block;
  }
  .repeat-ext,.repeat-int{
      width: 100%;
  }
  .background-page  {
    padding-top: 67px;
    height: auto;
  }
  .background-page:before{
    height: 91vh;
  }
    /*.main-head h1 {
      font-size: 38px;
    }*/
    .main-head p {
      font-size: 25px;
    }
    .our-system {
      display: block;
    }
    .our-system .left-img,
    .our-system .right-text {
      width: 100%;
    }
    .search-field-box .inner-content{
      margin-top: 0;
    }
    .adj-pr{
      padding-right: 15px;
    }
    .adj-pl{
      padding-left: 15px;
      margin-top: 40px;
      height: auto;
    }
    .create-account-section{
      /*padding: 30px 0;*/
      padding: 40px 0;
    }
    .create_listing_vs{
      margin-top: 0;
    }
    .login-wrap {
      background-position-y: center;
      background-position-x: -925px;
      padding: 80px 0;
    }
    .login-left{
      display: none;
    }
    .login-wrap .login-container .login-right{
      width: 100%;
      margin: 0px;
      padding: 25px;
    }
    .background-page {
      height: 800px;
      margin-top: 10px;
      padding-top: 25px;
    }
    .search-filter{
      display: block;
        padding: 20px;
        margin-top: 0px;
    }
    .main-head { 
      padding-bottom: 20px;
  }
    #findSearch.background-page{
      height: auto;
    }
    .search-filter .search-option{
      margin: 10px 0;
    }
    .carousel-item img{
      height: auto;
    }
    .car-info-details .car-amount {
      width: 100%;
  }
  .car-info-details .car-name {
    width: 100%;
    margin-bottom: 10px;
  }
    /*.car-info-details .car-amount small{
      left: 12px;
    }*/
    .select-interior{
      margin-top: 100px;
    }
    .car-name h3{
      font-size: 1.5rem;
    }
    .review .rating{
      margin-top: 15px;
    }
    .review .rating .rate-cat{
      display: flex;
      border-bottom: none;
    }
    .review .rating .content-left,
    .review .rating .content-right{
      width: 100%;
    }
    .pickup-location{
      width: 100%;
    }
    .action-icon {
        position: absolute;
        right: 5px;
        top: 0;
    }
    .reviews{
      display: block;
        margin: 10px 0;
    }
    .checkbox,
    .feature-list div{
      width: 100%;
    }
    .feature-list{
      margin-left: 0px;
      display: block;
    }
    .feature-list ul li{
      width: 100%
    }
    #popLocation .modal-body{
        height: 410px;
      }
      #popLocation .modal-body .go-btn{
        bottom: 20px;
      }
  
    .trending-deals .col-md-3{
      height: 200px;
    }
    .trending-deals .car-img{
      width: 100%;
      height: 100%;
    }
    .trending-deals .car-info-details{
      width: 100%;
    }
    /*.trending-deals .car-info-details .car-amount small{
      left: -5px;
    }*/
    .carousel-indicators .slide-img{
      height: 55px;
    }
    .score{
      padding: 15px 30px;
    }
    .banner{
      /* margin-top: 57px; */
      height: 200px;
    }
    footer{
      border: 0;
      background-color: #fff;
      position: relative;
    }
    footer p{
      text-align: center;
    }
    .share-option-header ul{
      width: 100%;
      padding: 0;
      justify-content: center;
      flex-wrap: wrap;
    }
    .home-services {
      padding: 30px 0 15px;
      background: #e4e4e3 !important;
    }
    .home-services .col-md-3.col-6:nth-child(odd) {
      padding-right: 7.5px;
  }
  .home-services .col-md-3.col-6:nth-child(even) {
      padding-left: 7.5px;
  }
    .home-services .service-block {
      background: #fff;
      margin-bottom: 0;
      padding: 20px 10px;
  }
    .trending-deals-mobile{
      display: block;
      padding: 30px 0;
    }
    .trending-deals-mobile .section-head h2 {
      text-align: center;
      font-size: 40px;
  }
  .call_action_section > .container {
      padding-bottom: 0 !important;
  }
  .call_action_section {
      padding: 25px 0px !important;
  }
  .call_action_section h1 {
      /* font-size: 46px;
      letter-spacing: 1.5px; */
      margin-bottom: 30px !important;
  }
    .trending-deals-desktop-V2{
      display: none;
    }
    .banner-home{
      display: block;
    }
    .banner-home .text{
      width: 100%;
      padding: 20px;
      display: flex;
    }
    .banner-home .text h1{
      font-size: 28px;
      text-align: center;
      width: 100%;
    }
    .banner-home .img{
      background-image: url(../images/home-img-mobile.png);
      width: 100%;
      height: 300px;
      background-position: center;
      background-size: cover;
    }
    .banner-home .img img{
      display: none;
    }
    .custom-btn, .statement-filter{
      display: block;
      margin: 0 auto;
    }
    .statement-filter .search-option{
      margin: 0 ;
    }
    .statement-filter .search-option.search-btn button{
      width: 100%;display: block;
    }
  .sell_trade_form_box {
      padding: 30px 30px;
  }
  .about_page_banner h1 {
    font-size: 30px;
  }
  .about_page_banner > img {
    height: 200px;
    object-fit: cover;
  }
  .home_banner_vs .main-head h1{
    line-height: 36px;
      color: #fff;
      text-shadow: 0px 0px 15px rgb(0 0 0 / 70%);
      font-family: 'product_sansbold';
      font-size: 32px;
      letter-spacing: 0px;
  }
  .home_banner_vs .home_page_mobile_banner .main-head h1 {
    line-height: 30px;
    color: #fff;
    text-shadow: 0px 0px 15px rgb(0 0 0 / 70%);
    font-family: 'product_sansbold';
    font-size: 24px;
    letter-spacing: 0px;
  }
  .home_page_mobile_content .search-filter.home_search_filter_vs {
    margin-top: -45px;
    border: 1px solid #ddd;
  }
  .trending-deals-mobile .carousel-inner, .trending-deals-desktop .deal-block, .deal-block {
    margin: 0;
  }
  .deal-block .car-info {
  height: auto;
  }
  .home-services .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .deal-block .car-info .review-info {
  position: relative;
  bottom: 0;
  }
  .pagination_bar_vs .order_1 {
  order: 1;
  }
  .pagination_bar_vs .order_3 {
  order: 3;
  margin-top: 20px;
  }
  .pagination_bar_vs .order_2 {
  order: 2;
  }
    .vehicle_detail_img_icons img {
      width: auto !important;
      height: auto !important;
      max-width: 40px;
    }
    .prev_lease_card.card-box {
      height: 240px;
  }
  }
  
  
  @media only screen and (max-width: 767px) and (min-width: 415px) { 
    .card-box {
      height: 280px; 
    }
   
  } 
  
  
  @media (max-width: 520px) {
    .statement-filter {
      margin-bottom: 30px;
  }
  .home-services .mob_order_1 {
    order: 1;
  }
  .home-services .mob_order_2 {
    order: 2;
  }
  .home-services .mob_order_3 {
    order: 3;
  }
  .home-services .mob_order_4 {
    order: 4;
  }
  .vehicle_detail_content .selected-color {
    position: relative; 
    box-shadow: none;  
    opacity: 1;
    order: 2;
    display: block;
  }
  #car_img_exterior .slick-slide, #car_img_interior .slick-slide { 
    display: block; 
    overflow: auto;
        aspect-ratio: inherit;
  }
  div#car_img_exterior, div#car_img_interior { 
    aspect-ratio: 3/2.3; 
    border: 0;
    border-radius: 0px;
  }
  #car_img_exterior .slick-slide img, #car_img_interior .slick-slide img { 
    aspect-ratio: 3 / 2;
    border: 1px solid #eee;
    border-radius: 10px;
  }
  iframe.vehicle_detail_video {
    height: auto;
    aspect-ratio: 3 / 2;
  }
  .vehicle_detail_img_icons {
    min-width: 45px; 
  }
  }
  
  
  @media (max-width: 414px){
    /* .home-services .service-block h4 {
        font-size: 14px;
        margin-bottom: 0px;
    } */
    .card-box {
      height: 230px; 
    }
  }
  .no_image_thumbnail {
    border: 1px solid #ddd;
    text-align: center;
  }
  @media (max-width: 380px){
    .table-bordered#productTable td, .table-bordered#productTable th { 
      padding-left: calc(42% + 0.75rem); 
      font-size: 14px;
  }
  table#productTable tr td:before { 
    width: 42%; 
    font-size: 14px;
  }
  }
  
  .safari-select {
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="none" stroke="%23495057" stroke-width="1" d="M2 0L0 2h4zm0 5L0 3h4z"/></svg>');
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 8px 10px;
  }
  
  