/* QnA Page CSS*/

.question-option-qna ul{
    list-style: none;
    padding: 0px;
}

.question-option-qna ul li{
    width: 100%;
    display: inline-block;
    font-size: 13px !important;
    font-weight: bold;
}
.question-option-qna ul li p{
    display: inline-block;
    font-size: 13px !important;
}

.filters-box{
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 30px;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
}



.filters-box h2{
    font-size: 20px;
   
    margin-bottom: 0px;


}

.filters-heading{
    font-size: 15px;
    font-weight: 600;
    color: #333;
    border-bottom: solid 1px #f6f6f6;
     border-top: solid 1px #f6f6f6;
    display: block;
    padding: 12px 0px;
    margin:12px 0px; 
}

.filters-heading i{
  font-size: 12px;
  color: #666;
  margin-top:6px;
}

.filters-heading:hover{
    color: #333;
}
.filter-link{
  text-decoration: none;
  color:#666;
}

.college-listing-box{
    background: #f2f2f2;
     margin-top: 30px;
    margin-bottom: 20px
}

.college-listing-box h1{ 
    font-size: 20px;
    padding-top: 10px;

}

.college-listing-box h1 p{ 
   line-height: 28px;

}

.search-icon-position{
    float: right; 
    margin-top: -35px; 
    margin-right: 5px;
}
.search-query{
    border: none;
    border-bottom: solid 1px #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    font-size: 13px;
    background: #fafafa;

}

.list-group{
    list-style: none;
    padding-left: 2px;
    line-height: 30px;
}


.list-group label{
    text-transform:capitalize;
}
.filters-apply-box{
    margin-bottom: 15px;

}
.filters-apply-name{
    background: rgba(204,204,204,0.17);
    border-radius: 2px;
    text-transform: capitalize;
    color: #555;
    padding: 7px 7px 7px 7px;
    cursor: pointer;
    font-size:13px;
    display: inline-block;
    margin-bottom: 5px;
    border:solid 1px #f6f6f6; 
    
}

.filters-apply-name:hover{
    border:solid 1px #1f2e67;
    color: #1f2e67; 
}

.filters-apply-name i{
    float: right;
    padding-left: 10px;
    padding-top: 3px;
}

.filters-resetall{
    cursor: pointer;
    color: #1f2e67;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding-top: 0px;
}

.qna-listing-box{
    border: 1px solid #efefef;
    background-color: #fff;
    border-radius: 4px;
    border-bottom: 1px solid #e2e2e2;
    padding: 15px;
    margin-bottom: 15px; 
}

.qna-listing-box img{
  max-width: 95%;
}


.qna-top-topic{
    color: #999;
    font-size: 13px;
    padding-bottom: 5px;
}

.filter-body{
  max-height: 300px;
  overflow: auto;
  
}

/*.qna-top-topic a{
    color: #999;
}*/

.qna-top-topic:hover{
    text-decoration: underline;

}

.qna-title{
    font-size: 15px;
    padding-bottom: 8px;
}
.qna-title a{
    color: #000;
}

.qna-title a:hover{
    color: #000;
    text-decoration: underline;
}

.qna-answered-user{
    padding-bottom: 5px;
    color: #999;
    margin-top:20px;
}

.qna-answered-user b{
    width: 28px;
    height: 28px;
    background: #ccc;
    border-radius: 25px;
    text-align: center;
    font-size: 15px;
    padding-top: 5px;
    color: #8e8c8c; 
    float: left;

}
.qna-answered-user span{
    float: left;
    padding-left: 8px;
    font-size: 14px;
    padding-top: 5px;
}
.qna-answered-user i{
    font-size: 13px;
    display:block;
}

.qna-answer-user{
    padding-bottom: 5px;
    min-height: 27px; 
    padding: 10px 0px;
}

.qna-answer-user b{
    width: 40px;
    height: 40px;
    background: #ccc;
    border-radius: 25px;
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    color: #8e8c8c; 
    float: left;
}

.qna-answer-user span{
    float: left;
    padding-left: 8px;
    font-size: 14px;
    width: 86%;
    margin-right: 5px;
}
.qna-answer-user .form-control{
    box-shadow:none;
}

.qns-comment-view{
    font-size: 13px;
    color: #999;
    padding-bottom: 8px;
}

.qna-comment-text{
  padding: 0px 0px
}

