/* Mobile Screen Style Layout */
@media only screen and (max-width:800px){
    .content_inline_jusfity_center_align_item_center,.footer_content_inline_jusfity_sp_align_item_center{
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .width_45, .width_35, .width_90{
        width: 100%;
        text-align: center;
    }
    .footer_width_35, .footer_width_45{
        width: 100%;
    }
    .small_text{
        font-size: 16px !important;
    }
    .title{
        font-size: 30px !important;
    }
    .button_section{
        display: flex;
        justify-content: center;
    }
    .button,.button_black,.header_button_black{
        cursor: none;
    }
    #headerUL{
        display:none;
    }
    .header_ul{
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        flex-direction: column;
        position: fixed;
        overflow-x: hidden;
        width: 270px;
        background: white;
        transition: 0.5s ease-in;
        top: 122px;
        left: -20px;
        padding-top: 20px !important;
        box-shadow: 0px -25px 20px -20px rgba(0, 0, 0, 0.45), 0px 25px 20px -20px rgba(0, 0, 0, 0.45), 25px 0 20px -20px rgba(0, 0, 0, 0.45);
    }
    .header_width_17{
        width: 70% !important;
    }
    .menu {
        display: block !important;
    }
    .desplay_container{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .fix_color_bx{
        background: aqua;
        padding: 10px;
    }
    .mg_fx_btm{
        margin-bottom: -6px;
    }
}
/* Tablet Screen Style Layout */
@media only screen and (max-width:915px){
    .header_width_20{
        display: none;
    }
}