.checkboxCont,
.qa-option .group select,
.qa-option .group>label,
body {
    font-size: 16px;
    font-weight: 400
}

.banner-caption p,
.banner-caption span,
.book-ride-form h2,
.features h2 {
    font-family: "Glamour Absolute"
}

.filterCTA,
.filterWrapper .filterItems,
.vehicleImgPart {
    overflow: hidden
}

@font-face {
    font-family: "GOOD BRUSH";
    src: url("../fonts/ronin/GOODBRUSH.woff2") format("woff2"), url("../fonts/ronin/GOODBRUSH.woff") format("woff"), url("../fonts/ronin/GOODBRUSH.svg#GOODBRUSH") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: gilroylight;
    src: url("../fonts/gilroy/Gilroy-Light.eot");
    src: url("../fonts/gilroy/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Light.ttf") format("truetype"), url("../fonts/gilroy/Gilroy-Light.svg#Gilroy-Light") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: gilroyregular;
    src: url("../fonts/gilroy/Gilroy-Regular.eot");
    src: url("../fonts/gilroy/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Regular.ttf") format("truetype"), url("../fonts/gilroy/Gilroy-Regular.svg#Gilroy-Regular") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: gilroymedium;
    src: url("../fonts/gilroy/Gilroy-Medium.eot");
    src: url("../fonts/gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Medium.ttf") format("truetype"), url("../fonts/gilroy/Gilroy-Medium.svg#Gilroy-Medium") format("svg");
    font-weight: 500;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: gilroybold;
    src: url("../fonts/gilroy/Gilroy-Bold.eot");
    src: url("../fonts/gilroy/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Bold.ttf") format("truetype"), url("../fonts/gilroy/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
    font-weight: 700;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Glamour Absolute";
    src: url("../fonts/GlamourAbsolute-regular.woff2") format("woff2"), url("../fonts/GlamourAbsolute-regular.woff") format("woff"), url("../fonts/GlamourAbsolute-regular.otf") format("woff"), url("../fonts/GlamourAbsolute-regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Futura;
    src: url("../fonts/Futura.ttf") format("truetype");
    font-display: block
}

body {
    font-display: swap;
    color: #4d4e53;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased
}

.rangeSlider,
img {
    max-width: 100%
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

img.lazy,
img.lazyload {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
    background-size: 1000px 104px;
    height: auto;
    position: relative;
    overflow: hidden;
    text-indent: -99999px
}

img.lazy.lazyloaded {
    animation-name: none;
    background: 0 0
}

.wrapper.innerpage {
    background: #f4f4f4
}

p {
    font-size: 14px;
    line-height: 22px;
    margin: 5px 0 10px;
    font-weight: 400;
    font-display: swap
}

.slick-dotted.slick-slider {
    margin-bottom: 0
}

.checkboxCont {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-display: swap
}

.checkboxCont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkboxCont:hover input~.checkmark {
    background-color: #f2f2f2;
    border: 1px solid #b7bdd1
}

body,
p {
    font-family: Futura
}

.primary-btn {
    background: #4d2927;
    border: 1px solid #4d2927;
    border-radius: 50px;
    padding: 10px 30px;
    color: #fff;
    box-shadow: 0 6px 6px rgba(0, 0, 0, .25);
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase
}

.more-about a:hover,
.primary-btn:active,
.primary-btn:focus,
.primary-btn:hover {
    color: #fff
}

.loader_ajax {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    opacity: .9;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999
}

.checkboxCont input:checked~.checkmark,
.checkmark {
    background-color: #fff;
    border: 1px solid #b7bdd1
}

.loader_ajax_inner {
    height: 44px;
    width: 44px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -22px 0 0 -22px
}

.error-message {
    display: none
}

.slick-slide {
    margin: 0 5px
}

.features {
    margin-top: 50px
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.banner,
.qa-option .group {
    position: relative
}

.checkboxCont .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 9px;
    border: solid #183883;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.checkboxCont input:checked~.checkmark:after,
.filterWrapper .filterItems ul#vehicleList,
.vehicleList img {
    display: block
}

.contact-container {
    color: #000;
    margin-top: 45px
}

.qa-option,
.vehicleCard .vehicleInfo .infoCont {
    margin-top: 0
}

.banner-btn,
.banner-caption p {
    margin: auto;
    text-align: center
}

.qa-option .group {
    margin: 20px 0 30px
}

.qa-option .group+.error {
    position: absolute;
    bottom: 5px;
    left: 15px;
    color: red;
    font-size: 14px
}

.qa-option .group.blank {
    visibility: hidden
}

.qa-option .group.radio>label {
    top: -20px;
    font-size: 14px;
    color: #7e7e7e;
    padding-left: 0;
    font-family: Futura;
    font-weight: 400;
    line-height: 16.59px;
    letter-spacing: .03em;
    margin-bottom: 10px
}

.qa-option .group.radio>div {
    padding: 10px 0
}

.qa-option .group>label {
    color: #7f7f7f;
    position: absolute;
    left: 0;
    top: 12px;
    pointer-events: none;
    transition: .3s
}

.qa-option .group>label.error {
    color: #f12a00 !important;
    left: 0;
    bottom: -24px;
    top: inherit !important;
    font-size: 12px !important
}

.qa-option .group.characterContWrap>label {
    left: 10px
}

.qa-option .group>input,
.qa-option .group>select,
.qa-option .group>textarea {
    background: 0 0;
    color: #000;
    padding: 10px 10px 10px 0;
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #c6c6c6;
    outline: 0
}

.qa-option .group input.facebook-icon {
    background: url("../img/community/facebook-icon_black.svg") 99% center/18px 26px no-repeat;
    padding-right: 30px
}

.qa-option .group input.instagram-icon {
    background: url("../img/community/instagram-icon_black.svg") right center/23px 23px no-repeat;
    padding-right: 30px
}

.qa-option .group input.location-icon-space {
    padding-right: 80px
}

.qa-option .group .location-detect {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 0;
    color: #183883;
    font-size: 14px
}

.qa-option .group .location-detect::after {
    content: " ";
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url("../img/community/target-icon_blue.svg") center/contain no-repeat;
    vertical-align: text-bottom;
    margin-left: 10px
}

.qa-option .group select {
    min-height: 48px;
    background: url("../img/down-arrow.png") 97% 55%/9px 7px no-repeat;
    color: #fff;
    outline: 0;
    padding-right: 30px
}

.qa-option .group select:focus,
.qa-option .group select:required:valid,
.qa-option .group select[value]:not([value=""]) {
    font-size: 18px;
    font-weight: 500;
    color: #000
}

.qa-option .group select::-ms-expand {
    display: none
}

.qa-option .group .checkroadprice-menu .road-price-box>img,
.qa-option .group select option {
    cursor: pointer
}

.qa-option .group select .timeOpt {
    color: green
}

.qa-option .group textarea {
    resize: none
}

.qa-option input,
.qa-option textarea {
    font-size: 18px;
    font-weight: 500
}

.qa-option input::-webkit-input-placeholder {
    color: #656565;
    font-size: 13px;
    font-weight: 500;
    line-height: 13.04px;
    font-family: Futura;
    text-transform: uppercase
}

.qa-option input::placeholder {
    font-family: Futura
}

.qa-option input:-moz-placeholder,
.qa-option input::-moz-placeholder {
    color: #656565;
    font-size: 13px;
    font-weight: 500;
    line-height: 13.04px;
    font-family: Futura;
    text-transform: uppercase
}

.qa-option input:-ms-input-placeholder {
    color: #656565;
    font-size: 13px;
    font-weight: 500;
    line-height: 13.04px;
    font-family: Futura;
    text-transform: uppercase
}

.qa-option input:focus::-webkit-input-placeholder,
.qa-option input:valid::-webkit-input-placeholder {
    color: #656565;
    font-size: 13px;
    font-weight: 500;
    line-height: 13.04px;
    font-family: Futura;
    text-transform: uppercase
}

.qa-option input:focus::-moz-placeholder,
.qa-option input:valid::-moz-placeholder {
    color: #656565;
    font-size: 13px;
    font-weight: 500;
    line-height: 13.04px;
    font-family: Futura;
    text-transform: uppercase
}

.book-ride-form .book-ride-form-box .checkbox label,
.book-ride-form .book-ride-form-box .rideCheckbox label {
    padding: 0 0 0 30px !important;
    font-size: 14px !important;
    color: #333 !important
}

.qa-option input:focus~label,
.qa-option input:required:valid~label,
.qa-option select:focus~label,
.qa-option select:required:valid~label,
.qa-option textarea:focus~label,
.qa-option textarea:required:valid~label {
    top: -20px;
    font-size: 14px;
    color: #000
}

.qa-option .date-stamp input.valid~label,
.qa-option input.date-picker-end:read-only~label,
.qa-option input.date-picker-start:read-only~label,
.qa-option input[value]:not([value=""])~label,
.qa-option select[value]:not([value=""])~label,
.qa-option textarea[value]:not([value=""])~label {
    top: -20px;
    font-size: 14px;
    color: #000
}

.qa-option label>em {
    font-size: 12px
}

.qa-option .date-stamp input.valid~.bar-line:before,
.qa-option input:focus~.bar-line:before,
.qa-option input:required:valid~.bar-line:before,
.qa-option select:focus~.bar-line:before,
.qa-option select:required:valid~.bar-line:before,
.qa-option textarea:focus~.bar-line:before,
.qa-option textarea:required:valid~.bar-line:before {
    width: 100%
}

.qa-option input.date-picker-end:read-only~.bar-line:before,
.qa-option input.date-picker-start:read-only~.bar-line:before,
.qa-option input[value]:not([value=""])~.bar-line:before,
.qa-option select[value]:not([value=""])~.bar-line:before,
.qa-option textarea[value]:not([value=""])~.bar-line:before {
    width: 100%
}

.qa-option input:focus,
.qa-option textarea:focus {
    outline: 0
}

.qa-option .bar-line {
    position: relative;
    display: block;
    width: 100%
}

.qa-option .bar-line:before {
    content: "";
    height: 1px;
    width: 0;
    bottom: 0;
    position: absolute;
    background: #183883;
    transition: .3s;
    left: 0
}

.qa-option .btn {
    margin: 50px 10px 20px
}

@media (max-width:480px) {
    .qa-option .group.radio>div .radio-inline {
        display: block
    }

    .qa-option .group.radio>div .radio-inline+.radio-inline {
        margin-left: 0
    }

    .qa-option .btn {
        margin: 10px 0
    }
}

.formBookOnline .qa-option select,
.testrideFinal .qa-option select {
    padding-right: 22px
}

.testrideFinal .qa-option select {
    background-size: 20px
}

.banner .banner-img img,
.book-ride-form .book-ride-form-box .formfield.group>input,
.book-ride-form .book-ride-form-box .formfield.group>label,
.qa-option .halfWidth .group,
.related-service .services-card img {
    width: 100%
}

.banner .banner-img .mobile,
.otp-modal .modal-body #lblOTPtimeout,
.vehicleCard .vehicleImgPart .visitWebsite,
.vehicleCard>.visitWebsite {
    display: none
}

.banner .logo {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1
}

.banner-caption {
    color: #fff;
    height: 100%
}

.banner-caption h2 {
    font-size: 32px;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: normal;
    position: absolute;
    top: 140px;
    right: 80px
}

.features h2,
.features p {
    color: #4d2927;
    line-height: normal;
    text-align: center
}

@media (max-width:640px) {
    .banner .logo {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%
    }

    .banner .logo img {
        width: 100px
    }

    .banner-caption {
        width: 100%;
        margin: auto;
        bottom: 0;
        top: initial;
        height: auto;
        padding: 0;
        left: 0;
        right: 0
    }

    .banner-caption h2 {
        font-size: 16px;
        left: 10px;
        right: 0;
        text-align: center;
        top: 80px;
        align-items: center
    }
}

@media (max-width:380px) {
    .banner-caption h2 {
        top: 65px
    }
}

.banner-caption span {
    font-size: 42px
}

.banner-caption span.price {
    font-size: 26px;
    font-family: Futura;
    font-weight: 600
}

.banner-caption p {
    font-size: 24px;
    position: absolute;
    bottom: 50px;
    width: 40%;
    font-weight: 400;
    left: 0;
    right: 0
}

.banner-btn {
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0
}

.features {
    padding-top: 50px;
    background: #f3f3f3;
    padding-bottom: 30px
}

@media screen and (min-width:1200px) {
    .features .container {
        width: 1290px
    }
}

.features .test-ride-ronin-feature {
    margin-bottom: 40px
}

@media screen and (max-width:767px) {
    .features {
        padding-bottom: 20px;
        padding-top: 0
    }

    .features .test-ride-ronin-feature {
        margin-bottom: 20px
    }
}

.features .test-ride-ronin-feature .slick-list {
    padding: 0 20% 0 0
}

.features h2 {
    font-size: 38px;
    margin-bottom: 0
}

.features p,
.vehiclListWrap .vehiclesHome .vehicleInfo p em,
.vehicleInfo p em.noAmount {
    font-size: 18px
}

.features p {
    width: 60%;
    margin: 10px auto 20px
}

.features .img-card {
    position: relative;
    width: 400px
}

.features .img-card .caption {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 20px;
    line-height: normal;
    text-align: center
}

.features .slick-dots {
    bottom: -50px
}

.book-ride-form .book-ride-form-box .purchasePlan input[type=checkbox],
.book-ride-form .book-ride-form-box .purchasePlan input[type=radio],
.features .slick-dots li,
.related-service .slick-dots li,
.vehiclListWrap .vehiclesHome .vehicleInfo .infoCont p.specification-txt {
    margin: 0
}

.features .slick-dots li button,
.related-service .slick-dots li button {
    padding: 5px 5px 5px 0
}

.features .slick-dots li button:before,
.related-service .slick-dots li button:before {
    background-color: #b9b9b9;
    color: transparent;
    border-radius: 50%;
    opacity: 1;
    width: 10px;
    height: 10px
}

.features .slick-dots li.slick-active button:before,
.related-service .slick-dots li.slick-active button:before {
    background-color: #4d2927
}

.book-ride-form {
    background: center/cover #f3f3f3;
    padding: 0;
    margin-bottom: -30px
}

.book-ride-form .book-ride-form-box,
.confirmation {
    background: #fff;
    box-shadow: 3px 0 8px rgba(0, 0, 0, .1)
}

.book-ride-form .container,
.vehiclListWrap .vehiclesHome .vehicleInfo .visitWebsite {
    padding: 0
}

.book-ride-form h2 {
    font-size: 38px;
    text-align: center;
    color: #fff
}

.book-ride-form .book-ride-form-box {
    border-radius: 10px;
    margin: auto;
    float: inherit;
    padding: 30px 100px
}

.book-ride-form .book-ride-form-box .form-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding-bottom: 18px;
    color: #4d2927
}

.book-ride-form .book-ride-form-box .formfield.group {
    position: relative;
    box-sizing: border-box;
    margin: auto;
    padding: 0;
    border: 0;
    font-size: 1em
}

.book-ride-form .book-ride-form-box .formfield.group a {
    color: #565656;
    font-weight: 600;
    pointer-events: auto;
    position: static;
    top: 18px;
    right: 10px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #333 !important;
}

.book-ride-form .book-ride-form-box .formfield.group a.hilight {
    background: linear-gradient(89.58deg, #c71c26 .51%, #213180 97.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
    pointer-events: inherit
}

.book-ride-form .book-ride-form-box .formfield.group .otpdt2 {
    position: absolute;
    bottom: -35px;
    left: 25px
}

.book-ride-form .book-ride-form-box .formfield.group .otpdtl {
    margin-left: 15px;
    width: 100%;
    display: inline-flex
}

.book-ride-form .book-ride-form-box .formfield.group .otpdtl .mobnum {
    margin: 0 0 0 3px
}

.book-ride-form .book-ride-form-box .formfield.group .otpdt2,
.book-ride-form .book-ride-form-box .formfield.group .otpdtl {
    font-size: 12px !important
}

.book-ride-form .book-ride-form-box .formfield.group>#dealer-button,
.book-ride-form .book-ride-form-box .formfield.group>input,
.book-ride-form .book-ride-form-box .formfield.group>select {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 8px 13px;
    background: #f0f0f0;
    color: #656565;
    height: 40px;
    margin: 1.2rem .5em;
    font-family: Futura;
    font-size: 13px;
    font-weight: 500
}

.book-ride-form .book-ride-form-box .formfield.group>input::placeholder {
    font-family: Futura
}

.book-ride-form .book-ride-form-box .formfield.group>#dealer-button,
.book-ride-form .book-ride-form-box .formfield.group>select {
    width: 100%;
    background: url(../img/brands/ronin/new/down-arrow.png) 95% 14px no-repeat #f2f2f2;
    appearance: none;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.book-ride-form .book-ride-form-box .formfield.group>label {
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 25px;
    color: #333;
    display: none
}

.book-ride-form .book-ride-form-box .formfield.group>label.error {
    bottom: -25px
}

.book-ride-form .book-ride-form-box .formfield.group #dealer-button+label,
.book-ride-form .book-ride-form-box .formfield.group input:focus~label:not(.error),
.book-ride-form .book-ride-form-box .formfield.group input:valid~label:not(.error),
.book-ride-form .book-ride-form-box .formfield.group input~label:not(.error),
.book-ride-form .book-ride-form-box .formfield.group select~label:not(.error) {
    color: #333 !important;
    font-size: 14px !important;
    padding: 0 .5em !important;
    margin: 0 !important;
    transition: .2s ease-in-out !important;
    top: 8px !important;
    left: 1.7em !important;
    line-height: 17px
}

.book-ride-form .book-ride-form-box .formfield.group .detect-location {
    position: absolute;
    right: 0;
    top: 0
}

.book-ride-form .book-ride-form-box .formfield.group .detect-location img {
    position: relative;
    top: 7px;
    width: 26px;
    right: 0
}

.book-ride-form .book-ride-form-box .formfield.group .detect-location input {
    opacity: 0;
    position: absolute;
    right: 3px;
    top: 5px;
    z-index: 99
}

.book-ride-form .book-ride-form-box .halfWidth .desclaimer-txt {
    color: #333;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px
}

.book-ride-form .book-ride-form-box .halfWidth .desclaimer-txt>a {
    color: #333;
    font-weight: 700;
    text-decoration-line: underline
}

.book-ride-form .book-ride-form-box .halfWidth .formfield.group #dealer-button~label:not(.error) {
    top: 26px !important
}

.book-ride-form .book-ride-form-box .halfWidth .formfield.group #dealer-button span {
    top: 10px;
    position: relative;
    font-weight: 600
}

.book-ride-form .book-ride-form-box .halfWidth .formfield.group #dealer-button span.ui-icon {
    height: 10px;
    width: 10px
}

.book-ride-form .book-ride-form-box .rideCheckbox .my.group {
    margin-top: 20px;
    margin-bottom: 20px
}

.book-ride-form .book-ride-form-box .rideCheckbox .my.group label {
    position: relative;
    pointer-events: none;
    padding: 0 0 0 40px !important;
    display: block;
    top: 0;
    font-family: Futura;
    font-size: 8px !important;
    font-weight: 400;
    line-height: normal;
    color: #9e9e9e;
    margin-bottom: 0
}

.book-ride-form .book-ride-form-box .rideCheckbox .my.group label.error {
    color: #f12a00 !important;
    left: 0;
    top: 10px;
    padding-left: 0 !important;
    font-size: 12px !important
}

.book-ride-form .book-ride-form-box .rideCheckbox label {
    position: relative;
    text-transform: none
}

.book-ride-form .book-ride-form-box .rideCheckbox label input {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 14px;
    z-index: 1;
    top: -5px;
    margin: 0;
    pointer-events: auto;
}

.book-ride-form .book-ride-form-box .rideCheckbox label .checkmark {
    background: #4d2927;
    border-radius: 5px;
    border: 0;
    left: 14px;
    top: -5px;
}

.book-ride-form .book-ride-form-box .rideCheckbox .checkboxCont input:checked~.checkmark:after,
.filterWrapper .colors li .checkboxCont .checkmark:after {
    border-color: #fff
}

.book-ride-form .book-ride-form-box .rideCheckbox .checkboxCont .price-label {
    padding-top: 10px;
    display: block
}

.book-ride-form .book-ride-form-box .rideCheckbox .checkboxCont .price-label span {
    display: block;
    font-size: 12px
}

.book-ride-form .book-ride-form-box .checkbox {
    position: relative;
    margin-left: 10px
}

.book-ride-form .book-ride-form-box .checkbox input {
    margin: 0;
    opacity: 0
}

.book-ride-form .book-ride-form-box .checkbox input:checked~label:after {
    opacity: 1
}

.book-ride-form .book-ride-form-box .action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px
}

.book-ride-form .book-ride-form-box .action-btn button {
    min-width: 180px
}

.book-ride-form .book-ride-form-box .action-btn button+button {
    margin-left: 10px
}

.book-ride-form .book-ride-form-box .clear-fix {
    clear: both;
    width: 100%;
    float: left
}

.book-ride-form .book-ride-form-box .errorMsgOPT p {
    font-size: 12px;
    color: #f12a00
}

.book-ride-form .book-ride-form-box span.tNC {
    display: block;
    text-align: right;
    margin: 30px 0 0;
    color: #565656;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 500
}

@media (max-width:640px) {
    .banner-caption span {
        font-size: 20px
    }

    .banner-caption span.price {
        font-size: 16px
    }

    .banner-caption p {
        width: 100%;
        bottom: 8%
    }

    .banner-btn {
        position: fixed;
        bottom: -1px;
        background: #f4f4f4;
        z-index: 999;
        height: 60px;
        padding: 15px 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, .5)
    }

    .features h2 {
        font-size: 26px;
        color: #4d2927
    }

    .features p {
        width: 100%;
        font-size: 13px;
        font-weight: 500
    }

    .features .img-card .caption {
        font-size: 16px;
        text-transform: uppercase
    }

    .features .img-card img {
        width: 100%
    }

    .book-ride-form {
        position: relative;
        z-index: 99999;
        margin-bottom: 0
    }

    .book-ride-form .book-ride-form-box {
        padding: 20px;
        margin: 0 20px
    }

    .book-ride-form .book-ride-form-box .formfield.group a {
        right: 20px
    }

    .book-ride-form .book-ride-form-box .formfield.group>#dealer-button,
    .book-ride-form .book-ride-form-box .formfield.group>input,
    .book-ride-form .book-ride-form-box .formfield.group>select {
        margin: 0 0 18px
    }

    .book-ride-form .book-ride-form-box .formfield.group>#dealer-button,
    .book-ride-form .book-ride-form-box .formfield.group>select {
        background: url(-/media/ronin_tesride_json/arrow) 95% 14px no-repeat #f2f2f2
    }

    .book-ride-form .book-ride-form-box .formfield.group>select:disabled {
        background: 0 0
    }

    .book-ride-form .book-ride-form-box .formfield.group>#dealer-button {
        margin: 0 0 18px;
        font-size: 14px;
        font-family: Futura;
        font-weight: 400;
        line-height: 13.04px;
        color: #656565
    }

    .book-ride-form .book-ride-form-box .formfield.group #dealer-button+label,
    .book-ride-form .book-ride-form-box .formfield.group input:focus~label:not(.error),
    .book-ride-form .book-ride-form-box .formfield.group input:valid~label:not(.error),
    .book-ride-form .book-ride-form-box .formfield.group input~label:not(.error),
    .book-ride-form .book-ride-form-box .formfield.group select~label:not(.error) {
        left: 16px !important;
        font-size: 12px !important;
        line-height: 14px;
        font-family: Futura !important
    }

    .book-ride-form .book-ride-form-box .halfWidth .formfield.group #dealer-button~label:not(.error) {
        top: 16px !important
    }

    .book-ride-form .book-ride-form-box .halfWidth .formfield.group #dealer-button span {
        top: 4px;
        font-size: 13px;
        font-family: Futura;
        font-weight: 500;
        line-height: 13.04px;
        color: #656565
    }

    .book-ride-form .book-ride-form-box .rideCheckbox .my.group label.error {
        top: 4px !important;
        height: unset;
        margin-bottom: 0
    }

    .book-ride-form .book-ride-form-box .rideCheckbox .checkboxCont {
        left: 0 !important
    }

    .book-ride-form .book-ride-form-box .action-btn button {
        min-width: 100%;
        border-radius: 10px;
        padding: 12px;
        font-weight: 600;
        font-family: Futura;
        line-height: 21.33px;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25)
    }

    .book-ride-form .book-ride-form-box span.tNC {
        padding-right: 20px
    }
}

