:root {
    --primary: #012A5E;
    --primaryLight: #E0EDFD;
    --secondary: #E6242C;
    --success: #24AE0D;
    --dark: #242424;
    --natural: #7A7A7A;
    --light: #FFFFFF;
    --danger: red;
    --orange : orange;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

.wrapper {
    padding: 15px;
}

.homeSlider img {
    max-width: 100%;
    border-radius: 7px;
    border: 2px solid var(--primary);
    display: block;
}

section.logosection .logobox {
  padding: 15px 0px 15px 15px;
}

.check-dealer-checkbox input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: url(../images/icons/inactive.svg);
}

.check-dealer-checkbox input[type="radio"]:active, .check-dealer-checkbox input[type="radio"]:checked {
  -webkit-appearance: none;
  appearance: none;
  width: 26px;
  height: 26px;
  background: url(../images/icons/active.svg);
}


input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
  width: 100%;
  height: 40px;
    background: url(../images/icons/inactive.svg);
}

input[type="radio"]:active, input[type="radio"]:checked {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  background: url(../images/icons/active.svg);
}

ul.two-wheeler-types.flex-box li.two-wheeler-type.active {
    background: var(--primary);
}

ul.two-wheeler-types.flex-box li.two-wheeler-type.active span.image img {
    filter: grayscale(1) brightness(50);
}

ul.two-wheeler-types.flex-box li.two-wheeler-type.active img {
    filter: brightness(0) invert(1);
}

ul.two-wheeler-types.flex-box li.two-wheeler-type input[type="radio"]:checked+img {
    filter: brightness(0) invert(1);
}

ul.two-wheeler-types.flex-box li.two-wheeler-type input[type="radio"]:checked+span.image img {
    filter: brightness(0) invert(1);
}

input[type="radio"].done {
    background: var(--primary);
    border-radius: 50%;
}

.homeSlider .owl-item {
    float: left;
    width: 100%;
}

.homeSlider {
    overflow-x: hidden;
}

.owl-nav.disabled {
    display: none;
}

.owl-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
}

.homeSlider {
    position: relative;
}

.owl-dots button.owl-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    background: #9D9D9D;
    margin: 0 5px;
    border-radius: 50%;
}

.owl-dots button.owl-dot.active {
    background: var(--primary);
}

.stepBar ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    list-style: none;
    position: relative;
}

.stepBar ul li {
    text-align: center;
}

.stepBar ul li input {
    display: block;
    margin: 0 auto 10px;
}

.stepBar ul li span.stepTitle {
    font-size: 12px;
    white-space: pre-wrap;
    display: block;
    text-align: center;
    padding: 5px 20px;
    font-style: italic;
}

.stepBar {
    margin-top: 20px;
    position: relative;
}

.stepBar:before {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--primaryLight);
    display: block;
    position: absolute;
    top: 11px;
}

form .flex-box.col {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

form .flex-box.col span.bmd-form-group.is-filled {
    padding: 0;
    width: calc(100% - 52px);
}

form .flex-box.col span.icon {
    min-width: 52px;
    height: 52px;
    display: flex;
     background: var(--primary);
    justify-content: center;
    align-items: center;
    border-radius: 5px 0 0 5px;
}


/*form .flex-box.col span.bmd-form-group select {
    width: 100%;
    height: 52px;
    border: 0;
    padding: 10px;
    border-radius: 0 5px 5px 0;
    appearance: none;
    -webkit-appearance: none;
    background: var(--primaryLight) url(../images/icons/select-bg.svg) no-repeat 95% center;
}*/
form .flex-box.col select {
    width: 100%;
    height: 52px;
    border: 0;
    padding: 10px;
    border-radius: 0 5px 5px 0;
    appearance: none;
    -webkit-appearance: none;
    background: var(--primaryLight) url(../images/icons/select-bg.svg) no-repeat 95% center;
    width: calc(100% - 52px);
}

.formStepContent>.row {
    margin: 0 0 15px;
}

ul.two-wheeler-types.flex-box {
    display: flex;
    column-gap: 10px;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

ul.two-wheeler-types.flex-box li.two-wheeler-type input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

ul.two-wheeler-types.flex-box li.two-wheeler-type {
    width: 33.333%;
    padding: 20px 0;
    position: relative;
    text-align: center;
    border: 1px solid var(--primary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.two-wheeler-types.flex-box li.two-wheeler-type span.image {
    display: block;
}

.vehicle_condition.formStepContent .row:nth-child(even) {
    background: var(--primaryLight);
}

.vehicle_condition.formStepContent .row .col {
    padding: 0;
}

.vehicle_condition.formStepContent .row {
    padding: 7px 15px;
    border-radius: 10px;
    margin-bottom: 0;
}

.vehicle_condition.formStepContent .row label {
    font-size: 14px;
    margin-bottom: 15px;
}

.vehicle_condition.formStepContent .row ul.yesNo {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    padding: 0;
    list-style: none;
    margin: 5px 0;
}

.vehicle_condition.formStepContent .row ul.yesNo img {
    display: block;
    margin: 0 auto 15px;
    height: 40px;
    width: auto
}

.vehicle_condition.formStepContent .row ul.yesNo li {
    width: 50%;
    text-align: center;
}

.red {
    color: var(--secondary) !important;
}

.vehicle_condition.formStepContent .row ul.yesNo li label {
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 10px;
}

.green {
    color: var(--success) !important;
}
.orange {
    color: var(--orange) !important;
}

.vehicle_condition.formStepContent .row ul.yesNo li .flex-box {
    display: flex;
    align-items: flex-start;
}

.vehicle_condition.formStepContent .row ul.yesNo li .flex-box input[type="radio"] {
    width: 14px;
    min-width: 14px;
    height: 14px;
    background: url(../images/icons/label-input.svg) no-repeat center center;
    background-size: 13px;
    margin-top: 4px;
}

.vehicle_condition.formStepContent .row ul.yesNo li .flex-box input[type="radio"]:active,
.vehicle_condition.formStepContent .row ul.yesNo li .flex-box input[type="radio"]:checked {
    background: url(../images/icons/label-input-checked.svg) no-repeat center center;
}

.howToCheck {
    position: fixed;
    top: 50%;
    right: 0;
    background: var(--primary);
    padding: 10px;
    font-size: 12px;
    color: var(--light);
    line-height: 1.2;
    border-radius: 5px 0 0 5px;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}

button.nextStep,
a.nextStep,
a.seePrice {
    background: var(--secondary);
    padding: 8px 20px;
    border-radius:8px;
    color: var(--light);
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    border:0;
}
button.sell-vehicle {
    background: var(--light);
    padding: 12px 30px;
    border-radius:8px;
    color: var(--secondary);
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    border:2px solid var(--secondary);
}
button.scrp[disabled] {
    opacity: .4;
    cursor: auto;
}

button.nextStep svg,
a.nextStep svg,
a.seePrice svg {
    margin-left: 10px;
    width: 8px;
}

.actions {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    margin-bottom: 15px;
}

button.nextStep.back,
a.nextStep.back {
    background: transparent;
    color: var(--dark);
    border: 1px solid var(--dark);
    font-size: 14px;

}

button.nextStep.back,
a.nextStep.back svg {
    margin-left: 0;
    margin-right: 10px;
    width: 8px;
}

section.copyright {
    padding: 15px;
    background: var(--primaryLight);
    text-align: center;
    font-size: 12px;
}

form .flex-box.col span.bmd-form-group {
    padding-top: 0;
    width: calc(100% - 52px);
}

span.infoTooltip {
    width: 52px;
    height: 52px;
    background: transparent;
    color: #fff;
    text-align: center;
    line-height: 52px;
    border-radius: 0 5px 5px 0;
    cursor: help;
    position: static;
}
span.infoTooltip span:not(.toolTipContent) {
    position: absolute;
    right:6px !important;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: transparent url(../images/icons/info-_1_.svg) no-repeat center center;
    background-size: 20px;
    color: var(--primary);
    top: 11px;
    font-size: 0;
}
span.toolTipContent {position: absolute;top: -75px;left: 65px;width: 300px;max-width: 60vw;background: #666;line-height: 1.5;padding: 14px;border-radius: 5px;font-size: 12px;display: none;}

span.toolTipContent:after {content: "";border-top: 10px solid #666;border-left: 10px solid transparent;border-right: 10px solid transparent;position: absolute;display: block;bottom: -10px;left: 50%;margin-left: -5px;}

span.infoTooltip:hover span.toolTipContent {display: block;}

.error {
    color: #e6242c;
    font-size: 12px;
    margin-top: 10px;
}

form .flex-box.col span.bmd-form-group input[type="month"],
form .flex-box.col span.bmd-form-group input[type="text"],
form .flex-box.col span.bmd-form-group input[type="password"],
form .flex-box.col span.bmd-form-group input[type="number"] {
    border: 0;
    padding:14px 10px ;
    width: 100%;
    border-radius: 0 5px 5px 0;
    background: var(--primaryLight);
    height: 52px;
    font-size: 14px;
}
form .flex-box.col input[type="month"],
form .flex-box.col input[type="text"],
form .flex-box.col input[type="password"],
form .flex-box.col input[type="number"] {
    border: 0;
    padding:14px 10px ;
    width: 100%;
    border-radius: 0 5px 5px 0;
    background: var(--primaryLight);
    height: 52px;
    font-size: 14px;width: calc(100% - 52px);
}



form .flex-box.col span.bmd-form-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: var(--primary) !important;
  opacity: 1; /* Firefox */
}

form .flex-box.col span.bmd-form-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: var(--primary) !important;opacity: 1;
}

form .flex-box.col span.bmd-form-group input::-ms-input-placeholder { /* Microsoft Edge */
 color: var(--primary) !important;opacity: 1;
}


.lww form .flex-box.col span.bmd-form-group input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#303030;
  opacity: 1; /* Firefox */
}

.lww form .flex-box.col span.bmd-form-group input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#303030;
}

.lww form .flex-box.col span.bmd-form-group input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
  color:#303030;
}


form .flex-box.col input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: var(--primary) !important;
  opacity: 1; /* Firefox */
}

