/* You can remove this page div in your website */
#page{
  width:100%;
  height:100%;
  position:absolute;
}

/* Our normalize css */
*{
  margin:0;
  box-sizing: border-box;
}

/* Our wrapper */
.wrapper{
  width: 900px;
  height: 600px;
  position: absolute;
  left:50%;
  top:50%;
  transform:translate3d(-50%,-50%,0);
  overflow:hidden;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

/* Our image information */
.before,
.after {
  width:100%;
  height:100%;
  background-repeat:no-repeat;
  background-color: white;
  background-size: cover;
  background-position: center;
  position: absolute;
  top:0;
  left:0;
  pointer-events:none;
  overflow: hidden;
}

.content-image{
  height:100%;
}

.after{
  width:125px;
}

.scroller{
  width: 50px;
  height:50px;
  position: absolute;
  left:100px;
  top:50%;
  transform:translateY(-50%);
  border-radius:50%;
  background-color: transparent;
  opacity:0.9;
  pointer-events:auto;
  cursor: pointer;
}

.scroller:hover{
  opacity:1;
}

.scrolling{
  pointer-events:none;
  opacity:1;
  // z-index: 1;
}

.scroller__thumb{
  width:100%;
  height:100%;
  padding:5px;
}

.scroller:before,
.scroller:after{
  content:" ";
  display: block;
  width: 7px;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -3.5px;
  z-index: 30;
  transition:0.1s;
}
.scroller:before{
  top:100%;
}
.scroller:after{
  bottom:100%;
}

/* If you want to cahnge the colors, make sure you change the fill in the svgs to match */
.scroller{
  border: 5px solid #fff;
}
.scroller:before,
.scroller:after{
  background: #fff;
}


.text-left-items {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.text-left-icon {
  margin-right: 20px;
  text-align: center;
  min-width: 42px;
}

div#page {
  position: relative;
  padding-bottom: 78%;
}

.wrapper {
  width: 100%;
  height: 100%;
  box-shadow: none;
}
.wrapper img {
  width: 100%;
}
.scroller {
  width: 100px;
  height: 100px;
  border: 0;
  background: #009ACE;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroller:before, .scroller:after {
  width: 22px;
  background: #FFFFFF;
  opacity: 0.6;
  margin-left: -9.5px;
}

span.scroller__thumb {
  width: auto;
  height: auto;
}
.ba-Slider{
  position:relative;
  display:block;
  margin:0 auto;
  overflow:hidden;
  -moz-user-select: none; 
  -webkit-user-select: none; 
  -ms-user-select:none; 
  user-select:none;
  border-radius:4px;
}
.slider{
  position:absolute;
  top:calc(50% - 16px);
  left: calc(50% - 16px);
  background: transparent url(https://i.imgur.com/ImtbhIo.png);
  width:32px;
  height:32px;
  cursor:pointer;
}
#before{
  position:absolute;top:0;left:0;
  width:50%;
  overflow:hidden;

}
.ease{
  transition:width ease .5s,left ease .5s;
  -moz-transition:width ease .5s,left ease .5s;
  -webkit-transition:width ease .5s,left ease .5s;
}

.slider {
  pointer-events: auto;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  border: 0;
  background: #009ace;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider:before, .slider:after {
  content: '';
  display: block;
  width: 7px;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -3.5px;
  z-index: 30;
  transition: .1s;
  width: 22px;
  background: #fff;
  opacity: .6;
  margin-left: -9.5px;
}

.slider:before {
  top: 100%;
}

.slider:after {
  bottom: 100%;
}

div#before {
  height: 100%;
}

.content-image {
  max-width: unset;
}

div#after {
  height: 100%;
}

.tabber-slider-top {
  text-align: center;
  max-width: 904px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.tabber-slider-top h2 {
  color: #009ACE;
}

.tab-slides-inner {
  border: 1px solid #009ACE;
  color: #009ACE;
  letter-spacing: 0.44px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: 700;
  padding: 25px;
  cursor: pointer;
  transition: all .3s ease;
  background: rgb(255 255 255 / 60%);
}

.tab-slides-inner p {
  margin: 0;
  transition: all 0s ease;
}

.tab-slides-inner:hover, .slick-current .tab-slides-inner {
  background: #009ACE;
  ;color: #fff;
}

.tab-slides-content {
  transition: all .3s ease;
}

.slick-slide+.slick-slide .tab-slides-inner {
  border-left: 0;
}

.tab-slide-top {
  position: relative;
}

.sl-ar {
  height: 72px;
  width: 45px;
  right: 7px;
  left: auto;
  background: #fff;
  top: calc(50% + 0.1px);
}

.sl-ar.lt {
  right: auto;
  left: 7px;
}

.sl-ar.lt svg {
  transform: rotate(180deg);
}

.content-slides-inner {
  display: flex;
  flex-wrap: wrap;
}

.content-slides-inner > * {
  width: 50%;
}

.content-slides-left {
  padding: 35px 65px;
}

.content-slides-right {
  position: relative;
}
.content-slides-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-slides-right {
  border-radius: 4px;
  overflow: hidden;
}
.sl-ar {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-slides-icon {
  margin-right: 10px;
  line-height: 0;
}

.tab-slides-inner:hover svg *[stroke="#009ACE"], .slick-current .tab-slides-inner svg *[stroke="#009ACE"] {
  stroke: #fff;
}

.tab-slides-inner:hover svg *[fill="#009ACE"], .slick-current .tab-slides-inner svg *[fill="#009ACE"] {
  fill: #fff;
}

@media (max-width:1024px){
  .content-slides-left {
    padding: 30px;
  }
}
@media (max-width:767px){
  .content-slides-left {width: 100%;}

  .content-slides-right {padding: 0 20px;width: 100%;}
  .tab-slides-inner {
    padding: 20px 41px;
  }

  .sl-ar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 88px;   
  }
  .sl-ar.lt {
    right: auto;
    left: 0px;
}
  .sl-ar.rt {
    right: 0;
}

}
.tab-slides-icon img {
    filter: invert(47%) sepia(38%) saturate(4819%) hue-rotate(166deg) brightness(93%) contrast(101%);
  width: 72px;
}
.slick-slide.slick-current.slick-active .tab-slides-inner img ,.slick-slide.slick-current .tab-slides-inner:hover img {
    filter: none;
}
.tab-slides-inner:hover img {
    filter: none;
}
ul.fancy-list {
    list-style: none;
}
ul.fancy-list li {
    position: relative;
    padding-bottom: 15px;
}
ul.fancy-list li:before {
    position: absolute;
    background: #009ACE;
    display: block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    content: "\f054";
    left: -30px;
    top: 0px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight:700;
  font-size:15px;
  text-align: center;
}

