@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600&display=swap);

.primary-btn,
.secondary-btn,
.test-ride-rr-310 .primary-btn {
    padding: 10px 30px;
    box-shadow: 0 6px 6px rgb(0 0 0 / .25)
}

.banner::after,
.loader_ajax {
    top: 0;
    width: 100%;
    height: 100%
}

.primary-btn,
.secondary-btn span,
.test-ride-rr-310 .primary-btn {
    font-size: 18px;
    text-transform: uppercase
}

.banner .banner-caption h2,
.features p,
.primary-btn,
.rewards-wrapper>h2,
.secondary-btn span {
    text-transform: uppercase
}

@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: gilroythin;
    src: url(../fonts/gilroy/Gilroy-Thin.eot);
    src: url("../fonts/gilroy/Gilroy-Thin.eot?#iefix") format("embedded-opentype"), url(../fonts/gilroy/Gilroy-Thin.ttf) format("truetype"), url("../fonts/gilroy/Gilroy-Thin.svg#Gilroy-Thin") format("svg");
    font-weight: 100;
    font-weight: 400;
    font-style: normal
}

@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: gilroysemibold;
    src: url(../fonts/gilroy/Gilroy-SemiBold.eot);
    src: url("../fonts/gilroy/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url(../fonts/gilroy/Gilroy-SemiBold.ttf) format("truetype"), url("../fonts/gilroy/Gilroy-SemiBold.svg#Gilroy-SemiBold") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: gilroyextrabold;
    src: url(../fonts/gilroy/Gilroy-ExtraBold.eot);
    src: url("../fonts/gilroy/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url(../fonts/gilroy/Gilroy-ExtraBold.ttf) format("truetype"), url("../fonts/gilroy/Gilroy-ExtraBold.svg#Gilroy-ExtraBold") format("svg");
    font-weight: 400;
    font-style: normal
}

body,
p {
    font-family: Rubik, sans-serif
}

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
}

