:root {
  --color-blue: #0b1d46;
  --color-red: #9c132d;
}
.col-100 {
  width: 100%;
}
.col-50 {
  width: 50%;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ai-end {
  align-items: flex-end;
}
span.no-wrap {
  white-space: nowrap;
}
.blue-boxed.qouted-box::before {
  transform: translateY(70px);
  opacity: 0;
  transition:
    opacity 700ms ease-out,
    transform 700ms ease-out;
  will-change: opacity, transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.blue-boxed.qouted-box.inView::before {
  transform: translateY(0);
  opacity: 1;
}
.fadein-65,
.fadein-85 {
  opacity: 0;
  transition:
    opacity 700ms ease-out,
    transform 700ms ease-out;
  will-change: opacity, transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.fadein-65,
.fadein-85 {
  -webkit-transform: translate3d(0, 60px, 0);
  -ms-transform: translate3d(0, 60px, 0);
  transform: translate3d(0, 60px, 0);
}

.fadetoRight,
.fadetoLeft,
.fadefromLeft,
.fadefromRight {
  transition: opacity 700ms linear 0ms;
  opacity: 0;
}
.inView .fadetoRight,
.inView .fadetoLeft,
.inView .fadefromRight,
.inView .fadefromLeft {
  opacity: 1;
}
.fadein-65.inView,
.fadein-85.inView {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hide-overflow {
  overflow: hidden;
}
.objTop {
  object-position: top !important;
}
.objBottom {
  object-position: bottom !important;
}
/*---- Common CSS ---*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'kepler-std';
  font-weight: 400;
}
p {
  font-family: 'AauxProOT-Regular';
}
.color-white {
  color: #fff;
}
.aaux-regular {
  font-family: 'AauxProOT-Regular';
  font-weight: 400;
}
.keplar {
  font-family: 'kepler-std';
  font-weight: 400;
}
.fullscreen {
  min-height: 100vh;
}
.full-height {
  height: 100vh;
}
.half-height {
  height: 50vh;
}
.textLock-height {
  height: 60vh;
}
.container.distilleryContainer {
  width: 100%;
  max-width: 1250px;
  min-width: 350px;
}
.p {
  margin-bottom: 28px;
}
.blueBG {
  background: var(--color-blue);
}
.title-bg_red {
  display: inline;
  padding: 0.2em;
  position: relative;
  background-color: #971b2f;
  box-shadow:
    15px 0 0 0 #971b2f,
    -15px 0 0 0 #971b2f;
}
.blue-boxed_title {
  font-size: 36px;
  line-height: 1.3em;
  color: #fff;
  left: 75px;
  position: absolute;
  top: -0.9em;
  z-index: 2;
}
.btn-red {
  width: fit-content;
  background: var(--color-red);
}
/*---- Common CSS ---*/

/*~~~~ Hero Section ~~~~*/
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background: #000;
}
.embed-responsive::before {
  display: block;
  content: '';
  padding-top: 56.25%;
}
.video-div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
.video-div video {
  width: 100%;
  object-fit: cover;
}
.hero-sec .flexible-content {
  padding: 0 0 230px 120px;
}
.hero-content-box {
  width: 860px;
  padding: 20px 30px 28px;
  background: var(--color-blue);
  border-left: 10px solid var(--color-red);
}
.hero-content-box .h2 {
  margin-bottom: 17px;
}
.hero-content-box .p {
  font-size: 28px;
  line-height: 1.5em;
}

/*~~~~~ Timeline ~~~~~*/
.journey-sec {
  padding-bottom: 48px;
}
.timeline-nav-wrapper {
  position: absolute;
  width: 100%;
  top: 460px;
}
.timeline-inner {
  z-index: 10;
}
.timeline-inner::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background: linear-gradient(to right, transparent 0%, #9c132d 10%, #9c132d 90%, transparent 100%);
}
.timelineItem {
  margin-right: 80px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s ease;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.timeline-inner .item:last-child .timelineItem {
  margin-right: 0;
}
.timeline-year {
  font-size: 18px;
  color: var(--color-red);
  font-family: 'AauxProOT-Bold';
}
.timelineItem.active {
  border-color: #fff;
  background: var(--color-red);
  outline: 5px solid #fff;
}
.timelineItem.active .timeline-year {
  color: #fff;
}
.timeline-inner .item:not(:last-child) .timelineItem::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -50px;
  height: 14px;
  width: 14px;
  background: var(--color-red);
  border-radius: 50%;
  transform: translateY(-50%);
  border: 2px solid #fff;
  pointer-events: none;
}

/*~~ Journey Carousel ~~*/
.history-carousel .owl-item.center {
  cursor: pointer;
}
.history-carousel .owl-item .item {
  width: 274px;
  height: 300px;
  opacity: 0.45;
  pointer-events: none;
}
.history-carousel .owl-item.center .item {
  width: 608px !important;
  height: 400px;
  opacity: 1;
}
.journey-sec.expanded .history-carousel .owl-item.center .item {
  width: 1470px !important;
  pointer-events: all;
  height: 440px;
}
.expanded .single-history-image .history-img {
  object-position: center;
}
.history-carousel.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.single-history-image {
  height: 100%;
}
.single-history-image .history-img {
  height: 100%;
  object-fit: cover;
}
.close-popup {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 42px;
  height: 42px;
  z-index: 100;
  opacity: 0;
  cursor: pointer;
}
.expanded .history-carousel .owl-item.center .close-popup {
  opacity: 1;
}
.guide span {
  font-size: 0.77em;
  margin-top: 18px;
  display: block;
  text-align: center;
}
.expanded .guide {
  display: none;
}
/*~~ Content Carousel ~~*/
.contents-carousel {
  margin-top: 74px;
}
.expanded .contents-carousel {
  margin-top: 101px;
}
.single-journey-content {
  min-height: 180px;
  max-height: 180px;
  overflow: hidden;
  transition: max-height 300ms ease-in-out;
}
.single-journey-content .h3 span {
  font-size: 0.9142em;
  display: block;
  color: var(--color-blue);
  margin-bottom: 17px;
}
.single-journey-content .p {
  max-width: 80%;
  margin: 0 auto 40px;
}
.expanded .single-journey-content {
  max-height: 1500px;
}
.read-btns {
  position: absolute;
  left: 0;
  z-index: 10;
  width: 100%;
  bottom: 14px;
}
.btnReadLess {
  display: none;
}
.expanded .read-btns {
  position: static;
}
.single-journey-content::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(to top, #fff, transparent);
}
.expanded .single-journey-content::before {
  display: none;
}
.carousel-navigation-btns {
  display: none;
}
.carousel-navigation-btns .btn {
  margin: 0 15px;
}

/*~~~~ History + Springs Distillery ~~~~*/
.history-sec {
  padding: 60px 0 100px;
  background: var(--color-blue);
}
.content-col {
  width: 40%;
  padding: 40px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.image-col {
  width: 60%;
}
.image-col img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.content-col .h2 {
  position: relative;
}
.content-col .p {
  margin: 18px 0 35px;
}
.content-col .h2::before {
  content: '';
  position: absolute;
  top: -21px;
  left: 0;
  width: 67px;
  height: 2px;
  background: var(--color-red);
}

/*~~~~ The Difference In Distilleries ~~~~*/
.distilleries-sec {
  padding: 88px 0 44px;
}
.distilleries-header .p {
  margin: 6px 0 0;
}
.distilleries-table {
  margin-top: 50px;
}
.distilleries-table th:nth-child(2) {
  background: var(--color-blue);
}
.distilleries-table table {
  border-collapse: collapse;
  width: 1150px;
}
.distilleries-table th:nth-child(3) {
  background: var(--color-red);
}
.distilleries-table th:not(:first-child) {
  color: #fff;
  font-family: 'AauxProOT-Regular';
  font-size: 21px;
  width: 39%;
  padding: 30px 10px;
}
.distilleries-table th:first-child {
  width: 22%;
}
.distilleries-table td {
  font-family: 'AauxProOT-Regular';
  font-size: 21px;
  text-align: center;
  padding: 22px 10px;
  line-height: 1.8em;
}
.distilleries-table tbody tr {
  border-bottom: 1px solid #aeacac;
}
.distilleries-table tbody tr:nth-child(odd) td:first-child {
  background: #f9f9f9;
}

@media screen and (max-width: 1799px) {
  /*---- Common CSS ---*/
  .p {
    margin-bottom: 24px;
  }
  .blue-boxed_title {
    font-size: 30px;
    left: 63px;
  }

  /*~~~~ Hero Section ~~~~*/
  .hero-sec .flexible-content {
    padding: 0 0 192px 100px;
  }
  .hero-content-box {
    width: 717px;
    padding: 17px 25px 24px;
  }
  .hero-content-box .h2 {
    margin-bottom: 15px;
  }
  .hero-content-box .p {
    font-size: 24px;
  }

  /*~~~~~ Timeline ~~~~~*/
  .journey-sec {
    padding-bottom: 40px;
  }
  .timeline-nav-wrapper {
    top: 384px;
  }
  .timelineItem {
    margin-right: 67px;
    width: 46px;
    height: 46px;
  }
  .timeline-year {
    font-size: 15px;
  }
  .timeline-inner .item:not(:last-child) .timelineItem::before {
    right: -41px;
    height: 12px;
    width: 12px;
  }
  /*~~ Journey Carousel ~~*/
  .history-carousel .owl-item .item {
    width: 229px;
    height: 250px;
  }
  .history-carousel .owl-item.center .item {
    width: 507px !important;
    height: 334px;
  }
  .journey-sec.expanded .history-carousel .owl-item.center .item {
    width: 1225px !important;
    height: 367px;
  }
  .close-popup {
    top: 25px;
    right: 25px;
    width: 35px;
    height: 35px;
  }
  .guide span {
    margin-top: 15px;
  }
  /*~~ Content Carousel ~~*/
  .contents-carousel {
    margin-top: 62px;
  }
  .expanded .contents-carousel {
    margin-top: 85px;
  }
  .single-journey-content {
    min-height: 150px;
    max-height: 150px;
  }
  .single-journey-content .h3 span {
    margin-bottom: 15px;
  }
  .single-journey-content .p {
    max-width: 80%;
    margin: 0 auto 34px;
  }
  .expanded .single-journey-content {
    max-height: 1250px;
  }
  .read-btns {
    bottom: 12px;
  }
  .carousel-navigation-btns .btn {
    margin: 0 13px;
  }

  /*~~~~ History + Springs Distillery ~~~~*/
  .history-sec {
    padding: 50px 0 84px;
  }
  .content-col {
    padding: 34px 67px;
  }
  .content-col .p {
    margin: 15px 0 30px;
  }
  .content-col .h2::before {
    content: '';
    position: absolute;
    top: -17px;
    left: 0;
    width: 56px;
    height: 2px;
  }

  /*~~~~ The Difference In Distilleries ~~~~*/
  .distilleries-sec {
    padding: 74px 0 37px;
  }
  .distilleries-header .p {
    margin: 5px 0 0;
  }
  .distilleries-table {
    margin-top: 42px;
  }
  .distilleries-table table {
    width: 959px;
  }
  .distilleries-table th:not(:first-child) {
    font-size: 18px;
    padding: 25px 9px;
  }
  .distilleries-table td {
    font-size: 18px;
    padding: 19px 9px;
  }
}

@media screen and (max-width: 1399px) {
  /*---- Common CSS ---*/
  .p {
    margin-bottom: 20px;
  }
  .blue-boxed_title {
    font-size: 26px;
    left: 54px;
  }

  /*~~~~ Hero Section ~~~~*/
  .hero-sec .flexible-content {
    padding: 0 0 164px 86px;
  }
  .hero-content-box {
    width: 612px;
    padding: 15px 22px 20px;
  }
  .hero-content-box .h2 {
    margin-bottom: 13px;
  }
  .hero-content-box .p {
    font-size: 20px;
  }

  /*~~~~~ Timeline ~~~~~*/
  .journey-sec {
    padding-bottom: 35px;
  }
  .timeline-nav-wrapper {
    top: 328px;
  }
  .timelineItem {
    margin-right: 57px;
    width: 40px;
    height: 40px;
  }
  .timeline-year {
    font-size: 13px;
  }
  .timeline-inner .item:not(:last-child) .timelineItem::before {
    right: -35px;
    height: 10px;
    width: 10px;
  }
  /*~~ Journey Carousel ~~*/
  .history-carousel .owl-item .item {
    width: 195px;
    height: 214px;
  }
  .history-carousel .owl-item.center .item {
    width: 433px !important;
    height: 285px;
  }
  .journey-sec.expanded .history-carousel .owl-item.center .item {
    width: 1046px !important;
    height: 314px;
  }
  .close-popup {
    top: 22px;
    right: 22px;
    width: 30px;
    height: 30px;
  }
  .guide span {
    margin-top: 13px;
  }
  /*~~ Content Carousel ~~*/
  .contents-carousel {
    margin-top: 53px;
  }
  .expanded .contents-carousel {
    margin-top: 72px;
  }
  .single-journey-content {
    min-height: 129px;
    max-height: 129px;
  }
  .single-journey-content .h3 span {
    margin-bottom: 13px;
  }
  .single-journey-content .p {
    max-width: 80%;
    margin: 0 auto 29px;
  }
  .expanded .single-journey-content {
    max-height: 1068px;
  }
  .read-btns {
    bottom: 10px;
  }
  .carousel-navigation-btns .btn {
    margin: 0 11px;
  }

  /*~~~~ History + Springs Distillery ~~~~*/
  .history-sec {
    padding: 43px 0 72px;
  }
  .content-col {
    padding: 29px 57px;
  }
  .content-col .p {
    margin: 13px 0 25px;
  }
  .content-col .h2::before {
    content: '';
    position: absolute;
    top: -14px;
    left: 0;
    width: 48px;
    height: 2px;
  }

  /*~~~~ The Difference In Distilleries ~~~~*/
  .distilleries-sec {
    padding: 63px 0 32px;
  }
  .distilleries-header .p {
    margin: 5px 0 0;
  }
  .distilleries-table {
    margin-top: 36px;
  }
  .distilleries-table table {
    width: 819px;
  }
  .distilleries-table th:not(:first-child) {
    font-size: 15px;
    padding: 22px 8px;
  }
  .distilleries-table td {
    font-size: 15px;
    padding: 16px 8px;
  }
}

@media screen and (max-width: 1199px) {
  /*---- Common CSS ---*/
  .p {
    margin-bottom: 18px;
  }
  .blue-boxed_title {
    font-size: 24px;
    left: 49px;
  }

  /*~~~~ Hero Section ~~~~*/
  .hero-sec .flexible-content {
    padding: 0 0 148px 77px;
  }
  .hero-content-box {
    width: 551px;
    padding: 13px 20px 18px;
  }
  .hero-content-box .h2 {
    margin-bottom: 11px;
  }
  .hero-content-box .p {
    font-size: 18px;
  }

  /*~~~~~ Timeline ~~~~~*/
  .journey-sec {
    padding-bottom: 31px;
  }
  .timeline-nav-wrapper {
    top: 295px;
  }
  .timelineItem {
    margin-right: 52px;
    width: 36px;
    height: 36px;
  }
  .timeline-year {
    font-size: 12px;
  }
  .timeline-inner .item:not(:last-child) .timelineItem::before {
    right: -32px;
    height: 9px;
    width: 9px;
  }
  /*~~ Journey Carousel ~~*/
  .history-carousel .owl-item .item {
    width: 176px;
    height: 193px;
  }
  .history-carousel .owl-item.center .item {
    width: 390px !important;
    height: 257px;
  }
  .journey-sec.expanded .history-carousel .owl-item.center .item {
    width: 880px !important;
    height: 282px;
  }
  .close-popup {
    top: 20px;
    right: 20px;
    width: 27px;
    height: 27px;
  }
  .guide span {
    margin-top: 12px;
  }
  /*~~ Content Carousel ~~*/
  .contents-carousel {
    margin-top: 48px;
  }
  .expanded .contents-carousel {
    margin-top: 68px;
  }
  .single-journey-content {
    min-height: 116px;
    max-height: 116px;
  }
  .single-journey-content .h3 span {
    margin-bottom: 11px;
  }
  .single-journey-content .p {
    max-width: 80%;
    margin: 0 auto 26px;
  }
  .expanded .single-journey-content {
    max-height: 961px;
  }
  .read-btns {
    bottom: 9px;
  }
  .carousel-navigation-btns .btn {
    margin: 0 10px;
  }
  .owl-carousel .owl-item img {
    width: 100%;
    transform: translate(0);
  }
  /*~~~~ History + Springs Distillery ~~~~*/
  .history-sec {
    padding: 39px 0 65px;
  }
  .content-col {
    padding: 35px 52px 26px;
  }
  .content-col .p {
    margin: 12px 0 23px;
  }
  .content-col .h2::before {
    content: '';
    position: absolute;
    top: -13px;
    left: 0;
    width: 43px;
    height: 2px;
  }

  /*~~~~ The Difference In Distilleries ~~~~*/
  .distilleries-sec {
    padding: 57px 0 29px;
  }
  .distilleries-header .p {
    margin: 4px 0 0;
  }
  .distilleries-table {
    margin-top: 33px;
  }
  .distilleries-table table {
    width: 737px;
  }
  .distilleries-table th:not(:first-child) {
    font-size: 14px;
    padding: 20px 7px;
  }
  .distilleries-table td {
    font-size: 14px;
    padding: 15px 7px;
  }
}

@media screen and (max-width: 991px) {
  .expanded .contents-carousel {
    margin-top: 59px;
  }
  /*---- Common CSS ---*/
  .p {
    margin-bottom: 15px;
  }
  .blue-boxed_title {
    font-size: 20px;
    left: 40px;
  }

  /*~~~~ Hero Section ~~~~*/
  .hero-sec .flexible-content {
    padding: 0 0 120px 63px;
  }
  .hero-content-box {
    width: 450px;
    padding: 11px 17px 15px;
  }
  .hero-content-box .h2 {
    margin-bottom: 9px;
  }
  .hero-content-box .p {
    font-size: 15px;
  }
  .history-content .p br {
    display: none;
  }
  .history-content {
    padding: 0 50px;
  }
  /*~~~~~ Timeline ~~~~~*/
  .journey-sec {
    padding-bottom: 26px;
  }
  .timeline-nav-wrapper {
    top: 238px;
  }
  .timelineItem {
    margin-right: 42px;
    width: 30px;
    height: 30px;
  }
  .timeline-year {
    font-size: 10px;
  }
  .timeline-inner .item:not(:last-child) .timelineItem::before {
    right: -25px;
    height: 8px;
    width: 8px;
  }
  /*~~ Journey Carousel ~~*/
  .history-carousel .owl-item .item {
    width: 142px;
    height: 156px;
  }
  .history-carousel .owl-item.center .item {
    width: 315px !important;
    height: 208px;
  }
  .journey-sec.expanded .history-carousel .owl-item.center .item {
    width: 660px !important;
    height: 228px;
  }
  .close-popup {
    top: 17px;
    right: 17px;
    width: 22px;
    height: 22px;
  }
  .guide span {
    margin-top: 10px;
  }
  /*~~ Content Carousel ~~*/
  .contents-carousel {
    margin-top: 39px;
  }
  .single-journey-content {
    min-height: 94px;
    max-height: 94px;
  }
  .single-journey-content .h3 span {
    margin-bottom: 9px;
  }
  .single-journey-content .p {
    max-width: 80%;
    margin: 0 auto 21px;
  }
  .expanded .single-journey-content {
    max-height: 776px;
  }
  .read-btns {
    bottom: 8px;
  }
  .carousel-navigation-btns .btn {
    margin: 0 9px;
  }

  /*~~~~ History + Springs Distillery ~~~~*/
  .history-sec {
    padding: 32px 0 53px;
  }
  .content-col {
    padding: 21px 22px;
  }
  .content-col .p {
    margin: 10px 0 19px;
  }
  .content-col .h2::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 35px;
    height: 2px;
  }

  /*~~~~ The Difference In Distilleries ~~~~*/
  .distilleries-sec {
    padding: 46px 0 24px;
  }
  .distilleries-header .p {
    margin: 4px 0 0;
  }
  .distilleries-table {
    margin-top: 30px;
  }
  .distilleries-table table {
    width: 595px;
  }
  .distilleries-table th:not(:first-child) {
    font-size: 12px;
    padding: 17px 6px;
  }
  .distilleries-table td {
    font-size: 12px;
    padding: 13px 6px;
  }
}

@media screen and (max-width: 767px) {
  .p {
    opacity: 0.8;
  }
  .hero-sec {
    margin-top: 50px;
  }
  .hero-sec .flexible-content {
    padding: 0 20px 60px;
    text-align: center;
  }
  .embed-responsive::before {
    padding-top: 140%;
  }
  .video-div video {
    height: 100%;
  }
  .hero-content-box {
    width: 100%;
    border-width: 4px;
    padding: 27px 15px 28px;
  }
  .hero-content-box .p {
    font-size: 18px;
  }
  .hero-content-box .h2 {
    margin-bottom: 12px;
  }
  /*~~ History Copy ~~*/
  .history-sec {
    padding: 35px 20px;
  }
  .history-content .p {
    margin-bottom: 30px;
  }
  .history-content {
    padding: 0;
  }
  /*~~ Journey ~~*/
  .journey-sec {
    padding: 25px 0;
  }
  .timeline-nav-wrapper {
    position: static;
  }
  .timeline-year {
    font-size: 16px;
  }
  .timelineItem {
    margin-right: 50px;
    height: 40px;
    width: 40px;
  }
  .timeline-inner .item:not(:last-child) .timelineItem::before {
    height: 10px;
    width: 10px;
    right: -30px;
  }
  .journeyTitle-mob {
    margin: 36px 0 22px;
    font-size: 36px;
  }
  .history-carousel {
    padding: 0 20px;
  }
  .history-carousel .owl-item.center .item,
  .history-carousel .owl-item .item {
    height: 320px;
    width: 100%;
    opacity: 1;
  }
  div#customDots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 23px;
    margin-top: 43px;
  }
  div#customDots .owl-dot {
    background: #e2e2e2;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: none;
    display: inline-block;
    margin: 0 5px;
    position: relative;
    z-index: 10;
  }
  div#customDots .owl-dot.active {
    height: 23px;
    width: 23px;
    background: var(--color-red);
    color: #fff;
  }
  .owl-nav {
    width: 84%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -65px;
  }
  .owl-nav button {
    background: none;
  }
  .custom-dot.active {
    background: var(--color-red);
    border: none;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transform: scale(1);
    transition: 0.3s ease;
  }
  .custom-dot {
    background: #e2e2e2;
    border: none;
    border-radius: 50%;
    font-family: 'AauxProOT-Regular';
    font-size: 16px;
    margin: 0 3px;
    transform: scale(0.7);
    height: 23px;
    width: 23px;
    position: relative;
    z-index: 2;
  }
  .custom-dot:not(.active) span {
    opacity: 0;
  }
  .mob-year.visible-xs {
    display: flex !important;
    justify-content: center;
    color: var(--color-red);
    font-size: 19px;
    margin-bottom: 5px;
  }
  .single-journey-content {
    min-height: 480px;
    max-height: 480px;
    padding: 0 20px;
  }
  .expanded .single-journey-content {
    max-height: 1200px;
  }
  .single-journey-content .h3 span {
    font-size: 1.15em;
    margin-bottom: 25px;
  }
  .contents-carousel {
    margin-top: 20px;
  }
  .single-journey-content .p {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .single-journey-content::before {
    height: 40px;
    z-index: 1;
  }
  .read-btns {
    bottom: 0;
    z-index: 2;
  }
  .expanded .btnReadLess {
    display: block !important;
  }
  .timeline-inner .owl-item:not(:last-child) .timelineItem::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -38px;
    height: 10px;
    width: 10px;
    background: var(--color-red);
    border-radius: 50%;
    transform: translateY(-50%);
    border: 2px solid #fff;
    pointer-events: none;
  }
  .owl-nav button.disabled {
    pointer-events: none;
  }
  .image-col {
    width: 100%;
    order: 1;
  }
  .content-col {
    width: 100%;
    order: 2;
    padding: 45px 20px 52px;
    text-align: center;
  }
  .content-col .h2::before {
    display: none;
  }
  .content-col .h2 {
    margin-bottom: 12px;
  }
  .content-col .btn {
    margin: 10px auto 0;
    font-size: 17px;
    padding: 15px 36px;
  }

  /*~ Difference In Distelleries ~*/
  .distilleries-sec {
    padding: 54px 20px 20px;
  }
  .distilleries-header .h2 {
    margin-bottom: 18px;
  }
  .distilleries-header .p {
    color: #333;
  }
  .distillery-options {
    margin-top: 35px;
  }
  .custom-select {
    border-radius: 4px;
    border: 2px solid #fff;
    background: #fff;
    position: relative;
    box-shadow:
      3px 2px 19px 0 rgba(0, 0, 0, 0.09),
      2px 4px 16px 0 rgba(220, 220, 220, 0.25) inset;
  }
  .selected-option {
    padding: 22px;
    color: var(--color-blue);
    font-size: 18px;
    position: relative;
    font-weight: 700;
    background: url('../images/dropdown-blue.svg') center right 25px/20px no-repeat;
    font-family: 'AauxProOT-Bold';
  }
  .options-list {
    position: absolute;
    top: 105%;
    left: 0;
    right: 0;
    z-index: 10;
    border-radius: 0 0 8px 8px;
    border: 2px solid #fff;
    display: none;
    font-family: 'AauxProOT-Regular';
    background: #fff;
    box-shadow:
      3px 2px 19px 0 rgba(0, 0, 0, 0.09),
      2px 4px 16px 0 rgba(220, 220, 220, 0.25) inset;
  }
  .options-list li {
    padding: 12px 16px;
    color: #00113c;
    transition: background 0.2s ease;
    border-bottom: 1px solid #dadada;
  }
  .options-list li:last-child {
    border: none;
  }
  .distilleries-table tbody tr {
    display: flex;
  }
  .distilleries-table tbody tr:nth-child(even) {
    background: #f7f7f7;
  }
  .distilleries-table tbody tr:last-child {
    border: none;
  }
  .distilleries-table table tbody td {
    font-size: 18px;
    display: inline-block;
    text-align: left;
    background: transparent !important;
    padding: 18px 10px;
  }
  .distilleries-table table th {
    width: 100% !important;
    font-size: 18px !important;
    padding: 24px 20px !important;
  }
  .distilleries-table table tbody td:first-child {
    width: 40%;
  }
  .bernheim-dist table th:not(:nth-child(2)) {
    display: none;
  }
  .bernheim-dist table tbody td:last-child {
    display: none;
  }
  .bernheim-dist table tbody td:nth-child(2) {
    width: 60% !important;
  }
  .springs-dist table th:not(:nth-child(3)) {
    display: none;
  }
  .springs-dist table tbody td:nth-child(2) {
    display: none;
  }
  .springs-dist table tbody td:nth-child(3) {
    width: 60% !important;
  }
}

