:root {
    --background: #ffffff;
    --foreground: #171717;
}

@media (prefers-color-scheme: dark) {
    :root {
        --background: #0a0a0a;
        --foreground: #ededed;
    }
}

@media (prefers-color-scheme: dark) {
    html {
        color-scheme: dark;
    }
}

@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');

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html,
body {
    height: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

body {
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 15px;
    font-weight: 500;
    color: #4D4D4D;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--foreground);
    background: var(--background);
}

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;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

.btn {
    margin-right: 10px;
}

.btn .fas {
    margin-right: 5px;
}

.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;
}

.headerArea {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.topWrap {
    /*margin: 0px 25px;
    background: #F2F2F5;
    padding: 25px 32px;
    border-radius: 33px;
    margin-top: 25px;*/
}

.topWrap .container {
    padding: 0;
}


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

.logo {
    width: 100px;
    height: 60px;
    position: relative;
}

.logo img {
    object-fit: contain;
}

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

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

.headerMainMenu {
    text-align: center;
}

.headerRightBtn {
    text-align: right;
}

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

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

.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;
}

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

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

.headerContent {
    max-width: 1050px;
    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: 20px 30px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 100px;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}

.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;
}

.featuredSingleMachine .machineFeaturesImg img {
    border-radius: 21px;
}

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

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

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

.machineFeaturesTitle {
    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;
}

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

.machineFeaturesContent 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;
}

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

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

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

.machineFeaturesPriceRight 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;
}

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

.featureMachineDetails {
    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;
}

.featuredSingleMachine {
    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 .machineFeaturesContent h4,
.recent_added .machineFeaturesContent h4 a {
    color: #000;
}

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

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

.recent_added .machineFeaturesContent {
    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: flex-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: 0;
    padding-bottom: 30px;
    align-items: center;
}

.searchResultFilter {
    gap: 20px;
}

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

.machineFeaturesTitleRight, .machineSoldOutTitleRight {
    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);
}

.machineFeaturesTitleRight.basic {
    background: #333333;
}

.machineSoldOutTitleRight{
    background: #FF0000;
}

.machineFeaturesTitleBottom {
    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: 0;
    position: relative;
    margin: 0 auto;
    user-select: none;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
}

.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: inherit !important;
    right: 0% !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 {
    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;
    /* line-height: 56px; */
    display: flex;
    align-items: center;
    height: 56px;
    margin-top: -20px;
}

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

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


/* 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;
}

.filterBox {
    margin-bottom: 20px;
}

.filterBox input,
.filterBox select {
    border: 1px solid #cccccc;
    width: 100%;
    padding: 5px 10px;
    height: 36px;
    line-height: 36px;
    margin: 0;
}

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

.filterList {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filterList li {
    border: 1px solid #cecece;
    color: #464646;
    padding: 5px 10px;
    border-radius: 3px;
}

.filterList li.active{
    border: 1px solid #017afa;
    color: #017afa;
}

.filterList li label{
    margin: 0;
    cursor: pointer;
    font-weight: normal!important;
}

.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;
}

.filterBox .select2-selection--single{
    padding: 0!important;
    height: 36px;
    line-height: 36px;
    border: 1px solid #cccccc;
}
.filterBox .select2-selection--single .select2-selection__rendered{
    padding: 0 10px!important;
    line-height: 40px;
    height: 36px;
}
.filterBox .select2-selection--single .select2-selection__arrow{
    height: 36px;
    width: 36px;
}

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

.rangeSlideCount>div {
    flex: 1;
}

.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;
}

.checkList {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.checkList input[type="checkbox"] {
    width: auto;
    border: none;
    padding: 0;
    height: auto;
    line-height: normal;
    margin-right: 10px;
}

.checkList label{
    font-weight: normal!important;
    margin: 0;
}

/* 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 .machineFeaturesPriceRight 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;
}

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

.sectionSubHeadingShare {
    display: flex;
    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;
}

.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;
}

.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 .machineFeaturesPrice {
    margin-bottom: 10px;
}

.dealerSingleTxt .machineFeaturesPriceRight 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;
}

.machineFeaturesTitleRight.sold {
    background: #FF3B3B;
}

.wrapHeaderBg .topWrap {
    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;
}

.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;
}

.featureMachineDetails .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;
}


/* * 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__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 {
    min-width: 115px;
    width: auto !important;
}

.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: 36px;
    color: #4D4D4D;
    font-weight: 500;
}

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

.machine_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 .machineFeaturesPrice {
    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;
}

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



/* Select2 css */
.formSelect.dealersDropdown {
    padding: 10px;
    border-radius: 32px;
    border: 1px solid #D4D4D4;
}

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

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

