body {
  font-family: "Lato", sans-serif;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  box-shadow: 0px 1px 4px 0px lightgrey;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.dropdown-submenu {
        position: relative;
    }
    .dropdown-submenu .dropdown-menu {
        top: 0;
    left: 0%;
    margin-top: 38px;
    background-color: #f1ecec;
    }
    
.dropdown-menu .social_dropdown
{
    left: -15% !important;
            top: 0;
    
    margin-top: 38px;
    background-color: #f1ecec;
}
.dropdown-menu .pr_dropdown
{
    left: -0% !important;
            top: 0;
    
    margin-top: 38px;
    background-color: #f1ecec;
}
.sidenav a {
padding: 8px 8px 8px 0px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    color: #1f7aff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
  color: #1f7aff;
}

.sidenav .closebtn {
position: relative;
    top: -11px;
    /* right: 25px; */
    font-size: 20px;
    font-weight: 700;
    text-align: end;
}
.sidenav .menu_item
{
    border-bottom: 1px solid #c8c8c8;
    padding-left: 35px;
    padding-right: 10px;
    list-style:none;
    color:#1f7aff;
}
.sidenav ul
{
    padding-left: 15px;
    padding-right: 10px;
}
.menu_item ul
{
    list-style:none;
}
.menu_item a:hover
{
    cursor:pointer;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}



/*Shahbaz Dropdown button starts here */
.switch {
  position: relative;
  display: inline-block;
  float:right;
  margin-top:5px;
  width: 30px;
  height: 15px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}
/*Shahbaz Dropdown button ends here */