.primary-btn,
.secondary-btn,
.secondary-btn span {
    background: linear-gradient(89.58deg, #c71c26 .51%, #213180 97.99%)
}

img.lazy.lazyloaded {
    animation-name: none;
    background: 0 0
}

.primary-btn {
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    margin: 0 16px
}

.features h2,
.more-about a:hover,
.primary-btn:active,
.primary-btn:focus,
.primary-btn:hover {
    color: #fff
}

.secondary-btn {
    position: relative;
    border-radius: 50px;
    border: 0
}

.secondary-btn span {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #fff0;
    display: block;
    font-weight: 600;
    z-index: 1;
    position: relative
}

.secondary-btn:after {
    content: "";
    width: 98%;
    height: 96%;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    border-radius: 50px;
    bottom: 0;
    right: 0;
    margin: auto
}

.loader_ajax {
    background-color: rgb(0 0 0 / .5);
    bottom: 0;
    left: 0;
    opacity: .9;
    position: fixed;
    z-index: 9999999
}

.loader_ajax_inner {
    height: 44px;
    width: 44px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -22px 0 0 -22px
}

.banner .banner-img .mobile,
.error-message,
.features .test-ride-ronin-feature#test-ride-feature-desktop,
.features .test-ride-ronin-feature#test-ride-feature-mobile,
.otp-modal .modal-body #lblOTPtimeout,
.testride-referral .testride-referral-box .formfield.group>#dealer-button .ui-icon,
.testride-referral .testride-referral-box .formfield.group>select .ui-icon,
.vehicleCard .vehicleImgPart .visitWebsite,
.vehicleCard>.visitWebsite {
    display: none
}

.banner,
.test-ride-rr-310 .book-ride-form {
    background: #000
}

.banner::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    opacity: .8;
    background-image: linear-gradient(180deg, #fff0 0, #000 100%);
    display: none
}

.banner .logo {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1
}

.banner-btn {
    position: absolute;
    bottom: 40px;
    text-align: center;
    right: 0;
    margin: auto;
    left: 0;
    z-index: 1
}

.banner .banner-carousel .slick-slide {
    position: relative;
    margin: 0
}

.banner .banner-carousel .slick-slide img,
.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,
.testride-referral .testride-referral-box .formfield.group>input,
.testride-referral .testride-referral-box .formfield.group>label {
    width: 100%
}

.banner .banner-carousel .slick-slide>div {
    position: relative;
    z-index: 1
}

.banner .banner-carousel .slick-slide picture {
    object-fit: cover;
    position: relative;
    z-index: 1
}

.banner .banner-carousel .slick-slide iframe {
    z-index: 2;
    top: 50px;
    height: 100vh;
    display: none;
    position: relative
}

.banner .banner-carousel .slick-prev,
.testride-referral .testride-referral-box .formfield.group>label.checkboxCont {
    left: 0
}

.banner .banner-carousel .slick-next {
    right: 0
}

.banner .banner-carousel .slick-next,
.banner .banner-carousel .slick-prev {
    height: 48px;
    top: 40%
}

.banner .banner-carousel .slick-next:before,
.banner .banner-carousel .slick-prev:before {
    top: 18px
}

.banner .banner-carousel picture {
    object-fit: cover
}

.banner .banner-carousel .play-button {
    position: absolute;
    top: 40%;
    left: 50%;
    content: "";
    transform: translate(-40%, -50%)
}

.banner .banner-carousel .close-button {
    position: absolute;
    content: "";
    top: 100px;
    right: 100px;
    display: none;
    z-index: 9
}

.banner .banner-carousel .close-button img {
    filter: brightness(0) invert(1)
}

.banner .banner-carousel .slick-dots {
    bottom: 0
}

.banner .banner-carousel .slick-dots li,
.features .slick-dots li,
.related-service .slick-dots li {
    margin: 0
}

.banner .banner-carousel .slick-dots li button,
.features .slick-dots li button,
.related-service .slick-dots li button {
    padding: 5px 5px 5px 0
}

.banner .banner-carousel .slick-dots li button:before,
.features .slick-dots li button:before,
.related-service .slick-dots li button:before {
    background-color: #b9b9b9;
    color: #fff0;
    border-radius: 50%;
    opacity: 1;
    width: 10px;
    height: 10px
}

.banner .banner-carousel .slick-dots li.slick-active button:before,
.features .slick-dots li.slick-active button:before,
.otp-modal .modal-body>.otp-wrapper {
    background-color: #fff
}

.banner .banner-caption h2 {
    color: #fff;
    font-family: gilroybold;
    font-size: 36px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    bottom: 134px;
    z-index: 1;
    content: "";
    width: 832px;
    margin-left: 84px;
    top: unset;
    right: inherit
}

.banner,
.qa-option .group,
.test-ride-rr-310 .banner {
    position: relative
}

.test-ride-rr-310 .banner-btn {
    position: absolute;
    bottom: -10px;
    text-align: center;
    right: 0;
    margin: auto;
    left: 0;
    top: unset
}

.test-ride-rr-310 .banner-caption {
    color: #fff;
    height: auto;
    width: auto;
    position: absolute;
    right: 12%;
    top: 19%;
    justify-content: flex-end;
    display: none
}

.test-ride-rr-310 .banner-caption h2 {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: normal;
    position: relative;
    top: unset;
    right: unset;
    max-width: 53%
}

.rewards-wrapper .circle span,
.rewards-wrapper>h2 {
    text-align: center;
    font-size: 24px;
    font-family: Rubik;
    font-style: normal;
    line-height: normal;
    color: #fff
}

.test-ride-rr-310 .banner-caption h2 span.price {
    font-size: 40px;
    font-family: gilroybold
}

@media (max-width:1400px) {
    .test-ride-rr-310 .banner-caption {
        right: 9%;
        top: 17%
    }

    .test-ride-rr-310 .banner-caption h2 span.price {
        font-size: 35px
    }
}

.test-ride-rr-310 .primary-btn {
    border: none;
    border-radius: 0;
    color: #fff;
    font-family: gilroybold;
    font-weight: 700;
    background: url(/-/media/rr-310-v3/red-button.png)
}

.rewards-wrapper {
    padding: 32px 72px;
    background: url(/-/media/TVSv2/Testride-Ronin/07122023/rewards-bg-web.webp) 0 0/cover no-repeat
}

.rewards-wrapper>h2 {
    font-weight: 600;
    width: 600px;
    margin: 0 auto 40px
}

.rewards-wrapper .circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.rewards-wrapper .circle::after {
    display: block;
    content: "";
    width: 54px;
    height: 54px;
    border: 7px solid;
    border-radius: 50%
}

.rewards-wrapper .circle span {
    position: absolute;
    content: "";
    display: block;
    font-weight: 700
}

.features p,
.rewards-wrapper .step-box>p {
    font-weight: 500;
    color: #fff;
    line-height: normal
}

.rewards-wrapper .step-box,
.ronin-360-view .tab-pane>.row,
.test-ride-rr-310 .brand-single-view .tab-pane .row {
    display: flex;
    align-items: center
}

.rewards-wrapper .step-box>p {
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    width: 284px;
    margin: 0 0 0 24px
}

.features h2,
.test-ride-rr-310 .features h2 {
    font-size: 38px;
    margin-bottom: 0;
    text-align: center;
    line-height: normal
}

.rewards-wrapper .step-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.features {
    padding: 50px 0;
    background: url(../img/brands/ronin/feature-bg.png) 0 0/cover no-repeat
}

@media screen and (min-width:1200px) {
    .features .container {
        width: 1290px
    }
}

.features .test-ride-ronin-feature {
    margin-bottom: 40px
}

@media (min-width:640px) {
    .features .test-ride-ronin-feature#test-ride-feature-desktop {
        display: block
    }
}

.features .test-ride-ronin-feature .col-md-4 {
    padding: 0
}

.features .test-ride-ronin-feature .col-md-4 img {
    max-width: 100%;
    width: 100%
}

@media screen and (max-width:767px) {
    .features .test-ride-ronin-feature {
        margin-bottom: 20px
    }
}

.features p {
    font-size: 28px;
    margin: 30px 0;
    text-align: center
}

.features .img-card {
    position: relative;
    width: 400px
}

.features .img-card .caption {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 20px;
    line-height: normal;
    text-align: center
}

.features .slick-dots {
    bottom: -50px
}

.test-ride-rr-310 .features {
    padding-top: 80px;
    padding-bottom: 50px;
    background: #f3f3f3
}

.test-ride-rr-310 .features h2 {
    font-family: gilroybold;
    color: #192841
}

.test-ride-rr-310 .features p {
    font-family: gilroymedium;
    font-size: 18px;
    line-height: normal;
    color: #192841;
    width: 60%;
    margin: 10px auto 20px;
    text-align: center;
    text-transform: none
}

.test-ride-rr-310 .features .slick-dots {
    bottom: -70px
}

.ronin-360-view {
    background: #fff;
    padding: 20px 0
}

.ronin-360-view .test-ride-360-title {
    color: #192841
}

.ronin-360-view .test-ride-360-title h2 {
    font-size: 38px;
    font-family: "GOOD BRUSH";
    line-height: normal;
    margin-bottom: 0;
    text-align: center
}

.ronin-360-view .test-ride-360-title p {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0
}

.ronin-360-view .brands-name p,
.ronin-360-view .nav-tabs li p {
    margin: 20px 0;
    color: #192841;
    font-weight: 600;
    text-align: center
}

.ronin-360-view .nav-tabs {
    border: 0;
    display: flex;
    justify-content: space-around
}

