@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/*
 *****************************************
    >>> | 01 Browser Reset & Common CSS|
 *****************************************
*/
html, body{
    height: 100%;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #4D4D4D;
    line-height: 24px
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:focus,
a:hover,
a:visited,
input,
.bootstrap-select>.dropdown-toggle,
input:hover,
.bootstrap-select>.dropdown-toggle:hover,
input:focus,
.bootstrap-select>.dropdown-toggle:focus,
input:active,
.bootstrap-select>.dropdown-toggle:active,
select {
    text-decoration: none;
    outline: none;
}

button:focus{
    outline: 0px;
}

img {
    max-width: 100%;
}

a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
        text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px;
    color: #1C1B1D;
}

.container {
    max-width: 1920px;
    padding: 0px 25px;
}
/*
 *****************************************
 >>> | 03. navigation css Start
 *****************************************
*/

.headerArea {
    /* background: linear-gradient(180deg, #E0E0E0 0%, #E8E8E8 47.92%, #F1F1F1 100%); */
    position: relative;
}


.mainHeader {
    margin: 0 auto;
    margin: 0px 25px;
        background: #F2F2F5;
    padding: 25px 32px;
    border-radius: 33px;
    margin-top: 25px;
}

.mainHeader .container {
    padding: 0;
}


.globalPadding{
    padding: 48px;
    border-radius: 33px;
    margin-top: 25px;
}

.logo a {
    display: flex;
    align-items: center;
}

.logo a img {
    height: 50px;
}

.logo a img.logoTxt {
    width: 65px;
}

.logo a img.logoImg {
    height: 45px;
}

.headerMainMenu ul li {display: inline-block;}

.headerMainMenu ul li a {
    color: #1C1B1D;
    margin: 0px 25px;
        text-decoration: none;
}

.headerMainMenu {
    text-align: center;
    margin-top: 15px;
}

.headerRightBtn {
    text-align: right;
    padding-right: 5px;
    margin-top: 12px;
}

.btnStyleBlue {
    padding: 9px 25px;
    border-radius: 17.625px;
    background: #017AFA;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
}

.btnStyleDark {
    border-radius: 17.625px;
    border: 1px solid #5F5F5F;
    padding: 9px 25px;
    color: #1C1B1D;
    font-size: 12px;
    text-transform: uppercase;
}

.btnStyleDark:hover {
    background: #017AFA;
    border-color: #017AFA;
    color: #fff;
}

.btnStyleLightBlue {
    border-radius: 17.625px;
    border: 1px solid #017AFA;
    padding: 9px 25px;
    color: #017AFA;
    font-size: 12px;
    text-transform: uppercase;
}

.btnStyleLightBlue:hover {
    background: #017AFA;
    color: #fff;
}

.btnStyleLightBlue i{

}


.btnStyleBlue:hover {
    background: #111;
    color: #fff;
}

.headerRightBtn a.btnStyleDark {margin-left: 10px;}

.headerContent {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 35px;
}

.headerContent h1 {
    color: #1C1B1D;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 3.12px;
    line-height: normal;
}

.headerForm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 40px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #FBFBFB;
    padding: 6px 20px;
    margin: 0 auto;
    padding-right: 8px;
    margin-top: 25px;
    margin-bottom: 100px;
}

.formInput input {
    border: none;
    color: #1C1B1D;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    background: none;
}
.formInput {
    width: 200px;
}

.formInput.homesearch {
    width: 233px;
}

.formInput input {
    width: 100%;
}
.formSelect select {
    border: none;
    opacity: 0.7;
    color: #1C1B1D;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    width: 110px;
}

.formInput input::placeholder {
    color: #1C1B1D;
    opacity: 0.7;
}

.formSelect {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding-left: 15px;
    color: #1C1B1D;
    font-size: 14px;
        font-weight: normal;
}

.formSubmit button {
    margin: 0;
    padding: 0;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 23.75px;
    background: #007AFF;
    line-height: 21px;
}

.formInput.bdrLeft {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding-left: 20px;
    width: 151px;
}

.formInput.seacrh input {
    width: 205px;
}


.headerCarosuel .owl-nav div {
    position: absolute;
        left: 48%;
    height: 36px;
    width: 36px;
    border: 2px solid #000000;
    border-radius: 50px;
    text-align: center;
    line-height: 35px;
    font-size: 26px;
    bottom: 20px;
}

.headerCarosuel .owl-nav .owl-next {
    left: auto;
    right: 46%;
}

.headerCarosuel {
    padding-bottom: 100px;
}

.discoverFeatured {
    background: #000;
}

.sectionTitleWhite, .sectionTitleWhite h1 {
    color: #fff;
}

.sectionTitleWhite h1 {
    font-weight: 600;
    font-size: 42px;
}

.featuresSingleCar .carFeaturesImg img{
   border-radius: 21px; 
}

.carFeaturesImg img {
    width: 100%;
    border-radius: 21px 21px 0px 0px;
}

.dealerSingle .carFeaturesImg img
{
height: 220px;
}

.carFeaturesImg {
    position: relative;
    display: block;
    overflow: hidden;
}

.carFeaturesTitle {
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 40px;
    background: rgba(6, 6, 6, 0.38);
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 12px;
    padding: 5px 15px;
}

.carFeaturesTitle img {
    height: 14px;
    width: 18px;
}

.carFeaturesContent h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    margin-top: 15px;
    margin-bottom: 24px;
    display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
}

.carFeaturesContent h4 a{
    color: #fff;
        text-decoration: none;
}

.carFeaturesPrice {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}

.carFeaturesPrice h4 {
    margin-top: 0;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}

.carFeaturesPriceRight a {
    width: 50px;
    height: 43.855px;
    border-radius: 12px;
    border: 1px solid rgba(217, 217, 217, 0.20);
    display: inline-block;
    text-align: center;
    line-height: 41px;
}

.carFeaturesPriceRight {
    display: flex;
    align-items: center;
    gap: 15px;
}

.featureCarDetails {
    margin-top: 15px;
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
}

.car_details_img .item img{
border-radius: 21px;
object-fit: cover;
height: 800px;
width: 100%;
}

.singleFeatureIcon span {
    color:  #D9D9D9;
    font-weight: 400;
}
.singleFeatureIcon span {
    margin-left: 5px;
}
.featureCarDetails .singleFeatureIcon:nth-child(3) {
    text-align: right;
}

.featureCarDetails .singleFeatureIcon:nth-child(2) {
    padding-left: 10%;
}


.featuresSingleCar {
    margin-top: 30px;
}

.viewAll {
    margin-top: 40px;
}

.viewAllBtn {
    border-radius: 23.75px;
    border: 1px solid #FAF9FA;
    width: 144.834px;
    height: 47.5px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 45px;
}

.viewAllBtn:hover {
    background: #fff;
    color: #000;
}
.recent_added {
    border-radius: 21px;
    background: #F3F3F3;
    margin-top: 30px;
     min-height: 95%;
}

.recent_added .carFeaturesContent h4, 
.recent_added .carFeaturesContent h4 a {
    color: #000;
}

.recent_added .carFeaturesPriceRight a {
    border: 1px solid rgba(20, 119, 245, 0.40);
}

.recent_added .singleFeatureIcon span {
    color: #000;
}

.recent_added .carFeaturesContent {
    padding: 15px;
    padding-bottom: 30px;
}

.viewAllBtn.blue {
    background: #1477F5;
    color: #fff;
}

.viewAllBtn.blue:hover {
    color: #fff;
    background: #0069f0;
}

.sectionTitleDark h3 {
    font-weight: 500;
    line-height: 1.5;
}

.sectionTitleDark h4 {
    font-size: 23px;
    font-weight: 500;
}
.discover {
    background: #000;
    padding-top: 70px;
    padding-bottom: 50px;
}


.discoverSingleSlide {
    position: relative;
}

.discoverSlideTxt {
    position: absolute;
    bottom: 35px;
    left: 50px;
    width: 100%;
    z-index: 2;
}

.discoverSlideTxt h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

.discoverSlideTxt p {
    color: #9F9D9E;
    font-size: 13px;
}

.viewCars {
    color: #fff;
    margin-left: 10px;
}

.discover .owl-nav div {
    position: absolute;
    left: 46%;
    font-size: 30px;
    color: #fff;
    bottom: -3px;
}

.discover .owl-nav div.owl-next {
    left: auto;
    right: 46%;
}

.discover .owl-dots div {
    display: inline-block;
    height: 13px;
    width: 13px;
    border-radius: 100px;
    margin: 0px 10px;
    border: 2px solid #9F9D9E;
    position: relative;
    z-index: 1;
}

.discover .owl-dots {
    text-align: center;
    margin-top: 40px;
}

.discover .owl-dots div.active:after {position: absolute;left: -6px;top: -5px;height: 20px;width: 20px;content: "";border: 2px solid #fff;border-radius: 100px;}

.discover .owl-dots div.active {
    border: 2px solid transparent;
}

.discover .owl-dots div.active span {
    position: absolute;
    left: -0.3px;
    top: 0.8px;
    height: 8px;
    width: 8px;
    background: #d9d9d9;
    border-radius: 100px;
}

.singleImg img {
    width: 100%;
}

.mobileAppTxt {
    border-radius: 26px;
    background: #F0F0F0;
    height: 100%;
    padding: 50px;
    display: flex;
    align-items: center
}

.mobileAppTxt h1 {
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 35px;
}

.mobileAppTxt p {
    color: rgba(28, 27, 29, 0.94);
}

.appBtn {
    margin-top: 40px;
    display: flex;
    gap: 30px;
}

.FooterArea {
    background: #000;
    padding: 50px;
    margin-top: 56px;
}

.footerLeft p {
    color: #858585;
    margin-top: 20px;
}

.footerLogoBottom h5 {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
}

.footerNavGrid {
    display: flex;
    justify-content: space-between;
}

.footerSingleNav h5 {
    color: #E1E1E1;
    font-size: 16px;
    font-weight: 600;
}

.footerSingleNav li a {
    color: #A9A9A9;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding: 7px 0px;
}

.footerSingleNav li {
    display: block;
}

.footerBottomGrid {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgb(217 217 217 / 20%);
    margin-top: 20px;
    padding-top: 40px;
}

.footerBottomGrid p {
    margin: 0;
    font-size: 12px;
    color: #fff;
}

.footerSocial a {
    border-radius: 50px;
    border: 1.5px solid #2C2C2C;
    display: inline-block;
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 39px;
}

.footerSocial img {
    height: 18px;
    width: 18px;
}

.footerSocial {
    display: flex;
    gap: 15px;
}
.headerCarosuel img {
    filter: grayscale(1);
    transition: .3s;
}

.headerCarosuel img:hover {
    filter: grayscale(0);
}

.slicknav_menu{
    display: none;
}

.headerRightDropdown {
    display: flex;
    align-items: center;
    justify-content: end;
}

.dropdown2 .dropdown-menu {
    left: -40px !important;
}

.headerRightDropdown .dropdown4 .dropdown-menu {
    min-width: 310px
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.headerRightDropdown .dropdown-menu {
    min-width: 360px;
    padding: 30px;
}

.headerRightDropdown h5 {
    font-size: 16px;
    border-bottom: 1px solid rgb(0 0 0 / .07);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.headerDropDownGrid {
    display: grid;
    grid-template-columns: 4fr 5fr;
    gap: 20px;
    margin: 15px 0px;
}

.dropdownMenuTxt h6 {
    font-size: 14px;
    font-weight: 400;
    color: #23262F;
}

.dropdownMenuTxt p {
    color: #87898E;
    font-size: 12px;
    font-weight: 400;
}

.dropdownMenuTxt p span {
    margin: 0px 5px;
}

.dropdownMenuTxt p span img {
    height: 16px;
}

.dropdownMenuTxt h5 {
    color: #06C270;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    /* border: none; */
}

.dropdownMenuTxt h5 img {
    height: 12px;
}

.dropdownMenuTxt {
    margin-top: 10px;
}

.headerRightDropdown .dropdown-menu {
    border-radius: 15px;
    border: none;
}

.viewAllBtn {
    width: 215px;
    height: 52px;
    border-radius: 50px;
    background: #F1F1F1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #23262F;
    font-weight: 400;
}

.viewAllSeacrh {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.viewAllBtn:hover {
    background: #ddd;
}

.userAdminProfile {
    display: flex;
    align-items: center;
    gap: 10px;
}

.userInfo h3 {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    margin: 0;
}

span.individual {
    display: inline-flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    background: #017AFA;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
    transform: translateY(-5px);
}

.userInfo p {
    color: #7A86A1;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.userMenuList {
    border-top: 1px solid rgb(0 0 0 / .07);
    padding-top: 15px;
    margin-top: 15px;
}

.userMenuList li {
    display: block;
    margin: 10px 0px;
}

.userMenuList li a {
    color: #7A86A1;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
}

.userBdr {
    border-top: 1px solid rgb(0 0 0 / .07);
    margin-top: 20px;
    margin-bottom: 15px;
}

.fav .dropdownMenuTxt h5 {
    color: #007AFF;
    border: none;
    padding-bottom: 10px;
}

.fav .dropdownMenuTxt p {
    border-bottom: 1px solid rgb(0 0 0 / .07);
    padding-bottom: 15px;
}

.viewAll.center {
    display: flex;
    justify-content: center;
}

.searchResultHeading h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.searchResult {
    color: #555770;
    font-size: 14px;
    font-weight: 500;
}

.searchResultFilter button {
    border-radius: 50px;
    border: 1px solid #D4D4D4;
    font-size: 14px;
    height: 39px;
}

.searchResultHeading {
    padding-top: 60px;
    padding-bottom: 30px;
    align-items: center;
}

.searchResultFilter {
    gap: 20px;
}

button.shortBtn b {
    font-weight: 600;
}

.carFeaturesTitleRight {
    position: absolute;
    right: -40px;
    top: 25px;
    background: #1477F5;
    width: 150px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    transform: rotate(45deg);
}
.carFeaturesTitleRight.basic {
    background: #333333;
}
.carFeaturesTitleBottom {
    border-radius: 20px;
    background: #F3F3F3;
    padding: 8px 12px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    position: absolute;
    bottom: -13px;
    left: 15px;
}


/* Filter dropdown */
.checkbox-dropdown {
    width: 135px;
    padding: 10px;
    position: relative;
    margin: 0 auto;
    user-select: none;
    cursor: pointer;
}


.checkbox-dropdown:after {
    position: absolute;
    border-top-color: #000;
    top: 14px;
    right: 10px;
    margin-top: -3px;
    content: '\f2f9';
    font-family: Material-Design-Iconic-Font;
    font-size: 18px;
}


.checkbox-dropdown.is-active:after {
    font-family: Material-Design-Iconic-Font;
    content: '\f2fc'
}

.checkbox-dropdown-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%; 
    border: inherit;
    border-top: none;
    left: -1px;
    right: -1px; 
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    height: 100px;
    overflow: scroll;
    overflow-x: hidden;
    pointer-events: none; 
}
.is-active .checkbox-dropdown-list {
    opacity: 1;
    pointer-events: auto;
}

.checkbox-dropdown-list li label {
    display: block;
    padding: 5px 10px;
    text-align: left;
    transition: all 0.2s ease-out;
    font-size: 16px;
    color: #0E325D;
    font-weight: 400;
}

.checkbox-dropdown-list {
    background: #fff;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 30px 15px;
    width: 240px;
    height: 250px;
    z-index: 99;
    padding-bottom: 15px;
}

.searchProd {
    position: relative;
    padding-bottom: 10px;
}

.searchProd input {
    width: 100%;
    padding: 10px 8px;
    border: 0.6px solid #989898;
    border-radius: 5px;
    padding-left: 35px;
    color: #989898;
    font-size: 14px;
}

.searchProd img {
    position: absolute;
    left: 10px;
    top: 15px;
}

.searchProd input::placeholder {
    color: #989898;
}

.checkbox-dropdown input[type="checkbox"] {
    margin-right: 7px;
    transform: scale(1.1);
    border: 1px solid #0E325D;
    color: #0E325D;
 
}


/* Range slide */
.irs--round .irs-bar {
    background-color: #00c2c0;
  }
  .irs--round .irs-handle {
    background-color: #00c2c0;
    border-color: #00c2c0;
    box-shadow: 0px 0px 0px 5px rgba(0,194,192,0.2);
  }
  .irs--round .irs-handle.state_hover,
  .irs--round .irs-handle:hover {
    background-color: #00c2c0;
  }
  .irs--round .irs-handle {
    width: 16px;
    height: 16px;
    top: 29px;
  }
  .irs--round .irs-from,
  .irs--round .irs-to,
  .irs--round .irs-single {
    background-color: transparent;
    visibility: visible !important;
  }
  .irs--round .irs-from:before,
  .irs--round .irs-to:before,
  .irs--round .irs-single:before,
  .irs--round .irs-min,
  .irs--round .irs-max {
    display: none;
  }
  .price .checkbox-dropdown-list {
    width: 330px;
    height: auto;
}

.rangeSlideCount {
    display: flex;
    gap: 10px;
    width: 100%;
}

.rangeSlideCount input {
    width: 100%;
    padding: 8px 10px;
}

/* .irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    display: none;
} */

.irs--round .irs-bar {
    background-color: #017AFA;
}

.irs--round .irs-handle {
    background-color: #017AFA;
    border-color: #017AFA;
    box-shadow: none;
}

.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
    background-color: #017AFA;
}

.irs--round .irs-line {background-color: #ccc;}

.irs--round .irs-from {

    left: 0% !important;
    color: #017AFA;
    font-size: 14px;
    font-weight: 500;
    top: 0;
}

.irs--round .irs-to {
    left: 71%!important;
    color: #017AFA;
    font-size: 14px;
    font-weight: 500;
}

.year .irs--round .irs-to{left: 87% !important;}

span.priceSliderK {
    position: absolute;
    right: 0px;
    top: 22px;
    color: #017AFA;
    font-size: 14px;
    font-weight: 400;
}

span.priceSliderPrice {
    position: absolute;
    right: 61px;
    top: 22px;
    color: #017AFA;
    font-size: 14px;
    font-weight: 400;
}

span.priceSlider {
    color: #0E325D;
    font-size: 15px;
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}
.headerContent.form2 {
    margin-top: 30px;
    margin-bottom: -60px;
    max-width: 100%;
}

.headerContent.form2 .formSelect {
    padding-left: 0;
    border: none;
    position: relative;
}

.form2 .headerForm {
    border-radius: 20px;
    border: 1px solid #E4E4E4;
    margin-bottom: 0;
    margin-top: 0
}

.formTitle {
    font-size: 12px;
    font-weight: 500;
    color: #0E325D;
    text-align: left;
}

span.subTitle {
    font-size: 12px;
    font-weight: 400;
    color: #989898;
    display: block;
    text-align: left;
}

.headerContent.form2 .formSelect:after {
    position: absolute;
        right: -30px;
    top: 50%;
    height: 20px;
    width: 1px;
    content: "";
    background: rgba(0, 0, 0, 0.05);
    transform: translateY(-50%);
}

.headerContent.form2 .checkbox-dropdown:after {
    top: 25px;
    color: #0E325D;
    height: 20px;
    width: 20px;
    border: 1px solid #989898;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Radio btn */
.allLocationGrid .button {
    position: relative;
  }
  
.allLocationGrid .button input[type="radio"] {
    display: none;
  }
  
  .allLocationGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.allLocationGrid .button label {
    border-radius: 10px;
    border: 1px solid #C9E4FF;
    padding: 12px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #28293D;
}

.price.location .checkbox-dropdown-list {
    width: 380px;
}
.allLocationGrid .button input[type="radio"]:checked + label {
    background: #017AFA;
    border-radius: 10px;
    color: #fff;
  }

  span.priceSliderPriceV2, 
  span.priceSliderPriceV3 {
    position: absolute;
    right: 100px;
    top: 22px;
    color: #017AFA;
    font-size: 14px;
    font-weight: 400;
}

span.priceSliderPriceV3 {
    right: 47px;
}

.year span.priceSliderPriceV3 {
    right: 57px;
}

span.irs-single {
    /* position: absolute;
    right: 14px !important;
    left: auto !important;
    visibility: visible !important;
    color: #017AFA !important;
    font-size: 14px !important;
    font-weight: 500;
    letter-spacing: 2px; */
    display: none !important;
}


.filterTitle {
    text-align: left;
    font-size: 14px;
    color: #0E325D;
    font-weight: 500;
    padding-bottom: 10px;
}

.Filters .allLocationGrid .button label {
    border-radius: 50px;
    border: 1px solid #C9E4FF;
    font-size: 12px;
}

.Filters .allLocationGrid {
    gap: 6px;
    text-align: left;
    font-size: 14px;
    color: #0E325D;
    font-weight: 500;
}

.Filters .allLocationGrid .button input[type="checkbox"]:checked + label {
    border-radius: 50px;
}

.rangeSlideCount p {
    text-align: left;
    font-weight: 500;
    color: #0E325D;
    margin-bottom: 5px;
}

.Filters .searchProd {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 15px;
}

.rangeSlideCount.searchProd{
    border:0px!important;
}

.Filters .allLocationGrid.round .button label {
    border-radius: 100px;
    height: 33px;
    width: 33px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Filters .allLocationGrid.round {
    
}

.viewBtn {
    padding: 9px 12px;
    border-radius: 50px;
    border: 1px solid #C9E4FF;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #085EC5;
    margin-top: -5px;
}

.price.Filters .checkbox-dropdown-list {
    width: 370px;
}

.formSubmit button.clearBtn {
    width: 64px;
    border: 1px solid #007AFF;
    background: none;
    color: #007AFF;
    margin-right: 10px;
}

/* Car details */

  #sync2 .item {
    padding: 10px 0px;
    margin: 5px;
    text-align: center;
    cursor: pointer;
  }
  
  
  .owl-theme .owl-nav [class*=owl-] {
    transition: all 0.3s ease;
  }
  .owl-theme .owl-nav [class*=owl-].disabled:hover {
    background-color: #D6D6D6;
  }
  
  #sync1.owl-theme {
    position: relative;
  }


  .carDetailsLarge .owl-nav div {
    position: absolute;
    left: 20px;
    bottom: 50%;
    z-index: 66666;
    font-size: 30px;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    background: #fff;
    text-align: center;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carDetailsLarge .owl-nav div.owl-next {
    left: auto;
    right: 20px;
}

.carDetailsSec #sync2 .item img {
    border-radius: 12px;
    border: 2px solid transparent;
        object-fit: cover;
    height: 120px;
}
.carDetailsSec #sync2 .current .item img {
    border: 2px solid #017AFA;
}
.carDetailsSec .item {
    position: relative;
}

.carDetailsLarge {
    position: relative;
}
.features {
    position: absolute;
    top: 25px;
    left: 20px;
    border-radius: 40px;
    background: #1477F5;
    backdrop-filter: blur(10px);
    display: inline-flex;
    padding: 7px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 12px;
}
.paging {
    position: absolute;
    right: 20px;
    bottom: 50px;
    padding: 7px 24px;
    border-radius: 40px;
    background: rgba(6, 6, 6, 0.38);
    backdrop-filter: blur(10px);
    z-index: 1;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

  /* Switch */

.switch {
    background-color: #ddd;
    border-radius: 18px;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    padding: 3px;
    position: relative;
    vertical-align: top;
    width: 56px;
}
.switch-input {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}
.switch-label {
    background: #eceeef none repeat scroll 0 0;
    border-radius: inherit;
    display: block;
    font-size: 10px;
    height: inherit;
    position: relative;
    text-transform: uppercase;
    transition: all 0.15s ease-out 0s;
}
.switch-label::before, .switch-label::after {
    line-height: 1;
    margin-top: -0.5em;
    position: absolute;
    top: 50%;
    transition: inherit;
}

.switch-input:checked ~ .switch-label {
    background: #017AFA none repeat scroll 0 0;
}
.switch-handle {
    background-color: #fff;
    border-radius: 10px;
    height: 18px;
    left: 4px;
    position: absolute;
    top: 4px;
    transition: left 0.15s ease-out 0s;
    width: 18px;
}
.switch-handle::before {
    background-color: #f9f9f9;
    border-radius: 6px;
    content: "";
    height: 12px;
    left: 50%;
    margin: -6px 0 0 -6px;
    position: absolute;
    top: 50%;
    width: 12px;
}
.switch-input:checked ~ .switch-handle {
    left: 34px;
}
.switch-green > .switch-input:checked ~ .switch-label {
    background-color: #017AFA;
}


.globalBgGray {
    background: #F2F2F5;
    padding: 30px;
    border-radius: 21px;
}

.paginationSearch li, .paginationSearch li a {
    color: #8F90A6;
    font-size: 12px;
    font-weight: 400;
}

.carDetailsRight h1 {
    color: #28293D;
    font-size: 24px;
    font-weight: 700;
        text-align: left;
}

.paginationSearch {
    margin-bottom: 10px;
}

.carDetailsRight h4 {
    font-size: 16px;
    color: #28293D;
    font-weight: 500;
}

.carDetailsRight h4 span {
    height: 4px;
    width: 4px;
    background: #484848;
    display: inline-flex;
    border-radius: 100px;
    transform: translateY(-3px);
}

.hourAgo {
    font-size: 12px;
    font-weight: 400;
    color: #8F90A6;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

span.tag {
    border-radius: 10px;
    background: #C9E4FF;
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    color: #28293D;
}

.dealerLocation {
    margin-top: 15px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.dealerLocation span {
    color: #000;
}

a.link {
    color: #017AFA;
}

.switch-label {
    background: rgb(0 0 0 / 18%);
}

.switch {
    background: none;
}

.dealerLocation.title h2 {
    color: #007AFF;
    font-size: 26px;
    margin: 0;
}

.btnShare, .btnStar {
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #017AFA;
    display: inline-flex;
    margin-right: 10px;
}

.showNumberBtn {
    display: flex;
}

a.btnLarge {
    width: 100%;
    background: #017AFA;
    display: inline-flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
}

.wrapBtn {
    display: flex;
    gap: 20px;
    margin-top: 50px;
    align-items: center;
}

.btnRight {
    width: 100%;
}

.singleOverViewSlider img {
    width: auto !important;
}

.singleOverViewSlider {
    border-radius: 12px;
    background: #F2F2F5;
    padding: 25px 20px;
     display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.singleOverViewSlider p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.singleOverViewSlider h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
}

.itemOverViewCarousel h3, 
.additionalDetails h4, 
.carouselItem3 h3 {
    color: #28293D;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 30px;
}
.itemOverViewCarousel h3 {
    margin-top: 20px;
}
.itemOverViewCarousel .owl-nav div {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    height: 25px;
    width: 25px;
    background: #28293D;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    border-radius: 100px;
}

.itemOverViewCarousel .owl-nav .owl-next {
    left: auto;
    right: -10px;
}

.additionalDetails h4 {
    margin-top: 0;
}

.additionalDetailsGrid li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0px;
}

.additionalDetailsGrid li strong {
    color: #28293D;
    font-size: 16px;
    font-weight: 500;
}

.additionalDetailsGrid li span {
    font-size: 14px;
    color: #28293D;
}

.additionalDetailsGrid {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.additionalDetails p {
    font-size: 14px;
    font-weight: 400;
    color: #28293D;
}

.singleCarousel3 h5 {
    font-size: 14px;
    font-weight: 500;
    color: #28293D;
    margin-bottom: 9px;
    margin-top: 18px;
}

.singleCarousel3 h6 {
    font-size: 14px;
    font-weight: 400;
    color: #28293D;
    margin-bottom: 6px;
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

a.moreLink {
    color: #017AFA;
    font-size: 14px;
    font-weight: 400;
}

.activeCarosuel3 .owl-nav div {
    position: absolute;
    right: 0;
    top: -50px;
    height: 30px;
    width: 30px;
    border-radius: 32px;
    border: 1px solid #F1F1F1;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.activeCarosuel3 .owl-nav div.owl-prev {
    right: 50px;
}

.carouselItem3 {
    margin-top: 50px;
}

.discoverFeatured .carFeaturesPriceRight a img {
    width: auto !important;
    display: inline-block;
}

.discoverFeatured .owl-nav div {
    position: absolute;
    right: 0;
    top: -50px;
    font-size: 35px;
    color: #fff;
}

.discoverFeatured .owl-nav div.owl-prev {
    right: 50px;
}


.mobileBlock{
    display: none;
}

.modalCommonClass .checkbox-dropdown-list {
    display: block;
    position: inherit;
    opacity: 1;
    visibility: visible;
    width: 100%;
    box-shadow: none;
}

.modalCommonClass .formSelect {
    display: block;
    padding-left: 0;
}

.modalCommonClass .checkbox-dropdown:after {
    display: none;
}

.modalCommonClass .checkbox-dropdown {
    width: 100%;
}

.modalCommonClass .modal-body {
    padding: 0;
}

.modalCommonClass .modal-header .close span {
    height: 30px;
    width: 30px;
    background: #000;
    display: block;
    color: #fff;
    opacity: 1;
    border-radius: 50px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modalCommonClass .modal-header .close {
    opacity: 1;
}

.modalCommonClass .modal-content {
    border-radius: 19px;
}


button.shortBtn.btn.bgGray {
    background:  #F2F2F5;
    border-color: #F2F2F5;
}

.searchForm {
    max-width: 330px;
    position: relative;
}

.searchForm input {
    width: 100%;
    border-radius: 50px;
    background: #F2F2F5;
    border: none;
    font-size: 12px;
    font-weight: 400;
    color: #28293D;
    padding: 10px 20px;
    padding-left: 40px;
}

.searchForm button {
    position: absolute;
    left: 7px;
    border: none;
    background: none;
    top: 8px;
}

.carContentBlocks {
    display: flex;
    justify-content: space-between;
    border-radius: 25px;
    background: #F2F2F5;
    padding: 16px;
    margin-bottom: 20px;
}

.carAndTagGrid {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 30px;
    align-items: center;
    width: 50%;
}

.carBtnRightgrid {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contentAndTag p {
    font-size: 14px;
    color: #8F90A6;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 15px;
}

.contentAndTag p img {
    margin-right: 5px;
}

.carBtnRightgrid button.btn {
    border: 1px solid #C7C9D9;
    background: #fff;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
}

.carBtnRightgrid .more button.btn {
    border-radius: 100px;
    width: 32px;
    padding: 0;
}

.carAndTagGrid h4 {
    font-weight: 500;
    color: #28293D;
}

.modal-title {
    font-weight: 500;
    font-size: 24px;
}

.shareConetent p {
    font-size: 16px;
    font-weight: 400;
    color: #87898E;
    text-align: center;
    margin-bottom: 25px;
}

.modalCommonClass .shareConetent .checkbox-dropdown-list {
    padding-top: 20px;
    height: auto;
    overflow: hidden;
}

.formSelect.shareConetent {
    border: none;
}

.allLocationGrid.SocialShare {
   justify-content: center;
padding: 0px 40px;
}

.formSelect.shareConetent h6 {
    color: #87898E;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    position: relative;
    margin: 31px 0px;
}

.formSelect.shareConetent h6:after, .formSelect.shareConetent h6:before {
    position: absolute;
    left: 0;
    top: 8px;
    height: 1px;
    width: 32%;
    content: "";
    background: #F1F1F1;
}

.formSelect.shareConetent h6:after {
    left: auto;
    right: 0;
}

.copyShareLink input {
    border: 2px solid #DFDFE6;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 35px;
}

.copyShareLink img {
    left: auto;
    right: 10px;
    top: 12px;
}

.articleTopGrid {
    display: grid;
    grid-template-columns: 8fr 3fr;
    gap: 15px;
}

.articleTopSingle img {
    width: 100%;
        border-radius: 30px;
}
.articleLarge.articleTopSingle img {
    height: 100%;
        border-radius: 30px;
}

.articleSingle .singleImg img{
  border-radius: 30px;  
}


.articleTopSingle {
    position: relative;
       margin: 50px 0;

}

.articleTopTxt {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    padding: 0px 15px;
}

.articleTopRight{margin-top: 50px;}


.articleTopRight .articleTopTxt
{
   bottom: 0px; 
}

.articleTopRight .articleTopSingle
{
    margin:0 0 20px 0;
        height: 286px;
}

.articleTopTxt h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
}

.articleTopTxt span {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    display: block;
    margin-bottom: 5px;
}

.articleLarge .articleTopTxt h2 {
    font-size: 36px;
        width: 626px;
}

.articleGrid {
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
    gap: 20px;
    margin: 20px 0px;
}

.articleTxt h4 {
    font-size: 23px;
    color: #28293D;
    font-weight: 600;
}

.articleTxt h4 a{
color: #28293D;
}

.articleTxt {
    margin-top: 20px;
}

.articleTxt p {
    color: #28293D;
    font-size: 15px;
    font-weight: 400;
}

.articleTxt p a {
    color: #28293D;
    font-weight: 500;
        text-decoration: underline;
}

.articleTxt span {
    color: #28293D;
    font-weight: 400;
}

.articleSingle {
    margin-bottom: 25px;
    position: relative;
}

.sectionHeading h2 {
    font-size: 42px;
    color: #28293D;
    font-weight: 700;
}

.sectionHeading {
    margin-top: 30px;
    margin-bottom: 25px;
}

.loadMoreBtn {
    color: #28293D;
    border: 1px solid #28293D;
    width: 138px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
}

.loadMoreBtn:hover {
    background: #28293D;
    color: #fff;
}


.articleTopSingle {
    position: relative;
    z-index: 1;
}

.articleTopSingle:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}

.singleArticle .articleTopSingle:after{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%), url(<path-to-image>), lightgray 0px -87.5px / 100% 146.053% no-repeat, #323232;
}

.articleTxt, .articleTopTxt {
    z-index: 1;
}

.sectionSubHeading p, .sectionSubHeadingShare span {
    font-size: 16px;
    color: #555770;
    font-weight: 400;
}

.sectionSubHeadingShare {
    display: flex;
    /* justify-content: end; */
    gap: 5px;
    margin-top: 40px;
}

.sectionSubHeading {
    margin-top: 40px;
}

.signleArticle .sectionHeading h2 {
    font-weight: 600;
}

.singleArticleContent p {
    font-size: 16px;
    color: #555770;
    font-weight: 400;
    margin: 30px 0px;
}

.faqWrap {
    background: #F2F2F5;
    margin-bottom: 40px;
}

.faqWrap .card-header {
    border: none;
    background: none;
    padding: 0;
}

.faqWrap .card {
    border: none;
    background: none;
    border-bottom: 1px solid rgb(115 115 115 / 70%);
    border-radius: 0px;
    padding: 20px 0px;
}

.faqWrap .card-header button {
    width: 100%;
    text-align: left;
    padding-left: 0;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 600;
    color: #040404;
    padding: 20px 0px;
    text-decoration: none;
    position: relative;
}

.card-body {
    font-size: 14px;
    font-weight: 500;
    color: #040404;
    padding: 20px 0px;
}

.faqWrap h3 {
    border-bottom: 1px solid rgb(115 115 115 / 70%);
    padding-bottom: 30px;
    margin-bottom: 0;
}

.faqWrap .card-header button i {
    position: absolute;
    right: 0;
    top: 0;
    height: 32px;
    width: 32px;
    border: 2px solid #161B1F;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    transition: .3s;
}

.faqWrap .card-header button.btn.btn-link.collapsed i::before {
    content: '\f278';
}

.faqWrap .card-header button.btn.btn-link i::before {
    content: '\f273';
}

.trackedCars .searchForm input {
    background: none;
    border: 0.6px solid #C7C9D9;
}
.carAndTagGrid h3 {
    font-size: 26px;
    font-weight: 600;
}

.carAndTagGrid p.tracked {
color: var(--Dark-Dark-0, #28293D);
font-feature-settings: 'clig' off, 'liga' off;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px;
text-transform: capitalize;
}



.tracked .more span {
    display: none;
}

.paginationNumber li {
    display: inline-block;
}

.paginationNumber li a {
    display: flex;
    margin: 0px 4px;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    border: 1px solid #F1F1F1;
    background: #FFF;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

.paginationNumber li a.current {
    background: #2F80ED;
    color: #fff;
    border-color:  #2F80ED;
}

.dealerSingleTxt {
    padding: 20px;
    position: relative;
    padding-top: 80px;
}

.dealerSingle {
    border-radius: 21px;
    background: #F3F3F3;
    margin: 20px 0px;
        min-height: 400px;
}

.dealerOverlapLogo {
        position: absolute;
    top: -50px;
    width: 104px;
    height: 104px;
}

.dealerOverlapLogo img{
   border-radius: 104px;
    border: 2px solid var(--light-light-3, #FFF);
    background: url(<path-to-image>), lightgray 50% / cover no-repeat;
    width: 104px;
    height: 104px; 
}



.dealerSingleTxt h4 {
    font-size: 18px;
    color: #28293D;
    font-weight: 600;
    margin-bottom: 5px;
}

.dealerSingleTxt h4 a{
    font-size: 18px;
    color: #28293D;
    font-weight: 600;
}

.dealerSingleTxt .carFeaturesPrice {
    margin-bottom: 10px;
}

.dealerSingleTxt .carFeaturesPriceRight a {
    background: #1477F5;
    height: 44px;
    width: 44px;
}

.aboutLargeImg {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.aboutLargeImg img {
    width: 100%;
}

.contentWhite span {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.contentWhite h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 30px;
}

.contentWhite p {
    color: #fff;
    font-weight: 400;
    margin-top: 20px;
}

.carFeaturesTitleRight.sold {
    background: #FF3B3B;
}
.wrapHeaderBg .mainHeader {
    margin-top: 0;
}

.wrapHeaderBg {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding-top: 25px;
    height: 580px;
}

.dealerProfileLogo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.profileLogo {
    margin-top: -40px;
    border-radius: 143px;
border: 3px solid #F6F6F6;
background: url(<path-to-image>), lightgray 50% / cover no-repeat;
width: 140px;
    height: 140px;
}

.profileLogo img {
 width: 140px;
    height: 140px;
    border-radius: 100%;
}

.dealerProfileTxt h4 {
    color: #28293D;
    font-weight: 500;
    margin-bottom: 8px;
}

.dealerProfileTxt p {
    color: #1C1B1D;
    font-weight: 400;
    margin: 0;
}

.dealerProfileRightBtn {
    margin-top: 35px;
}

.callPhone {
    height: 45px;
    width: 45px;
    background: #017AFA;
    display: inline-flex;
    border-radius: 500px;
    align-items: center;
    justify-content: center;
}

.dealerProfileRightBtn .btnStyleDark, .dealerProfileRightBtn .btnStyleBlue, .dealerProfileRightBtn .btnStyleLightBlue {
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    gap: 5px;
}

.dealerProfileRightBtn .headerRightBtn {
    display: flex;
    align-content: center;
    justify-content: flex-end;
    gap: 15px;
}

.profileBio h2 {
    font-size: 24px;
    font-weight: 500;
}

.profileBio {
    margin-top: 50px;
}

.profileBio p {
    color: #555770;
    font-size: 16px;
}

.contactForm {
    background: #F3F3F3;
    padding: 80px 48px;
    height: 100%;
    margin-top: 0px;
}

.contactIconArea {
    background: #F3F3F3;
    margin-bottom: 50px;
        padding: 48px 0 35px;
}

.contactImg img {
    width: 100%;
}

.contactForm h2 {
    font-size: 42px;
    color: #28293D;
    font-weight: 600;
    margin-bottom: 38px;
}

.contactForm p {
    font-size: 14px;
    color: #8F90A6;
    font-weight: 400;
}

.contactForm input, .contactForm textarea {
    width: 100%;
    border-radius: 15px;
    background: #FFF;
    border: none;
    height: 48px;
    padding: 0px 15px;
    font-weight: 300;
    color: #8F90A6;
}

.contactForm input::placeholder, .contactForm textarea::placeholder {
    color: #8F90A6;
}

.contactForm form p {
    color: #28293D;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 6px;
    margin-top: 30px;
}

.contactForm textarea {
    height: 172px;
    padding-top: 20px;
}

.contactForm textarea:focus {
    outline: 0px;
}

.contactForm button {
    height: 42px;
    width: 100%;
    background: #017AFA;
    color: #fff;
    border: none;
    border-radius: 30px;
    margin-top: 30px;
}

.contactImg {
    position: relative;
}

.contactUsBtn {
    position: absolute;
    bottom: 40px;
    width: 100%;
    left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.contactIcon {
    height: 48px;
    width: 48px;
    background: #017AFA;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    padding: 12px;
    color: #fff;
    font-size: 25px;
}

.contactIconItem {
    display: flex;
    gap: 15px;
    justify-content: center;
    border-right: 1px solid #98989866;
}

.contactIconItem:not(:first-child) {
    border-right: none;
}

.contactIconTxt a{
    color:#555770;
}

.contactIconTxt h4 {
    color: #555770;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.contactIconTxt p {
    color: #555770;
    font-weight: 500;
}
.headerForm.home_ {
    margin-bottom: 67px;
}

.modal-title.text-center {
    width: 100%;
    font-size: 18px;
    color: #28293D;
}

.workingHours {
    display: flex;
    justify-content: space-between;
    color: #28293D;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 0px;
}

.workingHours.active {
    color: #0063F7;
    font-weight: 500;
}
.featureCarDetails .singleFeatureIcon:nth-child(3) span {
    display: inline-flex;
}

.singleArticle .style2.discoverFeatured .owl-nav div {
    top: -76px;
}







/* Tab css */

.mainTabWrap .nav-tabs .nav-item.show .nav-link {
    background: none;
    border: none;
}

.mainTabWrap .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 2px solid #0063F7;
    color: #28293D;
    font-weight: 600;
        background: none;
}

.mainTabWrap .nav-tabs .nav-item:focus-visible {
    outline: none;
}

.mainTabWrap .nav-tabs .nav-link {
    font-size: 16px;
    color: #8F90A6;
    border: none;
}

.mainTabWrap {
    margin-top: 10px;
        margin-bottom: 40px;
}

.formWrap {
    border-radius: 24px;
    border: 1px solid #E4E6E9;
    background: #FFF;
    padding: 40px;
    margin-top: 30px;
}

.formWrap h2 {
    font-size: 20px;
    font-weight: 600;
    color: #1C2533;
    margin-bottom: 25px;
}

.formWrapBdr {
    padding: 16px 16px 16px 16px;
    border-radius: 24px;
    border: 0.6px solid rgba(107, 121, 140, 0.20);
    margin-bottom: 15px;
}

.formWrapBdr h4 {
    color: #20293A;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.formAuthorTxt span {
    color: #017AFA;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.formAuthorImg {
    display: flex;
    align-items: center;
    gap: 20px;
}

.formAuthorImg img{
    width: 64px;
    height: 64px;
    border-radius: 100%;
}

.formWrapContentGrid {
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
}

.formWrapTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

button.formWrapBtn {
    border-radius: 20px;
    border: 1px solid rgba(112, 112, 112, 0.45);
    color: rgba(112, 112, 112, 0.87);
    font-size: 14px;
    font-weight: 700;
    background: none;
    padding: 7px 23px;
}

.signleFromTxt p, .signleFromTxt span {
    color: #6B798C;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.14px;
}

.signleFromTxt span {
    color: #20293A;
}

.signleFromTxt p {
    margin-bottom: 4px;
    margin-top: 17px;
}
.formWrap.tabTwo2 .formWrapContentGrid {display: flex;align-items: center;justify-content: space-between;}

.signleFromTxt.style5 {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: right;
}

.signleFromTxt.style5 b {
    color: #007AFF;
    font-weight: 400;
}

button.formWrapBtnDeactivate {
    border: none;
    color: rgba(112, 112, 112, 0.87);
    background: none;
}

button.formWrapBtnDelete {
    color: #F96767;
    border: none;
    background: none;
}

.modalHeadingText span {
    position: absolute;
    left: 16px;
    top: -6px;
    color: #20293A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

.mapModal .modal-dialog .modal-content .modal-body {
    padding-bottom: 10px;
}

.mapModal .modal-dialog .modal-content {
    padding-top: 30px;
}

.modalStyle1 .modal-dialog .modal-content {
    border-radius: 20px;
    padding: 20px 0px;
    background: #fff;
    padding-top: 35px;
}

.modalHeadingText .modalClose {
    height: 34px;
    width: 33px;
}

.modalClose {
    position: absolute;
    right: 15px;
    top: -6px;
    height: 24px;
    width: 24px;
    cursor: pointer;
}

.mapStyle {
    margin-top: 15px;
}

.mapStyle iframe {
    border-radius: 17px;
    height: 390px;
    width: 100%;
}

.mapModal .modal-dialog {
    max-width: 620px;
}

.modalHeadingText p {
    color: #657388;
    font-weight: 400;
}


.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 0.4375rem 3rem 0.4375rem 1rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #3c4d62;
    background-color: #fff;
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    border: 1px solid #dbdfea;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      transition: none;
    }
  }
  .form-select:focus {
    border-color: #854fff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(85, 155, 251, 0.25);
  }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 1rem;
    background-image: none;
  }
  .form-select:disabled {
    background-color: #f5f6fa;
  }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #3c4d62;
  }
  
  .form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 1rem;
    font-size: 0.75rem;
    border-radius: 3px;
  }
  
  .form-select-lg {
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
    padding-left: 1rem;
    font-size: 0.9375rem;
    border-radius: 5px;
  }
  
  [data-bs-theme=dark] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  }
  
  
/** Select2 */
..select2 {
    width: 100% !important;
    display: inline-block;
  }
  
  .select2-container {
    box-sizing: border-box;
    margin: 0;
    position: relative;
    vertical-align: middle;
  }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
  }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: calc(2.125rem + 2px);
    user-select: none;
    -webkit-user-select: none;
  }
  .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .select2-container.select2-lg .select2-selection--multiple {
    min-height: calc(2.625rem + 2px);
  }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
  }
  .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
  }
  
  .select2-dropdown {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #dbdfea;
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    display: block;
    position: absolute;
    left: -100000px;
    z-index: 1051;
    padding: 6px;
  }
  .select2-dropdown--below {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
  }
  .select2-dropdown--above {
    margin-top: 1px;
    border-radius: 4px 4px 0 0;
  }
  
  .select2-results {
    display: block;
  }
  
  .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 4px 4px;
  }
  
  .select2-results__option {
    padding: 0.375rem 0.75rem;
    border-radius: 4px;
    user-select: none;
    -webkit-user-select: none;
  }
  .select2-results__option:not(:last-child) {
    margin-bottom: 0.125rem;
  }
  .select2-results__option[aria-selected] {
    cursor: pointer;
  }
  .select2-lg .select2-results__option {
    padding: 0.5rem 0.75rem;
  }
  
  .select2-container--open .select2-dropdown {
    left: 0;
    border-color: #b4bdd3;
  }
  
  .select2-search--dropdown {
    display: block;
    padding: 0;
  }
  .select2-search--dropdown .select2-search__field {
    padding: 0.375rem 0.75rem;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 6px;
    color: #526484;
  }
  .select2-search--dropdown .select2-search__field:focus {
    outline: none;
    border-color: #854fff;
  }
  .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
  }
  .select2-lg .select2-search--dropdown .select2-search__field {
    padding: 0.5rem 0.75rem;
  }
  .select2-search--dropdown.select2-search--hide {
    display: none;
  }
  
  .select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
  }
  
  .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
  }
  
  .select2-container--default .select2-selection--single {
    height: calc(2.125rem + 2px);
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #dbdfea;
    border-radius: 4px;
    box-shadow: none;
    transition: all 0.3s;
  }
  .select2-sm .select2-container--default .select2-selection--single {
    font-size: 12px;
  }
  .select2-lg .select2-container--default .select2-selection--single {
    font-size: 15px;
  }
  .select2-xl .select2-container--default .select2-selection--single {
    font-size: 15px;
  }
  .select2-container--default .select2-selection--single:focus {
    box-shadow: 0 0 0 3px rgba(133, 79, 255, 0.1);
    border-color: #854fff;
    outline: none;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0E325D;
    line-height: 1.25rem;
    padding: 0.4375rem calc(2.125rem + 2px) 0.4375rem 1rem;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered:focus {
    outline: none;
  }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
     margin-top: 15px;
  }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #1C1B1D;
    font-size: 14px;
    font-weight: normal;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(2.125rem + 2px);
    position: absolute;
    top: 0;
    right: 0;
    width: calc(2.125rem + 2px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    font-family: "Nioicon";
    content: "\e9c5";
    line-height: 1;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
  }
  .select2-container--default.select2-sm .select2-selection--single {
    height: calc(1.75rem + 2px);
    font-size: 12px;
  }
  .select2-container--default.select2-sm .select2-selection--single .select2-selection__rendered {
    line-height: 1.25rem;
    padding: 0.25rem calc(1.75rem + 2px) 0.25rem 1rem;
  }
  .select2-container--default.select2-sm .select2-selection--single .select2-selection__arrow {
    height: calc(1.75rem + 2px);
    width: calc(1.75rem + 2px);
  }
  .select2-container--default.select2-lg .select2-selection--single {
    height: calc(2.625rem + 2px);
    font-size: 15px;
  }
  .select2-container--default.select2-lg .select2-selection--single .select2-selection__rendered {
    line-height: 1.25rem;
    padding: 0.6875rem calc(2.625rem + 2px) 0.6875rem 1rem;
  }
  .select2-container--default.select2-lg .select2-selection--single .select2-selection__arrow {
    height: calc(2.625rem + 2px);
    width: calc(2.625rem + 2px);
  }
  .select2-container--default.select2-xl .select2-selection--single {
    height: calc(3.25rem + 2px);
    font-size: 15px;
  }
  .select2-container--default.select2-xl .select2-selection--single .select2-selection__rendered {
    line-height: 2rem;
    padding: 0.625rem calc(3.25rem + 2px) 0.625rem 1.25rem;
  }
  .select2-container--default.select2-xl .select2-selection--single .select2-selection__arrow {
    height: calc(3.25rem + 2px);
    width: calc(3.25rem + 2px);
  }
  .select2-container--default.select2-container--below.select2-container--open .select2-selection--single {
    border-radius: 4px 4px 0 0;
  }
  .select2-container--default.select2-container--above.select2-container--open .select2-selection--single {
    border-radius: 0 0 4px 4px;
  }
  .select2-container--default.select2-container--disabled .select2-selection--single {
    border-color: #dbdfea;
    background-color: rgba(219, 223, 234, 0.3);
    cursor: default;
  }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
  }
  .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #b4bdd3 !important;
  }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
    content: "\e9da";
  }
  .select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #dbdfea;
    border-radius: 4px;
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    cursor: text;
  }
  .select2-container--default .select2-selection--multiple .select2-search--inline input::placeholder {
    color: #8094ae;
  }
  .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding-left: 0.8125rem !important;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0.125rem 0.1875rem;
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    margin-top: 5px;
    float: right;
    margin-right: 10px;
    padding: 1px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e5e9f2;
    border-radius: 3px;
    cursor: default;
    line-height: 1.5rem;
    margin: 0.1875rem 0.1875rem;
    padding: 0 0.5rem;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #526484;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 0.5rem;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #526484;
  }
  .select2-container--default.select2-lg .select2-selection--multiple {
    font-size: 15px;
  }
  .select2-container--default.select2-lg .select2-selection--multiple .select2-selection__choice {
    border-radius: 4px;
    padding: 0.25rem 0.75rem;
  }
  .select2-container--default.select2-container--below.select2-container--open .select2-selection--multiple {
    border-radius: 4px 4px 0 0;
  }
  .select2-container--default.select2-container--above.select2-container--open .select2-selection--multiple {
    border-radius: 0 0 4px 4px;
  }
  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #854fff;
    outline: 0;
  }
  .select2-container--default.select2-container--disabled .select2-selection--multiple {
    border-color: #dbdfea;
    background-color: rgba(219, 223, 234, 0.3);
    cursor: default;
  }
  .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
  }
  .select2-container--default.select2-container--open .select2-selection--multiple {
    border-color: #b4bdd3;
  }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dbdfea;
  }
  .select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
  }
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 210px;
    overflow-y: auto;
  }
  .select2-container--default .select2-results__option[role=group] {
    padding: 0;
  }
  .select2-container--default .select2-results__option[aria-disabled=true] {
    color: rgba(128, 148, 174, 0.7);
  }
  .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e5e9f2;
  }
  .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e5e9f2;
  }
  .select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
  }
  

  .modalStyle1 .form-group label {
    font-size: 14px;
    color: #20293A;
    font-weight: 500;
}

