.hide-loader{
    display: none !important;
}
.header .logo a img
{
    width: 40% !important;
}
.mr_menu .logo a img 
{
    width: 30% !important;
}
.font-1rem
{
    font-size: 1rem !important;
}
h1, h2, h3, h4, h5, h6, a
{
    font-family: 'Marcellus' !important;
}
.h1, .h2, .h3, .h4, .h5, .h6
{
    font-family: 'Marcellus' !important;
}
.didact-gothic-regular 
{
    font-family: "Didact Gothic", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}  
/* p, span
{
    font-family: 'Century-Gothic' !important;
} */
.font-weight-200
{
    font-weight: 200 !important;
}

#preloader.hide .hide-loader{
    display: none;
}
.height-40
{
    height: 40px !important;
}
.font-24
{
    font-size: 24px !important;
}
.font-3rem
{
    font-size: 3rem !important;
}

/* Custom CSS for right slide-in modal */
.modal.bottom-right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    height: auto;
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.3s ease-out;
}

.modal.bottom-right.show .modal-dialog {
    transform: translate3d(0, 0, 0);
}

.modal-backdrop.show {
    opacity: 0.5;
}

/* what's app */
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}

.whatsapp-button img {
    width: 40px;
    height: 40px;
}

/* email response message */
/* CSS for alert message */
.alert_success {
    position: fixed;
    top: 50px;
    right: 20px;
    background-color: #46e977;
    color: white;
    padding: 15px;
    border-radius: 5px;
    display: none; /* Initially hidden */
    z-index: 10000;
}
.alert_error {
    position: fixed;
    top: 50px;
    right: 20px;
    background-color: #f44336;
    color: white;
    padding: 15px;
    border-radius: 5px;
    display: none; /* Initially hidden */
    z-index: 10000;
}
.custom-brand-image{
    background-color: #f0f8ff !important;
    height: 100px !important;
}

.header .mainnav ul.main_menu li a
{
    font-size: 1rem !important;
}

/* @media (min-width: 1400px) {
    .theme_slider_4 .swiper-slide .slider .slide_content .details_link {
        font-size: 3rem !important;
        line-height: 4rem !important;
    }}

@media (min-width: 1400px) {
    .theme_slider_4 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4, .theme_slider_4 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
        font-size: 4.5625rem !important;
    }} */

.line-height-4rem
{
    line-height: 4rem !important;
}
.custom-text-paz
{
    font-size: 11rem !important;
    line-height: 8.75rem !important;   
}

.font-3rem
{
    font-size: 3rem !important;
}

.font-3_50rem
{
    font-size: 3.50rem !important;
}
.font-10rem
{
    font-size: 10rem !important;
}

.font-2_25rem
{
    font-size: 2.25rem !important;
}

/* .custom-padding
{
    padding: 15rem 0 19.75rem 0 !important;
} */