@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap");
.fs-10 {
  font-size: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.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_dashed_top {
  border-top: 1px dashed #CDCDCD;
}

.cursor-pointer {
  cursor: pointer;
}

.text-primary {
  color: #EC691F !important;
}

.btn-primary {
  border-color: #EC691F !important;
  background: #EC691F !important;
  padding-top: 8px;
  padding-bottom: 8px;
}

.btn-outline-primary {
  border-color: #EC691F !important;
  color: #EC691F !important;
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn-outline-primary:hover {
  background: #EC691F !important;
  color: #fff !important;
}

.border-primary {
  border-color: #4A7364 !important;
}

.border-primary-2 {
  border-color: #EC691F !important;
}

.bg-primary {
  background: #182B26 !important;
}

.text-primary {
  color: #EC691F !important;
}

.btn-primary {
  border-color: #EC691F !important;
  background: #EC691F !important;
  padding-top: 8px;
  padding-bottom: 8px;
}

.btn-outline-primary {
  border-color: #EC691F !important;
  color: #EC691F !important;
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn-outline-primary:hover {
  background: #EC691F !important;
  color: #fff !important;
}

.border-primary {
  border-color: #4A7364 !important;
}

.border-primary-2 {
  border-color: #EC691F !important;
}

.bg-primary {
  background: #182B26 !important;
}

img {
  max-width: 100%;
  transition: all 0.5s;
}

a {
  text-decoration: none;
}

.cursor-pointer {
  cursor: pointer;
}

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  position: relative;
}

select {
  background: #fff url("../images/select-d.png") no-repeat 98% center !important;
  padding-right: 20px !important;
}

body {
  font-family: "Barlow", sans-serif;
  background: #172a25;
}

::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  opacity: 1; /* Firefox */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff !important;
}

.bg_gredinet {
  background: #1e2f29 url("../images/login-bg.png") no-repeat right center/cover !important;
}

.main_outer {
  min-height: 100vh;
  position: relative;
  padding-bottom: 40px;
}
.main_outer footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.navigation .nav-icon {
  width: 24px;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  height: 18px;
  position: relative;
}
.navigation .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;
}
.navigation .nav-icon span:nth-child(1) {
  top: 0px;
}
.navigation .nav-icon span:nth-child(2) {
  top: 50%;
  margin-top: -1px !important;
}
.navigation .nav-icon span:nth-child(3) {
  top: 100%;
}
.navigation .nav-icon:hover span:nth-child(2) {
  width: 70%;
  background: #EC691F;
}
.navigation .cart_outer .cartQty {
  top: -2px;
  right: -5px;
  background: #EC691F;
  color: #fff;
  width: 16px;
  height: 16px;
  font-size: 14px;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  font-size: 14px;
}

.dropMenu {
  right: 0;
  top: 105%;
  z-index: 99;
  width: 300px;
  display: none;
  background: #182B26;
  border: 1px solid #4A7364;
  position: relative;
}
.dropMenu a {
  display: block;
  width: 100%;
  color: #fff;
  border-bottom: 1px solid rgba(74, 115, 100, 0.1);
  text-transform: uppercase;
  padding: 14px 0;
  z-index: 1;
}
.dropMenu a:last-child {
  border: 0;
}
.dropMenu::after {
  content: "";
  position: absolute;
  right: 30px;
  top: -9px;
  width: 20px;
  height: 20px;
  background: #182B26;
  border: 1px solid #4A7364;
  transform: rotate(45deg);
  border-radius: 4px;
}
.dropMenu::before {
  content: "";
  position: absolute;
  right: 25px;
  top: 0px;
  width: 30px;
  height: 20px;
  background: #182B26;
  z-index: 1;
}

.openNav .dropMenu {
  display: block;
}
.openNav .nav-icon:after {
  content: "";
  position: fixed;
  left: 0;
  top: 0px;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.openNav .nav-icon span:nth-child(1) {
  transform: rotate(40deg);
  top: 10px;
  background: #EC691F;
}
.openNav .nav-icon span:nth-child(2) {
  opacity: 0;
}
.openNav .nav-icon span:nth-child(3) {
  transform: rotate(-40deg);
  top: 64%;
  background: #EC691F;
}

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

.brand_list {
  max-height: 190px;
  overflow: hidden;
  overflow-y: auto;
}

.rotate_ic:after {
  transform: translateY(-50%) rotate(45deg) scale(-1);
  top: 30px;
}

.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 #4A7364;
  outline: none;
  margin-right: 10px;
  background: transparent;
  border-radius: 8px;
}
.otp-form .otp-field:focus {
  transform: scale(1.1);
  transition: all 0.3s;
  border-color: #EC691F;
  color: #EC691F;
}
.otp-form .otp-field:not(:-moz-placeholder-shown) {
  border: 1px solid #4A7364;
  box-shadow: none;
  color: #fff;
}
.otp-form .otp-field:not(:placeholder-shown) {
  border: 1px solid #4A7364;
  box-shadow: none;
  color: #fff;
}

.login_mid .login_main_row {
  min-height: 80vh;
  padding: 50px 0;
}
.login_mid .step-claim {
  border: 1px solid #CC9143 !important;
  border-top: 0px !important;
  margin-top: 30px !important;
  padding-bottom: 30px !important;
}
.login_mid .step-claim .step_text {
  overflow: hidden;
  top: -10px;
}
.login_mid .step-claim .step_text::after, .login_mid .step-claim .step_text::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60%;
  height: 1px;
  background: #CC9143;
}
.login_mid .step-claim .step_text::before {
  left: -20%;
}
.login_mid .step-claim .step_text::after {
  right: -20%;
}
.login_mid .step-claim.promoCode .step_text {
  text-align: left !important;
  padding-left: 30px;
}
.login_mid .step-claim.promoCode .step_text:before {
  left: -57%;
}
.login_mid .step-claim.promoCode .step_text:after {
  right: initial;
  width: 90%;
  left: 120px;
}
.login_mid .step-claim .step_list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.login_mid .step-claim .step_list ul li {
  width: 31%;
  position: relative;
  z-index: 1;
}
.login_mid .step-claim .step_list ul::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  height: 2px;
  border: 1px dashed #979797 !important;
  margin-top: -10px;
}
.login_mid .promoCodeFrmOuter .form-control {
  background: transparent !important;
  border: 1px solid transparent;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  text-align: center;
}
.login_mid .promoCodeFrmOuter .form-control:is(:focus, :active, :hover) {
  border: 1px solid #EC691F;
  border-bottom: 1px solid #EC691F;
  border-radius: 10px;
  box-shadow: none;
}
.login_mid .promoCodeFrmOuter .form-control:not(:-moz-placeholder-shown) {
  border: 1px solid #EC691F;
  border-bottom: 1px solid #EC691F;
  border-radius: 10px;
  box-shadow: none;
}
.login_mid .promoCodeFrmOuter .form-control:not(:placeholder-shown) {
  border: 1px solid #EC691F;
  border-bottom: 1px solid #EC691F;
  border-radius: 10px;
  box-shadow: none;
}
.login_mid .floatingInner label {
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 10px;
  padding: 0 5px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  display: flex;
  align-items: center;
  font-size: 15px;
  text-align: center;
  width: 100%;
  display: block;
}
.login_mid .floatingInput:focus ~ .floatingLabel {
  top: -22px !important;
  font-size: 12px !important;
  height: auto;
  width: auto;
  left: 0;
  text-transform: uppercase;
}
.login_mid .floatingInput:not(:-moz-placeholder-shown) ~ .floatingLabel {
  top: -22px !important;
  font-size: 12px !important;
  height: auto;
  width: auto;
  left: 0;
  text-transform: uppercase;
}
.login_mid .floatingInput:not(:placeholder-shown) ~ .floatingLabel {
  top: -22px !important;
  font-size: 12px !important;
  height: auto;
  width: auto;
  left: 0;
  text-transform: uppercase;
}
.login_mid .claim_btn {
  left: 50%;
  transform: translateX(-50%);
  bottom: -21px;
}
.login_mid .right_image .card_move {
  animation: mover 0.8s infinite alternate;
  animation: mover 0.8s infinite alternate;
}
.login_mid .login_form .form-control, .login_mid .promoCodeFrm .form-control {
  border: 0px;
  border-bottom: 1px solid #4A7364;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}
.login_mid .inner_selct {
  background: rgba(74, 115, 100, 0.1254901961);
  border: 1px solid #182822;
  height: 100%;
  cursor: pointer;
}
.login_mid .inner_selct.active_select {
  border-color: #4A7364;
}
.login_mid .inner_selct.active_select::before {
  content: "";
  position: absolute;
  left: 8px;
  top: -8px;
  width: 16px;
  height: 16px;
  background: #EC691F;
  border-radius: 50%;
}
.login_mid .inner_selct.active_select::after {
  content: "";
  top: -5px;
  left: 13px;
  width: 5px;
  height: 8px;
  position: absolute;
  border-style: solid;
  border-width: 0px 2px 2px 0px;
  transform: rotate(43deg);
  border-color: #fff;
}
.login_mid .inner_selct.active_select img {
  filter: brightness(0) invert(1);
}
.login_mid .home_left_dv h4 {
  font-size: 34px;
  font-weight: 700;
  position: relative;
}
.login_mid .home_left_dv h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100px;
  height: 2px;
  background: #fff;
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
footer ul li {
  position: relative;
}
footer ul li::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background: #fff;
}
footer ul li:last-child::after {
  display: none;
}
footer ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  padding: 8px 10px;
}

