a,
a:hover {
    text-decoration: none;
    color: inherit;
    color: inherit;
}
.header-product-name,
.product-v-nav h4 {
    overflow: hidden;
    text-overflow: ellipsis;
}
@font-face {
    font-family: Gilroy-Light;
    src: url(../../../IBDynamic_Assets/fonts/Gilroy-Light.ttf);
}
@font-face {
    font-family: Gilroy-Regular;
    src: url(../../../IB_Assets/assets/fonts/gilroy/Gilroy-Regular.ttf);
}
@font-face {
    font-family: Gilroy-Medium;
    src: url(../../../IB_Assets/assets/fonts/gilroy/Gilroy-Medium.ttf);
}
@font-face {
    font-family: Gilroy-SemiBold;
    src: url(../../../IBDynamic_Assets/fonts/Gilroy-SemiBold.ttf);
}
@font-face {
    font-family: Gilroy-Bold;
    src: url(../../../IB_Assets/assets/fonts/gilroy/Gilroy-Bold.ttf);
}
@font-face {
    font-family: Gilroy_ExtraBold;
    src: url(../../../IB_Assets/assets/fonts/gilroy/Gilroy-ExtraBold.ttf);
}
[class$="-container"],
[class^="container-"] {
    padding: 0 20px;
    margin: 0 auto;
}
#v-pills-tab.nav-pills .nav-link,
.blog-penal.review-penal,
.blog-wrap .latest-wrap,
.iti__flag-container,
.lfr-alert-container.inline-alert-container .lfr-alert-wrapper,
.lfr-page-layouts,
.lfr-portlet-title-editable .lfr-portlet-title-editable-content,
.navbar.mainMenu,
.portlet-barebone .portlet-content,
.portlet-content-container,
.portlet-minimized .portlet-content,
.premium-connect [class$="-container"],
.sidebar-sm .btn.btn-monospaced.btn-sm.input-localized-trigger,
.sidebar-sm .btn.btn-monospaced.input-localized-trigger,
.sidebar-sm .form-control[type="file"],
.taglib-user-display.display-style-3 {
    padding: 0;
}
.row-gap-4 {
    row-gap: 1.5rem;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.container-fluid,
.px-20,
.you-may-like .slick-slide {
    padding: 0 20px;
}
.county-flag-dropdown > img,
.enquiryForm-inner.p-20,
.form-control,
.product-category .base-wrap-360 {
    height: auto;
}
:focus-visible {
    outline: 0;
}
.btn,
.form-check,
.form-control-color:not(:disabled):not([readonly]),
.form-control[type="file"]:not(:disabled):not([readonly]),
.form-select,
.issue-concern li,
.lfr-item-viewer .item-preview:hover,
.lfr-panel .toggler-header,
.portlet-title-editable,
.year-of-purchase li,
[role="button"],
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
a,
button,
button:not(:disabled),
summary {
    cursor: pointer;
}
.accordion-button:focus,
.btn-check:focus + .btn,
.btn:focus,
.form-check-input:focus,
.form-select:focus,
.nav-tabs .nav-link:focus,
.navbar-toggler:focus,
.portlet-options.btn-group .dropdown-toggle,
.portlet-options.btn-group.open .dropdown-toggle,
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
    box-shadow: none;
}
.form-control:focus {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: #fff0;
}
.nav-tabs .nav-link {
    white-space: unset;
}
body {
    font-family: Roboto;
}
img,
video {
    max-width: 100%;
}
header {
    user-select: none;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 3;
}
.header-IB-NewUI {
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 9px 0 #686868;
}
.lfr-layout-structure-item-primary-navigation-menu-fragment {
    position: sticky;
    top: 45px;
    z-index: 4;
}
.header-country-left {
    flex: 0 0 205px;
    height: 45px;
    padding: 0 32px;
    background: linear-gradient(180deg, #ddd 0, #f4f4f4 50%, #fcfcfc 100%);
}
.logo {
    line-height: 40px;
    border-bottom: 1px solid #bbb;
}
.logo .navbar-brand {
    padding: 0;
    margin: 0;
    max-width: initial;
}
.county-flag-dropdown {
    font-weight: 500;
    font-size: 12px;
    line-height: 45px;
    text-transform: uppercase;
    color: #5a5555;
    position: relative;
    cursor: pointer;
}
.county-flag-dropdown > img {
    margin-right: 11px;
    width: 24px;
}
.county-flag-dropdown > span:first-of-type,
.header-call img,
div#product-category-anchor360.product-category-detailsInner a {
    margin-right: 10px;
}
.county-flag-dropdown > span:nth-of-type(2) {
    position: absolute;
    left: 85px;
    top: 12px;
    line-height: initial;
}
.header-right {
    height: 45px;
    flex: 1 1 auto;
}
.blue-top-header {
    background-color: #0c3688;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 11px 0;
}
.switch-btn {
    padding: 0 19px;
    border-right: 1px solid #3a5c9d;
}
.toggleContainer {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-radius: 30px;
    background: #fff;
    font-weight: 700;
    color: #343434;
    cursor: pointer;
    width: 82px;
    height: 22px;
    line-height: 22px;
    margin: 0;
}
.toggleContainer::before {
    content: "";
    position: absolute;
    width: calc(50% - 2px);
    left: 2px;
    transition: 0.3s;
    background: #0c3688;
    border-radius: 30px;
    color: #fff;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.toggleCheckbox:checked + .toggleContainer::before {
    left: 50%;
}
.toggleContainer div {
    text-align: center;
    z-index: 1;
}
#about-us-slider-id,
#mobile-modal-360-view .modal-content #latlong_map_right_logo,
#modal-360-view .modal-content #latlong_map_right_logo,
.about-tvs-options li:last-child::before,
.address-number-email ul li:last-child::after,
.aog-gallery .slick-slide.slick-center .gallery-overlay,
.aog-gallery .slick-slide.slick-current .gallery-overlay,
.award .customer-slider-wrap::before,
.banner-view-360 .btnPlay,
.cadmin.control-menu-container .dropdown-toggle::after,
.color-section .select-color-spec input[type="radio"]:checked + label::before,
.feedback-process,
.feedback-range-labels .active.selected::before,
.gallery-slider .slick-current.slick-active .gallery-overlay,
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav .nav-link .lfr-nav-child-toggle,
.modal-open #view-video.modal,
.no-360-img .close-360-view,
.no-360-img .image-360-base,
.no-360-img .rotate-text,
.no-360-img .small-rotate,
.no-360-img .threesixty-buttons,
.premiun-details-section > .nav-tabs .nav-item:last-child::before,
.threesixty .threesixty_images img.previous-image,
.toggleCheckbox,
.xl100-specification .accordion-button::after {
    display: none;
}
.toggleCheckbox:checked + .toggleContainer div:first-child {
    color: #000;
    transition: color 0.3s;
}
.toggleCheckbox:checked + .toggleContainer div:last-child {
    color: #fff;
    transition: color 0.3s;
}
.toggleCheckbox + .toggleContainer div:first-child {
    color: #fff;
    transition: color 0.3s;
    font-weight: 500;
    font-size: 10px;
    line-height: 22px;
}
.toggleCheckbox + .toggleContainer div:last-child {
    color: #000;
    transition: color 0.3s;
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
}
.header-social-media {
    padding: 0 12px;
    border-right: 1px solid #3a5c9d;
}
.header-social-media a {
    padding: 0 12px;
}
.header-call {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    padding: 0 20px 0 28px;
}
.form-control.search {
    width: 296px;
    border: 0;
    border-radius: 0;
    padding: 10px 18px 10px 42px;
    height: 43px;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    background: url(../../images/IB-NewUI/search.webp) left 15px center no-repeat #ecf1fa;
}
header .navbar-nav {
    height: 43px;
    background-color: #fff;
}
header .dropdown-toggle::after {
    content: "\2304";
    border: none;
    line-height: initial;
}
.about-tvs-options li a.blue,
.book,
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav .nav-link.global-tvs,
.nudge-body .form-check-label a,
.popupLeft .consent-field label a,
.premium-feedback.xl100-feedback h2,
.product-bottom-options .on-road,
.xl100-gallery .counter-slider-wrap .current,
.xl100-overview-slider .counter-slider-wrap .slick-counter .current,
header .navbar-nav .nav-link.global-tvs {
    color: #0c3688;
}
#demo-mega-menu {
    background: #e6ecf5;
    padding: 0 25px;
    margin: 0;
    max-width: 893px;
    z-index: 1000;
    width: auto;
}
#demo-mega-menu .tab-pane .row {
    padding-bottom: 16px;
}
.header-menu-tabs,
.header-product a > img,
.megamenu .v-navCol .sm-title {
    height: 26px;
}
#demo-mega-menu .nav-tabs .nav-link {
    color: #000;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    border-width: 0 0 2px;
    border-color: #fff0;
    padding: 0 0 5px;
    text-transform: uppercase;
}
#demo-mega-menu .nav-tabs {
    border: 0;
    gap: 30px;
}
#demo-mega-menu .nav-tabs .nav-item {
    padding-top: 10px;
}
#demo-mega-menu .nav-tabs .nav-link.active,
#demo-mega-menu .nav-tabs .nav-link:hover,
.megamenu li.nav-item button.active,
.megamenu li.nav-item button:hover {
    border-color: #0c3688;
    background-color: #fff0;
    color: #0c3688;
}
.header-product {
    background: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 0.15);
    border-radius: 6px;
    padding: 9px 8px 6px 11px;
    margin-top: 16px;
}
.header-product-name {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    width: calc(100% - 30px);
    white-space: nowrap;
}
.product-details {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #000;
}
.dropdown.product-dropdown-tabs,
.no-360-img div#threesixty {
    position: static;
}
.input-group .input-localized .input-localized-content,
.navbar-toggler span + span {
    margin-top: 3px;
}
.window-side-menu {
    padding: 30px 0 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    border-top: 1px solid #d9d9d9;
}
.side-menu-inner {
    background: #dde7f5;
    border: 1px solid #dde7f5;
    border-radius: 4px;
    width: auto;
    padding: 10px 5px 6px;
    flex: 1;
}
.dwnld-blue-btn,
.dwnld-blue-btn:hover,
.global-fixed-menu .mobile-menu-inner:hover,
.global-fixed-menu .mobile-side-menu:hover,
.global-fixed-menu > .side-menu-inner:hover,
.global-fixed-menu > a:hover,
.search-bar-suggestions .input-group-inset-item.input-group-inset-item-after,
.side-menu-inner.active,
.side-menu-inner:hover,
.switch-btn .country-languages-swticher .btn-secondary.active,
button#subscribe {
    background: #0c3688;
    color: #fff;
}
.side-menu-inner img {
    height: 30px;
}
.side-menu-toggle {
    cursor: pointer;
    display: none;
}
.side-menu-inner span:nth-child(2),
.side-menu-toggle span:nth-child(2) {
    margin-top: 7px;
    display: block;
}
.side-menu-inner,
.side-menu-toggle {
    font-weight: 700;
    font-size: 11px;
    line-height: 11px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0c3688;
}
.navbar-collapse .toggleContainer {
    background: #fff;
    border: 1px solid #d9d9d9;
    height: 50px;
    width: 130px;
    border-radius: 6px;
    padding: 0;
}
.navbar-collapse .toggleContainer::before {
    height: 40px;
    width: calc(50% - 4px);
    border-radius: 3px;
    left: 4px;
}
.navbar-collapse .switch-btn {
    border: 0;
    padding: 0;
}
.navbar-collapse .toggleCheckbox + .toggleContainer div {
    font-size: 16px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0;
}
.collapse-mobile-side-menu,
.collapse-window-side-menu {
    background: #ee2d3d;
    border-radius: 0 0 2px 2px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}
.collapse-mobile-side-menu {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    line-height: 50px;
    margin: 20px auto 0;
}
.achievement-banner .slick-slide,
.apache-pro-banner .slick-slide,
.feedback-range,
.feedback-remark li,
.home-banner-slider .slick-slide,
.inner-tvs-motor,
.no-360-img,
.pagination.custonPagination .page-item,
.premium-connect,
.product-detail-banner,
.product-detail-banner .slick-slide,
.relPos,
.select-color-spec li,
.you-may-like-footer {
    position: relative;
}
.banner-content,
.banner-content-two {
    position: absolute;
    display: flex;
    color: #fff;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    right: auto;
    justify-content: start;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    max-width: 45%;
}
.apache-pro-gallery .slick-active,
.banner-content > div {
    opacity: 1;
}
.banner-content .banner-logo {
    max-width: 400px;
    margin-bottom: 25px;
}
.banner-content .you-may-like-btns {
    max-width: 375px;
    justify-content: center;
}
.banner-content .view-360 img {
    height: 40px;
}
.banner-slider .center-slider-nav,
.home-banner-slider .center-slider-nav,
.product-detail-banner .center-slider-nav {
    position: absolute;
    bottom: 25px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 1;
}
.home-banner-slider .slick-slide img.bike-img {
    position: absolute;
    bottom: 0;
    left: 11rem;
    width: 57%;
}
.banner-content h2 {
    letter-spacing: 0;
    margin: 15px 0;
    font-style: italic;
}
.banner-content h2 p {
    font-size: 16px;
    line-height: 22px;
}
.banner-content .banner-red-highlight,
.banner-content h2,
.banner-content-two .banner-red-highlight,
.banner-content-two h2 {
    font-size: 56px;
    font-weight: 900;
    line-height: 70px;
    text-align: left;
    padding: 0 15px;
}
.ntorq-apache-section,
.product-section p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}
.banner-content .banner-red-highlight,
.banner-content-two .banner-red-highlight {
    color: #fff;
    background: #f12b00;
}
.banner-content h2 span {
    font-weight: 500;
    font-size: 42px;
}
.banner-content .banner-price {
    font-size: 35px;
    font-style: italic;
    font-weight: 700;
    color: #000;
}
.banner-content p em,
.iti__country-list,
.iti__dial-code,
.premium-feedback .form-control,
.premium-feedback .form-select {
    color: #000 !important;
}
.banner-content .banner-price small {
    font-size: 55%;
}
.blue-btn:hover,
.bookNowDrop:hover,
.dealer-wrap-search.active h6,
.dealer-wrap-search.active p.address,
.explore-btn:hover,
.footer-enquiry:hover,
.global-fixed-menu .mobile-menu-inner:hover .mobile-menu-name,
.global-fixed-menu .mobile-side-menu:hover .mobile-menu-name,
.input-group-inset-item.input-group-inset-item-after button:hover,
.join-aog .form-detect-loaction,
.know-btn:hover,
.know-more:hover,
.mobile-menu-inner.active .mobile-menu-name,
.motosoul-festive h2,
.motosoul-festive p,
.ntorq125-tagline-color .banner-content .banner-price,
.ntorq125re-tagline-color .banner-content .banner-price,
.nudge-header .close:hover,
.premium-feedback button:hover,
.red-join-btn:hover,
.red-offer-btn:hover,
.ronin-tagline-color .banner-content .banner-price,
.ronin-tagline-color .banner-content h2,
.support-blue-btn:hover,
.trak150-tagline-color .banner-content .banner-price,
.tvsstryker3v-tagline-color .banner-content .banner-price,
.tvsstryker3v-tagline-color .banner-content h2,
.xl100-feature-tab .counter-slider-wrap .slick-counter,
.xl100heavyduty-tagline-color .banner-content .banner-price,
button.desktop-submit:hover,
input.desktop-submit:hover {
    color: #fff;
}
.banner-content .btn,
.ntorq-apache-section .view-more {
    font-weight: 900;
    background-color: #fff;
    color: #0c3688;
    text-transform: uppercase;
}
.ntorq125-tagline-color .banner-content p em,
.ntorq125re-tagline-color .banner-content p em,
.trak150-tagline-color .banner-content p em,
.tvsstryker3v-tagline-color .banner-content p em,
.xl100heavyduty-tagline-color .banner-content p em {
    color: #fff !important;
}
.banner-content > img {
    max-width: 50%;
    max-height: 100%;
}
.banner-content .btn {
    border-radius: 2px;
    font-size: 16px;
    line-height: 19px;
    padding: 11px 25px;
    border: 2px solid #0c3688;
    white-space: nowrap;
}
.banner-content .btn,
.banner-content .view-360 {
    margin-top: 21px;
}
.banner-content .btn svg {
    vertical-align: initial;
}
.banner-content .btn.offer-btn {
    background-color: #ee2d3d;
    border-color: #ee2d3d;
    color: #fff;
}
.product-section {
    background: url(../../images/IB-NewUI/product-bg.webp) center top/cover no-repeat;
    padding: 50px 0;
}
.product-container {
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 15px;
}
.product-section p {
    text-align: center;
    color: #3a3a3a;
    max-width: 1292px;
    margin: 0 auto;
}
.product-section p span {
    font-weight: 700;
}
.product-tab-wrap {
    margin-top: 40px;
    position: relative;
}
.product-section .nav-tabs .nav-link {
    background-image: url(../../images/IB-NewUI/inactive-tab.webp);
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #3a3a3a;
    font-style: italic;
    margin-left: -14px;
    padding: 9px 37px;
    min-width: 153px;
    border: 0;
    background-size: 100% 100%;
    background-color: #fff0;
    position: relative;
    z-index: 1;
}
.product-section .nav-tabs .nav-link.active {
    background-image: url(../../images/IB-NewUI/active-tab.webp);
    font-weight: 900;
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 15px;
    min-width: 213px;
}
.homeproduct-slider.vertical-center-arrow .slick-prev {
    left: -65px;
}
.homeproduct-slider.vertical-center-arrow .slick-next {
    right: -65px;
}
.blogSlides .center-slider-nav .slick-prev,
.customer-right .center-slider-nav .slick-prev,
.homeproduct-slider .center-slider-nav .slick-prev,
.latest-product-slider .center-slider-nav .slick-prev,
.product-slider .center-slider-nav .slick-prev,
.you-may-like .center-slider-nav .slick-prev {
    background: url(../../images/IB-NewUI/blue-right-arrow.webp);
    transform: scale(-1);
}
.blogSlides .center-slider-nav .slick-next,
.customer-right .center-slider-nav .slick-next,
.homeproduct-slider .center-slider-nav .slick-next,
.latest-product-slider .center-slider-nav .slick-next,
.motosoul-news .motosoul-news-slider .center-slider-nav .slick-arrow,
.product-slider .center-slider-nav .slick-next,
.you-may-like .center-slider-nav .slick-next {
    background: url(../../images/IB-NewUI/blue-right-arrow.webp);
}
.map-overview,
.mt-25,
.you-may-like .center-slider-nav {
    margin-top: 25px;
}
div#product-category-anchor360.product-category-detailsInner {
    text-transform: capitalize;
    padding-left: 10px;
}
.connect-info .nav-tabs .nav-link.active .tab-nav-text,
.institutional-vehicle-list.which-enquiry-vehicle,
.institutional-vehicle-list.which-enquiry-vehicle .vehicle-image-wrap > div span,
.mega-menu-dd:hover .megamenu,
.product-category-detailsInner span,
.your-number .iti {
    display: block;
}
.product-section .tab-content {
    margin-top: 20px;
    position: relative;
}
#press-releaese-slider-id .news-blog-wrap,
.aog-gallery .slick-slide,
.blogSlides .slick-slide,
.product-section .slick-slide {
    padding: 0 10px;
}
.ntorq-apache-section .view-more {
    min-width: 165px;
    height: 43px;
    line-height: 43px;
    padding: 0 20px;
    border-radius: 6px;
    font-size: 14px;
    display: inline-block;
    margin-top: 35px;
    text-align: center;
}
.location-section {
    background: linear-gradient(180deg, #ddeaff 0, rgb(228 237 252 / 0.21) 100%);
    padding: 50px 0;
}
.location-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}
.aog-gallery-options,
.location-section h2 {
    margin-bottom: 50px;
}
.location-section iframe {
    height: 746px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}
