.bgGreen {
    background-color: #257c41;
}

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

/* .topMenuButton {
    width: 18%;
    padding: 5px;
    text-align: center;
    background: #2b8b4a;
    transform: skew(-25deg);
    color: #fff;
    text-decoration: none;
    font-family: system-ui;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    fill: white;
    transition: 0.3s;
    margin: 10px;
} */


.topMenuButton
 {
    width: 19%;
    padding: 6px;
    text-align: center;
    background: #2b8b4a;
    transform: skew(-25deg);
    color: #fff;
    text-decoration: none;
    font-family: system-ui;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    fill: white;
    transition: 0.3s;
}


.topMenuButton:hover {
    background-color: white;
    fill: #2b8b4a !important;
    color: #2b8b4a;
}

.buttonName {
    display: block;
    margin: 0;
    text-transform: uppercase;
    transform: skew(25deg);
}

svg.loanSvg {
    width: 11%;
    padding: 3px;
    margin-right: 10px;
}

svg.loanSvg2 {
    width: 11%;
    padding: 3px;
    margin-right: 10px;
}

svg.loanSvg3 {
    width: 8%;
    padding: 3px;
    margin-right: 10px;
}

svg.loanSvg4 {
    width: 7%;
    margin-right: 10px;
}

svg.loanSvg5 {
    width: 11%;
    padding: 3px;
    margin-right: 10px;
}

img.navLogo {
    width: 95%;
}

.nlinks {
    margin: 0 auto;
    gap: 22px;
    font-weight: 500;
    font-size: 17px;
    color: #000 !important;
}

.activeLink {
    color: #47d675 !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
}

.hoverLink:hover {
    color: #47d675 !important;
}

.gapingNavButton {
    gap: 30px;
}

.navButtons {
    color: #fff !important;
    font-weight: 500 !important;
    padding: 13px 20px !important;
    background-color: #257c41 !important;
}

.navButtons2 {
    color: #fff !important;
    font-weight: 500 !important;
    padding: 5px 75px !important;
    background-color: #257c41 !important;
    font-size: 21px !important;
}

/* Hompage CSS Starts */

.firstSection {
    height: 300px !important;
}

.captions {
    position: absolute;
    top: 25%;
}

h5.slideHeading {
    font-size: 60px;
}

p.secondHeading {
    font-size: 46px;
}

.slidesButtons {
    background-color: white !important;
    color: #257c41 !important;
    padding: 11px 30px !important;
    font-size: 20px !important;
}

.slidesButtons2 {
    background-color: white !important;
    color: #257c41 !important;
    padding: 11px 35px !important;
    font-size: 20px !important;
}

.slidesButtons3 {
    background-color: white !important;
    color: #257c41 !important;
    padding: 7px 35px !important;
    font-size: 20px !important;
    margin-top: 25%;
}

.slidesButtons4 {
    background-color: white !important;
    color: #257c41 !important;
    padding: 7px 35px !important;
    font-size: 20px !important;
}

.slidesButtons5 {
    background-color: white !important;
    color: #000 !important;
    padding: 7px 35px !important;
    font-size: 20px !important;
}

.dropdownMenusSections {
    background-color: #2b8b4a;
    height: 134px;
    margin-top: 21%;
    position: relative;
    width: 80%;
    margin-left: 10%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px;
    gap: 10px;
}

.dropdownMenusSectionshedare {
    margin-bottom: 1%;
    background-color: #2b8b4a;
    height: 134px;
    margin-top: 17%;
    position: relative;
    width: 80%;
    margin-left: 10%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px;
    gap: 10px;
}

.dropdown-container {
    position: relative;
    width: 100%;
}

p.howitworkspragraph {
    font-size: 18px !important;
}


.dropdown-button {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #110e0e;
    border-radius: 4px;
    text-align: left;
    padding: 6% 9%;
    color: black;
    font-weight: 400;
}

