.terms-area {
    /* padding-top: 55px; */
    padding-top: 23px;
}

.terms-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.terms-left {
    padding-top: 10px;
}

.terms-left {}

.terms-left h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7;
    color: var(--shark-1-a-1-b-20);
    margin-bottom: 20px;
}

.terms-left ul li {
    list-style: none;
    margin-bottom: 10px;
}

.terms-left ul li.current_page_item a {
    border-radius: 4px;
    background-color: var(--lavender-efe-3-ff);
}

.terms-left ul li a:hover {
    border-radius: 4px;
    background-color: var(--lavender-efe-3-ff);
}

.terms-left ul li a {
    padding: 0 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 35px;
    display: inline-block;
    color: var(--shark-1-a-1-b-20);
    text-decoration: none;
}

.terms-right {
    max-width: 953px;
    width: 100%;
}

.terms-right .single-term h1,
.terms-right .single-term h2,
.terms-right .single-term h3,
.terms-right .single-term h4,
.terms-right .single-term h5,
.terms-right .single-term h6 {
    font-family: "Playfair Display", serif;
}

.terms-right .single-term a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: var(--medium-purple-755-be-2);
    text-decoration: none;
}
.terms-right .single-term a:hover {
    color: var(--shark-1-a-1-b-20);
    text-decoration: none;
}

.terms-header {
    padding: 50px 80px 80px 80px;
    background-color: var(--lavender-efe-3-ff);
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 42px;
}

.terms-header h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--shark-1-a-1-b-20);
    margin-bottom: 30px;
}

.terms-header h5 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: -0.2px;
    color: var(--shark-1-a-1-b-20);
}

.terms-header p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: -0.16px;
    color: var(--shark-1-a-1-b-20);
}

.single-term {
    margin-bottom: 60px;
}

.single-term h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    font-family: "Playfair Display", serif;
    margin-bottom: 43px;

}

.single-term p {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.64;
    color: var(--shark-1-a-1-b-20);
    margin-bottom: 30px;

}

.single-term p span {
    font-weight: 500;
}


.single-term ul {
    padding-left: 30px;
    margin-bottom: 40px;
}

.single-term ul li {
    list-style: none;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.64;
    color: var(--shark-1-a-1-b-20);
    position: relative;
    padding-left: 23px;

}

.single-term ul li:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
    left: 0;
    top: 14px;
}



.processor-header {
    padding: 50px 80px;
    margin-bottom: 95px;
}

#slider-overflow-hidden {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.swiper {
    width: 100%;
    height: 100%;
}

.processor-slider .swiper-slide {
    height: 100% ;
    width: calc(100% - 40px);
    text-align: left;
    font-size: 18px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    min-height: 600px;
}

.processor-slider .swiper-content {
    height: 100% !important
}
.processor-slider .single-slider a,
.processor-slider .single-slider a:hover,
.processor-slider .single-slider a:active{
    color: var(--shark-1-a-1-b-20);
    text-decoration: none;
}


.processor-table table {
    width: 100%;
    border-collapse: collapse;
}

.processor-table tr th {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.5;
    color: var(--medium-purple-755-be-2);
    font-family: "Playfair Display", serif;

}

.processor-table tr{
    border-bottom: 40px solid #fff;
}
.processor-table tr td {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7;
    color: var(--shark-1-a-1-b-20);
    /*background: #000;*/
    padding: 20px 10px;

}

.processor-table tr td a {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7;
    color: var(--shark-1-a-1-b-20);
    text-decoration: none;
}

.processor-table tr th:nth-child(2) {
    max-width: 266px;
    width: 100%;
    display: inline-block;
}

.processor-table tr td:nth-child(2) {
    max-width: 276px;
    width: 100%;
    display: inline-block;
}

#customers tr:nth-child(even) {
    background-color: #FBFAFF;
}
#customers a:hover {
    color: #755BE2;
}

@media (max-width: 1399px) {
    .terms-left {
        max-width: 170px;
    }

    .terms-left {
        max-width: calc(100% - 170px);
    }
}

