.alert-danger {
    border-color: none !important;
    border: none !important;
    color: #7d2437 !important;
    background-color: #fcdae1 !important;
}
.content-block__header .h1, .content-block__header h1 {
    margin-bottom: 0px;
}
.duo-column-row {
    margin-bottom: 0px !important;
}
.header__top {
    background: #fff;
    padding: 15px 0;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.header {
    padding-top: 70px;
}
.header .row {
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
}
.header-logo__icon, .header-logo__name {
    font-size: 1.5rem;
    font-weight: 700;
}

.header-logo__icon {
    width: 40px;
    height: 40px;
    background: #3eb497;
    color: #fff;
    border-radius: 10px;
    margin: 0 10px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 5px;
}
.header__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*0.5);
    padding-left: calc(var(--bs-gutter-x)*0.5);
    margin-top: var(--bs-gutter-y);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
}
.header__logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2e3438;
    -webkit-transition: color .2s ease,border-bottom-color .2s ease;
    -o-transition: color .2s ease,border-bottom-color .2s ease;
    transition: color .2s ease,border-bottom-color .2s ease;
    text-decoration: none;
}
.footer {
    height: auto !important; 
    background: #ffffff;
    color: #6F7D95;
}

.footer a {
    color: #6F7D95; 
    text-decoration: none;
}

.footer .row {
    height: auto !important;
}
.content-block__header {

    background: none;
}
.nav-pills .nav-item {
    margin: 0 10px 0 0;
    border-radius: 5px;
    background: #fff;
}
.nav-pills .nav-link {
    padding: 10px 20px;
}
.nav-pills .nav-link.active:after {
    background: none;
}
.nav-pills .flexMenu-viewMore {
    margin: 0 10px 0 0;
    border-radius: 5px;
    background: #fff;
    padding: 10px 20px;
}

.form-control {
    background: #f4f6f7;
}
.search__form-middle .btn-submit {
    background: #3eb497;
    color:#fff;
        border-radius: 0.25rem;
}
.header__search form .btn-submit {
    background: #3eb497;
    padding: 5px 15px;
    color:#fff;
    border-radius: 0.25rem;
}
.header__search-show a {
    color: #2e3438;
}
.header__search form .form-control {
    background: #f4f6f7;
}
.breadcrumb li a {
    display: block;
    padding: 5px 10px;
    background-color: #e2f4f0;
    border-radius: 5px;
    color: #3eb497;
    -webkit-transition: color .2s ease,border-bottom-color .2s ease;
    -o-transition: color .2s ease,border-bottom-color .2s ease;
    transition: color .2s ease,border-bottom-color .2s ease;
    text-decoration: none;
}
a {
    color: #3eb497;
}
body {
    -webkit-font-smoothing: antialiased;
    background-color: #f4f6f7;
    min-height: 100vh;
}
@media (min-width: 1230px) {
.container {
    max-width: 1170px;
}
}
.search__form .h1, .search__form h1 {
    color: #2e3438;
}
.title__search {
    background: #fff;
    color: #fff;
    padding: 30px 0 60px;
    position: relative;
    z-index: 2;
}
.company__details-info {
    width: 25%;
}
.content-block__text {
    padding: 40px 50px;
    font-size: 1rem !important;}
    
.content-block__header {
    margin-bottom: 15px !important;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0 !important;
}

.company__block dl dt {
    font-size: 15px;
    color: #8a9bab;
}

.digits__item-desc {
    color: #8a9bab !important;
}

.info__block-date {
    color: #8a9bab;
}

.company__info-details {
    padding: 0 0 5px;
}

@media only screen and (max-width: 991.98px) {
      .content-block__text {
        padding: 25px; } }
        
@media only screen and (max-width: 799.98px) {
      .content-block__text {
        padding: 20px 15px; } }
        
@media only screen and (max-width: 767.98px) {
    .content-block__text {
        border-radius: 0; } 

    .search__results {
        left: 0px !important;
        right: 0px !important;
        padding: 5px 15px; }
      
    .search__results-item a {
        padding: 5px 15px; }
    
    .search__results-desc {
        display: block; }
    
    .hide {
        display: none !important; }
}


.breadcrumb-item.active {
    display: none;
}