form .flex-box.col input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: var(--primary) !important;opacity: 1;
}

form .flex-box.col input::-ms-input-placeholder { /* Microsoft Edge */
 color: var(--primary) !important;opacity: 1;
}


.lww form .flex-box.col input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#303030;
  opacity: 1; /* Firefox */
}

.lww form .flex-box.col input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#303030;
}

.lww form .flex-box.col input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
  color:#303030;
}





.flex-box.border {
  border: 1px solid #CECECE !important;
}
div#your_details .flex-box.col {
    padding: 0;
}

span.viewPassword {
    position: absolute;
    right: 15px;
    height: 52px;
    top: 0;
    width: 30px;
    align-items: center;
    justify-content: center; display: none;
}

div#your_details .flex-box.col {
    position: relative; margin-bottom: 5px;
}
div#your_details .flex-box.col .error {
  color: #e6242c;
  font-size: 12px;
  margin-top: 10px;
  position: absolute;
  bottom: -19px;
}
div#your_details .flex-box.col #otp_msg_success.error{ color: #3cb406; }


span.viewPassword svg {
    display: block;
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    background: url(../images/icons/checkbox.svg) no-repeat center center;
    display: inline-block;
    vertical-align: middle;
}

html input[type=checkbox]:active,
html input[type=checkbox]:checked {
    background: url(../images/icons/check-box-checked.svg) no-repeat center center;
}

div.formStepContent {
    display: none;
}

div.formStepContent.active {
    display: block;
}

.col.noPadding {
    padding: 0;
}

.formStepContent>.row p {
    font-size: 12px;
}

.formStepContent>.row label {
    font-size: 14px;
    color: var(--primary);
}

.formStepContent>.row p a {
    font-size: 13px;
    font-weight: bold;
    color: var(--primary);
}

h3.primaryBg {
    font-size: 16px;
    font-weight: 600;
    background: var(--primary);
    color: var(--light);
    padding: 15px;
    border-radius: 5px;
}

.storeList tr th {
    background: var(--primary);
    padding: 10px;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
}

.storeList tr td {
    font-size: 12px;
    padding: 10px;
    color: var(--primary);
}
.storeList tr td a{
    color: var(--primary);
    text-decoration: none;
    border-bottom: 1px solid;
}

.storeList table {
    border: 1px solid var(--primary);
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
}

.storeList h3 {
    font-size: 14px;
    font-weight: bold;
    color: var(--primary);
}

/*.storeList {
	overflow-y: scroll;
    max-height: 200px;
}*/

.rateExperience {
    margin-top: 30px;
}

.rateExperience textarea {
    display: block;
    height: 50px;
    font-size: 12px;
    padding: 10px;
    width: 100%;
    border: 0;
}

.rateExperience h3 {
    background: var(--primary);
    color: var(--light);
    font-size: 16px;
    padding: 10px 15px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
}

.rateExperience {
    border: 1px solid var(--primary);
    text-align: center;
    padding: 0 0px 15px;
    margin-bottom: 20px;
}

.rateExperience .flex-box.like-dislike {
    padding: 30px 0;
    display: flex;
    justify-content: center;
    column-gap: 40px;
}

span.dislike {
    transform: rotate(180deg);
}

.modalPopup {
    position: fixed;
    background: rgb(0 0 0 / 20%);
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.popupContent {
    position: absolute;
    padding: 20px;
    background: #fff;
    width: 90%;
    top: 50%;
    left: 5%;
    transform: translate(0, -50%);
    text-align: center;
}

.popupContent h3 {
    font-size: 21px;
    font-weight: 600;
    color: var(--primary);
    margin: 15px 0;
    line-height: 1.5;
}

.popupContent .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: var(--secondary) !important;
    line-height: 1;
    font-weight: 400;
    opacity: 1;
    cursor: pointer;z-index: 2;
}

.estimated_price {
    padding: 0px;
    text-align: center;
    background: #fff;
}

.estimated_price h4 {
    font-size: 16px;
    font-weight: 600;
    color: #08A700;
    margin-bottom: 0;
    margin-top: 10px;
}

.estimated_price p {
    margin-bottom: 0;
}

div#your_Valuation p {
    padding: 10px;
    font-size: 14px;
}
div#your_Valuation h5 {
    padding: 10px;
    background: var(--primaryLight);
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    width: calc(100% - 20px);
    margin: 0 10px 12px;
}
div#your_Valuation p {margin-bottom: 12px;padding: 0 10px;}
div#your_details .flex-box.col button#sendOtpQrcode:focus {
    outline: none;
    box-shadow: none;
    border:1px solid #000;
}

form .flex-box.col input.form-control {color: var(--primary);}

.input-group.date .input-group-addon {background: var(--primaryLight);border: 0;}

.input-group.date .input-group-addon span.glyphicon.glyphicon-calendar {color: var(--primary);}

div#howToCheck h3 {
    font-size: 16px;
    font-weight: 600;
    background: var(--primary);
    color: var(--light);
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

div#howToCheck {
    padding: 0 15px;
}

.card .cardHeading {
    padding: 15px;
    background: var(--primaryLight);
    font-size: 16px;
    font-weight: 600;
}

.cardCOntent {
    padding: 15px;
}

.cardCOntent ul {
    margin-bottom: 0;
    padding-left: 15px;
}

.card {
    margin-bottom: 15px;
    box-shadow: 0 0 10px #ddd;
    border-radius: 10px;
}

.cardCOntent ul.nostyle {
    list-style: none;
    padding: 0;
    display: flex;
    column-gap: 15px;
    justify-content: space-between;
}

.cardCOntent ul.nostyle li {
    text-align: center;
}

.cardCOntent ul.nostyle li img {
    margin-bottom: 15px;
}

.cardCOntent ul.nostyle li p {
    margin-bottom: 0;
}

.cardCOntent ul.nostyle li span.image {
    display: block;
}

.cardCOntent ul.nostyle li span.image img {
    display: block;
    max-width: 100%;
    height: 60px;
    margin: 0 auto 15px;
}

.cardCOntent ul li:not(:last-child) {
    margin-bottom: 10px;
}

.rateExperience .flex-box.like-dislike>span {
    position: relative;
}

.rateExperience .flex-box.like-dislike input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.popupContent .inner> :last-child {
    margin-bottom: 0;
}

