.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.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(0);
  }

  to {
    transform: scale(1) translate(0);
  }
}

@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0);
  }

  to {
    -webkit-transform: scale(1) translate(0);
  }
}

.midbar-content-view {
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 0;
  left: 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-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: #fff;
  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: #fff;
}

.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: 0;
  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: #fff;
}

.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: #fff;
  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: #fff;
  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-content-view {
    bottom: 0;
    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;
  }
}

.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;
  }
}

.faqouter-content {
  padding-left: 85px;
}

.faqouter .hd-type6 {
  margin-top: 50px;
}

.faqouter .hd-type6:first-child {
  margin-top: 10px;
}

.faqouter .faq-groupbox {
  margin-bottom: 0;
  padding: 30px 0 30px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.38);
}

.faqouter .faq-groupbox:last-child {
  margin-bottom: 0;
}

.faq-groupbox > .faq-groupHead {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  font-style: normal;
  color: #000;
  margin: 0;
  position: relative;
  cursor: pointer;
  padding-right: 30px;
}

.faq-groupbox > .faq-groupHead > span {
  background: url("../images/faq-plus-img.svg") no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 17px;
  height: 17px;
  text-align: center;
  background-size: contain;
}

.faq-groupbox > .faq-groupHead.open > span {
  background: url("../images/faq-minus-img.svg") no-repeat;
  background-size: contain;
  top: 8px;
}

.faq-groupbox .faq-groupContent {
  padding: 28px 0 0;
  display: none;
}

.faqbox {
  background: #edeef0;
  margin: 0 0 10px;
}

.faqbox:last-child {
  margin-bottom: 0;
}

.faqbox .faq-question {
  cursor: pointer;
  padding: 12px 40px 10px 15px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.3px;
  position: relative;
  margin: 0 !important;
}

.faqbox .faq-question:before {
  content: "";
  width: 12px;
  height: 10px;
  background-image: url("../images/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: 2px;
  transform: translateY(-50%);
  transition: transform 0.5s;
}

.faqbox .faq-question.open:before {
  transform: rotate(180deg) translateY(50%);
  margin-top: 0;
}

.faqbox .faq-answer {
  padding: 15px;
  border-top: 1px solid #dcdcdc;
  display: none;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: rgba(0, 0, 0, 0.7);
}

.faq-sidebar-outer {
  display: block;
}

.faq-sidebar-outer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq-sidebar-outer ul li {
  display: block;
}

.faq-sidebar-outer ul li a {
  border-radius: 11px;
  border: solid 1px rgba(151, 151, 151, 0.38);
  font-size: 16px;
  color: #000;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  padding: 19px 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq-sidebar-outer ul li:last-child a {
  margin-bottom: 0;
}

.faq-sidebar-outer ul li.active a,
.faq-sidebar-outer ul li:hover a,
.faq-sidebar-outer ul li.active:hover a {
  background: url(../images/wheretopark-bg.svg) no-repeat center center #d62726;
  background-size: cover;
  height: 100%;
  width: 100%;
  color: #fff;
}

@media (max-width: 991px) {
  .faq-sidebar-outer {
    display: block;
    padding-bottom: 5px;
  }

  .faqouter-content {
    padding-left: 0;
    margin-top: 50px;
  }

  .faqouter .hd-type6:first-child {
    margin-top: 50px;
  }

  .faq-sidebar-outer ul li {
    display: flex;
  }

  .faq-sidebar-outer ul li.active a,
  .faq-sidebar-outer ul li:hover a,
  .faq-sidebar-outer ul li.active:hover a {
    width: auto;
  }

  .faq-sidebar-outer {
    display: block;
    overflow: hidden;
    overflow-x: scroll;
  }

  .faq-sidebar-outer ul {
    white-space: nowrap;
  }

  .faq-sidebar-outer ul li {
    display: inline-flex;
    margin-right: 5px;
  }

  .faq-sidebar-outer ul li:last-child {
    margin-right: 0;
  }

  .faq-sidebar-outer ul li a {
    margin-bottom: 0;
    min-width: 150px;
    text-align: center;
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .faqouter {
    margin-top: 0;
  }

  .faqbox .faq-question::before {
    right: 10px;
  }

  .faqbox .faq-answer {
    padding: 10px;
  }

  .faq-groupbox .faq-groupContent {
    padding: 20px 0 0;
  }

  .faqouter .faq-groupbox {
    padding: 20px 0 20px;
  }

  .faq-sidebar-outer ul li a {
    margin-bottom: 0;
    min-width: auto;
    text-align: center;
    padding: 10px 15px;
    font-size: 15px;
  }

  .faqouter .hd-type6:first-child,
  .faqouter .hd-type6 {
    margin-top: 30px;
  }

  .faq-sidebar-outer ul li {
    margin-right: 0;
  }
}