.ronin-360-view .nav-tabs li,
.ronin-360-view .tab-pane>.row .col-md-5,
.ronin-360-view .tab-pane>.row .col-md-7 {
    float: inherit
}

.ronin-360-view .nav-tabs li ul {
    display: flex
}

.ronin-360-view .nav-tabs li p {
    font-size: 18px;
    display: none
}

.ronin-360-view .nav-tabs li a {
    border: 0;
    padding: 0
}

.ronin-360-view .nav-tabs li a:active,
.ronin-360-view .nav-tabs li a:hover {
    background: 0 0;
    border: 0;
    outline: 0
}

.ronin-360-view .nav-tabs li.active a,
.ronin-360-view .nav-tabs li.active a:focus,
.ronin-360-view .nav-tabs li.active a:hover,
.test-ride-rr-310 .brand-single-view .tab-pane .brand-color ul.nav-tabs li:last-child {
    border: 0
}

.ronin-360-view .brands-name {
    display: flex;
    justify-content: space-around
}

.ronin-360-view .brands-name p {
    font-size: 18px
}

.ronin-360-view .brand-info .brand-logo {
    display: flex;
    align-items: flex-end
}

.ronin-360-view .brand-info .brand-logo .color-name {
    font-size: 20px;
    font-weight: 600;
    color: #192841;
    font-style: italic;
    position: relative;
    padding-left: 10px
}

.ronin-360-view .brand-info .brand-logo .color-name:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: .3
}

.ronin-360-view .brand-info .brand-price {
    background: #d9d9d9;
    display: inline-block;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 50px;
    color: #192841;
    margin: 20px 10px;
    font-weight: 500
}

.test-ride-rr-310 .confirmation .thanku-text h3,
.test-ride-rr-310 .more-about a,
.test-ride-rr-310 .more-about h3,
.test-ride-rr-310 p {
    font-family: gilroymedium
}

.test-ride-rr-310 .section-variants {
    background-color: #fff;
    padding: 50px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto
}

.test-ride-rr-310 .view360 {
    margin: 0 auto;
    float: inherit
}

.test-ride-rr-310 .test-ride-360-title {
    text-align: center;
    color: #000;
    margin-bottom: 40px
}

.test-ride-rr-310 .test-ride-360-title h2 {
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: normal
}

.test-ride-rr-310 .test-ride-360-title p {
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 10px
}

.test-ride-rr-310 .brand-single-view .tab-pane {
    margin-bottom: 50px
}

.test-ride-rr-310 .brand-single-view .tab-pane .brand-price {
    border-bottom: 1px solid #c5c5c5
}

.test-ride-rr-310 .brand-single-view .tab-pane .brand-color P,
.test-ride-rr-310 .brand-single-view .tab-pane .brand-price p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: normal;
    color: #192841;
    font-family: gilroymedium
}

.test-ride-rr-310 .brand-single-view .tab-pane .brand-price h3 {
    font-weight: 600;
    font-size: 28px;
    color: #192841;
    margin-bottom: 20px;
    font-family: gilroymedium
}

.formTestRide,
.test-ride-rr-310 .brand-single-view .tab-pane .brand-color {
    margin-top: 20px
}

.test-ride-rr-310 .brand-single-view .tab-pane .brand-color ul.nav-tabs {
    display: flex;
    justify-content: flex-start;
    border-top: none;
    padding: 0;
    text-align: left;
    align-items: center;
    border-bottom: 0
}

.test-ride-rr-310 .brand-single-view .tab-pane .brand-color ul.nav-tabs li {
    font-weight: 600;
    font-size: 18px;
    color: #192841;
    position: relative;
    border-right: 1px solid #192841;
    line-height: normal;
    padding: 0 8px
}

.test-ride-rr-310 .brand-single-view .tab-pane .brand-color ul.nav-tabs li:first-child {
    padding-left: 0
}

.test-ride-rr-310 .brand-single-view .tab-pane .brand-color ul.nav-tabs li a {
    background: 0 0;
    border: 0;
    border-radius: 0;
    padding: 0
}

.test-ride-rr-310 .brand-single-view .tab-pane .brand-color ul.nav-tabs li P {
    margin-bottom: 10px;
    line-height: normal;
    color: #192841;
    font-size: 14px;
    font-weight: 600
}

.test-ride-rr-310 .brand-single-view .nav-tabs {
    text-align: center;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 0;
    border-top: 1px solid #bbb
}

.test-ride-rr-310 .brand-single-view .nav-tabs li a {
    background: 0 0;
    border: 0;
    border-radius: 0
}

.test-ride-rr-310 .brand-single-view .nav-tabs li a .img-color-tab img {
    width: 90px;
    margin: auto
}

.test-ride-rr-310 .brand-single-view .nav-tabs li a .img-color-tab p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    margin: 15px 0 0;
    color: #192841;
    text-transform: uppercase
}

.confirmation .thanku-text p span,
.test-ride-rr-310 .brand-single-view .nav-tabs li.active .img-color-tab p {
    font-weight: 600
}

.testride-referral {
    background: center/cover #f4f4f4;
    padding: 30px 0
}

.testride-referral .testride-referral-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 15px rgb(0 0 0 / .1);
    margin: -90px auto 0;
    float: inherit;
    padding: 30px 100px
}

.testride-referral .testride-referral-box .form-title {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 16px;
    color: #192841
}

.book-ride-form .book-ride-form-box .formfield.group,
.testride-referral .testride-referral-box .formfield.group {
    position: relative;
    box-sizing: border-box;
    margin: auto;
    padding: 0;
    border: 0;
    font-size: 1em
}