/*Blog CSS Start*/
.wot-breadcrumb {
    margin-bottom: 24px;
    padding: 12px 0;
    background-color: var(--primaryLight);
}
.wot-breadcrumb .breadcrumb-inner {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wot-breadcrumb .breadcrumb-inner li {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    display: inline-block;
    color: #303030;
}
.wot-breadcrumb .breadcrumb-inner li a {
    color: #303030;
    text-decoration: none;
    transition: .5s ease-in-out;
}
.wot-breadcrumb .breadcrumb-inner li a:hover {
    color: var(--primary);
}

.banner-section img {
    border-radius: 12px;
}

.heading-filter-section {
    margin: 40px 0;
}
.heading-filter-section .heading-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.heading-filter-section .heading-filter h1 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
}
.heading-filter-section .heading-filter .sort-by {
    display: flex;
    align-items: center;
}
.heading-filter-section .heading-filter .sort-by label {
    margin-bottom: 0;
    margin-right: 8px;
    color: #303030;
    font-size: 14px;
    font-weight: 500;
}
.heading-filter-section .heading-filter .sort-by select {
    border: 1px solid #C5C5C5;
    padding: 12px 16px;
    color: #303030;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
    background-color: transparent;
    min-width: 220px;
}

.blog-listing .blog-column {
    margin-bottom: 40px;
}
.blog-column .blog-list {
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.11);
}
.blog-column a {
    text-decoration: none;
}
.blog-column .blog-list .blog-description {
    padding: 16px;
}
.blog-column .blog-list .blog-description .date-time {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 14px;
    color: #808080;
    display: flex;
    justify-content: space-between;
}
.blog-column .blog-list .blog-description .date-time span:first-child {
    margin-right: 20px;
}
.blog-column .blog-list .blog-description .date-time span {
    display: inline-flex;
    align-items: center;
}
.blog-column .blog-list .blog-description .date-time img {
    margin-right: 4px;
}
.blog-column .blog-list .blog-description h6 {
    font-size: 18px;
    line-height: 24px;
    color: #242424;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.latest-related-post {
    margin-bottom: 40px;
}
.latest-related-post .latest-post h2 {
    font-size: 24px;
    line-height: 24px;
    color: #303030;
}
.latest-related-post .latest-post ul {
    list-style: none;
    padding: 0;
    max-height: 250px;
    overflow-y: auto;
    margin: 0;
}
.latest-related-post .latest-post ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 16px 10px 16px 0;
    border-bottom: 1px solid #CCCCCC;
}
.latest-related-post .latest-post ul li a .date-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.latest-related-post .latest-post ul li a .date-time span {
    color: #808080;
    font-size: 12px;
    line-height: 14px;
}
.latest-related-post .latest-post ul li a h5 {
    color: #242424;
    font-size: 18px;
    line-height: 24px;
    margin-top: 12px;
    margin-bottom: 0;
}
.radius-12 {
    border-radius: 12px;
}
.blog-details-page {
    margin: 40px 0;
}
.blog-details-page .blog-container h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}
.blog-details-page .blog-container .date-time {
    font-size: 12px;
    line-height: 14px;
    color: #808080;
    margin-bottom: 12px;
}
.blog-details-page .blog-container p {
    color: #303030;
}
.blog-details-page .blog-container .blog-image-section {
    margin: 30px 0 24px;
    text-align: center;
}
.blog-details-page .blog-container .blog-image-section img {
    width: 90%;
    border-radius: 12px;
}
.blog-details-page .blog-container .date-time img {
    margin-right: 4px;
}
.blog-details-page .blog-container .date-time span:first-child {
    margin-right: 8px;
}
.blog-details-page .blog-container .date-time span:last-child {
    margin-left: 8px;
}
.blog-details-page .most-viewed-sidebar h5 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}
.blog-details-page .most-viewed-sidebar .blog-column {
    margin-bottom: 24px;
}
.blog-details-page .latest-related-post {
    border-top: 1px solid #e6e6e6;
    margin-top: 34px;
    padding-top: 56px;
}
.blog-details-page .latest-related-post .latest-post {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
    padding: 24px 0;
    border-radius: 12px;
}
.blog-details-page .latest-related-post .latest-post h2 {
    padding: 0 16px;
}
.blog-details-page .latest-related-post .latest-post ul li a {
    padding: 16px;
}
/*Blog CSS Closed*/
@media only screen and (min-width:1024px) {
    .wrapper,
    div#howToCheck,
    section.logosection .container {
        max-width: 1024px;
        margin: 0 auto;
        padding: 0 20px;
    }
    form .flex-box.col span.bmd-form-group select, html form .flex-box.col span.bmd-form-group input[type="month"] {
        background: var(--primaryLight) url(../images/icons/select-bg.svg) no-repeat 97% center;
    }
    .cardCOntent ul.nostyle {
        column-gap: 50px;
        justify-content: center;
    }
    .vehicle_condition.formStepContent .row ul.yesNo {
        column-gap: 50px;
        width: 40%;
    }
    .vehicle_condition.formStepContent .row ul.yesNo li {
        width: 50%;
    }
    div#vehicle_vetails {
        max-width: 650px;
        margin: 0 auto;
    }
    .vehicle_condition.formStepContent .row label {
        display: block;
        text-align: center;
    }
    .customFlex {
        display: flex;
        column-gap: 14px;
        margin-top: 28px;
        margin-bottom: 28px;
    }
    .customFlex>* {
        width: 100%;
    }
    ul.two-wheeler-types.flex-box {
        column-gap: 14px;
    }
    ul.two-wheeler-types.flex-box li.two-wheeler-type input[type="radio"] {
        margin: 0;
    }
    .actions {
        margin-bottom: 28px;
    }
    .lww .actions {
        margin-bottom: 13px;
    }
    .vehicle_condition.formStepContent .row .col {
        display: flex;
        align-items: center;
        column-gap: 50px;
        justify-content: space-between;
    }
    .vehicle_condition.formStepContent .row label {
        margin-bottom: 0;
        font-size: 135%;
        width: 50%;
        text-align: left;
    }
    .popupContent {
        max-width: 300px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .vehicle_condition.formStepContent .row ul.yesNo li label {
        font-weight: bold;
        margin-bottom: 0;
        margin-left: 10px;
        word-break: normal;
        max-width: unset;
        text-align: center;
        font-size: 100%;
        width:auto;
    }
}

.container {
    width: 100%;
}

.progressbar {
    counter-reset: step;
    padding-left: 0;
}

.progressbar li {
    list-style: none;
    display: inline-block;
    width: 25%;
    position: relative;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
}

.progressbar li span.stepTitle {
    font-size: 12px;
    font-style: italic;
    display: block;
    text-align: center;
    color: var(--primary);
    font-weight: 600;
}

.progressbar li:before {
    width: 26px;
    height: 26px;
    line-height: 26px;
    border: 0px solid #ddd;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: var(--primaryLight);
    content: "";
}

.progressbar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--primaryLight);
    top: 12px;
    left: -50%;
    z-index: -1;
}

.progressbar li.step.active.completed:before {
    background-color: var(--primary);
}

.progressbar li.active span.stepTitle:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: var(--primary);
    border-radius: 50%;
    top: 0;
    left: 50%;
    transform: translate(-6px, 7px);
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: var(--primary);
}

.progressbar li.active:before {
    border-color: var(--primary);
}

.progressbar li.active+li:after {
    background-color: var(--primary);
}


input[type="month"]::before {
    content: attr(placeholder);
    position: absolute;
    color: #000;
  }
  
  input[type="month"] {
    color: #ffffff;
  }
  
  input[type="month"]:focus,
  input[type="month"]:valid {
    color: #000;
  }
  
  input[type="month"]:focus::before,
  input[type="month"]:valid::before {
    content: "";
  }

.rateExperience .flex-box.like-dislike>span {
    background: transparent !important;
}

.rateExperience .flex-box.like-dislike input:checked+img {
    display: none;
}

.rateExperience .flex-box.like-dislike input:checked+img+img.active {
    display: block;
}

.rateExperience .flex-box.like-dislike input:checked+img {
    display: none;
}

.rateExperience .flex-box.like-dislike input:checked+img+img.active {
    display: block !important; 
}

.rateExperience .flex-box.like-dislike>span input {
    position: absolute;
    opacity: 0;
    width: 100%;
    z-index: 9;
}

.rateExperience .flex-box.like-dislike>span input#disliked+img,
.rateExperience .flex-box.like-dislike>span input#disliked+img+img {
    transform: rotate(180deg);
}

::-webkit-input-placeholder {
    color: var(--primary) !important;
}

::-moz-placeholder {
    color:var(--primary) !important;
}

::-ms-placeholder {
    color:var(--primary) !important;
}

::placeholder {
    color:var(--primary) !important;
}
:focus {border: 0; outline:none}

