body {
  font-family: "SF Pro Display";
  position: relative;
  background: #061935 url("../images/bg_home.svg") no-repeat bottom left/cover;
  min-height: 100vh;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("fonts/SFProDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("fonts/SFProDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("fonts/SFProDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

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

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}
.fs-21 {
  font-size: 21px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-28 {
  font-size: 28px;
}
 
.fs-48 {
  font-size: 48px;
}

.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;
}

.border-top-dashed {
  border-top: 1px dashed #CACACA;
}
.border-bottom-dashed {
  border-bottom: 1px dashed #CACACA;
}

img {
  max-width: 100%;
}

.cursor-pointer {
  cursor: pointer;
}
header {
  background: #021933;
}
.promoDV .promoIc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #F6FFE4;
  border-radius: 16px 0px 0px 16px;
  padding: 13px 20px;
}
.promoDV .form-control {
  padding-left: 86px;
  color: #939393;
  font-weight: 500;
}
.promoDV .codeformError.parentFormloginForm.formError {
  top: initial !important;
  bottom: -19px;
  font-size: 13px;
  left: 68px !important;
  z-index: 1;
}
 
.mid_section_h {
  min-height: calc(100vh - 118px);
}

.top_rem {
  position: relative;
  z-index: 1;
}

 
.btn-primary {
  background: #01468E !important;
  border-color: #01468E !important;
}

.bg-warning {
  background: #061935 !important;
}

.text-success {
  color: #148411 !important;
}

.text-warning {
  color: #061935 !important;
}
 

.btn-close {
  background-color: #09c3b1;
  opacity: 1;
  background-size: 44%;
  border-radius: 50%;
  filter: invert(1);
  width: 10px;
  height: 10px;
}

.impInstructions ul {
  margin: 0;
}
.impInstructions ul li {
  padding-left: 24px;
  margin-bottom: 14px;
  font-size: 15px;
  position: relative;
}
.impInstructions ul li:last-child {
  margin-bottom: 0px;
}
.impInstructions ul li strong {
  color: #002B74;
}
.impInstructions ul li.not strong {
  color: #c00;
}
.impInstructions ul li::after {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 300;
  position: absolute;
  color: #002B74;
  font-size: 16px;
  top: -5px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  line-height: 36px;
  left: 0;
  z-index: 1;
}
.impInstructions ul li.not::after {
  content: "\f00d";
  top: -8px;
  color: #c00;
}

.custom_from .form-control {
  border-color: #CACACA;
  background: rgba(213, 213, 213, 0.3);
  color: #5B5B5B;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 500;
}

.country_code {
  position: absolute;
  bottom: 11px;
  left: 12px;
  border-right: 1px solid #D9D9D9;
  padding-right: 7px;
  color: #5B5B5B;
}

.mobile_number .form-control {
  padding-left: 56px;
}

.address_outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
.address_outer button {
  font-size: 14px;
  white-space: nowrap;
}

.faq_outer {
  font-size: 13px;
}
.faq_outer h1, .faq_outer h2, .faq_outer h3, .faq_outer h4, .faq_outer h5, .faq_outer h6 {
  font-size: 15px;
  font-weight: bold;
}
.faq_outer p, .faq_outer li, .faq_outer ul {
  font-size: 13px;
}

.custom_selct {
  background-color: #F9F7F7;
  max-width: 110px;
  border: 1px dotted #CCC9C9;
  font-weight: 600;
  border-radius: 10px;
}

.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: 50px;
  font-size: 11px;
  font-weight: 500;
}
.howToUse h6::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #979797;
  z-index: -99999;
  transform: translateY(-50%);
}
.howToUse figcaption {
  border-top: 1px solid #979797;
  height: 96px;
  overflow: hidden;
  overflow-y: auto;
}
.howToUse figcaption p {
  font-size: 13px;
}
.howToUse .owl-nav button.owl-prev {
  left: -16px;
  color: #061935;
  font-size: 50px;
  background: transparent !important;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
}
.howToUse .owl-nav button.owl-next {
  right: -16px;
  color: #061935;
  font-size: 50px;
  background: transparent !important;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
}
.howToUse .owl-nav button.disabled {
  opacity: 0.7 !important;
  filter: grayscale(1) !important;
  cursor: not-allowed;
}
.howToUse.crousel_brand_love .owl-stage {
  display: flex;
}
.howToUse.crousel_brand_love .owl-item.active {
  display: flex;
  flex: 1 0 auto;
}
.howToUse.crousel_brand_love .active .home_nner_crousel {
  display: flex;
  flex-direction: column;
}
.howToUse.crousel_brand_love .active .home_nner_crousel .caption {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.howToUse.crousel_brand_love .active .home_nner_crousel .flex-text {
  flex-grow: 1;
}

.custom_modal .modal-dialog {
  max-width: 386px;
}

.otp-form {
  display: flex;
  justify-content: space-between;
}
.otp-form .otp-field {
  display: inline-block;
  width: 21%;
  height: 50px;
  font-size: 24px;
  text-align: center;
  border: 1px solid #CACACA;
  outline: none;
  margin-right: 10px;
  background: transparent;
  border-radius: 8px;
  font-weight: 600;
}
.otp-form .otp-field:focus {
  transform: scale(1.02);
  transition: all 0.3s;
  border: 1px solid #DB0010;
}
.otp-form .otp-field:not(:-moz-placeholder-shown) {
  border: 1px solid #000;
  box-shadow: none;
}
.otp-form .otp-field:not(:placeholder-shown) {
  border: 1px solid #000;
  box-shadow: none;
}

.nav-icon {
  width: 24px;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  height: 14px;
  position: relative;
}
.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.2s ease-in-out;
}
.nav-icon span:nth-child(1) {
  top: 0px;
}
.nav-icon span:nth-child(2) {
  top: 50%;
}
.nav-icon span:nth-child(3) {
  top: 100%;
}
.nav-icon:hover span:nth-child(2) {
  width: 70%;
  background: #01468E;
}

