.home-carousel .fill {
    width: 100%;
    height: 340px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center center !important;
}

.internal-banner-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 100%);
}

.breadcrumb {
    color: #000;
}

.breadcumb-border-bottom {
    border-bottom: 1px solid #000;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*padding: .8rem 1rem;*/
    padding: .8rem 0;
    margin-bottom: 0rem;
    list-style: none;
    background-color: transparent;
}

.bs-example {
    margin: 20px;
}

.accordion .fa {
    margin-right: 0.5rem;
    background-color: #fff;
    padding: 8px;
    border-radius: 7px;
    font-size: 16px;
}

#tabs {
    color: #000;
}

#tabs h6.section-title {
    color: #000;
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000;
    background-color: #eab000;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 1px solid !important;
    font-size: 20px;
    font-weight: bold;
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #5d5d5d;
    font-size: 20px;
    margin: 10px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    background-color: #eab000;
}

@media(max-width:1024px) {
    #tabs .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        color: #5d5d5d;
        font-size: 10px;
        margin: 5px;
        border: 1px solid #eab000;
    }
}

@media(max-width:991px) {
    .internal-banner-caption {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #tab .btn {
        font-size: 14px;
    }
    #tab .tab-content>.active {
        display: block;
        padding: 15px;
    }
    #tab .nav-tabs {
        border-bottom: 1px solid #dee2e6;
        padding: 15px;
    }
}

@media(max-width:767px) {
    .home-carousel .fill {
        width: 100%;
        height: 250px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        background-position: center center !important;
    }
    .bs-example {
        margin: 0px;
    }
    .card-header {
        padding: .75rem 0rem;
    }
    #accordionExample .btn {
        padding: .375rem .5rem;
        font-size: 13px;
    }
    .accordion .fa{
        font-size: 7px;
        padding: 6px;
    border-radius: 5px;
    margin-right: 0;
    }
    #tabs .nav-tabs .nav-link {
        font-size: 12px;
    }
    h2.cs-heading {
        font-size: 1.4rem;
       
    }
}

@media screen and (min-width: 620px) and (max-width: 740px) {
    #tabs .nav-tabs .nav-link {
        font-size: 16px;
    }
}

@media (max-width:580px) {
    #tabs .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        color: #5d5d5d;
        font-size: 11px;
        margin: 5px;
        border: 1px solid #eab000;
    }
}

@media(max-width:480px) {
    .home-carousel .fill {
        width: 100%;
        height: 140px;
    }
    #tabs .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        color: #5d5d5d;
        font-size: 10px;
        margin: 5px;
        border: 1px solid #eab000;
    }
}

@media (max-width: 374px){
    .long-text{
        padding-right: 2rem!important;
    margin-top: -35px;
    padding-left: 0!important;
}
}
@media (max-width: 320px){
    ol.breadcrumb{
        font-size: 13px;
    }
}