.footer__lower {
    display: none !important;
}

footer {
    font-size: 16px;
    line-height: 1.85714286em;
    font-family: quicksand,sans-serif;
    color: #fff;
    font-weight: 400;
    padding: 110px 0 !important;
    background-color: transparent !important;
    background-image: linear-gradient(180deg,#474747 0,#252525 100%)!important;
}

footer h6 {
    margin-bottom: 30px !important;
    text-transform: none !important;
    font-family: quicksand,sans-serif !important;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 2.16666667em;
    margin-bottom: 0;
    letter-spacing: 1px;
    margin-right: -1px;
}

footer a {
    font-weight: 500;
    line-height: 1.5;
    font-size: 16px;
    font-family: quicksand, sans-serif;
    opacity: 0.7;
    color: white;
}

footer a:hover {
    opacity: 1;
    color: white;
    text-decoration: none;
}

footer .footer-copyright, footer .footer-copyright a {
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 26.88px;
    padding-top: 5px;
}

footer .nav-container {
    padding-bottom: 50px;
}

footer .dropdown__content a {
    text-align: left;
    opacity: 0.7;
    color: white;
}

footer .dropdown-toggle, footer .dropdown-toggle:active, footer .dropdown-toggle:focus, footer .dropdown-toggle:active:focus {
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: 0;
    border: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
    font-family: quicksand, sans-serif;
    font-size: 16px;
}

footer .dropdown__content  a, footer .dropdown__content a:focus, footer .dropdown__content a:hover, footer .dropdown__content a:focus, footer .dropdown__content a:hover, .dropdown-toggle:hover, .dropdown-toggle:active {
    opacity: 1 !important;
    color: white !important;
    background-color: transparent!important;
}

footer ul:not(.list-inline):not(.slides) li {
    padding-bottom: 8px;
}

.footer-layout .btn-test-dark {
    width: fit-content;
    margin: auto;
    height: 40px;
}

@media only screen and (max-width: 599px) {
    footer .btn-test-dark {
        display: block;
    }
}

footer .btn-test-dark {
    font-size: 16px;
    padding: 7px 20px !important;
    opacity: 1;
    color: white;
}

.footer-layout a.logo-holder {
    opacity: 1;
}

.footer-layout .btn-test-dark a:hover {
    color: white;
    text-decoration: none;
}

footer .dropdown__content {
    top: -20px;
    left: 128px !important;
    background: transparent !important;
    border: 0;
    box-shadow: none !important;
}

@media (min-width: 992px) and (max-width: 1199px){
    footer .dropdown__content {
        left: 94px !important;  
    }

    #menu1 .signintest {
        padding: 22px 0;  
    }

    #menu1 .signintest .btn-test {
        margin-left: 10px;
    }
}


@media (min-width: 768px) and (max-width: 991px){
    footer .dropdown__content {
        left: 307px !important;
    }
}

@media (max-width: 767px) {
    footer .dropdown .dropdown__content {
        left: 40% !important;  
    }
}

footer .container .dropdown__content .menu-vertical.text-left li {
    padding-bottom: 2px !important;
    line-height: 6px !important;
}

footer a.logo-holder, footer .btn-test-dark a {
    opacity: 1 !important;
}

#footer-container {
    margin-bottom: 40px;
}

.copyright-row>div{
    margin-top: 40px;
}

@media (max-width: 991px) {
    .text-center-sm {
        text-align: center;
    }
}

@media only screen and (min-width: 992px) {
    footer .nav-container:not(.nav-container-responsive){
        display: block;
    }
    footer .nav-container-responsive{
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    footer .nav-container:not(.nav-container-responsive){
        display: none;
    }
    footer .nav-container-responsive{
        display: block;
        padding-bottom: 30px !important;
        padding-top: 50px;
    }
}