@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
    font-family: "Poppins", sans-serif;
}

img{
    max-width: 100%;
}
.cursor-pointer{
    cursor: pointer;
}

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

.text-danger {
    color: #E01F26 !important;
} 

.text-primary-2 {
    color: #0085FF !important;
}

.bg-primary {
    background: #00207e !important;
}
.btn-close-white{
    opacity: 1;
}




.bg-primary-2 {
    background: #0085ff;
}

.btn-primary {
    background: #00207e !important;
    border-color: #00207e !important;
}

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

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

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

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

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


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

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

.form-control{
    background: #F5F5F5;
    padding: 12px 10px;
    font-weight: 500;
}

.form-control:is(:focus, :active){
    border-color: #0085FF;
    background: #F5F5F5;
    box-shadow: none;
}
.form-control:not(:placeholder-shown) {
    border: 1px solid #0085FF;  
}



header #nav-icon1 {
    width: 24px;
    transform: rotate(0deg);
    transition: 0.2s ease-in-out;
    cursor: pointer;
    height: 20px;
}
header #nav-icon1 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;
}
header #nav-icon1 span:nth-child(1) {
    top: 2px;
}
header #nav-icon1 span:nth-child(2) {
    top: 50%;
}
header #nav-icon1 span:nth-child(3) {
    bottom: 0px;
}
header #nav-icon1:hover span:nth-child(2) {
    width: 70%;
}

.inner_listing {
    border-radius: 18px;
}

.tc_dv {
    position: absolute;
    color: #0085FF;
    right: 8px;
    top: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.bg_imge_wid {
    max-width: 64%;
}

.modal-body{
    border-radius: 20px;
    overflow: hidden;
}
.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;
  }


  .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: 54px;
    height: 54px;
    line-height: 46px;
    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;
  }
  .howToUse figcaption p {
    font-size: 13px;
  }
  .howToUse .owl-nav .owl-prev {
    position: absolute;
    left: -27px;
    color: #db0010 !important;
    font-size: 50px;
    background: transparent !important;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
  }
  .howToUse .owl-nav .owl-next {
    position: absolute;
    right: -27px;
    color: #db0010 !important;
    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;
  }
  .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;
  }

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

  .navigationSlide {
    max-width: 240px;
}
.navigationSlide li {
    width: 100%;
}
.navigationSlide li a {
    text-decoration: none;
    padding: 8px 10px;
    display: block;
    border-bottom: 1px solid #e9e9ea;
    font-size: 15px;
    color: #343434;
}

.downArrow::after{
    content: "";
    position: absolute;
    right: 10px;
    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: #000;
}

.brand_list{
    max-height: 50vh;
    overflow: hidden;
    overflow-y: auto;
}

.rotateIc:after{
    transform: translateY(-50%) rotate(225deg);
    top: 24px; 
}

.close_ic {
    border-radius: 50%;
    width: 24px;
    height: 24px; 
}

.btn-close {
    background-size: 10px;
}
.navigationSlide .close_ic{
    position: relative;
    left: -32px;
    top: 6px;
    position: absolute;
}
  @media (max-width: 1399px){
    .bg_imge_wid {
        max-width: 76%;
    }
    .mid_section .fs-28{
        font-size: 22px;
    }
  }
  @media (max-width: 1199px){
    .bg_imge_wid {
        max-width: 91%;
    }
    .mid_section .fs-28 {
        font-size: 18px;
    }
    .mid_section .fs-18 {
        font-size: 14px;
    }
    .mid_section .fs-12 {
        font-size: 10px;
    }
  }
  @media (max-width: 991px){
    .bg_imge_wid {
        max-width: 95%;
        margin-top: 10px;
    }     
  }

@media (max-width: 767px){
    .card_feature_outer.bg-primary-2{
        background: #00207e !important;
    }
    .card_list{
        display: none;
    }
    .cart_frt_text{
        position: relative;
    }
    .cart_frt_text::after{
        content: "";
        position: absolute;
        right: 18px;
        top: 18px;    
        height: 14px;
        width: 14px;
        border-style: solid;
        border-color: #fff;
        border-width: 0px 1px 1px 0px;
        transform: rotate(45deg); 
    }
    .showList .card_list{
        display: block;
    }
    .showList .cart_frt_text::after{
        transform: rotate(225deg);
        top: 24px;
    }
    .showList .cart_frt_text:before {
        content: "";
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: rgba(0,0,0,.5);
        z-index: -1;
    }
    .showList .cart_frt_text {
        position: relative;
        background: #00207e;
        z-index: 9;
    }
    .showList .card_list {
        display: block;
        position: relative;
        z-index: 9;
    }
}

.btnC {border-radius: 50%; width: 24px; height: 24px; display: flex; justify-content: end; float: right;}
.btnC .btn-close { background-size: 10px; opacity: 1}
.neModal {font-size: 16px}
.neModal .fw-700 {font-weight: 700}
.neModal .fs-14 {font-size: 14px }
.neModal .text-primary {color: #00207E !important}
.neModal .text-success {color: #4D962B !important}
.neModal .btn-success {background-color: #06B050 !important; border-color: #06B050 !important}
.neModal .reff {background: #F1F8FF; border: 1px dashed #217EDE;}
