.wrapper{
	z-index:6;
}

.mobile-show{
	display: none;
}

.no_scroll #chat-widget-container{
	display:none;
}

.no_scroll #okapi-wasb-button{
	display:none;
}
.wrapper nav{
	position: relative;
	display: flex;
	margin: 0 auto;
	height: 50px;
	align-items: center;
	justify-content: space-between;
}
nav .content{
	display: flex;
	align-items: center;
}
nav .content .links{
	display: flex;
	margin-bottom: 0;
	padding: 0;
}

.content .links li {
	list-style: none;	
	margin: 0px 8px;
	box-sizing: border-box;
}

.content .links li a, .content .links li label {
	color: #25bdcb;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 5px;
	border-radius: 5px;
	transition: all 0.3s ease;
	text-decoration: none;
}

.content .links > li:last-child a{
	padding-right:0;
}

.content .links li a i,
.content .links li label i{
	color: #25bdcb;
	font-size: 18px;
	font-weight: bold;
}

.content .links li label{
	display: none;
}


.wrapper .menu-icon {
	color: #25bdcb;
	font-size: 24px;
	cursor: pointer;
	line-height: 50px;
	height: 50px;
	text-align: center;
	width: 40px;
	position: relative;
	z-index: 99999999;
}


.no_scroll .wrapper .menu-icon {
    color: #2da39c;
}


.wrapper .menu-icon{
	display: none;
}

.wrapper input[type="checkbox"]{
	display: none;
}

/* Dropdown Menu code start */
.content .links ul{
	position: absolute;
	background: #398aab;
	top: 60px;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	padding-left: 0;
}
.content .links li:hover > ul{
	top: 50px;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease;
}
.content .links ul li a{
	display: block;
	width: 100%;
	line-height: 30px;
	border-radius: 0px!important;
	color: #fff;
}
.content .links ul ul{
	position: absolute;
	top: 0;
	right: calc(-100% + 8px);
}
.content .links ul li{
	position: relative;
}
.content .links ul li:hover ul{
	top: 0;
}

/* Responsive code start */
@media screen and (max-width: 1250px){

	.content .links li a{
		padding: 10px 0px;
	}

}

@media screen and (max-width: 960px){

	.mobile-show {
		display: flex;
		justify-content: space-evenly;
		border-bottom: none!important;
		margin-top: 2em!important;
	}

	.content .links li {
		border-bottom: 1px solid #307895;
	}


	.mobile-show a{}
	.mobile-show a i{
		font-weight:100!important;
	}
	
	.wrapper .menu-icon{
		display: block;
	}
	.wrapper #show-menu:checked ~ .menu-icon i::before{
		content: "\f00d";
	}

	
	nav .content .links {
    display: block;
    position: fixed;
    background: #398aab;
    height: 100%;
    width: 100%;
    top: 85px;
    margin-left: 0;
    overflow-y: auto;
    padding-bottom: 100px;
    transition: all 0.3s ease;
    padding-top: 1em;
		left: -100%;
}
	
	nav #show-menu:checked ~ .content .links{
		left: 0%;
	}

	.content .links li a, .content .links li label {
		line-height: inherit;
		font-size: 18px;
		display: block;
		padding: 15px 1em;
		cursor: pointer;
		color: #fff;
		font-weight: 200;
		margin-bottom: 0;
	}



	.content .links li a i,
	.content .links li label i{
		color: #fff;
	}

	.content .links li a.desktop-link{
		display: none;
	}

	/* dropdown responsive code start */
	.content .links ul,
	.content .links ul ul{
		position: static;
		opacity: 1;
		visibility: visible;
		background: none;
		max-height: 0px;
		overflow: hidden;
	}


	.content .links #show-aboutus:checked ~ ul,
	.content .links #show-face:checked ~ ul,
	.content .links #show-breast:checked ~ ul,
	.content .links #show-body:checked ~ ul,
	.content .links #show-hair:checked ~ ul,
	.content .links #show-dental:checked ~ ul{
		max-height: 100vh;
	}

	.content .links input:checked ~ ul{
		max-height: 100vh;
	}
	.content .links ul li{
		margin: 7px 20px;
	}
	.content .links ul li a{
		font-size: 18px;
		line-height: 30px;
		border-radius: 5px!important;
	}



	.links li ul {
		background: #ffffff1c!important;
	}

	.links li ul li{
		border-bottom:none!important
	}

	.links li ul li a {
		padding: 6px 0!important;
		font-size: 17px!important;
	}


}

@media screen and (max-width: 425px){

	.links li ul li a {
		padding: 6px 0!important;
		font-size: 14px!important;
	}

}