
:root {
    --scrollbarBG: #F1F1F2;
    --thumbBG: #5A5B5D;
}

/*-----------------------------*/
.vScroll::-webkit-scrollbar {
    width: 11px;
}

.vScroll {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
    -webkit-transition: width 0.1s;
    transition: width 0.1s;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 100%;
}

    .vScroll::-webkit-scrollbar-track {
        background: var(--scrollbarBG);
    }

    .vScroll::-webkit-scrollbar-thumb {
        background-color: var(--thumbBG);
        border-radius: 6px;
        border: 3px solid var(--scrollbarBG);
    }
/*-----------------------------*/
.LgScreen {
    display: inline;
}

.SmScreen {
    display: none;    
}

#MainContainer {
    width: 100%;
}
.olmap {
    width: 100%;
    height: 100%;
    cursor:move;
    /*height: calc(100% - 1em) ;*/
    position: fixed;
    background-color: #9CC577;
    overflow-x: hidden;
}

.ol-zoom {
    top: unset !important;
    left: unset !important;
    bottom: 180px;
    right: 35px;
    position: fixed;
}
.navbar {
    padding: 0px !important;
    margin: 0px !important;
    min-height: 85px;
    background-color: #010e49 !important;
}

.border-bottom {
    border-bottom: 0px solid #dee2e6 !important;
}

.menu-container {
    background-color: #010E49;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    /* overflow:hidden;*/
}

.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.center {
    margin: auto;
    border: 0px solid #73AD21;
    padding: 0px;
}

.menu-items div.menu-item {
    display: inline-block;
    color: white;
}

.menu-logo {
    padding-left: 35px;
    max-width: 300px !important;
}

.menu-logo-mob {
    /*padding-left: 0px;
    max-width: 270px !important;*/
    padding-left: 5px;
    max-width: 100% !important;
    width: auto;
    max-height: 40px;
    margin-top: 6px;
}

.client-logo {
    max-width: 235px !important;
    max-height: 73px !important;
    min-width: 235px !important;
    min-height: 73px !important;
}
.plnr-logo {
    max-width: 100%;
    max-height: 100%;
}
.clogodiv {
    height: 97px;
    /*width: 259px;*/
    text-align: center;
    border: 12px solid #FFFFFF;
    background-color:#FFFFFF;
}

.client-logo-mob {
    width: auto;
}

.hmlogo {
    width: 45%;
    max-width:750px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #ffffff;
    border: 1px solid #FFFFFF;
    border-radius: 0.25rem;
}

.fa-search {
    color: #808080;
    font-weight: normal;
    font-size: 20px;
}

.fa-times {
    color: #808080;
    font-weight: normal;
    font-size: 20px;
}

#txt_WDWSearch {
    border: 0px solid #FFFFFF;
    border-top-left-radius: 1.20rem;
    border-bottom-left-radius: 1.20rem;
    padding: .375rem .75rem;
    padding-right: 0rem;
    width: 300px;
}

#txt_WDWSearchSm {
    border: 0px solid #FFFFFF;
    border-top-left-radius: 1.20rem;
    border-bottom-left-radius: 1.20rem;
    padding: .375rem .75rem;
    padding-right: 0rem;
    width: calc(100% - 70px);
}

textarea:focus, input:focus {
    outline: none;
}

#basic-addon2 {
    border-top-right-radius: 1.20rem;
    border-bottom-right-radius: 1.20rem;
    width: 50px;
}

#basic-addon2Sm {
    border-top-right-radius: 1.20rem;
    border-bottom-right-radius: 1.20rem;
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
    width: 70px;
}

.lang {
    font-family: 'Gotham Book';
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
}

    .lang:hover {
        color: #FFFFFF;
    }

.langSm {
    font-family: 'Gotham Bold';
    font-size: 16px;
    color: #9B9FBA;
}

    .langSm:hover {
        color: #040D52;
    }

.langActiveSm {
    font-family: 'Gotham Bold';
    font-size: 16px;
    color: #040D52;
    text-decoration: underline;
}

.desk {
    display: inline;
}

.menu-mob {
    display: none;
}

.mbtm20 {
    display: inline-block;
    margin-bottom: 20px;
}

.mimob {
    display: block !important;
}

h1 {
    font-size: inherit;
    font-weight: inherit;
    margin-top: inherit;
    margin-bottom: inherit;
    line-height: inherit;
}

