* {
    font-family: Poppins !important;
}

body {
    font-family: Poppins !important;
    color: #000000;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

:root{
    --terms-orange: #F58220;
    --terms-black: #0A0203;
}

::selection {
    color: white;
    background-color: #f58220;
}

.bg-overlay {
    display: none;
}

.layout_padding {
    padding: 90px 0;
}

.layout_padding2 {
    padding: 45px 0;
}

.layout_padding2-top {
    padding-top: 45px;
}

.layout_padding2-bottom {
    padding-bottom: 45px;
}

.layout_padding-top {
    padding-top: 90px;
}

.layout_padding-bottom {
    padding-bottom: 90px;
}

.heading_container {
    text-align: center;
    font-size: 3em;
    font-family: Poppins !important;
    font-weight: 600;
}

.heading_container .why_sell_your_car {
    color: #656565;
}

.heading_container .deal_to_dealer {
    color: #f58220;
}

.heading_container_subheading {
    margin-top: 9px;
    text-align: center;
    color: #939598;
    font-size: 2.25em;
    font-family: Poppins !important;
    font-weight: 400;
    letter-spacing: 0.72px;
    word-wrap: break-word;
}

.header-logo-icon-size {
    max-width: 250px;
}
/* header dropdown profile button */
.header-avatar {
    display: flex;
    width: 57px;
    height: 57px;
    /* border: 4px solid #f58220; */
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    border-radius: 50%;
    margin: auto !important;
}
.header-avatar > .avatar-img {
    /* max-width: 45px; */
    max-width: 50px;
    /* width: 100%; */
    /* height: 100%; */
    margin-left: 4px;
object-fit: cover;
box-sizing: border-box;
}

.header-dropdown-avatar {
    min-width: 0 !important;
    margin-top: 10px;
    padding: 17px 11px 5px 11px;
    border-radius: 10px !important;
    background-color: #f58220;
    left: -90px;
    border: 2px solid white !important;
    width: 150px;
}
.header-dropdown-avatar > ul > .dropdown-lists {
    border-bottom: 2px solid white;
}
.dropdown-avatar-link > .dropdown-text {
    font-size: 18px;
    font-weight: 400;
    margin: 0 !important;
}

.dropdown-toggle::after {
    /* display: inline-block; */
    /* margin-left: 0.255em; */
    /* vertical-align: 0.255em; */
    /* content: ""; */
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0;
    border-left: 0 !important;
}
/*header section*/

.hero_area {
    padding-bottom: 4rem;
    /* url(../images/banner-img-1.png) */
    /* background-image: url(../images/main-bg.png); */
    /* background-image: url(../images/hero-right.png); */
    background-image: url(../images/main-hero-bg.png);
    /* background-size: 460px, 100% 100%; */
    background-size: cover;
    /* background-position: left 16% bottom, center; */
    background-position: right -56rem top -17rem;
    background-repeat: no-repeat;
    position: relative;
}
.hero-left-side {
    /* position: relative; */
    overflow: hidden;
}
.sliding-car {
    position: absolute;
    left: -100%; 
    animation: slideIn 5s forwards; 
    top: 38%;
}

.content-hero {
    position: absolute;
    bottom: -100%; 
    left: 6%;
    animation: slideUp 2s forwards;
    animation-delay: 1s;
    /* max-width: 660px; */
    max-width: 800px;
    width: 100%;
}
.hero-left-side > .content-hero > .h1-hero {
    font-size: 5rem;
    font-weight: 600;
    color: #656565;
    text-align: left;
    text-shadow: 0px 0px 3.311px rgba(0, 0, 0, 0.25);
    line-height: 8rem;
}
.hero-left-side > .content-hero > .arrow-banner {
    right: -2%;
    top: 62%;
}

/* car slide */
@keyframes slideIn {
    0% {
        left: -100%;
    }
    50% {
        left: 30%;
        transform: translateX(-30%);
    }
    100% {
        left: 30%;
        transform: translateX(-30%);
    }
}

.sliding-car > img {
    max-width: 100%;
    height: auto;
}
/* content slide */

@keyframes slideUp {
    0% {
        bottom: -100%;
        opacity: 0;
    }
   33% {
    opacity: 0;
    }
    100% {
        bottom: 31.5%;
    }
}

/* .content-hero h1 {
    font-size: 2rem; 
    text-align: center;
} */

.content-hero h1 span {
    color: #F58220; 
}

/* sliding car ends */

.sub_page .hero_area {
    height: auto;
}

.sub_page .who_section.layout_padding {
    padding-top: 0;
}

.hero_area.sub_pages {
    height: auto;
}

.header_section {
    background-color: transparent;
    position: absolute;
    width: 100%;
}

.header_section_dealer {
    background-color: transparent;
    width: 100%;
}

.header_section,
.header_section_dealer .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}

.header_section,
.header_section_dealer .nav_container {
    margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2rem;
}
ul.navbar-nav.profile-list {
    justify-content: center;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    /* margin: 10px 15px; */
    padding: 0;
    color: #000000;
    text-align: center;
    position: relative;
    font-size: 1em;
    font-family: Poppins !important;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link::after {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: transparent;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link,
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link:hover {
    color: #f58220;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active a::after,
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover a::after {
    display: block;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a:hover,
a:focus {
    color: initial;
}

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.user_option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.user_option a {
    color: #ffffff;
    margin: 10px 30px;
}

.custom_nav-container .nav_profile-btn {
    background-color: #f58220;
    border-radius: 30px;
    color: #fff;
    border: 1px #f58220 solid;
    font-size: 1em;
    width: 168px;
    font-family: "Poppins";
}

.custom_nav-container .nav_sign-in-btn {
    background: #303437;
    border-radius: 5px;
    border: 1px #f58220 solid;
    color: #fff;
    font-size: 1em;
    width: 168px;
    font-family: "Poppins";
}

.custom_nav-container .nav_profile-btn img {
    position: relative;
    left: -10px;
    top: -1px;
    width: 14px;
}

.navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.navbar-brand span {
    font-size: 1.25em;
    color: #000000;
    position: relative;
    z-index: 3;
}

.custom_nav-container {
    z-index: 99999;
    padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
    outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
    background-image: url(../images/menu.png);
    background-size: 55px;
}

/*end header section*/
.slider_section {
    height: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
}

.slider_section #carouselExampleIndicators {
    width: 100%;
}

.slider_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.slider_section .box {
    margin: 90px 0;
}

.costless-secure-wrapper {
    max-width: 66%;
    width: 100%;
    display: flex;
    justify-content: end;
}


.slider_section .detail-box {
    width: 448px;
    height: 469px;
    margin-top: 133px;
    margin-left: 40px;
    justify-content: center;
    align-self: center;
}

.slider_section .detail-box h1 {
    font-size: 4rem;
    font-weight: bold;
}

.slider_section .detail-box h2 {
    font-weight: bold;
    font-size: 2.5rem;
}

.slider_section .detail-box p {
    margin-top: 25px;
}

.slider_section .detail-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #171717;
    border: 1px solid #171717;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    margin-top: 35px;
}

.slider_section .detail-box a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
}

.slider_section .img-box img {
    width: 100%;
}

.slider_section .detail-box .get-better-box {
    color: white;
    font-size: 1.25em;
    font-family: Poppins !important;
    font-weight: 400;
    letter-spacing: 0.4px;
    word-wrap: break-word;
    margin-top: 12px;
}

.slider_section .detail-box .heading {
    color: white;
    font-size: 2.5em;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
    margin-top: 12px;
}

/* .slider_section #carouselExampleIndicators .container {
  height: calc(100vh - 200px);
  width: 100%;
} */

.slider_section #carouselExampleIndicators .carousel-indicators {
    bottom: 45px;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider_section #carouselExampleIndicators .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 100%;
    opacity: 1;
}

.slider_section #carouselExampleIndicators .carousel-indicators li.active {
    border: 4px solid #ffffff;
}

.how_section {
    background-image: url(../images/Logotipo-05_1.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left center;
}

.how_section .how_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 55px 150px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

.how_section .how_container .box {
    display: inline-grid;
    width: 367px;
    height: 232px;
    position: relative;
    background: white;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    border: 1px black solid;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
    padding-top: 40px;
    padding-left: 52px;
    background-image: url(../images/ic_start.png);
    background-repeat: no-repeat;
    background-position: right top;
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 39px;
    margin-bottom: 39px;
}

.how_section .how_container .box .heading {
    color: #f58220;
    font-size: 1.75em;
    font-family: Poppins !important;
    font-weight: 500;
    line-height: 28.23px;
    letter-spacing: 0.56px;
    word-wrap: break-word;
    text-align: left;
}

.how_section .how_container .box .detail {
    width: 262px;
    margin-top: 10px;
    color: black;
    /* font-size: 0.866875em; */
    font-size: 0.9em;
    font-family: Poppins !important;
    font-weight: 400;
    letter-spacing: 0.28px;
    word-wrap: break-word;
    text-align: left; 
    -webkit-text-size-adjust: 100%;
    padding-bottom: 1rem;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.how_section .how_container .box .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 200px;
    background-color: #f6f5f7;
}

.how_section .how_container .box .img-box svg {
    width: 75px;
    height: auto;
}

.how_section .how_container .box .detail-box {
    margin-top: 15px;
}

.how_section .how_container .box .detail-box h5 {
    font-weight: bold;
    position: relative;
}

.how_section .how_container .box .detail-box h5::before {
    display: none;
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 75px;
    height: 2px;
    background-color: #30ae69;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.how_section .how_container .box .detail-box p {
    color: #b8b8b8;
}

.how_section .how_container .box:hover .img-box {
    background-color: #30ae69;
}

.how_section .how_container .box:hover .img-box svg {
    fill: #ffffff;
}

.how_section .how_container .box:hover .detail-box {
    margin-top: 15px;
}

.how_section .how_container .box:hover .detail-box h5::before {
    display: block;
}

.how_section .how_container .box:hover .detail-box p {
    color: #393a3c;
}

.how_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.how_section .btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #171717;
    border: 1px solid #171717;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.how_section .btn-box a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
}
.about-section-container {
    max-width: 1320px !important;
}
.about_section {
    text-align: left;
    background-image: url(../images/how_to_deal_back.png);
    background-repeat: no-repeat;
    /* background-position: right -290px bottom -5px; */
    background-position: right -300px bottom -5px;
    background-size: contain;
    /* min-height: 506px; */
    padding-bottom: 8rem;
    /* padding-bottom: 2rem; */
}

