@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');
@import url(https://db.onlinewebfonts.com/c/2c6d794b5cfbe2958da38a4c6aeddde9?family=flexslider-icon);
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    scroll-behavior: smooth;
}

body { 
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}

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

img {
    max-width: 100%;
}

a,
button,
.btn {
    cursor: pointer;
}

input:focus,
button:focus,
a:focus {
    outline: 0;
}

input.input-text,
.input-select,
.input-textarea {
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    padding: 8px 20px;
    margin-bottom: 1rem;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.input-block label {
    display: block;
    text-align: left;
    margin-bottom: 0.5rem;
}

.appointment-slot {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
}

.btn,
button.modal-open {
    background: #F93A3A;
    padding: .8rem 1rem;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 500;
    text-align: center;
    display: block;
    border: 0;
    width: 100%;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
}

.site-header {
    position: relative;
    z-index:10;
    padding: 10px 0;
    background: #fff;
    border-bottom: 1px solid #dadada;
}



.hm-banner-container {
    background-size: cover;
    background-position: 0 40%;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 0;
    background-color: #fff;
    z-index: 2;
}

.hm-banner-container::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(30, 34, 43, 1) 0%, rgba(30, 34, 43, 1) 25%, rgba(30, 34, 43, 0.5) 100%);
}

nav.navbar {
    display: flex;
    height: 50px;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

a.navbar-brand {
    height: 48px;
}

a.navbar-brand img {
    height: 100%;
}

ul.navbar-nav {
    display: flex;
    list-style: none;
    gap: 60px;
    font-weight: 400;
    margin-right: auto;
    margin-left: 50px;
    align-items: center;
    text-transform: capitalize;
}

ul.navbar-nav li.nav-item.contact-number {  
    color: #f93a3a;
    font-weight: 600;
}

ul.navbar-nav li.nav-item span {
    font-size: 0.8rem;
    color: #656565;
    display: block;
    font-size: .8rem;
    font-weight: 300;
    margin-bottom: .3rem;
}

ul.navbar-nav li.nav-item a {
    text-decoration: none;
    font-weight: 600;
}

.navbar-right {
    display: flex;
    gap: 20px;
}



.navbar-right a.nav-search span {
    font-size: 28px;
}

nav.navbar,
nav.navbar a {
    color: #000;
}

.nav-search {
    display: flex;
    align-items: center;
    border: 1px solid #00000057;
    padding: 0.5rem 1rem;
    border-radius: 7px;
    background: #ffffff0f;
    display: none;
}

.nav-search input.input-text.input-search {
    background: none;
    box-shadow: 0 0 0;
    border: 0;
    color: #fff;
    margin: 0;
}

.nav-search .material-icons {
    cursor: pointer;
}

.navbar .menu-toggle {
    position: relative;
}

.navbar-right button.navbar-toggler {
    background: none;
    border: 0;
    color: #000;
    cursor: pointer;
}

.navbar .menu-toggle:hover ul.toggle-dropdown {
    display: block;
}

.navbar ul.toggle-dropdown {
    position: absolute;
    right: 0;
    min-width: 200px;
    background: #fff;
    border-radius: 4px;
    display: none;
    box-shadow: 0 0 14px rgb(0 0 0 / 20%);

}

.navbar ul.toggle-dropdown li a {
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    color: #000;
    border-radius: 4px;
    min-width: 160px;
}

.navbar ul.toggle-dropdown li a:hover {
    background-color: #ededed;
}
p.contact-mobile {
    background: #f1f1f1;
    padding: 10px 20px;
    margin-bottom: -10px;
    font-weight: 400;
    font-size: 12px;
    display: none;
}
p.contact-mobile span {
    color: #f93a3a;
    font-weight: 600;
    font-size: 14px;
}

.hm-banner {
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding-top: 90px;
    color: #fff;
    min-height: 70vh;
    padding-bottom: 50px;
    z-index: 10;
}

.hm-banner h1 {
    font-weight: 300;
}

.sellCar-slide h4 {
    font-weight: 300;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}

.sellCar-form-option-content {
    max-width: 720px;
    margin: 0 auto;
    position: relative;
}

.sellCar-form-option-content button.btn.btn-primary {
    top: calc(50% - 25px);
    background: #F93A3A;
    border: 0;
    width: auto;
    height: 50px;
    border-radius: 15px;
    color: #fff;
}

.sellCar-form-option-content button.btn.btn-arrow {
    position: absolute;
    left: 100%;
    top: calc(50% - 25px);
    min-width: 50px;
    height: 50px;
    margin-left: -20px;
}

.sellCar-form-option {
    display: flex;
    width: 100%;
    background: #fff;
    color: #000;
    border-radius: 10px;
    justify-content: space-between;
    padding: 1rem 2rem;
    box-sizing: border-box;
    text-align: left;
    position: relative;

}

.sellCar-form-option.sell-slide-1 {
    justify-content: space-between;
}
.sellCar-form-option .input-block .input-labels img.brand-logo {
    display: none;
}

.sellCar-form-option .input-block {
    border-right: 1px solid #ddd;
    flex: 0 auto;
    box-sizing: border-box;
    min-width: 20%;
}

.sellCar-form-option .input-block .input-labels {
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
}

.sellCar-form-option .input-block .input-labels.current {
    background: #fff;
    box-shadow: 0 0 24px 0 #0000006e;
    border: 1rem solid white;
    margin-bottom: -1rem;
    margin-top: -1rem;
    border-radius: 12px;
}

.sellCar-form-option .input-block:last-child {
    border-right: 0;
}

.sellCar-formContent {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.sellCar-form-option .input-block label {
    font-size: .8rem;
    font-weight: 500;
}

.sellCar-form-option .input-block p {
    font-size: 1rem;
    font-weight: 300;
    margin: 0;
    line-height: 32px;
}
.sellCar-form-option .input-block p.list-label {
    font-weight: 600;
}
.sellCar-form-option .input-block input.input-text {
    border: 1px solid #ddd;
    padding: 7px 10px;
    margin-top: 4px;
    border-radius: 5px;
}

.sellCar-form-option p.error-message {
    position: absolute;
    top: -32px;
    width: 100%;
    text-align: center;
    left: 0;
    color: #f93a3a;
    font-size: 13px;
}

.cust-dropdown-popover {
    position: absolute;
    left: 0;
    background: #fff;
    border-radius: 15px;
    padding: 1rem 2rem;
    box-shadow: 0px 4px 33px rgb(0 0 0 / 25%);
    display: none;
    width: 100%;
    box-sizing: border-box;
    top: calc(100% + 4px);
}

.cust-dropdown-popover.is-visible {
    display: block;
}

.cust-arrows {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.cust-arrows .material-icons {
    padding: 5px;
    cursor: pointer;
}

.sellCar-form-option .otp-verificatio {
    display: flex;
}

.sellCar-form-option .otp-verificatio p.otp-message {
    margin: 0;
    font-size: .8rem;
    line-height: 40px;
}

.sellCar-form-option .otp-verificatio p.otp-message strong {
    display: block;
}

.sellCar-form-option .otp-verificatio button.btn.btn-primary.btn-submit {
    min-width: 100px;
    height: 40px;
    margin-left: 10px;
}

.sellCar-form-option .otp-verificatio .input-block {
    border-right: 0;
}

ul.cust-dropdown-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    box-sizing: border-box;
}


ul.cust-dropdown-menu>li {
    flex: 0 0 23%;
    padding: 5px 20px;
    text-decoration: none;
    color: #000;
    background: #F5F5F5;
    border-radius: 8px;
    line-height: 2rem;
    box-sizing: border-box;
    margin-bottom: 2%;
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
}

#drivenlList ul.cust-dropdown-menu {
    justify-content: space-between;
}

#drivenlList ul.cust-dropdown-menu>li {
    flex: 0 30%;
}

