.featuredblocks-grid-a .featuredblocks .featuredblock__image {
    height: 450px;
    width: 100%;
}
.featuredblocks-grid-a .featuredblocks .featuredblock__item .featuredblock-image-title-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.featuredblocks-grid-a .featuredblocks .featuredblock__image {
    background-size: contain;
    background-position: center;
    object-fit: contain;
    background-repeat: no-repeat;
}
.cstm-hero-bttns .cta__button {
    margin: auto;
    max-width: 100% !important;
}
.cstm-hero-bttns-mob .cta__button {
    margin: 10px auto;
    max-width: 100% !important;
}
.white-bg img.logo__img {
    background: #fff;
    padding: 7px;
}
.firstvisit .customfixed__content a {
    color: black !important;
}


.section--light .featuredblocks-grid-b .featuredblocks .featuredblock__bg-image span, .section--light .featuredblocks-grid-b .featuredblocks .featuredblock__bg-image::after {
    background-color: #000;
}

.editable__container hr,
.clear {
    clear: both;
}

@media (max-width:991px) {
.blog-singlepost__content img {
    max-width: 100%;
    height: auto;
}

.header1 {
    display: none !important;
}

}

.customfixed__content {
    border-radius: 10px 0 0 10px;
}

.firstvisit .customfixed__content {
   color:black;
    background-color: orange;
}
@media (max-width:991px) {
    .header1 {
        display: none;
    }
    .cstm-hero-bttns .container {
        display: none !important;
    }
    
}


@media (max-width: 767px){
    .section-base-container {
        overflow: hidden;
    }
}