.faq-bannerpage,
        .bannerpage {
            background-image: url('/assets/img/banner/faq_banner.webp');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
            padding: 110px 0;
        }

        /*faq list*/

        section#faq_trsa{
            display: none;
          }
    
          .btn-black,.btn-black:hover {
            background: var(--color-primary);
            color: #ffffff;
            text-shadow: none;
          }
            .m-b-sm {
                margin-bottom: 10px;
            }
        
            /* FAQ */
            .faq-item {
                padding: 20px;
                margin-bottom: 2px;
                background: #fff;
                margin:10px;
            }
        
            .faq-question {
                font-size: 1.2em;
                font-weight: 600;
                color: var(--color-primary);
                display: block;
            }
        
            .faq-question:hover {
                color: var(--color-primary);
            }
        
            .faq-answer {
                margin-top: 10px;
                background: #f3f3f4;
                border: 1px solid #e7eaec;
                border-radius: 3px;
                padding: 15px;
            }
        
            .faq-item .tag-item {
                background: #f3f3f4;
                padding: 2px 6px;
                font-size: 0.8em;
                text-transform: uppercase;
            }
        
            .ibox {
                clear: both;
                margin-bottom: 25px;
                margin-top: 0;
                padding: 0;
            }
        
            .ibox.collapsed .ibox-content {
                display: none;
            }
        
            .ibox.collapsed .fa.fa-chevron-up:before {
                content: "+";
            }
        
            .ibox.collapsed .fa.fa-chevron-down:before {
                content: "-";
            }
        
            .ibox:after,
            .ibox:before {
                display: table;
            }
        
            .ibox-title {
                -moz-border-bottom-colors: none;
                -moz-border-left-colors: none;
                -moz-border-right-colors: none;
                -moz-border-top-colors: none;
                background-color: #ffffff;
                border-color: #e7eaec;
                border-image: none;
                border-style: solid solid none;
                border-width: 3px 0 0;
                color: inherit;
                margin-bottom: 0;
                padding: 14px 15px 7px;
                min-height: 48px;
            }
        
            .ibox-content {
                color: inherit;
                padding: 15px 20px 20px 20px;
                border-color: #e7eaec;
                border-image: none;
                border-style: solid solid none;
                border-width: 1px 0;
            }
        
            .ibox-footer {
                color: inherit;
                border-top: 1px solid #e7eaec;
                font-size: 90%;
                background: #ffffff;
                padding: 10px 15px;
            }
        
            /* WRAPPERS */
            #wrapper {
                width: 100%;
                overflow-x: hidden;
            }
        
            #page-wrapper {
                padding: 0 15px;
                min-height: 568px;
                position: relative !important;
            }
        
            @media (min-width: 768px) {
                #page-wrapper {
                    position: inherit;
                    margin: 0 0 0 240px;
                    min-height: 2002px;
                }
            }
    
            .faq-item i.clps {
            font-family: 'Font Awesome 5 Free';
            float: left;
            color: var(--color-lblue);
            font-size: larger;
          }
          .fa-arrow-circle-down:before {
            content: "\f0ab";
          }
          [aria-expanded="true"] i.clps {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            transform: rotate(180deg);
          }
    
          div.icon_container
          {
            margin-right: 15px;
            height: auto;    
            margin-top: 5px;
          }
          .admincmd{
            margin-left: 5px;
            height: auto;    
            margin-top: 5px;
          }