.ntorq-apache-section {
    color: #fff;
    padding: 40px 0;
    font-style: normal;
}
.ntorq-apache-container {
    max-width: 1780px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.apache-owner-group,
.ntorq-owner-group {
    padding: 10px;
}
.ntorq-apache-section h2 {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    line-height: 41px;
    text-align: left;
}
.customer-container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1780px;
}
.blue-btn,
.clear-btn,
.view-all-btn a {
    border-radius: 4px;
    min-width: 160px;
    height: 40px;
    line-height: 40px;
    font-weight: 900;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    padding: 0;
}
.product-category-details .btn {
    flex-grow: 1;
    justify-content: center;
}
.clear-btn {
    background: #cadfff;
    color: #0c3688;
    border: 2px solid #cadfff;
}
.blue-btn,
.view-all-btn a {
    color: #fff;
    background: #0c3688;
    border: 2px solid #0c3688;
}
.view-all-btn a {
    margin-top: 30px;
    margin-bottom: 35px;
}
.customer-section {
    position: relative;
    background: url(../../images/IB-NewUI/bg-curve.webp) right bottom/contain no-repeat, linear-gradient(180deg, rgb(12 54 136 / 0.1) 0, #fff0 39.06%, #fff0 100%);
    padding: 50px 0 135px;
}
.customer-section.award,
.media-wrap-main + .media-wrap-main {
    padding-bottom: 50px;
}
.aog-ride-category-slider .slick-track,
.customer-section.award .slick-track,
.lfr-upload-container .file-uploading .progress,
.rate-level,
.slider-center-wrap.slick-slider,
.user-info,
.xl100-feature-slider .slick-track,
.xl100-overview-slider .slick-track {
    display: flex;
}
.aog-ride-category-slider .slick-slide,
.customer-section.award .slick-slide,
.xl100-feature-slider .slick-slide,
.xl100-overview-slider .slick-slide {
    height: initial;
}
.customer-section.award .slick-slide > div,
.customer-section.award .slick-slide > div > div,
.customer-section.award .slick-slide > div > div > div {
    height: 100%;
    display: block !important;
}
.customer-left {
    flex: 0 0 388px;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #000;
}
.customer-left h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #0c3688;
    margin: 17px 0 8px;
    text-align: left;
}
.customer-city,
.customer-name,
.customer-slider-inner p {
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
}
.customer-left p,
.race-machine .machine-logo,
.xl100-specification .accordion {
    margin-bottom: 35px;
}
.customer-right {
    padding: 0 45px;
    width: calc(100% - 388px);
}
.customer-slider .slick-list {
    padding: 0 0 20px;
}
.customer-slider-wrap {
    padding: 15px;
    position: relative;
}
.award .customer-slider-wrap {
    padding: 85px 15px 15px;
}
.customer-slider-wrap::before {
    content: "";
    width: 52px;
    height: 32px;
    background: url(../../images/IB-NewUI/quote.webp) 0/100% 100% no-repeat;
    position: absolute;
    left: 34px;
    top: 0;
}
#didYouKnowBlog-container-row .latest-wrap,
.customer-tab-form .input-wrap,
.enquiry-input,
.offer-join-form .input-wrap,
.thanks-verify .form-check {
    margin-bottom: 30px;
}
.slick-slide:nth-child(n) .customer-slider-inner {
    background: rgb(224 236 255 / 0.5);
}
.slick-slide:nth-child(3n) .customer-slider-inner {
    background: rgb(240 224 255 / 0.5);
}
.slick-slide:nth-child(2n) .customer-slider-inner {
    background: rgb(225 224 255 / 0.5);
}
.customer-slider-inner {
    box-shadow: 0 10px 10px rgb(0 0 0 / 0.2);
    border-radius: 6px;
    padding: 30px 34px 17px;
}
.customer-slider-inner p {
    padding-bottom: 22px;
    border-bottom: 1px solid #f12b00;
    color: #000;
    margin-bottom: 22px;
}
.aog-gallery #aogRidesGallery option,
.aog-gallery #nogRidesGallery option,
.customer-name,
.premium-feedback.xl100-feedback .form-label,
.premium-feedback.xl100-feedback .iti__selected-dial-code,
.premium-feedback.xl100-feedback p,
.premiun-details-section h3 {
    color: #000;
}
.customer-city {
    color: #747474;
}
.customer-section .center-slider-nav {
    justify-content: center;
    margin-top: 50px;
}
.customer-section.award .center-slider-nav,
.popupLeft .inactive-enquiry-popup label {
    margin-top: 0;
}
.award .customer-left h2 {
    color: #f12b00;
}
.award .customer-slider-inner p {
    border-bottom: 0;
    border-top: 1px solid #0c3688;
    padding: 30px 0 0;
    margin: 0;
}
.award .customer-slider-wrap .award-inner-icon {
    left: 45px;
    position: absolute;
    height: 150px;
    top: 0;
}
.award .customer-slider-inner {
    padding-top: 52px;
    height: 100%;
}
footer {
    background: #18407e;
    color: #fff;
    position: relative;
    z-index: 2;
}
footer a {
    color: inherit;
}
footer .footer-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 20px 0;
}
.footer-links {
    margin-top: 53px;
}
.footer-links h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 35px;
}
.footer-socail-icons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 220px;
}
#nudge-form,
.go-top,
.mob-submit-btn,
.mobile-menu-overlay,
.mobile-side-menu {
    position: fixed;
    display: none;
}
footer .contact-us {
    height: 44px;
    padding: 0 15px;
    background: #fff;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    color: #0c3688;
    width: 200px;
}
.copyright {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    padding: 20px;
    border-top: 1px solid #466698;
    margin-top: 30px;
    margin-left: -20px;
    margin-right: -20px;
}
.footer-enquiry,
.mobile-menu-inner .mobile-menu-name,
.mobile-side-menu {
    font-weight: 700;
    text-transform: uppercase;
}
.go-top {
    right: 15px;
    bottom: 220px;
    z-index: 3;
    opacity: 1 !important;
}
.go-top img,
.premium-features-slider .inner-feature img,
.xl100-gallery .gallery-overlay,
.xl100-gallery .slick-slide img {
    border-radius: 10px;
}
.footer-enquiry {
    border: none;
    position: fixed;
    right: 15px;
    bottom: 160px;
    z-index: 3;
    border-radius: 10px;
    background: #00a3ff;
    height: 42px;
    width: 42px;
    color: #fff;
    text-align: center;
    font-size: 8px;
    font-style: normal;
    padding: 6px 0 4px;
}
.footer-enquiry span {
    margin-top: 4px;
    display: inline-block;
}
.footer-enquiry img {
    width: 18px;
    height: 18px;
}
.mobile-side-menu {
    right: 20px;
    bottom: 12px;
    padding: 0;
    border-radius: 2px;
    z-index: 5;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-style: normal;
}
.mobile-side-menu a {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 35px;
}
.mobile-menu-overlay {
    background: rgb(0 0 0 / 0.8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.mobile-menu-inner {
    background: linear-gradient(180deg, #dde7f5 0, #fff0 100%);
    width: 65px;
    height: 55px;
    padding: 5px 0;
    border-radius: 0;
    border: 0;
    text-align: center;
}
.mobile-menu-inner img {
    height: 25px;
}
.mobile-menu-inner .mobile-menu-name {
    font-size: 9px;
    line-height: 11px;
    letter-spacing: 0.05em;
    color: #000;
}
.mobile-menu-inner.active {
    background: #0c3688;
}
nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "\203A";
    background-image: none;
    margin: 0;
    float: none;
    color: inherit;
    position: absolute;
    font-size: inherit;
    display: inline;
    top: 0;
    padding: 0;
    left: 7px;
}
nav .breadcrumb {
    background: linear-gradient(180deg, #fff 0, #d9d9d9 100%);
    margin: 0;
    height: 40px;
    border-top: 1px solid #d9d9d9;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #5a5555;
    padding-left: 33px;
}
.email-contact label,
.product-v-nav h4,
nav .breadcrumb .breadcrumb-item .breadcrumb-text-truncate.active {
    font-weight: 700;
    color: #000;
}
nav .breadcrumb .breadcrumb-item .breadcrumb-text-truncate {
    margin: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #5a5555;
    text-transform: capitalize;
}
.aog-ride-category h2,
.input-mb {
    margin-bottom: 40px;
}
.customer-support-get-otp.input-side-txt,
.input-side-txt {
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    text-decoration-line: underline;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 24px;
    color: #0c3688;
    background-color: #fff0;
}
.input-side-txt:hover {
    color: #5c93ff;
}
.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23282935' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    border: #fff0;
    background-color: #47d94a;
}
.form-check-input:checked[type="radio"] + label {
    color: #47d94a;
}
.product-category-container {
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 12px;
}
.product-category-container #product-category {
    padding: 20px 0;
    gap: 9px;
    border: 0;
}
.product-category-container #product-category.nav-tabs .nav-link.active {
    background: #0c3688;
    color: #fff;
    font-weight: 700;
}
.product-category-container #product-category.nav-tabs .nav-link {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #7d7d7d;
    padding: 13px 15px;
    min-width: 132px;
}
.product-v-nav {
    background: linear-gradient(180deg, #eee 0, #fff0 100%);
    border: 1px solid #d9d9d9;
    padding: 13px 9px 5px;
    width: 196px;
    min-height: 161px;
    position: relative;
}
#v-pills-tab.nav-pills .nav-link.active,
#v-pills-tab.nav-pills .show > .nav-link,
.inputGroup_cs select,
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag:hover {
    background: 0 0;
}
.product-v-nav h4 {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
}
.product-details span + span:before {
    content: "|";
    padding: 0 3px;
}
.product-details .product-price {
    color: inherit;
    font-weight: inherit;
}
.product-v-nav img {
    margin-bottom: 3px;
    height: 91px;
    object-fit: contain;
}
.tab-product-category-details {
    height: 100%;
    position: relative;
    background: url(../../images/IB-NewUI/product-category-bg.webp) left top/100% 644px no-repeat;
}
.tab-product-category-details .logo {
    position: absolute;
    left: 20px;
    top: 20px;
    max-width: 200px;
}
.product-category-slider .slick-next,
.product-category-slider .slick-prev {
    position: absolute;
    width: 26px;
    height: 42px;
    top: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.product-category-slider .slick-prev {
    background: url(../../images/IB-NewUI/grey-right-arrow.webp);
    transform: scale(-1);
    left: 90px;
}
.product-category-slider .slick-next {
    background: url(../../images/IB-NewUI/grey-right-arrow.webp);
    right: 90px;
}
.product-category-detailsInner {
    display: flex;
    background: linear-gradient(90deg, #fff 46.36%, rgb(255 255 255 / 0.74) 95.79%);
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.15);
    border-radius: 6px;
    padding: 10px 12px 10px 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    align-items: center;
    text-transform: uppercase;
    color: #0c3688;
    margin-bottom: 10px;
}
.inner-you-may-like,
.product-mobile-list-wrap > div {
    background: linear-gradient(180deg, #fff 50%, #ecf1fa 100%);
}
.img-logo-wrap {
    width: 66px;
    text-align: center;
}
.product-category-detailsInner .like {
    margin-right: 10px;
    margin-left: 29px;
}
.product-category-detailsInner .detail-name {
    font-weight: 700;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.05em;
    color: #959595;
    margin-bottom: 4px;
}
.product-category-details .small-blue-txt {
    font-size: 12px;
    line-height: 16px;
}
.product-all-img-wrap {
    display: flex;
    position: relative;
    width: 100%;
    align-items: flex-end;
    height: 100%;
}
.product-category .banner-view-360 {
    height: calc(100% - 100px);
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 2;
}
.product-category .close-360-view {
    top: 20px;
}
.product-all-img {
    flex-grow: 0;
    position: relative;
    width: calc(100% - 400px);
    margin-bottom: 30px;
}
.product-category-details {
    width: 310px;
    flex-shrink: 0;
    margin: auto 0;
}
.product-category-base {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 80%;
}
.product-category-slider .slick-slide img {
    margin: 0 auto 20px;
    max-width: 75%;
}
.v-nav-wrap > .nav::-webkit-scrollbar {
    width: 13px;
}
.v-nav-wrap > .nav::-webkit-scrollbar-track {
    background: #d9d9d9;
}
.v-nav-wrap > .nav::-webkit-scrollbar-thumb {
    background-color: #f12b00;
    border-radius: 0;
    border: 13px #fff;
}
.v-nav-wrap {
    display: flex;
    flex: 0 0 100%;
    height: 100%;
    width: 100%;
}
.v-nav-wrap > .nav {
    scrollbar-width: auto;
    scrollbar-color: #f12b00 #d9d9d9;
    flex-shrink: 0;
    height: 645px;
    display: block;
    overflow: auto;
    overflow-x: hidden;
    padding-right: 2px;
}
#null-value-div {
    height: 645px;
    background-color: #deeaff;
    position: relative;
    padding: 50px 0;
}
#null-value-div h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    margin: 0;
    font-weight: 700;
}
.v-nav-wrap .tab-content {
    width: calc(100% - 206px);
    flex-grow: 0;
}
.xl100-feature,
.you-may-like {
    padding: 40px 0;
}
.you-may-like-container {
    max-width: 1720px;
    padding: 0 20px;
    margin: 0 auto;
}
.you-may-like h2 {
    font-weight: 800;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 38px;
}
.you-may-like .slick-list.draggable {
    margin: 0 -20px;
}
.inner-you-may-like .name {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 20px;
}
.inner-you-may-like .product-info {
    display: flex;
    justify-content: space-between;
    color: #747474;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding: 15px 20px;
    border: 1px solid #d9d9d9;
}
.you-may-like.xl-100-like {
    background: linear-gradient(180deg, #fff 0, #ddebff 0.01%, #fff 100%);
}
.view-360-product {
    display: inline-block;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 5px;
    line-height: 38px;
    height: 40px;
    box-shadow: 0 0 5px #ecf1fa;
}
.view-360-product img {
    width: 34px;
}
.inner-you-may-like .product-info span {
    display: inline-block;
    position: relative;
}
.inner-you-may-like .product-info span + span:before {
    content: "|";
    padding: 0 7px;
}
.you-may-like-footer {
    border: 1px solid #d9d9d9;
    padding: 50px 20px 25px;
}
.you-may-like-logo {
    position: absolute;
    bottom: -35px;
    left: 20px;
    border: 1px solid #c5d1e3;
    width: 130px;
    height: 66px;
    object-fit: contain;
    background-color: #fff;
    padding: 10px;
    z-index: 1;
}
.inner-you-may-like .you-may-like-price {
    color: #0c3688;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 14px;
}
.you-may-like-btns .btn {
    flex-grow: 1;
}
.you-may-like-btns {
    display: flex;
    gap: 22px;
}
.form-wrap input[type="submit"] {
    display: inline-block;
    width: 165px;
    height: 45px;
    background: url(../../images/IB-NewUI/eseva.webp) no-repeat;
    border: none;
}
.product-mobile-list-wrap > div {
    position: relative;
    border-top: 2px solid #f12b00;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 0.25);
    border-radius: 6px;
    margin-bottom: 25px;
}
.product-header {
    border-bottom: 1px solid #d9d9d9;
    padding: 14px 14px 12px 20px;
    display: flex;
    justify-content: space-between;
}
.product-header h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-bottom: 6px;
}
.product-header h4 {
    font-weight: 700;
    font-size: 12px;
    line-height: 26px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #0c3688;
    margin: 0;
}
.product-body {
    padding: 13px 22px 80px 13px;
    display: flex;
    justify-content: space-between;
}
.mob-prod-img {
    flex-basis: 50%;
}
.mob-prod-img img {
    max-width: 379px;
}
.mob-product-details {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #000;
}
.book,
.know-more {
    line-height: 40px;
    display: inline-block;
    height: 40px;
    text-align: center;
}
.mob-product-category .detail-name {
    font-weight: 700;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.05em;
    color: #959595;
    margin-bottom: 2px;
}
.mob-product-details > div {
    margin-bottom: 17px;
    width: 133px;
    white-space: nowrap;
}
.product-bottom-options .price {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #f12b00;
}
.book,
.know-more,
.mobile-footer-fixed-product a,
.product-bottom-options .on-road {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.product-bottom-options .on-road {
    display: flex;
    align-items: center;
    text-align: right;
    text-decoration-line: underline;
    margin-bottom: 0;
}
.product-bottom-options {
    position: absolute;
    right: 32px;
    width: 310px;
    bottom: 18px;
}
.book {
    width: 86px;
    border: 1px solid #0c3688;
    border-radius: 6px;
    background: #fff;
}
.know-more {
    width: 156px;
    background: #0c3688;
    border-radius: 6px;
    color: #fff;
}
.icon-specification-electrical-icon,
.icon-specification_bahan_bakar,
.icon-specification_braking,
.icon-specification_dimension,
.icon-specification_engine,
.icon-specification_kabin,
.icon-specification_suspension,
.icon-specification_weight {
    width: 39px;
    height: 32px;
    margin-right: 20px;
}
.know-more img {
    margin-left: 10px;
}
.mobile-footer-fixed-product > div {
    height: 50px;
    background: #ffeae6;
    position: fixed;
    width: 100%;
    overflow-x: auto;
    bottom: 70px;
    padding: 10px 50px 10px 0;
    white-space: nowrap;
    z-index: 1;
    left: 0;
}
.mobile-footer-fixed-product a {
    line-height: 30px;
    color: #000;
    display: inline-block;
    padding: 0 15px;
    position: relative;
}
.astrick,
.mobile-footer-fixed-product a.active,
.premium-gallery.xl100-gallery .nav-tabs .nav-link.active,
.premium-gallery.xl100-gallery .nav-tabs .nav-link:hover {
    color: #d83d46;
}
.mobile-footer-fixed-product a + a::before {
    content: "|";
    position: absolute;
    left: 0;
    top: 0;
}
.product-bottom-options > div {
    gap: 10px;
}
.icon-specification_engine {
    background: url(../../images/IB-NewUI/engine-transmission-icon.webp) center center no-repeat;
    display: block;
}
.icon-specification_dimension {
    background: url(../../images/IB-NewUI/dimenstion-weight-icon.webp) center center no-repeat;
    display: block;
}
.icon-specification_braking {
    background: url(../../images/IB-NewUI/tyres-break-icon.webp) center center no-repeat;
    display: block;
}
.icon-specification-electrical-icon {
    background: url(../../images/IB-NewUI/electrical-control-icon.webp) center center no-repeat;
    display: block;
}
.icon-specification_suspension {
    background: url(../../images/IB-NewUI/chasis-icon.webp) center center no-repeat;
    display: block;
}
.icon-specification_weight {
    background: url(../../images/IB-NewUI/Weight-icon.webp) center center no-repeat;
    display: block;
}
.product-category-detailsInner em.icon-engine {
    background: url(../../images/IB-NewUI/engine.webp) center center no-repeat;
    height: 40px;
    display: block;
}
.product-category-detailsInner em.icon-product-listing-power {
    background: url(../../images/IB-NewUI/power.webp) center center no-repeat;
    height: 40px;
    display: block;
}
.product-category-detailsInner em.icon-product-listing-weight {
    background: url(../../images/IB-NewUI/weight.webp) center center no-repeat;
    height: 40px;
    display: block;
}
.about-tvs-options ul,
.premiun-details-section > .nav-tabs {
    background: linear-gradient(180deg, #fff 0, #d9d9d9 100%);
    justify-content: center;
    padding: 22px 0 18px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    list-style: none;
}
.about-tvs-options .premium-tab-logo,
.premiun-details-section .premium-tab-logo {
    position: absolute;
    left: 33px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 120px;
    max-height: 64px;
    z-index: 1;
}
.about-tvs-options li a,
.premiun-details-section > .nav-tabs .nav-link {
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000;
    padding: 0;
    border: 0;
    border-radius: 0;
    border-bottom: 4px solid #fff0;
}
.premiun-details-section > .nav-tabs .nav-link {
    font-family: Sansation_Bold;
}
.about-tvs-options ul li a.active,
.about-tvs-options ul li a:hover,
.premiun-details-section > .nav-tabs .nav-link.active,
.premiun-details-section > .nav-tabs .nav-link:hover,
.sticky-secondary-menu ul li a.active,
.sticky-secondary-menu ul li a:hover {
    color: #d83d46;
    background: 0 0;
    border-color: #fff0 #fff0 #f12b00;
}
.about-tvs-options li,
.premiun-details-section > .nav-tabs .nav-item {
    padding: 0 20px;
    position: relative;
}
.about-tvs-options li:before,
.premiun-details-section > .nav-tabs .nav-item::before {
    content: "";
    position: absolute;
    right: -1px;
    display: inline-block;
    width: 2px;
    background: #000;
    height: 10px;
    top: 10px;
}
.premiun-details-section {
    background: url(../../images/IB-NewUI/overview-bg.webp) center/cover;
    padding: 40px 0;
}
.premiun-details-container {
    padding: 0 15px;
    max-width: 1440px;
    margin: 0 auto;
    color: #fff;
}
.premium-detail-slider h2,
.premiun-details-section h3 {
    font-family: Gilroy_ExtraBold;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 11px;
}
.premiun-details-section .inner-detail p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #3a3a3a;
    margin-bottom: 22px;
}
.premium-gallery.xl100-gallery .nav-tabs .nav-link,
.premiun-details-section .counter-slider-wrap .slick-counter,
.xl100-gallery .counter-slider-wrap .slick-counter,
.xl100-overview-slider .counter-slider-wrap .slick-counter {
    color: #5a5555;
}
.premiun-details-section .counter-slider-wrap .slick-arrow {
    width: 15px;
    height: 27px;
    background-image: url(../../images/IB-NewUI/grey-right-arrow.webp);
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.drop-active .drop-here-info span:nth-of-type(2),
.grey-arrow .counter-slider-wrap .slick-next,
.premium-features .center-slider-nav .slick-next,
.premiun-details-section .counter-slider-wrap .slick-next,
.xl100-gallery .counter-slider-wrap .slick-prev,
.xl100-overview-slider .counter-slider-wrap .slick-prev {
    transform: scale(1);
}
.banner-view-360 .icon-back,
.color-section .threesixty-buttons .icon-back,
.connect-img .slick-next::before,
.desktop-submit .back-arrow,
.grey-arrow .counter-slider-wrap .slick-prev,
.mob-submit-btn a img,
.premium-features .center-slider-nav .slick-prev,
.premium-specification .threesixty-buttons .icon-back,
.premiun-details-section .counter-slider-wrap .slick-prev {
    transform: scale(-1);
}
.premiun-details-section .inner-detail .premium-detail-slider p {
    margin-bottom: 33px;
}
.premiun-details-section .inner-detail .right-tab-logo {
    margin-bottom: 25px;
    max-width: 400px;
}
.counter-slick-slider {
    display: flex;
    flex-direction: column;
}
.counter-slider-wrap {
    display: flex;
    align-items: center;
    gap: 27px;
    order: 2;
}
.connect-slider-nav .slick-arrow,
.counter-slider-wrap .slick-arrow {
    width: 19px;
    height: 31px;
    background-image: url(../../images/IB-NewUI/premium-products/premiun-slider-arrow.webp);
    flex-shrink: 0;
}
.counter-slider-wrap .slick-prev {
    order: 1;
}
.connect-slider-nav .slick-next,
.counter-slider-wrap .slick-next {
    order: 3;
    transform: scale(-1);
}
.counter-slider-wrap .slick-counter {
    order: 2;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    color: #b4b4b4;
}
.counter-slider-wrap .slick-counter .current {
    color: #ee2d3d;
}
.tab-small-img-video {
    width: 213px;
    padding-left: 30px;
    position: relative;
    margin-top: 46px;
}
.tab-small-img-video h6 {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ee2d3d;
    transform: rotate(-90deg);
    display: inline-block;
    margin: 0;
    position: absolute;
    left: -36px;
    top: 36px;
    font-family: Sansation_Bold;
    font-size: 14px;
    line-height: 30px;
}
[lang="es-ES"] .tab-small-img-video h6 {
    left: -75px;
}
.floating-text-from-left,
.floating-text-from-right {
    position: absolute;
    font-weight: 700;
    font-size: 240px;
    line-height: 284px;
    font-family: Rubik, sans-serif;
    text-transform: uppercase;
    color: #e6e9ee;
    opacity: 0.5;
    bottom: -110px;
    white-space: nowrap;
}
.feature-name,
.premium-feedback h2 {
    font-family: Gilroy_ExtraBold;
    text-transform: uppercase;
}
.floating-text-from-left {
    margin-right: 100%;
    right: 0;
}
.floating-text-from-right {
    margin-left: 100%;
    left: 0;
}
.animate-text-right {
    animation: 8s ease-in rightToLeft;
    margin-left: -15px;
}
.animate-text-left {
    animation: 8s ease-in leftToRight;
    margin-right: -15px;
}
@keyframes rightToLeft {
    from {
        margin-left: 100%;
    }
    to {
        margin-left: -15px;
    }
}
@keyframes leftToRight {
    from {
        margin-right: 100%;
    }
    to {
        margin-right: -15px;
    }
}
.premium-features {
    background: linear-gradient(180deg, rgb(59 79 120 / 0.25) 0, rgb(255 255 255 / 0.06) 100%);
    padding: 40px 0;
}
.premium-features-container {
    padding: 0 9px;
}
.premium-features-slider .inner-feature {
    padding: 0 11px;
    max-width: 100%;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 90px 100%, 0 calc(100% - 90px));
}
.premium-features-slider .inner-feature .content {
    position: relative;
    width: calc(100% - 70px);
    margin: -60px auto 0;
    background-color: #cbd1dd;
    padding-bottom: 20px;
}
.feature-name {
    padding: 20px 20px 20px 75px;
    background: #8796ad;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    margin: 0;
}
.feature-name:before {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='16' viewBox='0 0 38 16' fill='none'%3E%3Cpath d='M1 7C0.447715 7 0 7.44772 0 8C0 8.55228 0.447715 9 1 9V7ZM37.7071 8.70711C38.0976 8.31658 38.0976 7.68342 37.7071 7.29289L31.3431 0.928932C30.9526 0.538408 30.3195 0.538408 29.9289 0.928932C29.5384 1.31946 29.5384 1.95262 29.9289 2.34315L35.5858 8L29.9289 13.6569C29.5384 14.0474 29.5384 14.6805 29.9289 15.0711C30.3195 15.4616 30.9526 15.4616 31.3431 15.0711L37.7071 8.70711ZM1 9H37V7H1V9Z' fill='white'/%3E%3C/svg%3E")
        center/contain no-repeat;
    position: absolute;
    width: 37px;
    height: 20px;
    left: 22px;
    top: 25px;
}
.feature-desc {
    margin: 0;
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 20px 15px 0 55px;
    min-height: 130px;
}
.premium-features-slider .inner-feature .feature-name,
.premium-font .banner-content .btn,
.premium-font .banner-content h2,
.premium-font.premium-specification h5,
.premium-product.about-tvs-options li a,
.premium-specification.premium-font .nav .nav-link,
.premiun-details-section.premium-font h3 {
    font-family: Gilroy-Bold;
}
.premium-font .specification-wrap p,
.premiun-details-section.premium-font .inner-detail p,
.tab-nav-text {
    font-family: Gilroy-Medium;
}
.premium-font .specification-wrap label {
    font-family: Gilroy-SemiBold;
}
.premium-parts-container {
    max-width: 1594px;
    padding: 0 15px;
    margin: 0 auto;
}
.premium-features-slider .inner-feature .feature-name {
    background: #e7282c;
}
.premium-specification {
    background: url(../../images/IB-NewUI/specification-bg.webp) center/cover no-repeat;
    padding: 40px 0;
}
.premium-specification-container {
    padding: 0 15px;
    max-width: 1570px;
    margin: 0 auto;
    position: relative;
}
.premium-specification h5 {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.premium-connect h6,
.premium-specification h6 {
    color: #ee313c;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}
.aog-gallery-container,
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-expand-lg .navbar-nav .nav-link,
.premium-connect h6,
.premium-gallery-container,
.xl100-specification-container {
    padding: 0 15px;
}
.media-slider-body,
.premium-specification h6 {
    padding: 20px;
}
.specification-inner-tab,
.specification-inner-tab > div {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 60px 100%, 0 calc(100% - 60px));
    padding: 2px;
}
.product-detail-banner .banner-view-360 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.product-threesixty-buttons {
    margin-top: -115px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.product-threesixty-buttons > div {
    display: flex;
    justify-content: center;
    gap: 15px;
    text-align: center;
}
.product-threesixty-buttons span {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #d9d9d9;
    max-width: 122px;
}
.base-wrap-360 {
    position: relative;
    text-align: center;
    display: inline-block;
}
.base-wrap-360 .img-bg {
    max-width: 860px;
    opacity: 0;
    max-height: 100%;
}
.base-wrap-360 #similarThreeSixty,
.base-wrap-360 #threesixty {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
}
.banner-view-360 .product-threesixty-buttons .icon-back,
.banner-view-360 .product-threesixty-buttons .icon-forward {
    background-image: url(../../images/IB-NewUI/white-next-arrow-2.webp);
}
.threesixty-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}
.color-section .threesixty-buttons button span,
.premium-specification .threesixty-buttons button span {
    display: block;
    background: url(../../images/IB-NewUI/grey-right-arrow.webp) 0 / contain no-repeat;
    width: 7px;
    height: 12px;
    cursor: pointer;
}
.color-section .threesixty-buttons .rotate-text,
.join-aog-from-wrap .iti__selected-dial-code,
.premium-specification .threesixty-buttons .rotate-text,
.register-aog-from-row .iti__selected-dial-code {
    color: #959595;
}
.color-section .rotate-icon,
.popupLeft .enquiryForm-inner h3,
.premium-specification .rotate-icon,
.taglib-move-boxes .sortable-container .btn.edit-selection {
    margin-bottom: 10px;
}
.premium-specification .nav {
    width: 320px;
    flex-shrink: 0;
    margin-right: 15px;
}
.premium-specification .nav .nav-link {
    color: #000;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding-right: 100px;
    position: relative;
}
.premium-specification .nav .nav-link.active,
.premium-specification .nav .nav-link:hover {
    color: #ee313c;
}
.premium-specification .nav .nav-link.active:after,
.premium-specification .nav .nav-link:hover:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='24' viewBox='0 0 40 24' fill='none'%3E%3Cpath d='M2 10.5C1.17157 10.5 0.5 11.1716 0.5 12C0.5 12.8284 1.17157 13.5 2 13.5V10.5ZM39.0607 13.0607C39.6464 12.4749 39.6464 11.5251 39.0607 10.9393L29.5147 1.3934C28.9289 0.807612 27.9792 0.807612 27.3934 1.3934C26.8076 1.97918 26.8076 2.92893 27.3934 3.51472L35.8787 12L27.3934 20.4853C26.8076 21.0711 26.8076 22.0208 27.3934 22.6066C27.9792 23.1924 28.9289 23.1924 29.5147 22.6066L39.0607 13.0607ZM2 13.5H38V10.5H2V13.5Z' fill='%23EE313C'/%3E%3C/svg%3E");
    width: 40px;
    height: 24px;
    position: absolute;
    right: 30px;
    top: 18px;
}
.premium-specification .tab-content {
    display: flex;
    width: calc(100% - 320px - 1rem);
}
.premium-specification .tab-content > .tab-pane {
    display: block;
    visibility: hidden;
    margin-right: -100%;
    width: 100%;
    height: auto;
}
.premium-specification .tab-content > .active {
    visibility: visible;
}
.specification-inner-tab {
    background: #d0d5df;
    margin-bottom: 25px;
}
.specification-inner-tab > div {
    background: #fff;
    height: 560px;
}
.specification-wrap {
    max-height: 500px;
    padding: 0 20px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #f12b00 #fff0;
}
.specification-row {
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 0 20px;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    color: #3a3a3a;
    font-weight: 400;
}
.specification-wrap label {
    font-weight: 500;
    color: #000;
    padding: 0;
}
#portlet_accessoriesreactwidget_INSTANCE_czwg.portlet,
.header-IB-NewUI .portlet,
.inactive-enquiry-popup .alert p,
.join-aog-from-wrap .form-check,
.join-aog-from-wrap .join-aog-from-left-col p:last-child,
.lfr-layout-structure-item-accessoriesreactwidget .portlet,
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-breadcrumb-web-portlet-sitenavigationbreadcrumbportlet .portlet,
.news-section .portlet,
.page-item:not(:first-child) .page-link,
.portlet-search-bar.portlet-decorate .portlet,
.register-aog-from-wrap .form-check,
.register-aog-from-wrap .register-aog-from-left-col p:last-child,
.specification-wrap p,
section#portlet_accessoriesreactwidget_INSTANCE_yhyd.portlet {
    margin: 0;
}
.dwnld-specs {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    padding: 0 15px;
}
.dwnld-specs a {
    background: #bfc2c8;
    display: inline-block;
    transform: skew(-14deg);
    padding: 7px 30px 7px 20px;
}
.full-page-loader img,
.nudge-loader img,
.section-loader.product-loader img {
    transform: translate(-50%, -50%);
    top: 50%;
}
.dwnld-specs a span {
    font-size: 14px;
    line-height: normal;
    transform: skew(14deg);
    font-family: Gilroy-Bold;
    text-transform: uppercase;
    color: #3a3a3a;
    display: inline-block;
    margin-right: 5px;
}
.dwnld-specs a img {
    transform: skew(14deg) translateY(-50%);
    position: absolute;
    right: 15px;
    top: 50%;
}
.spec-tab-icon {
    width: 70px;
    height: 70px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.active .spec-tab-icon,
.slick-current .spec-tab-icon {
    filter: drop-shadow(0 4px 4px rgb(0 0 0 / 0.25));
}
.spec-tab-icon.engine {
    background-image: url(../../images/IB-NewUI/product-spec-icon/icon1.svg);
}
.active .spec-tab-icon.engine {
    background-image: url(../../images/IB-NewUI/product-spec-icon/icon1-active.svg);
}
.spec-tab-icon.chase,
.spec-tab-icon.suspension {
    background-image: url(../../images/IB-NewUI/product-spec-icon/icon2.svg);
}
.active .spec-tab-icon.chase,
.active .spec-tab-icon.suspension {
    background-image: url(../../images/IB-NewUI/product-spec-icon/icon2-active.svg);
}
.spec-tab-icon.electrical,
.spec-tab-icon.wheel {
    background-image: url(../../images/IB-NewUI/product-spec-icon/icon3.svg);
}
.active .spec-tab-icon.electrical,
.active .spec-tab-icon.wheel {
    background-image: url(../../images/IB-NewUI/product-spec-icon/icon3-active.svg);
}
.spec-tab-icon.braking,
.spec-tab-icon.dimension {
    background-image: url(../../images/IB-NewUI/product-spec-icon/icon4.svg);
}
.active .spec-tab-icon.braking,
.active .spec-tab-icon.dimension {
    background-image: url(../../images/IB-NewUI/product-spec-icon/icon4-active.svg);
}
.spec-tab-icon.nav {
    background-image: url(../../images/IB-NewUI/product-connect-icon/nav.svg);
}
.slick-current .spec-tab-icon.nav {
    background-image: url(../../images/IB-NewUI/product-connect-icon/nav-acive.svg);
}
.spec-tab-icon.race {
    background-image: url(../../images/IB-NewUI/product-connect-icon/race.svg);
}
.slick-current .spec-tab-icon.race {
    background-image: url(../../images/IB-NewUI/product-connect-icon/race-active.svg);
}
.spec-tab-icon.ride {
    background-image: url(../../images/IB-NewUI/product-connect-icon/ride.svg);
}
.slick-current .spec-tab-icon.ride {
    background-image: url(../../images/IB-NewUI/product-connect-icon/ride-active.svg);
}
.spec-tab-icon.telephony {
    background-image: url(../../images/IB-NewUI/product-connect-icon/telephone.svg);
}
.slick-current .spec-tab-icon.telephony {
    background-image: url(../../images/IB-NewUI/product-connect-icon/telephone-acive.svg);
}
.spec-tab-icon.dash {
    background-image: url(../../images/IB-NewUI/product-connect-icon/dash.svg);
}
.slick-current .spec-tab-icon.dash {
    background-image: url(../../images/IB-NewUI/product-connect-icon/dash-active.svg);
}
.premium-gallery {
    background: repeating-linear-gradient(45deg, rgb(90 85 85 / 10%), rgb(90 85 85 / 10%) 2px, transparent 2px, transparent 24px), linear-gradient(180deg, #625f5e 0, #282c31 100%);
    padding: 50px 0;
}
.gallery-section {
    padding: 40px 0;
    background: linear-gradient(180deg, rgb(59 79 120 / 0.25) 0, rgb(255 255 255 / 0.06) 100%);
}
.gallery-section.xl100-gallery,
.premium-feedback.xl100-feedback,
.xl100-feature,
.xl100-specification {
    background: linear-gradient(180deg, #f2f7ff 0, #fbfbfb 39.06%, rgb(228 237 252 / 0.21) 100%);
}
.gallery-slider .slick-list.draggable {
    margin: 0 -10px;
}
.gallery-slider .slick-slide {
    padding: 0 10px;
    position: relative;
}
.gallery-slider .counter-slider-wrap {
    margin-top: 30px;
    justify-content: center;
}
.gallery-section .nav-tabs,
.premium-gallery .nav-tabs {
    border: none;
    margin-bottom: 37px;
    justify-content: center;
    position: relative;
    gap: 5px;
}
.gallery-section .nav-tabs .nav-link,
.premium-gallery .nav-tabs .nav-link {
    text-transform: uppercase;
    font-family: Gilroy-Bold;
    padding: 0 11px;
    color: #5a5555;
    font-size: 14px;
    line-height: 30px;
    white-space: nowrap;
}
.gallery-section .nav-tabs .nav-link.active,
.gallery-section .nav-tabs .nav-link:hover,
.premium-gallery .nav-tabs .nav-link.active,
.premium-gallery .nav-tabs .nav-link:hover {
    background: 0 0;
    border: 1px solid #f12b00;
    border-radius: 6px;
    color: #f12b00;
}
.premium-gallery .slick-slider .slick-list,
.premium-gallery .slick-slider .slick-track {
    transform: inherit !important;
}
.aog-gallery .slick-slide > div > div,
.premium-gallery .slick-slide > div > div {
    position: relative;
    display: block !important;
}
.premium-gallery .slick-track {
    margin: 0 -5px;
}
.premium-gallery .slick-slide {
    margin: 0 5px;
}
.gallery-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgb(0 0 0 / 0.5), rgb(0 0 0 / 0.5));
    z-index: 1;
}
.premium-gallery .counter-slider-wrap {
    justify-content: center;
    margin-top: 20px;
}
.aog-gallery .counter-slider-wrap {
    justify-content: center;
    margin-top: 60px;
}
.connect-row {
    display: flex;
    background: linear-gradient(180deg, rgb(59 79 120 / 0.25) 0, rgb(255 255 255 / 0.06) 100%);
    position: relative;
}
.connect-row .connect-info {
    padding: 40px 209px 40px 92px;
    width: 879px;
    flex-shrink: 0;
    flex-grow: 1;
    background: url(../../images/IB-NewUI/premium-products/trangle_pattern.webp) right top repeat-y;
}
.connect-row .premium-logo {
    margin-bottom: 32px;
}
.connect-row .connect-img .right-col-img {
    height: 100%;
    object-fit: cover;
}
.connect-img .slick-arrow {
    position: absolute;
    top: 55%;
    transform: translateY(-45%);
    width: 26px;
    height: 25px;
}
.connect-img .slick-prev {
    left: -10px;
    z-index: 1;
}
.connect-img .slick-next {
    right: -10px;
}
.connect-img .slick-arrow::before {
    content: "";
    width: 26px;
    height: 26px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cpath d='M14.3333 17L10.3333 13L14.3333 9M1 13C1 19.6274 6.37258 25 13 25C19.6274 25 25 19.6274 25 13C25 6.37258 19.6274 0.999999 13 0.999998C6.37258 0.999998 1 6.37258 1 13Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.aog-ride-category-slider .slick-slide > div,
.aog-ride-category-slider .slick-slide > div > div,
.aog-ride-category-slider .slick-slide > div > div > div,
.aog-ride-category-slider .slick-slide > div > div > div > div,
.connect-img .active.tab-pane,
.connect-img .tab-content,
.customer-support-form .tab-content > .active,
.image-tab,
.left-sec *,
.lfr-source-editor .ace_editor,
.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout,
.xl100-feature-slider .slick-slide .xl100-inner-featureslide,
.xl100-feature-slider .slick-slide > div,
.xl100-feature-slider .slick-slide > div > div,
.xl100-feature-slider .slick-slide > div > div > div,
.xl100-overview-slider .slick-slide .xl100-inner-feature,
.xl100-overview-slider .slick-slide > div,
.xl100-overview-slider .slick-slide > div > div,
.xl100-overview-slider .slick-slide > div > div > div {
    height: 100%;
}
.connect-info .nav-tabs .nav-link {
    font-size: 18px;
    line-height: 24px;
    font-family: Gilroy-Bold;
    color: #000;
    background: 0 0;
    padding: 20px 0;
    text-align: left;
}
.connect-info .nav-tabs .nav-link.active {
    background: 0 0;
    box-shadow: none;
    color: #f12b00;
    border: none;
}
.connect-info .nav-tabs .nav-link.active::before {
    content: "";
    background: url(../../images/IB-NewUI/premium-products/red-arrow.webp);
    display: inline-block;
    width: 9px;
    height: 17px;
    margin-right: 15px;
}
.tab-nav-text {
    padding: 0 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    margin-top: 5px;
    display: none;
}
.connect-info .nav-tabs .nav-link:not(.active),
.input-group-prepend {
    border-bottom: 1px solid #5a5555;
}
.android-qr-code,
.apple-qr-code {
    padding: 22px 31px;
    border: 1px solid #0c3688;
}
.dwnld-app {
    display: flex;
    gap: 30px;
    position: relative;
    z-index: 1;
}
.aux-img {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: -180px;
    max-height: 95%;
}
.connect-info .nav-tabs {
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
}
.premium-feedback {
    background: url(../../images/IB-NewUI/premium-products/feedback-bg.webp) center center/cover no-repeat, linear-gradient(180deg, rgb(59 79 120 / 0.25) 0, rgb(255 255 255 / 0.06) 100%);
    padding: 40px 0;
}
.premium-feedback-container {
    max-width: 1104px;
    margin: 0 auto;
    padding: 0 20px;
}
.premium-feedback h2 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
}
.premium-feedback p {
    margin-bottom: 65px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    color: #000;
}
.premium-feedback .form-label {
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    margin-bottom: 2px;
}
.premium-feedback .form-control,
.premium-feedback .form-select {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    padding: 0;
    background-color: #fff0;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #5a5555;
    border-radius: 0;
}
.premium-feedback button {
    font-size: 16px;
    line-height: 42px;
    font-family: Gilroy-Bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    width: 145px;
    height: 42px;
    padding: 0;
    background: #e7282c;
}
.premium-banner {
    background: url(../../images/IB-NewUI/bike-bg.webp) center/cover no-repeat;
    padding-top: 35px;
    position: relative;
}
.premium-banner h3 {
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #000;
    font-family: Gilroy-Light;
    margin: 0;
}
.premium-banner h2 {
    font-family: Gilroy_ExtraBold;
    font-size: 60px;
    line-height: 74px;
    text-align: center;
    color: #000;
    margin: 0;
}
.image-tab {
    width: 141px;
}
.image-tab img {
    margin-bottom: 8px;
    width: 100%;
}
.image-tab span {
    display: block;
    white-space: break-spaces;
}
.premiun-details-section.xl-overview {
    background: linear-gradient(180deg, #fff0 90%, #fff 100%), url(../../images/IB-NewUI/premium-products/premium-overview-bg.webp) center bottom/cover no-repeat #fff;
}
.premiun-details-section.tvs-trak-overview {
    background: linear-gradient(180deg, #fff0 80%, #fff 100%), url(../../images/IB-NewUI/tvs-track-overview.webp) center bottom/cover no-repeat #fff;
}
.premiun-details-container.xl-overview-container > .tab-content,
.xl100-feature-container,
.xl100-specification-container {
    max-width: 1366px;
    margin: 0 auto;
}
.premiun-details-container.xl-overview-container .nav-tabs {
    justify-content: center;
    border-color: #c5c5c5;
    gap: 49px;
    flex-wrap: nowrap;
    overflow: auto;
    overflow-y: hidden;
    margin-bottom: 40px;
}
.premiun-details-container.xl-overview-container .nav-tabs .nav-link {
    height: 100%;
    color: #5a5555;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    border: 0;
    border-bottom: 4px solid #fff0;
    background: 0 0;
    padding: 0;
}
.premiun-details-container.xl-overview-container .nav-tabs .nav-link.active {
    border: 0;
    color: #0c3688;
    border-bottom: 4px solid #0c3688;
}
.premiun-details-section .inner-detail p.short-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    width: 765px;
    margin: 22px auto 28px;
}
.motosoul-gallery-slider .slick-slide,
.xl100-overview-slider .slick-slide {
    padding: 0 5px;
}
.xl100-inner-feature {
    background: #0c3688;
    border-radius: 10px;
}
.xl100-inner-feature img {
    border-radius: 10px 10px 0 0;
}
.xl100-inner-feature .xl100-overview-desc {
    padding: 16px 30px;
}
.xl100-inner-feature .xl100-overview-desc h3 {
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    font-family: Gilroy_ExtraBold;
    color: #fff;
    margin-bottom: 7px;
    min-height: 58px;
}
.xl100-inner-feature .xl100-overview-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin: 0;
}
.xl100-overview-slider .counter-slider-wrap {
    margin-top: 39px;
    justify-content: center;
}
.xl100-gallery .counter-slider-wrap .slick-arrow {
    background-image: url(../../images/IB-NewUI/premium-products/xl100-arrow.webp);
    transform: scale(-1);
}
.premiun-details-section .premiun-details-container.xl-overview-container .tab-pane .tab-content {
    padding-bottom: 0;
}
.xl100-feature-tab .counter-slider-wrap .slick-counter .current {
    color: #79a7ff;
}
.xl100-specification {
    padding: 53px 0 71px;
}
.xl100-feature .tab-content .tab-label {
    background: #0c3688;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    padding: 12px 32px;
    width: 160px;
    height: auto;
    border-radius: 5px;
    margin: 0 auto -40px;
    position: relative;
    z-index: 1;
}
.color-section h2,
.xl100-feature h2,
.xl100-gallery h2,
.xl100-specification h2,
.you-may-like.xl-100-like h2 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    font-family: Gilroy_ExtraBold;
    color: #0c3688;
    margin-bottom: 35px;
}
.color-section {
    background: url(../../images/IB-NewUI/color-section-bg.webp);
    padding: 40px 0 20px;
    position: relative;
}
.premiun-details-container.xl-overview-container h2 {
    color: #0c3688;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    font-family: Gilroy_ExtraBold;
}
.premiun-details-section.tvs-trak-overview .short-desc,
.premiun-details-section.xl-overview .short-desc {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    max-width: 900px;
    margin: 0 auto 50px;
}
.xl100-feature .nav-tabs {
    gap: 10px;
    justify-content: center;
    flex-wrap: nowrap;
    overflow: auto;
    overflow-y: hidden;
    border: 0;
}
.xl100-feature .nav-tabs .nav-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
    border: 1px solid #d9d9d9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 12px 20px;
    white-space: nowrap;
    border-bottom: 0;
}
.xl100-feature .nav-tabs .nav-link.active {
    font-weight: 700;
    color: #fff;
    background: #0c3688;
    border-color: #fff0;
}
.xl100-feature .tab-content .tab-pane .xl100-feature-tab {
    background: #0d3788;
    border-radius: 10px;
    padding: 40px;
}
.xl100-inner-featureslide {
    display: flex;
    gap: 17px;
    background: linear-gradient(0deg, #fff, #fff);
    border: 1px solid #0c3688;
    border-radius: 10px;
    align-items: flex-start;
    width: 622px;
    padding: 20px;
    margin: 0 auto;
    max-width: calc(100% - 20px);
}
.xl100-inner-featureslide img {
    max-width: 240px;
    border-radius: 10px;
}
.xl100-inner-featureslide h3 {
    font-size: 24px;
    line-height: 29px;
    font-family: Gilroy_ExtraBold;
    color: #5a5555;
}
.xl100-inner-featureslide p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #5a5555;
    margin: 0;
}
.xl100-feature .counter-slider-wrap {
    margin-top: 40px;
    justify-content: center;
}
.premium-gallery.xl100-gallery {
    background: linear-gradient(180deg, #cadfff 0, #fbe18a 100%);
}
.xl100-specification .accordion-item {
    background: 0 0;
    border: 0;
    border-radius: 0;
}
.xl100-specification .accordion-button {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    border: 1px solid #d9d9d9;
    background: 0 0;
    padding: 0 30px;
    display: block;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 0;
    position: static;
}
.xl100-specification .accordion-button > div::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M8 -3.49691e-07L8 6L14 6L14 8L8 8L8 14L6 14L6 8L-2.62268e-07 8L-3.49691e-07 6L6 6L6 -2.62268e-07L8 -3.49691e-07Z' fill='%230C3688'/%3E%3C/svg%3E");
    height: 14px;
    width: 14px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    transition: transform 0.2s ease-in-out;
    background-repeat: no-repeat;
    content: "";
}
.xl100-specification .accordion-button:not(.collapsed) > div::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='2' viewBox='0 0 14 2' fill='none'%3E%3Cpath d='M8 -2.73388e-06L14 -2.99615e-06L14 2L8 2L6 2L0 2L-8.74229e-08 -2.38419e-06L6 -2.64645e-06L8 -2.73388e-06Z' fill='%230C3688'/%3E%3C/svg%3E");
}
.xl100-specification .accordion-button > div {
    position: relative;
    padding: 18px 33px 18px 0;
    display: flex;
    align-items: center;
}
.megamenu li.nav-item,
.xl100-specification .accordion-button img {
    margin-right: 20px;
}
.xl100-specification .accordion-button:not(.collapsed) {
    color: #0c3688;
    font-weight: 700;
    border: 2px solid #0c3688;
    border-bottom: 0;
}
.xl100-specification .accordion-button:not(.collapsed) > div,
.xl100-specification .accordion-item:last-child {
    border-bottom: 1px solid #d9d9d9;
}
.xl100-specification .accordion-button:not(.collapsed) + .accordion-collapse {
    border: 2px solid #0c3688;
    border-top: 0;
}
.spec-tab-btn {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.xl100-specification .accordion-collapse {
    border: 1px solid #d9d9d9;
}
.xl100-specification .accordion-item:first-of-type .accordion-button {
    border-radius: 0;
}
.xl100-specification-tab {
    padding: 0 30px;
    border-top: 0;
}
.xl100-specification-details {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.xl100-specification-details-row .specification-label {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    flex: 0 0 260px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.xl100-specification-details-row .specification-value {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
}
.xl100-specification-details-row {
    border-bottom: 1px solid #d9d9d9;
    display: flex;
}
.dwnld-blue-btn,
.dwnld-grey-btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 34px;
    padding: 0 20px;
    border-radius: 6px;
    display: inline-block;
}
.dwnld-grey-btn {
    border: 2px solid #7d7d7d;
    background-color: #fff;
    color: #2d2d2d;
}
.premium-feedback.xl100-feedback .form-control {
    color: #5a5555;
    border-bottom: 1px solid #747474;
}
.premium-feedback.xl100-feedback button {
    background: #0c3688;
    font-weight: 700;
    font-family: Roboto;
    color: #fff;
    border-color: #0c3688;
}
.customer-support {
    background: url(../../images/IB-NewUI/enquiry-banner.webp) center top/auto 490px no-repeat, linear-gradient(180deg, #fff 490px, #ddebff 490px, #fff 100%);
    padding: 60px 0;
}
.customer-support-form {
    max-width: 1364px;
    margin: 218px auto 0;
    background: #fff;
    box-shadow: 3px 3px 30px rgb(0 0 0 / 0.12);
    border-radius: 10px;
    display: flex;
    min-height: 636px;
}
.customer-support-options {
    background: #f3f8ff;
    border-radius: 10px 0 0 10px;
    padding: 30px 25px 0;
    flex-basis: 410px;
    flex-shrink: 0;
    height: 100%;
}
.customer-support-options .nav-link {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #204682;
    text-align: left;
    border-bottom: 1px solid #d2e4ff;
    padding: 16px 25px;
    border-radius: 0;
    position: relative;
}
.customer-support-options .nav-link.active {
    font-weight: 700;
    color: #fff;
    background: #204682;
    box-shadow: 3px 3px 30px rgb(0 0 0 / 0.12);
    border-radius: 10px;
}
.customer-support-options .icon {
    background-image: url(../../images/IB-NewUI/enquiry-tab-sprite.webp);
    display: inline-block;
    width: 31px;
    height: 32px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 21px;
}
.customer-support-options .icon.option-1 {
    background-position: -10px -10px;
}
.customer-support-options .active .icon.option-1 {
    background-position: -50px -10px;
}
.customer-support-options .icon.option-2 {
    background-position: -10px -47px;
}
.customer-support-options .active .icon.option-2 {
    background-position: -50px -49px;
}
.customer-support-options .icon.option-3 {
    background-position: -9px -84px;
}
.customer-support-options .active .icon.option-3 {
    background-position: -50px -85px;
}
.customer-support-options .icon.option-4 {
    background-position: -8px -124px;
}
.customer-support-options .active .icon.option-4 {
    background-position: -50px -124px;
}
.customer-support-options .icon.option-5 {
    background-position: -6px -162px;
}
.customer-support-options .active .icon.option-5 {
    background-position: -50px -165px;
}
.cutomer-contact-details {
    padding: 16px 20px 16px 30px;
}
.cutomer-contact-details + .cutomer-contact-details {
    border-top: 1px solid #d2e4ff;
}
.cutomer-contact-details + .cutomer-contact-details .cutomer-contact-details span {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #4f4f4f;
}
.cutomer-contact-details h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    margin-bottom: 8px;
}
.cutomer-contact-details p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #4f4f4f;
    margin: 0;
}
.cutomer-contact-details a {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}
.customer-support-tab,
.feedback-support-tab,
.institutional-support-tab {
    padding: 40px 80px;
}
.customer-support-tab h1,
.customer-support-tab h2,
.feedback-support-tab h1,
.feedback-support-tab h2,
.institutional-support-tab h1,
.institutional-support-tab h2 {
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 40px;
    font-weight: 700;
    text-align: center;
    color: #0c3688;
}
.customer-support-form .tab-content.outer-tab-content {
    flex-grow: 1;
    height: 100%;
    max-width: calc(100% - 410px);
}
.enquiry-about-option {
    display: flex;
    row-gap: 30px;
    column-gap: 24px;
    flex-wrap: wrap;
}
.enquiry-about-option > a > div {
    width: 248px;
    background: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 2px 6px 10px rgb(0 0 0 / 0.1);
    border-radius: 6px;
}
.enquiry-about-option h4 {
    margin: 0;
    padding: 13px 15px 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #18407e;
    position: relative;
}
.enquiry-about-option h4::after {
    content: "";
    background-image: url(../../images/IB-NewUI/next-arrow.webp);
    height: 11px;
    width: 8px;
    position: absolute;
    right: 17px;
    top: 18px;
}
.customer-support-options .nav-link::after {
    content: "";
    background: url(../../images/IB-NewUI/next-arrow-2.webp);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 17px;
    right: 17px;
}
.customer-support-options .nav-link.active::after {
    background: url(../../images/IB-NewUI/white-next-arrow-2.webp);
}
.customer-support > h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    width: 291px;
    margin: 30px auto;
}
.customer-support-cross,
.customer-support-first-cross {
    display: none;
    position: absolute;
    right: 20px;
    z-index: 4;
    top: 53px;
}
.enquiry-about-option-tab h1,
.enquiry-about-option-tab h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #000;
    margin-bottom: 27px;
    padding-right: 160px;
    text-align: left;
}
.customer-tab-form .form-check label a,
.customer-tab-form label,
.enquiry-about-option-tab h4 {
    color: #0c3688;
    font-weight: 700;
}
.enquiry-about-option-tab .enquiry-input h3 {
    padding: 10px 0 16px;
    border-bottom: 2px solid #9fadc1;
    margin-bottom: 30px;
}
.enquiry-about-option-tab .enquiry-input h3,
.enquiry-about-option-tab .enquiry-input h3 .form-select {
    color: #0c3688;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.enquiry-about-option-tab .enquiry-input h3 .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-position: right center;
    background-size: 16px;
}
.back-tab-cross {
    position: absolute;
    right: 0;
    top: 11px;
    display: none;
}
.mandatory-field {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #d83d46;
    position: absolute;
    right: 0;
    top: 7px;
}
.enquiry-about-option-tab h4 {
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.nudge-body .input-wrap,
.support-customer-wrap {
    margin-bottom: 20px;
}
#support-customer-enqury-tab.nav-tabs {
    gap: 10px;
    border: 0;
    padding-bottom: 20px;
    flex-wrap: nowrap;
    position: relative;
    margin: 0;
}
#support-customer-enqury-tab.nav-tabs .nav-link {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 12px 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    background: #f8faff;
    white-space: nowrap;
}
#support-customer-enqury-tab.nav-tabs .nav-link.active {
    background: #18407e;
    font-weight: 700;
    color: #fff;
}
#support-customer-enqury-tab.nav-tabs .nav-link .icon {
    display: none;
    margin: 0 auto;
}
.support-vehicle-list {
    gap: 10px;
    border: 0;
    padding: 20px 0;
    flex-wrap: nowrap;
    position: relative;
    margin: 0;
    display: flex;
    list-style: none;
    overflow-x: auto;
}
.support-vehicle-list > li > div {
    background: #f8faff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    width: 128px;
    height: 128px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #3a3a3a;
    cursor: pointer;
}
.support-vehicle-list > li > div img {
    margin-bottom: 15px;
    height: 50px;
    width: 82px;
    object-fit: cover;
    border-radius: 0;
}
.blue-scrollbar {
    overflow: auto;
    overflow-y: hidden;
}
.blue-scrollbar::-webkit-scrollbar,
.issue-concern::-webkit-scrollbar,
.support-vehicle-list::-webkit-scrollbar,
.year-of-purchase::-webkit-scrollbar {
    height: 8px;
}
.blue-scrollbar::-webkit-scrollbar-track,
.issue-concern::-webkit-scrollbar-track,
.support-vehicle-list::-webkit-scrollbar-track,
.year-of-purchase::-webkit-scrollbar-track {
    background: #e4e9f6;
    border-radius: 10px;
}
.blue-scrollbar::-webkit-scrollbar-thumb,
.issue-concern::-webkit-scrollbar-thumb,
.support-vehicle-list::-webkit-scrollbar-thumb,
.year-of-purchase::-webkit-scrollbar-thumb {
    background: #18407e;
    border-radius: 10px;
}
.apache-pro-gallery .center-slider-nav,
.business-section .blue-btn,
.customer-tab-form,
.motosoul-gallery .center-slider-nav,
.mt-35 {
    margin-top: 35px;
}
.customer-tab-form label {
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.customer-tab-form input::placeholder {
    color: #8a8a8a;
    opacity: 1;
}
.customer-tab-form input,
.customer-tab-form select {
    border: 0;
    border-bottom: 1.5px solid #c6ceda;
    border-radius: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    padding: 0;
    color: #000;
    background-color: #fff0;
    margin-bottom: 0;
}
.customer-tab-form select,
.nudge-body .form-select {
    padding-right: 40px;
    text-overflow: ellipsis;
}
.customer-tab-form .form-check label {
    color: #000;
    font-weight: 400;
    text-transform: initial;
}
.customer-tab-form .form-check-input {
    border: 1px solid #000;
    border-radius: 3px;
    background: 0 0;
    cursor: pointer;
    width: 16px;
    height: 16px;
}
.customer-support-get-otp,
button.desktop-submit,
input.desktop-submit {
    border-radius: 3px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.customer-tab-form .form-check-input:checked[type="checkbox"] {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-detect-loaction {
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    color: #18407e;
    position: absolute;
    top: 23px;
}
.form-detect-loaction:hover {
    color: #18407e;
}
.form-detect-loaction span,
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover,
.taglib-icon:not(.btn):focus .taglib-text,
.taglib-icon:not(.btn):hover .taglib-text,
.taglib-user-display a .user-name {
    text-decoration: underline;
}
.customer-support-get-otp {
    position: absolute;
    right: 0;
    top: 27px;
    background: #cadfff;
    font-size: 14px;
    line-height: 24px;
    color: #0c3688;
    padding: 0 8px;
    display: inline-block;
    text-decoration: none;
}
.mob-confirm-btn button.confirm,
.mob-next-btn button.next,
.mob-submit-btn {
    left: 0;
    border-radius: 0;
    background: #18407e;
    box-shadow: 0 -4px 10px rgb(0 0 0 / 0.25);
    width: 100%;
    position: fixed;
    bottom: 0;
}
.customer-support-get-otp:hover {
    color: #18407e;
    text-decoration: none;
}
button.desktop-submit,
input.desktop-submit {
    background: #18407e;
    width: 163px;
    height: 50px;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
}
.mob-confirm-btn button.confirm,
.mob-next-btn button.next {
    height: 74px;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    position: fixed;
    display: none;
}
.mob-submit-btn {
    display: none;
    height: 74px;
}
.mob-submit-btn a {
    width: 111px;
    display: inline-block;
    height: 74px;
    line-height: 74px;
    text-align: center;
}
.thanks-verify h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #18407e;
    margin-bottom: 19px;
}
.sale-detail-support {
    background: #f8faff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 16px 30px 24px;
    position: relative;
    margin-bottom: 40px;
}
.sale-detail-support h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
}
.sale-detail-support .edit-btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #0c3688;
    position: absolute;
    top: 17px;
    right: 30px;
}
.address-number-email ul {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 19px;
    margin-bottom: 19px;
}
.address-number-email ul li img {
    margin-right: 7px;
}
.address-number-email ul li {
    position: relative;
    padding-right: 18px;
}
.address-number-email ul li::after {
    content: "|";
    position: absolute;
    right: 0;
}
.address-number-email {
    border-bottom: 1px solid #d9d9d9;
    position: relative;
}
.verified-sign {
    width: 23px;
    height: 23px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23F0F5FB' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
        #009c4e;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.which-enquiry-vehicle {
    gap: 50px;
    display: flex;
    padding: 24px 0 0;
}
.institutional-vehicle-list.which-enquiry-vehicle .vehicle-image-wrap > div,
.which-enquiry-vehicle > div:first-child {
    width: 144px;
    flex-shrink: 0;
    text-align: center;
}
.which-enquiry-vehicle > div:first-child span {
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #3a3a3a;
}
.which-enquiry-vehicle > div:first-child img {
    margin-bottom: 4px;
    width: 144px;
    height: 90px;
    object-fit: contain;
}
.which-enquiry-vehicle p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #3a3a3a;
}
.detail-thanks h5,
p.connect,
p.enquiry-submit-text {
    color: #18407e;
    text-align: center;
}
.support-blue-btn {
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    background: #18407e;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    width: 163px;
    height: 50px;
}
.thanks-verify .form-check .form-check-input {
    height: 16px;
    width: 16px;
    border-radius: 0;
    border: 1px solid #18407e;
    background: 0 0;
}
.dealer-wrap-search.active::after,
.support-vehicle-list > li > div.active::after {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230C3688' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
        #fff;
    content: "";
}
.thanks-verify .form-check .form-check-label {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #3a3a3a;
    margin-left: 8px;
    max-width: 455px;
}
.thanks-verify .form-check-input:checked[type="checkbox"] {
    background-color: #18407e;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.feedback-step#step-4,
.mt-15 {
    margin-top: 15px;
}
.detail-thanks {
    padding-top: 80px;
    text-align: center;
}
.detail-thanks h5 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 30px;
}
p.enquiry-submit-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 17px;
}
p.connect {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
}
.feedback-process {
    background: #fcf2d7;
    border-radius: 10px;
    padding: 20px;
}
.feedback-process h6 {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 12px;
}
.rate-process {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
}
.rate-process > div {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    width: 94px;
    height: 30px;
    font-weight: 700;
    font-size: 10px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
}
.rate-process > div.active {
    color: #fff;
    background: #009c4e;
    border: 1px solid #d9d9d9;
}
.year-wrap {
    width: calc(100% - 40px);
    margin: 0 auto 15px;
}
.year-of-purchase {
    display: flex;
    list-style: none;
    padding: 0 0 15px;
    margin: 0;
    gap: 10px;
    overflow: auto;
}
.issue-concern {
    gap: 6px;
    flex-wrap: wrap;
    display: flex;
    list-style: none;
    padding: 0 0 18px;
    row-gap: 10px;
}
.year-of-purchase li {
    background: #f8faff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    padding: 10px 17px;
    width: 65px;
    height: 40px;
}
.issue-concern li {
    padding: 10px 15px;
    height: 36px;
    background: #f8faff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    white-space: nowrap;
}
.rate-level > div {
    height: 42px;
    width: 81px;
    border: 1px solid #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 42px;
    text-align: center;
    color: #000;
    cursor: pointer;
    flex-grow: 1;
    position: relative;
}
.rate-level > div:first-child {
    background: rgb(210 152 152 / 0.5);
    border-radius: 6px 0 0 6px;
}
.rate-level > div:nth-child(2) {
    background: rgb(233 152 152 / 0.5);
}
.rate-level > div:nth-child(3) {
    background: rgb(252 163 152 / 0.5);
}
.rate-level > div:nth-child(4),
.rate-level > div:nth-child(5) {
    background: rgb(255 189 152 / 0.5);
}
.rate-level > div:nth-child(6) {
    background: rgb(248 213 164 / 0.5);
}
.rate-level > div:nth-child(7) {
    background: rgb(221 225 176 / 0.5);
}
.rate-level > div:nth-child(8) {
    background: rgb(195 236 175 / 0.5);
}
.rate-level > div:nth-child(9) {
    background: rgb(170 233 157 / 0.5);
}
.rate-level > div:nth-child(10) {
    background: rgb(162 202 152 / 0.5);
    border-radius: 0 6px 6px 0;
}
.rate-level > div.active {
    border: 2px solid #18407e;
    line-height: 40px;
    font-weight: 700;
    font-size: 30px;
}
.rate-level > div.active .rate-indicator {
    border-top: 18px solid #18407e;
}
.rate-level > div.active:first-child {
    background: #d29898;
    border-radius: 6px 0 0 6px;
}
.rate-level > div.active:nth-child(2) {
    background: #e99898;
}
.rate-level > div.active:nth-child(3) {
    background: #fca398;
}
.rate-level > div.active:nth-child(4),
.rate-level > div.active:nth-child(5) {
    background: #ffbd98;
}
.rate-level > div.active:nth-child(6) {
    background: #f8d5a4;
}
.rate-level > div.active:nth-child(7) {
    background: #dde1b0;
}
.rate-level > div.active:nth-child(8) {
    background: #c3ecaf;
}
.rate-level > div.active:nth-child(9) {
    background: #aae99d;
}
.rate-level > div.active:nth-child(10) {
    background: #a2ca98;
    border-radius: 0 6px 6px 0;
}
.rate-indicator {
    height: 0;
    border-left: 9px solid #fff0;
    border-right: 9px solid #fff0;
    margin-right: auto;
    margin-left: auto;
    border-top: 18px solid #c6ceda;
    width: 0;
    display: inline-block;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
}
.rate-vehicle {
    padding-top: 20px;
    padding-bottom: 25px;
}
.extremely-likely,
.not-likely {
    font-weight: 700;
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
    color: #959595;
    position: absolute;
    bottom: 0;
}
.not-likely {
    left: 0;
}
.extremely-likely {
    right: 0;
}
.request-rate {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #cb0000;
    margin-top: 13px;
}
.blog-detail-container,
.blog-you-may-like-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 15px;
}
.about-tvs-options,
.lfr-layout-structure-item-aog-nav,
.lfr-layout-structure-item-navigation-bar-about-us,
.lfr-layout-structure-item-tvs-about-us-navbar {
    position: sticky;
    top: 0;
    z-index: 3;
}
.about-overview {
    padding: 60px 0 55px;
    background: linear-gradient(180deg, #fff 34.9%, #eee 100%);
    font-size: 16px;
    font-style: normal;
    color: #111;
}
.about-overview-container {
    max-width: 1425px;
    padding: 0 15px;
    margin: 0 auto;
}
.about-overview h1 {
    text-align: left;
    position: relative;
    font-weight: 700;
    font-size: 40px;
    line-height: normal;
    color: #0c3688;
    margin-bottom: 25px;
}
.aog-gallery,
.section-padding {
    padding: 60px 0;
}
.container-about-overview {
    max-width: 1465px;
}
.about-overview p {
    text-align: left;
    color: #111;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.about-overview h2,
.lfr-fulscreen-source-editor-dialog .modal-footer,
.race-machine h2,
.staticPage .email h3 {
    text-align: left;
}
.map-overview h6 {
    color: #0c3688;
    font-size: 36px;
    font-weight: 900;
    margin: 25px 0 0;
}
.map-overview h6 span:last-child {
    font-size: 24px;
    font-weight: 700;
}
.map-overview p {
    color: #111;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
}
.about-us-row {
    gap: 42px;
    margin-bottom: 60px;
}
.about-us-row img {
    filter: drop-shadow(8px 8px 20px rgb(0 0 0 / 0.25));
}
.about-key-points img {
    width: 67px;
    height: 64px;
    object-fit: none;
    margin-bottom: 24px;
}
.about-key-points h6 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #111;
    margin-bottom: 6px;
}
.about-key-points span {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #111;
}
.you-can-reach ul {
    padding: 0;
    justify-content: center;
    list-style: none;
    margin-bottom: 0;
}
.you-can-reach {
    padding: 44px 0 93px;
    background: #e8f1fd;
}
.you-can-reach li {
    padding: 5px 30px;
    color: #111;
}
.select-color-list,
.you-can-reach li a {
    display: flex;
    gap: 10px;
}
#aog-logo-id,
#nog-logo-id,
.you-can-reach li a > div:first-child {
    flex-shrink: 0;
}
.you-can-reach li a img {
    margin-right: 15px;
    width: 63px;
    height: 51px;
    object-fit: unset;
}
.you-can-reach li a div span:first-child {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}
.you-can-reach li a div span:last-child {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
}
.you-can-reach li + li {
    border-left: 1px solid #bcc6d7;
}
.issue-concern li.active,
.year-of-purchase li.active {
    border: 1px solid #d9d9d9;
    color: #fff;
    background: #18407e;
}
.support-vehicle-list > li > div.active {
    background: linear-gradient(180deg, #dde7f5 0, #fff 100%);
    border: 2px solid #0c3688;
    box-shadow: 0 4px 20px rgb(0 0 0 / 20%);
    border-radius: 6px;
    position: relative;
}
.support-vehicle-list > li > div.active::after {
    position: absolute;
    left: 50%;
    top: -10px;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50%;
    line-height: 20px;
    border: 2px solid #0c3688;
    transform: translateX(-50%);
}
.customer-support-resend-otp {
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    text-align: right;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #18407e;
    position: absolute;
    right: 27px;
    top: 21px;
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    cursor: not-allowed;
}
.desc-input {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #8a8a8a;
    border: 0;
    border-bottom: 1.5px solid #c6ceda;
    border-radius: 0;
    width: 100%;
    background: 0 0;
}
.board-director .board-inner img,
.latest-slider-inner img,
.media-wrap img {
    width: 100%;
    border-radius: 6px 6px 0 0;
}
.search-dealer .form-control::placeholder {
    opacity: 1;
    color: #c6ceda;
    font-size: 12px;
}
.customer-tab-form .search-dealer input {
    line-height: 16px;
    padding: 19px 10px 17px 27px;
}
.search-dealer img {
    position: absolute;
    top: 22px;
}
.dealer-wrap-search {
    background: #f8faff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 12px 18px;
    margin-bottom: 20px;
    position: relative;
}
.dealer-wrap-search h6 {
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 7px;
}
.dealer-wrap-search p.address {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #959595;
    margin: 0;
}
.dealer-wrap-search.active {
    background: #0c3688;
    border: 2px solid #0c3688;
}
.service-center-type {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}
.service-center-type > div {
    background: #f8faff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 12px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}
.mob-submit-btn .btn,
.selectedDealerName,
a.go-to-home,
a.other-enquiry {
    font-weight: 800;
    text-transform: uppercase;
}
.service-center-type > div.active,
.service-center-type > div:hover {
    background: #18407e;
    box-shadow: 0 4px 10px rgb(0 0 0 / 25%);
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
}
.dealer-wrap-search.active::after {
    position: absolute;
    right: 12px;
    top: 12px;
    color: #18407e;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    line-height: 18px;
    text-align: center;
}
.aog-banner {
    background: url(../../images/IB-NewUI/aog.webp) center center/cover no-repeat;
    padding: 103px 0;
    height: 562px;
}
.aog-overlay {
    background: rgb(0 0 0 / 70%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.aog-banner .aog-content {
    background: 0 0;
    border-radius: 10px;
    padding: 35px 20px;
    width: 730px;
    margin-left: 115px;
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.aog-banner .aog-content img,
.motosoul-apache-section .apache-owner img,
.motosoul-apache-section .apache-pro img,
.motosoul-apache-section .moto-soul img {
    width: 147px;
}
.aog-banner .aog-content h2 {
    font-weight: 700;
    font-size: 70px;
    line-height: 65px;
    color: #fff;
    margin-bottom: 18px;
    text-align: left;
}
.aog-banner .aog-content .aog-banner-paragraph,
.aog-banner .aog-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #ddd;
}
.input-group {
    flex-wrap: nowrap;
}
.tvs-offer-slider .slick-slide .offer-wrap img {
    width: 100%;
    border-radius: 7px;
}
.which-enquiry-vehicle > div:first-child span.feedback-form-rating {
    background: #18407e;
    border: 1.5px solid #d9d9d9;
    border-radius: 40px;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #fff;
    width: 115px;
    height: 51px;
    display: block;
    line-height: 51px;
    margin: 14px auto 0;
}
.selectedDealerName {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #000;
    margin-bottom: 14px;
}
.selectedDealerAddress {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #3a3a3a;
    margin-bottom: 22px;
}
.mob-submit-btn .btn {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    width: calc(100% - 111px);
    display: inline-block;
}
.mob-submit-btn a {
    background: #7d8fab;
}
a.go-to-home,
a.other-enquiry {
    width: 178px;
    height: 45px;
    display: block;
    border-radius: 30px;
    font-size: 16px;
    line-height: 45px;
}
a.other-enquiry {
    border: 2px solid #fff;
    background: #18407e;
    margin: 0 auto 26px;
    color: #fff;
}
a.go-to-home {
    background: #fff;
    border: 2px solid #0c3688;
    color: #18407e;
    margin: 0 auto;
}
#enquiryForm,
#nudge-form {
    position: fixed;
    left: 30px;
    bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    z-index: 4;
    background: #fff;
    border: 3px solid #c2ccde;
    width: 390px;
    display: none;
}
.nudge-header {
    background: 0 0;
    margin: 0 25px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.feedback-logo img,
.nudge-header img {
    width: 100px;
}
.nudge-header .close {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    padding: 0 10px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    background: #ee313c;
    opacity: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nudge-body {
    padding: 8px 20px;
    background-origin: border-box;
    overflow: auto;
    max-height: calc(100vh - 160px);
}
.nudge-body h2 {
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 10px;
}
.aog-gallery h2,
.aog-ride-category h2 {
    font-weight: 800;
    font-size: 28px;
    line-height: 38px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.nudge-body .form-label {
    text-transform: uppercase;
    color: #0c3688;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 700;
}
.nudge-body .form-control,
.nudge-body .form-select {
    font-size: 13px;
    height: 30px;
    padding: 2px 40px 2px 0;
    border: 0;
    border-bottom: 1px solid #0c3688;
    font-weight: 400;
    color: #000;
    border-radius: 0;
}
.nudge-body .form-check-label,
.popupLeft .consent-field label {
    text-transform: none;
    color: #aaa;
    font-size: 12px;
    line-height: 15px;
}
.btn-group-custom {
    background: #edf2fb;
    gap: 15px;
    display: flex;
    padding: 8px 20px;
}
.aog-gallery,
.aog-ride-category {
    background: linear-gradient(180deg, #302b2a 0, #070707 100%);
}
button#cancel,
button#subscribe {
    flex: 1;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 5px 10px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    border: 0;
}
button#cancel {
    color: #546887;
    background: #c5d1e3;
}
#pagination-controls button:disabled,
button#cancel:disabled,
button#subscribe:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.institutional-vehicle-list.which-enquiry-vehicle .vehicle-image-wrap {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    width: auto;
    flex-wrap: wrap;
}
.aog-gallery h2 {
    margin-bottom: 25px;
}
.aog-gallery-options,
.aog-ride-tab {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 5px;
    flex-wrap: wrap;
    padding: 0;
}
.aog-ride-tab,
.feedback-emoji img {
    margin-bottom: 38px;
}
.aog-gallery-options.nav-tabs,
.aog-ride-tab.nav-tabs,
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav .product-dropdown-tabs .nav-tabs {
    border: 0;
}
.aog-gallery .portlet-decorate .portlet-content {
    background: 0 0;
    border: 0;
    padding: 0;
}
.aog-gallery #aogRidesGallery,
.aog-gallery #nogRidesGallery {
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #fff;
    border: 0;
    border-bottom: 1.5px solid #c6ceda;
    width: 241px;
    background-color: #fff0;
    border-radius: 0;
    text-align: left;
    padding: 0 0 5px;
    margin-right: 25px;
    text-transform: capitalize;
}
.aog-gallery-options.nav-tabs .nav-link,
.aog-ride-tab.nav-tabs .nav-link {
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    min-width: 76px;
    border: 1px solid #fff0;
    height: 30px;
    text-align: center;
    padding: 0 10px;
    display: inline-block;
    background-color: #fff0;
}
.aog-gallery-options.nav-tabs .nav-link.active,
.aog-gallery-options.nav-tabs .nav-link:hover,
.aog-ride-tab.nav-tabs .nav-link.active,
.aog-ride-tab.nav-tabs .nav-link:hover {
    border-color: #d83d46;
    color: #d83d46;
}
.aog-ride-category {
    padding: 60px 0 48px;
}
.aog-ride-category-container {
    max-width: 1830px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.aog-ride-category-inner > div {
    background: #3a3a3a;
    box-shadow: 0 6px 10px rgb(0 0 0 / 0.15);
    border-radius: 6px;
}
.aog-ride-category-inner > div img {
    width: 100%;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
}
.aog-ride-category-body {
    padding: 15px 20px;
}
.aog-ride-category-body h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    text-transform: capitalize;
    margin-bottom: 9px;
    color: #fff;
}
.aog-ride-category-body p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #a2a2a2;
    margin: 0;
}
.aog-ride-category .center-slider-nav {
    margin-top: 46px;
}
.aog-ride-category-inner {
    padding: 0 23px;
}
.join-aog,
.register-aog {
    background: url(../../images/IB-NewUI/join-aog.webp) top left/cover no-repeat, linear-gradient(180deg, #000 0, #fff0 100%);
    padding: 60px 0;
}
.join-aog h1,
.join-aog h2,
.register-aog h2 {
    font-weight: 800;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 46px;
}
.join-aog-container {
    max-width: 1395px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.register-aog-container,
.ride-faq-container {
    max-width: 1575px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.join-aog-from-wrap,
.register-aog-from-wrap {
    background-color: rgb(19 19 19 / 0.85);
    border-radius: 4px;
    padding: 40px 40px 60px 60px;
}
.join-aog-from-wrap h3,
.register-aog-from-wrap h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 23px;
    color: #fffdff;
    text-align: center;
}
.aog-gallery img,
.aog-gallery video,
.blogListGroup .item .blog-penal,
.feedback-remark #otherfeedback,
.join-aog-from-left-col,
.mainMenu ul.navbar-nav a.nav-link.active:before,
.mainMenu ul.navbar-nav a.nav-link:hover:before,
.mainMenu ul.navbar-nav div.active a.nav-link:before,
.page-editor__layout-viewport__resizer,
.posAbs,
.premium-gallery-slider .slick-slide img,
.press-kit-block video {
    width: 100%;
}
.register-aog-from-left-col {
    width: 390px;
}
.join-aog .center-slider-nav,
.register-aog .center-slider-nav {
    margin-top: 34px;
    margin-bottom: 26px;
}
.join-aog-from-wrap .join-aog-from-left-col .aog-join-para,
.join-aog-from-wrap .join-aog-from-left-col p,
.register-aog-from-wrap .register-aog-from-left-col .aog-register-para,
.register-aog-from-wrap .register-aog-from-left-col p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 26px;
    color: #fff;
}
.join-aog-from-wrap .form-label,
.register-aog-from-wrap .form-label {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
.join-aog-from-wrap .form-control,
.join-aog-from-wrap .form-select,
.register-aog-from-wrap .form-control,
.register-aog-from-wrap .form-select {
    border: 0;
    border-bottom: 1.5px solid #d9d9d9;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #959595;
    padding: 0;
    background-color: #fff0;
    border-radius: 0;
}
.join-aog-from-wrap .input-wrap,
.register-aog-from-wrap .input-wrap {
    margin-bottom: 40px;
    position: relative;
}
.join-aog-from-wrap .form-select,
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav .nav-item.active .dropdown-toggle::after,
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav .nav-item.active [title~="Products"]::after,
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav .nav-item:hover .dropdown-toggle::after,
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav .nav-item:hover [title~="Nuestros"]::after,
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav > .nav-item:hover > .nav-link [title~="Products"]::after,
.lfr-layout-structure-item-com-liferay-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav .nav-item.active .dropdown-toggle::after,
.lfr-layout-structure-item-com-liferay-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav .nav-item.active [title~="Products"]::after,
.lfr-layout-structure-item-com-liferay-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav .nav-item:hover .dropdown-toggle::after,
.lfr-layout-structure-item-com-liferay-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav .nav-item:hover [title~="Nuestros"]::after,
.lfr-layout-structure-item-com-liferay-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav > .nav-item:hover > .nav-link [title~="Products"]::after,
.register-aog-from-wrap .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.join-aog-from-wrap .form-check-input,
.register-aog-from-wrap .form-check-input {
    width: 14px;
    height: 14px;
    background-color: #fff0;
    border: 1px solid #fff;
    border-radius: 0;
}
.join-aog-from-wrap .form-check-label,
.register-aog-from-wrap .form-check-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #959595;
}
.join-aog-from-wrap .form-check-label a,
.register-aog-from-wrap .form-check-label a {
    color: #fff;
    font-family: Sansation_Regular;
    text-decoration: underline;
}
.red-join-btn {
    font-weight: 700;
    font-size: 20px;
    line-height: 54px;
    text-transform: uppercase;
    min-width: 154px;
    height: 54px;
    background: #0c3688;
    border-radius: 6px;
    color: #fff;
    padding: 0 20px;
    margin-top: 20px;
}
.join-aog-from-wrap .input-wrap span.error,
.register-aog-from-wrap .input-wrap span.error {
    position: absolute;
    bottom: -25px;
    font-size: 14px;
    left: 0;
}
.date-search-head div#autocomplete-list,
.nudgeForm #nudge-autocomplete-list {
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 1;
}
.date-search-head .autocomplete-item,
.nudgeForm .nudge-autocomplete-item {
    padding: 5px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    cursor: pointer;
}
.date-search-head .autocomplete-item:hover,
.input-group-item.search-bar-keywords-input-wrapper,
.nudgeForm .nudge-autocomplete-item:hover {
    background: #ecf1fa;
}
.nudgeForm #nudge-autocomplete-list {
    max-height: 185px;
    overflow: auto;
}
.nudgeForm .nudge-autocomplete-item {
    color: #000;
    border-bottom: 1px solid #ccc;
}
.nav-tabs + .tab-content .tab-pane {
    background: 0 0;
    padding: 0;
    border-radius: 0;
}
.aog-ride-category .portlet-decorate .portlet-content,
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-breadcrumb-web-portlet-sitenavigationbreadcrumbportlet .portlet-decorate .portlet-content {
    padding: 0;
    border: 0;
    background: 0 0;
}
.portal-popup .dialog-body .container-view,
.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.pt-20 {
    padding-top: 20px;
}
.banner-view-360 {
    position: absolute;
    background: url(../../images/IB-NewUI/bike-bg.webp) center/cover no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.modal .banner-view-360 {
    position: static;
    background: 0 0;
}
#threesixty-always {
    max-width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    max-height: 20vmax;
}
.color-section #threesixty-always {
    max-height: 63vmin;
}
.threesixty {
    height: auto !important;
    min-height: 400px;
    margin: 0 auto;
    max-width: 100%;
}
.base-wrap-360 .image-360-base,
.image-360-base {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.lfr-pagination .page-item:first-child a::after,
.spinner {
    display: none !important;
}
.threesixty .threesixty_images img.current-image {
    display: block;
    margin: 0 auto;
}
.threesixty .threesixty_images {
    list-style: none;
    margin: 0;
    padding: 70px 0 30px;
    position: relative;
    z-index: 1;
}
.banner-view-360 .icon-back,
.banner-view-360 .icon-forward {
    display: block;
    background: url(../../images/IB-NewUI/white-next-arrow-2.webp) 0 / contain no-repeat;
    width: 7px;
    height: 12px;
    cursor: pointer;
}
.rotate-text {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #d9d9d9;
    width: 122px;
    text-align: center;
    z-index: 1;
}
.small-rotate {
    position: relative;
    z-index: 2;
}
.close-360-view {
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    cursor: pointer;
    z-index: 2;
}
.full-page-loader,
.nudge-loader {
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
div#similarThreeSixty,
div#threesixty {
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    cursor: ew-resize;
    background-position: center bottom;
}
.download-icon {
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.download-icon img {
    width: 35px;
}
.section-loader img {
    width: 150px;
    margin: 0 auto;
    display: block;
}
.full-page-loader {
    position: fixed;
    top: 0;
    background: rgb(19 18 18 / 0.8);
    z-index: 4;
}
.full-page-loader img,
.section-loader.product-loader img {
    position: absolute;
    left: 50%;
}
.nudge-loader {
    position: absolute;
    top: 0;
    background: rgb(255 255 255 / 0.5);
}
.nudge-loader img {
    position: absolute;
    width: 35%;
    left: 50%;
}
.premium-aog-section {
    background: url(../../images/IB-NewUI/aog-bg.webp) center center/cover;
    padding: 60px 0;
    color: #fff;
}
.premium-aog-container {
    max-width: 1920px;
    padding: 0 15px;
    margin: 0 auto;
}
.aog-logo img {
    width: 109px;
    margin-bottom: 40px;
}
.premium-aog-section h2 {
    font-weight: 800;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #fff;
}
.premium-aog-section .head-para {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    max-width: 1067px;
    margin: 0 auto 40px;
}
.explore-btn {
    width: 164px;
    height: 43px;
    background: #af282f;
    border-radius: 6px;
    font-weight: 900;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 0;
    color: #fff;
}
.premium-aog-inner p {
    width: calc(100% - 40px);
    height: 135px;
    padding: 20px 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    margin: -65px auto 0;
    position: relative;
    border-radius: 6px;
    background: #fff;
    color: #3a3a3a;
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 0.15);
}
.premium-aog-section .row {
    row-gap: 20px;
    margin-top: 40px;
}
.your-number .iti__selected-flag {
    padding: 0 10px 0 0;
    position: relative;
}
.your-number .iti__selected-flag:after,
button#is_showCountryCode:before {
    content: "";
    position: absolute;
    right: 3px;
    height: 12px;
    width: 1px;
    top: 7px;
    background-color: #959595;
}
.your-number .iti--allow-dropdown input {
    padding-left: 82px;
}
.input-group .input-group-item .input-group-inset-after.form-control {
    width: calc(100% - 50px);
    border-radius: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 41px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #3a3a3a;
    border: 0;
    padding: 0 10px;
    background: #ecf1fa;
    max-width: 100%;
    text-transform: initial !important;
}
.input-group-inset-item.input-group-inset-item-after {
    background: 0 0;
    border: 0;
}
.input-group.search-bar-suggestions,
.media-search .input-group.search-bar-suggestions {
    background: #ecf1fa;
    border-radius: 6px;
    min-width: 335px;
}
.input-group-inset.focus ~ .input-group-inset-item,
.input-group-inset:focus ~ .input-group-inset-item,
.tree-node-selected .tree-label {
    background-color: #fff0;
}
.section-loader.product-loader {
    position: relative;
    background: #383838;
}
.book-now #autocomplete-list,
.career-apply #autocomplete-list,
.customer-support-form div#autocomplete-list,
.join-aog-from-wrap #autocomplete-list,
.register-aog-from-wrap #autocomplete-list {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    max-height: 310px;
    overflow: auto;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 2;
}
.book-now #autocomplete-list,
.career-apply #autocomplete-list,
.join-aog-from-wrap #autocomplete-list,
.mainMenu .dropdown-menu,
.register-aog-from-wrap #autocomplete-list {
    background: #fff;
}
.customer-support-form div#autocomplete-list,
.nudgeForm #nudge-autocomplete-list {
    background: #deeaff;
}
.book-now .autocomplete-item,
.career-apply .autocomplete-item,
.customer-support-form .autocomplete-item,
.join-aog-from-wrap .autocomplete-item,
.offer_form .autocomplete-item,
.register-aog-from-wrap .autocomplete-item {
    padding: 8px 5px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.book-now .autocomplete-item:hover,
.join-aog-from-wrap .autocomplete-item:hover,
.register-aog-from-wrap .autocomplete-item:hover {
    background: #1a1813;
    color: #fff;
}
.career-apply .autocomplete-item:hover,
.customer-support-form .autocomplete-item:hover {
    background-color: #0c3688;
    color: #fff;
}
.book-now #location,
.career-apply #location,
.customer-support-form #location,
.join-aog-from-wrap #location1,
.register-aog-from-wrap #location1 {
    padding-right: 80px;
    text-overflow: ellipsis;
}
.header-call a {
    color: #fff;
    text-decoration: none;
}
.iti--separate-dial-code .iti__selected-flag {
    background: 0 0 !important;
}
.nudgeForm .iti__selected-dial-code {
    color: #0c3688;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.motosoul-gallery-slider .gallery-wrap-img,
.nudgeForm .iti__flag-container {
    padding: 5px 0;
}
.error.text-danger {
    font-size: 13px;
    bottom: -22px;
}
.otp-success-msg,
.otpSent {
    color: #00891e;
    margin-top: 15px;
    font-size: 13px;
    position: absolute;
    bottom: -22px;
}
.nudgeForm .iti__country-list {
    color: #000;
    font-size: 13px;
    width: 315px;
    left: 0;
}
.career-apply .iti__selected-dial-code {
    font-size: 14px;
    line-height: 22px;
}
.premium-feedback .customer-support-get-otp {
    right: 13px;
    color: #000;
    text-decoration: none;
}
.staticPage {
    background-color: #f4f4f4;
    padding: 20px 0;
}
.staticPage h1 {
    color: #000;
    text-transform: uppercase;
    line-height: 30px;
    height: auto;
    padding: 15px 0 10px;
    margin-bottom: 25px;
    min-width: auto;
    font-weight: 700;
    text-align: center;
}
.staticPage h3 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 700;
}
.bookNowDrop,
.feedback-name,
.staticPage p {
    font-size: 16px;
}
.staticPage a {
    color: #264da9;
}
.book-now .form-detect-loaction,
.customer-tab-form .input-wrap .customer-support-get-otp,
.form-detect-loaction {
    right: 15px;
}
.book-now div#autocomplete-list {
    left: 12px;
    right: 12px;
}
.ntorq-apache-inner {
    border: 1px solid #1a3d77;
    border-radius: 6px;
}
.ntorq-apache-inner img {
    height: 165px;
    width: 100%;
    object-fit: cover;
}
.ntorq-apache-inner h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #e5e8eb;
    margin: 0;
    background: #1a3d77;
    padding: 9px 0;
}
.banner-aog-nog-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}
.staticPage .tc-title {
    text-align: left;
    font-size: 24px;
    font-weight: 500;
}
.inner-title-tc {
    font-size: 22px;
}
.customer-support-tab .form-detect-loaction {
    right: 20px;
}
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav .nav-link {
    padding: 0 10px;
    font-weight: 700;
    font-size: 12px;
    line-height: 45px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
    min-width: 67px;
    justify-content: center;
}
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav > .nav-item.active > .nav-link,
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav > .nav-item:hover > .nav-link {
    background: linear-gradient(180deg, #0c3688 0, #1855ca 0.01%, #447cea 100%);
    font-weight: 900;
    color: #fff;
}
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav .dropdown-toggle::after,
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav [title~="Nuestros"]::after,
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav [title~="Products"]::after {
    content: "";
    border: none;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    width: 10px;
    height: 45px;
    background-position: center center;
    margin: 0;
}
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav [title~="Nuestros"]::after,
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav [title~="Products"]::after {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav [title~="Nuestros"],
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav [title~="Products"] {
    padding-right: 15px;
}
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav .dropdown-menu {
    background: #edf2f9;
    width: 226px;
    border-radius: 0;
    border: 0;
    padding: 0;
    max-width: initial;
}
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav .dropdown-item {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 22px;
}
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav .dropdown-item:hover,
.mainMenu .dropdown-menu .dropdown-item:hover {
    background: #cad0db;
    color: #0c3688;
    font-weight: 900;
}
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav .product-dropdown-tabs .dropdown-menu {
    width: 893px;
    background: linear-gradient(180deg, #626572 0, #292e3a 100%);
    padding: 0 25px 22px;
    margin: 0;
}
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav .nav-tabs .nav-link {
    color: #fff;
    line-height: 20px;
    border-width: 0 0 2px;
    border-color: #fff0;
    padding: 0 0 5px;
}
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav .nav-tabs .nav-item {
    padding: 11px 18px 0;
}
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav .product-dropdown-tabs .nav-tabs .nav-link.active {
    border-color: #fff;
    background-color: #fff0;
    font-weight: 900;
}
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav .nav-tabs .nav-item:first-child {
    padding-left: 0;
}
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav .product-dropdown-tabs .nav-tabs .header-view-all-tab {
    color: #b5ceff;
    font-weight: 900;
}
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav .nav-link .text-truncate {
    display: inline-block;
    vertical-align: middle;
}
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav > .nav-item > .nav-link:focus-visible,
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav > .nav-item > .nav-link:focus-within {
    outline-offset: 0;
    outline: 0;
}
.lfr-layout-structure-item-com-IB-NewUI-site-navigation-menu-web-portlet-sitenavigationmenuportlet .navbar-nav > .nav-item > .nav-link span::before {
    display: block;
    content: attr(title);
    font-weight: 900;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.FooterWithoutConnect,
.premium-features-slider .counter-slider-wrap {
    justify-content: center;
}
.about-tvs-options,
.bookNowDrop,
.go-top,
.mobile-footer-fixed-product > div,
.mobile-footer-menu,
.premiun-details-section > .nav-tabs,
.spin-wheel {
    transition: bottom 0.5s;
}
.go-top.animate-down,
.mobile-footer-menu.animate-down {
    bottom: -70px;
}
.bookNowDrop.animate-down,
.spin-wheel.animate-down {
    bottom: 50px;
}
.about-tvs-options.animate-down,
.feedback-experience-form .remark-error,
.mobile-footer-fixed-product > div.animate-down,
.premiun-details-section > .nav-tabs.animate-down {
    bottom: 0;
}
.form-wrap .form-select option {
    background: #fff;
    color: #000;
}
.offer_join_form .customer-support-get-otp,
.offer_join_form .form-detect-loaction {
    right: 12px;
}
#events-information-container,
.tvs-award-section .row {
    row-gap: 20px;
}
.payment-method-wrap a {
    cursor: initial;
}
.no-360-img .alert.alert-danger {
    top: 40%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -60%);
}
#press-kit .portlet-decorate .portlet-content {
    padding: 0;
    background: 0 0;
    border: 0;
}
#news-row-information .portlet-decorate .portlet-content,
.blog-you-may-like .portlet-decorate .portlet-content,
.news-section .portlet-decorate .portlet-content,
.portlet-search-bar.portlet-decorate .portlet-content {
    padding: 0;
    border: 0;
    background: 0;
}
.dropdown-item .suggestion-item-title {
    word-wrap: break-word;
}
#mobile-modal-360-view .modal-header h5,
#modal-360-view .modal-header h5 {
    color: #fff;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}
#mobile-modal-360-view .modal-body,
#modal-360-view .modal-body {
    border: 0;
    padding-bottom: 30px;
}
#mobile-modal-360-view .modal-body h5,
#modal-360-view .modal-body,
.inputGroup_cs .input-group-prepend {
    border: none;
}
#mobile-modal-360-view div#modalSixty {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 0 auto;
}
#mobile-modal-360-view div#modalSixty,
#modal-360-view div#modalSixty,
#modal-360-view div#similarThreeSixty,
#modal-360-view div#threesixty {
    position: absolute;
    z-index: 1;
    max-height: 100%;
    max-width: 100%;
}
#mobile-modal-360-view .modal-content,
#modal-360-view .modal-content {
    background: url(../../images/IB-NewUI/bike-bg.webp) center/cover no-repeat;
}
#mobile-modal-360-view .modal-content .btn-close,
#modal-360-view .modal-content .btn-close {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cpath d='M1 17C1 25.8366 8.16344 33 17 33C25.8366 33 33 25.8366 33 17C33 8.16344 25.8366 1 17 1C8.16344 1 1 8.16344 1 17Z' fill='black'/%3E%3Cpath d='M11.6667 11.6667L16.9999 16.9999M16.9999 16.9999L22.3331 22.3331M16.9999 16.9999L11.6667 22.3331M16.9999 16.9999L22.3331 11.6667M17 33C8.16344 33 1 25.8366 1 17C1 8.16344 8.16344 1 17 1C25.8366 1 33 8.16344 33 17C33 25.8366 25.8366 33 17 33Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    opacity: 1;
    width: 32px;
    height: 32px;
    padding: 0;
    background-size: 100%;
    position: absolute;
    right: 18px;
    top: 18px;
}
#mobile-modal-360-view .banner-view-360,
#modal-360-view .banner-view-3600 {
    display: block !important;
    background: 0 0;
    position: static;
}
#mobile-modal-360-view .banner-view-360 .threesixty-buttons,
#modal-360-view .banner-view-360 .threesixty-buttons {
    position: static;
    transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
