h2{
  font-size: 30px;
}
h4{
  font-size: 27px;
}
h3{
  font-size: 27px;
}
.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer {
     display: block!important;
}
.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer .header1 {
   display: none!important;
}
.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside {
    padding: 0px!important;
}
.hide
{
  display: none;
}
.show
{
  display: block;
}
.styreotp
{
    cursor: pointer;
    color: skyblue;
}
.autocomplete {
  position: relative;
  display: inline-block;
}
.dispflx
{
  display: flex;
}
.padd0
{
  padding: 0px!important;
}
.bordernone
{
  border-bottom: 1px solid #fff!important;
}
.martop10
{
  margin-top: 10px;
}
.form-input
{
  border-radius: 10px;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  /*cursor: pointer;*/
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}
.mybtnstl
{
  padding: 5px!important;
  border-radius: 10px!important;
}
/*when hovering an item:*/
/*.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}*/
 .martop0
    {
      margin: 0px;
    }
    .pricetitletl
    {
     font-size: 12px;
      color: gray; 
    }
    .mrpprice
    {
      color: #0098db;
      font-weight: 600;
    }
    .sellprice
    {
      color: #f01037;
      font-weight: 600;
    }
/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: #e9e9e9 !important; 
  /*color: #ffffff; */
}
.ie-panel{display: none;background: #212121;padding: 10px 0;box-shadow: 3px 3px 5px 0 rgba(0,0,0,.3);clear: both;text-align:center;position: relative;z-index: 1;} html.ie-10 .ie-panel, html.lt-ie-10 .ie-panel {display: block;}
.hght41
{
  height: 41px;
}
 .header1
  {
    padding: 10px 0 1px!important;
  }
  .tophead1
  {
    text-align: right!important;
    padding-right: 0px;
  }
  .allmedi
  {
    padding: 10px 38px;
    border: 1px solid #19B3BD;
  }
  .telenum
  {
    padding-left: 0px;
  }
@media only screen and (max-width: 798px) {
  .header1 {
    display: flex;
    padding: 16px 5px 1px !important;
  }
  .telenum
    {
      padding-right: 0px;
      padding-left: 10px;
    }
    .tophead1
    {
      padding-right: 5px;
      padding-left: 0px;
    }
    .alphabeticlist
    {
      overflow-x: scroll;
    }
    .section-xl, .section-xxl {
        padding: 23px 0;
    }
}
.addCartBtn
{
  color: #fff!important;
}
.addnotifyBtn
{
  color: #fff!important;
}
.LabaddCartBtn
{
  color: #fff!important;
}
.marginl0
{
  margin-left: 0px!important;
}
.iconimg
{
  width: 100px;
  height:100px;
  margin-top: 0px;
}
.dispgrid
{
    display: inline-grid;
    text-align: center;
}
.dispimg
{
  display: none;
}
.swiper-pagination-clickable
{
  display: none!important;
}
.btmfont
{
    top: -38px;
    position: relative;
    font-weight: bold;
    color: #0098db;
    cursor: pointer;
}