@import url('https://fonts.googleapis.com/css2?family=Arimo&display=swap');

.single-help-terminals header {
    background-color: transparent !important;
}

.single-help-terminals .inner-banner-head {
    max-width: 900px;
    line-height: 80px;
}

.single-help-terminals header nav > ul li a {
        color: #fff;
}

.single-help-terminals header.header_fixed {
    background-color: #fff !important;
}
.single-help-terminals header nav > ul > li ul li > a, .single-help-terminals header.header_fixed nav > ul > li > a {
    font-size: 14px;
    color: #000;
    display: inline-block;
}



.inner-banner {
    width: 100%;
    float: left;
    margin: 0px 0 83px 0;
    padding: 0px;
    height: 87vh;
    max-height: 840px;
    background-size: cover !important;
    background-position: center 30%!important;
    position: relative;
}
.inner-banner::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}
.mb-0 {
    margin-bottom: 0 !important;
}
.inner-banner-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.inner-banner-head {
    width: 100%;
    font-size: clamp(40px, 4.167vw, 80px);
    font-family: 'Ploni DL DemiBold AAA D';
    color: #fff;
    text-align: center;
    line-height: 100px;
    float: left;
    margin-top: -100px;
}

.terminals_category_wrapper {
    background: linear-gradient(180deg, #5c64ff4f, transparent 460px);
    background-size: 100% auto;
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0px auto;
    padding: 50px 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-evenly;
}

.content_nav_wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 1346px;
    margin: 0 auto 65px auto;
    width: 100%;
    align-items: center;
}

.home_link a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 13px;
    font-size: 24px;
    color: #000;
}

.home_link a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 13px;
    font-size: 24px;
    color: #000;
}

.content_breadcrumb * {
    font-size: 24px;
}

.content_breadcrumb .breadcrumb_last {
    color: #5c64ff;
    font-weight: 700;
}

.content_breadcrumb a {
    color: #000;
}

div#kc_single_container {
    max-width: 1100px;
    margin: 0 auto;
}

h2.sub_title {
    font-size: clamp(24px, 1.771vw, 34px);
    margin-bottom: 80px;
}

.kc_single_content h2 {
    float: none;
    font-size: 30px;
}

.kc_single_content p {
    font-size: 24px;
    color: #000000;
    line-height: 1.5;
    margin: 0 0 20px;
}

div#top_text, div#bottom_text {
    max-width: 910px;
    margin: 0 auto;
    margin-bottom: 90px;
}

div#video_link video {
    width: 100%;
    margin-bottom: 80px;
}

div#video_link video {
    width: 100%;
    margin-bottom: 80px;
}
div#top_text, div#bottom_text {
    max-width: 910px;
    margin: 0 auto;
    margin-bottom: 90px;
}

.buton_kc_liked, .buton_kc_not_liked {
    height: 70px;
    width: 350px;
    border-radius: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

div#kc_single_likes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 35px;
}

.kc_single_likes h2.sub_title {
    width: 100%;
    margin-bottom: 20px;
}

.buton_kc_liked .icon, .buton_kc_not_liked .icon {
    width: auto;
    flex-direction: row-reverse;
    color: #fff;
    font-size: 2.02vw;
    align-items: center;
    height: 96px;
    margin: 0 !important;
    gap: 20px;
}

.kc_single_likes img {
    max-width: 35px;
}

.buton_kc_liked {
    background: #5c64ff;
    border: 2px solid #5c64ff;
}

.buton_kc_not_liked {
    background: #f56957;
    border: 2px solid #f56957;
}
/*
.buton_kc_liked:hover {
    background: #fff;
    color: #5c64ff;
}

.buton_kc_liked:hover .icon {
    color: #5c64ff;
}

.buton_kc_not_liked:hover {
    background: #fff;
}

.buton_kc_not_liked:hover .icon {
    color: #f56957;
}

.buton_kc_liked:hover img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(74%) saturate(1704%) hue-rotate(217deg) brightness(102%) contrast(101%);
}

.buton_kc_not_liked:hover img {
    filter: brightness(0) saturate(100%) invert(56%) sepia(87%) saturate(1631%) hue-rotate(326deg) brightness(101%) contrast(96%);
}
*/
.buton_kc_liked.disabled1, .buton_kc_not_liked.disabled1 {
    background: #fff;
}

