
ul.menu {
    padding: 0;
    list-style: none;
    width: 100%;
    margin: 20px auto;
    font-family: 'Century Gothic';
    display: table;
}
ul.menu .list {
    font-size: 14px;
    position: relative;
    width: 49%;
    box-sizing: border-box;
    height: auto;
    vertical-align: sub;
    box-shadow: 0px 0px 5px 5px #e9e8e9;
    background: #f8f8f8;
    padding: 2.5% 2%;
    margin-bottom: 1%;
    margin-right: 1%;
}
ul.menu .list:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 16px;
    top: 14px;
    padding: 0px 8px;
    color: #646464;
    font-size: 29px;
}
ul.menu .list:before {
    content: '\f07b';
    font-family: FontAwesome;
    position: absolute;
    left: 17px;
    top: 17px;
    padding: 0px 5px;
    color: #1cbbd0;
    display: none;
}
ul.menu .list a {
    text-decoration: none;
    display: block;
    height: 100%;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    margin-top: -10px;
}
ul.menu .list a:hover {
    transition: 300ms all;
}
ul.menu .list .items {
    height: 0px;
    overflow: hidden;
}
ul.menu .list .items a {
    padding: 17px;
}

ul.menu .list:last-child {
    border-bottom: none;
}
ul.menu .active:after {
    content: "\f106";
    font-family: FontAwesome;
    position: absolute;
    right: 17px;
    top: 10px;
    padding: 0px 5px;
    color: #646464;
}
ul.menu .active:before {
    content: '\f07c';
    font-family: FontAwesome;
    position: absolute;
    left: 17px;
    top: 17px;
    padding: 0px 5px;
    color: #fff;
}
ul.menu .active > .items {
    display: block;
    padding: 0px;
    height: auto;
    color: #fff;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 200ms;
    clear: both;
    float: left;
    width: 202%;
    position: absolute;
    left: 0;
    top: 100%;
    background: #f9f9fa;
    z-index: 100;
    max-height: 400px;
    overflow-y: auto;
    padding-right: 20px;
}
ul.menu .active > .items li {
    padding: 0px;
    border-bottom: 1px solid #324252;
    list-style: none;
}
ul.menu .active > .items li:last-child {
    border-color: transparent;
    padding-bottom: 0px;
    width: 100%;
}
ul.menu .active > .items .active > .items {
    background-color: #2f4b67;
}
ul.menu .active > a {
    color: #1cbbd0;
    text-transform: uppercase;
    font-weight: bold;
}
ul.menu .active .list {
    background: #697d92;
}
ul.menu .active .list a {
    padding: 17px 0px 17px 45px;
}

.menu-box{}
.menu-box h5{
    color: #3a3a3a;
    font-size: 17px;
    font-weight: normal;
    margin: 0;
}
.menu-box p{
    color: #3a3a3a;
    font-size: 17px;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 5px;
}
.menu-box span{
    color: #1cbbd0;
    font-size: 15px;
    margin: 13px 0;
}
.menu-bax{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    margin: 2% 0;
    color: #515151;
}
.menu-bax i{
    color: #1cbbd0;
    font-size: 15px;
    font-style: normal;
}
ul.menu .list span {
    width: 12px;
    height: 12px;
    background-color: #001c58;
    float: left;
    border-radius: 50%;
    margin-right: 2%;
    margin-top: -3px;
}