:root{
    --title: #373737;
    --titleSecon: #808080;
    --primaryBlue: #13679c;
}

body{
    overflow-x: hidden;
    overflow-y: hidden;
    font-family: 'Roboto' !important;
    /* color: #fff !important; */
}

h1, h2, h3, h4, h5, h6, p, button, input, textarea, html {
    font-family: "Roboto" !important;
}

a {
    cursor: pointer;
    color: #007bff !important;
    text-decoration: none;
    background-color: transparent;
}

.Select-drpdwn-new-card{
    /* color:gray; */
    padding: 7px;
    background-size: 14px 12px;
    background-repeat: no-repeat;
    border-radius: 4px;
    border: 1px solid lightgray;
    width: 94%;
    float: inherit;
    margin-right: 10px;
    resize: none;
    position: relative;
    z-index: 99;
    margin-bottom: 0px;
    word-wrap: break-word;
    color: -internal-light-dark(black, white);
}

.height-30{
   height: 38px;
}

.row{
    margin-left: 0px !important;
    margin-right: 0px !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
}

@font-face {
    font-family: 'Roboto';
    src:  url(/static/assets/Roboto-Light.0cea3982.ttf) format('truetype');
    src:  url(/static/assets/Roboto-Regular.03523cf5.ttf) format('truetype'),
          url(/static/assets/Roboto-Medium.13a29228.ttf) format('truetype');
}

h2{
    font-size: 30px !important;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2;
    font-size: 1.75rem;
}

h3{
    font-size: 25px !important;
    margin-bottom: .0rem !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;

}

h4{
    font-size: 20px !important;
    margin-bottom: .0rem !important;
    font-weight: 400 !important;
    line-height: 1 !important;
}

.primaryColor{
    color: #ef4e4f;
}

.primaryColor-ph2{
    background: #13679c !important;
}

.primaryColorBG{
    background: #ef4e4f !important;
}

.ThemeBorder{
    padding-bottom: 15px;
    border-bottom: 1px solid #ef4e4f;
}

.primaryTextColor{
    color: #101010 !important;
}

.secondoryTextColor{
    color: #696565 !important;
}

.Main-container{
    padding: 30px 15px;
    margin: auto 35% !important;
    height: 100vh;
}

/* width */

::-webkit-scrollbar {
    width: 5px;
  }

/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

/* Handle */

::-webkit-scrollbar-thumb {
    background: rgb(196, 195, 195);
  }

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

footer {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
  }

.Card-container{
    position:fixed;
    top: 30px;
    left: calc(50vw - 180px);
    width:360px;
    height: 640px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
}

.slogenText > h3{
    color: #444444;
    font-weight: lighter !important;
}

.login-txt{
    font-weight: 500 !important;
    color: #FF6666;
    font-family: sans-serif !important;
    font-weight: 700 !important;
}

.Mb-1{
    margin: 10px 0px 40px;
}

.Mb-2{
    margin: 10px 0px 15px;
}

.Mb-3{
    margin: 5px 0px 10px;
}

.Mb-B10{
    margin-bottom: 10px;
}

.Mb-B5{
    margin-bottom: 5px;
}

.Mb-T10{
    margin-top: 10px;
}

.Mr-3{
    margin: 3px 0px;
}

.Mb-bottom{
    margin-bottom: 3em;
}

.alignCen{
 text-align: center;
}

.alignEnd{
 text-align: end;
}

.justify{
 text-align: justify;
}

.no-Pd{
  padding: 0px !important;
}

.Lh-2{
  line-height: 20px;
}

.Lh-14{
    line-height: 14px;
}

.pd-3{
    padding: 3px;
}

.pd-5tp-bt{
    padding: 5px 0px;
}

.flex-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.Pd-L{
    padding-left: 0px !important;
}

:focus{outline: none;}

.borderEffect{
    border: 0;
    padding: 7px 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
    font-size: 15px;
    letter-spacing: 1px;
}

.borderEffect1{
    border: 0;
    position: relative;
    top: -5px;
    width: 100%;
    font-size: 20px;
    letter-spacing: 1px;
}

