@media (max-width: 768px) {
    

    .scrollTopBtn {
        width: 50px;
        height: 50px;
        position: fixed;
        bottom: 20px;
        right: 20px;
        border-radius: 100%;
        background-color: #fff;
        z-index: 9000;
        box-shadow: 0 4px 8px rgba(0,0,0,.25);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        display: none;
        text-align: center;
    }

    .scrollTopBtn:hover > .scroll-top-button-icon {
        color: #edcd9e;
    }

    .scrollTopBtn > .scroll-top-button-icon  {
        font-size: 40px;
        margin-top: 3px;
        color: #dfcea1;
        display: block!important;
    }

    .legal-body {
        padding-top: 40px;
    }

    .wh-subtext-wrapper {
        width: 100%;
    }

}

@media (max-width: 567px) {

    .wh-header h1 {
        font-size: 25px;
    }
}

@media (max-width: 991px) {


    .navbar-wh {
        padding: 10px!important;
    }

}



