{
	padding: 0;
	margin: 0;
	
}

.body2 {
  font-family: 'Poppins', sans-serif;
}
.logo{
	position: fixed;
	z-index: 100;
}








/* Fixed sidenav, full height */
.sidenav {
  height: 100%;
  width: 280px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #110b6b;
  overflow-x: hidden;
  padding-top: 100px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 10px;
  text-decoration: none;
  font-size: 13px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  font-family:'Poppins', sans-serif;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #f1f1f1;
}

/* Main content */

.main {
  margin-left: 280px; /* Same as the width of the sidenav */
  font-size: 14px; /* Increased text to enable scrolling */
  padding: 0px 500px 0px 30px;
  margin-bottom:50px;
}
.main li{
  list-style: none;
}
.main li::before{
  content: '✓ ';
  font-weight: bold;
}
.main h3{
  border-bottom: 1px solid #bcbcc0;
	padding-bottom:5px;
  cursor: pointer;
  
}

/* Add an active class to the active dropdown button */
.active2 {
  background-color: green;
  color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}
.icomail img{
width: 30px;
height: 30px;
margin: 5px;
padding-left: 10px;
display: block;

}
.icomail{
	margin-bottom: 150px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 380px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 10px;}
  .dropdown-btn {font-size:10px;}
	.sidenav{width:25%;}
}