.prev-next-btn-wrapper{
  max-width: 1170px;
  margin: auto;
  width: 100%;
  position: absolute;
  padding: 20px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.banner-main-2{
    position: relative;
}
.banner-main-2::after, .banner-main-2::before{
  content: '';
  display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
  z-index: -1;
}
.banner-main-2::before{
  left: 0;
}
.banner-main-2::after{
  right: 0;
}

.banner-main-2 .uk-slideshow-items{
  height: 100%;
  min-height: 0px !important;
  
}

.banner-main-2 .banner-content { 
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1266px;
  margin: auto;
    padding: 0 16px;
}

.banner-main-2 .banner-content .banner-text-box{
  width: 50%;
  display: flex;
  align-items: center;

}
@media screen and (min-width: 767px) {
  .banner-main-2.image-left.image-absolute .banner-content {
    flex-direction: row-reverse;
  }
  .banner-main-2.image-left.image-static .banner-content .banner-text-box{
    
    order: 2;

  }
  .banner-main-2::after, .banner-main-2::before{

    width: 50%;

}
}
@media screen and (min-width: 1200px) {
  .banner-main-2 .banner-content .banner-text-box{
/*       padding: 87px 0 111px 0; */
  }
}
.banner-main-2 .banner-text-container{
/*   padding-right: 16px; */
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}


.banner-main-2 .banner-overline{
  margin-bottom: 15px;
  display: inline-block;
}

.banner-main-2 .banner-title{
  margin-bottom: 20px;
}

{# Button #}
.banner-main-2 .btn-group{
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}


.banner-main-2 .button.uk-button-primary:hover,
.banner-main-2 .button.uk-button-primary:active{
  background: transparent;
}

.banner-main-2 .button.uk-button-default{
  background: transparent;
}


.banner-main-2 .banner-content .banner-image{
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.banner-main-2.image-left .banner-content .banner-image{
  left: 0;
  right: auto;
}
.banner-main-2 .banner-image img{
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: bottom;
}


.banner-main-2 .slidenav-previous-btn,
.banner-main-2 .slidenav-next-btn{
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-main-2 .slidenav-next-btn{
  left: 80px;
}

.banner-main-2 .uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: #FFF;
  stroke-width: 3;
}

.banner-main-2 .slidenav-previous-btn:hover,
.banner-main-2 .slidenav-next-btn:hover{
  background-color: #FFF;
}

.banner-main-2 .slidenav-previous-btn:hover.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve),
.banner-main-2 .slidenav-next-btn:hover.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: #3452ff;
}




/* Media query for responsive */
@media screen and (max-width: 1198px) {
  .banner-main-2 .banner-text-container{
    padding-right: 70px;
  }

}

@media screen and (max-width: 767px) {

  .banner-main-2 .banner-text-container{
    padding-right: 0;
  }

  .banner-main-2 .banner-content { 
    gap: 30px;
    flex-wrap: wrap;
  }

  .banner-main-2 .banner-content .banner-text-box{
    width: 100%;

  }

  .banner-main-2 .banner-content .banner-image {
    width: 100%;
    height: 100%;
    position: static;
    order: 2;
    padding-bottom: 16px;
  }
