.inner-page-banner .page-banner .page-banner-wrap {
    background-color: rgba(0, 0, 0, 0.60) !important;
}
.hero-slider .hero-caption-item .caption-item {
    background-color: rgba(0, 0, 0, 0.7) !important;
}
@media only screen and (min-width: 1024px) {
    .main-header .header-items .header-col.logo-item img {
        height: 68px !important;
    }
}
@media (max-width: 1023px) {
    .floating-cta {
        background: #ef614a;
        position: fixed;
        bottom: 0;
        font-size: 14px;
        border: 1px solid #f0f0f0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0 auto;
        cursor: pointer;
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        z-index: 90;
    }
    
    .floating-cta-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        color: #ffffff !important;
        text-decoration: none;
        font: 700 14px var(--pin-font);
        border: 0.5px;
        cursor: pointer;
        border: 1px solid #000;
    }
}