/*header{

    position: sticky;

    top: -122px;

    z-index: 999;

  }*/

/*start here top header*/

.facebook{

color: #3b5998

}



.youtube{

color: #ff0000  

}



.linkedin{

color: #0a66c2  

}



.instagram{

 color: #c32aa3 

}

.whatsapp{
  color: #075e54;
}



/*end here top header*/



/*start here section medium header*/

.categories-menu{

    background-color: #3c3891;

    border-radius:0px;

    height: 56px;

    margin-bottom: 0px;

    display: flex;

    align-items: center;

    padding-left: 24px;

    font-size: 16px;

    font-weight: 400;

    color: #fff;

    width: 100%;

  

}

.categories-menu i{

margin-right: 10px;

}



.categories-menu span{

 display: block;

 color: #ffba43;

}

.menu-categories{

  width: 22.5%;

  position: relative;



}





.logo-img{

  width: 20%;

}

.logo-img img{

  height: 60px;

}

.headerserch{

  width: 60%;

}

.headerserch form{

  width: 70%;

  margin:auto;

}

.wishlist-cart{

  width: 20%;

  margin-top: 10px;

}

.search-btn{

  position:absolute;

  right: 0px;

  top: 0px;



}



.search-categories , .search-categories:focus , .search-categories:hover {

  padding-left: 20px;

  border-radius: 0px;

  border-radius:20px;

  height: 50px!important;

  border-color: #ced4da;

}



.search-btn , .search-btn:hover , .search-btn:focus{

  border-radius:0px 20px 20px 0px;

  height: 100%;

  background-color:#3c3891;

}



.wishlist-cart ul{

  list-style: none;

  padding-left: 0px;

  display: flex;

  justify-content: end;

}

.wishlist-cart ul li {

  display: inline-block;

  margin-right:20px;

}

.wishlist-cart ul li:last-child{

  margin-right: 0px;

}

.wishlist-cart ul li a{

  color: #3c3891;

  font-size:30px;

}



.cart-option a span{

  position: absolute;

    top: -8px;

    left: 3px;

    font-size: 10px;

    background-color:#8d2550;

    color: #fff;

    width: 20px;

    height: 20px;

    border-radius: 50%;

    line-height: 20px;

    text-align: center;

    font-weight: 600;

}



/*end here section medium header*/



/*start here menu navbar*/

.menunavbar ul{

list-style: none

}

.menunavbar ul li{

  display: inline-block;

  margin-right: 10px;

}

.main-header ul li a{

  font-size: 16px;

  color: #3c3891;

  font-weight: 500;

  padding: 12px 20px;

  font-family: 'Poppins', sans-serif;

  text-transform: uppercase;

  font-weight: 400;

  letter-spacing: 1.3px;



}

.main-header ul li a:hover{

  color: #3c3891;

}

.main-header ul li{

  margin-right: 15px;

}

.mainmenue-btn{

   font-size: 16px;

  color: #666;

  font-weight: 500;

  padding: 12px 20px;

  cursor: pointer;



}

/*end here menu navbar*/



#cssmenu,

#cssmenu ul,

#cssmenu ul li,

#cssmenu ul li a,

#cssmenu #menu-button {

  margin: 0;

  padding: 0;

  border: 0;

  list-style: none;

  line-height: 1;

  display: block;

  position: relative;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  z-index: 99;

}

#cssmenu:after,

#cssmenu > ul:after {

  content: ".";

  display: block;

  clear: both;

  visibility: hidden;

  line-height: 0;

  height: 0;

}

#cssmenu #menu-button {

  display: none;

}

#cssmenu {

  width: auto;

  line-height: 1;

  background:url("../images/navibg.png") repeat-x scroll left top rgba(0, 0, 0, 0);

}

#menu-line {

  position: absolute;

  top: 0;

  left: 0;

  height: 3px;

  background: #009ae1;

  -webkit-transition: all 0.25s ease-out;

  -moz-transition: all 0.25s ease-out;

  -ms-transition: all 0.25s ease-out;

  -o-transition: all 0.25s ease-out;

  transition: all 0.25s ease-out;

}

