* {
	box-sizing: border-box;}

body {
  margin: 0;
  font-family: "Lucida Sans", sans-serif;
}

.header {
  overflow: hidden;
  background-color:#ffe696;
  color: #ffffff;
  padding: 12px 12px;
}
.header-right {
   
    float: right;
  }
.header-right a {
    display:inline-block;
    float: left-to-right;
    color:rgb(255, 255, 255);
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 14px; 
    line-height: 0px;   
  }
  .header-right a:hover {
      text-decoration: none;
      font-weight:700;
  }
  
  .header-right .closebtn {
    display: none;
  }
  .open-right {
    display: none;
  }
  .closebtn-div {
    display: none;
  }
  .hea-right {
    float: left-to-right;
    overflow: hidden;
    float: right;
  }
  .hea-right .profilepic img {
      height:30px;
      width:30px;
      border-radius: 50%;
     margin-left:50px;
      margin-right:50px;
  }
  .hea-right .profilepic hr {
      display:none;
  }
  
 .hea-right .homecont {
     float:left;
      font-size:14px;
  }
  .hea-right .homecont a {
      
      font-weight:600;
      margin-left:5px;
      font-size:14px;
  }
  .subnav-content {  
    display:none ;
    position: absolute;
    background-color: rgb(0, 77, 102);
    min-width: 200px;
    z-index: 1;
    margin-top:0%;
  }
  .subnav-content a {
    float: none;
    color: rgb(255, 255, 255);
    text-decoration: none;
    display: block;
    text-align: left;
    padding: 16px 16px;
    height:30px;
    font-weight:600;
    margin-top:1px;
    
  }
  .subnav-content hr {
      margin:0px;
   }
   .hea-right:hover .subnav-content {
    display: block;
     
  }
  .hea-right:hover .subnav-content a {
    text-decoration: none;
  }
  .subnav-content a:hover {
      background-color: #E7E9EB!important;
  }
  .hea-right .subnav-content a:hover {
     color: rgb(0, 0, 0);
    text-decoration: none;
  }
  .hea-right:hover .subnavbtn {
      
      font-weight:600;
      color: cyan;
  }
  .hea-right .subnavbtn {
        width:100%;
        height:25px;
        font-weight:900;
        border: none;
        outline: none;
        background-color:inherit;
        text-align:center;
        font-size: 14px;
        color: orange;
        display: block;
        margin-top:-2px;
        margin-left:5px;
  }
 
  
  
   div.header-right .hea-right h1 {
      font-size:14px;
      color:rgb(25, 25, 25);
      display:inline;
      font-weight:600;
  }

  @media screen and (max-width: 600px) {

     div.header img {
        width: 70%;
      }
    div.open-right {
    display: inline;
    color: #3ca721;
    float: right;
    }
    div.closebtn-div {
    display: inline;
    color: red;
    float: right;
    z-index: 9;
    }  
    div.header-right {
      width: 0px;
      
      z-index: 9;
      left: 0px;
      background-color:rgb(4, 192, 207);
      overflow-x: hidden;
      transition: 0.5s;
      padding-top: 0px;
      padding-bottom: 0px;
      border-radius: 0px 0px 10px 10px;
      position: absolute;
    }
    div.header-right a {
      padding: 8px, 8px, 8px, 32px;
      text-decoration: none;
      font-size: 14px;
      text-align:left;
      color: #FFF383;
      display: block;
      transition: 0.3s;
      font-weight: 600;
     height:30px;
     margin-top:0.3px;
    }
   .subnav-content a:hover {
      background-color: #E7E9EB!important;
  }
     
   
   div.hea-right {
   min-width:100%;
   max-width:100%;
    overflow: hidden;
    float: none;
    background-color:none;
  }
  div.hea-right .homecont {
      background-color:rgb(0, 100, 107);
       margin-left:0px;
       margin-top:1px;
       padding:10px;
       float:none;
  }
  .hea-right .homecont a {
      font-weight:600;
      margin-left:0px;
      font-size:14px;
  }
  
  
  div.header-right .hea-right h1 {
      font-size:14px;
      color:white;
      display:inline;
      font-weight:600;
  }
  div.hea-right .profilepic img {
      height:50px;
      width:50px;
      border-radius: 50%;
     margin:10px;
  }
  div.hea-right .profilepic hr {
      margin:3px;
  }
   div.hea-right .profilepic {
     width:100%;
      margin:auto;
      margin-top:0px;
      background-color:rgb(0, 89, 96);
  }
  div.hea-right .subnavbtn {
        width:100%;
        height:40px;
        font-weight:600;
        border: none;
        outline: none;
        background-color:rgb(1, 114, 122);
        text-align:left;
        font-size: 14px;
        color: #FFF383;
        display: block;
        margin-top:1px;
        padding-left:20px;
        margin-left:0px;
  }
  
  div.subnav-content {  
    display:none ;
    position: relative;
    background-color: rgb(0, 124, 133);
    width: 100%;
    z-index: 1;
    margin-top:0%;
  }
  div.subnav-content a {
    color: white;
    text-decoration: none;
    display: block;
    text-align: left;
    height:40px;
    margin:0px;
    padding:20px;
  }
  
   div.homecont:hover a{
    background-color: rgb(0, 89, 96);
    color: white;
  }
   }