.logo{
    height: 42px !important;
}

.live-chat {
    position: fixed;
    right: -67px;
    top: 30%;
    transform: rotate(-90deg);
    background-color: #206C6C;
    padding: 8px 15px 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.live-chat a {
    text-decoration: none;
}
.live-chat h3 {
    color: white;
    font-weight: bold !important;
    text-transform: none;
    font-size: 14px;
}
.landing button:not(.close){
    padding: 5px !important;
}


span.yellow-underline {
    border-bottom: 2px solid #FFD500;
}

@media (max-width: 991px) {
    .navbar{
        height: 72px !important;
    }
    .navbar-toggler{
        z-index: 10;
    }
    #navbarSupportedContent{
        background-color: white;
        position: absolute;
        width: 100vw;
        left: 0;
        top: 96px;
        text-align: center;
    }
    #navbarSupportedContent button {
        margin-bottom: 30px;
        font-size: 10px !important;
    }
    .navbar{
        background-color: white !important;
        -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    }
    .navbar ul{
        padding: 0;
    }
    .navbar ul li{
        float: none !important;
        font-weight: bold;
        margin: 10px 0 !important;
        padding: 10px 0 !important
    }
    .navbar ul li a{
        font-size: 16px !important;
        color: #206C6C !important;
    }
}