.btnWrapBottom {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    border-top: 2px solid rgb(197 208 224 / 30%);
    margin-top: 30px;
    padding-top: 30px;
}

.modalStyle1 .form-group select {
    border-radius: 17px;
    border: 1px solid #CFD8E2;
    height: 50px;
    color: #20293aa1;
}

button.cancel, button.saveChanges {
    width: 142.987px;
    height: 55px;
    flex-shrink: 0;
    stroke-width: 1px;
    stroke: #CFD8E2;
    background: none;
    border: 1px solid #CFD8E2;
    border-radius: 17px;
    font-size: 15px;
    font-weight: 400;
    width: 140px;
}

button.saveChanges {
    background: #017AFA;
    color: #fff;
    width: 180px;
}

.selectFormWrap .form-group input {
    border-radius: 17px;
    border: 1px solid #CFD8E2;
    height: 50px;
    color: #20293aa1;
    width: 100%;
    padding: 10px 20px;
}
.form-group.radioBtn .form-control-wrap {
    display: flex;
    gap: 30px;
}

.form-group.radioBtn .form-control-wrap div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.form-group.radioBtn .form-control-wrap div label {
    margin: 0;
    font-weight: 400;
}

/* .form-group.radioBtn .form-control-wrap input {
    transform: scale(1.5);
    height: 30px;
} */