.book-ride-form .book-ride-form-box .purchasePlan {
    padding-left: 16px
}

.book-ride-form .book-ride-form-box .purchasePlan .group.radio.my {
    margin: 20px 0 0
}

.book-ride-form .book-ride-form-box .purchasePlan label.radio-inline {
    margin-bottom: 0;
    padding-left: 24px
}

@media (max-width:567px) {
    body .ui-selectmenu-open {
        z-index: 99999;
        right: 40px
    }

    body #dealer-menu {
        width: 100% !important;
        max-height: 250px;
        position: absolute;
        z-index: 9999999
    }

    body .ui-autocomplete {
        z-index: 999999;
        right: 40px;
        width: auto !important
    }

    .features .slick-dots {
        bottom: -40px
    }

    .book-ride-form .book-ride-form-box .formfield.group .otpdt2 {
        position: relative;
        bottom: 0;
        left: 0;
        display: flex;
        flex-flow: column wrap;
        line-height: 20px
    }

    .book-ride-form .book-ride-form-box .formfield.group .otpdtl {
        position: relative;
        bottom: 0;
        left: 16px;
        display: flex;
        flex-flow: column wrap;
        line-height: 20px;
        margin-left: 0
    }

    .book-ride-form .book-ride-form-box .formfield.group>label.error {
        bottom: -22px;
        left: 14px
    }

    .book-ride-form .book-ride-form-box .rideCheckbox .my.group {
        margin: 0
    }

    .book-ride-form .book-ride-form-box .purchasePlan label.radio-inline {
        margin-bottom: 10px;
        color: #7e7e7e;
        font-family: Futura;
        font-size: 11px;
        font-weight: 400;
        letter-spacing: .03em
    }
}

