.single-wrap {
    margin-top: 6.5rem;
    margin-bottom: 128px;
}

.single-content {
    margin-bottom: 2rem;
}

.single-title {
    justify-content: space-between;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 1.5rem;
}

.section-comment {
    padding-bottom: 0;
}

.blog-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 24px 0;
}

.post-date {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background-color: var(--color3);
    border-radius: 6px;
    padding: 0 6px;
    margin-bottom: 18px;
    color: #fff;
}

.post-date span {
    font-size: 0.91rem;
    line-height: 17px;
}

.post-date::before {
    content: '\e904';
    font-family: icomoon;
    color: #fff;
    font-size: 1.4rem;
}

.meta-datecat {
    display: flex;
    gap: 1.5rem;
}

.thumbnail-post-img {
    text-align: center;
    position: relative;
    margin: auto;
    display: table;
}

.category_post {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    border-top: 1px solid #E0E3F1;
}

.read-time {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-top: 1px solid #E0E3F1;
}

.category_post.tag_post {
    padding-top: 1.5rem;
}

.meta-datecat .category_post a::after {
    content: '';
    background-color: #CCCCCC;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-left: 11px;
}

.meta-datecat .category_post a:last-child:after {
    display: none;
    transition: 0.3s;
}

.socials-share .socials a:hover i,
.socials-share .socials>div i:hover {
    color: var(--color1);
}

.category_post a {
    color: var(--color3);
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    margin-right: 8px;
}

.category_post a:hover {
    color: var(--color1);
}

.read-time span {
    color: var(--color3);
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    margin-right: 8px;
}