/* width */
::-webkit-scrollbar {
    width: 7px;
    height:0;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .HowtoCheckPopup {position: fixed;top: 0;left: 0;background: rgb(255 255 255 / 50%);width: 100%;height: 100%;display:none;}

.HowtoCheckPopup div#howToCheck {padding: 30px;background: #fff;max-height: 100%;overflow-y: auto;position: absolute;height: 90%;width: 700px;max-width: 90%;left: 50%;top: 50%;transform: translate(-50%, -50%);    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;}

.HowtoCheckPopup span.closePop {    
    position: fixed;
    top: 5px;
    font-size: 30px;
    font-weight: 100;
    right: 20px;
    cursor: pointer;
    color: #fff;
    background: rgb(0 0 0 / 50%);
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    z-index: 9;
}
    ::-webkit-calendar-picker-indicator {
        
        opacity: 0;
    }
    ::-webkit-calendar-picker-indicator:active, ::-webkit-calendar-picker-indicator:focus {
        
        opacity: 0;
    }
    form .flex-box.col span.bmd-form-group select, html form .flex-box.col span.bmd-form-group input[type="month"]{
        background: var(--primaryLight) url(../images/icons/select-bg.svg) no-repeat 97% center !important;
        color:var(--primary) !important;
    }
    form .flex-box.col select, html form .flex-box.col input[type="month"]{
        background: var(--primaryLight) url(../images/icons/select-bg.svg) no-repeat 97% center !important;
        color:var(--primary) !important;
    }
    
    ul.progressbar {margin: 20px -6.25%;
        width: calc(100% + 12.5%);
        max-width: unset;
        display: flex;
        column-gap: 0;
    }

.wrapper>.container {overflow-x: hidden;}
span.valuePopopen {border-bottom: 1px solid;cursor: pointer;color: var(--primary);
    font-size: 17px;}
.valuePopup {position: fixed;width: 100%;height: 100%;top: 0;left: 0;background: rgb(255 255 255 / 50%); display:none;}

.valuePopup .valuePopupContent {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: #fff;box-shadow: 0 0 10px #ccc;border-radius: 5px;padding: 30px;max-width: 90%;
    max-height: 90%;
    overflow-y: auto;}

.valuePopup .valuePopupContent ol li {font-size: 14px;line-height: 1.5;margin-bottom: 10px;}

.valuePopup .valuePopupContent ol {padding: 0 0 0 15px;}

.valuePopup .valuePopupContent span.closePop {font-size: 30px;line-height: 1;font-weight: 100;position: absolute;top: 5px;right: 15px;cursor: pointer;}

@media only screen and (min-width:1024px) {
    ul.progressbar {    
        margin: 20px -12.25%;
        width: calc(100% + 25%);
        max-width: unset;
        display: flex;
        column-gap: 0;
    }
    .progressbar li{
        width:25%;
    }
    .howToCheck.mobile {
        display: none;
    }
    .howToCheck.desktop a {
        color: #fff;
        text-decoration: none;
    }
    
}
@media only screen and (max-width:1023px) {
    .HowtoCheckPopup div#howToCheck{
        padding: 20px;
        top: 0;
        width: 100%;
        left: 0;
        transform: none;
        max-width: unset;
        height: 100%;
    }
    .valuePopup .valuePopupContent ol li {font-size: 12px;}
    .valuePopup .valuePopupContent {
        padding: 20px;
        width:90%;
    }
    .howToCheck.desktop {
        display: none;
    }
    .header-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 10px;
    }
    .herologobox img {
        width: 100px;
        margin-top: 0px !important;
    }
    section.logosection .logobox {
        padding: 0 0 0 15px;
    }
    .blog-details-page .blog-container .blog-image-section img {
        width: 100%;
    }
}
div#your_details .flex-box.col button#sendOtpQrcode {
    position: absolute;
    right: 9px;
    background:var(--secondary);
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    display: block;
    font-family: 'Roboto', sans-serif;
    padding: 10px;
    border-radius: 5px;    
    top: 8px;
    margin-top: 0 !important;border:var(--secondary);
}

html * {font-family: 'Roboto', sans-serif;}

/************************CC CSS***********************************/

ul.cc-types.flex-box li.cc-type.active {
    background: var(--primary);
    color:#fff;
}

ul.cc-types.flex-box li.cc-type.active span.image label {
    filter: grayscale(1) brightness(50);
}

ul.cc-types.flex-box li.cc-type.active img {
    filter: brightness(0) invert(1);
}

ul.cc-types.flex-box li.cc-type input[type="radio"]:checked+img {
    filter: brightness(0) invert(1);
}

