
.notes {
  margin: auto;
  padding: 2rem 1.2rem 0;
  max-width: 35rem;
  font-family: Open Sans, sans serif;
  text-align: center;
}

@media (max-width: 767px){
  .text-block {
    position: absolute;
    bottom: -147px!important
    left: 20px;
    /* background-color: black; */
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}

}


@media (max-width: 675px) {

.lg-hotspot__button {
    height: 30px!important;
    width: 30px!important;
    padding: 0px;
    border-radius: 100%;
    border: 1px solid #ff6000a8;

}

.text-block {
    position: absolute;
    bottom: -122px!important;
    left: 20px;
    /* background-color: black; */
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}


  
}


@media (max-width: 985px) {
.displ{
margin-top: -108px;
}
  
}

@media (max-width: 575px) {

.lg-hotspot__button {
    height: 30px!important;
    width: 30px!important;
    padding: 0px;
    border-radius: 100%;
    border: 1px solid #ff6000a8;

}
.content_block_7 .content-box .video-btn{

  
}

  

.displ{margin-top: -190px;}

    .u-section-1 .padding2 {
    padding-left: 0px;
    padding-top: 67px;
    /* padding-right: 10px; */
  }

.text-block {
    position: absolute;
    bottom: -172px!important;
    left: 20px;
    /* background-color: black; */
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}


  
}
.text-block {
  position: absolute;
  bottom: 292px;
  left: 20px;
  /* background-color: black; */
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}

.lg-container {
  max-width: 100%;
  position: relative;
  /* margin: 1rem; */
  padding: 0;
}

.lg-image {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}

.lg-hotspot {
  position: absolute;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
  z-index: 0;
  cursor: pointer;
}
.lg-hotspot:hover .lg-hotspot__button, .lg-hotspot:active .lg-hotspot__button {
  border-color: #4c9aff;
  box-shadow: 0px 0px 6px 4px #3ec9ffde;
}
.lg-hotspot:hover .lg-hotspot__button:after, .lg-hotspot:active .lg-hotspot__button:after {
  background-color: #ff774c;
}
.lg-hotspot--selected {
  z-index: 999;
}
.lg-hotspot--selected .lg-hotspot__label {
  opacity: 1;
}
.lg-hotspot__button {
  height: 48px;
  width: 48px;
  padding: 0px;
  border-radius: 100%;
  border: 1px solid #ff6000a8;
  box-shadow: 0 2px 7px 7px rgb(255 125 32 / 20%);
  z-index: 999;
  animation: button-pulse 2s ease-in-out infinite;
}
.lg-hotspot__button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  content: "";
  display: block;
  height: 16.8px;
  width: 16.8px;
  border-radius: 100%;
  border: 3px solid white;
  background-color: #ff6000;
  transition: border-color 1s linear;
}
.lg-hotspot__label {
  position: absolute;
  padding: 0 0 1.1em 0;
  width: 29em;
  max-width: 50vw;
  /* background-color: white; */
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); */
  font-family: "Open Sans", sans-serif;
  font-size: 14.5px;
  line-height: 1.45em;
  z-index: -1;
  pointer-events: none;
  border-radius: 2px;
  user-select: none;
  opacity: 0;
  transition: all 0.1s linear;
}
.lg-hotspot__label h4 {
  margin: 0;
  padding: 0.65em 24px;
  background-color: #197adf;
  font-size: 1.1em;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: white;
  border-radius: 20px 20px 0 0;
}
.lg-hotspot__label p {
  margin: 0;
  padding: 1.1em 24px 0 24px;
  color: #333;
}

.lg-hotspot--top-left .lg-hotspot__label {
  top: 24px;
  left: 24px;
}

.lg-hotspot--top-right .lg-hotspot__label {
  top: 24px;
  right: 24px;
}

.lg-hotspot--bottom-right .lg-hotspot__label {
  right: 24px;
  bottom: 24px;
}

.lg-hotspot--bottom-left .lg-hotspot__label {
  bottom: 24px;
  left: 24px;
}

@keyframes button-pulse {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  40% {
    transform: scale(1.15, 1.15);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}