.testride-referral .testride-referral-box .formfield.group a {
    color: #565656;
    font-weight: 600;
    pointer-events: auto;
    position: absolute;
    top: 18px;
    right: 10px;
    text-transform: uppercase;
    cursor: not-allowed;
    pointer-events: none;
    font-size: 13px;
    text-decoration: none
}

.testride-referral .testride-referral-box .formfield.group a.hilight {
    background: linear-gradient(89.58deg, #c71c26 .51%, #213180 97.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    cursor: pointer;
    pointer-events: inherit
}

.testride-referral .testride-referral-box .formfield.group .otpdt2 {
    position: absolute
}

.testride-referral .testride-referral-box .formfield.group .otpdtl {
    margin-left: 15px;
    width: 100%;
    display: inline-flex;
    position: absolute
}

@media (max-width:567px) {
    body .ui-selectmenu-open {
        z-index: 99999;
        right: 40px
    }

    body #dealer-menu {
        width: auto !important;
        max-height: 250px;
        position: absolute;
        z-index: 9999999
    }

    body .ui-autocomplete {
        z-index: 999999;
        right: 40px
    }

    .banner .banner-carousel .slick-dots {
        bottom: 0
    }

    .features .slick-dots {
        bottom: -40px
    }

    .test-ride-rr-310 .features {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .test-ride-rr-310 .features p {
        padding: 15px 20px;
        width: 100%
    }

    .test-ride-rr-310 .features .slick-dots {
        bottom: -55px
    }

    .testride-referral .testride-referral-box .form-title {
        font-size: 13px
    }

    .testride-referral .testride-referral-box .formfield.group .otpdt2 {
        display: flex;
        flex-flow: column wrap;
        line-height: 20px
    }

    .testride-referral .testride-referral-box .formfield.group .otpdtl {
        display: flex;
        flex-flow: column wrap;
        line-height: 20px;
        margin-left: 0
    }

    .testride-referral .testride-referral-box .formfield.group>label.error {
        position: absolute;
        bottom: -25px;
        left: 20px
    }
}

.testride-referral .testride-referral-box .formfield.group .otpdtl .mobnum {
    margin: 0 0 0 3px
}

.testride-referral .testride-referral-box .formfield.group .otpdt2,
.testride-referral .testride-referral-box .formfield.group .otpdtl {
    font-size: 12px !important;
    line-height: normal;
    bottom: -24px;
    left: 20px;
    flex-flow: nowrap
}

.testride-referral .testride-referral-box .formfield.group>input.referralcode-inputbox {
    border-radius: 5px;
    border: 1px dashed #25317f;
    background-color: #fffcf0;
    height: 55px;
    margin-bottom: 16px
}

.testride-referral .testride-referral-box .formfield.group .success_referal {
    color: green;
    font-size: 14px !important;
    padding-left: 16px
}

.testride-referral .testride-referral-box .formfield.group .error_referal {
    color: #f12a00 !important;
    font-size: 14px !important;
    padding-left: 16px
}

.testride-referral .testride-referral-box .formfield.group>#dealer-button,
.testride-referral .testride-referral-box .formfield.group>input,
.testride-referral .testride-referral-box .formfield.group>select {
    border: 1px solid #b3b3b3;
    border-radius: 5px;
    padding: 20px 40px 4px 10px;
    background: 0 0;
    color: #333;
    height: 54px;
    margin: 0 0 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: Rubik, sans-serif
}

.testride-referral .testride-referral-box .formfield.group>#dealer-button,
.testride-referral .testride-referral-box .formfield.group>select {
    background: url(../../../-/media/referral-testride/down-arrow.png) 95% 20px no-repeat;
    -webkit-appearance: none
}

.testride-referral .testride-referral-box .formfield.group>label {
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 25px;
    color: #949494
}

.book-ride-form .book-ride-form-box .formfield.group>label.error,
.testride-referral .testride-referral-box .formfield.group>label.error {
    bottom: -25px
}

.testride-referral .testride-referral-box .formfield.group #dealer-button+label,
.testride-referral .testride-referral-box .formfield.group input:focus~label:not(.error),
.testride-referral .testride-referral-box .formfield.group input:valid~label:not(.error),
.testride-referral .testride-referral-box .formfield.group input~label:not(.error),
.testride-referral .testride-referral-box .formfield.group select~label:not(.error) {
    color: #949494 !important;
    font-size: 12px !important;
    padding: 0 .5em !important;
    margin: 0 !important;
    transition: .2s ease-in-out !important;
    top: 6px !important;
    left: 5px !important;
    line-height: 17px
}

.testride-referral .testride-referral-box .formfield.group.ui-front.pincode {
    z-index: 999
}

.book-ride-form .book-ride-form-box .formfield.group .detect-location,
.testride-referral .testride-referral-box .formfield.group .detect-location {
    position: absolute;
    right: 0;
    top: 0
}

.testride-referral .testride-referral-box .formfield.group .detect-location img {
    position: relative;
    top: 11px;
    width: 30px;
    right: 10px
}

.book-ride-form .book-ride-form-box .formfield.group .detect-location input,
.testride-referral .testride-referral-box .formfield.group .detect-location input {
    opacity: 0;
    position: absolute;
    right: 3px;
    top: 5px;
    z-index: 99
}

.testride-referral .testride-referral-box .halfWidth .formfield.group #dealer-button span {
    top: 5px;
    position: relative;
    font-weight: 600;
    width: 100%;
    margin: 0
}

.book-ride-form .book-ride-form-box .halfWidth .formfield.group #dealer-button span.ui-icon,
.testride-referral .testride-referral-box .halfWidth .formfield.group #dealer-button span.ui-icon {
    height: 10px;
    width: 10px
}

.testride-referral .testride-referral-box .rideCheckbox .my.group {
    margin-bottom: 20px
}

.testride-referral .testride-referral-box .rideCheckbox .my.group label {
    position: relative;
    pointer-events: auto
}