.about_section:has(.btn-join-now) {
    background-position: right -362px bottom -5px;
} 

.about_section .btn-join-now {
    margin-top: 40px;
    width: 100%;
    max-width: 243px;
    height: 57px;
    background: #f58220;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    border: 1px white solid;
    color: white;
    font-size: 1.25em;
    font-family: Poppins !important;
    font-weight: 600;
    letter-spacing: 0.4px;
    word-wrap: break-word;
}

.about_section .detail-box ul li {
    margin-top: 10px;
    color: #0a0203;
    font-size: 0.875em;
    font-family: Poppins !important;
    font-weight: 400;
    letter-spacing: 0.32px;
    word-wrap: break-word;
}

.about_section ul li::marker {
    color: #f58220;
    font-size: 1.125em;
    margin-top: 2px;
}

.about_section .heading_container {
    margin-top: 48px;
    text-align: left;
    font-size: 4em;
    font-family: Poppins !important;
    font-weight: 600;
}

.about_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: left;
    align-items: left;
}

.about_section .box p {
    width: 55%;
    color: #0a0203;
    font-size: 1.25em;
    font-family: Poppins !important;
    font-weight: 500;
    letter-spacing: 0.4px;
    word-wrap: break-word;
}

.about_section .box ul {
    padding-left: 0px;
}

.about_section .box ul li {
    list-style: none;
    color: #0a0203;
    font-size: 1em;
    font-family: Poppins !important;
    font-weight: 400;
    letter-spacing: 0.32px;
    word-wrap: break-word;
}

.about_section .box .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
}

.about_section .box .img-box img {
    max-width: 100%;
    -webkit-filter: drop-shadow(0px 36px 13px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0px 36px 13px rgba(0, 0, 0, 0.3));
}

.about_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about_section .btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #171717;
    border: 1px solid #171717;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    margin-top: 35px;
}

.about_section .btn-box a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
}

section.app_section .detail-box {
    width: 95%;
    margin: auto;
}

section.app_section {
    color: #ffffff;
    /* background: #303437; */
    background: #939598;
    background-image: url(../images/Logotipo-list-car.png);
    background-repeat: no-repeat;
    background-position: left;
    min-height: 439px;
    /* margin-bottom: 40px; */
}

section.app_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.app_section .detail-box .heading {
    margin-top: 60px;
    opacity: 0.2;
    font-size: 9.375em;
    font-family: Poppins !important;
    font-weight: 600;
    stroke: azure;
    paint-order: stroke fill;
    /* -webkit-text-stroke: 3px #000; */
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: black;
    /* color: #303437; */
    color: transparent;
    text-align: left;
    line-height: 150px;
    margin-right: 4rem;
}

section.app_section .detail-box .list_your_car_heading {
    margin-top: 50px;
    /* color: #f58220; */
    color: #e8e8e8;
    font-size: 3.4375em;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
    width: 575px !important;
}

section.app_section .detail-box .list_your_car_sub_heading {
    /* color: #f58220; */
    color: #e8e8e8;
    font-size: 1.5em;
    font-family: Poppins !important;
    font-weight: 400;
    word-wrap: break-word;
}

section.app_section .detail-box .state-dropdown {
    margin-top: 24px;
    width: 100%;
    max-width: 455px;
    height: 45px;
    background: white;
    border-radius: 5px;
    border: 1px #f58220 solid;
    color: #939598;
    font-size: 0.9875em;
    font-family: Poppins !important;
    font-weight: 400;
    letter-spacing: 0.4px;
    word-wrap: break-word;
    padding-left: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
}

section.app_section .detail-box .registration-input {
    margin-top: 24px;
    width: 100%;
    max-width: 455px;
    height: 45px;
    background: white;
    border-radius: 5px;
    border: 1px #f58220 solid;
    color: #939598;
    font-size: 0.9875em;
    font-family: Poppins !important;
    font-weight: 400;
    letter-spacing: 0.4px;
    word-wrap: break-word;
    padding-left: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
}

section.app_section .detail-box .btn-get-offer {
    margin-top: 24px;
    width: 100%;
    max-width: 455px;
    height: 45px;
    background: #e76a00;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    border: 3px white solid;
    color: white;
    font-size: 0.9875em;
    font-family: Poppins !important;
    font-weight: 600;
    letter-spacing: 0.4px;
    word-wrap: break-word;
}

.auto_section {
    text-align: center;
}

.auto_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.auto_section .box .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px;
}

.auto_section .box .img-box img {
    max-width: 100%;
}

.auto_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.auto_section .btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #171717;
    border: 1px solid #171717;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    margin-top: 35px;
}

.auto_section .btn-box a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
}

.client_section {
    margin-top: 35px;
}

.client_section .heading_container {
    width: 70%;
    margin: auto;
    color: black;
    font-size: 4em;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
    text-align: left;
    text-align: left;
}

.client_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70%;
    margin: 45px auto;
    justify-content: center;
}

.client_section .box .testimon_containter {
    /* background-image: url(../images/union_testmon_small.png); */
    background-size: 100% 412px;
    background-position: left;
    background-repeat: no-repeat;
    width: 409px;
    min-height: 412px;
    padding: 14px;
    position: relative;
}

.client_section .box .testimon_containter .bg_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: -1;
}

.client_section .box .testimon_containter_large {
    background-image: url(../images/union_testmon_small.png);
    background-size: 100% 100%;
    background-position: left;
    background-repeat: no-repeat;
    width: 340px;
    padding: 12px;
    position: relative;
}

.client_section .box .testimon_containter .testmon_header_section {
    padding-top: 30px;
    padding-left: 42px;
    text-align: left;
}

.client_section
    .box
    .testimon_containter
    .testmon_header_section
    .customer_name {
    color: black;
    font-size: 1.08375em;
    font-family: Poppins !important;
    font-weight: 400;
    letter-spacing: 0.35px;
    word-wrap: break-word;
    height: 34px;
}

.client_section
    .box
    .testimon_containter
    .testmon_header_section
    .customer_type {
    color: #f58220;
    font-size: 0.875em;
    font-family: Poppins !important;
    font-weight: 300;
    letter-spacing: 0.28px;
    word-wrap: break-word;
    height: 12px;
}

.client_section .box .testimon_containter .testimon-body {
    color: black;
    font-size: 0.866875em;
    font-family: Poppins !important;
    font-weight: 400;
    letter-spacing: 0.28px;
    word-wrap: break-word;
    height: 110px;
    margin-top: 27.35px;
    margin-left: 41.68px;
    margin-right: 26.05px;
    text-align: left;
}

.client_section .box .testimon_containter .fb_icon {
    padding-left: 32px;
    /* margin-top: 27.35px; */
    position: absolute;
    bottom: 42px;
}

.client_section .box .testimon_containter .fb_icon .date {
    position: relative;
    top: 16px;
    left: 18px;
    color: black;
    font-size: 0.75em;
    font-family: Poppins !important;
    font-weight: 400;
    letter-spacing: 0.24px;
    word-wrap: break-word;
}

.client_section .box .client_id {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 40px 5px 15px;
    text-align: center;
    position: relative;
    margin-right: 25px;
    width: 435px;
}

.client_section .box .client_id .img-box {
    width: 175px;
}

.client_section .box .client_id .img-box img {
    width: 100%;
}

.client_section .box .client_id .name {
    margin-top: 15px;
}

.client_section .box .client_id .name h5 {
    text-transform: uppercase;
    font-size: 1.125em;
}

.client_section .box .client_id .name h6 {
    color: #6d6c6c;
}

.client_section .box .client_id:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
    -webkit-clip-path: polygon(
        0 14%,
        89% 14%,
        89% 48%,
        100% 53%,
        89% 58%,
        89% 100%,
        0 100%
    );
    clip-path: polygon(
        0 14%,
        89% 14%,
        89% 48%,
        100% 53%,
        89% 58%,
        89% 100%,
        0 100%
    );
}

.client_section .box .client_id:after {
    content: "";
    position: absolute;
    top: 17%;
    left: 3%;
    width: 85%;
    height: 85%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -2;
    -webkit-filter: blur(25px);
    filter: blur(25px);
}

.client_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.client_section .btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #171717;
    border: 1px solid #171717;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    margin-top: 25px;
}

.client_section .btn-box a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
}