.qna-answered-count{
    background: #f7f7f7;
        margin: 0px -15px;
        padding: 15px;
        margin-bottom: 10px;
}
.qna-answered-count::after{

  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
.short-comment{
    max-height: 75px;
    overflow: hidden;
    padding: 10px 0px;
    font-size: 13px;
    line-height: 20px;
}
.long-comment{
    height: auto;
}

.view-more-comment{
    cursor: pointer;
    padding: 10px 0;   
    color: #1f2e67;
}

.qna-answered-line{

  padding-top: 25px;
  padding-bottom: 15px;
  font-size: 18px;
}

.similar-question-box{
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 38px;
}

.similar-question-box h2{
    font-size: 20px;  
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
    
}

.similar-question-box ul{
  list-style: none;
  padding: 0px;
}

.similar-question-box ul li{
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 20px;
}

.btn-add-answer {
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background: #1f2e67;
    cursor: pointer;
    margin-top: 10px;
    display: none;
}

.btn-ask-question-top {
    padding: 7px 15px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background: #1f2e67;
    cursor: pointer;
    border: solid 1px #1f2e67;
}

/* End QnA Page CSS*/

.sort-by-btn {
    color: #266ea1;
    background-color: #fafafa;
    border-color: #fafafa;
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 0;
}
.sort-by-questions {
    float: right;
    margin-top:0px;
}


.is-logged-in-user {
    max-width: 47.5% !important;
}

.btn-pop-post-answer {
    position: fixed;
    display: block;
    z-index: 1;
    bottom: 70px;
    right: 20px;
    z-index: 101;
}

.post-now-btn{
    background-color: #1f2e67;
    border-color: #1f2e67;
}

.btn-post-answer{
    display: none;
}



.ask-top-box{
    padding-top: 90px;
    background: linear-gradient(to right, #1f2e67 0%, #3a4d95 100%);
}

.ask-box-heading{
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.ask-doubts{
    width: 650px; 
    
    margin: auto; 
}  

.ask-doubts-box{
    padding: 15px; 
    width: 550px;
    float: left;
    border-radius: 4px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.ask-doubts-btn{
    background-color: #02A569;
    color: #fff;
    border: 1px solid #02A569;
       padding: 14px 30px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.qna-description{
    font-size: 16px !important;
    line-height: 25px;
}
.qna-description p{
    font-size: 16px !important;
    line-height: 25px;
}
.qna-description p span{
    font-size: 16px !important;
    line-height: 25px;
}

.qna-description a{
    color: #000;
}

.qna-listing-box{
    border: 1px solid #efefef;
    background-color: #fff;
    border-radius: 4px;
    border-bottom: 1px solid #e2e2e2;
    padding: 15px;
    margin-bottom: 15px; 
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
}

}

.qna-top-topic{
    color: #999;
    font-size: 13px;
    padding-bottom: 5px;
}

.tag {
    background: #fff;
    border-radius: 20px;
    color: #666666;
    display: inline-block;
    font-size: 12px;
    border: solid 1px #e5e5e5;
    padding:  10px;
    margin-bottom: 10px;
}
.tag a{
    color: #333;
}
.taga a:hover {
    background: #ccc;
}

.qns-comment-view{
    font-size: 13px;
    color: #999;
    padding-bottom: 8px;
}

.qna-title{
    font-size: 15px;
    padding-bottom: 8px;
}
.qna-title a{
    color: #000;
}

.qna-title a:hover{
    color: #000;
    text-decoration: underline;
}

 .product-list-box {
     background: #fff;
     padding: 5px;
     margin-bottom: 15px;
 }
 .product-list-box h3 {
     background: url(https://cdn.entrance360.com/static/images/prepration-products.png)  no-repeat 0;
     font-size: 15px;
     text-transform: uppercase;
     line-height: 29px;
     color: #e75248;
     font-weight: 500;
     padding: 10px 0 10px 75px;
     margin: 0;
    
 }
 .product-list-box h3 span {
     color: #707070;
 }

 .product-article {
     padding:  12px;
     background: rgba(231, 82, 72, 0.1);
 }

 .product-article article {
     padding-bottom: 15px;
     margin-bottom: 15px;
     border-bottom: 1px solid rgba(231, 82, 72, 0.1);
 }

.product-article article h5 {
     font-size: 15px;
     line-height: 21px;
     color: #2e2e2e;
     margin: 0 0 8px;
 }
 .product-article article p {
     color: #2e2e2e;
     font-size: 14px;
     line-height: 25px;
     margin: 0 0 8px;
 }
 .product-article article .price {
     font-size: 15px;
     line-height: 28px;
     color: #e75248;
     font-weight: 500;
     display: inline-block;
 }

 span.strikePrice {
     font-size: 14px;
     position: relative;
     text-decoration: line-through;
     margin-right: 15px;
 }

 .product-article article a {
     min-width: 80px;
     color: #fff;
     float: right;
     background: #ff0000;
     padding: 6px 10px;
     text-align: center;
     margin-left: 7px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     -ms-border-radius: 4px;
     -o-border-radius: 4px;
     border-radius: 4px;
 }

 .product-article article a:hover{
     text-decoration: none;
 }


 .modal-open .modal {
     
     top: 12%;
 }




@media screen and (max-width: 1000px) {

    .qna-answered-count{
        margin: 0px -10px;
    }

    .college-listing-box{
         margin-top: 10px;
    }

    .filters-resetall{
        
        padding-top: 10px;
    }

    .ask-top-box{
        padding-top: 20px;
    }

    .ask-doubts{
        width: 350px; 
        margin: auto; 
    }  



    .ask-doubts-box{
        width: 280px;
    }

    .ask-doubts-btn{
        background-color: #02A569;
        color: #fff;
        border: 1px solid #02A569;
           padding: 14px 20px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
    }



    .ask-box-heading{
        font-size: 20px;
        padding-top: 20px;
    }

   

    .filters-box {
        padding: 0px;
    }

    .qna-mobile-filters {
        background: #266ea1;
        color: #fff;
        border-bottom: solid 1px #ccc;
        border: solid 1px #266ea1;
        position: absolute;
        padding: 10px 10px 0px 10px;
        border-radius: 20px;
        margin-bottom: 0px;
        width: 38px;
        height: 38px;
        z-index: 9;
        right: 5px;
        box-shadow: 0 0 4px 0 rgba(0,0,0,.08), 0 2px 4px 0 rgba(0,0,0,.12);
    }

    .sort-by-questions {
        float: left;
        margin-top: -20px;
    }

    .is-logged-in-user {
        max-width: 100%!important;
    }
}