
/****************************
*****************************
********* side nav **********
*****************************
****************************/

.search-box-responsive {
    width: 100%;
    display: inline-flex;
}

.search-box-responsive input {
    border: none;
    width: 100%;
    padding: 5px 15px;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.search-box-responsive input::placeholder {
    font-size: 13px;
    opacity: 0.75;
}

.icon-menu {
    color: #111;
    margin-left: 25px;
    text-align: center;
    font-size: 15px;
    padding: 8px;
    display: inline-flex;
    cursor: pointer;
    border: solid 1px #9a9a9a;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}
/* The side navigation menu */
.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1000;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    right: 0;
    background-color: #eee;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
    text-align: right;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #111;
    display: block;
    transition: 0.3s;
    text-align: center;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #9e9e9e;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 75px !important;
    font-size: 36px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-right .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

/*********** side nave dropdown ******/

/* Style the sidenav links and the dropdown button */
.sidenav a,
.dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    color: #9a9a9a;
    /*    display: block;*/
    border: none;
    background: none;
    width: 100%;
    /*    text-align: center;*/
    cursor: pointer;
    outline: none;
}

.active {
    /*background-color: #65799a;*/
    color: white;
    border: none;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #eee;
    padding-left: 8px;
}

/************************************
*************************************
************ mega menu **************
*************************************
************************************/

.mega-menu {

    background-color: #f5f5f5;
    color: #111;
    text-align: right;
    width: 100%;
    box-shadow: 0 8px 6px -2px rgba(0, 0, 0, .25);
    border-bottom: 1px solid #ccc;
}

.mega-menu a {

    color: #111;
    margin-left: 25px;
    text-align: center;
    font-size: 15px;
}

.logo-main{
    width: 70px;
    height: 70px;
    display: inline-block;
}

.logo-main img{
    width: 100%;
    
}

.login-bt{
    color: #65799a !important;
}

/****************************
********* dropdown **********
****************************/

.parent {
    display: block;
    position: relative;
    float: right;
    line-height: 30px;
    z-index: 10;
    padding: 15px 2px;
}

.parent a {
    margin: 2px 5px;
    color: #111;
    text-decoration: none;
    font-size: 14px;
}

.parent:hover > ul {
    display: block;
    position: absolute;
}

.child {
    display: none;
    margin-top: 15px !important;
    margin-right: -15px !important;
}

.child li {
    background-color: #eaeaea;
    line-height: 30px;
    border-bottom: #cacaca 1px solid;
    border-right: #cacaca 1px solid;
    width: 100%;
    padding: 5px;
}

.child li a {
    color: #000000;
}


.child-child {
    display: none;
    margin: 0px;
}

.child-child li {
    background-color: #eaeaea;
    line-height: 30px;
    border-bottom: #cacaca 1px solid;
    border-right: #cacaca 1px solid;
    width: 100%;
    padding: 5px;
}

.child-child li a {
    color: #212121;
}


.menu-drop {
    list-style: none;
    margin: 0;
    padding: 0px;
    min-width: 10em;
}

.menu-drop ul ul {
    right: 100%;
    top: 0;
    margin-left: 1px;
    /*
    margin-top: 15px;
    margin-right: 15px;
*/
}

.parent:hover {
    background-color: #ccc;
}

.parent li:hover {
    background-color: #ccc;
}

.lnr-chevron-left {
    font-size: 10px;
}

.lnr-chevron-down {
    font-size: 10px;
}
