.cutoms-header-mobile {
  display: none;
}


  .social_text  {
     color:#fff;
     position: relative;
     top: 8px;
     font-size: 13px;
     font-weight: bold;
  }

  .header-style-2 .topbar .social ul > li.noborder  {
    border:none;
  }

.theme-btn, .theme-btn-s2, .submit-btn {
  padding: 12px 45px 12px 25px;
  border-radius: 10px;

}

@media (max-width: 991px) {
  
  .cutoms-header-mobile  {
     background: #242e66;
     display: block;
     padding: 14px 5px;
  }


.cutoms-header-mobile  .langbar-button {
   margin-right: 0px;
   display: block;
   float: right;
      position: relative;

}

.cutoms-header-mobile .langbar-button a {
  color: #ffffff;
  background: #182156;
  padding: 6px 16px;
  border-radius: 5px;
  position: relative;
  z-index: 0;
  font-size: 13px;
   border: 1px solid #28368c;
}

.cutoms-header-mobile  .langbar-button a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  background: #182156;

  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: .5s;
  transition: .5s;
}


.cutoms-header-mobile  .callbar-button {
   margin-left: 0px;
   display: block;
   float: left;
       position: relative;
   
}

.cutoms-header-mobile .callbar-button a {
  color: #ffffff;
  background: #182156;
  padding: 7px 16px;
  border-radius: 5px;
  position: relative;
  z-index: 0;
  font-size: 13px;
   border: 1px solid #28368c;
}

.cutoms-header-mobile  .callbar-button a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  background: #182156;

  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: .5s;
  transition: .5s;
}


.cutoms-header-mobile  .chatbar-button {
   margin-left: 0px;
   display: block;
   float: left;
   margin-right: 14px;
}

.cutoms-header-mobile .chatbar-button a {
  color: #fff;

  background: #182156;
  padding: 7px 16px;
  border-radius: 5px;
  position: relative;
  z-index: 0;
  font-size:13px;
  border: 1px solid #28368c;

}
 i.icofont-whatsapp{
  color: #25D366;
  font-size:20px;


}

   }