.menu_info{
	padding-bottom:20px;
    overflow:hidden;
}

.menu_info img{
	width:25%;
}

.menu_info ul{
    float:right;
    width:72%;
}
.menu_info p span{
	color:#0e4fa9;
    font-size:21px;
}

.menu_info ul li{
    text-align:left;
	font-size: 14px;
    font-weight:bold;
    color:#666;
    line-height:28px;
    margin-left:5px;  
    padding:0px 0 0px 20px;
}

.menu_info ul li:before{
	display:inline-block;
    content:"";
    width:5px;
    height:5px;
    background-color:#a4bcf7;
    border-radius:50%;
    margin-right: 8px;
    margin-bottom:2px;
}

.step h3{
	font-size: 18px;
    font-weight:bold;
    color:#129be2;
    margin:10px 0 10px 0;
}

.step h3:before{
	display:inline-block;
    content:"";
    width:15px;
    height:15px;
    background-color:#fff;
    border:4px solid #3c6ee7;
    border-radius:50%;
    margin-right:8px;
    margin-bottom:2px;
    vertical-align:middle;
}

.list{
    text-align:left;
	font-size:14px;
    color:#666;
    line-height:28px;
    margin-left:5px;
}

.list:before{
	display:inline-block;
    content:"";
    width:5px;
    height:5px;
    background-color:#a4bcf7;
    border-radius:50%;
    margin-right: 8px;
    margin-bottom:2px;
}

.text {
    text-align:left;
	font-size: 16px;
    color:#0e4fa9;
    line-height:28px;
    margin-left:5px;
    padding:20px 0;
}

/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
.menu_info img{
	width:100%;
}
    .menu_info ul{
    width:100%;
}
}