.across_australia {
    background-image: url(../images/across_aust_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.across_australia .box {
    width: 80%;
    margin: auto;
    text-align: center;
}

.across_australia .box .heading {
    color: white;
    font-size: 8em;
    font-family: Poppins !important;
    font-weight: 275;
    word-wrap: break-word;

    position: relative;
    top: 52px;
}

.across_australia .box .sub-heading {
    color: #f58220;
    font-size: 3em;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
    margin-top: 42px;
}

.across_australia .box .detail {
    color: white;
    font-size: 1.25em;
    font-family: Poppins !important;
    font-weight: 400;
    letter-spacing: 0.4px;
    word-wrap: break-word;
    width: 65%;
    margin: auto;
    margin-top: 42px;
}

.across_australia .box .contact-form {
    width: 100%;
    max-width: 720px;
    margin: auto;
    padding-bottom: 70px !important;
}

.across_australia .box .contact-form .contact-form-heading {
    color: white;
    font-size: 2em;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
    margin-top: 20px;
}

.across_australia .box .contact-form .contact-form-input {
    background: white;
    border-radius: 5px;
    border: 1px #f58220 solid;
    width: 100%;

    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 17.33px;
}

.across_australia .box .contact-form .input-gap {
    margin-top: 19px;
}

.across_australia .box .contact-form textarea {
    background: white;
    border-radius: 5px;
    border: 1px #f58220 solid;
    width: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 17.33px;
}

.across_australia .box .contact-form .btn-contact-form {
    width: 100%;
    height: 100%;
    background: #f58220;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    border: 1px white solid;
    color: white;
    font-size: 0.9875em;
    font-family: Poppins !important;
    font-weight: 600;
    letter-spacing: 0.32px;
    word-wrap: break-word;
}

.info_section {
    /* background-color: #656565; */
    background-color:#303437;
    color: #ffffff;
    /* padding: 100px 0 92px 0; */
    /* padding: 30px 0 30px 0; */
    padding: 30px 0 47px 0;
}

.info_section h5 {
    margin-bottom: 35px;
    font-size: 1.375em;
}

.info_section .info_contact .info_logo a {
    position: relative;
}

.info_section .info_contact .info_logo a span {
    color: #ffffff;
    font-size: 1.625em;
    font-weight: bold;
    position: relative;
    z-index: 3;
}
.info_section .info_contact .info_logo a {
    max-width: 432px;
}
.info_section .info_contact .info_logo a img {
    /* max-width: 432px; */
    width: 100%;
}

.info_section .info_contact .img-box {
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.info_section .info_contact .text {
    color: white;
    /* font-size: 0.8125em; */
    font-size: 1em;
    font-family: Poppins !important;
    font-weight: 400;
    letter-spacing: 0.26px;
    word-wrap: break-word;
}

.info_section .info_contact p {
    margin: 0;
}

/* .info_section .info_contact > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
} */

.info_section .info_contact > .info_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
}

.info_section .info_contact > div img {
    height: auto;
    margin-right: 12px;
}

.info_section .info_info > div {
    color: white;
    font-size: 1.5em;
    font-family: Poppins !important;
    font-weight: 500;
    word-wrap: break-word;
    margin-top: 20px;
}
.footer-mail-link:hover { 
color: #f58220 !important;
}
.quick-link-head{
    font-size: 2em !important;
}
.info_section .info_links ul {
    padding: 0;
}

.info_section .info_links ul li {
    list-style-type: none;
}

.info_section .info_links ul li a {
    display: inline-block;
    color: #ffffff;
    margin: 2px 0;
}


.info_section .info_form form input {
    outline: none;
    width: 100%;
    padding: 7px 10px;
    border: 1px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
}

.info_section .info_form form input::-webkit-input-placeholder {
    color: #ffffff;
}

.info_section .info_form form input:-ms-input-placeholder {
    color: #ffffff;
}

.info_section .info_form form input::-ms-input-placeholder {
    color: #ffffff;
}

.info_section .info_form form input::placeholder {
    color: #ffffff;
}

.info_section .info_form form button {
    display: inline-block;
    padding: 8px 35px;
    background-color: #30ae69;
    border: 1px solid #30ae69;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 0.9375em;
}

.info_section .info_form form button:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
}

.info_section .btn-join-now {
    margin-top: 40px;
    width: 100%;
    max-width: 243px;
    height: 57px;
    background: #f58220;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    border: 1px white solid;
    color: white;
    font-size: 1.25em;
    font-family: Poppins !important;
    font-weight: 600;
    letter-spacing: 0.4px;
    word-wrap: break-word;
}

/* footer section*/

.footer_section {
    border-top: 1px solid #f58220;
    background-color: #656565;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.footer-copywrite {
    background-color: #303437;
}
.footer_section .text {
    color: white;
    font-size: 0.875em;
    font-family: Poppins !important;
    font-weight: 400;
    letter-spacing: 0.28px;
    word-wrap: break-word;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer_section .text-left {
    text-align: left;
}

.footer_section .text-right {
    text-align: right;
}

.footer_section a {
    color: #ffffff;
}


/* footer sitemap */
.footer-sitemap > .footer-site-item {
    margin-top: 8px;
margin-bottom: 8px;
}
.footer-sitemap > .footer-site-item > .footer-site-links {
    text-decoration: none;
    color: white; 
}
.footer-sitemap > .footer-site-item > .footer-site-links:hover{
    color:#f58220;
}
.footer-sitemap > .footer-site-item {
    margin-top: 0px;
margin-bottom: 4px;
}
/* footer sitemap ends*/

.sign-in-panel {
    padding-top: 66px;
    padding-left: 104px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.become-seller-heading {
    color: #f58220;
    font-size: 2em;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
}

.become-seller-detail {
    margin-top: 18px;
    color: #0a0203;
    font-size: 1.25em;
    font-family: Poppins !important;
    font-weight: 400;
    letter-spacing: 0.4px;
    word-wrap: break-word;
}

.become-seller-sub-heading {
    margin-top: 6px;
    color: black;
    font-size: 1.5em;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
}

.become-seller-sub-heading1 {
    margin-top: 8px;
    color: black;
    font-size: 1em;
    font-family: Poppins !important;
    font-weight: 400;
    letter-spacing: 0.32px;
    word-wrap: break-word;
}

.become-seller-follow-us {
    margin-top: 61px;
    color: black;
    font-size: 0.8425em;
    font-family: Poppins !important;
    font-weight: 300;
    word-wrap: break-word;
}

.become-seller-more-info {
    margin-top: 51px;
    color: black;
    font-size: 0.8425em;
    font-family: Poppins !important;
    font-weight: 300;
    word-wrap: break-word;
}

.sign-in-input {
    background: white;
    border-radius: 5.65px;
    border: 1.13px #f58220 solid;
    max-width: 342px;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 20px;
    padding-right: 20px;
}

.sign-in-btn {
    width: 100%;
    max-width: 342px;
    height: 37px;
    background: #f58220;
    border-radius: 5.65px;
    color: #fff;
    font-size: 1em;
    font-family: Poppins !important;
    font-weight: 600;
    letter-spacing: 0.32px;
    word-wrap: break-word;
}

.cs-sign-in-with {
    margin-top: 27px;
    width: 100%;
    max-width: 342px;
    color: black;
    font-size: 0.75em;
    font-family: Poppins !important;
    font-weight: 400;
    letter-spacing: 0.24px;
    word-wrap: break-word;
    text-align: center;
}

.cs-social-login {
    margin-top: 25px;
    display: flex;
    width: 100%;
    max-width: 342px;
}

.cs-social-login .btn {
    width: 100%;
    max-width: 168px;
    background: white;
    border-radius: 5px;
    border: 0.78px #939598 solid;
}

.cs-sign-up-link {
    margin-top: 70px;
    width: 100%;
    max-width: 393px;
    color: black;
    font-size: 12px;
    font-family: Poppins !important;
    font-weight: 400;
    letter-spacing: 0.24px;
    word-wrap: break-word;
    text-align: center;
    position: absolute;
    left: -4px;
}

.cs-sign-up-link a {
    color: #f58220;
    font-size: 12px;
    font-family: Poppins !important;
    font-weight: 500;
    letter-spacing: 0.24px;
    word-wrap: break-word;
}

.form-sign-up {
    max-width: 389px;
}

.sign-up-input {
    width: 100%;
    background: white;
    border-radius: 5px;
    border: 1px #939598 solid;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 20px;
    padding-right: 20px;
}

.sign-up-input:focus {
    border: 1px #f58220 solid !important;
    outline: #f58220;
}

.sign-up-btn {
    width: 100%;
    max-width: 389px;
    height: 37px;
    background: #f58220;
    border-radius: 5.65px;
    color: #fff;
    font-size: 1em;
    font-family: Poppins !important;
    font-weight: 600;
    letter-spacing: 0.32px;
    word-wrap: break-word;
}

.cs-sign-up-with {
    margin-top: 18px;
    width: 100%;
    max-width: 389px;
    color: black;
    font-size: 0.75em;
    font-family: Poppins !important;
    font-weight: 400;
    letter-spacing: 0.24px;
    word-wrap: break-word;
    text-align: center;
}

.cs-social-sign-up {
    margin-top: 10px;
    display: flex;
    width: 100%;
    max-width: 389px;
}

.cs-social-sign-up .btn {
    width: 100%;
    max-width: 190.6px;
    background: white;
    border-radius: 5px;
    border: 0.78px #939598 solid;
}

.cs-sign-in-link {
    margin-top: 46px;
    width: 100%;
    max-width: 342px;
    color: black;
    font-size: 1em;
    font-family: Poppins !important;
    font-weight: 400;
    letter-spacing: 0.24px;
    word-wrap: break-word;
    text-align: center;
}

.cs-sign-in-link a {
    color: #f58220;
    font-size: 1em;
    font-family: Poppins !important;
    font-weight: 500;
    letter-spacing: 0.24px;
    word-wrap: break-word;
}

.seller-auth-panel {
    background-image: url(../images/Logotipo-05.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    width: 100%;
    min-height: 639px;
    background-color: #fcfcfc;
    box-shadow: 0px 4px 8px 8px rgba(0, 0, 0, 0.25);
    position: absolute;
    z-index: 1000;
    top: 70px;
    display: none;
}

.detail-box .registration-input {
    margin-top: 44px;
    width: 100%;
    max-width: 447px;
    height: 57px;
    background: white;
    border-radius: 5px;
    border: 1px #f58220 solid;
    color: #939598;
    font-size: 1.25em;
    font-family: Poppins !important;
    font-weight: 400;
    letter-spacing: 0.4px;
    word-wrap: break-word;
    padding-left: 22px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.detail-box .state-dropdown {
    margin-top: 31px;
    width: 100%;
    max-width: 447px;
    height: 57px;
    background: white;
    border-radius: 5px;
    border: 1px #f58220 solid;
    color: #939598;
    font-size: 1.25em;
    font-family: Poppins !important;
    font-weight: 400;
    letter-spacing: 0.4px;
    word-wrap: break-word;
    padding-left: 22px;
    padding-top: 14px;
    padding-bottom: 14px;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/ic_select_arrow.svg) white no-repeat 98.5% !important;
    /* !important used for overriding all other customisations */
    background: url(../images/ic_select_arrow.svg) white no-repeat
        calc(100% - 20px) !important;
}

.detail-box .btn-get-offer {
    margin-top: 31px;
    width: 100%;
    max-width: 447px;
    height: 57px;
    background: #e76a00;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    border: 3px white solid;
    color: white;
    font-size: 1.25em;
    font-family: Poppins !important;
    font-weight: 600;
    letter-spacing: 0.4px;
    word-wrap: break-word;
}

.footer-follow-us {
    width: 100%;
    margin-top: 20px;
    color: white;
    font-size: 1.5em;
    font-family: Poppins !important;
    font-weight: 500;
    letter-spacing: 0.48px;
    word-wrap: break-word;
}

/* end footer section*/

/* car-selling-page */
.car-selling-container {
    width: 80%;
    max-width: 1168px;
    margin: auto;
    padding-top: 114px;
    padding-bottom: 40px;
}

.car-selling-container .heading {
    width: 100%;
    text-align: center;
    color: #f58220;
    font-size: 2em;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
}

.car-selling-container .heading-detail {
    margin-top: 12px;
    text-align: center;
    color: #6f6c90;
    font-size: 1.125em;
    font-family: DM Sans;
    font-weight: 400;
    line-height: 30px;
    word-wrap: break-word;
}

.car-selling-container .car-selling-form {
    width: 100%;
    height: 100%;
    background: white;
    box-shadow: 0px 5px 16px rgba(245, 130, 32, 0.12);
    border-radius: 34px;
    border: 1px #eff0f6 solid;
    margin-top: 20px;
    padding-top: 30px;
    padding-left: 122px;
    padding-right: 122px;
    padding-bottom: 65px;
}

.car-selling-container .car-selling-form .stepper {
    display: flex;
    justify-content: center;
    margin: auto;
    align-items: center;
    column-gap: 18px;
}

.car-selling-container .car-selling-form .circle {
    width: 34px;
    height: 34px;
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #eff0f6;
}

.car-selling-container .car-selling-form .circle.active {
    background: #f58220;
}

.car-selling-container .car-selling-form .circle .cricle-text {
    color: #6f6c90;
    font-size: 1em;
    font-family: DM Sans;
    font-weight: 500;
    line-height: 18px;
    word-wrap: break-word;
}

.car-selling-container .car-selling-form .circle .cricle-text.active {
    color: #ffffff;
}

.car-selling-container .car-selling-form .stepper-line {
    width: 151px;
    height: 6px;
    background: #eff0f6;
    border-radius: 40px;
}

.car-selling-container .car-selling-form .stepper-line .active {
    width: 49px;
    height: 6px;
    background: #f58220;
    border-radius: 40px;
}

.car-selling-container .car-selling-form .stepper-line .completed {
    width: 151px;
    height: 6px;
    background: #f58220;
    border-radius: 40px;
}

.car-selling-container .btn-next-step {
    align-self: flex-end;

    width: 100%;
    max-width: 243px;
    height: 57px;
    background: #f58220;
    box-shadow: 0px 2px 6px #eff0f6;
    border-radius: 46px;
    border: 1px #eff0f6 solid;
    color: white;
    font-size: 1.25em;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
}

.car-selling-container .btn-prev-step {
    align-self: flex-start;
    display: none;
    width: 100%;
    max-width: 243px;
    height: 57px;
    background: #f8f8f8;
    box-shadow: 0px 2px 6px #eff0f6;
    border-radius: 46px;
    border: 1px #f58220 solid;
    color: #f58220;
    font-size: 1.25em;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
}

.car-selling-container .car-selling-form .form-container {
    padding-left: 63px;
    padding-right: 63px;
    margin-top: 52px;
}

.car-selling-container .car-selling-form .form-container .form-heading {
    color: black;
    font-size: 18px;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
    margin-bottom: 19px;
}

.car-selling-container .car-selling-form .form-container .form-sub-heading {
    color: black;
    font-size: 1em;
    font-family: Poppins !important;
    font-weight: 400;
    word-wrap: break-word;
}

.car-selling-container .car-selling-form .form-container .form-step-container {
    row-gap: 29px;
    display: flex;
    flex-direction: column;
}

.car-selling-container
    .car-selling-form
    .form-container
    .form-step-container
    .form-control-group {
    column-gap: 95px;
}

.car-selling-container
    .car-selling-form
    .form-container
    .form-step-container
    .form-control-group
    .form-label {
    width: 100%;
    color: black;
    font-size: 16px;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
}

.car-selling-container
    .car-selling-form
    .form-container
    .form-step-container
    .form-control-group
    .form-control-select {
    width: 100%;
    padding-left: 1em;
    padding-right: 50px;
    height: 44px;
    background: white;
    /* box-shadow: 0px 2px 6px #ddd; */
    box-shadow: 0px 7px 10px #ddd;
    border-radius: 46px;
    border: 1px #eff0f6 solid;
    color: #939598;
    font-size: 14px;
    font-family: Poppins !important;
    font-weight: 400;
    word-wrap: break-word;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/ic_select_arrow.svg) white no-repeat 98.5% !important;
    /* !important used for overriding all other customisations */
    background: url(../images/ic_select_arrow.svg) white no-repeat
        calc(100% - 20px) !important;
    /* Better placement regardless of input width */
}

.car-selling-container
    .car-selling-form
    .form-container
    .form-step-container
    .form-control-group
    .form-control-input {
    width: 100%;
    padding-left: 1em;
    height: 44px;
    background: white;
    /* box-shadow: 0px 2px 6px #ddd; */
    box-shadow: 0px 7px 10px #ddd;
    border-radius: 46px;
    border: 1px #eff0f6 solid;
    color: #939598;
    font-size: 14px;
    font-family: Poppins !important;
    font-weight: 400;
    word-wrap: break-word;
}

.car-selling-container
    .car-selling-form
    .form-container
    .form-step-container
    .form-control-group
    .form-control-select:focus-visible {
    border: 1px #f58220 solid;
    outline: #f58220;
    box-shadow: 0px 2px 6px rgba(245, 130, 32, 0.14);
}

.car-selling-container
    .car-selling-form
    .form-container
    .form-step-container
    .form-rating-box {
    width: 100%;
    height: 129px;
    background: white;
    box-shadow: 0px 4px 10px rgba(30.87, 36.7, 89.25, 0.07);
    border-radius: 16px;
    border: 2px #eff0f6 solid;
    padding-top: 25px;
    padding-left: 58px;
}

.car-selling-container
    .car-selling-form
    .form-container
    .form-step-container
    .form-rating-box
    .form-rating-heading {
    color: black;
    font-size: 1.125em;
    font-family: Poppins !important;
    font-weight: 500;
    word-wrap: break-word;
}

.car-selling-container
    .car-selling-form
    .form-container
    .form-step-container
    .form-rating-box
    .rating {
    margin-top: 18px !important;
}

.car-selling-container
    .car-selling-form
    .form-container
    .form-step-container
    .input-area {
    width: 100% !important;
    height: 121px;
    background: white;
    box-shadow: 0px 4px 10px rgba(30.87, 36.7, 89.25, 0.07);
    border-radius: 16px;
    border: 2px #eff0f6 solid;
    padding-top: 20px;
    padding-left: 21px;
    color: #939598;
    font-size: 0.875em;
    font-family: Poppins !important;
    font-weight: 400;
    word-wrap: break-word;
}

.car-selling-container
    .car-selling-form
    .form-container
    .form-step-container
    .input-area:focus {
    border: 2px #f58220 solid;
    outline: 2px #f58220;
}

.car-selling-container
    .car-selling-form
    .form-container
    .form-step-container
    .photo-container {
    margin-top: 31px;
    display: grid;
    columns: 5;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}

.photo-item {
    width: 150px;
    height: 150px;
    background: white;
    box-shadow: 0px 4px 10px rgba(30.87, 36.7, 89.25, 0.07);
    border-radius: 16px;
    border: 2px #eff0f6 solid;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/img-add.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: relative;
}

.remove-photo {
    display: none !important;
}

.photo-item .close {
    width: 28px;
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    display: none;
    background: #ffff;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1000;
    cursor: pointer;
}

.photo-item.added {
    background-size: 100% 100% !important;
    background-position: center !important;
}

.photo-item.add-photo {
    background-image: url(../images/img-add.png) !important;
    background-repeat: no-repeat;
    background-position: center;
}

.photo-input-file {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.form-step3-info {
    width: 100%;
    height: 65px;
    background: #fef3e9;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.form-step3-info .heading-text {
    color: black;
    font-size: 0.875em;
    font-family: Poppins !important;
    font-weight: 500;
    word-wrap: break-word;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-step3-info .heading-text-detail {
    color: black;
    font-size: 0.875em;
    font-family: Poppins !important;
    font-weight: 400;
    word-wrap: break-word;
}

.car-selling-container
    .car-selling-form
    .form-container
    .form-step-container
    .form-control-input {
    width: 100% !important;
    height: 44px;
    background: white;
    box-shadow: 0px 4px 10px rgba(30.87, 36.7, 89.25, 0.07);
    border-radius: 16px;
    border: 2px #eff0f6 solid;

    padding-left: 21px;
    color: #939598;
    font-size: 0.875em;
    font-family: Poppins !important;
    font-weight: 400;
    word-wrap: break-word;
}

.car-selling-container
    .car-selling-form
    .form-container
    .form-step-container
    .form-control-input:focus {
    border: 2px #f58220 solid;
    outline: 2px #f58220;
}

#form-step-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    row-gap: 29px;
    margin-top: 93px;
}

#form-step-4 .heading {
    color: black;
    font-size: 1.25em;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
}

#form-step-4 .sub-heading {
    text-align: center;
    color: black;
    font-size: 1.125em;
    font-family: DM Sans;
    font-weight: 400;
    line-height: 30px;
    word-wrap: break-word;
}

.btn-request-offer {
    width: 100%;
    max-width: 243px;
    height: 57px;
    background: #f58220;
    box-shadow: 0px 2px 6px #eff0f6;
    border-radius: 46px;
    border: 1px #eff0f6 solid;
    color: white;
    font-size: 1.25em;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
}

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

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

.justify-content-center {
    justify-content: center;
}

/* end of car selling pag */

/* Seller Profile */
.seller-profile-container {
    width: 80%;
    max-width: 1440px;
    margin: auto;
    padding-top: 114px;
    padding-bottom: 40px;
}

.seller-profile-container .heading {
    width: 100%;
    text-align: center;
    color: #f58220;
    font-size: 2em;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
}

.seller-profile-container .heading-detail {
    margin-top: 12px;
    text-align: center;
    color: #6f6c90;
    font-size: 1.125em;
    font-family: DM Sans;
    font-weight: 400;
    line-height: 30px;
    word-wrap: break-word;
    width: 46%;
    margin: auto;
}

.seller-profile-container .profile-main-container {
    width: 100%;
    height: 100%;
    background: white;
    box-shadow: 0px 5px 16px rgba(245, 130, 32, 0.12);
    border-radius: 34px;
    border: 1px #eff0f6 solid;
    padding-top: 25px;
    margin-top: 45px !important;
    padding-bottom: 65px;
}

.seller-profile-container .profile-main-container .profile-header-section {
    display: flex;
    /* padding-left: 52px;
    padding-right: 52px; */
    align-items: center;
}

.seller-profile-container
    .profile-main-container
    .profile-header-section
    .custom_nav-container {
    padding: 0px !important;
    width: 100%;
}

.seller-profile-container
    .profile-main-container
    .profile-header-section
    .tab-container {
    display: flex;
    column-gap: 50px;
    width: 100%;
    /* padding-bottom: 17px; */
    margin-bottom: 1rem;
}

.seller-profile-container
    .profile-main-container
    .profile-header-section
    .tab-container
    .tab {
    background: white;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
    cursor: pointer;
    color: black !important;
    /* font-size: 1.25em; */
    font-size: 1em;
    font-family: Poppins !important;
    font-weight: 500;
    word-wrap: break-word;
}

.seller-profile-container
    .profile-main-container
    .profile-header-section
    .tab-container
    .tab.active {
    background: white;
    box-shadow: 0px 4px 10px rgba(30.87, 36.7, 89.25, 0.07);
    border-radius: 16px;
    border: 2px #f58220 solid;
    /* width: 193px; */
    /* width: 224px; */
    width: 200px;
}

.seller-profile-container
    .profile-main-container
    .profile-header-section
    .tab-container
    .tab
    .circle {
    width: 21px;
    height: 21px;
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #f58220;
    color: white;
    font-size: 1em;
    font-family: Poppins !important;
    font-weight: 500;
    word-wrap: break-word;
    position: absolute;
    top: 10px;
    right: 5px;
}

.seller-profile-container .btn-sign-out {
    width: 168px;
    height: 48px;
    background: #f58220;
    border-radius: 30px;
    border: 1px #f58220 solid;
    color: white;
    font-size: 1.25em;
    font-family: Poppins !important;
    font-weight: 400;
    word-wrap: break-word;
}

.seller-profile-container .profile-main-container .form-container {
    padding-top: 50px;
    padding-left: 145px;
    padding-right: 145px;
}

.seller-profile-container
    .profile-main-container
    .form-container
    .form-step-container {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.seller-profile-container
    .profile-main-container
    .form-container
    .form-step-container
    .form-control-group {
    column-gap: 37px;
}

.seller-profile-container
    .profile-main-container
    .form-container
    .form-step-container
    .form-control-group
    .form-label {
    width: 100%;
    color: black;
    font-size: 14px;
    font-family: Poppins !important;
    font-weight: 400;
    word-wrap: break-word;
}

.seller-profile-container
    .profile-main-container
    .form-container
    .form-step-container
    .form-control-group
    .form-control-input {
    width: 100%;
    height: 41.1px;
    position: relative;
    font-size: 14px;
}

.seller-profile-container
    .profile-main-container
    .form-container
    .form-step-container
    .form-control-group
    .form-control-input
    input {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 5.55px;
    border: 1.11px #939598 solid;
    padding-left: 12.21px;
    color: #656565;
    font-size: 0.935em;
    font-family: Poppins !important;
    font-weight: 300;
    word-wrap: break-word;
}

.seller-profile-container
    .profile-main-container
    .form-container
    .form-step-container
    .form-control-group
    .form-control-input
    .edit {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #656565;
    font-size: 0.8325em;
    font-family: Poppins !important;
    font-weight: 300;
    text-decoration: underline;
    word-wrap: break-word;
    cursor: pointer;
}

.postion-relative {
    position: relative;
}
.form-control-input input {
    padding-right: 50px;
}
.form-control-input .edit_password,
.clear {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #656565;
    font-size: 0.8325em;
    font-family: Poppins !important;
    font-weight: 300;
    text-decoration: underline;
    word-wrap: break-word;
    cursor: pointer;
}

.chkNotification {
    width: 17px;
    height: 17px;
    position: relative;
    top: 3px;
}

.chkNotificationLable {
    color: black;
    font-size: 14px;
    font-family: Poppins !important;
    font-weight: 400;
    word-wrap: break-word;
    position: relative;
    top: -1px;
    left: 5px;
}

input[type="checkbox"]:checked {
    accent-color: #4caf50;
}

input[type="checkbox"]:checked:after,
input[type="checkbox"]:checked::after {
    background-color: #4caf50 !important;
    color: #fff !important;
}

.seller-profile-container
    .profile-main-container
    .form-container
    .form-step-container
    .form-control-group
    .form-control-input
    input:focus {
    border: 1.11px #f58220 solid;
    outline: 1.11px #f58220 solid;
}

.seller-profile-container .btn-save-changes {
    width: 210px;
    height: 49.2px;
    background: #f58220;
    box-shadow: 0px 0px 3.4493308067321777px rgba(0, 0, 0, 0.25);
    border-radius: 25.87px;
    border: 0.86px white solid;
    color: white;
    font-size: 1.078125em;
    font-family: Poppins !important;
    font-weight: 600;
    letter-spacing: 0.34px;
    word-wrap: break-word;
}

.seller-profile-container .btn-cancel-changes {
    width: 210px;
    height: 49.2px;
    background: #939598;
    box-shadow: 0px 0px 3.4493308067321777px rgba(0, 0, 0, 0.25);
    border-radius: 25.87px;
    border: 0.86px white solid;
    color: white;
    font-size: 1.078125em;
    font-family: Poppins !important;
    font-weight: 600;
    letter-spacing: 0.34px;
    word-wrap: break-word;
}

.seller-profile-container .profile-main-container .active-add-form-container {
    padding-top: 41.5px;
    padding-left: 83px;
    padding-right: 83px;
}

.active-add-heading {
    color: black;
    font-size: 1.25em;
    font-family: Poppins !important;
    font-weight: 400;
    word-wrap: break-word;
}

.active-add-heading div {
    color: black;
    font-size: 1.125em;
    font-family: Poppins !important;
    font-weight: 400;
    word-wrap: break-word;
}

.active-add-sub-heading {
    color: #f58220 !important;
    /* font-size: 1.25em; */
    font-size: 0.9em;
    font-family: Poppins !important;
    font-weight: 400;
    word-wrap: break-word;
}

.active-ads-container {
    margin-top: 56px;
    /* text-align: center; */
    display: flex;
    align-items: center;
    gap: 0 3rem;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    /* text-align: center; */
    /* display: inline-block;
  columns: 5;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  row-gap: 20px;
  column-gap: 10px; */
    /* padding-right: 56px; */
}

.active-ads-container .ad {
    display: inline-block;
    /* width: 268px; */
    min-height: 300px;
    background: #fcfcfc;
    box-shadow: 0px 0px 4.505263328552246px rgba(0, 0, 0, 0.25);
    border-radius: 11.26px;
    position: relative;
    padding-top: 25.91px;
    padding-left: 20.27px;
    padding-right: 20.27px;
    /* margin-right: 46px; */
    margin-bottom: 56px;
    padding-bottom: 10px;
    text-align: left;
    flex: 0 1 calc(32% - 20px);
    box-sizing: border-box;
    margin-bottom: 40px;
}

.active-ads-container .ad img {
    object-fit: cover;
    /* width: 227px; */
    width: 100%;
    height: 230px;
    border-radius: 11.26px;
}

.active-ads-container .btn-view-details {
    margin-top: 18.8px;
    width: 100%;
    height: 33.8px;
    background: #f58220;
    border-radius: 5.63px;
    border: 1.13px #f58220 solid;
    color: white !important;
    font-size: 0.845em;
    font-family: Poppins !important;
    font-weight: 400;
    word-wrap: break-word;
    cursor: pointer;
}

.label-bids {
    width: 54.06px;
    height: 54.06px;
    background: #ffc107;
    box-shadow: 0px 0px 4.505263328552246px rgba(0, 0, 0, 0.25);
    border-radius: 9999px;
    position: absolute;
    top: -25px;
    right: -25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 0.70375em;
    font-family: Poppins !important;
    font-weight: 500;
    word-wrap: break-word;
}

.label-bids span {
    width: 24px;
    text-align: center;
}

.ad-detail-container {
    margin-top: 56px;
    width: 100%;
}

.vehcile-info-container {
    display: inline-grid;
    columns: 5;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 19px;
    row-gap: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;

    margin-top: 48px;
    align-self: center;
    width: 100%;
}

.vehcile-info-label {
    width: 100%;
    margin-top: 80px;
    text-align: center;
    color: black;
    font-size: 3em;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
}

.vehcile-info-container .box {
    /* width: 207px;  */
    height: 115px;
    background: white;
    box-shadow: 0px 5.2111616134643555px 13.027904510498047px
        rgba(30.87, 36.7, 89.25, 0.07);
    border-radius: 20.84px;
    border: 2.61px #f58220 solid;
    color: #f58220;
    display: flex;
    flex-direction: column;
    row-gap: 13px;
    justify-content: center;
    align-items: center;
}

.vehcile-info-container .box .label {
    color: #f58220;
    font-size: 1.3025em;
    font-family: Poppins !important;
    font-weight: 500;
    word-wrap: break-word;
}

.car-info .label {
    display: flex;
    column-gap: 6px;
    text-align: left;
    /* align-items: center; */
    align-items: baseline;
}

.car-info .label .dot {
    width: 10px;
    height: 10px;
    background: #f58220;
    border-radius: 9999px;
}

.car-info .label .text {
    color: black;
    font-size: 1em;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
}

.car-info .lable-right {
    color: #656565;
    font-size: 1em;
    font-family: Poppins !important;
    font-weight: 500;
    word-wrap: break-word;
    text-align: right;
}

.btn-sort {
    width: 139px;
    height: 45px;
    background: white;
    box-shadow: 0px 4px 10px rgba(30.87, 36.7, 89.25, 0.07);
    border-radius: 16px;
    border: 2px #d9d9d9 solid;
}

.bid-table {
    margin-top: 41px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.bid-table-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-height: 57px;
    background: white;
    box-shadow: 0px 5px 16px rgba(245, 130, 32, 0.12);
    border-radius: 20px;
    border: 1px #ff3d00 solid;
}

.bid-table-row.accepted {
    border: 3px #4caf50 solid;
}

.bid-table-row.accepted .accepted_offer {
    color: #f58220;
    font-size: 0.9em;
    font-family: Poppins !important;
    font-weight: 400;
    word-wrap: break-word;
    position: relative;
    left: 23px;
}

.bid-table-row.accepted .btn-reject-offer {
    width: 100%;
    max-width: 183px;
    height: 36px;
    background: #939598;
    border-radius: 6px;
    border: 1.2px solid;
    color: white;
    font-size: 0.9em;
    font-family: Poppins !important;
    font-weight: 400;
    word-wrap: break-word;
}

.bid-table-row.accepted .btn-accepted-offer {
    width: 100%;
    max-width: 183px;
    height: 36px;
    background: #fff;
    border-radius: 6px;
    border: 1.2px solid;
    border-color: #4caf50;
    color: #f58220;
    font-size: 0.9em;
    font-family: Poppins !important;
    font-weight: 400;
    word-wrap: break-word;
}

.bid-table-cell {
    display: flex;
    align-items: center;
}

.bid-table-cell .number {
    width: 28px;
    height: 28px;
    background: #ff3d00;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 0.8425em;
    font-family: Poppins !important;
    font-weight: 400;
    word-wrap: break-word;
    margin-right: 41px;
}

.bid-table-cell .number.accepted {
    background: #f58220;
}

.bid-table-cell .offer-label {
    color: black;
    font-size: 1.25em;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
}

.bid-table-cell .offer-value.accepted {
    color: #f58220;
    font-size: 1.25em;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
}

.bid-table-cell .offer-value {
    /* color: #ff3d00; */
    color: #4ecb71;
    font-size: 1.25em;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
}
.bid-table-cell .active-bid {
    background: #f58220;
}

.bid-table-cell .time-ramining {
    width: 100%;
    height: 36px;
    border-radius: 6px;
    border: 1.2px #ff3d00 solid;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 0.9em;
    font-family: Poppins !important;
    font-weight: 400;
    word-wrap: break-word;
}
.accepted-offer-color {
    color: #f58220 !important;
}
.active-no-border {
    border: 1px solid #eff0f6;
}
.bid-table-cell .time-remaining {
    padding: 7px 18px;
    border-radius: 6px;
    border: 1.2px solid #f58220;
}

.bid-table-cell .time-ramining.accepted {
    border: 1.2px #4caf50 solid;
}

.bid-table-cell .btn-accept {
    background: #f58220;
    border-radius: 6px;
    border: 1.2px solid;
    color: white;
    font-size: 0.9em;
    font-family: Poppins !important;
    font-weight: 400;
    word-wrap: break-word;
}

.bid-table-cell .btn-reject {
    background: #939598;
    border-radius: 6px;
    border: 1.2px solid;
    color: white;
    font-size: 0.9em;
    font-family: Poppins !important;
    font-weight: 400;
    word-wrap: break-word;
}

.remove-ad {
    color: black !important;
    font-size: 1.125em !important;
    font-family: Poppins !important;
    font-weight: 400 !important;
    text-decoration: underline !important;
    word-wrap: break-word !important;
}

/*End Seller Profile */

.seller-profile-container
    .profile-main-container
    .profile-header-section
    .navbar
    .navbar-brand {
    display: none;
}

/* Six columns side by side */
.column {
    float: left;
    width: 131px;
    height: 121px;
    border-radius: 16px;
    margin-left: 10px;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
    width: 130px;
    height: 121px;
    border-radius: 16px;
    object-fit: cover;
}

/* Position the image container (needed to position the left and right arrows) */
.slid-container {
    position: relative;
    width: 100%;
}

/* Hide the images by default */
.mySlides {
    display: none;
    background-color: #444;
    border-radius: 34px;
}

.mySlides img {
    /* max-height: 600px; */
    max-height: 700px;
    border-radius: 34px;
    object-fit: cover;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 1.25em;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 0.75em;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row-thumb {
    display: flex;
    width: 90%;
    overflow: hidden;
}

.active,
.demo:hover {
    opacity: 1 !important;
}

.car-info-section {
    width: 90%;
    margin: auto;
}

.dealer-container {
    width: 75%;
    max-width: 1440px;
    margin: auto;
    padding-top: 137px;
    padding-bottom: 23px;
}

.dealer-container .heading {
    width: 100%;
    text-align: left;
    color: #f58220;
    font-size: 2.5em;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
}

.dashboard-summary {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    /* grid-template-columns: repeat(4, 1fr); */
    column-gap: 21px;
    row-gap: 31px;
}

.dashboard-summary-item {
    width: 100%;
    height: auto;
    padding-top: 47px;
    padding-left: 26px;
    padding-bottom: 27px;
    background: #f58220;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    background-image: url(../images/ic_start_light.png);
    background-repeat: no-repeat;
    background-position: right top;
    flex: 1 1 calc(25% - 20px);
}

.dashboard-summary-item .line {
    width: 59px;
    height: 6px;
    background: white;
    border-radius: 5px;
}

.dashboard-summary-item .heading {
    color: white;
    font-size: 2em;
    font-family: Poppins !important;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0.8px;
    word-wrap: break-word;
    margin-top: 24px;
}

.dashboard-summary-item .heading-number {
    margin-top: 31px;
    color: white;
    font-size: 1.825em;
    font-family: Poppins !important;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0.8px;
    word-wrap: break-word;
    margin-top: 24px;
}

.dealer-container .car-list-container {
    margin-top: 51px;
    padding-bottom: 32px;
}

.dealer-container .car-list-container .form-control-input {
    width: 100%;
    height: 69px;
    position: relative;
}

.dealer-container .car-list-container input {
    width: 100%;
    /* height: 100%; */
    height: 80%;
    background: white;
    box-shadow: 0px 4px 10px rgba(30.87, 36.7, 89.25, 0.07);
    border-radius: 16px;
    border: 2px #939598 solid;
    padding-left: 31px;
    color: #656565;
    font-size: 0.935em;
    font-family: Poppins !important;
    font-weight: 300;
    word-wrap: break-word;
}

.dealer-container .car-list-container input:focus {
    border: 1px #f58220 solid;
    outline: 1px #f58220 solid;
}

.dealer-container .car-list-container .form-control-input .search-icon {
    position: absolute;
    right: 23px;
    /* top: 0px; */
    bottom: 6px;
    color: #656565;
    font-size: 1em;
    font-family: Poppins !important;
    font-weight: 300;
    text-decoration: underline;
    word-wrap: break-word;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 100%;
}

.dealer-container .car-list-container .search-option {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 11px;
    padding: 0px !important;
}

.dealer-container .car-list-container .search-option li {
    display: inline-flex;
    margin-bottom: 15px;
    /* max-width: 150.5px; */
    max-width: 32%;
    width: 100%;
    height: 49px;
    background: white;
    box-shadow: 0px 4px 10px rgba(30.87, 36.7, 89.25, 0.07);
    border-radius: 16px;
    border: 2px #d9d9d9 solid;
    color: black;
    font-size: 1em;
    font-family: Poppins !important;
    font-weight: 400;
    word-wrap: break-word;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
}

.dealer-container .car-list-container .search-option li.active {
    border: 2px #f58220 solid;
}

.car-list-header {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

.dealer-container .car-list-container .car-list {
    margin-top: 148px;
}

.dealer-container .car-list-container .car-list-grid {
    margin-top: 22px;
    text-align: center;
    /* new */
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
    gap: 20px;
}

.dealer-container .car-list-container .car-list-grid .car-list-item {
    display: inline-block;
    /* width: 30%; */
    min-height: 375px;
    background: white;
    box-shadow: 0px 5px 16px rgba(245, 130, 32, 0.12);
    border-radius: 34px;
    border: 1px #eff0f6 solid;
    /* margin-right: 15px; */
    margin-bottom: 48px;
    position: relative;
    text-align: left;
    flex: 0 1 calc(33.3333% - 15px);
    box-sizing: border-box;
}

.dealer-container
    .car-list-container
    .car-list-grid
    .car-list-item
    .car-item-detail {
    padding: 19px;
    /* min-height: 400px; */
    min-height: 360px;
    display: flex;
    flex-direction: column;
}

.dealer-container
    .car-list-container
    .car-list-grid
    .car-list-item
    .car-item-detail
    .car-title {
    color: #f58220;
    font-size: 1.5em;
    font-family: Poppins !important;
    font-weight: 500;
    word-wrap: break-word;
    height: 50px;
}

.dealer-container
    .car-list-container
    .car-list-grid
    .car-list-item
    .car-item-detail
    .car-detail {
    margin-top: 26px;
    column-gap: 14px;
    align-items: center;
    color: #656565;
    font-size: 1em;
    font-family: Poppins !important;
    font-weight: 400;
    word-wrap: break-word;
}

.dealer-container
    .car-list-container
    .car-list-grid
    .car-list-item
    .car-item-detail
    .car-item-action {
    /* margin-top: 26px; */
    align-items: center;
    margin-top: auto;
}

.dealer-container
    .car-list-container
    .car-list-grid
    .car-list-item
    .car-item-detail
    .car-item-action
    .btn-view-details {
    width: 170px;
    height: 43px;
    background: #f58220;
    box-shadow: 0px 2px 6px #eff0f6;
    border-radius: 46px;
    border: 1px #eff0f6 solid;
    color: white;
    font-size: 1em;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
    justify-content: center;
    display: flex;
    align-items: center;
}

.dealer-container
    .car-list-container
    .car-list-grid
    .car-list-item
    .car-item-detail
    .car-item-action
    .reviewed {
    color: #4caf50;
    font-size: 1em;
    font-family: Poppins !important;
    font-weight: 400;
    word-wrap: break-word;
}

.dealer-container
    .car-list-container
    .car-list-grid
    .car-list-item
    .car-item-detail
    .car-item-action
    .offer-expiry {
    color: #f58220;
    /* font-size: 1em; */
    font-size: 0.8em;
    font-family: Poppins !important;
    font-weight: 400;
    word-wrap: break-word;
    gap: 3px;
}

.btn-show-more {
    margin-top: 100px;
    width: 100%;
    max-width: 345px;
    height: 67px;
    background: #f58220;
    box-shadow: 0px 2px 6px #eff0f6;
    border-radius: 46px;
    border: 1px #eff0f6 solid;
    color: white;
    font-size: 1.25em;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
}

.btn-apply-filter {
    width: 100%;
    max-width: 179px;
    height: 53px;
    background: #f58220;
    box-shadow: 0px 2px 6px #eff0f6;
    border-radius: 46px;
    border: 1px #eff0f6 solid;
    color: white;
    font-size: 1em;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
}

.btn-reset-filter {
    width: 100%;
    max-width: 179px;
    height: 53px;
    background: #939598;
    box-shadow: 0px 2px 6px #eff0f6;
    border-radius: 46px;
    border: 1px #eff0f6 solid;
    color: white;
    font-size: 1em;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
}

.dealer-car-container {
    width: 100%;
    margin-bottom: 15px;
}

.dealer-car-container .car-header {
    width: 100%;
    height: 90px;
    margin-bottom: 15px;
    background: white;
    box-shadow: 0px 4px 10px rgba(30.87, 36.7, 89.25, 0.07);
    border-radius: 16px;
    border: 2px #f58220 solid;
    display: flex;
    align-items: center;
    padding-left: 23px;
    column-gap: 40px;
}

.dealer-car-container .car-title {
    color: #f58220;
    /* font-size: 1.5em; */
    font-size: 1.3em;
    font-family: Poppins !important;
    font-weight: 500;
    word-wrap: break-word;
}

.btn-make-offer {
    width: 180px;
    height: 43px;
    background: #f58220;
    box-shadow: 0px 2px 6px #eff0f6;
    border-radius: 46px;
    border: 1px #eff0f6 solid;
    color: white !important;
    font-size: 1em;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
    justify-content: center;
    display: flex;
    align-items: center;
}

.dealer-car-container .car-detail {
    column-gap: 14px;
    align-items: center;
    color: #656565;
    font-size: 1em;
    font-family: Poppins !important;
    font-weight: 400;
    word-wrap: break-word;
}

/*# sourceMappingURL=style.css.map */

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.carousel-indicators li {
    width: 9px !important;
    height: 9px;
    background: white !important;
    border-radius: 9999px !important;
    opacity: 1 !important;
    border: none !important;
}

.carousel-indicators li.active {
    background: #f58220 !important;
}

.carousel-control-next-icon {
    background-image: url(../images/ic_coursal_next.svg);
}

.carousel-control-prev-icon {
    background-image: url(../images/ic_coursal_prev.svg);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 32px !important;
    height: 32px !important;
}

.carousel-item img {
    border-top-left-radius: 34px !important;
    border-top-right-radius: 34px !important;
    object-fit: cover;
}

.pagination {
    padding: 20px;
    justify-content: center;
    display: flex;
    column-gap: 24px;
    justify-content: center;
    align-items: center;
}

.pagination,
.pagination * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pagination a {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f58220;
    border-radius: 9999px;
    color: #fff !important;
    font-size: 1.57em;
    width: 32px;
    height: 32px;
}

.pagination a.disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: not-allowed;
}

.pagination a.current {
    background: #f3f3f3;
}

#page-desc {
    color: #939598;
    font-size: 1.25em;
    font-family: Poppins !important;
    font-weight: 400;
    word-wrap: break-word;
}

.modal-content {
    border-radius: 34px;
    justify-content: center;
}

.offer-modal-header {
    text-align: center;
    color: #f58220;
    font-size: 1.42857em;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
    width: 100%;
    justify-content: center;
}

.offer-input {
    width: 80%;
    margin: auto;
    height: 42px;
    margin-top: 40px;
    background: white;
    border-radius: 5.55px;
    border: 1.11px #939598 solid;
    text-align: center;
    color: #656565;
    font-size: 1.0685em;
    font-family: Poppins !important;
    font-weight: 300;
    word-wrap: break-word;
}

.offer-input:focus {
    border: 1.11px #f58220 solid;
    outline: 1.11px #f58220 solid;
}

.btn-modal-close {
    width: 100%;
    max-width: 184px;
    height: 39.7px;
    background: #939598;
    box-shadow: 0px 0px 3.3825502395629883px rgba(0, 0, 0, 0.25);
    border-radius: 38.9px;
    border: 0.85px #eff0f6 solid;
    color: white;
    font-size: 0.845625em;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
}

.btn-modal-save {
    width: 100%;
    max-width: 184px;
    height: 39.7px;
    background: #f58220;
    box-shadow: 0px 0px 3.3825502395629883px rgba(0, 0, 0, 0.25);
    border-radius: 38.9px;
    border: 0.85px #eff0f6 solid;
    color: white;
    font-size: 0.845625em;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
}

.label-bid-expiry {
    height: 24.3px;
    background: #f58220;
    box-shadow: 0px 0px 4.505263328552246px rgba(0, 0, 0, 0.25);
    border-radius: 4.02px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    top: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* right: -25px; */

    color: #fff;
    font-size: 0.70375em;
    font-family: Poppins !important;
    font-weight: 500;
    word-wrap: break-word;
    width: 120px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.car-detail-title {
    margin-top: 20px;
    color: black;
    font-size: 1.1264em;
    font-family: Poppins !important;
    font-weight: 500;
    word-wrap: break-word;
    height: 50px;
}

.car-reg-no {
    margin-top: 8px;
    color: black;
    font-size: 1.1264em;
    font-family: Poppins !important;
    font-weight: 500;
    word-wrap: break-word;
}

.car-bid {
    color: #4caf50;
    position: relative;
}

.bid-container {
    margin-top: 56px;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.bid-container .ad {
    /* width: 268px; */
    min-height: 300px;
    background: #fcfcfc;
    box-shadow: 0px 0px 4.505263328552246px rgba(0, 0, 0, 0.25);
    border-radius: 11.26px;
    position: relative;
    padding-top: 25.91px;
    padding-left: 20.27px;
    padding-right: 20.27px;
    display: inline-block;
    /* margin-right: 32px; */
    margin-bottom: 32px;
    padding-bottom: 10px;
    flex: 0 1 calc(33% - 20px);
    box-sizing: border-box;
    margin-bottom: 20px;
}

.bid-container .ad img {
    /* width: 227px; */
    width: 100%;
    /* height: 130px; */
    height: 230px;
    border-radius: 11.26px;
    object-fit: cover;
}

.bid-container .btn-view-details {
    margin-top: 18.8px;
    width: 100%;
    height: 33.8px;
    background: #f58220;
    border-radius: 5.63px;
    border: 1.13px #f58220 solid;
    color: white !important;
    font-size: 0.845em;
    font-family: Poppins !important;
    font-weight: 400;
    word-wrap: break-word;
    cursor: pointer;
}

.bid-container .car-header {
    width: 100%;
    height: 90px;
    margin-bottom: 15px;
    background: white;
    box-shadow: 0px 4px 10px rgba(30.87, 36.7, 89.25, 0.07);
    border-radius: 16px;
    border: 2px #f58220 solid;
    display: flex;
    align-items: center;
    padding-left: 23px;
    column-gap: 40px;
}

.bid-container .car-title {
    color: #f58220;
    /* font-size: 1.5em; */
    font-size: 1.3em;
    font-family: Poppins !important;
    font-weight: 500;
    word-wrap: break-word;
    /* height: 45px; */
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.bid-container .car-detail {
    column-gap: 14px;
    align-items: center;
    color: #656565;
    font-size: 1em;
    font-family: Poppins !important;
    font-weight: 400;
    word-wrap: break-word;
}

.bid-container .bid-expiry {
    margin: auto;
    margin-top: 80px;
    width: 100%;
    max-width: 287px;
    height: 58.1px;
    background: #f58220;
    border-radius: 9.63px;
    border: 1.93px #f58220 solid;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.7092em;
    font-family: Poppins !important;
    font-weight: 700;
    word-wrap: break-word;
}

.btn-bid {
    width: 218px;
    min-height: 43px;
    background: #4caf50;
    box-shadow: 0px 2px 6px #eff0f6;
    border-radius: 46px;
    border: 1px #eff0f6 solid;
    color: white !important;
    font-size: 1em;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
    justify-content: center;
    display: flex;
    align-items: center;
}

.btn-bid-rejected {
    width: 218px;
    height: 43px;
    background: #fff;
    box-shadow: 0px 2px 6px #eff0f6;
    border-radius: 46px;
    border: 1px #4caf50 solid;

    font-size: 1em;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
    justify-content: center;
    display: flex;
    align-items: center;
}

.btn-rejected {
    width: 218px;
    height: 43px;
    background: #fff;
    box-shadow: 0px 2px 6px #eff0f6;
    border-radius: 46px;
    border: 1px #f58220 solid;

    font-size: 1em;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
    justify-content: center;
    display: flex;
    align-items: center;
}

.label-bid-won {
    height: 24.3px;
    background: #4caf50;
    box-shadow: 0px 0px 4.505263328552246px rgba(0, 0, 0, 0.25);
    border-radius: 4.02px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    top: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* right: -25px; */

    color: #fff;
    font-size: 0.70375em;
    font-family: Poppins !important;
    font-weight: 500;
    word-wrap: break-word;
    width: 120px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.ic-footer-call {
    width: 27px;
    height: 27px;
    position: relative;
    top: 7px;
}

.ic-footer-email {
    width: 33.79px;
    height: 23.78px;
    position: relative;
    top: 7px;
}

.sell-your-car-timer {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 29px;
    top: 23px;
}

.sell-your-car-timer img {
    width: 34px;
    height: 34px;
}

.get-the-best-price {
    width: 23px;
    height: 32px;
    position: absolute;
    right: 34px;
    top: 23px;
}

.get-the-best-price img {
    width: 23px;
    height: 32px;
}

.hassle-free-experience {
    width: 49px;
    height: 49px;
    position: absolute;
    right: 21px;
    top: 15px;
}

.hassle-free-experience img {
    width: 49px;
    height: 49px;
}

.safe-secure {
    width: 31px;
    height: 36px;
    position: absolute;
    right: 30px;
    top: 21px;
}

.safe-secure img {
    width: 31px;
    height: 36px;
}

.free-to-list {
    width: 24.08px;
    height: 31.34px;
    position: absolute;
    right: 33.92px;
    top: 24px;
}

.free-to-list img {
    width: 24.08px;
    height: 31.34px;
}

.vehicle-description-heading {
    color: black;
    font-size: 2.25em;
    font-family: Poppins !important;
    font-weight: 600;
    word-wrap: break-word;
    margin-top: 48px;
}

.vehicle-description {
    color: black;
    font-size: 1.5em;
    font-family: Lato;
    font-weight: 400;
    word-wrap: break-word;
    margin-top: 28px;
}

.sell-your-car-heading {
    width: 181px;
}

.get-the-best-price-heading {
    width: 178px;
}

.hassle-free-experience-heading {
    width: 178px;
}

.safe-secure-heading {
    width: 160px;
}

.free-to-list-heading {
    width: 149px;
}

.info_section_detail {
    width: 85%;
    margin: auto !important;
}
.footer-with-sitemap {
    width: 90% !important;
}
.footer_section_detail {
    width: 85%;
    margin: auto !important;
}

.cs-car-selling-photo-info {
    /* width: 20px;
    height: 20px; */
    width: 19px;
    height: 19px;
    position: relative;
    /* left: 20px; */
    left: 10px;
    cursor: pointer;
    top: 2px;
    top: 4px;
}

#carouselPhotoInfo .carousel-item img {
    margin: auto !important;
    border-radius: 15px !important;
    border: 1px rgba(255, 136.83, 36.12, 0.35) solid !important;
    width: 411px;
    height: 275px;
    object-fit: scale-down;
}

#carouselPhotoInfo .carousel-item p {
    margin: auto;
    color: #6f6c90;
    font-size: 1.125em;
    width: 431px;
    font-weight: 400;
    line-height: 30px;
    word-wrap: break-word;
}

#carouselPhotoInfo .carousel-indicators li {
    background-color: #f1f1f1 !important;
}

#carouselPhotoInfo .carousel-indicators li.active {
    background-color: #d9d9d9 !important;
}

#carouselPhotoInfo .carousel-control-next-icon {
    background-image: url(../images/ic-coursal-next.png);
}

#carouselPhotoInfo .carousel-control-prev-icon {
    background-image: url(../images/ic-coursal-prev.png);
}

.car-form-info-header {
    color: black;
    font-size: 1.25em;
    font-family: Poppins;
    font-weight: 600;
    word-wrap: break-word;
    margin-bottom: 33px;
}

.delear-registration-dropdown {
    width: 100%;
    background: white;
    border-radius: 5px;
    border: 1px #939598 solid;

    color: #939598;
    /* font-size: 0.8425em; */
    font-family: Poppins;
    font-weight: 300;
    word-wrap: break-word;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/ic_select_arrow.svg) white no-repeat 98.5% !important;
    /* !important used for overriding all other customisations */
    background: url(../images/ic_select_arrow.svg) white no-repeat
        calc(100% - 20px) !important;
}

