@import url(../fonts/fonts.css);

html,
body {
    width: 100%;
    padding: 0;
    margin: 0;
}

/**{
    content-visibility: auto;
    contain-intrinsic-size: 1px 5000px;
}*/

body {
    font-family: 'nissan_brandregular';
    font-weight: normal;
    font-size: 12px;
    color: #000;
    overflow-x: hidden;
}

img {
    display: inline-block;
    max-width: 100%;
}

.main {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

header {
    width: 100%;
    padding: 0 16px;
    background: #fff;
    height: 70px;
    position: fixed;
    z-index: 101;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .05));
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.slick-prev,
.slick-next {
    transform: translate3d(0, 0, 0);
    /* fix for chrome not rendering */
}

.slick-dots {
    transform: translate3d(0, 0, 0);
}




.headerInr {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.logo-container {
    width: auto;
    display: flex;
    height: 100%;
    align-items: center;
}

.logo{display: inline-flex; align-items: center;}

.logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
}

.logo a img {
    display: inline-block;
    width: 65px;
}

.logo a em {
    padding-left: 16px;
    font-size: 16px;
    color: #000;
    font-family: 'nissan_brandregular';
}

.header-right {
    display: flex;
    align-items: center;
    position: relative;
}

.header-menu {
    width: 40px;
    height: 36px;
    position: relative;
    cursor: pointer;
    transform: rotate(0);
    transition: 0.3s ease-in-out;
    top: 6px;
    overflow-y: hidden;
    z-index: 100;
}

.header-menu span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #c3002f;
    border-radius: 8px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.header-menu span:nth-child(2) {
    top: 10px;
}

.header-menu span:nth-child(3) {
    top: 20px;
}

.active.header-menu span:nth-child(1) {
    top: 18px;
    width: 0%;
    right: 0%;
    transition: all 0.3s ease-in-out;
    left: auto;
}

.active.header-menu span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
}

.active.header-menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 12px;
}



.navMenu {
    width: 100%;
}

.navMenu {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: -100%;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
}

.navMenu.active {
    left: 0;
}

.navMenuinr {
    width: 320px;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    background: #fff;
    padding-top: 70px;
    transition: all 0.4s ease-in-out;
}

.navMenuinr.active {
    right: 0;
}

.namMenuBlock {
    width: 100%;
    padding: 16px 24px 16px 16px;
}

.profileInformation {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.profileInformation .items {
    display: flex;
    flex-direction: column;
    text-align: right;
    width: 100%;
    padding-top: 12px;
}

.profileInformation .items a {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #000;
    text-decoration: none;
    justify-content: flex-start;
    font-size: 18px;
}

.profileInformation .items a span {
    padding-right: 8px;
}

.profileInformation .items a:hover {
    color: #c3002f;
}

.profileInformation ul {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 48px;
}

.profileInformation ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 18px;
}

.profileInformation ul li:last-child {
    margin-bottom: 0;
}

.profileInformation ul li a {
    font-size: 18px;
    color: #c3002f;
    text-decoration: none;
    position: relative;
    padding-bottom: 2px;
    position: relative;
}

.profileInformation ul li a:after {
    position: absolute;
    top: 100%;
    width: 0%;
    height: 2px;
    background: #c3002f;
    transition: all 0.2s ease-in-out;
    content: '';
    left: 0;
}

.profileInformation ul li a:hover::after {
    width: 100%;
}


.profileInformation .items a em {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding: 0 0 0 12px;
}



.profile-values {
    position: absolute;
    display: none;
    top: 100%;
    left: -14px;
    background: #c3002f;
    padding: 12px;
    margin-top: 10px;
    min-width: 120px;
    z-index: 15;
}

.profile-values ul {
    width: 100%;
    padding: 2px 4px;
}

.profile-values ul li {
    margin-bottom: 8px;
}

.profile-values ul li:last-child {
    margin-bottom: 0;
}

.profile-values ul li a {
    font-size: 14px;
    padding-bottom: 8px;
    border-bottom: 0 solid #fff;
    color: #fff;
    text-decoration: none;
}

.profile-values ul li:last-child a {
    border: 0px;
}

.cstinr {
    margin-right: 0;
}

.subnav {
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 24px;
}

.subnav ul {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    align-items: center;
}

.subnav ul li {
    border-right: 1px solid rgba(0, 0, 0, .1);
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subnav ul li:last-child {
    border-right: none;
}

.subnav ul li a {
    padding: 0 12px;
    color: rgba(0, 0, 0, .3);
    font-size: 12px;
    text-decoration: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'nissan_brandregular';
    font-weight: bold;
    letter-spacing: 0.5px;
    cursor: default;
    pointer-events: none;
}

.subnav ul li.active a {
    color: #000;
    border-bottom: 2px solid #c3002f;
    cursor: pointer;
    pointer-events: auto;
}

.subnav ul li a span img {
    display: inline-block;
    width: 30px;
    margin-right: 6px;
    opacity: 0.4;
}

.subnav ul li.active a span img {
    opacity: 1;
   /* -webkit-filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(400%) contrast(2);
    filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);*/
}

.cstinr a {
    display: inline-block;
    text-decoration: none;
}

.cstinr a span {
    font-size: 14px;
    padding-right: 12px;
    color: #000;
    text-decoration: none;
}

.language select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 4px 14px 4px 4px;
    font-size: 12px;
    border: 1px solid #ccc;
    outline: none;
    background: url(../images/arrow.png) no-repeat right 4px center;
    width: auto;
    max-width: 68px;
    cursor: pointer;
}

.carsMenu {
    width: 100%;
    display: none;
}

.carsMenu li a {
    color: #000 !important;
    font-family: 'nissan_brandregular' !important; font-size: 16px; font-weight: normal; text-decoration: none;
}

.carsMenu li a:hover {
    color: #c3002f !important;
}

.carsMenu.active {
    display: block;
}

.myCrassection {
    position: relative;
}

.myCrassection:after {
    position: absolute;
    right: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    content: "";
    font-size: 20px;
    background: url(../images/cal-next.png) no-repeat 0 0;
    background-size: 100%;
}

.myCrassection.active:after {
    transform: rotate(90deg);
}



header.headerMain {
    width: 100%;
    background: transparent;
    position: fixed;
    left: 0;
    top: 0; background: #fff; border-bottom: 1px solid #ccc;
}

.headerInr-main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
}

.headerInrmain-left {
    display: flex;
    align-items: center;
}

.headerInrmain-left .logo-main {
    width: 65px;
}

.headerInrmain-left .logo-main a {
    display: inline-block;
}

.nissanNav {
    width: 84%;
    margin-left: 0;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    height: 70px;
    display: flex;
    align-items: center;
    z-index: 101; justify-content: center;
}

.nissanNav ul {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.nissanNav .items {
    display: none;
}

.nissanNav ul li {
    margin: 0 32px 0 0;
}

.nissanNav ul li:last-child {
    margin-right: 0;
}

.nissanNav ul li a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    padding-bottom: 2px;
    position: relative;
}

.nissanNav ul li a::after {
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 0px;
    width: 0%;
    height: 2px;
    background: #000;
    content: '';
    transition: all 0.3s ease-in;
}

.nissanNav ul li a:hover::after {
    width: 100%;
}

.userblock {
    width: 100%;
    position: relative;
    min-width: 170px;
}

.username-img {
    width: 100%;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.userimgMain {
    width: 100%;
    text-align: center;
    font-size: 36px;
    padding-bottom: 0;
    line-height: 36px;
    width: 28%;
    order: 2;
}

.username-img span {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.logout {
    position: absolute;
    left: 50%;
    top: 78%;
    padding-top: 0px;
    text-align: left;
    width: 100%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 12px;
    display: none;
    padding-left: 40px;
    text-decoration: underline;
    font-weight: bold;
}

.username-img:hover .logout {
    display: block;
}

.testDrive-main {
    width: 100%; padding: 32px 24px 16px 24px;
}

.testDrive-maing {
    width: 100%;
}

.posrel {
    position: relative;
}

.buttonBtms {
    position: absolute;
    right: 24px;
    bottom: 32px;
    z-index: 10;
    width: auto;
    height: auto;
}

.buttonBtms a {
    background: #c3002f;
    font-size: 16px;
    color: #fff;
    padding: 10px 20px;
    margin-right: 0;
    text-align: center;
    text-decoration: none;
    min-width: 190px;
    border: 0px;
    outline: none;
    border-radius: 4px;
    display: inline-block;
    margin-left: 0;
    font-family: 'nissan_brandregular';
    text-transform: uppercase;
}

.fullgrid-layout {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.fullgrid-half {
    width: 50%;
}

.fullgrid-half img {
    width: 100%;
}


.main-inr {
    width: 100%;
    background: #fff;
    padding-top: 70px;
}

.main-inr.noMargin {
/*    padding: 0;*/
    background: none;
}


.login-page {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/login-vector.png) no-repeat 0 bottom;
    background-size: 100%;
}

.loginpage_inr {
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
}

.loginpage-row {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 16px;
    padding-top: 2%;
}

.loginpage-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}

.loginpage-logo img {
    display: inline-block;
    width: auto; max-width: 154px;
}

.loginpage-row h1 {
    font-size: 24px;
    padding: 4px 0 4px 0;
    text-align: center;
}

.loginpage-row h2.subheadinglogin{font-size: 12px; padding-bottom: 24px; text-align: center; font-weight: 400; color: #474747;}

.loginpage-rmn {
    width: 100%;
}

    .loginpage-rmn .inputrow {
        width: 100%;
        max-width: 80%;
        margin: 0 auto;
        display: block;
        margin-top: 12px;
    }

    .loginpage-rmn .inputrow input {
        width: 100%;
        padding:12px;
        text-align: center;
        border: 1px solid #000;
        font-size: 16px;
        border-radius: 5px;
    }

    .loginpage-rmn .selectrow {
        width: 100%;
        padding: 0;
        text-align: center;
        font-size: 16px;
        max-width: 80%;
        margin: 0 auto;
        display: block;
        margin-top: 12px;
    }
    .loginpage-rmn .selectrow select {
        width: 100%;
    }
    .loginpage-rmn .selectrow .select2-container--default .select2-selection--single {
        border: 1px solid #000;
        border-radius: 5px;
        padding: 12px;
        height: auto;
    }
    .loginpage-rmn .selectrow .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 15px;
        right: 12px;
        width: 20px;
    }

.loginpage-btn {
    width: 100%;
    margin: 12px 0 12px 0;
    text-align: center;
}

.loginpage-btn button {
    display: inline-block;
    padding: 12px 20px;
    min-width: 190px;
    text-align: center;
    border: 0px;
    outline: none;
    background: #C3002F;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.cmn-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    text-align: center;
    left: 0;
    top: 0;
    background: #C3002F;
}

.cmn-loader span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}

.cmn-loader span em i {
    display: inline-block;
    animation: wave 1.3s linear infinite;
    padding-left: 1px;
    font-size: 18px;
}

.cmn-loader span em i:first-child {
    animation-delay: -0.6s;
}

.cmn-loader span em i:nth-child(2) {
    animation-delay: -0.9s;
}

.cmn-loader span em i:nth-child(3) {
    animation-delay: -1.1s;
}


@keyframes wave {

    0%,
    60%,
    100% {
        transform: initial;
    }

    30% {
        transform: translateY(-2px);
    }
}


.headerInr-main .header-menu {
    display: none;
}

.headerMain .header-menu {
    display: inline-block;
}