@media (min-width: 1200px) {
    .terms-bottom {
        display: none;
    }
}

@media (max-width: 1199px) {
    .terms-area {
        padding-top: 0;
    }

    .terms-left {
        display: none;
    }

    .terms-header {
        padding: 30px;
    }

    .terms-header h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .terms-header h5 {
        font-size: 16px;
    }

    .terms-header p {
        font-size: 14px;
        line-height: 1.7;
    }

    .terms-bottom,
    .single-term {
        /* max-width: 550px; */
        margin-left: auto;
        margin-right: auto;
    }

    .single-term h2 {
        font-size: 28px;
    }

    .single-term p {
        font-size: 16px;
    }

    .terms-bottom {
        display: block;
    }

    .terms-bottom ul li {
        list-style: none;
        font-size: 18px;
        font-weight: normal;
        line-height: 1.7;
        color: var(--shark-1-a-1-b-20);
        display: inline-block;
        margin-right: 5px;
    }

    .terms-bottom ul li a {
        color: var(--shark-1-a-1-b-20);
        text-decoration: none;
        display: inline-block;
        font-size: 13px;
    }

    .processor-header h2 {
        font-size: 32px;
        margin-bottom: 22px;
    }

    .processor-header {
        padding: 40px 40px;
        margin-bottom: 50px;
    }

    .processor-table tr th {
        font-size: 17px;
        padding: 0 5px;
    }

    .processor-table tr th {
        font-size: 17px;
        padding: 0 5px;
    }

    .processor-table tr td {
        font-size: 14px;
    }

    .processor-table tr td {
        padding: 10px;
    }
    .processor-table tr{
        border-bottom-width: 17px;
    }
    .sub-rerms-bttm {
        margin-top: 40px;
        max-width: 100%;
    }

    .processor-table tr td a {
        font-size: 13px;
    }

    .processor-table tr th:first-child,
    .processor-table tr td:first-child {
        width: 20%;
    }

    .processor-table tr th:nth-child(2),
    .processor-table tr td:nth-child(2) {
        max-width: 28%;
        width: 100%;
        display: inline-block;
    }

    .processor-table tr {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .processor-table tr th:nth-child(3),
    .processor-table tr td:nth-child(3) {
        max-width: 22%;
        width: 100%;
        display: inline-block;
    }

    .processor-table tr th:nth-child(4),
    .processor-table tr td:nth-child(4) {
        max-width: 30%;
        width: 100%;
        display: inline-block;
    }

}


@media (min-width: 768px) {
    .swiper.processor-slider {
        display: none;
    }

}

@media (max-width: 767px) {
    .terms-area {
        margin-top: -6px;
    }

    .single-term ul {
        padding-left: 5px;
    }

    .single-term ul li {
        font-size: 16px;
    }

    .terms-bottom ul li {
        font-size: 16px;
    }

    .single-term p {
        font-size: 16px;
        margin-bottom: 23px;
    }

    .single-slider .single-term p,
    .processor-slider div p{
        margin-bottom: 0;
    }

    .single-term {
        margin-bottom: 40px;
    }

    .processor-header{
        margin-bottom: 40px;
    }
    .processor-header{
        padding: 24px 30px;
    }
    .processor-table {
        display: none;
    }



    .single-slider {
        padding: 24px;
        border-radius: 12px;
        border: solid 1px #000;
    }
    .processor-slider .swiper-slide {
        height: auto;
        min-height: 0;
        justify-content: start;
    }

    .single-slider div {
        margin-bottom: 21px;
    }
    .single-slider div:last-child {
        margin-bottom: 0;
    }

    .single-slider div:last-child {
        margin-bottom: 0;
    }

    .processor-slider div h3 {
        font-size: 22px;
        font-weight: normal;
        line-height: 1.5;
        color: var(--medium-purple-755-be-2);
        font-family: "Playfair Display", serif;
        margin-bottom: 3px;

    }

    .processor-slider div p {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.7;
        color: var(--shark-1-a-1-b-20);
    }
    .terms-header p {
        font-size: 16px;
    }

}