.d-none {
    display: none !important;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.p-relative {
    position: relative;
}

.z-index-1 {
    z-index: 1;
}
 
.fix {
    overflow: hidden;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-35 {
    padding-bottom: 35px;
}

.pt-25 {
    padding-top: 25px;
}
.mb-60{
    margin-bottom: 60px;
}
.mb-30{
    margin-bottom: 30px;
}
.justify-content-between {
    justify-content: space-between !important;
}
.collapse:not(.show) {
    display: none;
}
