html,
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 14px;
  color: #404040;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #f6f4f5 !important;
}

body {
  overflow: hidden !important;
}

.container {
  width: 100%;
}

.asset_div {
  width: 94%;
  margin: 0px auto;
  text-align: center;
  padding: 2% 2% 0;
  background: #fff;
  border-radius: 10px;
}

.asset_div.video-lp {
  width: 100%;
}

.questionBoxn {
  border-bottom: 0px solid #808080;
  background: #fff;
  padding: 2% 0px 2% 0px;
  position: relative;
  z-index: 99;
  width: auto;
  bottom: 0px;
  min-height: 50px;
  text-align: center;
  margin-top: -4px;
  ;
}

.questionBoxn .suggest {
  display: inline-block;
  margin: 5px;
}

.leftColumn {
  background: #f6f4f5;
  width: calc(100% - 22.5vw);
  position: relative;
  /* height: calc(100vh - 240px); */
  height: auto;
  overflow-y: auto;
  top: 0px;
}

.marquue-text {
  position: absolute;
  left: 25%;
  right: 25%;
  top: 20px;
  font-size: 16px;
  color: #000000;
}

.marquue-text a {
  color: #0c7bab;
}

.marquue-text span {
  display: inline-flex;
  align-items: center;
}

.cmo {
  color: #000000;
  position: absolute;
  right: 0;
  top: 95px;
  font-family: "Montserrat", Arial, sans-serif;
  border: none;
  font-size: 18px;
  font-weight: normal;
  background-color: #fff;
  width: 20vw;
  z-index: 99;
  padding: 5px 20px 10px;
}

.cmo select {
  font-size: 18px;
  border: none;
}

.logo img.webinar-on-demand {
  margin-top: 0;
  max-height: 38px;
}

/* #docFile video,
#docFile2 iframe {
  margin-top: 70px;
} */
.chat-widget-send-icon {
  width: 23px !important;
  height: 23px !important;
  display: block !important;
  background: url(https://micrositesdai.s3.us-east-1.amazonaws.com/cdn/images/send-icon.svg) 0px 0px no-repeat !important;
  background-size: contain !important;
  position: relative;
  right: -3px;
}

.send-button {
  background: #056e6e;
  padding: 10px !important;
}

.chat-input input {
  margin-right: -25px;
}

.cookie-container {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #333;
  padding: 15px;
  box-shadow: 0 -2px 16px rgb(47 54 64 / 39%);
  transition: 400ms;
  z-index: 9999999999;
}

.cookie-container a {
  color: #2e88e8;
}

.cookie-container.active {
  bottom: 0;
}

.cookie-container p {
  font-size: 14px;
}

.inner-cookie-block {
  max-width: 1024px;
  margin: 0 auto;
  font-size: 14px;
  padding: 0 30px;
}

.inner-cookie-block h5 {
  font-weight: 700;
  color: #056e6e;
  font-size: 16px;
}

.inner-cookie-block input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 2px;
}

.cookie-btn,
.no-btn {
  padding: 8px 32px;
  background: #056e6e;
  border-radius: 30px;
  cursor: pointer;
  color: #fff;
  border: none;
}

.cookie-btn:hover,
.no-btn:hover {
  opacity: 0.8;
}

.cookie-btn-div {
  text-align: right;
}

.inner-cookie-block h5 {
  margin: 0;
}

.inner-cookie-block p {
  position: relative;
  padding-left: 30px;
}

.hide-block {
  display: none;
}

.modal {
  /* position: fixed; */
  right: 0;
  bottom: 0;
  z-index: 999;
  display: block;
  overflow: hidden;
  outline: 0;
  background: #fff;
  border: 1px solid #ddd;
}

.modal-dialog {
  max-width: 100%;
}

.modal-backdrop {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 0;
  background-color: none;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  z-index: 9999999;
  top: unset;
  left: unset;
}

