* {
  color: #000;
}

/* center line */

#main-wrapper .line {
  width: 70px;
  height: 6px;
  background-color: #0866FF;
  margin: 0 50%;
  margin-top: 10px;
  display: block;
  border-radius: 0px;
}

#main-wrapper .anim {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#main-wrapper .anim:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: white;
  animation: animate 2s linear infinite;
}

@keyframes animate {
  0% {
    left: 0;
  }

  50% {
    left: 100%;
  }

  0% {
    left: 0;
  }
}

/* center line css End here */
/* first img css */
#main-wrapper .header {
  width: 100%;
}

#main-wrapper .pl20 {
  padding: 10px 10px;
}

#main-wrapper .chatbox1 {
  position: absolute;
  top: 92px;
  left: 100px;
  width: 330px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  z-index: 2;
  text-align: left;
}

#main-wrapper .chat-message {
  color: #000;
  padding: 10px 15px;
  border-radius: 15px;
  margin: 20px 15px;
  font-size: 12px !important;
  line-height: normal;
  line-height: 1.4;
}

#main-wrapper .user {
  background-color: #0866FF;
  color: #fff;
  border-bottom-right-radius: 5px;
}

#main-wrapper .bot {
  background-color: #F6F6F6;
  border-bottom-left-radius: 5px;
}

#main-wrapper .messenger-icon {
  position: absolute;
  transform: translate(282px, -310px);
  background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Webpage_Generative_AI_Chatbot_Education_Facebook/Messenger.png) no-repeat center center;
  width: 100px;
  height: 100px;
  z-index: 2;
}

#main-wrapper .bot-icon {
  position: absolute;
  background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Webpage_Generative_AI_Chatbot_Education_Facebook/bot1.png) no-repeat center center;
  background-size: cover;
  height: 30px;
  width: 30px;
  transform: translate(-23px, -30px);
  z-index: 2;
}

#main-wrapper .user-icon {
  position: absolute;
  background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Webpage_Generative_AI_Chatbot_Education_Facebook/icon1.png) no-repeat center center;
  background-size: cover;
  height: 40px;
  width: 40px;
  transform: translate(322px, -171px);
  z-index: 2;
}

#main-wrapper .blue-txt {
  color: #0866FF;
}

#main-wrapper .gray-txt {
  color: #E0E0E0;
}

#main-wrapper .small-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.10);
  width: 29%;
  text-align: center;
  transition: all 0.3s ease;
}

#main-wrapper .small-card:hover {
  transform: scale(1.05);
}

#main-wrapper .small-card img {
  width: 70px;
}

#main-wrapper .chatbox2 {
  border-radius: 15px;
  max-width: 400px;
  margin-left: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: auto;
}

#main-wrapper .chatbox4 {
  padding: 0;
  font-size: 12px !important;
  line-height: normal;
  margin: auto !important;
}

#main-wrapper .chat-area {
  height: 640px;
  overflow-y: auto;
  padding-top: 30px;
}

#main-wrapper .chat-area1 {
  height: 480px;
  overflow-y: auto;
  padding-top: 30px;
}

#main-wrapper .new-screen {
  max-width: 410px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

#main-wrapper .old-screen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 410px;
  height: 632.88px;
  margin: 0 auto;
  padding-top: 30px;
}

#main-wrapper .old-screen1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 410px;
  height: 793.65px;
  margin: 0 auto;
  padding-top: 30px;
}

#main-wrapper .chatbox3 {
  background: none;
  box-shadow: none;
}

#main-wrapper .small-screen {
  display: flex;
  place-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

#main-wrapper .custom {
  display: flex;
  gap: 8px;
}

#main-wrapper .custom2 {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  align-items: flex-start;
  gap: 12px;
}

#main-wrapper .custom3 {
  display: flex;
  align-items: center;
  align-items: flex-start;
  gap: 12px;
}

#main-wrapper .custom-img {
  width: 20px;
  height: 20px;
}

#main-wrapper .custom-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 35px;
  justify-content: center;
}

#main-wrapper .screen1 {
  display: flex;
  place-items: center;
}

#main-wrapper .head-1 {
  font-family: 'poppins-bold';
  text-align: center;
  line-height: normal;
  font-size: 24px !important;
  color: #0866FF !important;
}

