/* New Updated */

.diff-table-area .table {
    color: #000;
}

.total-diffrce-area {
    padding: 50px 0;
    text-align: center;
}

.total-diffrce-area h2 {
    font-family: 'Recoleta';
    font-size: 45px;
    font-weight: 500;
    color: #04b6b0;
    margin-bottom: 20px;
}

.diff-table-area tr td:first-child {
    text-align: left;
}

.diff-table-area tr td:nth-child(2),
.diff-table-area tr th:nth-child(2) {
    background: #f1452e;
    color: #fff;
    position: relative;
    text-align: center;
    width: 140px;
}

.diff-table-area tr td:nth-child(3),
.diff-table-area tr th:nth-child(3) {
    text-align: center;
}

.diff-table-area tr th:nth-child(2):before {
    content: '';
    position: absolute;
    height: 20px;
    left: 0;
    right: 0;
    top: -19px;
    background: #f1452e;
    border-radius: 10px 10px 0 0;
}

.diff-table-area tr:last-child td:nth-child(2):before {
    content: '';
    position: absolute;
    height: 20px;
    left: 0;
    right: 0;
    bottom: -19px;
    background: #f1452e;
    border-radius: 0 0 10px 10px;
}

.diff-table-area figure,
.diff-table-area table {
    margin-top: 25px;
}

.diff-table-area table tr td {
    border-color: #333333;
}

.diff-table-area table tr th {
    border: 0 !important;
}

.total-diffrce-area .diff-icons-area {
    padding: 40px 0;
}

.total-diffrce-area .diff-icons-area img {
    margin: 10px 20px;
}

.total-diffrce-area .btn {
    font-size: 24px;
    text-transform: uppercase;
    padding: 8px 50px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.diff-table-area table tr td {
    background: none;
    border: 0;
    vertical-align: middle;
}

.diff-table-area table tr:nth-child(2n) td {
    background: #f5f5f5;
}

.diff-table-area table tr:nth-child(2n) td:nth-child(2n) {
    background: #f35841;
}

.d_desktop {
    display: inline-block;
}

.d_mobile {
    display: none;
}

.diff-table-area th span {
    display: block;
    font-size: 12px;
    text-align: left;
    margin: 0 auto;
    width: 76px;
}


.diff-table-area td .fa-times {
    font-size: 18px;
    color: #555;
}

.diff-table-area tr td:nth-child(3),
.diff-table-area tr th:nth-child(3) {
    padding-right: 0;
    border-radius: 0 0 10px 10px;
}

.diff-table-area tr td:nth-child(1),
.diff-table-area tr th:nth-child(1) {
    padding-left: 40px;
    border-radius: 10px 0 0px 10px;
}

.d_desktop {
    margin-bottom: 20px;
}

.chart_holder figure {
    margin-top: 60px;
    margin-bottom: 0;
}

.chart_min {
    margin-top: -15px;
    position: relative;
    z-index: 8;
}

.diff-table-area tr th:nth-child(2)::before {
    z-index: 99;
}

.diff-table-area th:nth-child(1),
.diff-table-area td:nth-child(1) {
    width: 250px !important;
}


.diff-table-area th:nth-child(2),
.diff-table-area th:nth-child(3) {
    width: 100px !important;
}


.diff-table-area td:nth-child(2),
.diff-table-area td:nth-child(3) {
    width: 70px !important;
}

.diff-table-area h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.diff-table-area p {
    font-size: 14px;
}


@media screen and (max-width: 575px) {

    .diff-table-area th:nth-child(1),
    .diff-table-area td:nth-child(1) {
        width: 150px !important;
    }


    .diff-table-area tr td:nth-child(2),
    .diff-table-area tr th:nth-child(2) {
        width: 66px;
    }


    .diff-table-area tr td:nth-child(3),
    .diff-table-area tr th:nth-child(3) {
        width: 50px !important;
        padding: 0;
    }



    .diff-table-area th span {
        font-size: 10px;
    }

    .diff-table-area th span {
        font-size: 10px;
    }

    .diff-table-area tr th:nth-child(2)::before {
        top: -8px;
        height: 9px;
    }

    .diff-table-area tr:last-child td:nth-child(2)::before {
        bottom: -8px;
        height: 9px;
    }

    .diff-table-area td .fa-times {
        margin-top: 3px;
    }


    .diff-table-area tr td:nth-child(1),
    .diff-table-area tr th:nth-child(1) {
        padding-left: 10px;
    }

    .diff-table-area h4 {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .diff-table-area p {
        font-size: 14px;
        margin: 0;
    }

    .diff-table-area th span {
        display: block;
        font-size: 10px;
        text-align: left;
        margin: 10px 0 0 0;
        width: auto;
        padding-left: 10px;
    }

}