.opinion-slider .owl-stage,
.opinion-slider .owl-item {
  display: flex;
}

.opinion-item {
  background: #00ADE5;
  border-radius: 20px;
  text-align: center;
  padding: 40px 45px 45px;
  display: flex;
  flex-direction: column;
}

.opinion-item-top {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.quotes.quotes-end {
  margin-top: auto;
}

.quotes img {
  max-width: 37px;
  margin: auto;
}

.opinion-item p {
  color: var(--second-active-color);
  margin: 40px 0 60px;
  letter-spacing: 0.4px;
  line-height: 28px;
  font-size: 18px;
}

.opinion-user {
  margin-top: auto;
  min-height: 85px;
}

.opinion-user h5 {
  margin: 0 0 7px !important;
  font-size: 20px !important;
  font-weight: bold !important;
  letter-spacing: 0.4px;
  color: var(--second-active-color);
  line-height: 30px !important;
}

.opinion-user span {
  color: var(--second-active-color);
  letter-spacing: 0.32px;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.opinion-user-logo {
  margin-top: 37.5px;
  height: 133px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--second-active-color);
  padding: 5px;
}

.opinion-user-logo img {
  max-width: 100%;
  max-height: 100%;
}

.opinion-slider .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 47px;
}

.opinion-slider .owl-dot {
  height: 23px;
  width: 23px;
  border-radius: 50%;
  border: 1.5px solid var(--text-color) !important;
  outline: none !important;
  margin: 0 7px;
}

.opinion-slider .owl-dot.active {
  background: #00ADE5 !important;
  border-color: #00ADE5 !important;
}

.opinion-slider .owl-nav button {
  outline: none !important;
  position: absolute;
  top: calc(50% - 85px);
  left: -110px;
}

.opinion-slider .owl-nav button.owl-next {
  left: auto !important;
  right: -110px;
}

.opinion-slider .owl-nav button.disabled {
  display: none;
}

@media(min-width:1460px) and (max-width:1559.98px) {
  .opinion-slider .owl-nav button {
    left: -80px;
  }

  .opinion-slider .owl-nav button.owl-next {
    right: -80px;
  }
}

@media(min-width:1360px) and (max-width:1459.98px) {
  .opinion-item {
    padding: 40px 35px;
  }

  .quotes img {
    max-width: 35px;
  }

  .opinion-item p {
    margin: 40px 0 45px;
    line-height: 26px;
    font-size: 17px;
  }

  .opinion-user-logo {
    height: 125px;
    margin-top: 30px;
  }

  .opinion-slider .owl-nav button {
    left: -80px;
  }

  .opinion-slider .owl-nav button.owl-next {
    right: -80px;
  }

  .opinion-slider .owl-dot {
    height: 21px;
    width: 21px;
  }
}

@media(min-width:1200px) and (max-width:1359.98px) {
  .opinion-item {
    padding: 40px 33px;
  }

  .quotes img {
    max-width: 34px;
  }

  .opinion-item p {
    margin: 35px 0 40px;
    line-height: 22px;
    font-size: 15px;
  }

  .opinion-user span {
    font-size: 15px;
    line-height: 22px;
  }

  .opinion-user {
    min-height: 79px;
  }

  .opinion-user h5 {
    margin: 0 0 5px !important;
    font-size: 19px !important;
    line-height: 29px !important;
  }

  .opinion-user-logo {
    height: 120px;
    margin-top: 30px;
  }

  .opinion-slider .owl-dots {
    margin-top: 40px;
  }

  .opinion-slider .owl-dot {
    height: 20px;
    width: 20px;
    margin: 0 6px;
  }

  .opinion-slider .owl-nav button {
    left: -55px;
  }

  .opinion-slider .owl-nav button.owl-next {
    right: -56px;
  }
}

@media(min-width:992px) and (max-width:1199.98px) {
  .opinion-item {
    padding: 30px 15px;
  }

  .quotes img {
    max-width: 32px;
  }

  .opinion-item p {
    margin: 35px 0 40px;
    font-size: 15px;
    line-height: 21px;
  }

  .opinion-user {
    min-height: 73px;
  }

  .opinion-user h5 {
    font-size: 18px !important;
    line-height: 28px !important;
    margin: 0 0 5px !important;
  }

  .opinion-user span {
    line-height: 20px;
    font-size: 14px;
  }

  .opinion-user-logo {
    height: 95px;
    padding: 10px;
    margin-top: 25px;
  }

  .opinion-slider .owl-dots {
    margin-top: 35px;
  }

  .opinion-slider .owl-dot {
    height: 18px;
    width: 18px;
    margin: 0 6px;
  }
}

@media(min-width:768px) and (max-width:991.98px) {
  .opinion-item {
    border-radius: 15px;
    padding: 35px 25px;
  }

  .quotes img {
    max-width: 33px;
  }

  .opinion-item p {
    margin: 30px 0 40px;
    font-size: 16px;
    line-height: 24px;
  }

  .opinion-user {
    min-height: 75px;
  }

  .opinion-user h5 {
    margin: 0 0 6px !important;
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .opinion-user span {
    line-height: 19px;
    font-size: 15px;
  }

  .opinion-user-logo {
    height: 110px;
    padding: 10px;
    margin-top: 25px;
  }

  .opinion-slider .owl-dots {
    margin-top: 35px;
  }

  .opinion-slider .owl-dot {
    height: 17px;
    width: 17px;
    margin: 0 5px;
  }
}

@media(max-width:767.98px) {
  .opinion-item {
    border-radius: 10px;
    padding: 30px 20px;
  }

  .quotes img {
    max-width: 29px;
  }

  .opinion-item p {
    margin: 24px 0 30px;
    line-height: 23px;
    font-size: 16px;
  }

  .opinion-user {
    min-height: 60px;
  }

  .opinion-user h5 {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .opinion-user span {
    line-height: 20px;
    font-size: 15px;
  }

  .opinion-user-logo {
    height: 105px;
    padding: 10px;
    margin-top: 23.5px;
  }

  .opinion-slider .owl-dots {
    margin-top: 30px;
  }

  .opinion-slider .owl-dot {
    height: 13px;
    width: 13px;
    margin: 0 4px;
  }
}