/* Coverflow slider css*/
.dnxte_coverflowslider_parent .mt-10 {
  margin-top: 10px;
}

.dnxte_coverflowslider_parent .dnxte-coverflowslider-active .dnxte-coverflow-item {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.dnxte-coverflowslider-active .swiper-pagination-bullets {
  position: relative;
}

.dnxte_coverflowslider_parent .swiper-button-next,
.dnxte_coverflowslider_parent .swiper-button-prev {
  outline: none;
  border: 0px solid transparent;
}

.dnxte_coverflowslider_parent .swiper-pagination {
  width: 100% !important;
}

.dnxte_coverflowslider_parent .swiper-container,
.dnxte_coverflowslider_parent .img-fluid,
.dnxte-coverflow-heading,
.dnxte-coverflow-pra {
  border-width: 0px;
  border-color: #333;
  border-style: solid;
  border-radius: 0;
}

.dnxte_coverflowslider_parent .swiper-button-prev,
.dnxte_coverflowslider_parent .swiper-button-next {
  width: 50px;
  height: 55px;
  margin-top: 0 !important;
}

.dnxte_coverflowslider_parent .swiper-button-next,
.dnxte_coverflowslider_parent .swiper-button-prev {
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
}

.dnxte_coverflowslider_parent .swiper-button-next:after,
.dnxte_coverflowslider_parent .swiper-button-prev:after {
  content: attr(data-icon);
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: ETmodules;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  vertical-align: super;
}

.dnxte_coverflowslider_parent .swiper-pagination-bullet {
  opacity: 1;
}

/* arrow class */
.dnxte_coverflowslider_parent .swiper-button-container {
  position: absolute;
  top: 50%;
  z-index: 1;
}

.dnxte_coverflow_arrows_default {
  right: -1% !important;
  left: -1% !important;
}

.dnxte_coverflow_arrows_outer {
  right: -8% !important;
  left: -8% !important;
}

.dnxte_coverflow_arrows_inner {
  right: 25px !important;
  left: 25px !important;
}

.dnxte_coverflow_arrows_default_right {
  right: 0 !important;
}

.dnxte_coverflow_arrows_default_left {
  left: 0 !important;
}

.dnxte_coverflow_arrows_outer_right {
  right: -8% !important;
}

.dnxte_coverflow_arrows_outer_left {
  left: -8% !important;
}

.dnxte_coverflow_arrows_inner_right {
  right: 25px !important;
}

.dnxte_coverflow_arrows_inner_left {
  left: 25px !important;
}

.dnxte-coverflow-multitext {
  width: 100%;
  height: 100%;
  color: black;
  padding: 15px;
}

.dnxte-coverflow-inside-image {
  position: absolute;
  left: 0;
  top: 0;
}


.dnxte-coverflow-pra {
  line-height: 1.5em;
}

.dnxte-coverflow-pra p:empty {
  margin: 0;
  padding: 0;
}

.coverflow-container.multi-position-container {
  display: flex;
}

.coverflow-container.arrow-position-top {
  flex-direction: column-reverse;
}

.coverflow-container.arrow-position-bottom {
  flex-direction: column;
}

.swiper-button-container.multi-position-button-container {
  display: flex;
  position: relative;
}

.swiper-button-container.multi-position-button-left {
  justify-content: flex-start;
}

.swiper-button-container.multi-position-button-center {
  justify-content: center;
}

.swiper-button-container.multi-position-button-right {
  justify-content: flex-end;
}

.dnxte_coverflowslider_parent .multi-position-button,
.dnxte_coverflowslider_parent .multi-position-button {
  position: relative;
  left: auto;
  right: auto;
  margin-right: 10px;
}

.dnxte_coverflowslider_parent .swiper-button-next {
  margin-right: 0px;
}

.dnxte-coverflowslider-active {
  width: 100%;
}

.mb-30 {
  margin-bottom: 30px;
}

/* equal height code */
.dnxte_coverflowslider_child {
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: auto !important; */
  margin-bottom: 0;
}

.dnxte_coverflowslider_child .dnxte-coverflowslider-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-style: solid;
}

.dnxte-coverflow-image-container {
  height: auto;
}

.dnxte-coverflow-multitext {
  display: flex;
  flex-direction: column;
}

.dnxte-coverflow-pra {
  flex: 1 0 auto;
}

.dnxte-carousel-left-image .dnxte-coverflow-image-container,
.dnxte-carousel-right-image .dnxte-coverflow-image-container {
  display: flex;
  justify-content: center;
}

.dnxte_coverflowslider_child .dnxte-coverflowslider-item.dnxte-coverflow-carousel-left-image {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
}

.dnxte_coverflowslider_child .dnxte-coverflowslider-item.dnxte-coverflow-carousel-right-image {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
}

.dnxte_coverflowslider_parent.et_pb_module .dnxte_coverflowslider_child {
  margin-bottom: 30px !important;
}