			.left-menu{
			  width:25%;
			  background-color:#0ba5fd;
			}	
		    .left-menu a{
				color:#FFFFFF;
			}
			.left-menu ul{
			    text-align: center;
			}
			.left-menu ul li  {
				line-height: 20px;
				padding: 21px 40px 20px 20px;
			}
			#right-use-help .use-help-title{
			   display:none
			  
			}
			#right-use-help .use-help-title a{
				text-decoration: none;
				color: #0078ca;
			}
				
			@media only screen and (max-width: 767px) {
				#right-use-help .use-help-title{
					display:block;
					padding:30px 0 0;
				}
				.left-menu{
					display:none;
				}
				#right-use-help{
				 width:100% !important;
				}
				section,.step-content{
					padding:0 5px!important;
				}
				.help-area{
					padding:0!important;
					
				}
			    .content-text img{
				   max-width:290px;
					
				}
			}