.formSelect.dealersDropdown .checkbox-dropdown:after {
    top: 3px;
    right: 0px;
}

.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;
    padding: 0 1em;
}

.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;
}



/* Custom CSS to style the tooltip */
.custom-tooltip {
    background: none !important;
    color: #006cfa !important;
}

.offcanvas {
    height: auto;
    min-height: 400px;
}

.offcanvas-header {
    border-bottom: 1px solid #EBEBF0;
}

.offcanvas-title {
    font-size: 18px;
    font-weight: 500;
}

.search_input {
    width: 100%;
    border: 1px solid #C7C9D9;
    border-radius: 10px;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.dropdown_options a {
    color: #28293D;
    width: 100%;
    display: block;
    border-bottom: 1px solid #EBEBF0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.dropdown_options a.active {
    color: #1477F5;
}

.action_container {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 10px;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.apply_filter_btn {
    background: #017AFA;
    border: 0px;
    color: #fff;
    width: auto;
    border-radius: 20px;
    padding: 5px 49px;
}

.clear_filter_btn {
    background: #fff;
    border: 1px solid #017AFA;
    border-radius: 20px;
    color: #017AFA;
    width: auto;
    padding: 4px 16px;
    margin-right: 5px;
}

.filter_applied {
    border: 1px solid #017AFA !important;
    color: #017AFA;
}

.allLocationGrid .image-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    border: 1px solid #C9E4FF;
    border-radius: 7px !important;
    transition: border 0.3s ease;
    margin-bottom: 10px !important;
    min-height: 136px;
    justify-content: center;
}

.allLocationGrid .image-button img {
    width: 80px;
    margin-bottom: 0;
}

.allLocationGrid .image-button span {
    display: block;
    margin-top: 5px;
}

.allLocationGrid .image-button:hover {
    border-color: #007bff;
    /* Hover effect */
}

.allLocationGrid input[type="checkbox"]:checked+.image-button {
    border-color: #007bff;
    /* Checked effect */
}

.allLocationGrid input[type="checkbox"]:checked+.image-button img {
    filter: brightness(0) invert(1);
}

.body_type_div {
    flex-basis: calc(33.333% - 10px);
}

.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 30px 7px 14px !important;
    margin-right: 0;
    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;
}


.sub-section-inner {
    padding: 25px 32px;
    position: relative;
}

.product-wrap {
    background: #F2F2F5;
    padding: 0;
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    box-sizing: border-box;
    width: calc(100% - 50px);
    height: 200px;
    left: 25px;
    top: 40px;
}

.breadcrumbs-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.breadcrumbs-wrap .breadcrumb {
    margin: 0;
}

.feature {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 1em;
}

.feature .content {
    display: flex;
    flex-direction: column;
}

.feature .content .heading {
    font-weight: bold;
    font-size: 1.1em;
}

.feature .content .value {
    font-size: 1.2em;
}

