/*Content CSS*/
#sub_top_menu {background:transparent;  text-align: center; z-index: 5; position: relative; margin-top:40px;}
#sub_top_menu ul {display: flex; justify-content: center;}
#sub_top_menu ul li {width:180px; margin-right:20px;}
#sub_top_menu ul li:last-child {margin-right:0;}
#sub_top_menu ul li a {display: block; font-family: 'paybooc-Medium',sans-serif; font-size:16px; color:#000; letter-spacing: 0.8px; padding-bottom:12px; width:100%; border-bottom: 2px solid #e9e9e9;
transition: all .3s ease;}
#sub_top_menu ul li a.active {border-color:#e60412;}
#sub_top_menu ul li a:hover {border-color:#e60412;}


@media screen and (max-width:1200px) {

}

@media screen and (max-width: 960px) {

}

@media screen and (max-width: 640px) {

}
