.banner {
    height: 400px;
    background-repeat: round!important;
}
.search {
    margin-top: -40px;
}
.search-btn {
    height: 44px;
    margin-top: 4px;
    background: #183779!important;
}
.search .card {
    box-shadow: 0 1px 10px rgb(0 0 0 / 20%);
}

.slide_options article {
    transition: 0.5s;
}
.slide_options article:hover {
    transform: scale(1.03);
}

.tab-option .nav-link.active {
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-color: #E1B847; /* Using color keyword */
}
.tab-content .child {
    height: 90px;
    transition: 0.5s;
    a {
        color:black !important;
    }
}
.tab-content .child:hover {
    background-color: #0F3EA5;
    position: relative;
    overflow: hidden;
    transform: scale(1.04);
    color:white !important;
}
.tab-content .child::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: round;
    z-index: -1;
}
.tab-option a, .tab-option a:hover {
    color: #707070;
}
@media(min-width: 1024px) {
    .header_tle {
        margin-top: -50px;
    }
}
@media(max-width: 1024px) {
    .banner {
        height: auto;
        padding-bottom: 50px;
    }
    .tab-content .child {
        height: 70px;
    }
    .search .fs-5 {
        font-size: 1rem !important;
    }
    .search-btn {
        height: 37px !important;
    }
}
@media(max-width: 600px) {
    .search .d-flex {
        display: block !important;
    }
    .search-btn {
        width: 100%;
        margin-top: 0px;
    }
    #oldtestment .row>*, #newtestment .row>* {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
}