.youtube_content {
  position: relative;
  padding-top: 30px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}

.youtube_content embed,
.youtube_content iframe,
.youtube_content object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.editor-area {
  font-size: 1rem;
  line-height: 1.7;
}
.editor-area b,
.editor-area .strong {
  font-weight: 600;
}
.editor-area p {
  font-size: 1rem;
  line-height: 1.7;
}
.editor-area h1:not(:last-child),
.editor-area h2:not(:last-child),
.editor-area h3:not(:last-child),
.editor-area h4:not(:last-child),
.editor-area h5:not(:last-child),
.editor-area h6:not(:last-child),
.editor-area p:not(:last-child) {
  margin-bottom: 10px;
}
.editor-area h1,
.editor-area h2,
.editor-area h3,
.editor-area h4,
.editor-area h5,
.editor-area h6 {
  font-weight: 600;
  line-height: 1.3;
}
.editor-area h1 {
  font-size: 2.5rem;
}
.editor-area h2 {
  font-size: 2rem;
}
.editor-area h3 {
  font-size: 1.7rem;
}
.editor-area h4 {
  font-size: 1.5rem;
}
.editor-area h5 {
  font-size: 1.25rem;
}
.editor-area h6 {
  font-size: 1rem;
}
.editor-area ol {
  list-style: decimal;
  padding-left: 16px;
  padding-right: 0;
  margin-left: 16px;
  margin-right: 0;
}
.editor-area ul:not(.nav-tabs) {
  list-style: disc;
  padding-left: 16px;
  padding-right: 0;
  margin-left: 16px;
  margin-right: 0;
}
.editor-area ul li,
.editor-area ol li {
  font-size: 1rem;
  line-height: 1.5;
}
.editor-area ul li:not(:last-of-type),
.editor-area ol li:not(:last-of-type) {
  margin-bottom: 5px;
}
.editor-area .nav-tabs {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 0;
  padding: 0;
  margin: -8px;
}
.editor-area .nav-tabs .nav-item {
  padding: 8px;
}
.editor-area .nav-tabs .nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0.05rem;
  padding: 6px 10px;
  border-radius: 5px;
  color: #282f3b;
  border-width: 1px;
  border-style: solid;
  border-color: #dee2e6;
  background-color: #eaecef;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.editor-area .nav-tabs .nav-link:hover,
.editor-area .nav-tabs .nav-link.active,
.editor-area .nav-tabs .nav-item.show .nav-link {
  color: #ffffff;
  border-color: #495057;
  background-color: #495057;
}
.editor-area .tab .tab-content {
  padding-top: 1rem;
}
.editor-area .accordion .accordion-header {
  margin: 0;
}
.editor-area .accordion .accordion-item {
  border-radius: 6px;
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
  overflow: hidden;
  margin-bottom: 1rem;
}
.editor-area .accordion-item > .accordion-header .accordion-button {
  color: #282f3b;
  background-color: #e9ecef;
  padding: 1rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.editor-area .accordion-item > .accordion-header .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #086ad8;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.editor-area .accordion-item > .accordion-header .accordion-button:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.editor-area .accordion-item > .accordion-collapse {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.editor-area .accordion-item .accordion-body {
  padding: 1rem;
}
.editor-area .accordion-button::after {
  content: "\f078";
  font-family: "font awesome 6 free";
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1;
  font-size: 16px;
  width: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: inherit;
  background-image: unset;
}
.editor-area .carousel-control-next,
.editor-area .carousel-control-prev {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #282f3b;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.6);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.editor-area .carousel-control-prev {
  left: 15px;
}
.editor-area .carousel-control-next {
  right: 15px;
}
.editor-area .carousel-control-prev-icon,
.editor-area .carousel-control-next-icon {
  display: none;
}
.editor-area .carousel-caption h5,
.editor-area .carousel-caption p {
  color: #ffffff;
}
.editor-area .carousel-indicators {
  list-style: none;
  padding: 0;
  margin: 0;
}
.editor-area .blueimp-gallery > .next,
.editor-area .blueimp-gallery > .prev,
.editor-area .blueimp-gallery > .close,
.editor-area .blueimp-gallery > .title {
  display: block;
  color: #fff !important;
  line-height: 23px;
  text-align: center;
}
.editor-area .blueimp-gallery > .indicator {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
}
.editor-area .blueimp-gallery > .indicator > li {
  background-size: cover;
  line-height: normal;
  padding: 0;
  margin: 0 4px;
}
.editor-area .blueimp-gallery > .close {
  background: transparent;
  font-size: 23px;
}
.editor-area .blueimp-gallery > .next,
.editor-area .blueimp-gallery > .prev {
  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;
  font-size: 18px;
  background: transparent;
  padding: 0;
  width: 40px;
  height: 40px;
}
.editor-area .blueImpGallery div[id*=links] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.5rem;
}
.editor-area .blueImpGallery div[id*=links] a {
  display: block;
  width: 16.666666%;
  padding: 0.5rem;
  margin: 0;
}
.editor-area .blueImpGallery div[id*=links] a img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  .editor-area .blueImpGallery div[id*=links] a {
    width: 33.333333%;
  }
}
@media (max-width: 767px) {
  .editor-area .blueImpGallery div[id*=links] a {
    width: 33.333333%;
  }
  .editor-area .carousel-control-next,
  .editor-area .carousel-control-prev {
    width: 35px;
    height: 35px;
  }
}