/**
 * @tableofcontents
 *
 * 1. FAQs
 */

/* @section 1. FAQs */
#glb-nfaq-wrap
{
    padding: 80px 0 60px;
}

.glb-nfaq-ttl 
{
    text-align: center;
    margin-bottom: 50px;
}

.glb-nfaq-ttl h2,
.glb-nfaq-ttl h3 {
    font-size: 36px;
    font-weight: 800;
    color: #091e42;
}

.glb-nfaq-ttl p {
    font-size: 24px;
    color: #878989;
}

#glb-nfaq-wrap .wt-faq-que {
    border: 0 !important;
    border-bottom: 1px solid #d4d8dd !important;
    margin-bottom: 20px;
}

#glb-nfaq-wrap .wt-faq-que .btn {
    font-size: 16px;
    line-height: 24px;
    color: #1f2d3d;
    padding: 15px 15px 15px 60px;
    background: url(../../img/pricing/sprite-faq-icons.png) no-repeat 4px -192px;
    background-color: #f7f9fb;
    min-height: 85px;
    float: left;
    width: 100%;
    white-space: normal;
    outline: 0 !important;
    text-align: left;
    border: 0 !important;
    box-shadow: none !important;
}

#glb-nfaq-wrap .wt-faq-que .collapsed {
    background-color: transparent;
    background-position: 4px 12px;
}

#glb-nfaq-wrap .wt-faq-que > h2,
#glb-nfaq-wrap .wt-faq-que > h3
{
    margin: 0 !important;
}

#glb-nfaq-wrap .wt-faq-que .wt-faq-ans
{
    padding: 15px 15px 15px 60px;
}

#glb-nfaq-wrap .wt-faq-que .wt-faq-ans p
{
    color: #565859;
    font-size: 16px;
}

#glb-nfaq-wrap .wt-faq-que .wt-faq-ans p a,
#glb-nfaq-wrap .wt-faq-que .wt-faq-ans ul li a{
    color: #3d90ed;
    font-size: 16px;
    text-decoration: none !important;
    outline: none !important;
}

#glb-nfaq-wrap .wt-faq-que .wt-faq-ans ul {
    padding-left: 15px;
    margin-bottom: 15px;
}

#glb-nfaq-wrap .wt-faq-que .wt-faq-ans ul li {
    color: #565859;
    font-size: 16px;
    margin-bottom: 5px;
}

.wt-faq-perma{
    display: none;
}

.page_faq .wt-faq-perma{
    display: block;
}

/*============ Widget Faq New =============*/
.glb-nfaq-wrap-new .glb-nfaq-ttl p {
    font-size: 20px;
    color: #42526E;
}

.glb-nfaq-wrap-new .glb-nfaq-ttl h2, .glb-nfaq-wrap-new .glb-nfaq-ttl h3 {
    color: #0E134F;
    font-weight: 800;
    margin-top: 0;
}

.glb-nfaq-wrap-new .glb-nfaq-ttl {
    max-width: 670px;
    margin: 0 auto 70px;
}

#glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .btn {
    background: none;
    padding-left: 0;
    font-size: 20px;
    color: #0E134F;
    font-weight: 500;
    min-height: auto;
    position: relative;
    border-bottom: 1px solid rgba(66, 82, 110, 0.29) !important;
}

#glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .cat-post-title::after {
    position: absolute;
    content: "\f107";
    font: normal normal normal 14px FontAwesome;
    font-size: 24px;
    right: 5px;
    top: 12px;
    color: #2F39BF;
    transition: all 0.3s ease-in-out;
    transform: rotate(180deg);
}

#glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .cat-post-title.collapsed::after {
    transform: rotate(0deg);
}

#glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .wt-faq-ans {
    padding-left: 0;
    font-size: 16px;
    line-height: 27px;
    color: #42526E;
}

#glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .wt-faq-ans {
    padding-left: 0;
}

#glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .wt-faq-ans, 
#glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .wt-faq-ans p {
    font-size: 16px;
    line-height: 27px;
    color: #42526E;
}

#glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .wt-faq-ans a, 
#glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .wt-faq-ans p a {
    color: #2f39bf;
}

#glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que {
    border-bottom: none !important;
}
/*============ Widget Faq New =============*/

@media (max-width: 767px)
{
    #glb-nfaq-wrap
    {
        padding: 20px 0;
    }

    .glb-nfaq-ttl h3 {
        font-size: 28px;
    }

    .glb-nfaq-ttl p {
        font-size: 18px;
    }
    #glb-nfaq-wrap.glb-nfaq-wrap-new .wt-faq-que .btn {
        font-size: 17px;
    }
}