footer {
  background: #021933;
}
footer a, footer span {
  color: #ffffff;
  text-decoration: none;
}

.dropMenu {
  right: 10px;
  top: 115%;
  z-index: 99;
  width: 300px;
  display: none;
  background: #061935;
  position: relative;
}
.brand_logo {
  position: absolute;
  bottom: 0;
  background: #fff;
  border-radius: 0 20px 0 0;
  max-width: 36%;
}
.tcDV {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 64%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 10px 4px;
  background: rgba(0,0,0,.8); 
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px)
}
.dropMenu a {
  display: block;
  width: 100%;
  color: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  padding: 14px 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.dropMenu a:last-child {
  border: 0;
}
.dropMenu .brand_list {
  max-height: 100px;
  overflow: hidden;
  overflow-y: auto;
}
.dropMenu .brand_list a:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.dropMenu::after {
  content: "";
  position: absolute;
  right: 10px;
  top: -9px;
  width: 20px;
  height: 20px;
  background: #061935; 
  transform: rotate(45deg);
  border-radius: 4px;
}
.dropMenu::before {
  content: "";
  position: absolute;
  right: 25px;
  top: 0px;
  width: 30px;
  height: 20px;
  background: #061935;
  z-index: 1;
}

.modal-backdrop {
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.openNav {
  overflow: hidden;
}
.openNav .dropMenu {
  display: block;
}
.openNav .nav-icon:after {
  content: "";
  position: fixed;
  left: 0;
  top: 0px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
}
.openNav .nav-icon span:nth-child(1) {
  transform: rotate(40deg);
  top: 6px; 
}
.openNav .nav-icon span:nth-child(2) {
  opacity: 0;
}
.openNav .nav-icon span:nth-child(3) {
  transform: rotate(-40deg);
  top: 48%; 
}

.downArrow:after {
  content: "";
  position: absolute;
  right: 0;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  transition: border-width 150ms ease-in-out;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-color: #fff;
}

.downArrow.rotate_ic:after {
  transform: scale(-1) rotate(45deg);
}

.otp-form {
  display: flex;
  justify-content: space-between;
}
.otp-form .otp-field {
  display: inline-block;
  width: 21%;
  height: 60px;
  font-size: 24px;
  text-align: center;
  border: 1px solid #fff;
  outline: none;
  margin-right: 10px;
  background: #fff;
  border-radius: 15px;
}
.otp-form .otp-field:focus {
  transform: scale(1.02);
  transition: all 0.3s;
  border: 1px solid #f7a600;
  
}
.otp-form .otp-field:not(:-moz-placeholder-shown) {
  border: 1px solid #ffffff;
  box-shadow: none;
  
}
.otp-form .otp-field:not(:placeholder-shown) {
  border: 1px solid #ffffff;
  box-shadow: none;
}
.top_link li {
  position: relative;
  margin-right: 16px !important;
}
.top_link li:last-child{
  margin-right: 0px !important;
}
.top_link li::after {
  content: "";
  position: absolute;
  right: -9px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background: #fff;
}
.top_link li:last-child:after{
  display: none;
}
.top_link li a {
  color: #fff;
  text-decoration: none;
}
.point_blnc {
  background: #05254B;
  border-radius: 9px;
  padding: 4px 14px;
}
.deductupdate {
  background: url(../images/coin_bg1.gif) no-repeat center left / 12px;
  padding-left: 18px;
  margin-left: 3px;
}

@media (max-width: 1399px) {  
  .how_to_use {
    font-size: 13px;
  }
}
@media (max-width: 991px) {  
  .how_to_use {
    font-size: 11px;
  }
  .mid_section .fs-48 {
    font-size: 30px;
  }
  .top_link li a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  body {
    background: #061935 url("../images/bg_mobile.svg") no-repeat bottom left/cover;
  }
  footer a, footer span {
    font-size: 12px;
  }
  footer img {
    width: 50px;
  }
  .promo_code {
    font-size: 14px;
  }
  .inner_list .btn-primary {
    font-size: 13px;
  }
}
 
@media (max-width: 576px){
  .tcDV{
    padding: 2px 4px;
  }
  .tcDV img {
    width: 21px;
  }
  .brand_logo { 
    border-radius: 0 12px 0 0; 
  }
  .mid_section .fs-18 {
    font-size: 14px;
  }
}

@media (max-width: 360px) {  
  .how_to_use {
    font-size: 10px;
  }
  .mid_section_h .g-recaptcha{
    transform: scale(.8);
    margin-left: -6%;
  }
  .inner_list .fs-14 {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */