@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    min-height: 100vh;
    position: relative;
    padding-bottom: 70px;
    font-family: "Poppins", sans-serif;
}
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;
}

.cursor-pointer {
    cursor: pointer;
}

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

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

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

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

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

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

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

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


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


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

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

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

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

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

img {
    max-width: 100%;
}
.text-primary{
    color: #0088FF !important;
}
.bg-light{
    background: #F5F5F5 !important;
}
.btn-success{
    border-radius: 8px;
    border: 1px solid #008738 !important;
    background: #008738 !important;
    color: #fff !important;
}
 
.text-danger{
    color: #EB240F !important;
}
.text-success{
    color: #24890B !important;
}
.text-success-2{
    color: #2A8500 !important;
}
.text-white-2{
    color: rgba(255, 255, 255, .6);
}
.text-secondary{
    color: #212529 !important;
}

.mid_row{
    min-height: calc(100vh - 154px);
    background: #FF004D url("../images/login_bg.png") no-repeat center center/cover;
    border-radius: 50px;
    overflow: hidden;
}

.otp-form .otp-field {
    display: inline-block;
    width: 21%;
    height: 60px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #575757;
    outline: none;
    margin-right: 10px;
    background: transparent;
    border-radius: 14px;
}

.otp-form .otp-field:nth-last-child(2) {
    margin-right: 0px;
}

.otp-form .otp-field:focus {
    transform: scale(1.02);
    transition: all 0.3s;
    border: 1px solid #0574EA;
    color: #0574EA;
}

.otp-form .otp-field:not(:-moz-placeholder-shown) {
    border: 1px solid #0574EA;
    box-shadow: none;
    color: #0574EA;
}

.otp-form .otp-field:not(:placeholder-shown) {
    border: 1px solid #0574EA;
    box-shadow: none;
    color: #575757;
}
footer{
    background: #1E1E1E;
}


.nav-icon {
    width: 24px;
    transform: rotate(0deg);
    cursor: pointer;
    height: 22px;
}

.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: 50%;
}

.nav-icon span:nth-child(3) {
    bottom: 0px;
}

.nav-icon:hover span:nth-child(2) {
    width: 60%;
    background: #0574EA;
    right: 40%;
}

.logo_cong_mod{
    border-top: 1px dashed rgba(0, 0, 0, 0.20);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.20);
}
.crve_dv{
    min-height: inherit;
    border-radius: 0;
    height: 18px;
    margin: 0 8px;
    position: relative;
    background: #fff;
    z-index: 0;
}
.crve_dv:before{
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    border: 5px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
    border-radius: 100%;
    pointer-events: none;
    left: -8px;
}
.crve_dv:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    top: 50%; 
    border: 5px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
    border-radius: 100%;
    pointer-events: none;
    transform: translate(-50%, -50%) rotate(225deg);
    right: -34px;
}
.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: 16px;
  font-weight: bold;
}
.faq_outer p, .faq_outer li, .faq_outer ul {
  font-size: 13px;
}

.impInstructions ul {
  margin: 0;
}
.impInstructions ul li {
  padding-left: 14px;
  margin-bottom: 10px;
  position: relative;
  font-size: 13px;
}
.impInstructions ul li::before{
    content: "";
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 0;
}
.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;
}
.address_outer h5 {
  font-size: 16px;
}
.address_outer p {
  font-size: 13px;
}

.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 .owl-nav button span{
    display: none;
}
.howtomodal .step_text {
  font-weight: 600;
  font-size: 14px;
}
.howtomodal .step_text::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #FF0000;
  left: 0;
}
.howtomodal .min-h-con {
  font-size: 13px;
  text-align: center;
  overflow: hidden;
  overflow-y: auto;
  height: 60px;
}
.summery_dv .form-control{ 
    padding-top: 14px;
    padding-bottom: 14px;
    background: #f5f5f5;
}

.summery_dv .btn-success{
    padding-top: 14px;
    padding-bottom: 14px;
}
.voucha_val {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #CACACA;
    border-top: 1px dashed #CACACA;
}
.custom_cnva{
    max-width: 270px;
}

.custom_cnva .offcanvas-body a {
    display: block;
    width: 100%;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 0px;
    font-weight: 600;
    border-bottom: 1px dashed rgba(0, 0, 0, .2);
}
.custom_cnva .offcanvas-body a:last-child{
    border: 0;
}
.close_cnava {
    position: fixed;
    right: 290px;
    top: 16px;
}

.step_bg{
    margin-top: -6px !important;
}
.modal-backdrop{
    opacity: 1 !important;
    background: rgba(0, 0, 0, .8);
}
.pint_blnc img{
    width: 26px;
}
.online_brand{
    color: #24890B;
    background: rgba(36, 137, 11, .1);
    border-radius: 18px 18px 18px 0px;
    padding: 2px 12px 2px 20px;
    font-size: 12px;
}
.online_brand::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #24890B;
    border-radius: 50%;
}
.qty_outer {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.qty_outer .form-select {
  padding: 0px 10px 0 0 !important;
  background-color: transparent;
  border: 0;
  font-size: 12px;
  background-position: 100% center;
  width: 128px;
}
.del_drtails_txt::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background: #000;
}
.right_bg{
    position: relative;
    margin-left: -15%;
}
.av_blnc{
    background: #D9FFE0;
    padding: 10px;
}
.inner_list{
    border: 6px solid #212529;
}
.bg_dv_imge{
    border-radius: 25px;
}
.imp_ins li {
    width: 33.333%;
    margin-right: -4px !important;
    text-align: center;
}
.logo_dv {
    width: 120px;
    text-align: center;
}
.login_frm_2 {
    position: relative;
    z-index: 9;
}
@media (min-width: 992px){
    header .row{
        padding-right: 94px;
    }
    .contact_hrd{
        position: absolute;
        top: 10px;
        right: 0;
        width: 100px;
    }
}
@media (max-width: 1199px){
    .login_section .fs-38 {
        font-size: 30px;
    }
    .logo_dv {
        width: 90px;
    }
    .online_txt{
        font-size: 15px;
    }
    .imp_ins img {
        width: 32px;
    }
}
@media (max-width: 991px){
    .right_bg {
        margin-left: 0px;
    }
    .mid_row{
        background: none;
        min-height: auto;
        border-radius: 0;
    }
    .login_frm{
        background: #FF004D url("../images/login_bg_m.png") no-repeat bottom center/cover;
        border-radius: 28px;
        padding: 60px 30px;
    }
    .login_frm_2{
        background: #FF004D url("../images/login_bg_m.png") no-repeat bottom center/cover;
        border-radius: 28px;
        padding: 20px 10px;
    }
    .login_section .fs-18{
        font-size: 14px;
    }
   .login_section .fs-38 {
        font-size: 24px;
    }
    .login_section .fs-20 {
        font-size: 14px;
    }
    footer {
        font-size: 12px;
    }
    footer img {
        width: 88px;
    }
    .inner_list .fs-14{
        font-size: 9px;
    }
    .cong_modal .fs-18{
        font-size: 14px;
    }
    .inner_list .fs-12 {
        font-size: 10px;
    }
    .login_section .btn-light {
        font-size: 14px;
    }
    
    .pint_blnc img{
        width: 20px;
    }
    header.bg-white{
        background: transparent !important;
    }
    header .bg-white{
        position: relative;
        z-index: 1;
    }
    .inr_h {
        display: flex;
        align-items: center !important;
        height: 100%;
    }
    .round_1{
        border-radius: 0px 0px 0px 30px;
    }
    .round_2{
        border-radius: 0px 0px 30px 0px;
    }
    .logo_dv {
        width: 80px;
    }
    .online_txt {
        font-size: 13px;
    }
    .inner_list .btn-success {
        font-size: 13px;
    }
}
@media (max-width: 767px){
    .nav-tabs li .nav-link{
        font-size: 16px;
    }
}