﻿.helpBlokChinDiv {
    display: flex;
    margin-top: 30px;
}

.helpBlokChin {
    font-style: normal;
    font-weight: 400;
    padding: 0 15px;
    font-size: 22.5px;
    line-height: 38px;
    text-align: right;
    color: #000000;
    margin: 0;
}

.helpBlokChinDiv a {
    margin: auto 27px;
    border-bottom: 1px solid #5E673C;
}

@media(max-width:463px) {
    .helpBlokChin {
        font-size: 4.5vw !important;
    }
}

.itemTitleBlkCh {
    display: flex;
    /*flex-direction: row;*/
    border-top: 1px solid rgba(96, 96, 96, 0.4);
}

    .itemTitleBlkCh h5:hover {
        background: #f0f0f0;
        transition: 1s;
    }

    .itemTitleBlkCh:last-child {
        border-bottom: 1px solid rgba(96, 96, 96, 0.4);
    }

    .itemTitleBlkCh span {
        flex-basis: 10%;
        background: #E6DBD1;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 40px;
        color: #000000 !important;
        height: 40px;
        text-align: center;
    }

    .itemTitleBlkCh h5 {
        padding: 0 2%;
        margin: 0;
        flex-basis: 90%;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 40px;
        color: #000000;
        background: #FFFEFC;
        cursor: pointer;
        height: 40px;
    }

.act {
    color: #000000 !important;
    background-color: #F6ECE3 !important
}

.itemCountBlkCh {
    border-top: 1px solid rgba(96, 96, 96, 0.4);
    max-height: 550px;
    overflow-y: scroll;
    scrollbar-width: thin;
    padding-left: 2%;
}

    .itemCountBlkCh .firstItem h4 {
        font-weight: 400;
        font-size: 20px;
        line-height: 31px;
        text-align: right;
        color: #000000;
    }

.ItemC p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    text-align: justify;
    color: #000000 !important;
    margin-bottom: 2%;
}

.ItemC {
    padding: 2% 0;
}

    .ItemC ul li span {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 40px;
        text-align: justify;
        color: #000000 !important;
        margin-bottom: 4%;
    }

.imgContent {
    text-align: center;
}

    .imgContent img {
        height: 400px;
        padding-bottom: 4%;
    }
/*.ItemC ul li{
    direction:ltr;
}*/
@media(max-width:768px) {
    .imgContent img {
        width: 290px;
        height: auto !important;
    }

    .firstItem p, .firstItem ul li span {
        font-size: 13px !important;
        line-height: 20px !important;
        text-align: justify;
    }
}

.firstItem .imgContent h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: #262626 !important;
    border-top: 1px solid rgba(96, 96, 96, 0.4);
    padding: 2% 0;
}

.otherItem {
    display: none;
}
