.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
  clear: both;
}
.eael-testimonial-slider.nav-top-left,
.eael-testimonial-slider.nav-top-right,
.eael-team-slider.nav-top-left,
.eael-team-slider.nav-top-right,
.eael-logo-carousel.nav-top-left,
.eael-logo-carousel.nav-top-right,
.eael-post-carousel.nav-top-left,
.eael-post-carousel.nav-top-right,
.eael-product-carousel.nav-top-left,
.eael-product-carousel.nav-top-right {
  padding-top: 40px;
}
.eael-contact-form input[type='text'],
.eael-contact-form input[type='email'],
.eael-contact-form input[type='url'],
.eael-contact-form input[type='tel'],
.eael-contact-form input[type='date'],
.eael-contact-form input[type='number'],
.eael-contact-form textarea {
  background: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  float: none;
  height: auto;
  margin: 0;
  outline: 0;
  width: 100%;
}
.eael-contact-form input[type='submit'] {
  border: 0;
  float: none;
  height: auto;
  margin: 0;
  padding: 10px 20px;
  width: auto;
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.eael-contact-form.placeholder-hide input::-moz-placeholder,
.eael-contact-form.placeholder-hide textarea::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}
.eael-contact-form.placeholder-hide input:-ms-input-placeholder,
.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.eael-contact-form.placeholder-hide input:-moz-placeholder,
.eael-contact-form.placeholder-hide textarea:-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}
.eael-custom-radio-checkbox input[type='checkbox'],
.eael-custom-radio-checkbox input[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-style: solid;
  border-width: 0;
  outline: none;
  min-width: 1px;
  width: 15px;
  height: 15px;
  background: #ddd;
  padding: 3px;
}
.eael-custom-radio-checkbox input[type='checkbox']:before,
.eael-custom-radio-checkbox input[type='radio']:before {
  content: '';
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: block;
}
.eael-custom-radio-checkbox input[type='checkbox']:checked:before,
.eael-custom-radio-checkbox input[type='radio']:checked:before {
  background: #999;
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.eael-custom-radio-checkbox input[type='radio'] {
  border-radius: 50%;
}
.eael-custom-radio-checkbox input[type='radio']:before {
  border-radius: 50%;
}
.eael-post-elements-readmore-btn {
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.elementor-lightbox .dialog-widget-content {
  width: 100%;
  height: 100%;
}
.eael-contact-form-align-left,
.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container {
  margin: 0 auto 0 0;
  display: inline-block;
  text-align: left;
}
.eael-contact-form-align-center,
.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container {
  float: none;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}
.eael-contact-form-align-right,
.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
  margin: 0 0 0 auto;
  display: inline-block;
  text-align: left;
}
.eael-force-hide {
  display: none !important;
}
.eael-d-none {
  display: none !important;
}
.eael-d-block {
  display: block !important;
}
.eael-h-auto {
  height: auto !important;
}
.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating {
  display: none;
}
.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating ~ .count {
  display: none;
}
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.eael-advance-tabs {
  display: block;
}
.eael-advance-tabs .eael-tabs-nav > ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
.eael-advance-tabs .eael-tabs-nav > ul li {
  position: relative;
  padding: 1em 1.5em;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  cursor: pointer;
  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;
  text-align: center;
  background-color: #f1f1f1;
}
.eael-advance-tabs .eael-tabs-nav > ul li .eael-tab-title {
  margin: unset;
  font-size: unset;
  line-height: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
}
.eael-advance-tabs .eael-tabs-nav > ul li:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #444;
  border-bottom: 0;
  display: none;
}
.eael-advance-tabs .eael-tabs-nav > ul li:hover,
.eael-advance-tabs .eael-tabs-nav > ul li.active {
  background-color: #444;
}
.eael-advance-tabs.active-caret-on .eael-tabs-nav > ul li.active:after {
  display: none;
}
.eael-advance-tabs .eael-tabs-nav > ul li.active:after {
  display: block;
}
.eael-tabs-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}
.eael-advance-tabs .eael-tabs-content > div {
  display: none;
  opacity: 0;
}
.eael-advance-tabs .eael-tabs-content > div.active {
  display: block;
  width: 100%;
  padding: 1em;
  opacity: 1;
  -webkit-animation: fadeIn linear 0.3s;
  animation: fadeIn linear 0.3s;
}
.eael-tab-inline-icon li a .fa {
  margin-right: 10px;
  line-height: 1;
}
.eael-tab-top-icon li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
.eael-tab-top-icon li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
.eael-tab-top-icon li .fa,
.eael-tab-top-icon li .eael-tab-title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  line-height: 1;
}
.eael-tab-top-icon li a .eael-tab-title {
  margin-top: 10px;
}
.eael-advance-tabs.eael-tabs-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.eael-advance-tabs.eael-tabs-vertical > .eael-tabs-nav {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.eael-advance-tabs.eael-tabs-vertical > .eael-tabs-nav > ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.eael-advance-tabs.eael-tabs-vertical > .eael-tabs-nav > ul > li {
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.eael-advance-tabs.eael-tabs-vertical > .eael-tabs-nav > ul li:after {
  bottom: auto !important;
  right: -10px;
  top: calc(50% - 10px);
  left: auto !important;
  border-left: 10px solid #444;
  border-right: 0;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 767px) {
  .eael-advance-tabs .eael-tabs-nav > ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .eael-advance-tabs .eael-tabs-nav > ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .responsive-vertical-layout.eael-advance-tabs .eael-tabs-nav > ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .eael-advance-tabs.eael-tabs-vertical {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .eael-advance-tabs.eael-tabs-vertical ul {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .eael-advance-tabs.eael-tabs-vertical ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  div.eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav > ul li:after {
    border-left-color: rgba(0, 0, 0, 0) !important;
    bottom: -20px !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top-color: #444 !important;
  }
}
.rtl .eael-advance-tabs.eael-tabs-vertical > .eael-tabs-nav > ul li:after {
  border-right: 10px solid #444;
  border-left: 0;
}
