.apb_slider .owl-carousel .item,.apb_slider.owl-carousel .item{
  width: 100%;
  /*margin-bottom: 40px;*/
      position: relative;
}

.apb_slider .owl-carousel .owl-item,.apb_slider.owl-carousel .owl-item{
    height: fit-content;
}

.col_mod[data-element="apb_slider"] .slider-inner-con,.apb_slider .slider-inner-con{
    position:relative;
    height:100%;
}
.col_mod[data-element="apb_slider"],.apb_slider_view{
    /*position:relative;*/
    width: 100%;
    height: fit-content;
}


.apb_slider:not(.pgrid_slider) .owl-carousel .item,.col_mod[data-element="apb_slider"]:not(.pgrid_slider) .owl-carousel .item{
  height: 100%;
}

.apb_slider.owl-carousel .item .slider-img{
    height:100%;
}

.slider_2_col {
    margin-top: -25px;
}
.apb_slider.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.apb_slider.owl-carousel .owl-nav button.owl-prev,.apb_slider .owl-carousel .owl-nav button.owl-prev  {
  left: 0;
}
.apb_slider.owl-carousel .owl-nav button.owl-next,.apb_slider .owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.apb_slider.owl-carousel .owl-dots,.apb_slider .owl-carousel .owl-dots {
  text-align: center;
  padding-top: 15px;
  display:none;
}
.apb_slider.owl-carousel .owl-dots button.owl-dot span,.apb_slider .owl-carousel .owl-dots button.owl-dot span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.apb_slider.owl-carousel .owl-dots button.owl-dot.active span,.apb_slider .owl-carousel .owl-dots button.owl-dot.active span {
  background-color: #000;
}
.apb_slider.owl-carousel .owl-dots button.owl-dot:focus,.apb_slider .owl-carousel .owl-dots button.owl-dot:focus {
  outline: none;
}
.apb_slider.owl-carousel .owl-nav button,.apb_slider .owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.apb_slider.owl-carousel .owl-nav button:focus,.apb_slider .owl-carousel .owl-nav button:focus {
    outline: none;
}

.apb_slider_view .customPreviousBtn{
    position: absolute;
    top: 0;
    background: #0000007d;
    bottom: 0;
    color: #fff;
    padding: 5px 12px;
    border-radius: 50px;
    left: 50px;
    margin: auto;
    width: fit-content;
    height: fit-content;
    z-index: 9;
}

.apb_slider_view .pgrid_slider .customPreviousBtn{
    left: -30px;
}


.apb_slider_view .customNextBtn{
    position: absolute;
    top: 0;
    background: #0000007d;
    bottom: 0;
    color: #fff;
    padding: 5px 12px;
    border-radius: 50px;
    right: 50px;
    margin: auto;
    width: fit-content;
    height: fit-content;
    z-index: 9;
}

.apb_slider_view .pgrid_slider .customNextBtn{
    right: -30px;
}

@media (max-width: 575px) {
.owl-item .image-layer{
    max-width:150px;
    max-height:250px;
}

}


@media (min-width: 576px) and (max-width: 780px) {

.owl-item .image-layer{
    max-width:250px;
    max-height:500px;
}

}

.apb_slider.owl-carousel .owl-item .slider_img_overlay,.apb_slider .owl-carousel .owl-item .slider_img_overlay{
	position:relative;
	width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
}

.image-layer .slide_layer_img_overlay{
	position:relative;
	width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
}

.layered-slider .owl-carousel .owl-item {
  /*height:600px;*/
  height:100%;
  min-height:200px;
}

.carousel-extra-padding-bottom .owl-stage{
  padding-bottom: 40px;
}

.apb_slider:not(.apb_slider_view){
    padding:10px;
}
 
 
.pgrid_slider .owl-carousel .owl-item{
    padding:10px;
    margin-bottom: 40px;
}

.pgrid_slider .owl-carousel .owl-item > .item{
    max-height:800px;
}

.apb_slider_view.layered-slider .owl-item .slider-img{
    height:100%;
}

.apb_slider_view.layered-slider .owl-stage,.apb_slider_view.layered-slider .owl-stage-outer{
    height:100%;
}

