/* header css starts */

@import url('https://fonts.googleapis.com/css2?family=Grape+Nuts&family=Poppins:wght@100;200;300;400&family=Source+Code+Pro:wght@300;400;500&display=swap');


body{
    font-family: 'Poppins', sans-serif;
}

.site-header {
    padding: 0.5em 1em;
    position: sticky;
    top: 0;
    z-index: 4;
    background: #fff;
}
  
  .site-header::after {
    content: "";
    display: table;
    clear: both;
  }
  
  .site-identity {
    float: left;
  }
  
  .site-identity h1 {
    font-size: 1.5em;
    margin: .7em 0 .3em 0;
    display: inline-block;
  }
  
  .site-identity img {
      max-width: 55%;
      float: left;
      margin: 10px 10px 0 60px;
  }
  
  .site-navigation {
    float: right;
  }
  
  .site-navigation ul, li {
    margin: 0; 
    padding: 0;
  }
  
  .site-navigation li {
    display: inline-block;
    margin: 1.4em 1em 1em 1em;
  }
  .log-out-prime{
    color:#fff;
    background-color:#FF7900;
    padding:15px 45px;
  }
  .site-navigation li:nth-child(1) a{
      color:#79797A;
      font-size:18px;
      text-decoration:none;
  }
  .site-navigation li:nth-child(2) a{
      font-size:18px;
      text-decoration:none;
  }
  .site-navigation li:nth-child(2) {
  margin-right:60px
  }
  
  @media(max-width:767px){
  .site-identity img {
      max-width:120px;
      margin: 10px;
  }
  
  
  .site-navigation {
      text-align: center;
      display: flex;
      width: 100%;
      justify-content: center;
  }
  .site-navigation li {
      display: flex;
  }
      .site-identity {
      float: unset;
      width: 100%;
      display: flex;
      justify-content: center;
  }
  @media (max-width:767px){
    .site-navigation ul.nav {
        display: flex;
      align-items: center;
        justify-content: center;
    }
    }
    
   /* .site-navigation   ul.nav {
      display: flex;
      align-items: center;
  } */
   .site-navigation li:nth-child(2) {
      margin-right: 0px;
  }
  }
  @media(max-width:640px){
  .site-navigation li:nth-child(1) a {
      font-size: 14px;
  }
  }

  @media(min-width:1500px){
    .site-navigation li a {
        font-size: 20px;
    }
  }



  /* 17-06 */

@media (max-width: 767px){
  .site-navigation ul.nav {
      display: block;
  }
      .site-identity {
      width: unset;
      display: block;
      }
      .site-navigation {
      width: unset;
      }
      .site-navigation li {
      margin: 0.4em 0em 0em 1em;
      justify-content: end;
  }
      .site-navigation li:nth-child(2) {
      font-weight: 600;
  }
      .log-out-prime {
      background-color: unset;
      color: #FF7900;
      padding: 0px 0;
  }
  
  }
  @media (max-width:360px){
  .site-identity img {
      max-width: 100px;
  }
  }



   /* footer css starts */

   #footer-bottom {
      background: #000;
  }
  .footer-bottom-menu {
      display: flex;
  }
  .footer-bottom-menu ul, .footer-bottom-social-menu ul {
      display: inline-flex;
      list-style: none;
      margin-bottom: 0;
      padding-left: 0;
  }
  .footer-bottom-menu ul li:first-child {
      padding-left: 0;
  }
  .footer-bottom-menu ul li {
      padding: 20px;
  }
  .footer-bottom-menu ul li a {
      color: #fff;
      font-size: 16px;
  font-weight: 600;
  }
  
  .footer-bottom-social-menu{
      text-align: center;
  }
  .footer-bottom-social-menu ul li {
      padding: 18px;
  }
  .footer-bottom-social-menu ul li a {
      color: #ff7900;
      font-size: 19px;
      background: #333;
      border-radius: 50%;
      padding: 6px 12px 8px 13px;
  }
  .footer-bottom-social-menu li:first-child a {
      padding:6px 15px 7px 13px;
  }
  
@media(min-width:1200px){
  .site-identity img {
    margin: 10px 10px 0 85px;
}
}
.pass-prime-reset img,.go-bck-primr img{
    height: 100%;
}
@media (min-width:768px) and (max-width:1024px) {
    .site-navigation li:nth-child(1) a {
        font-size: 17px;
    }
}