* {
  user-drag: none;
  -webkit-user-drag: none;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf") format("truetype"),
    url("../fonts/icomoon.woff") format("woff"),
    url("../images/icomoon.svg#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-calendar:before {
  content: "\e907";
}

.icon-advantages-two:before {
  content: "\e900";
}

.icon-check2:before {
  content: "\e902";
}

.icon-check21:before {
  content: "\e903";
}

.icon-user-cicrle:before {
  content: "\e904";
}

.icon-advantages:before {
  content: "\e901";
}

.icon-bucket:before {
  content: "\e906";
}

.icon-chat-circle:before {
  content: "\e908";
}

.icon-check:before {
  content: "\e909";
}

.icon-check3:before {
  content: "\e90b";
}

.icon-check-circle2:before {
  content: "\e90c";
}

.icon-cleaning:before {
  content: "\e90d";
}

.icon-cleaning2:before {
  content: "\e90e";
}

.icon-cleaning3:before {
  content: "\e90e";
}

.icon-clock:before {
  content: "\e910";
}

.icon-close:before {
  content: "\e911";
}

.icon-comment-outline:before {
  content: "\e912";
}

.icon-cooking-food:before {
  content: "\e90f";
}

.icon-diamond-origami:before {
  content: "\e914";
}

.icon-dish:before {
  content: "\e915";
}

.icon-door-key:before {
  content: "\e916";
}

.icon-draw-check:before {
  content: "\e917";
}

.icon-email:before {
  content: "\e918";
}

.icon-facebook:before {
  content: "\e919";
}

.icon-globe:before {
  content: "\e91a";
}

.icon-heart:before {
  content: "\e91c";
}

.icon-house:before {
  content: "\e91d";
}

.icon-instagram:before {
  content: "\e91e";
}

.icon-linkedin:before {
  content: "\e91f";
}

.icon-liquid:before {
  content: "\e920";
}

.icon-location:before {
  content: "\e921";
}

.icon-minus:before {
  content: "\e922";
}

.icon-phone:before {
  content: "\e923";
}

.icon-phone-call:before {
  content: "\e924";
}

.icon-pinterest:before {
  content: "\e925";
}

.icon-play:before {
  content: "\e926";
}

.icon-play2:before {
  content: "\e927";
}

.icon-plus:before {
  content: "\e928";
}

.icon-quote-right:before {
  content: "\e929";
}

.icon-right-arrow:before {
  content: "\e92a";
}

.icon-right-arrow2:before {
  content: "\e905";
}

.icon-right-arrow1:before {
  content: "\e92b";
}

.icon-right-arrow11:before {
  content: "\e90a";
}

.icon-search:before {
  content: "\e92c";
}

.icon-share:before {
  content: "\e92d";
}

.icon-skype:before {
  content: "\e92f";
}

.icon-star:before {
  content: "\e930";
}

.icon-star1:before {
  content: "\e931";
}

.icon-sweep:before {
  content: "\e932";
}

.icon-toilet:before {
  content: "\e933";
}

.icon-twitter:before {
  content: "\e934";
}

.icon-vacuum-cleaner:before {
  content: "\e936";
}

.icon-water-tap:before {
  content: "\e937";
}

.icon-wipe:before {
  content: "\e938";
}

.icon-gloves:before {
  content: "\e936";
}

#language-toggle {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff103;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: pulsating 4s ease-in-out infinite;
  z-index: 9999;
}

#phone {
  color: #043e74;
  font-size: 24px;
  display: block;
  text-align: center;
  line-height: 60px; /* Adjust based on the button height */
}

@keyframes pulsating {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(8, 0, 56, 0.7);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(201, 45, 2, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(201, 45, 2, 0);
  }
}
#language-toggle:hover {
  background-color: rgba(8, 0, 56, 0.7);
}

#language-toggle.clicked {
  background-color: rgba(8, 0, 56, 0.7);
}

#arrowkey {
  transition: transform 0.3s ease-in-out;
  display: inline-block;
  margin: 10px;
}

#question.collapsed #arrowkey {
  transform: rotate(90deg);
}
#question {
  cursor: pointer !important;
}

#language-toggle {
  display: none;
}

@media (max-width: 767px) {
  #language-toggle {
    display: block;
  }
}

.owl-prev {
  display: none !important;
}

.owl-next {
  display: none !important;
}

#ptTimeSelectCntr {
  display: none;
}