#main-wrapper .head-2 {
  font-family: 'poppins-bold';
  text-align: center;
  line-height: normal;
  font-size: 24px !important;
}

#main-wrapper .mobile-content h4 {
  text-align: left;
  padding: 30px 0;
}

#main-wrapper .chat-message2 {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

#main-wrapper .chat-message2.user2 {
  justify-content: flex-end;
}

#main-wrapper .chat-message2.old-user2 {
  justify-content: flex-end;
  align-items: center;
}

#main-wrapper .new-user2 {
  justify-content: flex-end;
  align-items: center;
  padding: 0 20px;
}

#main-wrapper .chat-message2.old-bot2 {
  justify-content: flex-start;
  align-items: center;
}

#main-wrapper .o-chat .new-bot2 {
  justify-content: flex-start;
  padding: 0 20px;
  transform: translate(-45px, 0px)
}

#main-wrapper .chat-bg {
  background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Webpage_Generative_AI_Chatbot_Education_Facebook/bg1.png) no-repeat center center;
  background-size: contain;
  height: 330px;
}

#main-wrapper .chat-bg2 {
  background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Webpage_Generative_AI_Chatbot_Education_Facebook/bg2.png) no-repeat center center;
  background-size: auto;
}

#main-wrapper .chat-bg3 {
  background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Webpage_Generative_AI_Chatbot_Education_Facebook/bg3.png) no-repeat center center;
  background-size: contain;
}

#main-wrapper .chat-message2.user2 p {
  background: #0866FF;
  color: white;
  border-radius: 15px;
  font-size: 12px !important;
  line-height: normal;
  padding: 12px 15px;
  max-width: 60%;
  border-bottom-right-radius: 5px;
}

#main-wrapper .old-user2 p {
  background: #FFF3E2;
  color: #000;
  border-radius: 20px;
  font-size: 12px !important;
  line-height: normal;
  padding: 18px 17px;
  max-width: 60%;
  border-radius: 18px;
}

#main-wrapper .old-blob-user2 p {
  background: #F3F3F3;
  color: #000;
  border-radius: 20px;
  font-size: 12px !important;
  line-height: normal;
  padding: 18px 15px;
  max-width: 60%;
  border-radius: 10px;
}

#main-wrapper .old-blob-user2 img {
  margin-left: 5px;
}

#main-wrapper .old-blob-user2 {
  display: flex;
  flex-direction: column;
}

#main-wrapper .old-wrblob-user2 {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 5px;
}

#main-wrapper .old-wrblob-user2 span {
  background: #FFE4E4;
  color: #FF4040;
  border: 1px solid #FF4040;
  border-radius: 20px;
  font-size: 12px !important;
  line-height: normal;
  padding: 15px 25px;
  border-radius: 30px;
}

#main-wrapper .old-mail-user2 p {
  background: #F3F3F3;
  color: #000;
  max-width: 70%;
  border-radius: 20px;
  font-size: 12px !important;
  line-height: normal;
  padding: 20px;
  border-radius: 10px;
}

#main-wrapper .old-mail-user2 .mail {
  position: absolute;
  transform: translate(-257px, -82px);
}

#main-wrapper .btn-mail {
  background-color: #ECEBEE;
  padding: 6px 15px;
  border-radius: 20px;
  width: fit-content;
}

#main-wrapper .new-user2 p {
  background: #0866FF;
  font-size: 12px !important;
  line-height: normal;
  color: #fff;
  padding: 10px 15px;
  max-width: 60%;
  border-radius: 15px;
  border-bottom-right-radius: 5px;
}

#main-wrapper .new-user2 {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 20px;
  gap: 15px;
}

#main-wrapper .new-user2 img {
  width: 30px;
  height: 30px;
}

#main-wrapper .chat-message2.user2 img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 17px;
}

#main-wrapper .chat-message2.old-user2 img {
  width: 66px;
  height: auto;
  margin-left: 15px;
}

#main-wrapper .chat-message2.bot2 p {
  background: #FFFFFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  font-size: 12px !important;
  line-height: normal;
  color: #000000;
  border-radius: 20px;
  padding: 10px 15px;
  max-width: 60%;
  border-bottom-left-radius: 5px;
}

#main-wrapper .old-bot2 p {
  background: #EFEFF0;
  font-size: 12px !important;
  line-height: normal;
  color: #000000;
  border-radius: 20px;
  padding: 18px 17px;
  max-width: 80%;
  border-radius: 18px;
}

