.site-header .header-inner .site-logo a {
    max-width: 250px;
    height: auto;
}
.banner-six{
    margin-top: -70px;
}
.swal2-default-outline{
    outline: 0 !important;
    box-shadow: none !important;
}
.swal2-icon.swal2-info {
    border-color: #cd413f !important;
    color: #cd413f !important;
}
.faq-wrapper-div{
    width: 60%;
}
a{
    color: initial;
}
html, body {
    overflow-x: hidden !important;
}
body{
    width: 100%;
}
.page-banner {
    height: 300px;
}
a.underline{
    color: inherit !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.502) !important;
    padding-bottom: 5px !important;
}
@media screen and (max-width: 960px) {
    .banner-six{
        margin-top: initial;
    }
    .testimonial-content{
        padding: 1em !important;
    }
    .faq-wrapper-div{
        width: 100%;
    }
    div.bio-info{
        margin-top: 20px;
    }
    #footer.footer-tax-service .footer-inner {
        padding: 116px 0 96px;
    }
}