.form-group.radioBtn input[type='radio'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    outline: none;
    border: 2px solid #017AFA;
    padding: 0;
}

.form-group.radioBtn input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}

.form-group.radioBtn input[type="radio"]:checked:before {
    background: #017AFA;
    
}

.form-group.radioBtn input[type="radio"]:checked:before {
    background: #fff;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    margin: 0;
    border: 4px solid #017AFA;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  
  .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }

  .upload-btn-wrapper button.saveChanges {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.upload-btn-wrapper button.saveChanges img {
    height: 22px;
}

.uploadProfilePicture {
    text-align: center;
    margin: 45px 0px;
}

#profilePicture.mapModal .modal-dialog {
    max-width: 540px;
}

#profilePicture.mapModal .modalHeadingText span {
    font-weight: 500;
    font-size: 24px;
}

#profilePicture.mapModal .btnWrapBottom {
    border: none;
    margin-top: 0;
    padding-top: 0;
}

#profilePicture.mapModal .btnWrapBottom button, #profilePicture.mapModal .btnWrapBottom .upload-btn-wrapper {
    width: 50%;
    max-width: 100%;
}

#profilePicture.mapModal .btnWrapBottom .upload-btn-wrapper button {
    width: 100%;
}

.form-control-wrap {
    position: relative;
}

