
.headerTop nav ul.right>li.dropdown-menu-parent,li.h-menu,li.s-btn,a.sidenav-trigger {
    
    display: none !important;
}
.footer-bottom {
    padding-top: 0px !important;
}
.youtube-custom-modal {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
	display:none;
}
.youtube-custom-modal::after {
    background: #0009;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
}
.youtube-custom-modal > div {
    display: flex;
    align-items: center;
    justify-content: center;
	height:100%;
}
.youtube-custom-modal .modal-content {
    background: #fff;
    padding: 20px;
    max-width: 700px;
    width: 100%;
}
.youtube-custom-modal h5 {
    margin-bottom: 20px;
}
.youtube-custom-modal .material-icons.modal-close {
    position: absolute;
    right: 0;
    top: 0;
	cursor:pointer;
}
