
/*.faq [class^="hash-"]{
      color:#444;
}*/

.faq [class^="#"]:hover{
      text-decoration:none;
      cursor:default;
      pointer-events: none;
}

.faq .faq-head .faq-head-icon img{
    height: 20px;
    width: 30px;
    margin-right: 10px;
}

.faq .faq-head .faq-head-left{
    font-size: 20px;
    color: #444444;
    /* border-right: 1px solid #C4C9CD; */
}

.faq .left-head{
    border-right: 1px solid #C4C9CD;
}

.faq .faq-head .faq-head-right{
    padding-left: 10px;
    margin-top: 3px;
    /* for dots when text overflows */
    display: inline-block;
    width: 90%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    /* for dots when text overflows */
}

.faq .faq-main .faq-head{
    border-radius: 3px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    background: #F2F7FB;
    border: 1px solid #ddd;
    padding: 10px;
    cursor: pointer;
}

.faq .faq-main .faq-body{
    background-color: white;
    display: none;
    padding:20px;
}

.faq .faq-main{
    margin-bottom: 10px;
}

.faq .faq-main .faq-arrow-icon{
    position: absolute;
    right: 20px;
}

.faq .faq-main .faq-body .faq-array-icon img{
    height:30px;
    width:30px;
}

.faq .faq-main .faq-body .faq-main-array-items{
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #E1E1E1;
}

.faq .faq-main .faq-body .plus-minus-icon{
    position: absolute;
    right:0px;
}

.faq .inner-plus-minus-icon{
    position: absolute;
    right: 0px;
    margin-top: -24px;
    cursor: pointer;
}

.faq .faq-main .array-inner-sub-headings{
    display:none;
    padding-right:0px;
    min-height: 0px;
}

.faq .faq-main .inner-list{
    margin-left: 20px;
    padding-right:0px;
    border-bottom:1px solid #E1E1E1;
}
.faq .faq-main .inner-list-main{
    display:none;
}
.faq .faq-main .inner-list .table-responsive{
    overflow-x: scroll;
    width : 100%;
}
.faq .inner-list-head{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    cursor: pointer;
}
.faq .inner-sub-head-text{
    padding-top: 15px;
    padding-bottom:15px;
    font-size: 16px;
    cursor: pointer;
}

.faq .array-inner-list{
    border-bottom: 1px solid #E1E1E1;
    /*margin-left: 60px;*/
    margin-left:43px;
}

.faq .inner-list .inner-list-content{
    display:none;
    padding-bottom: 15px;
}

.faq .inner-list .list-plus-minus-icon{
    position: absolute;
    right: 0px;
    margin-top:-25px;
    cursor: pointer;
}

.faq .array-inner-list:last-child{
    border-bottom: none;
}

.faq .faq-body .faq-main-array-items:last-child{
    border-bottom: none;
}

.faq .inner-list-main .inner-list:last-child{
    border-bottom: none;
}

.faq-no-padding{
    padding:0px !important;
}

.faq .faq-main-array-header{
    position: relative;
    cursor: pointer;
}

.faq .faq-array-heading{
    font-size: 16px;
}

.faq .rich-content{
    margin-top: 30px;
}

.faq ul{
   list-style-type: disc;
   padding-left:20px;
}

.faq ul li{
    list-style: disc;
}

.faq ul li ul {
    padding-top: 10px;
    padding-bottom: 10px;
}

.faq th, .faq td{
    border-style:solid;
}

.faq .child-plus-minus-icon{
    position: absolute;
    right: 0px;
    margin-top: -30px;
    cursor: pointer;
}

.faq .child-head{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    padding-left: 20px;
    cursor: pointer;
}

.faq .child-content{
    padding-left:20px;
    display:none;
}

.faq a{
    word-break: break-word;
}
/*.faq a[title]:hover{
    pointer-events: none;
}*/
.faq .faq-view-less{
    float: right;
    color: #1d86ff;
    padding-top: 10px;
    font-size: 14px;
}

.icon-plus:before { content: '+'; }
.icon-minus:before { content: '-'; }

@media(max-width: 479px) and (min-width: 290px){

    .faq .faq-head-left{
        margin-left: 15px;
    }

    .faq .faq-array-heading{
        padding-left: 20px;
    }

    .faq .array-inner-list{
        margin-left: 10px;
    }

    .faq .inner-list-main{
        margin-left: 10px;
    }

    .faq .faq-main .inner-list{
        margin-left: 0px;
    }

    .faq .faq-main .faq-body{
        padding-top: 5px;
    }

    .faq .faq-head .faq-head-right{
        white-space:normal;
        width:50%;
    }

    .faq .left-head{
        margin-top: 15px;
    }

}
/*
@media(max-width: 540px) and (min-width: 321px){

    .faq .faq-main .inner-list{
        margin-left:10px;
    }

    .faq .array-inner-list{
        margin-left:45px;
    }
}*/

@media(max-width: 640px) and (min-width: 320px){

.faq .array-inner-list:last-child {
    overflow-x: auto;
}
}

@media(max-width: 470px) and (min-width: 320px){

.faq .left-head {
    width: 50%;
}

.faq-head .faq-head-right-second {
    width: 50%;
}

}