.delear-registration-dropdown:focus {
    border: 1px #f58220 solid !important;
    outline: #f58220;
}

.user-management {
    margin-top: 39px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 1.5rem;
    /* display: inline-block; */
    /* grid-template-columns: repeat(4, 1fr); */
    padding-left: 83px;
    padding-right: 83px;
}

.user-management-item {
    display: inline-block;
    /* width: 238px; */
    width: 22%;
    height: auto;
    padding-top: 30px;
    padding-left: 26px;
    padding-bottom: 7px;
    background: #f58220;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    background-image: url(../images/ic_start_light.png);
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: right top;
    flex: 0 1 calc(25% - 20px); /* 4 columns */
    box-sizing: border-box;
    margin-bottom: 20px;
    /* margin-right: 25px; */
}

.user-management-item .line {
    width: 38px;
    height: 4px;
    background: white;
    border-radius: 5px;
}

.user-management-item .item-heading {
    color: white;
    font-size: 1.645em;
    font-family: Poppins !important;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0.8px;
    word-wrap: break-word;
    margin-top: 16px;
}

.user-management-item .heading-number {
    margin-top: 31px;
    color: white;
    font-size: 2.125em;
    font-family: Poppins !important;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0.8px;
    word-wrap: break-word;
    margin-top: 24px;
}