.headerMain .header-menu span{background: #000;}



.otpall-inroverlayClose {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c3002f;
    padding: 4px;
    cursor: pointer; border-radius: 50%;
}

.otpall-inroverlayClose img {
    display: inline-block;
    width: 60%;
}



.loginpage-otpsec {
    width: 100%;
    display: none;
}

.loginpage-otpsec p {
    text-align: center;
    font-size: 16px;
    padding-bottom: 12px;
}

.loginpage-otpsec p span {
    font-weight: bold;
}

.resend-login {
    width: 100%;
    max-width: 264px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 8px 0 0 0;
}

.resend-login a {
    display: inline-block;
    font-size: 14px;
    color: #000;
}

.loginpage-otps {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.loginpage-otps input {
    padding: 12px;
    border: 1px solid #000;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    margin: 0 8px;
    width: 54px;
}

.login-pagetnc {
    width: 100%;
    margin-top: 0;
    display: inline-block;
}

.login-pagetnc .checkBlock {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 0px;
}

.login-pagetnc .checkBlock b {
    font-family: 'nissan_brandlight';
    font-weight: normal;
}

.login-pagetnc .checkBlock b a {
    font-family: 'nissan_brandregular';
}

.login-section {
    width: 100%;
    padding: 0 16px;
    min-height: calc(100vh - 70px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.logininr {
    width: 100%;
    max-width: 470px;
    margin: 0 auto 0 auto;
    border: 0 solid #c3002f;
    padding: 36px 32px;
    border-radius: 5px;
    background: #fff;
}

.cmn-inputs {
    width: 100%;
    margin-bottom: 24px;
}

.logininr h2,
.book-drive h2 {
    font-size: 20px;
    padding-bottom: 36px;
    color: #c3002f;
    font-family: 'nissan_brandregular';
    text-transform: capitalize;
}

.logininr h3,
.book-drive h3 {
    font-size: 16px;
    color: #000;
    padding-bottom: 24px;
    font-family: 'nissan_brandregular';
}

.cmn-inputs:last-child {
    margin-bottom: 0;
}

.cmn-inputs label {
    display: flex;
    font-family: 'nissan_brandbold';
    font-size: 16px;
    margin-bottom: 12px;
    line-height: calc(18 / 16);
    color: #343434;
    cursor: auto;
    text-transform: capitalize; align-items: center;
}

.cmn-inputs label sup {
    color: #ed1c24;
    display: inline-block;
    position: relative;
    top: -4px;
    left: 3px;
    font-size: 17px;
}

.cmn-inputs label sup.hover-info {
    position: relative;
    color: #c3002f;
    margin-left: 4px;
}

.hoverinfo-main {
    position: absolute;
    width: 165px;
    height: auto;
    left: 20px;
    top: -32px;
    background: #c3002f;
    color: #fff;
    padding: 8px;
    z-index: 88;
    border-radius: 5px;
    min-width: 100%;
    display: none;
}

.hoverinfo-main p {
    font-size: 10px;
    font-weight: normal;
    font-family: 'nissan_brandregular';
    line-height: 16px;
}

.cmn-inputs label sup.hover-info:hover .hoverinfo-main {
    display: block;
}


.fincScn-heading h2 sup.hover-info {
    position: relative;
    color: #c3002f;
    margin-left: 4px;
}

.hoverinfo-main {
    position: absolute;
    width: 165px;
    height: auto;
    left: 20px;
    top: -32px;
    background: #c3002f;
    color: #fff;
    padding: 8px;
    z-index: 88;
    border-radius: 5px;
    min-width: 100%;
    display: none;
}

.hoverinfo-main p {
    font-size: 10px;
    font-weight: normal;
    font-family: 'nissan_brandregular';
    line-height: 16px;
    text-transform: none;
}

.fincScn-heading h2 sup.hover-info:hover .hoverinfo-main {
    display: block;
}


.cmn-inputs input[type="text"],
.cmn-inputs input[type="password"] {
    width: 100%;
    border: 1px solid #C7C7C7;
    line-height: normal;
    padding: 12px;
    box-sizing: border-box;
    color: #343434;
    font-family: 'nissan_brandregular';
    font-size: 16px;
    background-color: #fff;
    transition: all .3s;
    outline: 0;
    border-radius: 5px;
}

.cmn-inputs select {
    width: 100%;
    border: 1px solid #C7C7C7;
    line-height: normal;
    padding: 12px 32px 12px 12px;
    box-sizing: border-box;
    color: #343434;
    font-family: 'nissan_brandregular';
    font-size: 16px;
    background-color: #fff;
    transition: all .3s;
    outline: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(../images/booking-form-arrow.png) no-repeat right 10px center;
    border-radius: 5px;
    cursor: pointer;
}

.cmn-inputs select option {
    color: #343434;
    font-size: 16px;
}

.cmn-inputs .enteredValue {
    font-family: 'nissan_brandregular';
    font-size: 16px;
}

.resendOtp {
    margin-top: 8px;
    display: inline-block;
    width: 100%;
}

.resendOtp a {
    color: #000;
    font-size: 13px;
    font-family: 'nissan_brandbold';
}

.resendOtp a:hover {
    text-decoration: underline;
}

.otpsec_otps {
    margin-bottom: 0;
}

.otpsec_otps input {
    margin-right: 16px;
    max-width: 55px;
    text-align: center;
}

.otpsec_otps input:last-child {
    margin-right: 0;
}

.logininr button,
.book-drive button {
    background: #c3002f;
    font-size: 18px;
    color: #fff;
    padding: 17px 20px;
    margin-right: 0;
    text-align: center;
    text-decoration: none;
    min-width: 140px;
    width: 100%;
    border: 0px;
    outline: none;
    margin-top: 24px;
    border-radius: 5px;
    margin-bottom: 12px;
}

.verify.btn {
    background: #c3002f;
    font-size: 18px;
    color: #fff;
    padding: 17px 20px;
    margin-right: 0;
    text-align: center;
    text-decoration: none;
    min-width: 140px;
    width: 100%;
    border: 0px;
    outline: none;
    margin-top: 24px;
    border-radius: 5px;
    margin-bottom: 12px;
    text-decoration: none;
    width: 100%;
    display: block;
    margin-top: 36px;
}

.welcome-screen {
    min-height: calc(100vh - 70px);
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcome-screen ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
    justify-content: center;
}

.welcome-screen ul li {
    width: 33.3%;
    margin: 24px 0;
    padding: 0 16px;
    text-align: center;
    transition: all 0.2s ease;
}

.welcome-screen ul li a {
    display: inline-block;
    width: 90%;
    text-align: center;
    text-decoration: none;
    color: #000;
    padding: 40px 32px;
    background: #f9f9f9;
    transition: all 0.2s ease;
}

.imgmaps {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.imgmaps img {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.welcome-screen ul li a:hover {
    box-shadow: 7px 5px 19px #600000;
    transform: translateY(-5px);
    transition: all 0.2s ease;
}

.welcome-screen ul li .topwlcm {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px auto;
    transition: all 0.2s ease;
    min-height: 90px;
}

.welcome-screen ul li .topwlcm span img {
    max-width: 75px;
}

.welcome-screen ul li .topwlcm .fa {
    color: #c3002f;
    font-size: 54px;
}

.welcome-screen ul li:hover .topwlcm {
    background: transparent;
}

.welcome-screen ul li a p {
    font-size: 16px;
    font-family: 'nissan_brandregular';
    text-transform: capitalize;
}

.welcome-screen ul li:hover a p {
    color: #c3002f;
}

.cmninput-flexhalf {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.cmninput-flexhalf .cmn-inputs {
    width: calc(33.33% - 30px);
    margin: 0 44px 24px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
}

.cmninput-flexhalf .cmn-inputs:nth-child(3n) {
    margin-right: 0;
}

.cmnlocation {
    display: flex;
    margin-bottom: 24px;
}

.cmninput {
    width: 65%;
    margin-right: 48px;
}

.current-location {
    padding-top: 36px;
}

.book-drive {
    width: 100%;
    max-width: 1168px;
    margin: 0 auto 0 auto;
    border: 0 solid #c3002f;
    padding: 36px 32px;
    border-radius: 5px;
    background: #fff;
}

.book-drive h2 {
    padding-bottom: 16px;
}

.book-drive h3 {
    font-weight: normal;
    padding-bottom: 32px;
}

.dealer-list {
    width: 100%;
    margin-bottom: 24px;
}

.dealer-list ul {
    width: 100%;
    margin-top: 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dealer-list ul li {
    width: 48%;
    margin-bottom: 16px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 16px;
    position: relative;
}

.dealer-list ul li.active {
    background: #f3f3f3;
}

.dealer-list ul li input {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 50px;
    z-index: 15;
    cursor: pointer;
}

.dealer-title {
    width: 100%;
    display: block;
    padding-bottom: 24px;
    font-size: 16px;
    font-family: 'nissan_brandbold';
    padding-left: 36px;
    position: relative;
    cursor: pointer;
    position: relative;
    position: relative;
    z-index: 14;
}

.dealer-title::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    border: 2px solid #000;
    border-radius: 50%;
    content: '';
}

.cmndealer-list {
    width: 100%;
    cursor: pointer;
}

.dlist {
    width: 100%;
    display: flex;
    margin-bottom: 14px;
    align-items: baseline;
}

.dlist:last-child {
    margin-bottom: 0;
}

.dlist em {
    width: 10%;
}

.dealer-list p {
    width: 90%;
    font-size: 14px;
}

.dlistlast {
    width: 100%;
    display: flex;
    align-items: baseline;
    padding-top: 12px;
    border-top: 1px solid #ccc;
    padding-bottom: 6px;
    margin-top: 16px;
}

.dlistlast em {
    width: 10%;
}

.dlistlast p {
    font-size: 12px;
    width: 90%;
}

.dlistlast a {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background: #c3002f;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    position: relative;
    z-index: 15;
    font-family: 'nissan_brandregular';
    transition: all ease .5s;
}

.dlistlast a:hover{background: #000;}

.dlistlast a .fa {
    padding-right: 6px;
    color: #fff;
    font-size: 16px;
}


.dealer-list input:checked~.dealer-title::before {
    border: 2px solid #c3002f;
    content: '';
}


.dealer-list input:checked~.dealer-title:after {
    top: 6px;
    left: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c3002f;
    content: '';
    position: absolute;
}

.dealer-list ul li.active .dealer-title {
    color: #c3002f;
}

.login-section.auto {
    min-height: calc(100vh - 70px);
    padding: 0 16px 64px 16px;
}

.booking-details {
    width: 100%;
    max-width: 850px;
    margin: 0 auto 0 auto;
    border: 0 solid #c3002f;
    padding: 32px 32px;
    border-radius: 5px;
    background: #fff;
}

.booking-details.thankyou {
    max-width: 1168px;
}

.booking-detailsinr {
    width: 100%;
    text-align: center;
}

.bookingImg {
    margin-bottom: 16px;
}

.bookingImg img {
    display: inline-block;
    max-width: 180px;
}

.booking-detailsinr h2 {
    font-size: 24px;
    padding-bottom: 12px;
    font-family: 'nissan_brandbold';
    font-weight: normal;
}

.booking-detailsinr h3 {
    font-size: 16px;
    font-family: 'nissan_brandregular';
    font-weight: normal;
    padding-bottom: 8px;
}

.booking-detailsinr h4 a {
    color: #c3002f;
    text-decoration: none;
    font-size: 16px;
}

.booking-detailsinr table {
    width: 100%;
    margin-top: 24px;
    border-radius: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.fullbooking-detailsinr .right-booking-detailsinr table {
    max-width: 94%;
    background: #000;
}


.booking-detailsinr table td {
    padding: 11px;
    font-size: 15px;
    border: 1px solid #ddd;
    text-transform: capitalize;
}

.booking-detailsinr table tr:nth-child(even) {
    background: #fbfbfb;
}

.booking-detailsinr table tr:nth-child(odd) {
    background: #e9e9e9;
}

.modify-section {
    width: 100%;
    padding: 32px 0 48px 0;
    min-height: calc(100vh - 70px);
}

.modtop {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.modtop-left {
    width: 45%;
    margin-right: 5%;
}

.modtop-left h2 {
    font-size: 24px;
    padding-bottom: 4px;
    text-transform: uppercase;
    font-family: 'nissan_brandbold';
    font-weight: normal;
}

.modtop-left h3 {
    font-size: 16px;
    font-weight: normal;
}

.modimg {
    width: 100%;
    margin-bottom: 16px;
}

.modimg img {
    width: 100%;
    display: inline-block;
}

.modtop-right {
    width: 50%;
    padding-top: 32px;
}

.gdday {
    width: 100%;
    margin-bottom: 0;
}

.gdday h1 {
    font-size: 20px;
    padding-bottom: 0px;
    word-spacing: 4px;
    color: #c3002f;
    font-family: 'nissan_brandregular';
    padding-left: 0;
}

.gdday p {
    font-size: 16px;
}

.modtop-right h4 {
    font-size: 18px;
    padding-bottom: 16px;
}

.modtop-right ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 8px;
}

.modtop-right ul li {
    width: 47%;
    margin-bottom: 16px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.modtop-right ul li em {
    width: 30px;
}

.modf-bokking {
    margin-top: 16px;
}

.modf-bokking a {
    background: #c3002f;
    font-size: 16px;
    color: #fff;
    padding: 14px 20px;
    margin-right: 0;
    text-align: center;
    text-decoration: none;
    min-width: 250px;
    border: 0px;
    outline: none;
    border-radius: 5px;
    display: inline-block;
}

.cars_selection {
    margin-bottom: 32px;
    display: inline-block;
    width: 100%;
}

.bookservice {
    width: 100%;
    margin-top: 24px;
}

.bookservice-slider {
    width: 100%;
}

.bookservice-slider .items {
    margin: 0 36px 0 0;
    cursor: pointer;
    background: #f3f3f3;
    border: 1px solid #ccc;
    padding: 0 0 12px 0;
}

.bookservice-slider .items .itemtop h2,
.bookservice-slider .items .itemtop h3 {
    transform: translateX(12px); word-break: break-word;
}

.bookservice-slider .items.active {
    border: 1px solid #c3002f;
    padding: 0 0 12px 0;
    background: #c3002f;
    color: #fff;
}

.bookservice-slider .items.active .itemtop{position: relative;}
.bookservice-slider .items.active .itemtop:after{position: absolute; width: 20px; height: 20px; right: 4px; top: 4px; z-index: 12; content: "\f00c"; font-family: 'FontAwesome'; color: #78c178; font-size: 20px; font-weight: lighter;}

.bookservice-slider .items.active .itemtop h2,
.bookservice-slider .items.active .itemtop h3 {
    transform: translateX(12px);
    color: #fff;
}

.selectDate {
    width: 100%;
}

.selectDate-inr {
    width: 100%;
    border: 1px solid #C7C7C7;
    line-height: normal;
    padding: 12px;
    box-sizing: border-box;
    color: #343434;
    font-family: 'nissan_brandregular';
    font-size: 16px;
    background-color: #fff;
    transition: all .3s;
    outline: 0;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.itemtop {
    width: 100%;
}

.itemtop-img {
    margin-bottom: 12px;
}

.itemtop img {
    display: inline-block;
    width: 100%;
}

.itemtop h2 {
    font-size: 15px;
    text-transform: uppercase;
}

.itemtop h3 {
    font-size: 12px;
    padding-bottom: 8px;
}

.itembtm {
    margin-top: 12px;
}

.itembtm a {
    background: #c3002f;
    font-size: 14px;
    color: #fff;
    padding: 14px 20px;
    margin-right: 0;
    text-align: center;
    text-decoration: none;
    min-width: 100%;
    border: 0px;
    outline: none;
    border-radius: 5px;
    display: inline-block;
}

.pls-service {
    margin-bottom: 12px;
    margin-top: 16px;
}

.pls-service h3 {
    display: block;
    font-family: 'nissan_brandbold';
    font-size: 18px;
    margin-bottom: 12px;
    line-height: calc(18 / 16);
    color: #343434;
    cursor: auto;
    padding-bottom: 4px;
    margin-bottom: 0;
}

.pls-service h4 {
    font-size: 15px;
    font-weight: normal;
}

.serctown {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.serctown.finance {
    border: 0px;
}

.serctown input {
    width: 100% !important;
    padding: 12px !important;
    margin: 0 !important;
    border: 0 !important;
    padding: 12px;
}

.serctown button {
    width: 6%;
    display: flex;
    align-items: center;
    border: 0px;
    outline: none;
    background: #fff;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
    padding: 12px;
}

.current-location button {
    width: 100%;
    display: flex;
    align-items: center;
    border: 0px;
    outline: none;
    background: #fff;
    padding: 0;
    margin: 0;
    justify-content: flex-start;
    color: #000;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 24px;
}

.current-location button em {
    padding-right: 4px;
}

.stickyBtn {
    width: 100%;
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    background: #fff;
    padding: 14px 20px;
    justify-content: flex-end;
    align-items: center;
    border-top: 1px solid #f2f2f2;
    filter: drop-shadow(0 -2px 4px rgba(0, 0, 0, .05));
}

.stickyBtn a, .stickyBtn button {
    background: #c3002f;
    font-size: 15px;
    color: #fff;
    padding: 10px 20px;
    margin-right: 0;
    text-align: center;
    text-decoration: none;
    min-width: 140px;
    border: 0px;
    outline: none;
    border-radius: 0;
    display: inline-block;
    font-family: 'nissan_brandregular';
    transition: all ease .5s;
    border:0px; outline: none;
}

.stickyBtn a:hover, .stickyBtn button:hover {
    background: #000;
}

.getotpsec {
    display: none;
}

.irform {
    width: 100%;
    padding: 0 16px 64px 16px;
    min-height: calc(100vh - 70px);
}

.ir_block {
    width: 100%;
    padding: 32px;
    background: #fff;
    border-radius: 5px;
}

.ir_blockcmn h2 {
    font-size: 20px;
    padding-bottom: 24px;
    text-transform: uppercase;
    word-spacing: 4px;
    color: #c3002f;
    font-family: 'nissan_brandregular';
}

.occptype {
    margin-bottom: 32px;
}

.logintnc {
    margin-top: 24px;
}


.occptype h3 {
    font-size: 20px;
    padding-bottom: 24px;
    text-transform: uppercase;
    word-spacing: 4px;
    color: #c3002f;
    font-family: 'nissan_brandregular';
}

.occptype ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.occptype ul li {
    margin-right: 20px;
}

.cmnformRows .checkbx-lab,
.fullRowrt .checkbx-lab {
    margin-bottom: 0;
}

.checkbx-lab2,
.checkbx-lab2 b {
    width: auto;
}

.checkbx-lab,
.cmnformRows .checkbx-lab {
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.finnceMn .chekRad-list-col .checkbx-lab2 {
    font-family: 'nissan_brandregular';
    font-size: 16px;
}

.checkbx-lab input[type="checkbox"],
.checkbx-lab input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.checkbx-lab .radi {
    border-radius: 50%;
}

.checkbx-lab .checkd,
.checkbx-lab .radi {
    border: 1px solid #c3002f;
    color: transparent;
    transition: all .3s;
    content: "";
    font-size: 14px;
    left: 0;
    padding: 4px;
    top: 0;
    margin-right: 10px;
    width: 22px;
    height: 22px;
    position: relative;
    display: block;
    background: #fff;
}

.checkbx-lab input[type="checkbox"]:checked+.checkd::after,
.checkbx-lab input[type="checkbox"]:checked+.checkd::before,
.checkbx-lab input[type="radio"]:checked+.radi::after {
    display: block;
}

.checkbx-lab .radi::after {
    position: absolute;
    left: 3px;
    bottom: 3px;
    height: 14px;
    width: 14px;
    background-color: #c3002f;
    content: "";
    display: none;
    border-radius: 50%;

}

.checkbx-lab2,
.checkbx-lab2 b {
    width: auto;
}

.checkbx-lab input[type="checkbox"]:checked+.checkd {
    background: #c3002f;
}

.checkbx-lab .checkd::before {
    position: absolute;
    left: -3px;
    top: 8px;
    height: 7px;
    width: 2px;
    background-color: #fff;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
    display: none;
}

.checkbx-lab .checkd::after {
    position: absolute;
    left: -2px;
    bottom: 5px;
    height: 2px;
    width: 13px;
    background-color: #fff;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
    display: none;
}

.financefrm11,
.financefrm {
    display: flex;
    flex-wrap: wrap;
}

.fincScn .cmn-inputs {
    width: calc(33.33% - 30px);
    margin: 0 44px 24px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
}

.ir_blockcmn .cmn-inputs:nth-child(3n) {
    margin-right: 0;
}

.paymentBlock {
    width: 100%;
}

.paymentflex {
    width: 100%;
    display: flex;
    margin-bottom: 8px;
}

input.disabled {
    pointer-events: none;
    background-color: #ccc !important;
}

input.noneditable {
    pointer-events: none;
    background-color: #f1f1f1 !important;
}


.focusinput{border: 1px solid #c3002f !important;}

.rangeSec {
    margin-bottom: 24px;
}

.cmnRange {
    width: 100%;
    max-width: 66%;
}

.cmnRange label {
    display: block;
    font-family: 'nissan_brandbold';
    font-size: 16px;
    margin-bottom: 16px;
    line-height: calc(18 / 16);
    color: #343434;
    cursor: auto;
}

.irs--round .irs-handle {
    border-color: #c3002f;
}

.irs--round .irs-single {
    background-color: #c3002f;
    color: #fff;
}

.irs--round .irs-from::before,
.irs--round .irs-to::before,
.irs--round .irs-single::before {
    border-top-color: #c3002f;
}

.irs--round .irs-bar {
    background-color: #c3002f;
}

.allDocuments {
    width: 100%;
    margin-top: 24px;
    display: none;
}

.allDocimr {
    display: flex;
    flex-wrap: wrap;
}


.allDocimr .form_colm {
    width: calc(33.33% - 30px);
    margin: 0 44px 24px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
}

.allDocimr .form_colm:nth-child(3n) {
    margin-right: 0;
}



.allDocimr .form_colm .form_lable1.no_star {
    display: block;
    font-family: 'nissan_brandbold';
    font-size: 16px;
    margin-bottom: 12px;
    line-height: calc(18 / 16);
    color: #343434;
    cursor: auto;
    text-transform: capitalize;
}

.form_contr {
    float: left;
    width: 100%;
}


.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    cursor: pointer;
    overflow: hidden;
}

.custom-file input {

    height: 46px;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    width: 100%;
    top: 0;
    border-radius: 5px;
}

.custom-file-control {
    white-space: nowrap;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 46px;
    padding: 12px;
    line-height: 1.5;
    color: #343434;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 16px;
    border-radius: 5px;
    overflow: hidden;
}

.custom-file-control::after {
    content: "Browse";
    position: absolute;
    width: 80px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    z-index: 1;
    background: #e3e3e3;
}




.MultiFile-list {
    width: 100%;
    height: auto;
    margin-top: 0px;
    border: 0px solid rgba(0, 0, 0, 0.15);

    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    border-top: 0px;
}



.MultiFile-list div.MultiFile-label {
    width: 100%;
    position: relative;
    height: auto;
    background: #f2f2f3;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.MultiFile-label .MultiFile-remove {
    color: #000;
    z-index: 1;
    background: #eceeef;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #cec9c9;
    display: block;
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.MultiFile-label span.MultiFile-label {
    line-height: 30px;
    display: block;
    width: 100%;
    white-space: nowrap;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.MultiFile-label span.MultiFile-label:first-child {
    border-top: 0px;
}

//.MultiFile-list div.MultiFile-label span{ }

//.MultiFile-list div.MultiFile-label span span{ display: inline-block; white-space: normal; width: auto; }

.MultiFile-list .MultiFile-title {
    margin-left: 8px;
}

.fincScn.last {
    min-height: calc(100vh - 360px);
}

.docInfo {
    margin-bottom: 4px;
}

.docInfo p {
    font-size: 12px;
    padding-bottom: 4px;
}

.prevsubtop {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
}

.prevsubbtm {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.cmn-inputs.full {
    width: 100%;
}

.cmninpt-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.cmninpt-list li {
    font-size: 16px;
    padding: 0 12px;
    border-right: 1px solid #000;
}

.cmninpt-list li:first-child {
    padding-left: 0;
}

.cmninpt-list li:last-child {
    border: 0px;
    padding-right: 0;
}

.stickyBtn a.fnlSbmit {
    display: none;
}

.stickyBtn a.mrright, .stickyBtn button.mrright {
    margin-right: 12px;
}

.bookinFlex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.bookingFlexleft {
    width: 35%;
    margin-right: 5%;
}

.bookingid_table {
    margin: 0 0 16px 0;
    flex: 1 1 auto;
}

.bookingid_table:nth-child(2n) {
    margin-left: 24px;
}

.bookingId {
    width: 100%;
    padding: 0 16px 64px 16px;
}

.bookingBlock {
    width: 100%;
    padding: 32px;
    background: #fff;
}

.bookingBlock h1 {
    font-size: 24px;
    padding-bottom: 24px;
    text-transform: uppercase;
    word-spacing: 4px;
    color: #c3002f;
    font-family: 'nissan_brandregular';
    padding-left: 0;
    text-align: center;
}

.bookingBlock h1.textleft {
    text-align: left;
}

.bookingid_table table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 12px;
}

.bookingid_table table td:first-child {
    width: 40%;
    background: #f2f2f2;
}

.bookingid_table table td {
    padding: 12px 14px;
    border: 1px solid #ddd;
    font-size: 15px;
}

.bookingBlock h2 {
    font-size: 16px;
    font-weight: normal;
    padding-top: 0px;
    text-align: left;
}
.textflex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.bookingBlock h3 {
    font-size: 16px;
    text-transform: uppercase;
    padding: 16px 0 12px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}

.bookingBlock h3 span {
    order: 2;
    display: block;
    font-weight: lighter;
}

.bookingBlock h3 a {
    background: #c3002f;
    margin-bottom: 8px;
    font-weight: normal;
    font-size: 15px;
    color: #fff;
    padding: 10px 20px;
    margin-right: 0;
    text-align: center;
    text-decoration: none;
    min-width: 140px;
    border: 0px;
    outline: none;
    border-radius: 5px;
    display: inline-block;
    margin-left: 0;
    font-family: 'nissan_brandregular';
    order: 1;
    display: inline-block;
    max-width: 200px;
    margin-bottom: 12px;
    transition: all 0.5s ease;
}

.bookingBlock h3 a:hover{background: #000;}

.bookingBlock h4 {
    font-size: 14px;
    padding-bottom: 8px;
    padding-top: 24px;
}

.bookingBlock ol {
    padding-left: 12px;
}

.bookingBlock ol li {
    font-size: 12px;
    margin-bottom: 4px;
}

.backBtn {
    display: flex;
    padding: 12px 0;
    justify-content: center;
    width: 100%;
}

.backBtn a {
    background: #c3002f;
    font-size: 15px;
    color: #fff;
    padding: 10px 20px;
    margin-right: 0;
    text-align: center;
    text-decoration: none;
    min-width: 140px;
    border: 0px;
    outline: none;
    border-radius: 5px;
    display: inline-block;
    margin-left: 0;
    font-family: 'nissan_brandregular';
    margin-left: 8px;
    margin-right: 8px;
    transition: all 0.5s ease;
}

.backBtn a:hover{background: #000;}

.steps-list {
    width: 100%;
    margin-bottom: 32px;
}

.steps-list ul {
    width: 100%;
    overflow: hidden;
    counter-reset: step;
    display: flex;
}

.steps-list ul li {
    width: 20%;
    padding: 0 8px;
    position: relative;
    text-align: center;
}

.steps-list ul li::before {
    content: counter(step);
    counter-increment: step;
    width: 45px;
    line-height: 45px;
    height: 45px;
    display: block;
    font-size: 14px;
    color: #969696;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto 4px auto;
    border: 1px solid #d9d9d6;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.steps-list ul li:first-child:after {
    content: none;
}

.steps-list ul li::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #d9d9d6;
    position: absolute;
    left: -50%;
    top: 22px;
    z-index: 1;
}

.steps-list ul li.active::before,
.steps-list ul li.active::after {
    background: #c3002f;
    color: #fff;
    border: 1px solid #c3002f;
}

.steps-list ul li.active.complt::before {
    background: #c3002f;
    color: #fff;
    content: '';
}

.steps-list ul li.complt .steps_blocks::before {
    position: absolute;
    left: 50%;
    margin-left: -13px;
    top: 20px;
    height: 6px;
    width: 2px;
    background-color: rgb(255, 255, 255);
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
    display: block;
    z-index: 99;
}

.steps-list ul li.complt .steps_blocks::after {
    position: absolute;
    left: 50%;
    top: 24px;
    height: 2px;
    width: 11px;
    margin-left: -12px;
    background-color: rgb(255, 255, 255);
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
    display: block;
    z-index: 99;
}

.steps-list ul li p {
    color: #969696;
    font-size: 15px;
    padding-bottom: 0;
}

.steps-list ul li.active p {
    color: #000;
}

.ir-personal {
    width: 100%;
}

.irpersonal-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.irpersonal-flex .checkBlock {
    width: 100%;
    margin-bottom: 8px;
}

.checkBlock .checkbx-lab {
    font-size: 13px;
    color: #000;
    flex-wrap: nowrap;
}

.checkBlock .checkbx-lab a {
    color: #000;
}

.irpersonal-flex .checkBlock a {
    color: #000;
    text-decoration: none;
}

.carSelection {
    width: 100%;
    margin-bottom: 24px;
}

.checkBlock {
    margin-top: 12px;
}

.logininr button {
    margin-top: 12px;
}

.carSelection h3 {
    display: block;
    font-family: 'nissan_brandbold';
    font-size: 16px;
    margin-bottom: 12px;
    line-height: calc(18 / 16);
    color: #343434;
    cursor: auto;
    font-weight: normal;
}

.selectedCars {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.selectedCars .item {
    width: 336px;
    margin-right: 46px;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 0 0 12px 0;
    background: #f3f3f3;
    pointer-events: none;
}

.selectedCars .item h4 {
    padding-top: 4px;
}

.selectedCars .item h4,
.selectedCars .item h5 {
    transform: translateX(10px);
}

.selectedCars .item:last-child {
    margin-right: 0;
}

.selectedCars .item img {
    display: inline-block;
    width: 100%;
}

.selectedCars .item h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'nissan_brandbold';
    padding-bottom: 2px;
}

.selectedCars .item h5 {
    font-size: 14px;
    font-weight: normal;
}

.selectedCars .item.active {
    background: #c3002f;
    border: 1px solid #c3002f;
    padding: 0 0 12px 0;
    color: #fff;
}

.selectedCars .item.active h4,
.selectedCars .item.active h5 {
    transform: translateX(10px);
}

.selectedCars .item.active h4 {
    padding-top: 4px;
}

.carSelection-var {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.carSelection-var .cmnlocation {
    width: 65%;
    margin-bottom: 0;
}

.carSelection-var .cmnlocation .cmn-inputs {
    width: 100%;
}

.carSelection-var .cmninput-flexfull {
    width: 100%;
}

.carSelection-var .cmninput-flexfull .cmn-inputs {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
}

.stickyBtn.carInfo {
    justify-content: space-between;
}

.stickyBtn.carInfo.flexfull {
    justify-content: flex-end;
}

.carinformation {
    display: flex;
    color: #000;
    align-items: center;
}

.carinformation.hide {
    display: none;
}

.carinformation p {
    font-size: 16px;
    font-family: 'nissan_brandbold';
}

.carinformation span {
    display: block;
    width: 100%;
    font-size: 12px;
    font-family: 'nissan_brandregular';
}

.carInfoImg {
    width: 100px;
    margin-left: 12px;
}

.carInfoImg img {
    width: 100%;
    display: inline-block;
}

.carinformation i {
    font-style: normal;
    font-size: 11px;
}

.FindYour_dealer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 12px;
}

.FindYour_dealer .cmnlocation {
    width: 100%;
}


.mapSection {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 110;
    display: none;
}

.mapfull {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 86%;
    padding: 24px;
    background: #fff;
    transform: translate(-50%, -50%);
    border-radius: 24px;
}

.mapInr {
    width: 100%;
}

.mapClose {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 30px;
    height: 30px;
    background: #c3002f;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; border-radius: 50%;
}

.mapClose img {
    display: inline-block;
    width: 60%;
}

.mapid {
    width: 100%;
    height: 76vh;
}

.mapid iframe {
    width: 100%;
    height: 100%;
}

#googleMap{border-radius: 24px; overflow: hidden;}


.ui-timepicker-standard .ui-menu-item {
    padding: 4px 0;
    background: #fff;
}

.ui-timepicker-standard .ui-state-hover {
    background-color: #f0f0f0;
    font-size: 15px;
    border: 0px;
    padding: 12px 0;
}

.bookNissan .ui-widget.ui-widget-content {
    width: 300px;
    background: #eee;
    border: 1px solid #666;
    padding: 0;
    border-radius: 0;
    z-index: 99 !important;
}

.bookNissan .ui-widget-content.ui-datepicker .ui-datepicker-header {
    background: 0 0;
    border: none;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.bookNissan .ui-datepicker .ui-datepicker-next,
.bookNissan .ui-datepicker .ui-datepicker-prev {
    top: 8px;
}

.bookNissan .ui-widget-content.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    order: 2;
    width: 100%;
    text-align: center;
    line-height: 1;
    padding: 10px 0;
    font-size: 15px;
}

.bookNissan .ui-widget-content.ui-datepicker .ui-datepicker-calendar {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
}

.bookNissan .ui-widget-content.ui-datepicker .ui-datepicker-calendar tr {
    height: 32px;
}

.bookNissan .ui-widget-content.ui-datepicker .ui-datepicker-calendar th {
    color: #666;
    font-size: 14px;
    line-height: 2.1428571429;
    font-weight: 400;
    background: #efefef;
}

.bookNissan .ui-widget-content.ui-datepicker .ui-datepicker-calendar td span {
    color: #ccc;
}

.bookNissan .ui-widget-content.ui-datepicker .ui-datepicker-calendar td {
    font-size: 14px;
    text-align: center;
    color: #000;
}

.bookNissan .ui-widget-content.ui-datepicker .ui-datepicker-calendar td a {
    color: #343434;
}

.bookNissan .ui-widget-content.ui-datepicker .ui-datepicker-calendar td a:hover {
    color: #c3002f;
}

.bookNissan .ui-widget-content.ui-datepicker .ui-datepicker-calendar td a,
.bookNissan .ui-widget-content.ui-datepicker .ui-datepicker-calendar td span {
    display: inline-block;
    text-decoration: none;
    padding: 5px 0;
    height: 32px;
    width: 32px;
    text-align: center;
    background: 0 0;
    border: none;
}

.bookNissan .ui-widget-content.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
    opacity: 0.8;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.bookNissan .ui-datepicker .ui-datepicker-next span {
    background-image: url(../images/cal-next.png);
    background-position: center center;
}


.bookNissan .ui-datepicker .ui-datepicker-prev span {
    background-image: url(../images/cal-next.png);
    transform: rotate(-180deg);
    background-position: center center;
}

.bookNissan .ui-datepicker .ui-datepicker-next:hover,
.bookNissan .ui-datepicker .ui-datepicker-prev:hover {
    background: none;
    border: 0px;
}











.myprofile {
    width: 100%;
    max-width: 1168px;
    margin: 0 auto 0 auto;
    border: 0 solid #c3002f;
    padding: 32px 32px;
    border-radius: 5px;
    background: #fff;
}

.myprofile-inr {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.myprofile-fleft {
    width: 14%;
    margin-right: 0%;
}

.myprofile-fleft ul {
    width: 100%;
    padding-top: 32px;
}

.myprofile-fleft ul li {
    margin-bottom: 12px;
}

.myprofile-fleft ul li span{
    font-size: 16px;
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: #000;
    font-family: 'nissan_brandbold'; cursor: pointer;
}

.myprofile-fleft ul li span.active {
    color: #c3002f;
}

.myprofile-fleft ul li a span {
    display: flex;
    height: 100%;
    padding-right: 6px;
}

.items-carsadd {
    padding: 16px;
    height: 100%;
    min-height: 200px;
    position: relative;
}

.items-carsadd a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-decoration: none;
    color: #c3002f;
}

.items-carsadd a p {
    font-size: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.items-carsadd a p span {
    font-size: 64px;
    margin-top: 12px;
    display: block;
}


.myprofile-fright {
    width: 84%;
    padding-left: 3%;
    border-left: 1px solid #ccc;
}

.myprofile-frightinr {
    width: 100%;
}

.cmnprofiles {
    width: 100%;
}

.cmnprofiles-head h2 {
    font-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 32px;
    border-bottom: 1px solid #ccc;
    font-family: 'nissan_brandregular';
}

.myprofiletop {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.cmnprofiles {
    width: 32%;
    margin: 0 2% 24px 0;
}

.cmnprofiles:nth-child(3n) {
    margin-right: 0;
}

.cmnprofiles label {
    display: flex;
    font-family: 'nissan_brandbold';
    font-size: 16px;
    margin-bottom: 12px;
    line-height: calc(18 / 16);
    color: #343434;
    cursor: auto;
    text-transform: capitalize;
    align-items: center;
}

.cmnprofiles label sup {
    color: #ed1c24;
    display: inline-block;
    position: relative;
    top: -4px;
    left: 3px;
    font-size: 17px;
}

.cmnprofiles label em {
    display: inline-block;
    cursor: pointer;
    padding-left: 8px;
    display: flex;
    height: 100%;
    align-items: center;
}

.cmnprofiles label em img {
    width: 12px;
}

.cmnInputs {
    width: 100%;
    border: 1px solid #C7C7C7;
    line-height: normal;
    padding: 12px;
    box-sizing: border-box;
    color: #343434;
    font-family: 'nissan_brandregular';
    font-size: 16px;
    background-color: #fff;
    transition: all .3s;
    outline: 0;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
}

.cmnInputs input.disabled {
    background-color: #f3f3f3 !important;
}

.cmnInputs input {
    padding: 0;
    border: 0px;
    min-width: 70%;
    background: transparent !important;
    width:100%; padding-right:8px;
}

.cmnInputs.proddisabled {
    background: #f3f3f3;
    pointer-events: none;
}





.cmnInputs.profileedit {
    background: #f3f3f3;
}

.cmnprofiles select {
    width: 100%;
    border: 1px solid #C7C7C7;
    line-height: normal;
    padding: 12px 32px 12px 12px;
    box-sizing: border-box;
    color: #343434;
    font-family: 'nissan_brandregular';
    font-size: 16px;
    background-color: #fff;
    transition: all .3s;
    outline: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(../images/booking-form-arrow.png) no-repeat right 10px center;
    border-radius: 5px;
    cursor: pointer;
}

.cmnInputs select.disabled {
    background-color: #fff !important;
    pointer-events: none;
}

.cmn-inputs select.disabled {
    background: #ccc;
    pointer-events: none;
}

.dealer-list ul li.noevent {
    pointer-events: none;
}



.edit_details {
    width: 100%;
    margin-top: 24px;
}

.edit_details ul {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.edit_details ul li {
    font-size: 16px;
    padding: 0 16px;
    border-right: 1px solid #000;
}

.edit_details ul li:first-child {
    padding-left: 0;
}

.edit_details ul li:last-child {
    border-right: 0;
}

.edit_details ul li a {
    display: block;
    color: #000;
    text-decoration: none;
    font-family: 'nissan_brandbold';
}

.edit_details ul li a.active {
    color: #c3002f;
}

.cmnchange-details {
    width: 100%;
    margin-top: 12px;
    display: none;
}

.cmnall-details h3 {
    font-size: 16px;
    padding-bottom: 24px;
    padding-top: 12px;
    font-family: 'nissan_brandbold';
    font-weight: normal;
}

.allchange-flex {
    display: flex;
    flex-wrap: wrap;
}

.allchange-flex .cmn-inputs {
    width: 48%;
    margin: 0 4% 24px 0;

    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
}

.allchange-flex .cmn-inputs:nth-child(2n) {
    margin-right: 0;
}

.cmninputs-fullbtns {
    width: 100%;
}

.saveBtn {
    margin-top: 32px;
}

.cmninputs-fullbtns button,
.saveBtn button {
    background: #c3002f;
    font-size: 15px;
    color: #fff;
    padding: 10px 20px;
    margin-right: 0;
    text-align: center;
    text-decoration: none;
    min-width: 140px;
    border: 0px;
    outline: none;
    border-radius: 5px;
    display: inline-block;
    margin-left: 0;
    font-family: 'nissan_brandregular';
}

.cmninput-file {
    width: 100%;
    max-width: calc(33.33% - 30px);
    position: relative;
    border: 1px solid #C7C7C7;
    line-height: normal;
    padding: 12px;
    box-sizing: border-box;
    color: #343434;
    font-family: 'nissan_brandregular';
    font-size: 16px;
    background-color: #fff;
    transition: all .3s;
    outline: 0;
    border-radius: 5px;
    height: 48px;
    overflow: hidden;
}

.cmninput-file input {
    width: 100%;
    height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
}


.cmn-inputs.fulldiv {
    width: 100%;
    margin-right: 0;
}

.cmn-inputs.fulldiv.allDocimr .form_colm {
    width: 100%;
    margin-right: 0;
}

.cmn-inputs.fulldiv.allDocimr .form_colm .form_contr {
    width: 100%;
    max-width: calc(33.33% - 30px);
}

.allDocimr .form_colm .form_lable1.no_star .subtext {
    font-family: 'nissan_brandregular';
    font-size: 12px;
    padding-top: 3px;
    display: inline-block;
    padding-left: 4px;
}



.cmn-inputs.fulldivalls.allDocimr .form_colm {
    width: 100%;
    margin-right: 0;
}

.cmn-inputs.fulldivalls.allDocimr .form_colm .form_contr {
    width: 100%;
}

.allDocimr .form_colm .form_lable1.no_star .subtext {
    font-family: 'nissan_brandregular';
    font-size: 12px;
    padding-top: 3px;
    display: inline-block;
    padding-left: 4px;
}

.cmn-inputs.pickup.testdrive textarea {
    resize: none;
    width: 100%;
    border: 1px solid #C7C7C7;
    line-height: normal;
    padding: 12px;
    box-sizing: border-box;
    color: #343434;
    font-family: 'nissan_brandregular';
    font-size: 16px;
    background-color: #fff;
    transition: all .3s;
    outline: 0;
    border-radius: 5px;
}

.module-slider {
    width: 100%;
}

.module-slider .slick-prev {
    left: 16px;
    background: url(../images/slider-next.png) no-repeat right center;
    z-index: 12;
    transform: rotate(180deg);
    background-size: 70%;
    width: 45px;
    height: 45px;
}

.module-slider .slick-next {
    right: 16px;
    background: url(../images/slider-next.png) no-repeat left center;
    top: 50%;
    z-index: 12;
    background-size: 70%;
    width: 45px;
    height: 45px;
}

.module-slider .slick-next:before,
.module-slider .slick-prev:before {
    opacity: 0;
}

.module-main {
    width: 100%;
    background: #fff;
    min-height: auto;
}

.moduletop {
    width: 100%;
    margin-bottom: 0;
}

.moduletop img {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.modulebtm {
    width: 100%;
    padding-top: 32px;
}

.modulebtm ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.modulebtm ul li {
    width: 25%;
    margin: 0 0 32px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modulebtm ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 10px;
    max-width: 88%;
    flex-wrap: wrap;
    flex-direction: column;
    background: #f9f9f9;
    padding: 16px;
    text-decoration: none;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid #ccc;
}

.topwlcm {
    width: 100%;
    display: flex;
    min-height: 70px;
    justify-content: center;
    align-items: center;
}

.topwlcm img {
    display: inline-block;
    max-width: 45px;
}

.modulebtm ul li a p {
    font-size: 14px;
    color: #000;
    font-family: 'nissan_brandregular';
}

.modulebtm ul li a:hover {
    transform: translateY(-5px);
    box-shadow: 3px 4px 12px #8A8A8A;
}

.modulebtm ul li a:hover p {
    color: #c4002e;
}

.address-box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
}

.addressinr {
    width: 100%;
    max-width: 80%;
    padding: 24px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 86vh;
    /*overflow-y: scroll;*/
    padding-top: 42px; border-radius: 24px;
}

.address-inr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.address-main .cmn-inputs {
    margin-bottom: 18px;
    width: 48%;
}

.address-main {
    width: 100%;
}

.address-close {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    cursor: pointer;
    background: #c3002f; border-radius: 50%;
}

.address-close img {
    display: inline-block;
    width: 60%;
}

.address-main .cmn-inputs {
    margin-bottom: 18px;
}

.muprofileaddress {
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
    margin-top: 16px;
}

.myprofile-heading {
    display: flex;
    font-family: 'nissan_brandbold';
    font-size: 16px;
    margin-bottom: 12px;
    line-height: calc(18 / 16);
    color: #343434;
    cursor: auto;
    text-transform: capitalize;
    align-items: center;
}

.myrofiletext-area {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}


.address-main label {
    font-size: 15px;
    margin-bottom: 8px;
}

.cmnprofiles .textarea {
    position: relative;
}

.cmnprofiles .textarea span {
    position: absolute;
    left: 12px;
    top: 24px;
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.cmnprofiles .textarea span::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 9px;
    background: #ccc;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    content: '';
}

.address-main .cmn-inputs input[type="text"],
.address-main .cmn-inputs input[type="password"] {
    padding: 10px;
    font-size: 15px;
}

.cmnprofiles textarea {
    width: 100%;
    padding: 12px;
    resize: none;
    border: 1px solid #C7C7C7;
    font-size: 16px;
    color: #343434;
    cursor: pointer;
    min-height: 118px;
    padding-left: 42px;
    position: relative;
}

.cmnprofiles .textarea.toparea {
    padding-top: 30px;
    cursor: pointer;
}

.cmnprofiles .textarea.active textarea {
    border-color: #c3002f;
    color: #c3002f;
}

.cmnprofiles .textarea.active span {
    border-color: #c3002f;
}

.cmnprofiles .textarea.active span:before {
    background: #c3002f;
}

.addnew-address {
    width: 100%;
    display: flex;
    padding-top: 0;
    margin-bottom: 24px;
}

.addressPlus {
    display: flex;
    width: 100%;
    font-size: 16px;
    color: #c3002f;
    cursor: pointer;
    font-family: 'nissan_brandbold';
}

.addressPlus em {
    width: 30px;
    height: 30px;
    background: #c3002f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-left: 8px;
}



.cmninput-file span {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    background: #f3f3f3;
    padding: 0 16px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.edit-concent {
    width: 100%;
    margin-top: 24px;
}

.edit-concent h3 {
    font-size: 16px;
    padding-bottom: 18px;
    font-family: 'nissan_brandbold';
    font-weight: normal;
}

.itemconcent {
    padding-bottom: 8px;
}

.itemconcent ul li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.icon {
    width: 6%;
}

.icon .fa {
    font-size: 24px;
}

.fa.fa-whatsapp {
    color: green;
}

.fa.fa-envelope-o {
    color: orange;
}

.fa.fa-envelope-open {
    color: #6699ff;
}

.copyconcent {
    font-size: 15px;
}

.radiobtns {
    margin-right: 8px;
    display: flex;
}

.radiobtns .checkbx-lab,
.radiobtns .checkbx-lab {
    margin-bottom: 0;
    margin-right: 24px;
    cursor: pointer;
    flex-wrap: nowrap;
}

.login-section.all {
    align-items: flex-start;
    padding: 0 16px 64px 16px;
}

.active-seasons {
    width: 100%;
    margin-top: 32px;
}

.active-seasons h3 {
    font-size: 16px;
    padding-right: 120px;
    cursor: pointer;
    padding-bottom: 8px;
    font-family: 'nissan_brandbold';
    font-weight: normal;
    position: relative;
}

.active-seasons h3:after {
    position: absolute;
    right: 120px;
    top: 0px;
    cursor: pointer;
    background: url(../images/cal-next.png) no-repeat 0 0;
    width: 30px;
    height: 30px;
    background-size: 100%;
    content: '';
}

.active-seasons h3.active:after {
    transform: rotate(90deg);
}

.active-seasons p {
    font-size: 16px;
    padding-bottom: 24px;
}

.active-seasons ul {
    display: flex;
    flex-wrap: wrap;
}

.active-seasons ul li {
    width: 31%;
    margin: 0 3% 24px 0;
}

.active-seasons ul li:nth-child(2n) {
    margin-right: 0;
}

.active-seasons ul li h4 {
    font-size: 16px;
    padding-bottom: 4px;
}

.active-seasons ul li h5 {
    font-size: 14px;
    padding-bottom: 4px;
}

.active-seasons ul li p {
    padding-bottom: 0;
    font-size: 13px;
}

.dashboard {
    width: 100%;
    padding-top: 12px;
    max-width: 100%;
    margin: 0 auto;
}

.dashboard table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 16px;
}

.dashboard table th {
    padding: 12px;
    font-size: 16px;
    background: #dedede;
    text-align: center;
    border: 1px solid #ccc;
    font-family: 'nissan_brandbold';
}

.dashboard table td {
    font-size: 15px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 12px;
}

.dashboard table tr:nth-child(odd) {
    background: #f5f5f5;
}

.dashboard table td a {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    text-decoration: none;
}

.dashboard table td a em {
    display: inline-block;
    padding-left: 4px;
    width: 20px;
}

.login-section.dashboardbg {
    min-height: calc(100vh - 70px);
    height: auto;
    padding: 32px 0;
}

.mark-default {
    font-size: 13px;
    padding-top: 6px;
}




.itm {
    width: 100%;
    display: flex;
    padding: 20px 18px;
    font-size: 20px;
    margin-bottom: 4px;
    background: #f5f5f5;
    justify-content: space-between;
}

.itm-left {
    font-family: 'nissan_brandbold';
}

.loginbg {
    width: 100%;
    background: url(../images/loginbg.png) no-repeat 0 0;
    background-size: cover;
}

.module {
    width: 100%;
    background: url(../images/modulebg.png) no-repeat 0 0;
    background-size: cover;
}

.mycar-all {
    width: 100%;
    padding: 0 8px;
    margin-top: 12px;
    margin-bottom: 0;
}

.itm-right {
    display: flex;
}

.itm-right a {
    padding-left: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.itm-right a em {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 4px;
}

.itm-right a em img {
    width: 16px;
}

.dashboardbg {
    width: 100%;
    background: url(../images/modulebg.png) no-repeat 0 0;
    background-size: cover;
}

.cars_sliders .items {
    margin: 0 24px 0 0;
    border: 1px solid #ccc;
    overflow: hidden;
    border-radius: 5px;
}

.cars_sliders .items .imgitem {
    width: 100%;
}

.cars_sliders .items .imgitem img {
    display: inline-block;
    width: 100%;
}

.cars_sliders .items.slick-slide.slick-current.slick-active {
    border: 1px solid #c3002f;
}

.cars_sliders .items.slick-slide.slick-current.slick-active .iteminformation{background: #c3002f; color: #fff;}

.cars_sliders_main{margin: 32px 0 0 0; padding: 0 0 0 0;}


.iteminformation {
    padding: 12px 12px 12px 12px;
    border-top: 1px solid #ccc;
    background: #ccc;
    color: #000;
    position: relative;
    height: 100%;
}

.itemverf-delete{position: absolute; right: 0px; top: 12px; width: 30px; height: auto;}
.itemverf-delete em{font-style: normal; font-size: 24px; cursor: pointer; display: inline-block;}
.wanttoverify{width: 100%; padding-top: 6px;}
.wanttoverify span{display: inline-flex; width: 100%; align-items: center;}
.wanttoverify span a{display: inline-flex;  margin: 0 8px 0 0; text-decoration: none; align-items: center; justify-content: center; color: #000; background: #fff; padding: 6px 12px; font-size: 11px; border-radius: 5px;}
.cars_sliders .items.slick-slide.slick-current.slick-active .wanttoverify{color: #fff;}

.carname {
    font-size: 16px;
    font-family: 'nissan_brandbold';
}

.carRegno {
    font-size: 14px;
    font-family: 'nissan_brandregular';
}

.carVarient {
    font-size: 12px;
}

.cars_sliders .slick-prev {
    left: -40px;
    width: 28px;
    height: 28px;
    background: url(../images/cal-next.png) no-repeat 0 0;
    transform: rotate(180deg);
}

.cars_sliders .slick-next {
    right: -24px;
    width: 28px;
    height: 28px;
    background: url(../images/cal-next.png) no-repeat 0 0;
}

.cars_sliders .slick-prev:before,
.cars_sliders .slick-next:before {
    opacity: 0;
    content: none;
}




.find-a-dealer {
    width: 100%;
    height: calc(100vh - 70px);
    overflow-y: hidden;
}

.find-a-dealer-main {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}

.find-dealer-left {
    width: 28%;
    position: relative;
}

.finddealer_top {
    width: 100%;
    background: #000;
    padding: 16px;
    height: 105px;
}

.finddealer-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    border: 0px;
    align-items: center;
}

.finddealer-search input {
    padding: 8px;
    font-size: 14px;
    width: 86%;
}

.finddealer-search button {
    border: 0px;
    outline: none;
    background: #c4002e;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14%;
    font-size: 16px;
    color: #fff;
    padding: 10px 10px 10.5px 10px;
}

.seach-current-loaction {
    width: 100%;
}

.seach-current-loaction button {
    color: #fff;
    background: transparent;
    width: 100%;
    border: 0px;
    outline: none;
    justify-content: flex-start;
    display: flex;
    font-size: 15px;
}

.seach-current-loaction button em {
    display: inline-block;
    padding: 2px 6px 0 0;
}

.seach-current-loaction button span:hover {
    text-decoration: underline;
}

.nolocation {
    width: 100%;
    background: #fff;
    min-height: calc(100vh - 225px);
}

.expl-rangesection {
    width: 100%;
    background: #000;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 16px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.expl-rangesection a {
    color: #fff;
    text-decoration: none;
}

.nolocationimg {
    width: 100%;
    padding-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.nolocationimg img {
    max-width: 100px;
    display: flex;
}

.nolocationimg p {
    font-size: 15px;
    color: #5D5D5D;
    padding-top: 8px;
}

.all-locationsec {
    max-height: calc(100vh - 175px);
    overflow-y: scroll;
}

.alllocation_main {
    width: 100%;
    padding: 0;
    background: #fff;
    min-height: calc(100vh - 225px);
}

.alllocation_maininr {
    width: 100%;
    padding: 16px;
    height: 100%;
    min-height: calc(100vh - 225px);
}

.filter-dealer {
    width: 100%;
    border: 1px solid #000;
}

.filterdealer-head {
    width: 100%;
    padding: 12px;
    background: #000;
    display: flex;
    align-items: center;
}

.filterdealer-head h2 {
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.filterdealer-head h2 em {
    padding-right: 4px;
    font-size: 20px;
    content: "\f055";
    font-family: FontAwesome;
    width: 24px;
    height: auto;
    color: #fff;
}

.filterdealer-head h2.active em:before {
    content: "\f068";
}

.filterdealer-head h2 em:before {
    content: "\f067";
    font-family: FontAwesome;
}

.shownfilters {
    width: 100%;
    padding: 12px;
    display: none;
}

.filterdealer-head h2 span {
    padding-right: 6px;
    padding-left: 4px;
}

.itms {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 8px;
}

.itms .checkBlock {
    margin-top: 0;
}

.itms .checkBlock b {
    text-transform: uppercase;
}

.itms .checkBlock .checkbx-lab {
    margin-bottom: 0;
}

.iconinfo-text {
    position: absolute;
    left: 10px;
    top: 115%;
    background: #000;
    padding: 12px;
    color: #fff;
    z-index: 12;
    display: none;
}

.iconinfo-text h3 {
    font-size: 15px;
}

.iconinfo-text.active {
    display: block;
}

.iconinfo-text p {
    font-size: 12px;
    padding-top: 4px;
}

.iconinfo i {
    font-size: 20px;
    padding-left: 12px;
    color: #c4002e;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.reset-icons {
    display: flex;
    width: 100%;
    align-items: center;
    text-transform: uppercase;
    padding-top: 8px;
    cursor: pointer;
}

.reset-icons em {
    padding-top: 4px;
    padding-right: 4px;
}

.servicebooking .irform {
    padding-bottom: 48px;
}

.alllocation_maininr ul {
    width: 100%;
    padding-top: 24px;
}

.alllocation_maininr ul li {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
}

.alllocation_maininr ul li:last-child {
    border: 0px;
}

.alllocation_maininr ul li a {
    text-decoration: none;
    color: #000;
}

.dealer-heading {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.dealer-heading em {
    background: url(../images/map-index.png) no-repeat 0 0;
    width: 38px;
    height: 45px;
    background-size: 100%;
    text-align: center;
    padding-top: 8px;
    font-size: 13px;
    color: #fff;
    font-family: 'nissan_brandbold';
}

.dealer-heading span {
    display: inline-block;
    text-decoration: underline;
    text-transform: uppercase;
    font-family: 'nissan_brandbold';
    padding-left: 8px;
    font-size: 15px;
}

.alllocation_maininr ul li h2 {
    display: flex;
    padding-left: 38px;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 4px;
}

.alllocation_maininr ul li h2 em {
    font-family: 'nissan_brandbold';
    font-size: 15px;
    color: #c4002e;
    padding-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alllocation_maininr ul li h2 span {
    font-family: 'nissan_brandbold';
    font-size: 15px;
    color: #c4002e;
    padding-left: 8px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.alllocation_maininr ul li p {
    padding-left: 38px;
    padding-bottom: 8px;
    font-size: 13px;
    line-height: 20px;
}

.alllocation_maininr ul li h3 {
    padding-left: 38px;
}

.find-dealer-right {
    width: 72%;
}

.locationmap-inner {
    display: flex;
    height: 100%;
    position: relative;
}

.closemap {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    z-index: 99;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.closemap img {
    width: 100%;
}

.locationmap-inner img {
    width: 100%;
    height: 100%;
}

.viewonmap {
    display: none;
    padding-left: 38px;
    margin-bottom: 12px;
}

.viewonmap button {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background: #c3002f;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    position: relative;
    z-index: 15;
    font-family: 'nissan_brandregular';
    border: 0px;
}

.viewonmap button .fa {
    padding-right: 6px;
    color: #fff;
    font-size: 16px;
}

.modulebtm.bgimgmodule {
    width: 100%;
    background: url(../images/loginbg.png) no-repeat 0 0;
    background-size: cover;
}

.booking_ID {
    text-align: center;
    font-size: 18px;
}

.actses-accordian {
    display: none;
}

.fincScn-heading {
    width: 100%;
    padding: 12px;
    background: #f2f2f2;
    display: flex;
    margin-bottom: 16px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 8px;
}

.fincScn-heading h2 {
    display: flex;
    align-items: center;
    font-size: 18px;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 0;
}

.fincScn-heading h2 em {
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fincScn-heading h2 em img {
    display: inline-block;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.fincScn-content {
    width: 100%;
}

.fincScn-contentinr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.fincScn .fincScn-contentinr .cmn-inputs:nth-child(3n) {
    margin-right: 0;
}

.fincScn-heading h2 em.active img {
    transform: rotate(90deg);
}

/*.irpersonal-flex .fincScn-content{display: none;}*/
.irpersonal-flex .fincScn-content:first-child {
    display: block;
}

/*.financefrm .fincScn-content{display: none;}*/
.financefrm .fincScn-content:first-child {
    display: block;
}

/*.financefrm11 .fincScn-content{display: none;}*/
.financefrm11 .fincScn-content:first-child {
    display: block;
}

.cmnfinal-heading {
    width: 100%;
    padding: 12px;
    background: #f2f2f2;
    border-radius: 5px;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 12px;
    text-transform: uppercase;
    word-spacing: 4px;
    color: #c3002f;
    font-family: 'nissan_brandregular';
    font-weight: bold;
}



.fullbooking-detailsinr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.left-booking-detailsinr {
    width: 40%;
    margin-right: 5%;
}

.right-booking-detailsinr {
    width: 55%;
}

.right-booking-detailsinr .disc-reason {
    width: 100%;
    max-width: 94%;
    margin-left: 0;
}


.top_servicebooking h3 {
    font-size: 18px;
    font-weight: normal;
}

.top_servicebooking h3.fullgrid {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.servicebooking-filter {
    display: inline-flex;
    margin: 12px 0;
    align-items: center;
}

.filter-byno {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.filter-byno label {
    font-size: 15px;
    margin-right: 8px;
}

.filter-byno input {
    width: 100%;
    border: 1px solid #C7C7C7;
    line-height: normal;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    color: #343434;
    font-family: 'nissan_brandregular';
    font-size: 14px;
    background-color: #fff;
    transition: all .3s;
    outline: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*    background: #fff url(../images/booking-form-arrow.png) no-repeat right 10px center;*/
    border-radius: 5px;
    /*    cursor: pointer;*/
    max-width: 220px;
}

.service-booking-slides {
    width: 100%;
    margin-top: 12px;
}

.service-slider {
    width: 100%;
}

.service-slider .items {
    margin-right: 32px;
}

.item-sevice {
    width: 100%;
    padding: 16px 12px 12px 12px;
    max-width: 520px;
    border: 1px solid #ccc;
    flex-wrap: wrap;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    min-height: 258px;
    position: relative;
}

.cars_sliders .slick-track{display: flex;}


.cars_sliders .items{position: relative; height: auto; display: flex; flex-direction: column; justify-content: space-between;}

.item-sevice .verified, .cars_sliders .items .verified {
    position: absolute;
    left: 8px;
    top: 8px;
    font-size: 12px;
}

.item-sevice .verified em, .cars_sliders .items .verified em {
    width: 16px;
    height: 16px;
    font-size: 11px;
}

.item-sevice .unverified, .cars_sliders .items .unverified {
    position: absolute;
    left: 8px;
    top: 8px;
    font-size: 12px;
}
.unverified {
    color: brown;
    font-family: 'nissan_brandlight';
    display: flex;
    align-items: center;
    font-size: 15px;
}

.item-sevice .unverified em, .cars_sliders .items .unverified em {
    width: 16px;
    height: 16px;
    font-size: 11px;
}

.unverified em, .cars_sliders .items .unverified em {
    width: 20px;
    height: 20px;
    border: 1px solid brown;
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 4px;
}







.item-service-left {
    width: 100%;
}

.itmserv-top {
    width: 100%;
    margin-bottom: 12px;
    text-align: center;
}

.itmserv-top img {
    display: inline-block;
    width: 100%;
    max-width: 320px;
}

.itmserv-btm {
    width: 100%;
    padding-left: 8px;
    display: flex;
    align-items: flex-end;
}

.itmserv-btm h4 {
    font-size: 14px;
    text-transform: uppercase;
}

.itmserv-btm p {
    font-size: 12px;
}

.item-service-right {
    width: 35%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.item-service-right p {
    font-size: 16px;
    padding-bottom: 16px;
}

.item-service-right ul {
    width: 100%;
}

.item-service-right ul li {
    display: flex;
    font-size: 12px;
    margin-bottom: 12px;
    align-items: center;
}

.item-service-right ul li em {
    width: 32px;
}

.item-service-right ul li em img {
    display: inline-block;
    width: auto;
    max-width: 16px;
}

.servicebtn {
    width: 100%;
    margin-top: 8px;
    display: inline-block;
    text-align: right;
}

.servicebtn a,
.service-booking-btn a {
    background: #c3002f;
    font-size: 12px;
    color: #fff;
    padding: 10px 20px;
    margin-right: 0;
    text-align: center;
    text-decoration: none;
    min-width: 140px;
    border: 0px;
    outline: none;
    border-radius: 0;
    display: inline-block;
    font-family: 'nissan_brandregular';
    transition: all ease .5s;
    border-radius: 5px;
    text-transform: uppercase;
}

.servicebtn a:hover,
.service-booking-btn a:hover {
    background: #000;
}

.service-slider .items.active .item-service-left {
    width: 65%;
}

.service-booking-btn {
    padding-left: 24px;
}

.service-slider .slick-prev {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -54px;
}

.service-slider .slick-next {
    position: absolute;
    top: 50%;
    right: -54px;
    width: 36px;
    height: 36px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-slider .slick-prev:before {
    content: '\f054';
    font-family: 'FontAwesome';
    transform: rotate(180deg);
    color: #fff;
    font-size: 15px;
    opacity: 1;
}

.service-slider .slick-next:before {
    content: '\f054';
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 15px;
    opacity: 1;
}

.service-slider .slick-prev:hover,
.service-slider .slick-next:hover {
    background: rgba(195, 0, 47, 0.8);
}

.service-offer {
    width: 100%;
    margin-top: 48px;
    display: inline-block;
    margin-bottom: 16px;
}

.service-offer a {
    display: block;
}

.service-offer a img {
    width: 100%;
}

.service-slider .items.activemode .item-sevice {
    border: 1px solid #c3002f;
}

.book-aspot {
    width: 100%;
}

.book-aspot-top {
    width: 100%;
    padding-bottom: 32px;
}

.book-aspot-top h3 {
    font-size: 18px;

}

.book-aspot-top h3.flexend {
    display: flex;
    justify-content: space-between;
}

.book-aspot-top p {
    font-size: 16px;
    padding: 8px 0 0 0;
}

.estimated-servcost {
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
}

.estimated-servcost h3 {
    font-size: 16px;
    padding-bottom: 8px;
}

.estser-price {
    width: 100%;
    font-size: 36px;
    color: #c3002f;
    font-family: 'nissan_brandbold';
    display: flex;
}

.estser-price em {
    cursor: pointer;
    position: relative;
}

.estser-price em sub {
    display: flex;
    align-items: flex-start;
    height: 100%;
    padding-bottom: 8px;
    padding-left: 4px;
}

.estimated-servcost p {
    font-size: 12px;
}

.additional-services {
    width: 100%; padding-bottom: 30px;
}

.additional-top {
    width: 100%;
}

.additional-top h3 {
    font-size: 18px;
}

.additional-blocks {
    width: 100%;
    margin: 16px 0 24px 0;
}

.additional-blocks ul {
    width: 100%;
    display: flex;
    align-items: center;
}

.additional-blocks ul li {
    margin: 0 24px 0 0;
}

.additional-blocks ul li a {
    padding: 12px 24px 12px 42px;
    display: inline-block;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    background: #f5f5f5;
    border-radius: 5px;
    position: relative;
}

.additional-blocks ul li a::before {
    content: '';
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    border-radius: 50%;
    z-index: 2;
}

.additional-blocks ul li.active a::after {
    content: '';
    position: absolute;
    left: 17px;
    width: 11px;
    height: 11px;
    background: #C33037;
    border-radius: 50%;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
}

.additional-blocks ul li.active a {
    background: #FFDBDD;
}

.additional-blocks ul li.active a::before {
    border: 1px solid #C33037;
}

.cmnservice-details {
    width: 100%;
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
}

.cmndetails-logs {
    width: 100%;
    display: none;
}

/*.cmndetails-logs:first-child{display: block;}*/
.cmnservice-datas {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.cmnservice-datas textarea {
    width: 100%;
    resize: none;
    font-size: 16px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-height: 100px;
}

.cmnservice-datas p {
    font-size: 12px;
    margin-bottom: 24px;
    color: #6A6A6A;
}

.checkBlock.servc label {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.checkBlock.servc label b {
    font-size: 15px;
    font-weight: normal;
    font-family: 'nissan_brandregular';
}

.psa-rows {
    width: 100%;
}

.psa-clmns {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.psa-clmns textarea {
    width: 100%;
    resize: none;
    font-size: 16px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-height: 120px;
    min-height: 124px;
}

.additional-top .cmninput-flexfull {
    width: 100%;
    margin-top: 0;
    padding-top: 0px;
}

.additional-top .cmninput-flexfull .cmn-inputs {
    width: 100%;
    margin: 8px 0 24px 0;
}

.psa-clmns .checkBlock.servc {
    margin-top: 0;
    position: relative;
    top: -4px;
}

.additional-services .dlistlast {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.additional-services .dlistlast .cmn-inputs {
    margin: 0 0 0 12px;
    width: 70%;
    position: relative;
    z-index: 12;
}

.additional-services .dlistlast .cmn-inputs label {
    font-size: 14px;
    margin-bottom: 4px;
}

.additional-services .dlistlast .cmn-inputs select {
    padding: 10px;
    font-size: 14px;
}


.service-selectdealer {
    width: 100%;
    margin-top: 8px;
    padding-top: 0;
    border-bottom: 0 solid #ccc;
}

.service-selectdealer p {
    font-size: 16px;
    padding: 8px 0 0 0;
}

.selectser-dealer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 24px;
}


.emailotp-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
}

.otpoverlay-inr {
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    padding: 16px;
    transform: translate(-50%, -50%);
    max-width: 500px;
}

.otpoverlay-inr {
    width: 100%;
}

.emailotp-close {
    position: absolute;
    right: 0;
    top: -32px;
    width: 32px;
    height: 32px;
    background: #fff;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.emailotp-close img {
    display: inline-block;
    width: 100%;
}

.emailotp-block {
    width: 100%;
}

.emailotp-block h2 {
    font-size: 18px;
    padding-bottom: 24px;
}

.otpvarify-section {
    width: 100%;
}

.otpinputs {
    width: 100%;
    display: flex;
    align-items: center;
}

.otpinputs input {
    width: 40px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 5px;
    margin: 0 16px 0 0;
}

.otpresends {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 12px;
    justify-content: space-between;
}

.otpresends a {
    font-size: 14px;
    color: #c3002f;
}

.otpresends span {
    font-size: 14px;
    font-family: 'nissan_brandbold';
}


.brakup-overlay {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
    min-height: 100vh;
    display: none;
}

.breakoverlay-inr {
    width: 100%;
    max-width: 86%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 84vh;
    background: #fff; border-radius: 24px;
}

.breakup-close {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 32px;
    height: 32px;
    background: #c3002f;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center; border-radius: 50%;
}

.breakup-close img {
    display: inline-block;
    cursor: pointer;
    width: 16px;
}

.breakup-all {
    width: 100%;
/*    overflow-y: scroll;*/
    height: 100%;
}

.service_recomm {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 24px;
}


.servrecomnd h1 {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-weight: 400;
    color: #c3002f;
}



.service_recommflex {
    display: flex;
    flex-wrap: wrap;
    width: 100%; height: 65vh; overflow-y: scroll;
}

.service_recommright {
    width: 100%;
    order: 1;
    margin-bottom: 16px;
}

.service_recommleft {
    width: 100%;
    order: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service_recomm_cmn {
    width: 100%;
    margin-bottom: 4px;
}

.service_recomm_cmn ul {
    display: flex;
    flex-wrap: wrap;
}

.service_recomm_cmn ul li {
    display: inline-block;
    width: 31%;
}

.service_recomm_cmn ul li {
    margin-right: 2%;
}

.service_recomm_cmn ul li:nth-child(3n) {
    margin-right: 0;
}






.sevice_recommtext {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 24px;
}

.service_recomm_cmn h2 {
    font-size: 18px;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 700; color: #c3002f;
}

.service_recomm_cmn ul {
    display: block;
    width: 100%;
    list-style: none;
}

.service_recomm_cmn ul li {
    padding: 0 0 0 30px;
    font-size: 14px;
    border-bottom: 0px solid #ccc;
    margin-bottom: 18px;
    background: url(../images/listsign.png) no-repeat left top 5px;
    box-sizing: border-box;
}

.book-service-wrapper {
    width: 100%;
    box-sizing: border-box;

    position: relative;
    margin-top: 32px;
    position: static;
    top: 20px;
}

.expanded-content {
    width: 100%;
}

.book-service-wrapper .figure-container {
    width: 100%;
    padding-top: 24px;
    margin-bottom: 24px;
}

.book-service-wrapper .figure-container img {
    display: inline-block;
    width: 100%;
}

.model-detail-big {
    width: 100%;
    padding-bottom: 12px;
}

.model-detail-big h3 {
    font-size: 15px;
    line-height: 1.33;
    text-transform: uppercase;
    font-weight: 400;
}

.model-detail-big h3 span {
    display: block;
    font-weight: 700;
    font-size: 16px;
}

.listmodel {
    width: 100%;
    margin-bottom: 24px;
}

.listmodel ul {
    width: 100%; display: flex; 
}

.listmodel ul li {
    display: flex;
    justify-content: space-between;
    width: auto; min-width: 20%;
    margin-bottom: 0px; flex-direction: column;
}

.listmodel ul li:nth-child(2) {
    margin-bottom: 0;
}

.listmodel ul li:last-child {
    margin-top: 0;
}

.listmodel ul li h4 {
    font-size: 15px;
    font-family: 'nissan_brandbold';
    font-weight: normal;
    text-transform: uppercase;
}

.listmodel ul li span {
    font-size: 18px;
    font-weight: 400;
    max-width: 96%;
    margin-top: 4px
}

.cta_container {
    width: 100%;
    padding-bottom: 20px;
    margin-top: 12px;
    display: inline-block;
    margin-bottom: 8px;
}

.cta_container a {
    background: #c3002f;
    font-size: 13px;
    color: #fff;
    padding: 12px 30px;
    margin-right: 0;
    text-align: center;
    text-decoration: none;
    min-width: 150px;
}

.personal-servicedetails {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.personal-servicedetails .cmn-inputs label {
    display: flex;
    font-family: 'nissan_brandbold';
    font-size: 16px;
    margin-bottom: 12px;
    line-height: calc(18 / 16);
    color: #343434;
    cursor: auto;
    text-transform: capitalize;
    align-items: center;
}

.personal-servicedetails .cmn-inputs label em {
    display: inline-block;
    cursor: pointer;
    padding-left: 8px;
    display: flex;
    height: 100%;
    align-items: center;
}

.login-section.all.nopadding {
    padding-bottom: 0;
}

/*.editpersonal{width: 20px;}*/
.editpersonal {
    display: inline-flex;
    height: 100%;
    cursor: pointer;
    align-items: center;
    padding-left: 4px;
}

.uneditable {
    pointer-events: none;
}

.editpersonal img {
    width: 12px;
}

.personal-servicedetails .cmn-inputs label em img {
    display: inline-block;
    width: 16px;
}

.berifyemail {
    width: 100%;
    margin-top: 8px;
    display: flex;
    display: none;
}

.berifyemail button {
    border: 1px solid #c3002f;
    padding: 12px;
    border-radius: 5px;
    text-align: center;
    color: #c3002f;
    font-size: 16px;
    background: #fff;
    min-width: 120px;
    transform: all 0.2s ease-in-out;
}

.berifyemail button:hover {
    background: #c3002f;
    color: #fff;
}

.discallinfo {
    font-size: 10px;
    padding: 0 0 16px 0;
    color: #606060;
}

.modify-booking-block {
    width: 100%;
    padding: 0 16px 64px 16px;
    min-height: calc(100vh - 70px);
}

.modify_section {
    width: 100%;
    padding: 32px;
    border-radius: 5px;
    background: #fff;
}

.modify_section h1 {
    font-size: 18px;
    padding-bottom: 8px;
}

.modify_section h2 {
    font-size: 16px;
    font-weight: normal;
    font-family: 'nissan_brandregular';
}

.service_information {
    width: 100%;
    margin-bottom: 24px;
    display: inline-block;
    margin-top: 12px;
}

.service_information table {
    width: 100%;
    margin-top: 0;
    border-radius: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.service_information table th {
    background: #fff;
    padding: 12px;
    font-size: 18px;
    border: 1px solid #ddd;
    text-transform: capitalize;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.service_information table td {
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ddd;
    text-transform: capitalize;
}

.service_information table tr:nth-child(even) {
    background: #e9e9e9;
}

.service_information table tr:nth-child(odd) {
    background: #fbfbfb;
}

.service_information table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.service_information table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.modyfi_selection {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
}

.modyfi_selection .cmn-inputs {
    width: calc(33.33% - 30px);
    margin: 0 44px 24px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
}

.modyfi_selection .cmn-inputs:last-child {
    width: 65%;
    margin-right: 0;
}

.modyfi_selection .cmn-inputs textarea {
    width: 100%;
    padding: 12px;
    resize: none;
    border: 1px solid #C7C7C7;
    font-size: 16px;
    color: #343434;
    min-height: auto;
    position: relative;
    height: auto;
    max-height: 49px;
    border-radius: 5px;
}

.editbooking-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
}

.editbooking-inr {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 32px;
    max-width: 90%;
    min-width: 500px;
    background: #fff;
    transform: translate(-50%, -50%);
}

.closeedit-service {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    display: flex;
    padding: 4px;
    align-items: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
}

.closeedit-service img {
    display: inline-block;
    width: 100%;
}

.editbooking-inr h2 {
    font-size: 18px;
    padding-bottom: 24px;
}

.editbooking-inr .editbooking-btns {
    display: flex;
    align-items: center;
    width: 100%;
}

.editbooking-btns a {
    background: #c3002f;
    font-size: 15px;
    color: #fff;
    padding: 10px 20px;
    margin-right: 16px;
    text-align: center;
    text-decoration: none;
    min-width: 140px;
    border: 0px;
    outline: none;
    border-radius: 0;
    display: inline-block;
    font-family: 'nissan_brandregular';
    transition: all ease .5s;
}

.editbooking-btns a:hover {
    background: #000;
}

.editbooking-btns a:last-child {
    margin-right: 0;
}

.Reason {
    font-size: 14px;
    font-family: 'nissan_brandbold';
    padding: 12px 0 12px 0;
}

.disc-reason {
    font-size: 12px;
    padding: 16px 0 0 0;
    max-width: 60%;
    margin: 0 auto;
}

.padall {
    padding: 48px 0 48px 0;
}

.currentlocation {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    padding-top: 12px;
    cursor: pointer;
}

.currentlocation em {
    display: inline-block;
    padding-left: 8px;
    padding-top: 4px;
}

.currentlocation em img {
    display: inline-block;
}

.firstnameMr {
    display: flex;
    width: 100%;
}

.firstnameMr select {
    width: 30%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 24px;
background-position: right 5px center;
}

.firstnameMr input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: 0px !important;
}

.modulemain-top img {
    width: 100%;
    display: inline-block;
}



.flexlabel {
    width: 100%;
    display: flex;
    align-items: center;
}

.delectfrom {
    font-size: 11px;
    display: inline-block;
    padding-left: 8px;
    color: #c3002f;
    line-height: 12px;
    padding-top: 4px;
    cursor: pointer;
    font-weight: normal;
    font-family: 'nissan_brandregular';
    padding: 8px 12px 8px 12px;
    background: #c3002f;
    color: #fff;
    border-radius: 5px;
    margin-left: 6px;
    margin-top: -4px;
}

.delectfrom em {
    padding: 1px 4px 0 0;
    display: inline-block;
}

.address_overlay {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 110;
    display: none;

}

.edit {
    display: none;
    padding-left: 8px;
    width: 18px;
    cursor: pointer;
}

.edit img {
    display: inline-block;
    width: 15px;
}

.edit.active {
    display: inline-block;
}

.address_overlayinr {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 80%;
    padding: 24px;
    background: #fff; border-radius: 24px;
}

.address_overlay_row h2 {
    font-size: 22px;
    padding-bottom: 16px;
    font-weight: normal;
}

.address_overlay_close {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    cursor: pointer;
    background: #c3002f; border-radius: 50%;
}

.address_overlay_close img {
    display: inline-block;
    width: 16px;
}

.address_overlay_row {
    width: 100%;
}

.address_overlay_row ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.address_overlay_row ul li {
    margin: 0 3% 24px 0;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 30%;
    padding: 16px 16px 16px 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.address_overlay-list {
    position: relative;
    font-size: 16px;
    word-break: break-word; width: 70%;
}

.address_overlay-list:before {
    content: "";
    position: absolute;
    left: -26px;
    top: 4px;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 50%; display: none;
}

.address_overlay_row ul li.active {
    border: 1px solid #c3002f;
}

.address_overlay_row ul li.active .address_overlay-list {
    color: #c3002f;
}

.address_overlay_row ul li.active .address_overlay-list:after {
    position: absolute;
    left: -22px;
    top: 8px;
    background: #c3002f;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    content: "";
}

.address_overlay_row ul li.active .address_overlay-list:before {
    border-color: #c3002f;
}

.save_address {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.save_address button {
    background: #c3002f;
    font-size: 15px;
    color: #fff;
    padding: 10px 20px;
    margin-right: 0;
    text-align: center;
    text-decoration: none;
    min-width: 140px;
    border: 0px;
    outline: none;
    border-radius: 5px;
    display: inline-block;
    margin-left: 0;
    font-family: 'nissan_brandregular';
}

.cmn-inputs.width60 {
    min-width: 65%;
    max-width: 100%;
}

.firstnameMr.flexorder select {
    order: 2;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 0px;
}

.firstnameMr.flexorder input {
    order: 1;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-left: 1px solid #ccc !important;
}


.add_new {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.add_new h3 {
    display: flex;
    width: 100%;
    font-size: 16px;
    color: #c3002f;
    cursor: pointer;
    font-family: 'nissan_brandbold';
    font-weight: normal;
    text-align: center;
    width: 100%;
    justify-content: center;
}


.addacar-sections {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 300px;
    cursor: pointer;
}

.addacar-sections a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #c3002f;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
}

.addacar-sections a span {
    display: block;
    margin-top: 12px;
    font-size: 64px;
}

.servicebooking-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

.seroverlay-inr {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 24px;
    width: 90%;
    max-width: 450px;
}

.seroverlay-inr-close {
    position: absolute;
    right: 0;
    top: -30px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    cursor: pointer;
    background: #fff;
}

.seroverlay-inr-clmn {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

.seroverlay-inr-clmn .cmn-inputs {
    width: 100%;
    margin-bottom: 24px;
}

.seroverlay-inr-clmn .cmn-inputs:last-child {
    margin-bottom: 0;
}

.seroverlay-inr .saveBtn {
    display: block;
    margin-top: 12px;
}

.seroverlay-inr-clmnabst {
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.seroverlay-inr-clmn-inr {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

.cmninputs-div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.seroverlay-inr-clmn-inr p {
    font-size: 20px;
    padding-bottom: 24px;
    padding-top: 16px;
}

.seroverlay-inr-clmnabst-btn a {
    background: #c3002f;
    font-size: 15px;
    color: #fff;
    padding: 10px 20px;
    margin-right: 0;
    text-align: center;
    text-decoration: none;
    min-width: 140px;
    border: 0px;
    outline: none;
    border-radius: 5px;
    display: inline-block;
    margin-left: 0;
    font-family: 'nissan_brandregular';
    text-decoration: none;
}


.verified {
    color: green;
    font-family: 'nissan_brandlight';
    display: flex;
    align-items: center;
    font-size: 15px;
}

.verified em {
    width: 20px;
    height: 20px;
    border: 1px solid green;
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 4px;
}

.verified-btns input[type=button],
.verified-btns button {
    background: #c3002f;
    color: #fff;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    margin-top: 8px;
    min-width: 120px;
    outline: none;
    border: 0px;
    border-radius: 5px; transition: all 0.5s ease;
}

.verified-btns input[type=button]:hover,
.verified-btns button:hover{background: #000;}

.verified-btns input[type=button].disabled,
.verified-btns button.disabled {
    background: #ededed;
    color: #999;
    pointer-events: none;
}

.applyChanges {
    width: 100%;
    display: flex;
    margin-top: 12px;
    flex-wrap: wrap;
}

.applyChanges.hidden {
    display: none;
}

.applyChanges h3 {
    font-size: 15px;
    padding-bottom: 0;
    width: 100%;
}

.applyotp {
    width: 70%;
}

.applyotp input {
    border-bottom: 1px solid #ccc;
    margin: 0 8px 0 0;
    width: 50px;
    height: 100%;
    text-align: center;
    font-size: 16px;
}

.applyall {
    width: 30%;
}

.applyall button {
    background: #c3002f;
    color: #fff;
    padding: 8px 12px;
    font-size: 15px;
    text-align: center;
    margin-top: 8px;
    min-width: 120px;
    outline: none;
    border: 0px;
    border-radius: 5px;
}

.personal-servicedetails .applyotp input {
    border: 0px;
    border-bottom: 1px solid #ccc;
    width: 45px;
    padding: 0;
    height: 40px;
    border-radius: 0px;
}

.cmn-inputs.reminarea {
    width: 65%;
    margin-right: 0;
}

.tat {
    display: block;
    width: 100%;
    padding: 4px 0;
}


.expanded-flex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e3e2e2;
    padding: 0 0 24px 0; flex-wrap: wrap;
}



.expended-flexleft {
    width: 70%;
    margin-right: 2%;
     box-sizing: border-box;

    padding: 0;
    overflow: hidden;
    position: relative;
    border: 0 solid #e3e2e2;
}

.book-service-wrapper {
    margin-top: 0;
}

.expended-flexright {
    width: 28%;
    padding: 0 0 0 0;
}

.expended-flexright .service_recomm_cmn {
    margin-bottom: 0;
}

.expended-flexright .service_recomm_cmn ul {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.expended-flexright .service_recomm_cmn ul li {
    width: 100%;
    margin: 0 0 16px 0; display: flex; flex-direction: column;
}

.model-detail-big h3 {
    text-align: center;
    margin-bottom: 12px;
}

.cta_container {
    text-align: center;
}

.book-service-wrapper .figure-container {
    padding-top: 8px;
    margin-bottom: 0;
}

.listmodel,
.listmodel ul li:nth-child(2) {
    margin-bottom: 0px;
}

.boldtext {
    font-weight: bold !important;
}


.totalPrice-elm{width: 100%; text-align: center; padding-right: 0px; color: #c3002f;}
.totalPrice-elm h2{font-size: 22px; padding-bottom: 0;  font-weight: normal; line-height: 24px;}
.totalPrice-val{font-size: 30px; font-family: 'nissan_brandbold'; line-height: 32px;}

.addYour-car-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.addYour-car-left {
    width: 50%;
    margin-right: 5%;
}

.addYour-car-right {
    width: 45%;
}

.cmninputs-divcar .form_colm {
    width: 100%;
    margin: 0 0 24px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
}

.cmninputs-divcar .form_lable1.no_star {
    display: block;
    font-family: 'nissan_brandbold';
    font-size: 16px;
    margin-bottom: 12px;
    line-height: calc(18 / 16);
    color: #343434;
    cursor: auto;
    text-transform: capitalize;
}

.addCars-details {
    text-align: center;
    display: none;
}

.servcar-after {
    display: none;
    margin-top: 16px;
}

.btmflex {
    display: flex;
    width: 100%;
    align-items: center;
}

.btmflex .itmserv-btm {
    width: 40%;
}

.btmflex .servicebtnflex {
    display: flex;
    width: 60%;
    justify-content: space-between;
}


.addCar-All {
    width: 100%;
}

.addCar-All h1 {
    font-size: 24px;
    padding-bottom: 32px;
    color: #c3002f;
}

.addCar-Allflex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.addCar-Allleft {
    width: 45%;
    margin-right: 5%;
}

.addCar-Allleft ul {
    display: flex;
    width: 100%;
    align-items: center;
}

.addCar-Allleft ul li .checkbx-lab2 {
    cursor: pointer;
}

.addCar-Allleft ul li:first-child {
    margin-right: 24px;
}

.allcmnaddCar {
    margin-bottom: 24px;
}

.allcmnaddCar input {
    width: 100%;
    border: 1px solid #C7C7C7;
    line-height: normal;
    padding: 12px;
    box-sizing: border-box;
    color: #343434;
    font-family: 'nissan_brandregular';
    font-size: 16px;
    background-color: #fff;
    transition: all .3s;
    outline: 0;
    border-radius: 5px;
    max-width: 90%;
    margin-top: 12px;
    margin-bottom: 4px;
}

.allcmnaddCarbtn {
    width: 100%;
}

.allcmnaddCarbtn button {
    background: #c3002f;
    font-size: 15px;
    color: #fff;
    padding: 10px 20px;
    margin-right: 0;
    text-align: center;
    text-decoration: none;
    min-width: 140px;
    border: 0px;
    outline: none;
    border-radius: 0;
    display: inline-block;
    font-family: 'nissan_brandregular';
    transition: all ease .5s;
    border-radius: 5px;
}

.allcmnaddCarbtn button:hover {
    background: #000;
}

.addCar-Allright {
    width: 50%;
    display: none;
}

.addCar-Allrightinr {
    width: 100%;
    display: flex;
    align-items: center;
}

.addCar-Allrightimg {
    width: 60%;
    margin-right: 5%;
}

.addCar-Allrightimg img {
    display: inline-block;
    width: 100%;
}

.addCar-Allrightcontent {
    width: 35%;
}

.addCar-Allrightcontent h3 {
    font-size: 16px;
}

.addCar-Allrightcontent p {
    font-size: 12px;
    padding: 8px 0;
}

.masked_overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
}

.maskedInr {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 24px;
    width: 100%;
    max-width: 450px;
}

.masked-close {
    position: absolute;
    right: 0;
    top: -30px;
    width: 30px;
    height: 30px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
}

.masked-close img {
    display: inline-block;
    width: 100%;
}

.maskedinr {
    width: 100%;
    text-align: center;
}

.maskedInr h3,
.verifyMasked h3 {
    font-weight: normal;
    font-size: 18px;
    padding: 0 0 16px 0;
}

.maskedinr .checkbx-lab {
    justify-content: center;
}

.maskedBtn {
    width: 100%;
    margin-bottom: 24px;
}

.maskedBtn button,
.verifyMasked button {
    background: #c3002f;
    font-size: 15px;
    color: #fff;
    padding: 10px 20px;
    margin-right: 0;
    text-align: center;
    text-decoration: none;
    min-width: 140px;
    border: 0px;
    outline: none;
    border-radius: 0;
    display: inline-block;
    font-family: 'nissan_brandregular';
    transition: all ease .5s;
    border-radius: 5px;
}

.verifyMasked {
    text-align: center;
    display: none;
}

.maskedBtn button:hover {
    background: #000;
}

.otpMasked {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.otpMasked.mrno {
    margin-bottom: 0;
}

.otpMasked input {
    padding: 12px;
    border: 1px solid #000;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    margin: 0 8px;
    width: 54px;
}

.maskedverifyBtn {
    display: inline-block;
    width: 100%;
    margin-top: 24px;
}

.resend-login.mrrightflex {
    display: flex;
    justify-content: flex-end;
}

.otpall-inroverlay .error {
    font-size: 12px;
    color: #ed1c24;
    padding: 2px 0 0 0;
}

.aftermasked-verify {
    width: 100%;
    text-align: center;
    padding: 12px 0;
    display: none;
}

.aftermasked-verify h3 {
    font-weight: normal;
    font-size: 18px;
    padding: 0 0 16px 0;
}

.maskedOk a {
    background: #c3002f;
    font-size: 15px;
    color: #fff;
    padding: 10px 20px;
    margin-right: 0;
    text-align: center;
    text-decoration: none;
    min-width: 140px;
    border: 0px;
    outline: none;
    border-radius: 0;
    display: inline-block;
    font-family: 'nissan_brandregular';
    transition: all ease .5s;
    border-radius: 5px;
}


.maskedOk a:hover {
    background: #000;
}

.uploadRc-section {
    margin-top: 24px;
    display: none;
}

.uploadmaskedRC {
    width: 100%;
    border: 1px solid #C7C7C7;
    line-height: normal;
    padding: 12px;
    box-sizing: border-box;
    color: #343434;
    font-family: 'nissan_brandregular';
    font-size: 16px;
    background-color: #fff;
    transition: all .3s;
    outline: 0;
    border-radius: 5px;
    max-width: 90%;
    margin-top: 12px;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
}

.uploadmaskedRC input {
    position: relative;
    width: 121%;
    z-index: 4;
    left: -21%;
}

.uploadmaskedRC span {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #e3e3e3;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    z-index: 3;
}

.uploadRc-sectionbtn button {
    background: #c3002f;
    font-size: 15px;
    color: #fff;
    padding: 10px 20px;
    margin-right: 0;
    text-align: center;
    text-decoration: none;
    min-width: 140px;
    border: 0px;
    outline: none;
    border-radius: 0;
    display: inline-block;
    font-family: 'nissan_brandregular';
    transition: all ease .5s;
    border-radius: 5px;
}


.uploadRc-sectionbtn button:hover {
    background: #000;
}

.uploadRc-section .form_colm {
    width: 100%;
    margin: 0 44px 24px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    max-width: 90%;
}

.uploadRc-section .form_colm .form_lable1.no_star {
    display: block;
    font-family: 'nissan_brandbold';
    font-size: 16px;
    margin-bottom: 12px;
    line-height: calc(18 / 16);
    color: #343434;
    cursor: auto;
    text-transform: capitalize;
}


.afterRcupload {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
}

.afterRcupload-inr {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 24px;
    width: 100%;
    max-width: 450px;
    text-align: center;
}

.afterRcupload-inr h3 {
    font-weight: normal;
    font-size: 18px;
    padding: 12px 0 16px 0;
}

.afterRcuploadbtn {
    margin-bottom: 12px;
}

.afterRcuploadbtn a {
    background: #c3002f;
    font-size: 15px;
    color: #fff;
    padding: 10px 20px;
    margin-right: 0;
    text-align: center;
    text-decoration: none;
    min-width: 140px;
    border: 0px;
    outline: none;
    border-radius: 0;
    display: inline-block;
    font-family: 'nissan_brandregular';
    transition: all ease .5s;
    border-radius: 5px;
}


.afterRcuploadbtn a:hover {
    background: #000;
}

.form_lable1.no_star em {
    font-size: 12px;
    font-weight: normal;
    padding: 4px 0 0 4px;
    display: inline-block;
    font-family: 'nissan_brandregular';
}


.reghover {
    position: relative;
}

.reghover-full {
    position: absolute;
    left: 24px;
    top: 0;
    padding: 4px;
    max-width: 320px;
    background: #c3002f;
    padding: 6px;
    font-size: 11px;
    color: #fff;
    border-radius: 4px;
    min-width: 320px;
    display: none;
}

.reghover:hover .reghover-full {
    display: block;
}

.errormsg {
    font-size: 12px;
    color: #ed1c24;
    display: inline-block;
    width: 100%;
    font-family: 'nissan_brandbold';
}


.service-pi .applyotp {
    margin-top: 4px;
}

.service-pi .applyotp input {
    width: 42px;
    height: 42px;
    margin-right: 4px;
}


.additional-services .additional-top .cmninput-flexfull .cmn-inputs {
    margin-bottom: 0;
}

.additional-services .dealer-list {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 0 solid #ccc;
    padding-bottom: 12px;
}

.dealer-listdisc {
    width: 100%;
    margin-bottom: 36px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
}

.dealer-listdisc p {
    font-size: 12px;
    color: #c3002f;
}

.otpall-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

.otpall-inroverlay {
    width: 100%;
    max-width: 450px;
    padding: 42px 24px 24px 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff; border-radius: 24px;
}

.verifyMaskedall {
    text-align: center;
}

.verifyMaskedall h3 {
    font-weight: normal;
    font-size: 18px;
    padding: 0 0 16px 0;
}

.maskedinr .checkbx-lab {
    justify-content: center;
}

.maskedBtn {
    width: 100%;
    margin-bottom: 24px;
}

.verifyMaskedall button,
.verifyMaskedall input[type="button"] {
    background: #c3002f;
    font-size: 15px;
    color: #fff;
    padding: 10px 20px;
    margin-right: 0;
    text-align: center;
    text-decoration: none;
    min-width: 140px;
    border: 0px;
    outline: none;
    border-radius: 0;
    display: inline-block;
    font-family: 'nissan_brandregular';
    transition: all ease .5s;
    border-radius: 5px; cursor: pointer;
}


.maskedBtn button:hover {
    background: #000;
}

.otpMasked {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.otpMasked input {
    padding: 12px;
    border: 1px solid #000;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    margin: 0 8px;
    width: 54px;
}

.tatbtm {
    color: #c3002f;
}

.field-validation-error {
    width: 100%;
    text-align: left;
    display: inline-block;
    color: #ed1c24;
    padding-top: 4px;
    font-size: 11px;
    font-family: 'nissan_brandbold';
}

.loginpage-rmn .field-validation-error {
    text-align: left;
}


.cmnInputs-verified{display: flex; justify-content: space-between; align-items: center;     width: 100%;
border: 1px solid #C7C7C7;
line-height: normal;
padding: 12px;
box-sizing: border-box;


font-size: 16px;
background-color: #fff;
transition: all .3s;
outline: 0;
border-radius: 5px;}
.cmn-inputs.mobileverified input{
    width: auto;
border: 0px solid #C7C7C7;
line-height: normal;
padding: 0;
box-sizing: border-box;
color: #343434;
font-family: 'nissan_brandregular';
font-size: 16px;
background-color: #fff;
transition: all .3s;
outline: 0;
border-radius: 0px;
}



#btn_mob_verified{background: #c3002f;
color: #fff;
padding: 8px 12px;
cursor: pointer;
font-size: 15px;
text-align: center;
margin-top: 8px;
min-width: 120px;
outline: none;
border: 0px;
border-radius: 5px;
transition: all 0.5s ease;}

#btn_mob_verified:hover{background: #000;}





#error_terms {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #ed1c24;
    font-size: 11px;
    font-family: 'nissan_brandbold';
}


.top_servicebooking_flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.top_servicebooking_flexleft {
    width: 100%;
    order: 2;
    margin: 12px 0 0 0;
}

.top_servicebooking_flexright {
    width: 100%;
    order: 1;
}

.top_servicebooking_flexright h4 {
    font-size: 22px;
    text-align: center;
    padding-bottom: 16px;
    color: #c3002f;
}

.top_servicebooking_flexright ul {
    display: flex;
    width: 100%;
    align-items: flex-start;
    margin-top: 8px;
    margin-bottom: 0;
}

.top_servicebooking_flexright ul li {
    margin-right: 16px;
    text-align: left;
    display: flex;
    align-items: center;
    width: 33.3%;
    padding: 0 0;
}

.top_servicebooking_flexright ul li:last-child {
    margin-right: 0;
}

.numbersserbooking {
    display: inline-block;
    text-align: center;
    margin-bottom: 0;
    margin-right: 16px;
}

.numbersserbooking span {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #c3002f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.numbersserbooking span {
    font-weight: bold;
    font-size: 18px !important;
}

.top_servicebooking_flexright ul li span {
    font-size: 15px;
}

.fncBtns {
    display: flex;
    align-items: center;
}

.stickyBtn a.fncBackbtn {
    display: none;
}

.sectionsteps {
    display: none;
}

.sectionsteps a {
    background: #c3002f;
    padding: 6px;
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.prevsubmit .cmn-inputs {
    padding-left: 16px;
}


.nottrackbale {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 32px;
    text-align: left;
    padding-top: 12px;
}

.jfy-track {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    text-align: left;
}

.jfy-trackleft {
    width: 100%;
}

.jfy-trackleft label {
    display: block;
    font-family: 'nissan_brandbold';
    font-size: 16px;
    margin-bottom: 12px;
    line-height: calc(18 / 16);
    color: #343434;
    cursor: auto;
}

.jfy-trackleft input[type="text"] {
    width: 100%;
    border: 1px solid #C7C7C7;
    line-height: normal;
    padding: 12px;
    box-sizing: border-box;
    color: #343434;
    font-family: 'nissan_brandregular';
    font-size: 16px;
    background-color: #fff;
    transition: all .3s;
    outline: 0;
    border-radius: 5px;
    max-width: 300px;
    text-align: left;
}

.jfy-trackright {
    margin: 16px 0 0 0;
    width: 100%;
}

.jfy-trackright button {
    background: #c3002f;
    margin-bottom: 8px;
    font-weight: normal;
    font-size: 15px;
    color: #fff;
    padding: 10px 20px;
    margin-right: 0;
    text-align: center;
    text-decoration: none;
    min-width: 140px;
    border: 0px;
    outline: none;
    border-radius: 5px;
    display: inline-block;
    margin-left: 0;
    font-family: 'nissan_brandregular';
    order: 1;
    display: inline-block;
    max-width: 200px;
    margin-bottom: 12px;
    transition: all 0.5s ease;
}

.jfy-trackright button:hover{background: #000;}
.nottrackbale .checkbx-lab {
    justify-content: flex-start;
}

.esalllogos {
    width: 100%;
    margin-bottom: 12px;
}

.esalllogos img {
    display: inline-block;
    width: 100%;
    max-width: 150px;
}

.textleft {
    text-align: left;
}




.moduleSlider .slick-dots {
    bottom: 24px;
}

.moduleSlider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.moduleSlider .slick-dots li {
    width: 48px;
    height: 4px;
    background: #fff;
}

.moduleSlider .slick-dots li.slick-active {
    background: #e72035;
}

.moduleSlider .slick-dots li button {
    width: 100%;
    height: auto;
    padding: 0 2px;
}


.moduleSlider .slick-prev {
    position: absolute;
    top: 50%;
    left: 32px;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 50;
    opacity: 0;
}


.moduleSlider .slick-next {
    position: absolute;
    top: 50%;
    right: 32px;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 50;
    opacity: 0;
}

.moduleSlider .slick-next::before {
    content: '\f054';
    font-family: 'FontAwesome';
    color: #c3002f;
    font-size: 18px;
    opacity: 1;
}

.moduleSlider .slick-prev::before {
    content: '\f053';
    font-family: 'FontAwesome';
    color: #c3002f;
    font-size: 18px;
    opacity: 1;
}

.moduleSlider:hover .slick-prev {
    opacity: 0.8;
}

.moduleSlider:hover .slick-next {
    opacity: 0.8;
}

.moduleSlider .slick-next:hover {
    opacity: 1
}

.moduleSlider .slick-prev:hover {
    opacity: 1
}

.testdrive-module {
    position: relative;
    width: 100%;
}

.testdrive-module picture img {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.testdrive-content {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    padding: 48px 16px 8px 16px;
    text-align: center;
    font-weight: normal;
}

.testdrive-content h2 {
    font-size: 32px;
    padding-bottom: 4px;
    font-weight: bold;
}

.testdrive-content h3 {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 12px;
    font-family: 'nissan_brandlight';
}

.modulecmn-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
}

.modulecmn-btn a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    line-height: 18px;
    font-weight: normal;
    text-decoration: none;
}

.modulecmn-btn a i {
    display: inline-block;
    padding-left: 8px; padding-top: 2px;
    transition: all 0.3s ease-in-out;
}

.modulecmn-btn a:hover i {
    transform: translateX(4px);
}

.moduleFinance {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin:0 0 16px 0;
}

.moduleFinance-flex {
    width: 100%;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px;
}

.moduleFinance-left,
.moduleFinance-right {
    width: 50%;
}

.moduleFinance-left {
    display: flex;
    justify-content: flex-end;
    padding: 0 32px;
}

.leftinr {
    width: 100%;
    text-align: center;
}

.leftinr h2 {
    font-size: 24px;
    padding-bottom: 4px;
    font-weight: bold;
}

.leftinr h3 {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 12px;
    font-family: 'nissan_brandlight';
}

.moduleDealer {
    width: 100%;
    margin-bottom: 16px;
}

.moduleDealer-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #f6f5f5;
}

.moduleDealer-left {
    width: 55%;
    display: flex;
    justify-content: center;
}

.moduleDealer-right {
    width: 45%;
    padding: 0 32px;
    display: flex;
    justify-content: flex-start;
}

.leftinr-dealer {
    width: 100%;
    text-align: left;
}

.leftinr-dealer h2 {
    font-size: 24px;
    padding-bottom: 4px;
    font-weight: bold;
}

.leftinr-dealer h3 {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 12px;
    font-family: 'nissan_brandlight';
}

.leftinr-dealer .modulecmn-btn {
    text-align: left;
    justify-content: flex-start;
}

.allmodules {
    margin-bottom: 0;
    padding: 24px 24px 12px 24px;
}

.allmodules ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.allmodules ul li {
    width: 49.4%;
    margin-bottom: 16px;
    padding: 24px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column; min-height: 510px;
}

.aff{background: #eceff7;}
.fand{background: #343434; color: #fff;}
.bac{background: #d5dcee; }
.tmn{background: #73839d; color: #fff;}
.nc{background: #73839d; color: #fff;}
.sb{background: #d5dcee;}
.testdrive{background: #F2F8FF;}
.exploremagnite{background: #ECEFF8;}
.cm{background: #e2e1ef;}
.vvm{background: #eceff8;}
.ff{background: #f9f9f9;}

.allmodules-main {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.allmodules-content {
    width: 100%;
    padding: 0 24px 24px 24px;
    text-align: center;
}

.allmodules-content h2 {
    font-size: 32px;
    padding-bottom: 4px;
    font-weight: bold;
}

.allmodules-content p {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 12px;
    font-family: 'nissan_brandlight';
}


.loginpage-row .field-validation-error, .loginpage-otpsec .field-validation-error, .verifyMaskedall .field-validation-error, 
.verifyMaskedall .field-validation-error{text-align: center;}


.selectDate.datetimeselector{width: 100%;}
.selectDate.date .selectDate-inr, .selectDate.time .selectDate-inr{width: 100%; padding: 12px 12px 12px 12px; position: relative;}
.selectDate.date .selectDate-inr{width: 100%; content: ''; }
.selectDate.time .selectDate-inr{width: 100%; content: '';}
.selectDate.datetimeselector .selectDate-inr input {
    width: 100% !important;
    position: relative;
    z-index: 12;
    background: transparent;
}


.selectDate.date .selectDate-inr input {
    width: 100% !important;
    border: 0px !important;
    padding: 0 !important;
    background: url(../images/Calendar-oday.png) no-repeat right 0 center; 
}

.selectDate.time .selectDate-inr input {
    width: 100% !important;
    border: 0px !important;
    padding: 0 !important;
     background: url(../images/time.png) no-repeat right 0 center; 
}



.flatpickr-current-month input.cur-year, .flatpickr-current-month .flatpickr-monthDropdown-months{font-size: 18px;}
span.flatpickr-weekday{font-size: 11px;}
.flatpickr-day {
    height: 30px;
    line-height: 30px;
    font-size: 11px;
}

.flatpickr-time{max-height: 36px; line-height: 36px;}
.flatpickr-time input{font-size: 12px;}
.mrright44{margin-right: 44px !important;}


.address_overlayinr.fixed {
    max-height: 86vh;
    overflow: hidden;
}

.address_overlay_row ul.active{max-height: 60vh; overflow-y: scroll; margin-bottom: 16px;}
.contact-infotext{font-size: 14px; padding: 4px 0;}
.contact-infotext p span {
    color: #c3002f;
    font-weight: bold;
    padding-top: 4px;
    display: inline-block;
}



.cmnInputsdata{width: 100%; display: flex; align-items: center; justify-content: space-between; border: 1px solid #c7c7c7; padding: 12px; border-radius: 5px;}
.cmnInputsdata-bg{background:#f2f1f1;}
.cmnInputsdata input{border: 0px !important; padding: 0 !important; outline: none !important; background: transparent !important;}


.cmnctmBtn{display: inline-flex; background: #c3002f; padding: 10px 20px; text-align: center; color: #fff; font-size: 16px; justify-content: center; align-items: center; border-radius: 4px; text-decoration: none;}




.loader-overlay-cmn{width: 100%; height: 100%; background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 9999; display: none;}
.loader-overlay-cmninr{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 54px; height: 54px;}

 .loader-cmnnissan {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #c3002f; /* Blue */
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#fancybox-overlay{background: rgba(0,0,0,0.7) !important;}
#fancybox-wrap{ padding: 24px; background: #fff; border-radius: 24px;}
#fancybox-content{width: 100% !important; border-radius: 16px !important; border: 0px !important;}
#fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 30px;
    height: 30px;
    background-image: url('../images/closemdpopup.png') !important;
    cursor: pointer;
    z-index: 1103;
    display: none;
    background: #c3002f; border-radius: 50%;
    background-size: 18px;
background-repeat: no-repeat;
background-position: center center;
}

.verified-show{display: none;}


.address_overlay-listedd {
    display: flex;
    padding-top: 16px;
}


.address-items .address_overlay-listedd{padding-top: 0;}

.address_overlay-listedd a {
    display: inline-block;
    margin: 0 8px 0 0;
    padding: 0 12px 0 0;
    text-decoration: none;
    color: #c3002f;
    border-right: 1px solid #c3002f;
    font-size: 12px;
    line-height: 12px;
}

.address_overlay-listedd a:last-child {
    padding-right: 0;
    border-right: 0px;
}

.address_overlay-listedd a:hover {
    text-decoration: underline;
}

.address-items .address_overlay-listedd a{display: inline-flex; align-items: center;}


.myprofile-addressareainr{width: 100%; display: flex; flex-wrap: wrap; border: 1px solid #ccc; overflow-x: hidden; overflow-y: auto; max-height: 320px;}
.address-items {
    margin: 0 0;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    width: 100%;
    padding: 16px 16px 16px 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; min-height: 60px; align-items: center;
}
.address-items:nth-child(2n){
    margin-right: 0;
}
.address-items:last-child{border-bottom: 0;}
.address-items.active{border: 1px solid #c3002f;}
.address-items.active .address_overlay-list::before{border: 1px solid #c3002f;}
.address-items.active .address_overlay-list::after {
    position: absolute;
left: -17px;
top: 13px;
width: 10px;
height: 10px;
background: #c3002f;
border-radius: 50%;
transform: translate(-50%, -50%);
content: ''; display: none;
}

.markas_default {
    width: 100%;
    padding: 12px 0 0 0;
    color: #000;
}
.flatpickr-months{position: relative;}
.close-calender{position: absolute; right:0; top: -31px; width:30px; height: 30px; display: flex; align-items: center; justify-content: center; content: ''; cursor: pointer; background:#c3002f url(../images/closemdpopup.png) no-repeat center center; background-size: 20px;}
.flatpickr-confirm.visible {
    max-height: 40px;
}
.flatpickr-confirm {
    height: 32px;
max-height: 32px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
background: #f3f3f3;
font-size: 14px;
color: #f3f3f3;
position: relative;
}

.flatpickr-confirm::before{background: url(../images/closemdpopup-colored.png) no-repeat center center; background-size: 16px; content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 16px; height: 16px;}

.flatpickr-confirm svg{height: 14px; padding-left: 2px; display: none;}



.cmnprofiles .firstnameMr input[type="text"] {
    width: 100%;
    border: 1px solid #C7C7C7;
        border-left-color: rgb(199, 199, 199);
        border-left-style: solid;
        border-left-width: 1px;
    line-height: normal;
    padding: 12px;
    box-sizing: border-box;
    color: #343434;
    font-family: 'nissan_brandregular';
    font-size: 16px;
    background-color: #fff;
    transition: all .3s;
    outline: 0;
    border-radius: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
}


.myprofile-heading.addFlex_row label{display: flex; align-items: center; flex-wrap: wrap; width: 100%; justify-content: space-between;}

.addnew_address{display: inline-flex; padding: 8px 16px; min-width: 100px; color: #fff; cursor: pointer; font-size: 14px;
 background:#c3002f; border-radius: 4px; margin-left: 8px; align-items: center; justify-content: center; font-family: 'nissan_brandregular';}
 .addnew_address.add_new {
    width: auto;
    height: auto;
}

 .addnew_address em {
    display: inline-block;
    font-family: 'nissan_brandbold';
    margin-right: 4px;
    font-size: 12px;
    height: 100%;
    padding-top: 2px;
}


.addyourcar_clmn{margin-right: 8px;}
.addyourcar_clmn a{display: inline-flex; padding: 8px 16px; min-width: 100px; color: #fff; cursor: pointer; font-size: 14px;
 background:#c3002f; border-radius: 4px; margin-left: 0; align-items: center; justify-content: center; font-family: 'nissan_brandregular'; text-decoration: none;}
.addyourcar_clmn a em {
    display: inline-flex;
    font-family: 'nissan_brandbold';
    margin-right: 4px;
    font-size: 12px;
    height: 100%;
    padding-top: 2px;
}

.service-offer h2{font-size: 22px; padding-top: 8px;
padding-bottom: 16px;
color: #c3002f; text-transform: none;}




.ui-timepicker {
    background: #fff;
    border: 1px solid #666;
    margin-top: -2px;
    padding: 0 !important;
}
.ui-widget-content.ui-timepicker-table {
    border-radius: 0;
    padding: 0; border-collapse: collapse; border-spacing: 0px;
}

.ui-widget-content.ui-timepicker-table td {
    vertical-align: top;
}
.ui-timepicker .ui-timepicker-hours, .ui-timepicker .ui-timepicker-minutes {
    background: #fff;
}
.ui-timepicker tr td {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 14px;
    line-height: 2.0714285714;
}

.ui-widget-content.ui-timepicker-table .ui-timepicker-title {
border-radius: 0px; border:0px;
    text-transform: uppercase;
    color: #343434;
    line-height: 2.6315789474;
    text-align: center;
    background: #eee;
}

.ui-timepicker .ui-timepicker-hours table, .ui-timepicker .ui-timepicker-minutes table {
    margin: 15px; border-collapse: collapse;
border-spacing: 0;
}
.ui-timepicker th.periods {
    padding: 0 10px 0 0;
    font-family: 'nissan_brandbold';
    font-weight: 400; vertical-align: middle;
}
.ui-widget-content.ui-timepicker-table .ui-timepicker td {

    text-align: center;
}
.ui-widget-content.ui-timepicker-table td {
    vertical-align: top;
}
.ui-widget-content.ui-timepicker-table .ui-timepicker td span {
    color: #ccc;
}
.ui-widget-content.ui-timepicker-table .ui-timepicker td a, .ui-widget-content.ui-timepicker-table .ui-timepicker td span {
    display: inline-block;
    text-decoration: none;
}
.ui-timepicker tr td .ui-state-disabled, .c_019 .ui-timepicker tr td a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 32px;
    width: 32px;
    display: block;
    text-decoration: none;
    padding: 0;
}
.ui-widget-content.ui-timepicker-table .ui-timepicker td a {
    background: 0 0;
    border: none;
    color: #343434;
    text-align: center;
    cursor: pointer;
}


.ui-timepicker tr td .ui-state-disabled, .ui-timepicker tr td a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 32px;
    width: 32px;
    display: block;
    text-decoration: none;
    padding: 0;
}

.ui-timepicker .ui-timepicker-table, .ui-timepicker table.ui-timepicker{border:0px;}
.ui-widget-content.ui-timepicker-table .ui-timepicker td a:focus, .ui-widget-content.ui-timepicker-table .ui-timepicker td a:hover {
    font-family: 'nissan_brandbold';
    color: #920023;
    outline: 0;
}

.ui-timepicker .ui-timepicker-hours table {
    position: relative;
}

.ui-timepicker .ui-timepicker-hours table::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    height: 100%;
    border-left: 1px solid #ccc;
}

.ui-state-default.ui-state-disabled {
text-align: center;
    border: 0px;
    background: #fff;
    color: #ccc !important;
}

.redtext{color: #c3002f !important;}
.psa-rows .cmn-inputs.reminarea{width: 100%;}


.psa-rows .cmn-inputs.reminarea textarea {
    width: 100%;
    resize: none;
    padding: 12px 12px 12px 12px;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    font-size: 16px;
}

.trackmycar-msgs{font-size: 16px; color: #ed1c24; font-weight: 500;}

.orsection{width: 100%; margin: 16px 0 24px 0;}
.orBlock{width: 100%; display: flex; justify-content: center; align-items: center; font-size: 16px; margin:4px 0 8px 0;}
.loginor-flex{width: 100%; display: flex; justify-content: center; align-items: center;}
.loginor-flex a{display: inline-flex; align-items: center; text-decoration: none; font-size: 14px; min-width: 40%; justify-content: center; background: #f2f2f2; border: 1px solid #ccc; border-radius: 5px; margin: 0 8px; height: 42px; color: #000;}
.loginor-flex a span{display: inline-flex; align-items: center;}
.loginor-flex a span em{width: 24px; margin-right: 12px; display: inline-block;}
.loginor-flex a span em img{display: inline-block;  width: 100%;}


.resendotp.disnone{display: none;}
.timerLeft{font-size: 14px;}

.signon_statusbar{position: fixed; left: 0; bottom: 0; width: 100%; z-index: 999; padding: 12px 0 0 0;
background: rgba(255,255,255,1);
box-shadow: 9px 11px 49px #000;}
.signon_statusbar_inr {
  position: relative;
 margin: 0 auto;
  width: 100%;

}
.signon_statusbar_inr ul{display: flex;  justify-content: center; align-items: center; position: relative;  background: url(../images/btm-bg.png) no-repeat center bottom; background-size: 446px;}
.signon_statusbar_inr ul li{width: 100px; text-align: center; position: relative; height: 100px; margin: 0 12px;}
.signon_statusbar_inr ul li a{display: inline-flex; width: 100%; flex-direction: column; color: #000; text-decoration: none;}
.status_icon{width: 100%; padding-bottom: 8px;}
.status_content{font-size: 15px; color: #000; padding: 4px 0 12px 0; text-transform: uppercase;}
.signon_statusbar_inr ul li.active a .status_content{color: #c3002e;}
.signon_statusbar_inr ul .indicator {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; display: inline-flex; justify-content: center; align-items: end;
}


.optNissan_sec{width: 100%; position: fixed; left: 0; top: 0; height: 100%; background: rgba(0,0,0,0.7); z-index: 9999;}
.optNissan_secinr{width: 100%; max-width: 400px; top: 50%; left: 50%; transform: translate(-50%,-50%); background: #fff; padding: 32px; position: absolute;}
.optNissan_secinr-clm{width: 100%;}
.optNissan_secinrclose{position: absolute; cursor: pointer; top: 0; right: 0; width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; padding: 4px; background: #fff;}
.optNissan_secinrclose img{width: 100%;}
.optNissan_secinr-clm h2{font-size: 24px; font-weight: 500; color: #c3002f; padding-bottom: 12px;}
.optNissan_secinr-otp{width: 100%; display: flex; justify-content: flex-start;}
.optNissan_secinr-otp input{width: 48px; margin-right: 8px; text-align: center; height: 48px; border: 1px solid #ccc; padding: 8px; font-size: 16px; color: #000;}
.optNissan_secinr-otp input:last-child{margin-right: 0;}
.otpresend-nissan{margin: 8px 0 24px 0; font-size: 14px;}
.otpresend-nissan span{color: #c3002f; cursor: pointer;}
.optNissan_secinr-btn button{
background: #c3002f;
font-size: 15px;
color: #fff;
padding: 10px 20px;
margin-right: 0;
text-align: center;
text-decoration: none;
min-width: 140px;
border: 0px;
outline: none;
border-radius: 0;
display: inline-block;
font-family: 'nissan_brandregular';
transition: all ease .5s; border: 0px;}
.optNissan_secinr-btn button:hover{background: #000;}



.nissanNav-container{width: 100%; max-width: 360px; position: fixed; right: -100%; top: 0; padding: 86px 16px 90px 16px; filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .05)); height: 100%; background: #fff; z-index: 99; transition: all 0.3s ease-in;}
.nissanNav-container .items {
  display: flex;
  flex-direction: column;
  text-align: right;
  width: 100%;
  padding-top: 12px;
}
.nissanNav-container .items a {
  font-size: 16px; color: #000; text-align: left; text-decoration: none; display: flex; justify-content: flex-start; align-items: center;
} 
.nissanNav-container .items a em{display: inline-flex; align-items: center; padding-left: 4px;}
.nissanNav-container ul {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  margin-bottom: 32px;
}
.nissanNav-container ul li {
  width: 100%;
  margin-bottom: 18px;
  margin-right: 0;
}
.nissanNav-container ul li a {
  font-size: 16px;
  color: #c3002f;
  position: relative; text-decoration: none;
}
.nissanNav-container ul li a::after {
  position: absolute;
  top: 100%;
  width: 0%;
  height: 2px;
  background: #c3002f;
  transition: all 0.2s ease-in-out;
  content: '';
  left: 0;
}
.nissanNav-container .items a span {
  padding-right: 4px;
}
.nissanNav-container ul li a:hover::after {
  width: 100%;
}

.nissanNav-container.active{right: 0;}


.welcome-dashboard{width: 100%;}
.welcome-dashboardinr{width: 100%;}
.welcome-dashboardflex{width: 100%; padding: 24px 0 8px 0; max-width: 90%; margin: 0 auto; display: flex; justify-content: space-between; margin-bottom: 24px;}
.welcome-dashboardflexleft h2{font-size: 22px; padding-bottom: 8px; font-weight: normal; text-transform: uppercase; font-family: 'nissan_brandlight';}
.welcome-dashboardflexleft span{font-family: 'nissan_brandbold';}
.welcome-dashboardflexleft h3 a{color: #C3002F; font-size: 16px; font-family: 'nissan_brandlight';}
.welcome-dashboardflexright p{font-size: 16px;}
.welcome-dashboardflexright p span{text-transform: uppercase;}
.welcome-dashboard-clm{width: 95%; margin-left: 5%; padding-bottom: 78px;}
.welcome-dashboard-slider{width: 100%;}
.welcome-dashboard-slider .item{width: 100%; display: flex; justify-content: space-between;}
.welcome-dashboard-sliderleft{width: 60%;}

.itemimg{width: 100%; position: relative;}
.itemimg img{width: auto; display: inline-block; vertical-align: top;}
.itemimg-content{width: 100%; position: absolute; left: 0; bottom: 0; padding: 24px;; z-index: 10;}
.itemimg-contentflex{width: 100%; display: flex; justify-content: space-between; align-items: center;}
.itemimg-contentleft h2{font-size: 20px; color: #fff; font-weight: normal; font-family: 'nissan_brandlight'; text-transform: uppercase; opacity: 0.7;}
.itemimg-contentleft h3{font-size: 20px; color: #fff; font-weight: normal; font-family: 'nissan_brandbold'; text-transform: uppercase;}
.itemimg-contentright a{display: inline-flex; align-items: center; font-size: 14px; text-transform: uppercase; text-decoration: none; color: #000; font-family: 'nissan_brandlight';}
.itemimg-contentright a span{display: inline-flex; padding-left: 4px; transition: all 0.3s ease-in;}
.itemimg-contentright a:hover span{transform: translateX(4px);}
.itemimg-contentright a span img{width: auto;}
.welcome-dashboard-sliderright{background: #D5DCEE; padding: 32px; width: 40%; display: flex; align-items: center;}
.welcome-dashboard-sliderrightinr{width: 100%;}
.welcome-dashboard-sliderrightinr h2{font-size: 36px; padding-bottom: 16px; font-weight: normal;  font-family: 'nissan_brandlight';}
.welcome-dashboard-sliderrightinr p{font-size: 16px; line-height: 24px;}
.welcome-dashboard-sliderrightinr p b{font-family: 'nissan_brandbold'; font-weight: normal;}
.welcome-dashboard-sliderright-clm{width: 100%; margin: 48px 0 16px 0; display: inline-block;}
.welcome-dashboard-sliderright-clm a{display: inline-flex; min-width: 333px; align-items: center; justify-content: space-between; padding: 12px 16px; background: #C3002F; color: #fff; text-decoration: none; text-transform: uppercase; font-size: 14px;}
.welcome-dashboard-sliderright-clm a span{padding-left: 6px; display: inline-flex; align-items: center; transition: all 0.3s ease-in;}
.welcome-dashboard-sliderright-clm a:hover span{transform: translateX(4px);}
.fnsc{width: 100%; display: flex; align-items: center;}
.fnsc span{padding-right: 8px;}
.fnsc span img{display: inline-block; vertical-align: top;}
.fnsc a{display: inline-flex; font-size: 14px; color: #000;}

.welcome-dashboard-clm{position: relative;}
.welcome-dashboard-slider .slick-list{padding-right: 10%;}
.welcome-dashboard-slider .item{margin-right: 16px;}
.welcome-dashboard-slider .slick-prev {
  width: 50px;
  height: 18px;
  background: url(../images/next-arw.png) no-repeat left center;
  background-size: 100%;
  transform: rotate(180deg);
  left: auto;
  right: 17%;
  bottom: -49px;
  top: auto;
}
.welcome-dashboard-slider .slick-next {
  width: 50px;
  height: 18px;
  background: url(../images/next-arw.png) no-repeat right center;
  background-size: 100%;
  left: auto;
  right: 11.5%;
  bottom: -49px;
  top: auto;
}
.welcome-dashboard-slider .slick-next:before, .welcome-dashboard-slider .slick-prev:before{content: none;}
.welcome-dashboard-slider .slick-next.slick-disabled, .welcome-dashboard-slider .slick-prev.slick-disabled{opacity: 0.5;}
.pagingInfo {
  position: absolute;
  right: 25%;
  bottom: 24px;
  z-index: 90;
  color: #000;
  font-size: 20px;
}
.pagingInfo sub{font-size: 14px;}
.welcome-dashboard-sliderleft img{width: 100%; display: inline-block; vertical-align: top;}


.carprofile{width: 100%; padding-top: 32px; margin-bottom: 42px;}
.carprofile h2{
    font-size: 20px;
padding-bottom: 12px;
margin-bottom: 32px;
border-bottom: 1px solid #ccc;
font-family: 'nissan_brandregular';
}
.carprofile_main{width: 100%;}
.cmnprofiles_car{width: 100%;}
.carprofile_car_left{width: 100%;  display: flex; align-items: center;}
.carprofile_car_left_car{width: 32%; margin-right: 32px;}
.carprofile_car_left_car img{width: 100%;}
.carprofile_car_right_car h3{font-size: 18px; padding-bottom: 8px; text-transform: uppercase; font-family: 'nissan_brandbold'; font-weight: normal; color: #c3002f;}
.carprofile_car_right_car h4{font-size: 16px; padding-bottom: 2px; font-weight: normal; font-family: 'nissan_brandregular';}

.carprofile_btmcontent{display: inline-block; width: 100%; vertical-align: top; margin-top: 48px;}





/* Side desktop menu list */
.nissanNav-container {overflow-y: auto;}
.nissanNav-container ul .Sidedropdown {
    padding: 0 0 0 15px;
	display: none;
}

.nissanNav-container ul .Sidedropdown li {
    margin-bottom: 10px;
    text-transform: none;
}

.nissanNav-container ul .Sidedropdown li a {}

.nissanNav-container ul .Sidedropdown li a {
    font-size: 14px;
}

.nissanNav-container ul li.ddClk a:before {
    content: '';
    position: absolute;
    right: -21px;
    top: 5px;
    border: solid #c3002f;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.nissanNav-container ul li.ddClk.active a:before {
    top: 10px;
    transform: rotate(224deg);
    -webkit-transform: rotate(224deg);
}
.nissanNav-container ul li.active > a:after {width: 100%;}
.nissanNav-container ul li.ddClk {
    position: relative;
}
.nissanNav-container .items a span {position: relative;}
.nissanNav-container .items a span:after {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 2px;
    background: #c3002f;
    transition: all 0.2s ease-in-out;
    content: '';
    left: 0;
}

.nissanNav-container ul li.ddClk a {
    position: relative;
}
.nissanNav-container ul li.ddClk li a:before {display: none;}
.nissanNav ul li.ddClk a::before {
  content: '';
  position: absolute;
  right: -12px;
  top: 7px;
  border: solid #000;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}



/* 15-3-2023 */
.cardTemplate {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 800px;
    margin: 15px auto 0 auto;
    padding: 20px;
}

.cardTemplate h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: normal;
    padding:15px 0;
}

.cardTemplate .updprofile-verify {
    display: flex;
    justify-content: center;
}

.cardTemplate .updprofile-verify .maskedBtn {
    width: auto;
    margin: 0 10px;
}

.cardTemplate .updprofile-verify .maskedBtn button {
    min-width: 200px;
}

.my-subheading {
  display: block;
  font-size: 15px;
  font-weight: normal;
  color: #c3002f;
  padding: 8px 0 0 0;
}

.tncMain{width: 100%; padding: 32px 24px;}
.tncMain-inr{width: 100%; display: inline-block; vertical-align: top;}
.tncMain-inr h2{font-size: 28px; color: #c3002f; padding-bottom: 16px; text-transform: uppercase;}
.tncMain-inr p{font-size: 18px; line-height: 24px; padding-bottom: 32px; color: #000;}
.tncMain-inr ul{width: 100%; padding: 0 0 0 12px; margin-bottom: 20px;}
.tncMain-inr ul li{font-size: 15px; line-height: 24px; color: #2D2D2D; margin-bottom: 12px; position: relative;}
.tncMain-inr ul li:before{position: absolute; left: -14px; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: #000; content: '';}
.tncMain-inr h3{font-size: 20px; padding-bottom: 16px; padding-top: 8px;}
.tncMain-inr ul li strong{ font-family: 'nissan_brandbold';}
.tncMain-inr ul li a{color: #c3002f; text-decoration: underline;}


.footerNissan{width: 100%;}
.footerNissan_main{width: 100%; padding: 32px 0; background: #1a1a1a;}
.footerNissan_main_clm{width: 100%;}
.footerNissan_main_clm ul{width: 100%; display: flex; justify-content: space-between;}
.footerNissan_main_clm ul li{width: 25%; padding-right: 32px;}
.footerNissan_main_clm ul li h2{font-size: 15px; color: #fff; margin-bottom: 16px; text-transform: uppercase;}
.clmn_footersection{width: 100%;}
.clmn_footersection ul{width: 100%; display: block;}
.clmn_footersection ul li{margin-bottom: 16px; width: 100%;}
.clmn_footersection ul li:last-child{margin-bottom: 0;}
.clmn_footersection ul li a{font-size: 12px; color: #c1c1c1; text-decoration: none;}
.clmn_footersection ul li a:hover{text-decoration: underline;}
.clmn_footersection_social{width: 100%; display: flex;}
.clmn_footersection_social a{display: inline-flex; width: 24px; margin-right: 12px;}
.clmn_footersection_social a img{display: inline-block; width: 100%; opacity: 0.6;}
.clmn_footersection_social a:hover img{opacity: 1;}
.footerNissan_btm{width: 100%; background: #000; padding: 32px 0;}
.footerNissan_btm_inr .container{display: flex; width: 100%;}
.footerNissan_btm_inr .container .footerNissan_btm_inr_left, .footerNissan_btm_inr .container .footerNissan_btm_inr_right{width: 50%;}
.footerNissan_btm_inr .container .footerNissan_btm_inr_left ul{width: 100%; display: flex;}
.footerNissan_btm_inr .container .footerNissan_btm_inr_left ul li{margin-right: 24px;}
.footerNissan_btm_inr .container .footerNissan_btm_inr_left ul li a{font-size: 12px; color: #c1c1c1; text-decoration: none;}
.footerNissan_btm_inr .container .footerNissan_btm_inr_left ul li a:hover{text-decoration: underline;}
.footerNissan_btm_inr .container .footerNissan_btm_inr_right ul{width: 100%; display: flex;}
.footerNissan_btm_inr .container .footerNissan_btm_inr_right ul li{margin-right: 24px; font-size: 13px; color: #f4f4f4;}
.footerNissan_btm_inr .container .footerNissan_btm_inr_right ul li a{font-size: 12px; color: #c1c1c1; text-decoration: none;}
.footerNissan_btm_inr .container .footerNissan_btm_inr_right ul li a:hover{text-decoration: underline;}
.backdrop{position: fixed; left: -100%; top: 0; width: 100%; height: 100%; z-index: 79; background: rgba(0,0,0,0.4);}
.backdrop.active{left: 0;}

.noteTextcars{font-size: 9px; color: #000; padding: 12px 0 0 0;}
.cars_sliders .items.slick-slide.slick-current.slick-active .noteTextcars{color: #fff;}

.fdisc{text-align: center; font-size: 18px; padding: 12px 0 8px 0; color: #c3002f;}

.cookie_section {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: #000;
  padding: 12px 16px;
}
.cookie_section_inr {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
}
.cookie_section_inr_tag {
  text-align: left;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  padding-bottom: 0; width: 85%;
}
.cookie_section_inr_tag_btns {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookie_section_inr_tag_btns button {
  background: #C3002F;
  color: #fff;
  padding: 8px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0px;
  margin: 0 8px;
}
.cookie_section_inr_tag_btns button:first-child {
  color: #000;
  background: #fff;
}

.otpTimer{width: 100%; display: flex; justify-content: flex-end; padding: 6px 0 0 0; max-width: 264px; margin: 0 auto;}
.timerNumbers{font-size: 15px;}
.resendBtnsotp{font-size: 15px; text-decoration: underline; color: #000; display: none;}

.cmninput-flexhalf .cmn-inputs.nowidthmargin{width: auto; margin-right: 0;}
.selctcolor_input{width: 100%; display: flex;}
.selctcolor_input ul{display: flex;}
.selctcolor_input ul li{margin-right: 24px; width: 72px;}
.selctcolor_input ul li:last-child{margin-right: 0;}
.selctcolor_input ul li a{color: #000; display: inline-flex; text-decoration: none; flex-direction: column; align-items: center; justify-content: center; padding: 0 4px;}
.selctcolor_input ul li a em{display: inline-flex; position: relative; width: 32px; height: 32px; padding: 0; margin-bottom: 4px; border-radius: 50%; border: 2px solid #f3f3f3; flex-direction: column; transform: rotate(45deg); overflow: hidden;}
.selctcolor_input ul li a p{text-align: center;}
.selctcolor_input ul li.active p{color: #c3002f;}
    .selctcolor_input ul li.active em:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 24px;
        height: 24px;
        z-index: 2;
        background: url(/common/images/tik-white-bdr.png) no-repeat center center;
        background-size: 16px;
        transform: translate(-50%,-50%) rotate(-45deg);
    }
.colorTopims{width: 100%; height: 16px;}
.colorBtmims{width: 100%; height: 16px;}

.infoDetails ul{display: flex; align-items: center;}
.infoDetails ul li{margin-right: 12px; border-right: 1px solid #ccc; padding-right: 8px;}
.infoDetails ul li:last-child{margin-right: 0; padding-right: 0px; border-right: 0px;}
.footerr3title {
  font-size: 15px;
  color: #000;
  font-family: 'nissan_brandbold';
}
.footerr3title span {
  display: block;
  font-size: 12px;
  color: rgba(0,0,0,.4);
}
.footerr3title sup {
  position: relative;
}
.footerr3title .priceHover {
  position: absolute;
  top: -65px;
  width: 257px;
  padding: 8px;
  background: #c3002f;
  color: #fff;
  font-size: 11px;
  display: none;
  text-align: left;
  line-height: 15px;
}
.footerr3title sup:hover .priceHover{display: block;}
.footerr2title {
  font-size: 15px;
  color: #000;
  font-family: 'nissan_brandbold';
}
.footerr2title span {
  display: block;
  font-size: 12px;
  color: rgba(0,0,0,.4);
}
.footerr3title em, .footerr2title em{display: inline-block; font-style: normal;}


.dealer-list.express .dealer-title::before {
    width: 20px;
    height: 20px;
}
.dealer-list.express input:checked ~ .dealer-title::after {
    top: 5.5px;
    left: 5px;
}
.cmninput-flexhalf.capchaImage {
    font-weight: normal;
    font-family: 'nissan_brandbold';
    font-size: 16px;
    margin-bottom: 12px;
}
input#CaptchaInputText {
    margin-top: 8px;
}

img#CaptchaImage {
    width: 125px;
    position: relative;
    top: 20px;
}
.capTcha-container {
    width: 100%;
    margin: 24px 0 8px 0;
    display: inline-block;
    vertical-align: top;
}

.capTcha-row {
    width: 100%;
    max-width: 30%;
}

    .capTcha-row label {
        width: 100%;
        height: 60px;
        max-width: 150px;
        margin-bottom: 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: url(../images/captcha-bg.jpg) no-repeat 0 0;
        background-size: 100%;
    }

        .capTcha-row label span {
            color: #1d5cbd;
            font-size: 30px;
            margin: 0 4px;
            display: inline-block;
        }

            .capTcha-row label span:first-child {
                transform: rotate(-15deg);
            }

            .capTcha-row label span:nth-child(3) {
                transform: rotate(5deg) translateY(-5px);
                font-size: 26px;
            }

            .capTcha-row label span:last-child {
                transform: rotate(12deg);
                font-size: 40px;
                margin-left: 6px;
            }

    .capTcha-row h3 {
        padding-bottom: 6px;
        margin-top: 12px;
    }


.swal2-actions button {
    background: #c3002f !important;
    margin: 0 4px;
    border:0px !important;
}

.swal2-actions button:focus{box-shadow:none !important;}

.servicesBtns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 42px 0 4px 0;
  padding-top: 42px;
  border-top: 1px solid #ccc;
}
.servicesBtns a {
  background: #c3002f;
  font-size: 15px;
  color: #fff;
  padding: 10px 32px 10px 24px;
  margin: 0 12px 8px 12px;
  text-align: center;
  text-decoration: none;
  min-width: 140px;
  border: 0px;
  outline: none;
  border-radius: 5px;
  display: inline-block;
  margin-left: 0;
  font-family: 'nissan_brandregular';
  margin-left: 16px;
  margin-right: 16px;
  transition: all 0.5s ease;
  background-image: url(../images/view-details.png);
  background-position: right 12px center;
  background-repeat: no-repeat;
}
.servicesBtns a:hover{background-color: #000;}

.cmnprofiles-head .myprof .myprofiletop{justify-content: space-between;}
.cmnprofiles-head .myprof .myprofiletop .cmnprofiles{width: 49%; margin-right: 0;}
.edit-concent p{position: relative; top: -5px; padding-bottom: 24px; display: block; width: 100%; font-size: 16px;}
.consentFlexes{display: flex; width: 100%; flex-wrap: wrap;}
.consentFlexes li{margin-right: 36px;}
.consentFlexes li .icon{width: 30px; margin-right: 8px;}
.consentFlexes li b{font-weight: normal;}
.consentboxmain{position: relative; margin-top: -8px;}
.consentboxmain b{font-weight: normal; font-size: 15px;}
.consentboxmain .checkBlock{margin-top: 4px; margin-bottom: 8px;}






.compatibilte-banner{width: 100%; padding: 40px 0; background: #000;}
.compati-text{width: 100%; text-align: center;}
.compati-text h1{font-size: 24px; padding-bottom: 12px; font-family: 'nissan_brandbold'; font-weight: normal; text-transform: uppercase; color: #fff;}
.compati-text p{font-size: 16px; font-family: 'nissan_brandregular';font-weight: normal; padding-bottom: 40px;  color: #fff;}

.compati-sys{width: 100%; display: flex;}
.compati-ph{width: 50%; }
.compati-phpd{padding: 20px ; border: 1px solid #ccc;}
.compati-ph-title{width: 100%; text-align: center; font-weight: normal; font-size: 20px; padding-bottom: 20px; color: #fff;}
.compati-ph-sel{width: 100%; display: flex;} 
.compati-inpsel{width: 33%; border: solid 1px #ccc; height: 40px; line-height: 39px; background: #fff; font-size: 15px; font-weight: normal; padding-left: 10px; background: #fff url(../images/booking-form-arrow.png) no-repeat right 10px center; box-sizing: border-box;  appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; cursor: pointer;}

.compati-inpsel2{width: 50%;}


.conp-briifing{width: 100%;}
.comparti-need-help{width: 100%; background: #000; height: 150px; text-align: center;}
.comparti-need-help strong{padding: 30px 0 30px 0; display: block; color: #fff; font-size: 24px;    }
.shyop{position: absolute; top: 100px;}
.comarti-helpwrap{width: 100%; display: flex; justify-content: space-between;}
.ph-helpneed{width: 48%; background: #fff;}
.ph-helpneed span{display: block;}
.ph-helpneed b{font-family: 'nissan_brandbold'; font-weight: normal; font-size: 20px; padding: 15px 0 10px 0; display: block;}
.ph-helpneed p{font-size: 16px; font-weight: normal; padding: 0 0 20px 0;}
.ph-helpneed a{font-size: 14px; background: #000; padding: 10px 100px; text-decoration: none; display: inline-block; color: #fff; font-size: 16px;}

.ph-hlppd{padding:40px 15px;}
.wrp-thump{width: 100%; padding-top: 10px;}
.wrp-thump ul{display: flex;}
.wrp-thump ul li{padding-right: 10px;}
.conp-briifing{width: 100%; padding: 30px 0;}
.briffing-txt{width: 100%; text-align: center; padding-bottom: 40px;}
.briffing-txt h2{font-size: 24px; font-weight: normal; text-decoration: none;font-family: 'nissan_brandbold'; font-weight: normal; text-transform: uppercase}
.briffing-txt p{font-size: 16px; font-weight: normal; width: 60%; line-height: 22px; padding: 5px 0; margin: 0 auto}



.compatibilty-title{width: 100%; text-align: center; font-family: 'nissan_brandbold'; font-weight: normal; font-size: 26px; text-transform: uppercase; padding-bottom: 20px;}

.compatibilty-hide{width: 100%; display: none}
.compatibilty-check{width: 100%; background: #fff;}
.comp-device{width:50%;  text-align: center; background: #f2f2f2; margin: 40px auto; padding: 20px;}
.comp-device span{display:block;}
.comp-device p{font-size: 16px; font-weight: normal; text-decoration: none; padding: 10px 0 0 0;}

.compati-accordian{width: 100%;}
.compati-accordian h3 {padding: 15px 35px 15px 20px; line-height:20px; background:#000 url(../images/ic_faq_plus.png) 98% center no-repeat;  width: 100%; cursor: pointer; font-size: 15px; font-weight: normal; text-decoration: none; color: #fff;}
.compati-accordian h3.active_arrrow { background:#000 url(../images/ic_faq_minus.png) 98% center no-repeat;}
.compati-acc-content{background: #fff; padding: 10px 20px ; margin-bottom: 20px;}
.compati-acc-content ul{list-style: none; margin: 0 auto; padding: 0px}
.compati-acc-content ul li{list-style-type: disc; font-size: 14px; margin-left: 10px; padding: 5px 0;}

.discove-feat{width:100%; background: #f2f2f2; padding: 20px 0;}
.gezaContainer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}


.bookingSuccesfull-gz{font-size: 36px; color: #c3002f; padding-bottom: 12px;}

.allBtnsNissans{width: 100%; display: flex; align-items: center; flex-wrap: wrap;}
.allBtnsNissans a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  background: #C3002F;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px; margin-right: 12px; margin-bottom: 16px; min-width: 333px; justify-content: space-between;
}
.allBtnsNissans a span {
  padding-left: 6px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in;
}
.allBtnsNissans a:hover span{transform: translateX(4px);}


.whatsapp-button1 {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 99;
    background-color: rgb(37, 211, 102);
    border-radius: 50px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    width: 60px;
    height: 60px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: rgb(0, 0, 0) 0px 0px 25px -6px;
}
    .whatsapp-button1 img {
        max-width: 26px;
    }





/* refer and winn */
.refferWinnSliderMn .items {position: relative;}
.nCaption {
    position: absolute;
    left: 0;
    max-width: 500px;
    top: 50%;
    transform: translate(150px, -50%);
}

.nCaption h1 {
    font-size: 36px;
    color: #fff;
    padding-bottom: 2px;
    font-weight: normal;
}

.nCaption p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 20px;
    text-wrap: balance;
}
.nCaption .modulecmn-btn{
    justify-content: flex-start;
    margin-bottom: 10px;
}
.nCaption .modulecmn-btn .cmnctmBtn {min-width: 240px;}
.nOverViewMn {padding: 80px 0;}
.nOverView {display: flex; flex-wrap: wrap; align-items: center;}
.nOverView .ntxtb {width: 50%; padding-right: 70px;}
.nOverView .nimgb {width: 50%; text-align: right;}
.hdSubHd {padding-bottom: 10px;}
.hdSubHd h3 {font-size: 17px; font-weight: normal; padding-bottom: 2px;}
.hdSubHd strong {font-size: 32px;}
.nprStpsTp {padding-bottom: 20px;}

.nprStpsMn {background: #EEF1F4; padding: 80px 0;}
.nOverView .ntxtb p, .nprStpsTp p, .topTxt p {font-size: 14px; line-height: 20px;}
.nprStpsTp {padding-bottom: 70px;}
.loylBenftSlidrMn h4 {font-size: 20px; padding-bottom: 30px;}
.loylBenftThumb {padding-bottom: 15px;}
.loylBenftThumb img {width: 100%;}
.loylBenftSlidrMn .ntxtb {font-size: 14px;}
.loylBenftSlidrMn .slick-slide {margin: 0 10px;}
.loylBenftSlidrMn .slick-list {margin: 0 -10px;}
.rwTabMn{background: #9BA5B7; padding: 55px 0 70px 0;}
.topTxt {margin-bottom: 40px;}
.rwTabMn .topTxt p {color: #fff;}
.cardsCrt .imgPlcHoldr {margin-bottom: 15px;}
.cardsCrt img {width: 100%; height: auto;}
.CrdTxt h4 {font-size: 14px; font-weight: normal;}
.CrdTxt h4 span {display: block; font-weight: normal;}
.rwTabMn .CrdTxt h4 {color: #fff;}
.crsl3itmPls .slick-slide {margin: 0 10px;}
.crsl3itmPls .slick-list {margin: 0 -10px;}
.similerArrow .slick-prev {
    position: absolute;
    top: 50%;
    left: -42px;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 50;
    transform: translate(0, -80px);
}


.similerArrow .slick-next {
    position: absolute;
    top: 50%;
    right: -42px;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 50;
    transform: translate(0, -80px);
}

.similerArrow .slick-next::before {
    content: '\f054';
    font-family: 'FontAwesome';
    color: #c3002f;
    font-size: 18px;
    opacity: 1;
}

.similerArrow .slick-prev::before {
    content: '\f053';
    font-family: 'FontAwesome';
    color: #c3002f;
    font-size: 18px;
    opacity: 1;
}

.similerArrow:hover .slick-prev {
    opacity: 0.8;
}

.similerArrow:hover .slick-next {
    opacity: 0.8;
}

.similerArrow .slick-next:hover {
    opacity: 1
}

.similerArrow .slick-prev:hover {
    opacity: 1
}

.similerArrow .slick-dots {
    bottom: 24px;
    position: static;
    padding-top: 70px;
}

.similerArrow.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.similerArrow .slick-dots li {
    width: 48px;
    height: 4px;
    background: #fff;
}

.similerArrow .slick-dots li.slick-active {
    background: #e72035;
}

.similerArrow .slick-dots li button {
    width: 100%;
    height: auto;
    padding: 0 2px;
}
.customerSayMn {padding: 60px 0;}
.ntitle {font-size: 24px; padding-bottom: 60px; text-align: center;}
.customerSayMn .CrdTxt h4 {font-weight: bold;}
.customerSayMn .similerArrow .slick-dots li{background:#EEF1F4}
.customerSayMn .similerArrow .slick-dots li.slick-active {background: #e72035;}
.customerSayMn .similerArrow .slick-prev, .customerSayMn .similerArrow .slick-next {background: #EEF1F4;}

.nFormMn .logininr h2 {color: #000; font-size: 24px; text-transform: capitalize; text-align: center;}
.nFormMn .logininr h2 span{
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding-top: 10px;
    text-transform: capitalize;
}
.mndtFld {padding-top: 40px;}
.mndtFld sup {
    color: #ed1c24;
    display: inline-block;
    position: relative;
    top: -4px;
    left: 3px;
    font-size: 17px;
}

.nPopupMn {
    background: rgba(0,0,0,0.50);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.nwhiteBxMn {
    background: #fff;
    position: relative;
    text-align: center;
}

.nwhiteBx {
    padding: 40px;
}

span.nppClose {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nPopupMn h3 {
    color: #B32535;
    font-size: 24px;
    padding-bottom: 15px;
}

.nwhiteBxMn p {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 18px;
}

.nwhiteBxMn p strong {
    font-size: 18px;
    color: #B32535;
    font-weight: bold;
    display: block;
}

.nwhiteBxMn .modulecmn-btn a {
    min-width: 220px;
}

.nwhiteBxMn .modulecmn-btn {
    margin-bottom: 10px;
}
.nwhiteBxMn .modulecmn-btn a.cmpc-Btn {background: #fff; border: 1px solid #B32535; color: #B32535;}


/*  9-8-2023 */
.tableNsn {margin-bottom: 10px;}
.tableNsn.firstTable {border-bottom: 1px solid #ccc; padding-bottom: 20px;}
.refreq h2 {
    font-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 32px;
    border-bottom: 1px solid #ccc;
    font-family: 'nissan_brandregular';
}
.rightAlign {justify-content: right;}


.leftSubmenu {display: none;}
.leftSubmenu.active {display: block;}
.leftSubmenu li a {
    color: #000 !important;
    font-family: 'nissan_brandregular' !important;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}

.redmMnin {
    width: 100%;
    max-width: 1168px;
    margin: 0 auto 0 auto;
    border: 0 solid #c3002f;
    padding: 32px 32px;
    border-radius: 5px;
    background: #fff;
}
.sucssMnin {
    width: 100%;
    max-width: 1168px;
    margin: 0 auto 0 auto;
    border: 0 solid #c3002f;
    padding:100px 32px 32px 32px;
    border-radius: 5px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sucssBx {background: #eee; padding: 50px; text-align: center; min-width: 600px;}
.sucssBx h2 {font-size: 24px; padding-bottom: 20px; font-family: 'nissan_brandbold'; font-weight: normal;}
.sucssBx h4 {font-size: 18px;
    line-height: 20px;
    color: #c3002f;
    padding-bottom: 5px;
}
    .tpFltr {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .tpFltrin {  display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-between; width: 100%;}
    
    .tpFltr .cmn-inputs {
        width: calc(25% - 10px);
        margin-bottom: 12px;
    }
    .tpFltr .cmnInputs.selectDis {
        padding: 0;
    }
    .tpFltr .cmnInputs.profileedit select {padding: 13px 32px 13px 12px; border: 0; background: #f3f3f3 url(../images/booking-form-arrow-trans.png) no-repeat right 10px center !important;}
    .tpFltr .cmnInputs select {padding: 13px 32px 13px 12px; border: 0; background: #fff url(../images/booking-form-arrow-trans.png) no-repeat right 10px center !important;}
    .tpFltr .col6n {
        width: calc(50% - 10px);
        margin: 0;
    }
    .tpFltr label em {
        display: inline-block;
        cursor: pointer;
        padding-left: 8px;
        display: flex;
        height: 100%;
        align-items: center;
    }
    .tpFltr label em img {
        width: 12px;
    }
    .tpFltr input.disabled {
        background-color: #f3f3f3 !important;
    }
    .tpFltr .cmn-inputs select.disabled{background: #f3f3f3 url(../images/booking-form-arrow.png) no-repeat right 10px center}
    .redmMn .cmn-inputs .modulecmn-btn {padding-top: 0;}
    .redmMn .cmn-inputs .cmnctmBtn {border: 0; cursor: pointer; width: 100%;}


    .cmnTt {
        display: flex;
        font-family: 'nissan_brandbold';
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 28px;
        color: #343434;
        cursor: auto;
        text-transform: capitalize;
        align-items: center;
    }

    .rdmPointBx {
        border: 1px solid #c3002f;
    border-radius: 3px;
    color: #c3002f;
    padding: 7px 20px;
    }
    
    .rdmTop {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
    }
    
    .rdmPointBx p {
        font-size: 15px;
        padding-bottom: 2px;
    }
    
    .rdmPointBx strong {
        font-size: 18px;
        font-family: 'nissan_brandbold';
    }
    .rdmCards {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 40px;
    }
    .rdmCard {
        background: #eee;
        width: calc(33% - 10px);
        border-radius: 5px;
        overflow: hidden;
    }
    
    .rdmCrdHd {
        background: #c3002f;
        color: #fff;
        padding: 10px 15px;
        font-size: 14px;
        display: flex;
    }
    .rdmCrdHd .clearSlctn {margin-left: auto; font-size: 0; background: url(../images/fe_close_white.png) no-repeat center center; width: 30px; height: 24px; cursor: pointer; margin-top: -3px;}
    
    .crdMid {
        padding: 15px;
        font-size: 13px;
        display: flex;
        flex-wrap: wrap;
    }
    
    .crdMid .crdImbg {
        width: 100px;
        height: 70px;
        background: #ddd;
        margin-right: 20px;
    }
    .crdMid .crdTxtb {
        width: calc(100% - 120px);
    }
    .crdMid .crdTxtb p {padding-bottom: 3px;}

.crdBtm {
    text-align: center;
    color: #c3002f;
    font-size: 15px;
    padding: 20px 0;
}
.qnttyMn {display: flex; padding-top: 6px; align-items: center;}
.qntty {width: 100px;display: flex;gap: 6px;margin-left: 10px;}
.qntty .add, .qntty .sub {background: #c3002f; width: 24px; color: #fff; font-size: 13px; border: 0;}

.qntty input[type=number] {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #ccc;
}
.bottomBtns {width: 100%; display: flex; gap: 20px; justify-content: center; padding-top: 20px;}
.bottomBtns .modulecmn-btn .cmnctmBtn {line-height: normal; min-width: 150px;}
.varifyDetail {font-size: 15px; list-style: 18px;}
.dtlField span {width: 120px; padding-bottom: 3px; display: none;}
/* .tpFltr .cmn-inputs select input[type=checkbox] {height:34px} */
.tpFltr .cmn-inputs select {height: 48px;}
.tpFltr .cmn-inputs .cmnctmBtn {padding-top: 12px; padding-bottom: 12px;}
.textCenter {
    display: flex;
    padding: 0 50px;
    width: 100%;
    justify-content: center;
    text-align: center;
}
.changeLink {color: #c3002f; text-decoration: underline;}
.fltrBtn {display: none;}

















.visitor-new-portal{background: none;}
.vistpd{margin: 15px auto !important;}
.error-red{color: #ff0000 ; font-size: 12px; display: block; text-align: center;}

.visiton-rmn {
  width: 100%;
}
.visiton-rmn ul{list-style: none; margin: 0px; padding: 20px 0px; display: flex;}
.visiton-rmn ul li{list-style: none; margin: 0px auto; padding: 0px; width: 20%;  text-align: center;}
.visiton-rmn ul li a{background: #000000; color: #fff; padding: 5px 20px; text-decoration: none; font-size: 16px; font-weight: normal;}
.visiton-rmn ul li a:hover{background: #70ad47; color: #fff; }
.visiton-rmn ul li a.act{background: #70ad47; color: #fff; }
.visitorbk-avl{width: 100%;}
.visitorbk-avl p{font-size: 13px; font-weight: normal; color: #000; text-decoration: none; padding: 10px 0; line-height: 20px;} 
.visitorbk-avl p span{display: inline-block; height: 20px; width: 20px; margin-right: 10px; background: #000;}
.visitorbk-avl p.grn{color: #70ad47; }
.grn span{ background:#70ad47 !important }
.booked-room-detail{width: 100%; text-align: center;}
.booked-room-detail p{font-size: 15px; font-weight: bold; text-decoration: none;}
.booked-room-detail table{width: 50%; margin:  0 auto; padding:15px 0 10px 0}
.booked-room-detail table tr td{background: #fff; border: solid 1px #000; padding: 5px 0; font-size: 13px; font-weight: normal; text-decoration: none;}
.booked-room-detail em{font-size: 14px; padding: 10px 20px; border: solid 1px #000; display: inline-block; margin-top: 10px;}

.thankupage {
    text-align: center;
    margin-top: 20px;
}

.thankuImg img {
    width: 100px;
}

/* new css start */

.visitoravailabilitywrp .loginpage-logo {
    margin: 0;
}

    .visitoravailabilitywrp .loginpage-logo img {
        max-width: 100px;
    }

.loginpage-btn.availabilitybtn button {
    /*min-width: 120px;*/
    min-width: 158px;
    margin: 0 2px;
}

    .loginpage-btn.availabilitybtn button.blackclr {
        background: #000;
    }

.selectDateicon {
    border: 1px solid #000;
    font-size: 16px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 15px;
    position: relative;
}

    .selectDateicon .icon {
        position: absolute;
        left: 6px;
        top: 0px;
        width: 46px;
    }

    .selectDateicon .rightcon {
        width: 100%;
    }
.loginpage-rmn input {
    width: 100%;
    padding: 12px;
    text-align: center;
    border: 1px solid #000;
    font-size: 16px;
    border-radius: 5px;
    max-width: 80%;
    margin: 0 auto;
    display: block;
}

    .selectDateicon input {
        border: none;
        width: 100%;
        max-width: 100%;
        padding-left: 65px;
        text-align: left;
    }

        .selectDateicon input:read-only {
            cursor: pointer;
        }
.dateiconclick.selectDateicon .icon {
    z-index: 0;
}

.dateiconclick.selectDateicon input {
    z-index: 1;
    position: relative;
    background: transparent;
}
.selecttime {
    border: 1px solid #000;
    /* font-size: 16px; */
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 15px;
}

    .selecttime .field {
        width: calc(45.5% - 1px);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .selecttime .dividr {
        background: rgba(0,0,0,0.2);
        width: 1px;
        margin: 12px auto;
        /* margin-left: -0.5%; */
    }

    .selecttime .field .rightcon {
        width: calc(100% - 54px);
        padding: 18px 12px;
    }

        .selecttime .field .rightcon input {
            margin: 0px;
            border: none;
            padding: 0px !important;
            text-align: left;
            width: auto;
        }

            .selecttime .field .rightcon input:read-only {
                cursor: pointer;
            }

        .selecttime .field .rightcon label {
            font-weight: 600;
            font-size: 15px;
        }

    .selecttime .field .icon {
        width: 54px;
        height: 100%;
        padding: 20px 4px 20px 12px;
        text-align: center;
        padding-top: 22px;
    }

.fieldtwoclum, .fieldclum {
    margin-top: 12px;
}

.field .selectbox {
    width: 100%;
    padding: 0;
    text-align: center;
    border: 1px solid #000;
    font-size: 16px;
    border-radius: 5px;
    max-width: 80%;
    margin: 0 auto;
    display: block;
}

    .field .selectbox select {
        width: 100%;
        padding: 12px 0;
    }

    .field .selectbox .select2-container .select2-selection--single {
        height: auto;
        padding: 8px 0;
    }

    .field .selectbox .select2-container--default .select2-selection--single {
        border: none;
        background-color: transparent;
    }

        .field .selectbox .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 100%;
            right: 8px;
        }

.eventbookdaywrp {
    width: 100%;
    max-width:100%;
    margin: 0 auto;
}

.eventdetailwrp {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 22px;
    border: 1px solid #000;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

#calendar {
    width: 100%;
    max-width: 100%;
    margin: 12px 0 0 0;
    font-size: 15px;
}

    #calendar th.fc-day-header {
        font-size: 16px;
        padding-top: 6px;
        padding-bottom: 6px;
        font-weight: 600;
    }

    #calendar .fc-toolbar h2 {
        font-size: 22px;
        margin: 0;
    }

    #calendar .fc-widget-header th.fc-axis.fc-widget-header {
        display: none;
    }

    #calendar .fc-toolbar.fc-header-toolbar {
        margin-bottom: 10px;
    }

    #calendar .fc-row.fc-widget-header {
        border-right-width: 0 !important;
        margin-right: 0 !important;
    }

.clsRoomBookedBy {
    /*background: #838383 !important;*/
    /* background: #000 !important;*/
    background: #C3002F !important;
    cursor: default !important;
}

#calendar .fc-col-header .fc-timegrid-axis {
    display: none;
}

#calendar .fc-col-header-cell-cushion {
    text-decoration: none;
}

.tippy-content {
    font-size:12px;
    max-width: 260px; 
    /* Adjust the width as needed */
}

.visitoravailabilitywrp .visiton-rmn {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}
    .visitoravailabilitywrp .visiton-rmn ul {
        flex-wrap: wrap;
        padding: 10px 0px;
    }
        .visitoravailabilitywrp .visiton-rmn ul li {
            margin: 0px 8px;
            width: auto;
            margin-bottom: 6px; 
        }
            .visitoravailabilitywrp .visiton-rmn ul li a {
                background: #70ad47;
            }
          /*  .visitoravailabilitywrp .visiton-rmn ul li a:hover {
                background: #C3002F;
            }
            .visitoravailabilitywrp .visiton-rmn ul li a.act {
                background: #C3002F;
            }*/
    .visitoravailabilitywrp .visiton-rmn ul li a {
                padding: 6px 10px;
                font-size: 14px;
                width: 100%;
                display: flex;
                position: relative;
                padding-left: 28px;
            }
                .visitoravailabilitywrp .visiton-rmn ul li a:before {
                    content: "";
                    position: absolute;
                    left: 6px;
                    top: 8px;
                    width: 14px;
                    height: 14px;
                    border: solid 1px;
                }
                .visitoravailabilitywrp .visiton-rmn ul li a.clsRoomBookedBy:after, .visitoravailabilitywrp .visiton-rmn ul li a.act:after {
                    content: "\2713";
                    left: 9px;
                    top: 7px;
                    position: absolute;
                    font-size: 12px;
                }
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #121212!important;
}

.toplogobar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: solid 2px #000;
    padding-bottom: 10px;
    justify-content: space-between;
    max-width: 80%;
    margin: auto;
}

    .toplogobar .loginpage-logo {
        width: 80px;
        margin: 0px;
        margin-right: 8px;
    }

        .toplogobar .loginpage-logo img {
            width: 100%;
            max-width: 100%;
        }

.visitoravailabilitywrp .toplogobar h1 {
    font-size: 24px;
    padding: 0px;
}
.welcomehead {
    max-width: 80%;
    margin: auto;
    text-align: center;
    font-size: 20px;
    padding-top: 22px;
    padding-bottom: 10px;
}

.btnwidthhover {
    border: 1px solid #c3002f !important;
    background: #c3002f !important;
    color: #fff !important;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
    .btnwidthhover:hover {
        background: #920023 !important;
        border-color: #920023 !important;
        color: #fff !important;
        transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
    }



.loginpage-row .thankupage h2{ font-size:15px !important;}
.ovrallclick{ cursor:pointer;}
@media only screen and (max-width: 767px) {
    .loginpage-row.padddownaslayout {
        padding-top: 18px;
    }
    /* .visitoravailabilitywrp .loginpage-row .loginpage-logo img {
        max-width: 90px;
    } */

    .toplogobar {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: solid 2px #000;
        padding-bottom: 10px;
        justify-content: space-between;
        max-width: 100%;
    }

        .toplogobar .loginpage-logo {
            width: 60px;
            margin: 0px;
            margin-right: 8px;
        }

            .toplogobar .loginpage-logo img {
                width: 100%;
                max-width: 100%;
            }
    .welcomehead {
        max-width: 100%;
    }
    .visitoravailabilitywrp .toplogobar h1 {
        font-size: 16px;
        padding: 0px;
    }

    .fieldtwoclum {
        display: flex;
        flex-wrap: wrap;
        margin-top: 12px;
    }

        .fieldtwoclum .field {
            width: calc(50% - 4px);
            margin-right: 8px;
            margin-bottom: 12px;
        }

    .field .selectbox {
        max-width: 100%;
    }

    .fieldfull {
        width: 100%;
        margin-right: 0px;
    }

    .fieldtwoclum .field:nth-child(2n) {
        margin-right: 0;
    }

    .loginpage-rmn .fieldtwoclum .field input {
        margin: 0px !important;
        padding: 12px 8px;
    }
    .loginpage-rmn .fieldtwoclum .field .vistpd.selectbox{
        margin: 0px !important;
    }
    .selecttime .field {
        width: calc(45.5% - 1px);
    }

    .selectDateicon, .selecttime, .field select {
        max-width: 100%;
    }

    .field select {
        font-size: 13px;
    }

    .eventbookdaywrp {
        max-width: 100%;
    }

    .loginpage-btn.availabilitybtn {
        margin-top: 12px;
    }
    .visitoravailabilitywrp .visiton-rmn ul {
        padding: 10px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    .visitoravailabilitywrp .visiton-rmn ul li {
        width:auto;
        margin: 0 5px 6px 5px;
        display: inline-block;
        vertical-align: top;
    }
        .visitoravailabilitywrp .visiton-rmn ul li a {
            padding: 6px 12px 6px 29px;
            font-size: 13px;
            width: 100%;
        }
    .visitoravailabilitywrp .loginpage-btn {
        margin-top: 0;
    }
    .visitoravailabilitywrp .visiton-rmn {
        width: 100%;
        max-width: 100%;
    }
    }

@media only screen and (max-width: 467px) {
    .selectDateicon .icon {
        left: 6px;
        top: 5px;
        width: 34px;
    }

    .selecttime .field {
        width: calc(45.5% - 1px);
        align-items: center;
        justify-content: center;
        text-align: center;
    }

        .selecttime .field .rightcon {
            width: 100%;
            padding: 0px 10px;
            padding-bottom: 8px;
        }

        .selecttime .field .icon {
            width: 46px;
            height: auto;
            padding: 10px 4px 4px 12px;
            text-align: center;
            padding-top: 12px;
        }

        .selecttime .field .rightcon input {
            margin: 0px auto;
            padding: 6px 8px;
            text-align: center;
        }

        .selecttime .field .rightcon label {
            font-size: 13px;
        }

    #calendar {
        font-size: 14px;
    }

        #calendar .fc-toolbar h2 {
            font-size: 20px;
        }

}
.visotor-disclaimer {padding:0px 0px 0px 60px;font-size:10px}
@media only screen and (max-width: 467px) {
.visotor-disclaimer {padding-left:0;}
}