ul.cust-dropdown-menu#brandListUl>li:before {
    content: '';
    width: 100%;
    height: 24px;
    margin: 0 10px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 70px;
    display: none;
}
ul.cust-dropdown-menu#brandListUl>li .brand-logo {
    width: auto;
    height: 24px;
    margin: 0 10px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 70px;
}


.sellCar-form-option#sellSlide2 .input-block:nth-child(3) {
    border: 0;
}

.sellCar-form-option#sellSlide2 .input-block {
    flex: 0 0 34%;
}
.sellCar-form-option .input-block.mobile-block {
    padding: 0 20px;
}
.sellCar-form-option .input-block .input-mobile {
    position: relative;
}
.sellCar-form-option .input-block .input-mobile span.contry-code {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px 0;
}
.sellCar-form-option .input-block .input-mobile input#sellMobileNumber {
    padding-left: 50px;
}
ul.cust-dropdown-menu>li.marutisuzuki:before {
    background-image: url(../images/maruti_suzuki_icon.png);
}

ul.cust-dropdown-menu>li.tata:before {
    background-image: url(../images/tata_icon.png);
}

ul.cust-dropdown-menu>li.honda:before {
    background-image: url(../images/honda_icon.png);
}

ul.cust-dropdown-menu>li.hyundai:before {
    background-image: url(../images/hyundai_icon.png);
}

ul.cust-dropdown-menu>li.kia:before {
    background-image: url(../images/kia_icon.png);
}

ul.cust-dropdown-menu>li.mahindra:before {
    background-image: url(../images/mahindra_icon.png);
}

ul.cust-dropdown-menu>li.volkswagen:before {
    background-image: url(../images/volkswagen_icon.png);
}

ul.cust-dropdown-menu>li.renault:before {
    background-image: url(../images/renault_icon.png);
}

ul.cust-dropdown-menu>li.toyota:before {
    background-image: url(../images/toyota_icon.png);
}

ul.cust-dropdown-menu>li.mg_motors:before {
    background-image: url(../images/mg_motors_icon.png);
}

ul.cust-dropdown-menu>li.skoda:before {
    background-image: url(../images/skoda_icon.png);
}

ul.cust-dropdown-menu>li.ford:before {
    background-image: url(../images/ford_icon.png);
}

ul.slides-counts {
    list-style: none;
    display: flex;
    max-width: 200px;
    margin: 20px auto;
    justify-content: space-between;
    padding: 0;
}

ul.cust-dropdown-menu#variantListUl li {
    flex: 0 0 49%;
}

.sellCar-slides.slide2 .slides-counts li:first-child {
    background-color: #86d497;
}

.sellCar-slides.slide3 .slides-counts li:first-child,
.sellCar-slides.slide3 .slides-counts li:nth-child(2) {
    background-color: #86d497;
}

ul.slides-counts li {
    width: 20px;
    height: 20px;
    font-size: 0.8rem;
    background: #fff;
    color: #000;
    border-radius: 10px;
    line-height: 20px;
    font-weight: 600;
}

div#sellHomeSlides.active {
    overflow: auto;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    margin: 0;
    padding: 0 !important;
}


div#sellHomeSlides.active .slide-ovelay {

    position: fixed;
    z-index: 999;
    background: #1a1a1afa;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.mobile-input{
    position: relative;
}
.mobile-input  span.contry-code {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px 0;
}
.mobile-input .input-text {
    padding-left: 50px;
}
div#sellHomeSlides.active .sellCar-slide {
    width: 720px;
    max-width: 100%;
    position: relative;
    z-index: 99;
}

.banner-whyUs-points {
    display: flex;
    gap: 30px;
    width: 100%;
    justify-content: space-between;
    font-weight: 300;
    margin: 0;
}

.banner-whyUs-points .point {
    max-width: 31%;
    color: #F6F6F6;
    display: flex;
    gap: 20px;
    font-size: 16px;
}

.banner-whyUs-points .point span.icon {
    width: 160px;
}

.banner-whyUs-points .point strong {
    display: block;
    font-weight: 600;
    font-size: .9rem;
    margin-bottom: 0.4rem;
    color: #fff;
}

.banner-whyUs-points .point span.icon img {
    height: 46px;
}
.banner-whyUs-points .point p{ width: 100%;}

.hm-offers-container {
    background: linear-gradient(180deg, rgba(161, 183, 214, 1) 0%, rgba(196, 214, 240, 1) 25%);
}

.hm-offers {
    display: flex;
    justify-content: space-between;
    padding: 3rem;
}


.hm-offers .hm-offer {
    border-radius: 6px;
    overflow: hidden;
}

.hm-offers .hm-offer img {
    width: 100%;
    display: block;
}
.hm-offers ul.point-list {
    gap: 10px;
    flex-wrap: wrap;
    color: #285391;
}
.hm-offers ul.point-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 24%;
    flex: unset;
}

.hm-offers ul.point-list li .material-icons {
    border: 2px solid #285391;
    border-radius: 24px;
}

.hm-offers  h4{
        font-size: 26px;
        margin: 0;
        color: #285391;
        margin-bottom: 10px;
}
.hm-offers  h6{
    font-size: 20px;
    margin: 0 0 20px;
    color: #285391;
        margin-bottom: 10px;
}
.hm-offers  .content h6 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #285391;
}
.hm-car-list-container {
    padding: 4rem 0;
}

