*{
    box-sizing: border-box !important;
}
#head_hold{
    /*width: 100%;*/
}
.f_image{
    /*background-image: none !important;*/
}
#topmenu-mob{
    display: none;
}
#mobMenu{
    display: none;
}
#toTopBtn{
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: green;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999;
    align-items: center;
    justify-content: center;
}
#toTopBtn span{
    text-align: center;
    color: #fff;
    font-size: 22px;
}
@media (max-width: 540px) {
    .amin_f {
        /*display: flex;*/
        /*flex-direction: column;*/
    }
    #featured_h{
        display: none;
    }
    #topmenu{
        display: none;
    }
    #mobMenu{
        position: absolute;
        top: 40px;
        right: 25px;
    }
    #mobMenu,
    #mobMenu::before,
    #mobMenu::after{
        display: block;
        width: 30px;
        height: 2px;
        background-color: #fafafa;
        /*position: relative;*/
        z-index: 10;
    }
    #mobMenu::before{
        content: '';
        position: relative;
        top: -6px;
        transition: all .3s ease;
    }
    #mobMenu::after{
        content: '';
        position: relative;
        top: 4px;
        transition: all .3s ease;
    }
    #mobMenu.active{
        height: 0;
        position: fixed;
        right: 25px;
    }
    #mobMenu.active::before{
        top: 1px;
        transform: rotate(45deg);
    }
    #mobMenu.active::after{
        top: -1px;
        transform: rotate(135deg);
    }
    #topmenu-mob{
        z-index: 9;
        background-color: rgba(0,0,0,.7);
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        color: #fafafa;
    }
    #topmenu-mob li{
        margin: 15px 0;
    }
    #topmenu-mob a{
        color: #fafafa;
    }
    #head_hold{
        width: 100% !important;
    }
    #logo{
        width: 100% !important;
        /*display: flex;*/
        /*justify-content: space-around;*/
        margin-top: 10px;
        /*align-items: center;*/
    }
    #logo > a{
        display: block;
        width: 60%;
        position: relative;
        left: 0;
    }
    #logo img{
        width: 100%;
        height: auto;
    }
    #contact_info{
        display: none;
    }
    #main_w{
        width: 100% !important;
        padding: 10px;
        font-size: 18px;
    }
    #content{
        width: 100% !important;
    }
    #footer{
        width: 100% !important;
    }
    .w_footer{
        width: 100% !important;
    }
    .info_b{
        width: 100% !important;
    }
    .inf_pl{
        width: 100% !important;
    }
    .plist{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .plist li{
        display: block;
        width: 100%;
        margin: 10px;
        padding: 10px;
        float: none;
    }
    .p_hold{
        width: 100%;
        height: auto;
        background-color: white;
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0 0 25px rgba(0,0,0,.25);
    }
    .p_hold img{
        width: 100%;
        height: auto;
        border-radius: 5px;
    }
    .p_hold .marker{
        left: 0;
        width: 100%;
    }
    #left_phold{
        float: none;
        width: 100%;
    }
    #galleryp{
        width: 100%;
        float: none;
        padding-top: 20px;
    }
    #galleryp img{
        width: 48%;
        padding: 0;
        margin: 2px;
        background-image: none !important;
    }
    .fancybox-skin{
        width: 100% !important;
        height: auto !important;
    }
    ul.detail_ul li label{
        width: 50%;
    }
    #sidebar{
        display: none !important;
    }
    .banner{
        display: none !important;
    }
    #footer{
        display: none !important;
    }
    .inf_pl{
        display: none !important;
    }
    #toTopBtn.show{
        display: flex;
    }
}