.subtitle-01 {
  display: flex;
  align-items: center;
}

.my_link {
  display: flex;
  align-items: center;
}

input[type="radio"] {
  display: unset !important;
  margin-right: 4px;
  accent-color: #d91219;
}

#cha2ds2vasc-form {
  border: 3px solid #d91219;
  border-radius: 10px;
  padding: 16px;
}

.radio-title {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.radio-input {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin-right: 12px;
}

#cha2ds2vasc-form label span {
  color: #fff;
  border-radius: 50px;
  background-color: #d91219;
  font-size: 16px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 1.3;
  margin-right: 8px;
}

.social-links a:last-child {
  margin-right: 0px !important;
}

.video_title {
  position: absolute;
  top: 16px;
  left: 0;
  margin: 0px 16px;
  color: #fff;
  font-size: 20px;
  padding: 8px 16px;
  background-color: rgba(28, 28, 28, 0.9);
  border-radius: 10px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.my-ol-2 li {
  font-size: 16px !important;
  color: #505050;
}

.my-ol p {
  margin-bottom: 8px !important;
}

.my-ol b {
  color: #000 !important;
}

.my-ol li {
  list-style: decimal !important;
}
.my-ol li p:first-child {
  font-weight: 600 !important;
}

.my-ol li p:last-child {
  font-size: 14px !important;
}

.my-ol li::before {
  display: none;
}

.my-ol li::marker {
  font-weight: 500 !important;
  font-size: 14px;
  color: #d91219 !important;
}

.my-ol-2 li::before {
  font-weight: 500 !important;
  color: #d91219 !important;
}

.menu-item-has-children {
  line-height: 70px !important;
}

.menu-item-has-children:first-child {
  margin-left: 0px !important;
}

.nav-container {
  max-width: 96% !important;
}

.my-logo {
  max-width: 240px !important;
}

.my_subtitle {
  max-width: 500px !important;
  height: 56px !important;
}

.my_text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  max-width: 500px !important;
}

@media only screen and (max-width: 1300px) {
  .menu-item-has-children {
    margin-left: 15px !important;
    line-height: 70px !important;
  }
}

@media only screen and (max-width: 1225px) and (min-width: 990px) {
  .menu-item-has-children {
    line-height: 35px !important;
  }
}

@media only screen and (max-width: 990px) {
  .my-logo {
    max-width: 180px !important;
  }
  .video_title {
    font-size: 14px;
  }
}

@media only screen and (min-width: 500px) {
  .my_title {
    font-size: 35px !important;
    line-height: 40px !important;
  }
}
