body.stream-A-listing-page,
.stream-A-listing-page .popup-overlay {
  background: var(--red-shade);
}
body.stream-B-listing-page,
.stream-B-listing-page .popup-overlay {
  background: var(--yellow-shade);
}
body.stream-C-listing-page,
.stream-C-listing-page .popup-overlay {
  background: var(--blue-ocean);
}
.popup-sub-title {
  text-transform: uppercase;
}
body.stream-A-listing-page .head-title {
  color: #eb5f3b;
}
body.stream-B-listing-page .head-title {
  color: #eb5f3b;
}
body.stream-C-listing-page .head-title {
  color: #eb5f3b;
}
.popup-content .tab-section a {
  color: var(--ash-dark);
  font-weight: var(--opensans-bold);
  line-height: var(--line-height-smaller);
}
.path-proceedings .popup-content .tab-section a.active {
  border-bottom: 4px solid var(--blue);
  color: var(--blue);
}
body .head-wrapper {
  align-items: flex-start;
  flex-direction: column;
}
body.path-proceedings .popup-close {
  background: url(images/close-icon-white.png) no-repeat center;
}
.popup-section {
  padding-bottom: 170px;
}
.popup-sub-title {
  padding-top: 30px;
  font-size: 36px;
  line-height: 36px;
  /* margin-bottom: 44px; */
  margin-bottom: 0px;
  font-weight: var(--opensans-semibold);
}
.popup-content {
  padding: 50px;
}
/***********23/12/24*******************/
.popup-content .tab-section a {
  font-size: var(--font-size-6);
  line-height: 26px;
  padding-bottom: 10px;
}
.popup-content .tab-section > div:not(:last-child) {
  margin-right: 30px;
}
.popup-content .tab-section {
  margin-bottom: 40px;
}
.head-title {
  font-size: 36px;
  line-height: 42px;
}
body .popup-head .download-section {
  padding-top: 30px;
  padding-bottom: 0px;
  padding-left: 0;
  margin-left: 0;
}
.popup-content-inner {
  padding-top: 30px;
}
.stream-A-listing-page .popup-content-row.popup-text-content-row,
.stream-B-listing-page .popup-content-row.popup-text-content-row,
.stream-C-listing-page .popup-content-row.popup-text-content-row {
  margin: 0 auto;
  max-width: 550px;
  padding: 0;
}
.popup-content-row.popup-text-content-row p a {
  display: block;
}
/* 16-01-25 */
.popup-region .download-link::before {
  width: 46px;
  height: 46px;
  background: url(img/download.png) no-repeat center left 0;
  display: none;
}
.popup-region .download-link {
  /* padding-left: 48px; */
  padding-left: 65px;
  font-size: 16px;
  line-height: 36px;
}
.head-wrapper {
  margin-bottom: 50px;
}
.popup-video-section {
  margin-bottom: 50px;
}
.popup-text-content-row,
.popup-quotes-row {
  padding-left: 70px;
  padding-right: 70px;
}
.head-wrapper .download-section .download-link {
  font-size: var(--font-size-8);
  line-height: var(--line-height-normal);
  font-weight: var(--opensans-regular);
  min-height: 47px;
  display: flex;
  align-items: center;
}
/* .popup-region .download-link::before {
  content: "";
  background: url(images/download.svg) no-repeat center left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  min-height: 45px;
  cursor: pointer;
  z-index: 1;
}
.popup-region .download-link a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  z-index: 2;
  width: 100%;
  cursor: pointer;
}
.popup-region .download-link:hover::before {
  background-image: url(images/download-arrow_hover.svg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  min-height: 45px;
  cursor: pointer;
  z-index: 1;
} */
/* .popup-region .download-link::before {
  background: url(images/download.svg) no-repeat center left 0;
} */
/* ******* Task #388068 16-01-25******* */
/* .popup-region .download-link:hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(images/download-arrow_hover.svg);
  cursor: pointer;
  width: 46px;
  height: 46px;
} */
.popup-region.session::before {
  content: "";
  background: url(../Home/images/clip-path.png) no-repeat bottom center transparent;
  width: 583px;
  height: 310px;
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  /* transform: translateY(-50%); */
  /* z-index: -1; */
  left: auto;
  opacity: 1;
}
.popup-region .popup-body-text h4 {
  margin-bottom: 10px;
}
.popup-content {
  line-height: 22px;
}
/* .quotes-section-title {
  margin-top: 50px;
} */
.popup-section .quotes-wrap .paragraph {
  padding: 20px 0 50px;
}
.popup-section .quotes-wrap .quotes-left {
  width: 200px;
  height: 200px;
  border: 1px solid var(--red-shade);
  min-width: 200px;
}
.popup-section .quotes-left img {
  width: 180px;
  min-width: 180px;
  height: 100%;
}
.popup-section .quotes-left .field--name-field-profile-picture {
  width: 100%;
  height: 180px;
}
.popup-section .quotes-wrap .quotes-right {
  padding-left: 50px;
  width: calc(100% - 200px);
}
.quotes-right .field--name-field-quotes:before {
  background: url(images/open-quotes.svg) no-repeat center;
}
.quotes-right .field--name-field-quotes:after {
  background: url(images/close-quotes.svg) no-repeat center;
}
.quotes-right .field--name-field-quotes:before,
.quotes-right .field--name-field-quotes:after {
  width: 36px;
  height: 28px;
}
.quotes-right .field--name-field-quotes {
  padding: 53px 0 53px;
  color: var(--grey);
  font-style: unset;
}
.quotes-right .field--name-field-address {
  color: var(--black);
}
.popup-section .quotes-wrap .paragraph {
  border-bottom: 1px solid var(--orange);
}
/* .popup-section .quotes-wrap .paragraph {
  padding: 50px 0;
} */
/* .popup-section .quotes-wrap .paragraph:last-child {
  padding-bottom: 50px;
} */
@media (max-width: 991px) {
  .popup-text-content-row,
  .popup-quotes-row {
    padding-left: 30px;
    padding-right: 30px;
  }
  .popup-section .quotes-wrap .quotes-left {
    width: 170px;
    height: 170px;
    min-width: auto; /*16-01-25*/
  }
  .popup-section .quotes-left .field--name-field-profile-picture {
    width: 100%;
    height: 150px;
  }
  .popup-section .quotes-left img {
    width: 150px;
    min-width: 150px;
    height: 100%;
  }
}
@media (min-width: 820px) and (max-width: 1366px) and (orientation:landscape) {
  body .popup-head .download-section {
    padding-top: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body .popup-section {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 767px) and (orientation:landscape) {
  body .popup-region.session::before {
    top: 188px;
  }
}
@media (max-width: 767px) {
  body .popup-content-inner {
    padding-top: 0px;
  }
  body .popup-head .download-section {
    padding-bottom: 0px;
    padding-left: 0;
  }
  body.path-proceedings .download-link a {
    padding-left: 2px !important;
  }
  .popup-region .download-link {
    /* padding-left: 40px; */
    padding-left: 28px;/*18-02-25*/
    min-height: 30px;
  }
  .popup-region .download-link::before {
    width: 30px;
    height: 30px;
    background-size: 30px !important;
  }
  .popup-head .download-section {
    padding-top: 10px;
  }
  .head-wrapper,
  .popup-video-section {
    margin-bottom: 30px;
  }
  .popup-text-content-row,
  .popup-quotes-row {
    padding-left: 0px;
    padding-right: 0px;
  }
  .quotes-section-title {
    margin-top: 30px;
  }
  .popup-section .quotes-wrap .paragraph {
    padding: 30px 0;
  }
  .popup-section .quotes-wrap .quotes-right {
    padding: 0;
    width: 100%;
  }
  .quotes-right .field--name-field-quotes:before,
  .quotes-right .field--name-field-quotes:after {
    background-size: 25px;
  }
  .quotes-right .field--name-field-quotes {
    padding: 35px 0 35px;
    font-size: 14px;
  }
}
