/* hamburger menu */
@media (max-width: 1023px){
  #mobile-siteHead > div{
    margin-bottom: 0px !important;
    padding: 1rem 0.5rem;
  }
   .hamburgerMenuIcon {
    display: flex;
    font-size: 50px;
    font-weight: 700;
    cursor: pointer;
  }

  .overlay {
    height: 100vh;
    width: 0%;
    position: fixed;
    z-index: 9000;
    top: 0;
    right: 0;
    background: #fff;
    overflow-x: hidden;
    transition: .7s;
  }
 .overlay::-webkit-scrollbar {
	width:0px;
	}
 .overlay-content {
    position: relative;
/*     top: 30px; */
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .overlay a {
    padding: 8px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
    font-size: 20px;
    text-align: right;
/*     color: #565656 !important; */
  }

  .overlay a:hover,
  .overlay a:focus {
    color: #7b7b7b;
  }

  .overlay .closebtn {
    position: absolute;
    top: 0px;
    left: 30px;
    font-size: 40px;
    color: #000 !important;
  }
    a #mb-closebtn {
      position: fixed;
      display: none;
      z-index: 99999;
  }
  
  .overlay-content a,
  ul {
    font-size: 15px;
/*     color: #565656 !important; */
  }

  .overlay-content ul{
    display: none;
    overflow: hidden !important;
    margin: 0px;
  }
  ul.megamenu-mobile-active {
    display: block;
    overflow: visible !important;
    list-style-type: none;
    border: none;
    font-size: 15px;
    line-height: 2;
    position: relative;
    z-index: 20;
    text-align: right;
    font-variation-settings: "wght" 600 !important;
    margin: 0px;
    padding: 0px;
    transition: height 0.7s ease;
}

ul.megamenu-mobile-active li{
  margin:0px 30px;
  padding: 10px 0px;
  padding-right: 50px;
  border-bottom: 1px solid #F1F1F1;
  font-size: 12px;
  font-variation-settings: "wght" 600 !important;
}


ul.megamenu-mobile-active.mobile-active li {
  border-bottom: 1px solid #F1F1F1;
}

ul.mobile-dropdown-exception.megamenu-mobile-active li {
  padding: 0px !important;
  margin-right: 0px !important;
}
ul.mobile-dropdown-exception.megamenu-mobile-active li ul{
  padding-right: 60px;
}
.overlay-content a  {
  padding-right: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* .overlay-content a:last-of-type {
  border-bottom: none ;
} */

span.mobile-megamenu-svg-rotate {
  width: 20px !important;
  height: 10px !important;
  display: flex;
  margin-top: 8px;
}
span.mobile-megamenu-svg-rotate svg{
  margin-right: 5px;
}

.mobile-megamenu-social-title{
    display: flex;
    align-items: center;
    margin: 30px 0px 20px 0px;
    font-size: 15px;
}
.mobile-megamenu-social-title:before {
  content: "";
  display: block;
  width: 7%;
  align-items: center;
  margin: 0 auto;
  border-bottom: 0;
  border-top: 1px solid #B8B8B8;
  direction: ltr;
  position: relative;
  left: -36px;
}
.mobile-megamenu-social-title:after {
  content: "";
  display: block;
  width: 7%;
  align-items: center;
  margin: 0 auto;
  border-bottom: 0;
  border-top: 1px solid #B8B8B8;
  direction: ltr;
  position: relative;
  left: 36px;
}
.mobile-megamenu-social-title strong{
  color:#545454;
  font-weight: 900 !important;
}

.mobile-megamenu-social-icons {
  display: flex;
  justify-content: center;
}
.mobile-megamenu-social-icons a .fa {
  background: #C0D5FF;
  color: #fff;
  width: 40px;
  height: 40px;
  align-items: ce !important;
  align-items: center !important;
  display: flex;
  justify-content:center;
  border-radius: 50%;
  margin: 0 auto !important;
  text-align: center !important;
}

.mobile-megamenu-social{
  margin-top: 40px;
}
#mobile-siteHead .searchform .form-control::placeholder {
    margin-right: 30px;
}
}

 /* end of hamburger */