ul.cc-types.flex-box li.cc-type input[type="radio"]:checked+span.image label {
    filter: brightness(0) invert(1);
}
ul.cc-types.flex-box {
    display: flex;
    column-gap: 10px;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

ul.cc-types.flex-box li.cc-type input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

ul.cc-types.flex-box li.cc-type {
    width: 33.333%;
    padding: 20px 0;
    position: relative;
    text-align: center;
    border: 1px solid var(--primary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

ul.cc-types.flex-box li.cc-type span.image {
    display: block;
}
ul.cc-types.flex-box {
    column-gap: 14px;
}
ul.cc-types.flex-box li.cc-type input[type="radio"] {
    margin: 0;
    border-radius: 50%;
    border: 1px solid var(--primary);

}
div#cc_type_wheeler {
    display: none;
}
/**************************************************************/

h3.primaryBg img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.homeSlider:not(.owl-loaded) .item:not(:first-child) {
    display: none;
}
.homeSlider:not(.owl-loaded) .item:not(:first-child) {display: none;}

.homeSlider.succesSlider .item img {height: calc((521/1000) * (100vw - 30px));     object-fit: cover;    width: auto;
    min-width: 100%;}

    @media only screen and (min-width:771px) and (max-width:980px){
        .homeSlider.succesSlider .item img {height: calc((600/1728) * 100%); 
        }
    }
    @media only screen and (min-width:981px){
        .homeSlider.succesSlider .item img {height: calc((600/1728) * 980px); 
        }
    }
.estimated_price p {margin-top: 0;}

.estimated_price {padding-top: 0;}
.col.noPadding ul {
    margin-top: 10px;
}
ul.cc-types.flex-box li.cc-type input[type="radio"]:checked + span label {color: #fff;}
ul.cc-types.flex-box li.cc-type span.image label {
    margin-bottom: 0;
}
.container.progressbarContainer {
    padding: 0;
    overflow-x: hidden;
}






div#your_Valuation .estimated_price p, div#your_Valuation .estimated_price h4 {
    font-size: 110%;
}
div#your_Valuation p span.currency {
    font-weight: bold;
}
html .modal-backdrop{
    background-color: rgb(0 0 0 / 50%);
}
.estimated_price {background: var(--primaryLight);border-radius: 5px;width: calc(100% - 20px);margin: 12px 10px;padding: 10px;}

.estimated_price p {margin-bottom: 0 !important;}
.estimated_price h4 {
    margin-top: 0;
}
input::-ms-clear, input::-ms-reveal {
    display: none;
}
span.infoTooltip + .error {
    margin-left: -52px;
}


.storeList span.viewAll {cursor: pointer; float: right;border-bottom: 2px solid;color: var(--primary);font-style: italic;font-weight: 600;margin-top: 14px;display:none;}

.storeList:after {content: "";display: block;clear: both;}

.storeList span.viewAll.active {
    position: sticky;
    bottom: 10px;
    background: #fff;
    z-index: 9;
}
body.modal-open .wrapper>div:not(.modalPopup) {
    filter: blur(7px);
}

html form .flex-box.col span.bmd-form-group input[readonly], html form .flex-box.col span.bmd-form-group [readonly] {
    padding: 0;
    height: auto;
    background: transparent;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.inner.dealersFormSubmit .col {
    padding: 0;
}

.inner.dealersFormSubmit .row {
    margin-bottom: 0;
}

html form .flex-box.col span.bmd-form-group input.center-name {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    color: #e6242c !important;
}

.inner.dealersFormSubmit .col.noPadding {
    margin-top: 20px;
}

.inner.dealersFormSubmit button.btn.btn-primary {
    background: var(--secondary);
    padding: 12px 30px;
    border-radius: 50px;
    color: var(--light);
    font-weight: bold;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    border: 0;
    margin-top: 20px;
    display: inline-block;
}
.inner.dealersFormSubmit  .flex-box.col span.bmd-form-group {
    margin: 0 auto;
}
h2.thankyou {
    font-size: 19px;
    font-weight: 600;
    color: var(--primary);
    margin: 15px 0;
    line-height: 1.5;
    text-align: center;
}

h2.thankyou span.bmd-form-group, h2.thankyou span.bmd-form-group input {
    width: auto !important;
    min-width: unset;
}

form .flex-box.col span.bmd-form-group {
    margin: 0 auto;
}

.custom_popup {
    background: #fff;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    border:none;
    padding:5px 20px;
    text-align: center;
    border-radius: 10px;
    display: flex;
}
.pop-outer {
    position: relative;
    width: 100%;
}
.custom_popup button.close {
    position: absolute;
    top: -13px;
    right: -13px;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 20px;
    cursor: pointer;
}
.custom_popup button.close:hover{
    color: #e6242c;
}
.pop-inner h2 {
    font-size: 22px;
    margin: 0px 0px 40px;
    font-weight: 700;
    display: block;
}
.pop-inner {
  padding: 20px 0px 20px; position: relative;
}

.pop-inner:before {
  content: '';
  position: absolute;
  top: 20px;
  right: -16px;
  width: 120px;
  height: 120px;
  background: url(../images/circle-blur1.png) left center no-repeat;
  background-size: 100%;
}
.pop-inner:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: -10px;
  width: 130px;
  height: 130px;
  background: url(../images/circle-blur2.png) left center no-repeat;
    background-size: auto;
  background-size: 100%;
}
.near-by-dealer .popupContent {
    max-width: 420px;
    border-radius: 24px;
    padding: 24px 32px;
}
.near-by-dealer .popupContent h2.thankyou {
    color: #303030;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
}
/*.near-by-dealer .resale-badge {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #242424;
    display: flex;
    align-items: center;
    background-color: #FFE5E3;
    padding: 12px;
    border-radius: 12px;
    justify-content: space-between;
}*/
.near-by-dealer .resale-badge {
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  background-color: #012A5E;
  padding: 0px 20px;
  border-radius: 0px;
  justify-content: space-between;
  height: 64px;border-radius: 6px 6px 0 0;
}
.near-by-dealer .resale-badge .price {
  color: #FFF;
  font-size: 32px;
  font-weight: 500;
}
.near-by-dealer input[type="radio"] {
    width: 16px;
    height: 16px;
    background-image: none;
    appearance: auto;
    -webkit-appearance: auto;
    accent-color: #EE2326;
    margin-right: 6px;
    cursor: pointer;
}
.near-by-dealer .overflow-y {
  max-height: 200px;
  overflow-y: auto;
  margin-top: 10px;
  padding: 0px 16px;
}
.near-by-dealer table {
    text-align: left;
    color: #303030;
    width: 100%;
}
.near-by-dealer table thead th {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  padding: 4px 8px;
}
.near-by-dealer table thead th:last-child, .near-by-dealer table tbody td:last-child {
    text-align: left;
}
/* Even rows */
.near-by-dealer table tbody tr:nth-child(even) {
  background-color: #FBFBFB;
}

/* Odd rows */
.near-by-dealer table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
.near-by-dealer table tbody td {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding: 8px;
}
.near-by-dealer table thead {
  position: sticky;
  top: -1px;
  background: #fff;
  box-shadow: 0 1px 0px #dbd9d9;
}
.near-by-dealer table tbody td.net-price {
    font-weight: 600;
}
.near-by-dealer table tbody td.pay-amount {
    font-weight: 500;
    color: #09A90C;
}
.near-by-dealer table tbody td label {
    margin: 0;
}
.near-by-dealer .disclaimer {
  text-align: left;
  font-size: 13px;
  background: #F9F9F9;
  border: 1px solid #e5e5e5;
  margin: 16px;
  border-radius: 10px;
  padding: 16px;
  color: #333;
  line-height: 22px;
}
.near-by-dealer .disclaimer span {
  font-weight: 600;
}
.near-by-dealer .disclaimer ul {
    padding-left: 15px;
    margin: 0;
}
.near-by-dealer .disclaimer ul li {
    font-weight: 400;
}
.near-by-dealer .dealerCancelModel {
    background: #0E0E0E;
    padding: 12px 30px;
    border-radius: 50px;
    color: var(--light);
    font-weight: bold;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    border: 0;
    margin-top: 20px;
    display: inline-block;
}





.pop-content {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  flex-wrap: wrap;
  position: relative;
z-index: 2;
}
.pop-content button.action.btn {
    border: 1px solid #e6242c;
    background: transparent;
    height: 42px;
    width: 150px;
    border-radius: 4px;
    font-size: 16px;
    box-shadow: none;
    outline: none;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    transition: .25s;
    margin: 0px 10px;
}
.pop-content button.action.btn:hover{
    background: #e6242c;
    color: #fff;
}

.pop-content button.action.btn.english{
    background: #e6242c;
    color: #fff;
}

.pop-ft button.action.btn {
  border: none;
  background: #e6242c;
  height: 42px;
  width: 150px;
  border-radius: 57px;
  font-size: 16px;
  box-shadow: none;
  outline: none;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: .25s;
  margin: 0px 10px;
}

.pop-ft button.action.btn:hover{
    text-decoration: underline;
}
.saprater {
    margin-bottom: 20px;
}
.pop-inner h2.english-title {
    margin-bottom: 20px;
}

section.seo-content-box.container {
    padding: 17px;
    border-bottom: solid 1px #ddd;
}


.langbtn {
  position: relative;
margin: 0px 10px;
height: 40px;
width: 60%;
display: inline-block;
margin-bottom: 10px; border-radius: 6px;overflow: hidden;
}
.langbtn input {
position: absolute;
width: 100%;
margin: 0px auto;
left: 2%;
top: 0%;
opacity: 0;
cursor: pointer;
z-index: 9;
height: 40px;
}
.langbtn .btn:not(:disabled):not(.disabled) {
    color: #007bff;
    cursor: pointer;
    margin: 0px;
    background-color: transparent;
}
.custom_popup {
  position: relative;
  top:15%;
}
label.primary-lang-select {
   margin: 0px !important;
padding: 7px 15px;
display: inline-block;
color: #303030 !important;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 6px;
width: 100%;
}
label.primary-lang-select:hover {
    margin: 0px!important;
    padding: 7px 15px;
    display: inline-block; color: #EE2326!important; background-color:#fff;border:1px solid #EE2326;
}

.langbtn input[type="radio"]:checked ~ label.primary-lang-select{ background:#fff; border:1px solid #EE2326;color: #EE2326!important; border-radius: 6px; }

.langbtn:hover .primary-lang-select{border: 1px solid #EE2326; color: #EE2326!important; }

.langbtn input:focus-visible, .langbtn input:focus{outline: none; box-shadow: none;}

.select-language {
  display: inline-block;
  margin-right: 30px;
  border: 1px solid #ccc;
  border-radius: 40px;
  padding: 8px 45px 8px 20px; color: #141414; font-size:14px; position: relative;background: #fff;
}
.select-language:after{
    content:''; background:url(../images/language-down-icon.svg) left center no-repeat;  width: 10px; height: 10px; background-size: 100%; position: absolute;right: 12px;
top: 40%;
}
.select-box .select-language img {
  margin-right: 10px;
  width: 16px;
}
.logobox{ width: auto; float: right; }

 @media screen and (min-width:960px) {
    .herologobox {
  position: relative;
}
.select-box {
  width: auto;
  float: right;
  position: absolute;
  right: 146px;
  top: 3px;
}
.select-box {
  width: auto;
  float: right;
  position: absolute;
  right: 146px;
  top:16px;
}
 }

.herologobox {
  display: inline-block;
  position: relative;
}

.herologobox  img{width: 136px; margin-top: 16px;}





.seo-content h4 {
    font-size: 18px;
}
 
.seo-content p {
    font-size: 13px;
}
section.seo-content-box.container {
    padding: 17px;
    border-bottom:none;
    background: #fff;
    margin-bottom: 30px;
}


.homeSlider .item {
    position: relative;
  }
  .slider-caption{
    position: absolute;
    top: 23px;
    left: 38px;
    font-size: 43px;
    color: #e90707;
    font-weight: 700;
    line-height: 48px;
  }
  .slider-caption h1{  font-size: 43px;
    color: #e90707;
    font-weight: 700;
    line-height: 48px;}

  .sc-heading {
    font-size: 1.35rem !important;
    position: relative;
    padding-bottom: 15px;
  }
  
  #more {display: none;}

    .slider-caption.text-center.blue h2 {
  margin-bottom: 0px;
  font-size: 25px;
  font-weight: 700;
}
.slider-caption.text-center.blue {
  top: 15px;
  width: 92%;
}
.blue-title {
  color: #323994;
}

.cookies-accept {
	display: block;
	position: fixed;
	width:100%;
	background-color: #000;
	padding: 20px 0;
	bottom: 0;
    left: 0;
	z-index: 9;
}
.cookies-accept .msg-wrap {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.cookies-accept p {
	color: var(--light);
	font-size: 14px;
	margin-bottom : 0;
	padding-right: 70px;
}
.cookies-accept a {
	color: var(--secondary);
    text-decoration: underline;
}
.cookieacpt-btn {
	font-size:14px;
    background: var(--secondary);
    padding: 12px 30px;
    border-radius: 8px;
    color: var(--light);
    font-weight: bold;
    cursor: pointer;
    border:0;
	white-space: nowrap;
}




#otpless {width: 100%!important;
  position: relative;
}
.login-title {
    font-size: 15px;
    text-align: center;
    color: #012a5e;margin-top: 15px;
}
.login-otp-title {
  width: 100% !important;
  position: relative;
  font-size: 20px;
  color: #303030;
  font-weight: 400;
}

.simply-toast .close{margin-left: 10px;}


@media screen and (min-width: 768px) {

.lww form .flex-box.col span.bmd-form-group input[type="month"],
.lww form .flex-box.col span.bmd-form-group input[type="text"],
.lww form .flex-box.col span.bmd-form-group input[type="password"],
.lww form .flex-box.col span.bmd-form-group input[type="number"] {
    border: 0;
    padding:14px 10px 14px 0px;
    width: 100%;
    border-radius: 0 5px 5px 0;
    background:transparent;
    height: 52px;
    font-size: 14px;
}

.step {
  text-align: center;
  margin-bottom: 15px;
}

.step p {
  font-size: 14px;
  margin: 0px 0px 10px;
  width: 100%;
  display: inline-block;
}
.step h4 {
font-size: 20px;
margin-bottom: 0px;
color: #303030;
font-weight: 400;
}

.or {
  width: 80px;
  height: 80px;
  text-align: center;
  display: inline-block;
  background: #ede9e9;
  line-height: 80px;
  border-radius: 50%;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}


.lang-select-rad {
  border: 1px solid #ccc;
  height: 42px;
  border-radius: 6px;
  padding: 0px 10px;
  width: 266px;background: #fff;
}

.lww {
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
}
.lww form .flex-box.col span.icon{background:transparent;}


}
















@media screen and (max-width: 768px) {
    /*Blog Page Start*/
    .wot-breadcrumb {
        margin-bottom: 12px;
        padding: 8px 0;
    }
    .wot-breadcrumb .breadcrumb-inner li {
        font-size: 12px;
    }
    .heading-filter-section {
        margin: 20px 0;
    }
    .heading-filter-section .heading-filter h1, .latest-related-post .latest-post h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .heading-filter-section .heading-filter .sort-by label {
        display: none;
    }
    .heading-filter-section .heading-filter .sort-by select {
        min-width: 150px;
        padding: 10px;
    }
    .blog-listing .blog-column {
        margin-bottom: 20px;
    }
    .blog-column .blog-list .blog-description h6 {
        font-size: 16px;
    }
    .latest-related-post .latest-post ul li a h5 {
        font-size: 16px;
    }
    .blog-details-page {
        margin: 20px 0;
    }
    .blog-details-page .blog-container .blog-image-section img {
        width: 100%;
    }
    .blog-details-page .most-viewed-sidebar h5 {
        font-size: 20px;
        padding-top: 20px;
        margin-top: 10px;
        border-top: 1px solid #e6e6e6;
    }
    .blog-details-page .latest-related-post {
        margin-top: 15px;
        padding-top: 20px;
    }
    /*Blog Page Closed*/

    div#your_details .flex-box.col button#sendOtpQrcode{
       background:var(--secondary); border:1px solid var(--secondary);
    }
    .lww.border{ border:none !important; }
    .or {
        width: 30px;
        height: 30px;
        text-align: center;
        display: inline-block;
        background: #303030;
        line-height: 30px;
        border-radius: 50%;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500; color: #fff;
        margin:15px 0px 20px;
        position: relative;
        z-index: 2;
    }
    .or-box{position: relative;}
    .or-box:after{width: 100%; height: 1px; background: #ccc; content:'';position: absolute; left: 0px; top: 46%;  }

    .lww form .flex-box.col span.icon svg path {
    fill: #fff !important;
    }
    .step p, .step img{display: none;}
    .step h4 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    }
    .login-otp-title {
    width: 100% !important;
    position: relative;
    font-size: 16px;
    color: #303030;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    }

        #otpless {
        width: 90%!important;
        margin: 0px auto;
    }


    .login-title {
    margin-top: 0px;
    }

	span.infoTooltip span:not(.toolTipContent) {
		right: 20px;
	}
	form .flex-box.col span.bmd-form-group input[type="month"],
	form .flex-box.col span.bmd-form-group input[type="text"],
	form .flex-box.col span.bmd-form-group input[type="password"],
	form .flex-box.col span.bmd-form-group input[type="number"] {
		font-size: 13px;
	}
	form .flex-box.col span.bmd-form-group select, html form .flex-box.col span.bmd-form-group input[type="month"], form .flex-box.col input.monthPicker {
		font-size: 13px;
	}
	.slider-caption {
		position: absolute;
		top: 16px;
		left: 15px;
		font-size: 20px;
		color: #e90707;
		font-weight: 700;
		line-height: 22px;
	}
	.slider-caption h1{
		font-size: 20px;
		color: #e90707;
		font-weight: 700;
		line-height: 22px;
	}
    .slider-caption.text-center.blue h2 {
		font-size: 11px;
	}
	.cookies-accept {
		padding: 12px 0;
	}
	.cookies-accept .msg-wrap {
		flex-wrap: wrap;
	}
	.cookies-accept p {
		font-size: 12px;
		padding-right: 0;
		margin-bottom: 10px;
		line-height: 16px;
	}
	.cookieacpt-btn {
		font-size: 12px;
		padding: 6px 15px;
	}
	.herologobox img {
		    width: 100px;
    margin-top: 0px;
	}

    .logobox .logo-show-modal img {
    width: 105px;
    }

    .select-language {
    margin-right:0px;
    padding:6px 25px 6px 15px;
    font-size: 13px;
    }
    .select-language:after {
        top: 36%;
    }
    .select-box.select-language img {
    margin-right: 2px;
    width: 16px;
    }

    section.logosection .logobox {
    padding:0px;
    }

    .custom_popup {
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
        border: none;
        padding: 5px 20px;
        text-align: center;
        border-radius: 10px;
        display: flex;
    }

    .langbtn {
        width: 75%;
    }
    .container {
        width: 100%; max-width: 100%;
    }
    .near-by-dealer .popupContent {
        padding: 24px 15px;
    }
    button.nextStep, a.nextStep, a.seePrice, button.sell-vehicle {
        padding: 8px 15px;
        font-size: 14px;
    }
    .about-scrapping {
        background-size: 220px;
    }
    .about-scrapping h2 {
        font-size: 25px;
    }
}
.view-all-link {
    color: var(--primary);
    font-style: italic;
    font-size: 14px;
    border-bottom: 1px solid var(--primary);
}
.view-all-link:hover {
    text-decoration: none;
    color: var(--primary);
}

 /*************************** Footer QRcode***************************************/
 .copyright {
    background: #DAEBFF;
    padding: 20px 0px;
    text-align: center;
}
 .copyright {
    background: #DAEBFF;
    padding: 15px 0px;
    text-align: center;
  }
 
  footer.container {
    background: #DAEBFF;
    text-align: center;
    line-height: 70px;
    width: 100%;
    max-width: 100%;
}
footer.container .footer-links{ color: #000; }
footer.container .footer-links a {
color: #000;
text-decoration: underline;
}
footer.container .footer-links a:hover{ color: #ff0000; }
footer.container {
background: #DAEBFF;
text-align: center;
line-height: 70px;
}
footer.container p{margin-bottom: 0px;}

   #backToTop {
    visibility: hidden; /* Initially hidden */
    opacity: 1; /* Initially fully transparent */
    position: fixed;
    bottom:0px;
    right: 40px;
    z-index: 100;
   color:#012A5E;
    border: none;
    padding:0px;
    border-radius: 5px;
    font-size:38px;
    cursor: pointer;
    transition: opacity 0.5s ease, visibility 0.5s ease; /* Smooth transition */
  }
  #backToTop:hover {
     color:#EE2326; /* Darker blue on hover */
  }
/*Know more about scrapping section start*/
.about-scrapping {
    background-color: #E0EDFD;
    padding: 45px 0;
    background-image: url('../images/scrapping-bg1.svg'), url('../images/scrapping-bg2.svg');
    background-position: bottom left, top right;
    background-repeat: no-repeat;
    background-size: contain;
}
.about-scrapping h2 {
    font-size: 40px;
    color: #012A5E;
    margin-bottom: 20px;
    font-weight: 600;
}
.about-scrapping p {
    font-size: 18px;
    color: #012A5E;
    margin-bottom: 20px;
}
.about-scrapping .cta {
    padding: 12px 45px 12px 30px;
    border: 1px solid #E6242C;
    color: #E6242C;
    border-radius: 8px;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    transition: .5s ease-in-out;
}
.about-scrapping .cta::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-color: #E6242C;
    border-width: 0 2px 2px 0;
    border-style: solid;
    transform: rotate(-45deg);
    top: 18px;
    right: 26px;
    transition: .5s ease-in-out;
}
.about-scrapping .cta:hover {
    background: #E6242C;
    color: #fff;
}
.about-scrapping .cta:hover::after {
    border-color: #fff;
}
.btn-close {
    border: 1px solid #E6242C;
    color: #E6242C;
}

    .exploreMore .modal-dialog {
    max-width: 900px;
    margin:1.75rem auto;
  }
  .exploreMore .modal-title {
  font-weight: 600;
}
.exploreMore .modal-title svg {
  width: 40px; height: 40px;
  margin-right:7px;
}
.exploreMore-head {
  background:#E0EDFD;
  padding:15px;
  display: flex;
  align-items: center;
}
.exploreMore .modal-body {
  padding:0px;
}
.explore-icon svg {
  width:90px;
}
.explore-content ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}
.exploreMore-content {
  padding:15px;
  display: flex; overflow: hidden;
}
.el-icon {
  margin-right: 15px;
}
.el-icon svg {
  width: 80px;
  height:80px;
}
.el-content h2 {
  font-size: 22px;
}
.el-content ul {
  padding:0px 0px 0px 13px;
}
.explore-right {
  display: flex;
    width: 43%;position: relative;
}
.explore-left {
  display: flex;
  gap:10px;
  width: 54%; padding-right: 3%; position: relative;
}
.explore-left .el-content {
  border-right:1px solid #dee2e6;padding-right: 20px;
}
.explore-left::after, .explore-right::after  {
  content: '';
  width: 130px;
  height: 130px;
  position: absolute;
  background:#e0edfd;
  border-radius:100%;
  bottom: -35px;
  left: -44px;
  background:
linear-gradient(to bottom, #f4f8fc 0%,#e0edfd 100%);
}
.explore-right::after {
 left: inherit;
    right: -64px;
}
.explore-left::before, .explore-right::before  {
  content: '';
  width:90px;
  height: 90px;
  position: absolute;
  background:#e0edfd;
  border-radius:100%;
bottom: -65px;
  left: 6px; z-index: 2;
background: linear-gradient(to bottom, #e3f0ff 0%,#8fa7c2 100%);
;
}
.explore-right::before {
 left: inherit;
    right: -64px;
}
.explore-right .el-icon svg {
  transform: rotate(-180deg);
}
.el-content ul li {
  font-size: 14px;
  line-height: 26px;
}
 .exploreMore .modal-footer {
  background:#ECF3FC;
  border:none;
}
 .exploreMore .modal-footer .btn-close {
  border:1px solid #2D4A6A;
  color: #2D4A6A;
}




/** new css **/
.vehicle_Valuation {
  background: #fff;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  padding:30px;
  margin-bottom: 40px;
}
.resale-value-heading {
  font-size: 18px;
  font-weight: 600;
  text-align: center; margin-bottom: 10px;
}
.vehicle_Valuation h3.primaryBg {
  font-size: 28px;
  font-weight: 600;
  background: transparent;
  color: #000;
  padding:0px;
  border-radius: 5px;
  text-align: center;
}
.wheeler-type-img {
  display: inline-block;
  padding: 0px 0px 10px;
}
.vehicle_Valuation h3.primaryBg img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0px;
  width: auto;
  height: auto;
}
div#your_Valuation .two-wheeler-condition-wrapper {
  text-align: center;
  padding: 10px 0px;
}
div#your_Valuation .two-wheeler-condition-wrapper p {
  margin-bottom: 0px;
  padding: 0 10px;
  line-height: 28px;
  font-size: 16px;
}
div#your_Valuation .two-wheeler-condition-wrappe span{ font-weight: 600; }
div#your_Valuation .two-wheeler-condition-wrapper p .valuePopopen {
  color: #012A5E;
  font-weight: 600;
  font-size: 16px;
}

