.search-page {
    position: relative;
    background-color: var(--color-white);
    border-radius: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 30px 50px;
    padding-top: 0;
    box-shadow: var(--box-shadow-100);
}

.pagination-search-custom {
    margin-top: 30px;
    padding: 0 20px;
}

.pagination-search-custom .pagination-block {
    border: none;
}

.pagination-search-custom .pagination-block .pagination-label strong {
    color: #444863 !important;
}


/* .pagination-search-custom .pagination-block .icon-chevron-left:before,
.icon-chevron-right:before {
    position: relative;
    top: 3px;
} */

.search-page .serach-list-title .pagination-block {
    display: none !important;
}

.search-page .serach-list-title {
    padding: 20px 50px;
    color: #707070;
    border-bottom: 2px solid #E4E9ED;
    margin-right: -50px;
    margin-left: -50px;
}


/* .search-page .serach-list-title::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    width: 100%;
    height: 1px;
    background-color: #E4E9ED;
} */

.search-page .serach-list li {
    padding: 20px 60px;
    border-bottom: 2px solid #E4E9ED;
    margin-right: -50px;
    margin-left: -50px;
    cursor: pointer;
    /* height: 130px; */
}

.search-page .serach-list li:hover {
    background-color: #EFF8FF;
}

.search-page .serach-list li:hover a {
    text-decoration: none;
}


/* .search-page .serach-list li::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #E4E9ED;
} */

.search-page .serach-list ul {
    list-style: none;
    padding: 0;
}

.whead-search-custom {
    position: relative;
    background-color: var(--color-primary);
    border-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 20px;
    box-shadow: var(--box-shadow-100);
    color: var(--color-white);
}

.whead-search-custom .whead-title {
    border-left: 10px solid #fff;
    padding-left: 15px;
    padding: 15px 0 15px 15px;
}

.whead-search-custom .topbar-search {
    display: flex;
    position: relative;
    padding: 5px;
}

.whead-search-custom .topbar-search .form-control {
    position: relative;
    /* right: -30px;
    width: 270px; */
    border: none;
    border-radius: 3px;
    padding: 5px;
    height: 35px;
    font-size: var(--typo-xs);
    color: #444863;
}

.whead-search-custom .topbar-search .search-icon {
    position: absolute;
    right: 10px;
    top: 5px;
}

.whead-search-custom .topbar-search .search-icon img {
    filter: contrast(0.5);
}

.whead-search-custom .filter-tab {
    display: flex;
    justify-content: right;
    padding: 5px;
}

.whead-search-custom .filter-tab ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
}

.whead-search-custom .filter-tab ul li:first-child {
    padding-right: 10px;
    border-right: 3px solid #fff;
}

.whead-search-custom .filter-tab ul li:last-child {
    padding-left: 10px;
}

.whead-search-custom .filter-tab ul li a {
    color: #fff;
}

.whead-search-custom .filter-tab ul li a:hover {
    text-decoration: none;
}

.whead-search-custom .filter-tab ul li a.active {
    color: #3A62AF;
    font-weight: bold;
}


/* .search-bar-custom {
    padding-bottom: 15px;
} */

.search-bar-custom .filter-tab-custom {
    /* padding: 10px 0; */
    display: flex;
    justify-content: right;
    font-weight: bold;
    /* margin-bottom: 15px; */
}

.search-bar-custom .filter-tab-custom .advance-search-txt {
    cursor: pointer;
}

.search-bar-custom .form-group {
    margin-bottom: 0;
}

#advancedSearchForm {
    display: none;
}

.search-bar-custom .block-control {
    position: relative;
}

.search-bar-custom .form-control {
    /* background-color: #F7F7F7; */
    /* border-color: #F7F7F7; */
    color: #2AC8BB;
    font-weight: 500;
}

.search-bar-custom .block-control .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    color: #000000;
    width: 18px;
    height: 20px;
    font-size: 20px;
}

.icon-clock:before {
    content: "";
}

.search-page .list-link {
    position: relative;
    width: auto;
    padding: 10px;
    /* padding-left: 35px; */
    border-radius: 5px;
    /* height: 50px; */
    color: var(--color-secondary-dark);
    background-color: #ECF0F3;
    display: flex;
    align-items: center;
}


/* .search-page .list-link::before {
    content: "#";
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translate(-50%, -50%);
} */

.search-page .list-link:hover {
    color: #2680EB;
    background-color: #DEE7F2;
}

.search-page .list-link:hover::before {
    color: #2680EB;
}

.search-page .list-inner .list-title,
.search-page .list-inner .list-desc,
.search-page .list-inner .link {
    padding-bottom: 10px;
}

@media (max-width:1199px) {
    .search-page .serach-list-title {
        padding: 20px 30px;
    }
    .search-page .serach-list li {
        padding: 20px 50px;
    }
}

@media (max-width:767px) {
    .whead-search-custom {
        padding: 15px;
    }
    .search-page .serach-list-title {
        padding: 20px;
    }
    .search-page .serach-list li {
        padding: 20px 30px;
    }
}

@media (max-width:575px) {
    .whead-search-custom .whead-title,
    .search-bar-custom .form-group {
        margin-bottom: 15px;
    }
    .search-bar-custom .filter-tab-custom {
        margin-bottom: 0;
    }
    .search-page .list-link {
        margin-bottom: 10px;
    }
}