.modal {
  position: relative;
  right: 0;
  bottom: 0;
  z-index: 999;

  overflow: hidden;
  outline: 0;
  background: #fff;
  border: 1px solid #ddd;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-header {
  background-color: #056e6e;
  color: #000000;
  display: block;
  padding: 10px 10px;
  font-size: 13px;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.modal-title {
  font-size: 15px;
}

.modal-body {
  max-height: 190px;
  overflow-y: auto;
  padding: 10px 5px 10px;
}

input {
  margin-right: 10px;
}

input[type="checkbox"] {
  margin-right: 10px;
  top: 3px !important;
  position: relative;
  margin-right: 10px;
  position: static;
}

input[type="checkbox"]:checked {
  background-color: #056e6e !important;
  border-color: #056e6e !important;
}

.modal-footer button {
  background-color: #056e6e;
  color: #fff;
}

.pop-quest {
  color: #000000;
  font-weight: 600;
  margin: 5px 0;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
}

.pop-quest span {
  position: absolute;
  left: 5px;
}

.pop-ans li {
  margin-left: 0;
  border-bottom: 0px solid #ddd;
  padding: 0px 0 5px 20px;
  display: flex;
  align-items: flex-start;
  padding: 5px 0;
  margin-left: 0;
  border-bottom: 0;
  padding-left: 20px;
}

.modal-header .close {
  color: #fff;
  opacity: 1;
  /* margin-top: -20px; */
}

.modal-header h4 {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.cmo-select {
  font-weight: 600;
}

.cmo-select option {
  font-weight: normal;
}

.cmo-select option:checked {
  font-weight: 600;
}


@media (min-width: 576px) {
  .modal-dialog {
    /* max-width: 350px; */
    margin: auto;
    margin-right: 1px;
  }
}

.asset_nav {
  position: relative;
  background: #333;
  color: #fff;
  line-height: 30px;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  font-size: 16px;
  right: 0;
  z-index: 99;
  padding: 10px 0;
  text-align: center;
  padding-left: 20%;
}

img {
  max-width: 100%;
}

a:focus {
  outline: none;
}

.logo {
  padding: 10px;
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  height: 60px;
  align-items: center;
  background: #ffffff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-bottom: none;
  display: flex;
  justify-content: space-between;
    align-items: center;
}

.logoNoPadding {
  padding: 0 !important;
}

img.client-logo {
  max-height: 45px;
}

.logo span.showMoreCont {
  float: right;
  font-size: 12px;
  margin: 25px 50px 0 0;
}

.socialiconsTop {
  position: absolute;
  top: 20px;
  right: 30px;
}

.socialiconsTop span {
  display: inline-block;
}

.weblink {
  color: #035bfb;
  font-size: 16px;
  text-decoration: none;
  font-weight: normal;
  border-right: 1px solid #ccc;
  padding: 10px 20px 10px 0;
  margin-right: 20px;
}

.socialiconsTop span a {
  text-decoration: none;
  color: #035bfb;
  margin: 0 5px;
  border-radius: 50px;
  border: 1px solid #035bfb;
  display: inline-block;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
}

.socialiconsTop span a:hover {
  color: #999;
  border: 1px solid #999;
}


.left_col {
  position: relative;
  width: 365px;
  height: calc(100vh - 55px);
  margin-top: 86px;
  padding: 24px 25px 40px;
  overflow-y: auto;
  position: fixed;
  box-sizing: border-box;
}

.right_col {
  margin-left: 366px;
  width: calc(100% - 360px);
  height: calc(100% - 86px);
  position: absolute;
  top: 86px;
  overflow-y: auto;
}

.right-top-section {
  position: sticky;
  top: 85px;
  right: 0px;
  width: 100%;
  padding: 0px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  background: #808080 !important;
  z-index: 999;
  height: 20px;
}

.asset-label {
  float: left;
}

.asset-label h2 {
  margin: 0;
  padding: 0;
}

.asset-pagi {
  padding-top: 18px;
  display: block;
}

.ptitleNew {
  color: #035bfb;
}

.asset-download {
  float: right;
}

div#the-canvas {
  position: relative;
  z-index: 11;
}







.fa.fa-twitter::before {
  content: "ð•";
  font-size: 1.2em;
}

.asset-label h2,
.nav-subhead {
  font-size: 14px;
  font-weight: 600;
}

.nav-subhead {
  text-transform: uppercase;
  text-align: center;
  padding: 30px 0 25px;
}

.left_linkSpc {
  padding: 25px 5px 25px 25px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #f9f9f9;
}

.ls_mob {
  display: none;
  position: relative;
  z-index: 999;
  right: 30px;
  top: 30px;
  font-size: 28px;
  color: #000000;
}

.loader-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  background: #f6f4f5 !important;
}

