.navbar-brand {
    width: 100%;
    margin: 0;
}

.navbar-brand.mob-amtral-logo {
    display: none;
}

/* Force optgroup & option text alignment */
optgroup,
optgroup option {
    padding-left: 10px !important;
    /* Override browser defaults */
    margin-left: 0 !important;
}

/* Remove default optgroup indentation (Firefox) */
@-moz-document url-prefix() {
    optgroup {
        text-indent: -5px !important;
        /* Firefox-specific fix */
    }
}

.promo-cards-IIII {
    height: auto;
}

.card {
    margin-top: 20px;
    margin-bottom: 30px;
}

.banner-regions {
    background: url(images/region-baner.html) left top no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #0768a4;
    height: 450px;
    width: 100%;
    object-fit: cover;
    position: relative;
}

.ui-widget {
    font-family: 'Fira Sans', sans-serif;
}

.ui-datepicker-today .ui-state-highlight {
    border: 1px solid #4897eb;
    background: #4897eb00;
    color: #036;
}

.ui-datepicker .daterange a {
    background: #eff7fa;
}

.ui-datepicker:has(.ui-datepicker-header) {
    padding: 20px 25px 20px 25px !important;
    border: 1px solid #9d9d9d !important;
    border-top-width: 0px !important;
    border-radius: 0px;
    box-shadow: 0px 0px 0px #777 !important;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    font-weight: 600 !important;
    font-size: 14px;
    padding: 6px 8px;
}

.ui-datepicker .ui-datepicker-current-day a {
    background: #003759;
    color: #fff;
    border-radius: 5px
}

#datepicker.no-bottom-border,
#datepicker2.no-bottom-border {
    border-bottom-width: 0px !important;
    border-radius: 4px 4px 0px 0px;
}

@media (min-width: 320px) and (max-width: 767px) {
    #desktopview {
        display: none;
    }

    .navbar-brand {
        width: 100%;
        text-align: center;
        display: none;
    }

    .navbar-brand.mob-amtral-logo {
        display: block;
    }

    img.logoimg-dsnp {
        max-width: 65%;
    }

    .customradio {
        margin-bottom: 12px !important;
    }
}

/* Menu */
.navbar-brand {
    /* width: 350px; */
    margin: 0 !important;
    padding: 0 !important;
}

.main-navigation {
    min-width: 620px;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    height: 100%;
    margin-right: 1.5rem;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: relative;
    align-self: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.main-header-menu .menu-item {
    position: relative;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-header-menu>.menu-item>.menu-link {
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -js-display: flex;
    display: flex;
}

figure.wp-block-image img {
    width: 100%;
}