/* Font Family */
body,
html {
    font-family: "Roboto", sans-serif !important;
    font-size: 16px !important;
    line-height: 1.42857143;
}

/* common */
.caret-right {
    width: 0;
    height: 0;
    border-top: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid #777777;
    transition: all 0.2s;
}

.d-flex {
    display: flex;
}

.d-flex.d-wrap {
    flex-wrap: wrap;
}

.d-flex-wrap {
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center !important;
}

.jusfity-content-between {
    justify-content: space-between !important;
}

.fixed-modal {
    position: fixed;
    bottom: 0;
    z-index: 9;
    background: #fff;
    width: 100%;
    padding: 16px 24px;
    box-shadow: 0px 2px 5px 5px #e9e9e9;
}

.close-fixed-modal {
    background: transparent;
    border: none;
    font-size: 26px;
    color: #999;
    position: absolute;
    left: -4px;
    top: -8px;
    box-shadow: 0 0 0 0 #ccc;
}

.fixed-modal p {
    margin: 0 auto !important;
    font-size: .95rem;
}

.input-style {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 12px;
}

.input-style img {
    max-height: 34px;
    width: auto;
}

.input-style img:first-child {
    border-radius: 8px;
}

.input-style img:last-child {
    max-height: 20px;
    width: auto;
    cursor: pointer;
    margin: 8px;
}

.text-brand {
    color: #0072bb !important;
}

.justify-content-between {
    justify-content: space-between;
}

.background-gray {
    background: linear-gradient(#000, #494b4b);
}

.background-pink {
    background: #e80564;
}

.background-blue {
    background: #0072bb;
}

.background-green {
    background: #00a679;
}

.background-purple {
    background: #6a00bd;
}

.background-dblue {
    background: #192d76;
}

.background-orange {
    background: #fa4e0e;
}

.background-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-ws {
    background: rgba(184, 215, 234, 0.62);
}

.w-100 {
    width: 100%;
}

.br-10 {
    border-radius: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-5 {
    margin-top: 20px !important;
}

.mb-2 {
    margin-bottom: 12px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.d-flex-wrap {
    flex-wrap: wrap;
}

.text-gray {
    color: #494b4b;
}

.text-white {
    color: #fff;
}

.callback-form.candidateSuccess {
    background: #caf7ca;
    color: green;
    padding: 8px;
    margin-top: 16px;
    border-radius: 5px;
    border: 1px solid #6abd6a;
    text-align: center;
}

/* Header */
.bajaj-header {
    background-color: #0072bb !important;
    border: none !important;
    border-radius: 0 !important;
    margin-bottom: 0px !important;
}

.bajaj-logo {
    display: flex;
    align-items: center;
    margin-right: 34px;
}

.bajaj-logo img {
    max-width: 158px;
    width: auto;
    height: auto;
}

/* @Saurabh Deshmukh 11/11/2022 */
.bajaj-header .navbar-nav>li>a:not(.btn-header) {
    text-decoration: none;
    background: transparent !important;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}

.bajaj-header .navbar-nav>.active>a:focus,
.bajaj-header .navbar-nav>.active>a:hover,
.bajaj-header .navbar-nav>.open>a,
.bajaj-header .navbar-nav>.open>a:focus,
.bajaj-header .navbar-nav>.open>a:hover,
.bajaj-header .navbar-nav>li>a:focus,
.bajaj-header .navbar-nav>li>a:hover {
    color: #fff !important;
    background-color: transparent !important;
    text-decoration: none;
}

.bajaj-header li>a {
    text-transform: capitalize;
    cursor: pointer;
}

.bajaj-header .dropdown-menu>li>a {
    padding: 9px 10px !important;
    color: #494b4b !important;
    text-decoration: none !important;
    background-color: #fff !important;
    line-height: 1.3 !important;
    font-size: 15px !important;
    letter-spacing: 0.3px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.bajaj-header .dropdown-menu .dropdown-menu {
    margin-left: 10px !important;
}

.my-error-class {
    color: #ff2a2a !important;
    border: 1px solid #ff2a2a !important;
}

.bajaj-header .dropdown-menu li>a:hover,
.bajaj-header .dropdown-menu li>a:focus {
    color: #0072bb !important;
    background: #edf2ff !important;
}

.caret.caret-right {
    margin-left: 4px;
}

li>a:hover .caret-right,
.bajaj-header .dropdown-menu li>a:focus .caret-right {
    border-left-color: #0072bb !important;
}

.bajaj-header .dropdown-menu>li:not(:last-child)>a {
    border-bottom: 1px solid #9cc6e1;
}

/* Search Group */
.bajaj-search {
    display: flex;
    align-items: center;
    height: 86px;
    margin-left: 0px;
}

.search-group {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0px 9px;
    max-width: 226px;
    color: #7c7c7c;
    border-radius: 17px;
}

.search-group>img {
    width: 17px;
}

.search-group .form-control::placeholder {
    font-size: 16px !important;
    color: #7c7c7c !important;
}

.search-group .form-control {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #444 !important;
    letter-spacing: 0.2px;
    padding-left: 8px;
}

.search-container {
    position: absolute;
    background: #fff;
    z-index: 999;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    top: 84%;
    right: 5%;
    padding: 12px 4px;
}

.search-result {
    width: 300px;
    max-height: 450px;
    overflow: hidden;
    overflow-y: auto;
}

span#close {
    margin-right: 5px;
    cursor: pointer;
    opacity: 0.8;
    transition: 0.2s all;
}

span#close:hover,
span#close:focus {
    transform: scale(1.15);
    opacity: 1;
}

.loader-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.loader-container img {
    width: 36px;
    margin: 24px;
}

.search-container #searched_view a {
    line-height: 1.4;
    font-size: 14px;
    white-space: break-spaces;
    padding: 5px 16px;
    display: block;
    margin: 2px auto;
    cursor: pointer;
    color: #333;
}

.search-container #searched_view a:hover,
.search-container #searched_view a:focus {
    background: #ecebfb;
    color: #0072bb !important;
}