.book-ride-form .book-ride-form-box .purchasePlan label.radio-inline input {
    height: 14px;
    width: 14px;
    margin-left: -14px;
    margin-right: 0;
    left: 16px;
    accent-color: #4d2927
}

.book-ride-form .book-ride-form-box .purchasePlan .checkbox-inline+.checkbox-inline,
.book-ride-form .book-ride-form-box .purchasePlan .radio-inline+.radio-inline {
    margin-left: 24px
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield
}

.confirmation {
    margin: 14px 18px 0;
    padding: 14px 18px;
    border-radius: 10px
}

.confirmation .thanku-text {
    text-align: center;
    color: #000
}

.confirmation .thanku-text h2 {
    font-family: Futura;
    font-size: 25px;
    font-weight: 500;
    line-height: 29.63px;
    margin-bottom: 32px
}

.confirmation .thanku-text h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px
}

.confirmation .thanku-text p {
    font-family: Futura;
    font-size: 15px;
    font-weight: 400;
    line-height: 17.78px;
    text-align: center;
    width: 60%;
    margin: 32px auto;
    color: #000
}

.confirmation .thanku-text p span {
    font-weight: 600
}

.confirmation .thanku-text img,
.more-about img {
    margin: auto
}

.confirmation .thanku-text img.logo {
    width: 150px
}

