#header
{
	background: #FFFFFF;
	padding-top: 30px;
	z-index: 999999999;
}
#header .header-width
{
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
}
.header-lr
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-lr-ll
{
	align-self: center;
}
.header-lr-lr
{
	margin-left: 30px;
	align-self: center;
	cursor: pointer;
}
.sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
	z-index: 99999999;
}
.float-menu {
    position: absolute;
    padding-bottom: 100px;
    width:0px;
    height: 100%;
    right: 0;
    top: 0;
    overflow: scroll;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
	z-index: 99999999;
	opacity: 0;
}
.menu-show{position: fixed; opacity:1;width:100%; overflow: hidden;overflow-y: auto;-webkit-transform:translateY(0);transform:translateY(0);}
.float-menu>div.container {
    position: absolute;
	left:0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.8);
}
.menu-nav-popup
{
	background: #FFFFFF;
	position: absolute;
	right: 0;
	height: 100%;
	border:1px solid rgb(235,235,235);
	padding-left: 50px;
}
.menu-header-2
{
	min-height: 110px;
}
.btn-menu-close
{
	position: absolute;
    right: 75px;
    top: 30px;
}
.menu-item-list
{
	min-width: 400px;
}
.menu-item-list-item
{
	margin-top: 10px;
}
.menu-item-help
{
	margin-top: 30px;
}
.menu-item-help-service-item
{
	margin-top: 10px;
	display: flex;
}
.menu-item-help-service-item-ll{
	align-self: center;
}
.menu-item-help-service-item-lr
{
	align-self: center;
	margin-left: 10px;
}
.popup-mark-up, .footer-popup {
    position: fixed;
	z-index: 999999999;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}
.donate-popup-con {
	background: #ffffff;
	max-width: 500px;
}
/* @media screen and (max-width: 1366px){
	.btn-menu-close {
		right: 75px;
	}
   } */
@media screen and (max-width:768px) {
	.header-lr-lr {
		margin-left: 10px;
	}
	.header-lr-btn {
		margin-right: 10px !important;
	}
	.header-width a {
		flex: 1;
	}
	.menu-nav-popup {
		width: 100%;
	}
	.btn-menu-close {
		right: 30px;
	}
	.friend-popup-con, .donate-popup-con {
		width: 100% !important;
		position: relative;
	}
	.flex_col {
		padding: 0 !important;
	}
	.friends-p1-view-popup-lr, .donate-p1-view-popup-lr {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 50px;
	}
	.friend-popup-space, .donate-popup-space {
		position: absolute;
		width: 100%;
		height: 20px;
		background: #ffffff;
		left: 0;
		bottom: 0;
	}
}