.search-top-banner {
    height: 500px;
    display: flex;
    align-items: center;
    background-size: cover !important;
}

.bottomBar {
    position: relative;
}

.bottomBar::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 40px;
    height: 3px;
    background-color: var(--secondary);
}

.radius-15 {
    border-radius: 15px !important;
}

.tags {
    background-color: var(--secondary);
    color: white;
    border-radius: 20px 0px;
    padding: 6px 22px;
}

.innerCol {
    min-width: 180px;
}

.cardHeader img {
    border-radius: 10px 10px 0px 0px;
    height: 150px !important;
    object-fit: cover;
}

@media screen and (min-width:600px) {
    section.findMore {
        padding-bottom: 10rem;
    }

}

.findMore .container {
    min-height: 263px;
    background-size: cover !important;
    border-radius: 100px 12px 100px 13px;
    background-position: center;
    max-width: 900px;
    width: 100%;
}

.newsletter-input--wrapper {
    max-width: 600px;
    margin-inline: auto;
    width: 96%;
    padding: .7rem !important;
}

.img_width {
    width: 40px;
    height: 40px;
}

.gallery-image-box-claim img {
    height: 200px;
    width: 250px;
    object-fit: cover;
    padding: 10px;

    /* border: 1px solid #777; */
    border-radius: 25px !important;

}

.modal-header {
    background-color: #FF8964;
}

.modal-content {
    border: none;
}

.modal-title {
    font-family: system-ui;
}

.pointer {
    cursor: pointer;
}

.modal-content {
    border: none !important;
}

@media (min-width: 576px) {
    .innerCol {
        border-left: 1px solid #B8B8B8;
    }
}

.fixed_height {
    margin-bottom: 0;
    min-height: 65px;
}