.carousel-area .tns-nav button:hover, .carousel-area .tns-nav button.tns-nav-active {
  background: #fff;
}
.glide__track{
  overflow: visible;
  min-height: 500px;
}

.glide {
  z-index: 100;
}

.__slides {    
    width: 100%!important;
    height: auto;
    z-index: 50;
    min-height: 780px;
    overflow: visible;
    @media screen and (min-width: 992px){
      min-height: 780px !important;
      
    }
}
.__slide {
  opacity: 0;
  z-index: 50;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .8s ease;
  height: auto;
  cursor: default;  
}


.glide__bullet{
  width: 30px;
  height: 8px;
  border-radius: 25%;
  box-shadow: 0ps 0px 1px #ddd;
  border: 0;
}

.glide__bullet--active, .glide__bullet--active:hover, .glide__bullet:hover{
  background: #FF1F39;
  border: 0;
  box-shadow: 0ps 0px 1px #ddd;
}

.ribbon {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#EB001B 0%, #D90019 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #D90019;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #D90019;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #D90019;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #D90019;
}
#banner-container {
  background-image: url('../img/dotted.png');
  background-repeat: no-repeat;
  background-position: 8% 6%;
  background-size: 10%; 
}
.bottom-img-absolute {
  bottom: 45px;
  width: 100%;
  position: absolute;  
  @media screen and (max-width: 992px){
   display: none;
    
  }
}
#divider {
    @media screen and (max-width : 768px) {
        display: none;
    }

}
@media (min-width: 1024px){
  .circles{ 
    border-radius: 50%;
    box-shadow: 0px 0px 0px 20px #fff,
    0px 0px 0px 21px #F2F8FA,
    0px 0px 0px 80px #fff,
    0px 0px 0px 81px #F2F8FA,
    0px 0px 0px 140px #fff,
    0px 0px 0px 141px #F2F8FA;   
  }
  .__slides {
    /*min-height:650px; */
  }
}