.close-menu{

  display: none;

  border-radius: 0px;

}

#cssmenu > ul > li {

  float: left;

}

#cssmenu.align-center > ul {

  font-size: 0;

  text-align: center;

}

#cssmenu.align-center > ul > li {

  display: inline-block;

  float: none;

}

#cssmenu.align-center ul ul {

  text-align: left;

}

#cssmenu.align-right > ul > li {

  float: right;

}

#cssmenu.align-right ul ul {

  text-align: right;

}

#cssmenu > ul > li > a {

  padding: 15px;

  font-size: 14px;

  text-decoration: none;

  text-transform: uppercase;

  color: #3c3891;

  -webkit-transition: color .2s ease;

  -moz-transition: color .2s ease;

  -ms-transition: color .2s ease;

  -o-transition: color .2s ease;

  transition: color .2s ease;

  font-weight:400;

}

#cssmenu > ul > li:hover > a,

#cssmenu > ul > li.active > a {

  color: #3c3891;

}

#cssmenu > ul > li.has-sub > a {

  padding-right: 25px;

}



#cssmenu > ul > li.has-sub > a::after {

  position: absolute;

  top: 21px;

  right: 10px;

  width: 8px;

  height: 8px;

  border-bottom: 1px solid #3c3891;

  border-right: 1px solid #3c3891;

  content: "";

  -webkit-transform: rotate(45deg);

  -moz-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  -o-transform: rotate(45deg);

  transform: rotate(45deg);

  -webkit-transition: border-color 0.2s ease;

  -moz-transition: border-color 0.2s ease;

  -ms-transition: border-color 0.2s ease;

  -o-transition: border-color 0.2s ease;

  transition: border-color 0.2s ease;

}

#cssmenu > ul > li.has-sub:hover > a::after {

  border-color:#0a56a4;

}

#cssmenu ul ul {

  position: absolute;

  left: -9999px;

}

#cssmenu li:hover > ul {

  left: auto;

}

#cssmenu.align-right li:hover > ul {

  right: 0;

}

#cssmenu ul ul ul {

  margin-left: 100%;

  top: 0;

}

#cssmenu.align-right ul ul ul {

  margin-left: 0;

  margin-right: 100%;

}

#cssmenu ul ul li {

  height: 0;

  -webkit-transition: height .2s ease;

  -moz-transition: height .2s ease;

  -ms-transition: height .2s ease;

  -o-transition: height .2s ease;

  transition: height .2s ease;

}

#cssmenu ul li:hover > ul > li {

  height: auto;

}

#cssmenu ul ul li a {

  padding: 10px 20px;

  width:250px;

  font-size: 14px;

  text-decoration: none;

  color:#0a56a4;

  -webkit-transition: color .2s ease;

  -moz-transition: color .2s ease;

  -ms-transition: color .2s ease;

  -o-transition: color .2s ease;

  transition: color .2s ease;

  font-weight: 500;

}

#cssmenu ul ul li:hover > a,

#cssmenu ul ul li a:hover {

  color: #666!important;

  background-color:#d8eccc!important;

}

#cssmenu ul ul li.has-sub > a::after {

  position: absolute;

  top: 13px;

  right: 10px;

  width: 4px;

  height: 4px;

  border-bottom: 1px solid #dddddd;

  border-right: 1px solid #dddddd;

  content: "";

  -webkit-transform: rotate(-45deg);

  -moz-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  -o-transform: rotate(-45deg);

  transform: rotate(-45deg);

  -webkit-transition: border-color 0.2s ease;

  -moz-transition: border-color 0.2s ease;

  -ms-transition: border-color 0.2s ease;

  -o-transition: border-color 0.2s ease;

  transition: border-color 0.2s ease;

}

