.pay_img {
    width: 170px;
    height: 170px;
    border-radius: 15px;
}
.pay_method {
    width: 100%;
    height: 330px;
    padding-top: 62px;
    text-align: center;
    font-size: 42px;
    line-height: normal;
    font-weight: bold;
    color: #fff;
}
.pay_method h2 span {
    color: #ff0000;
}
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the full div */
    z-index: -1; /* Puts the video behind the content */
}
.my-own-btn{
    background-color: #FFFFFF33 !important;
    font-size: 10px;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 10px 8px rgba(255, 255, 255, 0.5) inset;
    padding: 10px 30px 10px 30px !important;
}
.overla-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a6;
    object-fit: cover; /* Ensures the video covers the full div */
}
.mrge{
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.mrge .my-own-btn{
    margin-left: 0px !important;
    margin-right: 0px !important;
    border: none !important;
}
.lb_walb .lb_walb_con span , .lb_parnter h2 span, .lb_why h2 span , .lb_why .why_ul li .why_cnt h4{
    color: #0cddff !important;
}
.lb_why .why_ul li{
    background: #18181878 !important;
    backdrop-filter: blur(5px);
}
.lb_parnter .lb_partner_wrap .lb_partner_wrap_inn .flip-box-front, .lb_parnter .lb_partner_wrap .lb_partner_wrap_inn .flip-box-back{
    background: #00000000 !important;
    backdrop-filter: blur(5px);
    box-shadow: 0 0 10px white;
}
.anounce_bar {
    position: absolute;
    margin-top: 40px;
    margin-left: -15px;
    height: 38px;
    width: 100%;
    float: left;
}
.anounce_bar .notce {
    float: left;
    width: 9%;
    height: 38px;
    padding: 10;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #e71322;
}
.anounce_bar .news {
    float: left;
    width: 91%;
    height: 38px;
    padding-top: 8px;
    font-size: 14px;
    font-weight: 500;
    background-color: black;
}
@media screen and (max-width: 767px) {
    .pay_method {
        height: 258px;
        padding-top: 50px;
        font-size: 18px;
    }
    .pay_method .pay_img {
        width: 100px;
        height: 100px;
        border-radius: 15px;
    }
    .lb_walb{
        background-position: center center !important;
    }
    .lb_walb .lb_walb_con h4 {
        margin-bottom: 20px !important;
        margin-top: 30px  !important;
        font-size: 22px !important;
    }
    .anounce_bar {
        margin-top: 10px;
        margin-left: -15px;
    }
    .anounce_bar .notce {
        width: 17%;
        padding: 5px;
        font-size: 16px;
        font-weight: bold;
        height: 30px;
    }
    .anounce_bar .news {
        width: 83%;
        padding-top: 5px;
        height: 30px;
    }
    .lb_slider .mainslider {
        padding: 175px 0 0 !important;
    }
}