.testride-referral .testride-referral-box .rideCheckbox .my.group label.error {
    color: #f12a00 !important;
    left: 30px;
    top: 100%;
    padding-left: 0 !important;
    font-size: 12px !important;
    position: absolute
}

.testride-referral .testride-referral-box .rideCheckbox label {
    padding: 0 0 0 30px !important;
    font-size: 14px !important;
    color: #333 !important;
    position: relative;
    text-transform: none
}

.testride-referral .testride-referral-box .rideCheckbox label input {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    z-index: 1;
    top: -5px
}

.testride-referral .testride-referral-box .rideCheckbox label .checkmark {
    background: #253c80;
    border-radius: 5px;
    border: 0
}

.testride-referral .testride-referral-box .rideCheckbox .checkboxCont input:checked~.checkmark:after {
    border-color: #fff;
    left: 6px;
    top: 3px;
    width: 6px;
    height: 9px
}

.testride-referral .testride-referral-box .rideCheckbox .checkboxCont a {
    color: #25317f;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: underline;
    position: unset
}

.book-ride-form .book-ride-form-box .rideCheckbox .checkboxCont .price-label,
.testride-referral .testride-referral-box .rideCheckbox .checkboxCont .price-label {
    padding-top: 10px;
    display: block
}

.book-ride-form .book-ride-form-box .rideCheckbox .checkboxCont .price-label span,
.testride-referral .testride-referral-box .rideCheckbox .checkboxCont .price-label span {
    display: block;
    font-size: 12px
}

.testride-referral .testride-referral-box .checkbox {
    position: relative;
    margin-left: 10px
}

.testride-referral .testride-referral-box .checkbox input {
    margin: 0;
    opacity: 0
}

.book-ride-form .book-ride-form-box .checkbox label,
.book-ride-form .book-ride-form-box .rideCheckbox label,
.testride-referral .testride-referral-box .checkbox label {
    padding: 0 0 0 30px !important;
    font-size: 14px !important;
    color: #333 !important
}

.testride-referral .testride-referral-box .checkbox input:checked~label:after {
    opacity: 1
}

.testride-referral .testride-referral-box .action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px
}

.testride-referral .testride-referral-box .action-btn button {
    min-width: 180px
}

.testride-referral .testride-referral-box .action-btn button+button {
    margin-left: 10px
}

.testride-referral .testride-referral-box .clear-fix {
    clear: both;
    width: 100%;
    float: left
}

.testride-referral .testride-referral-box .errorMsgOPT p {
    font-size: 12px;
    color: #f12a00;
    margin: 24px 0 0
}

.testride-referral .testride-referral-box span.tNC {
    display: block;
    text-align: right;
    margin: 30px 0 0;
    color: #565656;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 500
}

.testride-referral .testride-referral-box .qa-option {
    margin-top: 0
}

.testride-referral .testride-referral-box .mtfat-new.mt-4.fat {
    text-align: center;
    margin-top: 16px
}

.testride-referral .testride-referral-box .mtfat-new.mt-4.fat a {
    text-decoration: underline
}

.testride-referral #dealer-menu.ui-widget-content,
.testride-referral .ui-widget-content {
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto
}

.testride-referral #dealer-menu.ui-widget-content,
.testride-referral .ui-selectmenu-menu,
.testride-referral .ui-widget-content {
    width: 100% !important
}

.book-ride-form {
    background: url(../img/brands/ronin/form-bg-new.png) center/cover no-repeat #fff;
    padding: 30px 0
}

.book-ride-form .book-ride-form-box {
    background: rgb(255 255 255 / .6);
    border-radius: 10px;
    box-shadow: 0 10px 15px rgb(0 0 0 / .1);
    margin: auto;
    float: inherit;
    padding: 30px 100px
}

.book-ride-form .book-ride-form-box .form-title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding-bottom: 16px;
    color: #192841
}

.test-ride-rr-310 .book-ride-form h2 {
    font-family: gilroybold;
    font-size: 38px;
    text-align: center;
    color: #fff
}

.test-ride-rr-310 .book-ride-form .book-ride-form-box {
    background: rgb(225 225 225 / .9);
    border-radius: 10px;
    box-shadow: 3px 0 8px rgb(0 0 0 / .1);
    margin: auto;
    float: inherit;
    padding: 30px 100px
}

.test-ride-rr-310 .book-ride-form .book-ride-form-box .action-btn button,
.test-ride-rr-310 .book-ride-form .book-ride-form-box .form-title,
.test-ride-rr-310 .confirmation .thanku-text h2 {
    font-family: gilroybold
}

.test-ride-rr-310 .book-ride-form .error-message,
.test-ride-rr-310 .book-ride-form .formTestRide label,
.test-ride-rr-310 .book-ride-form .formTestRide label.error,
.test-ride-rr-310 .book-ride-form .otpdt2,
.test-ride-rr-310 .book-ride-form .otpdtl,
.test-ride-rr-310 .confirmation .thanku-text p {
    font-family: gilroyregular
}

.test-ride-rr-310 .book-ride-form .formTestRide label {
    font-family: gilroyregular !important
}

.test-ride-rr-310 .book-ride-form .book-ride-form-box .formfield.group a {
    font-family: gilroyregular !important;
    background: 0 0;
    color: #333;
    -webkit-text-fill-color: #333;
    pointer-events: auto;
    position: static;
    font-size: 9px;
    cursor: pointer;
}

.test-ride-rr-310 .book-ride-form .book-ride-form-box .formfield.group a.hilight {
    font-family: gilroyregular !important;
    background: 0 0;
    color: #d62528;
    -webkit-text-fill-color: #d62528
}

.test-ride-rr-310 .book-ride-form .book-ride-form-box .rideCheckbox .my.group {
    margin-top: 15px;
    margin-bottom: 0
}

