.page-help-container{
	overflow: hidden;
	/* padding: 20px 30px 0 30px; */
	min-height: 800px;
}
.help-bar-left{
	position: relative;
	float: left;
	/* padding-top: 32px; */
	border-width: 0;
}
.help-bar-left .f-bg{
	background-color: #fff;
	/* box-shadow: 0px 1px 2px #bbb; */
	padding: 20px 0;
	border-radius: 8px;
	border-width: 0;
}
.help-bar-left .u-aboutTabs a{
    display: block;
    height: 50px;
    /* padding-left: 18px; */
    line-height: 50px;
    font-size: 14px;
    /* border-top: 1px solid #ddd; */
    cursor: pointer;
    text-align: center;
    color: #000000;
    text-decoration: none;
}
.help-bar-left .u-aboutTabs a:hover {
    color: #00C7A3;
}
.help-bar-left .u-aboutTabs a:nth-child(1){
    border-top: none;
}
.help-bar-left .u-aboutTabs a.tabClick {
    background-color: #EBFBF8;
    color: #00C7A3;
}

.es-section.abt {
	/* float: right; */
	/* margin-left: -265px; */
	padding: 25px 20px;
	border-radius: 8px !important;
}
.section-header>h1 {
    margin-top: 5px;
    color: #000000;
    margin-bottom: 20px;
}
.editor-text p {
    color: #000000;
}

@media (max-width:767px) {
   .es-section.abt {
	    float: none;
	    width: 100%;
	    margin-left: 0;
	}
	.page-help-container{
		min-height: 300px;
	}
}

