.menubar {
    position: absolute;
    width: 100%;
    height: auto;
    /*background: #fff;*/
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.d-banner1 {
    position: relative;
    z-index: 999;
}

nav:after {
    content: '';
    clear: both;
    display: table;
}

nav .logo {
    float: left;
    line-height: 70px;
    padding-left: 20px;
}

nav ul {
    float: right;
  /*  margin-right: 40px;*/
    margin-right: 0px;
    list-style: none;
    position: relative;
    margin-bottom: 0;
}

    nav ul li {
        float: left;
        display: inline-block;
    }

        nav ul li a {
            line-height: 80px;
            text-decoration: none;
            font-size: 12px;
            padding: 8px 15px;
            color: #000;
            font-weight: 700;
            font-family: Lato;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

            nav ul li a:hover {
                color: #000;
            }


/*.sub-menu {
    width: 375px;
}*/
.sub-menu li a {
    color: #000 !important;
}

nav ul ul li a:hover {
    box-shadow: none;
}

nav ul ul {
    position: absolute;
    top: 90px;
    opacity: 0;
    visibility: hidden;
    transition: top .3s;
}

    nav ul ul ul {
        border-top: none;
    }

nav ul li:hover > ul {
    top: 70px;
    opacity: 1;
    visibility: visible;
    padding-left: 0;
    padding-left: 0 !important;
}

nav ul ul li {
    position: relative;
    margin: 0;
    width: auto;
    float: none;
    display: list-item;
    border-bottom: 1px solid rgba(0,0,0,.3);
    background: #fff;
}

    nav ul ul li a {
        line-height: 37px;
    }

nav ul ul ul li {
    position: relative;
    top: -60px;
    left: 150px;
}

.icon, input, nav .show {
    display: none;
}

.fa-plus {
    font-size: 15px;
    margin-left: 40px;
}

.enquiry-btns {
    padding: 6px 10px;
    background-color: #1b4dbe;
    color: #fff !important;
}

.sticky {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    box-shadow: 5px 2px 10px #d3d3d3;
}


.language-dropdown {
    position: relative;
    display: inline-block;
    float: right;
    margin-right: 15px;
    margin-top: 17px;
}

.language-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
}

    .language-btn .fi,
    .language-menu .fi {
        width: 20px;
        height: 15px;
        display: inline-block;
    }

.language-menu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 105px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 5px 15px rgba(0,0,0,.12);
    display: none;
    z-index: 9999;
}

    .language-menu a {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 12px;
        padding: 10px 15px;
        color: #000;
        font-weight: 700;
        text-decoration: none;
    }

        .language-menu a:hover {
            background: #fbfbfb;
        }

.language-dropdown:hover .language-menu {
    display: block;
}

@media only screen and (max-width:1214px) {
    nav ul li a {
        line-height: 80px;
        text-decoration: none;
        font-size: 12px;
        padding: 8px 12px;
        color: #000;
        font-weight: 700;
        text-transform: uppercase;
    }
}

@media only screen and (max-width:1172px) {
    nav ul {
        float: right;
        margin-right: 0;
        list-style: none;
        position: relative;
        margin-bottom: 0;
    }

        nav ul li a {
            line-height: 80px;
            text-decoration: none;
            font-size: 12px;
            padding: 8px 12px;
            color: #1d4dbe;
            font-weight: 700;
            text-transform: uppercase;
        }
}

@media only screen and (max-width:1132px) {
    nav ul {
        float: right;
        margin-right: 0;
        list-style: none;
        position: relative;
        margin-bottom: 0;
        padding-left: 0;
    }

        nav ul li a {
            line-height: 80px;
            text-decoration: none;
            font-size: 12px;
            padding: 8px 12px;
            color: #000;
            font-weight: 700;
            text-transform: uppercase;
        }
}

@media all and (max-width:1100px) {
    nav ul {
        margin-right: 0;
        float: left;
        padding-left: 0 !important;
    }

        nav ul li a {
            line-height: 40px;
        }

    nav .logo {
        padding-left: 10px;
        width: 100%;
    }

    nav .show + a, ul {
        display: none;
    }

    nav ul li, nav ul ul li {
        display: block;
        width: 99%;
        line-height: 40px;
    }

        nav ul li a:hover {
            box-shadow: none;
        }

    nav .show {
        display: block;
        color: #000;
        font-size: 12px;
        font-weight: 700;
        padding: 0 14px;
        cursor: pointer;
        text-transform: uppercase;
    }

        nav .show:hover {
            color: #1b1b1b;
        }

    .icon {
        display: block;
        color: #1d4dbe;
        position: absolute;
        top: 0;
        right: 25px;
        line-height: 70px;
        cursor: pointer;
        font-size: 25px;
    }

    nav ul ul {
        top: 70px;
        border-top: 0;
        float: none;
        position: static;
        display: none;
        opacity: 1;
        visibility: visible;
    }

        nav ul ul a {
            padding-left: 40px;
        }

        nav ul ul ul a {
            padding-left: 80px;
        }

        nav ul ul ul li {
            position: static;
        }

    [id^=btn]:checked + ul {
        display: block;
    }

    nav ul ul li {
        border-bottom: 0;
    }

    span.cancel:before {
        content: '\f00d';
    }

    .book-tour1 {
        margin-right: 0 !important;
        margin-top: -20px !important;
        padding-left: 10px;
    }


   /* .sticky {      
        top: 17px;
     
    }*/


    .language-dropdown {
        position: absolute;
        display: inline-block;
        float: right;
        margin-right: 37px;
        margin-top: 0px;
        top: 16px;
        right: 8px;
    }


}