.confirmation .thanku-text .icon {
    height: 40px;
    width: 40px;
    background: linear-gradient(89.58deg, #c71c26 .51%, #213180 97.99%);
    position: relative;
    margin: 20px auto;
    border-radius: 50%
}

.confirmation .thanku-text .icon:after {
    content: "";
    width: 20px;
    height: 8px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    transform: rotate(-45deg);
    left: 0;
    right: 0;
    margin: auto;
    top: 15px
}

.related-service {
    background: #f3f3f3;
    padding: 30px 0 50px
}

.related-service h2 {
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    color: #192841;
    width: 50%;
    margin: 0 auto 20px;
    font-weight: 600
}

.related-service .services-card {
    position: relative;
    max-width: 390px
}

.related-service .services-card-caption {
    position: absolute;
    text-align: center;
    color: #fff;
    font-weight: 400;
    height: 100%;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    padding: 20px;
    line-height: 1.5
}

.related-service .slick-next,
.related-service .slick-prev {
    background: 0 0;
    border: 0
}

.related-service .slick-next:before,
.related-service .slick-prev:before {
    content: "";
    background: 0 0;
    height: 20px;
    width: 20px;
    border-bottom: 1px solid #183883;
    border-left: 1px solid #183883
}

.related-service .slick-next:hover:before,
.related-service .slick-prev:hover:before {
    animation: inherit
}

.related-service .slick-prev:before {
    transform: rotate(45deg)
}

.related-service .slick-next:before {
    transform: rotate(-135deg)
}

.related-service .slick-dots {
    bottom: -40px
}

.related-service #related-service-slider .slick-list {
    padding: 0 20%
}