.test-ride-rr-310 .book-ride-form .book-ride-form-box .rideCheckbox .my.group label {
    bottom: 0;
    left: 10px;
    max-width: 94%
}

.test-ride-rr-310 .book-ride-form .secondary-btn {
    background: #fff;
    border: 1px solid #253c80;
    min-width: 180px;
    height: 54px;
    border-radius: 5px
}

.test-ride-rr-310 .book-ride-form .secondary-btn span {
    color: #253c80
}

.test-ride-rr-310 .book-ride-form .book-ride-form-box .formfield.group>label.error {
    left: 18px
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield
}

.confirmation {
    background: #fff;
    padding: 30px 0
}

.confirmation .thanku-text {
    text-align: center;
    color: #192841
}

.more-about,
.related-service .services-card-caption {
    color: #fff;
    align-items: center;
    display: flex;
    text-align: center
}

.confirmation .thanku-text h2 {
    font-family: "GOOD BRUSH";
    font-size: 38px
}

.confirmation .thanku-text h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px
}

.confirmation .thanku-text p {
    font-size: 18px;
    width: 60%;
    margin: 20px auto
}

.confirmation .thanku-text img,
.more-about img {
    margin: auto
}

.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;
    font-weight: 500;
    height: 100%;
    font-size: 22px;
    justify-content: center;
    top: 0;
    padding: 20px;
    line-height: normal
}

.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 .slick-dots li.slick-active button:before {
    background-color: #4983ba
}

.more-about {
    position: relative;
    min-height: 300px;
    justify-content: center
}

.more-about .container {
    position: relative;
    z-index: 1;
    min-height: 300px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 16px 0
}

@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,
    .related-service h2 {
        width: 100%
    }

    .more-about {
        min-height: 200px
    }

    .more-about .container {
        padding: 24px 0
    }
}

.more-about picture img {
    position: absolute;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    height: 100%
}

.more-about h3 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: auto
}

.more-about a {
    font-size: 20px;
    display: inline-block;
    text-decoration: underline
}

.test-ride-rr-310 .thanku-text .icon {
    background: #30bd06
}

@media (max-width:567px) {
    .test-ride-rr-310 .book-ride-form .book-ride-form-box .form-title {
        line-height: 21.33px;
        text-align: left;
        margin: 0 auto;
        font-family: Rubik, sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        padding: 0 0 16px
    }

    .test-ride-rr-310 .book-ride-form .color-tabs ul li a .img-color-tab p {
        font-size: 14px;
        line-height: 17px
    }

    .test-ride-rr-310 .book-ride-form .book-ride-form-box .rideCheckbox .my.group label {
        max-width: 100%
    }
}

.qa-option .group {
    margin: 20px 0 30px
}

.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: "GOOD BRUSH"
}

.qa-option input,
.qa-option textarea {
    font-size: 18px;
    font-weight: 500
}

.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
}

.formTestRide .radio input,
img {
    width: auto;
    height: auto
}

.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;
    border-radius: 5px;
    padding: 8px 13px;
    background: #f0f0f0;
    color: #656565;
    height: 40px;
    margin: 1.2rem .5em;
    font-family: Rubik, sans-serif;
    font-size: 14px;
    font-weight: 500
}

.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 .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
}

.formTestRide .qa-option .disclaimer-txt>a,
.formTestRide .qa-option .halfWidth .disclaimer-txt>a {
    color: #183883;
    font-weight: 700;
    text-decoration-line: underline
}

.book-ride-form .book-ride-form-box .formfield.group>label {
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 25px;
    color: #333;
    display: none
}

.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
}

@media (max-width:815px) {

    .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
    }
}

.test-ride-rr-310 .book-ride-form .book-ride-form-box .formfield.group>#dealer-button,
.test-ride-rr-310 .book-ride-form .book-ride-form-box .formfield.group>input,
.test-ride-rr-310 .book-ride-form .book-ride-form-box .formfield.group>select {
    border-radius: 5px;
    font-family: Rubik, sans-serif
}

.qa-option input::-webkit-input-placeholder {
    color: #656565;
    font-size: 13px;
    font-weight: 500;
    line-height: 13.04px;
    font-family: Rubik, sans-serif;
    text-transform: uppercase
}

.qa-option input:-moz-placeholder,
.qa-option input::-moz-placeholder {
    color: #656565;
    font-size: 13px;
    font-weight: 500;
    line-height: 13.04px;
    font-family: Rubik, sans-serif;
    text-transform: uppercase
}

.qa-option input:-ms-input-placeholder {
    color: #656565;
    font-size: 13px;
    font-weight: 500;
    line-height: 13.04px;
    font-family: Rubik, sans-serif;
    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: Rubik, sans-serif;
    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: Rubik, sans-serif;
    text-transform: uppercase
}

.book-ride-form .book-ride-form-box .formfield.group .detect-location img {
    position: relative;
    top: 7px;
    width: 26px;
    right: 0
}

.test-ride-rr-310 .book-ride-form .formfield.group>#dealer-button,
.test-ride-rr-310 .book-ride-form .formfield.group>select {
    background: url(/-/media/rr-310-v3/down-arrow-ronin.png) 95% 20px no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.book-ride-form .book-ride-form-box .halfWidth .formfield.group #dealer-button span {
    top: 10px;
    position: relative;
    font-weight: 600
}

.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
}

.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: Rubik, sans-serif !important;
    font-size: 9px !important;
    font-weight: 400;
    line-height: 9.48px;
    color: #9e9e9e !important;
    margin-bottom: 0
}

.book-ride-form .book-ride-form-box .rideCheckbox .my.group label.error {
    color: #f12a00 !important;
    left: 0 !important;
    top: 8px;
    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: 15px;
    height: 15px;
    left: 4px;
    z-index: 1;
    top: 2px;
    margin: 0
}

