.fw-bold{
    font-weight: bold;
}
.dropdown-icon {
    font-size: 13px;
}

.txt {
    font-size: 13px;
}

.txt1 {
    font-size: 18px;
    font-weight: bold;

}

.text-justify {
    text-align: justify;
}

.featured-bg {
    height: 850px !important;
}

.featured-bg img {
    height: 100% !important;
    object-fit: cover !important;
}

.team-grid {
    height: 300px !important;
    object-fit: cover !important;
}

.resource-imgs {
    height: 300px !important;
}

.hero-h {
    height: 600px !important;
}

.hero-slider-img img {
    height: 180px !important;
    object-fit: cover;
}

.accordion-wrapper .card-header button.collapsed:before {
    display: none !important;
}

.accordion-wrapper .card-header button.collapsed:after {
    display: none !important;
}

.accordion-wrapper .card-header button:before {
    display: none !important;
}


/*FORM WIZARD*/
/* Mark input boxes that gets an error on validation: */
input.invalid, select.invalid {
    background-color: #ffdddd;
}
input.valid, select.valid {
    background-color: #ddffdd;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

/* Mark the active step: */
.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #04AA6D;
}

.strikethrough{
    text-decoration: line-through;
}