.tt__hero-content h1 {
    font-weight: 500;
}
.tt__add-tagblock p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    max-width: 55%;
}
.tt__field-desc a {
    /* color: #131112; */
    /* color: #131112; */
    text-decoration: underline;
}
.tt__add-tagblock h6{
    font-size: 22px;
    color: #333333;
    line-height: normal;
    font-weight: 600;
}
.tt__add-tagblock {
    border-radius: 16px;
    border: 1px solid #000000;
    padding: 16px 30px;
    justify-content: center;
    box-shadow: 7px 7px 0 #403D3C;
    gap: 16px;
}
.tt__add-tag {
    margin: 40px 0 40px;
}
div#v-pills-tab {
    max-height: 500px;
    overflow: auto;
}
.tt__fields-guidedetails .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    font-size: 16px;
    color: #131112 !important;
    font-weight: 400;
    padding: 20px 16px;
    text-align: left;
    border-bottom: 1px solid #838180;
    border-radius: 0;
    justify-content: space-between;
    width: 100%;
}
.tt__fields-guidedetails .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #F2F1F1;
}
.tt__fields-guidedetails .nav-pills .nav-link  img {
    width: 16px;
    max-width: unset;
}
.tt__fields-guidedetails .tt__fields-guide-content{
    padding-left: 53px;
}
.tt__field-desc p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #131112;
}
.tt__field-img img {
    border-radius: 20px;
    border: 1px solid #333333;
}
.tt__field-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin: 48px 0;
}

/* breadcrumbs */
nav.breadcrumbs a {
    color: #6C6A69;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

nav.breadcrumbs img {
    margin: 0 8px;
}

nav.breadcrumbs span {
    color: #2A2625;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    div#v-pills-tab {
        max-height: 100vh;
        overflow: auto;
    }
}
@media (max-width: 991px) {
    .tt__fields-guide-content .tab-content>.tab-pane {
        display: block;
        opacity: 1;
        border-bottom: 1px solid #838180 !important;
    }
    .tt__fields-guide-content .accordion-header {
        font-family: "Inter", sans-serif;
        line-height: normal;
    }
    .tt__fields-guide-content .tab-content>.tab-pane button {
        padding: 16px 42px !important;
    }
    .tt__fields-guide-content .accordion-button:not(.collapsed) {
        color: #131112;
        background-color: #F2F1F1;
        box-shadow: unset;
        box-shadow: unset;
    }
    .tt__fields-guide-content .accordion-button::after {
        right: auto;
        position: absolute;
        left: 12px;
        filter: brightness(0) saturate(100%) invert(1%) sepia(9%) saturate(4612%) hue-rotate(268deg) brightness(92%) contrast(87%);
    }
    .tt__fields-guide-content .accordion-button:focus{
        box-shadow: unset;
    }
    .tt__fields-guide-content .accordion-body h2 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 12px !important;
    }
    .tt__fields-guide-content .tt__field-desc p {
        font-size: 16px;
        line-height: 30px;
        font-weight: 400;
        color: #131112;
    }
    .tt__fields-guide-content .tt__field-img {
        margin: 16px 0;
    }
    .tt__fields-guidedetails {
        margin: 0 0 32px;
    }
    section.tt__hero-sec {
        margin-bottom: 30px;
    }
}