@import url("/wp-content/plugins/yp-plugin-core/assets/css/flexboxgrid.min.css");
.post-tab-style-8 {
}

.post-tab-style-8 body {
  min-height: 100%;
}

.post-tab-style-8 .fa,
.post-tab-style-8 .fab,
.post-tab-style-8 .fad,
.post-tab-style-8 .fal,
.post-tab-style-8 .far,
.post-tab-style-8 .fas {
  font-family: "Font Awesome 5 Free";
  line-height: inherit;
}

.post-tab-style-8 .svg-icon {
  width: 18px;
  height: 18px;
}

.post-tab-style-8 h3 {
  font-size: 54px;
  font-weight: 600;
  line-height: 54px;
  margin: 0;
  padding: 0;
}

.post-tab-style-8 h5 {
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
  padding: 0;
}

.post-tab-style-8 h4 {
  font-size: 28px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.post-tab-style-8 .vc-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-tab-style-8 .vc-container.gap {
  gap: 1.5rem;
}

.post-tab-style-8 .nav-sub-term-yp ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.post-tab-style-8 .nav-sub-term-yp ul li {
  cursor: pointer;
  list-style: none;
}

.post-tab-style-8 .vc-post {
  border-radius: 0;
}

.post-tab-style-8 .mb-2 {
  margin-bottom: 2rem;
}

.post-tab-style-8 .text-center {
  text-align: center;
}

.post-tab-style-8 .grid {
  display: -ms-grid;
  display: grid;
}

.post-tab-style-8 .arrow.down:before, .post-tab-style-8 .arrow.down:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50%;
  background-color: inherit;
  padding-bottom: 5%;
  z-index: 1;
}

.post-tab-style-8 .arrow.down:before {
  right: 50%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}

.post-tab-style-8 .arrow.down:after {
  left: 50%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

@media (max-width: 425px) {
  .post-tab-style-8 h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .post-tab-style-8 h4 {
    font-size: 20px;
    line-height: 20px;
  }
  .post-tab-style-8 h5 {
    font-size: 18px;
    line-height: 18px;
  }
}

.post-tab-style-8 .vc-main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.5rem;
}

.post-tab-style-8 .vc-main-title .vc-title {
  width: 70%;
}

.post-tab-style-8 .vc-main-title .vc-title h3 {
  color: black;
  font-size: 36px;
  line-height: 30px;
}

.post-tab-style-8 .vc-main-title .term-link-all {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #005555;
  font-size: 22px;
  font-weight: 600;
}

.post-tab-style-8 .vc-main-title .term-link-all i {
  margin-left: 0.25rem;
  font-size: 14px;
}

.post-tab-style-8 .vc-main-title .term-link-all span {
  background-color: #fd5c7b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.5rem;
}

.post-tab-style-8 .vc-main-title .term-link-all span svg {
  width: 22px;
  height: 22px;
  color: white;
}

.post-tab-style-8 .nav-sub-term-yp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  margin-bottom: 2rem;
}

.post-tab-style-8 .nav-sub-term-yp li {
  border-radius: 0;
  list-style: none;
  color: black;
  padding: 0.25rem 0.75rem;
  border-right: 2px solid black;
  cursor: pointer;
  margin: 0 0.125rem;
}

.post-tab-style-8 .nav-sub-term-yp li.active, .post-tab-style-8 .nav-sub-term-yp li:hover {
  margin-right: 0;
  text-align: left;
  color: white;
  background-color: #fd5c7b;
  border-right: none;
  border-radius: 1rem;
}

.post-tab-style-8 .nav-sub-term-yp li:last-child {
  border-right: none;
}

.post-tab-style-8 .content-post-tab-yp .vc-post .vc-info {
  position: relative;
  z-index: 10;
}

.post-tab-style-8 .content-post-tab-yp .vc-post:nth-child(1):not(.last-post):not(.last-post-overlay) .vc-info::after {
  content: "";
  position: absolute;
  height: 0px;
  width: 0px;
  top: calc(50% - 15px);
  left: -30px;
  /* 1px buffer for zooming problems while rendering*/
  border-width: 15px;
  border-color: transparent #f5f5f5 transparent transparent;
  border-style: solid;
}

.post-tab-style-8 .content-post-tab-yp .vc-post:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.post-tab-style-8 .content-post-tab-yp .vc-post:nth-child(2) .vc-info::after {
  content: "";
  position: absolute;
  height: 0px;
  width: 0px;
  top: calc(50% - 15px);
  right: -30px;
  /* 1px buffer for zooming problems while rendering*/
  border-width: 15px;
  border-color: transparent transparent transparent #f5f5f5;
  border-style: solid;
}

.post-tab-style-8 .content-post-tab-yp .vc-post.last-post {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.post-tab-style-8 .content-post-tab-yp .vc-post.last-post .vc-thumbnail {
  height: 50%;
}

.post-tab-style-8 .content-post-tab-yp .vc-post.last-post .vc-info::after {
  content: "";
  position: absolute;
  height: 0px;
  width: 0px;
  top: -30px;
  left: calc(50% - 15px);
  /* 1px buffer for zooming problems while rendering*/
  border-width: 15px;
  border-color: transparent transparent #f5f5f5 transparent;
  border-style: solid;
}

.post-tab-style-8 .content-post-tab-yp .vc-post.last-post-overlay {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
}

.post-tab-style-8 .content-post-tab-yp .vc-post.last-post-overlay .vc-thumbnail {
  position: absolute;
  height: 100%;
  width: 100%;
}

.post-tab-style-8 .content-post-tab-yp .vc-post.last-post-overlay .bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.25);
}

