.dd_flex_qw{
    display: flex;
}
.txt_qwtP{
    font-size: 16px;
    line-height: 25px;
    overflow-wrap: break-word;
    font-weight: 500;
    color: #1d1d1b;
    word-break: break-word;
}
.dd_flex_qw{
    display: flex;
    gap: 10px;
    align-items: center;
}
.outer_boxqw{
    display: flex;
    gap: 20px;
}
.bg_yuelow{
    background-color: #FEA426;
    border-color: #FEA426;
}
.mar_btm15px{
    margin-bottom: 30px;
}
.txt_infoqw{
    font-size: 13px;
    color: #1d1d1b;
    font-weight: 600;
}
.mb_10px{
    margin-bottom: 10px;
}
.font_600{
    font-weight: 600;
}
.bg_block_3{
    background: #f1f1f1;
    margin-top: -100px;
    background: #f1f1f1;
    margin-top: -100px;
    background: #f1f1f1;
    margin-top: -100px;
    background-image: linear-gradient(to bottom, #e9efff, #fff3fc);

}
.text_left{
    text-align: left;
    line-height: 25px;
}
.border_blk_taqe{
    padding: 15px;
    border: 1px solid rgb(234 234 234);
    border-radius: 12px;
    display: flex;
    gap: 20px;
    align-items: center;
    display: inline-flex;
}
.mar_btm0{
    margin-bottom: 0;
}
.clr_gren{
    color: #2AB200;
}
.flex_dirwcqer{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}


#clock span {
    float: left;
    text-align: center;
    font-size: 20px;
    
    color: #2AB200;
    padding: 8px;
    width: 50px;
    height: 45px;
    border-radius: 6px;
    box-sizing: border-box;
    background-color: #E3FFDA;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

#display , #clock{
    display: flex;
    gap: 25px;
}

#clock::after {
    content: "";
    display: block;
    clear: both;
}

#display span {
    float: left;

    text-align: center;
    margin-top: 20px;
    color: #1d1d1d;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
}

span.flip {
    animation: flip 0.7s ease forwards;
}

.d_flexqwe{
    display: flex;
    gap: 25px;
}
.dd_flex_gap_10pxqw{
    display: flex;
    gap: 20px;
    align-items: center;
}
.dd_flex_gap_mainwq{
    display: flex;
    justify-content: center;
    gap: 30px;
}
.mar_btm30px{
    margin-bottom: 30px;
}
.mar_btm_0{
    margin-bottom: 0;
}
.bg_brdeeqw{
    background-color: #fff;
    box-shadow: 0px 18px 50px 0px rgba(99.00000000000014, 89, 249, 0.12);
    min-height: 165px;
    margin-bottom: 20px;

}
.tab_maijn_blockq{
    padding: 5px;
    border-radius: 12px;
    border: 1px solid #e9e9e9;
    max-width: 295px;
}

.img_outer_blck img{
    max-width: 100%;
}
.img_outer_blck{
  
    border-radius: 12px;
    overflow: hidden;
}

.text_wrap_qw{
    text-align: center;
    padding: 10px 15px;
}
.dd_flex_flex_wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.tab_maijn_blockq .txzt_qwui {
    line-height: 28px;
    margin-bottom: 10px;
}
.bg_main_blocks{
    background-color: #fff;
    /* box-shadow: 0px 18px 50px 0px rgba(99.00000000000014, 89, 249, 0.12); */
    padding: 20px;
    /* margin-bottom: 20px; */
    float: left;
    border: 1px solid #e9e9e9;
    max-width: 600px;
    border-radius: 12px;
    background: #ffffff;

}
.bg_main_blocks .dd_flex_tqwr{
    border-bottom: none;
    padding: 12px 15px;
    min-height: auto;
    
}
.dd_flex_jsT-centers{
    display: flex;
    justify-content: center;
}
.brd_btm_none{
    border-bottom: none;
    padding: 12px 15px;
    min-height: auto;
}
.clr_redq{
    color: rgb(255 58 58);
}
.feture_not{

}
.text_main_qwr{
    
}

.tab_maijn_blockq:hover ,.bg_brdeeqw:hover{
    border-color: #2AB200;
}
.main_bdddlock_wrap  .mar_btm15px{
    margin-bottom: 15px;
    width: 100%;
    float: left;
    
}
.img_outer_blockw{
    margin-bottom: 20px;
}

.main_bdddlock_wrap{
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    float: left;
    overflow: hidden;
    background: #ffffff;
}
.img_outer_blockw img{
    max-width: 100%;
}
.main_pad_blockq{
    padding: 0 20px;
}
.mar_1234{
    margin-bottom: 15px;
}
.just_center{
    justify-content: center;
}
.clr_whitew{
    color: #fff;
}
.bg_grad_ww{
    background: radial-gradient(circle, rgb(227 255 243) 0%, rgb(255 255 255) 100%);
}
.bg_radial{
    background: radial-gradient(circle, rgb(208 255 235) 0%, rgba(246, 255, 251, 1) 100%);
}

/* @keyframes flip {
    0% {
        transform: rotateX(0deg);
    }
    100% {
        transform: rotateX(360deg);
    }
} */
@media only screen and (max-width: 992px) {
    html{
      width: 100%;
      overflow-x: hidden;
    }
    .outer_boxqw{
        flex-wrap: wrap;
    }
    .dd_flex_gap_mainwq ,.dd_flex_gap_10pxqw ,.dd_flex_jsT-centers{
        flex-direction: column;
    }
    .border_blk_taqe{
        width: 100%;
    }
    .feture_not{
        float: left;
    }
    .txzt_qwui{
        font-size: 15px;
    }
    .main_bdddlock_wrap{
        margin-bottom: 20px;
    }
    .par_trey{
        font-size: 16px;
    }
}