.elementor-widget-tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  display: flex;
  align-items: center;
  padding: 30px 20px 30px 40px;
  margin: 0px 0px 1px 0px;
  font-size: 20px;
  line-height: 2em;
  font-weight: 500;
  color: var(--heading);
  background-color: #f3f3f3;
}
@media (max-width: 1024px) {
  .elementor-widget-tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
    font-size: inherit;
    line-height: inherit;
    padding-left: 30px;
  }
}
.elementor-widget-tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:hover {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  border-color: var(--primary);
  color: var(--primary);
}
.elementor-widget-tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:hover .ova-tab-icon {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  background: var(--primary);
  color: var(--primary);
}
.elementor-widget-tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:hover .ova-tab-icon i {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: #fff;
}
.elementor-widget-tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title .ova-tab-icon {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  display: inline-flex;
  min-width: 29px;
  height: 29px;
  justify-content: center;
  align-items: center;
  color: var(--heading);
  background: #fff;
  border-radius: 50%;
  margin: 0 20px 0 0;
}
.elementor-widget-tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title .ova-tab-icon i {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  font-size: 12px;
  color: var(--primary);
  z-index: 1;
}
.elementor-widget-tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title .right {
  display: inline-block;
  margin: 0 5px 0 0;
}
.elementor-widget-tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: var(--primary);
  background-color: #fff;
  border-color: var(--primary);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.elementor-widget-tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active .ova-tab-icon {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  background: var(--primary);
}
.elementor-widget-tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active .ova-tab-icon i {
  color: #fff;
}
.elementor-widget-tabs .elementor-tabs .elementor-tabs-content-wrapper > .elementor-tab-mobile-title {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  padding: 20px;
  margin: 0px 0px 1px 0px;
  font-weight: 600;
  color: var(--heading);
  background-color: #f3f3f3;
}
.elementor-widget-tabs .elementor-tabs .elementor-tabs-content-wrapper > .elementor-tab-mobile-title:hover {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  color: var(--primary);
  background-color: #fff;
}
.elementor-widget-tabs .elementor-tabs .elementor-tabs-content-wrapper > .elementor-tab-mobile-title:hover .ova-tab-icon {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  background: var(--primary);
}
.elementor-widget-tabs .elementor-tabs .elementor-tabs-content-wrapper > .elementor-tab-mobile-title:hover .ova-tab-icon i {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: #fff;
}
.elementor-widget-tabs .elementor-tabs .elementor-tabs-content-wrapper > .elementor-tab-mobile-title .left {
  display: inline-block;
  vertical-align: middle;
}
.elementor-widget-tabs .elementor-tabs .elementor-tabs-content-wrapper > .elementor-tab-mobile-title .ova-tab-icon {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  display: inline-flex;
  min-width: 29px;
  height: 29px;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  margin: 0 20px 0 0;
}
.elementor-widget-tabs .elementor-tabs .elementor-tabs-content-wrapper > .elementor-tab-mobile-title .ova-tab-icon i {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  font-size: 12px;
  color: var(--primary);
  margin-right: -1px;
  z-index: 1;
}
.elementor-widget-tabs .elementor-tabs .elementor-tabs-content-wrapper > .elementor-tab-mobile-title.elementor-active {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: var(--primary);
  background-color: #fff;
  border-color: var(--primary);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.elementor-widget-tabs .elementor-tabs .elementor-tabs-content-wrapper > .elementor-tab-mobile-title.elementor-active .ova-tab-icon {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  background: var(--primary);
}
.elementor-widget-tabs .elementor-tabs .elementor-tabs-content-wrapper > .elementor-tab-mobile-title.elementor-active .ova-tab-icon i {
  color: #fff;
}
.elementor-widget-tabs .elementor-tabs .elementor-tabs-content-wrapper > .elementor-tab-mobile-title:before {
  font-size: 14px;
  float: right;
  content: "\f199";
  font-family: ovaicon !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.elementor-widget-tabs .elementor-tabs .elementor-tabs-content-wrapper > .elementor-tab-mobile-title.elementor-active:before {
  content: "\f19b";
}
.elementor-widget-tabs .elementor-tabs .elementor-tabs-content-wrapper > .elementor-tab-content {
  padding: 0;
}