.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 15.5px;
}
.wpcf7-form .wpcf7-response-output {
  border-radius: 10px;
  margin: 0 !important;
}
.wpcf7-form label {
  width: 100%;
}
.wpcf7-form span.wpcf7-spinner {
  display: block;
  margin: 0 auto;
}
.wpcf7-form input:not([type=submit]),
.wpcf7-form select,
.wpcf7-form textarea {
  border: 1px solid var(--e-global-color-365b3c8);
  border-radius: 10px !important;
  height: 48px;
  padding: 10px 11.6px !important;
  background-color: #fff;
}
.wpcf7-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}
.wpcf7-form textarea {
  height: 120px;
}
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: #757575;
  opacity: 1;
}
.wpcf7-form input::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
  color: #757575;
}
.wpcf7-form input::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder {
  color: #757575;
  opacity: 1;
}
.wpcf7-form input:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder {
  color: #757575;
}
.wpcf7-form input::-ms-input-placeholder,
.wpcf7-form textarea::-ms-input-placeholder {
  color: #757575;
}
.wpcf7-form input:not([type=submit]),
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form button:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--e-global-color-365b3c8) !important;
}
.wpcf7-form .wpcf7-submit.has-spinner {
  text-transform: uppercase;
  background-color: var(--e-global-color-accent);
  border: 1px solid var(--e-global-color-accent);
  color: #fff;
  padding: 8px 19px;
  box-shadow: none;
}

.form-group {
  margin-bottom: 15.5px;
}
.form-group:last-child {
  margin-bottom: 0;
}

.hide-in-desk.menu-item {
  display: none !important;
}

.back-to-top {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: 2px solid #000;
  border-radius: 999px;
  width: 39px;
  height: 39px;
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.back-to-top.active {
  opacity: 1;
  visibility: visible;
}
.back-to-top:hover {
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
}
.back-to-top:hover svg path {
  stroke: #fff;
}

.section-stats .elementor-column > div {
  flex-wrap: nowrap;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section-stats .elementor-column > div {
    flex-wrap: wrap;
  }
}

.setion-appointment .shortcode-form .wpcf7-form input:not([type=submit]),
.setion-appointment .shortcode-form .wpcf7-form select,
.setion-appointment .shortcode-form .wpcf7-form textarea {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.setion-appointment .shortcode-form .wpcf7-form .wpcf7-submit.has-spinner {
  border-radius: 99px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.list-service .owl-stage-outer {
  padding-bottom: 10px;
}
.list-service .elementskit-info-image-box {
  cursor: grab;
}
.list-service .elementskit-info-image-box:hover .elementskit-box-header img {
  transform: unset !important;
}
.list-service .elementskit-info-image-box:hover .elementskit-info-box-title {
  color: var(--e-global-color-primary) !important;
}
.list-service .elementskit-info-image-box .elementskit-box-header img {
  border-radius: 10px;
  height: 450px;
  object-fit: cover;
}
.list-service .elementskit-info-image-box .elementskit-box-body.ekit-image-box-body {
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.95);
  margin: -15% auto 0;
  max-width: 85%;
  padding: 15px 20px;
}
.list-service .elementskit-info-image-box .elementskit-box-body.ekit-image-box-body .elementskit-info-box-title {
  color: var(--e-global-color-primary);
  margin-bottom: 0 !important;
}
.list-service .elementskit-info-image-box .elementskit-box-body.ekit-image-box-body .elementskit-box-style-content {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
}
.list-service .elementskit-info-image-box .elementskit-box-body.ekit-image-box-body .elementskit-box-footer {
  margin: 0;
}
.list-service .elementskit-info-image-box .elementskit-box-body.ekit-image-box-body .elementskit-box-footer .elementskit-btn {
  padding: 0;
  background-color: transparent;
  color: var(--e-global-color-secondary);
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.list-service .elementskit-info-image-box .elementskit-box-body.ekit-image-box-body .elementskit-box-footer .elementskit-btn::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M10 7L15 12L10 17' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.list-service .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background-color: var(--e-global-color-accent) !important;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-service .owl-nav button.owl-prev {
  left: -70px;
}
.list-service .owl-nav button.owl-next {
  right: -70px;
}
@media (max-width: 1350px) {
  .list-service .owl-nav button.owl-prev {
    left: 10px;
  }
  .list-service .owl-nav button.owl-next {
    right: 10px;
  }
}

@media (max-width: 810px) {
  .back-to-top {
    display: none;
  }
}
@media (max-width: 768px) {
  .hide-in-desk {
    display: block;
  }
}

/*# sourceMappingURL=global.css.map */