@media screen and (min-width: 540px) and (max-width: 767px) {
  .hero-sec .flexible-content {
    padding: 0 29px 87px;
  }
  .embed-responsive::before {
    padding-top: 140%;
  }
  .hero-content-box {
    border-width: 6px;
    padding: 39px 22px 41px;
  }
  .hero-content-box .p {
    font-size: 26px;
  }
  .hero-content-box .h2 {
    margin-bottom: 18px;
  }
  /*~~ History Copy ~~*/
  .history-sec {
    padding: 51px 29px;
  }
  .history-content .p {
    margin-bottom: 44px;
  }
  /*~~ Journey ~~*/
  .journey-sec {
    padding: 36px 0;
  }
  .timeline-year {
    font-size: 24px;
  }
  .timelineItem {
    margin-right: 72px;
    height: 58px;
    width: 58px;
  }
  .timeline-inner .item:not(:last-child) .timelineItem::before {
    height: 15px;
    width: 15px;
    right: -43px;
  }
  .journeyTitle-mob {
    margin: 52px 0 32px;
    font-size: 52px;
  }
  .history-carousel {
    padding: 0 29px;
  }
  .history-carousel .owl-item.center .item,
  .history-carousel .owl-item .item {
    height: 461px;
  }
  div#customDots {
    height: 34px;
    margin-top: 62px;
  }
  div#customDots .owl-dot {
    height: 18px;
    width: 18px;
    margin: 0 8px;
  }
  div#customDots .owl-dot.active {
    height: 34px;
    width: 34px;
  }
  .owl-nav {
    bottom: -93px;
  }
  .custom-dot.active {
    width: 34px;
    height: 34px;
  }
  .custom-dot {
    font-size: 24px;
    margin: 0 5px;
    height: 34px;
    width: 34px;
  }
  .mob-year.visible-xs {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .single-journey-content {
    min-height: 692px;
    max-height: 692px;
    padding: 0 29px;
  }
  .expanded .single-journey-content {
    max-height: 1728px;
  }
  .single-journey-content .h3 span {
    margin-bottom: 36px;
  }
  .contents-carousel {
    margin-top: 29px;
  }
  .single-journey-content .p {
    margin-bottom: 29px;
    max-width: 100%;
  }
  .single-journey-content::before {
    height: 58px;
  }
  .timeline-inner .owl-item:not(:last-child) .timelineItem::before {
    right: -54px;
    height: 15px;
    width: 15px;
  }
  .content-col {
    padding: 65px 29px 75px;
  }
  .content-col .h2 {
    margin-bottom: 18px;
  }
  .content-col .btn {
    margin: 15px auto 0;
    font-size: 25px;
    padding: 22px 52px;
  }

  /*~ Difference In Distelleries ~*/
  .distilleries-sec {
    padding: 78px 29px 29px;
  }
  .distilleries-header .h2 {
    margin-bottom: 26px;
  }
  .distillery-options {
    margin-top: 51px;
  }
  .custom-select {
    border-radius: 6px;
  }
  .selected-option {
    padding: 32px;
    font-size: 26px;
  }
  .options-list {
    border-radius: 0 0 12px 12px;
  }
  .options-list li {
    padding: 18px 24px;
  }
  .distilleries-table table tbody td {
    font-size: 26px;
    padding: 26px 15px;
  }
  .distilleries-table table th {
    font-size: 26px !important;
    padding: 35px 29px !important;
  }
}