.no-item-cart{
    height: 60vh;
    /* color: black; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.borderEffect ~ .focus-border{
    position: absolute;
     bottom: 0;
     left: 50%;
     width: 0;
     height: 2px;
     background-color: #FF6666;
     -webkit-transition: 0.4s;
     transition: 0.4s;
}

.borderEffect:focus ~ .focus-border{
    width: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    left: 0;
}

.borderEffect-Err{
    border: 0;
    padding: 7px 0;
    border-bottom: 1px solid #ff1818;
    width: 100%;
    font-size: 15px;
    letter-spacing: 1px;
}

.borderEffect-Err ~ .focus-border{
    position: absolute;
     bottom: 0;
     left: 50%;
     width: 0;
     height: 2px;
     background-color:#FF6666;
     -webkit-transition: 0.4s;
     transition: 0.4s;
}

.borderEffect-Err:focus ~ .focus-border{
    width: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    left: 0;
}

.terms{
    font-size: 13px;
    font-weight: 500;
    padding: 10px;
    position: relative;
    top: -2px;
    color: 616161;
}

.skip-button-align{
    background-color: #000;
    opacity: 0.9;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 50%;
    right: 0;
    border: 0.5px solid white;
    color: white;
    margin-right: 10px;
    padding: 5px; 
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10 !important;
}

.video-player{
   z-index: 5 ;
}

.align-image-reedom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.code-reedom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 36px;
}

.errTxt{
    padding: 0px 15px;
    font-size: 12px;
    position: relative;
    top: -10px;
    color: red;
}

.greyColor-ph2{
    background: #696969 !important;
}

.errTxtRow{
    height: 16px;
}

.Otp-text{
    text-align: center;
}

.player-wrapper {
    position: relative;
    padding-top: 56.25% /* Player ratio: 100 / (1280 / 720) */
  }

video::-webkit-media-controls-play-button, 
video::-webkit-media-controls-pausebutton, 

video::-webkit-media-controls-mute-button ,
video::-webkit-media-controls-more-button,
video::-webkit-media-controls-toggle-closed-captions-button

{
    display: none;
}

.react-player {
    position: absolute;
    top: 0;
    left: 0;
}

.video:first-child {
    display: none;
 }

.video img {
    display: none;
    }

.Otp-text > span{
    padding: 0px;
}

.align-text-ok{
    padding-top:12px;
    color:#fff;
    text-align: center;
}

.highlight-txt{
    color: #007bff;
}

.highlight-txt-num{
    color: #007bff;
    cursor: pointer;
}

.highlight-txt-num:hover{
    text-decoration: underline;
}

.submitRoundBtn{
    background: #ff6666 !important;
    height: 50px !important;
    width: 50px !important;
    border-radius: 50% !important;
    border-color: #ff6666 !important;
}

.submitBtImage{
    height: 50px;
    cursor: pointer;
}

.footer{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #13679c;
    color: var(--primaryBlue);
    margin: 15% auto 0%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10;
}

.otp-input{
    width: 100% !important;
    height: 3rem;
    font-size: 2rem;
    border-radius: 4px;
}

.otp-input > input{
    width: 1.3em !important;
    border: 1px solid #ef4e4f;
    color: #ef4e4f;
}

.card{
    border: none !important;
    border-radius: 0px !important;

    box-shadow: rgb(0 0 0 / 10%) 0px 2px 2px 0px, 
    rgb(0 0 0 / 12%) 0px 1px 5px 0px, 
    rgb(0 0 0 / 10%) 0px 3px 1px -2px !important;
   
    -webkit-box-shadow: rgb(0 0 0 / 10%) 0px 2px 2px 0px, 
    rgb(0 0 0 / 12%) 0px 1px 5px 0px, 
    rgb(0 0 0 / 10%) 0px 3px 1px -2px !important; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    
    -moz-box-shadow: rgb(0 0 0 / 10%) 0px 2px 2px 0px, 
    rgb(0 0 0 / 12%) 0px 1px 5px 0px, 
    rgb(0 0 0 / 10%) 0px 3px 1px -2px !important;
}

.shadow-none{
    border: none !important;
    border-radius: 0px !important;

    box-shadow: none !important;
   
    -webkit-box-shadow: none !important; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    
    -moz-box-shadow: rgb(0 0 0 / 10%) 0px 2px 2px 0px, 
    rgb(0 0 0 / 12%) 0px 1px 5px 0px, 
    rgb(0 0 0 / 10%) 0px 3px 1px -2px !important;
}

.card-Pd{
    padding: 20px 10px !important;
}

.card-Pd > h5{
    margin-bottom: 0px !important;
}

.org-width-image > img{
    background-position: center;
    background-size: cover;
}

.couponImg{
    width: 100%;
    max-height: 40vh;
}

.card-title{
    font-size: 17px !important;
    margin-bottom: 1px !important;
    font-weight: 500 !important;
    color: #101010;
}

.card-text{
    font-size: 13px;
    color: #696565;
}

.amtThrough{
    font-size: 17px;
    font-weight: 500;
    text-decoration: line-through;
    color:  #6f6f6f;
}

.amtMain{
    font-size: 20px;
    font-weight: 600;
    color: #292929;
}

.F1{
    font-size: 20px;
}

.F2{
    font-size: 14px;
}

.F3{
    font-size: 12px;
}

.F4{
    font-size: 11px;
}

.F5{
    font-size: 10px;
}

.lineHeight{
    line-height: 1;
    margin-bottom: 10px;
}

.lineHeight-M > div{
    margin-bottom: 4px;
}

.lineHeight-M > div:last-child{
    margin-bottom: 0px;
}

.Fw{
    font-weight: 500;
}

