.c-hamburger {
  display: inline-block;
  position: relative;
  overflow: hidden;
  top: 8px;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  font-size: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background: 0 0;
}
.c-hamburger:focus {
  outline: none;
  background: 0 0;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 17px;
  left: 6px;
  right: 6px;
  height: 2px;
  background: #000;
}
.c-hamburger span::after,
.c-hamburger span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  content: "";
}
.c-hamburger span::before {
  top: -6px;
}
.c-hamburger span::after {
  bottom: -6px;
}
.c-hamburger--htx span {
  transition: background 0s 0.25s;
}
.c-hamburger--htx span::after,
.c-hamburger--htx span::before {
  transition-duration: 0.25s, 0.25s;
  transition-delay: 0.25s, 0s;
}
.c-hamburger--htx span::before {
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.c-hamburger--htx.is-active span {
  background: 0 0;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::after,
.c-hamburger--htx.is-active span::before {
  transition-delay: 0s, 0.25s;
}
.search-box,
.search-wrapper,
.search-wrapper .search-icon {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.search-wrapper {
  display: inline-block;
  padding-top: 12px;
  height: 32px;
}
.search-box,
.search-wrapper .search-icon {
  position: absolute;
}
.search-wrapper .search-icon {
  line-height: 30px;
  padding-left: 2px;
  color: rgba(0, 0, 0, 0.5);
  width: 30px;
  font-size: 28px;
}
.search-box {
  background-color: transparent;
  border: none;
  color: rgba(0, 0, 0, 0.7);
  outline: 0 !important;
  width: 200px;
  height: 28px;
  margin: 1px 0 0 34px;
  font-size: 14px;
}
.search-box:focus {
  color: #000;
  font-size: 15px;
}
.search-box:focus + .search-icon {
  color: #000;
}
.search-box-ul {
  display: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.search-box:focus ~ .search-box-ul {
  position: absolute;
  display: inline-block;
  width: 200px;
  height: 2px;
  margin-top: 32px;
  background: #f54337;
}
.menu {
  display: inline-block;
  width: 120px;
  padding-left: 20px;
  height: 72px;
  padding-top: 8px;
  font-size: 14px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  color: #44444d;
}
.menu.open {
  margin-left: 250px;
}
.card-stack,
.search-results {
  width: 100%;
  display: block;
}
.search-results {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  text-align: center;
  color: #808290;
}
.search-results .result,
.search-results .term {
  color: #44444d;
}
.load-more,
.sidebar,
.sidebar-bg {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.load-more {
  display: block;
  width: 130px;
  left: 50%;
  margin-left: -65px;
  border-radius: 3px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 6px 10px !important;
  text-align: center;
  font-weight: 400;
  position: relative;
}
.sidebar,
.sidebar-bg {
  height: 100%;
  position: fixed;
}
.sidebar {
  left: -250px;
  display: block;
  background: #303036;
  padding: 8px;
  color: #fff;
  overflow: hidden;
  width: 250px;
  z-index: 999;
}
.sidebar-bg {
  width: 100%;
  cursor: pointer;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
}
.sidebar.open {
  left: 0 !important;
}
.lang-bar {
  display: block;
  /* width: 220px; */
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #808290;
}
.lang-en,
.lang-hi {
  /* position: absolute; */
  display: inline-block;
  height: 32px;
  width: 75px;
  padding: 6px;
  text-align: center;
  border: 1px solid #808290;
  background: #303036;
  color: #fff !important;
}
.lang-en {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 14px;
  /* margin-left: 25px; */
}
.lang-hi {
  font-size: 15px;
  margin-left: -4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.languagesel{
  border:1px solid#808290;
  color: #fff;
}
.languagesel a{
  color: #fff;
}
.leftsidesel{
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rightsidesel{
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* .width70{
  width:70%;
} */
.languagesel a:hover{
  color: #f44336 !important;
}
@media screen and (max-width:991px){
     .languagesel a{
        font-size:32px;
    }
     .languagesel{
        padding:1.5rem !important;
    }
    
}
.lang-en:hover,
.lang-hi:hover {
  color: #f44336 !important;
}
.lang-selector .selected {
  background: #808290 !important;
  color: #303036 !important;
}
.category-header {
  font-size: 14px;
  color: #808290;
  margin-top: 10px;
  margin-bottom: 5px;
}
.category-list {
  width: 100%;
  cursor: pointer;
}
.category-list li {
  height: 38px;
  font-size: 16px;
  padding-left: 28px;
  padding-top: 9px;
  border-radius: 2px;
  margin-top: 3px;
  color: #fff !important;
}
.category-list li:hover {
  background: #44444d;
}
.category-list .selected {
  background: #808290 !important;
}
@media only screen and (max-width: 600px) {
  .menu.open {
    margin-left: 0 !important;
  }
}
@media all and (orientation: landscape) {
  .popup_logo {
    display: none;
  }
}
@media screen and (max-width:991px) {
    .header{
        height:100px;
    }
    .logo{
        height: 90px;
    }
    .menu {
        padding-top: 25px !important;
        font-size: 18px !important;
    }
    .unselectable{
        position: unset;
        top: 35px !important;
        font-size: 20px !important;
    }
    .menuclose{
        font-size:28px !important;
        top:30px !important;
    }

    .sidebar {
        width: 50%;
        left:-100%;
    }
    .lang-selector{
        margin:auto;
    }
    
    .lang-bar {
        width: 100%;
    }
    
    .lang-en, .lang-hi {
        width: 30%;
    padding:10px;
    height:auto;
    }
    
    .lang-en {
        font-size: 18px;
        /* margin-left: 25px; */
    }
    
    .lang-hi {
        font-size: 18px;
        /* margin-left: 128px; */
    }
    
    .category-header {
        font-size: 18px;
    }
    
    
    .category-list li {
        height: 70px;
        font-size: 24px;
        padding-top: 16px;
    }

    

    .menu.open {
        margin-left: 50%;
    }
   
}