﻿
ul.menu {
    padding: 0;
    list-style: none;
    width: 100%;
    font-family: 'Century Gothic';
    clear: both;
    display: table;
    margin-top: 1%;
}
ul.menu .list {
    font-size: 14px;
    position: relative;
    width: 92%;
    box-sizing: border-box;
    height: auto;
    vertical-align: sub;
    background: #fff;
    clear: both;
    margin: 30px 0px 0px 0px;
    border-style: none;
    border-radius: 15px;
    box-shadow: 0px 4px 20px 3px rgba(85.50000000000001, 59.27206182065218, 59.27206182065218, 0.2);
    /* margin-bottom: 11%; */
}
ul.menu .list:after {
    content: "\f055";
    font-family: FontAwesome;
    position: absolute;
    right: 16px;
    top: 14px;
    padding: 0px 8px;
    color: #012B67;
    font-size: 23px;
}
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;
    padding: 17px 0px 17px 16px;
    display: block;
    height: 100%;
    box-sizing: border-box;
    font-size: 19px;
    letter-spacing: 0px;
    font-weight: bold;
    z-index: 9999999;
    color: #012B67;
    position: relative;
    text-transform: none !important;
}
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: "\f056";
    font-family: FontAwesome;
    position: absolute;
    right: 17px;
    top: 17px;
    padding: 0px 5px;
}
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: 100%;
    background: #fff;
    clear: both;
    margin-top: -17px;
    box-shadow: 10px 24px 19px 4px #e9e8e9;
    margin-bottom: 3%;
}
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;
}
ul.menu .active > .items .active > .items {
    background-color: #2f4b67;
}
ul.menu .active > a {
    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: 12px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: -10px;
    width: auto;
    padding: 17px;
}
.menu-box span{
    font-size: 15px;
    margin: 13px;
    margin-bottom: 0px;
}
.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;
}
.ie-box{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 5%;
}
.pcl-bsx{
    width: 100%;
    height: auto;
    display: inline-block;
}
.pclb-left{
    width: 75%;
    float: left;
}
.pclb-right{
    width: 25%;
    float: right;
    margin-top: 4%;
}
.trend-section h2{
        display: none;
}


@media screen and (max-width: 1024px) and (min-width: 0px) {
    ul.menu .list {
    font-size: 14px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    vertical-align: sub;
    background: #fff;
    clear: both;
    margin: 30px 0px 0px 0px;
    border-style: none;
    border-radius: 15px;
    box-shadow: 0px 4px 20px 3px rgba(85.50000000000001, 59.27206182065218, 59.27206182065218, 0.2);
    /* margin-bottom: 11%; */
}
    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: 100%;
        background: #fff;
        clear: both;
        margin-top: -17px;
        box-shadow: 10px 24px 19px 4px #e9e8e9;
        margin-bottom: 7%;
    }
    .pclb-right {
        width: 100%;
        float: right;
        margin-top: 4%;
    }
    .more {
        width: 100%;
        position: relative;
    }
    .ir-bex {
        width: 100%;
        position: relative;
    }
}