

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
font-family: 'Lato', sans-serif;
font-family: 'Roboto', sans-serif;
}

.header-container{
    display: flex;
   background-color: #1777cb;
   color: white;
}

.newng .newngi i {
    line-height: 0;
    color: #006fbe;
    font-size: 107px;
}
.newdada
{
font-size: 107px;
}

.container h4
    {
        color:#c5222b;
        
        }

.bannercode
{
   display: flex;
    flex: 1;
    flex-direction: column;
}
  
  .txt-margin-heding:hover
  {
      background-color:Red;
      color:White;
      cursor:pointer;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      border-radius:9px;
   
      }
      
      
      
.header-right{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.header-right-top{
    display: flex;
    /*border: 1px solid red;*/
    padding: 6px;
    
}
.header-right-top-items{
    display: flex;
  /*   border: 1px solid blue;*/
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.anchor-btn{
    text-decoration: none;
    color: #fff;
    padding: 0 12px;
    font-size: 20px;
    font-weight: 500;
}
/*
.anchor-btn:hover{
    font-weight: 600;
}
*/
.header-right-top-items-right{

    padding-right: 54px;
    font-size: 20px;
    font-weight: 500;
}

.header-right-bottom{

}
.notetitle a
{
    color:White;
    
    }
    
    hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
    
.post-header{
    display: flex;
   background-color: #1777cb;
    padding: 0px;
    justify-content: space-evenly;
}

.navigation-items{
    font-size: 22px;
        padding: 7px;
}
.navigation-items>a{
    text-decoration: none;
    color: #fff;
}

 a:hover
{
    text-decoration:none;
    color:White;
    }
    
    
    
    
    /* SideBar Css Start*/


/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color:#1777cb; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  }
 
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color:white;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
 .hamburger{
     display: none;
 } 
 
 .hamburger > div {
    width: 32px;
    height: 3px;
    background-color: #1777cb;
    margin: 5px 0;
  }
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


/* SideBar Css end */

    
    
    
    
    
.header-right{
    display: flex;
}
.post-header{
    display: flex;
}

.clockMobile{
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: white;
    display: block;
    transition: 0.3s;
}

@media screen and (max-width: 600px) {
    .header-right{
        display: none;
    }
    .post-header{
        display: none;
    }

    .header-left{
        /* border: 1px solid red; */
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* .header-left > img{
        border-radius: 100%;
    } */

    .hamburger{
        display: block;
        position: absolute;
        left: 5%;
        top: 2%;
    }
    .header-container{
    
   background-color: #fff;
  
}
}    