.vehicle_Valuation .estimated_price {
  background: transparent;
  border-radius: 5px;
  width: auto;
  margin: 12px 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.estimated_price-left-svg {
  margin-right: 10px;
}
.estimated_price-right-svg {
  margin-left: 10px;
}
div#your_Valuation .estimated_price h4 {
  font-size: 30px;
  font-weight: 700;
}
div#your_Valuation .estimated_price h4 .currency {
  color: #000;
}
div#your_Valuation .estimated_price h4 .black {
  color: #000;
}

div#your_Valuation p.nearest-branch-message {
  text-align: center;
  font-size: 16px;
  width: 74%;
  margin: 0 auto 20px;padding: 0px;
}

.near-by-dealer {
  max-width: 80%;
  margin: 0 auto;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
}
.near-by-dealer .thankyou {
  width: 100%;
  line-height: 2;
  font-size: 16px;
  text-align: left;
  padding-left: 20px;
}
.vehicle_Valuation .storeList {
 max-width: 100%;
  padding: 16px;
}
.vehicle_Valuation .storeList h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.vehicle_Valuation .storeList p {
  font-size: 14px !important;
  font-weight: 500;
  color: #333;
  padding: 0px !important;
  margin: 0px;
}
.vehicle_Valuation .storeList tr th {
  background: #fff;
  padding: 10px;
  color: #333;
  font-size: 14px;
  white-space: nowrap;
  border-bottom: 1px solid #DDD;
}
.vehicle_Valuation .storeList table {
  border: 0;
}
.vehicle_Valuation .storeList tr td {
  font-size: 14px;
  padding: 5px 10px;
  color: #333;line-height: 28px;
}

