.blog-breadcrumb {
    padding: 16px 0;
    background-color: #fff;
    margin-bottom: 16px;
}

.blog-breadcrumb ul.breadcrumb {
    flex-wrap: nowrap;
    margin-bottom: 0;
}

.blog-details-section {
    padding-top: 50px;
}

.blog-section-row {
    display: flex;
    align-items: start;
    column-gap: 40px;
}

.blog-middle-outer {
    width: 45%;
}

.blog-details-section .categories {
    display: flex;
    align-items: center;
    column-gap: 16px;
    margin: 24px -8px;
}


.categories-single {
    padding: 8px 16px;
    background-color: #dedede;
    border-radius: 30px;
    color: #5d5d5d;
    margin: 0 8px;
}

.categories-single:hover {
    color: #f79e01;
}

.blog-details-section h1 {
    font-weight: 700;
    /* margin-bottom: 40px; */
    font-size: 32px;
}

.middle-blog-content {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.middle-blog-content h2,
.middle-blog-content h3,
.middle-blog-content h4,
.middle-blog-content h5,
.middle-blog-content h6 {
    font-weight: 700;
    margin-bottom: 0;
}

.middle-blog-content h2 {
    font-size: 28px;
}

.middle-blog-content h3 {
    font-size: 24px;
}

.middle-blog-content h4 {
    font-size: 20px;
}

.middle-blog-content h5 {
    font-size: 18px;
}

.middle-blog-content p {
    margin-bottom: 0;
}

.middle-blog-content strong {
    font-weight: 700;
}

.middle-blog-content ul,
.middle-blog-content ol {
    margin-bottom: 0;
}

/* .middle-blog-content ul.bullet {
    list-style-type: disc;
    padding-left: 32px;
} */


/* .middle-blog-content img {
    margin: 24px 0;
} */

.middle-blog-content .check-list li {
    list-style: none;
    position: relative;
}

.middle-blog-content .check-list li::before {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='currentColor' class='bi bi-check2' viewBox='0 0 16 16'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
    background-size: 18px;
    width: 18px;
    height: 18px;
    left: -24px;
    top: 5px;
}

.middle-blog-content a {
    text-decoration: underline;
}

.middle-blog-content .number-list {
    list-style: none;
    counter-reset: list-counter;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.middle-blog-content .number-list li {
    position: relative;
    counter-increment: list-counter;
    padding-left: 40px;
}

.middle-blog-content .number-list li::before {
    content: counter(list-counter);
    position: absolute;
    left: 6px;
    top: 0;
    background-color: yellow;
    color: black;
    font-weight: bold;
    border-radius: 50%;
    min-width: 24px;
    text-align: center;
    height: 24px;
}

.col-seller-box {
    padding: 2px;
    background: linear-gradient(127deg, #FF1EB9 0%, #FFBA30 100%);
    border-radius: 26px;
    margin: 16px 0;
    /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); */
}

.top-seller-box {
    padding: 20px;
    background-color: #fff;
    border-radius: 24px;
}

.top-seller-box .head-box h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0;
}

.top-seller-box .head-box {
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 24px;
}

.top-seller-box .btn {
    margin-top: 16px;
    width: 100%;
    border-radius: 50px;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
    text-decoration: none;
}

.middle-blog-content .box-bg-gray {
    padding: 30px 24px;
    background-color: #ededed;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    margin-bottom: 10px;
}

.middle-blog-content .box-bg-green {
    padding: 30px 24px;
    background-color: #c4f3d3;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    margin-bottom: 10px;
}

.middle-blog-content .box-bg-yellow {
    padding: 30px 24px;
    background-color: #fff100;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    margin-bottom: 10px;
}

.middle-blog-content .box-bg-yellow .heading {
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin: 0 10px;
}

.middle-blog-content .box-bg-yellow p {
    margin: 0 10px;
}

.users-scores {
    padding: 16px;
    background-color: #202020;
    display: flex;
    align-items: center;
    column-gap: 24px;
    margin-bottom: 24px;
}

.users-scores .percent {
    display: flex;
    align-items: center;
    column-gap: 10px;
    width: 50%;
    border-right: solid 1px #efefef;
    padding-right: 20px;
}

.users-scores .percent .text-white {
    font-weight: 700;
}

.circular-progress {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: conic-gradient(#17d07a 0deg, #1d4528 0deg);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.circular-progress .inner-circle {
    width: 36px;
    height: 36px;
    background-color: #0a1b22;
    border-radius: 50%;
    position: absolute;
}

.circular-progress .percentage {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    z-index: 1;
    color: #fff !important;
    margin-bottom: 0;
}

.smiley-items {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

/* .smiley-items li {
    width: 30px;
    height: 30px;
    background-color: #202020;
    padding: 2px;
    margin-left: -16px;
    border-radius: 50%;
    position: relative;
    transform: scale(1);
    transition: all 0.3s;
    z-index: 1;
    cursor: pointer;
} */

.smiley-faces li a,
.smiley-items li a {
    display: inline-block;
    width: 100%;
}

.smiley-items li:hover {
    transform: scale(1.15);
    z-index: 2;
}

.vibes-div {
    background-color: #032541;
    padding: 4px 8px;
    border-radius: 30px;
    display: flex;
    align-items: center;
}

.smiley-faces {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-left: 24px;
}

.smiley-faces li,
.smiley-items li {
    width: 30px;
    height: 30px;
    background-color: #202020;
    padding: 2px;
    margin-left: -10px;
    border-radius: 50%;
    position: relative;
    transform: scale(1);
    transition: all 0.3s;
    z-index: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.smiley-faces li:hover {
    transform: scale(1.15);
    z-index: 2;
}

.vibes-div .user-rating {
    color: #fff;
    margin-bottom: 0;
    /* padding-left: 10px; */
    font-weight: 700;
    font-size: 15px;
    border-right: solid 1px #efefef;
    padding-right: 20px;
}

.vibes-div .user-rating span {
    color: #17d07a;
}

.likes-comment p {
    margin-bottom: 0;
    color: #dadada;
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.author-section {
    display: flex;
    align-items: start;
    column-gap: 24px;
    padding: 30px;
    background-color: #f2f2f2;
    border-radius: 20px;
    margin: 24px 0;
}

.author-section .author-title {
    color: #5d5d5d;
}

.author-section .author-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
}

.author-section .img-box {
    max-width: 200px;
    position: relative;
    min-height: 250px;
}

.author-section .img-box img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
}

.article-nbr {
    text-align: center;
    background-color: #f2f2f2;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.share-links-div {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: -48px;
    width: max-content;
    padding: 16px 24px;
    background-color: #fff;
    border: solid 1px #000;
    border-radius: 30px;
    column-gap: 24px;
}

.share-links-div ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.share-links-div p {
    margin-bottom: 0;
    color: #5d5d5d;
}

.comments-section .headings {
    display: flex;
    justify-content: space-between;
    column-gap: 24px;
    margin-bottom: 30px;
}

.comments-section .headings h2 {
    font-weight: 700;
    font-size: 24px;
}

.comments-section {
    margin-top: 70px;
    /* width: 70%; */
}

.comments-section .input-for-comments .head {
    display: flex;
    align-items: center;
    column-gap: 16px;
    margin-bottom: 30px;
}

.comments-section .input-for-comments .head img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.comments-section .input-for-comments input {
    background-color: #f2f2f2;
    border: solid 1px #f2f2f2;
    width: 100%;
    padding: 16px;
    border-radius: 6px;
    outline: none;
}

.comments-section .input-for-comments {
    padding-bottom: 40px;
    border-bottom: solid 1px #f9f9f9;
}

.comments-section .comments-list {
    margin-top: 30px;
}

.comments-single-box {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: solid 1px #f9f9f9;
}

.all-comment-btn {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    align-items: start;
}

.all-comment-btn a {
    padding: 8px 16px;
    border: solid 1px #000;
    border-radius: 30px;
    color: #000;
    display: inline-block;
    min-width: 250px;
    text-align: center;
}

.all-comment-btn a:hover {
    background-color: #000;
    color: #fff;
}

.comments-single-box .head {
    display: flex;
    align-items: center;
    column-gap: 24px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.comments-single-box .head .head-left {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.comments-single-box .head .head-left img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.comments-single-box .head-left .name-box h6 {
    margin-bottom: 0;
}

.comments-single-box .head-left .name-box p {
    margin-bottom: 0;
    color: #5d5d5d;
    font-size: 14px;
}

.comments-single-box .head-right button {
    padding: 0;
    background-color: transparent;
    border: 0;
    outline: 0;
}

.comments-single-box a {
    color: #5d5d5d;
    text-decoration: underline;
}

.sticky-quote-form {
    position: fixed;
    bottom: -100%;
    z-index: 5;
    width: 100%;
    background: #e8f6f1;
    box-shadow: 0px 0px 40px 0px #00000026;
    transform: translateY(0%);
    opacity: 1;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition: all 0.5s;
    padding: 40px 0;
}

.sticky-quote-form.scrolled {
    transform: translateY(0%);
    bottom: 0%;
    opacity: 1;
    position: fixed;
}

.sticky-quote-form .row {
    position: relative;
    align-items: center;
}

.sticky-quote-form .col-coin-box {
    width: 25%;
}

.sticky-quote-form .col-item-slider {
    width: 75%;
    padding: 0 30px;
}

.coin-item-inner .free-gift {
    background-color: #f7bc50;
    padding: 4px 20px;
    font-size: 14px;
    font-weight: 700 !important;
    border-radius: 30px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: #554c41 !important;
    position: absolute;
    left: 50%;
    top: -15px;
    transform: translateX(-50%);
    width: max-content;
    opacity: 0;
    visibility: hidden;
}

.coin-item-inner .free-gift svg {
    min-width: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
}

.coin-item-inner {
    position: relative;
}

.sticky-quote-form .col-coin-box img {
    max-width: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
}

.sticky-quote-form .col-coin-box .coin-box {
    background-color: #fffa6e;
    padding: 20px;
    border-radius: 30px;
    text-align: center;
}

.sticky-quote-form .coin-box h3 {
    color: #000;
    font-weight: 700;
    font-size: 24px;
    margin-top: 16px;
    margin-bottom: 0;
}

.sticky-quote-form .coin-box p {
    color: #000;
    margin-bottom: 0;
}

.footer-coin-slider .coin-item {
    background: #eee;
    border-radius: 16px;
    padding: 2px;
    position: relative;
    margin-top: 16px;
    margin-bottom: 10px;
}

.footer-coin-slider .coin-item:hover,
.footer-coin-slider .coin-item.active {
    background: linear-gradient(127deg, #FF1EB9 0%, #FFBA30 100%) !important;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.footer-coin-slider .coin-item:hover .free-gift,
.footer-coin-slider .coin-item.active .free-gift {
    opacity: 1;
    visibility: visible;
}

.footer-coin-slider .slick-prev {
    left: -20px;
}

.footer-coin-slider .slick-next {
    right: -20px;
}

.footer-coin-slider .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
}

.footer-coin-slider .coin-item-inner {
    background-color: #f6f5f5;
    border-radius: 16px 16px 0 0;
    border-bottom: solid 1px #dedee2;
    padding: 12px;
}

.footer-coin-slider .coin-item-inner .heading {
    color: #000;
    font-weight: 700;
    /* margin-top: 16px; */
    font-size: 22px;
}

.footer-coin-slider .coin-item-content {
    padding: 12px;
    background-color: #fff;
    border-radius: 0 0 16px 16px;
}

.footer-coin-slider .coin-item-content .pricing {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.footer-coin-slider .coin-item-content .dis-price .reg {
    text-decoration: line-through;
    font-size: 14px;
    color: #5d5d5d;
}

.footer-coin-slider .coin-item-content .dis-price .percent {
    color: #4db078;
    font-size: 14px;
    font-weight: 700;
}

#footerCloseBtn {
    position: absolute;
    top: -60px;
    width: 40px;
    padding: 0;
    border: 0;
    height: 40px;
    border-radius: 50%;
    background-color: #eee;
    right: 25px;
}

.comments-bottom {
    display: flex;
    align-items: center;
    column-gap: 24px;
}

.comments-bottom a {
    color: #5d5d5d;
    text-decoration: none;
}

.comments-bottom a.reply-btn {
    text-decoration: underline;
}

.rating-body {
    position: relative;
}

.rating-body .btn-close {
    position: absolute;
    right: 0;
}

.rating-body .heading h3 {
    color: #212529;
    font-weight: 700;
}

.rating-body .desc {
    display: flex;
    align-items: center;
    column-gap: 16px;
    justify-content: space-between;
    margin-bottom: 30px;
}

.rating-body .desc p {
    margin-bottom: 0;
}

.rating-body .desc h6 {
    margin-bottom: 0;
    color: #212529;
}

.rating-body .desc h6 span {
    font-weight: 700;
}

.rating-range-slider {
    margin-bottom: 30px;
}

.rating-range-slider ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}

.rating-range-slider ul li {
    text-align: end;
    position: relative;
    width: 16px;
}

/* .rating-range-slider ul li:first-of-type {
    text-align: left;
} */

.rating-range-slider ul li a::before {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #ccc;
    height: 10px;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.rating-range-slider ul li a {
    color: #ccc;
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
    position: relative;
}

#ratingCustomRange {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: #efefef;
    position: relative;
    z-index: 2;
    outline: none;
    transition: background-image 0.3s ease;
}

#ratingCustomRange::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: #33d4ce;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    margin-top: -6px;
}

.sticky-quote-form .col-coin-box .coin-box #ratingCustomRange::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background-color: #33d4ce;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

#ratingCustomRange::-moz-range-track {
    height: 8px;
    background: transparent;
    border: none;
}

.mood-range-slider ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 80%;
    margin: auto auto 24px auto;
}

.mood-range-slider ul li img {
    width: 100%;
    height: 100%;
}

.mood-range-slider ul .form-check-input {
    display: none;
}

.mood-range-slider ul .form-check-label {
    padding: 4px;
    transition: all 0.2s ease;
    border-radius: 50%;
    width: 48px;
    height: 48px;
}

.mood-range-slider ul .form-check {
    padding-left: 0;
}

.mood-range-slider ul li .form-check-input:checked+.form-check-label {
    background-color: #efefef;
    transform: scale(1.2);
}

.rating-done {
    text-align: end;
}

.rating-done .btn {
    border-radius: 30px;
}

a.fake-textarea {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 10px;
}
a.fake-textarea input[type="text"] {
    position: relative;
    z-index: -1;
}
.top-blog-content img {
    border-radius: 25px;
}

.your-vibes a {    display: flex;    background-color: #0b253f;    color: #fff;    font-weight: 700;    font-size: 14px;    padding: 7px 15px;    border-radius: 50px;    line-height: normal;    gap: 2px;}
.your-vibes a span.vibespan {    border-bottom: 2px solid #4ab2df;}
.users-scores {    background-color: #000;    border-radius: 25px;    margin-bottom: 0 !important;    column-gap: 15px;}
.users-scores .percent .text-white {    font-size: 14px;}
.users-scores .percent {    width: calc(100% - 120px);    border: 0;    padding-right: 0;    margin-right: auto;    position: relative;}
a.percent-score {    display: flex;    align-items: center;    column-gap: 10px;}
.circular-progress .inner-circle {    width: 34px;    height: 34px;    left: 3px;}
strong#selectedRangeValue {    display: none;}
span.emoji-range {    display: none;}
strong#selectedRangeValue.active-rating {    display: inline-block;}
strong#selectedRangeValue.active-rating::after {    content: "%";    font-size: 10px;    font-weight: normal;    padding-left: 2px;}
.active-rating +  span.emoji-range {    display: flex;    width: auto;}
span.emoji-range img {    width: 30px;}
.has-active b {    display: none;}
span.emoji-range img {    margin-right: -10px;    background-color: #202020;    padding: 2px;    border-radius: 50px;}
.users-scores.has-active {    flex-wrap: wrap;    gap: 13px;}
.your-vibes a {    align-items: center;}
span.thanks {    display: none;}
.users-scores.has-active span.thanks {    display: inline-block;}
span.yourv {    display: flex;    gap: 4px;}
.has-active span.yourv {    display: none;}


span.less {    display: none;}
.middle-content p {    overflow: hidden;    text-overflow: ellipsis;    display: -webkit-box;    -webkit-line-clamp: 3;    -webkit-box-orient: vertical;    margin-bottom: 0px;}
a.redmore-btn {    margin-bottom: 15px;    display: inline-block;}
.middle-content.show-all p {    display: block;    text-overflow: inherit;}
.middle-content.show-all span.more {    display: none;}
.middle-content.show-all span.less {    display: block;}
.comments-list .comments-single-box {    display: none;}
.comments-list .comments-single-box:first-child, .comments-list .comments-single-box:nth-child(2) {    display: block;}
.comments-list .comments-single-box.show-comments {    display: block;}
.reply-field textarea {    background-color: #f2f2f2;    border: solid 1px #f2f2f2;    width: 100%;    padding: 16px;    border-radius: 6px;    outline: none;}
.reply-field {    width: 100%;    padding: 30px 30px 30px 30px;    display: none;}


@media (max-width: 1300px) {
    .sticky-quote-form .col-coin-box .coin-box {
        border-radius: 0 30px 30px 0;
    }
}

@media (min-width: 0px) and (max-width: 991px) {
    .blog-breadcrumb ul.breadcrumb span.breadcrumb-menu {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 90%;
        display: inline-block;
    }

    .middle-blog-details {
        position: static !important;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .comments-section {
        padding: 0 20px;
        margin-top: 40px;
    }

    .blog-section-row {
        flex-wrap: wrap;
    }

    .blog-details-section {
        padding-top: 30px;
    }

    .blog-middle-outer {
        width: 100%;
    }

    .blog-details-section .categories {
        /* flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; */
        padding: 0 20px;
        margin: 24px 0;
    }

    .blog-details-section .categories::-webkit-scrollbar {
        display: none;
    }

    .categories-single {
        width: max-content;
        white-space: nowrap;
        padding: 4px 12px;
        font-size: 14px;
    }

    .blog-details-section h1 {
        margin: 24px 20px;
    }

    .blog-details-section .container {
        padding: 0;
    }

    .blog-breadcrumb {
        padding: 0 20px;
        /* order: 1; */
    }

    .blog-detail-page .footer-main {
        margin-bottom: 0 !important;
    }

    /* .users-scores{
        order: 3;
    } */
    .left-quick-links {   width: 100%; padding: 0 15px;    margin-bottom: 30px;}
.quick-links-box {    padding: 30px 20px;    margin-top: 30px;}


.blog-middle-outer {    width: 100%;}
.users-scores {    margin: 0 -15px;    border-radius: 0;}
.blog-details-section .categories {    padding-right: 0;}
.top-blog-content img {    max-width: calc(100% - 40px);    margin: 0 auto;    display: block;}
section.blog-details-section {    padding-top: 0;}

}

@media (min-width: 0px) and (max-width: 767px) {
.middle-content p {    -webkit-line-clamp: 6;}
.middle-content.show-all p {    display: block;    text-overflow: inherit;}

}
@media (min-width: 0px) and (max-width: 576px) {
    .sticky-quote-form .col-coin-box {
        width: 35%;
    }

    .sticky-quote-form {
        padding: 20px 0;
    }

    .sticky-quote-form .col-item-slider {
        width: 65%;
        padding: 0 20px;
    }

    .sticky-quote-form .coin-box h3 {
        font-size: 18px;
    }

    .sticky-quote-form .coin-box p {
        font-size: 14px !important;
    }

    .middle-blog-content .box-bg-yellow .heading,
    .middle-blog-content .box-bg-yellow p {
        margin: 0;
    }

    .author-section .img-box {
        min-height: 150px;
    }

    .author-section .img-box img {
        height: 100px;
        width: 100px;
    }

    .article-nbr {
        width: 60px;
        height: 60px;
        font-size: 14px;
    }

    .author-section .author-name {
        font-size: 20px;
    }

    .sticky-quote-form .container {
        padding: 0;
    }

    .sticky-quote-form .row {
        margin: 0;
    }

    .footer-coin-slider .slick-next {
        right: 0;
        background-color: #000 !important;
        width: 24px;
        height: 24px;
    }

    .footer-coin-slider .slick-prev {
        background-color: #000 !important;
        width: 24px;
        height: 24px;
        left: -15px;
    }

    .footer-coin-slider .slick-next svg path,
    .footer-coin-slider .slick-prev svg path {
        fill: #fff !important;
    }

    .footer-coin-slider .slick-prev svg,
    .footer-coin-slider .slick-next svg {
        height: 14px;
    }

    .users-scores .percent {
        width: 58%;
        padding-right: 10px;
    }

    .likes-comment p {
        font-size: 14px !important;
    }

    .users-scores {
        column-gap: 12px;
    }

    .top-seller-box {
        padding: 14px;
    }

    .top-seller-box .head-box h3 {
        font-size: 20px;
    }

    .top-seller-box .btn {
        padding: 10px 20px;
    }

    .blog-details-section h1 {
        font-size: 30px;
    }

    .middle-blog-content h2 {
        font-size: 26px;
    }

    .middle-blog-content h3 {
        font-size: 24px;
    }

    #footerCloseBtn {
        top: -36px;
        width: 30px;
        height: 30px;
    }

    #footerCloseBtn svg {
        max-width: 18px;
    }

    .sticky-quote-form .col-coin-box .coin-box {
        padding: 12px;
    }

    .mood-range-slider ul {    max-width: 100%;}
.mood-range-slider ul .form-check-label {    width: 38px;    height: 38px;}
.mood-range-slider ul svg {    width: 30px;    height: 30px;}
}