#call-button {
    position: fixed;
    bottom: 5px;
    z-index: 900;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    display: none;
}

#call-button a.btn {
    box-shadow: 0 0 20px 3px #000;
    border: #fff 0.05em solid;
    width: 100%;
    background-color: #06f;
    cursor: pointer;
    color: #fff;
    padding: 10px;
}

.chat-loader {
    display: none;
}

.chat-loader button {
    background-color: #03a84e;
    color: #fff;
    text-decoration: none;
    padding: 10.5px;
    display: block;
    width: 196px;
    font-size: 14px;
    position: fixed;
    bottom: 0px;
    height: 60px;
    font-weight: bold;
    right: 0px;
    z-index: 999;
    justify-content: center;
    display: flex !important;
    align-items: center;
    border: none;
}

.callbutton {
    background: #004c97;
    border-radius: 20px;
    padding: 5px 15px;
    color: #fff;
    font-size: 13px !important;
    font-weight: 500;
    display: none;
    position: fixed;
    right: 15px;
    top: 10px;
    z-index: 99;
}

#site-footer {
    /*background: #004c97;*/

    background: #ffffff;
    padding: 80px 0 24px;
}

#site-footer .footer-col {
    display: flex;
    justify-content: center;
}

#site-footer .footer-top {
    margin-bottom: 20px;
    padding: 0px 50px;
}

#site-footer .footer-top .widget h4 {
    font-size: 20px;
    /*color: #1c1d1d;*/
    color: #17324a;
    font-weight: 700;
    margin-bottom: 28px;
}

#site-footer .footer-top .widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#site-footer .footer-top .widget ul li {
    margin-bottom: 10px;
}

#site-footer .footer-top .widget ul li a {
    /*color: #1C1D1D;*/
    color: #17324A;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

#site-footer .footer-top .widget ul li a .fab,
#site-footer .footer-top .widget ul li a span {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 1px solid #fff;
    text-align: center;
    line-height: 30px;
    margin-bottom: 8px;
    margin-right: 8px;
}

#site-footer .social-link-content {
    height: 32px;
    width: 32px;
    /*background: #000000;*/
    background: #17324a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#site-footer .social-icon-img {
    height: 16px;
    width: 16px;
}

#site-footer .fb-icon {
    height: 20px;
    width: 20px;
}

#site-footer .main-footer-social-links {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    margin-bottom: 20px;
}

#site-footer .footer-top .widget ul li a:hover {
    text-decoration: underline;
}

#site-footer .footer-top .widget ul li a:hover {
    text-decoration: underline;
}

#site-footer .footer-top .widget .menu li {
    margin-bottom: 10px;
}

#site-footer .footer-bottom {
    /*border-top: 2px solid #1C1D1D;*/
    border-top: 2px solid #17324a;
}

#site-footer .footer-bottom .copy {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    /*color: #1C1D1D;*/
    color: #17324a;
    margin-top: 15px;
    text-align: center;
}

#site-footer .chat-box {
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 0;
}

#site-footer .chat-box .chat-icon-main {
    background: #767578;
    padding: 10px;
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

#site-footer .chat-box .chat-icon-main .fas {
    font-size: 35px;
    margin-bottom: 5px;
}

#site-footer .chat-box .chat-box-cont {
    background-color: #fff;
    overflow: hidden;
    transition: 0.5s;
    padding-top: 5px;
    width: 340px;
    border: 1px solid #666;
    position: absolute;
    right: -400px;
    top: 0;
}

#site-footer .chat-box .chat-box-cont .text-heading {
    font-size: 20px;
    line-height: 25px;
}

#site-footer .chat-box .chat-box-cont .nav {
    border-top: 1px solid #666;
}

#site-footer .chat-box .chat-box-cont .nav .nav-link {
    padding: 8px;
    text-decoration: none;
    font-size: 13px;
    color: #a9a7a7;
    display: block;
    transition: 0.3s;
}

#site-footer .chat-box .chat-box-cont .nav .nav-link i {
    color: #111 !important;
}

#site-footer .chat-box .chat-box-cont .closebtn {
    position: absolute;
    top: -13px;
    right: 7px;
    font-size: 36px;
    margin-left: 60px;
    color: #000;
}

#site-footer .chat-box .chat-box-cont .btn {
    background: #3091dc;
    font-size: 14px;
    border: none;
}
.header-ph-no-footer img {
    width: 20px;
    height: auto;
    margin-right: 10px;
}
@media (max-width: 991px) {
    .chat-loader {
        display: block;
    }

    .chat-loader button {
        width: 131px;
        padding: 0px;
    }

    .live_chat_custom_button {
        display: block !important;
    }
}

@media only screen and (max-width: 991px) {
    .header-ph-no-footer {
        background-color: #14354e;
        color: #fff;
        text-decoration: none;
        padding: 10.5px;
        display: block;
        width: 160px;
        font-size: 14px;
        position: fixed;
        bottom: 0px;
        right: 120px;
        z-index: 999;
    }

    .chat-loader button {
        height: 42px !important;
        right: 0px !important;
    }
}

@media only screen and (max-width: 475px) {
    .header-ph-no-footer {
        width: 230px;
        left: 0px;
    }

    .header-ph-no-footer {
        text-align: center;
        height: 60px;
        padding: 20px;

    }

    .chat-loader button {
        height: 60px !important;
        right: -14px !important;
        width: 230px;
    }

    .live_chat_custom_button {
        height: 60px !important;
    }
}

@media only screen and (max-width: 376px) {
    .header-ph-no-footer {
        width: 200px;
        left: 0px;
    }

    .header-ph-no-footer {
        height: 60px;
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .chat-loader button {
        height: 60px !important;
        width: 200px;
    }

    .live_chat_custom_button {
        height: 60px !important;
    }
}

@media only screen and (max-width: 320px) {
    .header-ph-no-footer {
        width: 191px;
        left: 0px;
    }

    .header-ph-no-footer {
        height: 60px;
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .chat-loader button {
        width: 191px;
        right: -35px !important;
    }

    .live_chat_custom_button {
        height: 60px !important;
    }
}