#retail .line {
  width: 70px;
  height: 6px;
  background-color: #fc4f02;
  margin: 0 50%;
  margin-top: 20px;
  display: block;
  border-radius: 3px;
}

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

#retail .fb-col {
  color: #fc4f02;
}

#retail .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 */

/* Heading css */

#retail h4 {
  font-size: 25px !important;
  color: #fc4f02 !important;
  font-weight: 800 !important;
  text-align: center;
  line-height: normal;
}

#retail .pl20 {
  padding: 20px 0px;
}

#retail .pl {
  padding-left: 20px;
}

#retail .image2 {
  margin-left: 50px;
  width: 80%;
}

#retail .image5 {
  margin-left: 50px;
  width: 70%;
}

#retail .image4 {
  margin-left: 50px;
  width: 60%;
}

#retail .feature-itemss {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 5px;
}

#retail .iconss {
  width: 60px;
  height: 60px;
  background: url("https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_AEO_for_Retail/icon8.png") no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}

#retail .iconss2 {
  width: 80px;
  height: 80px;
  background: url("https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_AEO_for_Retail/icon27.png") no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}

#retail .iconss3 {
  width: 80px;
  height: 80px;
  background: url("https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_AEO_for_Retail/icon28.png") no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}

#retail .iconss4 {
  width: 80px;
  height: 80px;
  background: url("https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_AEO_for_Retail/icon29.png") no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}

#retail .image3 {
  margin-left: -45px;
  width: 80%;
}

#retail .first-icon {
  top: 220px;
  width: 150px;
  height: 60px;
  left: 800px;
  background: url(../images/icon6.png) no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 2;
}

#retail .first-icon1 {
  top: 720px;
  width: 150px;
  height: 60px;
  left: 820px;
  background: url(../images/icon7.png) no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 2;
}

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

#retail .user {
  background-color: #fc4f02;
  color: #fff;
  margin-left: auto;
}

#retail .bot {
  background-color: #f2f2f2;
  color: #000000;
}

#retail .feature-list2 {
  list-style: none;
  margin: 25px 0px 0px 20px;
  padding: 0;
}

#retail .feature-list2 li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

#retail .feature-list2 .icon {
  margin-right: 12px;
  flex-shrink: 0;
}

#retail .feature-list2 .text {
  display: flex;
  flex-direction: column;
}

#retail .feature-list2 .icon img {
  margin-top: 7px;
  display: block;
}

#retail .feature-list2 b {
  display: contents;
  margin-bottom: 10px;
}

#retail .chat-bg {
  background: url(../images/bg.png) no-repeat center center;
  background-size: contain;
}

#retail .chat-bg1 {
  background: url(../images/bg1.png) no-repeat center center;
  background-size: contain;
}

#retail .chatbox2 {
  background: #fff;
  border-radius: 15px;
  padding: 10px 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  max-width: 440px;
  margin-left: auto;
  position: relative;
}

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

#retail .chat-message2 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

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

#retail .chat-message2.user2 p {
  background: #fc4f02;
  color: white;
  border-radius: 20px;
  font-size: 12px !important;
  line-height: normal;
  padding: 10px 15px;
  max-width: 50%;
  border-bottom-right-radius: 5px;
}

#retail .chat-message2.user2 img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 10px;
  margin-top: 10px;
}

#retail .chat-message2.bot2 p {
  background: #fff0e9;
  font-size: 12px !important;
  line-height: normal;
  color: #000000;
  border-radius: 20px;
  padding: 10px 15px;
  max-width: 60%;
  border-bottom-left-radius: 5px;
}

#retail .chat-message2.bot2 .msg-box2 {
  background: #fff0e9;
  font-size: 12px !important;
  line-height: normal;
  color: #000000;
  border-radius: 20px;
  padding: 10px 15px;
  max-width: 60%;
  border-bottom-left-radius: 5px;
}

#retail .chat-message2.bot2 img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 10px;
}

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

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

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

#retail .dis {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#retail .boxhover2 {
  border-radius: 15px;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 10%);
  display: flex;
  background-color: rgba(255, 255, 255, 0.1);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0px 30px 0px 30px;
  align-items: anchor-center;
  border: 2px solid transparent;
  cursor: pointer;
  width: 100%;
  height: 140px;
  transition: transform 0.5s ease;
}

#retail .boxhover2:hover {
  border: 2px solid #fc4f02;
}

#retail .boxhover1 {
  border-radius: 15px;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 10%);
  display: flex;
  background-color: rgba(255, 255, 255, 0.1);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px;
  border: 2px solid transparent;
  cursor: pointer;
  width: 100%;
  height: 180px;
  transition: transform 0.5s ease;
}

#retail .boxhover1:hover {
  border: 2px solid #fc4f02;
}

#retail .nrml-heading {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "poppins-bold";
  line-height: normal;
}

#retail .main-contained {
  color: #000000;
  margin: 0;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
}

#retail .faq-contained {
  width: 100%;
  border-radius: 12px;
}

#retail .faq-item {
  border-bottom: 1px solid #c8d3de;
  padding: 25px 0;
}

#retail .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  outline: none;
}

#retail .faq-question h5 {
  font-size: 20px;
  font-family: "poppins-bold";
  line-height: normal;
}

#retail .faq-question .arrow {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

#retail .faq-item .faq-question .arrow {
  transform: rotate(180deg);
  width: 20px;
}

#retail .faq-item.active .faq-question .arrow {
  transform: rotate(0deg);
}

#retail .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease-out,
    padding 0.3s ease-out;
  outline: none;
}

#retail .faq-item.active .faq-answer {
  max-height: 520px !important;
  padding-top: 10px;
  width: 90%;
}

#retail .ai-onboarding-list {
  list-style: disc;
  padding-left: 30px;
}

#retail .ai-onboarding-list li {
  margin-bottom: 10px;
  list-style: disc;
}

#retail .steps-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

#retail .step-title {
  margin-bottom: 15px;
  font-weight: 600;
}

#retail .step-box {
  width: 24%;
  text-align: center;
}

#retail .step-icon {
  display: block;
  margin: 0 auto 30px;
  width: 307px;
  height: 200px;
}

#retail .icon-mobile {
  display: none;
}

@media (max-width: 1024px) {
  #retail .first-icon {
    top: 210px;
    left: 830px;
  }

  #retail .first-icon1 {
    top: 720px;
    left: 850px;
  }

  #retail .step-icon {
    width: 328px;
  }
}

@media (max-width: 768px) {
  #retail .first-icon {
    top: 970px;
    left: 460px;
  }

  #retail .first-icon1 {
    top: 1460px;
    left: 480px;
  }

  #retail .chatbox2 {
    border-radius: 15px;
    padding: 0px;
    max-width: 400px;
    margin-left: 0;
    position: relative;
    justify-self: center;
  }

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

  #retail .items1 {
    order: 2;
  }

  #retail .specer {
    height: 0 !important;
  }

  #retail .items2 {
    order: 1;
  }

  #retail .boxhover2 {
    display: block;
    height: auto;
    padding: 30px;
  }

  #retail .boxhover1 {
    display: block;
    height: auto;
    padding: 30px;
  }

  #retail .icon-desktop {
    display: none;
  }

  #retail .icon-mobile {
    display: block;
    margin: 20px 0px 20px 0px;
    place-self: anchor-center;
  }

  #retail .step-box {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  #retail .image3 {
    margin-left: 0px;
    width: 80%;
  }

  #retail .first-icon,
  .first-icon1 {
    display: none;
  }

  #retail .steps-main {
    display: flex;
    flex-direction: column;
  }
}