.book-ride-form .book-ride-form-box .rideCheckbox label .checkmark {
    background: linear-gradient(89.58deg, #c71c26 .51%, #213180 97.99%);
    border-radius: 5px;
    border: 0;
    left: 14px
}

.book-ride-form .book-ride-form-box .rideCheckbox .checkboxCont input:checked~.checkmark:after,
.filterWrapper .colors li .checkboxCont .checkmark:after {
    border-color: #fff
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.checkboxCont input:checked~.checkmark:after,
.filterWrapper .filterItems ul#vehicleList,
.vehicleList img {
    display: block
}

.qa-option .rideCheckbox .group>label label.error {
    top: 50px;
    left: 34px;
    height: 19px;
    color: #f12a00;
    font-size: 12px
}

.test-ride-rr-310 .book-ride-form .book-ride-form-box .rideCheckbox .my.group label .checkmark {
    background: #fff;
    border-radius: 6px;
    z-index: 1;
    left: 0;
    border: 1px solid #da2629;
    pointer-events: auto;
}

.test-ride-rr-310 .book-ride-form .book-ride-form-box .action-btn {
    margin-top: 18px
}

.filterWrapper .colors li .checkboxCont .checkmark:after,
.test-ride-rr-310 .book-ride-form .book-ride-form-box .rideCheckbox .checkboxCont input:checked~.checkmark:after {
    border-color: #da2629 !important;
    left: 6px !important;
    top: 3px !important;
    width: 6px !important;
    height: 9px !important
}

.book-ride-form .book-ride-form-box .qa-option {
    margin-top: 0;
    margin-bottom: 24px
}

.ui-front {
    z-index: unset
}

.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)
}

.otp-wrapper {
    background-color: #707070;
    padding: 16px
}

.otp-wrapper .otp-modal {
    display: flex;
    justify-content: center
}

@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
    }
}