.more-about {
    position: relative;
    text-align: center;
    color: #fff;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center
}

.filterCTA,
.formTestRide .radio label,
.more-about a,
.vehicleImgPart ul li {
    display: inline-block
}

@media (max-width:768px) {
    .banner .banner-img .desktop {
        display: none
    }

    .banner .banner-img .mobile {
        display: block;
        width: 100%;
        max-height: 100%;
        height: 100%
    }

    .confirmation .thanku-text p {
        width: 80%
    }

    .related-service h2 {
        width: 100%;
        font-size: 16px
    }

    .more-about {
        min-height: 130px
    }
}

.more-about .container {
    position: relative;
    z-index: 1
}

.more-about img.bg {
    position: absolute;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    height: 100%
}

.more-about img.logo {
    width: 135px
}

.more-about h3 {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px
}

.more-about a {
    margin-top: 10px;
    font-size: 14px;
    text-decoration: underline
}

.test-ride-rr-310 .confirmation .thanku-text h2 {
    font-family: gilroybold
}

.test-ride-rr-310 .confirmation .thanku-text h3,
.test-ride-rr-310 .more-about a,
.test-ride-rr-310 .more-about h3 {
    font-family: gilroymedium
}

.formTestRide .select select,
.formTestRide input,
.formTestRide label,
.formTestRide select,
.vehicleImgPart ul li,
.vehicleImgPart ul li strong,
.vehicleInfo p em,
.vehicleInfo p.name,
.vehicleList .avilableColors p {
    font-family: Roboto, sans-serif
}

