.chat-details {
  font-size: 16px;
  color: #000;
}
.chat-details strong {
  font-weight: bold;
  color: #666;
}


#chatbot {
  padding: 10px;
  background-color: #437CC3;
  margin-top: 20px;
}
#chatbot:after {
  clear: both;
  content: '';
  display: block;
}
.speech-bubbles-container {
  padding-top: 20px;
  width: 100%;
  margin: auto;
  z-index: 2;
}
.speech-bubbles-container .chatbot-head {
  display: block !important;
  margin: 0 auto 50px auto;
  width: 400px;
}
.speech-bubble {
  margin-bottom: 25px;
  font-size: 16px;
  max-width: 90%;
  min-width: 90px;
  position: relative;
  font-weight: 200;
  display: inline-block;
  border-radius: 25px;
  padding: 10px;
  clear: both;
}
p.speech-bubble:last-child {
  margin-bottom: 25px;
}
.human-speak {
  background-color: #fff;
  float: right;
  color: #000;
  border: 1px solid #fff;
  margin-right: 15px;
}
.human-speak:after {
  position: absolute;
  content: "";
  background-image: url(../images/bubble-white.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 18px;
  bottom: -19px;
  right: 32px;
}
.bot-speak {
  background-color: #000;
  float: left;
  color: #fff;
  border: 1px solid #000;
  margin-left: 15px;
}
.bot-speak:before {
  position: absolute;
  content: "";
  background-image: url(../images/bubble-black.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 18px;
  bottom: -19px;
  left: 32px;
}
div.speech-bubble {
  width: 100%;
  max-width: 100%;
}
div.speech-bubble .carousel-item {
  margin-right: 10px;
}
div.speech-bubble p {
  font-size: 16px;
}
div.speech-bubble a {
  color: #fff;
}
  div.speech-bubble a:hover {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .speech-bubble {
    font-size: 20px;
    max-width: 60%;
  }
  .bot-speak {
    margin-left: 30px;
  }
  .human-speak {
    margin-right: 30px;
  }
  .speech-bubbles-container {
    width: 70%;
  }
  div.speech-bubble p {
    font-size: 20px;
  }
}



.az-carousel .owl-carousel {
  position: relative;
}
.az-carousel .owl-carousel .owl-item a {
  display: block;
  width: 100%;
}
.az-carousel .owl-carousel .owl-item img {
  width: 100%;
}
.az-carousel .owl-controls {
  margin: 0;
}
.az-carousel .owl-pagination {
  display: none;
}
.az-carousel .owl-theme .owl-controls .owl-buttons div {
  background: transparent;
  background-size: cover;
  border-radius: 0;
  height: 60px;
  margin: -45px 0 0;
  padding: 0;
  position: absolute;
  text-indent: -999px;
  overflow: hidden;
  top: 50%;
  width: 36px;
}
.az-carousel .owl-theme .owl-controls .owl-buttons .owl-prev {
  background-image: url(../images/prev.png);
  background-position: top right;
  background-repeat: no-repeat;
  left: 0;
}
.az-carousel .owl-theme .owl-controls .owl-buttons .owl-next {
  background-image: url(../images/next.png);
  background-position: top left;
  background-repeat: no-repeat;
  right: 0;
}