.search-page-result-div {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 50px 0;
}

.search-page-result-div .posts-per-page-form {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 200px;
    width: 100%;
    gap: 20px;
}

.search-page-result-div .posts-per-page-form label {
    color: #595959;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    margin: 0;
}

.search-page-result-div .posts-per-page-form select {
    font-size: 18px;
    font-family: Lato, serif;
    cursor: pointer;
    color: rgb(34, 67, 128);
    background-color: rgba(34, 67, 128, 0.05);
    width: 100%;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.36866 14L0.880733 0.5H17.8566L9.36866 14Z' fill='%23224380'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 16px;
    line-height: 1.5;
    padding: 12px 40px 12px 24px;
    background-position: right 20px center;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(34, 67, 128, 0.25);
    border-image: initial;
    border-radius: 100px;
}

.search-page-result-div .combine-filters {
    display: flex;
    max-width: 32%;
    width: 100%;
}

.search-page-result-div .combine-filters form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.search-page-result-div .combine-filters form label {
    color: #595959;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    margin: 0;
}

.search-page-result-div .combine-filters form select {
    font-size: 18px;
    font-family: Lato, serif;
    cursor: pointer;
    color: rgb(34, 67, 128);
    background-color: rgba(34, 67, 128, 0.05);
    width: 100%;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.36866 14L0.880733 0.5H17.8566L9.36866 14Z' fill='%23224380'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 16px;
    line-height: 1.5;
    padding: 12px 40px 12px 24px;
    background-position: right 20px center;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(34, 67, 128, 0.25);
    border-image: initial;
    border-radius: 100px;
}

.search-page-result-div .combine-filters form select:focus {
    box-shadow: none;
    outline: none;
}

.search-page-result-div .combine-filters form select:focus-visible {
    box-shadow: none;
    outline: none;
}

.search-page-result-div .combine-filters form select:focus-within {
    box-shadow: none;
    outline: none;
}

.search-page-result-div .posts-per-page-form select:focus {
    box-shadow: none;
    outline: none;
}

.search-page-result-div .posts-per-page-form select:focus-visible {
    box-shadow: none;
    outline: none;
}

.search-page-result-div .posts-per-page-form select:focus-within {
    box-shadow: none;
    outline: none;
}

.number-result {
    color: #084987;
    font-size: 40px;
    line-height: normal;
    font-weight: 500;
    text-align: left;
}

.search-result {
    margin-bottom: 30px;
}

.search-result h2 {
    color: #084987;
    font-size: 56px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
    text-align: left;
}

.search-result h2 span {
    font-weight: 700;
}

.search-result p {
    color: #595959;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}

.search-result p span {
    font-weight: 700;
    text-decoration: underline;
}

.search-result-page {
    display: flex;
    flex-direction: column;
}

.search-result-page .search-result-card.blogListing__item {
    max-width: 100%;
    background: unset;
    gap: 20px;
    box-shadow: unset;
    flex-direction: row;
    position: relative;
}

.search-result-page .search-result-card.blogListing__item .news-cat-wrap span {
    color: #fff;
}

.search-result-page .search-result-card.blogListing__item .tag-event {
    left: 20px;
    top: 20px;
    bottom: unset;
}

.search-result-page .search-result-card .img-wrap {
    max-width: 40%;
    width: 100%;
    /* box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.09); */
    background-color: #f5f5f5;
    height: 100%;
}

.search-result-page .search-result-card .img-wrap img {
    height: 350px;
}

.search-result-page .search-result-card .content-wrap {
    width: 100%;
    height: unset !important;
    border-radius: 24px;
    /* box-shadow: -7px 10px 10px 8px rgba(0, 0, 0, 0.09); */
    background-color: #f5f5f5;
    padding-top: 70px;
    padding-bottom: 90px;
    gap: 16px;
}

.search-result-page .search-result-card .content-wrap .brand-title h1 {
    transition: all 0.3s ease-in-out;
}

.search-result-page .search-result-card .content-wrap .brand-title h2 {
    transition: all 0.3s ease-in-out;
}

.search-result-page .search-result-card .content-wrap .brand-title h3 {
    transition: all 0.3s ease-in-out;
}

.search-result-page .search-result-card .content-wrap .brand-title h4 {
    transition: all 0.3s ease-in-out;
}

.search-result-page .search-result-card .content-wrap .brand-title h5 {
    transition: all 0.3s ease-in-out;
}

.search-result-page .search-result-card .content-wrap .brand-title h6 {
    transition: all 0.3s ease-in-out;
}

.search-result-page .search-result-card .content-wrap .brand-title h1:hover {
    color: #004D7C;
}

.search-result-page .search-result-card .content-wrap .brand-title h2:hover {
    color: #004D7C;
}

.search-result-page .search-result-card .content-wrap .brand-title h3:hover {
    color: #004D7C;
}

.search-result-page .search-result-card .content-wrap .brand-title h4:hover {
    color: #004D7C;
}

.search-result-page .search-result-card .content-wrap .brand-title h5:hover {
    color: #004D7C;
}

.search-result-page .search-result-card .content-wrap .brand-title h6:hover {
    color: #004D7C;
}

.search-result-page .search-result-card .content-wrap .brand-title h3 {
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
    color: #084987;
}

.Not-found .resource-btn {
    margin: 0px auto;
}

.Not-found .alert h2 {
    font-size: 32px;
    line-height: normal;
    font-weight: 500;
    color: #084987;
}

.Not-found .alert.alert-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    max-width: fit-content;
    background-color: transparent;
    color: #fff;
    border: 1px solid transparent;
    padding: 0;
}

.alert.alert-info h2 {
    margin: 0;
}

@media(max-width:1024px) {

    .search-result-page .search-result-card.blogListing__item {
        flex-direction: column;
    }

    .search-result-page .search-result-card .img-wrap {
        max-width: 100%;
    }

    .search-result h2 {
        font-size: 32px;
        line-height: normal;
    }
}

@media(max-width:991px) {

    .number-result {
        font-size: 30px;
        line-height: normal;
    }

    .search-page-result-div {
        flex-direction: column;
    }

    .search-page-result-div .combine-filters {
        max-width: 100%;
    }

    .search-page-result-div .posts-per-page-form {
        align-items: flex-start;
    }

    .search-result-page .search-result-card .content-wrap {
        padding: 20px;
        padding-bottom: 80px;
    }
}

@media(max-width:767px) {

    .number-result {
        font-size: 24px;
        line-height: normal;
    }

    .search-result-page .search-result-card .img-wrap img {
        height: 100%;
    }

    .search-result-page .search-result-card .content-wrap .brand-title h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .search-result p {
        font-size: 18px;
        line-height: normal;
    }

    .search-result h2 {
        font-size: 26px;
        line-height: normal;
    }
}