.services-details {
    padding-top: 120px;
    padding-bottom: 80px;
}

.services-details .sidebar-title h3 {
    margin-bottom: 30px;
    font-weight: 500;
}

.services-details .sidebar-wrapper:not(:first-child) {
    margin-top: 30px;
}

.services-details .section-title h2 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-size: 2.2rem;
    font-weight: 500;
    border-bottom: 1px solid #e0e4e4;
}

.services-details .section-title h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 80px;
    height: 3px;
    background-color: var(--minor-color);
}

.services-des-item h3 {
    font-size: 1.875rem;
    margin-bottom: 20px;
}

.services-des-item>p,
.services-des-item>img {
    margin-bottom: 20px;
}

.services-des-item>img {
    width: 100%;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link:hover {
    height: 35px;
    display: inline-block;
    padding: 2px 25px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 35px;
    color: #707070;
    background-color: #f6f6f6;
    border: none;
    border-radius: 40px;
}

.nav-tabs .nav-link+.nav-link {
    margin-left: 10px;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: var(--minor-color);
}

.tab-content>.tab-pane {
    margin-top: 30px;
}

.table {
    border: 1px solid #dee2e6;
}

.table td,
.table th {
    position: relative;
    display: block;
    padding: 5px 10px;
}

.table td p,
.table th p {
    margin-bottom: 0;
    color: #222;
}

.table thead th {
    display: none;
    color: #fff;
    font-weight: 400;
    white-space: nowrap;
    border: none;
}

.table:not(.pdf-table) thead th:first-child,
.table:not(.pdf-table) tbody td:first-child {
    text-align: center;
}

.table.pdf-table thead th:last-child,
.table.pdf-table tbody td:last-child {
    width: 120px;
    text-align: center;
}

.table tbody th p {
    font-weight: 600;
}

.table.pdf-table td p a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c8ef1;
}

.table.pdf-table td p a:hover {
    color: var(--main-color);
}

.table.pdf-table td p a>i {
    font-size: 1.6rem;
}

.table thead tr {
    background-color: var(--main-color);
}

.table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.table tbody tr:hover {
    background-color: #f3f3f3;
}

.table td:before {
    position: absolute;
    content: attr(data-th);
    top: 0;
    left: 0;
    width: 110px;
    height: 100%;
    padding: 8px 10px;
    font-size: 1.15rem;
    font-weight: 400;
    color: #fff;
    background-color: var(--main-color);
    border-right: 1px solid #d7dadf;
}

@media (min-width:1200px)  {
    .table td:before {
        display: none
    }

    .table td,
    .table th,
    .table thead th {
        display: table-cell
    }
}

@media (max-width:1199px) {
    .table thead {
        border: none;
    }

    .table td,
    .table th {
        border-top: none;
    }

    .table td:first-child:before,
    .table td:first-child {
        padding-top: 10px
    }

    .table td:last-child:before,
    .table td:last-child {
        padding-bottom: 10px;
        min-height: 42px;
    }
    

    .table thead th:first-child,
    .table tbody td:first-child {
        text-align: left;
    }

    .table.pdf-table thead th:last-child,
    .table.pdf-table tbody td:last-child {
        width: auto;
        text-align: left;
    }

    .table td p,
    .table th p {
        margin-left: 110px;
    }

    .table.pdf-table td p a {
        justify-content: left;
    }

    .table tbody tr {
        border-top: 1px solid #d7dadf;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-des-wrapper {
        margin-top: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-details {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .services-des-wrapper {
        margin-top: 60px;
    }
}

@media (max-width: 575px) {
    .services-details {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .services-details .section-title h2 {
        padding-bottom: 20px;
        margin-bottom: 30px;
        font-size: 2rem;
    }

    .services-des-item h3 {
        font-size: 1.65rem;
    }

    .services-des-wrapper {
        margin-top: 60px;
    }
}