.test-ride-rr-310 .confirmation .thanku-text p {
    font-family: gilroyregular
}

.test-ride-rr-310 .thanku-text .icon {
    background: #30bd06
}

.vehiclListWrap {
    margin: 30px 0
}

.vehiclListWrap .vehiclesHome .vehicleInfo {
    height: 160px
}

.vehiclListWrap .vehiclesHome .vehicleInfo .price-wrapper {
    display: flex
}

.vehiclListWrap .vehiclesHome .vehicleInfo .price-wrapper .on-road-price {
    margin-left: 16px;
    position: relative;
    padding-left: 16px
}

.vehiclListWrap .vehiclesHome .vehicleInfo .price-wrapper .on-road-price::before {
    position: absolute;
    content: "";
    height: 48px;
    width: 1px;
    background-color: rgba(0, 0, 0, .5);
    left: 0
}

.vehiclListWrap .vehiclesHome .vehicleInfo .price-wrapper p {
    font-weight: 600;
    color: #000
}

.vehicleCard {
    background: #fff;
    margin-bottom: 30px;
    margin-left: 6px;
    margin-right: 6px;
    transition: .3s
}

.vehicleCard:hover {
    box-shadow: 0 0 12px -6px rgba(0, 0, 0, .5)
}

.vehicleCard:hover .vehiclesImg {
    transform: scale(1.1)
}

.vehicleCard .vehicleInfo>.row {
    display: flex;
    align-items: center
}

.innWrap .vehicleList {
    margin-bottom: 40px;
    position: relative
}

.vehicleList .loader {
    position: absolute;
    left: 50%;
    top: 150px;
    margin-left: -25px;
    z-index: 1
}

.vehicleList img.vehiclesImg {
    width: 100%;
    transition: .3s
}

.vehicleList .avilableColors p {
    font-size: 14px;
    color: #737373;
    font-weight: 400;
    font-display: swap;
    line-height: 14px;
    margin-bottom: 5px
}

@media (min-width:815px) {
    p {
        font-size: 16px;
        line-height: 30px
    }

    .vehiclListWrap {
        padding-top: 30px
    }

    .innWrap .vehicleList {
        margin-top: 66px !important
    }

    .vehicleList .avilableColors,
    .vehicleList .visitWebsite {
        text-align: right
    }

    .filterFeatures {
        margin-top: 20px;
        border-top: 1px solid #e7e7e7
    }
}

.vehicleInfo {
    padding: 15px 20px
}

.vehicleInfo p {
    color: #737373;
    font-size: 14px;
    line-height: initial;
    margin: 4px 0
}

.vehicleInfo p.name {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 400;
    font-display: swap
}

.vehicleInfo p em {
    color: #f12a00;
    font-size: 18px;
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

.qa-option .group .otpdt2 span.mobnum1,
.vehicleInfo .infoCont p {
    color: #000
}

@media (max-width:815px) {
    .vehiclListWrap .vehiclesHome .vehicleInfo {
        width: 55%;
        float: left;
        padding: 10px 10px 5px;
        overflow: inherit
    }

    .vehiclListWrap .vehiclesHome .vehicleInfo .price-wrapper {
        display: block;
        margin-top: 20px
    }

    .vehiclListWrap .vehiclesHome .vehicleInfo .price-wrapper .on-road-price {
        padding: 8px 0 0;
        margin: 8px 0 0;
        border-top: 1px solid rgba(0, 0, 0, .5)
    }

    .vehiclListWrap .vehiclesHome .vehicleInfo .price-wrapper .on-road-price::before {
        display: none
    }

    .vehiclListWrap .vehiclesHome .vehicleInfo .price-wrapper .price-item p.price-txt {
        width: 130px
    }

    .vehiclListWrap .vehiclesHome .vehicleInfo .infoCont .brand-wrap {
        background-color: #f4f4f4;
        padding: 6px 10px
    }

    .vehicleCard {
        overflow: hidden
    }

    .vehicleCard>.visitWebsite {
        display: block;
        text-align: center
    }

    .vehicleCard>.visitWebsite>a.btn {
        margin-bottom: 8px
    }

    .vehicleCard .vehicleImgPart .visitWebsite {
        display: block;
        margin-top: 28px
    }

    .vehicleCard .vehicleInfo>.row {
        display: block
    }

    .innWrap .vehicleList {
        margin-top: 0;
        padding: 0
    }

    .vehicleList .avilableColors p {
        color: #737373 !important
    }

    .vehicleList ul.colors {
        height: 15px
    }

    .vehicleInfo {
        width: 55%;
        float: left;
        padding: 0 10px 5px;
        height: auto !important
    }

    .vehicleInfo p em.noAmount {
        font-size: 12px
    }

    .vehicleInfo .infoCont p {
        font-size: 13px
    }

    .vehicleInfo .infoCont p.name {
        font-size: 18px;
        margin-bottom: 4px
    }

    .vehicleImgPart {
        width: 45%;
        float: left;
        padding: 10px
    }
}

.vehicleInfo .infoCont .price-wrapper {
    display: flex;
    flex-wrap: wrap
}

.vehicleInfo .infoCont .price-wrapper .price-item.on-road-price {
    border-left: 1px solid #7f7f7f;
    padding-left: 20px;
    margin-left: 20px
}

@media (max-width:1024px) {
    .vehicleInfo .infoCont .price-wrapper .price-item.on-road-price {
        border-left: 0;
        border-top: 1px solid #7f7f7f;
        padding: 5px 0 0;
        margin: 5px 0 0
    }
}

.vehicleImgPart {
    position: relative;
    background: #fff
}

.vehicleImgPart ul {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 20px;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #353535 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #353535 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #353535 100%)
}

.vehicleImgPart ul li {
    color: #cacbcb;
    font-size: 12px;
    font-weight: 400;
    font-display: swap;
    border-left: 1px solid #cacbcb;
    padding: 0 14px;
    margin: 0 0 16px;
    text-transform: uppercase
}

.vehicleImgPart ul li strong {
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    font-display: swap;
    text-transform: none
}

.vehicleImgPart ul li:first-child {
    border-left: 0
}

.vehicleImgPart .vehicleListLogo {
    position: absolute;
    right: 15px;
    top: 1px;
    z-index: 1
}

.btn.resetFilter {
    position: absolute;
    left: 20px;
    top: 5px;
    padding: 7px 18px !important;
    font-size: 13px !important;
    display: none
}

.filterWrapper {
    background-color: #fff;
    padding: 20px;
    position: relative;
    box-shadow: 0 0 24px -14px rgba(0, 0, 0, .75)
}

.filterWrapper .filterItems ul {
    float: left
}

.filterWrapper .filterItems ul li {
    display: inline-block;
    margin-right: 30px
}

.filterWrapper .colors li {
    height: 21px;
    width: 21px
}

.filterWrapper .colors li .checkboxCont .checkmark,
.filterWrapper .colors li .checkboxCont input:checked~.checkmark {
    background-color: transparent;
    border: 0
}

.filterWrapper .colors li.white .checkboxCont .checkmark:after {
    border-color: grey
}

.filterFeatures {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    z-index: 2;
    box-shadow: 0 5px 6px -4px rgba(0, 0, 0, .3)
}

.filterCTA {
    float: right;
    position: relative;
    height: 21px;
    width: 95px;
    white-space: nowrap
}

.filterCTA.filterCloseMob {
    float: none;
    left: 50%;
    margin: 14px 0;
    transform: translateX(-50%)
}

.filterCTA.collapsed a {
    left: 0
}

.filterCTA a {
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: -100%;
    transition: left .35s
}

.filterCTA a span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    text-transform: uppercase
}

