/* .faq-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
    flex: 0 0 70%;
}

.faq-box .heading {
    flex: 0 0 100%;
    text-align: center;
}

.faq-box .heading h1 {
    font-size: 35px;
    line-height: 30px;
}

.faq-box .heading h3 {
    font-weight: normal;
    position: relative;
    width: fit-content;
    margin: auto;
}

.faq-box .heading h3::before {
    position: absolute;
    content: '';
    width: 60%;
    height: 5px;
    background-color: #023d1b;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.faq-box .faq {
    flex: 0 0 100%;
}

.faq-box .faq > li {
    border: 1px solid #ddd;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s ease-in-out;
    background-color: #e68681;
}
.faq-box .faq > li:hover {
    background-color: #e0726c;
}

.faq-box .faq li:last-child {
    margin-bottom: 0;
}
.faq-box .faq li i {
    color: #000;
font-size: 20px;
}


.faq-box .faq li .btn {
    background-color: #f5f5f5;
    flex: 0 0 auto;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e68681;
}

.faq-box .faq li.active .btn {
    background-color: #cd3027;
    color: #fff;
}

.faq-box .faq li .btn span {
    font-size: 30px;
}
.faq-box .faq li .data .ques{
    font-size: 20px;
    margin-bottom: 0;
    color: #000;
}
.faq-box .faq li .data .ans {
    display: none;
    line-height: 25px;
    color: #fff;
}
.faq-box .faq li.active .data .ans {
    display: block;
    padding-top: 10px;
} */

 .box0{
    border: 1px solid black;
} 

.btn .data tbody{
    border: 1px solid black;
}

.btn .data tr{
    border: 1px solid black ;
}

.tb tr td{
    border: 1px solid black;
    padding: 0px 5px;
}

.tb tr th{
    border: 1px solid black;
    padding: 0px 5px;
}
.row{
    padding-bottom: 20px;
}

.strong{
    font-weight: bolder;
}