.dropdown-button1 {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    background-color: #ffffff;
    border: 2px solid #110e0e;
    border-radius: 4px;
    text-align: left;
    padding: 11px 3%;
    color: black;
    font-weight: 400;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.dropdown-menu::-webkit-scrollbar {
    display: none;
}

.dropdown-container:hover .dropdown-menu {
    display: block;
}

.dropdown-search {
    padding: 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    width: calc(100% - 16px);
    outline: none;
}

.dropdown-item {
    padding: 10px;
    cursor: pointer;
    transition: background 0.2s;
}

.dropdown-item:hover {
    background-color: #f0f0f0;
}

.drpdowns {
    height: 100px !important;
}

.secondMainContents {
    width: 80%;
    margin: 0 auto;
    padding-top: 2%;
}

.descriptionsSection {
    display: flex;
    gap: 30px;
    font-size: 19px;
    margin-bottom: 4%;
}

.slider-container {
    max-width: 96.5%;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
}

.card-slider {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.cardImages {
    width: 100%;
}

.card-slider::-webkit-scrollbar {
    display: none;
}

.card {
    min-width: 200px;
    height: 120px;
    margin: 21px;
    background: #4caf50;
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: none !important;
}

.buyIcon {
    width: 19%;
    fill: green;
}

.buyIcon1 {
    width: 19%;
    fill: green;
}

.headingCard {
    font-size: 23px;
    font-weight: 800;
}

.leading {
    text-align: center;
    margin-bottom: 3%;
}

.car-slider-wrapper {
    overflow: hidden;
}

.car-slider-container {
    display: flex;
    overflow-x: hidden;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 20px 0;
}

.car-slider-card {
    flex: 0 0 auto;
    width: 250px;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 37%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fw-bold {
    font-weight: 700 !important;
    font-size: 20px;
}

.car-slider-card img {
    height: 58px;
}

.car-slider-dots {
    text-align: center;
    margin-top: 15px;
}

.car-slider-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #cce5d4;
    border-radius: 50%;
    margin: 0 4px;
}

.car-slider-dot.active {
    background-color: #005c32;
}

.thirdSection {
    background-image: url(../images/thirdsectionBG.png);
    height: 900px;
    padding-top: 8%;
    background-repeat: no-repeat;
}

.box {
    width: 50%;
}

.firstBoxBG {
    background-size: cover;
    background-image: url(../images/thirdsectionBG.png);
    margin-left: 8%;
}

.secondBoxBG {
    background-size: cover;
    background-image: url(../images/thirdsectionBG2.png);
    margin-right: 8%;
}

.borderColor {
    height: 373px;
    border-radius: 10px;
    text-align: center;
    color: white !important;
    border: 1px solid #6EC1E4 !important;
}

h4.thirdsectionHeading {
    font-weight: 700;
    font-size: 28px;
}

p.thirdsectiondescription {
    padding-top: 4%;
    padding-bottom: 8%;
    font-size: 19px;
}

.thirdSectionBottomBG {
    margin-top: 2%;
    background-image: url(../images/thirdSectionBottomImage.png);
    background-size: 100%;
    height: 400px;
}

.bgforthsection {
    padding: 15px;
    background-image: linear-gradient(180deg, #61CE70 0%, #267F43 100%);
    margin-top: 10%;
}

.bgforthsection1 {
    padding: 15px;
    background-image: linear-gradient(180deg, #61CE70 0%, #267F43 100%);
    margin-top: 10%;
}

.bgforthsectionsellpage {
    padding: 15px;
    background-image: linear-gradient(180deg, #61CE70 0%, #267F43 100%);
    margin-top: 1%;
}

.bgforthsectionevcash {
    padding: 15px;
    background-image: linear-gradient(180deg, #61CE70 0%, #267F43 100%);
}

.forthSectionHeading {
    padding-top: 2%;
    font-weight: 700;
    font-size: 34px;
    color: white;
    padding-bottom: 2%;
    margin-left: 9%;
}

.forthSectiondescription {
    color: #fff;
    margin-left: 9%;
    font-size: 18px;
    font-weight: 500;
    margin-right: 8%;
    padding-bottom: 1%;
}

h3.fifthsectionHeading {
    font-weight: 700;
    padding-top: 5%;
    font-size: 33px;
    padding-bottom: 3%;
}

h3.fifthsectionHeading1 {
    font-weight: 700;
    /* padding-top: 5%; */
    font-size: 33px;
}

p.fifthsectiondescription {
    padding-top: 1%;
    font-size: 20px;
    line-height: 34px;
    padding-bottom: 3%;
    width: 34rem;
    text-align: justify;
}

.fifthsectiondescription1 {
    padding-top: 1%;
    font-size: 20px;
    line-height: 34px;
    padding-bottom: 3%;
    width: 70rem;
    text-align: center;
}

.centerPosition {
    text-align: center;
}

.sixthsection {
    height: 300px;
    background: #257C41;
    margin-top: 5%;
}

.sixthsideImage {
    width: 92%;
    position: absolute;
    margin-top: -4%;
    margin-left: -11%;
}

h1.sixthsectionheading {
    color: white;
    font-size: 40px;
    padding-top: 4%;
    margin-left: 15%;
}

.slidesButtons6 {
    margin-left: 16%;
}

p.sixthsectiondescription {
    color: white;
    font-weight: 400;
    font-size: 20px;
    padding-top: 2%;
    margin-left: 16%;
    padding-bottom: 2%;
    width: 62%;
}

h2.aboutusheading {
    color: white;
    font-size: 48px;
    font-weight: 900;
    margin-top: 22%;
    color: #ffff;
    margin-left: 10%;
}

.fifthsectionHeadingabus {
    font-weight: 700;
    font-size: 33px;
    padding-bottom: 3%;
}

.centerPositionaboutus {
    text-align: center;
    padding-top: 5%;
}

/* Homepage CSS Ends */

/* about us star */
.bacgroundaboutus {
    height: 480px;
    background-size: 100%;
    background: url(../images/headerbgaboutus.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.fifthsectiondescriptionabout {
    font-size: 20px;
    line-height: 31px;
    padding-bottom: 1%;
    text-align: center;
}

img.d-block.w-100.aboutcarousel {
    height: 549px !important;
}

div#carouselExample {
    padding-top: 5%;
}

feature-card-aboutus {
    border: 1px solid black;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
    width: 108%;
}

.feature-card-about-us {
    border: 1px solid #198754;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: 100%;
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    background-color: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.feature-icon i {
    font-size: 24px;
    color: #000;
}

.feature-titleaboutus {
    font-size: 19px;
    font-weight: 700;
}

p.mt-2.feature-titleaboutus1 {
    font-size: 17px;
}

.about-section-ev {
    background: url(../images/background1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding: 60px 0;
}

.about-box-ev {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    height: 100%;
    width: 100%;
}

.about-icon-ev i {
    color: #28a745;
}

.about-title-ev {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.about-text-ev {
    font-size: 018px;
    color: #0c0b0b;
}

.bgforthsectionaboutus {
    padding: 15px;
    background-image: linear-gradient(180deg, #61CE70 0%, #267F43 100%);
}

/* about us end */

/* sale your ford css starts */
.bacgroundFord {
    height: 550px;
    background-size: 100%;
    background: url(../images/background22.png);
}

.textCenter {
    text-align: center !important;
    color: white;
}

.headingsFord {
    padding-top: 12%;
    font-size: 58px !important;
}

.headingsFord1 {
    font-size: 45px !important;
}

.fordpageDescriptions {
    font-size: 20px;
}

.feature-card {
    border: none;
    box-shadow: 0 0 8px rgb(0 0 0 / 26%);
    border-radius: 8px;
    padding: 20px;
    height: 100%;
}

.feature-icon {
    font-size: 50px;
    color: #6c757d;
    margin-bottom: 10px;
}

.feature-title {
    font-weight: 700;
    font-size: 23px;
    color: #000;
    padding-top: 4px;
    padding-left: 11px;
}

.feature-text {
    color: #333;
    font-size: 1rem;
}

.icon-box {
    width: 40px;
    height: 40px;
    border: 2px solid #adb5bd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: sans-serif;
    margin-bottom: 10px;
}

.marginAuto {
    text-align: center;
}

.waitingFor {
    background: url(../images/boxImages.png);
    height: 300px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.car-card {
    border: none;
    background: #fff;
}

.car-image {
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid #198754;
    /* Green line */
}

.car-image img {
    width: 100%;
    height: auto;
    display: block;
}

.price-tag {
    position: absolute;
    bottom: 100px;
    right: 0;
    background: #198754;
    color: #fff;
    /* padding: 8px 16px; */
    padding: 8px 33px;
    font-weight: 700;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    bottom: 123px;
    width: 150px;
}


/* .price-tag {
    background-color: #1b7933;
    color: white;
    padding: 8px 33px;
    font-weight: bold;
    border-radius: 0 0 0 15px;
    font-size: 20px;
    bottom: 123px;
} */

.price-tag2 {
    background: #198754;
    color: #fff;
    padding: 7px 29px;
    font-weight: 700;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    font-size: 23px;
}

.original-price {
    text-decoration: line-through;
    font-size: 0.9rem;
    margin-right: 5px;
    color: #e0e0e0;
}

.car-details {
    padding: 15px 0 5px;
    border-bottom: 1px solid #000;
}

.car-subtitle {
    font-weight: 600;
    color: #444;
    font-size: 0.95rem;
}

.car-title {
    font-weight: bold;
    font-size: 1rem;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.formSectionCars {
    height: 320px;
    background: url(../images/backggg1.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.headingContacts {
    padding-top: 19% !important;
    padding-bottom: 2%;
    font-size: 23px;
    font-weight: 600;
}

.headingDescriptionss {
    padding-bottom: 5%;
    font-size: 17px;
}

.FormControlTextarea1 {
    margin-bottom: 15px;
    border: 2px solid #212529 !important;
    border-radius: 6px;
    line-height: 30px !important;
}


.form-card {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.form-card h5 {
    font-weight: bold;
    margin-bottom: 25px;
}

.form-control {
    margin-bottom: 15px;
    border: 2px solid #212529 !important;
    border-radius: 6px;
    line-height: 34px !important;
}

.form-control:focus {
    border-color: #28a745;
    box-shadow: none;
}

.container-fluid.formSectionCars {
    height: 390px !important;
}

.submit-btn {
    background-color: #28a745;
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 10px;
    border-radius: 6px;
    width: 100%;
}

.submit-btn:hover {
    background-color: #218838;
}

.call-btn {
    background-color: #198754;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
}

.call-btn i {
    margin-right: 8px;
}

.whychooseus {
    font-size: 22px;
}

.cardDescr {
    font-size: 19px;
    padding-left: 17px;
}

.formsSectionforCars {
    width: 30%;
    position: absolute;
    right: 200px;
    top: 230rem;
}

.contactcontainerss {
    height: 200px;
}

.range-container {
    width: 272px;
    margin: auto;
}

.range-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 16px;
}

.slider {
    position: relative;
    height: 40px;
}

.slider input[type="range"] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    z-index: 2;
}

.slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #0d2d34;
    border: 4px solid white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.slider input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #0d2d34;
    border: 4px solid white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.slider-track {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    width: 100%;
    background: #ddd;
    border-radius: 3px;
    z-index: 1;
}

.range-progress {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    background: #0d2d34;
    border-radius: 3px;
    z-index: 1;
}

.btn-green {
    background-color: #1b7933 !important;
    color: white !important;
    border: none;
}

.btn-green:hover {
    background-color: #155c27;
}

.price-tag {
    background-color: #1b7933;
    color: white;
    padding: 8px 45px;
    font-weight: bold;
    border-radius: 0 0 0 15px;
    font-size: 20px;
}

.featured-tag {
    position: absolute;
    top: 70px;
    left: 29px;
    background-color: #d73333;
    color: white;
    padding: 0px 3px;
    font-size: 12px;
    transform: rotate(-45deg);
    transform-origin: left;
    z-index: 1;
}

.car-card {
    border-bottom: 2px solid #1b7933;
    border-top: 2px solid #1b7933;
    overflow: hidden;
    padding: 22px 23px;
}

.car-card2 {
    border-bottom: 2px solid #1b7933;
    overflow: hidden;
    padding: 22px 23px;
}

hr {
    margin-top: 1rem;
    margin-bottom: 48px !important;
    border: 0;
    border-top: 1px solid rgb(0 0 0 / 97%) !important;
}

.car-image {
    width: 100%;
    height: auto;
}

.info-label {
    font-size: 13px;
    color: #888;
}

.info-value {
    font-weight: bold;
}

.car-actions .btn {
    border-radius: 25px;
    border: 2px solid #1b7933;
    color: #1b7933;
    font-weight: bold;
}

.car-actions .btn i {
    margin-right: 5px;
}

.listing-header {
    font-weight: bold;
}

.listing-header2 {
    font-weight: bold;
    color: #d73333;
}

.paginations {
    width: 100%;
}

.pagination {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.page {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 6px;
    background-color: #2e7d32;
    /* Green */
    color: white;
    text-decoration: none;
    transition: background-color 0.3s;
}

.page:hover:not(.disabled) {
    background-color: #256429;
}

.page.disabled {
    background-color: #e0e0e0;
    /* Grey */
    color: white;
    pointer-events: none;
    cursor: default;
}

/* sale your ford css ends */

/* ev cash offers CSS Starts */
.cz-pricing-card {
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
    text-align: left;
}

.cz-pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.cz-header {
    background-color: #218838;
    color: white;
    text-align: center;
    padding: 20px 10px 10px 10px;
    position: relative;
}

.cz-ribbon {
    position: absolute;
    top: -9px;
    right: 36px;
    background-color: #004d00;
    color: white;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: bold;
    transform: rotate(0deg);
    transform-origin: top right;
    margin-top: 10px;
    margin-right: -35px;
}

.cz-price {
    font-size: 40px;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
}

.cz-old-price {
    color: red;
    text-decoration: line-through;
    font-size: 18px;
    text-align: center;
}

.cz-feature {
    padding: 8px 15px;
    border-top: 1px solid #eee;
}

.cz-check {
    color: green;
    margin-right: 5px;
}

.cz-cross {
    color: red;
    margin-right: 5px;
}

.cz-btn {
    background-color: #218838;
    color: white;
    border: none;
    margin: 15px;
    width: calc(100% - 30px);
    padding: 10px;
    border-radius: 5px;
}

.accordion-button {
    background-color: #217846 !important;
    color: #fff !important;
    font-weight: bold;
    border: none;
}

.accordion-button:not(.collapsed) {
    background-color: #1b6539 !important;
    color: #fff;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item {
    border: none;
    margin-bottom: 5px;
}

.accordion-body {
    background-color: #f8f9fa !important;
}

.section-title {
    font-weight: bold;
    font-size: 22px;
    color: #222;
    margin-top: 30px;
}

.list-section {
    margin-bottom: 40px;
}

ol {
    padding-left: 20px;
}

ol li {
    margin-bottom: 20px;
}

strong {
    font-weight: bold;
}

/* ev cash offers CSS Ends */

.best-ev-footer {
    /* background-color: #111; */
    background: url(../images/footerbg.png);
    background-size: 100%;
    color: #fff;
    font-family: Arial, sans-serif;
    padding: 40px 20px 0;
}

.ev-footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 90%;
    margin: auto;
}


.ev-footer-section {
    flex: 1 1 220px;
    margin: 23px;
}

.ev-footer-about p {
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 4%;
}

.ev-contact-info {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.ev-contact-info li {
    margin: 19px 0;
    font-size: 18px;
}

.ev-icon {
    margin-right: 8px;
}

.ev-footer-link {
    margin-left: 2% !important;
}

.ev-footer-links ul,
.ev-footer-sell-links ul {
    list-style: none;
    padding: 0;
    font-size: 14px;
}

.ev-footer-links ul li,
.ev-footer-sell-links ul li {
    margin: 20px 0;
    font-size: 18px;
}

.ev-footer-subscribe input.ev-subscribe-input {
    width: 90%;
    padding: 8px;
    margin: 10px 0;
    border: none;
    border-radius: 4px;
}

.ev-subscribe-button {
    padding: 10px 20px;
    background-color: #2ea44f;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.ev-footer-bottom {
    border-top: 1px solid #444;
    margin-top: 30px;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 18px;
    max-width: 90%;
    margin: auto;
}

.ev-footer-policies {
    list-style: none;
    display: flex;
    gap: 15px;
    padding: 0;
    margin: 0;
}

.ev-footer-policies li {
    cursor: pointer;
}

.ev-debug-msg {
    color: red;
    font-size: 13px;
    text-align: center;
    padding: 10px 0 20px;
}

.ev-footer-section ev-footer-subscribe {
    color: red;
}

.footerIcons {
    font-size: 21px !important;
    margin-right: 4%;
    color: #2ea44f;
}

.footerLinks {
    color: white !important;
    text-decoration: none !important;
}

.formsSectionforCars1 {
    width: 30%;
    position: absolute;
    right: 200px;
    top: 216rem;
}

.formsSectionforCars2 {
    width: 30%;
    position: absolute;
    right: 200px;
    top: 229rem;
}

.formsSectionforCars3 {
    width: 30%;
    position: absolute;
    right: 200px;
    top: 242rem;
}

.formsSectionforCars4 {
    width: 30%;
    position: absolute;
    right: 200px;
    top: 227rem;
}

.formsSectionforCars5 {
    width: 30%;
    position: absolute;
    right: 200px;
    top: 229rem;
}

.formsSectionforCars6 {
    width: 30%;
    position: absolute;
    right: 200px;
    top: 227rem;
}

.formsSectionforCars7 {
    width: 30%;
    position: absolute;
    right: 200px;
    top: 237rem;
}

/* privacy policy start */
.ppsectionfirst {
    font-weight: 700;
    font-size: 31px;
}

h5.privacy-policy-heading {
    font-weight: 700;
    padding-bottom: 1%;
    margin-top: 5%;
}

span.\.privacy-policy-heading {
    font-weight: 700;
    font-size: 19px;
}

p.privacy-policy-pragraph {
    font-size: 19px;
}

.ppsectionfirst1 {
    font-weight: 700;
    font-size: 31px;
    margin-bottom: 5%;
}

/* privacy policy end */

/* Find Your EV CSS Starts */
.findYourEv-filter-container {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 0 17px rgb(0 0 0 / 28%);
}

.findYourEv-title {
    background: #28a745;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 15px;
}

.findYourEv-reset-btn {
    font-weight: bold;
}

.findYourEv-slider-labels {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.findYourEv-slider {
    margin-bottom: 20px;
}

.findYourEv-go-btn {
    font-weight: bold;
}

.accordion-button {
    font-weight: bold;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(45deg);
}

.noUi-target {
    background: #e0e0e0;
    border: none;
    border-radius: 10px;
    height: 6px;
}

.noUi-connect {
    background: #28a745;
}

.noUi-horizontal .noUi-handle {
    width: 14px;
    height: 14px;
    top: -7px;
    background: #000;
    /* border: 2px solid #28a745; */
    border-radius: 50%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    cursor: grab;
}

.noUi-handle:after,
.noUi-handle:before {
    display: none;
}

.noUi-horizontal {
    margin-top: 10px;
    margin-bottom: 10px;
}

.noUi-connect {
    background: none !important;
}

.noUi-horizontal {
    height: 1px !important;
}

.noUi-horizontal .noUi-handle {
    width: 14px !important;
    height: 14px !important;
    right: -10px !important;
    top: -8px !important;
}

.filterRangeNumbers {
    font-weight: 500 !important;
}

.dashed {
    font-weight: bolder;
}

.findYourEv-accordion .accordion-item {
    border: none;
    margin-bottom: 10px;
    margin-top: 4%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.findYourEv-accordion .accordion-header {
    background-color: #fff !important;
    border-top: 3px solid #202020;
}

.findYourEv-accordion .accordion-button {
    background-color: #fff !important;
    color: #202020 !important;
    font-weight: 500;
    box-shadow: none;
    padding: 1rem;
}

.findYourEv-accordion .accordion-button:not(.collapsed)::after {
    content: "−";
    font-size: 1.5rem;
    color: #aaa !important;
    background-image: none;
}

.findYourEv-accordion .accordion-button.collapsed::after {
    content: "+";
    font-size: 1.5rem;
    color: #aaa !important;
    background-image: none;
}

.findYourEv-accordion .accordion-body {
    padding: 1rem 1.25rem;
}

.findYourEv-checkbox {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 10px;
}

.findYourEv-checkbox label {
    font-weight: 400;
    color: #333 !important;
    font-size: 0.95rem;
}

.calculator-container {
    max-width: 400px;
    margin: 40px auto;
    padding: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.result-box {
    background-color: #333;
    color: white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.tab-button {
    border: none;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.active-tab {
    background-color: #237a42;
    color: white;
}

.inactive-tab {
    background-color: #f0f0f0;
    color: black;
}

.tab-content {
    display: none;
    margin-top: 30px;
}

.tab-content.active {
    display: block;
}

.itworksHeading {
    font-size: 30px;
}

.dropdown-wrapper {
    position: relative;
    width: 222px;
}

.dropdown-selected {
    border: 2px solid #e0e0e0;
    padding: 9px;
    cursor: pointer;
    background-color: white;
}

.dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    background-color: white;
    z-index: 1000;
    display: none;
    max-height: 200px;
    overflow-y: auto;
}

.dropdown-options div {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
}

.dropdown-options div:hover {
    background-color: #f2f2f2;
}

.dropdown-wrapper.active .dropdown-options {
    display: block;
}

.emails {
    padding-left: 20px;
}

.checkboxPadding {
    margin-left: 5% !important;
}

.contactBg {
    background-color: white;
    padding: 35px 71px 35px 71px !important;
    box-shadow: 1px 7px 11px rgb(0 0 0 / 32%);
}

.map-container iframe {
    border-radius: 0.5rem;
}

/* Find Your EV CSS Ends */

.firstttSection {
    background: url(../images/banner-bg-map.png);
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: right;
    height: 390px;
}

.evcashofferheading {
    font-size: 57px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 4%;
}

.redHeadingss {
    color: #d73333;
    font-weight: 700;
    margin-bottom: 4%;
}

.evcashdescriptions {
    width: 80%;
    font-size: 20px;
}

img.carEvcash {
    padding-top: 48%;
    width: 100%;
}

.ev-sec-wrap {
    background-color: #fefefe;
    padding: 60px 0;
}

.ev-sec-title {
    font-size: 2.3rem;
    font-weight: 700;
    color: #1c1e21;
}

.ev-sec-title span {
    color: #1a4b3c;
}

.ev-sec-desc {
    font-size: 1.125rem;
    color: #333;
}

.ev-feature-box {
    border-left: 1px solid #ddd;
    padding: 0 20px;
}

.ev-feature-box:first-child {
    border-left: none;
}

.ev-feature-icon {
    height: 48px;
    margin-bottom: 15px;
}

.ev-feature-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1c1e21;
}

.ev-feature-text {
    font-size: 1rem;
    color: #444;
    margin-top: 10px;
}

@media (max-width: 991.98px) {
    .ev-feature-box {
        border-left: none;
        border-top: 1px solid #ddd;
        padding-top: 20px;
        margin-top: 20px;
    }

    .ev-feature-box:first-child {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }
}

.custom-ev-section {
    background: #257c41;
    /* padding: 1px 0; */
    text-align: center !important;
}

.text-center-ev-cash {
    text-align: center !important;
    margin-bottom: 1% !important;
    margin-top: 2% !important;
}

.custom-ev-box {
    background-color: rgba(255, 255, 255, 0.05);
    /* Subtle box highlight */
    padding: 30px 25px;
    border-radius: 10px;
    transition: transform 0.3s;
    height: 100%;
}

.custom-ev-box:hover {
    transform: translateY(-5px);
}

.custom-ev-icon i {
    font-size: 2.5rem;
    color: #fff;
}

.custom-ev-title {
    font-size: 1.3rem;
    margin-top: 15px;
    font-weight: 700;
}

.custom-ev-text {
    font-size: 1rem;
    margin-top: 10px;
    color: #f1f1f1;
    line-height: 1.6;
}

/* sing up page css start */
.signup-tab-btn {
    border-radius: 0;
    border: none;
    padding: 17px 137px;
    font-weight: 600;
    font-size: 16px;
}

.signup-tab-btn.active {
    background-color: #1c7c44;
    color: white;
    border-bottom: 3px solid white;
}

.signUpPageSection {
    border: 2px solid #1c7c44;
    width: 70% !important;
    margin: 0 auto;
}

.signup-form-box {
    padding: 30px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.signup-btn-submit {
    background-color: #1c7c44;
    color: white;
}

.form-check-input:checked {
    background-color: #1c7c44;
    border-color: #1c7c44;
}

.form-check-input:checked {
    background-color: #1c7c44 !important;
    border-color: #1c7c44 !important;
}

.small,
small {
    font-size: 18px !important;
}

span.signstar {
    color: red !important;
    font-size: 23px !important;
}

.tearm-sing-up {
    width: 102% !important;
}

.tearm-sing-up1 {
    width: 89% !important;
}

.tearm-sing-up22 {
    width: 44% !important;
}

/* sing up page css end */

/* login page css start */
.login-container {
    max-width: 600px !important;
    margin: 50px auto !important;
    margin-top: 1% !important;
    margin-bottom: 4% !important;
}

.login-btn {
    background-color: #1e7c34 !important;
    color: white !important;
    width: min-content;
    padding: 9px 25px !important;
    font-size: 18px !important;
    margin-top: 3% !important;
}

.login-btn:hover {
    background-color: #155d27;
}

.login-label {
    font-weight: 600;
}

.login-link {
    text-decoration: none;
}

.form-controllogin {
    display: block;
    width: 100%;
    padding: .375rem .75rem !important;
    font-size: 1rem;
    line-height: 2.5 !important;
    color: #272525;
    background-color: #ede3e3;
    background-clip: padding-box;
    border: 2px solid #212529 !important;
    border-radius: .25rem;
    margin-left: 2%;
}

.form-label {
    margin-bottom: 16px !important;
    font-size: 18px !important;
}

.text-center-singup {
    text-align: center !important;
    padding-bottom: 2% !important;
    font-size: 38px !important;
}

.text-center {
    text-align: center !important;
    font-size: 38px !important;
    margin-bottom: 9% !important;
}

.text-centersellpage {
    text-align: center !important;
    font-size: 18px !important;
    margin-bottom: 2% !important;
}

.text-centersellpage1 {
    text-align: center !important;
    font-size: 38px !important;
    margin-bottom: 2% !important;
}

.form-check-label {
    margin-bottom: 0;
    font-size: 18px !important;
}

span.loginsignUp {
    font-size: 18px;
    margin-top: 3% !important;
}

/* login page css end */

/* detail page css start */
body.detailspage-body {
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
}

.detailspage-title {
    font-size: 26px;
    font-weight: bold;
}

.detailspage-price-tag {
    background-color: #2e8b57;
    color: #fff;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 20px;
}

.detailspage-sidebar-box {
    background: #fdfdfd;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
}

.detailspage-desc-table th {
    width: 40%;
    font-weight: 600;
    color: #333;
}

.detailspage-desc-table td {
    font-weight: 500;
}

.detailspage-map-container iframe {
    width: 100%;
    height: 300px;
    border: 0;
    border-radius: 8px;
}

.detailspage-btn-green {
    background-color: #2e8b57 !important;
    color: white !important;
}

.detailspage-btn-green:hover {
    background-color: #256c46;
}

.detailspage-feature-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #28a745;
    margin-right: 8px;
}

.detailspage-similar-card img {
    border-radius: 5px;
}

.detailspage-similar-card h6 {
    font-weight: bold;
}

.detailspage-similar-card .price {
    background-color: #0f2e26;
    color: white;
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: bold;
}

.btn-outline-secondary {
    color: #2e8b57;
    background-color: transparent;
    background-image: none;
    border-radius: 19px !important;
    padding: 8px 24px 10px 24px !important;
    border: 2px solid #2e8b57 ! IMPORTANT;
}

.btn-outline-secondary2 {
    color: #2e8b57;
    background-color: transparent;
    background-image: none;
    border-radius: 19px !important;
    padding: 0px 10px !important;
    border: 2px solid #2e8b57 ! IMPORTANT;
}

.detailPagee-thumbnail-img {
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
}

.detailPagee-thumbnail-img.active {
    border-color: #007bff;
}

.simmilarEVImagesThumb {
    width: 20%;
}

.detailspageFontDesc {
    font-size: 18px;
}

ul.list-unstyled.detailspage-feature-list {
    line-height: 35px;
}

h2.detailspage-title {
    font-size: 37px;
}

.showNumber {
    text-decoration: underline;
    color: grey;
    padding-left: 3%;
}

.addedDates {
    border: 1px solid green;
    color: green;
    align-content: center;
    padding: 13px 7px;
    font-size: 13px;
    border-radius: 33px;
}

.detailPageLink {
    color: black !important;
    text-decoration: none !important;
}

/* detail page css end */


/* admin-best-ev css start */
.best-ev-seller-card {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 24px;
    margin-top: 24px;
}

.best-ev-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.best-ev-avatar i {
    font-size: 30px;
    color: #4a5a6a;
}

.best-ev-green-line {
    height: 4px;
    background-color: #2d8142;
    margin: 20px 0;
}

.best-ev-title {
    font-weight: 700;
}

.best-ev-subtitle {
    font-size: 0.9rem;
    color: #6c757d;
}

.best-ev-fw-bold {
    font-weight: 700 !important;
    margin-bottom: 2% !important;
    margin-top: 3%;
}

.best-ev-listing {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

.best-ev-carousel-box {
    position: relative;
    border: 1px solid #ddd;
}

.best-ev-carousel-box img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.best-ev-image-count {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 14px;
    padding: 2px 8px;
    border-radius: 3px;
    z-index: 2;
}

.best-ev-image-count1 {
    position: absolute;
    top: 10px;
    right: 56px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 14px;
    padding: 2px 8px;
    border-radius: 3px;
    z-index: 2;
}

.best-ev-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5% ! IMPORTANT;
}

.best-ev-price-badge {
    background-color: #2d8142;
    color: white;
    font-weight: bold;
    padding: 12px 73px 12px 73px;
    font-size: 16px;
    clip-path: polygon(14% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 77px !important;
}

.best-ev-price-badge1 {
    background-color: #2d8142;
    color: white;
    font-weight: bold;
    padding: 12px 73px 12px 73px;
    font-size: 16px;
    clip-path: polygon(14% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 77px !important;
}

.best-ev-price-badge2 {
    background-color: #2d8142;
    color: white;
    font-weight: bold;
    padding: 12px 73px 12px 73px;
    font-size: 16px;
    clip-path: polygon(14% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 77px !important;
}

.priceTagEv {
    width: fit-content;
    background-color: #1a7431;
    color: white;
    font-family: Arial, sans-serif;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    clip-path: polygon(14% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.priceTagEv .label {
    font-size: 12px;
    color: #c8e6c9;
    margin-right: 10px;
}

.priceTagEv .price {
    font-size: 20px;
    font-weight: bold;
}

.best-ev-spec {
    font-size: 14px;
    margin-bottom: 5px;
}

.best-ev-location {
    font-weight: 700;
    font-size: 13px;
}

.best-ev-button {
    border: 2px solid #2d8142;
    color: #2d8142;
    padding: 4px 15px;
    border-radius: 25px;
    font-weight: 500;
    background-color: white;
    transition: all 0.3s;
    font-size: 15px;
}

.best-ev-button:hover {
    background-color: #2d8142;
    color: white;
}

.best-ev-buttons .best-ev-button {
    margin-right: 10px;
}

.best-ev-carousel-indicators [data-bs-target] {
    background-color: #2d8142;
}

.best-ev-carousel-indicators {
    position: static;
    margin-top: 5px;
}

.best-ev-coming-soon {
    background-color: #f0f0f0;
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    color: #888;
}

.best-ev-coming-soon i {
    font-size: 50px;
    color: #bbb;
}

.best-price-ev {
    font-size: 13px !important;
    color: #6e6b6b;
}

.rate-for-ev-sale {
    font-size: 15px !important;
    border-right: 1px solid grey;
    padding-right: 14px;
}

.best-ev-featured-wrapper {
    position: relative;
    overflow: hidden;
}

.best-ev-featured-ribbon {
    position: absolute;
    top: 10px;
    left: -43px;
    background-color: #2e7d32;
    color: white;
    padding: 6px 50px 6px 42px;
    transform: rotate(-45deg);
    font-weight: bold;
    font-size: 12px;
    z-index: 10;
    text-align: center !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.best-price-ev i,
.best-ev-price-badge i {
    color: #fff;
    margin-right: 4px;
}

/* admin-best-ev css end */
.best-ev-price-tag {
    background-color: #2e7d32;
    color: white;
    height: 100px;
    clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 0% 100%);
    padding: 0 15px;
    font-family: sans-serif;
}

.best-ev-price-text {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.best-ev-price-label {
    font-size: 12px;
    opacity: 0.85;
    font-weight: 500;
    white-space: nowrap;
}

.best-ev-price-value {
    font-size: 22px;
    font-weight: 700;
    margin-left: 5px;
}

/* Pricing Page New CSS */
.pricingEv-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
}

.pricingEv-card {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 10px;
    flex: 1 1 300px;
    max-width: 350px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.pricingEv-header {
    background-color: #198754;
    color: white;
    padding: 15px 10px;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    text-align: center;
}

.pricingEv-header span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: yellow;
}

.pricingEv-ribbon {
    position: absolute;
    top: 22px;
    right: -40px;
    background-color: #fff;
    color: black;
    padding: 5px 50px;
    font-size: 10px;
    transform: rotate(45deg);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    font-weight: 800;
}

.pricingEv-price {
    font-size: 36px;
    margin: 20px 0 5px;
    text-align: center;
    font-weight: 800;
}

.pricingEv-price del {
    color: red;
    font-size: 30px;
    margin-right: 5px;
    font-weight: 400;
}

.pricingEv-note {
    color: #444;
    font-size: 17px;
    text-align: center;
    margin-bottom: 10px;
}

.pricingEv-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricingEv-features li {
    padding: 9px;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: 19px;
    font-weight: 500;
    margin-left: 4%;
}

.pricingEv-icon {
    width: 20px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

.pricingEv-icon.green {
    color: green;
    font-size: 25px;
}

.pricingEv-icon.red {
    color: red;
    font-size: 25px;
}

.pricingEv-button {
    background-color: #198754;
    color: white;
    padding: 12px;
    margin: 15px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    width: calc(100% - 30px);
}

@media (max-width: 768px) {
    .pricingEv-container {
        flex-direction: column;
        align-items: center;
    }
}

.strikeThrough {
    text-decoration: line-through;
    font-size: 15px;
    font-weight: 400;
}

.msrp-box-871 {
    background-color: #2e7d32;
    /* Green background */
    color: white;
    width: 220px;
    padding: 10px 15px;
    font-family: Arial, sans-serif;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
    position: relative;
}

.msrp-text-871 {
    font-size: 14px;
    opacity: 0.85;
}

.msrp-old-price-871 {
    font-size: 13px;
    color: #cfd8dc;
    margin: 3px 0;
}

.msrp-old-price-871 span {
    text-decoration: line-through;
    font-weight: 500;
}

.msrp-new-price-871 {
    font-size: 26px;
    font-weight: bold;
    color: white;
}

.listing-title-label {
    font-weight: 700;
    font-size: 1.1rem;
    color: #212529;
    margin-bottom: 0.5rem;
}

.listing-title-input {
    border: 2px solid #000;
    border-radius: 5px;
    padding: 10px 14px;
    font-size: 1rem;
    width: 100%;
}

.form-wrapper {
    max-width: 700px;
    margin: 40px auto;
}

.upload-label {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: justify;
}

.upload-box {
    width: 150px;
    height: 180px;
    border: 2px dashed #ccc;
    border-radius: 8px;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-direction: column;
    text-align: center;
    transition: border-color 0.3s ease;
}

.upload-box:hover {
    border-color: #28a745;
}

.upload-box img {
    width: 40px;
    margin-bottom: 10px;
    opacity: 0.6;
}

.upload-text {
    color: #6c757d;
    font-weight: 600;
    font-size: 18px;
}

.upload-section {
    max-width: 900px;
}

input[type="file"] {
    display: none;
}

.category-title {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.checkbox-group {
    margin-bottom: 25px;
}

.form-check {
    margin-bottom: 15px !important;
}

.cu-price-box {
    background-color: #1a1f26;
    color: #fff;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.cu-price-box input {
    margin-top: 10px;
}

.cu-signup-box {
    background-color: white;
    border: 1px solid #ccc;
    border-top: 4px solid #198754;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.cu-signup-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.cu-info-box {
    background-color: #f4f4f4;
    padding: 25px;
    height: 100%;
    font-size: 14px;
    line-height: 1.6;
    border-left: 1px solid #ccc;
}

.cu-form-check {
    margin-top: 10px;
}

.cu-btn-disabled {
    background-color: #ccc;
    color: white;
    border: none;
    cursor: not-allowed;
}

label.ev-label {
    color: #257c41;
    margin-top: 20px;
}

.cu-compare-header {
    font-size: 42px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.1;
}

.cu-back-btn {
    background-color: #2c7a33;
    color: white;
    padding: 10px 25px;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 2%;
}

.cu-compare-box {
    background-color: #c4ccd3;
    height: 140px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.cu-compare-box::before {
    content: "+";
    font-size: 32px;
    color: white;
    background-color: #aab2bb;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cu-add-text {
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    color: #7f8c8d;
    text-transform: uppercase;
}

.cu-label-list {
    font-size: 13px;
    color: #7d7d7d;
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
}

.cu-compare-grid {
    border-left: 1px solid #e0e0e0;
}

.cu-tag {
    position: absolute;
    top: -15px;
    right: 0;
    background-color: #2c7a33;
    color: white;
    padding: 5px 12px;
    font-size: 12px;
    border-radius: 0 0 5px 5px;
}

.cu-badge {
    background-color: #fff;
    color: #2c7a33;
    padding: 2px 6px;
    font-weight: bold;
    border-radius: 10px;
    margin-left: 5px;
}

@media (max-width: 768px) {
    .cu-compare-grid {
        border-left: none;
    }
}

.text-center1 {
    text-align: center !important;
    font-size: 38px !important;
    margin-bottom: 2% !important;
}

.text-center2 {
    text-align: center !important;
    font-size: 38px !important;
    margin-bottom: 2% !important;
}


/* Pricing Page CSS Ends */

.header-page-carousel-inner {
    max-height: 400px !important;
}

.header-page-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 0 30px rgba(0, 255, 255, 0.7);
    /* Glow effect */
    transition: box-shadow 0.5s ease-in-out;
}

.carousel-fade .carousel-item {
    transition: opacity 0s ease-in-out;
    opacity: 0;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}



.custom-slider-wrapper {
    position: relative;
    height: 86vh;
    overflow: hidden;
}

.custom-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.custom-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1);
    transition: opacity 0.8s ease-in-out, transform 3s ease-in-out;
    z-index: 0;
}

.custom-slide.active-slide {
    opacity: 1;
    transform: scale(1.08);
    z-index: 1;
}

.custom-slider-text {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    padding: 0 1rem;
}

.custom-slider-text h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.custom-slider-text p {
    font-size: 1.5rem;
}

@media (max-width: 768px) {
    .custom-slider-text h1 {
        font-size: 2rem;
    }

    .custom-slider-text p {
        font-size: 1rem;
    }
}

.zIndex {
    z-index: 11111;
}

.buttons {
    padding-top: 2%;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.best-ev-increase-btn {
    height: 40px !important;
    border-radius: 0px !important;
    border: 2px solid black !important;
    font-size: 25px !important;
    padding: 0px 12px 1px 12px !important;
    color: black !important;
    font-weight: 600 !important;
}

.best-ev-increase-btn11 {
    height: 40px !important;
    border-radius: 0px !important;
    color: black !important;
    font-size: 20px !important;
    text-align: center !important;
}

input[type=range].custom-range::-webkit-slider-thumb {
    background-color: green !important;
    border: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -8px;
    /* adjust based on your track height */
}

.inlineBlockthirdBlock {
    display: flex;
}

.navbar .navbar-toggler.collapsed {
    border: 1px solid #008000 !important;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    /* background-color: #008000 !important; */
    border: 1px solid #008000 !important;
    border-radius: .25rem;
}

/* Responsive CSS Starts */
@media (max-width: 1440px) {
    .dropdownMenusSectionshedare {
        margin-top: 14%;
    }

    .inlineBlockthirdBlock {
        display: flex;
    }
}

@media (max-width: 1024px) {
    .fifthsectiondescription1 {
        width: 100%;
    }

    .nlinks {
        gap: 6px;
        font-size: 13px;
    }

    .gapingNavButton {
        gap: 7px;
        width: 21%;
    }

    .navButtons {
        padding: 13px 18px !important;
        font-size: 13px !important;
    }

    .topMenuButton {
        font-size: 9px;
    }

    .custom-slider-text h1 {
        font-size: 2rem;
    }

    .slidesButtons2 {
        padding: 11px 14px !important;
        font-size: 13px !important;
    }

    .dropdownMenusSectionshedare {
        margin-top: 10%;
    }

    .dropdown-button {
        font-size: 14px;
    }

    .custom-slide {
        height: 75%;
    }

    h2.browsehhomepage {
        font-size: 25px;
    }

    p.descriptionIndex {
        font-size: 16px;
    }

    .navButtons2 {
        padding: 11px 33px !important;
        font-size: 23px !important;
        height: 16% !important;
    }

    .headingCard {
        font-size: 20px;
    }

    .buyIcon {
        width: 50% !important;
    }

    p.cardDescIndex {
        font-size: 16px;
    }

    .buyIcon1 {
        width: 28%;
    }

    .custom-slider-text {
        top: 39%;
    }

    .leading {
        font-size: 27px;
    }

    p.thirdsectiondescription {
        font-size: 16px;
    }

    .thirdSectionBottomBG {
        margin-top: 6%;
        height: 300px !important;
        background-repeat: no-repeat;
    }

    .bgforthsection {
        margin-top: -5%;
    }

    .forthSectionHeading {
        font-size: 26px;
    }

    .forthSectiondescription {
        font-size: 16px;
    }

    .fifthsectiondescription1 {
        font-size: 16px;
        line-height: 28px;
    }

    .navButtons2 {
        padding: 11px 25px !important;
        font-size: 20px !important;
        height: 13% !important;
    }

    .sixthsection {
        height: 254px;
        background: #257C41;
        margin-top: 5%;
    }

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

    p.sixthsectiondescription {
        font-size: 17px;
        padding-bottom: 2%;
        width: 75%;
    }

    .sixthsideImage {
        width: 100%;
    }

    .ev-contact-info li {
        font-size: 14px;
    }

    .ev-footer-about p {
        font-size: 14px;
        line-height: 23px;
    }

    .ev-footer-links ul li,
    .ev-footer-sell-links ul li {
        margin: 13px 0;
        font-size: 14px;
    }

    p.getMoreDescFooter {
        font-size: 14px;
    }

    .ev-subscribe-button {
        width: 90%;
    }

    .ev-footer-section {
        margin: 0px;
    }

    .ev-footer-bottom {
        font-size: 14px;
    }

    .bacgroundaboutus {
        height: 480px;
        width: 100% !important;
    }

    h2.aboutusheading {
        margin-top: 33%;
    }

    .fifthsectiondescriptionabout {
        font-size: 18px;
        line-height: 27px;
    }

    .bgforthsection1 {
        margin-top: 10%;
    }

    .ev-sec-title {
        font-size: 29px;
    }

    .custom-ev-section {
        padding: 12px;
    }

    .evcashofferheading {
        font-size: 50px;
        margin-top: 1 4%;
    }

    .evcashofferheading {
        font-size: 40px;
        line-height: 48px;
    }

    .evcashdescriptions {
        font-size: 16px;
    }

    .signup-tab-btn {
        border-radius: 0;
        border: none;
        padding: 17px 106.1px;
        font-weight: 600;
        font-size: 16px;
    }

    .formsSectionforCars1 {
        width: 36%;
        position: absolute;
        right: 59px;
        top: 202rem;
    }

    .fw-bold {
        font-size: 18px;
    }

    .headingsFord {
        padding-top: 12%;
        font-size: 40px !important;
    }

    .headingsFord1 {
        font-size: 40px !important;
    }

    .fordpageDescriptions {
        font-size: 17px;
    }

    p.fifthsectiondescription {
        font-size: 16px;
        line-height: 26px;
        width: 100%;
    }

    .cardDescr {
        font-size: 16px;
        padding-left: 17px;
    }

    .text-centersellpage1 {
        font-size: 30px !important;
    }

    .formsSectionforCars {
        width: 36%;
        right: 58px;
        top: 215rem;
    }

    .formsSectionforCars2 {
        width: 36%;
        position: absolute;
        right: 56px;
        top: 215rem;
    }

    .formsSectionforCars3 {
        width: 36%;
        right: 56px;
        top: 224rem;
    }

    .formsSectionforCars {
        width: 36%;
        right: 58px;
        top: 218rem;
    }

    .formsSectionforCars4 {
        width: 36%;
        position: absolute;
        right: 56px;
        top: 212rem;
    }

    .formsSectionforCars5 {
        width: 36%;
        position: absolute;
        right: 56px;
        top: 213rem;
    }

    .formsSectionforCars6 {
        width: 36%;
        position: absolute;
        right: 56px;
        top: 214rem;
    }

    .formsSectionforCars7 {
        width: 36%;
        position: absolute;
        right: 56px;
        top: 221rem;
    }

    .best-ev-button {
        font-size: 11px;
    }

    .cu-compare-header {
        font-size: 30px;
        font-weight: 800;
        color: #1a1a1a;
        line-height: 1.1;
    }

    .inlineBlockthirdBlock {
        display: flex;
    }
}

@media (max-width: 768px) {
    .dropdownMenusSectionshedare {
        height: 107px;
        margin-top: 17%;
        width: 90%;
        margin-left: 5%;
        padding: 17px;
        gap: 10px;
    }

    .dropdown-button {
        font-size: 16px;
        padding: 9% 1%;
    }

    .card {
        margin: -4px;
    }

    h4.thirdsectionHeading {
        font-weight: 700;
        font-size: 20px;
    }

    p.thirdsectiondescription {
        font-size: 14px;
    }

    .thirdSectionBottomBG {
        margin-top: 15%;
        height: 268px !important;
        background-repeat: no-repeat;
    }

    .forthSectionHeading {
        font-size: 21px;
    }

    .slidesButtons3 {
        background-color: white !important;
        color: #257c41 !important;
        padding: 7px 10px !important;
        font-size: 20px !important;
        margin-top: 25%;
    }

    .topMenuButton {
        font-size: 7px;
    }

    h1.sixthsectionheading {
        font-size: 26px;
    }

    p.sixthsectiondescription {
        font-size: 14px;
        padding-bottom: 2%;
        width: 75%;
    }

    h1.sixthsectionheading {
        font-size: 26px;
        padding-top: 7%;
    }

    .slidesButtons4 {
        background-color: white !important;
        color: #257c41 !important;
        padding: 6px 14px !important;
        font-size: 16px !important;
    }

    .ev-footer-bottom {
        font-size: 11px;
    }

    .ev-footer-about p {
        font-size: 13px;
        line-height: 23px;
        width: 88%;
    }

    .ev-footer-links ul li,
    .ev-footer-sell-links ul li {
        margin: 14px 0px;
        font-size: 13px;
    }

    .ev-contact-info li {
        font-size: 13px;
        width: 88%;
    }

    img.navLogo {
        width: 43%;
    }

    .about-text-ev {
        font-size: 14px;
    }

    .fa-2x {
        font-size: 1em !important;
    }

    .feature-titleaboutus1 {
        font-size: 13px !important;
    }

    .feature-titleaboutus {
        font-size: 16px;
    }

    h2.aboutusheading {
        margin-top: 48%;
    }

    .findYourEv-title {
        font-size: 14px;
    }

    .btn-danger {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
        font-size: 13px !important;
        font-weight: 700;
    }

    .findYourEv-slider-labels {
        font-size: 11px;
    }

    .form-label {
        font-size: 13px !important;
    }

    .form-control {
        padding: 1px 5px !important;
        font-size: 13px !important;
    }

    .accordion-button {
        font-size: 13px !important;
    }

    .loancalculator {
        font-size: 22px !important;
    }

    .result-box {
        font-size: 15px;
    }

    .btn-green {
        background-color: #1b7933 !important;
        color: white !important;
        border: none;
        margin-bottom: 12px;
    }

    .fw-bold {
        font-size: 13px;
    }

    .carEVinfo {
        font-size: 11px !important;
    }

    .price-tag {
        padding: 3px 14px !important;
        font-size: 15px !important;
    }

    .price-tag {
        bottom: 90px !important;
        padding: 8px 16px !important;
    }

    .info-label {
        font-size: 11px !important;
        color: #888 !important;
    }

    .car-actions .btn {
        font-size: 9px !important;
    }

    .itworksHeading {
        font-size: 27px;
    }

    .form-check-label {
        font-size: 10px !important;
    }

    .contactBg {
        background-color: white;
        padding: 10px 13px 20px 16px !important;
        box-shadow: 1px 7px 11px rgb(0 0 0 / 32%);
    }

    .contactWidths {
        width: 69% !important;
    }

    .signup-tab-btn {
        border-radius: 0;
        border: none;
        padding: 10px 67.6px;
        font-weight: 600;
        font-size: 15px;
    }

    .pricingEv-card {
        width: 83% !important;
        overflow: inherit;
    }

    .free {
        top: 24px !important;
        right: 0px !important;
        padding: 9px 30px !important;
    }

    .greatDeal {
        top: 27px !important;
        right: -4px !important;
        padding: 5px 14px !important;
    }

    .mostpopular {
        top: 30px !important;
        right: -4px !important;
        padding: 5px 8px !important;
    }

    .headingsFord {
        padding-top: 21%;
        font-size: 35px !important;
    }

    .headingsFord1 {
        font-size: 35px !important;
    }

    .fordpageDescriptions {
        font-size: 15px;
    }

    h3.fifthsectionHeading {
        font-weight: 700;
        padding-top: 5%;
        font-size: 26px;
        padding-bottom: 3%;
    }

    h3.fifthsectionHeading1 {
        font-weight: 700;
        font-size: 26px;
    }

    p.fifthsectiondescription {
        font-size: 12px;
        line-height: 19px;
        width: 100%;
    }

    .img-fluid {
        margin-top: 8% !important;
    }

    .headingDescriptionss {
        padding-bottom: 5%;
        font-size: 13px;
    }

    .form-card {
        padding: 19px;
    }

    .container-fluid.formSectionCars {
        height: 302px !important;
    }

    .formsSectionforCars1 {
        width: 36%;
        position: absolute;
        right: 59px;
        top: 204rem;
    }

    .formsSectionforCars2 {
        width: 36%;
        position: absolute;
        right: 56px;
        top: 220rem;
    }

    .formsSectionforCars3 {
        width: 36%;
        right: 56px;
        top: 230rem;
    }

    .formsSectionforCars4 {
        width: 36%;
        position: absolute;
        right: 56px;
        top: 217rem;
    }

    .formsSectionforCars5 {
        width: 36%;
        position: absolute;
        right: 56px;
        top: 217rem;
    }

    .formsSectionforCars6 {
        width: 36%;
        position: absolute;
        right: 56px;
        top: 217rem;
    }

    .formsSectionforCars7 {
        width: 36%;
        position: absolute;
        right: 56px;
        top: 224rem;
    }

    h2.detailspage-title {
        font-size: 27px;
        padding-top: 1%;
    }

    .addedDates {
        padding: 7px 7px !important;
        font-size: 11px !important;
    }

    .h5 {
        font-size: 15px !important;
    }

    .showNumber {
        padding-left: 6%;
        font-size: 11px;
        padding-top: 14px;
    }

    .detailspage-desc-table td {
        font-weight: 400 !important;
        font-size: 11px !important;
    }

    .best-ev-button {
        font-size: 7px;
    }

    .best-ev-title {
        font-size: 17px;
    }

    .best-ev-spec {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .rate-for-ev-sale {
        font-size: 11px !important;
        border-right: 1px solid grey;
        padding-right: 16px;
        font-weight: 700;
    }

    .noBorderright {
        font-size: 13px !important;
        border-right: none;
        padding-right: 25px;
    }

    .best-ev-price-badge {
        padding: 8px 66px 11px 55px;
        font-size: 16px;
        margin-left: 14px;
    }
}

@media (max-width: 576px) {
    button.navbar-toggler.collapsed {
        border: 1px solid green !important;
    }

    .bgGreen {
        display: none;
    }

    .zIndex {
        display: none;
    }

    .descriptionsSection {
        display: inline-block;
        font-size: 19px;
        margin-bottom: 4%;
    }

    .navButtons2 {
        padding: 9px 16px !important;
        font-size: 15px !important;
        height: 13% !important;
    }

    .secondSection {
        margin-top: 37%;
        text-align: center;
    }

    .buyIcon {
        width: 14% !important;
    }

    .buyIcon1 {
        width: 14%;
    }

    .cardSections {
        margin-top: 10%;
        margin-bottom: 10%;
    }

    .leading {
        font-size: 21px;
    }

    .inlineBlockthirdBlock {
        display: inline-block !important;
    }

    .borderColor {
        height: 306px;
        width: 90%;
        margin-bottom: 6%;
    }

    .secondBoxBG {
        margin-right: 0px;
        margin-left: 8%;
    }

    p.thirdsectiondescription {
        padding-top: 4%;
        padding-bottom: 3%;
    }

    .slidesButtons3 {
        background-color: white !important;
        color: #257c41 !important;
        padding: 7px 10px !important;
        font-size: 13px !important;
        margin-top: 1%;
        margin-left: 9%;
    }

    .fifthsectiondescription1 {
        font-size: 15px;
        line-height: 24px;
        text-align: justify;
    }

    .sixthsection {
        height: 254px;
        background: #257C41;
        margin-top: 8%;
    }

    .sixthsection {
        height: 436px;
        background: #257C41;
        margin-top: 8%;
    }

    .sixthsideImage {
        width: 85%;
        margin-top: 5%;
        margin-left: 3%;
    }

    .navButtons2 {
        padding: 9px 16px !important;
        font-size: 15px !important;
        height: 9% !important;
    }

    img.d-block.w-100.aboutcarousel {
        height: 284px !important;
    }

    .fifthsectiondescriptionabout {
        font-size: 16px;
        line-height: 23px;
    }

    h2.aboutusheading {
        margin-top: 33%;
        margin-left: 27%;
        font-size: 38px;
    }

    .bacgroundaboutus {
        height: 200px;
        width: 100% !important;
    }

    .evcashofferheading {
        font-size: 49px;
        line-height: 52px;
        margin-top: 8%;
        text-align: center;
    }

    .firstttSection {
        background: none;
    }

    img.carEvcash {
        padding-top: 0%;
        width: 85%;
        margin-left: 6%;
    }

    .bgforthsection1 {
        margin-top: 35%;
    }

    .redHeadingss {
        text-align: center;
    }

    .evcashdescriptions {
        width: 100%;
        padding-left: 2px;
        text-align: center;
    }

    .navButtons {
        color: #fff !important;
        font-weight: 500 !important;
        padding: 13px 20px !important;
        background-color: #257c41 !important;
        margin-left: 38%;
    }

    h2.aboutusheading {
        margin-top: 33%;
        margin-left: 27%;
        font-size: 29px;
    }

    .signUpPageSection {
        border: 2px solid #1c7c44;
        width: 96% !important;
        margin: 0 auto;
    }

    .signup-tab-btn {
        padding: 10px 41.6px;
    }

    .detailspage-btn-green {
        background-color: #2e8b57 !important;
        color: white !important;
        margin-bottom: 4px;
    }

    .price-tag2 {
        padding: 8px 29px;
        font-size: 20px;
        height: 50px;
    }

    h2.detailspage-title {
        font-size: 16px;
        padding-top: 2%;
    }

    .btn-outline-secondary {
        padding: 5px 12px 5px 12px !important;
        margin-bottom: 3%;
    }

    .headingsFord {
        padding-top: 20%;
        font-size: 29px !important;
    }

    .headingsFord1 {
        font-size: 29px !important;
    }

    .fordpageDescriptions {
        font-size: 12px;
    }

    .slidesButtons {
        background-color: white !important;
        color: #257c41 !important;
        padding: 11px 13px !important;
        font-size: 13px !important;
    }

    .navButtons2 {
        padding: 10px 16px !important;
        font-size: 14px !important;
        height: 12% !important;
    }

    .headingContacts {
        padding-top: 5% !important;
        padding-bottom: 1%;
        font-size: 23px;
        font-weight: 600;
    }

    .contactcontainerss {
        height: 30rem !important;
    }

    .formsSectionforCars1 {
        width: 95% !important;
    }

    .slidesButtons5 {
        background-color: white !important;
        color: #000 !important;
        padding: 7px 5px !important;
        font-size: 17px !important;
    }

    .formsSectionforCars1 {
        width: 36%;
        position: absolute;
        right: 19px !important;
        top: 308rem !important;
    }

    .bacgroundFord {
        height: 455px;
    }

    .navButtons2 {
        height: 12% !important;
    }

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

    p.fifthsectiondescription {
        font-size: 14px;
        line-height: 21px;
    }

    .fifthsectiondescription1 {
        font-size: 14px;
        line-height: 21px;
        text-align: justify;
    }

    .text-centersellpage1 {
        font-size: 22px !important;
        margin-bottom: 1% !important;
    }

    .waitingFor {
        height: 265px;
        background-size: cover;
    }

    .text-centersellpage {
        font-size: 15px !important;
        margin-bottom: 3% !important;
        margin-top: 1% !important;
    }

    .slidesButtons {
        padding: 9px 13px !important;
        font-size: 13px !important;
    }

    .secondSection {
        margin-top: 11% !important;
        text-align: center;
    }

    .formSectionCars {
        height: 184px !important;
    }

    .headingContacts {
        font-size: 15px;
    }

    .headingDescriptionss {
        padding-bottom: 5%;
        font-size: 12px;
    }

    .headingDescriptionss {
        padding-bottom: 5%;
        font-size: 12px;
    }

    .container-fluid.formSectionCars {
        height: 200px !important;
    }

    .formsSectionforCars1 {
        width: 36%;
        position: absolute;
        right: 13px !important;
        top: 281rem !important;
    }

    .contactcontainerss {
        height: 30rem !important;
        margin-bottom: 20%;
    }

    .formsSectionforCars {
        width: 94%;
        right: 13px;
        top: 302rem;
    }

    .formsSectionforCars2 {
        width: 93%;
        position: absolute;
        right: 18px;
        top: 302rem;
    }

    .formsSectionforCars3 {
        width: 93%;
        position: absolute;
        right: 18px;
        top: 318rem;
    }

    .formsSectionforCars4 {
        width: 93%;
        position: absolute;
        right: 18px;
        top: 302rem;
    }

    .formsSectionforCars5 {
        width: 93%;
        position: absolute;
        right: 18px;
        top: 302rem;
    }

    .formsSectionforCars6 {
        width: 93%;
        position: absolute;
        right: 18px;
        top: 300rem;
    }

    .formsSectionforCars7 {
        width: 93%;
        position: absolute;
        right: 18px;
        top: 309rem;
    }

    .best-ev-price-badge {
        padding: 6px 57px 8px 25px;
        font-size: 13px;
        margin-left: 19rem;
    }

    .priceTagEv .label {
        font-size: 9px;
    }

    .priceTagEv .price {
        font-size: 13px;
    }

    .priceTagEv {
        padding: 5px 11px;
        margin-left: 18rem;
    }

}

@media (max-width: 425px) {}

/* Responsive CSS Ends */