h2.section-title {
    margin: 0 0 2rem;
    font-size: 2rem;
    font-weight: 300;
}

.all-link {
    text-align: center;
    padding: 3rem 0 0;
}

.all-link a.btn {
    max-width: 200px;
    margin: 0 auto;
}

ul.list-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 2rem 0;
}

ul.list-pagination a {
    text-decoration: none;
    color: #000;
    height: 30px;
    width: 30px;
    display: block;
    border-radius: 5px;
    text-align: center;
}

ul.list-pagination a,
ul.list-pagination a span {
    line-height: 30px;
}

ul.list-pagination a:hover {
    background-color: #e2e2e2;
}

ul.list-pagination .current a {
    background-color: #000;
    color: #fff;
}

.car-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.car-list .car-col {
    border-radius: 20px;
    width: calc(33.3% - 2rem);
    overflow: hidden;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    position: relative;
}
.hm-car-list-container .car-list .car-col{
    width: calc(25% - 2rem);
}

.car-list .car-col a.car-view-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.car-list .car-col .car-image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    min-width: 100%;
}

.car-list .car-col .car-image img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.car-list .car-col span.special-tag {
    position: absolute;
    background-color: #F93A3A;
    background-image: url(../images/special_icon.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 8px 5px;
    color: #fff;
    font-size: .7rem;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 5px 10px 5px 30px;
    top: 10px;
    left: 20px;
}
span.special-tag[title="instock"] {
    background-color: #35c743!important;
}
span.special-tag[title="booked"] {
    background-color: #FFBF00!important;
}
.car-list .car-col .car-info {
    padding: 1.3rem 2rem;
}

.car-list .car-col .car-info p.car-name {
    font-weight: 600;
    margin: 0 0 10px;
}

.price {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.price span.regular-price.old-price {
    text-decoration: line-through;
    color: #000;
}

.price span.offer-price,
.price span.regular-price {
    color: #f93a3a;
    font-weight: 600;
}

ul.car-attributes {
    font-size: .7rem;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

ul.car-attributes span.icon {
    background: #F2F2F2;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    justify-content: center;
    padding: 0.6rem;
    box-sizing: border-box;
}

ul.car-attributes {
    margin-bottom: 0;
}

.hm-promo-banner-container {
    padding-top: 8rem;
    padding-bottom: 4rem;
}

.hm-promo-banner-container .container {
    background-color: #1E222B;
    border-radius: 8px;
    color: #fff;
    display: flex;
    justify-content: right;
    position: relative;
}

.hm-promo-banner-container img.promo-bg {
    position: absolute;
    left: 0;
    bottom: 0;
}

.hm-promo-banner {
    padding: 1rem 2rem;
    max-width: 40rem;
    text-align: center;
    flex: 0 0 70%;
    position: relative;
    z-index: 2;
}

.hm-promo-banner p.text {
    font-size: 1.6rem;
    font-weight: 300;
    padding: 0 2rem;
    text-align: center;
}

.hm-promo-banner a.btn {
    display: inline-block;
    width: auto;
    padding: 0.8rem 2rem;
}

ul.promo-list {
    display: flex;
    gap: 1rem;
    margin-bottom: -3rem;
    margin-top: 3rem;
    justify-content: space-between;
}

ul.promo-list li {
    background: #fff;
    color: #000;
    padding: 0.7rem 1rem;
    border-radius: 15px;
    font-size: .8rem;
    min-width: 30%;
    box-shadow: 0px 5px 17px rgb(255 117 117 / 25%);
}

ul.promo-list li p {
    margin: 10px 0 0;
    opacity: .5;
}

ul.promo-list li span {
    height: 40px;
    display: block;
}

ul.promo-list li img {
    height: 100%;
    max-width: inherit;
}

.faq-container {
    margin: 2rem 0;
}

.faq-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}

.faq-list .faq-content {
    border: 1px solid #C7C7C7;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 1rem;
    box-sizing: border-box;
}

.faq-list .faq-content .faq-question {
    margin: 0;
    font-weight: 400;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    user-select: none;
}

.faq-list .faq-content .faq-question span {
    color: #BDBDBD;
    font-size: 2rem;
}

.faq-list .faq-content .faq-answer {
    font-weight: 300;
    font-size: .9rem;
    margin: 0;
    height: 0;
    padding-top: 0;
    overflow: hidden;
    transition: .6s all;
}

.faq-list .faq-content.open .faq-question {}

.faq-list .faq-content.open .faq-answer {
    height: auto;
    padding-top: 10px;
}

.testimonials-container {
    position: relative;
    padding: 0;
}

.testimonials-container:after {
    content: '';
    background-image: url(../images/wave_bg.svg);
    background-repeat: no-repeat;
    background-position: 0 -2px;
    width: 100%;
    height: 78%;
    bottom: 0;
    left: 0;
    position: absolute;
    background-size: 100%;
    z-index: 0;
    background-color: #C4D6F0;
    min-height: 210px;
}

.testimonials-container .container {
    position: relative;
    z-index: 10;
    display: flex;
}

.testimonial {
    background: #fff;
    border-radius: 11px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    padding: 0;
    text-align: center;
    margin-right: 10px;
    height: 100%;

}

.testimonial-image img {
    width: 100%;
    object-fit: contain;
}

.testimonials-list {
    width: calc(76% - 2rem);
    max-width: 100%;
}

.testimonials-list .splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 30px 0 0 30px;
}


.testimonials-list .splide {
    padding-bottom: 4rem;
}

.testimonials-list ul.splide__pagination {
    gap: 20px;
}


.testimonials-list button.splide__arrow {
    background: none;
}

.testimonials-list .splide__arrow svg {
    fill: #7790b1;
    height: 1.2em;
    width: 1.2em;
}

.testimonials-list .splide__arrow--prev {
    left: -2em;
}

.testimonials-list .splide__arrow--next {
    right: -3em;
}

.testimonials-list .splide__pagination__page {
    background: #92a7c6;
    height: 20px;
    width: 20px;
}

.testimonials-list .splide__pagination__page.is-active {
    transform: scale(1.1);
}

.testimonial-image {
    width: 100%;
    height: 280px;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
}

.testimonial p.content {
    font-weight: 300;
    text-align: left;
    margin: 0;
    padding: 0rem 2rem 2rem;
}

.testimonials-container h4 {
    font-size: 2rem;
    font-weight: 300;
    max-width: 320px;
    padding-right: 10%;
    display: flex;
    align-items: center;
}

footer.site-footer {
    background: #1F222B;
    padding: 4rem 0;
    color: #fff;
    font-weight: 300; 
    
}
.footer-logo {
    filter: contrast(0);
    max-width: 160px;
}
footer.site-footer a {
    color: #fff;
    text-decoration: none;
}

.footer-content {
    display: flex;
    gap: 4rem;
    justify-content: space-between;
}

.footer-content .footer-about {
    width: 25%;
}

.footer-right {
    display: flex;
    gap: 2rem;
}

.footer-right>* {
    flex: 1;
}
.footer-links-container {
    display: flex;
    justify-content: space-around;
}
ul.footer-links a {
    display: block;
    padding: 8px 0;
}

.footer-address span.material-icons {
    color: #575757;
    font-size: 20px;
}

.footer-address > div {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

ul.social-links {
    display: flex;
    gap: 2rem;
    margin-top: 1.5rem;
    align-items: center;
}
ul.social-links li a  img{
    max-width: 30px;
    min-width: 30px;
    height: auto;
}

.car-view-container {
    padding: 2rem 0;
}

.car-view-container>.container {
    display: flex;
    gap: 4rem;
}

.car-view-container .car-view-main {
    flex: 0 66%;
}



.car-view-main .car-view-gallery {
    border-radius: 15px;
    overflow: hidden;
}

.car-view-gallery .flex-viewport {
    border-radius: 10px;
}

.car-view-gallery .flexslider {
    margin-bottom: 1rem;
}

.car-view-gallery .flexslider.flexslider-view ul.slides>li {
    overflow: hidden;
    border-radius: 8px;
    height: 450px;
    background: #ccd2de;
    text-align: center;
}

.car-view-gallery .flexslider.flexslider-view ul.slides img {
    height: 100%;
    width: auto;
    display: inline-block;
}

.flexslider.carousel .thumbs li {
    height: 148px;
    /* background: red; */
    border-radius: 10px;
    overflow: hidden;
}

.flexslider.carousel .thumbs li.flex-active-slide {
    /* border: 5px solid #6f5a5a; */
}

.flex-direction-nav a:before {
    color: #fff !important;
}

.car-view-gallery .flex-control-nav {
    display: none;
}

.car-view-summary {
    background: #fff;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 15%);
    border-radius: 15px;
    padding: 1rem 2rem;
    margin-bottom: 2rem;
}

.checkpoint-banner {
    border-radius: 15px;
    overflow: hidden;
}

.checkpoint-banner img {
    display: block;
}

.car-view-summary h1.car-title {
    margin: 0 0 0.6rem;
    font-size: 1.2rem;
    display: flex;
    justify-content: space-between;
}

.car-view-summary .price {
    font-size: 1.2rem;
}

.car-view-summary .home-test-block {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    background: #FCFCFC;
    border: 1px solid #E1E1E1;
    border-radius: 6px;
    padding: 0.5rem;
    margin: 1rem 0;
}

#sideBarSticky {
    transition: all 1s;
    position: sticky;
    top: 0;
}

#sideBarSticky.sticky {}

.sticky.footer-enter {
    /* position: relative; */
}


.car-view-actions {
    display: flex;
    gap: 20px;
    margin-bottom: 1rem;
}

.car-view-actions a.btn {
    border: 4px solid #f93a3a;
}

.car-view-actions a.btn.book-btn {
    border: 4px solid #f93a3a;
    background: #fff;
    color: #f93a3a;
}

.car-view-actions a {
    /* width: 50%; */
}

.benim-guarantee {
    background: #F5F5F5;
    margin: 0 -2rem -1rem -2rem;
    padding: 1rem 2rem;
    border-radius: 0 0 15px 15px;
    display: flex;
    gap: 20px;
    font-size: .7rem;
    color: #838383;
}

.benim-guarantee>img {
    max-height: 2.2rem;
}

ul.point-list {
    display: flex;
    flex-wrap: wrap;
}

ul.point-list li {
    flex: 0 0 50%;
}

ul.car-detail-tabs {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
}

ul.car-detail-tabs li {
    border-radius: 20px;
    border: 1px solid #C7C7C7;
    min-width: 20%;
}

ul.car-detail-tabs li a {
    padding: 0.5rem 1rem;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #000;
}

.car-detail-card {
    border-radius: 10px;
    border: 1px solid #E1E1E1;
    padding: 2rem;
    margin-bottom: 2rem;
}

.car-detail-card h2.title {
    font-weight: 400;
    font-size: 1.4rem;
    margin: 0 0 2rem;
}

.car-detail-card .card-content {
    font-size: .9rem;
}

.car-detail-card .card-actions {
    margin-top: 1rem;
    text-align: right;
}

.car-detail-card .card-actions a.btn {
    background: #fff;
    color: #F93A3A;
    font-weight: 700;
    text-align: center;
}

.overview-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
    column-gap: 4%;
}

