/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 08 2025 | 07:59:21 */
@media only screen and (max-width: 900px) {
.header .nav-center {
    justify-content: right;
}
div#top-bar {
    display: none;
}
	.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    color: #33364c !important;
    font-size: 20px;
    text-transform: unset !important;
}
.mfp-content .social-icons i {
    color: #33364c !important;
    border: 1px solid #b3b3b3 !important;
    width: 41px !important;
    height: 40px !important;
    padding: 11px;
    border-radius: 6px;
    margin-right: 10px;
}
	.mfp-content {
    background: white !important;
}
	.mfp-bg {
    opacity: 0.94 !important;
    background: #33364c !important;
}
	.bottom-bar-mob p {
		margin-bottom: 0px !important;
		    font-size: 13px !important;
	}
	.bottom-bar-mob {
	margin-bottom: -1px;
}
}
/* Hide the .bottom-bar-mob by default */
.bottom-bar-mob {
    display: none;
}
.header-block.block-html-after-header.z-1 {
        display: none;
}

/* Display .bottom-bar-mob only on phones and vertical iPads */
@media only screen and (max-width: 767px),
       only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .bottom-bar-mob {
        display: block;
    }
	.header-block.block-html-after-header.z-1 {
        display: block;
}


.header-block.block-html-after-header.z-1