#main-wrapper .new-bot2 p {
  background: #E7EBF1;
  font-size: 12px !important;
  line-height: normal;
  color: #000000;
  border-radius: 20px;
  padding: 10px 15px;
  max-width: 65%;
  border-radius: 15px;
  border-bottom-left-radius: 5px;
}

#main-wrapper .new-bot2 {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: flex-end;
  margin-bottom: 20px;
  padding-left: 20px;
}

#main-wrapper .new-bot2 img {
  width: 30px;
  height: 30px;
}

#main-wrapper .chat-message2.bot2 div {
  background: #ffffff;
  box-shadow: 0 1px 14px rgba(0, 0, 0, 0.08);
  font-size: 12px !important;
  line-height: normal;
  color: #000000;
  border-radius: 15px;
  padding: 10px 15px;
  max-width: 65%;
  border-bottom-left-radius: 5px;
}

#main-wrapper .cta-bot {
  background: #ffffff;
  box-shadow: 0 1px 14px rgba(0, 0, 0, 0.08);
  font-size: 12px !important;
  line-height: normal;
  color: #0866FF;
  text-align: center;
  border-radius: 15px;
  padding: 10px 15px;
  max-width: 60%;
  border-top-left-radius: 5px;
}

#main-wrapper .chat-message2.bot2 img {
  width: 42px;
  height: 42px;
  margin-right: 15px;
}

#main-wrapper .chat-message2.old-bot2 img {
  width: 60px;
  height: auto;
  margin-right: 17px;
}

#main-wrapper .box-2-img {
  position: relative;
  top: 50px;
  right: 40px;
}

#main-wrapper .ack-bot {
  position: absolute;
  display: flex;
  flex-direction: row;
  transform: translate(90px, 220px);
  align-items: flex-start;
}

#main-wrapper.chat-message3 {
  margin-bottom: 20px;
}

#main-wrapper .chat-message3.bot3 {
  display: flex;
  align-items: flex-start;
  margin: 20px 0;
}

#main-wrapper .chat-message3.bot3 img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  margin-top: 4px;
}

#main-wrapper .o-chat {
  display: flex;
  position: absolute;
  top: 180px;
  left: 130px;
  flex-direction: column;
  max-width: 470px;
}

#main-wrapper .o-card {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

#main-wrapper .boxhover2:hover {
  transition: border-color 0.5s ease;
  border: 2px solid #0866FF;
}

#main-wrapper .boxhover2 {
  border-radius: 18px;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 10%);
  display: flex;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.1);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  border: 2px solid rgba(0, 0, 0, 0.00);
  height: auto !important;
  transition: transform 0.3s ease;
  cursor: pointer;
  width: 100%;
}

#main-wrapper .hl-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#main-wrapper .hl-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#main-wrapper .hl-boxhover2:hover {
  transition: border-color 0.5s ease;
  border: 2px solid #0866FF;
}

#main-wrapper .hl-boxhover2 {
  border-radius: 18px;
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 10%);
  display: flex;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.1);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  border: 2px solid rgba(0, 0, 0, 0.00);
  height: auto !important;
  transition: transform 0.3s ease;
  cursor: pointer;
  width: 48.5%;
}

#main-wrapper .box4 {
  display: flex;
  align-items: flex-start;
}

#main-wrapper .pricing-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

#main-wrapper .pricing-content h2 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 0;
}

#main-wrapper .pricing-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#main-wrapper .pricing-content li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  line-height: 1.5;
}

#main-wrapper .line-text {
  display: inline;
  line-height: 1.5;
}

#main-wrapper .tick {
  font-size: 20px;
}

.connectBtn {
  width: auto;
  font-size: 16px;
  color: rgb(255, 255, 255);
  background-color: #0866FF !important;
  border-radius: 24px;
  padding: 10px 20px;
}

.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-wobble-horizontal .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.Arrowicon {
  margin-left: 6px;
  vertical-align: middle;
  background: rgb(255, 255, 255);
  padding: 10px;
  border-radius: 50%;
}

#main-wrapper .ls-sec {
  flex-wrap: wrap;
  padding-top: 20px;
}


/* Tablet Screen */