.overview-list .list-item {
    flex: 0 0 48%;
    gap: 17px;
    display: flex;
    text-align: left;
}

.overview-list .list-item span.material-icons {
    font-size: 1rem;
}

.overview-list .list-item label {
    flex: 0 0 48%;
    color: #ADADAD;
}

.overview-list .list-item p {
    margin: 0;
}

ul.features-list {
    display: flex;
    row-gap: 2rem;
    column-gap: 5%;
    flex-wrap: wrap;
}

ul.features-list li {
    flex: 0 0 46%;
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.features-list li span.material-icons {
    font-size: 20px;
    font-weight: 900;
    color: #6CBC7E;
}

ul.inspection-tabs {
    display: flex;
    justify-content: space-around;
    list-style: none;
    background: #C4D6F0;
    margin: 0 -2rem;
    padding: 1rem 2rem 0;
}

ul.inspection-tabs li {
    padding: 1rem 1.2rem;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
    cursor: pointer;
}

ul.inspection-tabs li.active {
    background: #fff;
}

.inspection-tab-content {
    padding: 1rem 0 0;
}

.inspection-tab-content .inspection-item {
    display: flex;
    justify-content: space-between;
    padding: 0 2rem;
    align-items: center;
}

.inspection-tab-content .inspection-item:nth-child(even) {
    background: #F3F8F9;
}

.inspection-tab-content .inspection-item span.material-icons {
    width: 30px;
    height: 30px;
    background: #E6F6E1;
    border-radius: 50%;
    text-align: center;
    color: #6CBC7E;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 30px;
}

.inspection-tab-content .inspection-item span.material-icons.cross-icon {
    background: #ffe7e7;
    color: #ff8181;
}

.inspection-title {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.inspection-title h2.title {
    min-width: 180px;
    margin: 0;
}

.inspection-title h2.title img {
    width: 118px;
}

.inspection-title-content {
    width: 60%;
    font-weight: 300;
}

.inspection-title-content p {
    margin: 0;
}

.inspection-title-content a.report-download.btn {
    padding: 10px;
    background: #000;
    margin: 10px 0;
}

.title-checkpoint img {
    margin-top: -70px;
    margin-right: -92px;
    width: 220px;
    max-width: initial;
}

/* Car-listing Page  */
.car-listing-container>.container {
    display: flex;
    gap: 3rem;
    justify-items: center;
}

.filter-action {
    bottom: 0;
    background: #fff;
    padding: 1rem 2rem;
    width: 100%;
}

.filter-action.fixed {
    position: fixed;
    box-shadow: 0 -6px 11px 0px rgb(0 0 0 / 22%);
    margin-left: -21px;
    padding: 20px;
    box-sizing: content-box;
}

.car-listing-sidebar {
    width: 35%;
    min-width: 280px;
}

.car-listing-sidebar .car-filters-container {
    flex: 0 0 20%;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 300;
    border: 1px solid #D3D3D3;
    background-color: #fff;
    border-radius: 10px;
    margin: 30px 0;
}

.car-listing-sidebar .filter-card {
    background: #fff;
    border-radius: 10px;
    padding: 10px 0 0;
    margin-bottom: 0;
}

.car-listing-sidebar .filter-card h3 {
    font-weight: 500;
    margin: 0 0 10px;
}

.car-listing-sidebar .price-blocks {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.car-listing-sidebar .price-blocks label {
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
}

.car-listing-sidebar select.input-select {
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 4px;
    padding: 4px 8px;
}
.car-listing-sidebar .form-block {
    max-height: 140px;
    overflow-y: auto;
}
/* width */
.car-listing-sidebar .form-block::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  .car-listing-sidebar .form-block::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 10px;
  }
   
  /* Handle */
  .car-listing-sidebar .form-block::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  .car-listing-sidebar .form-block::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
.car-listing-sidebar .form-block .input-checkbox {
    margin-bottom: 5px;
    display: flex;
    gap: 1rem;
}

.selected-filter-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 2rem 0;
}

.selected-filter-list .filter-col {
    display: flex;
    background: #C4D6F0;
    border: 1px solid #A9C1E4;
    border-radius: 8px;
    align-items: center;
    gap: 8px;
    font-size: .8rem;
    padding: 10px 10px;
}

.selected-filter-list .filter-col p {
    margin: 0;
}

.selected-filter-list .filter-col span.material-icons {
    font-size: 0.9rem;
    opacity: .5;
}

.appointment-container {
    background: rgb(160 180 210 / 92%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    min-height: 100%;
    width: 100%;
    overflow-y: auto;
    z-index: 999;
    top: 0;
    padding: 50px 0;
}

.appointment-card {
    width: 90%;
    max-width: 980px;
    display: flex;
    background: #fff;
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0px 0px 45px rgb(0 0 0 / 25%);
    position: relative;
}

.appointment-card a.close-link {
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: #000;
    height: 2rem;
    width: 2rem;
    text-align: center;
}

.appointment-card a.close-link span {
    line-height: 2rem;
}

.appointment-sidebar {
    background: linear-gradient(180deg, #4C89FF 0.68%, #64EBFF 43.54%, #DCFDFF 79.7%, #FFD1A6 100%);
    border-radius: 20px 0px 0px 20px;
    padding: 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}

.appointment-sidebar img.checkpoints {
    position: absolute;
    right: -36px;
    top: 1rem;
    max-width: 220px;
}

.appointment-sidebar h2 {
    font-weight: 200;
    max-width: 258px;
    margin-top: 10rem;
}

.appointment-main {
    text-align: center;
    flex: 0 0 60%;
}

.car-info h3 {
    font-weight: 400;
    margin: 0;
    padding: 1rem;
    border-bottom: 1px solid #dadada;
}

.otp-step p {
    font-weight: 300;
}

.otp-input-block {
    display: flex;
    flex-direction: column;
    width: 280px;
    margin: 0 auto;
}

.resend-link {
    color: #104ca8;
    padding: 10px;
    font-size: .9rem;
}

.address-step {

    margin: 0 auto;
    padding: 1rem;
}

.address-step.disable {
    opacity: 0.4;
    background-color: #dadada;
    margin-top: 2rem;
    display: none;
}

.address-step .inner-content {
    max-width: 280px;
    margin: 0 auto;
}

.appointment-slot .input-block:first-child {
    flex: 0 0 54%;
}

.testdrive-form {
    max-width: 80%;
    margin: 0 auto 3rem;
    width: 380px;
}


/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    align-items: center;
    justify-content: center;
}

/* Modal Content/Box */
.modal-inner {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 480px;
    max-width: 80%;
    border-radius: 10px;
    position: relative;
}

.modal[open] {
    display: flex;
}

/* The Close Button */
.modal .modal-close {
    color: #aaa;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


/*--- Login Popup -----*/
.login-modal .input-block.otp-timer-block {
    display: flex;
    gap: 20px;
    align-items: center;
}

.login-modal .input-block.otp-timer-block a.resend-link {
    white-space: nowrap;
    color: red;
    text-decoration: none;
}

.login-modal .login-otp-block {
    padding-top: 30px;
}

.dashboard-container {
    padding-bottom: 3rem;
}

.dashboard-order-list {
    background: #fff;
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 20px;
    border-radius: 8px;
    overflow: hidden;
}

.dashboard-order-list table {
    width: 100%;
}

.dashboard-order-list th {
    background: #000;
    padding: 10px 20px;
    text-align: left;
    color: #fff;
}

.dashboard-order-list td {
    padding: 10px 20px;
}

.dashboard-order-list span.status {
    padding: 5px 10px;
    background: #19a4ff;
    border-radius: 18px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    min-width: 126px;
    display: inline-block;
    text-align: center;
}

.dashboard-order-list span.status.hold {
    background-color: #ffb300;
}

.dashboard-order-list span.status.completed {
    background-color: #34c586;
}

.dashboard-order-list span.status.cancelled {
    background-color: #fa4848;
}

/*------- About us ------------*/
.aboutus-info-container {
    background-image: url(../images/hm_banner_img.jpg);
    background-size: cover;
    background-position: 0 40%;
    background-repeat: no-repeat;
    position: relative;
    padding: 3rem 0;
    background-color: #1e222b;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 200;
    text-align: center;
    line-height: 2rem;
}

.aboutus-info-container::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(30, 34, 43, 1) 0%, rgba(30, 34, 43, 1) 25%, rgba(30, 34, 43, 0.5) 100%);
}

.aboutus-info-container .container {
    position: relative;
    z-index: 1;
}

.aboutus-info-container p {
    max-width: 880px;
    margin: 0 auto;
}

.aboutus-info-container p {
    max-width: 880px;
    margin: 0 auto;
}

.buy-sell-container {
    display: flex;
    gap: 5rem;
    justify-content: space-between;
}

.buy-sell-container>div {
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    width: 46%;
    padding: 1rem 3rem;
}

.whyus-container {
    padding-bottom: 1rem;
}

.whyus-container h3,
.whyus-container h4 {
    text-align: center;
    font-size: 2rem;
    text-transform: uppercase;
}

.whyus-container h4 {
    margin: 1rem 0;
    font-size: 1.6rem;
}

ul.strength-points {
    font-size: 1.2rem;
    font-weight: 300;
    list-style: circle;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.team-container {
    position: relative;
    background-color: #C4D6F0;
    padding-bottom: 5rem;
}

.team-container:after {
    content: '';
    background-image: url(../images/wave_bg.svg);
    background-repeat: no-repeat;
    background-position: 0 -2px;
    width: 100%;
    height: 78%;
    top: 0;
    left: 0;
    position: absolute;
    background-size: 100%;
    z-index: 0;
    background-color: #C4D6F0;
    min-height: 210px;
}

.team-container .container {
    position: relative;
    z-index: 9;
    display: flex;
    padding-top: 8rem;
    gap: 6rem;
}

.local-dealer-content {
    font-size: 1.6rem;
    font-weight: 300;
    max-width: 38%;
    line-height: 2.4rem;
    min-width: 36%;
}

.team-content {
    display: flex;
    gap: 2rem;
    font-size: 1.2rem;
    font-weight: 300;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.team-content::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/team-images.jpg);
    background-size: cover;
    filter: brightness(0.23);
    background-position: center;
}

.team-info {
    position: relative;
    padding: 2rem 5rem;
    border-radius: 23px;
    font-size: 22px;
}

.contact-form-container .block-flex {
    display: flex;
    gap: 2%;
    justify-content: space-between;
}

.contact-form-container .block-flex>.input-block {
    width: 48%;
}

.contact-form-container {
    padding: 3rem 0;
}

.contact-form-container .container {
    display: flex;
    gap: 6rem;
}

.contact-form-container .contact-content {
    width: 40%;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.contact-form-container .contact-content h3 {
    text-transform: uppercase;
}

.contact-form-container .form-container {
    width: 60%;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
    animation: fadeIn 0.5s ease-in 1 forwards;
}

.gallery-container {
    display: flex;
    margin: auto;
    background-color: #1e222b;
    width: 100%;
    justify-content: center;
    max-height: calc(100vh - 70px);
    padding: 0 2% 30px;

}

.gallery-container .panel-main {
    width: auto;
    text-align: center;
    position: relative;
    min-width: calc(80% - 200px);
}

.gallery-container .panel-main img {
    height: auto;
    max-width: 100%;
    object-fit: cover;
}



.gallery-container .thumbs {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 200px;
    overflow-y: auto;
    padding: 0 20px;
    max-height: calc(100vh - 90px);
    display: none;
}

.gallery-container .thumbs.show {
    display: flex;
}

.gallery-container .thumbs img {
    margin-bottom: 20px;
}

.gallery-container .thumbs img.current {
    border: 4px solid #fff;
}

.gallery-container span.arrow {
    position: absolute;
    color: #fff;
    top: 46%;
    cursor: pointer;
    cursor: pointer;
}

.gallery-container span.arrow .material-icons {
    font-size: 69px;

}

.gallery-container span.arrow.arrow-left {
    left: 0;
}

.gallery-container span.arrow.arrow-right {
    right: 0;
}

/* width */
.gallery-container .thumbs::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.gallery-container .thumbs::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

/* Handle */
.gallery-container .thumbs::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

/* Handle on hover */
.gallery-container .thumbs::-webkit-scrollbar-thumb:hover {
    background: #555;
}

ul.gallery-tabs {
    display: flex;
    gap: 2em;
    margin-right: auto;
    margin-left: auto;
}

ul.gallery-tabs li {
    padding: 8px 2rem;
    border-radius: 40px;
    cursor: pointer;
}

ul.gallery-tabs li.active {
    background: #222;
    color: #fff;
}
a.gallery-back {
    font-weight: 300;
    text-decoration: none;
    font-size: 23px;
    background: #080808;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 20px;
    line-height: 30px;
    color: #fff!important;
}
.car-listing-container .container{
    position: relative;
}
.filter-btn {
    position: absolute;
    right: 20px;
    padding: 6px;
    border: 1px solid #dadada;
    border-radius: 5px;
    display: none;
    top: 0px;
    cursor: pointer;
}

.close-btn.filter-close {
    text-align: right;
    display: none;
}

.listing-callouts {
    display: flex;
    gap: 30px;
    margin: 30px 0 50px;
}

.listing-callouts .callout {
    border-radius: 8px;
    min-height: 120px;
    background: #ffebdc;
    width: 50%;
    overflow: hidden;
}


.listing-callouts .callout img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-width: inherit;
}
.listing-callouts .callout.callout-list {
    width: 100%;
    padding: 30px;
    min-height: auto;
}
.listing-callouts .callout ul.point-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.listing-callouts .callout ul.point-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 24%;
    flex: unset;
    font-size: 14px;
    font-weight: 600;
}
.listing-callouts .callout ul.point-list li span.material-icons {
    background: #f93a3a;
    border-radius: 50%;
    font-size: 14px;
    padding: 5px;
    font-weight: 800;
    color: #fff;
}
.how-work-title {
    width: 760px;
    font-size: 28px;
    text-align: center;
    margin: 0 auto 80px auto;
}
.how-work-subtitle
{
    text-align: center;
    margin-top: 60px;
    font-size: 21px;
    text-transform: uppercase;
}
.buy-how-work .listing-callouts .callout.callout-list{
    border-radius: 30px;
    padding: 50px;
}
.buy-how-work .how-work-title {
    width: 90%;
    font-size: 28px;
    text-align: center;
    margin: 0 auto 30px auto;
}
.how-works-banner{
    background-image: url(../images/how-it-works.png);
    min-height: 280px;
    position: relative;
    border-radius: 20px;
    align-items: flex-end;
    justify-content: center;
    display: flex;
    border-radius: 30px;
    overflow: hidden;
}
.how-works-banner div {
    text-align: center;
    font-size: 23px;
    color: #fff;
    position: relative;
}
.how-works-banner img.logo {
    margin-bottom: 30px;
    filter: contrast(0.5) brightness(5);
}
.how-works-banner::before{
    content:'';
    border-radius: 10px;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #00000071;
}
.how-works-steps {
    padding: 80px 0;
    background-image: url(../images/lines-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.how-works-steps .step {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
h4.step-hdr {
    text-align: center;
    font-size: 30px;
    margin-bottom: 0;
}
.how-works-steps .step:nth-child(2) ,.how-works-steps .step:nth-child(4){
    flex-direction: row-reverse;
}
.how-works-steps .step-content {
    max-width: 400px;
}
.how-works-steps .step-content p {
    font-size: 24px;
}
.how-works-steps .step-content h2 {
    font-size: 30px;
}
.how-work-callout {
    background: #FFDCC3;
    border-radius: 30px;
    display: flex;
    gap: 50px;
    margin-bottom: 50px;
}
.how-work-callout .callout-contact {
    background-color: #5B4040;
    border-radius: 20px;
    margin-top: -20px;
    margin-bottom: inherit;
    margin-left: 20px;
    width: 35%;
    color: #fff;
    padding: 30px 60px;
}
.how-work-callout .callout-contact .logo{
    height: 76px;
    filter:invert(1);
}
.how-work-callout .callout-contact p{
    font-size: 18px;
}
.how-work-callout .callout-content {
    flex-grow: 3;
    padding: 40px 40px;
}
.how-work-callout .callout-content h3{
    font-size: 30px;
}
.how-work-callout .callout-content p {
    font-size: 28px;
    font-weight: 200;
}

.how-work-callout .button-set {
    display: flex;
    gap: 20px;
    max-width: 500px;
}
.how-work-callout .button-set a.btn {
    border-radius: 30px;
}
.how-work-callout .button-set a.btn:first-child {
    background-color: #000;
}
.how-work-callout .callout-contact h4 {
    font-size: 32px;
    font-weight: 200;
}
.privacy-container {
    padding: 50px 0;
}

.return-banner {
    background-image:url(../images/how-it-works.png ); 
    min-height: 280px;
    position: relative;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 30px;
    overflow: hidden;
    gap: 50px;
    padding: 30px 0;
    margin-top: 50px;
}
.return-banner::before {
    content: '';
    border-radius: 10px;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.649);
}
.return-banner .refund-image {
    width: 25%;
    position: relative;
}
.return-banner .return-content {
    width: 50%;
    font-size: 24px;
    font-weight: 300;
    position: relative;
    color: #fff;
}
.scenarios-content {
    padding: 30px 0;
    font-size: 18px;
}
.scenarios-content ul.list {
    list-style: circle;
    padding-left: 30px;
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.terms-container{
    padding: 50px 0; 
}
.sell-form-message{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 86%)!important;
}
.sell-form-message .message {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    font-size: 24px;
}
#alertBox{

    background: rgb(0 0 0 / 80%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}
#alertBox .message{
    min-width: 200px;
    background: #fff;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 20px;
}
/*-----Mobile Media Query ------*/

@media (max-width:992px) {
    ul.navbar-nav {
        margin-left: 0;
        gap: 15px;
    }

   

    ul.navbar-nav li.nav-item.contact-number ,ul.navbar-nav li.nav-item.location {
        display: none;
    }

    ul.cust-dropdown-menu>li {
        flex: 0 0 49%;
    }
    nav.navbar {
        padding: 0 0 0 10px;
    }

    p.contact-mobile {
        display: block;
    }
    .hm-banner{
        padding: 20px;
    }
    .hm-banner h1 {
       text-align: center;
    }
    .sellCar-form-option#sellSlide2 .input-block {
        flex: 0 0 100%;
        border: 0;
    }

    .sellCar-form-option-content button.btn.btn-arrow {
        margin-left: -50px;
    }

    .sellCar-form-option-content button.btn.btn-arrow {
        margin-left: 2%;
        margin-top: 1rem;
    }

    .sellCar-form-option-content .sell-slide-2 button.btn.btn-arrow {
        min-width: 95%;
        margin-left: -20px;
        position: initial;
    }

    .sellCar-form-option .input-block .input-labels.current {
        position: relative;
        z-index: 1;
        padding: 0;
    }

    .sellCar-form-option {
        flex-wrap: wrap;
        width: 96%;
        margin: 0 auto;
        padding: 2rem 1rem;
    }

    .sellCar-form-option .input-block {
        flex: 0 0 50%;
    }

    .sellCar-form-option-content button.btn.btn-arrow {
        position: initial;
        width: 96%;
    }

    .sellCar-form-option .input-block:nth-child(2n+0) {
        border-right: 0;
    }
    #drivenlList ul.cust-dropdown-menu>li {
        flex: 0 100%;
    }
    .hm-offers {
        flex-direction: column;
        gap: 2rem;
        padding: 30px;
    }
    .hm-offers .content {
        max-width: 100%;
        padding-right: 0;
    }
    .hm-offers ul.point-list {
        flex-direction: column;
    }
    .listing-callouts{
        padding: 0 20px;
        margin: 0 0 20px 0;
    }
    .listing-callouts .callout.callout{
        width: 100%;
    }
    .listing-callouts .callout.callout.callout2 {
        display: none;
    }
    .car-list {
        justify-content: center;
        padding: 0 20px;
    }

    .car-list .car-col,.hm-car-list-container .car-list .car-col{
        width: 100%;
    }