.post-tab-style-8 .content-post-tab-yp .vc-post.last-post-overlay .vc-info {
  z-index: 10;
  background-color: transparent;
}

.post-tab-style-8 .content-post-tab-yp .vc-post.last-post-overlay .vc-info .vc-sub-info .vc-post-date,
.post-tab-style-8 .content-post-tab-yp .vc-post.last-post-overlay .vc-info .vc-sub-info .vc-post-view,
.post-tab-style-8 .content-post-tab-yp .vc-post.last-post-overlay .vc-info .vc-title h3,
.post-tab-style-8 .content-post-tab-yp .vc-post.last-post-overlay .vc-info .excerpt,
.post-tab-style-8 .content-post-tab-yp .vc-post.last-post-overlay .vc-info .vc-view-more {
  color: white;
}

.post-tab-style-8 .vc-post {
  background-color: #f5f5f5;
}

.post-tab-style-8 .vc-post .entry-meta {
  margin: 0;
}

.post-tab-style-8 .vc-post .vc-thumbnail {
  position: relative;
  overflow: hidden;
  min-height: calc(177px + 5rem);
}

.post-tab-style-8 .vc-post .vc-thumbnail img {
  position: absolute;
  left: calc(100% / 2);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  max-width: none;
  height: 100%;
}

.post-tab-style-8 .vc-post .vc-info {
  padding: 1rem;
}

.post-tab-style-8 .vc-post .vc-info .vc-sub-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 0.75rem;
  color: black;
}

.post-tab-style-8 .vc-post .vc-info .vc-sub-info > div {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: black;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}

.post-tab-style-8 .vc-post .vc-info .vc-sub-info > div i {
  margin-right: 0.25rem;
}

.post-tab-style-8 .vc-post .vc-info .vc-title h3,
.post-tab-style-8 .vc-post .vc-info .excerpt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  box-orient: vertical;
  line-clamp: 3;
}

.post-tab-style-8 .vc-post .vc-info .vc-title {
  display: block;
}

.post-tab-style-8 .vc-post .vc-info .vc-title h3 {
  color: #1b3742;
  font-size: 26px;
  line-height: 22px;
  margin-bottom: 0.75rem;
}

.post-tab-style-8 .vc-post .vc-info .excerpt {
  line-height: 18px;
}

.post-tab-style-8 .vc-post .vc-info .vc-view-more {
  margin: 0.75rem 0;
  color: #005555;
  font-size: 18px;
  font-weight: 600;
}

.post-tab-style-8 .vc-post .vc-info .vc-view-more i {
  font-size: 14px;
}

.post-tab-style-8 .vc-post:hover {
  background-color: #ff999a;
}

.post-tab-style-8 .vc-post:hover .vc-info .vc-sub-info > div,
.post-tab-style-8 .vc-post:hover .vc-info .vc-title h3,
.post-tab-style-8 .vc-post:hover .vc-info .vc-view-more,
.post-tab-style-8 .vc-post:hover .vc-info .excerpt {
  color: black;
}

.post-tab-style-8 .vc-post:hover:nth-child(1) .vc-info::after {
  border-color: transparent #ff999a transparent transparent !important;
}

.post-tab-style-8 .vc-post:hover:nth-child(2) .vc-info::after {
  border-color: transparent transparent transparent #ff999a !important;
}

.post-tab-style-8 .vc-post:hover.last-post .vc-info::after {
  border-color: transparent transparent #ff999a transparent !important;
}
/*
@media (max-width: 998px) {

} */
/*for tabletV*/
@media (min-width: 768px) and (max-width: 991px) {
  .post-tab-style-8 .vc-post .vc-thumbnail img {
    width: 100%;
      max-height: 225px;
      object-fit: cover;
      height: auto;
      position: relative;
  }
  .post-tab-style-8 .vc-post .vc-thumbnail{
    min-height: auto;
  }
    .post-tab-style-8 .col-md-6.vc-thumbnail {
    width: 100%;
}
  .post-tab-style-8 .vc-post:nth-child(2),.post-tab-style-8 .overlay-item {
    display: none;
  }
}
@media (max-width: 767px) {
  .post-tab-style-8 .vc-post:nth-child(2),.post-tab-style-8 .overlay-item {
    display: none;
  }
  .post-tab-style-8 .content-post-tab-yp > div > div .vc-post {
    width: 50%;
    float: left;
    margin: 0;
  }
  .post-tab-style-8 .content-post-tab-yp > div > div {
    margin: 0;
    padding: 0;
  }
  .post-tab-style-8 .last-post,
  .post-tab-style-8 .last-post-overlay {
    width: 100% !important;
  }
  .post-tab-style-8 .vc-main-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-tab-style-8 .vc-main-title div {
    width: 100% !important;
  }
  .post-tab-style-8 .vc-main-title .term-link-all {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .post-tab-style-8 .vc-main-title .vc-view-all {
    padding: 0.5rem 0;
  }
  .post-tab-style-8 .nav-sub-term-yp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-tab-style-8 .nav-sub-term-yp li {
    border: none;
  }
  .post-tab-style-8 .vc-post {
    height: 510px !important;
    display: block;
  }
  .post-tab-style-8 .vc-post .vc-info::after {
    display: none;
  }
  .post-tab-style-8 .vc-post.last-post-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
    .post-tab-style-8 .content-post-tab-yp > div > div .vc-post {
      width: 100%;
    }
  .post-tab-style-8 .content-post-tab-yp > div .vc-post {
    width: 100%;
    float: none;
    margin: 0;
  }
  .post-tab-style-8 .content-post-tab-yp .row {
    margin: 0;
}
  .post-tab-style-8 .content-post-tab-yp {
      padding-left: 0;
  }
}
