/*---------------------------------
       General CSS 
-----------------------------------*/
.section-title span {
  margin-bottom: 4px;
}

/*---------------------------------
       Hero CSS 
-----------------------------------*/
.chatbot_hero-wrap {
  padding: 135px 0 320px;
  background-image: url(../img/chat-bot/hero/hero-bg.webp);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.chatbot_hero-wrap .hero-content {
  margin-top: 20px;
}
.chatbot_hero-wrap .hero-content span {
  color: #6D81FE;
}
.chatbot_hero-wrap .hero-content h1 {
  font-size: 54px;
  line-height: 67px;
  margin-bottom: 35px;
}
.chatbot_hero-wrap .hero-content p {
  margin: 0 0 37px;
}
.chatbot_hero-wrap .hero-content form input {
  height: 68px;
  border-radius: 7px;
  padding: 15px 175px 15px 55px;
  color: var(--paraColor);
}
.chatbot_hero-wrap .hero-content form input::-moz-placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.chatbot_hero-wrap .hero-content form input::placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.chatbot_hero-wrap .hero-content form .form-icon {
  top: 26px;
  left: 20px;
}
.chatbot_hero-wrap .hero-content form button {
  top: 6px;
  right: 6px;
  border-radius: 7px;
  height: calc(100% - 12px);
  height: 56px !important;
  padding: 15px 31px;
  background-color: #6D81FE;
  transition: var(--transition);
}
.chatbot_hero-wrap .hero-content form button:hover {
  background-color: var(--titleColor);
}
.chatbot_hero-wrap .hero-img-wrap .hero-chat {
  left: -35px;
  top: 45px;
}

/*---------------------------------
       Feature & Brand CSS 
-----------------------------------*/
.chatbot_brand-wrap {
  border-bottom: 1px solid #F0F3FF;
  padding-top: 80px;
}

.chatbot_feature-wrap .feature-card .feature-icon {
  width: 90px;
  height: 90px;
  top: 5px;
}
.chatbot_feature-wrap .feature-card .feature-info {
  width: calc(100% - 114px);
  margin-left: 24px;
}
.chatbot_feature-wrap .feature-card .feature-info h3 {
  margin-bottom: 14px;
}
.chatbot_feature-wrap .feature-card .feature-info h3 a:hover {
  color: var(--redicalColor) !important;
}
.chatbot_feature-wrap .feature-card .feature-info p {
  margin-bottom: 15px;
}
.chatbot_feature-wrap .feature-card .feature-info a img {
  transition: var(--transition);
  filter: brightness(0) invert(0);
}
.chatbot_feature-wrap .feature-card .feature-info a:hover img {
  filter: brightness(1) invert(0);
  padding-left: 5px;
}
.chatbot_feature-wrap .feature-card.style1 .feature-icon {
  background-color: #E9ECFF;
}
.chatbot_feature-wrap .feature-card.style2 .feature-icon {
  background-color: #FFF8D5;
}
.chatbot_feature-wrap .feature-card.style3 .feature-icon {
  background-color: #FFE6CF;
}
.chatbot_feature-wrap .feature-card:hover .feature-icon {
  background-color: var(--blueColor);
}
.chatbot_feature-wrap .feature-card:hover .feature-icon img {
  filter: brightness(0) invert(1);
}

/*---------------------------------
       Solution  CSS 
-----------------------------------*/
.chatbot_soln-wrap .soln-card .project-link {
  filter: brightness(0) invert(0);
}
.chatbot_soln-wrap .soln-card .project-link:hover {
  filter: brightness(1) invert(0);
  padding-left: 5px;
}
.chatbot_soln-wrap .soln-card h3 a:hover {
  color: var(--blueColor);
}
.chatbot_soln-wrap .soln-card.style1 {
  background-color: #E9ECFF;
  padding: 110px 45px 110px 45px;
}
.chatbot_soln-wrap .soln-card.style1 .project-icon {
  width: 117px;
  height: 117px;
}
.chatbot_soln-wrap .soln-card.style1 h3 {
  margin: 45px 0 13px;
}
.chatbot_soln-wrap .soln-card.style1 p {
  margin-bottom: 55px;
}
.chatbot_soln-wrap .soln-card.style2 {
  background-color: #FFF8D5;
}
.chatbot_soln-wrap .soln-card.style3 {
  background-color: #FFE6CF;
}
.chatbot_soln-wrap .soln-card.style2, .chatbot_soln-wrap .soln-card.style3 {
  padding: 70px 45px 70px 45px;
}
.chatbot_soln-wrap .soln-card.style2 .project-icon, .chatbot_soln-wrap .soln-card.style3 .project-icon {
  bottom: 0;
  right: 0;
}
.chatbot_soln-wrap .soln-card.style2 h3, .chatbot_soln-wrap .soln-card.style3 h3 {
  margin: 0 0 13px;
}
.chatbot_soln-wrap .soln-card.style2 p, .chatbot_soln-wrap .soln-card.style3 p {
  margin-bottom: 22px;
}
.chatbot_soln-wrap .soln-card.style2 .project-icon, .chatbot_soln-wrap .soln-card.style3 .project-icon {
  right: 35px;
  bottom: 30px;
}
.chatbot_soln-wrap .soln-card:hover {
  transform: translateY(-4px);
}

/*---------------------------------
       Simple & Promo  CSS 
-----------------------------------*/
.chatbot_simple-wrap {
  padding-top: 50px;
}
.chatbot_simple-wrap .simple-img-wrap .simple-chatbox {
  top: 19%;
  right: 22px;
}

.chatbot_simple-wrap .feature-list li,
.chatbot_promo-wrap .feature-list li {
  padding-left: 34px;
  margin-bottom: 13px;
}
.chatbot_simple-wrap .feature-list li:last-child,
.chatbot_promo-wrap .feature-list li:last-child {
  margin-bottom: 0;
}
.chatbot_simple-wrap .feature-list li i,
.chatbot_promo-wrap .feature-list li i {
  color: #6D81FE;
  font-size: 25px;
  top: 4px;
}

/*---------------------------------
       Pricing  CSS 
-----------------------------------*/
.chatbot_pricing-wrap .pricing-tablink .nav-item:nth-child(1) {
  margin-right: 12px;
}
.chatbot_pricing-wrap .pricing-tablink .nav-item .nav-link {
  width: 130px;
  border: 1px solid var(--paraColor);
  color: var(--paraColor);
  background-color: transparent;
}
.chatbot_pricing-wrap .pricing-tablink .nav-item .nav-link.active {
  border-color: #6D81FE;
  color: #6D81FE;
}
.chatbot_pricing-wrap .pricing-tablink .nav-item .nav-link:before {
  display: none;
}
.chatbot_pricing-wrap .pricing-card {
  border: 1px solid #6D81FE;
  box-shadow: 7px 7px 0px #6D81FE;
  padding: 35px 25px;
}
.chatbot_pricing-wrap .pricing-card h4 {
  margin-bottom: 40px;
}
.chatbot_pricing-wrap .pricing-card h6 {
  margin-bottom: 10px;
}
.chatbot_pricing-wrap .pricing-card .pricing-features {
  margin-bottom: 35px;
  margin-left: 10px;
}
.chatbot_pricing-wrap .pricing-card .pricing-features li {
  margin-bottom: 5px;
  padding-left: 15px;
}
.chatbot_pricing-wrap .pricing-card .pricing-features li:before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--titleColor);
}
.chatbot_pricing-wrap .pricing-card .pricing-features li:last-child {
  margin-bottom: 0;
}
.chatbot_pricing-wrap .pricing-card h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
.chatbot_pricing-wrap .pricing-card h2 span {
  font-size: 18px;
  font-weight: 500;
  margin-left: -5px;
}
.chatbot_pricing-wrap .pricing-card:hover {
  transform: translateY(-5px);
}

