#faq {
    position: relative;
}

#faq.bg-whitesmoke {
    background-color: #f8f8f8;
    border-style: solid;
    border-width: 1px 0;
    border-color: #e9e9e9;
}

.faq-categories {
    margin: 70px 0px 0px 0px;
}

.faq-categories>ul {
    font-size: 0;
    text-align: center;
    display: inherit;
}

.faq-categories>ul>li {
    display: inline-block;
}

.faq-categories ul li a {
    position: relative;
    padding: 12px 25px;
    background-color: #2e3138;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: color .25s, background-color .25s;
    transition: color .25s, background-color .25s;
}

.faq-categories ul li a:hover,
.faq-categories ul li.active a {
    color: #fff;
    background-color: #6aaf08;
}

.faq-categories ul li a:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #6aaf08 transparent transparent transparent;
    -webkit-transition: top .55s;
    transition: top .55s;
    z-index: -1;
}

.faq-categories ul li a:hover:before,
.faq-categories ul li.active a:before {
    top: 100%;
    -webkit-transition: top .25s;
    transition: top .25s;
}

.faq-content .panel-group {
    margin-bottom: 0;
}

.faq-content .panel-group ul {
    padding-left: 0rem;
    padding-top: 22px;
}

.faq-content .panel-group ul li {
    list-style: decimal;
    color: #E2ECE2;
    font-size: 20px;
    font-weight: 300;
    margin: 0px 0px 0px 22px;
}

.faq-content .panel-group ul li::marker {
    top: 5px;
}

.accordion .panel {
    border-radius: 0;
    padding: 10px 0px;
}

.accordion .panel-heading {
    padding: 0;
}

.accordion .panel-heading a {
    display: block;
    padding: 10px 15px;
    color: #F2FFFF;
    text-transform: capitalize;
}

.accordion .panel-heading a {
    display: block;
    padding: 10px 0px 10px 13px;
    color: #F2FFFF;
    text-transform: capitalize;
}

.accordion .panel-heading a.collapsed {
    color: #F2FFFF;
}

.accordion .panel-heading a h4 {
    font-weight: 300;
    overflow: hidden;
    font-size: 20px;
    margin-bottom: 0px;
}

.accordion .panel-heading a h4 i.fa-minus {
    float: right;
    color: #C9F950;
    top: -14px;
    position: relative;
}

.accordion .panel-heading a.collapsed i.fa-minus::before {
    content: "\f067";
    color: #E2ECE2;
}

.accordion .panel p {
    padding: 0px 15px;
    font-size: 14px;
    margin: 10px 0px;
    line-height: 38px;
}

.txt {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 20px !important;
}

.accordion .panel p a {
    font-size: 16px;
    color: #E2ECE2;
    transition: all .3s ease-in-out;
    border-radius: 40px;
    border: 1px solid #E2ECE2;
    padding: 5px 20px;
}

.accordion .panel p a:hover {
    color: #000;
    background: #E2ECE2;
}

.accordion .panel .grn {
    background: #C9F950;
    border: 1px solid #C9F950;
    color: #08101F;
    font-weight: 400;
}

@media only screen and (min-width:320px)and (max-width:479px) {
    #faq {
        padding: 30px 0;
    }
    .accordion .panel-heading a h4 {
        overflow: unset;
    }
    .accordion .panel-heading a {
        padding: 10px 0px 10px 9px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    #faq {
        padding: 30px 0;
    }
    .accordion .panel-heading a h4 {
        font-size: 16px;
        overflow: unset;
    }
    .accordion .panel-heading a h4 i.fa-minus {
        top: 0;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    #faq {
        padding: 30px 0;
    }
    .accordion .panel-heading a h4 {
        font-size: 16px;
        overflow: unset;
    }
    .accordion .panel-heading a h4 i.fa-minus {
        top: 0;
    }
}

@media (min-width:1920px) {
    .accordion .panel-heading a h4 i.fa-minus {
        top: 0px;
    }
}