.BuyBtnFooter{
    height: 45px;
    width: 100%;
    padding: 0px !important;
    border-radius: 0px !important;
    border: none !important;
    background: #13679c !important;
    background: var(--primaryBlue) !important;
    border-color: #13679c !important;
    border-color: var(--primaryBlue) !important;
    color: white;
}

.video-info-align{
    height: 45px;
   
    width: 100%;
    padding: 0px !important;
    border-radius: 0px !important;
    border: none !important;
    /* background: var(--primaryBlue) !important; */
    border-color: #13679c !important;
    border-color: var(--primaryBlue) !important;
    color: white;
}

.BuyBtnFooter:focus {
    outline: none !important;
}

.overflowY{
    overflow-y: hidden;
}

.Redeem-btn{
    background: green;
    color: white;
    font-size: 10px;
    padding: 1px 3px 1px;
    outline: none;
    border: none;
    height: 100%;
    border-radius: 2px;
    display: grid;
    min-width: 70px;
}

.Redeem-btn:focus{
    outline: none !important;
}

.code-text-info{
    color: #696565;
    font-size: 13px;
    font-weight: 500;
}

.borderEffectCode{
    border: 0;
    padding: 0px 0;
    border-bottom: 2px solid #13679c;
    border-bottom: 2px solid var(--primaryBlue);
    width: 100%;
    font-size: 10px;
    color: #13679c;
    color: var(--primaryBlue);
    letter-spacing: 15px;
    font-size: 25px;
    text-align: center;
    margin: 25px 0px;
}

.org-width-image{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-height: 40vh;
}

.transaction-success{
    font-weight: 600;
    text-align: center;
    font-size: 22px;
    color: rgb(61 186 146);
    margin: 15px 0px;
}

.continue-button-style{
    font-weight: bold;
    color: #fff  !important;
    padding: 12px 40px !important;
    border: #4cbc94 !important;
    background-color: #059764 !important;
}

.thank-you-align-text{
    font-weight: 500;
    font-size: 18px;
    color: #4cbc94;
    padding: 0px 10px 15px;
}

.conformation-info-align{
    font-size: 18px;
    margin: 0px;
}

.btn-align-submit{
    width: 100%;
    padding: 2px 0px !important;
    font-weight: 'bold' !important;
    font-size: 20px !important;
    background: #13679c !important;
    background: var(--primaryBlue) !important;
    border-color: #13679c !important;
    border-color: var(--primaryBlue) !important;
}

.rewardCard{
    background: #0075d2;
    /* height: 160px; */
    padding: 10px 10px !important;
}

.h7-text{
    color: #0075d2;
    font-size: 15px !important;  
}

.h9-text{
    color: #0075d2;
    font-size: 17px !important;
    font-weight: bold;
}

.maint-reduce-text{
    letter-spacing: 1px;
    font-weight: bold;
}

.rewardCard .card-text{
    color: white;
}

.flex-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.flex-container .card-text{
    font-size: 12px;
    padding: 5px;
    cursor: pointer;
}

.flex-container-grid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.flex-container-grid .card-text{
    font-size: 11px;
    cursor: pointer;
}

.delete-cart-align{
    position: absolute;
    right: 10;
    top: 0;
}