/*---------------------------------
       Integration CSS 
-----------------------------------*/
.chatbot_integration-img .chat-img {
  top: 45%;
  left: 48.5%;
  transform: translate(-50%, -50%);
}

/*---------------------------------
       Testimonial CSS 
-----------------------------------*/
.chatbot_testimonial-wrap .testimonial-card {
  border: 1px solid #E0E0E0;
  padding: 30px;
  margin: 3px 0;
}
.chatbot_testimonial-wrap .testimonial-card .client-info-wrap .client-img {
  width: 47px;
  height: 47px;
  position: relative;
  top: -4px;
}
.chatbot_testimonial-wrap .testimonial-card .client-info-wrap .client-info {
  width: calc(100% - 64px);
  margin-left: 17px;
}
.chatbot_testimonial-wrap .testimonial-card .client-info-wrap .client-info h6 {
  margin-bottom: 0;
}
.chatbot_testimonial-wrap .testimonial-card .client-info-wrap .client-info span {
  color: #787E91;
  position: relative;
  display: block;
  padding-left: 12px;
}
.chatbot_testimonial-wrap .testimonial-card .client-info-wrap .client-info span:before {
  position: absolute;
  top: 14px;
  left: 0;
  content: "";
  width: 6px;
  height: 1px;
  background-color: var(--paraColor);
}
.chatbot_testimonial-wrap .testimonial-card p {
  margin: 18px 0 20px;
}
.chatbot_testimonial-wrap .testimonial-card .ratings i {
  color: #ffe76b;
  font-size: 22px;
}
.chatbot_testimonial-wrap .testimonial-card .quote-icon {
  background-color: #6D81FE;
  position: relative;
  width: 68px;
  height: 68px;
}
.chatbot_testimonial-wrap .testimonial-slider-btn .slide-prev {
  margin-right: 15px;
}
.chatbot_testimonial-wrap .testimonial-slider-btn .slide-next {
  margin-left: 15px;
}
.chatbot_testimonial-wrap .testimonial-slider-btn .slide-prev,
.chatbot_testimonial-wrap .testimonial-slider-btn .slide-next {
  cursor: pointer;
}
.chatbot_testimonial-wrap .testimonial-slider-btn .slide-prev img,
.chatbot_testimonial-wrap .testimonial-slider-btn .slide-next img {
  filter: brightness(0) invert(0);
}
.chatbot_testimonial-wrap .testimonial-slider-btn .slide-prev:hover img,
.chatbot_testimonial-wrap .testimonial-slider-btn .slide-next:hover img {
  filter: brightness(1) invert(0);
}

