#scrollbar1 {
	width: 32%;
	margin: 0px auto 10px;
	position: relative;
	float: left;
}
#scrollbar1 .viewport {
	height: 700px;
	overflow: hidden;
	position: relative;
	background: transparent;
	border: 1px solid #f15f62;
	display: inline-block;
	width: 100%;
}
#scrollbar1 .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	width: 100%;
	display: inline-block;
}
#scrollbar1 .scrollbar {
	background: transparent url(../img/bg-scrollbar-track-y.png) no-repeat 0 0;
	position: absolute;
	background-position: 0 0;
	left: 0px;
	top: 0px;
	width: 15px;
	z-index: 99;
}
#scrollbar1 .track {
	background: transparent;
	height: 100%;
	width: 11px;
	position: relative;
	padding: 0 1px;
}
#scrollbar1 .thumb {
	background: transparent url(../img/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
	height: 20px;
	width: 5px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0px;
}
#scrollbar1 .thumb .end {
	background: transparent url(../img/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
	overflow: hidden;
	height: 5px;
	width: 25px;
}
#scrollbar1 .disable {
	display: none;
}
.noSelect {
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
#scrollbar2 {
	width: 64%;
	margin: 0px 0px 0px 40px;
	float: left;
}
#scrollbar2 .viewport {
	width: 95%;
	height: 700px;
	overflow: hidden;
	position: relative;
	background: rgba(0,0,0,0.5);
}
#scrollbar2 .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}
#scrollbar2 .scrollbar {
	background: transparent url(../img/bg-scrollbar-track-y.png) no-repeat 0 0;
	position: absolute;
	background-position: 0 0;
	right: 28px;
	top: 0px;
	width: 15px;
}
#scrollbar2 .track {
	background: transparent;
	height: 100%;
	width: 11px;
	position: relative;
	padding: 0 1px;
}
#scrollbar2 .thumb {
	background: transparent url(../img/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
	height: 20px;
	width: 5px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 6px;
}
#scrollbar2 .thumb .end {
	background: transparent url(../img/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
	overflow: hidden;
	height: 5px;
	width: 25px;
}
#scrollbar2 .disable {
	display: none;
}
.noSelect {
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

#scrollbar3 {
	width: 100%;
	position: relative;
}
#scrollbar3 .viewport {
	width: 100%;
	height: 700px;
	overflow: hidden;
	position: relative;
}
#scrollbar3 .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}
#scrollbar3 .scrollbar {
	background: transparent url(../img/bg-scrollbar-track-y.png) no-repeat 0 0;
	position: absolute;
	background-position: 0 0;
	right: 0px;
	top: 0px;
	width: 15px;
	z-index: 1;
}
#scrollbar3 .track {
	background: transparent;
	height: 100%;
	width: 11px;
	position: relative;
	padding: 0 1px;
}
#scrollbar3 .thumb {
	background: transparent url(../img/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
	height: 20px;
	width: 5px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 6px;
}
#scrollbar3 .thumb .end {
	background: transparent url(../img/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
	overflow: hidden;
	height: 5px;
	width: 25px;
}
#scrollbar3 .disable {
	display: none;
}
.noSelect {
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}


..review_scrollbar {
	width: 100%;
	position: relative;
}
.review_scrollbar .viewport {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}
.review_scrollbar .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}
.review_scrollbar .scrollbar {
	background: transparent url(../img/bg-scrollbar-track-y.png) no-repeat 0 0;
	position: absolute;
	background-position: 0 0;
	right: 0px;
	top: 0px;
	width: 15px;
	z-index: 1;
}
.review_scrollbar .track {
	background: transparent;
	height: 100%;
	width: 11px;
	position: relative;
	padding: 0 1px;
}
.review_scrollbar .thumb {
	background: transparent url(../img/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
	height: 20px;
	width: 5px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 6px;
}
.review_scrollbar .thumb .end {
	background: transparent url(../img/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
	overflow: hidden;
	height: 5px;
	width: 25px;
}
.review_scrollbar .disable {
	display: none;
}



@media (max-width: 1199px) {
#scrollbar2 {
	width: 64.6%;
	margin: 0px 0px 0px 20px;
}
}

@media (max-width: 991px) {
#scrollbar2 .scrollbar {
	right: 14px;
}
.faq_content li, .faq_right_sec h5 {
	font-size: 22px;
}
.faq_right_sec ul > li, .faq_right_sec > p {
	font-size: 20px;
}
}

@media (max-width: 767px) {
#scrollbar1, #scrollbar2 {
	width: 100%;
}
#scrollbar2 {
	position: relative;
	margin: 0px;
}
#scrollbar2 .scrollbar {
	right: -10px;
}
#scrollbar2 .viewport {
	width: 98.5%;
}
}
