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