/** Grid Styles
** @Since 1.0.0
***** 1. Initial Grid Layout
***** 2. Selected Grid Layout
***** 3. Grid Items
***** 4. Social Share
***** 5. Animated Arrows
**
**/

::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #686664;
}
::-webkit-scrollbar-thumb:horizontal:hover,
::-webkit-scrollbar-thumb:vertical:hover {
  background: #393812;
}

#trending-topics-grid * {
  box-sizing: border-box !important;
}

/*1. Sets the Initial Grid Layout*/
#trending-topics-grid {
  width: 100%;
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
  margin: 10px 0 100px;
}

/*2. Selected Grid Layout*/
#trending-topics-grid.trentop-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  grid-template-columns: unset;
  margin-bottom: 30px;
}

/*3. Grid Items Styles*/
#trending-topics-grid.trentop-list .trentop-item.trentop-item-active {
  position: absolute;
  top: 0px;
  left: 308px;
  height: 100%;
  width: calc(100% - 308px);
}
#trending-topics-grid.trentop-list
  .trentop-item.trentop-item-active
  .grid-item-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
}
#trending-topics-grid.trentop-list
  .trentop-item.trentop-item-active
  .grid-item-wrapper
  .item-body-large {
  flex-grow: 1;
}
#trending-topics-grid.trentop-list
  .trentop-item.trentop-item-active
  .grid-item-wrapper
  .item-body-large
  .outer-chart-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#trending-topics-grid.trentop-list
  .trentop-item.trentop-item-active
  .grid-item-wrapper
  .item-body-large
  .outer-chart-wrapper
  .trentop-item-graph {
  flex-grow: 1;
  margin-bottom: 20px;
  align-items: center;
  background: rgba(80, 183, 73, 0.15);
  border-radius: 5px;
  padding-left: 14px;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.line-chart-wrapper {
  height: 100%;
  width: 100%;
}
.line-chart-wrapper svg {
  overflow: visible;
}
.trentop-item-hidden {
  border-color: transparent;
}

.trentop-item {
  width: 100%;
  background: #ffffff;
  border: 3px solid #1f2326;
  border-radius: 10px;
  cursor: pointer;
  height: 140px;
  transition: left 0.5s, top 0.5s, width 0.5s;
  padding: 4px 8px 0 8px;
}

.trentop-item#powered-by-grid {
  cursor: default;
}

.trentop-item-active {
  padding: 16px;
}

.item-header .trentop-item-title {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  flex-grow: 1;
  margin-top: 5px;
}

.trentop-item:not(.trentop-item-active) .topic-title {
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#trending-topics-grid.trentop-list .trentop-item {
  width: 300px;
  height: 60px;
}

#trending-topics-grid.trentop-list #powered-by-grid {
  display: none;
}

.trentop-item.trentop-item-active {
  cursor: auto;
}

.hidden-opacity {
  opacity: 0 !important;
}

[role="tooltip"] {
  position: absolute;
  width: 240px;
  padding: 0.5em 1em;
  border-radius: 0.25em;
  color: #FFF;
  background: #2c3738;
  opacity: 1;
  transition: opacity 0.3s;
  font-size: 14px;
}
[role="tooltip"]::after {
  content: " ";
  position: absolute;
  bottom: 100%; /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #fdeae7 transparent;
}

.item-header [role="tooltip"] {
  margin: 80px 0 0 120px;
  z-index: 10;
}
.item-body-grid [role="tooltip"] {
  top: 30px;
  width: auto;
}
.subtopics-swimlane-wrapper [role="tooltip"],
.subtopics-radial-wrapper [role="tooltip"] {
  margin: 10px 0px 0px -120px;
}
.subtopics-swimlane-wrapper [role="tooltip"]::after,
.subtopics-radial-wrapper [role="tooltip"]::after {
  content: none;
}

.item-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.section-hint-container.location-one,
.section-hint-container.location-three {
  position: absolute;
  top: 0;
}

/*Hide and display*/
.show-on-selected {
  display: none;
}

.elementor-editor-active .show-on-selected {
  display: flex;
}

.show-on-selected.show {
  display: block;
}

.hide-on-selected {
  display: flex;
}

.hide-on-selected.hide {
  display: none;
}

.trentop-list .trentop-item-icon,
.trentop-list .item-header .trentop-item-tooltip {
  display: none !important;
}

.trentop-item-icon {
  align-content: end;
  text-align: end;
}

.item-body-large,
.item-body-large-footer {
  display: none;
}

