/* .eitmaster-box {
    padding: 0 15%;
  } */
  
  @media (max-width:768px){
    .eitmaster-box {
      padding: 0 0!important;
    }
  }
  
  .eitfaq-header {
    background: #e1e8e6;
    background: #e1e8e6;
    background: -webkit-linear-gradient(to right, #e1e8e6, #e1e8e6);
    background: linear-gradient(to right, #e1e8e6, #e1e8e6);
    /* padding: 0 30px 10px 0; */
    padding: 10px;
    text-align: center;
    color: white;
  }
  
  #eitfaqmyInput {
    width: 50%;
    font-size: 18px;
    padding: 5px 20px 5px 20px;
    border: 1px solid #000;
    margin: 15px 0 15px 0;
  }
  
  #eitfaqmyBtnContainer {
    margin: 15px;
    letter-spacing: 5px;
  }
  
  /* Style the buttons */
  .eitfaqbtn {
    border: none;
    outline: none;
    padding: 8px 15px 8px 0;
    background-color: #60776e;
    color: #ffffffd2;
    cursor: pointer;
    font-size: 14px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.2);
  }
  
  .eitfaqbtn:hover {
    background: #091628;
    color: white;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 3px 5px 0 rgba(0,0,0,0.3);
    transition: all 0.2s ease;
  }
  
  .eitfaqbtn.active {
    background: #091628;
    color: white;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 3px 5px 0 rgba(0,0,0,0.3);
  }
  
  .eitfaqbtn::before {
    content: '\00bb   ';
    font-size: 18px;
    opacity: 0;
    transition: 0.4s;
  }
  
  .eitfaqbtn.active::before {
    content: '\00bb   ';
    opacity: 1;
    transition: 0.5s;
  }
  
  #eitfaqmyUL {
    list-style-type: none;
    width: 100%;
    padding: 0;
    background: rgba(255, 255, 255, 0.01);
  }
  
  #eitfaqmyUL li span {
    cursor: pointer;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    border-bottom: 1px solid lightgrey;
    margin-top: -1px;
    padding: 10px 0px 10px 0px;
    margin: 0;
    text-decoration: none;
    font-size: 21px; 
    color: #1F2124;
    display: block;
    border-radius: 0px;
    padding: 17px;
    margin-top: 10px;
    font-family: "Inter", Sans-serif;
    font-weight:500;
  }
  
  #eitfaqmyUL li span:hover:not(.header) {
      background-color: #e4ecf9;
      border-bottom: 1px solid grey;
  }
  
  .eitfaqfilterDiv {
    display: none; /* Hidden by default */
    transition: all 0.3s;
    margin-bottom: 4px;
  }
  
  .eitfaqshow {
    display: block;
  }
  
  .eitfaqaccordion-thumb {
    font-weight: bold;
    background: white;
  }
  
  /* Active answer */
  .eitfaqfilterDiv.is-active .eitfaqaccordion-thumb::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .eitfaqaccordion-thumb::before {
    content: '';
    display: inline-block;
    height: 7px;
    width: 7px;
    margin-right: 1rem;
    margin-left: .5rem;
    vertical-align: middle;
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  }
  
  .eitfaqaccordion-panel {
        padding: 10px 20px 10px 20px;
    display: none;
    color: #7A7A7A;
    font-size: 16px;
    font-weight: normal;
    background: white;
    font-family: "Inter", Sans-serif;
    font-weight: 500;
    line-height: 26px;
  }
  .eitfaq-catpanel {
    border-radius: 10px; 
    width: 23%;
    float: left;
  background: #ffff;
  border: 1px solid #091628 !important;
    }

.eitfaq-bodycontainer {
    margin-left: 26%;
}

.eitmaster-box {
    width: 100%;
}
button.eitfaqbtn {
    display: block;
}
button.eitfaqbtn {
  margin-bottom: 12px;
  min-width: 52px;
  color: #333;
  font-family: "Gotham Rounded",arial,sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  background: 0 0;
  transition: color .3s,background .3s;
  padding: 4px 15px;
  gap: 10px;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #d6d6d6;
}
@media only screen and (max-width: 600px) {
   .eitfaq-catpanel {
      width: 100%;
      float: none;
      padding: 15px;
   }
    .eitfaq-bodycontainer{
       margin: 0px;
       width: 100%;
    }
    button.eitfaqbtn {
      display: initial;
      margin-left: 30px;
  }
}