{#
.cocentric-two-col-slider-custom-pagination .custom-thumbnail-bg {
  background-color: rgba(0, 0, 0, 0.4);
}
#}

.cocentric-two-col-slider-custom-pagination .green-shape-slider {
  
  width: 541px;

  z-index: 1;
  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
}

.cocentric-two-col-slider-custom-pagination .custom-thumbnail-image {
  border-radius: 20px;
  display: inline-block;
  height: 520px !important;
  object-fit: cover;
  object-position: center top;
  width: 520px;

  position: relative;
  z-index: 2;

}

.cocentric-two-col-slider-custom-pagination .custom-flex {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -30px;
  padding-left: 70px;
  padding-right: 70px;
}

.cocentric-two-col-slider-custom-pagination .custom-flex .custom-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 20px 30px;
}


{#
.cocentric-two-col-slider-custom-pagination .custom-flex .custom-col.custom-col-image img.data-type-image {
  height: auto;
  width: 640px;
}
#}

.cocentric-two-col-slider-custom-pagination .custom-flex .custom-col.custom-col-image iframe {
  border-radius: 10px;
}

.cocentric-two-col-slider-custom-pagination .splide {
  display: flex;
  flex-direction: column;
}

.cocentric-two-col-slider-custom-pagination .splide__pagination {
  bottom: auto;
  top: -80px;
  justify-content: flex-start;
  order: 1;

}

.cocentric-two-col-slider-custom-pagination .splide__pagination__page {
  border-radius: 0;
  width: 100%;
  height: 3px;
  background-color: #EEEEEE;
}

.cocentric-two-col-slider-custom-pagination .splide__pagination__page:before {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  top: 15px;
  font-size: 24px;
  color: #EEEEEE;
  text-overflow: ellipsis;
}

.cocentric-two-col-slider-custom-pagination .splide__pagination__page.is-active:before {
  color: #000000;
}

.cocentric-two-col-slider-custom-pagination .splide__pagination__page.is-active {
  background: #000000;
  transform: none;
  background-color: #693AE7;
}

.cocentric-two-col-slider-custom-pagination .splide__arrows {
  order: 3;
}

.cocentric-two-col-slider-custom-pagination .splide__track {
  order: 2;
}

.cocentric-two-col-slider-custom-pagination .splide__arrows button.splide__arrow {
  width: 48px;
  height: 48px;
  background: transparent;
  border: 1px solid #683ae7;
  opacity: 1;
}

.cocentric-two-col-slider-custom-pagination .splide__arrows button.splide__arrow:hover {
  background: #683ae7;
}

.cocentric-two-col-slider-custom-pagination .splide__arrows .splide__arrow--prev {
  left: 0px;
}

.cocentric-two-col-slider-custom-pagination .splide__arrows .splide__arrow--next {
  right: 0px;
}

.cocentric-two-col-slider-custom-pagination .splide__arrows .splide__arrow--prev svg {
  transform: none;
}

.cocentric-two-col-slider-custom-pagination .splide__arrows svg {
  fill: #683ae7;
}

.cocentric-two-col-slider-custom-pagination button.splide__arrow:hover svg {
  fill: white;
}

/* Custom Button: https://codepen.io/avstorm/pen/oqKbLq */
.cocentric-two-col-slider-custom-pagination .cta {
  position: relative;
  margin: auto;
  padding: 9px 1.25rem;
  padding-left: 0;
  transition: all 0.2s ease;
  display: inline-flex;
}

.cocentric-two-col-slider-custom-pagination .cta:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  border-radius: 28px;
  background: transparent;
  width: 46px;
  height: 46px;
  transition: all 0.3s ease;
}

.cocentric-two-col-slider-custom-pagination .cta span {
  position: relative;
  vertical-align: middle;
  text-transform: uppercase;
}

.cocentric-two-col-slider-custom-pagination .cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cocentric-two-col-slider-custom-pagination .cta:hover {
  padding-left: 1.25rem;
}

.cocentric-two-col-slider-custom-pagination .cta:hover:before {
  width: 100%;
  background: #683ae7;
  opacity: 1;
}

.cocentric-two-col-slider-custom-pagination .cta:hover svg {
  transform: translateX(0);
}

.cocentric-two-col-slider-custom-pagination .cta:active {
  transform: scale(0.96);
}


.cocentric-two-col-slider-custom-pagination .splide__list {
  align-items: flex-start;
}

.cocentric-two-col-slider-custom-pagination .splide__slide:not(.is-active) {
  height: 0; 
}

.cocentric-two-col-slider-custom-pagination .splide__pagination li {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 1023px) {
  
  {#
  .cocentric-two-col-slider-custom-pagination .custom-flex .custom-col.custom-col-image img {
    height: 408px !important;
  }
  #}

  .cocentric-two-col-slider-custom-pagination .splide__pagination {
    top: -20px;
  }
  
  .splide__pagination li .splide__pagination__page:before {
    content: none !important;
  }
  
  .cocentric-two-col-slider-custom-pagination .right-image .custom-col-image {
    order: 1;
  }
  
 .cocentric-two-col-slider-custom-pagination .right-image .custom-col-content {
    order: 2;
  }

  .custom-lead h1 br,
  .custom-lead h2 br {
    display: none;
  }
  
  .cocentric-two-col-slider-custom-pagination .custom-flex {
    padding-left: 0;
    padding-right: 0;
    margin: 0 -12px;
  }

  .cocentric-two-col-slider-custom-pagination .splide__arrows .splide__arrow--prev {
    top: auto;
    right: auto;
    bottom: -60px;
    left: 50%;
    transform: translate(-115%, 0);
  }

  .cocentric-two-col-slider-custom-pagination .splide__arrows .splide__arrow--next {
    top: auto;
    right: 50%;
    bottom: -60px;
    transform: translate(115%, 0);
  }

  .cocentric-two-col-slider-custom-pagination .custom-flex .custom-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

}

@media (max-width: 767px) {
  
  .cocentric-two-col-slider-custom-pagination .custom-thumbnail-image {
    width: 350px;
    height: 350px !important;
  }
  
  .cocentric-two-col-slider-custom-pagination .green-shape-slider {
    width: 350px;
  }
  
}