    .menu-button{ 
      margin:5px;
      
    }
    .menu-button span{
      display:block;
      width:50px;
      height:48px;
      border-radius:3px !important;
      background-color:#ffffff
    }
    .menu-button span img{
      width:40px;
      margin:5px;
      margin-top:8px;
    }
    
.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 80%;
    position: fixed;
    top: 0;
    left: -90%;
    height: 100vh;
    z-index: 1001;
    background: #343434;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #b7b7b7;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	border-radius: 35px;
}
#dismiss svg{
	margin-top:10px
} 

.overlay {
    display: none;
    position: fixed;
	top:0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}
   
#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li{
    display:flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;    
      border-bottom: 1px solid #424242; 
}
#sidebar ul li a {
    padding: 15px;
    font-size: 1.4em;
    display: block;
	color: #ffffff;
	width:100%;
  
}
#sidebar ul li span{
    display:inline-block;
    height:100%;
}
#sidebar ul li span img{
    height: 30px;
    margin-right: 10px;
}
.chevron-down{ 
	float:right;
	margin-top:5px;
}
#sidebar ul li ul{  
	margin-bottom:10px;
	
}
#sidebar ul li li{
	margin:0
}
  
#sidebar ul li ul a:hover {
    background-color:#424242
}
 
 
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.currency .dropdown-toggle::after{
     right: 8px;
}
.currency .btn{
    padding-right:20px;
}
 
ul ul a {
     
    padding-left: 35px !important; 
}

ul.CTAs {
    padding-top: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
  
a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

.bottomicon{
	display:flex;
	justify-content: space-evenly;
}
.bottomicon a{
	display: inline-block;
	text-align:center;
	padding:10px;
	color:#ffffff;
}
.bottomicon a img{
	width:24px;
	height:24px;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.lefttoplogo{
    position:relative;
  padding:0px; 
  background-color:#ffffff;
}
.lefttoplogo .menutitle{
    position:absolute;
    width:100%;
    margin-top:18px;
    text-align: center;
    font-family: 'Arial';
    font-size: 33px; 
    -webkit-text-fill-color: #ffffff;
    text-shadow: 4px 2px 3px rgb(0 0 0 / 69%);
    font-weight: bold;
}
.lefttoplogo img{
 width: 100%;
    max-height: 160px;
    object-fit: cover;
}
#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}