@media only screen and (max-width: 767px){
    .community_banner h1 {
        font-size: 25px;
        line-height: 36px;
        background-color: #ffffff7d;
        display: inline-block;
        padding: 5px 15px;
    }
 #start-new-discussion-request-topic-modal .modal-header,  #start-new-discussion-request-topic-modal .modal-body {
        padding: 0;
    } 
#start-new-discussion-request-topic-modal   .modal-header.login_user h4 {
        font-size: 20px;
    }   
    #start-new-discussion-request-topic-modal .btn-close {
        top: -5px;
    }     
}



@media only screen and (max-width: 576px){
    .community_banner h2 {
        font-size: 25px;
        line-height: 40px;
        margin-left: 0px;
        text-align: center;
    }
    .community_banner {
        height: 130px;
    }
    .community_banner h2 {
        font-size: 20px;
        line-height: 25px;
        margin-left: 0px;
        text-align: center;
        background-color: rgba(255,255,255,0.5);
        padding: 10px;
    }
    .community_tab li {
        width: 100%;
    }
    .community_tab li button{
        width: 100%;
    }
    .community_tab {
        margin-top: 20px;
        border-bottom: none;
    }
    .pannel_discussions table {
        table-layout: fixed;
        font-size: 13px;
    }
    .thread > tbody > tr > td:nth-child(2) {
        width: 90%;
        padding: 10px;
        vertical-align: top;
        padding: 0 12px;
        word-break: break-word;
    }
    .thread > tbody > tr > td:nth-child(2) p.topic-created-by-text span{
        display: block;
        font-size: 12px;
    }
    tbody.community-topics-list-table-tbody > tr > td:nth-child(2).replies label {
        font-size: 12px;
    }
    .pannel_discussions table th {
        width: 180px;
    }
    .pannel_discussions table th:nth-child(1){
        width: 200px;
    }
    .thread img {
        height: 55px;
        margin: 0 auto;
        display: table;
    }
    .thread > tbody > tr > td:nth-child(1) {
        width: 45%;
    }
    .community_tab li .nav-link {
        font-size: 14px;
    }
}
@media only screen and (max-width: 576px) and (orientation : landscape){
     
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .community_banner h2 {
        font-size: 25px;
        line-height: 40px;
        margin-left: 0px;
        text-align: center;
    }
    .pannel_discussions table {
        table-layout: fixed;
        font-size: 13px;
    }
    .thread > tbody > tr > td:nth-child(2) {
        width: 90%;
        padding: 10px;
        vertical-align: top;
        padding: 0 12px;
    }
    .thread > tbody > tr > td:nth-child(1) {
        width: 45%;
    }
    .community_banner {
        height: 200px;
    }
    .community_banner h2 {
        font-size: 20px;
        line-height: 25px;
        margin-left: 0px;
        text-align: center;
        background-color: rgba(255,255,255,0.5);
        padding: 10px;
    }
    .community_tab li {
        width: 33%;
    }
    .community_tab li button{
        width: 100%;
    }
    .community_tab {
        margin-top: 20px;
        border-bottom: none;
    }
    .pannel_discussions table {
        table-layout: fixed;
    }
    .pannel_discussions table th {
        width: 180px;
    }
    .pannel_discussions table th:nth-child(1){
        width: 200px;
    }
    .thread img {
        height: 55px;
        margin: 0 auto;
        display: table;
    }
    .community_tab li .nav-link {
        border-radius: 0;
        border: solid 1px #666;
        color: #333;
        font-family: 'Gotham';
        font-size: 15px;
        min-height: 65px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px){
    .community_tab li {
        width: 33%;
    }
    .community_tab li button{
        width: 100%;
    }
    .community_banner {
        height: 250px;
    }
    .pannel_discussions table {
        font-size: 13px;
    }
    .select_cat label {
        font-size: 14px;
        display: block;
    }
    .select2-container {
        box-sizing: border-box;
        display: inline-block;
        margin: 0;
        position: relative;
        vertical-align: middle;
        width: 100% !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) and (orientation : landscape){
    
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {    
    
}
@media only screen and (min-width: 992px) and (max-width: 1200px) and (orientation : landscape){

}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .community_tab li:nth-child(1){
        width: 33%;
    }
    .community_tab li:nth-child(1){
        width: 33%;
    }
    .community_tab li:nth-child(1){
        width: 33%;
    }
    .community_tab li button{
        width: 100%;
    }
}