.user-management-item .item-view-detail {
    margin-top: 20px;
    color: white !important;
    font-size: 1em;
    font-family: Poppins;
    font-weight: 500;
    line-height: 22.37px;
    letter-spacing: 0.32px;
    word-wrap: break-word;
    text-decoration: underline !important;
    cursor: pointer !important;
}

.user-management-item .item-delete {
    margin-top: 5px;
    color: white !important;
    font-size: 0.85em;
    font-family: Poppins;
    font-weight: 500;
    text-decoration: underline !important;
    cursor: pointer !important;
    letter-spacing: 0.24px;
    word-wrap: break-word;
}

.user-modal-header {
    display: flex;
    padding-left: 34px;
    padding-top: 27px;
    padding-bottom: 20px;
    padding-right: 34px;
    border-bottom: 1px solid #f58220;
}

.user-dialog-heading {
    color: black;
    font-size: 1.625em;
    font-family: Poppins;
    font-weight: 500;
    word-wrap: break-word;
    width: 100%;
}

.user-modal-form {
    padding-left: 45px;
    padding-bottom: 20px;
    padding-right: 45px;
    padding-top: 20px;
}

.user-modal-form .form-control-group .form-label {
    width: 100%;
    color: black;
    font-size: 14px;
    font-family: Poppins !important;
    font-weight: 400;
    word-wrap: break-word;
}

