﻿@media (min-width: 1024px) {
    .short-block .hide-intro {
        display: none;
    }
}

.orange-bar-active {
    border-bottom: 4px solid var(--orange-500-brand, #EE7D11) !important;
}

 .gm-style-iw-chr {
    display: none !important;
}

.gm-style-iw-tc {
    display: none !important;
}


.gm-style-iw-chr {
    display: none !important;
}

.gm-style .gm-style-iw-c {
    padding: 0px;
    border-radius: 11px;
    position: fixed !important;
    top: 150px;
    left: -25%;
    background: transparent;
    box-shadow: none !important;
}

 .gm-style-iw-d {
    overflow: hidden !important;
}

.map-section .map-container .info-card {
    box-shadow: none;
}

.gmap-marker-position {
    position: relative;
    bottom: 6px;
    font-weight: 600
}

.info-window-card {
    min-width: 200px;
}


.info-window-address, .info-window-details {
    color: #000;
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    line-height: 2px;
    text-align: left;
}

.info-window-details {
    line-height: 24px;
}

.info-window-title {
    color: #003883;
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
}

.info-window-header {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
}

@media (max-width: 767px) {
    .gm-style .gm-style-iw-c {
        padding: 0px;
        border-radius: 11px;
        position: fixed !important;
        top: 25px;
        left: -5%;
    }
}

/*.contact-us {
    display: none;
}

.subscribe {
    display: none;
}*/

.Standard-section .umb-block-list .ourServices_block-grid__layout-container .main_block_Accreditations {
    box-shadow: 0px 4px 32px 0px rgba(0, 56, 131, 0.08), 0px 4px 15px 0px rgba(0, 34, 79, 0.15) !important;
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent dark background */
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

    .modal-overlay.active {
        display: flex;
    }

.modal-content {
    background-color: #ffffff; /* pure white */
    padding: 30px;
    border-radius: 10px;
    max-width: 90%;
    max-height: 90%;
    overflow-y: auto;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
    position: relative;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    color: #000;
    cursor: pointer;
    z-index: 1;
}


.modal-overlay-subscribe {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent dark background */
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

    .modal-overlay-subscribe.active {
        display: flex;
    }

.modal-content-subscribe {
    background-color: #ffffff; /* pure white */
    padding: 30px;
    border-radius: 10px;
    max-width: 90%;
    max-height: 90%;
    overflow-y: auto;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
    position: relative;
}

.close-btn-subscribe {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    color: #000;
    cursor: pointer;
    z-index: 1;
}

.modal-overlay-form {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent dark background */
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

    .modal-overlay-form.active {
        display: flex;
    }

.modal-content-form {
    background-color: #ffffff; /* pure white */
    padding: 30px;
    border-radius: 10px;
    max-width: 90%;
    max-height: 90%;
    overflow-y: auto;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
    position: relative;
}

.close-btn-finalform {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    color: #000;
    cursor: pointer;
    z-index: 1;
}