#cssmenu.align-right ul ul li.has-sub > a::after {

  right: auto;

  left: 10px;

  border-bottom: 0;

  border-right: 0;

  border-top: 1px solid #dddddd;

  border-left: 1px solid #dddddd;

}

#cssmenu ul ul li.has-sub:hover > a::after {

  border-color: #ffffff;

}



.brochure-btn{

  background-color: #a6292b!important;

  border-radius: 5px;



}

.close-menu{

  padding: 10px;

    background-color:#aad58f;

    color: #666;

    cursor: pointer;

    text-align: right;



}

.brochure-btn a{

color:#fff!important;

}



  .logo-menu img{

    height: 50px;

  }

  .close-menu{

    display: block;

  }

  #cssmenu {

 width: 100%;

    position: absolute;

    overflow: hidden;

    max-height:372px;

    overflow-y: scroll;

    top: 56px;

    border-bottom: 1px solid #eddd;



  }



#cssmenu::-webkit-scrollbar {

    display: none;

}

  #cssmenu ul {

    width:100%;

    background-color: #fff;

    height: 100%;

    border-right: 1px solid #ddd;

     transition-duration: 0.5s;

  }

  .mobile-menu-list{

    display: block!important;

  }

  .mobile-menu-list li a img{

    height: 25px;

    margin-right: 10px;

  }

  .menu-categories.open{

    left: 0px!important;

     transition-duration: 0.5s;

  }

  #cssmenu.align-center > ul,

  #cssmenu.align-right ul ul {

    text-align: left;

  }

  #cssmenu ul li,

  #cssmenu ul ul li,

  #cssmenu ul li:hover > ul > li {

    width: 100%;

    height: auto;

    border-top: 1px solid rgba(120, 120, 120, 0.15);

  }

  #cssmenu ul li a,

  #cssmenu ul ul li a {

    width: 100%;

    display: flex;

    align-items: center;

    color: #3c3891;

  }

  #cssmenu > ul > li,

  #cssmenu.align-center > ul > li,

  #cssmenu.align-right > ul > li {

    float: none;

    display: block;

  }

  #cssmenu ul ul li a {

    padding: 10px 0px 10px 39px;

    font-size: 14px;

    color: #3c3891;

    background: none;

    font-weight: 400;

  }



  #cssmenu ul ul li:hover > a,

  #cssmenu ul ul li a:hover {

    color: #0a56a4;

  }

  #cssmenu ul ul ul li a {

    padding-left: 40px;

  }

  #cssmenu ul ul,

  #cssmenu ul ul ul {

    position: relative;

    left: 0;

    right: auto;

    width: 100%;

    margin: 0;

    display: none

  }



  .has-sub ul{

    display: none!important;

  }



  .has-sub ul.open{

    display: block!important;

  }

  #cssmenu > ul > li.has-sub > a::after,

  #cssmenu ul ul li.has-sub > a::after {

    display: none;

  }

  #menu-line {

    display: none;

  }

  #cssmenu #menu-button {

    display: block;

    padding: 20px;

    color: #3c3891;

    cursor: pointer;

    font-size: 12px;

    text-transform: uppercase;

    margin-left: auto;

  }

  #cssmenu #menu-button::after {

    content: '';

    position: absolute;

    top: 20px;

    right: 20px;

    display: block;

    width: 20px;

    height: 2px;

    background: #3c3891;

  }

  #cssmenu #menu-button::before {

    content: '';

    position: absolute;

    top: 25px;

    right: 20px;

    display: block;

    width: 20px;

    height: 7px;

    border-top: 2px solid #3c3891;

    border-bottom: 2px solid #3c3891;

  }

  #cssmenu .submenu-button {

    position: absolute;

    z-index:999;

    right: 0;

    top:5px;

    display: block;

    border-left: 0px solid rgba(120, 120, 120, 0.15);

    height:45px;

    width: 35px;

    cursor: pointer;

    



  }

  #cssmenu .submenu-button::after {

        content: '';

    position: absolute;

    top: 15px;

    left: 18px;

    display: block;

    width: 1px;

    height: 11px;

    background: #666;

    z-index: 99;

  }

  #cssmenu .submenu-button::before {

    content: '';

    position: absolute;

    left: 13px;

    top: 20px;

    display: block;

    width: 11px;

    height: 1px;

    background: #666;

    z-index: 99;

  }

  #cssmenu .submenu-button.submenu-opened:after {

    display: none;

  }



  .mobile-header ul{

    list-style: none;

   padding-left: 0px;

   margin-bottom: 0px;



  }

