@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?atrcei");
  src:
    url("../fonts/icomoon.eot?atrcei#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?atrcei") format("truetype"),
    url("../fonts/icomoon.woff?atrcei") format("woff"),
    url("../fonts/icomoon.svg?atrcei#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pricing_tenzin .pricing_item .pricing_price {
  font-size: 1.8em;
}

.hidden {
  display: none;
}

.whatsapp {
  width: 50px;
  height: auto;
  position: fixed;
  bottom: 10px;
  z-index: 2;
  right: 10px;
}
.go-top {
  right: initial !important;
  left: calc(50% - 20px);
}

@media screen and (min-width: 1200px) {
  .container {
    width: 80%;
  }
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
}