.filterCTA a span.filterOpen {
    right: 50%;
    padding-left: 35px;
    color: #000;
    background: url(../img/icon-filter.png) left top no-repeat
}

.filterCTA a span.filterClose {
    left: 50%;
    padding-left: 30px;
    color: #f12a00;
    background: url(../img/icon-close.png) left top no-repeat
}

.stickyFilter,
.stickyVehicls {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 2;
    width: 94%;
    margin: 0 auto
}

@media (min-width:816px) and (max-width:1024px) {
    .vehiclListWrap .vehiclesHome .vehicleInfo {
        height: 180px
    }

    .vehicleInfo .infoCont p.name,
    .vehicleInfo p em {
        font-size: 18px
    }

    .vehicleInfo .infoCont p {
        font-size: 12px
    }

    .stickyFilter,
    .stickyVehicls {
        width: 96%
    }
}

@media (max-width:815px) {
    .vehicleImgPart .vehicleListLogo {
        position: initial
    }

    .filterCTA,
    .filterWrapper .filterItems ul#vehicleList {
        display: none
    }

    .filterWrapper .filterItems ul {
        margin-bottom: 15px;
        border-bottom: 1px solid #e7e7e7
    }

    .filterWrapper .filterItems ul li {
        min-width: 170px;
        margin-right: 0;
        margin-bottom: 8px
    }

    .filterFeatures {
        position: relative;
        box-shadow: none
    }

    .filterFeatures.in {
        border-top: 0
    }

    .filterCTA.collapsed {
        float: none;
        display: block;
        left: 50%;
        margin-left: -47px
    }

    form.filterForm .rangeWrap {
        margin-bottom: 32px
    }

    form.filterForm .rangeWrap label {
        margin-bottom: 0
    }

    form.filterForm {
        padding: 0
    }

    .stickyFilter,
    .stickyVehicls {
        position: relative;
        top: inherit;
        width: 100%
    }
}

.stickyVehicls {
    top: 140px;
    background: #f4f4f4
}

@media (max-width:815px) {
    .stickyVehicls {
        top: 0;
        z-index: inherit
    }

    .stickyVehicls.customeSelect .select {
        width: 218px
    }

    .stickyVehicls.customeSelect .select select {
        padding-right: 30px;
        padding-left: 0
    }
}

@media (max-width:340px) {
    .stickyVehicls.customeSelect .select {
        width: 170px
    }
}

.stickyFilter {
    top: 195px
}

.checkboxCont.disableCheck input:checked~.checkmark:after {
    border-color: #b7bdd1
}

.formTestRide {
    margin-top: 20px
}

.formTestRide label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #333;
    display: block;
    font-weight: 400;
    font-display: swap
}

.formTestRide label em {
    color: #7d7b7b
}

.formTestRide input,
.formTestRide select {
    border: 1px solid #e4e4e4;
    border-radius: 0;
    height: 48px;
    width: 100%;
    padding: 6px 12px;
    color: #000;
    font-weight: 500;
    font-display: swap;
    font-size: 16px
}

.formTestRide .select {
    position: relative;
    border: none;
    height: auto
}

.formTestRide .select:after {
    top: 4px;
    right: 4px
}

.formTestRide .select select {
    padding: 6px 12px;
    color: #848484;
    font-weight: 400;
    font-display: swap
}

.formTestRide .btn {
    margin: 15px 10px;
    border-radius: 6px
}

.formTestRide .radio input {
    height: auto;
    width: auto
}

.formTestRide .qa-option .disclaimer-txt,
.formTestRide .qa-option .halfWidth .disclaimer-txt {
    color: #656565;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px
}

