@media(max-width: 1199px){
    /* nav */
    .nav_ul{
        padding: 0 20px;
    }
    .nav_ul,
    .nav_ul li,
    .nav_ul li a{
        width: 100%;
        text-align: center;
    }
    .nav_ul li a{
        color: var(--bs-black);
    }
    .nav_ul li{
        margin-bottom: 10px;
    }
}

@media(max-width: 991px) {
    .tabs_wrapper .nav-item .nav-link {
        margin-bottom: 0;
    }

    .tabs_wrapper .nav-item .nav-link.active {
        border-radius: 5px !important;
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        -ms-border-radius: 5px !important;
        -o-border-radius: 5px !important;
    }

    .tabs_wrapper .nav-item .nav-link .tab_inner_btn {
        display: block;
    }

    .tabs_wrapper .tab-pane.active.show:first-child > .credit_pricing_table {
        border-top-left-radius: 5px !important;
    }
    .tabs_wrapper .tab-pane.active.show:last-child > .credit_pricing_table {
        border-top-right-radius: 5px !important;
    }

    .pricing_table_2 {
        height: auto;
    }
    .mt_m1 {
        margin-top: 0;
    }
}

@media(max-width: 767px){
    .br_md_none > br{
        display: none !important;
    }
    /* Home */
    .resource_box .resource_img {
        margin-top: -11vw;
        margin-top: -11dvw;
    }
    .advanced_business_credit_img{
        width: 35%;
        margin-top: -100px;
    }

    /* other */
    .column_reverse_sm {
        flex-direction: column-reverse;
    }
    .tabs_wrapper .nav-item .nav-link .tab_inner_btn img {
        height: 20px;
    }
    .tabs_wrapper .nav-item .nav-link .tab_inner_btn h5 {
        font-size: 16px !important;
    }
    .tabs_wrapper .nav-item .nav-link.active .tab_hidden_active {
        font-size: 12px;
        text-align: center;
    }
}

@media(max-width: 576px){
    /* Home */
    .resource_box .resource_img {
        margin-top: -14vw;
        margin-top: -14dvw;
    }
}

@media(max-width: 480px){
    /* Footer */
    .footer .full{
        flex: none !important;
        width: 100% !important;
    }
}