.nav-right-links {
    width: 262px;
    float: right;
}
.nav-right-links ul {
    font-size: 0;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
  }
.nav-right-links ul li {
    width: 50%;
    justify-content: center;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.nav-right-links ul li.rt-btn-ddn-nav
{
    position: relative;
}

.nav-right-links ul li a
{
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 31px;
    border: 1px solid transparent;
    justify-content: center;
}
.nav-right-links ul li.rt-btn-link-nav a
{
    color: #fff;
    background: #0053be;
}
.nav-right-links ul li.rt-btn-ddn-nav a
{
    color: #454545;
    background: #d7d7d7;
}

.nav-right-links ul li.rt-btn-ddn-nav .rt-glo-list
{
    display: none;
}

.rt-glo-list ul li {
    width: 100%;
}
.rt-glo-list .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 31px;
    border: 1px solid transparent;
    justify-content: center;
    color: #454545;
    background: #d7d7d7;
    padding: 0;
}
.rt-glo-list .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:hover {
    color: #ffffff;
    background: #555;
    border-radius: 0;
}
.rt-glo-list .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.active a {
    color: #454545;
    background: #d7d7d7;
    border-radius: 0;
}

@media (min-width:768px){
.nav-right-links ul li.rt-btn-ddn-nav:hover .rt-glo-list,
.nav-right-links ul li.rt-btn-ddn-nav:focus .rt-glo-list
{
    display: block;
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 9999;
    left: 0;
}
}

@media (max-width:767px){
  .rt-btn-ddn-nav.active_ul .rt-glo-list { 
    display:block !important; position:absolute; width:100%; top:100%; z-index:9999; left:0; }
}
}