body {
    background: #F0F5FD;
}

header {
    position: initial;
}

header a {
    color: #244170;
}

header a svg path, .logo path {
    fill: #244170;
}

header .btn-renew-contract {
    border-color: #244170;
}



h1.title {
    font-weight: 700;
    font-size: 40px;
    line-height: 62px;
    color: #263F6E;
    margin: 50px 0;
    display: flex;
    justify-content: center;
}

.categories {
    margin-bottom: 30px;
    display: flex;
}

.categories .item, .categories .more {
    min-width: 92px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D8E0ED;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    color: #244170;
    padding: 0 10px;
    margin-left: 10px;
}

.categories .more {
    width: fit-content;
    min-width: initial;
    cursor: pointer;
}

.more .dropdown-toggle::after {
    content: none;
}

.more .dropdown-item {
    font-size: 14px;
    text-align: center;
    padding: 12px 0;
}

.more .dropdown-item:hover {
    background: #244170;
    color: #fff;
}

.categories .item:hover {
    background: #244170;
    color: #fff;
    cursor: pointer;
}

.categories .item.active {
    color: #B68047;
    border-color: #B68047;
}

.search {
    position: relative;
}

.search input {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 281px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 8px;
    border: none;
    padding-right: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #7188A7;
}

.search img {
    position: absolute;
    left: 10px;
    top: 10px;
}

.search input::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #7188A7;
}

.how-it-works {
    padding: 30px 24px 22px;
    background: #fff;
    border-radius: 8px 0 0 8px;
    min-height: 412px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.how-it-works .subject {
    font-weight: 700;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 16px;
}

.how-it-works .text {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 10px;
}

.how-it-works .footer {
    font-size: 14px;
    color: #7188A7;
}

img.how-it-works-cover {
    width: 100%;
    height: 412px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.page-content .list {
    background: #fff;
    padding: 40px 0;
    margin-top: 55px;
}

.list .item {
    background: #F0F5FD;
    border-radius: 8px;
    margin-bottom: 40px;
}

.list .item .body {
    padding: 16px 16px 24px;
}

.list .item img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.list .item .head {
    font-weight: 400;
    font-size: 14px;
    color: #7188A7;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

.list .item .subject {
    font-weight: 700;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 10px;
}

.list .item .text {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 0;
    height: 45px;
    overflow: hidden;
}

.read_more_less {
    color: #B68047;
    margin-right: 10px;
}

.read_more_less:hover {
    color: #244170;
}

a.show_blog {
    color: #000;
}

a.show_blog:hover {
    color: #B68047;
}

.pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    color: #244170;
    border: 1px solid #9B9B9B;
    margin: 0 5px;
}

.pagination .nav {
    min-width: 150px;
    height: 40px;
    border-radius: 40px;
    padding: 0 20px;
}

.pagination .page {
    width: 40px;
    height: 40px;
    border-radius: 50%;

}

.pagination a.disabled {
    color: #C6C6C6;
    background: #fff;
    border: 1px solid #C6C6C6;
}

.pagination a.disabled svg path {
    fill: #C6C6C6;
}

.pagination a:hover {
    background: #244170;
    color: #fff;
}

.blog-cover {
    padding: 40px 0;
}

.blog-cover img {
    width: 100%;
}

.details {
    background: #fff;
    padding: 32px 0;
}

.details .head {
    font-weight: 400;
    font-size: 14px;
    color: #7188A7;
    margin-bottom: 16px;
}

.details .subject {
    font-weight: 700;
    font-size: 32px;
    color: rgba(19, 46, 85, 0.9);
    margin-bottom: 16px;
}

.similar-articles .title {
    font-weight: 700;
    font-size: 32px;
    color: rgba(19, 46, 85, 0.9);
    margin-bottom: 20px;
}

.similar-articles .sub_title {
    font-weight: 700;
    font-size: 14px;
    color: rgba(19, 46, 85, 0.9);
    margin-bottom: 40px;
}

.details .text {
    margin-bottom: 40px;
}

.comments {
    padding: 16px 24px;
    background: #F0F5FD;
    border-radius: 12px;
}

.comments .top {
    margin-bottom: 32px;
}

.comments .top input {
    font-weight: 400;
    font-size: 14px;
    color: #7188A7;
    height: 48px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 12px;
}

.comments .top .btn-white img {
    margin-left: 8px;
}

.comments .top .btn {
    width: 100%;
}

.comments .comment {
    background: #FFFFFF;
    box-shadow: 0 4px 24px rgba(19, 46, 85, 0.1);
    border-radius: 8px;
    padding: 12px 24px;
    margin-bottom: 12px;
}

.comments .comment .head {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comments .comment .head .username {
    font-weight: 700;
    font-size: 16px;
    color: #263F6E;
}

.comments .comment .head .date {
    font-weight: 400;
    font-size: 12px;
    color: #7188A7;
}

.comments .comment .text {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 0;
}

.btn-show-more {
    background: #F7FAFE;
    border: 1px solid #D8E0ED;
    border-radius: 24px;
    font-weight: 700;
    font-size: 14px;
    color: #263F6E;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header.mobile-header {
    padding: 24px;
    justify-content: space-between;
    background: #263F6E;
    border-radius: 0 0 12px 12px;
}

@media (max-width: 768px) {
    .blog-cover {
        padding: 16px 0;
    }

    .details {
        padding: 16px 0;
    }

    .details .head {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .details .subject {
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        color: rgba(0, 0, 0, 0.9);
    }

    .details .text {
        font-weight: 400;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.9);
    }

    .btn-share {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
    }

    .mobile-add-comment {
        position: absolute;
        left: 10px;
        top: 25%;
    }

    .comment-input-wrapper {
        position: relative;
        width: 80%;
    }

    .comments-container-wrapper {
        background: #F0F5FD;
    }

    .comments {
        border-right: 0;
        padding: 16px 0;
    }

    .comments .comment .head .username {
        font-size: 14px;
    }

    .comments .comment .text {
        font-size: 12px;
    }

    .page-content .list {
        margin-top: 0;
        padding: 60px 0 20px;
    }

    .list .item .subject {
        font-size: 18px;
    }

    .list .item .text {
        font-size: 12px;
    }

    .categories {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .categories .item, .categories .more {
        min-width: 100px;
        font-size: 12px;
    }

    .search, .search input {
        width: 100%;
    }

    .search {
        margin: 16px 0;
    }

    h1.title.listing-title {
        display: none;
    }

    img.how-it-works-cover {
        height: 175px;
    }

    .how-it-works {
        padding: 17px 12px;
        box-shadow: 0 4px 24px rgba(19, 46, 85, 0.1);
        margin-bottom: 24px;
    }

    .pagination .nav {
        min-width: 80px;
    }

    form {
        width: 100%;
    }

    .how-it-works {
        min-height: initial;
        border-radius: 0 0 8px 8px;
    }

    .how-it-works-cover {
        border-radius: 8px !important;
        position: relative;
        z-index: 2;
        object-fit: fill;
    }

    .page-content .list {
        padding: 24px 0;
    }

    .list .col-md-4:last-child .item {
        margin-bottom: 0;
    }

    .download-app {
        display: block !important;
        border-radius: 8px;
        padding: 0;
    }

    .download-app-wrapper {
        padding: 0;
    }

    .download-app .qr {
        display: none;
    }
}