.mobile-header ul li a i{

  display: block;

  font-weight: bold;

  color: #3c3891;

}

    .mobile-header ul li a{

      color: #3c3891;

      text-align: center;

      font-weight: 600;

    }



  .mobile-header{

    position: fixed;

    bottom: 0px;

    width: 100%;

    z-index:9;

    background-color: #fff;

    padding: 10px;

    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;

  }



  .mobilemenu i {

    display: block;

    font-weight: bold;

    color: #3c3891;

    text-align: center;

}



.mobilemenu{

    color: #3c3891;

    text-align: center;

    font-weight: 600;

    cursor: pointer;

}



.menu-class-change .main-header .menu-categories{

  cursor: pointer;

}



.menu-class-change .main-header .menu-categories #cssmenu{

    position: fixed;

    left: -1000px;

    top: 0px;

    height: 100%;

    max-height: 100vh;

    background-color: #fff;

    z-index: 999;

    transition-duration: 0.5s;

    width: 25%;

  }



  .menu-class-change .main-header .menu-categories #cssmenu.open{

left: 0px;

transition-duration: 0.5s;

  }



@media only screen and (max-width:1167px) {

#cssmenu{

      max-height: 364px;

}

#cssmenu > ul > li > a{

  font-size: 12px;

}

}  



@media only screen and (max-width: 992px) {

  .main-header-pnl{

    background-color: transparent;

  }

  .categories-menu{

    border-radius: 0px;

    background-color: #fff;

    display: flex;

    height: 45px;

    padding-left: 20px;



  }







  .menu-class-change .main-header .menu-categories #cssmenu{

    position: static;

    width: 100%;

  }

 #cssmenu{

  width: 100%;

    position:static;

    overflow: hidden;

    max-height: 100%;

    overflow-y: scroll;

    top: 60px;

    height: 100%;

 }

  header.zindex{

    z-index: 1;

  }



.menu-categories{

    position: fixed;

    top: 0px;

    z-index: 99999;

    left: -1000px;

    max-height:100%!important;

    width: 40%!important;

    background-color: #fff;

    transition-duration: 0.5s;

    height: 100vh

  }

  #cssmenu .submenu-button{

    height: 44px;

  }

  .headerserch{

        position: fixed;

    width: 100%;

    left: 0px;

    /* margin: 10px; */

    right: 10px;

    z-index: 999;

    top:-200px;

    padding: 20px 10px 0px;

    background-color: #fff;

    transition-duration: 0.5s;

    

  }

  .headerserch form{

    width: 100%;

  }

  .headerserch.show{

    top: 0px;

    transition-duration: 0.5s;

  }

  .headerserch form{

    flex-wrap: wrap;

  }

  .select-categories{

    width: 100%;

    position: static;

    border: 1px solid #ced4da;

    border-radius: 20px;

  }

  .search-categories{

    padding-left:15px;

    border: 1px solid #ced4da;

    border-radius: 20px; 

  }

  .search-btn{

        top: auto;

    bottom: 0px;

  }

  .inputsearch{

    margin-top: 10px;

  }



.logo-img{

  width: 50%;

}

.wishlist-cart{

  margin-left: auto;

  margin-right: 10px;

}

.logo-img img{

      height:50px;

    width: auto;

}



}



@media only screen and (max-width:767px) {

.menu-categories{

  width: 80%!important;

}

.wishlist-cart ul li a{
  font-size: 18px;
}

header{

  top: -40px;

}

}

.close-icon{
  display: none;
}