@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon4afc4afc.eot?jhxopv');
  src:  url('fonts/icomoon4afc4afc.eot?jhxopv#iefix') format('embedded-opentype'),
    url('fonts/icomoon4afc4afc.ttf?jhxopv') format('truetype'),
    url('fonts/icomoon4afc4afc.woff?jhxopv') format('woff'),
    url('fonts/icomoon4afc4afc.svg?jhxopv#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-clock:before {
  content: "\e923";
}
.icon-phone-call:before {
  content: "\e924";
}
.icon-close:before {
  content: "\e91e";
}
.icon-minus1:before {
  content: "\e91c";
}
.icon-28-plus:before {
  content: "\e91d";
}
.icon-magnifying-glass:before {
  content: "\e900";
}
.icon-shopping-cart:before {
  content: "\e901";
}
.icon-down-arrow:before {
  content: "\e902";
}
.icon-up-arrow:before {
  content: "\e919";
}
.icon-left-arrow:before {
  content: "\e91a";
}
.icon-right-arrow:before {
  content: "\e91b";
}
.icon-booking:before {
  content: "\e903";
}
.icon-group:before {
  content: "\e904";
}
.icon-tag:before {
  content: "\e905";
}
.icon-stones:before {
  content: "\e906";
}
.icon-giftbox:before {
  content: "\e907";
}
.icon-herbal:before {
  content: "\e908";
}
.icon-aromatherapy:before {
  content: "\e909";
}
.icon-fire-control:before {
  content: "\e90a";
}
.icon-stones-1:before {
  content: "\e90b";
}
.icon-spa:before {
  content: "\e90c";
}
.icon-tick:before {
  content: "\e90d";
}
.icon-lotus:before {
  content: "\e90e";
}
.icon-massage:before {
  content: "\e90f";
}
.icon-customer-service:before {
  content: "\e910";
}
.icon-alarm-clock:before {
  content: "\e911";
}
.icon-face-mask:before {
  content: "\e912";
}
.icon-relax:before {
  content: "\e913";
}
.icon-facebook-app-symbol:before {
  content: "\e914";
}
.icon-twitter:before {
  content: "\e915";
}
.icon-instagram:before {
  content: "\e916";
}
.icon-linkedin:before {
  content: "\e917";
}
.icon-pinterest:before {
  content: "\e918";
}
.icon-bamboo:before {
  content: "\e91f";
}
.icon-phone-call1:before {
  content: "\e920";
}
.icon-minus:before {
  content: "\e921";
}
.icon-plus-1:before {
  content: "\e922";
}
/* Base */
.btn-floating:hover img {
  margin-bottom: -3px
}

.btn-floating {
    position: fixed;
    right: 25px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .2s;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none;
}

.btn-floating:hover span {
    display: inline-block;
}

/* Phone */
.btn-floating.phone {
    bottom: 220px;
    background-color: #760f10;
}

.btn-floating.phone:hover {
    background-color: #c03421;
}

/* WhatsApp */
.btn-floating.whatsapp {
    background-color: #34af23;
    bottom: 150px;
}

.btn-floating.whatsapp:hover {
    background-color: #1f7a12
}

.float2 {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 80px;
  right: 25px;
  background-color: #4789df;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 5px 5px 5px #999;
  z-index: 100;
  transition: background-color 0.5s;
  }
  
  .floaters{
  width: 100%;
  }
  .float2:hover {
  background-color: white;
  transition: background-color 0.5s;
  }
  
  .float2:hover .my-float2 {
  color: #FFBC13;
  }
  
  .my-float2 {
  margin-top: 14px;
  }
  
  @media (max-width: 575px) {
  
      .logo-image {
      width: 100%;
      height: 80px;
  }
  
  .float2 {
  width: 50px;
  height: 50px;
  bottom: 100px;
  left: 80vw;
  }
  
  .my-float2,
  .my-float {
  margin-top: 10px;
  }
  
  .float2 {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 80px;
  right: 60px;
  background-color: #4789df;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  transition: background-color 0.5s;
  margin-left: 8px;
  }

 
  
  }

  .fa-location-dot{
      font-size: 22px;
      margin-top: 10px;
      }

      .logo-image {
          width: 100%;
          height: 45px;
      }