.home_section {
  margin-top: -30px !important;
}
.home_section .filter_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid rgba(74, 115, 100, 0.1) !important;
  background: rgba(74, 115, 100, 0.2);
  padding: 0;
}
.home_section .filter_list li {
  width: 33.33%;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 15px;
  /* padding: 10px 0; */
  cursor: pointer;
  margin: 0;
  border-right: 1px solid rgba(74, 115, 100, 0.1);
}
.home_section .filter_list li a { padding-top: 15px; padding-bottom: 15px; }
.home_section .filter_list li.active_filter {
  background: rgba(74, 115, 100, 0.5);
  overflow: hidden;
}
.home_section .filter_list li.active_filter::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background: #9caba6;
}
.home_section .filter_list li.active_filter::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%) rotate(45deg);
  height: 10px;
  width: 10px;
  background: rgba(255, 255, 255, 0.5019607843);
}
.home_section .filter_list li:last-child {
  border-right: 0;
}
.home_section .inner_listing {
  background: rgba(74, 115, 100, 0.2);
}
.home_section .inner_listing .tc_dv {
  right: 10px;
  top: 6px;
}

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

.impInstructions li {
  padding-left: 30px !important;
  margin-bottom: 10px !important;
  position: relative;
}
.impInstructions li strong {
  color: #fff;
}
.impInstructions li.not strong {
  color: #EC691F;
}
.impInstructions li::after {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 300;
  position: absolute;
  color: #fff;
  font-size: 20px;
  top: -5px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  line-height: 36px;
  left: 0;
  z-index: 1;
}
.impInstructions li.not::after {
  content: "\f00d";
  top: -8px;
  color: #EC691F;
}

option {
  background: #172a25 !important;
  color: #fff !important;
}


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

.howtomodal .owl-nav button span {
  display: none;
}
.howtomodal .owl-nav button.owl-prev {
  background: url("../images/prev.png") no-repeat center center/cover;
  width: 22px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -22px;
}
.howtomodal .owl-nav button.owl-next {
  background: url("../images/prev.png") no-repeat center center/cover;
  width: 22px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(-1);
  right: -22px;
}
.howtomodal .owl-nav button.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.howtomodal .step_text::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #EC691F;
  left: 0;
}
.howtomodal .min-h-con {
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  overflow-y: auto;
  min-height: 80px;
}

.qtySelector {
  display: none;
  height: 42px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.qtySelector div {
  height: 100%;
  cursor: pointer;
  width: 33%;
  display: inline-block;
  position: absolute;
  background: #EC691F;
  left: 0px;
  top: 0;
}
.qtySelector .qtyValue {
  width: 100%;
  pointer-events: none;
  color: #fff;
  border: 0;
  background: #EC691F;
  height: 100%;
  text-align: center;
}
.qtySelector .decreaseQty {
  border-right: 1px solid #fff;
}
.qtySelector .decreaseQty:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
}
.qtySelector .increaseQty {
  left: initial;
  right: -1px;
  border-left: 1px solid #fff;
}
.qtySelector .increaseQty:before, .qtySelector .increaseQty:after {
  content: "";
  position: absolute;
  background: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
}
.qtySelector .increaseQty:before {
  left: 50%;
  width: 14px;
  height: 2px;
}
.qtySelector .increaseQty:after {
  left: 50%;
  width: 2px;
  height: 14px;
}

.show_qty {
  text-align: right;
}
.show_qty .qtySelector {
  display: inline-block;
}

.redeemIc img {
  width: 24px;
}

.cart_page .address_dv {
  background: rgba(74, 115, 100, 0.5);
}
.cart_page .transaction_list {
  background: rgba(74, 115, 100, 0.2);
  margin-bottom: 24px !important;
}
.cart_page .transaction_list:last-child {
  margin-bottom: 0px !important;
}
.cart_page .transaction_list .summery .qtySelector {
  display: inline-block;
  width: 90px;
  height: 26px;
}
.cart_page .transaction_list .summery .qtySelector div {
  background: transparent;
  color: #fff;
}
.cart_page .transaction_list .summery .qtySelector .decreaseQty {
  border-width: 0px;
  background: rgba(74, 115, 100, 0.2);
  border-radius: 50%;
  width: 26px;
}
.cart_page .transaction_list .summery .qtySelector .decreaseQty:before {
  background: #fff;
  width: 40%;
}
.cart_page .transaction_list .summery .qtySelector .increaseQty {
  border-width: 0px;
  background: rgba(74, 115, 100, 0.2);
  border-radius: 50%;
  width: 26px;
}
.cart_page .transaction_list .summery .qtySelector .increaseQty:before {
  background: #fff;
  width: 40%;
}
.cart_page .transaction_list .summery .qtySelector .increaseQty:after {
  background: #fff;
  height: 40%;
}
.cart_page .transaction_list .summery .qtySelector .qtyValue {
  background: transparent;
}
.cart_page .right_cart_summery {
  background: rgba(74, 115, 100, 0.4);
}
.cart_page .gift_cart {
  background: rgba(74, 115, 100, 0.2);
}

