

.content.mCustomScrollbar{
	overflow: auto;
	position: relative;
	padding: 0;
	padding-bottom: 40px;
	margin: 0;
	width: auto;
	max-width: 100%;
	height: 360px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.mCustomScrollbar-top{
	padding-right: 30px !important;
}

/* .content.hidden{ display: none; } */

.content.mCustomScrollbar p{ margin-bottom: 30px;}


/* ************* media screen width below 990px - Start **************** */
@media only screen and (max-width: 990px) {
	.content.mCustomScrollbar{
		height: 300px;
	}
}

/* ************* media screen width below 640px - Start **************** */
@media only screen and (max-width: 640px) {
	.content.mCustomScrollbar{
		height: auto;
	}
}