.qa-option .group .otpdt2,
.qa-option .halfWidth .group .otpdtl {
    line-height: 15px;
    font-size: 13px
}

.formTestRide .qa-option .disclaimer-txt>a,
.formTestRide .qa-option .halfWidth .disclaimer-txt>a {
    color: #183883;
    font-weight: 700;
    text-decoration-line: underline
}

.qa-option .group .otpdt2 {
    color: #737373
}

.qa-option .group .checkroadprice {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-decoration-line: underline;
    color: #183883;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer
}

@media (max-width:815px) {
    .stickyFilter {
        top: 0
    }

    .formTestRide .qa-option .disclaimer-txt,
    .formTestRide .qa-option .halfWidth .disclaimer-txt {
        margin-top: 40px
    }

    .formTestRide .otp-modal .modal-dialog.modal-dialog-centered {
        max-width: 412px;
        justify-content: center;
        margin: 0 auto;
        width: auto
    }

    .formTestRide .otp-modal .modal-content {
        border-radius: 10px
    }

    .qa-option .group .checkroadprice {
        font-size: 12px
    }
}

.qa-option .group .checkroadprice-menu {
    padding: 12px 20px
}

.qa-option .group .checkroadprice-menu span {
    color: red
}

.qa-option .group .checkroadprice-menu>.ruppe-txt {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-bottom: 12px
}

.qa-option .group .checkroadprice-menu>.info {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000
}

.qa-option .group .checkroadprice-menu .road-price-box {
    display: flex;
    margin-bottom: 5px;
    justify-content: space-between;
    align-items: center
}

.qa-option .group .checkroadprice-menu .road-price-box>h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-bottom: 0
}

.qa-option .rideCheckbox .group>label label.error {
    top: 50px;
    left: 34px;
    height: 19px;
    color: #f12a00;
    font-size: 12px
}

@media (min-width:1200px) and (max-width:1300px) {
    .qa-option .rideCheckbox .group>label label.error {
        top: 60px !important
    }
}

@media (max-width:550px) {
    .qa-option .rideCheckbox .group>label label.error {
        top: 60px !important
    }
}

@media (max-width:415px) {
    .qa-option .rideCheckbox .group>label label.error {
        top: 80px !important
    }
}

#location-error {
    color: #183883;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 0;
    margin-top: 2px;
    font-weight: 700
}

.otp-modal .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 3.5rem);
    justify-content: center;
    margin: 0
}

.otp-modal .modal-content {
    box-shadow: 4px 8px 18px rgba(0, 0, 0, .3);
    border-radius: 10px;
    border: none;
    width: 100%;
    pointer-events: auto
}

.otp-modal .modal-header {
    padding: 40px 20px 0;
    position: relative;
    border: none
}

.otp-modal .modal-header .close {
    font-size: 36px;
    color: #253c80;
    line-height: normal;
    top: 16px;
    right: 16px;
    position: absolute;
    opacity: 1;
    z-index: 10;
    font-weight: 400;
    margin: 0
}

.otp-modal .modal-title {
    text-align: center;
    text-transform: uppercase;
    font-family: Futura;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.33px;
    color: #656565;
    margin-bottom: 64px
}

.otp-modal .otp-txt,
.otp-modal .otp-wrapper span {
    font-weight: 400;
    font-size: 14px;
    text-align: center
}

.otp-modal .otp-txt {
    font-family: Futura;
    line-height: 16.59px;
    color: #656565;
    width: 200px;
    margin: 0 auto 48px
}

.otp-modal .modal-body {
    padding: 80px 0
}

.otp-modal .modal-body .action-btn {
    display: flex;
    justify-content: space-around
}

.otp-modal .otp-wrapper .otp {
    margin: 0 auto 32px;
    position: relative;
    width: 290px
}

.otp-modal .otp-wrapper .otp p.text-danger {
    position: absolute;
    font-size: 1.1rem
}

.otp-modal .otp-wrapper .otp::after {
    position: absolute;
    right: -6px;
    top: 28px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    padding: .5rem;
    box-shadow: none;
    height: 50px;
    width: 60px;
    content: "";
    z-index: 9999
}

.otp-modal .otp-wrapper .otp .btn {
    position: absolute;
    right: 2px;
    top: 26px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    padding: 5px;
    box-shadow: none;
    margin: 0
}

.otp-modal .otp-wrapper .otp .btn>img {
    height: 34px
}

.otp-modal .otp-wrapper .otp .error {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: none;
    color: #dc4226
}

.otp-modal .otp-wrapper .form-group .partitioned {
    padding-left: 16px;
    letter-spacing: 43px;
    border: 0;
    background-image: linear-gradient(to left, #000 70%, rgba(255, 255, 255, 0) 0);
    background-position: bottom;
    background-size: 56px 1px;
    background-repeat: repeat-x;
    background-position-x: 45px;
    width: 260px;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #333;
    position: relative;
    left: 6px
}

.otp-modal .otp-wrapper .form-group .partitioned:focus-visible {
    outline: 0
}

.otp-modal .otp-wrapper span {
    line-height: 16px;
    color: #333;
    margin-bottom: 3rem;
    display: block
}

.otp-modal .actions .btn.primary-gradient-btn {
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 16px;
    background: linear-gradient(89.58deg, #c71c26 .51%, #213180 97.99%);
    color: #fff
}

.otp-modal .actions .btn.primary-outline-btn {
    background: 0 0;
    font-family: Futura;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.33px;
    text-align: left;
    color: #656565;
    text-decoration: underline
}

.otp-modal .actions .btn.active.focus,
.otp-modal .actions .btn.active:focus,
.otp-modal .actions .btn.focus,
.otp-modal .actions .btn:active.focus,
.otp-modal .actions .btn:active:focus,
.otp-modal .actions .btn:focus {
    outline: 0;
    outline-offset: 0;
    box-shadow: none
}

.news-wrapper {
    padding: 14px 18px
}

.otp-wrapper {
    background-color: #fff
}

.wrapper.innerpage.thankyou-wrapper {
    padding-bottom: 16px;
    padding-top: 0;
}