.idy-form-field input[type=text],
.idy-form-field input[type=email],
.idy-form-field input[type=number],
.idy-form-field input[type=tel],
.idy-form-field textarea,
.idy-form-field select {
  padding: 5px 8PX;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  font-size: 14.5px;
  height: 50px;
  transition: all 0.4s;
  background-color: #fff;
}
.idy-form-field input[type=text]:focus,
.idy-form-field input[type=email]:focus,
.idy-form-field input[type=number]:focus,
.idy-form-field input[type=tel]:focus,
.idy-form-field textarea:focus,
.idy-form-field select:focus {
  outline: none;
  border: 1px solid #0b97a1;
}

.service-template-default .entry-title {
  color: #05737a;
}

.socialSectionInner {
  background-color: #05737a !important;
}

.socialSectionFooter::after {
  background-color: #05737a !important;
}

.select2-selection {
  border: 1px solid #d3d3d3 !important;
  height: 50px;
}
.select2-selection:focus {
  outline: none !important;
  border: 1px solid #0b97a1 !important;
}

.tab-content h4 {
  color: #05737a;
}

.card-radio label {
  border: 1px solid #d3d3d3 !important;
}

.card-radio input[type=radio]:checked + label {
  border: 1px solid #0b97a1 !important;
}
.card-radio input[type=radio]:checked + label::after {
  background-color: #0b97a1 !important;
}

.type-name h3 {
  color: #05737a;
}

#ic-sell-form button {
  color: white;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  background-repeat: no-repeat;
}

.idy-step-title {
  margin-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #05737a;
}

.parentBtn #nextBtn {
  background-color: #055c63;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 22.51 22.51'%3E%3Cpath d='M11.255 0A11.255 11.255 0 1 0 22.51 11.255 11.254 11.254 0 0 0 11.255 0Zm2.348 15.644a1.048 1.048 0 0 1 0 1.477 1.032 1.032 0 0 1-.736.3 1.05 1.05 0 0 1-.741-.308l-5.086-5.1a1.043 1.043 0 0 1 .032-1.439l5.163-5.179a1.045 1.045 0 0 1 1.477 1.477L9.28 11.255Z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: left 51px center;
  padding: 13px 0 13px 28px !important;
  background-repeat: no-repeat;
  transition: 0.5s;
}

.parentBtn #prevBtn {
  background-color: #505050;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 22.51 22.51' transform='rotate(180)'%3E%3Cpath d='M11.255 0A11.255 11.255 0 1 0 22.51 11.255 11.254 11.254 0 0 0 11.255 0Zm2.348 15.644a1.048 1.048 0 0 1 0 1.477 1.032 1.032 0 0 1-.736.3 1.05 1.05 0 0 1-.741-.308l-5.086-5.1a1.043 1.043 0 0 1 .032-1.439l5.163-5.179a1.045 1.045 0 0 1 1.477 1.477L9.28 11.255Z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: right 60px center;
  padding: 13px 31px 13px 0px !important;
  background-repeat: no-repeat;
  transition: 0.5s;
}

.parentBtn #prevBtn:hover {
  background-color: #706e6e;
}

.parentBtn #nextBtn:hover {
  background-color: #05737a;
}

.parentBtn {
  width: 45%;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
}

.nav-tabs li:has(.active) {
  border-color: #0b97a1 !important;
  background-color: #f8f9ff !important;
}
.nav-tabs li:has(.active) a {
  color: #333950 !important;
}
.nav-tabs li:has(.active) a:hover {
  color: #333950 !important;
}
.nav-tabs li:hover {
  border-color: #0b97a1 !important;
  background-color: #f8f9ff !important;
}

.idy-booking-container a {
  color: #333950;
}
.idy-booking-container a:hover {
  color: #333950;
}

.idy-multistep-form {
  margin-top: 30px;
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
}

.idy-form-field label {
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 13.5px;
}

.service-details {
  max-width: 900px;
  margin: auto;
}

@media (max-width: 768px) {
  .parentBtn {
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    z-index: 100;
    background: white;
    width: 100% !important;
    border-radius: 5px;
    padding: 2px;
    display: flex !important;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  }
  .parentBtn #nextBtn,
  .parentBtn #prevBtn {
    width: 49%;
    font-size: 14px;
    padding: 13px 20px !important;
    background-position: center left 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .parentBtn #nextBtn,
  .parentBtn #prevBtn {
    padding: 10px !important;
  }
}
@media (max-width: 768px) {
  .parentBtn #prevBtn {
    background-position: center right 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .parentBtn #prevBtn {
    background-position: center right 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .parentBtn #nextBtn {
    background-position: center left 10px;
  }
}/*# sourceMappingURL=plugin_style.css.map */