@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://www.statscodes.com/sources/mob-nav-fonts/fa-solid-900.eot);
  src: url(https://www.statscodes.com/sources/mob-nav-fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://www.statscodes.com/sources/mob-nav-fonts/fa-solid-900.woff2) format("woff2"), url(https://www.statscodes.com/sources/mob-nav-fonts/fa-solid-900.woff) format("woff"), url(https://www.statscodes.com/sources/mob-nav-fonts/fa-solid-900.ttf) format("truetype");
}

.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fas {
  margin-right: 0.3em;
}
.fas {
  margin-left: 0.3em;
}
.fas {
  font-family: "Font Awesome 5 Free";
}
.fas {
  font-weight: 900;
}

.fa-search:before {
  content: "\f002";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-bars:before {
  content:"\f0c9"
}


/* 
Mobile Mobile Mobile Mobile Mobile Mobile
Mobile Mobile Mobile Mobile Mobile Mobile
Mobile Mobile Mobile Mobile Mobile Mobile
*/

.mobile-wrapper {
  display: none;
}

@media screen and (max-width: 600px) {
  #scheader {
    display: none;
  }

  .mobile-wrapper {
    background: #0065B8;
    position: relative;
    width: 100%;
    display: flex;
    margin: 0 auto;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 999999;
  }
  .mobile-wrapper .mobile-content .mobile-links {
    display: block;
    position: fixed;
    background: #0065B8;
    height: 100%;
    width: 100%;
    top: 50px;
    left: -100%;
    margin-left: 0;
    max-width: 350px;
    overflow-y: auto;
    padding-bottom: 100px;
    transition: all 0.3s ease;
  }
  .mobile-content #mobile-logo p {
    margin: auto;
  }
  .mobile-content #mobile-logo a {
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    padding: 0px 20px;
  }
  .mobile-content #mobile-txtlogo {
    display: flex;
    margin: auto;
    text-align: center;
    text-decoration: none;
    background-color: #B21F1F;
    color: white;
    font-weight: bold;
    vertical-align: middle;
    padding: 5px;
    border-radius: 3px;
    font-size: 20px;
  }
  .mobile-content .mobile-links li {
    list-style: none;
    line-height: 40px;
    margin: 5px 20px;
  }
  .mobile-content .mobile-links li a {
    color: #FFEEA3;
    font-weight: 500;
    border-radius: 5px;
    transition: all 0.3s ease;
    line-height: 40px;
    font-size: 16px;
    display: block;
    padding: 3px 18px;
    cursor: pointer;
    text-decoration: none;
  }
  .mobile-content .mobile-links li a:hover {
    background: #D42525;
    color: white;
  }
  .mobile-wrapper .mobile-search-icon,
  .mobile-wrapper .mobile-menu-icon {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    line-height: 50px;
    width: 50px;
    text-align: center;
    margin-bottom: 0px;
  }
  .mobile-wrapper #mobile-show-search:checked ~ .mobile-search-icon i::before {
    content: "\f00d";
  }

  .mobile-wrapper .mobile-search-box {
    position: absolute;
    height: 100%;
    max-width: calc(100% - 100px);
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  .mobile-wrapper #mobile-show-search:checked ~ .mobile-search-box {
    opacity: 1;
    pointer-events: auto;
  }
  .mobile-search-box input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    color: #fff;
    background: #0065B8;
    padding: 0 100px 0 15px;
  }
  .mobile-search-box input::placeholder {
    color: #f2f2f2;
    font-size: 16px;
  }
  .mobile-search-box .go-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    width: 50px;
    background: #0065B8;
    border: none;
    outline: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
  }
  .mobile-wrapper input[type="checkbox"] {
    display: none;
  }

  /* Dropdown Menu code start */
  .mobile-wrapper #mobile-show-menu:checked ~ .mobile-content .mobile-links {
    left: 0%;
  }

  .mobile-wrapper #mobile-show-menu:checked ~ .mobile-menu-icon i::before {
    content: "\f00d";
  }
}

@media screen and (max-width: 400px) {
  .mobile-wrapper .mobile-search-box {
    max-width: calc(100% - 80px);
  }
  .mobile-wrapper .mobile-search-box .go-icon {
    width: 30px;
    right: 0;
  }
  .mobile-wrapper .mobile-search-box input {
    padding-right: 30px;
  }
}
