/*your custom css goes here*/
.btn-outline-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    box-shadow: none;
}


@media screen and (max-width: 991px) {
    .header-bottom {
        display:none !important;
    }
}
