.tabHader {

    /* gap: 20px; */

}



.tabHader .tabItem {

    flex: 1;

    border-radius: 16px 16px 0px 0px;

    text-align: center;

    cursor: pointer;

    padding: 30px 0;

}

.img-box p {
    width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px !important;
    padding: 0 10px !important;
}


.tabHader .active {

    background-color: #f7f7f7;

}

.content .boxStyle:last-child {
    margin-bottom: 0;
}

.content .boxStyle img {
    max-width: 90%;
}

.tabHader .tabItem h6 {

    font-size: 18px;

    color: #010101;

    font-weight: bold;

    margin-top: 19px;

    margin-bottom: 0;

}



.content {

    display: inherit;

    background-color: #f7f7f7;

    border-radius: 6px;

    padding: 53px 60px;
    margin-top: -6px;
    margin-bottom: 50px;

}

.content .boxStyle p {
    line-height: 32px;
    padding: 0 32px;
}

.content h4 {

    font-size: 32px;

    color: #010101;

    font-weight: bold;

    text-align: center;
    margin-bottom: 0;
    margin-bottom: 41px;
    padding: 0 15px;
}



.content .boxStyle {

    background-color: #ffffff;

    border-radius: 10px;

    margin-bottom: 30px;

}

.content .boxStyle h2 {
    font-size: 26px !important;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    padding: 45px 0;

}


.content .evaluate {

    padding: 41px 0;

    line-height: 32px;

    color: #212121;

    /* font-weight: bold; */

    /* margin-top: 33px; */

}



.content .boxStyle1 h5 {

    font-size: 26px;

    color: #010101;

    font-weight: bold;

    padding: 41px 0 49px 0;

    text-align: center;

}



.content .retun {

    padding: 0 50px;

}



.content .retun .retusItem {

    background-color: #0a8c3e;

    padding: 15px 0;

    color: #ffffff;

    font-weight: bold;

    text-align: center;

    margin-bottom: 30px;

}



.content .process {

    text-align: center;

    padding-bottom: 30px;

    margin-bottom: 0;

}



.content .cost {

    color: #212121;

    text-align: center;

    padding-bottom: 30px;
    padding-top: 41px;

}

.content .cost p {

    margin-bottom: 0;

}



@media (max-width: 1600px) {

    .tabHader .tabItem h6 {

        font-size: 14px;

    }

    .content .boxStyle .MsoNormal span {
        /* font-size: 14px !important; */
    }

    .content .boxStyle p span {
        /* font-size: 14px !important; */
    }


    .content h4 {

        font-size: 24px;
        margin-top: 11px;

    }



    .content {

        padding: 40px;

    }



    .content .evaluate {

        padding: 30px 0;

        line-height: 31px;

        color: #212121;

        /* font-weight: bold; */

        margin-top: 25px;

    }

    .content .evaluate p {
        font-size: 16px;
    }

    .content .boxStyle1 h5 {

        font-size: 24px;

        padding: 30px 0 35px 0;

    }

    .content .boxStyle h2 {
        font-size: 21px !important;
    }

}



@media (max-width: 1200px) {

    .tabHader .tabItem h6 {

        font-size: 13px;

    }



    .tabHader .tabItem {

        padding: 20px 0;

    }

}



@media (max-width: 750px) {

    .tabHader {

        flex-wrap: wrap;

    }

    .tabHader .tabItem {

        flex: inherit;

        border-radius: 13px;

    }

    .tabHader .tabItem h6 {

        margin-top: 10px;

    }

    .content {

        padding: 20px 15px;
        margin-bottom: 0;

    }

    .content .evaluate p {
        font-size: 14px;
        padding: 0;
        line-height: 24px;
    }

    .content .boxStyle h2 {
        padding: 20px 0;
        font-size: 18px !important;
    }

    .content .boxStyle h2 span {
        font-size: 18px !important;
    }

    .content h4 {

        font-size: 18px !important;

        margin: 20px 0;
        margin-top: 5px;

    }



    .content .evaluate {

        padding: 15px;

        line-height: 29px;

        margin-top: 20px;

    }



    .content .boxStyle {

        margin-bottom: 20px;
        padding-top: 15px;

    }

    .content .boxStyle1 h5 {

        font-size: 18px;

        padding: 20px 0 20px 0;

    }

    .content .retun .retusItem {

        margin-bottom: 15px;

        font-size: 12px;

    }

    .content .retun {

        padding: 0 15px;

    }

    .content .cost p {

        margin-bottom: 0;
        padding: 0 15px;
        line-height: 24px;

    }

    .content .cost p span {
        font-size: 14px !important;
    }

    .process {

        padding: 0 15px;

    }

}