.banner_heading{
    font-size: 2rem;
}

#welcome_taxdudez{
    background-color: #f3f5fa;
}
#financial_partner_img{
    box-shadow: -10px 10px 0px 0px rgb(226 228 233);
    width: 100%;
}
.read_more_btn{
    padding: 12px 32px;
    border: 2px solid #000;
}
.value_count{
    font-size: 75px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: -12px;
}
.support_business{
    background-image: url(../images/funfact-bg-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    top: 110px;
}
.business_overlay{
    background-color: rgba(255,255,255,0.85);
    padding-top: 65px;
    padding-bottom: 120px;
}
.love_what_we_do{
    padding-top: 245px;
}
#what_we_do{
    position: relative;
    top: 140px;
}
.services_box{
    border-top: 7px solid #000c2f;
    padding: 38px 34px;
}
.services_box img{
    width: 78px!important;
    height: 85px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}
.why_choose_taxdudez{
    padding-top: 220px;
    padding-bottom: 60px;
    background-color: #f3f5fa;
}
#home2_img{
    position: relative;
    z-index: 2;
}
.accordion-item{
    background-color: #f3f5fa;
    border: none;   
}
.accordion-button{
    box-shadow: 0px 1px 2px 0px rgb(199 201 205 / 60%);
}
.contact_us_icon{
    border-right: 1px solid #6c757d;
}
.contact_us_btn{
    padding: 14px 36px 14px 20px;
}
.contact_strip{
    background-color: #e9ebf1;
}
.request_callback{
    background-color: #f5f5f5;
}
#home2_img{
    height: 286px;
    width: 65%;
}
.whyChooseCol_1{
    min-height: 380px;
}
#entrepreneurship_img{
    height: 200px;
    width: 80%;
    bottom: 0;
    right: 20px;
}
@media screen and (min-width: 576px){
    .counter_img::after {
        content: "";
        position: absolute;
        right: -12px;
        top: 23px;
        z-index: 2;
        width: 24px;
        height: 72px;
        background: url(../images/slash.png) no-repeat 0 0;
    }
    #home2_img{
        height: 386px;
        width: 350px;
    }
    #entrepreneurship_img{
        height: 281px;
    }
    .whyChooseCol_1{
        min-height: 510px;
    }
    .banner_heading{
        font-size: 3rem;
    }
}
@media screen and (min-width: 992px){
    .img_slash::after {
        content: "";
        position: absolute;
        right: -12px;
        top: 23px;
        z-index: 2;
        width: 24px;
        height: 72px;
        background: url(../images/slash.png) no-repeat 0 0;
    }
}