.cavli-blog {
  position: relative;
}
.cavli-blog .owl-nav {
  position: absolute;
  margin-left: 25px;
  top: 100px;
  right: 80px;
  color: #b7b7b7;
}
@media screen and (max-width: 768px) {
  .cavli-blog .owl-nav {
    top: 60px;
    right: 0;
  }
}
.cavli-blog .owl-nav span {
  color: #444;
  margin-right: 50px;
  font-size: 20px;
}
.cavli-blog .owl-nav span:hover {
  color: #5465ff;
}
.cavli-blog .owl-nav .owl-prev,
.cavli-blog .owl-nav .owl-next {
  outline: none;
}
.CL_content .owl-carousel .content_image {
  width: auto !important;
}
.CL_content .abc_inner .owl-carousel .content_area {
  margin-right: 4%;
  width: 50%;
  float: right;
  margin-bottom: 150px;
}
.CL_content .abc_inner .owl-carousel .owl-item img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin: -2px 0 0 12px;
}
.CL_content .owl-carousel .abci_content img {
  width: auto !important;
}
.abc_inner .owl-carousel .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
  color: #b7b7b7;
  display: none;
}
@media screen and (max-width: 768px) {
  .abc_inner .owl-carousel .owl-nav {
    top: 20px;
  }
}
.abc_inner .owl-carousel .owl-nav .owl-prev span i,
.abc_inner .owl-carousel .owl-nav .owl-next span i {
  color: #444;
  margin-left: 5px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  display: inline-block;
  line-height: 50px;
  border-radius: 50%;
}
.abc_inner .owl-carousel .owl-nav .owl-prev span i:hover,
.abc_inner .owl-carousel .owl-nav .owl-next span i:hover {
  color: #5465ff;
  margin-left: 44px;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  border-radius: 50%;
}
.abc_inner .owl-carousel .owl-nav .owl-prev,
.abc_inner .owl-carousel .owl-nav .owl-next {
  outline: none;
  font-size: 20px;
}
.CL_content .image_carousel {
  display: inline-block;
}
.animated {
  animation-fill-mode: both;
}
.relevant-product .container .cavli-container {
  position: relative;
}
.relevant-product .owl-carousel .owl-nav {
  position: absolute;
  right: 50px;
  top: -110px;
  color: #4a4a4a;
  display: block;
}
@media screen and (max-width: 768px) {
  .relevant-product .owl-carousel .owl-nav {
    right: 0;
    top: -115px;
    color: #b7b7b7;
  }
}
.relevant-product .owl-carousel .owl-nav .owl-prev span i {
  margin-right: 50px;
}
.relevant-product .owl-carousel .owl-nav span i:hover {
  color: #5465ff;
}
.relevant-product .owl-carousel .owl-nav .owl-prev,
.relevant-product .owl-carousel .owl-nav .owl-next {
  outline: none;
  font-size: 20px;
  color: #444;
}
.related-resources .container .cavli-container {
  position: relative;
}
.related-resources .owl-carousel .owl-nav {
  position: absolute;
  right: 50px;
  top: -110px;
  color: #4a4a4a;
  display: block;
}
@media screen and (max-width: 768px) {
  .related-resources .owl-carousel .owl-nav {
    right: 0;
    top: -115px;
    color: #b7b7b7;
  }
}
.related-resources .owl-carousel .owl-nav .owl-prev span i {
  margin-right: 50px;
}
.related-resources .owl-carousel .owl-nav span i:hover {
  color: #5465ff;
}
.related-resources .owl-carousel .owl-nav .owl-prev,
.related-resources .owl-carousel .owl-nav .owl-next {
  outline: none;
  font-size: 20px;
  color: #444;
}
.mobile-slider-main .owl-carousel {
  position: relative;
}
.mobile-slider-main .owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  bottom: -30px;
  color: #b7b7b7;
}
.mobile-slider-main .owl-carousel .owl-stage-outer .owl-stage .active {
  width: 300px !important;
}
.mobile-slider-main .owl-carousel .owl-nav span i {
  margin-right: 30px;
}
.mobile-slider-main .latestBlogItem .lbi_details .learn-button-blue img {
  width: 30px;
}
.mobile-slider-main .owl-carousel .owl-nav .owl-prev,
.mobile-slider-main .owl-carousel .owl-nav .owl-next {
  outline: none;
}
.text-box h3 {
  display: none;
  padding-top: 16%;
}
.text-in {
  display: block !important;
  animation: textIn 0.5s ease;
}
.text-out {
  animation: textOut 0.5s ease-in-out;
}
@keyframes textIn {
  0% {
  }
  100% {
  }
}
@keyframes textOut {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1.1);
  }
}
/* de-distributor */
.distributor-relevant-product .container .cavli-container {
  position: relative;
}
.distributor-relevant-product .owl-carousel .owl-nav {
  position: absolute;
  right: 50px;
  top: -60px;
  color: #4a4a4a;
  display: block;
}
.distributor-relevant-product .owl-carousel .owl-nav .owl-prev span i {
  margin-right: 50px;
}
.distributor-relevant-product .owl-carousel .owl-nav span i:hover {
  color: #5465ff;
}
.distributor-relevant-product .owl-carousel .owl-nav .owl-prev,
.distributor-relevant-product .owl-carousel .owl-nav .owl-next {
  outline: none;
  font-size: 20px;
  color: #444;
}
@media screen and (max-width: 768px) {
  .distributor-relevant-product .owl-carousel .owl-nav {
    right: 0;
    top: -80px;
    color: #b7b7b7;
  }

  .distributor-relevant-product .owl-carousel .owl-nav .owl-prev span i {
    margin-right: 20px;
  }
}