.listing-callouts
    .hm-banner h1,
    h2.section-title {
        text-align: center;
    }

    .faq-list {
        padding: 0 1rem;
    }

    .testimonials-container {
        padding: 0 30px; 
    }

    .testimonials-container .container {
        flex-direction: column;
        align-items: center;
    }

    .testimonials-list .splide__arrow--prev {
        left: -3em;
    }

    .testimonials-container h4 {
        margin: 0;
        text-align: center;
        padding: 0;
    }

    .testimonials-list .splide__slide {
        padding-left: 0;
    }

    .testimonials-list {
        width: 100%;
        max-width: 100%;

    }

    .testimonial {
        max-width: 100%;
        padding: 1rem;
        margin: 0;

    }

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

    .footer-content {
        flex-direction: column;
        gap: 2em;
    }
    footer.site-footer {
       
        padding: 2rem 0;
    
    }

    .footer-content .footer-about {
        width: auto;
        margin: 0 2rem;
        text-align: center;
    }

    ul.social-links {
        justify-content: center;
    }

    .footer-right {
        flex-direction: column;
        padding: 0 2rem;
        /* text-align: center; */
        gap: 0;
    }

    ul.footer-links {
        display: block;
        gap: 0.6rem;
        justify-content: center;
    }
   
    .footer-links-container {
        display: flex;
        justify-content: space-around;
        padding: 20px 0;
        border-top: 1px solid rgb(218 218 218 / 44%);
        border-bottom: 1px solid rgb(218 218 218 / 44%);
        margin-bottom: 30px;
    }
    .banner-whyUs-points {
        box-sizing: border-box;
        flex-direction: column;
        padding: 0 30px;
    }
    .banner-whyUs-points .point {
        max-width: 100%;
        gap: 0;
        font-size: 16px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .car-listing-main {
        padding: 2rem 0;
    }

    .car-listing-sidebar {
        position: fixed;
        left: 0;
        top: 0;
        background: rgb(0 0 0 / 87%);
        z-index: 999;
        width: 100%;
        padding: 20px;
        height: 100%;
        overflow: scroll;
        display: none;
    }
    .car-listing-sidebar .car-filters-container{
        margin: 0 0 60px;
    }
    .filter-action {
        width: 100% !important;
        position: fixed;
        bottom: 0;
        left: 0;
    }
    .car-listing-content {
        position: relative;
        padding-top: 50px;
    }
    .filter-btn {
        display: inline-block;
        align-items: center;
        display: flex;
        gap: 5px;
    
    }

    .car-listing-sidebar.open {
        display: block;
    }

    .close-btn.filter-close {
        display: block;
    }

    .appointment-card {
        flex-direction: column;
    }

    .hm-promo-banner-container .container {
        display: block;
    }

    .hm-promo-banner-container img.promo-bg {
        position: relative;
        margin-top: -104px;
    }

    .otp-input-block {
        padding-bottom: 20px;
    }

    .car-info h3 {
        padding: 1rem 3rem 1rem 1rem;
    }

    .car-info h3 {
        text-align: left;
    }

    .appointment-sidebar img.checkpoints {
        display: none;
    }

    .appointment-sidebar {
        align-items: center;
    }

    .appointment-sidebar h2 {
        font-weight: 200;
        max-width: 258px;
        margin-top: 1rem;
        font-size: 0.9rem;
        text-align: center;
        position: relative;
        z-index: 1;
    }

    .appointment-sidebar img:last-child {
        width: 115px;
        position: absolute;
        bottom: 0;
    }

    .car-listing-container>.container {
        display: block;
    }

    .car-view-container .car-view-main {
        padding: 0 20px;
    }

    .car-view-container>.container {
        display: block;
    }

    .car-view-gallery .flexslider.flexslider-view ul.slides>li {
        height: 240px;
    }

    .overview-list .list-item,
    ul.features-list li {
        flex: 0 0 100%;
    }

    ul.inspection-tabs li {
        padding: 0.8rem 5px;
        font-size: 12px;
        margin-top: 5px;
    }

    ul.car-detail-tabs li a {
        padding: 0.5rem 10px;
        font-size: 12px;
    }

    .car-detail-card {
        padding: 30px 0px;
    }

    .title-checkpoint img {
        margin-top: 0;
        margin-right: 0;
        width: 220px;
        max-width: initial;
    }

    .inspection-title {
        display: block;
        text-align: center;
    }

    .inspection-title-content {
        width: 100%;
    }

    ul.inspection-tabs {
        display: flex;
        justify-content: center;
        list-style: none;
        background: #C4D6F0;
        margin: 0;
        padding: 0 10px;
        gap: 6px;
    }

    .car-sidebar {
        padding: 0 20px;
    }

    .gallery-container {
        display: block;
        height: 100vh;
    }

    .gallery-container .thumbs.show {
        display: flex;
        flex-direction: row;
        width: auto;
        height: auto;
    }

    a.gallery-back {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .gallery-container .thumbs img {
        max-width: 120px;
        margin: 10px;
    }

    nav.navbar.gallery-navbar {
        display: block;
        height: auto;
    }

    ul.gallery-tabs {
        display: flex;
        gap: 2em;
        padding: 20px;
        font-size: 12px;
        flex-wrap: wrap;
    }

    ul.gallery-tabs li {
        padding: 8px;
    }

    .buy-sell-container,
    .team-container .container,
    .contact-form-container .container {
        flex-direction: column;
        padding: 0 30px;
    }

    .buy-sell-container>div,
    .contact-form-container .contact-content {
        width: 100%;
    }

    .local-dealer-content {
        max-width: 100%;
    }
    
    .how-work-title{
        width: auto;
        font-size:40px;
        margin: 40px auto;
    }
    .how-works-banner{
        border-radius: 0;
    }
    .how-works-steps .step {
        display: block;
        padding: 30px;
    }
    .how-work-callout .callout-contact {
        margin-top: -20px;
        margin-bottom: inherit;
        margin-left: 0;
        width: auto;
    }
    .how-work-callout .callout-content {
        padding: 0 40px 40px;
    }
    .privacy-container {
        padding: 30px;
    }
    .terms-container{
        padding: 30px;
    }
    .car-detail-card .card-actions a.btn{
        background: #F93A3A;
        color:#fff; 
    }
    .contact-form-container .form-container {
        width: 100%;
    }
    .contact-form-container .block-flex {
      
        flex-direction: column;
    }
    .contact-form-container .block-flex>.input-block {
        width: 100%;
    }
    .contact-form-container .container {
        gap: 1rem;
    }
    .team-container .container {
       
        gap: 1rem;
    }
    .team-info {
     
        padding: 1rem ;
   
    }
    .aboutus-info-container{
        text-align: left;
        line-height: 1.3;
        padding: 20px;
        font-size: 16px;
    }
    .hm-offers ul.point-list li {
        width: 100%;
    }
    .listing-callouts .callout ul.point-list li{
        width: 100%;
    }
    .listing-callouts .callout.callout-list {
    padding: 20px;
    }

    .refund-container {
        padding: 0 20px;
    }
    .return-banner{
        flex-direction: column;
        padding: 30px;
        gap: 30px;
    }
    .return-banner .return-content {
        width: 100%;
        font-size: 18px;

    }
    .return-banner .refund-image {
        position: relative;
        width: 50%;
    }
    .how-work-callout {
        flex-direction: column;
        gap: 0;
    }
    .how-work-callout .button-set {
        flex-direction: column;
    }
    .how-work-callout {
        flex-direction: column;
        gap: 0;
    }
    .values-container {
        padding: 0 20px;
    }
    .flexslider.flexslider-view ul.slides img {
       
        object-fit: cover;
    }
}

/* Whatsapp Floating Button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-float img {
    width: 60px; /* Adjust the size as needed */
    height: auto;
    border-radius: 50%;
    box-shadow: 0px 0px 5px #888;
}



/* input[hidden]{
    display: block!important;
} */