.simplQtitle{
    height:60px;
    width:full;  
    margin-left:-25px;
    padding: 20px 35px 20px 35px;
    background-color:rgb(59 130 246 / 0.5);
 
color: yellow;
display: block;

}
.simplQcontactusbtn{
float: right;
    width:20%;
    border:none;
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    height:70%;
    text-decoration: none;
    background-color:rgb(20, 45, 84);
    text-align: center;
    padding: 10px 20px 10px 20px;
    
}

.Simply_Q_Table> th{
    text-align: center;
  }
  .Simply_Q_Table{
    color: white;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
  }
  
  .Simply_Q_Table tr:hover{
  font-weight: 700;
  background-color: #e6e6e6;
  }

  .Simply_Q_accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
    transition: 0.4s;
  }
  
  .Simply_Q_active, .lucky_draw_accordion:hover {
    background-color: #ccc; 
  }
  
  .Simply_Q_panel {
    padding: 0 18px;
    display: none;
    transition: max-height 0.2s ease-out;
    font-size: 17px !important;
    background-color: white;
    overflow: hidden;
  }

  .Simply_Q_panel p{
    font-size: 17px !important;
  }

  .Simply_Q_accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777 !important;
    float: right;
    margin-left: 5px;
  }
  
  .Simply_Q_active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
  }
  .Lucky_Draw_Add_Draw_Table th{
  text-align: right;
  }
    
  .Simply_Q_Input_Box{
  border:none !important;
  width:300px !important;
  outline: none !important;
  background-color: #e3e3e3 !important;
  border-radius: 0px !important;
  color: #7f7f7f !important;
    }
    
    