
.single-top {
    box-shadow: 0px 4px 4px 0px #EDEDED40;
    background: #fff;
    border-radius: 10px;
    background: #fff;
    padding: 32px;
}
.blog-category-box {
    background: #fff;
    border-radius: 10px;
    padding: 22px 17px;
    font-family: inherit;
    margin-bottom: 32px;
}
.blog-category-box .box-title {
    margin-bottom: 17px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.4;
    background: #F1F5FF;
    padding: 18px 21px;
    border-radius: 10px;
    color: #013769;
}
.blog-category-box .box-title i {
    color: var(--color1);
    font-size: 22px;
}
.blog-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-category-list li:not(:last-child) {
    margin-bottom: 8px;
}

.blog-category-list a {
    display: block;
    text-decoration: none;
    color: #121212;
    transition: all 0.3s ease;
    font-size: 14px;
    line-height: 26px;
}

.blog-category-list a:hover {
    color: var(--color1);
}
.access-link {
    height: 52px;
    border-radius: 8px;
    padding-right: 24px;
    padding-left: 24px;
    display: flex;
    justify-content: center;
    background: #013769;
    margin-bottom: 13px;
    color: #fff;
    align-items: center;
    font-size: 14px;
    font-variation-settings: var(--wgh_500);
}
.access-link:hover {
    color: #fff;
    background: var(--color3);
}
.single-date {
    color: var(--color1);
    font-size: 14px;
}
.single-date i {
    font-size: 18px;
    vertical-align: -2px;
    margin-right: 9px;
}
.single-content {
    margin-bottom: 32px;
}
.blog-meta {

    margin: 0 0 14px;
    gap: 28px;
}
.blog-meta .post-author i {
    color: var(--color1);
    font-size: 18px;
}
.blog-meta .post-date i {
    color: var(--color1);
    font-size: 14px;
}
.blog-meta .post-date {
    display: flex;
    align-items: center;
    gap: 5px;
}
.meta-wrap {
    margin-bottom: 33px;
}
.share-title {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 14px;
    color: #fff;
    font-family: var(--med_font);
}

.thumbnail-post-img {
    position: relative;
    margin-bottom: 24px;
}
.thumbnail-post-img img {
    border-radius: 10px;
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    object-position: center;
}

.category_post {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 6px;
    font-family: var(--bold_font);
}
.category_post > i {
    color: var(--color1);
    font-size: 18px;
}
.category_post a {
    color: var(--color1);
    font-size: 14px;
    line-height: 32px;
    position: relative;
}
.category_post a:not(:last-child)::after {
    content: '-';
    margin-right: 6px;
}
.tags_post {
    display: flex;
    gap: 8px;
    max-width: calc(100% - 210px);
    overflow: auto;
    scrollbar-color: var(--color1) #C2D2E4;
    scrollbar-width: thin !important;
}
.tags_post i {
    color: var(--color1);
    font-size: 16px;
}
.tags_post span {
    display: flex;
    align-items: center;
    font-size: 13px;
    gap: 4px;
}
/* width */
.tags_post::-webkit-scrollbar {
    height: 4px !important;
    width: 3px !important;
}

/* Track */
.tags_post::-webkit-scrollbar-track {
    background: #eae8e4 !important;
    height: 4px !important;
}

/* Handle */
.tags_post::-webkit-scrollbar-thumb {
    background: rgb(123, 123, 123) !important;
    height: 4px !important;
}

/* Handle on hover */
.tags_post::-webkit-scrollbar-thumb:hover {
    background: var(--color1);
}
.tags_post a {
    font-size: 13px;
    background: var(--color2);
    border-radius: 7px;
    height: 33px;
    min-width: 76px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    color: #121212;
}
.category_post a:hover {
    color: #000;
}
.tags_post a:hover {
    color: #fff;
    background: var(--color1);
}
.section-related .section-title.part-title {
    margin-bottom: 32px;
}
.socials-share .icon-share {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    color: var(--color1);
    transition:
            0.4s ease;
    background: var(--color2);
    border-radius: 5px;
}

.socials-share {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: space-between;
    background: var(--color1);
    border-radius: 10px;
    padding: 5px 5px 5px 15px;

}
.socials-share.mobile-share {
    margin: 20px 0 32px;
}
.content-excerpt {
    margin: 32px 0;
}
.single-socials {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;

}
.single-socials a {
    display: flex;
    font-size: 20px;
    line-height: 1;
    color: #fff;
}
.single-socials a:hover {
    color: var(--color3);
}
.copy-btn {
    position: relative;
    display: flex;
    font-size: 20px;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    transition: 0.4s ease;
}

.copy-btn:hover {
    color: #fff;
}

.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;
    position: absolute;
    left: 13px;
    top: 23px;
    color: var(--color1);
    font-size: 17px;
    transition: 0.4s ease;
    line-height: 1;
    display: flex;
}
.caticon:before {
    content: "\e922";
    font-family: icomoon;
    transition: 0.4s ease;
}
.caticon.active{
    transform: rotate(180deg);
}
.mobile .help-heading {
    margin: 32px 0;
}
.help-heading {
    border: 1px solid #FFEDCB;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.help-heading > span {
    transition: .4s;
    background: #FFEECF;
    font-size: 15px;
    padding: 16px 15px 18px;
    position: relative;
    display: block;
    color: #121212;
    cursor: pointer;
    font-variation-settings: var(--wgh_600);
    line-height: 26px;
}
.mobile .help-heading > span {
  text-align: right;
  position:relative;
}


