.main-logo {
    max-width: 100px;
}
.sub-logo {
    margin-top: 6px;
}
.sticky-header .navbar-toggler{
    right: 18px;
}
.footer-single-col p {
    font-size: 14px;
}
.text-yellow {
    color: #ffc107 !important;
}
/* div#fs-contact {
    z-index: 9999;
} */
/* .offcanvas-backdrop::before{
    z-index: 9 !important;
}
.sticky-header {
    z-index: 9;
} */
.btn-close {
    float: right;
}
a.navbar-toggler {
    background-color: grey;
    color: #fff !important;
}
/* .z-index{
    z-index: 9999;
} */
.sticky-header .navbar-toggler:focus {
    border: 0px !important;
    box-shadow: none;
    background-color: #fff !important;
}
@media(min-width:992px){
    .hero-subscribe-form-wrap{
        display: none !important;
    }
    .promo-card-info h3 {
        font-size: 2rem;
    }
    .sub-logo {
        max-width: 300px;
        height: 58px;
    }
}
@media(max-width:992px){
    .main-logo {
        max-width: 50px;
    }
    .sub-logo {
        max-width: 250px;
        height: 58px;
    }
}
@media(max-width:768px){
    .sub-logo {
        max-width: 250px;
        height: 58px;
    }
}