.tf-tabs .tab-title-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 21.86px;
    color: #1C1C1E;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: -1px;
}

.tf-tabs .tablinks {
    cursor: pointer;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 12px;
    margin-bottom: 12px;
    position: relative;
}

.tf-tabs .tablinks::after {
    content: '\e92b';
    font-family: 'homelengo';
    color: #000;
    font-size: 9px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.tf-tabs .tablinks:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.tf-tabs .tablinks:last-child {
    margin-bottom: 0;
}

.tf-tabs .tf-tabnav>ul {
    position: relative;
}

.tf-tabs .tablinks.active .tab-title-text,
.tf-tabs .tablinks.set-active-tab .tab-title-text {
    color: var(--theme-primary-color);
}

.tf-tabs .tf-tabcontent .tf-tabcontent-inner {
    display: none;
}

.tf-tabs .tf-tabcontent .tf-tabcontent-inner.active,
.tf-tabs .tf-tabcontent .tf-tabcontent-inner.set-active-tab  {
    display: block;
}

.tf-tabs .tf-tabcontent .tf-tabcontent-inner {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: #161E2D;
}

.tf-tabs .tf-tabcontent .tf-tabcontent-inner h6 {
font-size: 18px;
font-weight: 600;
line-height: 25.2px;
margin-bottom: 20px;
color: #161E2D;
margin-top: 20px;
}

.tf-tabs .tf-tabcontent .tf-tabcontent-inner h5 {
font-size: 30px;
font-weight: 600;
line-height: 42px;
margin-bottom: 30px;
color: #161E2D;
}

.tf-tabs .tf-tabcontent .tf-tabcontent-inner p {
    margin-bottom: 20px;
}

.tf-tabs .tf-tabcontent .tf-tabcontent-inner ul {
    list-style: inside;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tf-tabs .tf-tabcontent .tf-tabcontent-inner ul li {
color: #161E2D;
margin-bottom: -2px;
}

.tf-tabs .tf-tabcontent .tf-tabcontent-inner ul li::marker {
    font-size: 13px;
}

.tf-tabs .tf-tabcontent .tf-tabcontent-inner h1,
.tf-tabs .tf-tabcontent .tf-tabcontent-inner h2,
.tf-tabs .tf-tabcontent .tf-tabcontent-inner h3,
.tf-tabs .tf-tabcontent .tf-tabcontent-inner h4,
.tf-tabs .tf-tabcontent .tf-tabcontent-inner h5,
.tf-tabs .tf-tabcontent .tf-tabcontent-inner h6 {
    margin-bottom: 12px;
}

.tf-tabs {
    display: flex;
    column-gap: 50px;
    row-gap: 30px;
}

.tf-tabs .tf-tabnav {
    width: 36%;
    position: sticky;
    top: 150px;
    margin-bottom: auto;
}

.tf-tabs .tf-tabcontent {
    width: 73%;
}

.tf-tabs .custom-html {
    background: #F7F7F7;
    padding: 30px 30px 30px 30px;
    border-radius: 12px;
    margin-top: 40px;
}

.tf-tabs .custom-html h3 {
font-size: 24px;
font-weight: 600;
line-height: 30px;
color: #1C1C1E;
margin-bottom: 20px;
}

.tf-tabs .custom-html p {
font-size: 16px;
font-weight: 400;
line-height: 28.8px;
color: #1C1C1E;
margin-bottom: 24px;
}

.tf-tabs .custom-html .btn {
    padding: 15px 20px;
    border-radius: 999px;
font-size: 16px;
font-weight: 600;
line-height: 21.86px;
    color: #fff;
    background: var(--theme-primary-color);
    width: 100%;
    margin-bottom: 24px;
}

.tf-tabs .custom-html .btn:hover {
    background: #1C1C1E;
    color: #fff;
}

.tf-tabs .custom-html .btn i {
    margin-right: 7px;
    vertical-align: middle;
}

.tf-tabs .custom-html h6 {
font-size: 18px;
font-weight: 600;
line-height: 25.2px;
color: #1C1C1E;
margin-bottom: 20px;
}

.tf-tabs .custom-html a {
font-size: 16px;
font-weight: 500;
line-height: 28.8px;
color: #1C1C1E;
}

.tf-tabs .custom-html a:hover {
    color: var(--theme-primary-color);
}

@media (max-width: 767px) {
    .tf-tabs {
        flex-wrap: wrap;
    }
    .tf-tabs .tf-tabnav,
    .tf-tabs .tf-tabcontent {
        width: 100%;
    }

    .tf-tabs .tf-tabnav {
        position: relative;
        top: unset;
        margin-bottom: unset;
    }
}