.search-btn{
    height: 100%;
}

.search-btn span{
    display: block;
    padding: 25px;
    cursor: pointer;
    color: #fff;
}

.search-btn1{
    background-color: #ffffff00;
    border: 0;

  }

  .search-btn1 span{
    display: inline-block;
  }

/* .search-btn span:last-child{
    display: none;
}

.search-btn.open span:last-child{
    display: block;
}

.search-btn.open span:first-child{
    display: none;
} */

.nav-box{
    padding: 0 5px 0 0;
}

.level1-a{
    position: relative;
}

.level1-a i{
    position: absolute;
    top: 24px;
    right: 3px;
    
}



.nav-logo{
    display: flex;
    align-items: center; 
    padding: 5px 0;
}


.level2 {
    display: none;
    z-index: 10;
}

.style1 .level2>li::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}

.style1 .level2>li::-webkit-scrollbar-thumb {
    border-radius: 4px;
    /* -webkit-box-shadow: inset 0 0 1px rgb(12 12 12 / 20%); */
    background: #fff;
    height: 20px;
}

.style1 .level3 > li a{
    font-size: 14px;
}

.level3-a{
    position: relative;
}

.level3-a i{
    position: absolute;
    right: 10px;
    top: 4px;
    color: #000;
    cursor: pointer;
    padding: 5px;
    display: none;
}


.top-menu a{
    color: #fff;
    font-size: 15px;
}

.top-menu a:hover{
    /* text-decoration: underline; */
    color: rgb(255, 102, 102);
}

.style1 .level2-a a{
    padding: 10px 0;
    font-weight: bold;
    display: inline-block;
}

.top-menu li:nth-child(4) .level2-a a,.top-menu li:nth-child(5) .level2-a a{
    color: rgb(255, 102, 102);
}

.top-menu li:nth-child(3) .level2 {
    flex-wrap: wrap;
}
.top-menu li:nth-child(5) .level4 {
    padding-left: 40px;
}
.top-menu li:nth-child(5) .level4 > li {
    margin: 3px 0;
}
.top-menu > li > ul a {
    line-height: 22px;
}

.level4 a{
    color: #fff;
    padding: 0 !important;

}
.level4 {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 10px;
}
.level4 > li {
    list-style: disc;
}

.level3-a i.fa-minus1{
    display: none;
}

.open .level3-a i.fa-minus1{
    display: block;
}

.open .level3-a i.fa-plus1{
    display: none;
}

.search-box {
    position: absolute;
    top: 0;
    height: 100vh;
    padding: 0 30px;
    background-color: rgba(51, 199, 204,1);
    width: 100%;
    display: none;
    border-bottom: 1px solid #ddd;
    z-index: 10;
    align-items: center;
    justify-content: center;
}

.search-box.open1 {
    display: flex !important;
    align-items: center;
}

.search-box select{
    height: 30px;
    margin-right: 20px;
    font-size: 16px;
    color: #fff;
    border: 0;
    background-color: transparent;
}

.searchtxt option{
    color: #000;
}

.searchtxt {
    width: 1200px;
    align-items: center;
    display: flex;
}

.searchtxt span{
    color: #fff;
    padding: 10px;
    cursor: pointer;
    font-size: 19px;
}

#searchkey {
    border: 0;
    font-size: 16px;
    height: 40px;
    width: 100%;
    margin: 15px auto;
    outline: none;
    text-align: center;
    border-bottom: 1px solid #fff;
    background-color: rgba(0, 0, 0,0);
    color: #fff;
}

.search-close{
    position: absolute;
    top: 20px;
    right: 30px;
}

#searchkey::-webkit-input-placeholder { /* WebKit, Blink, Edge */    color:    #fff; }

#searchkey:-moz-placeholder { /* Mozilla Firefox 4 to 18 */   color:    #fff; }

#searchkey::-moz-placeholder { /* Mozilla Firefox 19+ */   color:    #fff; }

#searchkey:-ms-input-placeholder { /* Internet Explorer 10-11 */   color:    #fff; }

.nav-right{
    display: flex;
}

.m-menu i{
    display: block;
    padding: 25px 10px;
    cursor: pointer;
}

.level2-a{
    position: relative;
}

.level2-a i{
    /* display: none; */
    position: absolute;
    top: 10px;
    right: 10px;
    transform: rotate(-90deg);
}

.level2-a,.level3>li{
    border-radius: 4px;
    padding: 0 7px;
}

.level2-a:hover,.level3>li:hover{
    /* background-color: #fff; */
}