.menu-items #div_HeadSearch {
    width: 350px;
    padding-top: 25px;
    padding-bottom: 25px;
    display: inline-block;
    margin-left: 20px;
}

.menu-items #div_HeadLogo {
    padding-left: 15px;
}
/*.menu-items #div_HeadLang {
    background-color: green;    
}*/
.zoom {
    background-color: transparent;
    z-index: 12;
    width: 35px;
    position: fixed;
    /*bottom: 250px;*/
    right: 35px;
    cursor: pointer;
}

.ui-menu {
    z-index: 1050 !important;
}

.ui-widget {
    font-family: 'Gotham Book' !important;
    font-style: normal !important;
    font-size: 12px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    left:245px !important;
    width: 300px !important;
}

.CloseSm {
    display: none;
}

/*--------------------------------*/

.navItemLangContainerSm {
    width: 100%;
    display: inline-block;
margin-bottom: -5px;
}


.navItemLangEnglishSm {
    width: 50%;
    text-align: center;
    float: left;
    border-bottom: 1px solid #B7B8B9;
    padding: 15px 0px 15px 0px;
}

.navItemLangFrenchSm {
    width: 50%;
    text-align: center;
    float: right;
    border-left: 1px solid #B7B8B9;
    border-bottom: 1px solid #B7B8B9;
    padding: 15px 0px 15px 0px;
}

.navItemContainerSm {
    width: 100%;
    padding: 15px 5px 15px 0px;
    vertical-align: middle;
    align-items: center;
    align-content: center;
    display: inline-block;
    border-bottom: 1px solid #B7B8B9;
}

    .navItemContainerSm:hover {
        width: 100%;
        padding: 15px 5px 15px 0px;
        vertical-align: middle;
        align-items: center;
        align-content: center;
        display: inline-block;
        border-bottom: 1px solid #B7B8B9;
        background-color: #f1f5f8;
    }

.navHeadItemContainerSm {
    width: 100%;
    height: 70px;
    line-height: 60px;
    border-bottom: 1px solid #B7B8B9;
    background-color: #44B3E4;
    vertical-align: middle;
}

.navItemSm {
    font-family: 'Gotham Book';
    font-size: 18px;
    padding-top:0px;
    width: 80%;
    text-align: left;
    float: right;
    color: #040D52;
}

.navSubItemSm {
    font-family: 'Gotham Book';
    font-size: 18px;
    width: 100%;
    text-align: left;
    padding: 5px 0px 5px 25px;
    float: left;
    color: #040D52;
}

.navItemContainerSmPrint {    
    width: 100%;
    padding: 15px 5px 15px 0px;
    vertical-align: middle;
    align-items: center;
    align-content: center;
    display: inline-block;
    border-bottom: 1px solid #B7B8B9;
}

    .navItemContainerSmPrint:hover {        
        width: 100%;
        padding: 15px 5px 15px 0px;
        vertical-align: middle;
        align-items: center;
        align-content: center;
        display: inline-block;
        border-bottom: 1px solid #B7B8B9;
        background-color: #f1f5f8;
    }

.navSubItemSmPrint {
    font-family: 'Gotham Book';
    font-size: 18px;
    line-height: 25px;
    width: 100%;
    text-align: left;
    float: left;
    color: #040D52;
}

.navHeadItemIconSm {
    width: 30%;
    text-align: center;
    float: left;
}

.navItemIconSm {
    width: 20%;
    text-align: center;
    float: left;
}

.navHeadItemSm {
    font-family: 'Gotham Book';
    font-size: 18px;
    width: 70%;
    text-align: left;
    float: right;
    color: #FFFFFF;
}

