.midbar-section {
  position: relative;
  overflow: hidden;
}
.midbar-slider .image-box:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/mid-bg.svg) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
}
.midbar-section .image-box {
  position: relative;
  height: 513px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.midbar-section.slick-track {
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: translateZ(0);
  backface-visibility: hidden;
}
.slick-slider div {
  transition: none;
}
.midbar-section .image-box {
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1);
}
.midbar-slider.slick-initialized .slick-slide {
  overflow: hidden;
}
.midbar-section .slick-slide.slick-active .image-box {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-animation: cssAnimation 8s 1 linear forwards;
  animation: cssAnimation 8s 1 linear forwards;
}
.midbar-section.inner-midbar .image-box {
  width: 100%;
  -webkit-transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.3);
}
.midbar-section.inner-midbar .slick-slide.slick-active .image-box {
  animation: none;
}
@keyframes cssAnimation {
  from {
    transform: scale(1) translate(0px);
  }
  to {
    transform: scale(1) translate(0px);
  }
}
@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1) translate(0px);
  }
}
.midbar-content-view {
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 0;
  left: 0;
}
/*.midbar-content-view:after {
	content: '';
	background-color: rgba(29, 36, 43, 0.6);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}
.midbar-content-view-home:after {
	content: '';
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}*/
.midbar-content-view:after {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
/*.midbar-section.inner-midbar .midbar-content-view:after {
	background: rgb(46,26,71);
	background: -moz-linear-gradient(180deg, rgba(46,26,71,0.68) 0%, rgba(46,26,71,0.35) 100%);
	background: -webkit-linear-gradient(180deg, rgba(46,26,71,0.68) 0%, rgba(46,26,71,0.35) 100%);
	background: linear-gradient(180deg, rgba(46,26,71,0.68) 0%, rgba(46,26,71,0.35) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e1a47", endColorstr="#2e1a47", GradientType=1);
}*/
.midbar-content-view .content-box {
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
  align-items: center;
  position: relative;
  justify-content: center;
  text-align: center;
}
.midbar-content-view .content-box .container {
  margin: 0;
}
.midbar-content-view .midbar-content {
  color: #ffffff;
  font-size: 22px;
  line-height: 37px;
  width: 42%;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.midbar-content-view .midbar-content .midbar-header {
  font-size: 50px;
  line-height: 57px;
  font-weight: 600;
  color: #ffffff;
}
.inner-midbar .midbar-content-view .midbar-content .midbar-header {
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
}
.midbar-content-view .midbar-content .midbar-txt {
  margin: 8px 0 30px;
}
.midbar-section .slick-slider .slick-dots {
  position: absolute;
  bottom: 34px;
  right: 0px;
  z-index: 2;
  width: 100%;
  line-height: 10px;
  margin: 0;
}
.midbar-section .slick-slider .slick-dots li {
  margin: 0 7px;
}
.midbar-section .slick-slider .slick-dots li button {
  background-color: #ffffff;
}
.midbar-section .slick-slider .slick-dots li.slick-active button {
  background-color: #da291c;
}
.videoOuter {
  height: 513px;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.mp4Video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}
.feedback-btn {
  padding: 12px 30px;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.63);
  background-color: #da291c;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.5px;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 45px;
  transform: rotate(90deg) translateY(-100%);
  -webkit-transform: rotate(90deg) translateY(-100%);
}
.feedback-btn:hover,
.feedback-btn:focus {
  background-color: #ffffff;
  color: #da291c;
}
@media (min-width: 1920px) {
  .midbar-section .image-box,
  .videoOuter {
    height: 613px;
  }
}
@media (max-width: 1199px) {
  .midbar-content-view .midbar-content {
    width: 50%;
  }
  .feedback-btn {
    right: 0;
  }
}
@media (max-width: 992px) {
  .midbar-section .image-box,
  .videoOuter {
    height: 460px;
  }
  .midbar-content-view .midbar-content {
    width: 60%;
  }
  .midbar-content-view .midbar-content .midbar-header {
    font-size: 35px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  /* .midbar-section{ overflow: visible; } */
  .midbar-content-view {
    bottom: 0px;
    top: 0;
  }
  .midbar-section .image-box,
  .videoOuter {
    height: 300px;
  }
  .midbar-content-view:after {
    background: -moz-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.55) 50%,
      rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.55) 50%,
      rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.55) 40%,
      rgba(0, 0, 0, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=1 );
    transform: translateX(0);
  }
  .midbar-content-view .midbar-content {
    width: 100%;
    text-align: center;
    padding: 20px;
    font-size: 18px;
    line-height: 22px;
  }
  .midbar-content-view .midbar-content .midbar-header {
    font-size: 28px;
    line-height: 34px;
  }
  .midbar-content-view .midbar-content .midbar-txt {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .feedback-btn {
    right: 0;
    bottom: auto;
    top: 60px;
  }
}
@media (max-width: 640px) {
  .midbar-section .image-box,
  .videoOuter {
    height: 300px;
  }
}
/****************
Inner Midbar CSS
*****************/
.midbar-section.inner-midbar .image-box,
.midbar-section.inner-midbar .videoOuter {
  height: 354px;
}
@media (max-width: 767px) {
  .midbar-section.inner-midbar .image-box,
  .midbar-section.inner-midbar .videoOuter {
    height: 280px;
  }
  .midbar-section.inner-midbar .slick-slider .slick-dots {
    display: flex !important;
    margin-right: 10px;
  }
}
@media (max-width: 567px) {
  .midbar-section.inner-midbar .image-box,
  .midbar-section.inner-midbar .videoOuter {
    height: 200px;
  }
}
@media (max-width: 479px) {
  .feedback-btn {
    padding: 10px 20px;
    height: 40px;
    font-size: 12px;
    right: 0;
    top: 50px;
  }
}