.buton_kc_liked.disabled1 .icon {
    color: #5c64ff;
}

.buton_kc_not_liked.disabled1 .icon {
    color: #f56957;
}

.buton_kc_liked.disabled1 img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(74%) saturate(1704%) hue-rotate(217deg) brightness(102%) contrast(101%);
}

.buton_kc_not_liked.disabled1 img {
    filter: brightness(0) saturate(100%) invert(56%) sepia(87%) saturate(1631%) hue-rotate(326deg) brightness(101%) contrast(96%);
}

.reaction_message {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    color: #5c64ff;
}

.buton_kc_liked.disabled, .buton_kc_not_liked.disabled {
    background: #aaa;
}

div#kc_readmore {
    margin-top: 90px;
}

div#kc_readmore h2.sub_title {
    margin-bottom: 20px;
}

.kc_readmore_box ul.related_posts_list {
    list-style: none;
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
}

.kc_readmore_box li.related_post_item{
    margin-bottom: 20px;
}

.kc_readmore_box li.related_post_item a{
    font-size: 24px;
    color: #000;
    text-decoration: underline;
    line-height: 24px;
    transition: all 0.3s;
}

.kc_single_content table {
    text-align: center;
    margin: 0 auto;
}

.kc_single_content tr:nth-child(even) {
    background-color: #f2f2f2;
}

.kc_single_content td {min-height: 50px;display: inline-block;vertical-align: top;padding: 10px;}

.kc_single_content td p {
    margin: 0 !important;
    font-size: 20px;
}

.kc_single_content td * {
    font-size: 20px;
}

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

    header.pos_inherit {
        background: #fff !important;
    }
    
    header.pos_inherit a {
        color: #000 !important;
    }

    .single-help-terminals .inner-banner-head {
        margin-top: 20px;
        font-size: 30px;
        line-height: 35px;
    }
    
    .inner-banner-wrap {
        align-items: center;
        justify-content: center;
        padding: 0;
        flex-direction: column;
        height: 100%;
    }

    .home_link {
        display: none;
    }
    
    .content_breadcrumb * {
        font-size: 14px;
    }
    
    .content_nav_wrapper {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 40px;
    }
    
    h2.sub_title {
        font-size: 5vw;
        margin-bottom: 10px;
    }
    
    .kc_single_content p {
        font-size: 16px;
    }
    
    div#top_text, div#bottom_text {
        max-width: 90%;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    
    .buton_kc_liked, .buton_kc_not_liked {
        height: 50px;
        width: 150px;
        border-radius: 47px;
    }
    
    div#kc_single_likes {
        gap: 0 15px;
    }
    
    .buton_kc_liked .icon, .buton_kc_not_liked .icon {font-size: 4.02vw;}
    
    div#kc_single_likes {}
    
    div#kc_single_likes img {
        height: 20px;
    }
    
    .kc_readmore_box li.related_post_item {
        text-align: center;
        margin-bottom: 10px;
    }
    
    .kc_readmore_box li.related_post_item a {
        font-size: 16px;
        line-height: 16px;
    }
    
    div#kc_readmore {
        margin-top: 40px;
    }
    
    .terminals_category_wrapper {
        padding: 50px 15px 0px 15px;
        background: linear-gradient(180deg, #5c64ff4f, transparent 260px);
    }
    
    .inner-banner.customers-banner.mb-0 {
        height: 300px;
    }

    .kc_single_content table {
        max-width: 350px !important;
        width: 350px !important;
    }

    .kc_single_content table td {
        max-width: 50%;
        min-width: 50%;
        width: 50%;
    }

    .kc_single_content td p {
        font-size: 16px;
    }

    .kc_single_content td * {
        font-size: 16px;
    }



}

