.search-bar{
    width: 100%;
    padding: 10px 10px;
    border: 1px solid rgba(0,0,0,0.1);
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    margin-bottom:20px;
}
.search-bar #search
{
    outline: none;
          border: none;
          background: transparent;
          width: 100%;
          font-size: 16px;

          color: #000;
}

#questionsList , .suggested-questions{
    margin-bottom:40px;
    background: #fff;
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 8px;
    min-height: 50vh;
}
  #questionsList .question-title
  {
      margin-bottom:20px;
  }

.question-title a{
    font-size: 18px;
    font-weight: 600;
    color: #212121;
}
.question-title a:hover{
 font-size: 18px;
    color: #212121;
}
#pagination{
        margin: auto;
    text-align: center;
        background: #fff;
    padding: 30px;
      border: 1px solid rgba(0,0,0,0.1);
    border-radius: 8px;
}
#pagination span{
    
    color: #000;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 100%;
    margin-right: 15px;
padding: 10px 15px;
}
#pagination .current{
background:#52D3D8; 
  border: 1px solid #fff;
  cursor:pointer;
}
.heading-question{
    font-size:25px;
    font-weight:600;
    color:#000;
    margin-bottom:30px;
}
.jumbotron{
    padding:20px !important;
    
}
.answer-row{
    margin:0px !important ;
}
.answer-title{
    font-size:18px;
    font-weight:500;
    
}
.answerList{
    min-height:fit-content !important;
    height:fit-content !important;
}

.answerList h1{
font-size: 25px;
}
.suggested-questions h3{
    margin-bottom:20px
}

 .suggested-questions .question-title
  {
      margin-bottom:20px;
  }

