@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
input:focus {    
    box-shadow: none;
    outline: none;
}
body{
    font-family: "Roboto", sans-serif;
}
a,
a:hover {
    text-decoration: none;
}
.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-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-16 {
    font-size: 16px;
}
.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-31 {
    font-size: 31px;
}
.fs-32 {
    font-size: 32px;
}
.fs-33 {
    font-size: 33px;
}
.fs-34 {
    font-size: 34px;
}
.fs-35 {
    font-size: 35px;
}
.fs-36 {
    font-size: 36px;
}
.fs-37 {
    font-size: 37px;
}
.fs-38 {
    font-size: 38px;
}
.fs-39 {
    font-size: 39px;
}
.fs-40 {
    font-size: 40px;
} 
.text-primary {
    color: #009FFF !important;
}
.bg-secondary{
    background: #F0F2F5 !Important;
}

.btn-primary{
    background: #002B74 !Important;
    border-color: #002B74 !important;
}

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

@media (min-width:  1240px){
    .container{
        max-width: 1240px;
    }
}
 
/*header*/
#nav-icon1 {
    width: 25px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    top: 0;
    padding: 1px 0 0 0;
    margin-left: 15px;
    height: 25px;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #979797;
    border-radius: 9px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 2px;
}

#nav-icon1 span:nth-child(2) {
    top: 12px;
}

#nav-icon1 span:nth-child(3) {
    top: 22px;
}

#nav-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); 
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    right: -48px;
    background: #fff;
}

#nav-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.slide_menu_m {
    right: 0;
    top: 0;
    width: 250px;
    height: 100vh;
    z-index: 999;
    display: none;
}
.over_lap_div {
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #0000002e;
    display: none;
    cursor: pointer;
    z-index: 9;
}
.slide_meni_list_h {
    background: #fff;
    width: 250px;
    height: 100vh;
    box-shadow: 0px 0px 8px 5px #00000017;
    overflow-y: scroll;
}
.slide_meni_list_h ul li a:hover {
    text-decoration: none;
}
.slider_cate_right {
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
}
.menu_ic.slider_nav_menu {
    left: 90%;
    z-index: 9999;
    position: fixed;
}
span#cate_click_slide {
    cursor: pointer;
}
.menu_slide_open {
    overflow: hidden;
}
html.menu_slide_open body {
    overflow: hidden;
}
.menu_slide_open .outer {
    transform: translateX(-190px);
}
/*header end*/


/*banner*/
.banenrSec {
    background: #FFD51E url(../images/bannerbg.jpg) no-repeat center center;
    padding: 50px 0px;
    background-size: cover;
}
.banenrSec .container:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -48px;
    width: 50%;
    height: 76%;
    background: url(../images/girlDes.png) no-repeat left bottom;
    background-size: contain;
}

.banenrSec h3{
    font-size: 37px;
    color: #002B74 ;
}

.inrDV {
    width: 100px;
    height: 60px;
    line-height: 60px;
}
.innerClaim button {
    bottom: 10px;
}
.innerClaim {
    padding: 10px 10px 60px;
}
.innerClaim h4 {
    line-height: 22px;
}
 
.hoverDv{
    display: none;
}
.openClaim .hoverDv{
    display: flex;
}
.claimed:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, .8) url('../images/claimed.png') no-repeat center center;
}

/*banner end*/


/*pop ups*/
.modal-content{
    background: #FBFBFB;
    border-radius: 20px;
}
/*.form-control {
    height: 48px;
}*/
.close {
    right: 5px;
    opacity: 1;
    z-index: 9;
    top: -32px;
}
.modal-dialog {
    margin-top: 38px;
}
@media (max-width: 1200px) {
    .menu_slide_open .outer {
        transform: translateX(-226px);
    } 
    .login_sec h4.fs-24 {
        font-size: 21px;
    }
}

 
@media (max-width:  1199px){
    .banenrSec h3 {
        font-size: 30px;
        color: #002B74;
    }
    .banenrSec .fs-20 {
        font-size: 18px;
    }
     .paySec .container:before {
        content: "";
        bottom: -115px;
    }
}

@media (max-width: 991px) { 
    .banenrSec .container:after {
        content: "";
        display: none;
    }
    .banenrSec h3 {
        font-size: 26px; 
    }
    .banenrSec .fs-20 {
        font-size: 16px;
    }
    .btmImage {
        margin-bottom: -47px;
    }
    .menu_slide_open .outer {
        transform: translateX(-220px);
    }
} 
@media (max-width: 767px) { 
    .menu_slide_open .outer {
        transform: translateX(-250px);
    }
    .modal-content .fs-30 {
    font-size: 25px;
}
.modal-content .fs-20 {
    font-size: 16px;
}
.innerClaim button {
    bottom: 10px;
    font-size: 14px;
}
.claimed:after{
    background-size: 90%;
}

}



@media (max-width : 510px){
    .banenrSec {
        background: #FFD51E url(../images/mob.jpg) no-repeat center center;
        padding: 50px 0px;
        background-size: cover;
    }
    .btmImage {
        margin-bottom: -47px;
    }
}


@media (max-width: 450px) {  
    .banenrSec h3 {
        font-size: 17px;
    }
    .banenrSec .fs-20 {
        font-size: 13px;
    }
    .innerClaim h4 {
        line-height: 19px;
        font-size: 13px;
    }
    .inrDV {
        width: 56px;
        height: 40px;
        line-height: 40px;
    }
} 

.ht1{
    color: #FFF!important;
}

