#page-local-faqs #page {
    margin-top: 0;
    padding: 0;
}
#page-local-faqs .main-inner{
    padding:0 !important;
    margin:0 !important;
}
#page-local-faqs header#page-header {
    display: none;
}
#page-local-faqs #page-content span#maincontent {
    display: none;
}
#page-local-faqs #page-content {
  padding-bottom:0 !important
}
#page-local-faqs #page.drawers div[role="main"]{
    padding:0 20px;
    margin:20px 0;
}


.faqs {
    margin-top: 20px;
}
.faqs .tabbed {
    overflow-x: hidden;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.faqs .tabbed [type="radio"] {
    display: none;
}
.faqs .tabs {
    display: flex;
    align-items: stretch;
    list-style: none;
    padding: 0;
    background: #eeeeee;
    border-top: 1px solid #ccc;
    margin-bottom: 0;
}
.faqs .tab > label {
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px 13px;
    border-right: 1px solid #ccc;
    background: #eee;
    color: #666;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
     border-top: 5px solid #eeeeee;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
}

.faqs .tab-content {
    display: none;
    color: #777;
    padding: 20px 20px 12px;
}
.faqs .tab-content p {
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    margin-bottom: 0;
}
/* As we cannot replace the numbers with variables or calls to element properties, the number of this selector parts is our tab count limit */
.faqs .tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.faqs .tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label,
.faqs .tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label,
.faqs .tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label,
.faqs .tabbed [type="radio"]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label,
.faqs .tabbed [type="radio"]:nth-of-type(6):checked ~ .tabs .tab:nth-of-type(6) label {
    border-bottom-color: #fff;
    border-top: 5px solid #2966ab;
    border-top-color: #2966ab;
    background: #fff;
    color: red;
}
.faqs .tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.faqs .tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
.faqs .tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3),
.faqs .tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4),
.faqs .tabbed [type="radio"]:nth-of-type(5):checked ~ .tab-content:nth-of-type(5),
.faqs .tabbed [type="radio"]:nth-of-type(6):checked ~ .tab-content:nth-of-type(6) {
    display: block;
}
.faqs .tab-content h4 {
    font-size: 18px;
    color: #1e1e1e;
    font-weight: 600;
}
.faqs .tab-content li {
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
}
.faqscont {
    padding: 0 0rem 0 2rem;
}
.overall-accord {
    margin-bottom: 10px;
}
.accord-head i.fa {
    font-size: 30px;
}
.accord-head button.btn.btn-link {
    display: flex;
    align-items: center;
    background: #e2efff;
    border-radius: 0;
    padding: 6px;
}
.accord-head button.btn-link:hover, .accord-head button.btn-link:focus{
    text-decoration: none;
    box-shadow:none;
    outline:none;
}
.accord-head button.btn.btn-link span {
    font-size: 16px;
    font-weight: 400;
    color: #1d4c83;
    margin-left: 10px;
}
.accord-body {
    background: #d6dde6;
    padding: 20px;
    margin: 15px 0 0;
    border: none !important;
}
.accord-head button.btn-link.collapsed i.fa {
    transform: rotate(0deg);
    transition: 0.5s;
}
.accord-head button.btn-link.collapsed i.fa:hover {
    color: #3a71ee;
}
.accord-head button.btn-link i.fa {
    transform: rotate(90deg);
    transition: 0.5s;
}
.accord-head button.btn-link i.fa:hover{
    color: #3a71ee;
}
.accord-body p{
    font-size:16px !important;
    font-weight:400 !important;
    padding-left: 20px;
}
.accord-overall-text {
    border-left: 1px dashed #8c8c8c;
}
.accord-head button.btn.btn-link:hover{
    background: #c1deff !important; 
}
.accord-head button.btn.btn-link:hover span{
    color: #1e1e1e !important;
}
.accord-head button.btn.btn-link{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
}


/* ------------------- active bg add ------------------------ */






@media(max-width:1024px){

    .faqs .tab > label{
        padding:15px 5px;
    }
}

@media(max-width:991px){

    .faqs .tab > label {
        padding: 15px 35px;
    }
    .faqs .tabs{
        flex-wrap:wrap;
    }
}

@media(max-width:767px){

    #page-local-faqs #page.drawers div[role="main"]{
        padding:0 15px;
    }
    li.tab {
        width: 100%;
        text-align: center;
        border-bottom: 2px solid #d3d3d3 !important;
    }
    .faqs .tab > label{
        border-right:0;
    }
    .accord-head button.btn.btn-link{
        align-items: flex-start;
    }
}