#search-results {
    flex-basis: 100%;
}

.search-result-item:first-of-type {
    border-top: 1px solid #E5E5E5;
}

.search-result-item a {
    padding: 5px 15px 8px 12px;
    text-decoration: none;
    color: black !important;
    display: block;
    font-style: normal;
}

.search-result-item a:hover {
    background: #e9ecef;
}

.search-result-item i {
    margin-right: 12px;
    vertical-align: middle;
}

.search-result-item-group {
    font-size: 13px;
    padding-left: 10px;
}

#btn-groups-heading {
    font-style: italic;
    font-size: 18px;
    margin: 55px 0 0 0;
}

#btn-groups {
    padding: 10px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-bottom: 55px;
}

.btn-group-container {
    padding: 0;
}

.btn-group {
    width: 100%;
    padding: 5px;
}

.btn-group-title {
    font-weight: bold;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
    width: 100%;
    height: 72px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    word-spacing: 5px;
    /* word-spacing: 9999999px; */
    font-style: normal;
}

.btn-group-title{
    color: white;
    background-color: #374354!important;
    text-decoration: none;
}

.btn-group-title:hover{
    color: #f3f3f3;
    background-color: #4e5d71!important;
    text-decoration: none;

}

#groups {
    margin-bottom: 55px;
}

.group-container {
    /* color: white; */
    border-radius: 5px;
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); */
    /* padding: 25px 25px 30px 25px; */
    padding: 25px 5px 30px 5px;
    margin-bottom: 55px;
}

.group-container h2 {
    /* font-size: 20px; */
    font-size: 16px;
    font-weight: bold;
    /* padding-bottom: 5px;
    border-bottom: 1px solid; */
    background-color: #364354;
    padding: 5px 22px 8px 20px;
    border-radius: 5px;
    color: white;
}

.group-question-container {
    /* background: rgb(247 247 247 / 25%); */
    /* background: rgba(241,241,241,0.5); */
    /* box-shadow: 0 3px 6px rgb(0 0 0 / 10%); */
    border: 2px solid #e6e6e6;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.group-question-container p {
    margin: 0 0 15px;
    /* display: inline-block; */
}

.question-title{
    width:89%;
    /* color: #0255af; */
    color:#576069;
    display: inline-block;
}

.group-question-container ol{
    padding-inline-start: 20px;
}

.group-question {
    cursor: pointer;
    padding: 15px 20px 15px 20px;
    font-weight: bold;
    position: relative;
    background: transparent;
}

.group-question i ,.group-container h2 i{
    float: right;
    /* fill: white; */
    border-radius: 50px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.group-question[aria-expanded="true"] i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.group-question:hover{
    background-color: #efefef;
}

.group-container h2:hover i{
    color: rgba(0, 0, 0, 0.4);
    background: white;
}

.group-container h2 i:hover{
    cursor: pointer;
}

.group-question:hover i {
    color: white;
    background: rgba(0, 0, 0, 0.4);
}

.group-question:hover .question-title{
    color: #3f5361;
}

.group-question-answer div {
    padding: 0 50px 15px 20px;
}

.group-question-answer a {
    text-decoration: underline;
    /* color: white; */
    font-weight: bold;
    font-style: italic;
}

.group-question-answer ul {
    padding-left: 18px;
}

#btn-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    padding: 10px 10px 4px 10px;
    display: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: #79ACD2!important;
}

#btn-top i {
    font-size: 35px;
}

#input-search{
    border: 1px solid #cccccc;
    box-shadow: none;
}

.form-control:focus{
    box-shadow: none;
}

#input-search:focus-within{
    border: 2px solid rgb(121 172 209);
}

#input-search:hover, #input-search:focus{
    outline:0;
    box-shadow: none;
    border: 2px solid rgb(121 172 209);
}

@media(max-width: 576px) {
    #btn-contact {
        margin-top: 15px;
    }

    .btn-group-title{
        font-size: small;
    }
}