@media (max-width:1199px){

    
    .nav-box{
        display: flex;
        justify-content: space-between;
        padding: 0 10px;
    }
    .top-menu{
        position: absolute;
        width: 100%;
        top: 70px;
        left: 0;
        padding: 0 10px;
        display: none;
        background-color: #1b1c1e;
        z-index: 10;
    }

    .top-menu.show{
        display: block;
    }
    .top-menu li{
        margin: 10px 0;
    }
    .level2-a{
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
    }
    .level1-a i{
        top: -3px;
        display: block;
        padding: 5px;
        right: 9px;
        color: #888;
    }

    .has-children.active1 .level2{
        display: block;
    }
    .search-btn span{
        padding: 25px 10px;
    }

    .level2-a{
        position: relative;
    }

    .level2-a a{
        padding: 5px 0 !important;
        display: inline-block;
    }

    .level2-a i {
        position: absolute;
        right: 10px;
        top: 4px;
        padding: 5px;
        color: #888;
        cursor: pointer;
        display: block;
    }

    .level3{
        display: none;
        padding-left:13px;
    }

    .active2 .level3{
        display: block;
    }

    .level2-a .fa-minus1{
        display: none;
    }

    .active2 .level2-a .fa-plus1{
        display: none;
    }
    .active2 .level2-a .fa-minus1{
        display: block;
    }

    .level4 a{
        color: #fff;
        padding-left: 0;
    }

    .level2-a a{
        padding-left: 5px !important;
        font-weight: normal !important;
    }

    .level1-a>a{
        font-weight: bold;
        padding-bottom: 10px;
        display: inline-block;
    }
}
.top-nav{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    background-color: #031927;
}

.top-nav.fixed{
    position: fixed;
    background-color: #031927;
    z-index: 20;
}

.m-menu{
    color: #fff;
}

.top-menu>li.active .level2{
    background-color: #1b1c1e;
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
}

@media (min-width:1200px){
    .style1 .level2-a a{
        color: rgb(255, 102, 102);
    }
    
    .level1-a>a,.level1-a>i{
        color: #fff;
    }
    .m-menu{
        display: none;
    }

    .top-menu>li.style1.active .level2{
        column-count:4;
        display: block;
        max-height: 80vh;
        overflow-y: auto;
        /* opacity: 1; */
    }
    .top-menu li:nth-child(3).style1.active .level2 {
        display: flex;
    }
    .top-menu li:nth-child(3).style1.active .level2 > li {
        width: 24%;
    }
    .top-menu>li.style2.active .level2{
        display: block;

    }

    .top-menu>li.style2 .level2 i{
        display: none;
    }
    
    .nav-box{
        display: flex;
        height: 75px;
    }
    
    .top-menu{
        display: flex;
        width: 100%;
        justify-content: center;
    }
    
    .level2{
        box-shadow: 0 4px 8px rgb(12 12 12 / 20%);
    }


    .style2 a{
        padding: 5px 0px;
        display: block;
    }
    
    .level1-a>a{
        padding: 24px;
        display: inline-block;
    }

    /* style1 */
    .style1 .level2{
        position: absolute;
        width: 100%;
        top: 70px;
        left: 0;
        padding: 10px 0 10px 30px;

    }

    .style1 .level2-a i{
        display: none;
    }

    .style1 .level2>li{
        /* height: 25vh; */
        margin-bottom: 10px;
        margin-right: 0.3%;
        padding-right: 0.3%;
        /* border-right: 1px solid #e2e3df; */
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .style1 .level3>li a{
        margin: 4px 0;
        display: inline-block;
    }

    .level4 a{
        color: #fff;
        padding-left: 0;
    }

    .style2 .level2{
        position: absolute;
        width: 350px;
        top: 70px;
        left: 0;
        padding: 10px 0;
    }

    .style2 .level2-a{
        padding: 0 17px;
    }
    .top-menu li:nth-child(2) .level2{
        width: 420px;
    }

    .style2{
        position: relative;
    }

    .level2>li{
        position: relative;
    }

    .style2 .level3{
        /* position: absolute;
        left: 220px;
        top: -9px; */
        background-color: #1b1c1e;
        box-shadow: 0 1px 4px rgba(0,0,0,.3);
        width: 100%;
    }

    .style2 .level3 a{
        padding: 5px 0;
        color: #ccc;
        padding-left: 15px;
    }

    .style2 .level3 a:hover{
        color: rgb(255, 102, 102);
    }

    .style2 .level2>li:hover .level3{
        display: block;
    }

}

.top-menu li:nth-child(3)>ul>li:nth-child(3) .level2-a a{
    /* cursor: default; */
}
  