.offcanvas-start {
    width: 630px !important;
}
/* checkbox-circle */
.checkbox-circle input[type="checkbox"] {
    display: none;
}

    .checkbox-circle input[type="checkbox"] + label {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 20px;
        font: 14px/20px "Open Sans", Arial, sans-serif;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

    .checkbox-circle input[type="checkbox"]:hover + label:hover {
        color: rgb(23, 86, 228);
    }

    .checkbox-circle input[type="checkbox"]:hover + label:before {
        border: 1px solid #343a3f;
        /*width: 1.2em;
        height: 1.2em;*/
        border: 2px solid #fff;
        background: #E6E7E8;
        box-shadow: 0 0 0 1px #000;
    }

    .checkbox-circle input[type="checkbox"] + label:last-child {
        margin-bottom: 0;
    }

    .checkbox-circle input[type="checkbox"] + label:before {
        content: "";
        display: block;
        width: 1.4em;
        height: 1.4em;
        border: 1px solid #06144D;
        border-radius: 1em;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: all 0.2s, transform 0.3s ease-in-out;
        transition: all 0.2s, transform 0.3s ease-in-out;
        background: #f3f3f3;
    }

    .checkbox-circle input[type="checkbox"]:checked + label:before {
        border-radius: 1em;
        border: 2px solid #fff;
        width: 1.2em;
        height: 1.2em;
        background: #000E49;
        box-shadow: 0 0 0 1px #000;
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }
/* checkbox-circle end */

.mobimgdiv{
    display:none;
}
.plnrdiv {
    height: 97px;
    text-align: center;
    border: 12px solid #FFFFFF;
    background-color: #FFFFFF;
}
.langspn {
    padding-right: 25px;
}

@media (max-width: 1400px) {
    .plnrdiv {
        height: 97px;
        border: 12px solid #FFFFFF;
    }

    .menu-items #div_HeadSearch {
        width: 325px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #txt_WDWSearch {
        width: 275px;
    }
    .langspn {
        padding-right: 15px;
    }
    .menu-items #div_HeadLogo {
        padding-left: 0px;
        max-width: 275px;
    }
    .menu-logo {
        padding-left: 20px;
        max-width: 275px !important;
    }
    .lang {
        font-size: 14px;
    }

    .clogodiv {
        height: 97px;
        border: 12px solid #FFFFFF;
    }
    .ui-widget {
        left: 245px !important;
        width: 275px !important;
    }
}
@media (max-width: 1300px) {
    .plnrdiv {
        height: 92px;
        border: 11px solid #FFFFFF;
    }
    .ui-widget {
        left: 235px !important;
        width: 250px !important;
    }
    .menu-items #div_HeadSearch {
        width: 300px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #txt_WDWSearch {
        width: 250px;
    }
    .client-logo {
        max-width: 201px !important;
        max-height: 60px !important;
        min-width: 201px !important;
        min-height: 60px !important;
    }
    .langspn {
        padding-right: 15px;
    }

    .menu-items #div_HeadLogo {
        padding-left: 0px;
        max-width: 275px;
    }

    .menu-logo {
        padding-left: 20px;
        max-width: 275px !important;
    }

    .lang {
        font-size: 13px;
    }

    .clogodiv {
        height: 92px;
        border: 11px solid #FFFFFF;
        padding-top: 5px;
    }
}
    @media (max-width: 1200px) {
        .hmlogo {
            width: 55%;
        }

        .client-logo {
            max-width: 201px !important;
            max-height: 60px !important;
            min-width: 201px !important;
            min-height: 60px !important;
        }
        .plnrdiv {
            height: 86px;
            border: 10px solid #FFFFFF;
        }
        .clogodiv {
            height: 86px;
            border: 10px solid #FFFFFF;
        }

        .menu-logo {
            padding-left: 10px;
            max-width: 225px !important;
        }

        .navbar {
            min-height: 82px;
        }

        .p-2 {
            padding: 0px !important;
        }

        .menu-items #div_HeadSearch {
            width: 250px;
            padding-top: 25px;
            padding-bottom: 25px;
            margin-left: 5px;
        }

        #txt_WDWSearch {
            font-size: 14px;
            width: 200px;
        }

        .ui-widget {
            left: 205px !important;
            width: 210px !important;
        }
    }
