.menus_bg{
    /*background: #cecece;*/
}
.navbar-nav>li>a{
    font-size: 14px;
    font-weight: 500;
}

.why-list ul {
    list-style-type: none;
    position: relative;
}
.why-list ul li{
    margin-bottom: 10px;
    padding-left: 10px;
}
.why-list ul li::before{
    content: "\f058";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #0a53be;
    font-size: 18px;

}