.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.align-justify {
  text-align: justify;
}
.widget .style1 {
  padding-left: 0;
  padding-top: 0;
}

.style1 h5 {
  font-size: 20px;
  font-weight: 800;
}

.pointer-cursor{
  cursor: pointer;
}

/* Responsive iframe */

.responsive-iframe-livemedia {
  position: relative;
  z-index: 1;
  height: 0px;
  padding-bottom: 56.2%;
}

.responsive-iframe-livemedia > iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 110%;
}