.help-heading li:not(:last-child) {
    margin-bottom: 10px;
}
.mobile .help-heading li:not(:last-child) {
    margin-bottom: 5px;
}
.help-heading > ul {
    padding: 20px 32px 20px;
    border-radius: 12px;
    list-style: disc;

}
.help-heading li {
    list-style: disc;
    color: var(--color1);
}

.help-heading > ul > li > a {
    position: relative;
    line-height: 24px;
    font-size: 14px;
   transition: 0.4s ease;
}
.mobile .help-heading > ul > li > a {
    font-size: 14px;
}
.help-heading a:hover {
    color: var(--color1);
}
.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;
    margin: 70px 0 50px;
}

.single-title .title-heading {
    font-size: 20px;
    line-height: 1.4;
}
.sidebar-banner img {
    width: 100%;
}
.sidebar-banner {
    margin-bottom: 20px;
    display: block;
    border-radius: 45px;
    overflow: hidden;
}
.author-box {
    background-color: rgb(215, 227, 229);
    padding: 14px;
    border-radius: 24px;
    max-width: 100%;
    direction: rtl;
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 16px;
}

.author-meta {
    text-align: right;
}

.author-meta strong {
    display: block;
    font-size: 16px;
}

.author-meta p {
    margin: 0;
    font-size: 14px;
    line-height: 28px;
    color: rgb(17, 17, 17)
}
.author-avatar img {
    width: 58px;
    height: 58px;
    border-radius: 12px;
    object-fit: cover;
    background: #fff;
}
.newsletter-box {
    border: 1px solid rgba(178, 125, 52, 1);
    border-radius: 24px;
    padding: 45px 21px;
    display: flex;
    gap: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    margin: 32px 0;
}
.newsletter-box::before, .newsletter-box::after {
    content: "\e91b";
    font-family: 'icomoon';
    color: var(--color3);
    position: absolute;
    right: 0;
    font-size: 41px;
}
.newsletter-box::after {
    right: unset;
    left: 0;
    transform: rotateY(180deg);
}
.mobile .newsletter-box::before,
.mobile .newsletter-box::after {
    top: -37px;
    right: 50%;
    transform: rotate(-90deg);
}
.mobile .newsletter-box::after {
    right: 50%;
    left: unset;
    transform: rotate(90deg);
    top: unset;
    bottom: -37px;
}
.newsletter-title .title {
    font-size: 16px;
    line-height: 32px;
}
.newsletter-title .desc {
    font-size: 14px;
    line-height: 28px;
}
#newsletter-form input {
    background: #fff;
    border: 1px solid rgb(245, 245, 245);
    border-radius: 10px;
    min-height: 40px;
    padding: 6px 18px;
    width: 250px;
    transition: 0.4s ease;
    font-size: 14px;
}

#newsletter-form input::placeholder {
    color: rgb(163, 163, 163);
    font-size: 14px;
}
#newsletter-form input:focus {
    border-color: var(--color3);
}
#newsletter-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    position: relative;
    flex-wrap: wrap;
}

.nws-label {
    font-size: 20px;
    color: var(--color_text);
    line-height: 34px;
}
.button.btn-newsletter {
    min-width: 83px;
    background: var(--color3);
    border-color: var(--color3);
}
.button.btn-newsletter:hover {
    background: var(--color1);
    border-color: var(--color1);
}
#newsletter-form .alert,
#newsletter-form label.error {
    position: absolute;
    right: 0;
    bottom: -22px;
    z-index: 2;
    font-size: 12px;
    color: #ff1540;
    background-color: unset;
}
#newsletter-form .alert.bg-primary {
    color: #00c4ff;
}
#newsletter-form .alert {
    padding: 0;
    margin: 0;
    background: none !important;
}
.single-faq .title-heading {
    text-align: center;
}
.single-content {
    margin-top: 40px;
}

@media screen and (min-width: 768px){
    .blog-meta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 14px;
        gap: 28px;
        flex-direction: row;
    }
    .newsletter-box {
        padding: 12px 31px 12px 41px;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        text-align: right;
    }

    .single-faq .title-heading {
        text-align: right;
    }

	.thumbnail-img {
		max-width: 50%;
		float: left;
		margin-right: 30px;
	}
    .blog-meta {
        margin: 0 0 32px 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: 767.99px){
    .tags_post {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 24px;
    }
    .single-top {

        border-radius: 0;
        padding: 27px;
        margin: 0 -15px;
    }
}
@media screen and (max-width: 430px){
    #newsletter-form input {
        width: 100%;
    }
}
@media screen and (max-width: 380px){
    .share-title {
        gap: 6px;
        font-size: 12px;
    }
    .socials-share .icon-share {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }
}