.loader {
  position: relative;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  z-index: 9999;
  color: #fff;
}

.loader img {
  margin-right: 10px;
}

.asset-pagi {
  font-size: 12px;
}

.download_ctaTop {
  position: relative;
  padding-left: 10px;
  display: inline-block;
  padding-top: 5px;
}

.download_ctaTop button {
  background: #1c73ff;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 9px 30px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

.socialicons {
  position: relative;
  right: 4%;
  top: 105px;
  z-index: 99;
}

.socialicons .soc-label {
  display: block;
  padding-bottom: 5px;
  font-size: 12px;
}

.socialicons a {
  display: inline-block;
  margin: 0 2px;
  text-decoration: none;
  outline: none;
}

.socialicons a i {
  height: 24px;
  width: 24px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-size: 18px;
}

.download_ctaTop button {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.popupQuestDiv {
  position: relative;
  bottom: -5px;
  right: 20px;
  width: 315px;
  z-index: 9;
  box-shadow: 1px 0px 5px 0 rgba(0, 0, 0, 0.15);
}

.popupQuestDiv-head,
.btn-blue {
  border-radius: 5px 5px 0 0;
  padding: 5px 10px;
  min-height: 15px;
}

.popupQuestDiv-head {
  border-radius: 0px 0px 0 0;
}

.popupQuestDiv-head span.close {
  color: #fff;
  position: absolute;
  right: 10px;
  opacity: 1;
  text-shadow: none;
  cursor: pointer;
}

.popupQuest-htxt {
  color: #929497;
  font-size: 18px;
  text-align: center;
  padding: 0px 20px;
  font-weight: 500;
}

.pop-ans {
  padding: 5px 10px;
  margin: 0;
  color: #000000;
}

.pop-quest {

  text-align: left;
}

.pop-ans {
  list-style: none;
  margin: 0 0 0 0px;
  line-height: 21px;
  font-size: 14px;

}

.pop-ans li {
  margin-left: 0;
  border-bottom: 0px solid #ddd;
  padding: 0px 0 5px 15px;
}

.popupCTAdiv {
  padding: 10px 20px 30px;
}

.btn {
  display: inline-block;
  padding: 9px 30px;
  font-size: 14px;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.btn-blue {
  color: #fff;
}

.popupCTAdiv .btn {
  text-transform: uppercase;
}

div#the-canvas>div:first-child canvas {
  padding-top: 30px !important;
}

/*#mobileNavdiv{overflow-y:auto}
#mobileNavdiv::-webkit-scrollbar {width: 5px;}
#mobileNavdiv::-webkit-scrollbar-track{box-shadow: inset 0 0 5px grey;  border-radius: 10px;}
#mobileNavdiv::-webkit-scrollbar-thumb {background: #888; border-radius: 10px;}
#mobileNavdiv::-webkit-scrollbar-thumb:hover {background: #888; }*/
#pdf-main-container {
  position: relative;
}

.annotationLayer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.2;
  line-height: 1;
}

.annotationLayer>section {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  transform-origin: 0 0;
}

.annotationLayer>.linkAnnotation>a {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#the-canvas canvas {
  max-width: 100% !important;
  width: 100%;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: -3px;
}

div#the-canvas>div:last-child canvas {
  padding-bottom: 30px !important;
}

/*color theme*/
body,
.right-top-section {
  background: white;
}

.left_col {
  background: #f6f4f5;
}

.left_col {
  color: #fff;
}

.popupQuestDiv {
  background: #ffffff;
}

.popupQuestDiv-head,
.btn-blue {
  background: #fd9e0b;
}

.socialicons a.facebook i {
  background: #3c599b;
}

.socialicons a.twitter i {
  background: #1f9eef;
}

.socialicons a.linkedin i {
  background: #0076b4;
}

.socialicons a.whatsapp i {
  background: #019f02;
}

.socialicons a.email-icon {
  background: #969696;
}

.loaderAll {
  border: 4px solid #056e6e;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-thumb {
  background: #056e6e;
}


::-webkit-scrollbar-track {
  background: #d3d3d3;
}

::-webkit-scrollbar-thumb {
  background: #056e6e;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0056b3;
}



.displayNoneMob {
  display: block;
}

.bottom_mob_col,
.deskviw {
  display: none;
}



