.enteraddons-card-carousel .enteraddons-info-box {
  background-color: #FFFFFF; 
  padding: 30px 25px; 
  border: none;
  margin-bottom: 0; 
  box-shadow: 1px 10px 10px -5px rgba(0, 0, 0, 0.19);
  border: 1px solid #EDEDED;
}
.enteraddons-card-carousel .enteraddons-info-box-icon {
  background-color: transparent; 
  border: 1px solid #CC9F4E;
}
.enteraddons-info-box-content {
  margin-top: 25px;
}
.enteraddons-info-box-icon {
    position: relative;
    margin-bottom: 15px;
}
.enteraddons-info-box-content h5 {
  margin-bottom: 16px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.enteraddons-info-box-content p {
  font-size: 14px;
  line-height: 1.714;
  color: #5F7E9C;
}

.enteraddons-info-box.box-style--one .enteraddons-info-box-icon {
    height: 60px;
    width: 60px;
    margin-bottom: 30px;
}

.enteraddons-info-box.box-style--one .enteraddons-info-box-icon {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.enteraddons-card-carousel .enteraddons-info-box h5 {
  color: #1D1C1A; 
  text-transform: uppercase;
}
.enteraddons-card-carousel .enteraddons-info-box p {
  color: #777879; 
  font-size: 13px; 
  font-weight: 23px;
}
.enteraddons-info-box.box-style--one .enteraddons-info-box-icon.icon-divider:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -15px;
    background: inherit;
    content: '';
    height: 1px;
    width: 30px;
}
.enteraddons-info-box.box-style--one .enteraddons-info-box-icon.icon-divider:after {
    bottom: -30px;
    background: #CC9F4E;
}

.enteraddons-card-carousel .owl-nav button {
  position: absolute !important;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size:  15px;
  color:  #8c8c8c;
}
.enteraddons-card-carousel .owl-nav button {
  left: 8px;
}
.enteraddons-card-carousel .owl-nav button.owl-next {
  left: auto;
  right: 8px;
}
.enteraddons-card-carousel .owl-nav button:hover {
  color:  #111;
}
.enteraddons-card-carousel.owl-carousel .owl-nav button.owl-next , .enteraddons-card-carousel.owl-carousel .owl-nav button.owl-prev {
  font-size: 18px;
  border: 1px solid #000;
  outline: none;

}
.enteraddons-card-carousel.owl-carousel .owl-nav button.owl-next i, .enteraddons-card-carousel.owl-carousel .owl-nav button.owl-prev i {
  display: flex;
  justify-content: center;
  align-items: center;
}
.enteraddons-card-carousel.owl-carousel .owl-dots {
  line-height: 1;
  margin-top: 30px;
  text-align: center;
}

.enteraddons-card-carousel.owl-carousel .owl-dots .owl-dot.active {
  background-color: #f14e78;
  border-color: #f14e78;
}
.enteraddons-card-carousel.owl-carousel .owl-dots .owl-dot {
  height: 12px;
  width: 12px;
  border: 1px solid #959595;
  border-radius: 50%;
  margin: 0 5px;
  outline: none;
}