@media (max-width: 1100px) {
    .hmlogo {
        width: 55%;
    }

    .client-logo {
        max-width: 150px !important;
        max-height: 44px !important;
        min-width: 150px !important;
        min-height: 44px !important;
    }
    .plnrdiv {
        height: 75px;
        border: 10px solid #FFFFFF;
    }
    .clogodiv {
        height: 75px;
        border: 10px solid #FFFFFF;
    }


    .menu-logo {
        padding-left: 10px;
        max-width: 235px !important;
    }

    .navbar {
        min-height: 75px;
    }

    .p-2 {
        padding: 0px !important;
    }

    .menu-items #div_HeadSearch {
        width: 250px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #txt_WDWSearch {
        font-size: 14px;
        width: 200px;
    }

    .ui-widget {
        left: 180px !important;
        width: 200px !important;
    }
}

    @media (max-width: 1000px) {
        .hmlogo {
            width: 65%;
        }

        .lang {
            font-size: 11px;
        }

        .langSm {
            font-size: 11px;
        }
        .menu-items #div_HeadSearch {
            width: 230px;
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .navbar {
            min-height: auto;
        }
        #txt_WDWSearch {
            font-size: 13px;
            width: 180px;
        }
        .menu-logo {
            padding-left: 15px;
            max-width: 210px !important;
        }
        .langspn {
            padding-right: 5px;
        }
        .client-logo {
            max-width: 100px !important;
            max-height: 29px !important;
            min-width: 100px !important;
            min-height: 29px !important;
        }

        .clogodiv {
            height: 55px;
            border: 8px solid #FFFFFF;
        }

        .plnrdiv {
            height: 55px;
            border: 8px solid #FFFFFF;
        }
        .ui-widget {
            left: 135px !important;
            width: 190px !important;
        }
    }
@media (max-width: 900px) {
    .hmlogo {
        width: 65%;
    }

    .lang {
        font-size: 11px;
    }

    .langSm {
        font-size: 11px;
    }

    .menu-items #div_HeadSearch {
        width: 220px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .ui-widget {
        left: 135px !important;
        width: 180px !important;
    }
    .navbar {
        min-height: auto;
    }

    #txt_WDWSearch {
        font-size: 13px;
        width: 170px;
    }

    .menu-logo {
        padding-left: 10px;
        max-width: 210px !important;
    }

    .langspn {
        padding-right: 5px;
    }

    .client-logo {
        max-width: 100px !important;
        max-height: 29px !important;
        min-width: 100px !important;
        min-height: 29px !important;
    }

    .clogodiv {
        height: 55px;
        border: 8px solid #FFFFFF;
    }

    .plnrdiv {
        height: 55px;
        border: 8px solid #FFFFFF;
    }
}
@media (max-width: 800px) {
    .hmlogo {
        width: 65%;
    }

    .lang {
        font-size: 11px;
    }

    .langSm {
        font-size: 11px;
    }

    .menu-items #div_HeadSearch {
        width: 210px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .ui-widget {
        left: 135px !important;
        width: 180px !important;
    }
    .navbar {
        min-height: auto;
    }

    #txt_WDWSearch {
        font-size: 13px;
        width: 160px;
    }

    .menu-logo {
        padding-left: 5px;
        max-width: 200px !important;
    }

    .langspn {
        padding-right: 5px;
    }

    .client-logo {
        max-width: 100px !important;
        max-height: 29px !important;
        min-width: 100px !important;
        min-height: 29px !important;
    }

    .clogodiv {
        height: 55px;
        /*            width: 120px;*/
        text-align: center;
        border: 8px solid #FFFFFF;
    }

    .plnrdiv {
        height: 55px;
        text-align: center;
        border: 8px solid #FFFFFF;
    }
}
    @media (max-width: 768px) {
        .mplnr-logo {
            max-width: 100%;
            background-color: #FFFFFF;
            border: 7px solid #FFFFFF;
            margin-top: 0px;
            max-height: 55px;
        }
        .client-logo-mob {
            max-width: 100%;
            background-color: #FFFFFF;
            border: 7px solid #FFFFFF;
            margin-top: 0px;
            max-height: 55px;
        }
        .mplnrdv {
            /*width: 100%;
            max-width: 100%;
            background-color: #FFFFFF;
            border: 8px solid #FFFFFF;
            height:55px;*/
        }
        .mclgdv {
            width: 100%;
            max-width: 100px;
            background-color: #FFFFFF;
            border: 8px solid #FFFFFF;
        }
        .ol-zoom {
            display: none;
        }

        .LgScreen {
            display: none;
        }

        .SmScreen {
            display: inline;
        }

        .menu-items div.desk {
            display: none;
        }
        /*.clogodiv {
        height: 51px;
        max-width: 150px;
        text-align: center;
        border: 10px solid #FFFFFF;
    }*/

        .desk {
            display: none;
        }

        .menu-mob {
            display: inline;
            padding-bottom: 20px;
            color: #FFFFFF;
        }

        .menu-container {
            /*padding: 10px 20px 10px 20px;*/
            padding: 0px;
        }

        .lang {
            font-size: 14px;
        }

        .langSm {
            font-size: 16px;
        }

        .hmlogo {
            width: 75%;
        }
        .navbar {
            min-height: 82px;
        }
        .menu-items #div_HeadSearch {
            width: 100%;
            text-align: center;
            display: none;
        }

        .ui-widget {
            font-size: 12px !important;
            padding-top: 5px;
            padding-bottom: 5px;
            width: calc(100% - 140px) !important;
            left: 50px !important;
        }

        #mobwrapper {
            display: flex;
            justify-content: center;
        }

        #div_FlyoutPopup {
            display: block;
            width: 100% !important;
            height: 100% !important;
            top: 70px !important;
            left: -35px !important;
            z-index: 110 !important;
            border-radius: 0px !important;
        }
        .OpenSm{
            padding-top:5px;
        }
        .CloseSm {
            padding-top: 5px;
        }
    }



