.footer-top {
    padding: 60px 0 30px;
    background: var(--primary);
}

.footer-top .footer-detail a img {
    margin-bottom: 25px;
    width: 250px;
}

.footer-top .footer-detail p {}

.footer-top .social-icons {
    position: relative;
    margin-top: 20px;
}

.footer-top .social-icons a {
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 0;
    color: #fff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 60px;
    background: #fff;
}

.footer-top .social-icons a:hover {
    border-color: var(--secondary);
    background: var(--secondary);
}

.footer-top .footer-title {
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 30px;
    position: relative;
    line-height: normal;
}

.footer-address .footer-social-icon {
    clear: both;
    float: left;
    font-size: 18px;
    margin-right: 12px;
}

.footer-address .footer-social-icon i {
    color: #fff;
}

.footer-address .footer-social-info {
    overflow: hidden;
}

.footer-address .footer-social-info p {
    margin-bottom: 10px;
    color: #fff;
}

.footer-address .footer-social-info a {
    color: #fff;
}

.footer-address .footer-social-info a:hover {
    color: var(--secondary);
}



.footer-top .footer-facilities ul.menu {
    margin: 0;
    padding: 0;
}

.footer-top .footer-facilities ul li {
    margin-bottom: 10px;
    color: #fff;
    list-style: none;
}

.footer-top .typeroom-price a {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ffffff8c;
}

.footer-top .typeroom-price span {
    color: #fff;
}

.footer-top .typeroom-price:hover span {
    color: var(--secondary);
}

.footer-bottom {
    padding: 15px 0;
    position: relative;
    background: var(--secondary);
}



@media (max-width: 992px) {}





@media (max-width: 789px) {
    #back-to-top {
        cursor: pointer;
        right: 0;
        display: block !important;
        width: 100%;
        background-color: #272a31;
        color: #fff;
        text-align: center;
        font-size: 14px;
        line-height: 21px;
        font-weight: 500;
        padding: 8px 5px 14px;
        letter-spacing: 0.02em;
        -moz-transition: background 0.3s linear;
        -o-transition: background 0.3s linear;
        -webkit-transition: background 0.3s linear;
        transition: background 0.3s linear;
        transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }

    #section-footer {
        padding: 0px 0px;
    }

    #back-to-top .icon {
        font-size: 24px;
        position: relative;
        top: 3px;
        margin-right: 2px;
    }

    #back-to-top:hover {
        background: var(--secondary);
        color: #fff;
    }
}

@media (max-width: 789px) and (max-width: 767px) {
    #back-to-top {
        display: block;
    }
}

@media (min-width: 789px) {
    #back-to-top {
        cursor: pointer;
        /*display: none;*/
        opacity: 0;
        position: fixed;
        right: 0;
        bottom: 10%;
        z-index: 6;
        width: 62px;
        height: 62px;
        font-size: 39px;
        line-height: 39px;
        background-color: var(--primary);
        color: #fff;
        text-align: center;
        -moz-transition: background 0.3s linear;
        -o-transition: background 0.3s linear;
        -webkit-transition: background 0.3s linear;
        transition: background 0.3s linear;
        backface-visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    #back-to-top .icon {
        font-size: 39px;
        line-height: 39px;
        position: relative;
        top: 10px;
        backface-visibility: hidden;
        transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }

    #back-to-top .text {
        display: none;
    }

    #back-to-top:hover {
        background: var(--secondary);
        color: #fff;
    }

    #back-to-top span {
        color: #fff;
    }


    #back-to-top.show {
        /*display: block;*/
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

@media (min-width: 789px) and (max-width: 789px) {
    #back-to-top {
        /*display: none !important*/
    }

}