.meta-datecat .category_post::before {
    content: '\e923';
    font-family: icomoon;
    font-size: 1rem;
    color: #fff;
    background-color: var(--color3);
    border-radius: 8px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.meta-datecat .read-time::before {
    content: '\e91b';
    font-family: icomoon;
    font-size: 1rem;
    color: #fff;
    background-color: var(--color3);
    border-radius: 8px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category_post.tag_post i {
    width: 24px;
    height: 24px;
    background: var(--color3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    color: #fff;
    font-size: 16px;
}

.tag_post a:last-child:after {
    content: none;
}

.socials-share .socials i {
    color: var(--color2);
    font-size: 1.3rem;
}

.socials .icon-share {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color3);
    width: 35px;
    height: 35px;
    color: #fff !important;
    border-radius: 8px;
    transform: scale(-1);
}

.socials-share {
    display: flex;
    align-items: center;
    border-radius: 1rem;
    gap: 1.5rem;
    position: relative;
}

.socials-share.mobile-share {
    justify-content: center;
    border-radius: 4px;
    padding: 15px 10px 15px;
    margin-bottom: 24px;
}


.copy-btn {
    position: relative;
    display: flex;
    font-size: 23px;
    color: var(--color1);
    line-height: 1;
    cursor: pointer;
    transition: 0.4s ease;
}

.copy-btn:hover {
    color: #212121;
}

.copy-btn i {
    z-index: 2;
}

.copy-btn .tooltip-url {
    position: absolute;
    box-shadow: 0 1px 7px rgba(67, 43, 179, 0.1);
    background: #fff;
    padding: 9px 8px;
    border-radius: 6px;
    bottom: 115%;
    min-width: 75px;
    right: 50%;
    transform: translateX(50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    white-space: nowrap;
    font-size: 12px;
    direction: ltr;
    color: #000;
    text-align: center;
    z-index: 1;
}

.copy-btn .tooltip-url::before {
    content: '';
    display: block;
    position: absolute;
    right: 50%;
    bottom: -8px;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 3px solid #000;
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);
    border-color: #0000 #0000 #fff #fff;
    transform-origin: 0 0;
    transform: rotate(-45deg) translateX(50%);
    box-shadow: -1px 1px 3px 0 rgb(106 137 204 / 19%);
    z-index: 0;
}

.copy-btn:hover .tooltip-url {
    opacity: 1;
    visibility: visible;
}

.copy-btn .tooltip-url:hover {
    opacity: 0;
    visibility: hidden;
}

.help-heading {
    margin-bottom: 24px;
    padding: 8px;
    border-radius: 1rem;
    background: #fff;
    position: relative;
}

.help-heading>span {
    color: #fff;
    background-color: var(--color3);
    border-radius: 12px;
    box-shadow: 0px 6px 37.84px 0px #99999933;
    width: 100%;
    height: 70px;
    font-size: 18px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 1.5rem;
    justify-content: center;
}


.help-heading .caticon {
    right: 20px;
}

.help-heading.active .caticon::before {
    content: "\e914";
}

.help-heading a {
    padding: 1.5rem 0;
    display: block;
    line-height: 2;
}

.help-heading li:last-of-type a {
    padding-bottom: 0.7rem;
}

.help-heading>ul>li>a {
    padding: 10px 12px;
    display: block;
    position: relative;
    font-family: var(--light_font);
    color: var(--color2);
    transition: 0.3s;
}

.help-heading>ul>li:hover>a {
    color: #002DF6;
}

.help-heading>ul>li:hover::before {
    background-color: #002DF6;
}

.help-heading>ul>li::before {
    content: '';
    background-color: #E0E3F1;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: -5px;
    top: 40%;
    bottom: 0;
    transition: 0.3s;
}

.help-heading>ul>li:hover {
    border-left: 1px solid #002DF6;
}

.help-heading>ul>li:hover>span {
    background-color: #002DF6;
}

.help-heading>ul>li {
    display: flex;
    align-items: center;
    transition: 0.3s;
    border-left: 1px solid #E0E3F1;
    position: relative;
}

.help-heading>ul>li>span {
    content: '';
    background-color: #E0E3F1;
    width: 7px;
    height: 7px;
    position: absolute;
    border-radius: 50%;
    right: 7px;
    transition: 0.3s;
}

.help-heading>ul>li:last-child>a {
    border: none;
}

.access-post .widget-side {
    display: inline-flex;
    background: #fff !important;
    border: none;
}

ul.access_item li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E9EBF5;
    font-size: 1rem;
    padding: 20px 24px;
    background: #fff;
    border-radius: 16px;
}

ul.access_item li:nth-child(odd) a i {
    color: var(--color2);
    font-size: 1.2rem;
}

ul.access_item li:nth-child(even) a i {
    color: var(--color1);
    font-size: 1.2rem;
}

ul.access_item {
    gap: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

ul.access_item li {
    position: relative;
}

ul.access_item li a:hover {
    border: 1px solid var(--color1);
    color: var(--color1);
}

ul.access_item li a:hover i {
    color: #fff;
}

.access-post>a:not(.widget-side) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    padding: 20px 24px;
}

.access-post>a:hover {
    color: var(--color2);
}

.thumbnail-post-img img {
    border-radius: 1rem;
}

.bottom-single-detail,
.top-single-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bottom-single-detail {
    border-top: 1px solid #66686933;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
    justify-content: flex-start;
    align-items: flex-start;
}

.bottom-single-detail .blog-date {
    font-size: 16px;
}

.section-products .bg-pattern:before {
    background: rgb(230 230 230 / 30%);
}

.section-products {
    position: relative;
}

.section-products .bg-pattern {
    top: 0;
}

.tags_post {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.category_post.tag_post a:hover {
    color: var(--color1);
}


.blog-table-title {
    color: #121212;
    margin-bottom: 0.8rem;
    display: inline-block;
    font-size: 1.063rem;
}

.single-post div.section-faq {
    margin-top: 0
}

.mobile .blog-meta {
    margin-top: 0;
}

.mobile .sidebar.sidebar-post {
    position: unset;
}

@media screen and (min-width: 48em) {
    .help-heading .caticon {
        right: 20px;
        top: 14px;
    }

    .socials-share .socials {
        margin-bottom: 0;
    }

    .thumbnail-img {
        max-width: 50%;
        float: left;
        margin-right: 30px;
    }

    .blog-meta {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 2rem 0;
    }

    .bottom-single-detail,
    .top-single-detail {
        justify-content: space-between;
        flex-direction: inherit;
        align-items: center;
        ;
    }

    .thumbnail-post-img {
        margin-top: 0;
    }
}

@media screen and (max-width: 1024px) {
    .socials-share .socials {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .single-post .bg-single-background {
        height: 4%;
    }

    .help-heading>ul>li {
        border: none;
    }

    .help-heading ul {
        margin-top: 0 !important;
    }

    .help-heading>ul>li::before {
        content: none;
    }

    .help-heading>span {
        justify-content: start;
        padding: 0.9rem 1.5rem;
        border-radius: inherit;
        box-shadow: none
    }

    .single-title .post-date {
        color: #fff;
        max-width: fit-content;
    }

    .category_post {
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 1rem;
    }

    .help-heading-title::after {
        display: none;
    }

    .help-heading .caticon {
        right: 13px;
        color: #fff;
    }

    .socials-share {
        padding: 1rem 0 1rem 1.5rem;
    }

    .meta-datecat {
        flex-wrap: wrap;
    }

    .help-heading {
        background: var(--color3);
        padding: 0;
        border-radius: 2rem;
    }

    .help-heading>ul>li>a {
        font-size: 1rem;
        padding: 0.5rem 24px;
        width: 100%;
        color: #fff;
    }

    .help-heading>ul>li>a:hover {
        color: var(--color1);
    }

    .quickAccesses {
        display: flex;
        align-items: center;
        padding: 1rem 1.5rem;
    }

    .quickAccesses .caticon {
        right: 13px;
    }

    .single-top .wrap-ft-menu {
        background-color: var(--color3);
        border-radius: 2rem;
        color: #fff;
        width: 100%;
    }

    .help-heading>ul>li>span {
        background-color: transparent;
    }

    .access-post a {
        color: #fff;
    }

    .access-post a:hover {
        color: var(--color1);
    }

    .single-title {
        padding-bottom: 0;
    }
}