/* Footer */
footer {
    background: #0072bb !important;
}

.footer-logo {
    max-width: 200px;
    margin-bottom: 32px;
}

.footer-logo img {
    width: 100%;
    height: auto;
}

.footer-link {
    padding: 0;
    list-style: none;
    margin: 0;
    color: #fff;
    line-height: 1.6;
    font-weight: 300;
}

.footer-link li a {
    color: inherit;
    font-size: 15px;
}

.footer-link li.widget-heading {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3 !important;
    margin-top: 8px;
}

.footer-icon a {
    margin-right: 20px;
    max-width: 30px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.footer-icon a img {
    width: 100%;
}

button.navbar-toggle {
    position: absolute;
    right: 0;
}

/* @Saurabh Deshmukh Remove number filed arrows 30-06-2022 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

/* @Saurabh Deshmukh Compare Page Design 01-07-2022 */
.mb-3 {
    margin-bottom: 20px;
}

.bg-light {
    background: #fafafa !important;
}

.title {
    color: #0072bb;
}

.vehicle-name {
    margin-top: 16px;
}

.add-vehicle-image {
    border: 1px dashed #24272c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 60px;
    margin: 1rem auto;
    opacity: 0.5;
    -moz-opacity: 0.5;
    position: relative;
    width: 60px;
}

.add-vehicle-image:before {
    background-color: #24272c;
    content: "";
    height: 18px;
    left: 50%;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 2px;
}

.add-vehicle-image:after {
    background-color: #24272c;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: 50%;
    width: 18px;
}

.vehicle-image {
    text-align: center;
}

.vehicle-image {
    width: 100%;
    margin-bottom: 20px;
    display: block;
}

.vehicle-image>img {
    height: 136px;
    margin-top: -20px;
}

.vehicle-image>span {
    color: #24272c;
    font-size: 15px;
    font-weight: 500;
    margin: 8px 0 20px;
    opacity: 0.5;
    -moz-opacity: 0.5;
    text-align: center;
}

.vehicle-container {
    background: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgb(36 39 44 / 15%);
    box-shadow: 0 1px 3px rgb(36 39 44 / 15%);
    padding: 16px 16px 0;
}

.vehicle-tiles {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}

.tiles-view {
    border: 1px dashed rgba(36, 39, 44, 0.15);
    padding: 1.5rem;
    float: left;
    min-width: 30%;
    cursor: not-allowed;
    border-radius: 8px;
    margin: 0.75rem;
}

.tiles-view.active {
    cursor: auto;
    border-color: rgba(36, 39, 44, 0.5);
}

.vehicle-tiles li.tiles-view:not(:first-child) {
    margin-left: 10px;
}

.loader-input {
    border: 5px solid #b7b7b7;
    border-radius: 50%;
    border-top: 5px solid #225577;
    width: 24px;
    height: 24px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    text-align: center;
    margin-top: -29px;
    margin-left: 246px;
    background: #eeeeee;
    padding: 8px;
    display: none;
}

#ymDivCircle,
#ym-notification {
    z-index: 99 !important;
}

