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 */

/* Article specifications start */
.act-Article-specifications_1st {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-wrap: wrap;
    align-content: flex-end;
}
.act-Article-specifications {
    width: 160px;
    height: 103px;
    border-radius: 12px;
}
.act-Article-specifications-bg {
    color: #ffffff;
}
.act-Article-specifications-bg-border {
    color: #E7E8EA;
}
.act-Article-specifications-icon-box {
    width: 48px;
    height: 48px;
    top: 15px;
    left: 15px;
    border-radius: 12px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #00D1B2;
}
.act-Article-specifications-text-box {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.act-Article-specifications-text-box p {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #0B1530;
}
.act-Article-specifications-text-box span {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #8F93A0;
}
/* Article specifications end */
.post-content{
    background-color: #F9FAFB;
    padding: 25px;
    border-radius: 16px;
}

.act-hor-bor {
    height: 1px;
    align-self: stretch;
    background: rgba(11, 21, 48, 0.10);
    position: relative;
    margin: 3px 0;
    margin-left: 4px;
}
.act-hor-bor {
    height: 1px;
    align-self: stretch;
    background: rgba(11, 21, 48, 0.10);
    position: relative;
    margin: 3px 0;
    margin-left: 4px;
}
.act-hor-bor::before {
    background: rgba(11, 21, 48, 0.10);
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    left: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.act-blog-tags-1st {
    gap: 20px;
}
.act-blog-tags-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #8F93A0;
}
.act-blog-tags-main {
    gap: 16px;
}
.img_single{
    width: 709px;
    height: 496px;
    object-fit: cover;
    object-position: center center;
    border-radius: 16px;
}
.act-blog-page-title {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
}
.act-blog-page-title::before {
    background: #00D1B2;
}
.act-blog-page-title::before {
    content: '';
    height: 4px;
    width: 24px;
    border-radius: 1000px;
    display: flex;
}
.act-2line-title-1st {
    gap: 12px;
}
.act-2line-title-divs {
    gap: 2px;
}
.act-2line-title-divs div {
    width: 3px;
    height: 32px;
    border-radius: 1000px;
}
.act-2line-title-div-1 {
    background: #00D1B2;
}
.act-2line-title-div-2 {
    background: #0B153014;
}
.act-2line-title-text-1 {
    font-weight: 300;
    font-size: 22px;
    line-height: 34px;
    color: #0B153075;
}
.act-2line-title-text-2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
    color: #0B15301A;
}
.act-2line-title-text-1 strong {
    font-weight: 700;
    color: #0B61FF;
}
/* Simillar Blogs start */
.Simillar-Blogs-card_1st {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}
.Simillar-Blogs-card {
    width: 305px;
    height: 129px;
}
.Simillar-Blogs-card .act-bg-hover-inner {
    padding: 11px;
}
.Simillar-Blogs-card-top {
    gap: 12px;
}
.Simillar-Blogs-card-top img {
    width: 56px !important;
    height: 56px !important;
    border-radius: 8px !important;
    object-fit: cover;
}
.Simillar-Blogs-card-top .gp-blog-card-two-title {
    width: 76%;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #0B1530;
}
.Simillar-Blogs-card .act-blog-card-link {
    border: 1px solid #00D1B2;
    background: #ffffff;
    color: #00D1B2;
    transition: 0.4s;
}
.Simillar-Blogs-card:hover .act-blog-card-link {
    background: #00D1B2;
    color: #ffffff;
}
/* Simillar Blogs end */
.act-bg-hover-inner {
    width: 100%;
    z-index: 1;
    height: 100%;
    background: #ffffff;
    border-radius: 15px;
}
.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 {
    position: relative;
    transition: 0.4s;
    background: #E7E8EA;
    border-radius: 16px;
    padding: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.content_box__single{
    background-color: #FFFFFF;
    padding-block-end:30px;
    padding-block-start: 30px;
    border: 1px solid #E7E8EA;
    border-radius:24px;
    padding: 25px;
    display: flex;
    gap: 22px;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 30px;
}

.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;
}
@media (max-width: 768px) {
    .box__main{
        flex-direction: column;
    }
    .box__main img{
        width: 100%;
        height: 163px;
    }
    .box__main > div{
        width: 100% !important;
    }
    .box__main > .lg\:\w-25{
        margin-top: 10px;
    }
    .container-xl-w.mx-auto.flex.lg\:mt-8{
        flex-direction: column;
        margin-top: 10px;
    }
    .container-xl-w.mx-auto.flex.lg\:mt-8 > div{
        width: 100% !important;
    }
}