@media (max-width: 768px) {

  #main-wrapper .messenger-icon {
    display: none;
  }

  #main-wrapper .swip {
    display: flex;
    flex-direction: column;
  }

  #main-wrapper .items1 {
    order: 2;
  }

  #main-wrapper .items2 {
    order: 1;
  }

  #main-wrapper .o-chat {
    margin-top: 30px;
    position: relative;
    left: 0;
    top: 0;
    transform: translate(25%, 0%);
  }

  #main-wrapper .screen1 {
    display: flex;
    place-items: center;
    flex-direction: column;
    margin-bottom: 50px;
  }

  #main-wrapper .spacer {
    height: 0 !important;
  }

  #main-wrapper .chat-area {
    height: 500px;
    overflow-y: auto;
  }

  #main-wrapper .old-screen {
    height: auto;
  }

  #main-wrapper .old-screen1 {
    height: auto;
  }

  #main-wrapper .boxhover,
  .boxhover2 {
    display: block;
    height: auto;
  }

  #main-wrapper .boxhover2 {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }

  #main-wrapper .last-sec {
    height: auto;
  }

  #main-wrapper .box4 {
    margin-bottom: 20px;
  }

  #main-wrapper .chatbox1 {
    position: relative;
    left: 0%;
    top: 0px;
    justify-self: center;
    padding-bottom: 20px;
  }

  #main-wrapper .custom {
    padding-bottom: 30px !important;
  }

  #main-wrapper .chatbox2 {
    border-radius: 15px;
    max-width: 380px;
    position: relative;
    justify-self: center;
  }

  #main-wrapper .chatbox3 {
    background: none;
    box-shadow: none;
  }

  #main-wrapper .chat-area {
    height: 600px;
    overflow-y: auto;
  }

  #main-wrapper .custom-list {
    gap: 20px;
    justify-content: center;
  }

  #main-wrapper .small-card {
    width: 90%;
  }

  #main-wrapper .ls-sec {
    display: block;
  }

}

/* Mobile Screen - Large */

@media (max-width: 480px) {

  #main-wrapper .chatbox1 {
    position: relative;
    width: 73%;
    left: 0%;
    justify-self: anchor-center;
    top: 0;
  }

  #main-wrapper .user-icon {
    display: none;
  }

  #main-wrapper .bot-icon {
    display: none;
  }

  #main-wrapper .custom {
    display: flex;
    align-items: flex-start;
    padding-bottom: 20px;
    gap: 20px;
    flex-direction: row;
  }

  #main-wrapper .nrml-txt {
    margin-left: 0px;
  }

  #main-wrapper .hl-boxhover2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  #main-wrapper .hl-row {
    flex-wrap: wrap;
    gap: 30px;
    flex-direction: column;
  }

  #main-wrapper .o-chat {
    margin-top: 30px;
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0%, 0%);
  }

  #main-wrapper .new-screen {
    max-width: 300px;
  }

  #main-wrapper .new-bot2 {
    padding-left: 10px;
  }

  #main-wrapper .new-user2 {
    padding-right: 10px;
    gap: 10px;
  }

  #main-wrapper .o-chat .new-bot2 {
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px;
    transform: translate(-18px, 0px)
  }

  #main-wrapper .new-bot2 p {
    max-width: 60%;
  }

  #main-wrapper .new-user2 p {
    max-width: 60%;
  }

  #main-wrapper .old-mail-user2 p {
    max-width: 90%;
  }

  #main-wrapper .chat-message2.bot2 div {
    max-width: 100%;
  }

  #main-wrapper .chat-message2.user2 p {
    max-width: 100%;
  }

}


/* Mobile Screen - Medium */

@media (max-width: 320px) {

  #main-wrapper .chatbox1 {
    position: relative;
    width: 95%;
    left: 0%;
    justify-self: anchor-center;
    top: 0;
  }

  #main-wrapper .user-icon {
    transform: translate(280px, -171px);
  }

  #main-wrapper .old-mail-user2 .mail {
    display: none;
  }

  #main-wrapper .nrml-txt {
    margin-left: 0px;
  }

  #main-wrapper .small-screen {
    display: flex;
    place-items: center;
    flex-direction: column;
    align-items: flex-start;
  }

  #main-wrapper .custom {
    display: flex;
    align-items: flex-start;
    padding-bottom: 20px;
    gap: 20px;
    flex-direction: row;
  }

}