@media only screen and (min-width: 1920px) {
  .leftColumn {
    width: calc(100% - 21.6vw);
  }
}


@media only screen and (max-width: 1600px) {
  .left_col {
    width: 348px;
  }

  .bottom_links li {
    width: 255px;
  }

  .right_col {
    margin-left: 348px;
    width: calc(100% - 350px);
  }

  .titleText {
    font-size: 22px !important;
  }
}

@media only screen and (max-width: 1440px) {
  span.download_ctaTop {
    padding-right: 10px;
  }

  .titleText {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .bottom_links li .video-segment {
    height: 100px !important;
  }

  .modal-body {
    max-height: 170px;
  }

  .modal-title {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1365px) {
  .leftColumn {
    width: calc(100% - 49vw);
  }

  .nav-arrow {
    top: 45% !important;
  }
}

@media screen and (min-width: 1023px) and (max-width: 1366px) {
  .modal-title {
    font-size: 13px;
  }

  .leftColumn {
    width: calc(100% - 23vw);
  }

  .bottom_links li {
    width: 200px;
    /* height: 100px; */
  }

  .bottom_links li .video-segment {
    height: 90px !important;
  }

  .left_col {
    width: 294px;
  }

  .right_col {
    margin-left: 295px;
    width: calc(100% - 295px);
  }

  .marquue-text {
    left: 30%;
    right: 27%;
  }
}

@media only screen and (max-width: 1280px) {
  .leftColumn {
    width: calc(100% - 27.4vw);
  }
}

@media only screen and (max-width: 1100px) {
  .leftColumn {
    width: calc(100% - 27.8vw);
  }

  .questionBoxn {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1023px) {
  .nav-arrow {
    top: 40% !important;
  }

  .speakers {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .speaker {
    display: flex;
    align-items: center;
    flex: 1 1 clamp(200px, 30vw, 200px);
    gap: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
  }

  .grow1 {
    display: flex;
    flex-direction: column;
  }

  .layout {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .marquue-text,
  .cmo {
    display: none;
  }

  .leftColumn {
    top: 20px;
    width: calc(100% - 33.4vw);
    height: calc(100vh - 104px);
  }

  .right_col {
    top: 0;
    padding-top: 0;
  }

  .chat-widget {
    width: 30vw !important;
  }

  img.webinar-on-demand {

    height: 54px;
  }

  .container {
    padding: 0;
  }

  .asset_nav {
    height: 60px;
  }

  .logo {
    padding: 8px 20px;

    text-align: left;
    z-index: 9999;
    left: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* .logo img {
    height: 50px;
    width: auto;
    margin-left: 0;
    margin-top: 0;
  } */

  img.webinar-on-demand {
    height: 52px;

  }

  .right-top-section {
    position: relative;
    width: 100%;
    top: 55px;
    z-index: 1;
    padding: 15px 0;
    display: none;
  }

  .asset-label {
    float: none;
    text-align: center;
    padding-left: 0;
  }

  .asset-label h2 {
    font-size: 14px;
  }

  .right_col {
    width: 100%;
    /* height: 100%; */
    position: absolute;
    margin-top: 0px;
    margin-left: 0;
    left: 0;
    padding-top: 55px;
  }

  .ls_mob {
    display: block;
    cursor: pointer;
  }

  .right_col {
    width: 100%;
    /* height: 100%; */
    position: absolute;
    margin-top: 0px;
    margin-left: 0;
    left: 0;
    padding-top: 55px;
  }

  .ls_mob {
    display: block;
  }


  .download_ctaTop,
  .socialicons,
  .nav-subhead,
  .showMoreCont {
    display: none !important;
  }

  .asset_nav {
    top: 55px;
    padding-left: 0;
    line-height: 38px;
    height: 60px;
  }

  .bottom_linkspc {
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1023px) {
  .logo {
    width: 100%
  }

  .logo img.webinar-on-demand {
    height: 35px;
  }

  .left_col {
    width: 60%;
    margin-top: 55px;
    padding: 24px 21px 40px;
  }

  .leftColumn {
    background-color: #f6f4f5;
  }

  .displayNoneMob {
    display: none;
  }

  .bottom_col {
    padding: 0px;
  }

  .deskviw {
    display: block;
  }

  .bottom_mob_col {
    display: block;
    text-align: left;
    padding: 0 20px;
    background: #f6f4f5;
    padding-top: 25px;
  }


  .titleText {
    position: static;
    top: -44px;
    font-weight: 600 !important;
    font-size: 22px;
    margin: -15px 0 0;
    padding: 24px 0 0 !important;
  }
}

.titleBlock {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin-top: 10px;
}

.titleBlock .titleMain {
  margin: 0;
  padding: 0 !important;
  text-align: left;
  padding-left: 10px !important;
  padding-bottom: 10px;
}

.titleDescription {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #5c5c5c;
  margin: 2px 0 0;
  text-align: left;
  padding-left: 10px !important;
}

.segments_header {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin: 28px 0 12px;
  padding: 0 48px;
  box-sizing: border-box;
}

.segments_label {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #6b6b6b;
  text-transform: uppercase;
}

.segments_header::after {
  content: "";
  flex: 1;
  height: 2px;
  background: #cbd5e1;
  border-radius: 1px;
}



/*loader*/
#overlayLoader {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
  left: 0%;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  top: 0%;
  overflow: hidden;
}

.loaderAll {
  width: 30px;
  height: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: loader 2s infinite ease;
  z-index: 9999;
}


.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}


#yesBtn:disabled {
  background-color: #ccc;
  color: #000000;
  cursor: not-allowed;
  opacity: 0.7;
  /* border: 1px solid grey; */
  background: black;
  color: white;
}

.no-btn {
  background: rgb(2 125 184 / 60%) !important;
  color: grey;
  background: white !important;
  border: 1px solid grey;
}

.no-btn {
  background: rgb(2 125 184 / 60%) !important;
  color: grey;
  background: white !important;
  border: 1px solid grey;
}

.bts {
  bottom: 0;
}

.error-message-wrapper {
  min-height: 26px;
  margin-left: 28px;
}

.bottom_col {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  padding: 0px 20px 0px 20px;
  background: #f6f4f5;
  color: #000000;
  /* Remove any fixed height that might be causing vertical scrolling */
  height: auto;
  min-height: 150px;
  /* Adjust as needed */
  margin-top: 18px;
  margin-bottom: 10px;
}

.bottom_linkSpc {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  /* width: auto; */
  width: 98%;
  height: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.bottom_linkSpc::-webkit-scrollbar {
  display: none;
}

h4.webTitles {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  font-style: Medium;
  font-size: 20px;
  line-height: 0px;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 800;
  margin-top: 0;
}

.titleText {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: bold;
  font-style: Regular;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #000000;
  margin: 10px 0px 10px !important;
  text-align: center;
  padding: 24px;
}

.topics {
  margin-top: 25px;
}

.layout {
  width: 100%;
  display: flex;
  gap: 16px;
  align-items: center;
  padding-bottom: 15px;
}

.grow1 {
  flex-grow: 1;
}

.spkrsImg {
  border-radius: 50%;
  width: 65px;
  height: 65px;
  border: 1px solid #dff0ff;
}

.spkrsHdr {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  font-style: SemiBold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #000000;
  display: block;
}

.spkrsText {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #818181;
  display: block;
}

.spkrsText1 {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #818181;
  display: block;
  padding-bottom: 10px;
}


.topicsList {
  list-style: none;
  /* remove default bullets */
  margin: 0;
  padding-left: 0px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.topicsList li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 24px;
  border-top: 1px solid #cccc;
  padding-top: 8px;
  font-size: 14px;
}

.topicsList li::before {
  content: "\25CF";
  position: absolute;
  left: 0px;
  top: 0;
  font-size: 22px;
  line-height: 24px;
  padding-top: 6px;
  color: #056e6e;
}

.left_col .quotes,
.bottom_mob_col .quotes {
  border-left: 4px solid #000;
  padding-left: 16px;
  margin-top: 16px;
}

.quotes .topicsList {
  font-size: 14px;
  line-height: 22px;
}

.quotes .topicsList li {
  font-size: 13px;
  line-height: 20px;
}


.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.custom-play-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.custom-play-btn img {
  width: 80px;
  height: 80px;
}

.video-overlay {
  pointer-events: none;
}

.video-overlay button {
  pointer-events: auto;
}


.bottom_links {
  display: flex;
  gap: 17px;
  padding: 0 20px 0 0px;
  margin: 0;
  list-style: none;
  /* margin-right: -25px; */
  justify-content: left;
}

.bottom_links li {
  line-height: 16px;
  position: relative;
  margin: 0;
  display: inline-block;
  align-items: center;
  width: 205px;
  min-height: 90px;
  text-align: center;
  cursor: pointer;
}

/* Thumbnail wrapper */
.bottom_links li .video-segment {
  display: block;
  /* width: 205px; */
  height: 130px;
  /* fixed thumbnail height */
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transition: transform 0.2s;
}

/* Timing badge inside thumbnail */
.bottom_links li .time-badge {
  position: absolute !important;
  bottom: 6px;
  right: 6px;
  background: #056e6e;
  color: #fff;
  font-size: 16px;
  font-weight: 400 !important;
  padding: 5px 6px;
  border-radius: 10px;
  width: auto;
  height: 18px !important;
  line-height: 18px;
}

/* Title below thumbnail */
.bottom_links li .segment-title {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  font-weight: normal;
  color: #056e6e;
  max-width: 190px;
  position: relative;
  left: -1px;
  text-wrap: auto;
}

/* Optional hover zoom */
.bottom_links li .video-segment:hover {
  transform: scale(1.03);
}

/* Arrows styling */
.nav-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  /*height: 40px;
  width: 40px; */
  background: transparent;
  color: #9a9999;
  border: none;
  /* border-radius: 50%; */
  cursor: pointer;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.nav-arrow.left {
  left: 0px;
  width: 25px;
}

.nav-arrow.right {
  right: 0px;
  width: 25px;
}

.nav-arrow.left i {
  position: relative;
  top: -1.7px;
  left: -1px;
}

.nav-arrow.right i {
  position: relative;
  top: -1.7px;
  right: -1px;
}

.webinar-header {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 60px);
  align-items: center;
  padding: 10px 20px;
}


/* .webinar-header img {
  max-height: 45px;
} */

.webinar-badge {
  display: inline-block;
  padding: 10px 25px;
  background-color: #056e6e;
  color: #ffffff;
  font-size: 19px;
  font-weight: 400;
  font-family: "Montserrat", Arial, sans-serif;
  border-radius: 10px;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 992px) {
  /* .webinar-header img {
    height: 30px;
  } */

  .logo img.webinar-on-demand {
    height: 25px;
  }

  .webinar-badge {
    font-size: 15px;
    padding: 10px;
  }

  .titleText {
    font-size: 18px !important;
    line-height: 24px;
  }

  .custom-play-btn img {
    width: 70px;
    height: 70px;
  }

  .webinar-header {
    padding: 10px 0px;
    width: calc(100% - 40px);
  }
}

@media (max-width: 768px) {
  .segments_header {
    padding: 0 16px;
    margin: 20px 0 8px;
  }

  .modal-body {
    max-height: 100px;
  }

  .logo img.webinar-on-demand {
    height: 30px;
  }

  .bottom_links li .video-segment {
    height: 120px !important;
  }

  .bottom_links li .segment-title {
    margin: 10px auto;
    max-width: 90%;
  }

  /* .webinar-header img {
    height: 35px;
  } */
img.client-logo {
    max-height: 35px;
}
  .modal {
    min-height: 230px !important;
    width: 96%;
    margin: 0 auto;
  }

  .pop-ans li {
    margin-left: 0;
    border-bottom: 0px solid #ddd;
    padding: 2px 0 0px 20px;
  }
}

@media (max-width: 480px) {
  .inner-cookie-block {
    padding: 0px;
  }

  .modal-body {
    max-height: 125px;
  }

  .bottom_links li .time-badge {
    font-size: 14px;
    padding: 4px;
  }

  .bottom_linkSpc {
    width: 96%;
  }

  .bottom_col {
    padding: 10px 15px;
  }

  .logo img.webinar-on-demand {
    height: 20px;
  }

  .left_col {
    margin-top: 32px;
    width: 100%;
  }

  .webinar-header {
    width: calc(100% - 30px) !important;
    padding: 5px 0px !important;
  }

  .custom-play-btn img {
    width: 50px;
    height: 50px;
  }

  .webinar-badge {
    font-size: 9px;
    padding: 8px;
  }

  .titleText {
    top: -20px;
    font-weight: 600 !important;
    padding-top: 20px !important;
    line-height: 20px !important;
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px !important;
  }

  .topicsList li,
  .cookie-container p,
  .spkrsText {
    font-size: 12px;
    line-height: 18px;
  }

  h4.webTitles {
    font-size: 16px;
    line-height: 1;
  }

  .logo {
    width: 100%;
    padding: 8px 15px;
  }

  img.client-logo {
    max-height: 25px;
  }

  .titleBlock {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    font-size: 16px !important;
  }

  .center {
    display: flex;
  }

  .leftColumn {
    top: 60px;
    background-color: #fff;

  }

  .speakers {
    gap: 5px;
  }

  .displayNoneMob {
    display: none;
  }

  .deskviw {
    display: block;
  }

  .bottom_mob_col {
    display: block;
    text-align: left;
    padding: 0 15px 2vh;
  }

  .right_col {
    top: 0;
    padding-top: 0;
  }

  .asset_div,
  div#the-canvas>div:first-child canvas,
  .chat-widget {
    padding-top: 0 !important;
  }

  .leftColumn {
    width: 100% !important;
    position: relative;
    z-index: 11;
    height: calc(100vh - 155px);
  }

  .pop-quest,
  .pop-ans li,
  .modal-header h4 {

    font-size: 12px;
    list-style: 18px;
  }

  .modal-footer,
  .modal-header {
    padding: 0.5rem;
  }
}

@media (max-width: 462px) {
  .speaker {
    flex: 0 1 auto;
  }
}

@media (max-width: 360px) {
  .webinar-badge {
    font-size: 8px;
    padding: 8px;
  }

  img.client-logo {
    max-height: 20px;
  }

  .logo img.webinar-on-demand {
    height: 20px;
  }

  .topicsList li,
  .cookie-container p,
  .spkrsText {
    font-size: 10px !important;
    line-height: 16px;
  }

  .spkrsHdr {
    font-size: 12px !important;
  }

  .titleText {
    font-size: 12px !important;
    line-height: 17px !important;
    padding: 10px;
  }

  .leftColumn {
    top: 50px;
  }

  h4.webTitles {
    font-size: 14px;
    line-height: 1;
  }

  body {
    font-size: 12px !important;
  }
}


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

.bottom_linkSpc {
  /* flex: 1; */
  overflow: hidden;
  /* no half thumbnails */
}

.bottom_links {
  display: flex;
  /* gap: 14px;  */
  padding: 0 5px;
  margin: 0;
  list-style: none;
  transition: transform 0.3s ease;
}


@media (min-width: 1751px) {
  .bottom_links {
    justify-content: center !important;
  }

  .bottom_links li {
    flex: 0 0 calc(100% / 5 - 12px);
    /* default: 5 items per row */
    max-width: calc(100% / 5 - 12px);
  }
}

/* 4 thumbnails */
@media (max-width: 1750px) {
  .bottom_links li {
    flex: 0 0 calc(100% / 4 - 12px);
    max-width: calc(100% / 4 - 12px);
  }
}

/* 3 thumbnails */
@media (max-width: 1200px) {
  .bottom_links li {
    flex: 0 0 calc(100% / 3 - 12px);
    max-width: calc(100% / 3 - 12px);
  }

  .modal-header h4,
  .pop-quest,
  .pop-ans li {
    font-size: 12px;
    line-height: 18px;
  }

  .pop-ans li {
    padding: 0px 10px 5px 10px;
  }


}

/* 3 thumbnails */
@media (max-width: 990px) {
  .bottom_links li {
    flex: 0 0 calc(100% / 3 - 12px);
    max-width: calc(100% / 3 - 12px);
  }
}

@media (max-width: 768px) {
  .bottom_links li {
    flex: 0 0 calc(100% / 3 - 12px);
    max-width: calc(100% / 3 - 12px);
  }
}

@media (max-width: 540px) {
  .bottom_links li {
    flex: 0 0 calc(100% / 2 - 12px);
    max-width: calc(100% / 2 - 12px);
  }
}

/* 2 thumbnail */
@media (max-width: 480px) {
  .bottom_links li {
    flex: 0 0 100%;
    max-width: 48%;
  }

  .bottom_links li .video-segment {
    height: 90px !important;
  }

  .bottom_links {
    gap: 10px
  }
}