.ova-icon .icon-content-view {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.ova-icon .icon-content-view.video_active {
  cursor: pointer;
}
.ova-icon .icon-content-view .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 58px;
  height: 58px;
  min-width: 58px;
  min-height: 58px;
  background-color: #fff;
  border: 1px solid #48DCA8;
  border-radius: 50%;
  box-sizing: border-box;
  margin-right: 16px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-icon .icon-content-view .content:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.ova-icon .icon-content-view .ova-text {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  position: relative;
}
.ova-icon .icon-content-view .ova-text a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-icon .icon-content-view .ova-text a:hover {
  color: var(--primary);
}
.ova-icon .icon-content-view .ova-text:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #48DCA8;
}
.ova-icon .modal-container {
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 10;
}
.ova-icon .modal-container .modal {
  width: 900px;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .ova-icon .modal-container .modal {
    width: 768px;
    height: 450px;
  }
}
@media screen and (max-width: 788px) {
  .ova-icon .modal-container .modal {
    width: 600px;
    height: 350px;
  }
}
@media screen and (max-width: 620px) {
  .ova-icon .modal-container .modal {
    width: 400px;
    height: 250px;
  }
}
@media screen and (max-width: 420px) {
  .ova-icon .modal-container .modal {
    width: 320px;
    height: 200px;
  }
}
@media screen and (max-width: 330px) {
  .ova-icon .modal-container .modal {
    width: 300px;
    height: 180px;
  }
}
.ova-icon .modal-container .modal i {
  position: absolute;
  right: -10px;
  top: -35px;
  padding: 10px;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-icon .modal-container .modal i:hover {
  color: #000;
}
.ova-icon .modal-container .modal .modal-video {
  width: 100%;
  height: 100%;
}
.ova-icon .icon-view-v2 {
  padding-top: 50px;
  margin-left: 25px;
  position: relative;
}
.ova-icon .icon-view-v2:before {
  position: absolute;
  content: "";
  left: 0;
  height: 58px;
  top: 5px;
  border-left: 2px dashed #A4AEBD;
}
.ova-icon .icon-view-v2 .icon-v2-left {
  display: inline-block;
  margin-right: 10px;
  padding-left: 30px;
  position: relative;
}
.ova-icon .icon-view-v2 .icon-v2-left:before {
  position: absolute;
  content: "";
  left: 0;
  top: 13px;
  width: 26px;
  border-bottom: 2px dashed #A4AEBD;
}
.ova-icon .icon-view-v2 .icon-v2-text {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #05C6FF;
  position: relative;
  padding-right: 6px;
}
.ova-icon .icon-view-v2 .icon-v2-text a {
  margin-left: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #05C6FF;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-icon .icon-view-v2 .icon-v2-text a:hover {
  color: var(--primary);
}
.ova-icon .icon-view-v2 .icon-v2-text:before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 0.5px;
  background-color: #05C6FF;
}
.ova-icon .icon-view-v3 {
  display: block;
}
.ova-icon .icon-view-v3 .icon-v3-text {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 16px;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-icon .icon-view-v3 .icon-v3-text i {
  color: #FFFFFF;
  margin-right: 18px;
  font-size: 27px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-icon .icon-view-v3 .icon-v3-text a, .ova-icon .icon-view-v3 .icon-v3-text .text {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-icon .icon-view-v3 .icon-v3-text:hover {
  background-color: #5674FF;
}