.feature .icon {
    background: lightpink;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature .icon i {
    color: maroon;
}

.product-sidebar {
    background: #ffffff;
    padding: 30px;
    height: 100%;
    border: 1px solid grey;
}

.product-sidebar h5 {
    font-weight: normal;
    font-size: 1.1em;
    color: grey;
    margin-bottom: 12px;
}

.product-sidebar .price {
    font-size: 2em;
    font-weight: bold;
    color: black;
}

.product-sidebar .price-info {
    font-size: 0.9em;
    margin: 7px 0;
    font-weight: 100;
    font-style: italic;
}

.hide-desktop {
    display: none;
}

.buy-boxes {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.buy-boxes .box {
    border: 2px solid #d9d9d9;
    display: flex;
    flex-direction: column;
    padding: 1em;
    position: relative;
    cursor: pointer;
}

.buy-boxes .box.active {
    border: 2px solid black;
}

.buy-boxes .box h6 {
    margin-bottom: 6px;
    vertical-align: middle;
}

.buy-boxes .box h6 i {
    margin-right: 5px;
    color: grey;
}

.buy-boxes .box p {
    margin-bottom: 0px;
    /*font-style: italic;*/
    color: grey;
    font-size: 0.9em;
}

.buy-boxes .box i.checked {
    position: absolute;
    top: calc(50% - 9px);
    right: 12px;
    bottom: 0;
    margin: auto;
    color: grey;
    font-size: 1.5em;
}

.buy-boxes .box h6 small {
    font-weight: 500;
}

.product-sidebar .form-control:focus {
    box-shadow: none;
    border-color: black;
}

.select2Wrap {
    width: 100%;
}

.select2Wrap .select2.select2-container {
    width: 100% !important;
}

.select2Wrap .select2-container--default .select2-selection--single {
    border: none;
}

.select2Wrap .select2-selection.select2-selection--single {
    display: flex;
    padding: 0;
    justify-content: flex-start;
    align-items: center;
    height: 60px !important;
    /* line-height: 60px !important; */
    background: none !important;
    margin-top: -20px;
}

.select2Wrap .select2-selection__arrow {
    display: none;
}

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

.select2Wrap .select2-selection__rendered {
    padding: 0 !important;
    margin: 0 !important;
    font-weight: 600;
    color: #212529 !important;
    /* line-height: 56px !important; */
    width: 100%;
    text-align: left;
}

.select2Wrap .select2-selection__rendered:after,
.checkbox-dropdown.multi:after {
    top: 10px;
    right: 10px;
    color: #0E325D;
    height: 20px;
    width: 20px;
    border: 1px solid #989898;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 600;
}

.dealersDropdown .select2Wrap .select2-selection.select2-selection--single {
    height: 28px !important;
    line-height: 28px !important;
    margin: 0;
}

.dealersDropdown .select2Wrap .select2-selection__rendered {
    line-height: 28px !important;
}

.dealersDropdown .select2Wrap .select2-selection__rendered:after {
    top: 4px;
    right: -25px;
}

.select2-container--default .select2-search--dropdown input.select2-search__field {
    border: 1px solid #dbdfea !important;
}

.select2Wrap .select2-results__option.select2-results__message {
    font-size: 0.85em;
}

.select2Wrap .select2-selection__placeholder {
    font-size: 12px;
    font-weight: 500;
    color: #0E325D !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}

.checkbox-dropdown span.subTitle,
.search_field {
    margin-top: -24px;
    display: block;
}

.headerRightBtn .navbar-nav,
.navbar-nav.admin-right {
    display: flex !important;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

.headerRightBtn .navbar-nav .nav-link,
.navbar-nav.admin-right .nav-link {
    display: inline-block;
    padding: 0;
}

.headerRightBtn .navbar-nav .nav-link i,
.navbar-nav.admin-right .nav-link i {
    font-size: 1.5em;
}

.nav-link {
    position: relative;
}

.nav-link .badge {
    font-size: 0.5em !important;
    position: absolute;
    top: -10px;
}

.main-header .nav-link {
    height: auto;
}


.auth-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px 0;
}

.auth-wrap .box {
    width: 440px;
    max-width: 100%;
}

.auth-wrap .card-body {
    padding: 30px;
}

#remember {
    margin-right: 5px;
}


/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .headerMainMenu ul li a {
        margin: 0px 15px;
    }

    .btnStyleBlue {
        padding: 9px 10px;
        font-size: 11px;
    }

    .btnStyleDark {
        padding: 9px 12px;
        font-size: 11px;
    }

    .headerCarosuel .owl-nav .owl-next {
        right: 45%;
    }

    .headerCarosuel .owl-nav div {
        left: 45%;
    }

    .singleFeatureIcon span {
        font-size: 11px;
        margin-left: 2px;
    }

    /* .featureMachineDetails {
        display: flex;
        justify-content: space-between;
    } */

    .machineFeaturesContent h4 {
        font-size: 18px;
    }

    .machineFeaturesPrice h4 {
        font-size: 18px;
    }

    .discover .owl-nav div.owl-next {
        right: 43%;
    }

    .discover .owl-nav div {
        left: 43%;
    }

    .mobileAppTxt h1 {
        font-size: 33px;
    }

    .mobileAppTxt {
        padding: 25px;
    }

    .price.Filters .checkbox-dropdown-list {
        left: auto;
    }

    .carAndTagGrid {
        width: 64%;
    }

    .articleTopTxt h2 {
        font-size: 16px;
    }

}

@media only screen and (min-width: 1024px) {
    .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;
    }

}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 992px) {

    .sectionHeading h2 {
        font-size: 35px;
    }

    .contactIconArea {
        padding: 20px 10px;
    }

    .dealerOverlapLogo {
        position: absolute;
        top: -25px;
        width: 60px;
        height: 60px;
    }

    .dealerSingleTxt {
        padding-top: 56px;
    }

    .dealerOverlapLogo img {
        width: 60px;
        height: 60px;
    }

    .profileLogo {
        width: 100px;
        height: 100px;
    }

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

    .dealerSingleTxt h4 a {
        font-size: 15px;
    }

    .dealerSingle {
        min-height: 285px;
    }

    .sectionSubHeading p,
    .sectionSubHeadingShare span {
        font-size: 14px;
    }

    .aboutLargeImg {
        overflow: hidden;
    }

    .container {
        padding: 0px 15px;
    }

    .globalPadding {}

    .headerMainMenu ul li a {
        margin: 0px 12px;
    }

    .btnStyleBlue {
        padding: 9px 18px;
        font-size: 11px;
    }

    .btnStyleDark {
        padding: 9px 10px;
        font-size: 11px;
    }

    .headerCarosuel .owl-nav .owl-next {
        right: 42%;
    }

    .headerCarosuel .owl-nav div {
        left: 42%;
    }

    .singleFeatureIcon span {
        font-size: 11px;
        margin-left: 2px;
    }

    .machine_img {
        height: 200px;
    }

    /* .featureMachineDetails {
        display: flex;
        justify-content: space-between;
    }
     */
    .machineFeaturesContent h4 {
        font-size: 13px;
        line-height: 20px;
    }

    .machineFeaturesPrice h4 {
        font-size: 18px;
    }

    .discover .owl-nav div.owl-next {
        right: 43%;
    }

    .discover .owl-nav div {
        left: 43%;
    }

    .mobileAppTxt h1 {
        font-size: 33px;
    }

    .mobileAppTxt {
        padding: 25px;
    }


    .formInput.bdrLeft {
        display: none;
    }

    .featureMachineDetails .singleFeatureIcon:nth-child(2) {
        padding-left: 0;
    }

    .sectionTitleDark h3 {
        font-size: 20px;
    }

    .recent_added .machineFeaturesContent {
        padding-left: 10px;
        padding-right: 10px;
    }

    .machineFeaturesTitle {
        font-size: 8px;
    }

    .discoverSlideTxt {
        left: 0;
        padding: 0px 15px;
    }

    .discoverSlideTxt h3 {
        font-size: 18px;
    }

    .discoverSlideTxt p {
        font-size: 12px;
    }

    .headerRightDropdown .btn {
        padding: 0;
    }

    .headerRightDropdown {
        justify-content: space-between;
    }

    .price .checkbox-dropdown-list.price {
        right: 0 !important;
        left: auto;
    }

    .price.location .checkbox-dropdown-list {
        right: 0 !important;
        left: auto;
    }

    .headerRightDropdown {
        justify-content: flex-end;
    }

    .searchResultHeading .headerRightDropdown .btn {
        padding: .375rem .75rem;
    }

    .carContentBlocks {
        display: block;
    }

    .carAndTagGrid {
        width: 100%;
    }

    .carBtnRightgrid {
        margin-top: 25px;
        justify-content: end;
    }

    .articleTopTxt h2 {
        font-size: 16px;
    }

    .articleTopTxt {
        bottom: 10px;
    }

    .sectionHeading.pl-5 {
        padding-left: 0 !important;
    }

    .sectionSubHeading.pr-5 {
        padding-right: 0 !important;
    }

    .contactImg {
        margin-top: 40px;
    }
}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 991px) {

    .searchResult {
        display: block;
        margin-top: 10px;
    }

    .price .irs--round .irs-to {
        left: 84% !important;
    }

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

    .car_details_img .item img {
        height: auto;
    }

    .headerContent.form2 .formSelect:after {
        display: none;
    }

    .searchResultHeading {
        padding: 40px 0px 0px !important;
    }

    .sectionTitleWhite h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .formSelect.dealersDropdown {
        display: block;
    }

    .searchForm {
        margin-bottom: 10px;
    }


    .sub-section {
        margin-top: 60px;
    }

    .sub-section-inner {
        margin-top: 60px;
    }

    .formWrapContentGrid {
        display: block;
    }

    a.btnLarge {}

    .btnStyleDark {
        padding: 9px 6px;
    }

    .formInput.bdrLeft {
        display: none;
    }

    .featureMachineDetails .singleFeatureIcon:nth-child(2) {
        padding-left: 0;
    }

    .sectionTitleDark h3 {
        font-size: 14px;
    }

    .recent_added .machineFeaturesContent {
        padding-left: 10px;
        padding-right: 10px;
    }

    .machineFeaturesContent h4 {
        font-size: 18px;
    }

    .machineFeaturesTitle {
        font-size: 8px;
    }

    .discoverSlideTxt {
        left: 0;
        padding: 0px 15px;
    }

    .discoverSlideTxt h3 {
        font-size: 18px;
    }

    .discoverSlideTxt p {
        font-size: 12px;
    }


    .headerMainMenu {
        display: none;
    }

    .resNone {
        display: none;
    }

    .globalPadding {
        padding: 20px;
        margin-top: 0;
    }

    .container {
        padding: 0px 15px;
    }

    .logo {
        text-align: right;
    }

    .logo {
        justify-content: flex-end;
    }

    .mobileAppTxt h1 {
        font-size: 31px;
    }

    .mobileAppTxt {
        margin-top: 30px;
        padding: 0px;
    }

    .footerNavGrid {
        margin-top: 35px;
    }

    .headerContent h1 {
        font-size: 24px;
        letter-spacing: 1.74px;
    }

    .headerContent p {
        font-size: 13px;
    }

    .sectionTitleWhite {
        text-align: center;
        margin-bottom: 16px;
    }

    /* .featureMachineDetails {
        display: flex;
        justify-content: space-between;
    }
     */
    .sectionTitleDark h4 {
        font-size: 30px;
    }

    .headerCarosuel .owl-nav div {
        left: 35%;
    }

    .headerCarosuel .owl-nav .owl-next {
        right: 35%;
    }

    .discover .owl-nav div.owl-next {
        right: 25%;
    }

    .discover .owl-nav div {
        left: 25%;
    }

    .footerBottomGrid {
        display: block;
        padding-top: 20px;
    }

    .footerSocial {
        margin-top: 20px;
    }

    .discover .owl-dots div.active span {
        left: 0px;
        top: 1px;
    }


    .slicknav_menu {
        position: absolute;
        right: 2%;
        background: none;
        top: 80px;
        z-index: 2;
        width: 96%;
        display: block;
        z-index: 99999999999999999;
        padding: 0;
        background: black;
        border-radius: 24px;
    }

    .slicknav_nav a {
        padding: 8px 10px;
    }

    .slicknav_btn {
        position: absolute;
        right: 0;
        top: -50px;
        background: none;
    }

    ul.slicknav_nav {
        padding: 12px;
    }

    .slicknav_menu .slicknav_icon-bar {
        background-color: #1C1B1D;
        width: 22px;
    }

    .slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
        margin-top: 7px;
    }

    .slicknav_menu .slicknav_icon .slicknav_icon-bar:nth-child(2) {
        transform: translateX(6px);
    }

    .headerRightDropdown .dropdown {
        display: none;
    }

    .headerRightDropdown .dropdown4 {
        display: block;
    }

    .headerRightDropdown .dropdown4 .dropdown-menu {
        left: -112px !important;
        transform: translate3d(-117px, 63px, 0px) translateX(0px) !important
    }

    .mobileBlock {
        display: block;
    }

    .mobileNone {
        display: none;
    }

    .formSubmit {
        display: flex;
    }


    .price .checkbox-dropdown-list.price {
        right: 0 !important;
        left: auto;
    }

    .price.location .checkbox-dropdown-list {
        right: auto !important;
        left: -20px;
        width: 330px;
    }

    .headerRightDropdown {
        justify-content: flex-start;
    }

    .searchResultHeading .headerRightDropdown .btn {
        padding: .375rem .75rem;
    }

    .price.Filters .checkbox-dropdown-list {
        width: 100%;
    }

    .searchResultHeading .headerRightDropdown {
        display: none;
    }

    .style2 .sectionTitleWhite {
        text-align: left;
    }

    .style2 .sectionTitleWhite h1 {
        font-size: 32px;
    }

    .style2 .sectionTitleWhite p {
        font-size: 12px;
    }

    .discoverFeatured .owl-nav div {
        top: auto;
        bottom: -25px;
        right: auto !important;
        left: 35%;
    }

    .discoverFeatured .owl-nav div.owl-next {
        left: auto;
        right: 35% !important;
    }

    .discoverFeatured.style2 {
        padding-bottom: 50px;
    }

    body {
        background: #F6F6F6;
    }

    .headerArea {
        background: none;
        margin-top: 0;
        padding-bottom: 0;
    }

    .header {
        background: #fff;
        position: fixed;
        top: 0;
        z-index: 9;
    }

    .topWrap {
        background: none;
        margin: 0 auto;
        padding: 0;
    }

    .topWrap .container {
        padding: 0;
        padding-bottom: 15px;
        padding-top: 10px;
    }

    .logo {
        margin-top: 10px;
    }

    .carContentBlocks {
        display: block;
    }

    .carAndTagGrid {
        width: 100%;
        display: block;
    }

    .carBtnRightgrid {
        margin-top: 25px;
    }

    .contentAndTag {
        margin-top: 20px;
    }


    .savedSearch .searchForm input {
        background: #fff;
    }

    .savedSearch .searchForm {
        max-width: 330px;
        margin: 0 auto;
    }

    .savedSearch .headerRightDropdown {
        justify-content: center;
        margin-top: 15px;
    }

    button.shortBtn.btn.bgGray {
        background: #fff;
    }

    .carBtnRightgrid .dropdown1,
    .carBtnRightgrid .dropdown2 {
        display: none;
    }

    .carBtnRightgrid {
        margin-top: -25px;
        justify-content: flex-end;
    }

    .articleTopGrid {
        display: block;
    }

    .articleLarge .articleTopTxt h2 {
        font-size: 22px;
    }

    .articleTopTxt h2 {
        font-size: 16px;
    }

    .formWrap.tabTwo2 .formWrapContentGrid {
        display: block;
    }

    .signleFromTxt.style5 {
        display: block;
        text-align: left;
    }

    .sectionHeading h2 {
        font-size: 26px;
    }

    .articleGrid {
        display: block;
    }

    .container.header .row {
        margin: 0;
    }

    .sectionHeading.pl-5 {
        padding-left: 0 !important;
    }

    .sectionSubHeading.pr-5 {
        padding-right: 0 !important;
    }

    .signleArticle .sectionHeading h2 {
        font-size: 32px;
    }

    .sectionSubHeading.pr-5 {
        margin-top: 0;
    }

    .sectionSubHeadingShare {
        justify-content: flex-start;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .signleArticle .articleTopSingle {
        margin-bottom: 0;
    }

    .faqArea .sectionSubHeading {
        margin-top: 0;
    }

    .faqWrap {
        background: #fff;
    }

    .faqWrap h3 {
        font-size: 24px;
    }

    .faqWrap .card-header button {
        font-size: 16px;
        padding-top: 0;
        padding-right: 24px;
        padding-bottom: 0;
    }

    .trackedCars .searchResultFilter button span {
        display: none;
    }

    .trackedCars .searchResultFilter {
        margin-top: 5px;
    }

    .tracked .tags {
        display: none;
    }

    .tracked .carAndTagGrid h4 {
        font-size: 16px;
    }

    .tracked .carAndTagGrid h3 {
        font-size: 18px;
    }

    .tracked .more span {
        display: inline-block;
        font-size: 12px;
    }

    .tracked .more button {
        width: 100px !important;
    }

    .trackedCars .searchResultFilter button {
        background: #fff;
    }

    .headerRightBtn {
        margin-top: 18px;
        margin-right: 50px;
    }

    .paginationNumber li a {
        margin: 0px 2px;
    }

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

    .paginationNumber li.doubleArrow {
        display: none;
    }

    .topWrap .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .container.mobileBlock .headerContent {
        padding: 0;
        margin: 0;
    }

    .trackedCars .searchResultFilter button.city {
        display: none;
    }

    .dealerSingle {
        background: #FFF;
        min-height: auto;
    }

    .aboutLargeImg {
        display: grid;
        grid-template-columns: 4fr 4fr 4fr;
        gap: 0;
    }

    .contentWhite h2 {
        font-size: 26px;
    }

    .contentWhite {
        text-align: center;
    }

    .about .singleImg {
        margin-bottom: 20px;
    }

    .mobileAppTxt {
        background: none;
    }

    .dealerProfileLogo {
        display: block;
    }

    .dealerProfileTxt {
        margin-top: 13px;
    }

    .dealerProfileRightBtn .headerRightBtn .btnStyleBlue {
        display: inline-flex;
        display: inline-flex;
        width: auto;
        line-height: 13px;
        font-size: 10px;
    }

    .callPhone {
        width: 40px;
        height: 40px;
    }

    .dealerProfileRightBtn .btnStyleDark,
    .dealerProfileRightBtn .btnStyleBlue {
        font-size: 12px;
        padding: 0 11px;
        height: 40px;
        width: 100%;
        margin-bottom: 10px;
    }

    .dealerProfileRightBtn .headerRightBtn {
        align-items: center;
        justify-content: center;
        gap: 6px;
        display: block;
        text-align: left;
    }

    .dealerProfileRightBtn .btnStyleDark,
    .dealerProfileRightBtn .btnStyleBlue,
    .dealerProfileRightBtn .btnStyleLightBlue {
        padding: 9px 10px;
        font-size: 11px;
    }

    .profileBio h2 {
        font-size: 18px;
    }

    .wrapHeaderBg {
        height: 400px;
        padding-top: 0;
    }

    .contactForm h2 {
        font-size: 32px;
    }

    .contactForm input,
    .contactForm textarea {
        background: #F2F2F5;
    }

    .contactForm {
        background: #fff;
    }

    .contactIconArea {
        background: #fff;
    }

    .contactIconItem {
        justify-content: flex-start;
        margin: 10px 0px;
        border: none;
    }

    .viewAll {
        margin-bottom: 40px;
    }

    .custom-control-group {
        margin: 0px;
    }

    .contactImg {
        margin-top: 50px;
    }

    .appBtn {
        gap: 10px;
    }

    .contactUsBtn {
        padding: 0px 20px;
    }

    .paging {
        bottom: 15px;
        right: 15px;
    }

    .carDetailsLarge .owl-nav div {
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    .carDetailsRight {
        background: #fff;
    }

    .singleOverViewSlider {
        background: #fff;
    }

    .itemOverViewCarousel h3,
    .additionalDetails h4,
    .carouselItem3 h3 {
        font-weight: 500;
    }

    .additionalDetails {
        background: #fff;
    }




    /* Filter css */

    .singleArticle .style2.discoverFeatured .owl-nav div {
        top: auto;
        bottom: -25px;
    }

    .machineFeaturesContent h4 {
        font-size: 18px;
    }

    .hide-desktop {
        display: inline-block;
    }


}

@media only screen and (min-width: 768px) and (max-width: 972px) {
    .featureMachineDetails {
        grid-template-columns: 6fr 6fr;
        gap: 15px;
    }

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

    .appbanner {
        height: 100%;
        overflow: hidden;
    }

    .appbanner img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 30px;
    }


}

/* Wide Mobile Layout: 480px. */
@media only screen and (max-width: 600px) {

    .headerRightBtn .btnStyleBlue {
        display: none;
    }

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

}