/*** new css 22-09-2025 ***/

.certification-report-row {
  margin: 10px 0 40px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
a.certification-report {
  background: linear-gradient(90deg, #1e90ff, #002f6c);
  border: none;
  color: white;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  font-weight:600;
  transition: 0.3s ease;
  text-decoration: none;
}
a.certification-report:hover{
    background: linear-gradient(90deg, #002f6c, #1e90ff);
}
.benifits-wrapper{max-width: 550px; width: 100%; margin: 0 auto;}
.benifits-wrapper h2 {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  text-align: center;
  margin: 10px 0px 20px;
  display: inline-block;
  width: 100%;
}
.benifits-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #F1F5FF;
  padding: 10px 15px;
  margin-bottom: 12px;
  border-radius: 8px;
  border: 1px solid #e4ecff;
}
.benifits-row h3 {
  font-size: 16px;
  color: #012A5E;
  margin: 0;
  line-height: 22px;
}
.benifits-row h3 strong{font-weight: 600;}
.benifits-row .scrap-price{font-size: 16px; color:#012A5E; font-weight: 600;}
.tatal-benifits {
  text-align: center;
  margin: 30px 0 20px;
  line-height: 32px;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.tatal-benifits span{font-size: 16px;}
.tatal-benifits strong{font-size: 28px;}


/*.vehicle_Valuation .storeList .check-dealer-checkbox input[type="radio"] {
  -webkit-appearance: auto;
  appearance: auto;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: transparent;
}*/
.vehicle_Valuation .storeList input[type="radio"] {
  width: 16px;
  height: 16px;
  background-image: none;
  appearance: auto;
  -webkit-appearance: auto;
  accent-color: #EE2326;
  margin-right: 0px;
  cursor: pointer;
  margin-top: 2px;
}
.vehicle_Valuation .storeList .checkbox.check-dealer-checkbox label {
  margin: 0px;
}
.vehicle_Valuation .storeList .btn-primary.reviewpopup {
  color: #fff;
  background-color: #E6232B;
  border-color: #E6232B;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
}
.vehicle_Valuation .storeList .btn-primary.reviewpopup:hover{ opacity: .8; }
.rateExperience {
  border: 1px solid var(--primary);
  text-align: center;
  padding: 0 0px 15px;
  margin-bottom: 20px;
  max-width: 80%;
  margin: 16px auto 16px;
  max-width: 80%;
  margin: 16px auto 0;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  padding: 10px 16px 16px;
}
.rateExperience h3 {
  background: transparent;
  color: #000;
  font-size: 18px;
  padding: 10px 0px;
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
}
.rateExperience textarea {
  display: block;
  height: 121px;
  font-size: 14px;
  padding: 10px;
  width: 100%;
  border: 0;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  color: #837F7F;
}
#review-popup .popupContent {
  max-width: 700px;
}



.rateExperience-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;padding-bottom: 10px;
}
.rateExperience .flex-box.like-dislike {
  padding: 0px 0;
  display: flex;
  justify-content: center;
  column-gap:0px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.rateExperience .flex-box.like-dislike > span:nth-child(1) {
  border-radius: 6px 0px 0px 6px;
  border: 1px solid #012A5E;
}
.rateExperience .flex-box.like-dislike > span:nth-child(2) {
  border-radius: 0px 6px 6px 0px;
  border: 1px solid #E6232B;
}
.rateExperience .flex-box.like-dislike > span {
  padding: 7px 12px;
}
.rateExperience .flex-box.like-dislike > span.like img {
  width: 24px;
}
#review-popup .popupContent .rateExperience {
  max-width: 100%;
} 
#review-popup .popupContent .rateExperience .actions {
    margin-bottom: 0px;
    margin-top: 20px;
    text-align: left;
    justify-content: flex-start;
  }
.rateExperience .actions {
  margin-top: 16px;
  margin-bottom: 16px;
  justify-content: left;
}

@media only screen and (max-width: 600px) {
   .exploreMore .modal-title {
  font-size: 14px;
}
.explore-icon svg {
  width: 60px;
}
.explore-content ul li {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 10px;
}
.exploreMore-content {
  flex-wrap: wrap;
}
.explore-left {
  width: 100%;
  padding-right: 0%;
}
.el-icon svg {
  width: 45px;
  height: 45px;
}
.explore-right {
  width: 100%;
}
.explore-left::before, .explore-right::before {
  width: 40px;
  height: 40px;
  bottom: 0px;
  left: -24px;
}
.explore-left::after, .explore-right::after {
  width: 80px;
  height: 80px;
  bottom: 15px;
  left: -44px;
}
.explore-left .el-content {
  border-right:
none;
  padding-right: 0px;
}
.explore-left {margin-bottom: 30px;}
.explore-content ul {
  padding-left: 20px;
}
.exploreMore-head {
  align-items: flex-start;
}
.explore-right::before {
  left: inherit;
  right: -64px;
}
.vehicle_Valuation h3.primaryBg {
  font-size: 22px;
}

div#your_Valuation .two-wheeler-condition-wrapper p {
  padding: 0 0px;
  line-height: 24px;
  font-size: 16px;
}
div#your_Valuation .estimated_price h4 {
  font-size: 22px;
}
.near-by-dealer {
  max-width: 100%;
}
.vehicle_Valuation {
  padding: 16px;
  margin-bottom:20px;
}
.near-by-dealer .resale-badge {
  font-size: 14px;
  line-height: 22px;
}
.near-by-dealer .overflow-y {
  padding: 0px 10px;
}
.near-by-dealer table tbody td {
  font-size: 12px;
  line-height: 18px;
}
.near-by-dealer .disclaimer {
  font-size: 11px;
  line-height: 20px;
}
.vehicle_Valuation .storeList {
  max-width: 100%;
}
.vehicle_Valuation .storeList h3 { font-size: 14px;}
.vehicle_Valuation .storeList p {font-size: 12px !important;}
.vehicle_Valuation .storeList tr th {
  padding: 5px 10px;
  font-size: 12px;
}
.vehicle_Valuation .storeList .btn-primary.reviewpopup {
  font-size: 14px;
}
.resale-value-heading {
  font-size: 16px;
}
.rateExperience {
  max-width: 100%;
}
.rateExperience h3 {
  font-size: 16px;
  font-weight: 500;
}
.rateExperience .flex-box.like-dislike > span {
  padding: 4px 9px;
}
.rateExperience .flex-box.like-dislike > span.like img {
  width: 20px;
}
.vehicle_Valuation .storeList tr td {
  font-size: 12px;
  line-height: 24px;
}

