.tophead{
    background-color: #171d7f;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 20px;
}
.subtophead {
    background-color: #171d7fd4;
    padding: 6px 6px 6px 12px;
}
.sidenav {
    height: 100%; 
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    background-color: #fff;
     overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
    border-right: 1px solid #242f3c;
    box-shadow: 0 0 5px #00000038;
}
.sidenav::-webkit-scrollbar {
  display: none;
}
#mainClose {
    overflow: auto;
    height: 92%;
}
#mainClose::-webkit-scrollbar {
  width: 7px;
}
#mainClose::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#mainClose::-webkit-scrollbar-thumb {
  background: #555;
}
#mainClose::-webkit-scrollbar-thumb:hover {
  background: #333;
}
.sidenav2 {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 8%;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top:0px;
  overflow-y: auto;
}
.sidenav2::-webkit-scrollbar {
  width: 7px;
}
.sidenav2::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.sidenav2::-webkit-scrollbar-thumb {
  background: #555;
}
.sidenav2::-webkit-scrollbar-thumb:hover {
  background: #333;
}
.sidenav a {
    cursor: pointer;
    padding: 12px 15px 12px 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    position: relative;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: left;
    display: block;
    transition: 0.3s;
    /* text-transform: uppercase; */
    /* font-family: 'Pencil Child'; */
}
.Categories_box {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
.Categories_box a.sub_category:hover{
    background-color: #eaeded;
    color: #171d7f;
}
.Categories_box h3 {
    padding: 0 0 0 17px;
    font-size: 17px;
    color: #171d7f;
    margin-bottom: 15px;
}

  
.border{

  border-bottom: 1px solid #CCC;
}

.border:hover {
    background-color: #eaeded;
    color: #0063c6;
}
.sidenav .closebtn {
    position: absolute;
    top: -18px;
    right: -4px;
    font-size: 38px;
    color: #fff;
}
.subtophead p {
    font-size: 15px;
    color: #fff;
}
.tophead h3 {
    font-size: 17px;
    padding-top: 10px;
}
.sidenav2 .closebtn {
    position: absolute;
    top: 10;
    margin-top: 13px;
    right: 2px;
    font-size: 16px;
}

a i.fa-chevron-right {
    right: 12px;
    left: auto;
    font-size: 13px;
    float: right;
    margin-top: 5px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

@media only screen and (max-width: 479px) and (min-width: 280px){
.mm-toggle-wrap {
    display: inline-block;
    z-index: 100;
    margin-left: 323px;
    margin-top: 12px;
}
}