#mobile-modal-360-view .you-may-like-btns,
#modal-360-view .you-may-like-btns {
    margin: 30px auto 0;
    max-width: 350px;
}
.lfr-pagination {
    padding-bottom: 20px;
}
#mobile-modal-360-view .modal-dialog,
#modal-360-view .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
}
#mobile-modal-360-view .modal-header,
#modal-360-view .modal-header {
    border: 0;
    padding-top: 60px;
}
.grey-arrow .counter-slider-wrap .slick-arrow,
.premium-features .center-slider-nav .slick-arrow {
    background-image: url(../../images/IB-NewUI/grey-right-arrow.webp);
    height: 27px;
    width: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.left-sec img {
    object-fit: cover;
    min-width: 642px;
}
.mobile-footer-menu {
    background: linear-gradient(180deg, #06357a 0, #081e40 100%);
    display: flex;
    height: 70px;
    font-weight: 700;
    font-size: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    color: #cadfff;
    text-align: center;
    font-style: normal;
    line-height: 11px;
    text-transform: uppercase;
}
.mobile-footer-menu a {
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
    gap: 7px;
}
.mobile-footer-menu a.active,
.mobile-footer-menu a:hover {
    color: #00a3ff;
}
.global-fixed-menu .icon,
.mobile-footer-menu .icon,
.mobile-side-menu .icon {
    display: block;
    height: 25px;
    width: 46px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.global-fixed-menu .icon.finance {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/finance.svg);
}
.global-fixed-menu .active .icon.finance,
.global-fixed-menu a:hover .icon.finance {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/finance_hover.svg);
}
.global-fixed-menu .icon.exchange {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/exchange.svg);
}
.global-fixed-menu .active .icon.exchange,
.global-fixed-menu a:hover .icon.exchange {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/exchange_hover.svg);
}
.global-fixed-menu .icon.book-now {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/book.svg);
}
.global-fixed-menu .active .icon.book-now,
.global-fixed-menu a:hover .icon.book-now {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/book_hover.svg);
}
.global-fixed-menu .icon.contact {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/contact.svg);
}
.global-fixed-menu .active .icon.contact,
.global-fixed-menu a:hover .icon.contact {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/contact_hover.svg);
}
.global-fixed-menu .icon.enquiry {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/enquiry.svg);
}
.global-fixed-menu .active .icon.enquiry,
.global-fixed-menu a:hover .icon.enquiry,
.mobile-side-menu .icon.enquiry {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/enquiry_hover.svg);
}
.global-fixed-menu .icon.dealer {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/dealer.svg);
}
.global-fixed-menu .active .icon.dealer,
.global-fixed-menu a:hover .icon.dealer {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/dealer_hover.svg);
}
.global-fixed-menu .icon.emi-finance {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/calculator.svg);
}
.global-fixed-menu .active .emi-finance,
.global-fixed-menu a:hover .emi-finance,
.mobile-side-menu .emi-finance {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/calculator_hover.svg);
}
.global-fixed-menu .icon.ride {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/ride.svg);
}
.global-fixed-menu .active .icon.ride,
.global-fixed-menu a:hover .icon.ride {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/ride_hover.svg);
}
.global-fixed-menu .icon.more {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/more.svg);
}
.global-fixed-menu .active .icon.more,
.global-fixed-menu a:hover .icon.more {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/more_hover.svg);
}
.global-fixed-menu .icon.feedback {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/feedback.svg);
}
.global-fixed-menu .active .icon.feedback,
.global-fixed-menu a:hover .icon.feedback,
.mobile-side-menu .icon.feedback {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/feedback_hover.svg);
}
.global-fixed-menu .icon.aog {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/aog.svg);
}
.global-fixed-menu .active .icon.aog,
.global-fixed-menu a:hover .icon.aog,
.mobile-side-menu .icon.aog {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/aog_hover.svg);
}
.mobile-footer-menu .icon.home {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/home-mob.svg);
}
.mobile-footer-menu .active .icon.home,
.mobile-footer-menu a:hover .icon.home {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/home-mob-active.svg);
}
.mobile-footer-menu .icon.product {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/product-mob.svg);
}
.mobile-footer-menu .active .icon.product,
.mobile-footer-menu a:hover .icon.product {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/product-mob-active.svg);
}
.mobile-footer-menu .icon.dealer {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/dealer-mob.svg);
}
.mobile-footer-menu .active .icon.dealer,
.mobile-footer-menu a:hover .icon.dealer {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/dealer-mob-active.svg);
}
.mobile-footer-menu .icon.more {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/more-mob.svg);
}
.mobile-footer-menu .active .icon.more,
.mobile-footer-menu a:hover .icon.more {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/more-mob-active.svg);
}
.mobile-footer-menu .icon.finance {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/finance-2.svg);
}
.aog-ride-category .portlet-decorate .portlet-content,
.join-aog-from-wrap .portlet-decorate .portlet-content {
    padding: 0;
    margin: 0;
    border: 0;
    background: 0 0;
}
.buy-product-slider .center-slider-nav,
.premium-features .center-slider-nav {
    margin-top: 40px;
}
.buy-product-slider .center-slider-nav .slick-next,
.buy-product-slider .center-slider-nav .slick-prev,
.grey-arrow .center-slider-nav .slick-arrow,
.grey-arrow .counter-slider-wrap .slick-arrow {
    background: url(../../images/IB-NewUI/grey-right-arrow.webp) center/contain no-repeat;
}
.buy-product-slider .center-slider-nav .slick-next,
.buy-product-slider .center-slider-nav .slick-prev,
.grey-arrow .center-slider-nav .slick-arrow {
    width: 20px;
    height: 20px;
}
.grey-arrow .counter-slider-wrap .slick-arrow {
    width: 15px;
    height: 27px;
}
.all-offer-section .row {
    row-gap: 30px;
}
.bookNowDrop {
    min-width: 116px;
    width: 116px;
    height: 34px;
    border-radius: 50px;
    background: #18407e;
    color: #fff;
    font-weight: 400;
    display: block;
    padding: 6px;
    position: absolute;
    text-align: center;
    right: 33px;
    top: 50%;
    transform: translateY(-50%);
}
.remark-error,
.who-we-are p {
    font-weight: 500;
    text-align: center;
}
.who-we-are {
    padding: 50px 0;
    background: url(../../images/IB-NewUI/who-we-are-bg.webp) 0 / cover no-repeat;
}
.who-we-are-container {
    max-width: 1755px;
    margin: 0 auto;
    padding: 0 20px;
}
.product-section.productTab h1,
section h1,
section h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: normal;
    text-align: center;
    color: #0c3688;
    margin-bottom: 25px;
}
.who-we-are p {
    max-width: 1076px;
    margin: 0 auto 40px;
    color: #3a3a3a;
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
}
.feedback-experience-form h3,
.feedback-name {
    color: #fff;
    font-family: Sansation_Regular;
    line-height: 30px;
}
.colorTab-select span.active {
    border: 2px solid #fff;
}
.feedback-experience-form {
    background: linear-gradient(180deg, #626572 0, #292e3a 100%);
    width: 390px;
    height: 440px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5;
    max-width: 100%;
}
.feedback-experience-form h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    max-width: 295px;
    margin: 0 auto 23px;
    text-transform: capitalize;
}
.apache-pro-gallery h2,
.feedback-remark label,
.know-btn,
.nonpremium-overview-heading,
.product-top-fixed-menu a h6,
.race-machine h2,
.red-offer-btn,
.sticky-secondary-menu ul li a,
.taglib-discussion .workflow-value,
.white-btn {
    text-transform: uppercase;
    font-weight: 700;
}
.feedback-step-form .inner {
    background: linear-gradient(180deg, rgb(0 0 0 / 0.31) 0, #fff0 100%);
    position: relative;
    min-height: 285px;
    padding: 20px 10px 0;
}
.feedback-slider-wrap {
    padding: 12px 25px;
}
.feedback-slider-wrap .slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inner-bg-range {
    width: 255px;
    height: 13px;
    background: #e1e6f9;
    border-radius: 5px;
    clip-path: polygon(0 25%, 100% 0%, 100% 100%, 0 75%);
}
.feedback-range input {
    width: 100%;
    position: absolute;
    top: 2px;
    z-index: 1;
    left: 0;
    height: 0;
    appearance: none;
}
.feedback-range input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 40px;
    height: 40px;
    margin: -16px 0 0;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    fill: #fff;
    stroke-width: 1px;
    stroke: #d1d6ee;
    filter: drop-shadow(0 2px 6px rgb(0 0 0 / 0.25));
}
.feedback-range input::-moz-range-thumb {
    appearance: none;
    margin: -16px 0 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    fill: #fff;
    stroke-width: 1px;
    stroke: #d1d6ee;
    filter: drop-shadow(0 2px 6px rgb(0 0 0 / 0.25));
}
.feedback-range input::-ms-thumb {
    appearance: none;
    margin: -16px 0 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    fill: #fff;
    stroke-width: 1px;
    stroke: #d1d6ee;
    filter: drop-shadow(0 2px 6px rgb(0 0 0 / 0.25));
}
.feedback-range input::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #e1e6f9;
}
.feedback-range input::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #e1e6f9;
}
.feedback-range input::-ms-track {
    height: 2px;
    width: 100%;
    cursor: pointer;
    background: 0 0;
    border-color: #fff0;
    color: #fff0;
}
.feedback-range input:focus {
    background: 0 0;
    outline: 0;
}
.feedback-range-labels {
    margin: 15px -28px 0;
    padding: 0;
    list-style: none;
}
.feedback-range-labels li {
    position: relative;
    float: left;
    width: 62px;
    text-align: center;
    color: #fff0;
    font-size: 14px;
    cursor: pointer;
}
.feedback-range-labels li::before {
    position: absolute;
    top: -28px;
    right: 0;
    left: 0;
    content: "";
    margin: 0 auto;
    width: 13px;
    height: 13px;
    background: rgb(255 255 255 / 70%);
    border-radius: 50%;
}
.feedback-range-labels .active {
    color: #37adbf;
}
.feedback-header {
    padding: 25px 35px;
    display: flex;
    justify-content: space-between;
}
.feedback-navigation-btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}
.feedback-navigation-btn a {
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 2px solid #d9d9d9;
    color: #d9d9d9;
    font-size: 45px;
    line-height: 35px;
    text-align: center;
}
.feedback-navigation-btn a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}
.remark-error {
    color: #f12b00;
    font-size: 14px;
    line-height: normal;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}
