@font-face {
    font-family: 'Whitney-BlackSC';
    src: url('../fonts/Whitney-BlackSC.eot?#iefix') format('embedded-opentype'), url('../fonts/Whitney-BlackSC.otf') format('opentype'), url('../fonts/Whitney-BlackSC.woff') format('woff'), url('../fonts/Whitney-BlackSC.ttf') format('truetype'), url('../Whitney-BlackSC.svg#Whitney-BlackSC') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'), url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Little Sister Personal Use';
    src: url('../fonts/LittleSisterPersonalUse-Regular.woff2') format('woff2'), url('../fonts/LittleSisterPersonalUse-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'), url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBlack';
    src: url('../fonts/GothamBlack.woff2') format('woff2'), url('../fonts/GothamBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Medium.woff2') format('woff2'), url('../fonts/WorkSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Light.woff2') format('woff2'), url('../fonts/WorkSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

body {
    font-family: 'Lato', sans-serif;
    background: #eee;
}
/*login page start here*/
.bata-login-container {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: auto;
    overflow-x: hidden;
}

.login-background {
    background: url(~/images/bata-backimg.png) no-repeat left bottom -370px;
    background-size: cover;
    bottom: 0;
    top: 0;
    width: 100%;
    position: fixed;
}

.bata-login-mainblock {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.bata-login-innerblock {
    width: 440px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border: 1px solid #ebebeb;
    box-shadow: -0px 7px 5px -3px rgba(0, 0, 0, 0.15);
}

.bata-logo-block {
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
}

.bata-login-input-block label {
    font-family: 'Work Sans';
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
}

.bata-login-title {
    padding: 35px 0 15px;
}

    .bata-login-title h2 {
        padding: 0;
        margin: 0;
        font-size: 26px;
        font-family: 'Work Sans';
        color: #434343;
        text-transform: uppercase;
        font-weight: 300;
        text-align: center;
    }

.bata-login-input-block {
   /* border-top: 2px solid #dadada;
    padding: 30px 60px;*/
}

.full-fledge-Login input[type="text"] {
    border: 0;
    padding: 10px 10px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    font-size: 20px;
    height: 44px;
}

.full-fledge input[type="text"]:focus, .form-control:focus {
    outline: none;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, .6);
}

.login-otp {
    display: block;
    text-align: center;
    padding: 0;
    /*background-color: #a2812e;*/
    margin-top: 15px;
    border: 1px solid #e0e0e0;
    background-color: black;
}

.login-otp {
}

    .login-otp a {
        color: #fff;
        text-transform: uppercase;
        font-family: 'Work Sans';
        font-size: 16px;
        padding: 10px 0;
        display: block;
    }

        .login-otp a:focus {
            outline: none;
        }
/*login page end here*/
/*sign in start here*/
.verification {
    width: 100%;
    text-align: center;
}
/*Firdos*/
.verification-number {
    width: 100%;
    text-align: center;
    padding: 18px 0;
    font-family: 'Gotham';
    font-size: 15px;
    line-height: 2.2;
}

    .verification-number a {
        padding-left: 3px;
    }

.verification span {
    float: left;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    font-family: 'Gotham';
    padding: 10px 0;
}
/*firdos*/
.verification-number label {
    width: 100%;
    float: left;
}

.verification .verification-number {
    font-size: 15px;
    text-transform: none;
    line-height: 2.1;
}

    .verification .verification-number a {
        padding-left: 15px;
    }

.login-input input[type="text"] {
    background-color: #ebebeb;
    text-align: center;
    border: 1px solid #959595;
}

    .login-input input[type="text"]:focus {
        outline: none;
    }

.resend-otp {
    text-align: center;
    width: 100%;
    margin-top: 12px;
    padding: 0;
}

    .resend-otp a {
        text-transform: uppercase;
        color: #e11f26;
        font-size: 12px;
        font-family: 'Work Sans';
    }
/*signin end here*/
/*signup start here*/
.bata-signup-mainblock {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.bata-signup-innerblock {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border: 1px solid #ebebeb;
    box-shadow: -0px 7px 5px -3px rgba(0, 0, 0, 0.4);
    margin-top: 150px;
    margin-bottom: 50px;
}

.bata-signup-input-block {
    border-top: 2px solid #dadada;
    padding: 40px 50px;
    display: inline-block;
}

.logout-input input[type="text"] {
    background-color: #fff;
    float: left;
    border: 1px solid #959595;
    margin-bottom: 15px;
    border-radius: 0;
}

.logout-input label {
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Gotham';
    font-weight: 500;
}

.logout-input span {
    color: #dd112a;
}

.bata-signup-inputform-block {
    padding-left: 0;
}

.bata-signup-inputform1-block {
    padding-right: 0;
}

.radio span {
    text-transform: uppercase;
    width: auto;
    padding-right: 40px;
    margin-bottom: 0;
    font-family: 'Gotham';
    font-size: 15px;
    color: #a1a1a1;
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: 0px;
}

.checkbox, .radio {
    float: left;
    margin: 0px 0 0 0;
    font-size: 14px;
    color: #323232;
    position: relative;
    outline: 0;
}

    .checkbox input[type="checkbox"], .radio input[type="radio"] {
        position: absolute;
        width: 18px;
        height: 18px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        border: 0;
        opacity: 0;
        left: 0;
        cursor: pointer;
        outline: 0;
    }

        .checkbox input[type="checkbox"] + label:before, .radio input[type="radio"] + label:before {
            display: inline-block;
            width: 16px;
            height: 16px;
            border: solid 1px #42515b;
            content: " ";
            vertical-align: middle;
            float: left;
            position: absolute;
            left: 0;
            top: 2px;
        }

.customchk label {
    padding: 0 0 0 30px;
}

.radio input[type="radio"]:checked + label:before {
    border: solid 2px #a2812e;
    background: #fff;
}

.radio input[type="radio"] + label:before {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    width: 18px;
    height: 18px;
    margin: 0px 10px 0 0;
    background: #fff;
    border-color: #757575;
}

.radio input[type="radio"]:checked + label:after {
    content: '';
    background: #a2812e;
    width: 10px;
    height: 10px;
    float: left;
    position: absolute;
    left: 4px;
    top: 6px;
    border-radius: 100%;
}

.signup-btn {
    width: 100%;
    float: left;
    padding: 0;
    margin: 20px 0;
}

    .signup-btn a {
        text-align: center;
        font-family: 'Gotham';
    }

.lightgrey {
    display: inline-block;
    vertical-align: top;
    padding: 10px 50px;
    font-size: 17px;
    color: #fff;
    border-radius: 0px;
    background: #a2812e;
    border: solid 1px #b8b9b9;
    text-transform: uppercase;
    width: 314px;
    margin-right: 30px;
    height: 44px;
    font-weight: 500;
}

.lightwhite {
    display: inline-block;
    vertical-align: top;
    padding: 10px 50px;
    font-size: 17px;
    color: #434343;
    border-radius: 0px;
    background: #fff;
    border: solid 1px #b8b9b9;
    text-transform: uppercase;
    width: 309px;
    height: 44px;
    font-weight: 500;
}

.kindly-msg {
    padding: 0;
    width: 100%;
    float: left;
    font-weight: 600;
}

    .kindly-msg .kindly-msginner {
        color: #db001b;
        font-family: 'Gotham';
        font-size: 12px;
    }
/*signup end here*/
/**--- Header --**/
.header_navigation {
    float: left;
    width: 100%;
    background: #fff;
    min-height: 84px;
}

.topMenuItems {
    float: left;
    width: 100%;
    text-align: right;
    padding: 6px 0 5px;
    border-bottom: solid 1px #dadada;
}

    .topMenuItems a {
        display: inline-block;
        color: #454546;
        padding: 0 10px;
        font-family: 'Gotham';
        text-transform: uppercase;
        text-decoration: none;
    }

        .topMenuItems a:last-child {
            border: 0px;
        }

.navbar-inner {
    min-height: 69px;
    border-right: 2px solid #e2e2e2;
    margin: 8px 0;
    padding-right: 14px;
}

.navbar-default .navbar-nav li a {
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Gotham';
    color: #454546;
    padding: 0;
}
/*.navbar-default .navbar-nav .active-bar a {
    color: #A1812D;
    border-bottom: 2px solid #A1812D;
    font-weight: 500;
}*/
.navbar-default .navbar-nav .menu-active a {
    color: #A1812D;
    border-bottom: 2px solid #A1812D;
}

.navbar-default .navbar-nav li a:hover {
    color: #A1812D;
    border-bottom: 2px solid #A1812D;
}

.navbar-right li {
    padding: 8px;
}
/* .navbar-right{
    margin-right: 15px;
    }*/
.navbar-brand {
    float: left;
    height: auto;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    left: 20px;
    top: 16px;
}

.headerLogoRight {
    left: auto;
    right: 20px;
    /* top: 24px; */
    top: 16px;
}

.header_navigation .navbar-brand img {
    max-width: 100%;
    /*height: 60px;*/
}

.navbar-right .welcome-link, .navbar-right .welcome-link-logout {
    display: none;
}

.navbar-default {
    background-color: #fff;
    border-color: transparent;
}

.relative {
    position: relative;
}
/**--- Header Ends --**/
/***---Body Content--**/
.body-bg {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 35%, rgba(225,225,225,1) 73%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 35%, rgba(225,225,225,1) 73%, rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 35%, rgba(225,225,225,1) 73%, rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bata-content {
    padding: 0;
}

.bata-innerContent {
    margin-top: 25px;
    padding: 0px;
    border: 1px solid #acacac;
    box-shadow: 1px 3px 25px -12px rgba(0,0,0,0.75);
    width: 100%;
    margin-bottom: 40px;
}

    .bata-innerContent h1 {
        color: black;
        padding-top: 40px;
        padding-bottom: 30px;
        margin: 0px;
        font-family: 'Whitney-BlackSC';
        font-size: 30px;
        font-weight: 400;
        text-transform: uppercase;
    }

.whiteBG {
    background: #fff;
    width: 100%;
    float: left;
    padding: 0;
    color: #333333;
}

.bataContentDisplay {
    padding: 0px 50px 30px;
}

    .bataContentDisplay p, .tc-block p {
        font-size: 14px;
        padding: 10px 0;
        font-family: 'Gotham';
        font-weight: 200;
        margin-bottom: 20px;
        margin: 0;
        line-height: 1.5;
    }

    .bataContentDisplay h5 {
        font-size: 20px;
        float: left;
        margin: 0;
        padding: 20px 0;
        width: 100%;
        font-family: 'Gotham';
    }

.tc-block h5 {
    font-size: 26px;
    float: left;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    font-family: 'Gotham';
    text-transform: uppercase;
}

.tc-block h6 {
    font-weight: 500;
    font-size: 16px;
    font-family: 'Gotham';
    padding: 10px 0;
    margin: 0;
}

    .tc-block h6:nth-child(10n) {
        margin-top: 30px;
    }

.whiteBG a img {
    display: none;
}

.responsive {
    width: 100%;
    padding: 0;
}
/***--Body Content ends--**/
/**---footer--**/
.footer-top-container {
    background-color: #A1812D !important;
    padding: 15px 0;
    border-bottom: 1px solid #fff;
}

.footerLinks {
    margin: 0px;
    font-size: 12px;
    color: #fff !important;
    font-family: 'Gotham';
    text-transform: uppercase;
    padding: 0 25px 0 0;
}

.footerLinks {
    float: right;
}

.footerStore-container {
    /*background-color: #A1812D !important;
    padding: 10px 0;*/
    background-color: #000 !important;
    border-top: 1px solid #000;
    opacity: 70%;
}

    .footerStore-container a {
        margin: 0px;
        font-size: 14px;
        padding-top: 10px;
        text-decoration: underline;
        color: #fff !important;
        font-family: 'Gotham';
        font-weight: 500;
    }

.footerInnerstore {
    padding: 0;
}

.footerLinks a {
    color: #fff !important;
    font-family: 'Gotham';
    font-size: 12px;
    text-transform: uppercase;
    border-right: 1px solid #fff;
    padding: 0 12px 0 10px;
    line-height: 10px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
}

    .footerLinks a:last-child {
        border-right: 0;
    }

.footerLinks span {
    color: #fff !important;
    font-family: 'Gotham';
    font-size: 15px;
    line-height: 10px;
    display: inline-flex;
    margin-top: 12px;
    font-weight: 500;
}
/*.footerCopyright {
    padding: 0;
    width: 100%;
}*/
.footerCopyright p {
    color: #fff;
    padding-left: 35px;
    text-transform: uppercase;
    /*font-size: 13px;*/
    font-weight: 500;
    margin: 0;
    font-family: 'Gotham';
    font-size: 14px;
    padding: 8px 0;
}
@media (max-width: 991px){
    .footerCopyright p{
        font-size: 12px;
    }
  
    .footeimgrLinks-powered {
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }
    .rewards_banner{
        margin-top: 10px;
    }
    .footer-img {
        color: #fff;
        text-align: center !important;
    }
}
.footer-img {
    color: #fff;
    text-align: right;
}
.footerLinks-powered a {
    padding: 0;
    margin: 0;
}

.footerLinks-visit {
    padding: 0;
    margin-top: 8px;
}

.footerLinks-powered {
    float: right;
    padding: 0 35px 0 0;
    text-align: right;
}

    .footerLinks-powered span {
        color: #fff;
        /*padding-top: 0px;*/
        vertical-align: bottom;
        padding-right: 0px;
        font-family: 'Gotham';
        /*font-size: 14px;*/
        font-size: 16px;
    }

.footer-img {
    background: url(../../Bata/images/easy.png) right no-repeat;
    /*padding-right: 105px !important;*/
    display: block;
    padding: 8px 0;
}

.mblback {
    width: 50px;
    height: 18px;
    background: url(../../Bata/images/back.svg) no-repeat;
    background-size: 30px auto;
    float: left;
    margin: 0;
    position: absolute;
    display: none;
    left: 0;
    top: 0;
}

.tc-arrow {
    width: 50px;
    height: 20px;
    background: url(../../Bata/images/back.svg) no-repeat;
    background-size: 30px auto;
    float: left;
    margin: 45px 0 0 0;
    position: absolute;
    display: block;
    left: 50px;
    top: 0;
}
/**---footer ends---**/
.logout {
    background: url(/images/user.png) right no-repeat;
    padding: 3px !important;
    padding-right: 28px !important;
    margin-right: 10px;
}

.logout-input {
    margin-top: 15px;
}

.loginInput {
    font-size: 16px !important;
}

.verification-number a {
    text-decoration: none;
    color: inherit;
}

.bataContentDisplay ul {
    padding: 0px 25px;
    list-style: disc;
    font-family: 'Gotham';
}

    .bataContentDisplay ul li {
        font-family: 'Gotham';
        font-weight: 200;
    }

.modal {
    padding-right: 0px !important;
}

.modal-body {
    padding: 20px 20px;
}

.disabled .modal-header {
    background: #8b8b8b;
}

.disabled .modal-footer {
    border-top: 0px solid #e5e5e5;
}

.modal-footer {
    border-top: 0px solid #e5e5e5;
}

.disabled .modal-body input {
    border: 1px dashed #8b8b8b;
}

.disabled .modal-body .forminnerBlock span,
.disabled .modal-body .remainRedem span,
.disabled .modal-body .forminnerBlock label {
    color: #8b8b8b;
}

.modal-footer span {
    font-size: 16px;
}

.modal-footer .sendSMS {
    border: 1px solid #DB001B;
}

.tinyPopup .modal-body {
    position: relative;
}

    .tinyPopup .modal-body .close {
        position: absolute;
        right: 15px !important;
        border-radius: 100px;
        width: 24px;
        height: 24px;
        line-height: 10px;
        top: 7px !important;
        outline: none;
    }

@media (max-width:1024px) {
    .verification span, .verification-number, .full-fledge input[type="text"], .login-otp a, .resend-otp a, .tc-block h5, .tc-block h6, .bataContentDisplay p, .tc-block p, .bata-login-input-block label, .bata-login-title h2 {
        font-family: 'Gotham';
        font-family: 'Work Sans' !important;
    }

    .card_row {
        display: flex;
        flex-direction: row
    }

    .profile-information-title, .profile-information-content ul li label, .profile-information-content ul li small, .link-EP, .update-profile, .youreferances-content-inner label, .progress-bottom-text label, .profile-information-title, .surprise-title, .footerLinks a, .footerCopyright p, .footerLinks-powered span, .navbar-default .navbar-nav li a, .earn-more-content, .earn-more .earn-more-innercontent, .myacc-btn .more-btn, .vist-btn, .acc-apply a, .elite-tier-purchase span, .modal-header h4, .formBlock h3, .formBlock p, .surprise-refer h6, .modal-body input[Type=text], .modal-body .forminnerBlock label, .modal-body .remainRedem label, .modal-body .formBlock .forminnerBlock, .modal-footer .sendSMS, .modal-footer span, .error-msg span, .faq-content-inner-block .panel-title a, .faq-content-inner-block .panel-body, .bata-signup-input-block .Edit-Your-Profilediv label, .Edit-Your-Profileinner .Edit-Your-Profilediv label, .checkbox-block label, .buttonsinnerBlock a, .checkbox-block, .modal-body-label, .bataContentDisplay, .bataContentDisplay h5, .bataContentDisplay p, .tc-block p, .bataContentDisplay ul {
        font-family: 'Gotham';
        font-family: 'Work Sans' !important;
    }

    .faq-content-inner-block .panel-body {
        font-weight: 300 !important;
    }
}

@media (max-width:767px) {
    .choose-rewardcontentDiv .surprise-getup {
        padding: 20px 10px !important;
    }

    .choose-rewardcontentDiv a {
        width: 50% !important;
        padding: 5px !important;
    }
}

@media (max-width:999px) {
    .mblback {
        left: 20px;
    }

    .whiteBG {
        padding-bottom: 10px;
    }

    .tc-arrow {
        display: none;
        left: 20px;
    }

    .full-fledge-Login input[type="text"] {
        border: 0;
        padding: 10px 10px;
        width: 100%;
        background-color: #fff;
        border: 1px solid #e0e0e0;
        font-size: 20px;
        height: 40px;
    }

    .footerLinks-visit {
        padding: 0;
        margin-top: 0px;
    }

    .mblback {
        display: inline-block;
        top: 0;
        margin: 20px 0;
    }

    .welcome-user {
        background: url(./images/user1.svg) left no-repeat;
        padding: 3px;
    }

    .login-background {
        background: url(./images/bata-backimg.png) no-repeat left bottom -50px;
        width: 100%;
    }

    .header_navigation {
        float: left;
        width: 100%;
        background: #fff;
        min-height: 54px;
    }

    .headerLogoRight {
        /* top: 15px !important; */
        right: 10px;
    }

        .headerLogoRight img {
            float: right;
            width: 100px !important;
            height: auto;
        }

    .navbar-brand {
        float: left;
        height: auto;
        padding: 0;
        font-size: 18px;
        line-height: 20px;
        position: absolute;
        left: 50px;
        top: 10px;
    }

        .navbar-brand .headerLogoRight {
            top: 15px;
            text-align: right;
        }

    .whiteBG a img {
        display: block;
        float: left;
        margin: 0;
        padding: 18px 18px 18px 0;
        width: 50px;
        transform: rotate(180deg);
    }

    .bata-innerContent h1 {
        color: black;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 20px;
    }

    .header_navigation .navbar-brand img {
        width: 70px;
        height: auto;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #191a1b;
    }

    .navbar-collapse {
        position: absolute;
        width: 100%;
        background: #fff;
        z-index: 9;
        top: 50px;
    }

    .header_navigation .navbar-toggle {
        right: 0px;
        margin-right: 0px;
        top: 5px;
        float: left;
        left: 10px;
    }

    .container > .navbar-header {
        padding: 10px;
    }

    .navbar-default .navbar-nav .active-bar a, .navbar-default .navbar-nav li :hover {
        color: #fff;
        border-bottom: 0;
        font-weight: 500;
        background-color: #a2812e;
    }

    .navbar-default .navbar-collapse {
        border: 0;
        position: absolute;
        top: 0;
        width: 50%;
        display: none;
    }

        .navbar-default .navbar-collapse.in {
            display: block;
        }

    .navbar-right li {
        float: left;
        width: 100%;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
        padding: 0;
    }

    .menu-active a {
        border-bottom: 0;
    }

    .topMenuItems {
        display: none;
    }

    .navbar-inner {
        min-height: 69px;
        border-right: 0;
        margin: 0;
        padding-right: 0;
        background-color: #fff;
    }

    .navbar-nav {
        margin: 0;
        width: 100%;
        outline: none;
    }

    .bata-innerContent {
        margin-top: 0px;
    }

    .navbar-right li a {
        padding: 10px 20px;
    }

    .navbar-default .navbar-nav li a {
        padding: 10px;
        padding-left: 40px;
    }

    .navbar-default .navbar-nav .menu-active a {
        border-bottom: 0;
    }

    .navbar-right li {
        padding: 0;
    }

    .navbar-default .navbar-right .welcome-link, .navbar-default .navbar-right .welcome-link-logout {
        display: block;
        color: #fff;
    }

    .navbar-right .welcome-link a:hover {
        color: #fff;
    }

    .navbar-default .navbar-nav li:hover {
        background-color: #a2812e;
    }

    .navbar-default .navbar-nav li a:hover {
        color: #fff;
        border-bottom: 0;
    }

    .welcome-link {
        background-color: #a2812e;
        color: #fff;
    }

    .bata-content {
        padding: 0 30px;
    }

    .bataContentDisplay {
        padding: 0 20px;
    }

    .footerCopyright {
        width: 100%;
    }


    .footerInnerstore {
        padding: 0;
        text-align: center;
    }

    .footer-top-container, .footerStore-container {
        padding: 0;
    }

        .footerStore-container a {
            padding: 0;
        }

    .footerLinks-visit {
        text-align: center;
        width: 100%;
    }

    .footerLinks-powered {
        text-align: center;
        width: 100%;
        padding: 10px 0;
    }

        .footerLinks-powered span {
            width: 100%;
            text-align: center;
            float: left;
        }

    .footer-container .container {
        margin-top: 0;
        padding: 0;
    }

    .copyright {
        width: 100%;
        float: left;
        text-align: center;
    }

    .footer-img .footerLinks {
        width: 100%;
        margin: 0;
        padding: 10px;
        text-align: center;
        float: left;
        border-bottom: 1px solid #fff;
    }

    .footerStore-container a {
        border-bottom: 1px solid #fff;
        width: 100%;
        float: left;
        padding: 0;
        text-align: center;
    }

    .footerLinks-visit a {
        border-bottom: 1px solid #fff;
        width: 100%;
        float: left;
        padding: 0;
        text-align: center;
        font-weight: 400;
    }

    .footerLinks-powered {
        width: 100%;
        float: right;
        padding: 0;
        text-align: right;
    }

        .footerLinks-powered a {
            padding: 10px 0;
        }

    .footerLinks a {
        margin-bottom: 0;
    }

    .footer-top-container p {
        padding: 10px;
        margin: 0;
        color: #fff;
    }

    .footerLinks {
        width: 100%;
        margin: 0;
        padding: 10px;
        text-align: center;
        float: left;
        border-bottom: 1px solid #fff;
    }
    /*login /sign-in/logout css*/
    .res-bg {
        max-width: 1000px;
        left: 0;
        top: 0;
        position: fixed;
    }

    .bata-signup-innerblock {
        margin: 20px;
        margin-top: 300px;
    }

    .bata-signup-input-block {
        padding: 12px;
    }

    .bata-signup-inputform-block, .bata-signup-inputform1-block {
        width: 100%;
        padding: 0;
    }

    .signup-btn a {
        width: 100%;
    }

    .logout-input label {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .logout-input input[type="text"] {
        margin-bottom: 10px;
    }

    .checkbox, .radio, .radio + .radio, .checkbox + .checkbox {
        float: left;
        /*margin-bottom: 10px;*/
        margin-top: 0;
    }

    .full-fledge input[type="text"] {
        border: 0;
        padding: 10px 10px;
        width: 100%;
        background-color: #fff;
        border: 1px solid #e0e0e0;
        font-size: 16px;
        height: 40px;
    }

    .signup-btn {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
    }

    .lightgrey {
        margin-right: 0;
        margin-bottom: 10px;
        height: 40px;
        padding: 8px 50px;
        font-size: 15px;
    }

    .lightwhite {
        height: 40px;
        padding: 8px 50px;
        font-size: 15px;
    }

    .bata-login-title {
        padding: 20px 0 10px 0;
    }

        .bata-login-title h2 {
            font-size: 20px;
        }

    .bata-login-innerblock {
        margin: 30px;
        margin-top: 130px;
        margin-left: auto;
        margin-right: auto;
    }

    .bata-login-input-block {
        padding: 12px 12px;
    }

        .bata-login-input-block label {
            margin-bottom: 0px;
        }

    .bata-login-title {
        padding: 20px 0 10px 0;
    }

    .bata-logo-block {
        margin-bottom: 10px;
    }

    .bata-login-title h2 {
        font-size: 20px;
    }

    .verification span {
        padding: 10px 0 10px 0;
    }

    .verification .verification-number {
        font-size: 12px;
        line-height: 1.4;
    }

    .kindly-msg {
        padding: 10px 0 0 0;
    }

    .login-background {
        margin-bottom: -10px;
    }
}

@media (max-width: 768px) {
    /*new rajesh*/
    .header_navigation {
        float: left;
        width: 100%;
        background: #fff;
        min-height: 40px;
    }

    .headerLogoRight {
        /* top: 15px !important; */
        right: 10px;
        left: inherit !important;
    }

        .headerLogoRight img {
            float: right;
            width: 60px !important;
            height: auto;
        }

    .navbar-brand {
        float: left;
        height: auto;
        padding: 0;
        font-size: 18px;
        line-height: 20px;
        position: absolute;
        left: 50px;
        top: 10px;
    }

    .navbar-nav li a:focus {
        outline: none;
    }

    .menu-active a, .navbar-default .navbar-nav li a:hover {
        color: #A1812D;
        border-bottom: 0;
    }

    .navbar-brand .headerLogoRight {
        top: 15px;
        text-align: right;
    }

    .whiteBG a img {
        display: block;
        float: left;
        margin: 0;
        padding: 21px 18px 21px 0px;
        width: 50px;
        transform: rotate(180deg);
    }

    .bata-innerContent h1 {
        color: black;
        padding: 18px;
        font-size: 20px;
    }

    .header_navigation .navbar-brand img {
       /* width: 50px;
        height: auto;*/
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #191a1b;
    }

    .navbar-collapse {
        position: absolute;
        width: 100%;
        background: #fff;
        z-index: 9;
        top: 50px;
    }

    .header_navigation .navbar-toggle {
        right: 0px;
        margin-right: 0px;
        top: 0px;
        float: left;
        left: 10px;
    }

    .container > .navbar-header {
        padding: 0;
    }

    .navbar-default .navbar-nav .active-bar a, .navbar-default .navbar-nav li :hover {
        color: #fff;
        border-bottom: 0;
        font-weight: 500;
        background-color: #a2812e;
    }

    .navbar-default .navbar-collapse {
        border: 0;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

    .topMenuItems {
        display: none;
    }

    .navbar-inner {
        min-height: 200px;
        border-right: 0;
        margin: 0;
        padding-right: 0;
        background-color: #fff;
        width: 50%;
    }

    .navbar-default .navbar-nav .menu-active a {
        color: #A1812D;
        border-bottom: 0;
    }

    .navbar-nav {
        margin: 0;
    }

    .bata-innerContent {
        margin-top: 0px;
    }

    .navbar-right li a {
        padding: 10px 20px;
    }

    .navbar-default .navbar-nav .welcome-link a {
        color: #fff;
    }

    .navbar-default .navbar-right .welcome-link, .navbar-default .navbar-right .welcome-link-logout {
        display: block;
        color: #fff;
    }

    .navbar-right .welcome-link a:hover {
        color: #fff;
    }

    .navbar-default .navbar-nav li a:hover, .menu-active a:hover {
        background-color: #a2812e;
        color: #fff;
    }

    .navbar-default .navbar-nav li a:hover {
        color: #fff;
        border-bottom: 0;
    }

    .welcome-link {
        background-color: #a2812e;
    }

    .bata-content {
        padding: 0 25px;
    }

    .bataContentDisplay {
        font-size: 15px;
        padding: 0 20px;
    }

        .bataContentDisplay H5 {
            font-size: 15px;
            padding: 10px 0;
        }

    .footerInnerstore {
        padding: 0;
        text-align: center;
    }

    .footer-top-container, .footerStore-container {
        padding: 0;
    }

        .footerStore-container a {
            padding: 0;
        }

    .footerLinks-visit {
        text-align: center;
        width: 100%;
    }

    .footerLinks-powered {
        text-align: center;
        width: 100%;
        padding: 10px 0;
    }

        .footerLinks-powered span {
            display: inline-block;
            float: none;
            width: auto;
            text-align: center;
        }

    .footer-container .container {
        margin-top: 0;
        padding: 0;
    }

    .copyright {
        width: 100%;
        float: left;
        text-align: center;
    }

    .footerLinks {
        width: 100%;
        margin: 0;
        padding: 10px;
        text-align: center;
        float: left;
        border-bottom: 1px solid #fff;
    }

    .footerStore-container a {
        border-bottom: 1px solid #fff;
        width: 100%;
        float: left;
        padding: 0;
        text-align: center;
    }

    .footerLinks-visit a {
        border-bottom: 1px solid #fff;
        width: 100%;
        float: left;
        padding: 10px 0;
        text-align: center;
    }

    .footerLinks-powered {
        width: 100%;
        float: right;
        padding: 10px 0;
        text-align: center;
    }

        .footerLinks-powered a {
            padding: 10px 0;
        }

    .footerLinks a {
        margin-bottom: 0;
    }

    .footer-top-container p {
        padding: 10px;
        margin: 0;
        color: #fff;
    }

    .footerLinks {
        width: 100%;
        margin: 0;
        padding: 10px 50px;
        text-align: center;
        float: left;
        border-bottom: 1px solid #fff;
    }

    .navbar-header {
        width: 100%;
        float: left;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }

    .table-responsive {
        border: 0px;
    }

    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        border-color: transparent;
        background-color: transparent;
    }

}

/*rajesh end*/
@media (max-width: 425px) {
    .bata-login-innerblock {
        margin: 30px;
    }

    .navbar-default .navbar-nav li a {
        font-size: 12px;
        padding: 10px 0 10px 40px;
    }

    .navbar-inner {
        width: 65%;
    }

    .bata-innerContent h1 {
        font-size: 13px;
    }

    .mblback {
        top: 0;
        width: 45px;
        margin: 17px 0;
        background-size: 25px auto;
    }
}
/*new css 26DEC2019 start here*/
.bata-signup-innerblockedit {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0px 7px 5px -3px rgba(0, 0, 0, 0.4);
    margin-top: 100px;
    margin-bottom: 50px;
}

.bg-img {
    background: url(../images/bata-backimg.jpg) no-repeat left;
    /*bottom: 0;
    top: 0;
    width: 100%;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.choose-rewardblock {
    padding: 30px;
    display: inline-block;
}

.rewards_banner {
    width: 100%;
    height: 100%;
    margin-top: 25px;
}

    .rewards_banner img {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.choose-rewardblock h3 {
    font-size: 20px;
    color: #434343;
    display: block;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 600;
    padding: 20px 20px 0 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.choose-rewardblock p {
    font-size: 18px;
    padding: 20px;
    margin-bottom: 10px;
    font-family: 'Gotham';
    font-weight: normal;
}

.welcome-content {
    font-size: 18px;
    padding: 20px;
    margin-bottom: 10px;
    font-family: 'Gotham';
    font-weight: normal;
}

.choose-rewardmainblock {
    border-top: 2px solid #dadada;
    float: left;
    width: 100%;
    padding: 0;
}

.choose-rewardinnerblock {
    float: left;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.choose-rewardtitle {
    text-transform: capitalize;
    font-size: 22px;
    font-family: 'Whitney-BlackSC';
    /*color: #a2812e;*/
    color: #EE1B25;
    /*margin: 20px 0;*/
    width: 100%;
    padding: 0;
    text-align: center;
}

.choose-rewardcontent {
    width: 100%;
    float: left;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    position: relative;
    top: -20px;
}

.choose-rewardcontentDiv {
    display: flex;
    margin-bottom: 0;
    padding: 0;
    flex-wrap: wrap;
}

    .choose-rewardcontentDiv a {
        width: 50% !important;
        float: left;
        display: flex;
        padding: 15px 15px;
    }

    .choose-rewardcontentDiv .surprise-getup {
        padding: 30px 30px 15px 30px;
        float: left;
        width: 100%;
    }

.edit-yourprofile h2 {
    text-transform: capitalize;
    font-size: 25px;
    font-family: 'Whitney-BlackSC';
    color: #a2812e;
    margin: 30px 0;
    width: 100%;
    padding: 0;
    text-align: center;
}

.bata-contentedit .bata-login-innerblock {
    margin-top: 100px;
    margin-bottom: 30px;
}

.visit-Bata a:last-child {
    text-decoration: underline;
}

.Edit-Your-Profilediv .form-control.white-bg {
    background: url(../images/calendar-icon.png) no-repeat right 10px top 10px;
    cursor: pointer;
}

.bata-contentedit .form-control:focus {
    border-color: #cccccc;
}

.bata-contentedit .bata-login-input-block input[type="text"] {
    font-size: 15px;
}

.coupon-block .error-msg span {
    font-size: 15px;
}

.tinyPopup .modal-dialog {
    width: 450px;
    margin: 50px auto;
}

.tinyPopup .close {
    color: #000;
    border: 3px solid #000;
    top: 0;
    right: 0;
}

.tinyPopup .modal-header {
    background-color: #fff;
    border-bottom: 0;
    padding: 10px;
}

.tinyPopup .modal-body {
    padding: 35px 20px;
    font-size: 15px;
    text-align: center;
}

.couponTag {
    width: 100%;
    float: left;
    text-align: center;
}

.modal-footer span {
    font-size: 16px;
}

.contactClaim {
    width: 100%;
    float: left;
    color: #db001b;
    font-size: 14px;
    font-weight: 600;
}

#couponMsg {
    display: none;
    font-weight: 500;
    color: #15AA06;
    text-align: center;
    font-family: 'Gotham';
    font-size: 15px;
}

#sucMsg {
    display: none;
    font-weight: 500;
    color: #15AA06;
    text-align: center;
    font-family: 'Gotham';
    font-size: 15px;
}

@media (max-width: 999px) {
    .bata-signup-innerblockedit {
        width: 100%;
        margin: 20px 0;
    }

    .choose-rewardblock {
        padding: 10px;
    }

    .bg-img {
        /* background: url(../images/bata-backimg.png) no-repeat left -40px; */
        bottom: 0;
    }

    .bata-contentedit {
        padding: 0 25px;
    }

    .choose-rewardcontentDiv a {
        float: left;
        display: inline-block;
        width: 100%;
        padding: 0;
    }

    @media (max-width: 767px) {
        .navbar-inner.rewardDiv {
            min-height: 120px;
        }

        .rewards_banner {
            width: 100%
        }

        .sec_img {
            margin-top: 20px !important;
            margin-bottom: 20px !important;
        }

    }

    @media (max-width: 480px) {
        .bata-login-innerblock {
            width: auto;
        }

        .tinyPopup .modal-dialog {
            width: 90%;
        }
    }
    /*new css 26DEC2019 end here*/
}

.loader-wrapper {
    display: none; /* Initially hidden */
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1000;
}

/* Loader Circle */
.loader {
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

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

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

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .loader {
        width: 40px;
        height: 40px;
        border-width: 4px;
    }
}

@media (max-width: 480px) {
    .loader {
        width: 30px;
        height: 30px;
        border-width: 3px;
    }
}
