.single-bg {
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 1000px;
}
.single-bg > i::after {
    bottom: 50%;
}
.single-wrap {
    padding-top: 90px;
}
.single-content {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 205, 0.23);
}
.blog-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px 0;
    gap: 10px;
    flex-direction: column-reverse;
}
.thumbnail-post-img {
    position: relative;
}
.thumbnail-post-img img {
    border-radius: 16px;
    width: 100%;
    max-height: 600px;
    clip-path: polygon( 83.844% 0.305%,83.844% 0.305%,84.217% 0.326%,84.586% 0.389%,84.951% 0.493%,85.31% 0.637%,85.662% 0.82%,86.006% 1.043%,86.341% 1.304%,86.666% 1.603%,86.979% 1.939%,87.28% 2.311%,97.83% 16.298%,97.83% 16.298%,98.217% 16.86%,98.568% 17.474%,98.883% 18.136%,99.161% 18.84%,99.4% 19.582%,99.598% 20.358%,99.754% 21.161%,99.868% 21.989%,99.937% 22.835%,99.96% 23.696%,99.96% 76.492%,99.96% 90.595%,99.96% 90.595%,99.887% 92.121%,99.677% 93.568%,99.339% 94.917%,98.886% 96.149%,98.33% 97.245%,97.682% 98.185%,96.952% 98.95%,96.154% 99.52%,95.297% 99.877%,94.394% 100%,18.704% 100%,10.053% 100%,10.053% 100%,9.599% 99.968%,9.151% 99.876%,8.711% 99.723%,8.282% 99.511%,7.864% 99.242%,7.461% 98.918%,7.073% 98.539%,6.704% 98.107%,6.355% 97.625%,6.028% 97.092%,1.687% 89.414%,1.687% 89.414%,1.404% 88.873%,1.147% 88.299%,0.918% 87.697%,0.717% 87.069%,0.546% 86.418%,0.403% 85.746%,0.292% 85.058%,0.211% 84.355%,0.162% 83.641%,0.146% 82.918%,0.146% 9.709%,0.146% 9.709%,0.219% 8.184%,0.43% 6.737%,0.767% 5.387%,1.22% 4.155%,1.776% 3.059%,2.425% 2.119%,3.154% 1.355%,3.952% 0.784%,4.809% 0.428%,5.712% 0.305%);
}
.thumbnail-post-img::before {
    content: '';
    width: 88%;
    height: 100%;
    background: var(--color1);
    clip-path: polygon( 91.473% 0%,8.482% 0%,8.482% 0%,6.876% 0.22%,5.381% 0.85%,4.021% 1.847%,2.82% 3.166%,1.801% 4.764%,0.988% 6.597%,0.404% 8.62%,0.072% 10.789%,0.017% 13.061%,0.261% 15.391%,13.104% 90.353%,13.104% 90.353%,13.698% 92.761%,14.574% 94.853%,15.687% 96.604%,16.991% 97.992%,18.443% 98.991%,19.996% 99.579%,21.606% 99.732%,23.228% 99.426%,24.817% 98.637%,26.327% 97.342%,96.475% 22.38%,96.475% 22.38%,98.164% 20.035%,99.282% 17.338%,99.861% 14.428%,99.933% 11.448%,99.528% 8.539%,98.68% 5.842%,97.418% 3.498%,95.775% 1.649%,93.783% 0.436%);
    position: absolute;
    left: 10px;
    top: -8px;
}
.thumbnail-post-img::after {
    content: '\e917';
    font-family: icomoon;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 33px;
    line-height: 1;
    color: var(--color1);
}