@media (max-width:640px) {

    .banner-btn,
    .test-ride-rr-310 .banner-btn {
        position: fixed;
        bottom: -1px;
        padding: 15px 0
    }

    .banner .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        right: 0
    }

    .banner-btn {
        top: inherit;
        background: #fff;
        box-shadow: 0 -6px 6px rgb(0 0 0 / .25);
        z-index: 9
    }

    .banner-btn a {
        font-size: 14px;
        font-weight: 400;
        padding: 10px 20px;
        text-decoration: none
    }

    .banner .banner-carousel .slick-slide iframe {
        height: 60vh
    }

    .banner .banner-carousel .close-button {
        width: 40px;
        right: 10px;
        top: 10px
    }

    .banner .banner-caption h2 {
        font-size: 24px;
        width: 312px;
        bottom: 100px;
        margin-left: 30px;
        margin-bottom: 0
    }

    .test-ride-rr-310 .banner-btn {
        background: #f4f4f4;
        z-index: 999;
        height: 60px;
        box-shadow: 0 0 10px rgb(0 0 0 / .5)
    }

    .test-ride-rr-310 .banner-caption {
        margin: auto;
        bottom: 8px;
        top: unset;
        padding: 10px;
        left: 0;
        right: 0;
        text-align: center;
        justify-content: center
    }

    .test-ride-rr-310 .banner-caption h2 {
        font-size: 16px;
        left: unset;
        text-align: center;
        align-items: center;
        max-width: 100%;
        margin: 0
    }

    .test-ride-rr-310 .banner-caption h2 span.price {
        font-size: 19px
    }

    .ronin-360-view .brand-info .brand-price,
    .ronin-360-view .test-ride-360-title p,
    .test-ride-rr-310 .book-ride-form .secondary-btn span,
    .test-ride-rr-310 .brand-single-view .nav-tabs li a .img-color-tab p,
    .test-ride-rr-310 .primary-btn {
        font-size: 14px
    }

    .rewards-wrapper {
        padding: 56px 20px;
        background: url(/-/media/TVSv2/Testride-Ronin/07122023/rewards-bg-web.webp) 0 0/cover no-repeat
    }

    .rewards-wrapper>h2 {
        width: 100%;
        font-size: 22px;
        margin: 0 auto 48px
    }

    .rewards-wrapper .step-box {
        margin-bottom: 40px
    }

    .rewards-wrapper .step-box:last-child {
        margin-bottom: 0
    }

    .rewards-wrapper .step-box>p {
        width: 220px
    }

    .features .test-ride-ronin-feature#test-ride-feature-mobile,
    .rewards-wrapper .step-wrapper,
    .ronin-360-view .tab-pane>.row,
    .test-ride-rr-310 .brand-single-view .tab-pane .row {
        display: block
    }

    .features h2,
    .ronin-360-view .test-ride-360-title h2 {
        font-size: 26px
    }

    .features p {
        width: 100%;
        font-size: 20px
    }

    .features .img-card .caption {
        font-size: 20px;
        margin: 30px 0;
        text-transform: uppercase
    }

    .features .img-card img,
    body .ui-selectmenu-open {
        width: 100%
    }

    .ronin-360-view .brand-image {
        margin-top: 20px
    }

    .ronin-360-view .nav-tabs {
        justify-content: flex-start;
        overflow-x: scroll;
        overflow-y: hidden;
        flex-wrap: nowrap
    }

    .ronin-360-view .nav-tabs li p {
        font-size: 12px;
        font-weight: 600;
        display: block;
        text-align: center;
        margin: 10px 0
    }

    .ronin-360-view .nav-tabs li a .img-color-tab img {
        min-width: 130px
    }

    .ronin-360-view .brands-name {
        display: none
    }

    .ronin-360-view .brand-info {
        text-align: center;
        margin-top: 20px
    }

    .ronin-360-view .brand-info .brand-logo,
    .test-ride-rr-310 .brand-single-view .tab-pane .brand-color ul.nav-tabs {
        justify-content: center
    }

    .ronin-360-view .brand-info .brand-logo img {
        width: 110px
    }

    .ronin-360-view .brand-info .brand-logo .color-name {
        font-size: 16px
    }

    .test-ride-rr-310 .brand-single-view .tab-pane .brand-price {
        text-align: center;
        padding: 20px 0 0
    }

    .test-ride-rr-310 .brand-single-view .tab-pane .brand-color {
        text-align: center
    }

    .testride-referral {
        position: relative;
        z-index: 99999;
        background-size: cover
    }

    .book-ride-form .book-ride-form-box,
    .testride-referral .testride-referral-box {
        padding: 20px;
        margin: 0 20px
    }

    .book-ride-form .book-ride-form-box .formfield.group a,
    .testride-referral .testride-referral-box .formfield.group a {
        right: 20px
    }

    .testride-referral .testride-referral-box .formfield.group>#dealer-button,
    .testride-referral .testride-referral-box .formfield.group>input,
    .testride-referral .testride-referral-box .formfield.group>select {
        margin: 1rem 0
    }

    .testride-referral .testride-referral-box .formfield.group #dealer-button+label,
    .testride-referral .testride-referral-box .formfield.group input:focus~label:not(.error),
    .testride-referral .testride-referral-box .formfield.group input:valid~label:not(.error),
    .testride-referral .testride-referral-box .formfield.group input~label:not(.error),
    .testride-referral .testride-referral-box .formfield.group select~label:not(.error) {
        left: 15px !important;
        font-size: 12px !important;
        line-height: 14px
    }

    .book-ride-form .book-ride-form-box .formfield.group .detect-location,
    .testride-referral .testride-referral-box .formfield.group .detect-location {
        right: 15px
    }

    .testride-referral .testride-referral-box .halfWidth .formfield.group #dealer-button~label:not(.error) {
        top: 22px !important
    }

    .testride-referral .testride-referral-box .rideCheckbox .my.group label.error {
        top: 100% !important;
        position: absolute;
        left: 30px
    }

    .book-ride-form .book-ride-form-box .rideCheckbox .checkboxCont,
    .testride-referral .testride-referral-box .rideCheckbox .checkboxCont {
        left: 0 !important
    }

    .testride-referral .testride-referral-box .action-btn button {
        min-width: 150px
    }

    .book-ride-form .book-ride-form-box span.tNC,
    .testride-referral .testride-referral-box span.tNC {
        padding-right: 20px
    }

    .test-ride-rr-310 .book-ride-form .book-ride-form-box {
        padding: 20px 15px;
        margin: 0 20px;
        background-color: #fff
    }

    .book-ride-form {
        position: relative;
        z-index: 99999;
        margin-bottom: 0
    }

    .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 {
        margin: 0 0 18px;
        font-size: 14px;
        font-family: Rubik, sans-serif;
        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
    }

    .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: Rubik, sans-serif;
        font-weight: 500;
        line-height: 13.04px;
        color: #656565
    }

    .test-ride-rr-310 .book-ride-form .book-ride-form-box .rideCheckbox .my.group label.error {
        top: 4px !important;
        height: unset;
        margin-bottom: 0;
        padding-left: 0 !important
    }

    .test-ride-rr-310 .book-ride-form .book-ride-form-box .rideCheckbox .my.group label {
        padding: 0 0 0 32px !important
    }

    .test-ride-rr-310 .book-ride-form .book-ride-form-box .rideCheckbox .my.group {
        margin-top: 0
    }

    .book-ride-form .book-ride-form-box .action-btn button {
        min-width: 100%;
        border-radius: 10px;
        padding: 12px;
        font-weight: 600;
        font-family: Rubik, sans-serif;
        line-height: 21.33px;
        box-shadow: 0 4px 4px 0 rgb(0 0 0 / .25)
    }

    .test-ride-rr-310 .book-ride-form .book-ride-form-box .formfield.group>label.error {
        bottom: -19px;
        left: 14px;
        font-family: Roboto, sans-serif !important;
        margin-bottom: 0
    }

    body #dealer-menu {
        width: unset !important
    }

    .test-ride-rr-310 .book-ride-form .book-ride-form-box .action-btn button {
        min-width: 100%;
        margin: 0;
        font-family: Rubik, sans-serif;
        font-size: 18px;
        background-color: #da2629;
        border: 1px solid #fff;
        box-shadow: 0 4px 4px 0 #00000040
    }
}

.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(../image/down-arrow-ronin.png) 95% 14px no-repeat #f2f2f2;
    appearance: none;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.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 rgb(0 0 0 / .3);
    border-radius: 10px;
    border: none;
    width: 100%;
    pointer-events: auto
}

.otp-modal .modal-body {
    padding: 80px 0
}

.otp-modal .modal-title {
    text-align: center;
    text-transform: uppercase;
    font-family: Rubik, sans-serif;
    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: Rubik, sans-serif;
    line-height: 16.59px;
    color: #656565;
    width: 200px;
    margin: 0 auto 48px
}

.otp-modal .otp-wrapper .otp {
    margin: 0 auto 32px;
    position: relative;
    width: 290px
}

.otp-modal .otp-wrapper .form-group .partitioned {
    padding-left: 16px;
    letter-spacing: 43px;
    border: 0;
    background-image: linear-gradient(to left, #000 70%, #fff0 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 .otp::after {
    position: absolute;
    right: -6px;
    top: 18px;
    -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 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: Rubik, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.33px;
    text-align: left;
    color: #656565;
    text-decoration: underline
}

.otp-modal .otp-wrapper .form-group .partitioned:focus-visible {
    outline: 0
}

img {
    display: block;
    max-width: 100%
}