.submenu .subLi{
    border-bottom: 1px solid #818FA4;
    display: block;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.submenu .subLi:last-child{
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.submenu .subLi .myLink{
    color: #1A2236 !important;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    line-height: 24px;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.subAfter{
    padding-right: 35px !important;
}

.subAfter:after{
    background: url('../default-img/chevrondown1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    content: "";
    display: block;
    height: 10px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 35%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 14px;
    opacity: .9;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.submenu .subLi:hover .myLink{
    color: #2b509f !important;
}

.submenu .turntwo .myLink{
    color: #2b509f !important;
}

.turntwo .subAfter:after{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.undersubmenu{
    background: #fff;
    border: solid 1px #818FA4;
    border-radius: 8px;
    top: 0;
    left: 100%;
    padding: 10px 20px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.5s, opacity 0.5s linear;
    z-index: 9999;
    -webkit-transition: visibility 0.5s, opacity 0.5s linear;
    -moz-transition: visibility 0.5s, opacity 0.5s linear;
    -ms-transition: visibility 0.5s, opacity 0.5s linear;
    -o-transition: visibility 0.5s, opacity 0.5s linear;
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.opens{
    visibility:visible;
    opacity: 1;
}

.undersubmenu li{
    border-bottom: 1px solid #818FA4;
    display: block;
    float: none !important;
    margin-right: 0 !important;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.undersubmenu li:last-child{
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.undersubmenu li .undersubLInk{
    color: #1A2236 !important;
    cursor: pointer;
    display: block;
    font-size: 14px !important;
    font-weight: 500;
    position: relative;
    line-height: 24px;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.undersubmenu li .undersubLInk:hover{
    color: #2b509f !important;
}