.mb_YTPlayer:focus {
  outline: 0;
}

.YTPWrapper {
  display: block;
  transform: translateZ(0) translate3d(0, 0, 0);
  transform-style: preserve-3d;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

.mb_YTPlayer .loading {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.51);
  text-align: center;
  padding: 2px 4px;
  border-radius: 5px;
  font-family: "Droid Sans", sans-serif;
  -webkit-animation: fade .1s infinite alternate;
  /* Chrome, Safari, Opera */
  animation: fade .1s infinite alternate;
  display: none !important;
}


/* Chrome, Safari, Opera */

@-webkit-keyframes fade {
  0% {
      opacity: .5;
  }

  100% {
      opacity: 1;
  }
}


/* Standard syntax */

@keyframes fade {
  0% {
      opacity: .5;
  }

  100% {
      opacity: 1;
  }
}

.YTPFullscreen {
  display: block !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border: none !important;
  opacity: 1 !important;
  background-color: #000 !important;
  ;
  padding: 0 !important;
}

.inlinePlayButton,
.inlinePlayButtonMobile {
  font-family: 'ytpregular';
  font-size: 20px;
  color: #000;
  text-align: center;
  border-radius: 100%;
  background-color: #ffffff;
  position: absolute;
  width: 70px;
  height: 70px;
  line-height: 70px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  opacity: 1;
  transition: all .4s;
  transform: scale(1.2);
}

.inlinePlayButtonMobile {
  transform: scale(1);
}

.mb_YTPlayer:hover .inlinePlayButton {
  opacity: 1;
  transform: scale(1);
}

.inlinePlayButton:hover {
  background-color: #ffffff;
  transform: scale(1.2) !important;
}

.mbYTP_wrapper iframe {
  max-width: 100% !important;
  margin-left: 0 !important;
  /* margin: 0 !important; */
  /* height: 700px !important; */
}



.mb_YTPlayer {
  /* padding-bottom:0 !important ;
height: 700px !important; */
  background-attachment: inherit !important;
}


@media (min-width: 1199.98px) and (max-width: 1599.98px ) {
  .mb_YTPlayer {
    padding-bottom: 500px !important;
  }
}


.inline_YTPlayer {
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .7);
  background: rgba(0, 0, 0, .5);
}

.inline_YTPlayer img {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}


/*CONTROL BAR*/

.mb_YTPBar .ytpicon {
  font-size: 20px;
  font-family: 'ytpregular';
}

.mb_YTPBar .mb_YTPUrl.ytpicon {
  font-size: 30px;
}

.mb_YTPBar {
  transition: opacity .5s;
  display: block;
  width: 95%;
  height: 10px;
  padding: 5px;
  background: #333;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translatex(-50%);
  text-align: left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  color: white;
  opacity: .1;
  box-sizing: border-box;
}

.mb_YTPBar.visible,
.mb_YTPBar:hover {
  opacity: 1;
}

.mb_YTPBar .buttonBar {
  transition: all .5s;
  background: transparent;
  font: 12px/14px san-serif;
  position: absolute;
  top: -40px;
  left: 0;
  padding: 5px;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
}

.mb_YTPBar:hover .buttonBar {
  background: transparent;
}

.mb_YTPBar span {
  display: inline-block;
  font: 16px/20px sans-serif;
  position: relative;
  width: 30px;
  height: 25px;
  vertical-align: middle;
  font-size: 12px;
}

.mb_YTPBar span.mb_YTPTime {
  width: 130px;
}

.mb_YTPBar span.mb_YTPUrl,
.mb_YTPBar span.mb_OnlyYT {
  position: absolute;
  width: auto;
  display: block;
  top: 4px;
  right: 10px;
  cursor: pointer;
}

.mb_YTPBar span.mb_YTPUrl img {
  width: 60px;
}

.mb_YTPBar span.mb_OnlyYT {
  left: auto;
  right: 0;
}

.mb_YTPBar span.mb_OnlyYT img {
  width: 25px;
}

.mb_YTPBar span.mb_YTPUrl a {
  color: white;
}

.mb_YTPBar .mb_YTPPlayPause,
.mb_YTPlayer .mb_YTPBar .mb_YTPPlayPause img {
  cursor: pointer;
}

.mb_YTPBar .mb_YTPMuteUnmute {
  cursor: pointer;
  position: absolute;
  right: 100px;
}


/*PROGRESS BAR*/

.mb_YTPBar .mb_YTPProgress {
  height: 4px;
  width: 100%;
  background: #222;
  bottom: 0;
  left: 0;
}

.mb_YTPBar .mb_YTPLoaded {
  height: 4px;
  width: 0;
  background: #444;
  left: 0;
}

.mb_YTPBar .mb_YTPseekbar {
  height: 4px;
  width: 0;
  background: #ADA8A8;
  bottom: 0;
  left: 0;
  box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
}

.mb_YTPBar .YTPOverlay {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: "flat";
  box-sizing: border-box;
}

/*RASTER OVERLAY*/

.YTPOverlay.raster {
  background: url("images/raster.png");
}

.YTPOverlay.raster.retina {
  background: url("images/raster@2x.png");
}

.YTPOverlay.raster-dot {
  background: url("images/raster_dot.png");
}

.YTPOverlay.raster-dot.retina {
  background: url("images/raster_dot@2x.png");
}


/*VOLUME SLIDER*/

.mb_YTPBar .simpleSlider {
  position: relative;
  width: 60px;
  height: 5px;
  border: 1px solid #fff;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 10px;
  cursor: pointer !important;
  border-radius: 3px;
  position: absolute;
  right: 40px;
  top: 12px;
}

.mb_YTPBar.compact .simpleSlider {
  width: 40px;
}

.mb_YTPBar.compact span.mb_OnlyYT {
  left: auto;
}

.mb_YTPBar .simpleSlider.muted {
  opacity: .3;
}

.mb_YTPBar .level {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  box-sizing: border-box;
}

.mb_YTPBar .level.horizontal {
  height: 100%;
  width: 0;
}

.mb_YTPBar .level.vertical {
  height: auto;
  width: 100%;
}

.mb_YTPBar {
  height: 4px;
  padding: 0px;
  background: #545454;
  z-index: 3 !important;
}




.delight-client-box {
  max-width: 84%;
}
@media (max-width: 480px) {
  .delight-client-box {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .delight-sec2 br {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .YTPFullscreen .mbYTP_wrapper iframe{
    height: 100vh !important;
    margin-top: 0 !important;
  }
  .inlinePlayButton,
.inlinePlayButtonMobile {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.delight-vdo{
  position: relative;
}
.delight-vdo:after{
  position: absolute;
  content: '';
  background: #f9f9f9;
  height: 50%;
  top: 0;
  width: 100%;
  left: 0;
  z-index: -1;
}




.plyr__control--overlaid,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
    background: #fff;
    color: #000;
}

.plyr--full-ui input[type=range] {
    color: #b0b0b0;
}

.plyr__control.plyr__tab-focus {
    box-shadow: 0 0 0 5px rgb(255 255 255 / 50%);
    outline: 0;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
    background: #fff;
    color: #000;
}