.user-modal-form .form-control-group .form-control-input {
    width: 100%;
    height: 41.1px;
    position: relative;
    font-size: 14px;
}

.user-modal-form .form-control-group .form-control-input input {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 5.55px;
    border: 1.11px #939598 solid;
    padding-left: 12.21px;
    color: #656565;
    font-size: 0.935em;
    font-family: Poppins !important;
    font-weight: 300;
    word-wrap: break-word;
}

.user-modal-form .form-control-group .form-control-input .edit {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #656565;
    font-size: 0.8325em;
    font-family: Poppins !important;
    font-weight: 300;
    text-decoration: underline;
    word-wrap: break-word;
    cursor: pointer;
}

.user-modal-form .form-control-group .form-control-input .edit_password {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #656565;
    font-size: 0.8325em;
    font-family: Poppins !important;
    font-weight: 300;
    text-decoration: underline;
    word-wrap: break-word;
    cursor: pointer;
}

.modal-backdrop {
    z-index: 104000 !important;
}

.modal {
    z-index: 105000 !important;
}

.dealer-profile-type {
    /* width: 361px; */
width: 31.5%;
    height: auto;
    padding-top: 30px;
    padding-left: 26px;
    padding-bottom: 30px;
    background: #f58220;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    background-image: url(../images/ic_start_light.png);
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: right top;
    margin-bottom: 40px;
}

