.btn2 {
    display: none;
}

.header {
    display: none;
}

.menu > ul > li a {
    font-size: 16px;
	color: #fff;
}

.menu>ul>li a:hover,a:active {
    color: #000;
}

  /* ========================================
    ////////////////////////////////////////
    for Smart phone
    (Less than 479px)
    ////////////////////////////////////////
  ======================================== */
  @media(max-width:479px){
 
    .menu-container {
    background: none;
}
    
    .menusize {
    position: absolute;
    width: 100%;
}
    
.box {
    position: relative;
    max-width: 100% !important;
    height: 90vh !important;
    margin: auto;
    overflow: hidden;
}
   
  .phaeton {
    width: 110px;
    float: left;
}  

.menu-dropdown-icon::before {
    padding: 0.5em !important;
    background: none !important;
    color: #777 !important;
}   
}
  /* =======================================
    Smart phone styles end
  ======================================== */