/*---------------------------------
       CTA CSS 
-----------------------------------*/
.chatbot_cta-wrap {
  padding-top: 185px;
  background-image: url(../img/chat-bot/cta-bg.webp);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.chatbot_cta-wrap .cta-content h2 {
  font-size: 55px;
  margin-bottom: 30px;
}
.chatbot_cta-wrap .cta-content p {
  margin-bottom: 42px;
}
.chatbot_cta-wrap .cta-content .feature-list {
  margin-top: 20px;
}
.chatbot_cta-wrap .cta-content .feature-list li {
  display: inline-block;
  padding-left: 22px;
  margin-right: 20px;
}
.chatbot_cta-wrap .cta-content .feature-list li:last-child {
  margin-right: 0;
}
.chatbot_cta-wrap .cta-content .feature-list li img {
  top: 6px;
}

/*---------------------------------
       Responsive CSS 
-----------------------------------*/
@media only screen and (max-width: 767px) {
  .chatbot_hero-wrap {
    padding: 100px 0 60px;
  }
  .chatbot_hero-wrap .hero-content h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .chatbot_hero-wrap .hero-content p {
    margin-bottom: 25px;
  }
  .chatbot_hero-wrap .hero-content form input {
    font-size: 14px;
    height: 56px;
    padding: 14px 20px 14px 45px;
  }
  .chatbot_hero-wrap .hero-content form .form-icon {
    top: 20px;
    left: 15px;
  }
  .chatbot_hero-wrap .hero-content form button {
    position: relative !important;
    margin-top: 15px;
    width: 100%;
    top: auto;
    right: auto;
    height: auto;
    font-size: 14px;
  }
  .chatbot_hero-wrap .hero-img-wrap {
    margin-top: 40px;
  }
  .chatbot_hero-wrap .hero-img-wrap .hero-chat {
    max-width: 70px;
    left: 0;
    top: 0;
  }
  .chatbot_brand-wrap {
    padding-top: 40px;
  }
  .chatbot_feature-wrap .feature-card .feature-icon {
    top: 0;
  }
  .chatbot_feature-wrap .feature-card .feature-icon img {
    max-width: 40px;
  }
  .chatbot_feature-wrap .feature-card .feature-info {
    width: 100%;
    margin: 25px 0 0;
  }
  .chatbot_testimonial-wrap .testimonial-card {
    padding: 25px 22px;
  }
  .chatbot_testimonial-wrap .testimonial-card p {
    margin: 15px 0 20px;
  }
  .chatbot_testimonial-wrap .testimonial-card .quote-icon {
    width: 54px;
    height: 54px;
  }
  .chatbot_cta-wrap {
    padding-top: 110px;
  }
  .chatbot_cta-wrap:before {
    background-position: center;
  }
  .chatbot_cta-wrap .cta-content h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .chatbot_cta-wrap .cta-content p {
    margin-bottom: 20px;
  }
  .chatbot_soln-wrap .soln-card.style-one {
    padding: 40px 30px 40px 30px;
  }
  .chatbot_soln-wrap .soln-card.style-one .project-icon {
    width: 85px;
    height: 85px;
  }
  .chatbot_soln-wrap .soln-card.style-one h3 {
    margin: 25px 0 13px;
  }
  .chatbot_soln-wrap .soln-card.style-one p {
    margin-bottom: 25px;
  }
  .chatbot_soln-wrap .soln-card.style-two, .chatbot_soln-wrap .soln-card.style-three {
    padding: 40px 30px 40px 30px;
  }
  .chatbot_soln-wrap .soln-card.style-two .project-icon, .chatbot_soln-wrap .soln-card.style-three .project-icon {
    right: 30px;
    bottom: 25px;
  }
  .chatbot_integration-img .chat-img {
    max-width: 150px;
  }
  .chatbot_simple-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .chatbot_simple-wrap .simple-img-wrap .simple-chatbox {
    max-width: 120px;
  }
  .chatbot_simple-wrap .simple-content .section-title.mb-35 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .chatbot_promo-wrap .promo-content {
    margin-bottom: 30px;
  }
  .chatbot_simple-wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .chatbot_simple-wrap .simple-content {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chatbot_hero-wrap {
    padding: 150px 0 100px;
  }
  .chatbot_hero-wrap .hero-content {
    margin-bottom: 35px;
  }
  .chatbot_hero-wrap .hero-content h1 {
    font-size: 42px;
    line-height: 52px;
  }
  .chatbot_hero-wrap .hero-content p {
    margin-bottom: 40px;
  }
  .chatbot_hero-wrap .hero-img-wrap .hero-img {
    margin: 0 auto;
  }
  .chatbot_hero-wrap .hero-img-wrap .hero-chat {
    left: -10px;
  }
  .chatbot_brand-wrap {
    padding-top: 30px;
  }
  .chatbot_cta-wrap {
    padding-top: 150px;
  }
  .chatbot_cta-wrap:before {
    background-position: center;
  }
  .chatbot_cta-wrap .cta-content h2 {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .chatbot_cta-wrap .cta-content p {
    margin-bottom: 30px;
  }
  .chatbot_simple-wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .chatbot_simple-wrap .container-fluid {
    padding-left: 20px;
    padding-right: calc((100% - 720px) / 2 + 12px);
  }
  .chatbot_simple-wrap .simple-img-wrap .simple-chatbox {
    max-width: 160px;
  }
  .chatbot_simple-wrap .simple-content {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .chatbot_hero-wrap {
    padding: 220px 0 120px;
  }
  .chatbot_hero-wrap .hero-content h1 {
    font-size: 42px;
    line-height: 52px;
  }
  .chatbot_brand-wrap {
    padding-top: 50px;
  }
  .chatbot_cta-wrap {
    padding-top: 200px;
  }
  .chatbot_cta-wrap .cta-content h2 {
    font-size: 40px;
    margin-bottom: 25px;
  }
  .chatbot_cta-wrap .cta-content p {
    margin-bottom: 30px;
  }
  .chatbot_soln-wrap .soln-card.style-one {
    padding: 110px 45px 115px 45px;
  }
  .chatbot_soln-wrap .soln-card.style-two, .chatbot_soln-wrap .soln-card.style-three {
    padding: 70px 45px 60px 45px;
  }
  .chatbot_simple-wrap {
    padding-top: 0;
  }
  .chatbot_simple-wrap .container-fluid {
    padding-left: 20px;
    padding-right: calc((100% - 980px) / 2 + 12px);
  }
  .chatbot_simple-wrap .simple-img-wrap .simple-chatbox {
    max-width: 120px;
  }
  .chatbot_simple-wrap .simple-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .chatbot_testimonial-wrap {
    padding-bottom: 95px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .chatbot_simple-wrap .container-fluid {
    padding-left: 20px;
    padding-right: calc((100% - 1170px) / 2 + 12px);
  }
  .chatbot_simple-wrap .simple-img-wrap .simple-chatbox {
    max-width: 150px;
  }
  .chatbot_simple-wrap .simple-content {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 1400px) {
  .chatbot_hero-wrap .hero-content {
    margin-bottom: 65px;
  }
  .chatbot_hero-wrap .hero-content h1 {
    font-size: 60px;
    line-height: 74px;
  }
  .chatbot_hero-wrap .hero-content form {
    width: calc(100% - 45px);
  }
  .chatbot_hero-wrap .hero-img-wrap {
    width: calc(100% + 30px);
    margin-left: 20px;
  }
  .chatbot_hero-wrap .hero-img-wrap .hero-chat {
    left: -25px;
    top: 85px;
  }
  .chatbot_feature-wrap .feature-card .feature-icon {
    width: 109px;
    height: 109px;
    top: 5px;
  }
  .chatbot_feature-wrap .feature-card .feature-info {
    width: calc(100% - 134px);
    margin-left: 24px;
  }
  .chatbot_testimonial-wrap .testimonial-card {
    padding: 56px 56px 56px 56px;
  }
  .chatbot_testimonial-wrap .testimonial-card p {
    line-height: 30px;
  }
  .chatbot_cta-wrap {
    padding-top: 305px;
  }
  .chatbot_cta-wrap .cta-content h2 {
    font-size: 55px;
    line-height: 75px;
    margin-bottom: 15px;
  }
  .chatbot_cta-wrap .cta-content .btn {
    padding-left: 40px;
    padding-right: 40px;
  }
  .chatbot_pricing-wrap .pricing-tablink {
    margin-bottom: 10px;
  }
  .chatbot_pricing-wrap .pricing-card {
    padding: 59px 45px 59px 52px;
  }
  .chatbot_soln-wrap .soln-card.style-one {
    padding: 110px 80px 110px 85px;
  }
  .chatbot_soln-wrap .soln-card.style-two, .chatbot_soln-wrap .soln-card.style-three {
    padding: 70px 75px 70px 79px;
  }
  .chatbot_soln-wrap .soln-card.style-two .project-icon, .chatbot_soln-wrap .soln-card.style-three .project-icon {
    right: 40px;
    bottom: 36px;
  }
  .chatbot_simple-wrap .container-fluid {
    padding-left: 100px;
    padding-right: calc((100% - 1305px) / 2 + 12px);
  }
  .chatbot_simple-wrap .container-fluid .simple-img-wrap {
    width: calc(100% + 50px);
  }
  .chatbot_simple-wrap .container-fluid .simple-content {
    width: calc(100% + 6px);
    margin-left: -6px;
    margin-top: -40px;
  }
}
@media only screen and (min-width: 1920px) {
  .chatbot_hero-wrap .hero-img-wrap {
    width: calc(100% + 140px);
    margin-left: 40px;
  }
}/*# sourceMappingURL=falix-chat-bot.css.map */