/**
accordion style1
**/
.myaccordion .panel-default {
    border: 1px solid #c7cbd6 !important;
}

a:hover, a:focus {
    outline: none;
    text-decoration: none;
}

#nft-faq-theme2-accordion .panel {
    border-radius: 0;
    box-shadow: none;
}

#nft-faq-theme2-accordion .panel-heading {
    padding: 0;
    border-radius: 0;
    background: #fff;
}

#nft-faq-theme2-accordion .panel-title {
    overflow: hidden;
}

    #nft-faq-theme2-accordion .panel-title a {
        display: block;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        background: #3763a5;
        text-transform: capitalize;
        padding: 17px 17px 17px 60px;
        position: relative;
        transition: all 0.30s linear 0s;
    }

        #nft-faq-theme2-accordion .panel-title a.collapsed {
            background: #fff;
            color: #333;
        }

            #nft-faq-theme2-accordion .panel-title a.collapsed:hover {
                color: #c90000;
            }

            #nft-faq-theme2-accordion .panel-title a:before,
            #nft-faq-theme2-accordion .panel-title a.collapsed:before {
                content: "\f107";
                font-family: FontAwesome;
                width: 50px;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                color: #fff;
                font-size: 20px;
                line-height: 50px;
                text-align: center;
                background: #c90000;
                transition: all 0.30s linear 0s;
            }

            #nft-faq-theme2-accordion .panel-title a.collapsed:before {
                content: "\f105";
                background: #fff;
                color: #333;
            }

#nft-faq-theme2-accordion .panel-body {
    border-top: none;
    color: #888;
}


/**
*NFT FAQ Theme 2 accordion style2
**/
a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

#nft-faq-theme2-accordion-style2 .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
}

#nft-faq-theme2-accordion-style2 .panel-heading {
    padding: 0;
    border-radius: 0;
    border: none;
}

#nft-faq-theme2-accordion-style2 .panel-title a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #f7c59f;
    padding: 15px 48px 15px 20px;
    background: #e16b47;
    position: relative;
    transition: all 0.3s ease 0s;
}

    #nft-faq-theme2-accordion-style2 .panel-title a.collapsed {
        color: #e16b47;
        background: #f7c59f;
        border-bottom: 1px solid #3d3537;
    }

        #nft-faq-theme2-accordion-style2 .panel-title a:after,
        #nft-faq-theme2-accordion-style2 .panel-title a.collapsed:after {
            content: "";
            display: block;
            width: 3px;
            height: 100%;
            position: absolute;
            top: 0;
            right: 30px;
            background: #f7c59f;
        }

        #nft-faq-theme2-accordion-style2 .panel-title a.collapsed:after {
            background: #e16b47;
        }

        #nft-faq-theme2-accordion-style2 .panel-title a:before,
        #nft-faq-theme2-accordion-style2 .panel-title a.collapsed:before {
            content: "\f068";
            font-family: FontAwesome;
            width: 25px;
            height: 25px;
            line-height: 25px;
            border-radius: 50%;
            background: #f7c59f;
            position: absolute;
            top: 12px;
            right: 19px;
            font-size: 14px;
            color: #e16b47;
            text-align: center;
            z-index: 1;
        }

        #nft-faq-theme2-accordion-style2 .panel-title a.collapsed:before {
            content: "\f067";
            color: #f7c59f;
            background: #e16b47;
        }

#nft-faq-theme2-accordion-style2 .panel-body {
    background: #e16b47;
    color: #f7c59f;
    padding: 20px 50px 15px 20px;
    line-height: 25px;
    border: none;
    position: relative;
}

    #nft-faq-theme2-accordion-style2 .panel-body:after {
        content: "";
        display: block;
        width: 3px;
        height: 100%;
        background: #f7c59f;
        position: absolute;
        top: 0;
        right: 30px;
    }

/**
*NFT FAQ Theme 2 accordion style3
**/


a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

#nft-faq-theme2-accordion-style3 .panel {
    border: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding-left: 40px;
    margin-bottom: 10px;
}

#nft-faq-theme2-accordion-style3 .panel-heading {
    padding: 0;
}

#nft-faq-theme2-accordion-style3 .panel-title a {
    display: block;
    padding: 15px;
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    color: #94a210;
    text-transform: uppercase;
    border: 2px solid #94a210;
    border-left: none;
    border-radius: 0 8px 8px 0;
    box-shadow: none;
    position: relative;
    transition: all 0.3s ease 0s;
}

    #nft-faq-theme2-accordion-style3 .panel-title a span {
        display: block;
        width: 40px;
        height: 110%;
        line-height: 70px;
        background: #94a210;
        font-size: 16px;
        color: #fff;
        text-align: center;
        position: absolute;
        top: -2px;
        left: -40px;
    }

        #nft-faq-theme2-accordion-style3 .panel-title a span:before,
        #nft-faq-theme2-accordion-style3 .panel-title a span:after {
            content: "";
            border-top: 20px solid #fff;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            position: absolute;
            left: 0;
        }

        #nft-faq-theme2-accordion-style3 .panel-title a span:before {
            top: -1px;
        }

        #nft-faq-theme2-accordion-style3 .panel-title a span:after {
            border-top-color: #94a210;
            bottom: -20px;
            z-index: 1;
        }

#nft-faq-theme2-accordion-style3 .panel-body {
    font-size: 14px;
    color: #808080;
    line-height: 23px;
    border-top: none;
}

    #nft-faq-theme2-accordion-style3 .panel-body p {
        margin-bottom: 0;
    }


