:root {
    --blue: #00247a
}

.social-links {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-links li a {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    aspect-ratio: 1/1;
    background: #FFF;
    text-decoration: none;
}

.social-links li a * {
    color: var(--blue);
}

.section-banner-type-3 {
    padding: 75px 0 70px;
    margin-bottom: 0px;
    background-color: #edf2ff;
}

.about-testing-com-section h1 {
    font-size: 94px;
    line-height: 104px;
    font-weight: 700;
    word-break: break-word;
    color: var(--blue);
}

#search-title .page-title {
    border-bottom: 1px solid #edf2ff;
    font-size: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
    line-height: 50px;
    font-weight: 700;
}

.search-page-wrapper .row-main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin: 0 -12px;
}

#search_filters .search-filters {
    position: sticky;
    top: 0;
}

#search_filters .search-form {
    border: 1px solid #00247a;
    border-radius: 10px;
    background: #edf2ff;
    padding: 25px 15px;
}

#search_filters .search-form .row.search-filters .col {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #00247a;
}

#search_filters .search-term form {
    position: relative;
}

#search_filters .search-term .search-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    cursor: pointer;
    background: inherit;
    border: 0px;
}

#search_filters .search-term input[type=search] {
    padding-right: 35px;
    margin: 0;
    width: 100%;
    color: #030303;
    border-radius: 0;
    border: 1px solid #030303;
    line-height: 1.6;
    padding: 10px 15px;
    max-width: 100%;
}

#search_results article.search-tease {
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 15%);
}

#search_results article.search-tease h3.title {
    margin-bottom: 15px;
}

#search_results article.search-tease h3.title a {
    color: #00247a;
    text-decoration: none;
}

#search_results article.search-tease .details-container {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-style: italic;
    margin-bottom: 25px;
}

#search_results article.search-tease .details-container li {
    display: inline-block;
}

.search-page-wrapper {
    margin-bottom: 120px;
}

@media (min-width:900px) {
    .banner-section .banner-row .banner-left p{
        color: #FFF;
    }
}