.nr_cont {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 700px) {
  .nr_cont {
    width: 100%;
  }
}
.nr_cont .item {
  background-color: #F3F3F3;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #2D2D2D;
  min-height: 540px;
  border-radius: 15px;
}
@media (max-width: 700px) {
  .nr_cont .item {
    padding: 10px;
  }
}
.nr_cont .item .item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.nr_cont .item .star_rating img {
  width: 130px !important;
  margin-bottom: 30px;
}
.nr_cont .item .the_review {
  font-size: 17px;
  line-height: 22px;
}
@media (max-width: 700px) {
  .nr_cont .item .the_review {
    font-size: 14px;
  }
}
.nr_cont .item .review_by {
  margin-top: 20px;
  padding-top: 20px;
  width: 100%;
  font-weight: 700;
  font-size: 19px;
}
.nr_cont .item .review_date {
  font-size: 13px;
}
.nr_cont .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  top: 40%;
}
.nr_cont .owl-nav button {
  font-size: 50px !important;
  color: #277A6C !important;
}
.nr_cont .owl-nav .owl-prev {
  transform: translateX(10px);
}
@media (max-width: 700px) {
  .nr_cont .owl-nav .owl-prev {
    transform: translateX(0px);
  }
}
.nr_cont .owl-nav .owl-next {
  transform: translateX(-10px);
}
@media (max-width: 700px) {
  .nr_cont .owl-nav .owl-next {
    transform: translateX(0px);
  }
}
.nr_cont .owl-item.active.center .item {
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 700px) {
  .nr_cont .owl-item.active.center .item {
    border-radius: 7px;
    transform: scale(0.95);
  }
}
.nr_cont .owl-item .item {
  transition: 1s;
  width: 100%;
  transform: scale(0.8);
  opacity: 0.5;
}
@media (max-width: 700px) {
  .nr_cont .owl-item .item {
    opacity: 0.2;
  }
}
.nr_cont .owl-dots {
  transform: translateY(150px);
}

.mockup_wrapper {
  position: relative;
  padding: 200px 0px;
  transform: scale(1);
}
@media (min-width: 1100px) and (max-width: 1400px) {
  .mockup_wrapper {
    transform: scale(0.9);
  }
}
@media (max-width: 700px) {
  .mockup_wrapper {
    padding: 85px 17vw 40px 17vw;
  }
}
.mockup_wrapper .mockup {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-size: 64% 85%;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (min-width: 1100px) and (max-width: 1400px) {
  .mockup_wrapper .mockup {
    background-size: 85% 85%;
  }
}
@media (max-width: 700px) {
  .mockup_wrapper .mockup {
    background-size: cover;
  }
}

.image-carousel .review-image {
  padding-top: 100%;
  border-radius: 20px;
  background-size: cover;
}

.logo-carousel {
  margin-top: 100px;
}
.logo-carousel .review-image {
  width: 250px;
  max-height: 125px;
  padding-top: 100%;
  border-radius: 20px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}

.why_us-carousel {
  padding: 0px 50px;
}
.why_us-carousel .item-wrap {
  background-color: #44BFF9;
  color: white;
  border-radius: 10px;
  text-align: center;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.why_us-carousel .item-wrap .title {
  font-size: 18px;
  font-weight: 700;
}
.why_us-carousel .item-wrap .text {
  font-size: 16px;
}
.why_us-carousel .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  top: 25%;
  /* Ensure style remains unchanged on hover, focus, and active */
}
.why_us-carousel .owl-nav button {
  font-size: 50px !important;
  color: #999999 !important;
  background: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
}
.why_us-carousel .owl-nav button:hover,
.why_us-carousel .owl-nav button:focus,
.why_us-carousel .owl-nav button:active {
  font-size: 50px !important;
  color: #999999 !important;
  background: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.why_us-carousel .owl-nav .owl-prev {
  transform: translateX(10px);
}
@media (max-width: 700px) {
  .why_us-carousel .owl-nav .owl-prev {
    transform: translateX(0px);
  }
}
.why_us-carousel .owl-nav .owl-next {
  transform: translateX(-10px);
}
@media (max-width: 700px) {
  .why_us-carousel .owl-nav .owl-next {
    transform: translateX(0px);
  }
}/*# sourceMappingURL=custom.css.map */