.responsive-table {
  overflow: hidden;
    overflow-x: hidden;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 6px;
  background: white;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}
.near-by-dealer table {
  white-space: nowrap;
}
div#your_Valuation p.nearest-branch-message {
  font-size: 14px;
  width: 100%;
}


}



#scrap .popupContent {
  max-width: 540px;
  overflow: hidden;
  box-shadow: 0px 0px 16px rgba(32, 32, 32, 0.8);
  border-radius: 16px;
}
 
#scrap .popupContent::before {
  content: '';
  width: 300px;
  height: 300px;
  background: #ffd0d2;
  position: absolute;
  left: -230px;
  top: -80px;
  border-radius: 280px;
}
#scrap .popupContent::after {
  content: '';
  width: 200px;
  height: 200px;
  background: #deeaf9;
  position: absolute;
  right: -130px;
  bottom: -60px;
  border-radius: 200px;
}
 
#scrap h2.thankyou {
  font-size: 17px;
  font-weight: 600;
  color: var(--primary);
  margin: 35px 0;
  line-height: 1.5;
  text-align: center;
  width: 80%;
  margin: 50px auto;
}
 
.btn.btn-close {
  background: #E8242C;
  color: #fff; border:1px solid #E8242C;
}
 
#scrap .btn.btn-close:hover {
   background: #fff;
  color: #E8242C; border:1px solid #E8242C;}
 
  html .modal-backdrop {
  background-color: rgb(0 0 0 / 90%);
}

.alert {
  padding: 20px;
  background-color: #04AA6D;
  color: white;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

tr.default-class {
    display: none;
}

.scrap-price a {
  display: flex;
  gap: 7px;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  color: #012A5E;
}
p.scrap-value .valuePopopen {
  font-weight: 500 !important;
}
p.scrap-value {
  margin-bottom: 5px !important;
  width: 100%;
  display: inline-block;
}
.new-purchase {
  color: #FF0A0A;
  font-weight: 400;
}

.tatal-benifits.choose-new {
  flex-wrap: wrap;
  line-height: 20px;
}
.tatal-benifits.choose-new strong {
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  margin: 0px;
}
.tatal-benifits.select-model {
  margin: 5px 0px 15px;
}
.tatal-benifits.select-model a {
  background: linear-gradient(90deg, #E48E2C, #FF3C3C);
  border: none;
  color: white;
  padding: 5px 30px;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s ease;
  text-decoration: none;
}
.tatal-benifits.select-model a:hover{opacity: .8;}
a.certification-report {font-weight: 500;}
.cong-title {
  color: #10B916;
  font-weight: 600;
  font-size: 28px;
}

.congratulations-popup-box p {
  font-size: 14px;
}
.offer-price-outer {
  max-width: 90%;
  margin: 25px auto 0;
}
.offer-price-outer h3 {
  font-size: 14px;
  color: #012A5E;
  display: flex;
  align-items: center;
}
.offer-price-outer .benifits-row {
  padding: 6px 15px;
}
.offer-price-outer svg {
  width: 17px;
  margin-right: 5px;
}
.benefits-box {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.congratulations-popup .modal-body {
  padding: 35px 40px;
}
.benifits-note {
  background:rgb(255, 249, 209);
  border:1px solid rgb(253, 237, 123);
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 10px;
}
.dealer-box {
  font-size: 14px;
  color: #333;
}
.dealer-box strong {
  color: #f90808;
  font-size: 31px;
}
.benifits-row.green {
  background: #EBFFE9;
}
a.enquiry-now {
  background: linear-gradient(90deg, #E48E2C, #FF3C3C);
  border: none;
  color: white;
  padding: 10px 30px;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s ease;
  text-decoration: none;
}
.enquiry-now-btn {
  margin-top: 20px;
}
.offer-price-outer svg path {
  stroke: #10b916;
}
p.scrap-indication{
	font-size: x-small !important;
}
.hide {
    display: none;
}
/*Know more about scrapping section closed*/

/***************************************end*******************************************/