footer {
    background: url(../../../../../uploads/2021/04/footer_bg.webp)no-repeat #292d36;
    background-size: cover;
    background-position: center;
    padding-top: 70px;
    position: relative;
}

footer::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #292d3687;
    z-index: 1;
}

footer .container{
    position: relative;
    z-index: 2;
}
footer .footer-top-section {
    padding-bottom: 50px;
}
footer .footer-menu li a:hover {
    text-decoration: underline !important;
}
footer .footer-menu li a {
    color: #fff;
}
footer .footer-title,
footer .footer-menu li {
    line-height: 24px;
}
footer .primary-heading-box .sub-heading {
    font-size: 38px;
    line-height: 1.4;
}
footer .footer-title {
    color: var(--yellow);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 45px;
    display: block;
}
footer .logo {
    max-width: 120px;
    margin-bottom: 20px;
}
footer p {
    font-size: 15px;
    line-height: 24px;
}
footer .summary-col .inner-content{
    max-width: 350px;
}
footer .summary-col p{
    margin-top: 25px;
}
footer .social-icons {
    display: block;
    padding-left: 0;
    list-style: none;
    margin: 25px auto;
}
footer .social-icons li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}
footer .social-icons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    font-size: 0;
}
footer .social-icons li a i {
    font-size: 15px;
    line-height: unset;
}
footer .footer-menu li {
    list-style: none;
    margin-bottom: 10px;
    color: #fff;
    font-size: 15px;
}
footer .footer-main-section .clutch,
.footer-main-section .trustpilot,
.select-box label {
    display: block;
    font-size: 0;
}
footer .footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 15px 0;
    margin-top: 25px;
    display: block;
}
footer .footer-copyright li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0 !important;
}
.review-badges {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 15px;
    row-gap: 10px;
    margin: 25px auto;
}
@media only screen and (max-width: 991px) {
    footer .summary-col .inner-content{
        max-width: 100%;
    }
    footer .primary-heading-box .sub-heading{
        font-size: 28px;
    }
}
@media only screen and (max-width: 767px) {
    footer {
        background-size: cover;
    }
    footer .footer-heading-box .main-heading {
        font-size: 28px;
        line-height: 38px;
    }
}
@media only screen and (max-width: 575px) {
    footer {
        text-align: center;
        padding-top: 50px;
    }
    footer .button-style{
        justify-content: center;
    }
    footer .footer-main-section .logo img {
        max-width: 100px;
    }
    footer .footer-title {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    footer .footer-top-section {
        padding-bottom: 30px;
    }
    footer .footer-menu li {
        line-height: 1.5;
        font-size: 14px;
    }
}
