/* Custom Styles */
/* Custom Styles */
.sec_fixed {
    position: fixed;
    width: 100%;
    z-index: 111;
    top: 0;
    border-bottom: 1px solid #ccc;
    display: none;
    transition: 0.4s;
}
@media screen and (max-width: 767px){
.sec_fixed a.btn {
    font-size: 17px;
    padding: 6px 53px;
    margin-top: -16px;
}
}