@media only screen and (max-width: 576px) {
  .phone_icon {
    right: 12px;
    bottom: 95px;
  }
}

@media only screen and (min-width: 576px) {
  .messanger_chat iframe {
    right: 25px !important;
  }
  .phone_icon {
    right: 25px;
    bottom: 95px;
  }
}

@media only screen and (min-width: 1024px) {
  .messanger_chat iframe {
    right: 35px !important;
  }
  .phone_icon {
    right: 35px;
    bottom: 100px;
  }
}

@media only screen and (min-width: 1250px) {
  .messanger_chat iframe {
    right: 55px !important;
  }
  .phone_icon {
    right: 55px;
    bottom: 110px;
  }
}

.messanger_chat .fb_dialog_content iframe:nth-child(1) {
  -webkit-animation: none !important;
          animation: none !important;
  margin: 0 !important;
}

.phone {
  cursor: pointer;
  display: block;
}

.phone_icon {
  font-size: 35px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #f29145;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  position: fixed;
}
/*# sourceMappingURL=fixed_icons.css.map */