/**
* NFT FAQ theme2 style 4
*/

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

#nft-faq-theme2-accordion-style4 {
    padding-right: 24px;
    padding-left: 24px;
    z-index: 1;
}

    #nft-faq-theme2-accordion-style4 .panel {
        border: none;
        box-shadow: none;
    }

    #nft-faq-theme2-accordion-style4 .panel-heading {
        padding: 0;
        border-radius: 0;
        border: none;
    }

    #nft-faq-theme2-accordion-style4 .panel-title {
        padding: 0;
    }

        #nft-faq-theme2-accordion-style4 .panel-title a {
            display: block;
            font-size: 16px;
            font-weight: bold;
            background: #e16b47;
            color: #f7c59f;
            padding: 15px 25px;
            position: relative;
            margin-left: -24px;
            transition: all 0.3s ease 0s;
        }

            #nft-faq-theme2-accordion-style4 .panel-title a.collapsed {
                background: #f7c59f;
                color: #e16b47;
                margin-left: 0;
                transition: all 0.3s ease 0s;
            }

            #nft-faq-theme2-accordion-style4 .panel-title a:before {
                content: "";
                border-left: 24px solid #e16b47;
                border-top: 24px solid transparent;
                border-bottom: 24px solid transparent;
                position: absolute;
                top: 0;
                right: -24px;
                transition: all 0.3s ease 0s;
            }

            #nft-faq-theme2-accordion-style4 .panel-title a.collapsed:before {
                border-left-color: #f7c59f;
            }

            #nft-faq-theme2-accordion-style4 .panel-title a:after {
                content: "\f106";
                font-family: 'FontAwesome';
                position: absolute;
                top: 30%;
                right: 15px;
                font-size: 18px;
                color: #f7c59f;
            }

            #nft-faq-theme2-accordion-style4 .panel-title a.collapsed:after {
                content: "\f107";
                color: #e16b47;
            }

    #nft-faq-theme2-accordion-style4 .panel-collapse {
        position: relative;
    }

        #nft-faq-theme2-accordion-style4 .panel-collapse.in:before {
            content: "";
            border-right: 24px solid #f7c59f;
            border-bottom: 18px solid transparent;
            position: absolute;
            top: 0;
            left: -24px;
        }

    #nft-faq-theme2-accordion-style4 .panel-body {
        font-size: 14px;
        color: #333;
        background: #e4e4e4;
        border-top: none;
        z-index: 1;
    }

/**
* NFT FAQ theme2 style 5
*/

.demo {
    background: #1b8a9d;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

#nft-faq-theme2-accordion-style5 .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    margin-bottom: 20px;
}

#nft-faq-theme2-accordion-style5 .panel-heading {
    padding: 0;
    border-radius: 0;
    border: none;
}

#nft-faq-theme2-accordion-style5 .panel-title a {
    display: block;
    padding: 15px 30px 15px 50px;
    border: 4px solid #fff;
    color: #fff;
    background: #1b8a9d;
    position: relative;
    z-index: 1;
}

    #nft-faq-theme2-accordion-style5 .panel-title a:before,
    #nft-faq-theme2-accordion-style5 .panel-title a.collapsed:before {
        content: "\f055";
        font-family: 'FontAwesome';
        font-size: 30px;
        position: absolute;
        top: 8px;
        left: 10px;
        transform: rotate(45deg);
        transition: all 0.4s ease-in-out 0s;
    }

    #nft-faq-theme2-accordion-style5 .panel-title a.collapsed:before {
        transform: rotate(0deg);
    }

    #nft-faq-theme2-accordion-style5 .panel-title a:after {
        content: "";
        border-top: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        position: absolute;
        bottom: -14px;
        left: 50%;
        margin-left: -10px;
    }

    #nft-faq-theme2-accordion-style5 .panel-title a.collapsed:after {
        content: "";
        border: none;
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        position: absolute;
        bottom: 108.5%;
        left: 50%;
        transition: all 0.4s ease-in-out 0s;
    }

#nft-faq-theme2-accordion-style5 .panel-body {
    background: #fff;
    margin-top: 20px;
    font-size: 14px;
    color: #393737;
    line-height: 25px;
    border: none;
    border-top: 3px solid #ed4f69;
    border-bottom: 3px solid #ed4f69;
}

/**
* NFT FAQ Theme style6
*/

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

#nft-faq-theme2-accordion-style6 .panel {
    border: none;
    box-shadow: none;
    margin-bottom: 5px;
}

#nft-faq-theme2-accordion-style6 .panel-heading {
    padding: 0;
    border: none;
    background: transparent;
}

#nft-faq-theme2-accordion-style6 .panel-title a {
    display: block;
    padding: 14px 50px 14px 30px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #a568c8;
    position: relative;
    border-bottom: none;
    border-radius: 20px;
}

    #nft-faq-theme2-accordion-style6 .panel-title a.collapsed {
        border-radius: 20px;
    }

        #nft-faq-theme2-accordion-style6 .panel-title a:before,
        #nft-faq-theme2-accordion-style6 .panel-title a.collapsed:before {
            content: "\f106";
            font-family: fontawesome;
            font-size: 20px;
            position: absolute;
            top: 12px;
            right: 30px;
        }

        #nft-faq-theme2-accordion-style6 .panel-title a.collapsed:before {
            content: "\f107";
        }

#nft-faq-theme2-accordion-style6 .panel-body {
    font-size: 14px;
    color: #555;
    line-height: 25px;
    padding: 20px 25px;
    position: relative;
    border: none;
}
