.two-col-feature-block{
  background-size: cover;
  background-position: center center;
}

.two-col-feature-block .carousel{
  min-width: 100%;
}

.two-col-feature-block .carousel-item{
  background-size: cover;
}

.two-col-feature-block .txt_drk{
  color: #575656;
}

.two-col-feature-block .txt_lt{
  color: #fff;
}

.two-col-feature-block .carousel-control-next,
.two-col-feature-block .carousel-control-prev{
  width: 5%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon{
  height: 60px !important;
  width: 60px !important;
  background-image: none !important;
  font-size: 46px;
  /* background-size: contain !important;
  background-repeat: no-repeat; */
}

.carousel-control-next-icon{
  transform: rotate(180deg);
}

.two-col-feature-block .zan-chevron-right,
.two-col-feature-block .zan-chevron-left{
    color: rgba(0,0,0,0.3);
    font-size: 2em;
}

.two-col-feature-block .flag{
  color: #fff;
  background: #b09862;
  font-family: 'Karla', sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 1px;
  width: 100%;
  padding-left: 1em;
  display: block;
  margin-bottom: 2.6rem;

}

.two-col-feature-block .box-left{
  padding-left: 7em;
  /* margin-top: 5em;
  margin-bottom: 5em; */
}
.two-col-feature-block .box-right{
  padding-left: 3em;
  /* margin-top: 3em;
  margin-bottom: 3em; */
}

.two-col-feature-block h2{
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  color: var(--arz_indigo);
  font-weight: 700;
  margin-bottom: 1rem;
}

.two-col-feature-block h6{
  font-family: 'Lato', sans-serif;
  font-size: 29px;
  line-height: 29px;
  font-weight: 400;
  margin-bottom: 1rem;
}

.two-col-feature-Lato p{
  font-family: 'Lato', sans-serif;
  font-size: 1em;
  line-height: 1.8em;
  font-weight: 400;
}

.two-col-feature-block .icon-container{
  max-width: 90%;
}

.two-col-feature-block .icon-container .icon{
  max-width: 96px;
  height: auto;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;

}

.two-col-feature-block .slide_inner.small{
  min-height: 350px;
}
.two-col-feature-block .slide_inner.medium{
  min-height: 650px;
}

.two-col-feature-block .slide_inner.fullscreen{
  min-height: 100%;
}

.two-col-feature-block .bg-img-sml{
  min-height: 250px;
  background-position: center center;
  background-size: cover;
}

.two-col-feature-block .bg-img-lrg{
  background-size: cover;
  background-position: center center;
}

.two-col-feature-block .text-background{
  background-size: cover;
  background-position: center center;
}

.two-col-feature-block .content-container{
    max-width: 60%;
    margin-left: 6%;
}

/* .two-col-feature-block .slide_wrap.txt_lt .btn.btn-primary{
    border: 1px solid #fff;
    color: #fff;
}

.two-col-feature-block .slide_wrap.txt_lt .btn.btn-primary:hover{
  border: 1px solid #fff;
  background: #fff;
  color: #b09862;
} */

@media (min-width: 1300px) {
  .two-col-feature-block .content-container{
      max-width: 60%;
      margin-left: 10%;
  }

}

@media (min-width: 1200px) {
  .two-col-feature-block .content-container{
      max-width: 75%;
      margin-left: 6%;
  }

}

@media (max-width: 991px) {
  .two-col-feature-block .content-container{
      max-width: 75%;
      margin-left: 6%;
  }

}

.two-col-feature-block .slide_wrap{
  position: relative;
  margin-top: 5em;
  margin-bottom: 5em;
}

@media (max-width: 768px) {

  .two-col-feature-block .carousel-item.small{
    min-height: 300px;
  }
  .two-col-feature-block .carousel-item.medium{
    min-height: 450px;
  }

  .two-col-feature-block .box-left{
    padding-left: 0em;
  }
  .two-col-feature-block .box-right{
    padding-left: 0em;
  }

  .two-col-feature-block .content-container,
  .two-col-feature-block .icon-container,
  .two-col-feature-block .button-container{
    max-width: 100%;
    padding: 0 2em;
  }

  .two-col-feature-block .icon-container .icon{
    width: 24%;
    height: auto;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;

  }

}

@media (max-width: 375px) {

  .two-col-feature-block .icon-container .icon{
    width: 23%;
    height: auto;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
  }

}

.two-col-feature-block .carousel-indicators{
  bottom: unset;
  top: 20px;
}

.two-col-feature-block .carousel-indicators li{
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
