body{
    background-color: #f5f9ff
}
/* breadcrumb start */
.rad-breadcrumb.rad-woo-bread {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.kp-pl {
    color: #0B1530;
}
.sep {
    color: #DEE2EA;
}
.kp-pn {
    color: #8F93A0;
}
/* breadcrumb end */

/* act filter start  */
.act-filter-box-1st {
    position: relative;
    width: 305px;
    min-height: 484px;
    margin: 50px auto;
}
.act-filter-box-1st-bg {
    position: absolute;
    width: 100%;
    top: 0;
    color: #fff;
}
@media (max-width: 1024px) {
    .act-filter-box-1st-bg {
        display: none !important;
    }
}
.act-filter-box-head {
    z-index: 2;
    position: relative;
    width: 95% !important;
    height: 60px;
}
.dp-remove-filters {
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 93px;
    height: 34px;
    background: #E5FAF7;
    border-radius: 40px;
    cursor: pointer;
    display: none;
}
.dp-remove-filters.active {
    display: flex !important;
}
.dp-filter-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #00D1B2;
}
.dp-remove-filters-x {
    color: #00D1B2;
}
.act-filter-box-head-text {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #00D1B2;
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
    padding-right: 16px;
}
.act-filter-box-head-text svg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.act-filter-box-main {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 16px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #0B15300F;
    border-top: none;
    border-radius: 0px 0px 24px 24px;
    padding-top: 0;
    margin-top: 25px;
    margin-right: 1px;
    width: 304px;
}
@media (max-width: 1024px) {
    .act-filter-box-main {
        width: 100% !important;
        padding: 0 !important;
        background: transparent !important;
        margin: 0 !important;
        border: none !important;
        border-radius: 0 !important;
    }
}
.act-bg-hover {
    position: relative;
    transition: 0.4s;
    background: #E7E8EA;
    border-radius: 16px;
    padding: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 3px;
}
.act-bg-hover::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #0B1530 0%, #0B61FF 142.59%);
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}
.act-bg-hover.active:before, .act-bg-hover:hover::before {
    opacity: 1;
    visibility: visible;
}
.act-bg-hover-inner {
    width: 100%;
    z-index: 1;
    height: 100%;
    background: #ffffff;
    border-radius: 15px;
}
.act-filter-box-main-blogs-filter {
    width: 100%;
    height: 72px;
}
.act-filter-box-main-blogs-filter-inner {
    display: flex;
    padding: 14px;
    align-items: center;
    gap: 12px;
}
.act-filter-box-main-blogs-filter-right {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #E5FAF7;
    display: flex;
    align-items: center;
    justify-content: center;
}
.act-filter-box-main-blogs-filter-text-box {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.act-filter-box-main-blogs-filter-text-box p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #0B1530;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    align-self: auto;
}
.act-filter-box-main-blogs-filter-text-box span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #E7E8EA;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    align-self: auto;
}
.act-filter-but {
    width: 150px;
    height: 46px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    border-radius: 16px;
    background: #00D1B2;
    display: none;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #0B1530;
    z-index: 9;
}
/* act filter end  */

/*  pagination start */
.navigation.pagination {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 19px;
}
.navigation.pagination .nav-links {
    height: 56px;
    border-radius: 12px;
    background: #FFFFFF;
    border: 1px solid #F0F1F3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 20px;
    gap: 12px;
    overflow: hidden;
}
.navigation.pagination .nav-links .page-numbers {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #F9FAFB;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8F93A0;
    transition: 0.4s;
    position: relative;
}
.navigation.pagination .nav-links .page-numbers::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 1px;
    background: #00D1B2;
    transition: 0.4s;
    bottom: -8px;
    transform: translateY(4px);
}
.navigation.pagination .nav-links .page-numbers.current, .navigation.pagination .nav-links .page-numbers:hover {
    color: #00D1B2;
    background: #E5FAF7;
}
.navigation.pagination .nav-links .page-numbers:hover::before, .navigation.pagination .nav-links .page-numbers.current::before {
    transform: translateY(0px);
}
.navigation.pagination .nav-links .next.page-numbers, .navigation.pagination .nav-links .prev.page-numbers {
    display: none !important;
}
.navigation.pagination .nav-links .page-numbers.dots {
    cursor: context-menu;
}
.navigation.pagination .nav-links .page-numbers.dots:before {
    display: none;
}
.act-pagination-arrows {
    display: flex;
    align-items: center;
    gap: 12px;
}
.act-pagination-arrows a {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    padding: 16px;
    background: #E1F6F9;
    transition: 0.4s;
    color: #00D1B2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.act-pagination-arrows a svg {
    width: 24px;
    height: 24px;
}
.act-pagination-arrows a:hover {
    background: #00D1B2;
    color: #F5F9FF;
}
.navigation.pagination .act-vb {
    height: 32px;
}
/*  pagination end */
/* archive-blogs start */
.act-archive-blogs-1st {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.act-archive-blogs-head {
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    flex-wrap: wrap;
}
.act-archive-blogs-head p {
    color: #0B1530;
}
.act-archive-blogs-head-item {
    color: #8990A0;
    transition: 0.4s
}
.act-archive-blogs-head-item:hover, .act-archive-blogs-head-item.active {
    color: #0B61FF;
}
.act-archive-blogs-main {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    justify-items: center;
    align-items: center;
}
.act-archive-blogs-card {
    height: 380px;
    width: 100%;
}
.act-archive-blogs-card-inner {
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.act-archive-blogs-card-img {
    width: 100% !important;
    height: 156px !important;
    border-radius: 12px !important;
    object-fit: cover !important;
}
.act-2line {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    align-self: auto;
}
.act-blog-card-img-box-label {
    display: flex;
    height: 32px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: absolute;
    left: 21px;
    top: 21px;
    border-radius: 1000px;
    background: #0B61FF;
    color: #F5F9FF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.act-blog-card-text {
    color: rgba(11, 21, 48, 0.58);
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    align-self: auto;
}
.act-archive-blogs-card:hover .act-blog-card-link {
    background: #00D1B2;
    color: #ffffff;
}
.act-blog-card-link {
    display: flex;
    width: 36px;
    height: 36px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #00D1B2;
    color: #00D1B2;
    transition: 0.4s;
}
.act-blog-card-footer-read-time {
    color: rgba(11, 21, 48, 0.58);
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
}
/* archive-blogs end */
@media (max-width: 768px) {
    .box_control{
        flex-direction: column;
    }
    .act-filter-box-1st{
        display: none;
    }
    .nav__box{
        width: 80%;
        margin-bottom: 10px;
    }
    .act-product-card-footer{
        position: sticky;
        bottom: 8px;
        background-color: #f5f9ff;
        z-index: 2;
    }
}