@-webkit-keyframes fadeInDown {
  0% {opacity: 0; -webkit-transform: translate3d(15px, -15px, 0); transform: translate3d(15px, -15px, 0); } 
  100% {opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 
}
@keyframes fadeInDown {
  0% {opacity: 0; -webkit-transform: translate3d(15px, -15px, 0); transform: translate3d(15px, -15px, 0); }
  100% {opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 
}
.business-landing-main-wrapper .slider-container-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.business-image-slider-main {/*margin-top: 34px; margin-bottom: 113px;*/ margin-top: 60px; margin-bottom: 60px; position: relative;}
.business--image-gallery-wrap {position: relative; overflow: hidden;}
.business--image-gallery-wrap .controls-wrap {position: absolute; right: 0; z-index: 10; padding: 15px; top: 540px; background: var(--color-f4f4f4); height: 57px; width: 180px; display: flex; justify-content: center; align-items: center;}
.business--image-gallery-wrap .controls-wrap .next-prev {float: none;}
.business--image-gallery-wrap .controls-wrap .next-prev .carousel-control {transform: translateY(-50%); padding: 0; width: 0; height: 0; margin: 0; position: absolute; top: 50%; transition: all 300ms; text-indent: 0 ; font-size: 0; border: solid var(--color-000000); border-width: 0;}
.business--image-gallery-wrap .controls-wrap .next-prev .custom-prev-btn {border-top: 5px solid transparent; border-right: 10px solid var(--color-b6b6b6); border-bottom: 5px solid transparent; left: 15px;}
.business--image-gallery-wrap .controls-wrap .next-prev .custom-next-btn {border-top: 5px solid transparent; border-left: 10px solid var(--color-b6b6b6); border-bottom: 5px solid transparent; right: 15px;}
.business--image-gallery-wrap .controls-wrap .next-prev .custom-prev-btn:hover {border-right: 10px solid var(--color-111111); opacity: 1;}
.business--image-gallery-wrap .controls-wrap .next-prev .custom-next-btn:hover {border-left: 10px solid var(--color-111111); opacity: 1;}
.business--image-gallery-wrap .controls-wrap .counter {display: flex; justify-content: center; width: auto;}
.business--image-gallery-wrap .controls-wrap .counter span {font-size: 14px; font-family: var(--font-roboto-medium); line-height: 1.29; font-style: normal; position: static; color: var(--color-676767); width: auto;}
.business--image-gallery-wrap .controls-wrap .counter span.fadeOutDown{display: none;}
.business--image-gallery-wrap .controls-wrap .counter span.img-fw-counter {color: var(--color-cb0024); width: auto; margin-right: 5px;}
.fadeInDown {-webkit-animation-name: fadeInDown; animation-name: fadeInDown; }
.animated {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.business--image-gallery-image img {height: 724px; object-fit: cover; max-height: 597px;}
.business--image-gallery-content {padding: 0; margin-top: 27px; max-width: 840px;}
.business--image-gallery-title {font-family: var(--font-roboto-bold); font-size: 18px; font-weight: bold; font-style: normal; line-height: 1.39; color: var(--color-0e0e0e); margin-bottom: 9px;}
@media all and (max-width: 991px){
  .business--image-gallery-image img{height: 460px}
  .business--image-gallery-wrap .controls-wrap{top: 403px}
}
@media all and (max-width: 767px){
  .business-image-slider-main{/*margin-bottom: 50px;*/}
  .business--image-gallery-wrap{margin: 0 -20px;}
  .business--image-gallery-content{margin-top: 20px; padding: 0 20px;}
  .business--image-gallery-title{font-size: 16px;}
}
@media all and (max-width: 480px){
  .business--image-gallery-image img{height: 204px}
  .business--image-gallery-wrap .controls-wrap{top: 147px}
}
@media all and (max-width: 440px){
  .business--image-gallery-image img{height: 180px}
  .business--image-gallery-wrap .controls-wrap{top: 123px}
}

.business--image-gallery-wrap .owl-dots { counter-reset: slides-num; position: relative; bottom: 0; right: 0; width:  100%; overflow: hidden; min-width: 42px; text-align: right; }
.business--image-gallery-wrap .owl-dots:after { content: '/' counter(slides-num); vertical-align: middle; font-size: 14px; font-family: var(--font-roboto-medium); line-height: 1.29; font-style: normal; position: static; color: var(--color-676767); width: auto; letter-spacing: 6px; margin-left: -20px; }
.business--image-gallery-wrap .owl-dot { display: inline-block; counter-increment: slides-num; margin-right: 5px; pointer-events: none; }
.business--image-gallery-wrap .owl-dot span { display: none; }
.business--image-gallery-wrap .owl-dot.active:before { content: counter(slides-num); display: inline-block; vertical-align: middle; left: 0; top: 0; color: var(--color-cb0024); font-size: 14px; font-family: var(--font-roboto-medium); line-height: 1.29; font-style: normal; width: auto; margin-right: 0; opacity: 1; visibility: visible; transform: translate3d(0, 0, 0); top: 1px; }
.business--image-gallery-wrap .owl-dot:before { content: counter(slides-num); display: inline-block; vertical-align: middle; left: 0; top: 0; color: var(--color-cb0024); font-size: 14px; font-family: var(--font-roboto-medium); line-height: 1.29; font-style: normal; position: absolute; width: auto; margin-right: 0; opacity: 0; top: 1px; visibility: hidden; transform: translate3d(15px, -15px, 0); transition: 0.5s; left: 0; }
.business--image-gallery-wrap .owl-dots button.owl-dot { border: 0; padding: 0; background: transparent; box-shadow: none; }