﻿a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

#accordion .panel {
    border: none;
    /*background: transparent;*/
    box-shadow: none;
    border-radius: 0;
    margin-left: 40px;
    margin-bottom: 10px;
    background: url('../Img/bg_star.png') top center no-repeat,url('../Img/bg_corner_left.png') bottom left no-repeat;
}

#accordion .panel-heading {
    padding: 0;
}

#accordion .panel-title a {
    display: block;
    padding: 15px;
    /*background: #fff;*/
    font-size: 15px;
    font-weight: bold;
    color: #303f9f;
    text-transform: uppercase;
    border: 2px solid #303f9f;
    border-right: none;
    border-radius: 8px 0 0 8px;
    box-shadow: none;
    position: relative;
    transition: all 0.3s ease 0s;
    background: url('../Img/bg_patternl.jpg');
}

    #accordion .panel-title a span {
        display: block;
        width: 40px;
        height: 110%;
        line-height: 70px;
        background: #ffd800;
        font-size: 16px;
        color: #fff;
        text-align: center;
        position: absolute;
        top: -2px;
        right: -40px;
    }

        #accordion .panel-title a span:before,
        #accordion .panel-title a span:after {
            content: "";
            border-top: 20px solid #fff;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            position: absolute;
            right: 0;
        }

        #accordion .panel-title a span:before {
            top: -1px;
        }

        #accordion .panel-title a span:after {
            border-top-color: #ffd800;
            bottom: -20px;
            z-index: 1;
        }

#accordion .panel-body {
    padding-top: 20px !important;
    padding:20px;
    font-size: 0.9rem;
    color: #000000;
    line-height: 28px;
    border-top: none;
}

    #accordion .panel-body p {
        margin-bottom: 0;
    }