.form-control-wrap img {
    position: absolute;
    right: 17px;
    top: 17px;
}





/* Select2 css */
  .select2Wrap .select2 {
    width: 100% !important;
  }
  .select2Wrap .select2-container .select2-selection--single {
    height: 56px;
    position: relative;
  }
  .select2Wrap .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 56px;
  }
  .select2Wrap .select2-container .select2-selection--single .select2-selection__arrow {
    display: none;
  }
  .select2Wrap .select2-container .select2-selection--single .select2-container--default .select2-results > .select2-results__options {
    -webkit-overflow-scrolling: touch;
    /* use momentum scrolling */
  }

  .select2Wrap .select2-container .select2-selection--single {
    height: 38px;
    border: none;
    background: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    margin-top: -9px;
    font-weight: 600;
}

.select2Wrap {
    text-align: left;
    position: relative;
    z-index: 22;
}

.select2-container--open .select2-dropdown {
    border: none;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
    border-radius: 16px !important;
    padding: 20px 15px;
    margin-top: 30px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #333;
}

.modal-body.select2Modal {
    height: 330px;
    padding-top: 25px;
}

.modal-body.select2Modal .select2Wrap .select2-container .select2-selection--single .select2-selection__rendered {
    border: 1px solid #333;
    border-radius: 25px;
    height: 45px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
}

