﻿
/* RESPONSIVE */

.responsiveMenuButton {
    color: #1226AA;
    font-size: 30px;
}
.responsiveMenuButton a {
    color: #1226AA;
    text-decoration: none;
}
.mobileMenuIcons {
    display: flex;
    justify-content: center;
}
.mobileMenuIcons .language-object {
    float: unset;
}
.mobileMenuIcons a {
    color: #1226AA;
    font-size: 50px;
    margin-right: 10px;
}
#mobileNavigation  {
    background: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
    display: none;
    padding: 20px;
}
#tabletNavigation {
    display: none;
    background: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
    display: none;
    padding: 20px;
}
#mobileMenus ul {
    margin: 0;
    padding: 0;
}
#mobileMenus ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #dedede;
    line-height: 50px;
}
.mobileActiveNavigation {
    transform: translate3d(200%,0,0);
}
.tabletActiveNavigation {
    transform: translate3d(200%,0,0);
}
.mmMobile-hidden {
    transform: translate3d(300%,0,0) !important;
}
.mmMobile-panel {
    position: absolute;
    width: 100%;
    opacity: 0;
    -webkit-transition-property: width,-webkit-transform;
    transition-property: width,-webkit-transform;
    -o-transition-property: width,transform;
    transition-property: width,transform;
    transition-property: width,transform,-webkit-transform;
    transition: transform .4s ease,-webkit-transform .4s ease;
}
.mmTablet-panel {
    position: absolute;
    width: calc(50% - 10px);
    opacity: 0;
    -webkit-transition-property: width,-webkit-transform;
    transition-property: width,-webkit-transform;
    -o-transition-property: width,transform;
    transition-property: width,transform;
    transition-property: width,transform,-webkit-transform;
    transition: transform .4s ease,-webkit-transform .4s ease;
}
.mmMobile-panel h3 {
    color: #0F154C;
    font-weight: bold;
    border-bottom: 2px solid #0F154C;
    font-size: 20px;
    padding-bottom: 5px;
    padding-top: 8px;
    margin-top: 11px;
    margin-bottom: 0px;
    border-top: 1px solid #dedede;
    height: 46px;
    line-height: 30px;
    text-transform: none;
    font-family: DINNextLTPro-Bold;
}
.mmTablet-panel h3 {
    color: #0F154C;
    font-weight: bold;
    border-bottom: 2px solid #0F154C;
    font-size: 20px;
    padding-bottom: 5px;
    padding-top: 8px;
    margin-top: 11px;
    margin-bottom: 0px;
    border-top: 1px solid #dedede;
    height: 46px;
    line-height: 30px;
    text-transform: none;
    font-family: DINNextLTPro-Bold;
}
#mobileMenus, #tabletMenus {
    display: flex;
    position: relative;
}
.mobileList, .tabletList {
    margin: 0;
    padding: 0;
}
.mobileList li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #dedede;
    line-height: 50px;
}
.tabletList li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #dedede;
    line-height: 50px;
}
#tabletMenus ul {
    margin: 0;
    padding: 0;
}
#tabletMenus ul li {
    margion: 0;
    padding:0;
    list-style: none;
    border-bottom: 1px solid #dedede;
}
.mobileList li a {
    position: relative;
    display: block;
    height: 46px;
    font-size: 16px;
    color: #313131;
    text-decoration: none;
}
.tabletList li a {
    position: relative;
    display: block;
    height: 46px;
    font-size: 16px;
    color: #313131;
    text-decoration: none;
}
.backIcon i {
    color: #0F154C;
    font-weight: bold;
}
.backIcon:hover {
    text-decoration: none;
}
#mobileMenus ul li a {
    position: relative;
    display: block;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #313131;
    text-decoration: none;
}
#tabletMenus ul li a, .tabletMenuIcons .menu div a {
    position: relative;
    display: block;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #313131;
    text-decoration: none;
}
.tabletMenuIcons .menu div a {
    border-bottom: 1px solid #dedede;
}
.tabletMenuIcons .menu div a .childArrow {
    font-size: 18px;
    top: 15px;
}
#tabletMenus .mm-col-2 {
    left: 20px;
    top: 16px;
}
#tabletMenus .mm-col-2 .backIcon {
    display: none;
}

.tabletMenuIcons {
    border-top: 2px solid #1919A6;
}
.tabletMenuIcons .menu div {
    width: calc(50% - 10px);
}
.flex-gap {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0 18px;
}

/* Small devices (landscape phones, 576px and up) */


@media (max-width: 576px) {
    .breadcrumb {
        padding-left: 0px !important;
    }
}


/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    #logo img {
        width: 40%;
    }
    .callToAction h1 {
        text-align: center;
    }
    .callToAction .text {
        text-align: center;
        padding-right: 0;
    }
    .callToAction button {
        margin: 0 auto;
        margin-top: 50px;
    }
    .callToAction {
        padding-top: 70px;
        padding-bottom: 70px;
        text-align: center;
    }
    .contactModule {
        text-align: center;
    }
    .contactModule .btn-center {
        margin: 0 auto !important;
    }
    .contactModule .phoneNumber {
        font-size: 28px;
        margin-bottom: 40px;
        margin-top: 30px;
    }
    .contactModule {
        background: none;
        margin-top: 0px;
    }
    .contactModule h1 {
        font-size: 36px;
    }
    .contactModule button {
        float: unset;
        width: 220px;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .infoText, .callToAction .text, .footer .text {
        line-height: 26px;
    }
    .footer .text {
        margin-bottom: 20px;
    }
    .sidebar {
        margin-top: 30px;
    }
    .breadcrumb {
        padding-left: 0;
    }
}


@media (min-width: 768px) {
    .dateTill {
        margin-left: 15px;
    }
    .inputText {
        min-width: 0px;
    }
}

@media (max-width: 767px) {
    .inputText {
        min-width: 85px;
        text-align: left;
    }
    .filterBox {
        margin-right: 10px;
    }
    .filterBox:first-child {
        /*margin-right: 0px; */
        flex-grow: 1 !important;
    }
    .dateGroup {
        margin-bottom: 5px;
    }
    .card-body {
        padding-top: 10px !important;
    }
}