.flex-container-detail{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.flex-container-reward{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.flex-container-reward > .box{
   width: 50%;
   height: 180px;
}

.align-quantity-selection{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.greyImage-quantity{
    width:18;
    height:18;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}

.active{
    color: #56c700 !important;
    font-weight: 500;
    border-bottom: 4px solid #56c700;
}

.img-Box{
    padding-left: 0px !important;
    padding-right: 10px !important;
}

.img-Box > img{
    width: 100%;
    /* height: 100%; */
}

.returnPd{
    padding: 0px 0px 0px 55px !important;
}

.collapseCard{
    margin: 0px;
    padding: 3px 0px !important; 
}

.fa-ellipsis-v{
    font-size: 15px !important;
    padding: 9px;
}

.rewardCardSection{
    background: #ffffff;
    padding-bottom: 50px;
    height: calc(100vh - 211px);
    overflow-x: hidden;
    overflow-y: auto;
}

.PriceSection{
    padding:0px 0px 0px;
}

.close-browser-ok{
    color:#fff !important;
    font-weight: bold;
    text-align: "center" !important;
}

#basic-usage-tabs > button{
    padding: 5px;
    height: 35px;
    font-size: 11px;
    color: #101010;
    min-width: 2.625rem;
    letter-spacing: 0;
}

.rmd-tabs:after{
    height: 0.2rem !important;
}

.pannelGridTab{
    background: #e5e5e5;
    padding: 10px 0px;
}

.CircularProgressbar {
    width: 24px !important;
    vertical-align: middle;
    position: relative;
    top: 4px;
}

.CircularProgressbar-path{
    stroke: #13679c !important;
    stroke: var(--primaryBlue) !important;
}

.colWidth-sm{
 width: 12%;
}

.colWidth-md{
    width: 50%;
}

.Remove-btn {
    background: #7b7b7bde;
    color: white;
    font-size: 10px;
    padding: 3px 10px 4px;
    outline: none;
    border: none;
    border-radius: 50px;
    margin: 5px 0px;
}

.Remove-btn:focus{
    outline: none !important;
}

.payIcon{
    width: 40%;
    position: relative;
    cursor: pointer;
}

/* .CircularProgressbar > path{
        d: path("M 100 100 m 0 -25 a 25 25 0 1 1 0 50 a 25 25 0 1 1 0 -50");
        stroke-width: 50;
        fill-opacity: 0;
} */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

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

#c1 input[type=checkbox] {
    outline: 2px solid #c00 !important;
}

.blink{
    color: red !important;
    -webkit-animation: blink 1s linear infinite;
            animation: blink 1s linear infinite;
}

@-webkit-keyframes blink{
    0%{opacity: 0;}
    50%{opacity: .5;}
    100%{opacity: 1;}
}

@keyframes blink{
    0%{opacity: 0;}
    50%{opacity: .5;}
    100%{opacity: 1;}
}

.cardNotFound{
    margin: 15px;
    width: 91%;
    -webkit-box-shadow: 0 1px 30px rgba(0,0,0,.4) !important;
            box-shadow: 0 1px 30px rgba(0,0,0,.4) !important;
    background: whitesmoke !important;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(0%, 100%);
            transform: translate(0%, 100%);
}

.cardNotFound > header{
    padding: 10px;
    border-radius: 20px 20px 0px 0px;
}

.cardNotFound > header > .rmd-card__header-content > h5{
    font-size: 25px;
    line-height: 3rem;
    color: #757575;
    padding-left: 20px;
}

.cardNotFound > header > .rmd-card__header-content > h6{
    font-size: 17px;
    line-height: 35px;
    color: #757575 !important;
    position: relative;
    top: -5px;
    padding-left: 20px;
}

.cardNotFound > div{
    padding: 10px;
    border-radius: 0px 0px 20px 20px;
}

.cardNotFound > div > p{
    font-size: 14px;
    margin: 0px 15px;
    text-align: center;
}

.notFoundPage{
    background: azure;
    height: 90vh;
}

.rmd-card__header, .rmd-card__content--secondary{
    background: white !important;
    color: #525252 !important;
}

.rmd-avatar{
    background: none !important;
}

.rmd-tabs::after{
    background-color:#13679c !important;
    background-color:var(--primaryBlue) !important;
}

.rmd-tab--active{
    color:#13679c !important;
    color:var(--primaryBlue) !important;
    font-weight: 600 !important;
}

.expDt{
 color: #13679c;
 color: var(--primaryBlue);
}

.vldDt{
 color: #008000;
}

.snb-Logo{
    height: 75px !important;
    width: 75px !important;
    position: relative;
    top: 5px;
    left: 15px;
    cursor: pointer;
}

.rmd-card__subtitle{
    color: #525252 !important;
}

.background-primary{
   /* background: #ef4e4f;
   background: linear-gradient(to top, #ff6922, #ef4e4f);  */
   background-image: url(/static/assets/housing-society-notebook-bg.576df89d.jpg);
   background-position: initial;
   background-size: cover;
}

.loader{
    position: absolute;
    top: 0;
    z-index: 9999;
    background-color: white;
    height: 100vh;
}

.borderBottom{
    margin-bottom: 0px !important;
}

.snbIconAnimatied{
    -webkit-animation: snbIconAnimatied 2s ease-out infinite;
            animation: snbIconAnimatied 2s ease-out infinite;
}

@-webkit-keyframes snbIconAnimatied{
    0%{opacity: 0;}
    30%{opacity: .5;}
    100%{opacity: 1;}
}

@keyframes snbIconAnimatied{
    0%{opacity: 0;}
    30%{opacity: .5;}
    100%{opacity: 1;}
}

.ansCheckbox{
    border: 1px solid lightgray;
    height: 165px;
    border-radius: 5px;
    cursor: pointer;
}

.ansCheckbox:hover{
    border-color: #13679c;
}

.Pd-15{
    padding: 15px;
}

.Pd-10{
    padding: 10px;
}

.ansCheckboxTxt {
    border: 1px solid lightgray;
    min-height: 50px;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 0px;
}

.ansCheckboxTxt:hover{
    border-color: #13679c;
}

.Pd-15-txt{
    padding: 15px 5px;
}

.queText{
    margin: 0px;
    padding: 0px;
    font-size: 16px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Roboto"
}

.flex-container-checklist{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}

.dualBtnFooter {
    height: 35px;
    width: 100%;
    padding: 0px !important;
    border-radius: 0px !important;
    border: none !important;
    color: #13679c;
    background: white;
    border-top: 1px solid lightgray !important;
    border-bottom: 1px solid lightgray !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.dualBtnFooter:focus{
    outline: none !important;
}

.cancelBtn{
    color: #828282 !important;
    font-weight: 500 !important;
    background: #fff !important;
}

.subMitBtn{
    background: #fff !important;
}

.borderR{
    border-right: 1px solid lightgray;
}

/* .cancelBtn:hover{
    background: #828282;
    color: white;
} */

/* .subMitBtn:hover{
    background: #0075d2;
    color: white;
} */

.txtCheckbox label {
    left: 5% !important;
    position: absolute;
    top: 10px !important;
    width: 20px;
}

.checkBoxPD{
    padding-left: 0px !important;
    padding-right: 25px !important;
}

.Slider-mr{
    padding: 0px 5px !important;
}

.round {
    position: relative;
    z-index: 9;
}

.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    cursor: pointer;
    height: 15px;
    left: 8px;
    position: absolute;
    top: 7px;
    width: 15px;
}

.round label:after {
    border: 1.3px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 5px;
    left: 2px;
    opacity: 0;
    position: absolute;
    top: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 10px;
  }

.round input[type="checkbox"] {
    visibility: hidden;
  }

.round input[type="checkbox"]:checked + label {
    background-color: #13679c;
    border-color: #13679c;
  }

.round input[type="checkbox"]:checked + label:after {
    opacity: 1;
  }

/* radio */

/* .scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;

    .card {
      display: inline-block;
    }
  } */

.scrolling-wrapper-flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
  }