.category_post {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.category_post > i {
    color: #fff;
    font-size: 20px;
    width: 36px;
    height: 36px;
    background: var(--color1);
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.category_post a {
    padding: 2px 9px;
    background: #C9D2DE;
    color: var(--color1);
    font-size: 14px;
    line-height: 32px;
    position: relative;
    border-radius: 9px;
}
.tags_post a {
    background: var(--color3);
    font-size: 14px;
}
.category_post a:hover {
    color: #fff;
    background: var(--color1);
}
.tags_post a:hover {
    color: var(--color3);;
    background: var(--color1);
}

.socials-share .icon-share {
    display: flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    color: #fff;
    transition: 0.4s ease;
    background: var(--color1);
    border-radius: 10px;
}

.socials-share {
    display: flex;
    align-items: center;
    gap: 6px;

}
.socials-share.mobile-share {
    justify-content: center;
    border-radius: 4px;
    padding: 15px 10px 15px;
    margin-bottom: 24px;
}
.single-socials {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 10px;
    border-radius: 10px;
    background: #C9D2DE;

}
.single-socials a {
    display: flex;
    font-size: 22px;
    line-height: 1;
    color: var(--color1);
}
.single-socials a:hover {
    color: var(--color3);
}
.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;
}
.caticon {
    cursor: pointer;
    min-width: 18px;
    height: 18px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 13px;
    top: 21px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: var(--color1);
    font-size: 10px;
    transition: 0.4s ease;
    border-radius: 5px;
    line-height: 1;
    padding: 0px;
}
.caticon:before {
    content: "\e921";
    font-family: icomoon;
    transition: 0.4s ease;
}
.caticon.active{
    background: var(--color1);
    color: #fff;
    transform: rotate(180deg);
}
.caticon.active:before {
    content: "\e925";
}
.help-heading {
    -webkit-border-radius: 22px 22px 10px 10px;
    -moz-border-radius: 22px 22px 10px 10px;
    border-radius: 22px 22px 10px 10px;
    overflow: hidden;
    border: 1px solid #F2F2F2;
    background: #FCFCFD;
}
.help-heading > span {
    transition: .4s;
    background: var(--color1);
    margin: 15px;
    border-radius: 15px;
    padding: 15px 10px;
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
}
.mobile .help-heading > span {
  text-align: right;
  position:relative;
    margin: 8px 10px;
}
.help-heading .caticon::before {
 color: #fff
}
.help-heading .caticon {
  left: 20px;
}

.help-heading li {
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #F6F6F6;
    margin-bottom: 16px;
}
.mobile .help-heading li {
    margin-bottom: 80px;
}
.help-heading > ul {
    padding: 0 22px;
    margin-top: 24px;
}
.mobile .help-heading > ul {
    padding: 0 15px;
    margin-top: 15px;
}
.help-heading > ul > li > a {
    padding: 14px 12px;
    position: relative;
    line-height: 3;
    color: #3A3A3A;
   transition: 0.4s ease;
}
.mobile .help-heading > ul > li > a {
    padding: 5px 10px;
    font-size: 14px;
}
.help-heading a:hover {
    color: var(--color3);
}
.access-post .widget-side {
    display: inline-flex;
    background: #fff !important;
    border: none;
}
.access-post > a {
    display: block;
    margin: 16px 0;
    padding: 1.5rem;
    border: 1px solid #F6F6F6;
    text-align: right;
    font-size: 14px;
    border-radius: 24px;
    color: #252525;
	background:#fff;
}
.access-post > a:hover{
	background:var(--color1);
	color:#fff
}

.thumbnail-post-img {
    text-align: center;
}

.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;
}
.section-related {
    position: relative;
    padding: 54px 0;
    overflow: hidden;
}
/*****************
   product
****************/
.product-inner {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-direction: column;
}
.swiper-products-wrap {
    flex: 0 0 100%;
    max-width: 100%;
}
.product-item {
    border-radius: 36px;
    overflow: hidden;
    display: block;
    position: relative;
}
.product-item img {
    width: 100%;
}
.product-body {
    position: absolute;
    color: #fff;
    z-index: 1;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px 15px 37px;
}
.product-item::before {
    content: '';
    height: 50%;
    width: 100%;
    background: linear-gradient(359.96deg, rgba(1, 27, 220, 0.58) 22.25%, rgba(0, 0, 0, 0) 99.96%);
    position: absolute;
    bottom: 0;
    transition: 0.4s ease;
}
.product-item:hover::before {
    height: 100%;
}
.product-content {
    margin-top: 16px;
    text-align: center;
}
.product-content .btns-wrap {
    justify-content: center;
}
.product-body .title {
    font-size: 26px;
    line-height: 41px;
}
.product-body .title-en {
    font-size: 25px;
    color: #ffffffa8;
}
.product-body::after {
    content: '';
    width: 40px;
    height: 3px;
    background: #fff;
    display: block;
    border-radius: 8px;
    margin: auto;
}
.single-title .title-heading {
    font-size: clamp(23px, 2vw, 28px);
    margin-bottom: 20px;
    line-height: 2;
}
.sidebar-banner img {
    width: 100%;
}
.sidebar-banner {
    margin-top: 29px;
    display: block;
    border-radius: 45px;
    overflow: hidden;
}
@media screen and (min-width: 768px){
    .category_post a {
        font-size: 16px;
    }
    .single-wrap {
        padding-top: 140px;
    }
    .thumbnail-post-img::after {
        font-size: 44px;
    }
    .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 40px 0;
    }
	.bottom-single-detail, .top-single-detail {
	  justify-content: space-between;
	  flex-direction: inherit;
	  align-items: center;;
	}
    .thumbnail-post-img {
     margin-top: 0;
    }
    .product-inner {
        flex-direction: row;
        gap: 35px;
    }
    .product-content {
        margin-top: 0;
        text-align: right;
    }
    .product-content .btns-wrap {
        justify-content: flex-start;
    }
    .swiper-products-wrap {
        flex: 0 0 68%;
        max-width: 68%;
    }
    .product-content .swiper-navigation {
        right: 0;
        transform: unset;
    }
}