#qna-section .nav.nav-tabs {
  display:none;
}
#qna-section #myTab li a.active{
  color:#fff;
  background-color:#000;
  opacity: 1;
}
#qna-section #myTab{
  border:none;
}
#qna-section #myTab li a{
/*   margin: 0 20px 0 0; */
  margin:0px;
  padding: 17px 28px;
  opacity:0.6;
  border-radius: 34.5px;
  border: solid 1px #131415;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #131415;
  font-family: 'Open Sauce Sans';
}
#qna-section #myTabContent{
  padding:0rem 0px;
  height: inherit !important;
}
#qna-section #myTabContent .card{
  padding: 24px 36px;
  border-radius: 22px;
  border: 1px solid rgba(19,20,21,.4);
  margin-bottom: .89rem;
  }
#qna-section #myTabContent .card .card-header{
  border-radius: 20px;
  border:none;
  background:none;
  padding: 0;
}
#qna-section #myTabContent .card .card-header a{
  display:block;
  padding:0;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #131415;
  position:relative;
}
#qna-section #myTabContent .card .card-body{
  padding:0;
  margin:20px 0 0;
}
#qna-section #myTabContent .card .card-body p{
/*   opacity: 0.4; */
  font-family: Inter;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: rgb(165 165 165);
}
#qna-section #myTabContent .card .card-header a[aria-expanded="true"]:after{
    content:'-';
}
#qna-section #myTabContent .card .card-header a:after{
    position:absolute;
    content:'+';
    right:0;
}
#qna-section ul#myTab {
        flex-wrap:nowrap;
        padding-bottom:10px;
     overflow-x:auto;
    }
 #qna-section  ul#myTab li{
        margin-bottom:0;
     flex: 0 0 auto;
     margin-right:20px;
    }
@media(max-width:768px){
  #qna-section ul#myTab {
        flex-wrap:nowrap;
        padding-bottom:10px;
     overflow-x:auto;
    }
   #qna-section  ul#myTab li{
        margin-bottom:0;
     flex: 0 0 auto;
     margin-right:20px;
    }
  #qna-section ul#myTab li a{
  font-size:14px;
      padding:12px 20px;
      width:100%;
      cursor: e-resize;
  }
   #qna-section #myTabContent .card .card-header a{
    font-size:20px;
  }
  #qna-section #myTabContent .card .card-body p{
    font-size:16px;
  }
}
@media(max-width:767px){

  #qna-section #myTabContent .card{
  padding: 12px 20px;
   border-radius:7px;
  }
   
  #qna-section #myTabContent .card .card-header a{
    font-size:12px;
  }
  #qna-section #myTabContent .card .card-body p{
    font-size:11px;
  }
}