.select2-container--open .select2-dropdown {

}

.select2Modal .select2-container .select2-selection--single .select2-selection__arrow {
    display: flex;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    font-family: Material-Design-Iconic-Font;
    content: '\f2f9';
    font-size: 22px;
    padding-right: 10px;
    padding-top: 10px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
    content: '\f2fc';
}


/* Radio button */
.allLocationGrid .button input[type="checkbox"] {
    display: none;
  }
  
  .allLocationGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.allLocationGrid .button label {
    border-radius: 10px;
    border: 1px solid #C9E4FF;
    padding: 12px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #28293D;
}

.price.location .checkbox-dropdown-list {
    width: 380px;
}
.allLocationGrid .button input[type="checkbox"]:checked + label {
    background: #017AFA;
    border-radius: 10px;
    color: #fff;
  }

.home_ .select2Wrap .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    color: #4D4D4D;
    font-weight: 500;
}

.select2-container--default .select2-selection--single {
    font-family: 'Poppins', sans-serif;
}

.car_img{
    height: 330px;
    display: initial!important;
    width: auto!important;
    max-width: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.formSearch .search_field{
  border: 0;
    border-bottom: 1px solid rgba(207, 207, 207, 0.60);
    background: none;  
}

.formSearch .search_field input::placeholder {
color: rgba(14, 50, 93, 0.40);
font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: 16px; /* 133.333% */
}
    

.save_search_anchor{
    color: #017AFA;
leading-trim: both;
text-edge: cap;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 114.286% */
margin-right: 10px;
    text-decoration: underline!important;
    /* padding-bottom: 7px;*/
}

.recent_added .carFeaturesPrice {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.singleFeatureIcon {
    display: flex;
}

.featureIconWdth {
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.featureCarDetails:last-child .singleFeatureIcon:nth-child(1) .featureIconWdth {
    justify-content: center;
}



/* Select2 css */
.formSelect.dealersDropdown {
    border: none;
    padding: 0;
    border-radius: 50px;
    border: 1px solid #D4D4D4;
    font-size: 14px;
    height: 39px;
}

.formSelect.dealersDropdown .checkbox-dropdown {
    padding: 0;
    text-align: center;
    padding-right: 15px;
    width: 100%;
}

.formSelect.dealersDropdown .select2Wrap {
    text-align: center;
}

.formSelect.dealersDropdown .checkbox-dropdown:after {top: 10px;}

.formSelect.dealersDropdown .checkbox-dropdown:focus {
    border: none !important;
    outline: 0px;
}

.select2Wrap .select2-container .select2-selection--single:focus {
    box-shadow: none !important;
}
.formSelect.dealersDropdown .select2Wrap .select2-container .select2-selection--single .select2-selection__rendered {
    font-weight: 600;
    color: #212529;
    padding: 0px 12px;
}

.faq-contact {
  background-color: #F2F2F5;
  text-align: center;
  padding: 40px 20px;
  border-radius: 33px;
}

.faq-contact h2 {
  color: #333;
  font-size: 30px;
  margin-bottom: 20px;
}

.faq-contact p {
  color: #666;
  font-size: 17px;
  margin-bottom: 30px;
}

.faq-contact a {
  background-color: #017AFA;
  color: #ffffff;
  border: none;
padding: 10px 100px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 20px;
}

.faq-contact a:hover {
  background-color: #003580;
}

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    border: 0px;
}

.form-group{margin-bottom: 1rem;}

.headerCarosuel .owl-nav {
    display: block !important;
}

.overViewCarosuelActive .owl-nav{
   display: block !important; 
}

.search_detail .singleImg img{
    border-radius: 15px;
}

.owl-carousel .owl-item .singleCarousel3 img{
       height: 220px;
}

.related_news img{
    min-height: 365px;
}

.newsDiscover .owl-nav{
   display: block !important; 
}

.rl_news .articleTxt h4{
    min-height: 60px;
}

.rl_news .articleTxt p{
    min-height: 73px;
}

.newsDiscover.owl-carousel .owl-item img
{
    height: 250px;
}

.headerCarosuel.owl-carousel .owl-nav i{
    color:#000;
}

.read_article{
    border: 2px solid #fff;
    border-radius: 40px;
    padding: 10px 40px 10px 20px;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    position: relative;
}

.read_article img{
 height: 13px!important;
    position: absolute;
    width: 20px;
    right: 17px;
    top: 16px;   
}

@media only screen and (min-width: 767px) {
    .articleTopRight {
        height: 100%;
        margin-top: 0;
    }

    .articleTopRight .articleTopSingle {
        height: 49%;
        margin: 0 0 3% 0;
    }

    .articleLarge.articleTopSingle {
        margin-bottom: 0;
        margin-top: 0;
    }

    .articleTopGrid.v2 {
        margin: 50px 0px;
    }

 }

 .filter_container{
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 15px;
    margin-bottom: 15px;
 }

 .view_more_options
 {
    border: 1px solid #C9E4FF;
    font-size: 12px;
    border-radius: 50px;
    padding: 5px 12px;
    background: none;
    font-size: 13px;
    color: #085EC5;
    margin-top: 10px;
    display: block;
    width: 100px;
 }

 .filter_btn_mob{
        /* border: 1px solid #D4D4D4; */
    background: none;
    /* border-radius: 12px; */
    border-radius: 50px;
    border: 1px solid #D4D4D4!important;
    /* width: 95px; */
    /* height: 40px; */
    display: flex;
    align-items: center;
    padding: 7px 20px 7px 14px !important;
    margin-right: 10px;
    position: relative;
 }

 .inner-search .select2-container--default .select2-selection--single .select2-selection__placeholder{
    font-size: 12px;
    color: #0E325D;
    font-weight: 500;
 }

 .overViewCarosuelActive .owl-nav i{
        font-size: 15px;
 }

 .activeCarosuel3 .owl-nav i{
   font-size: 18px; 
 }



