.topHeader{position:fixed;top:0;left:0;background:#333;width:100%;z-index:99}.topHeader .topBox{position:relative;display:flex;align-items:center;justify-content:space-between;padding:8px 16px;width:100%;height:66px;box-sizing:border-box;background:0 0}.topHeader .topBoxRight{display:flex;align-items:center;justify-content:flex-end;gap:6px}.topHeader .navBtn{display:flex;align-items:center;justify-content:center}.topHeader .navBtn .moreIcon{width:30px;height:30px}.topHeader .logo{width:auto;height:30px}.topHeader .social_media{width:30px;height:30px}.topSearch{padding:10px 20px;width:100%;box-sizing:border-box}.topInput{display:flex;align-items:center;justify-content:space-between;width:100%;height:40px;padding:8px 19px;border-radius:36px;border:1px solid #fff3;box-sizing:border-box;text-decoration:none}.topInput input{flex:1;padding-right:10px;border:0;outline:none;background:0 0;height:38px;color:#fff}.topInput input:focus{border:0}.topInput input::placeholder{color:#757575}.topInput img{flex:none;width:24px;height:24px}@media screen and (min-width:768px){.topHeader .topBox{display:none}}