.home_banner {
  margin-bottom: 5%;
}

.top-slider.owl-carousel .owl-nav button.owl-next {
  top: 0;
  right: 0;
  position: absolute;
  display: flex;
  justify-self: center;
  align-items: center;
  height: 100%;
}

.top-slider.owl-carousel .owl-nav button.owl-next span {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #000000;
  font-size: 35px;
  border-radius: 50px;
  padding-bottom: 7px;
}

.top-slider.owl-carousel .owl-nav button.owl-prev {
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-self: center;
  align-items: center;
  height: 100%;
}

.top-slider.owl-carousel .owl-nav button.owl-prev span {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #000000;
  font-size: 35px;
  border-radius: 50px;
  padding-bottom: 7px;
}

.top-slider.owl-carousel .owl-nav [class*='owl-']:hover {
  background: none;
}
.top-slider.owl-carousel .owl-dots {
    position: absolute;
    bottom: -8%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-slider.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #7dcfd5;
  width: 14px;
  height: 14px;
}





/* header responsive start */
@media (min-width: 0px) and (max-width: 320px) {
    .top-slider.owl-carousel .owl-dots {
        bottom: -25%;
    }

    .top-slider.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
        width: 12px;
        height: 12px;
    }
     .top-slider.owl-carousel .owl-nav  {
      display: none;
  }
  }
  
  @media (min-width: 321px) and (max-width: 485px) {
    .top-slider.owl-carousel .owl-dots {
        bottom: -20%;
    }
    .top-slider.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
        width: 12px;
        height: 12px;
    }
    
     .top-slider.owl-carousel .owl-nav  {
      display: none;
  }
    }
  
    @media (min-width: 486px) and (max-width: 575px) {
        .top-slider.owl-carousel .owl-dots {
            bottom: -20%;
        }
         .top-slider.owl-carousel .owl-nav  {
      display: none;
  }
    }
  
    @media (min-width: 576px) and (max-width: 767px) {
        .top-slider.owl-carousel .owl-dots {
            bottom: -20%;
        }
        
         .top-slider.owl-carousel .owl-nav  {
      display: none;
  }
    }
  
    @media (min-width: 768px) and (max-width: 991px) {
        .top-slider.owl-carousel .owl-dots {
            bottom: -12%;
        }
        
         .top-slider.owl-carousel .owl-nav  {
      display: none;
  }
    }
    
    @media (min-width: 992px) and (max-width: 1023px) {
   
    }
  
    @media (min-width: 1024px) and (max-width: 1199px) {
     
    }
  
  /* header css end */
  