/*
Theme Name: Guide
Theme URI: https://www.guideconsultants.com
Version: 0.10
*/
footer .footer-terms ul{
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
footer .footer-terms ul li{
    margin-bottom: 15px;
}

footer .footer-terms ul li a{
    font-size: 16px;
    font-weight: 500;
    line-height: 19.41px;
    text-align: left;
    transition: all 0.5s ease;
    list-style: none;
}

footer .footer-terms ul li a:hover{
    color: var(--main-color) !important;
}

footer .footer-terms ul li a{
    text-decoration: none !important;
    color: var(--text-main-color) !important;
    opacity: 0.6 !important;
}

@media only screen and (max-width: 820px) {
    .benefits-section .section-title{
        width: 100%;
    }
}

@media only screen and (max-width: 360px) {
    .navbar-icons .btn{
        width: 50px;
        height: 50px;
    }

    .navbar-toggler{
        width: 50px;
        height: 50px;
    }
}