.tabs-header{
    width: 100%;
    
}

.tabs-body{
    width: 100%;
    
}

.tabs-body-compare{
    width: 100%;
    background-color: var(--clr-neutral-200);
    border-radius: 10px;
    
}

.tab-block{
    padding: 50px;
}

.tab-block-2{
    padding: 50px;
}

.tab-block-flex{
    display:flex;
    padding: 30px;
    align-items: flex-start;
    gap: 20px;
    justify-content: center;
}

.tab-off{
    background-color: var(--clr-neutral-200);
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.tab-on{
    padding: 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.16);
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.icon-block{
    margin-left: 20px;
    margin-top: 4px;
}

.pricingtabs{
    padding: 0;
}

.packages-block{
    display: flex;
    gap: 40px;
}

.ul-package{
    list-style: square;
    line-height: 2.5em !important;
    font-size: 16px;
    
}

.ul-package li{
    line-height: 2em;
}

.ul-package li::marker {
    color: #f68d2e;
}

.price-block{
    padding: 20px;
    background-color: #f7f0e9;
    border-radius: 8px;
    border: 1px solid #f68d2e;
}
.btn-block{
    width: auto;
    display: flex;
    justify-content: center;
}

.txt-btn{
    font-weight: 500;
    font-size: 22px;
}

.btn-pricing{
    padding: 15px 40px;
    margin-bottom: 10px;
}

.btn-pricing-grey{
    padding: 12px 40px;
    margin-bottom: 10px;
    background-color: #606060 !important;
}

.txt-sm-line{
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    margin-top: 10px;
    
}

/* Apply styles for tablet displays and smaller (max-width: 768px) */
@media (max-width: 768px) {
    .tab-block {
      width: 100%;
    }
 
    .tab-block-2 {
        width: 100%;
        padding-top: 0px;
      }
  }