.feedback-remark,
.select-color-spec {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 9px;
    column-gap: 6px;
}
.feedback-remark input,
.select-color-spec input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.feedback-remark input[type="radio"],
.select-color-spec input[type="radio"] {
    opacity: 0;
    z-index: 100;
}
.feedback-remark input[type="radio"]:checked + label,
.feedback-remark label:hover {
    background: #dde7f5;
    color: #000;
}
.select-color-spec input[type="radio"]:checked + label::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    transform: skewX(20deg) translateY(-50%);
    top: 50%;
    left: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M1 10C1 14.9706 5.02944 19 10 19C14.9706 19 19 14.9706 19 10C19 5.02944 14.9706 1 10 1C5.02944 1 1 5.02944 1 10Z' fill='%230C3688'/%3E%3Cpath d='M13 8L9 12L7 10M10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10C19 14.9706 14.9706 19 10 19Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.feedback-remark label {
    padding: 10px 25px;
    cursor: pointer;
    border-radius: 6px;
    border: 2px solid #c6ceda;
    color: #dde7f5;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
}
.color-section .select-color-spec label {
    transform: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.color-section .select-color-spec input[type="radio"]:checked + label {
    border-color: #0c3688;
}
.color-section .select-color-spec {
    gap: 15px;
}
.feedback-remark #otherfeedback textarea {
    border-radius: 6px;
    border: 2px solid #c6ceda;
    background: #fff;
    height: 60px;
}
.feedback-step#step-4 h3 {
    max-width: 313px;
}
.know-btn,
.red-offer-btn {
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
    height: 40px;
    text-align: left;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nonpremium-overview-heading,
.premium-feedback .form-check-label a {
    color: #0c3688;
    font-weight: 600;
}
.red-offer-btn {
    background-color: #ee2d3d;
}
.know-btn {
    background-color: #0c3688;
}
.product-top-fixed-menu {
    position: fixed;
    top: 50px;
    background: linear-gradient(180deg, #06357a 0, #081e40 100%);
    width: 100%;
    border-bottom: 3px solid #0c3688;
    overflow: auto;
    white-space: nowrap;
    z-index: 2;
}
.product-top-fixed-menu > div {
    display: flex;
    width: 100%;
}
.product-top-fixed-menu a {
    display: inline-block;
    color: #6a8cc2;
    padding: 10px 12px 0;
    text-align: center;
    flex-grow: 1;
}
.product-top-fixed-menu a h6 {
    border-bottom: 2px solid #fff0;
    margin-bottom: 0;
    padding-bottom: 1px;
    font-size: 10px;
    line-height: normal;
}
.product-top-fixed-menu a.active h6 {
    color: #fff;
    border-color: #fff;
}
.mainMenu ul.navbar-nav a.nav-link,
.megamenu li.nav-item button {
    font-size: 13px;
    font-weight: 600;
    color: #222;
    text-transform: uppercase;
}
.product-top-fixed-menu a + a {
    border-left: 1px solid #6a8cc2;
}
.product-top-fixed-menu a .icon {
    display: inline-block;
}
#support-customer-enqury-tab.nav-tabs .nav-link .icon,
.product-top-fixed-menu a .icon {
    height: 30px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.product-top-fixed-menu a .Motorcycles.icon {
    background-image: url(../../images/IB-NewUI/product-category-icon/motorcycle.svg);
}
#support-customer-enqury-tab.nav-tabs .nav-link .Motorcycles.icon {
    background-image: url(../../images/IB-NewUI/product-category-icon/motorcycle-black.svg);
}
#support-customer-enqury-tab.nav-tabs .nav-link.active .motorcycle.icon,
.product-top-fixed-menu a.active .Motorcycles.icon {
    background-image: url(../../images/IB-NewUI/product-category-icon/motorcycle-white.svg);
}
.product-top-fixed-menu a .Scooters.icon {
    background-image: url(../../images/IB-NewUI/product-category-icon/scooter.svg);
}
#support-customer-enqury-tab.nav-tabs .nav-link .Scooters.icon {
    background-image: url(../../images/IB-NewUI/product-category-icon/scooter-black.svg);
}
#support-customer-enqury-tab.nav-tabs .nav-link.active .Scooters.icon,
.product-top-fixed-menu a.active .scooter.icon {
    background-image: url(../../images/IB-NewUI/product-category-icon/scooter-white.svg);
}
.product-top-fixed-menu a .Semi-Automatic.icon {
    background-image: url(../../images/IB-NewUI/product-category-icon/semi-automatic.svg);
}
#support-customer-enqury-tab.nav-tabs .nav-link .Semi-Automatic.icon {
    background-image: url(../../images/IB-NewUI/product-category-icon/semi-automatic-black.svg);
}
#support-customer-enqury-tab.nav-tabs .nav-link.active .Semi-Automatic.icon,
.product-top-fixed-menu a.active .Semiautomatic.icon {
    background-image: url(../../images/IB-NewUI/product-category-icon/semi-automatic-white.svg);
}
.product-top-fixed-menu a .Mopeds.icon {
    background-image: url(../../images/IB-NewUI/product-category-icon/moped.svg);
}
#support-customer-enqury-tab.nav-tabs .nav-link .Mopeds.icon {
    background-image: url(../../images/IB-NewUI/product-category-icon/moped-black.svg);
}
#support-customer-enqury-tab.nav-tabs .nav-link.active .Mopeds.icon,
.product-top-fixed-menu a.active .Mopeds.icon {
    background-image: url(../../images/IB-NewUI/product-category-icon/moped-white.svg);
}
.product-top-fixed-menu a .Three-Wheeler.icon {
    background-image: url(../../images/IB-NewUI/product-category-icon/three-wheeler.svg);
}
#support-customer-enqury-tab.nav-tabs .nav-link .Three-Wheeler.icon {
    background-image: url(../../images/IB-NewUI/product-category-icon/three-wheeler-black.svg);
}
#support-customer-enqury-tab.nav-tabs .nav-link.active .Three-Wheeler.icon,
.product-top-fixed-menu a.active .Three-Wheeler.icon {
    background-image: url(../../images/IB-NewUI/product-category-icon/three-wheeler-white.svg);
}
.tvs-motor-slider .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.inner-tvs-motor h5 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    width: 400px;
    padding-left: 50px;
    left: 20%;
    position: absolute;
    top: 62px;
}
.inner-tvs-motor h5::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='29' viewBox='0 0 38 29' fill='none'%3E%3Cpath d='M21.0271 25.5L29.9709 16.5563L2.91139e-05 16.5562L2.94782e-05 12.3896L29.9709 12.3896L21.0271 3.44583L23.9729 0.499999L37.9459 14.4729L23.9729 28.4458L21.0271 25.5Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 38px;
    height: 28px;
    left: 0;
    top: 5px;
}
.opacity-0 {
    opacity: 0;
}
.tvs-main-banner .journal-content-article {
    display: block !important;
}
#demo-mega-menu::-webkit-scrollbar {
    width: 5px;
}
#demo-mega-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}
#demo-mega-menu::-webkit-scrollbar-thumb {
    background: #888;
}
#demo-mega-menu::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.nonpremium-overview-heading {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    font-family: Gilroy_ExtraBold;
}
.premium-overview-heading {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 15px;
}
.join-aog #successAlert {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
}
.select-color-spec label {
    width: 55px;
    height: 38px;
    transform: skewX(-20deg);
    position: relative;
    margin: 0;
    border: 1px solid #b4b4b4;
}
.select-color-spec input[type="radio"]:checked + label {
    border-width: 2px;
}
.premium-feedback .form-check-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-left: 15px;
}
.premium-feedback .form-check-input:checked {
    background-color: #0d3788;
    border-color: #0d3788;
}
.premium-feedback .form-check .form-check-input {
    min-height: 17px;
    min-width: 17px;
    cursor: pointer;
    margin-top: 3px;
    margin-left: -14px;
}
.aog-gallery .premium-gallery-slider iframe {
    height: 500px;
}
.select-color-spec label[for="blue-white-gradient"] {
    background: linear-gradient(to bottom right, #0067b9 0, #fbfbfb 55%) !important;
}
.color-section #img-color {
    height: 600px;
    width: auto;
}
#nudge-form #nudgeSuccessAlert {
    position: absolute;
    top: 52px;
    width: 100%;
    height: calc(100% - 52px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    z-index: 2;
    background: #fff;
}
#enquiryForm #nudgeLocation,
#nudge-form #nudgeLocation {
    padding-right: 85px;
    text-overflow: ellipsis;
}
.motosoul-apache-section .apache-owner,
.motosoul-apache-section .apache-pro,
.motosoul-apache-section .moto-soul {
    padding: 60px 20px 130px;
    background-size: cover;
    background-position: center;
    height: 100%;
}
.motosoul-apache-section .apache-owner {
    background: linear-gradient(rgb(10 16 27 / 0.7), rgb(10 16 27 / 0.7)), url(../../images/IB-NewUI/join-aog.webp) top left/cover no-repeat;
}
.motosoul-apache-section .apache-pro {
    background-image: url(../../images/IB-NewUI/apache-pro-bg.webp);
}
.motosoul-apache-section .moto-soul {
    background-image: url(../../images/IB-NewUI/moto-soul-bg.webp);
}
.motosoul-apache-section h3 {
    color: #fffdff;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    max-width: 335px;
    margin: 0 auto 10px;
}
.motosoul-apache-section p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    max-width: 380px;
    margin: 0 auto 25px;
}
.white-btn {
    border: 2px solid #fff;
    background: #fff;
    color: #000d30;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
}
.motosoul-festive {
    background: url(../../images/IB-NewUI/moto-soul-bg.webp) center/cover no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.motosoul-festive h2 {
    max-width: 990px;
    margin: 0 auto 25px;
}
.motosoul-festive p {
    max-width: 1136px;
    margin: 0 auto;
    text-align: center;
}
.motosoul-gallery {
    background-color: #000;
    padding: 40px 0;
}
.motosoul-gallery-container {
    max-width: 1480px;
}
.motosoul-gallery .motosoul-header {
    margin-bottom: 20px;
    position: relative;
}
.motosoul-gallery .motosoul-header .year {
    background: linear-gradient(269deg, #29378f 0, #cd242f 100%) no-repeat padding-box;
    clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
    height: 38px;
    width: 190px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.motosoul-gallery h2 {
    color: #fff;
    text-align: left;
    margin: 0;
}
.apache-pro-gallery,
.board-director,
.latest-section,
.motosoul-news {
    background: linear-gradient(180deg, rgb(12 54 136 / 0.1) 0, #fff0 39.06%, #fff0 100%);
    padding: 40px 0;
}
.motosoul-news-container {
    max-width: 1880px;
    padding: 0;
}
.motosoul-news .motosoul-news-slider .news-item {
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 0.15);
}
.motosoul-news .motosoul-news-slider .news-item img {
    border-radius: 6px 6px 0 0;
}
.motosoul-news .motosoul-news-slider .slick-slide {
    padding: 0 20px 20px;
}
.motosoul-news-slider .news-content-wrap {
    padding: 15px 20px 35px;
}
.motosoul-news-slider .news-small {
    color: #5a5555;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 2px;
}
.motosoul-news-slider .news-head {
    color: #000;
    font-size: 24px;
    margin: 0;
    font-weight: 400;
    line-height: 30px;
}
.motosoul-news-slider .center-slider-nav {
    margin-top: 20px;
}
.apache-pro-banner .banner-content h2 {
    font-style: normal;
    color: #fff;
}
.apache-pro-banner .banner-content p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    max-width: 334px;
}
.race-machine {
    padding: 50px 0;
    background: url(../../images/IB-NewUI/product-bg.webp) left top/cover no-repeat;
}
.race-machine-container {
    max-width: 1360px;
}
.apache-pro-gallery h2,
.race-machine h2 {
    color: #000;
    font-size: 50px;
    font-weight: 900;
    line-height: 65px;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.apache-pro-gallery p,
.race-machine p {
    color: #3a3a3a;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 35px;
}
.apache-pro-gallery p {
    text-align: center;
    max-width: 1076px;
    margin-left: auto;
    margin-right: auto;
}
.apache-pro-gallery .slick-slide {
    padding: 0 10px;
    opacity: 0.5;
}
.sticky-secondary-menu {
    background: #fff;
    border-bottom: 1px solid #bbb;
    position: sticky;
    z-index: 1;
    top: 0;
}
.sticky-secondary-menu ul::-webkit-scrollbar {
    display: none;
}
.sticky-secondary-menu ul {
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0;
    list-style: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.sticky-secondary-menu ul li {
    padding: 0 15px;
    position: relative;
}
.sticky-secondary-menu ul li:before {
    content: "";
    position: absolute;
    right: -1px;
    display: inline-block;
    width: 2px;
    background: #000;
    height: 10px;
    top: 50%;
    transform: translateY(calc(-50% - 4px));
}
.sticky-secondary-menu ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 4px solid #fff0;
    padding: 15px 10px;
    display: inline-block;
}
.inputGroup_cs .mobile .input-group-text::before,
.megamenu #pills-tab .nav-item a.nav-link::before,
.pagination.custonPagination .page-item:last-child:after,
.sticky-secondary-menu ul li:last-child::before {
    display: none;
}
.container-board-director {
    max-width: 1320px;
}
.board-director .board-inner {
    border-radius: 6px;
    border: 1px solid #c6ceda;
    background: linear-gradient(180deg, #fff 50%, #ecf1fa 100%);
}
.board-director .board-inner h6 {
    color: #0c3688;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: normal;
    margin: 0;
    padding: 25px 0;
}
.achievement-banner-content {
    left: 14%;
    transform: translate(-10%, -50%);
    position: absolute;
    top: 50%;
    width: 678px;
    background: rgb(0 0 0 / 0.7);
    display: flex;
    gap: 30px;
    padding: 30px;
    align-items: flex-start;
}
.achievement-banner .banner-slider .center-slider-nav {
    background: rgb(0 0 0 / 0.7);
    width: 100%;
    bottom: 0;
    padding: 20px;
}
.achievement-banner .slider-img img {
    min-height: 500px;
    object-fit: cover;
}
.achievement-banner-content h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: normal;
    color: #fff;
    margin-bottom: 15px;
    text-align: left;
}
.achievement-banner-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    margin: 0;
}
.tvs-award-section {
    background: linear-gradient(180deg, rgb(221 234 255 / 0.33) 0, #fbfbfb 39.06%, rgb(228 237 252 / 0.21) 100%);
    text-align: center;
}
.container-achievement {
    max-width: 1364px;
}
.tvs-award-section .head-para {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    margin-bottom: 40px;
}
.achievement-award-inner {
    background: #fff;
    border: 2px solid #c5d1e3;
    border-radius: 6px;
    padding: 20px 30px;
    min-height: 330px;
}
.achievement-award-inner .content {
    border-top: 1px solid #c5d1e3;
    padding-top: 20px;
    color: #000;
}
.achievement-award-inner .content h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}
.achievement-award-inner .content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}
.leader-section {
    background: #2e2e2e;
    padding-top: 40px;
}
.container-leader,
.container-manufacture-location {
    max-width: 1440px;
}
.leader-section h2 {
    color: #fff;
    text-align: left;
}
.leader-section p {
    color: #fff;
    margin-bottom: 35px;
}
.white-btn {
    border-radius: 4px;
    font-size: 14px;
    font-weight: 900;
    line-height: 38px;
    text-transform: uppercase;
    height: 40px;
    min-width: 160px;
    padding: 0 10px;
}
.custom-select-dropdown-list.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1, 1);
}
.custom-select-dropdown-list {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1, 0);
    transition: 0.3s ease-in-out;
    z-index: 2;
    background: #fff;
    max-height: 158px;
}
.custom-select-dropdown-button.form-select {
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.header-IB-NewUI {
    align-items: center;
}
.mainMenu ul.navbar-nav a.nav-link {
    display: block;
    padding: 12px 12px 13px;
    position: relative;
}
.mainMenu .dropdown-menu {
    width: 226px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin: 0;
}
.mainMenu .mega-menu-dd {
    position: unset;
}
.mainMenu .megamenu {
    background: #e6ecf5;
    margin: 0;
    min-width: 893px;
    z-index: 1000;
    width: auto;
    position: absolute;
    left: 0;
    display: none;
    border: 1px solid rgb(0 0 0 / 0.15);
}
.mainMenu .dropdown-menu .dropdown-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 22px;
}
.megamenu li.nav-item button {
    background: 0 0;
    border: none;
    border-bottom: 2px solid #fff0;
    padding: 0 1px 6px;
}
.v-navWrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    max-height: 460px;
    overflow: auto;
}
.v-navCol {
    flex: 1;
    max-width: 195px;
    background: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 0.15);
    border-radius: 6px;
    padding: 9px 8px 6px 11px;
    margin: 10px;
}
.v-navCol img {
    max-width: 168px;
    display: block;
    margin: 0 auto;
}
.v-navCol .sm-title h6 {
    font-weight: 700;
    font-size: 14px;
    color: #000;
}
.v-navCol .sm-title img {
    max-width: 30px;
}
.v-navCol p {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}
.media-slider-body h3,
footer .country .select {
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.business-section {
    text-align: center;
    padding: 70px 0 165px;
}
.business-section .top-para {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    max-width: 1276px;
    margin: 0 auto 35px;
}
.banner-content h2 {
    color: #030939;
}
.manufacture-location {
    background: url(../../images/IB-NewUI/about-us/location-bg.webp) center bottom/cover;
    text-align: center;
}
.manufacture-location .top-para {
    max-width: 680px;
    margin: 0 auto 80px;
}
.manufacture-location .location {
    margin-bottom: 50px;
    row-gap: 60px;
}
.manufacture-location .location-inner {
    border-radius: 6px;
    border: 2px solid #c6ceda;
    background: linear-gradient(180deg, #fff 50%, #ecf1fa 100%);
    position: relative;
    padding: 40px 10px 10px;
    height: 100%;
}
.manufacture-location .location-inner .location-pin {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.manufacture-location .location-inner .state {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: block;
}
.manufacture-location .location-inner .country {
    color: #5a5555;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.switch-btn .country-languages-swticher {
    display: flex;
    min-width: 86px;
    border: 2px solid #fff;
    border-radius: 26px;
    background: #fff;
}
.switch-btn .country-languages-swticher .btn-secondary {
    font-size: 11px;
    background: #fff;
    max-width: 50%;
    border: none;
    color: #0c3688;
    margin: 0;
    padding: 1px 5px;
    font-weight: 600;
}
.switch-btn .country-languages-swticher .btn-secondary:first-child,
.switch-btn .country-languages-swticher .btn-secondary:last-child {
    border-radius: 26px;
}
.switch-btn .country-languages-swticher .btn-secondary input {
    width: 0;
    opacity: 0;
    display: none;
}
.mainMenu .megamenu {
    padding: 0 25px;
}
footer .contact-us {
    margin: 0 0 8px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inactive-enquiry-popup {
    width: 320px;
    position: fixed;
    left: 30px;
    bottom: 20px;
    border: 1px solid #0a368b;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    z-index: 9999;
    background: #fff;
}
.input-group-prepend button,
.input-group-prepend button:hover,
.premium-feedback.xl100-feedback button .country-code {
    color: #212529;
}
.input-group-prepend button,
.input-group-prepend button:hover,
.premium-feedback.xl100-feedback button .state-code {
    color: #212529;
}
.country-flag-enquiry {
    max-width: 22px;
    margin-right: 3px;
}
.dropdown-menu.country-number-enquiry.show a img {
    max-width: 22px;
    margin-right: 6px;
}
.inactive-enquiry-popup .modal-header {
    background: #0a368b;
    padding: 20px 0;
    display: flex;
    align-items: center;
}
.input-group-text.country.dropdown-toggle {
    height: 29px;
    white-space: nowrap;
    border: 0;
    border-radius: 0;
    background: 0 0 !important;
    font-size: 14px;
}
.input-group-text.country.dropdown-toggle:after {
    margin-left: 6px;
}
.inactive-enquiry-popup .modal-header img {
    max-width: 100px;
    display: block;
}
.inactive-enquiry-popup .modal-header .close {
    padding: 0 10px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    cursor: pointer;
}
.inactive-enquiry-popup .enquiryForm-inner {
    padding: 5px 15px 8px;
    overflow: auto;
    height: calc(100% - 45px);
}
.inactive-enquiry-popup .enquiryForm-inner .form-group .text-danger {
    font-size: 12px;
    display: flex;
    margin-top: 3px;
}
.inactive-enquiry-popup .enquiryForm-inner .form-group .text-danger img {
    padding-right: 3px;
    height: 12px;
    margin-top: 3px;
}
.inactive-enquiry-popup .form-control-enquiry {
    display: block;
    width: 100%;
    height: 32px;
    padding: 0.375rem 0.75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.mobile-enquiry .icon-down-arrow {
    opacity: 0;
    font-size: 3px;
}
.submit-enquiry-inprogress {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media all and (max-width: 480px) {
    .inactive-enquiry-popup {
        left: 15px;
        width: calc(100% - 30px);
        box-sizing: border-box;
        bottom: auto;
    }
    .inactive-enquiry-popup .enquiryForm-inner {
        padding: 10px;
    }
}
.popupLeft .flagWrap {
    max-width: 20px;
}
.popupLeft .country img {
    max-width: 100%;
    border-radius: 100%;
    height: 20px;
}
.popupLeft .input-group-text {
    padding: 3px 5px 3px 8px;
}
.popupLeft .form-group {
    margin-bottom: 10px;
    position: relative;
}
.popupLeft .form-control {
    font-size: 13px;
    background: #f9fbff;
    height: 35px;
    border-radius: 0.25rem;
    padding: 2px 8px;
    border: 1px solid #ced4da;
    font-weight: 400;
}
.popupLeft .form-control:focus {
    box-shadow: none;
    border-color: #0c3688;
    background: #f9fbff;
}
.popupLeft .consent-field {
    margin-bottom: 5px;
}
.popupLeft .btn-group-custom {
    padding: 8px 25px;
}
.popupLeft .btn-group-custom .btn {
    padding: 5px 10px;
}
.popupLeft .input-group-prepend .input-group-text {
    background: #f9fbff;
    color: #0c3688;
}
.popupLeft .input-group-prepend .country-code {
    font-size: 13px;
    font-weight: 600;
    padding-left: 3px;
}
.popupLeft .dropdown-menu {
    right: 0;
    padding: 3px 0;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}
.popupLeft .dropdown-item {
    padding: 1px 10px;
    font-size: 13px;
}
.popupLeft .dropdown-menu.country-number-enquiry li img {
    max-width: 25px;
    margin-right: 5px;
}
.minw-100 {
    min-width: 100%;
}
@media all and (max-width: 430px) {
    .inactive-enquiry-popup {
        width: auto;
        right: 20px;
        left: 20px;
    }
}
@media all and (max-width: 768px) {
    body #ymDivBar {
        right: 5px;
        bottom: 5px;
    }
    #ymDivBar img {
        max-height: 45px;
    }
    .popupLeft .inactive-enquiry-popup {
        bottom: 60px;
    }
}
@media all and (max-height: 575px) {
    .enquiryForm-inner.p-20.maxHeight {
        height: calc(100vh - 184px);
    }
}
@media all and (max-height: 505px) {
    .enquiryForm-inner.p-20.minHeight {
        height: calc(100vh - 186px);
    }
}
.enquiry-input {
    margin-bottom: 0;
}
.dropdown-menu.country-number-enquiry.show {
    font-size: 13px;
    max-height: 200px;
    min-width: 315px;
    transform: translate3d(0, 29px, 0) !important;
    overflow: auto;
    margin-left: -11px;
}
.nudgeForm .nudge-autocomplete-item:hover {
    background-color: #0c3688 !important;
    color: #fff;
}
.feedback-form-row .input-group-text.country.dropdown-toggle.showCountryCode .flagWrap,
.input-group-text.country.dropdown-toggle {
    margin-left: 0;
}
button#is_showCountryCode {
    width: auto;
    padding-right: 10px;
    position: relative;
    margin-right: 6px;
    padding-left: 0;
}
.mainMenu ul.navbar-nav a.nav-link:hover {
    background: #fff;
    color: #333;
}
.mainMenu ul.navbar-nav a.nav-link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 3px;
    background-color: #f12a00;
    transition: 0.3s;
    z-index: 1;
}
.mainMenu .dropdown-menu,
.mainMenu .megamenu {
    top: 46px;
}
.mainMenu .dropdown-menu .dropdown-item:hover {
    background: #f12a00 !important;
    font-weight: 500 !important;
    color: #fff !important;
}
.megamenu #pills-tab .nav-item a.nav-link {
    padding: 3px 1px 6px;
    border-bottom: 2px solid #fff0;
}
.megamenu #pills-tab .nav-item a.nav-link:hover {
    border-bottom: 2px solid #0c3688;
    color: #0c3688;
    background: 0 0;
}
nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 18px;
    position: relative;
}
.inputGroup_cs .mobile .input-group-text .country-flag {
    height: 18px;
}
.inputGroup_cs .mobile .input-group-text .country-code {
    margin: 0 2px;
}
.inputGroup_cs button#is_showCountryCode {
    margin-right: 0;
    padding-right: 0;
}
.inputGroup_cs .input-group-text.country.dropdown-toggle {
    height: 22px;
}
.inputGroup_cs .mobile .dropdown-menu .dropdown-item {
    padding: 5px 8px;
}
.inputGroup_cs .dropdown-menu.country-number-enquiry.show {
    max-width: 100%;
    margin-left: -17px;
    transform: translate3d(0, 34px, 0) !important;
    min-width: calc(100% + 34px);
}
#diasporaContactUsForm .mobile-enquiry .input-group.dropdown,
#enquiryForm .mobile-enquiry .input-group.dropdown,
.inputGroup_cs .mobile .input-group,
.vehicle-form-inquiry-wrap .mobile-enquiry .input-group {
    flex-wrap: wrap;
}
.inputGroup_cs .mobile .errormsg {
    margin-left: 0 !important;
    margin-top: 3px !important;
}
.alert-dismissible {
    padding-right: 4rem;
}
.inactive-enquiry-popup .alert {
    font-size: 13px;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}