.scrolling-wrapper-flexbox > .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

.scrolling-wrapper {
    -webkit-overflow-scrolling: touch;
  }

.slick-next:before, .slick-prev:before {
    font-size: 18px !important;
    line-height: 1;
    opacity: 1 !important;
    color: #b7aeae !important;
    font-style: initial !important;
}

.slick-prev {
    left: -12px !important;
}

.slick-next {
    right: -12px !important;
}

.slick-prev:before {
    font-family: FontAwesome !important;
    content: "\f104 " !important;
}

.slick-next:before{
    font-family: FontAwesome !important;
    content: "\f105 " !important;
}

.optionImgView{
    width: 100%;
    height: 100%;
    position: relative;
    top: -24px;
    border-radius: 5px;
    z-index: -1;
}

.info-txt > .card-text{
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    overflow: unset;
    white-space: unset;
    text-overflow: unset;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.discountBox{
    background: #ffdcdc;
    padding: 0px 5px;
    border-radius: 3px;
    margin-top: 7px;
}

.discountBoxCrt{
    background: #ffdcdc;
    padding: 0px 5px;
    border-radius: 3px;
    margin: 0px 10px;
}

.posRel{
    position: relative;
    top: 5px;
}

.rightAlign{
    position: absolute;
    right: 0px;
    margin-right: 15px;
}

.segmentIcon{
    height: 10px;
    margin-right: 5px;
    position: relative;
    top: -1.5px;
}

.fa-desktop-online{
    margin-right: 5px !important;
    color: #039403;
    font-size: 10px !important;
}

.fa-desktop-offline{
    margin-right: 5px !important;
}

.emptyCart-img{
    width: 100%;
    background-position: center;
    padding: 30px;
    position: absolute;
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.emptyCart-txt{
    width: 100%;
    background-position: center;
    position: absolute;
    left: 50%;
    top: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 600;
    text-align: center;
    color: #8e8e8e;
}

.payOption{
    cursor: pointer;
    background: white;
    height: 85px;
    margin: 10px 0px !important;
    border-radius: 5px;
    /* box-shadow:1px 5px 5px 1px #C3C3C3; */
    box-shadow: 1px 2px 6px 1px #C3C3C3;
   
    -webkit-box-shadow: 1px 2px 6px 1px #C3C3C3; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    
    -moz-box-shadow: 1px 2px 6px 1px #C3C3C3;
}

.mode-list{
    padding: 0px 0px 0px 0px !important;
}

/* .mode-list:hover > div > div > .paymentIcon {
    border: 2px solid #44e42e !important;
    transition: 0.2s;
} */

.fa-angle-right{
  font-weight: 700 !important;
}

.mode-list:hover > div > .main > div > .alignEnd > div > .fa-angle-right{
  color: #13679c;
  color: var(--primaryBlue);
}

.grn-btn{
    background: #389827 !important;
    border-color: #389827 !important;
}

.Fw-6{
    font-weight: 600;
}

.checkmark, .cross{
    display: inline-block;
}

.checkmark-check{
    stroke-dasharray: 80px 80px;
    stroke-dashoffset: -80px;
    -webkit-animation: checkAnimate 2s forwards cubic-bezier(0.895, 0.03, 0.685, 0.22) infinite;
            animation: checkAnimate 2s forwards cubic-bezier(0.895, 0.03, 0.685, 0.22) infinite;
}

.cross-line{
    stroke-dasharray: 80px 80px;
    stroke-dashoffset: -80px;
    -webkit-animation: checkAnimate 2s forwards cubic-bezier(0.895, 0.03, 0.685, 0.22) infinite;
            animation: checkAnimate 2s forwards cubic-bezier(0.895, 0.03, 0.685, 0.22) infinite;
}

.cross-line :nth-child(2){
    -webkit-animation-delay: .25s;
            animation-delay: .25s;
}

select {
  color:#737171;
}

/* with the :focus here, we show grey when using the element */

select:focus {
  color: #737171;
}

option {
  color: #737171;
}

option:first-of-type {
  color: #737171;
}

@-webkit-keyframes checkAnimate{
    0%{
        stroke-dashoffset: -80px;
    }

    100%{
        stroke-dashoffset: 0px;
    }
}

@keyframes checkAnimate{
    0%{
        stroke-dashoffset: -80px;
    }

    100%{
        stroke-dashoffset: 0px;
    }
}

.payTxt{
    font-size: 22px !important;
    margin: 25px 0px;
}

/* failure screen */

.payment-option-container{
    /* height: 50px;
    width: 100%; */
    padding: 5px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    font-weight: bold;
 }

.payment-option-icon{
    max-width: 100%;
    height: auto;
    width: auto;
    position: relative;
    top: 0px;
    left: 0px;
 }

.payment-option-icon > span{
     height: 40px;
     width: 40px;
     border-radius: 0px;
 }

.rmd-avatar__image {
    height: 100% !important;
    width: auto !important;
    border: 1px solid lightgray !important;
    border-radius: 0px !important;
    background-size: cover;
    background-position: center;
}

.payOption-txt{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
 }

.main {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0px 5px 0px 0px;
 }

.paymentHeader {
    background: #13679c;
    background: var(--primaryBlue);
    height: 110px;
    padding: 10px 10px !important;
}

.payAmt-header{
    line-height: 1.4;
    margin: 2px 0px;
}

.paySuccess-card{
    height: 25em;
}

.thnkTxt{
    font-size: 28px;
}

.card-shadow-NA{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.Mr-R{
    margin-right: 15px;
}

.RewardPoints{
    background: #13679c;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
    color: white;
    padding: 15px 9px 14px 10px;
    display: grid;
    width: 75px;
}

.RewardPoints > span{
    display: inline-block;
    font-size: 10px;
    font-weight: 100;
}

.rwd-pd{
 padding: 0px !important;
}

.discountBox-details{
    background: #ffdcdc;
    padding: 3px 7px;
    border-radius: 3px;
    position: relative;
    top: -3px;
    left: 8px;
}

.Heading-txt{
    font-size: 16px !important;
    letter-spacing: 0.2px;
}

.optionImgAvatar{
    position: relative;
    border-radius: 20px;
    top: -23px;
    padding: 0px;
    border-radius: 4px 4px 0px 0px !important;
    height: 85% !important;
    width: 100% !important;
    border: none !important;
}

.optionImgAvatar > img{
    height: 95% !important;
}

.bottomFooter {
    top: unset;
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 40px;
    z-index: 100;
}

.SubmitBtn-survey{
    background: #fff !important;
    color: #13679c !important;
    border: 1px solid lightgray !important;
}

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

.pd-NL{
    padding-left: 0px !important;
}

/* .card-height-auto{
    height:calc(100vh - 300px)
} */

.pointsRwd{
    font-size: 12px;
    border: 1px solid #13679c;
    padding: 1px 5px;
    height: 21px;
    color: rgb(82, 82, 82);
    position: absolute;
    right: 15px;
    top: 15px;
    background: #13679cd6;
    color: white;
}

.rmd-divider {
    border-color: hsl(0deg 0% 36% / 31%) !important;
    margin: 0px !important;
}

.img-label{
    position: relative;
    top: -24px;
    font-size: 12px !important;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.flex-container-reward .box:nth-child(odd){
    padding: 0px 0px 0px 0px;
    padding-right: 0px !important;
}

.flex-container-reward .box:nth-child(even){
    padding: 0px 0px 0px 5px;
    padding-left: 10px !important;
}

.inputRadioBtn{
    height: 18px;
    width: 18px;
    position: relative;
    top: 8px;
    z-index: 9;
}

.No-br{
  border: none !important;
}

#simple-full-page-dialog-login{
    z-index: 9999;
}

/* Custom Radio Css */

.containerRd {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 23px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

.containerRd input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 18px;
    border: 1px solid #13679c;
    border-radius: 50%;
    z-index: 9;
  }

.containerRd:hover input ~ .checkmark {
    background-color: #ccc;
  }

.containerRd input:checked ~ .checkmark {
    z-index: 9;
    border: 1px solid #13679c;
  }

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

.containerRd input:checked ~ .checkmark:after {
    display: block;
  }

.containerRd .checkmark:after {
    top: 4px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #13679c;
  }

.img_rdio > .inputRadioBtn{
    left: 6px;
  }

.Pd-R5{
     padding-right: 5px !important;
  }

.bg-white-Res{
      height: auto;
      background: #e5e5e5;
  }

.deviderDiv{
   display: none;
  }

.survyPoints{
    position: absolute;
    right: 0;
    padding: 8px;
  }

.md-spinner{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

.TrashIcon{
    font-size: 15px !important;
    color: #737373;
    padding: 4px 0px 0px;
    vertical-align: middle;
  }

.heading-styling-pay{
    font-size: 15px !important;
    padding: 13px 0px 0px;
  }

.termsCard-fixed{
    position: initial !important;
    bottom: none;
  }

.termsCard-fixed > div{
      font-size: 12px;
      padding: 10px;
  }

.btn-disable{
    background: #13679c !important;
    opacity: 0.4;
    cursor: not-allowed;
  }

.HeaderMain {
    background: #13679c;
    background: var(--primaryBlue);
    height: 141px;
    padding: 70px 0px 65px !important;
  }

.reedem-code-align{
    color: #13679c;
    color: var(--primaryBlue);
    font-weight: bolder;
    font-size: 25px;
  }

/* .headerCard{
    background: white;
    line-height: 2;
    border-radius: 0px 10px 10px 0px;
  } */

.headerCard > div{
    line-height: 2;
    color: #ffffff !important;
    font-size: 35px;
  }

.HeaderMain .card-text {
    color: white !important;
 }

#basic-usage-tabs{
    padding: 5px 10px;
    border-bottom: 1px solid #d3d3d396;
 }

.cart-card {
    background: #13679c;
    background: var(--primaryBlue);
    padding: 10px 10px !important;
}

.cart-card .card-text {
    color: white !important;
}

.cart-header{
    /* margin-top: 38px; */
    margin-top: 45px;
    padding: 10px 0px 5px;
}

.card-pd{
 padding: 0px 10px;
}

.rmd-divider {
    border-color: hsl(0deg 0% 36% / 17%) !important;
    margin: 0px !important;
}

.card-mr{
    margin: 5px 0px;
}

.box-center{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.RewardPoints-bg {
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 14px;
    text-align: center;
    color: #13679c;
    display: grid;
    line-height: 14px;
}

.card-pd-sm{
 padding: 10px !important;
}

.new-delivery-address {
  margin: 32px auto 0;
}

.new-delivery-address__form-sub {
    margin: 0;
    padding: 12px;
  }

.new-delivery-address__form-row {
  margin-top: 10px;
  position: relative;
}

.display--table-cell {
  display: table-cell !important;
}

.new-delivery-address__form-row {
  margin-top: 10px;
  position: relative;
}

.new-delivery-address__submit_btn {
  background-color: #df272c;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 12px 37px;
  cursor: pointer;
}

.error{
    border: 1px solid red;
}

.addInput{
    height: 38px;
    width: 100%;
    border: 1px solid lightgray;
    border-radius: 4px;
      color:#696565; 
}

.selectTitle{
  padding-right: 10px;
 
}

.F0{
font-size: 10px;
padding-top: 5px;
font-style: italic;
}

.addressSection{
 height: 80vh;
 overflow-y: scroll;
  padding-top: 10px;
 padding-left: 10px;
 padding-right: 10px;
 padding-bottom:20px;

}

.addressSection-na{
 padding: 10px;
}

/* Responsive for TAB Pro*/

@media only screen and (min-width:1023px){
 .Header-img{
     width: 90%;
 }
}

/* Responsive for TAB */

@media only screen and (max-width:768px){

 .Main-container {
        padding: 30px 15px;
        margin: auto 25% !important;
        height: 100vh;
    }

    .Card-container{
        top:0px;
        width: 100%;
        height: 100%;
        left:0px;

    }

    .Header-img{
        width: 95%;
    }
}

/* Responsive for Devices */

@media only screen and (max-width:500px){

    .Main-container {
        padding: 15px 10px;
        margin: auto 0% !important;
        height: 100vh;
    }

    .Card-container{
        top:0px;
        width: 100%;
        height: 100%;
        left:0px;

    }

    .Mb-3{
        margin: 0px 0px 7px;
    }

    .Mb-3 > div{
        padding-right: 0px;
        padding-left: 0px;
    }

    .mobDiv > div{
        padding-right: 0px;
        padding-left: 0px;
    }


    .Header-img{
        width: 95%;
        margin-bottom: 10px;
    }

    p{
        font-size: 15px;
    }

    h2{
        font-size: 20px !important;
        margin-bottom: .5rem;
        font-weight: 400;
        line-height: 1.2;
        font-size: 1.75rem;
    }

    h3{
        font-size: 18px !important;
        margin-bottom: .0rem !important;
        font-weight: 400 !important;
        line-height: 1.2 !important;

    }

    h4{
        font-size: 15px !important;
        margin-bottom: .0rem !important;
        font-weight: 400 !important;
        line-height: 1 !important;
    }

    .Mb-1{
        margin: 10px 0px 20px;
    }

    .Mb-2{
        margin: 10px 0px 7px;
    }

    .borderEffect{
        font-size: 15px;
        text-align: center;
    }

    .terms {
        font-size: 13px;
        font-weight: 500;
        padding: 10px;
        position: relative;
        top: -3px;
    }

    .BuyBtnFooter {
        top: unset;
        position: fixed;
        left: 0px;
        bottom: 0px;
        height: 45px;
        z-index: 1000;
    }
    .video-info-align {
        top: unset;
        position: fixed;
        left: 0px;
        bottom: 0px;
        height: 45px;
        z-index: 1000;
    }


    .bottomFooter {
        top: unset;
        position: fixed;
        left: 0px;
        bottom: 0px;
        height: 45px;
        z-index: 100;
    }


    .rewardCard {
        background: #13679c;
        background: var(--primaryBlue);
        /* height: 160px; */
        padding: 10px 10px !important;
    }

    .paymentHeader {
        background: #13679c;
        background: var(--primaryBlue);
        height: 190px;
        padding: 52px 0px 0px !important;
    }

    .HeaderMain {
        background: #13679c;
        background: var(--primaryBlue);
        height: 140px;
        padding: 70px 0px 65px !important;
    }

    .headerCard{
        /* background: white; */
        line-height: 2;
        border-radius: 0px 10px 10px 0px;
    }

    .headerCard > div{
        /* color: #0075d2 !important; */
        font-size: 27px;
    }

    .img-Box{
        width: 37.33% !important;
    }

    .checkBoxPD{
        width: 17% !important;
        padding-left: 0px !important;
        padding-right: 15px !important;
    }

    .cardNotFound {
        margin: 15px 0px;
        width: 95%;
        -webkit-box-shadow: 0 1px 30px rgba(0,0,0,.4) !important;
        box-shadow: 0 1px 30px rgba(0,0,0,.4) !important;
        background: whitesmoke !important;
        top: 45%;
        -webkit-transform: translate(0%, 75%);
        transform: translate(-50%, -50%);
        position: relative;
    }

    .otp-input > input {
        width: 35px !important;
        border: 1px solid #ef4e4f;
        color: #ef4e4f;
        font-size: 18px;
        height: 40px;
    }

    .footer{
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        color: #0056b3;
        margin: 20% auto 0%;
        position: relative;
        bottom: 20px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 10;
    }

    .colWidth-md {
        width: 34%;
    }

    .paySuccess-card{
        height: 100vh;
    }

    .card-height-auto{
        /* height: 105vh; */
        padding-bottom: 45px;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
    }

    .card-height-auto-lead {
        height: calc(60vh - 0px);
        padding-bottom: 20px;
    }

    .card-pd-B{
        padding-bottom: 50px !important;
    }

    .optionImgAvatar {
        position: relative;
        border-radius: 20px;
        top: -24px;
        padding: 0px;
        border-radius: 4px 4px 0px 0px !important;
        border: none !important;
        height: 85% !important;
        width: 100% !important;
    }

    .optionImgAvatar > img{
        height: 95% !important;
    }

    .bg-white-Res{
        height: 100vh;
        background: #fff;
    }

    .deviderDiv{
        display: block;
        height: 5px;
        background: #e5e5e5;
    }

    .queText{
        padding: 0px;
    }

    .survyPoints{
        position: absolute;
        right: 0;
        padding: 9px;
    }

    .termsCard-fixed{
        position: fixed !important;
        bottom: 45px;
        width: 100%;
    }

    .totalsection-fixed{
        position: fixed !important;
        /* bottom: 0; */
        bottom: 103px;
        width: 100%;
    }

    .PriceSection{
        padding:0px 0px 110px;
    }
    .no-padding-to-quantity{
        padding-right: 0px !important;
        padding-left: 0px !important;
     }

    /* Fonts  */

    .card-title {
        font-size: 19px !important;
    }

    .card-text {
        font-size: 14px;
    }

    .amtThrough {
        font-size: 18px;
        color: #6f6f6f;
    }

    .amtMain{
        font-size: 21px;
        color: #292929;
    }

    .F3 {
        font-size: 13px;
    }

    .F1 {
        font-size: 22px;
    }

    .F2{
        font-size: 14px !important;
    }

    .F4{
        font-size: 11px !important;
    }

    .F5{
        font-size: 11px !important;
    }

    .flex-container-grid .card-text {
        font-size: 12px;
    }

    .Mb-T10 {
        margin-top: 0px;
    }

}


/*# sourceMappingURL=bundle.04971999a5cfd7b4854b.css.map*/