.trentop-item-active .item-body-large-footer {
  display: block;
}
a.section-hint,
.hint-text a,
p.top-header {
  font-size: 20px;
  font-weight: bold;
}
.trentop-item-active .item-body-large {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.item-body-grid {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-top: 20px;
}

.trentop-list .item-body-grid {
  display: none;
}

/*
*4. Social Sharing
*/
.qd-share-grid {
  display: flex;
  gap: 12px;
  flex-direction: row;
  position: relative;
  z-index: 100;
}

.qd-share-grid .social-share {
  width: 45px;
}

.social-links-praph {
  width: 250px;
  margin-bottom: 30px;
}

/*
*5. Animated Arrows
*/
.grid-footer .hint-text,
.section-hint {
  cursor: pointer;
  z-index: 200;
  position: relative;
}

.animated-arrows lottie-player {
  height: 300px;
  width: 300px;
}

.arrow-up.arrow-right lottie-player {
  transform: rotate(-80deg);
}

.arrow-down.arrow-right lottie-player {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.arrow-up.arrow-left lottie-player {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.arrow-down.arrow-left lottie-player {
  position: absolute;
  right: 0;
  margin: 140px 240px 0 0;
  transform: rotate(30deg);
}

.qd-arrows-explore-subtopics {
  position: absolute;
  margin: 230px 0 0 -220px;
}
.qd-arrows-explore-subtopics .animated-arrows lottie-player {
  transform: rotate(60deg);
  width: 392px;
  height: 492px;
}

.qd-arrows-section-location-one {
  position: absolute;
  z-index: 100;
  margin: -155px 0 0 -205px;
}
.qd-arrows-section-location-one .animated-arrows lottie-player {
  transform: rotate(65deg);
  width: 340px;
  height: 428px;
}

.location-two p.section-hint {
  display: inline;
}
.qd-arrows-section-location-two {
  position: absolute;
  z-index: 1;
  margin-top: -75px;
}
.qd-arrows-section-location-two .animated-arrows lottie-player {
  transform: scaleX(-1) rotate(100deg);
  width: 258px;
  height: 203px;
}

.qd-arrows-section-location-three {
  position: absolute;
  z-index: 100;
  margin-top: -90px;
}
.qd-arrows-section-location-three .animated-arrows lottie-player {
  transform: scaleX(-1) rotate(60deg);
  width: 350px;
  height: 350px;
}

/*Popularity bar*/
.popularity-bar-wrapper {
  width: 100%;
  background: #e9eef7;
  border-radius: 3px;
  height: 22px;
  margin-bottom: 4px;
}

.item-body-large .popularity-outer-wrapper {
  background: rgba(80, 183, 73, 0.15);
  color: #50b748;
  border-radius: 3px;
  padding: 16px;
  font-size: 14px;
}

.popularity-bar-wrapper .popularity-bar {
  background: #50b748;
  height: 22px;
  border-radius: 3px;
}

.trentop-item-description .label-alert {
  background: #fdeae7;
  border-radius: 5px;
  color: #fa998c;
  font-size: 13px;
  text-transform: uppercase;
  padding: 16px 8px;
  text-align: center;
}

/*Text*/
p,
h3 {
  color: #1f2326;
}

.primary-text {
  color: #50b748;
}

.trentop-item-number.primary-text {
  margin: 0px;
}

.item-body-large .trentop-item-description {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 250px;
}

.trentop-item {
  font-size: 18px;
  line-height: 1.2;
  align-items: center;
}

.topic-title {
  font-weight: bold;
  font-size: 22px;
}

.subtopic-title {
  font-weight: bold;
  font-size: 18px;
}

.smaller-text {
  font-size: 16px;
}

.grid-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.grid-footer .powered-by {
  flex-grow: 1;
  justify-content: end;
  text-align: end;
  display: flex;
}

.trentop-item-label {
  font-size: 12px;
  font-style: italic;
  color: #50b748;
}

/* Charts*/
/*
.subtopics-radial-text-column {
  background: url("../images/static-line.svg") no-repeat -45px 260px;
}
*/

.radial-wrapper {
  padding: 16px;
  width: 100%;
  background: #ffffff;
  border: 3px solid #1f2326;
  border-radius: 10px;
  cursor: pointer;
}

.swimlane-wrapper {
  width: 100%;
}

.subtopics-grid-wrapper {
  background: #e9eef7;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 24px;
}

.datagrid-wrapper {
  flex-grow: 1;
  overflow-y: auto;
  max-height: 400px;
  padding-right: 8px;
}

.subtopics-datagrid-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.datagrid-footer {
  display: flex;
  flex-direction: row;
  gap: 16px;
  font-size: 14px;
  align-items: center;
}

.subtopics-item {
  padding: 8px 16px;
  border-radius: 10px;
  width: 100%;
  border: 3px solid #1f2326;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.subtopic-title {
  flex-grow: 1;
}
.subtopic-title a {
  color: #1f2326;
}

.subtopics-tiles {
  display: flex;
  overflow: auto;
  padding-bottom: 10px;
}

.subtopics-tiles .tile {
  flex: 0 0 24%;
  margin: 0.5%;
}
.subtopics-tiles .tile .inner-tile-border {
  background: #ffffff;
  padding: 8px 0;
  border: 3px solid #1f2326;
  border-radius: 10px;
}
.subtopics-tiles .tile .inner-tile {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.tile-footer {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-items: end;
  margin-bottom: 20px;
}

.tile-title {
  height: 100px;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
}

.button-wrapper a {
  background: #2c3738;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  border-radius: 6px 6px 6px 6px;
  padding: 16px 0 16px 0;
  width: 140%;
  display: block;
  text-align: center;
}

.page .button-wrapper a:hover {
  background: #50b748;
  color: #ffffff;
}

.tile-description {
  font-size: 16px;
  flex-grow: 1;
}

.trentop-item.tooltip {
  border-bottom: 3px solid #1f2326 !important;
}

.section-header {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.subtopics-radial-wrapper,
.subtopics-swimlane-wrapper {
  background: #ffffff;
  padding: 10px;
  border-radius: 10px;
  border: 3px solid #1f2326;
  text-align: center;
  overflow: visible;
  margin-bottom: 50px;
  color: #7b6cdf, #5443bd, #fa998c, #f17a6a, #c64433, #745ff1, #50b748;
}
.subtopics-swimlane-wrapper {
	margin-bottom: 30px;
}
.radial_chart_holder svg {
  overflow: visible;
}
.radial_chart_holder,
.bubble_chart {
  overflow: visible;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/** Ajaxloder **/
.animated-loader-tiles {
  height: 180px;
}

/** Bubble **/
.bubble .node:hover circle {
  stroke-width: 1px;
  stroke: #1f2326;
  filter: brightness(85%);
}

/** Radial **/
.node:hover {
  fill: #1f2326;
}

.link {
  stroke: #6f7c85;
  stroke-opacity: 0.6;
  fill: none;
  pointer-events: none;
}

.node {
  font-size: 12px;
}

.node:hover,
.node--source,
.node--target {
  font-weight: 700;
}

.link--source,
.link--target {
  stroke-opacity: 1;
  stroke-width: 2px;
}

.node--source {
  fill: #50b748;
}

.node--target {
  fill: #c64433;
}

.link--source,
.link--target {
  stroke-opacity: 1;
  stroke-width: 2px;
}

.link--source {
  stroke: #c64433;
}

.link--target {
  stroke: #50b748;
}

.radial_chart_holder svg {
  background: white;
}

.swimlane-bubble-big,
.swimlane-bubble-small {
  color: transparent !important;
  display: inline-block;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.hint-text a,
a.section-hint {
  color: #777;
}

.svg-loader {
  max-width: 200px;
  margin: 0 auto;
}

.scroll-arrow-container {
  width: 30px;
  height: 30px;
  animation: scroll-bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  margin-left: auto !important;
  margin-right: auto !important;
}

.scroll-arrow-down {
  height: 8px;
  background: #f7aaa0;
  transform: rotate(45deg);
  transform-origin: 0% 0%;
  border-radius: 5px;
}
.scroll-arrow-down.bottom {
  background: #ed4f39;
  margin-top: 15px;
}
.scroll-arrow-down:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 100%;
  border-radius: 5px;
  background: #f7aaa0;
  transform: rotate(-90deg);
  transform-origin: 0% 100%;
}
.scroll-arrow-down.bottom:after {
  background: #ed4f39;
}
@keyframes scroll-bounce {
  50% {
    transform: translateY(-15px);
  }
}

.trentop-item:hover {
  background:#F1EFFE;
}

.trentop-item .topic-title {
  text-decoration: underline;
  /*
  text-decoration-color: blue;
  color: blue;
  */
}

.trentop-item-active:hover {
  background:#fff;
}

#trending-topics-grid > div:first-of-type {
  background-color: #fff;
  animation-name: color;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes color {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #F1EFFE;
  }
  100 {
    background-color: #fff;
  }
}

.first_promt {
  display:none;
  width: 290px;
  /* height: 100px; */
  background: #2c3738;
  position: absolute;
  left: 1px;
  top: -90px;
  padding: 20px 30px;
  text-align: center;
  font-weight: bold;
  color: white;
  border-radius: 14px 52px 0px 42px;
  z-index: 10;
}

.prompt_box {
        width: 245px;
    background: #ED4E39;
    z-index: 9999;
    font-size: 20px;
    padding: 15px 37px;
    text-align: center;
    font-weight: bold;
    color: white;
    border-radius: 14px 52px 0px 42px;
    margin: 0 auto 10px;
    position: fixed;
    bottom: 0px;
    left: 14px;
    /* top: -2px; */
    /* right: 1px; */
    display: none;
}

.prompt_box.current {
    display:block;
}

.prompt_box a {
	color: #FFF;
}

.prompt_box a:hover {
	color: #FFF !important;
  text-decoration: underline;
}

.qd-share-grid {
  display: initial;
  margin-top: -8px;
}

.social-title {
  font-size: 18px;
  font-weight: bold;
}

.social-share {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}

.social-share a {
  position: relative;
}

.social-share strong {
  border-radius: 100px 100px 10px 100px;
  width: 50px;
  height: 40px;
  padding: 10px;
  margin: 5px;
  cursor: pointer;
  overflow: hidden;
  display: block;
}

.social-share strong img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(100%);
}

.social-share span {
  background: #fa998d;
  width: 140px;
  height: 34px;
  line-height: 24px;
  color: #FFF;
  padding: 5px;
  border-radius: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  z-index: -1;
  position: absolute;
  top: 9px;
  left: 40px;
}

.facebook-share strong {
  background: #3B5998;
}

.linkedin-share strong {
  background: #0077B5;
}

.twitter-share strong {
  background: #00acee;
}


/** Media versions **/

/* Override elementor top and bottom padding. */
.elementor-element {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (min-width: 1025px) {
  .trentop-item:nth-child(4n) .item-header [role="tooltip"] {
    margin-left: 10px;
  }
  .trentop-item:nth-child(4n) .item-header [role="tooltip"]::after {
    left: 90%;
  }
}

@media (max-width: 1024px) {
  #trending-topics-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .subtopics-tiles .tile {
    flex: 0 0 32%;
  }

  .arrow-down.arrow-left svg {
    display: none;
  }
}
@media (min-width: 901px) and (max-width: 1024px) {
  .trentop-item .item-header [role="tooltip"] {
    margin-left: 155px;
  }
  .trentop-item:nth-child(3n) .item-header [role="tooltip"] {
    margin-left: 55px;
  }
  .trentop-item:nth-child(3n) .item-header [role="tooltip"]::after {
    left: 90%;
  }
}

@media (max-width: 900px) {
  #trending-topics-grid {
    grid-template-columns: 1fr 1fr;
  }
  #trending-topics-grid.trentop-list .trentop-item {
    width: 100%;
  }
  #trending-topics-grid.trentop-list .trentop-item.trentop-item-active {
    position: static;
    width: 100%;
  }

  .subtopics-tiles .tile {
    flex: 0 0 49%;
  }

  .qd-arrows-explore-subtopics {
    display: none;
  }

  .subtopics-radial-text-column {
    background: none;
  }
}
@media (min-width: 769px) and (max-width: 900px) {
  .trentop-item .item-header [role="tooltip"] {
    margin-left: 155px;
  }
  .trentop-item .item-header [role="tooltip"]::after {
    left: 95%;
  }
}

@media (max-width: 768px) {
  .trentop-item-active .item-body-large {
    flex-wrap: wrap;
  }
  .item-body-large .trentop-item-description {
    width: 100%;
  }

  #trending-topics-grid.trentop-list {
    margin-bottom: 0;
  }
  .subtopics-radial-wrapper,
  .subtopics-swimlane-wrapper {
    margin-bottom: 0;
  }

  .animated-arrows,
  .hint-text,
  .section-hint-container {
    display: none;
  }

  .social-share {
    max-width: 75px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .trentop-item .item-header [role="tooltip"] {
    margin-left: 80px;
  }
  .trentop-item .item-header [role="tooltip"]::after {
    left: 210px;
  }
}

@media (max-width: 720px) {
  .subtopics-tiles .tile {
    flex: 0 0 75%;
  }
}

@media (max-width: 480px) {
  #trending-topics-grid {
    grid-template-columns: 1fr;
  }
  .trentop-item .item-header [role="tooltip"] {
    margin-left: 190px;
  }
  .trentop-item .item-header [role="tooltip"]::after {
    left: 210px;
  }

  .subtopic-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 250px;
  }

  .grid-footer .hint-text {
    width: auto;
  }
}