#diasporaContactUsForm #userphone,
#enquiryForm #contactMobileNumber {
    flex: 1 1 0%;
}
.customrSupportWrap_cs [data-toggle="buttons"] > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    box-sizing: border-box;
    padding: 0;
}
.text-left {
    text-align: left !important;
}
.nudge-body .form-control.pr90 {
    padding-right: 108px;
}
#diasporaContactUsForm .form-check {
    display: flex !important;
    align-items: flex-start;
}
.premium-specification .nav .nav-link {
    padding-bottom: 18px;
    padding-top: 18px;
}
.feedbackWrap_cs .btn-group-toggle .btn {
    line-height: 20px !important;
}
.diaspora-city {
    padding-right: 90px !important;
}
.product-category-detailsInner em.icon-battery {
    background: url(../../images/IB-NewUI/Battery.svg) center center no-repeat;
    height: 40px;
    display: block;
}
.product-category-detailsInner em.icon-speed {
    background: url(../../images/IB-NewUI/Speed.svg) center center no-repeat;
    height: 40px;
    display: block;
}
.product-category-detailsInner em.icon-range {
    background: url(../../images/IB-NewUI/Range.svg) center center no-repeat;
    height: 40px;
    display: block;
}
.footer-contact-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    min-width: 450px;
}
footer .country-dropdown {
    text-align: right;
}
footer .country {
    position: relative;
    margin: 0 auto;
    display: inline-block;
    font-size: 12px;
    min-width: 250px;
}
.blog-penal h3,
.media-slider-body h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
}
footer .country .select {
    position: relative;
    padding: 0 105px 0 10px;
    height: 26px;
    border: 1px solid #e1e1e1;
    background: #18407e;
    white-space: nowrap;
    cursor: pointer;
}
footer .country-dropdown .select {
    background: 0 0;
    color: #fff;
    border: 1px solid #fff;
    height: 40px;
    line-height: 40px;
    text-align: left;
    width: 100%;
}
footer .country-dropdown .flag {
    color: #fff;
    width: 24px;
    height: 13px;
}
footer .country-dropdown .select:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    right: 10px;
    top: 10px;
    transform: rotate(45deg);
    padding: 0;
}
footer .country .dropdown {
    display: none;
    position: absolute;
    top: 36px;
    left: 0;
    text-align: left;
    width: 100%;
    height: 225px;
    border: 1px solid #cfcfcf;
    border-top: 1px solid #e1e1e1;
    background: #18407e;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.2);
    overflow-y: scroll;
    z-index: 1;
}
footer .country .dropdown ul {
    list-style: none;
    padding-left: 5px;
}
.bodsec-detail {
    padding-top: 40px;
    padding-bottom: 20px;
}
.footer-links.footer-link-bottom {
    background: #254693;
    padding: 15px 0;
    margin: 20px -20px -30px;
}
.nav-link.active .product-v-nav {
    border-color: #829fcc;
    background: linear-gradient(180deg, #aecbf8 0, #fff 100%);
}
.nav-link.active .product-v-nav::after {
    color: #0c3688;
    position: absolute;
    right: 10px;
    font-size: 19px;
    content: "\276F";
    line-height: 15px;
    top: 15px;
}
.maxTxtname.country-names {
    display: flex;
    align-items: center;
    height: 100%;
}
.maxTxtname.country-names .county-flag-dropdown {
    display: flex;
    align-items: center;
}
.maxTxtname.country-names .long-text {
    line-height: 1;
}
.maxTxtname.country-names .flag {
    flex: 0 0 1.5rem;
}
@-moz-document url-prefix() {
    .v-nav-wrap > .nav {
        scrollbar-width: thin;
    }
}
.color-section .disclaimer-360,
.premium-specification .disclaimer-360 {
    text-align: center;
    color: #000;
    margin: 10px 0;
    font-size: 13px;
    padding: 0 10px;
    line-height: initial;
}
.pagination {
    margin-top: 30px;
    justify-content: center;
    gap: 50px;
}
#pagination-controls button {
    background: 0 0;
    border: none;
    color: #18407e;
    font-weight: 500;
    cursor: pointer;
}
.media-section,
.news-section {
    padding: 30px 0 60px;
    background: #f4f4f4;
}
.media-wrap {
    border-radius: 6px;
    border: 1px solid #bebebe;
    background: #fff;
    height: 100%;
}
.media-slider-body h3 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    height: 78px;
    -webkit-box-orient: vertical;
}
.media-date {
    color: #7b7b7b;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    height: 41px;
    display: block;
}
.media-contact-detail h3,
.media-contact-tab h1,
.media-contact-tab h2 {
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
}
.media-wrap-main {
    padding-top: 40px;
    padding-bottom: 40px;
}
.media-wrap-main h2 {
    font-weight: 800;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    color: #0c3688;
    margin-bottom: 20px;
    text-align: left;
}
.icon-specification_kabin {
    background: url(../../images/IB-NewUI/kabin.webp) center center no-repeat;
    display: block;
}
.icon-specification_bahan_bakar {
    background: url(../../images/IB-NewUI/bahan_bakar.webp) center center no-repeat;
    display: block;
}
.product-category-detailsInner em.icon-product-listing-price {
    background: url(../../images/IB-NewUI/price.svg) center center no-repeat;
    height: 40px;
    display: block;
}
.v-navCol p span.minTitle {
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #0c3688;
}
.you-may-like-footer .ymaPrice {
    font-weight: 700;
    line-height: 20px;
    color: #0c3688;
    position: absolute;
    top: 10px;
    right: 20px;
}
.blogSlides .center-slider-nav,
.homeproduct-slider .center-slider-nav,
.product-slider .center-slider-nav {
    margin-top: 16px;
}
.product-section.visible {
    padding: 50px 0 30px;
}
.you-may-like {
    padding: 40px 0 30px;
}
.product-category .product-all-img-wrap {
    height: 745px;
}
.product-loader,
.v-nav-wrap .tab-content > .active {
    height: 100% !important;
}
.latest-section .slick-slide {
    padding: 0 10px 10px;
}
.media-contact-tab {
    background: linear-gradient(180deg, rgb(0 14 40 / 0.8) 0, rgb(33 81 156 / 0.8) 490px, #fff0 490px), url(https://europe.tvsmotor.com/o/tvs-germany-theme/images/media/media-contact.webp) center top/auto 490px no-repeat;
    padding: 84px 20px 154px;
}
.media-contact-tab h1,
.media-contact-tab h2 {
    margin-bottom: 90px;
    color: #fff;
}
.media-contact-detail {
    background: linear-gradient(180deg, #fff 0, #fff 100%);
    border: 2px solid #0c3688;
    border-radius: 10px;
    padding: 48px 60px 56px;
    max-width: 1250px;
    margin: 0 auto;
}
.media-contact-detail h3 {
    line-height: 24px;
    color: #000;
    padding-bottom: 18px;
    margin-bottom: 43px;
    border-bottom: 1px solid #d9d9d9;
}
.email-contact,
.media-contact-detail p {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
}
.email-contact span,
.media-contact-detail p {
    color: #5a5555;
    font-weight: 500;
}
.media-contact-detail p {
    max-width: 458px;
    margin: 0 auto 33px;
}
.add-action .btn,
.blog-penal .btn {
    font-size: 14px;
    border-width: 2px;
}
.blog-penal h3 {
    line-height: 26px;
    padding: 17px 15px 5px;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px;
    height: 88px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-penal p,
.realtedPost p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.blog-penal.review-penal h3 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 28px;
}
.blog-penal {
    background: #fff;
    border-radius: 10px;
    padding: 0 0 20px;
    max-width: 450px;
    border: 1px solid #bebebe;
}
.blog-penal:hover {
    box-shadow: 0 6px 10px 0 #00000026;
}
.blog-penal img {
    border-radius: 5px 5px 0 0;
    max-width: 100%;
}
.blog-penal p {
    font-size: 16px;
    line-height: 23px;
    color: #5a5555;
    margin-bottom: 0;
    padding: 0 15px;
    text-align: left;
}
.blog-penal p.date-p {
    font-size: 12px;
    line-height: 16px;
    color: #5a5555;
}
.blog-penal .btn {
    min-width: 156px;
    height: 44px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 20px 0;
}
.blogListWrap h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    color: #0c3688;
    padding: 30px 0;
}
.blogListWrap .card {
    margin-bottom: 60px;
    border: none;
    border-radius: 0;
}
.blogListWrap .card .card-body {
    padding: 20px 0 0;
}
.blogListWrap .card .card-text {
    font-weight: 400;
    font-size: 16px;
    color: #3a3a3a;
}
.blogListWrap .card .card-title {
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
}
.blogListWrap .card .card-title a {
    text-decoration: none;
    color: #3a3a3a;
}
.nav.cust-select.blog-details-nav {
    border: 1px solid #ecf1fa;
    margin-bottom: 20px;
}
.nav.cust-select.blog-details-nav .nav-link {
    color: #959595;
    font-weight: 400;
    border-radius: 0;
    padding: 10px 5px;
    margin-right: 20px;
    font-size: 12px;
    text-transform: uppercase;
}
.nav.cust-select.blog-details-nav .nav-link.active {
    color: #ee313c;
    text-transform: uppercase;
    background: 0 0;
    text-decoration: underline;
    font-weight: 500;
}
.blog-details-wrap h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #3a3a3a;
    margin: 20px 0;
    max-width: 820px;
}
.blog-details-wrap p {
    color: #3a3a3a;
}
.blog-details-wrap h3 {
    font-size: 22px;
    font-weight: 500;
    color: #3a3a3a;
    margin: 20px 0 18px;
}
.blog-details-wrap .menu-down-col a {
    margin-right: 15px;
}
.blog-details-wrap .menu-down-col img {
    width: 24px;
}
.cust-select.blog-details-nav input {
    background: url(../img/icons/search.svg) 10px center no-repeat #ecf1fa;
    border: none;
    font-size: 13px;
    padding: 5px 20px 5px 30px;
    width: 220px;
    margin-right: 20px;
}
.blog-penal.review-penal a,
.blog-penal.review-penal p {
    font-size: 18px;
    color: #000;
    padding: 0;
}
.blog-frm label {
    font-weight: 400;
    font-size: 12px;
    color: #0c3688;
    text-transform: uppercase;
}
.bgBgWrap {
    background: #ecf1fa;
    padding: 0 15px 35px;
}
.tab-pane {
    height: 0;
    overflow: hidden;
}
.tab-pane.show.active {
    height: auto;
    overflow: visible;
}
.realtedPost {
    padding-left: 30px;
}
.realtedPost h4 {
    padding-bottom: 20px;
    border-bottom: 1px solid #ecf1fa;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #000;
    margin-top: 15px;
    margin-bottom: 5px;
}
.realtedPost h5 {
    font-weight: 300;
    font-size: 16px;
    border: none;
    color: #3a3a3a;
    margin: 0 0 10px;
    padding: 0;
}
.realtedPost p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #3a3a3a;
    margin: 0;
}
.realtedPost .titleCol {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.blogListGroup {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}
.blogListGroup .item {
    padding: 12px;
    width: 25%;
}
.minPostWrap {
    display: flex;
    margin-bottom: 20px;
}
.imgWrapMp {
    min-width: 133px;
    max-width: 133px;
    overflow: hidden;
    margin-right: 30px;
}
h2.title-alsoLike {
    font-size: 32px;
    line-height: 40px;
    color: #0c3688;
    margin: 10px 0 20px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 16px;
}
.pagination.custonPagination {
    justify-content: center;
    margin: 30px 0 10px;
}
.pagination.custonPagination .page-link {
    color: #959595;
    border: none;
    margin: 0 !important;
    padding: 0.375rem 1rem;
}
.pagination.custonPagination .page-link:hover {
    background: 0 0;
    color: #ee313c;
}
.pagination.custonPagination .page-item.active .page-link {
    color: #ee313c;
    text-decoration: underline;
    background: 0 0;
}
.pagination.custonPagination .page-item:after {
    content: "";
    border-right: 1px solid #ccc;
    height: 12px;
    display: block;
    position: absolute;
    right: 0;
    top: 13px;
}
.pagination.custonPagination img {
    max-width: 8px;
}
.blog-penal.review-penal p.date-p {
    font-size: 14px;
    color: #7b7b7b;
    margin: 8px 0 18px;
}
.blog-penal.review-penal a {
    text-decoration: underline;
    margin: 0;
    line-height: 22px;
}
.blog-penal.review-penal .reviewDataMin {
    padding: 20px;
    position: relative;
}
.blog-penal.review-penal .userThumbnail {
    position: absolute;
    z-index: 1;
    height: 114px;
    width: 114px;
    border-radius: 8px;
    border: 2px solid #fff;
    top: -65px;
    right: 25px;
}
.blog-penal.review-penal .userThumbnail img {
    border-radius: 5px;
}
.ctName {
    background: #d9d9d9;
    border-radius: 20px;
    padding: 5px 10px;
    margin-right: 10px;
}
.userDetailReviewHead {
    position: relative;
    padding-left: 205px;
    margin-top: -15px;
}
.userDetailReviewHead .userThumbnail {
    height: 155px;
    width: 155px;
    position: absolute;
    left: 25px;
    top: -80px;
    border-radius: 8px;
    border: 2px solid #fff;
    overflow: hidden;
}
.userDetailReviewHead h2 {
    margin: 0 0 15px;
}
.userDetailReviewHead p {
    font-size: 14px;
}
.imgWrapMp img {
    border-radius: 8px;
}
.media-section h1 {
    font-weight: 500;
    font-size: 40px;
}
.MediaTab span,
.media-section span {
    text-align: center;
    max-width: 1292px;
    font-size: 12px;
    display: block;
}
.blog-details-wrap .mw-100.d-block {
    border-radius: 6px;
}
.MediaTab span {
    color: #3a3a3a;
    margin-top: -20px;
}
.media-section span {
    color: #000;
    margin-top: 20px;
}
.serviceWrap_n {
    min-height: 470px;
    position: relative;
}
.serviceWrap_n:before {
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.serviceContent_n {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 30px;
}
.serviceContent_n > h3 {
    font-family: Gilroy_ExtraBold;
    font-size: 28px;
    font-weight: 800;
    line-height: 34.3px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}
.serviceContent_n p {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #000;
    max-width: 780px;
    margin: 20px auto 30px;
}
.serviceCardWrap_n {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1215px;
    margin: 0 auto;
}
.serviceCardcol_n {
    display: flex;
    justify-content: center;
    margin: 10px;
}
.serviceCard_n {
    flex: 1;
    min-width: 344px;
    max-width: 344px;
    border: 2px solid #004aad;
    border-radius: 10px;
    min-height: 98px;
    display: flex;
    background: #fff;
    align-items: center;
    overflow: hidden;
}
.serviceCard_n .num_n {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #004aad;
    height: 100%;
    min-width: 90px;
}
.serviceCard_n .num_n h2 {
    font-size: 60px;
    text-align: center;
    color: #fff;
    font-weight: 800;
    line-height: 0.8;
    margin: 0;
}
.serviceCard_n .num_n p {
    margin: 10px 0 0;
    line-height: 1;
    color: #fff;
}
.serviceCard_n.freeService_n {
    border-color: #ff3239;
}
.serviceCard_n.freeService_n .num_n {
    background: #ff3239;
}
.serviceCard_n.freeService_n .serveData_n h3 {
    color: #ff3239;
}
.serveData_n {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}
.serveData_n h3 {
    color: #004aad;
    line-height: 0.8;
    font-size: 40px;
    margin: 0 0 5px;
    font-weight: 600;
}
.serveData_n h4 {
    color: #004aad;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
}
.serveData_n h3 span {
    font-weight: 400;
}
.inactive-enquiry-popup #errorModal .close {
    float: right;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
    opacity: 1;
}
.megamenu .v-navCol p span,
.override-ltr,
.product-v-nav .product-details span {
    direction: ltr;
    unicode-bidi: bidi-override;
}
.premium-features h2 {
    font-size: 28px;
    line-height: 20px;
    text-align: center;
    color: #000;
    margin-bottom: 25px;
}
.compareStickyCls {
    bottom: 215px !important;
    background-color: #0d3788;
    text-transform: none !important;
}
.product-compare-listing .product-v-nav {
    height: auto;
    min-height: 161px;
}
.product-compare-listing .product-v-nav label {
    font-size: 12px;
    font-weight: 400;
    color: #353535;
    text-align: left;
    min-width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.nudge-body .form-select {
    padding: 0 5px;
}
.input-group-text.country.dropdown-toggle:after{
	border-top-color:#000
}
.banner-content.shift-down{
	top:auto;
	bottom:10%
}
.star {
    position: relative;
    padding-right: 24px
}

    .star::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 22px;
        height: 22px;
        background: url('../../images/IB-NewUI/star-icon.png') 100% center/20px no-repeat;
        animation: 1s ease-in-out infinite blink
    }

.coming-soon.star::before {
    top: -12px;
    right: 0;
    width: 30px;
    height: 30px
}

.startab.active::before, .startab::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background: url('../../images/IB-NewUI/star-icon.png') 100% center/20px no-repeat;
    animation: 1s ease-in-out infinite blink
}

.startab.active::before {
    top: 10px;
    right: 15px
}

.startab::before {
    top: 7px;
    right: 10px
}

@keyframes blink {
    0%,100% {
        opacity: .2;
        transform: scale(.8)
    }

    50% {
        opacity: 1;
        transform: scale(1.2)
    }
}
.mobile-footer-menu .icon.service {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/service-mob.svg);
}
.mobile-footer-menu .active .icon.icon.service,
.mobile-footer-menu a:hover .icon.icon.service {
    background-image: url(../../images/IB-NewUI/right-fixed-menu/service-mob-active.svg);
}
