/*custom css */

.whatsup{
    position: fixed;
    bottom: 80px;
    right: 15px;
    z-index: 99;
    background: #2bb826;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 28px;
    color: #f9f9f9;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    }


.ip-community-details-main-content h1{
    font-size: 30px!important;
}

.faq_loop .panel-title-faq_loop {
    margin-bottom: -10px;
    margin-left: 16px;
    font-weight:700;
}

.faq_loop .panel-body{
    background: #fff;
}

.faq_loop .panel-group .panel {
    background: #f5f5f54f;
    margin-bottom: 15px!important;
}
/*custom css */