.dealer-profile-type .line {
    width: 38px;
    height: 4px;
    background: white;
    border-radius: 5px;
}

.dealer-profile-type .item-heading {
    color: white;
    font-size: 1.5em;
    font-family: Poppins !important;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0.8px;
    word-wrap: break-word;
    margin-top: 16px;
}

textarea {
    resize: none !important;
}

.copy-right {
    /* width: 498px; */
}

.footer_deal2deal {
    max-width: 498px;
    width: 100%;
}


/* Term and condition page */
.terms-main-wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.terms-container {
    max-width: 1440px;
    width: 100%; 
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.terms-heading-wrap > .terms-head {
    color: var(--terms-orange);
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
}
.terms-section-heading {
padding-bottom: 2.93rem;
}
.terms-section-heading > .terms-inner-head {
    color: var(--terms-orange);
    font-size: 2rem;
    font-weight: 600;
    padding-top:4rem;
}

.terms-section-heading > .term-body-text {
    color: var(--terms-black);
    font-size: 1.625rem;
    font-weight: 400;
    padding-top:1rem;
}
.terms-text-primary {
    color: var(--terms-orange);
}

.terms-body-list-wrap > .term-body-list-item {
    color: var(--terms-black);
    font-size: 1.625rem;
    font-weight: 400;
    padding-top:1rem;  
}