.cart_text {
  margin-bottom: 20px;
}
.cart_text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 120px;
  height: 2px;
  background: #fff;
}

.customCheckbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.customCheckbox input:checked + label:after {
  content: "";
  top: 6px;
  left: 6px;
  width: 5px;
  height: 8px;
  position: absolute;
  border-style: solid;
  border-width: 0px 2px 2px 0px;
  transform: rotate(43deg);
  border-color: #fff;
}
.customCheckbox label {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-left: 20px;
  font-size: 13px;
  display: flex;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.customCheckbox label a {
  text-decoration: none;
}
.customCheckbox label:before {
  content: "";
  -webkit-appearance: none;
  border: 1px solid #4a7364;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  left: 0;
  top: 3px;
  border-radius: 2px;
}

.congrtulation_page .success_list_outer {
  background: rgba(74, 115, 100, 0.2);
}
.congrtulation_page .succes_border_dashed {
  border: 1px dashed #4a7364 !important;
  margin-bottom: 20px !important;
}
.congrtulation_page .succes_border_dashed:last-child {
  margin-bottom: 0px !important;
}
.congrtulation_page .delevery_details {
  background: rgba(74, 115, 100, 0.4);
  padding: 10px;
}

.deleverd {
  display: inline-block;
  padding-left: 20px !important;
  color: #00BC22;
  position: relative;
}
.deleverd::before {
  content: "";
  -webkit-appearance: none;
  background-color: #00BC22;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  left: 0;
  top: 4px;
  border-radius: 50%;
}
.deleverd::after {
  content: "";
  top: 6px;
  left: 4px;
  width: 5px;
  height: 8px;
  position: absolute;
  border-style: solid;
  border-width: 0px 2px 2px 0px;
  transform: rotate(43deg);
  border-color: #fff;
}
.deleverd.failed_dv {
  color: #DB0010;
}
.deleverd.failed_dv::before {
  background: #DB0010;
}
.deleverd.failed_dv::after {
  content: "\f00d";
  font-family: FontAwesome;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 300;
  width: 14px;
  height: 14px;
  left: -3px;
  top: 5.5px;
  border: 0;
  transform: none;
  background: transparent;
  color: #fff;
  line-height: 1;
  font-size: 11px;
}

@media (max-width: 1199px) {
  .congrtulation_page .delevery_details {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .login_mid .fs-34 {
    font-size: 30px;
  }
  .login_mid .fs-16 {
    font-size: 14px;
  }
  .login_mid .right_image .stand_img {
    width: 100%;
    margin-left: 10px !important;
  }
  .otp-form {
    display: flex;
    justify-content: space-between;
  }
  .otp-form .otp-field {
    height: 50px;
    border-radius: 10px;
  }
  .cart_page .address_dv ul li:first-child {
    width: 100%;
  }
  .main_outer {
    padding-bottom: 86px;
  }
  .congrtulation_page .congrtulation_dv .fs-34 {
    font-size: 28px;
  }
  .congrtulation_page .congrtulation_dv .fs-18 {
    font-size: 14px;
  }
  .congrtulation_page .success_list_outer {
    background: rgba(74, 115, 100, 0.2);
  }
  .home_section .inner_listing button {
    font-size: 12px;
  }
  .qtySelector {
    height: 36px;
  }
  .login_mid .step-claim .step_text::before {
    left: -30%;
  }
  .login_mid .step-claim .step_text::after {
    right: -31%;
  }
  .home_section {
    margin-top: 0px !important;
}
}
.openNav .dropMenu > div {
  position: relative;
  z-index: 9;
}

@media (max-width: 400px) {
  .login_mid .step-claim figure figcaption.fs-14 {
    font-size: 10px;
  }
  .otp-form .otp-field {
    width: 20%;
  }
}/*# sourceMappingURL=style.css.map */

@media (max-width: 575px) {.right_image .card_move {max-width: 70%;}}