.single-content {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 205, 0.23);
}
.blog-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 24px 0;
}
.thumbnail-post-img {
    text-align: center;
    position: relative;
    border-bottom: 12px solid var(--color3);
    border-radius: 40px;
    overflow: hidden;
    margin-top: 20px;
}
.thumbnail-post-img::before {
    content: '';
    width: 115px;
    height: 25px;
    background: var(--color3);
    display: inline-block;
    margin-bottom: -25px;
    border-radius: 17px;
}

.category_post {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.category_post > i {
    color: var(--color3);
    font-size: 22px;
    margin-left: 10px;
}
.category_post a {
    color: #252525;
    font-size: 14px;
    line-height: 21px;
    position: relative;
}
.category_post a:not(:last-child):after,
.category_post .title:after {
    content: '';
    background: var(--color3);
    margin: 0 10px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: relative;
    display: inline-block;
}

.category_post a:hover {
    color: var(--color3);
}

.socials-share .icon-share {
    display: flex;
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    color: #fff;
    padding-bottom: 1px;
    transition: 0.4s ease;
    background: var(--color3);
    border-radius: 100%;
    box-shadow: 0 0 4px 0 #0000CD70;
    outline: 3px solid #CCCCF2;
}

.socials-share {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 22px;
    border: 2px solid #CCCCF2;
    gap: 24px;

}
.socials-share.mobile-share {
    justify-content: center;
    border-radius: 4px;
    padding: 15px 10px 15px;
    margin-bottom: 24px;
}
.socials {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-right: 16px;
}
.socials a {
    display: flex;
    font-size: 24px;
    line-height: 1;
    color: var(--color3);
}
.socials a:hover {
    color: var(--color2);
}
.copy-btn {
    position: relative;
    display: flex;
    font-size: 24px;
    color: #1A2141;
    line-height: 1;
    cursor: pointer;
    transition: 0.4s ease;
}

.copy-btn:hover {
    color: var(--color2);
}

.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 5px;
    border-radius: 11px;
    bottom: 115%;
    min-width: 75px;
    right: 50%;
    transform: translateX(50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    white-space: nowrap;
    font-size: 16px;
    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: 10px;
    border: 1px solid #CCCCF2;
    border-radius: 24px;
    background: #fff;
}
.help-heading > span {
    display: block;
    background: var(--color3);
    padding: 17px 12px;
    color: #fff;
    border-radius: 15px;
    font-size: 14px;
}
.mobile .help-heading > span {
  text-align: right;
  position:relative;
}
.help-heading .caticon::before {
 color: #fff
}
.help-heading .caticon {
  left: 20px;
}
.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 li:not(:last-of-type) {
    border-bottom: 1px solid #FF00141F;
}
.help-heading > ul > li > a {
    padding: 20px 12px;
    display: block;
    position: relative;
}
.help-heading > ul > li > a::before {
    content: '';
    width: 3px;
    height: 24px;
    background: #CCCCF2;
    display: inline-block;
    border-radius: 3px 0 0 3px;
    position: absolute;
    right: 0;
    top: 24px;
    transition: 0.4s ease;
}
.access-post .widget-side {
    display: inline-flex;
    background: #fff !important;
    border: none;
}
.access-post > a:not(.widget-side) {
    display: block;
    margin: 10px 0;
    padding: 1.5rem 5rem;
    border: 1px solid #FF00141F;
    text-align: center;
    font-size: 18px;
    border-radius: 8px;
    color: #3E3E3E;
	background:#fff;
}
.access-post > a:hover{
	background:var(--color3);
	color:#fff
}

.thumbnail-post-img {
    text-align: center;
}
.thumbnail-post-img img {
    border-radius: 16px;
    width: 100%;
}
.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 {
    position: relative;
    padding-top: 40px;
}
.section-products .bg-pattern {
    top: 0;
}
.tags_post {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tags_post i.icon-tag {
    margin-left: 6px;
    font-size: 20px;
    color: var(--color3);
}
@media screen and (min-width: 48em){
    .help-heading .caticon {
        left: 20px;
        top: 30px;
    }
	.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 24px 0;
    }
	.bottom-single-detail, .top-single-detail {
	  justify-content: space-between;
	  flex-direction: inherit;
	  align-items: center;;
	}
    .thumbnail-post-img {
     margin-top: 0;
    }
    .thumbnail-post-img::before {
        width: 270px;
    }
}