

.video-play-button {
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 97px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 27px;
    height: 41px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: #181b1e;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
      cursor: pointer;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: #181b1e;
  border-radius: 50%;
  transition: all 200ms;
      cursor: pointer;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 22px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;    top: 9px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
}



.header-mn h2 {
    /* padding: 0px 46px; */
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}
  .header-mn {
    background: #03A9F4;
    left: 0;
    border-radius: 4px;
    padding: 8px 29px;
    /* font-size: 16px; */
    box-shadow: 2px 2px 6px 1px #00000026;
    /* color: #fff; */
    width: 100%;
    position: fixed;
    top: 0;
    /* padding: 1em 0; */
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14);
    border-radius: 0px 0px 0px 27px;
    text-align: left;
}
.drop-ortic {
    font-size: 17px;
    text-align: left;
    color: #f26522;
    font-weight: 500;
    margin-bottom: 0px;
    /* position: relative; */
    background: #f2f2f2;
    border-radius: 0px 50px 50px 0px;
    position: fixed;
    left: 0;
    top: 58px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14);
}
   .content.flip p {
    font-size: 17px;
   
    color: #f26522;
    font-weight: 500;
	    margin-bottom: 0px;
}

.drop-ortic p {
    /* text-align: -webkit-auto; */
    font-style: italic;
    color: #000 !important;
    /* padding: 12px 16px; */
}


.content-table {
      border-collapse: collapse;
    margin: 13px 1px;
    font-size: 0.9em;
    border-radius: 14px;
    overflow: hidden;
	   /*  border-bottom: 2px dashed #00b0f0 !important; */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
   
    width: 100%;}
	

@media only screen and (max-width: 768px){

.video-play-button {
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 340px;
    left: 50%;
    transform: translateX(49%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    background: #fa183d;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

}



.content.un {
    overflow: inherit;
}