.fa-lightbulb-o {
   font-size: 25px;
}

@media only screen and (max-width: 1350px) {
 .prog_outer {
    display: none;
}
}

@media only screen and (max-width: 1769px) {
     .prog_label {
        display: none;
    }
    
    .prog-boxes.scroll {
        background: transparent !important;
    }
    
    .prog-boxes {
         background: transparent !important;
             
        position: absolute;
        /* height: 54%; */
        width: 263px;
        /* background: white; */
        top: 4px;
        left: -8% !important;
        
        z-index: 10;
        padding: 20px;
    }
    
    .prog-boxes.fixed {
        left: 1% !important;
    }
}

    .prog-boxes.fixed {
        position: fixed;
        /* height: 54%; */
        width: 263px;
        background: white;
        top: 99px;
        left: 1%;
        display: none;
        z-index: 2;
        padding: 20px;
    }
    
    .prog-boxes.scroll {
        position: absolute;
        /* height: 54%; */
        width: 263px;
        background: white;
        /* bottom: 18%; */
        /* top: -130%; */
        /*margin-top: -721px;*/
        /*margin-left: -380px;*/
        left: 5%;
        display: none;
        z-index: 10;
    }
    
    .prog-boxes {
        display: none;
        position: absolute;
    /* height: 54%; */
    width: 263px;
    background: white;
    top: 4px;
    left: -26.5%;
    display: none;
    z-index: 10;
    padding: 20px;
    }
    
    .prog-box {
        height: 10px;
        width: 10px;
        color: grey;
        font-size: 19px;
       /*border: 1px solid red;*/
    }
    
    .prog-box a {
        color:grey !important;
    }
    
    .prog-box a.active {
         /*background: red;*/
         /*color:#ED4E39;*/
         animation: color-change 1s infinite;
    }
    
    .prog-box a.current{
        color: #50b748 !important;
    }
    
    .prog-box a:hover{
        color: #50b748 !important;
    }
    
    .prompt_box {
    background: #50b748;
    }
    
    .prompt_box a {
    color: #FFF !important;
    }
    
    .prog_wrap {
         margin-bottom: 33px;
         position: relative;
    }
    
    .prog_label {
        position: absolute;
        top: 0;
        left: 30px;
        width: 200px;
    }
    
    @keyframes color-change {
  0% { color: grey; }
  50% { color: #ED4E39; }
  100% { color: grey; }
}

/* Modal */
.blocker {
  z-index: 9999;
}

.modal {
  max-width: 900px;
  text-align: center;
}

.play-promt {
  position: absolute;
  z-index: 999;
  width: 150px;
  height: 110px;
  background: #e7f5e5;
  border-radius: 50px 50px 50px 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
  align-items: center;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 5px solid #50b749;
}

.play-promt i {
  font-size: 14px;
  background: #50b748;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 25px;
  line-height: 25px;
  padding-left: 3px;
}

.play-promt strong {
  font-size: 23px;
  color: #50b748;
}

.play-promt span {
  font-size: 15px;
  line-height: 15px;
  color: #50b748;
}

.play-promt:hover {
  cursor: pointer;
  background: #2c3738;
}

.play-promt:hover span,
.play-promt:hover strong {
  color: #fff;
}

.pp-location1 {
  top: -105px;
  right: -50px;
}

.pp-location2 {
  left: -70px;
  bottom: 5px;
}

.pp-location3 {
  right: -70px;
  top: 0;
}

.pp-location4 {
  right: -70px;
  bottom: -15px;
}

.pp-location5 {
  top: 0;
  left: -60px;
}

@media screen and (max-width: 1500px) {
  .pp-location1 {
    right: 0;
  }

  .pp-location2 {
    left: 0;
  }

  .pp-location3 {
    right: 0;
  }

  .pp-location4 {
    right: 0;
  }

  .pp-location5 {
    left: 0;
  }
}

@media screen and (max-width: 900px) {
  .radial_chart_holder {
    margin-bottom: 100px;
  }

  .bubble_chart {
    margin-bottom: 110px;
  }

  .subtopics-grid-wrapper {
    margin-top: 120px;
  }

  .pp-location1 {
    top: -115px;
    right: 5px;
  }

  .pp-location2 {
    left: 15px;
    bottom: 40px;
  }

  .pp-location3 {
    top: -70px;
  }

  .pp-location4 {
    right: 15px;
    bottom: 40px;
  }

  .pp-location5 {
    top: 420px;
    left: 5px;
  }
}