.px-1 {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.btn-rdo {
    margin: auto 2px !important;
}

.side-form {
    padding: 8px !important;
}

.dropdown-menu.dropdown-right {
    margin-left: -90px;
}

.filter-button {
    width: 100%;
    margin: 8px -8px;
    display: flex;
}

.justify-content-around {
    justify-content: space-around;
}

.section-panel {
    padding: .8rem 1rem;
    background: #fff;
    margin: .8rem 0;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.sticky-tiles-view>div:not(.vehicle-image) {
    width: 100%;
}

.vehicle-image button.close {
    margin-top: -22px;
    margin-right: -16px;
}

.vs-view {
    background: #00548ad4 !important;
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    text-align: center;
    font-size: 1.3rem;
    position: absolute;
    left: 50%;
    top: 42%;
    padding: 4px;
}

.text-md {
    font-size: 0.9rem;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

select.form-control {
    line-height: 2 !important;
    padding: 0 8px !important;
}

@media screen and (max-width: 767.99px) {
    .section-panel {
        padding: .7rem;
        background: #fff;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 12px;
        width: 105%;
        margin-left: -2.5%;
    }

    .search-container {
        top: 92%;
        border-radius: 0;
        right: -20%;
        left: auto;
    }

    .search-result {
        width: 300px;
    }

    .add-vehicle-image {
        margin: 0 auto 8px;
    }
}

@media screen and (min-width: 1500px) {
    .bajaj-header .navbar-nav>li>a {
        font-size: 16px;
        line-height: 70px;
    }

    .bajaj-header .navbar-nav>li>a {
        padding: 8px 14px;
    }

    .bajaj-logo img {
        max-width: 158px;
    }

    .bajaj-search {
        height: 86px;
    }

    .bajaj-logo {
        height: 88px !important;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1499px) {
    .bajaj-header .navbar-nav>li>a {
        font-size: 15px !important;
        line-height: 54px;
    }

    .bajaj-header .navbar-nav>li>a {
        padding: 8px;
    }

    .bajaj-logo img {
        max-width: 158px !important;
        /* max-width: 92px !important; */
        /* min-height: 40px; */
        width: auto;
    }

    .bajaj-search {
        height: 54px;
    }

    .bajaj-logo {
        height: 54px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1299px) {
    .bajaj-header .navbar-nav>li>a {
        font-size: 15px;
        line-height: 47px;
    }

    .bajaj-header .navbar-nav>li>a {
        padding: 6px 4px;
    }

    .bajaj-logo img {
        max-width: auto !important;
    }

    .bajaj-search {
        height: 60px;
    }

    .bajaj-logo {
        height: 61px;
        margin-right: 20px;
    }

    .quick-link-group {
        width: calc(100% + 130px);
        margin-left: -113px;
    }
}

@media screen and (min-width: 1001px) {
    .bajaj-header .container-fluid {
        height: 90px;
    }

    .bajaj-header .navbar-nav>li>a {
       margin: auto 0px;
        letter-spacing: 0.3px;
    }

    /* @Saurabh Deshmukh 11/11/2022 */
    .btn-header {
        display: inline-block !important;
        /* border: 1px solid var(--darkenBrand) !important;
        background: var(--darkenBrand) !important; */
        line-height: 1.3 !important;
        padding: .2rem !important;
        color: #fff !important;
        border-radius: .3rem;
        white-space: break-spaces;
        width: 90px;
        text-align: center;
        margin-top: 0.8rem !important;
    }

    /* .bajaj-header .navbar-nav>li:last-child>a.btn-header {} */

    footer .py-md-50 {
        padding: 65px 0 50px !important;
        /* padding: 30px 0 85px !important; */
    }

    .footer-link {
        max-width: 230px;
    }

    .mt-md-128 {
        margin-top: 128px !important;
    }

    .mn-md-110 {
        margin-top: -110px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
    .bajaj-header li>a {
        font-size: 14px;
        width: 100% !important;
        text-align: left !important;
    }
}

@media screen and (max-width: 767.99px) {
    .floating-mobile {
        position: fixed;
        bottom: 0;
        z-index: 999999;
        padding: 0;
        margin: 0;
        width: 110%;
        left: -5%;
        background: #fff;
    }

    .floating-mobile .btn {
        width: 100%;
        border-radius: 0;
        background: #0072bb !important;
        border: 0;
        margin-top: 2px;
        text-transform: uppercase;
        letter-spacing: .4px;
        padding: 10px;
    }

    .single_specification_url {
        padding: 8px 0;
    }

    .vs-view {
        display: none;
    }

    .vehicle-tiles li.tiles-view:not(:first-child) {
        margin-left: 2%;
    }

    .vehicle-image button.close {
        position: relative;
        margin: auto;
    }

    .bajaj-search {
        position: absolute;
        z-index: 99;
        top: -8px;
        right: 100px;
    }

    .search-group {
        padding: 0px 4px;
        max-width: 188px;
    }

    #search_blog {
        width: 310px;
        right: -24px;
        top: 74px;
    }

    .bajaj-logo {
        margin-left: 20px;
    }

    .bajaj-logo img {
        max-width: 130px;
    }

    .bajaj-header .navbar-collapse {
        position: absolute;
        z-index: 999999 !important;
        background: #fff;
        margin: auto !important;
        width: 100%;
        left: 0;
        top: 66px;
    }

    .bajaj-header .navbar-nav li a {
        color: #494b4b !important;
    }

    .bajaj-header .dropdown-menu li a {
        font-size: 13px !important;
        padding: 6px 32px !important;
    }

    .bajaj-header ul li a {
        font-size: 13px !important;
        width: 100%;
        text-align: left;
        padding: 8px 32px !important;
        margin-top: 1px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .open>a>span.caret-right {
        transform: rotate(91deg);
    }

    /* .bajaj-header ul > li:not(.open) {
    border-bottom: 1px solid #ccc;
  } */
    .bajaj-header .navbar-nav li a:hover,
    .bajaj-header .navbar-nav li a:focus,
    .bajaj-header .navbar-nav .open>a:focus,
    .bajaj-header .navbar-nav .open>a:hover,
    .bajaj-header .navbar-nav .open>a,
    .bajaj-header .navbar-nav .open>a:focus,
    .bajaj-header .navbar-nav .open>a:hover,
    .bajaj-header .navbar-nav li a:focus,
    .bajaj-header .navbar-nav li a:hover {
        color: #0072bb !important;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    .bajaj-search {
        position: absolute;
        z-index: 99;
        top: -12px;
        right: 22%;
    }

    .navbar-toggle {
        margin-top: 14px !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .dropdown-menu>li>a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block !important;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px 50px 7.5px -15px !important;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    .bajaj-header .navbar-collapse {
        position: absolute;
        z-index: 999999 !important;
        background: #fff;
        margin: 0 0 0 10% !important;
        width: 80%;
        left: 0;
        top: 66px;
    }

    .bajaj-header .navbar-nav>li>a {
        color: #494b4b !important;
        font-size: 14px;
    }

    .bajaj-header .navbar-nav>li>a:hover,
    .bajaj-header .navbar-nav>li>a:focus,
    .bajaj-header .navbar-nav>.active>a:focus,
    .bajaj-header .navbar-nav>.active>a:hover,
    .bajaj-header .navbar-nav>.open>a,
    .bajaj-header .navbar-nav>.open>a:focus,
    .bajaj-header .navbar-nav>.open>a:hover,
    .bajaj-header .navbar-nav>li>a:focus,
    .bajaj-header .navbar-nav>li>a:hover {
        color: #0072bb !important;
    }
}

@media screen and (max-width: 500px) {
    .bajaj-search {
        top: -8px;
        right: 72px;
    }

    .search-group {
        padding: 0px 6px;
        width: calc(100% - 12px);
        margin-left: 10px;
    }

    .search-group .form-control {
        width: 66px;
        padding-left: 5px;
        transition: 0.4 width;
    }

    .search-group .form-control:focus,
    .search-group .form-control:focus {
        width: 100%;
    }

    .search-group img {
        width: 16px;
        height: auto;
    }

    .search-group input {
        font-size: 12px;
    }

    .bajaj-logo {
        margin-left: 12px;
    }

    .vehicle-image {
        width: auto;
        height: 100px;
        margin-bottom: 30px !important;
    }

    .vehicle-image>img {
        margin-top: 0;
    }
}

@media screen and (min-width: 1500px) {
    .container {
        width: calc(100% - 250px) !important;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1499px) {
    .container {
        width: calc(100% - 188px) !important;
    }

    header nav .container {
        width: calc(100% - 34px) !important;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1299px) {
    .container {
        width: calc(100% - 24px) !important;
    }
}

@media screen and (min-width: 1000.1px) {
    .d-md-none {
        display: none !important;
    }

    .login-btn {
        padding: 0 !important;
        margin-left: 24px !important;
    }

    .apply-now-btn {
        color: #fefe00;
        text-shadow: 1px 1px 1px #000;
        animation: blink 1s linear infinite;
        font-size: 1.2rem !important;
    }

    .blinkme {
        color: goldenrod;
        text-shadow: 1px 1px 1px #000;
        animation: blink 2s linear infinite;
        font-size: 1rem !important;
    }

    .apply-now-btn:hover {
        cursor: pointer;
        text-shadow: none;
    }

    @keyframes blink {
        0% {
            color: #fefe00;
        }

        30% {
            color: #fff;
        }

        50% {
            color: #fefe00;
        }

        80% {
            color: #fff;
        }

        100% {
            color: #fefe00;
        }
    }
}

@media screen and (max-width: 1000px) {
    .d-sm-none {
        display: none !important;
    }
}