.mimob1 {
    width: 45px;
    text-align: left;
    padding-left: 10px;
    max-width: 45px;
}

.mimob2 {
    width: calc(25% - 40px);
    /*width:30%;*/
    height: 55px;
    /*max-width: 100px;*/
}

.mimob3 {
    width: calc(40% - 40px);
    padding-left: 0px;
    text-align: left;
    max-height: 55px;
}

.mimob4 {
    width: calc(35% - 40px);
    text-align: right;
    height: 55px;
}
.mimob5 {
    width: 45px;
    text-align: right;
    max-width: 45px;
}

    .msearchicn {
        /*max-height: 25px;*/
        margin-top: 5px;
        cursor: pointer;
        max-width: 100% !important;
    }

    .offcanvas-start {
        top: 0;
        left: 0;
        width: 400px;
        border-right: 0px solid rgba(0,0,0,.2) !important;
        transform: translateX(-100%);
    }



@media (max-width: 250px) {
    
}


@media (min-width: 150px) and (max-width: 249.98px) {
    .navItemContainerSm {
        padding: 10px 5px 10px 0px;
    }

        .navItemContainerSm:hover {
            padding: 10px 5px 10px 0px;
        }

    .navItemSm {
        font-size: 11px;
        padding-top: 5px;
    }

    .navItemIconSm img {
        width: 30%;
    }

    .navSubItemSm {
        font-size: 11px;
    }
}

@media (min-width: 250px) and (max-width: 319.98px) {
    .navItemContainerSm {
        padding: 10px 5px 10px 0px;
    }

        .navItemContainerSm:hover {
            padding: 10px 5px 10px 0px;
        }

    .navItemSm {
        font-size: 11px;
        padding-top: 5px;        
    }

    .navItemIconSm img {
        width: 30%;
    }

    .navSubItemSm {
        font-size: 11px;
    }
}

@media (min-width: 320px) and (max-width: 374.98px) {

    .navItemContainerSm {
        padding: 10px 5px 10px 0px;
    }

        .navItemContainerSm:hover {
            padding: 10px 5px 10px 0px;
        }

    .navItemSm {
        font-size: 12px;
        padding-top: 5px;
    }

    .navItemIconSm img {
        width: 30%;
    }

    .navSubItemSm {
        font-size: 12px;
    }
}

@media (min-width: 375px) and (max-width: 413.98px) {
    .navItemContainerSm {
        padding: 10px 5px 10px 0px;
    }

        .navItemContainerSm:hover {
            padding: 10px 5px 10px 0px;
        }

    .navItemSm {
        font-size: 14px;
        padding-top: 5px;
    }

    .navItemIconSm img {
        width: 30%;
    }

    .navSubItemSm {
        font-size: 14px;
    }
}

@media (min-width: 414px) and (max-width: 460.98px) {
    .navItemContainerSm {
        padding: 10px 5px 10px 0px;
    }

        .navItemContainerSm:hover {
            padding: 10px 5px 10px 0px;
        }

    .navItemSm {
        font-size: 15px;
        padding-top: 5px;
    }

    /*.navItemIconSm img {
        width: 20%;
    }*/

    .navSubItemSm {
        font-size: 15px;
    }
}
@media (min-width: 461px) and (max-width: 575.98px) {
    .navItemContainerSm {
        padding: 10px 5px 10px 0px;
    }

        .navItemContainerSm:hover {
            padding: 10px 5px 10px 0px;
        }

    .navItemSm {
        font-size: 17px;
        padding-top: 5px;
    }

    /*.navItemIconSm img {
        width: 20%;
    }*/

    .navSubItemSm {
        font-size: 17px;
    }
}