input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; }
input[type=number] { -moz-appearance: textfield; appearance: textfield; -webkit-appearance: textfield; }

* { scrollbar-width: thin; scrollbar-color: #000 #fff; scrollbar-width: none; -ms-overflow-style: none }
::-webkit-scrollbar { width: 5px; display: none }
::-webkit-scrollbar-track { background: #000 }
::-webkit-scrollbar-thumb { background-color: #333; border-radius: 10px; border: 4px solid #fff }

a {text-decoration: none;}
img {max-width: 100%;height: auto;}

body {font-family: 'Open Sans', sans-serif;}

.text-justify {text-align: justify;}

.fw-300 { font-weight: 300 }
.fw-400 { font-weight: 400 }
.fw-500 { font-weight: 500 }
.fw-600 { font-weight: 600 }
.fw-700 { font-weight: 700 }
.fw-800 { font-weight: 800 }

.fs-0 { font-size: 0px; }
.fs-8 { font-size: 8px; }
.fs-10 { font-size: 10px; }
.fs-12 { font-size: 12px; }
.fs-13 { font-size: 13px; }
.fs-14 { font-size: 14px; }
.fs-16 { font-size: 16px; }
.fs-18 { font-size: 18px; }
.fs-20 { font-size: 20px; }
.fs-22 { font-size: 22px; }
.fs-26 { font-size: 26px; }
.fs-24 { font-size: 24px; }
.fs-30 { font-size: 30px; }
.fs-36 { font-size: 36px; }
.fs-50 { font-size: 50px;}

.btn-primary { color: #fff; background-color: #021446; border-color: #021446; }
.btn-primary:hover { color: #fff; background-color: #021446; border-color: #021446; }
.bg-primary { background: #021446 !important; }
.text-primary { color: #021446 !important; }

.blockclick { pointer-events: none; }

.container{ max-width: 575px; width: 100%;}
.bg-light-blue {background-color: #D6EDFF;}

.p-logo {margin-top: -35px; position: relative;}

.cart-btn { position: relative; }
.cart-btn span.badges { width: 16px; height: 16px; line-height: 15px; background: #EC2625; font-size: 10px; font-weight: 400; border-radius: 50%; text-align: center; position: absolute; top: 3px; right: 5px; color:#fff; }

.ppBtn { border-color: #999 !important; background: #fff !important; color: #333 !important }

.desktopNav { position: relative;  }
.desktopNav ul { list-style: none; padding: 0; font-size: 0; text-align: left; position: relative; white-space: nowrap;  z-index: 5; margin: 0 -11px; overflow-x: auto; overflow-y: hidden;}
.desktopNav ul li { display: inline-block; vertical-align: top; padding:15px 7px; }
.desktopNav ul li>a { display: block; color: #000; font-size: 12px; text-align: center; line-height: 1; font-weight:600; text-decoration: none; }
.desktopNav ul li>a figure { margin: 0; padding: 0;}
.desktopNav ul li>a figure figcaption { padding:5px 0;}
.desktopNav ul li>a figure img { border: 1px solid rgba(0, 0, 0, .1);}

.nav-icon { width: 24px; transform: rotate(0deg); transition: 0.2s ease-in-out; cursor: pointer; padding: 1px 0 0 0; height: 20px; }
.nav-icon span { display: block; position: absolute; height: 2px; width: 100%; background: #000; border-radius: 9px; opacity: 1; left: 0; transition: 0.2s ease-in-out; }
.nav-icon span:nth-child(1) { top: 2px; }
.nav-icon span:nth-child(2) { top: 11px; margin-top: -1px !important; }
.nav-icon span:nth-child(3) { bottom: 0px; }
.nav-icon:hover span:nth-child(2) { width: 60%; background: #021446; }
.navigationSlide { width: 280px !important;}
.navigationSlide .btn-close { opacity: 1; font-size: 14px; position: absolute; left: 290px; }
.navigationSlide .mid_slide { overflow-y: auto; }
.navigationSlide ul { margin: 0; padding: 0; }
.navigationSlide ul li { list-style: none; }
.navigationSlide ul li a { display: block; color: #404040; text-decoration: none; border-bottom: 1px solid #e5e5e5; padding: 10px 16px; font-size: 13px; text-transform: uppercase; text-align: left; }
.navigationSlide ul li a:hover { background-color: #e9e7f18f; }

.DiscountOffersproduct,
.CrazyDealsProduct,
.tp-product {list-style: none; margin: 0; padding: 0; margin: 0 -11px; overflow-x: auto; overflow-y: hidden; white-space: nowrap;}
.DiscountOffersproduct li,
.CrazyDealsProduct li,
.tp-product li { max-width: 220px; display: inline-block; vertical-align: top; padding: 5px 10px 15px; white-space: initial; line-height: 1.2;}
.tp-product li figure { max-width: 238px; position: relative;}
.tp-product li figure figcaption {  position: relative;}
.tp-product li figure figcaption .br-logo {  position: absolute; background:rgba(255, 255, 255, .9); width: 150px; left: 50%; margin-left: -75px; bottom:100%; border-radius: 4px 4px 0 0;}

.CrazyDealsProduct li { max-width: 80%; }

.tp-product li img,
.DiscountOffersproduct li img,
.CrazyDealsProduct li img { height: auto; }

.DiscountOffersproduct li a { display: inline-block; text-align: center; }

.searchBtn {background: #fff url(../images/search.png) no-repeat center; box-shadow: 2px 4px 20px 0 rgba(0,0,0,0.10); border-radius: 50%; width: 40px; height: 40px; font-size: 0; text-indent: -999px; border:0; position: absolute; right: 0; top: -20px;}
.search-box { position: fixed; top: 0; bottom: 0; left: 0; width: 100%; z-index: 999; background: #ffffff; overflow: hidden; height: 100%; overflow-y: auto; right: 0; display: none; }
.search-box .search-inner { position: relative; width: 100%; padding-top: 50px; max-width: 575px; margin: 0 auto; }
.search-box .btn-close { position: absolute; top: 10px; right: 10px;  }
.search-box .search-form { max-width: 500px; margin: 0 auto; width: 100%; padding: 0 30px; position: relative;}
.search-box .search-form .text-fild { margin: 0; width: 100%; border: 0; background: transparent; outline: none; border-bottom: 1px solid #666; color: #000; font-size:20px; line-height: 1; letter-spacing: 7px; }
.search-box .hints { font-size: 10px; color: #666; text-align: right; margin-top: 5px; }
.search-box .search-form::-webkit-input-placeholder { color: #b0acac; font-size: inherit; }
.search-box .search-form::-moz-placeholder { color: #b0acac; font-size: inherit; }
.search-box .search-form:-ms-input-placeholder { color: #b0acac; font-size: inherit; }
.search-box .search-form:-moz-placeholder { color: #b0acac; font-size: inherit; }

.offcanvas-bottom.custom-height { max-height:82% !important; height: auto; border: 0 !important;  color: #7e7e7e;  }

.FilterBox ul,
.custome-check { font-size: 0; margin:0 -5px; }
.FilterBox li,
.custome-check li { width: 50%; margin: 0 !important; position: relative; display: inline-block !important;}
.FilterBox li a,
.custome-check label { cursor:pointer; padding:5px 5px; border-radius:0; border:1px solid #DBDCDC; position:relative; display: block; text-align: center; font-size: 12px; margin: 5px; background:#fff; color: #343539; }
.custome-check input { opacity: 0; position: absolute; }
.custome-check input:checked + label, .custome-check input:checked ~ label { border-color: #021446; color: #021446; }

.list_succes{ display: flex; justify-content: space-between;}
.list_succes ul li:first-child{font-size: 12px; font-weight: 400;}
.list_succes ul li{ font-size: 14px;font-weight: 500; }

.orderOtpOuter { background-color: rgba(0,0,0,.7); position: fixed; top: 0; bottom: 0; left: 0; right:0; display: flex; align-items: center; justify-content: center; padding: 15px; z-index: 999; }
.orderOtpInner { background: #fff;width: 350px; padding: 25px; position: relative; }

.customeOTP { margin-left: -3px; }
.customeOTP input.form-control { text-align: center; display: inline-block; max-width: 34px; margin: 3px; padding-left: 0; padding-right: 0; color: #000;}

.success_outer{ border: 1px solid #F2F2F2; }
.date_dv{ background: #F2F2F2; cursor: pointer; }
.list_transaction_drop{ background: #F2F2F2; display: none; }
.show_drop_succes .list_transaction_drop{ display: block; }
.show_drop_succes .date_dv img{ transform: rotate(-180deg); }
.success_outer { margin-bottom: 20px; }

.cart-qty {width: 60px; opacity: .7; display: inline-block;}
.qtyBox { width: 100%; position: relative; }
.qtyBox input { width: 100%; height: 28px; border: 0; pointer-events: none; background: transparent;  font-size: 14px; color: #6C757D; }
.qtyBox button { width: 33%; height: 25px; position: relative; background-color: transparent; border: 0; display: inline-block; font-size: 0; text-indent: -999px; overflow: hidden; margin:5px 0; }
.qtyBox button.MinusQty { border-right:1px solid #6C757D; }
.qtyBox button.PlusQty { border-left:1px solid #6C757D; }
.qtyBox button.MinusQty:before { content: ''; position: absolute; left: 50%; z-index: 11; display: block; width: 12px; height: 2px; background-color: #666; left: 50%; margin-left: -6px; }
.qtyBox button.PlusQty:before { content: ''; position: absolute; left: 50%; z-index: 11; display: block; width: 12px; height: 2px; background-color: #666; left: 50%; margin-left: -6px; top: 50%; margin-top: -1px; }
.qtyBox button.PlusQty:after { content: ''; position: absolute; left: 50%; z-index: 11; display: block; width: 2px; height: 12px; background-color: #666; left: 50%; top: 50%; margin-top: -6px; margin-left: -1px; }
.qtyBox .qtyControl { position: absolute; left: 0; right: 0; top: 0; bottom: 0; display: flex; align-items: center; justify-content: space-between; z-index: 1; }
.cart-qty .qtyBox button {height: 18px;}
.mt-20 {margin-top: -20px;}

.textoverflow {white-space: nowrap; overflow: auto;}

ul.stepsBox {margin: 0; display: flex;}
ul.stepsBox li {vertical-align: top; min-height: 100%;}
.stepsBox .item {width: 200px; white-space:normal; min-height: 100%;}
.stepsBox .item figure { padding:0 2px;}
.stepsBox .item figcaption {padding:10px; border-top: 2px solid #021446;}
.stepsBox .item figcaption p {margin: 0;}

.howToUse .owl-nav button { position: absolute; top: 50%; background-color: #000; color: #fff; margin: 0; transition: all 0.3s ease-in-out; }
.howToUse h6 span { padding: 3px; border-radius: 50%; border: 1px solid #ddd; width: 60px; height: 60px; line-height: 46px; font-size: 11px; font-weight: 500; }
.howToUse h6::before { content: ""; position: absolute; left: 0px; top: 44%; width: 100%; height: 1px; background: #979797; z-index: -99999; }
.howToUse figcaption { border-top: 1px solid #979797; min-height: 96px; }
.howToUse figcaption p { font-size: 13px; }
.howToUse .owl-nav button.owl-prev { left: -16px; color: #343a40; font-size: 50px; background: transparent !important; }
.howToUse .owl-nav button.owl-next { right: -16px; color: #343a40; font-size: 50px; background: transparent !important; }

.read-more { margin-top: -18px; background: #fff; padding-right: 10px; position: relative; }

.single-head { word-break: break-word; }

.redeem_voucha { background: #072257 url(../images/bg.png) no-repeat center center/cover; }

.cur-pointer { cursor: pointer; }

.lp-product {list-style: none; margin: 0; padding: 0; margin: 0 -5px; overflow-x: auto; overflow-y: hidden; white-space: nowrap;}
.lp-product li { max-width:100px; display: inline-block; vertical-align: top; white-space: initial; margin:0 5px;}
.lp-product li a {display: block;}

@media (max-width: 380px){
    .redm_point .fs-14 { font-size: 12px; }
}

@media (max-width: 480px){
    .redeem_voucha .fs-18 { font-size: 13px; }
}

/* ************************ Autocomplete Start ************************ */
.react-autosuggest__container--open .react-autosuggest__suggestions-container { display: block; position: absolute; max-height: 360px; width: 100%; border: 1px solid #aaa; background-color: #fff; font-family: Helvetica, sans-serif; font-weight: 300; font-size: 16px; border-radius: 0px; z-index: 6; overflow: auto; }
.react-autosuggest__input { width: 240px; height: 30px; padding: 10px 20px; font-family: Helvetica, sans-serif; font-weight: 300; font-size: 16px; border: 1px solid #aaa; border-radius: 4px; }
.react-autosuggest__container--open .react-autosuggest__input { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.react-autosuggest__container--open a { text-decoration: none; color: #212529; }
.react-autosuggest__container { position: relative; }
.react-autosuggest__input:focus { outline: none; }
.react-autosuggest__suggestions-container { display: none; }
.react-autosuggest__suggestions-list::before { content: ''; }
.react-autosuggest__suggestions-list { margin: 0; padding: 0; list-style-type: none; }
.react-autosuggest__suggestions-list li a:hover { text-decoration: none; }
.react-autosuggest__suggestion { cursor: pointer; }
.react-autosuggest__suggestion:not(:first-child) { border-top: 1px solid #ddd; }
.react-autosuggest__suggestion:hover { background-color: #B8D64D; color: #fff; }
.react-autosuggest__suggestion--highlighted { background-color: #B8D64D; color: #fff; }
.react-autosuggest__suggestion--focused .highlight { color: #120000; }
.suggestion-content { display: flex; align-items: center; background-repeat: no-repeat; }
.suggestion-content:hover { color: #FFFFFF; }
.suggestion-content:hover .suggestion-highlight { color: #FFFFFF; }
.suggestion-name { margin-left: 10px; line-height: 34px; font-size: 14px; }
.suggestion-highlight { font-weight: bold; }
/* ************************ Autocomplete End ************************ */

/* ************************ Loader start ************************ */
.loder_outer { position: absolute; top: 0; left: 0; right: 0; height: 100vh; background: #fff url(../images/loder_bg.png) no-repeat 0% center/cover; }
.loder_logo { position: absolute; top: 40px; left: 50%; transform: translateX(-50%); }
.back_btn_loder { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); }
.loader-hp { width: 100%; height: 30px; display: inline-block; background: #fff; position: relative; overflow: hidden; border: 1px solid #000; border-radius: 4px; }
.loader-hp::after { content: ""; width: 0%; height: 30px; background-color: #d7eeff; font-size: 15px; background-image: linear-gradient(45deg, #d7eeff 25%, transparent 25%, transparent 50%, #07075b 50%, #07075b 75%, transparent 75%, transparent); background-size: 3.6em 3.6em; position: absolute; top: 0; left: 0; animation: animFw 10s ease-in infinite, barStripe 1s linear infinite; }
@keyframes barStripe { 0% { background-position: 3.6em 0; } 100% { background-position: 0 0; } }
@keyframes animFw { 0% { width: 0; } 100% { width: 100%; } }
.loading{ display: flex; align-items: center; justify-content: center; line-height: 1; margin: 20px 0; }
@keyframes bouncing-loader { to { opacity: 0.1; transform: translate3d(0, 0px, 0); } }
.bouncing-loader { display: flex; justify-content: center; align-self: flex-end; padding-bottom: 4px; }
.bouncing-loader > div { width: 12px; height: 12px; margin: 0 4px; background: #07075b; border-radius: 50%; animation: bouncing-loader 0.6s infinite alternate; }
.bouncing-loader > div:nth-child(2) { animation-delay: 0.2s; }
.bouncing-loader > div:nth-child(3) { animation-delay: 0.4s; }
/* ************************ Loader End ************************ */

/* ************************ FAQ start ************************ */
.faq_section .accordion-item { background: #ffffff; margin-bottom: 16px; border: 1px solid #F9FAFF; color: #323539; } 
.faq_section .accordion-button{ background: #F9FAFF; border: 1px solid #F9FAFF; border-radius: 6px !important; padding-right: 36px !important; } 
.faq_section .accordion-button:focus{ box-shadow: none; } 
.faq_section .accordion-button:not(.collapsed){ background: #F9FAFF; color: #323539; box-shadow: none; } 
.faq_section .accordion-button::after{ background: none; width: 16px; height: 2px; background: #707070; transform: none; position: absolute; right: 14px; top: 24px; } 
.faq_section .accordion-button::before{ content: ""; position: absolute; right: 20px; top: 17px; background: none; height: 16px; width: 2px; background: #707070; } 
.faq_section .accordion-button:not(.collapsed):before{ display: none; } 
.faq_section .accordion-button:not(.collapsed):after{ background: #323539; } 
.faq_section .accordion-item:has(.show){ border: 1px solid #C3CBF5; border-radius: 6px; box-shadow: 0px 4px 14px rgba(0,0,0,.09); } 
.faq_section .accordion-body{ font-size: 14px; }
/* ************************ FAQ End ************************ */

/* ************************ Play & Win start ************************ */
.playWinSection { background: #FF6D00 url(../images/banner-bg.png) no-repeat 50%/cover; min-height: 500px; }
.playWinPopup { background: #FF6D00 url(../images/banner-bg.png) no-repeat 50%/cover; color: #fff; }
.playWinPopup .form-control { border-color: #fff; color: #fff; background-color: transparent; }
.playWinPopup ::-webkit-input-placeholder { color:  #fff; }
.playWinPopup ::-moz-placeholder { color: #fff;  }
.playWinPopup :-ms-input-placeholder { color: #fff;  }
.playWinPopup :-moz-placeholder { color: #fff;  }
.playWinPopup .btn-close { background-color: #09c3b1; opacity: 1; background-size: 44%; border-radius: 50%; filter: invert(1);position: absolute; right: 0px; top: -28px; }

.playresend { cursor: pointer; background: transparent; border: 0; color: #ffffff; }
.impInstructions ul { margin: 0; padding: 0; }
.impInstructions li { padding-left:20px !important; margin-bottom: 10px !important; position: relative; font-size: 14px; list-style: none; }
.impInstructions li::after { content: "\f00c"; font-family: FontAwesome; font-style: normal; font-weight: 300; position: absolute; color: #fff; font-size: 14px; top: -5px; -webkit-font-smoothing: antialiased; text-align: center; line-height: 36px; left: 0; z-index: 1; }

.scratchCard { width: 100%; overflow: hidden; touch-action: none;}
.scratchCard  .chec_1 input { padding: 0; height: initial; width: initial; margin-bottom: 0; display: none; cursor: pointer; }
.scratchCard  .chec_1 label { position: relative; cursor: pointer; }
.scratchCard  .chec_1 label:before { content:''; appearance: none; -webkit-appearance: none; background-color: transparent; border: 1px solid #ffffff; padding: 8px; display: inline-block; position: relative; vertical-align: middle; cursor: pointer; margin-right: 5px; height: 8px; top: -10px; }
.scratchCard  .chec_1 input:checked + label:after { content: ''; display: block; position: absolute; top: 5px; left: 6px; width: 5px; height: 10px; border: solid #ffffff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.scratchCard  .imageGft-1 { left: -49px; bottom: -5px; opacity: .9; }
.scratchCard  .imageGft-2 { right: -97px; bottom: 0px; opacity: .9; }
.scratchCard  .scratchOuter { position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; z-index: 9; }
.scratchCard  .scratchOuter .canvas { position: absolute; top: 0px; left: 0px; }
.scratchCard  .ScratchCard__Container { width: 250px; height: 250px; border-radius: 10px; position: relative; }
.ScratchCard__Canvas { left: 0; border-radius: 10px;}
.scratchCard  .innerScratch { height: 250px; border-radius: 10px; width: 250px; } 
.scratchCard  .scratchOuter:after { content: ""; position: absolute; right: -80px; width: 180px; height: 100%; top: 50%; transform: translateY(-50%); z-index: -1; background: url('../images/cupan-after.png') no-repeat top center; background-size: contain; }
/* ************************ Play & Win start ************************ */

/********************* Spin the wheel start ************************ */
.spin .bg-light-blue { background: transparent; margin-bottom: -40px; }
.spinWheel .bhdLno { background: url(../images/spin-bg.png) no-repeat center center/cover; width: 353px; height: 353px; }
.spinWheel { background: #20186D url(../images/spin/spin_bg.png) no-repeat center/100% 100%; margin-top: -18px;     min-height: calc(100vh - 35px);}
.spinWheel .canvaOuter .App {position: relative; filter: drop-shadow(0px 14px 16px rgba(0, 0, 0, 0.52)) drop-shadow(0px 7px 8px rgba(0, 0, 0, 0.55)); overflow: hidden;}
.spinWheel .pinIcon { position: absolute; left: 50%; top: 50%; width: 94px; height: 94px; font-size: 14px; margin: -47px 0 0 -47px; z-index: 9; background:  url(../images/spin-btn.png) no-repeat center center/cover !important; }
.spinWheel img[alt~="roulette-static"] { position: absolute; z-index: 5; width: 50px; height: 50px; left: 50%; top: 0px; margin-left: -25px; content: url(../images/pointer.png); }
.spinWheel .sc-dlfnbm { width: auto !important; left: 18px !important; top: 18px !important; right: 18px !important; bottom: 18px !important; border-radius: 50%; }
.spinWheel .hmocIu { transform: rotate(-37deg); } 
.spinModal.modal-content { background-color: rgba(255, 255, 255, .95); border-radius: 15px; border: 0; }
.spinModal.modal-content .btn-close { position: absolute; right: 5px; top: 5px; }
.spinModal.modal-content h4 { color: #3a2a98; }
.spinModal.modal-content .form-control { border-color: #3a2a98; background-color: transparent; padding-left: 20px; border-radius: 20px; font-size: 14px; }
.spinModal.modal-content :-ms-input-placeholder { font-size: 12px; } 
.spinModal.modal-content :-moz-placeholder { font-size: 12px; }
.spinModal.modal-content ::-webkit-input-placeholder { font-size: 12px; }
.spinModal.modal-content ::placeholder{ font-size: 12px; }
.userInfo div>div:nth-child(1) { width: 85px; }
.customeOTP { margin-left: -3px }
.customeOTP input { text-align: center; display: inline-block; max-width: 15%; height:40px; margin: 3px; padding-left: 0; padding-right: 0;border:1px solid #3a2a98; border-radius:10px; font-size: 16px; color:#3a2a98; }
.OTP-line { position: relative;color:#3a2a98; }
.OTP-line::after { position: absolute; content: ''; left: 0; width: 39%; height: 1px; background: #5d5d5d; top: 50%; }
.OTP-line::before { position: absolute; content: ''; right: 0; width: 39%; height: 1px; background: #5d5d5d; top: 50%; }
.thanksBg { background-color: #2f2483; border-radius: 15px; margin-top: 84px; border:1px solid #4c38be; }
.thanksBg .confettiCup { margin-top:-80px; margin-bottom: -20px; }
.thanksBg .confettiCup+figcaption { position: relative; }
.thanksBg .confettiCup+figcaption:after { position: absolute; content: ''; left:20%; width:60%;  border:1px dashed #5d5d5d; bottom:-20px; }
.thanksBg .text-yellow { color: #FFDD00; }

.spinWheel .pinIcon:after {
    position: absolute;
    content: "";
    bottom: 9px;
    top: 9px;
    right: 9px;
    left: 9px;
    z-index: -1;
    box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
    border-radius: 50%;
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}


@-webkit-keyframes rotating /* Safari and Chrome */ {
    from { -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes rotating {
    from { -ms-transform: rotate(0deg); -moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
}
.spin_unit_txt{
    margin-top: -44px;
}
@media (max-width: 374px) {
    .spinWheel .bhdLno { width: 300px; height: 300px; }
    .iew { max-height: 25px; }
    .spin_unit_txt {
        margin-top: 14px;
    }
}
/********************* Spin the wheel end ************************ */

/********************* PG Discount start ************************ */
.border-start-dashed {
    border-left: 1px dashed #6c6c6c;
}
.payment_page {
    background: #f4f4f4;
}
.payment_page ul {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
}
.innerPayDv {
    background: #f3f3f3;
    border: 1px solid #d1d1d1;
    cursor: pointer;
    overflow: hidden;
    color: #6c6c6c;
    border-radius: 5px;
    min-width: 133px;
    position: relative;
}
.innerPayDv .fs-10,
.innerPayDv fs-12 {
    line-height: 1;
}
.activePayDv {
    border: 1px solid #021446;
    color: #000;
}
.activePayDv .border-start-dashed {
    border-left: 1px dashed #021446;
}
.activePayDv:before {
    content: '\f00c';
    font-family: FontAwesome;
    font-style: normal;
    position: absolute;
    color: #fff;
    right: 1px;
    top: 1px;
    width: 10px;
    height: 10px;
    background: #009200;
    border-radius: 50%;
    font-size: 6px;
    font-weight: 300;
    text-align: center;
    line-height: 1.9;
}
.activePayDv::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #183e7b;
    transform: translateX(-50%) rotate(45deg);
}
@media (max-width: 576px){
    .paymet_hrd.fs-12 {
        font-size: 10px;
    }
    .paymet_bdy {
        font-size: 13px;
    }
    .paymet_bdy img{
        width: 20px !important;
    }
}
/********************* PG Discount End ************************ */

.wc .btn-danger {background: #ec1c24 !important; border-color: #ec1c24 !important;}
.wc .btn-outline-danger {color: #ec1c24 !important; border-color: #ec1c24 !important;}
.wc .btn-outline-danger:hover {color: #fff !important; background: #ec1c24 !important;}
.bg-danger-wc {background-color: #ec1c24 !important;}

.loginSteps {display: flex; width: 100%; align-items: center; cursor: pointer; font-size: 20px; line-height: 1;}
.loginSteps>div:nth-child(1) {padding-right: 40px; position: relative;}
.loginSteps>div:nth-child(1):after {position: absolute; top:20%; bottom:20%; right: 20px; width: 1px; background-color: rgba(255, 255, 255, .7); content:'';}
.btn-close-new { background-color: #09c3b1; opacity: 1; background-size: 44%; border-radius: 50%; filter: invert(1); }

/* *********************customLoader when without login start*************************** */
.spinHolder {display: none;}
.blockclick .spinHolder {position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; background-color: rgba(0, 0, 0, .7);}
.blockclick .spin {
    border-top: 5px solid #ec1c24; 
    border-left: 5px solid #ec1c24;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    display: inline-block;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    50% { transform: rotate(720deg); }
    100% { transform: rotate(-720deg); }
  }

  /* *********************customLoader when without login end*************************** */
  