

.banenr-form .contact-message {
    height: 60px;
}

.navigation ul {
    margin-bottom: 0;
}

.requestbtn a {
    text-decoration: none;
    outline: none !important;
    transition: all ease-in-out 0.3s;
    color: #fff;
}

.special-tag {
    position: absolute;
    bottom: -20px;
    font-size: 14px;
    background-color: #000;
    border-radius: 12px;
    padding: 4px 14px;
    color: #fff;
    right: 95px;
}

/*------------------- New LP Process & Pricing -------------------*/

.filing-tabs-sec {
        padding: 60px 0 20px;
}


.filing-tabs .nav {
    gap: 20px;
    border-bottom: 0;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.filing-tabs-cont { 
/*    padding: 0 0 80px;*/
    background-color: #f1f1f1;
        padding-top: 40px;
    
}

.filing-tabs-cont .tab-content {
    padding: 0;
    background-color: transparent;
}

.filing-tabs .nav-link.active {
    background: #00D279;
;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.15);
    border-radius: 10px !important;
    color: #fff !important;
    font-size: calc(20px + (28 - 20) * (100vw - 320px) / (1920 - 320));
    font-family: 'Calibri';
    font-weight: 500;
    padding: 10px 40px !important;
}

.filing-tabs .nav-link {
    border: 1px solid #00D279;

    border-radius: 10px !important;
    color: #000000 !important;
    font-size: calc(20px + (28 - 20) * (100vw - 320px) / (1920 - 320));
    font-family: 'Calibri';
    font-weight: 500;
    padding: 10px 20px !important;
    max-width: 100%;
    width: 510px;
    transition: 0.3s ease-in-out;
}

    .filing-tabs .nav-link:hover {
        background: #00D279;
;
        border: 1px solid #E5E5E5;
        box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        color: #fff !important;
    }

.filing-tabs-cont-box {
    background: #FFFFFF;
    border: 1px solid #D4CFCF;
    border-radius: 10px;
    padding: 20px 30px;
    text-align: center;
    min-height: 340px;
    transition: 0.3s ease-in-out;
}

.filing-box-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94px;
    height: 94px;
    margin: 0 auto;
    border: 1px solid #000000;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.filing-box-content h3 {
    color: #000000;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}

.filing-box-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #56575B;
    margin-bottom: 0;
}

.filing-tabs-cont-box:hover {
    box-shadow: 0px 0px 21px 1px rgba(0, 0, 0, 0.13);
}

@media (max-width: 1400px) {

    .filing-tabs .nav {
        gap: 10px;
    }

    .filing-tabs .nav-link {
        width: 458px;
        padding: 10px 15px;
        font-size: calc(20px + (26 - 20) * (100vw - 320px) / (1920 - 320));
    }

        .filing-tabs .nav-link.active {
            padding: 10px 15px;
            font-size: calc(20px + (26 - 20) * (100vw - 320px) / (1920 - 320));
        }

}

@media (max-width: 1200px){

}

@media (max-width: 991px){
    .filing-tabs-cont-box {
        padding: 20px 14px;
        min-height: 420px;
    }
}

@media (max-width: 767px){
    .filing-tabs .nav-link {
        width: 100%;
    }

    .filing-tabs-cont-box {
        min-height: auto;
        margin-bottom: 10px;
    }
}

@media (max-width: 575px){

    .filing-tabs-content .tab-pane {
        overflow: hidden;
    }

    .myprocessslide.myprocess-native-slider {
        flex-wrap: nowrap;
        transition: transform 0.4s ease;
        margin-bottom: 5px;
    }

    .myprocessslide .myprocess-native-slide {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .myprocess-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin: 0px 0 0;
        padding: 0;
    }

    .myprocess-dot {
        width: 10px;
        height: 10px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: #d3d3d3;
        cursor: pointer;
    }

    .myprocess-dot.active {
        background: #00d279;
    }
}

/*---------Tabing CSS for Process ---------*/


