.view-all {
    float: left;
    font-size: 15px;
    font-weight: 400;
    word-spacing: -2px;
    margin-top: -25px
}

.results-area {
    z-index: 1;
    position: relative !important;
    margin-top: -100px !important
}

.has-show-more .has-show-more-inner-content {
    max-height: 300px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.has-show-more.active .has-show-more-inner-content {
    max-height: inherit !important
}

.rbt-show-more-btn {
    font-size: 14px;
    font-weight: 700;
    color: #44ce6f;
    display: block;
    margin-top: 5px;
    position: relative;
    padding: 3px 0;
    cursor: pointer
}

    .rbt-show-more-btn::before {
        background: linear-gradient(rgba(255,255,255,0) 0,#fff 100%);
        position: absolute;
        content: "";
        right: 0;
        bottom: 100%;
        width: 100%;
        height: 80px
    }

.custom-about p {
    color: #0e314c !important;
    font-size: 1rem !important;
    font-weight: 500 !important
}

.undiscounted-moadian-price span, .undiscounted-pricing, .undiscounted-pricing span {
    color: #b4313d !important
}

.undiscounted-pricing {
    font-size: 25px !important;
    position: absolute;
    top: -35px;
    right: 35%
}

    .undiscounted-moadian-price:after, .undiscounted-pricing:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(50%);
        border-top: 2px solid red;
        transform: rotateZ(-5deg)
    }

.widget-area .widget_search .search-form {
    position: relative
}

    .widget-area .widget_search .search-form label {
        display: block;
        margin-bottom: 0
    }

    .widget-area .widget_search .search-form .screen-reader-text {
        display: none
    }

    .widget-area .widget_search .search-form .search-field {
        background-color: transparent;
        height: 50px;
        padding: 6px 15px;
        border: 1px solid #eee;
        width: 100%;
        display: block;
        outline: 0;
        -webkit-transition: .5s;
        transition: .5s
    }

        .widget-area .widget_search .search-form .search-field:focus {
            border-color: #44ce6f
        }

    .widget-area .widget_search .search-form button {
        position: absolute;
        right: auto;
        left: 0;
        outline: 0;
        bottom: 0;
        height: 50px;
        width: 50px;
        z-index: 1;
        border: none;
        cursor: pointer;
        color: #fff;
        background-color: #44ce6f;
        -webkit-transition: .5s;
        transition: .5s;
        font-size: 20px
    }

        .widget-area .widget_search .search-form button svg {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 0;
            left: 0;
            width: 20px;
            margin-left: auto;
            margin-right: auto
        }

        .widget-area .widget_search .search-form button:hover {
            background-color: #c679e3;
            color: #fff
        }

.single-products .products-content .detail .top .time {
    position: absolute;
    left: 0;
    font-size: 15px;
    color: #00b3e9
}

    .single-products .products-content .detail .top .time svg {
        width: 15px;
        margin-left: 2px
    }

.w-70 {
    width: 70% !important
}

.mt-n-20 {
    margin-top: -20px !important
}

.hosting-main-banner {
    background-size: cover;
    background-image: url('/img/index.webp') !important;
    padding-top: 100px !important;
    padding-bottom: 100px !important
}

    .hosting-main-banner h3 {
        color: #fff;
        font-size: 30px !important;
        font-weight: 700 !important;
        line-height: 40px !important
    }

    .hosting-main-banner .index-title {
        padding-top: 5rem !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important
    }

    .hosting-main-banner .index-item {
        color: rgba(255,255,255,.75) !important;
        font-size: 20px !important;
        font-weight: 500 !important;
        line-height: 25px !important
    }

    .hosting-main-banner .discount-span {
        color: rgba(255,255,255,.75) !important;
        font-size: 19px !important;
        font-weight: 500 !important;
        line-height: 30px !important
    }

    .hosting-main-banner .hosting-banner-image {
        padding-top: 5rem !important;
        padding-bottom: 1rem !important
    }

@media only screen and (max-width:767px) {
    .hosting-main-banner {
        padding-top: 100px !important;
        padding-bottom: 0 !important
    }

        .hosting-main-banner h3 {
            font-size: 23px !important
        }

        .hosting-main-banner .index-item {
            font-size: 18px !important;
            margin-right: 3.5rem !important
        }

        .hosting-main-banner .hosting-banner-image {
            padding-top: 2rem !important;
            padding-bottom: 1rem !important
        }
}

.fs-20 {
    font-size: 20px !important
}

.btn-desc {
    display: block !important;
    margin-top: 10px !important;
    font-size: 14px !important;
    color: #fff !important
}

.blockMsg, .blockOverlay, .modal {
    z-index: 9999 !important
}

.single-blog-post {
    box-shadow: 0 0 7px 0 #eaeff4;
    -moz-box-shadow: 0 0 7px 0 #eaeff4;
    -webkit-box-shadow: 0 0 7px 0 #eaeff4;
    border: 1px solid #ecf0f4;
    background-color: #fff
}

.blog-post-content h3 a {
    min-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.blog-post-content p {
    height: 80px;
    overflow: hidden
}

.blog-image img {
    width: 100%;
    height: 250px;
    object-fit: contain
}

.custom-desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 40px
}

    .custom-desc p {
        color: #212529
    }

    .custom-desc b, .custom-desc strong {
        font-weight: 500 !important
    }

    .custom-desc h2, .custom-desc h3, .custom-desc h4, .custom-desc h5, .custom-desc h6 {
        font-weight: 700;
        line-height: 35px;
        margin: 25px 0
    }

    .custom-desc a {
        color: #0d6efd;
        text-decoration: underline
    }

    .custom-desc h2 {
        width: fit-content;
        padding-bottom: 4px !important;
        border-bottom: 3px solid #44ce6f;
        font-size: 18px !important
    }

    .custom-desc h3 {
        font-size: 17.5px !important
    }

    .custom-desc h4 {
        font-size: 17px !important
    }

    .custom-desc h5 {
        font-size: 16.5px !important
    }

    .custom-desc h6 {
        font-size: 16px !important
    }

.freesub .contact-cta-box {
    max-width: 100% !important;
    border: 2px dashed #0e314c !important
}

.user-actions svg {
    color: #000 !important
}

.dir-rtl {
    direction: rtl !important;
    text-align: right !important
}

.undiscounted-moadian-price {
    color: #b4313d !important;
    font-size: 25px !important;
    position: absolute;
    top: -35px;
    right: 38%
}
