﻿@media only screen and (max-width: 650px) {

    .head-top {
        display:none;
    }

    #container {
        width: auto;
    }

    #header {
        width: auto;
        position: fixed;
        z-index: 1;
    }
	#lang {
    float: none;
    margin-right: unset;
    margin-top: 5px;
    position: fixed;
    top: 5px;
    width: 100%;
    text-align: right;
    right: 13px;
	}


    #ImgLogo {
        width: 100%;
        text-align: center;
        position: fixed;
        background-color: #ffffff;
        height: 110px;
        margin: auto;
    }

        #ImgLogo img {
        max-width: 260px;
        width: auto;
        margin-top: 34px;
        height: 45px;
        }

    #Search {
        display: none;
    }

    #navbar-toggle {
        display: block !important;
        background-color: #fffcfc;
        color: #c2cccb;
        font-size: 28px;
        position: fixed;
        padding: 4px 6px;
        border-radius: 4px;
        margin: 2px;
        margin-top: 42px;
        border: 2px solid #afb1b1;
    }

    #HotButton {
        display: none;
    }

    #navigators {
        background: #159c96;
        height: 35px;
    }
    #navigators ul li {
        display: block;
        float: left;
        position: relative;
        height: 21px;
        overflow: hidden;
        line-height: 21px;
        margin: 0px 6px 0px 0;
        padding: 0px 10px 0px 0;
        font-size: 16px;
        font-weight: bold;
        color: #ffffff !important;
    }
    #navigators ul li.first a {
        height: 16px !important;
        text-indent: -1000em;
        width: auto;
        padding: 0;
        margin-top: 2px; 
        overflow: hidden;
        background: none;
    }
    #area {
    width:auto !important;
    top: 100px;
    height: 40px;
    background-color: #fff;
    -webkit-box-sizig: border-box -moz-box-sizing: border-box;
    box-sizing: border-box; 
    z-index: 5;
    -webkit-box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 50%);
    background:none;
     position:fixed;
    }


    .MasterMenuBar {
    left: 0px;
    position: fixed;
    top: 86px;
    bottom: 0px;
    width: 300px !important;
    z-index: 3000;
    background-color: #18bdbb;
    margin-left: -300px;
    overflow-y: auto;
    }
    .trans {
        transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    }
    .MasterMenuBar.active {
        margin-left: 0px;
    }
    .menuBar ul li {
    cursor: pointer;
    display: block;
    padding: 10px 0 0 0;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    color: #212121;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 100%;
    }
    .menuBar ul li ul li {
       background-color: #acf5f5;
       white-space: pre-wrap;
       word-break: break-all;
    }
     .menuBar ul li ul li ul li{
       background-color: #ffffff;
       white-space: pre-wrap;
       word-break: break-all;
    }
    .menuBar ul ul a {
        color: #5a4b4b;
        height: fit-content;
        color: #074800;
    }
    .menuBar ul li a {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #ffffff;
		text-align:left;
		width:100% !important;
    }
    .menuBar ul li:hover > ul {
        display: none;
    }
    .menuBar ul li ul li:hover > ul {
        display: none;
    }
    .menuBar ul > li > a:hover {
        background: none !important;
        color: #ffffff;
        border-radius: initial !important;
    }
    .menuBar ul ul a {
        background: none;
        color: #074800;
    }

    .menu_active {
        margin-left: 0px;
    }

    .menuBar .triangle-right {
        border-left: 2px solid #057d30;
    }

    .menuBar .ItemBG {
        background-color:#acf5f5;
    }

    #step {
        margin-top:-50px;
        width:100%;
        position:fixed;
        z-index: 1;
        overflow-x: scroll;
    }
    #main {
      overflow-y: scroll;
      overflow-x: clip;
    }
    #content {
  
    margin-top: 150px;
    overflow-x: hidden;
    position: relative;
 
    margin-right: -28px;
    margin-left: 0px;
    width: auto;
    }
    #footernavigation {
          width:auto;
    }
    #footermenu {
        width: 100%;
        background-color: #159c96;
    }
    #footer {   
        width: 100% !important;
        margin: 24px auto;
        font-size: 12px;
        height: fit-content !important;
        color: #FFFFFF;
        background-color: #02716c;
    }
    .footerHyLink:link {
        font-size:13px;
        padding: 0 10px !important;
        white-space: pre;
    }
    #footer .tlft {
        text-align: unset;
        margin-left: unset;
        float: unset;
        display: block;
    }
    #cc_mobile_app {
    background: unset;
    border: unset;
    border-radius: unset;
    height: unset;
    padding: unset;
    position: unset;
    top: unset;
    margin-right: unset;
    width: 100%;
    }
    
}
