.news-view h2,
.news-view h3,
.news-view h4,
.news-view h5,
.news-view h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.events-view h2,
.events-view h3,
.events-view h4,
.events-view h5,
.events-view h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Josefin Sans", sans-serif;
}

.news-view-gallery .big-img-holder,
.news-view-gallery .post-gal-img-holder {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


svg path.map-branch-item {
    cursor: pointer !important;
    transition: all 0.3s ease;

    &:hover {
        stroke-width: 9;
        fill: #e20000
    }
}

.active-branch {
    stroke-width: 9;
    fill: #e20000
}

.branch-logo-map {
    position: absolute;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    pointer-events: none;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
}

.branch-logo-map img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
}

.branch-logo-map.active {
    visibility: visible;
    opacity: 1;
}

#branches-map {
    max-width: 100%;
}

#branches-map-container {
    position: relative;
}


.success-title-message {
    font-size: 28px;
    font-weight: bold;
    color: #169b16;
    margin-bottom: 20px;
}

.success-title-message.sm {
    font-size: 14px !important;
}


.main-pt-10 {
    padding-top: 10px !important;
}

.gap-20 {
    gap: 20px;
}

.back-to-prev a {
    font-weight: bold;
    font-size: 20px;
    color: var(--blue-color);
}

.owl-nav {
    display: none !important;
}

.owl-item {
    /*min-height: 150px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px ;
}

.owl-item:not(:last-child) {
    border-right: 1px var(--grayalt-color) solid;
}

.owl-carousel .owl-stage {
    transition-timing-function: linear !important;
}

.new-img{
    margin:0 auto ;
}