.ai_chatbot_banner_wrp {
  height: 90vh;
  background-color: #000000;
  color: #fff;
  margin: 0;
  overflow: hidden; /* Hide scrollbars */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; /* Add relative positioning */
}
.ai_chatbot_outer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ai_banner_video {
  /* position: fixed; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  /* z-index: -1; */
}
.ai_right_banner {
  position: relative; /* Add relative positioning */
  width: 100%;
  height: 100vh;
}
p {
  margin-bottom: 0px !important;
}

/* Add the gradient overlay */
.ai_right_banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000000, transparent);
}
.ai_chatbot_outer .container {
  padding-right: unset !important;
}

.ai_chatbot_outer .container .ai_banner_left {
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
.ai_banner_left h1 {
  font-family: "Commissioner", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
}
.ai_banner_left p {
  color: rgba(255, 255, 255, 0.9);
  margin-top: 32px;
  font-family: Poppins, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}
.ai_banner_left button {
  color: #fff;
  font-family: Poppins, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 8px;
  background: #2a8d95;
  padding: 14px 33px;
  display: inline-block;
  width: fit-content;
  border: none;
  margin-top: 48px;
}
.section_tag {
  color: #fff;
  font-family: Poppins, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 8px;
  background: #2a8d95;
  padding: 6px 14px;
  border: none;
  display: inline-block;
  /* margin: auto 0; */
}
.section_main_Heading {
  color: #000;
  text-align: center;
  font-family: Commissioner, serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 70px */
  margin: 8px 0px 32px 0px !important;
}
.section_main_sub_Heading {
  color: #494b50;
  text-align: center;
  font-family: Poppins, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
  padding: 0 10%;
  margin-bottom: 0px;
}
.chatbot_main_wrp {
  padding: 120px 0px 40px 0px;
  background-image: url("../images/chatbot_service_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.chatbot_tags {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.chatbot_wrap {
  margin: 80px 0px 0px 0px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
.chatbot_card {
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-radius: 40px;
  border-bottom: 4px solid #2a8d95;
  background: rgba(255, 255, 255, 0.16);
  padding: 40px;
  box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(32px);
  font-family: Poppins, serif;
}
.chatbot_card:hover {
  background: #2a8d95;
  color: #fff;
}
.chatbot_card:hover .card_down p {
  background: #2a8d95;
  color: #fff;
}
.card_upper img {
  border-radius: 40px;
  width: 100%;
  /* height: 280px; */
  height: auto;
}
.card_down strong {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.card_down p {
  margin-bottom: 0px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
  letter-spacing: 0.18px;
  color: #494b50;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.chatbot_weDevelop_wrp {
  padding: 100px 0px 40px 0px;
  background-image: url("../images/chatbot_weDevelop_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.chatbot_weDevelop_wrp .section_main_sub_Heading {
padding: 0;
}
.chatbot_weDevelop_wrp .develop_right_div .slide_label_box {
  width: 310px;
  }
.chatbot_main {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.develop_right_div {
  /* position: relative; */
}
.slider {
  width: 100%;
  overflow: hidden;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
  transition: opacity 0.5s ease-in-out;
  display: flex;
  justify-content: end;
  position: relative;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.02);
}

.controls {
  /* position: absolute;
  top: 50%;
  width: 100%; */
  display: flex;
  gap: 24px;
  margin-top: 56px;
  /* justify-content: space-between; */
  /* transform: translateY(-50%);  */
}

.control-btn {
  cursor: pointer;
  background-color: #2a8d95;
  color: #fff;
  border: none;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.prev {
  rotate: 180deg;
}
.develop_card {
  padding: 56px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  border-radius: 40px;
  background: #fff;
  max-width: 678px;
 
}
.develop_card_upper {
  width: 100%;
  height: 120px;
}
.develop_card_adsolute {
  position: absolute;
  border-radius: 24px 24px 24px 0px;
  padding: 16px;
  background-color: #2a8d95;
  color: #fff;
  font-family: Poppins, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 32.4px */
  left: 50px;
  /* width: 678px; */
  height: 120px;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: columns;
  gap: 65px;
}
.right_absolute {
  border-radius: 24px 24px 24px 0px;
  background: #fff;
  padding: 12px 28px;
}
.develop_left_div {
  width: 70%;
}
.develop_card p {
  color: #494b50;
  font-family: Poppins, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
  letter-spacing: 0.18px;
}
.control-btn:disabled {
  border: 1px solid #dbdbdb;
  background-color: #fff;
  cursor: not-allowed;
}
.arrow {
  display: none;
}
.prev.disabled {
  transform: rotate(180deg);
}
.next.disabled {
  transform: rotate(180deg);
}

.control-btn.prev .arrow.prev,
.control-btn.next .arrow.next {
  display: block;
}
.benefit_ChatBot {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.benefit_ChatBot_wrp {
  padding: 71px 0px 74px 0px;
  background-image: url("../images/chatBot-benefit.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.benefit_ChatBot_wrp .section_main_sub_Heading {
padding:0
}
.benefit_card div {
  display: flex;
  flex-direction: columns;
  gap: 16px;
  /* justify-content:center; */
  align-items: center;
}
.benefit_card_img {
  padding: 8px;
  border-radius: 16px;
  width: 56px;
  height: 56px;
}
.benefit_card strong {
  color: #000;
  font-family: Poppins, serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 29.7px */
}
.benefit_card p {
  color: #494b50;
  font-family: Poppins, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
  letter-spacing: 0.18px;
  margin-top: 16px;
}
.benefit_ChatBot .benefit_ChatBot_upper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.benefit_ChatBot_upper .benefit_card:nth-child(1) .benefit_card_img {
  background-color: #aa00ff
}
.benefit_ChatBot_upper .benefit_card:nth-child(2) .benefit_card_img {
  background-color: #ff00d6
}
.benefit_ChatBot_upper .benefit_card:nth-child(3) .benefit_card_img {
  background-color: #0033ad
}
.benefit_ChatBot_upper .benefit_card:nth-child(4) .benefit_card_img {
  background-color: #128807
}
.benefit_ChatBot_upper .benefit_card:nth-child(5) .benefit_card_img {
  background-color: #cb001c
}
.benefit_ChatBot_upper .benefit_card:nth-child(6) .benefit_card_img {
  background-color: #00bc8f
}
.benefit_ChatBot_inner {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.benefit_ChatBot_inner .container {
  padding-left: 0px !important;
}
.chatbotMax_wrp {
  position: relative;
  padding-top: 154px;
}
.chatbotMax_wrp .section_main_Heading {
  color: #fff;
}
.chatbitMax_upper {
  position: absolute;
  top: 6px;
  left: 0px;
  display: grid;
  grid-template-columns: 46% 54%;
  width: 100%;
  height: 100%;
  /* gap:154px; */
}
.chatbitMax_upper img {
  max-width: 582px;
  max-height: 566px;
  /* width: 100%;
  height: 100%; */
  display: flex;
  justify-self: start;
}
.chatbotMax_down {
  border-radius: 40px;
  background-image: url("../images/maxChatBot_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: grid;
  grid-template-columns: 46% 54%;
  min-height: 418px;
  align-items: center;
  /* gap:154px; */
}
.chatbotMax_down .padding {
  padding: 70px;
}
.chatbotMax_down .padding .section_main_Heading {
  font-size: 42px;
}
.chatbox_hidden_div {
  height: 250px;
}
.ai_platform_wrp {
  padding: 120px 0px 40px 0px;
  background-image: url("../images/platform_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.platform_main {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 66px;
  margin-top: 64px;
}
.plateform_card {
  padding: 40px;
  border-radius: 40px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.64);
  display: flex;
  flex-direction: column;
  gap: 40px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.02);
}
.plateform_card:hover {
  background: #2a8d95;
  color: #fff;
}
.plateform_card div div {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.inner_img {
  border-radius: 16px;
  border: 1px solid #e2e2e2;
  padding: 22px;
  background: rgba(255, 255, 255, 0.2);
}
.plateform_card:hover .inner_img {
  border: 1px solid rgb(255 255 255 / 0%);
}
.plateform_card:hover p {
  color: rgba(255, 255, 255, 0.8);
}
.plateform_card .hide {
  display: none;
}
.plateform_card .hover {
  display: flex;
}
.plateform_card:hover .hide {
  display: flex;
}
.plateform_card:hover .hover {
  display: none;
}
.plateform_card_down {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.plateform_card_down strong {
  font-family: Poppins, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 32.4px */
}
.plateform_card_down p {
  color: #494b50;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 172%; /* 30.96px */
  letter-spacing: 0.18px;
}
.stack_table {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.stack_body {
  display: grid;
  grid-template-columns: 2fr repeat(7, minmax(0, 1fr));
  height: 120px;
  border-radius: 24px;
  border: 1px solid #e3e3e3;
}
.stack_heading {
  border-radius: 24px 0px 0px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  padding: 20px;
}
.Stack_wrp .stack_table .stack_heading_box1{
  background-color: #000000
}
.Stack_wrp .stack_table .stack_heading_box2{
  background-color: #2a8d95
}
.stack_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.stack_icon .stack_img {
  width: 100%;
  max-width: 80px;
  min-width: 40px;
}
.Stack_wrp {
  padding: 80px 0px 40px 0px;
  margin: 0;
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
}
.Stack_wrp video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  opacity: 0.1;
}

.business_main {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.box {
  padding: 40px;

}
.business_main .box:nth-child(1),.business_main .box:nth-child(2),.business_main .box:nth-child(3) {
  border-right: 0.5px solid #d1d1d1;
  border-bottom: 0.5px solid #d1d1d1;
  position: relative;
}
.business_main .box:nth-child(4) {
  border-bottom: 0.5px solid #d1d1d1
}
.business_main .box:nth-child(5),.business_main .box:nth-child(6),.business_main .box:nth-child(7) {
  border-right: 0.5px solid #d1d1d1
}

.box h2 {
  margin: 24px 0px 16px 0px;
  font-family: Poppins, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 158.333% */
}

.box p {
  color: #494b50;
  font-family: Poppins, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%; /* 29.7px */
  letter-spacing: 0.18px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 16px;
}
.box .rec {
  width: 32px;
  height: 32px;
  transform: rotate(46deg);
  position: absolute;
  right: -17px;
  z-index: 1;
  border-radius: 10px;
  bottom: -18px;
}
.business_main .box .box_rec1 {
  background-color: #2a8d95
}
.business_main .box .box_rec2 {
  background-color: #000
}
.business_vertical_wrp {
  padding: 80px 0px 120px 0px;
  background-image: url("../images/businessVerticals.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ChatBot_process_wrp {
  position: relative;
  overflow: hidden;
}
.ChatBot_process_wrp video {
  /* width: 100%; */
  height: 1214px;
}
.ChatBotProcessMain {
  position: absolute;
  top: 0px;
}
.ChatBotProcessMain .chatBot_inner_process {
  padding: 120px 0px 100px 0px;
}
.chatbot_why_choose {
  padding: 120px 0px 40px 0px;
  background-image: url("../images/chatbot_why.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.chatbot_why_cards_group {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 80px;
  gap: 84px;
}

.chatbot_why_card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.chatbot_why_cards_group .chatbot_why_card:nth-child(1) .why_heading_wrp {
  background-color: #aa00ff
}
.chatbot_why_cards_group .chatbot_why_card:nth-child(2) .why_heading_wrp {
  background-color: #0033ad
}
.chatbot_why_cards_group .chatbot_why_card:nth-child(3) .why_heading_wrp {
  background-color: #cb001c
}

.chatbot_why_cards_group .chatbot_why_card:nth-child(1) .chatbot_card_main {
  background-image: url('../images/bg-system-banner-1.png');
}
.chatbot_why_cards_group .chatbot_why_card:nth-child(2) .chatbot_card_main {
  background-image: url('../images/bg-system-banner-4.png');
}
.chatbot_why_cards_group .chatbot_why_card:nth-child(3) .chatbot_card_main {
  background-image: url('../images/bg-system-banner-6.png');
}

.why_heading_wrp {
  display: flex;
  gap: 28px;
  border-radius: 80px;
  color: #fff;
  padding: 4px;
  align-items: center;
  font-family: Poppins, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 32.4px */
}
.icon_why_div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 80px;
}
.chatbot_card_main {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* background-position: center; */
  padding: 49px;
  color: #494b50;
  font-family: Poppins, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%; /* 29.7px */
  letter-spacing: 0.18px;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;  */
}

/* media */
/* 1800px */
@media screen and (max-width: 1800px) {
}

/* 1500px */
@media screen and (max-width: 1600px) {
  .ChatBot_process_wrp video {
    height: auto;
}
}
@media screen and (max-width: 1500px) {
  .ai_banner_left h1 {
    font-size: 56px;
  }
  .chatbot_card_main {
    padding: 26px;
  }
  .chatbot_why_cards_group {
    gap: 41px;
  }
  .chatbitMax_upper {
    top: 0px;
  }
}

/* 1400px */
@media screen and (max-width: 1400px) {
  .section_tag {
    font-size: 14px;
  }
  .chatbot_card_main {
    padding: 32px;
  }
  .ChatBot_process_wrp video {
    /* width: 100%; */
    height: 900px;
  }
  .ai_banner_left h1 {
    font-size: 48px;
  }
  .ai_banner_left p {
    font-size: 16px;
  }
  .ai_banner_left button {
    padding: 8px 26px;
    font-size: 18px;
  }
  .section_main_Heading {
    font-size: 38px;
  }
  .section_main_sub_Heading {
    font-size: 14px;
  }
  .platform_main {
    gap: 40px;
  }
  .box h2 {
    font-size: 20px;
}
.box p {
  font-size: 16px;
  margin-top: 8px;
}
}

/* 1366px */
@media screen and (max-width: 1366px) {
  .Stack_wrp {
    padding: 80px 0px 0px 0px;
  }
  .chatbot_why_choose {
    padding: 80px 0px 40px 0px;
  }
  .business_vertical_wrp {
    padding: 80px 0px 80px 0px;
  }
  .ai_platform_wrp {
    padding: 80px 0px 0px 0px;
  }
  .chatbot_weDevelop_wrp {
    padding: 80px 0px 0px 0px;
  }
  .chatbot_main_wrp {
    padding: 80px 0px 0px 0px;
  }
  .chatbitMax_upper img {
    justify-self: center;
    /* max-width: 400px; */
    max-width: 462px;
  }
  .benefit_ChatBot_wrp {
    padding: 71px 0px 0px 0px;
  }
  .chatbitMax_upper {
    top: 38px;
  }
  .chatbotMax_down {
    min-height: unset;
    grid-template-columns: 40% 60%;
  }
  .chatbitMax_upper {
    grid-template-columns: 39% 61%;
  }
  .card_upper img {
    border-radius: 40px;
    width: 100%;
    height: auto;
  }
  .control-btn {
    width: 70px;
    height: 70px;
  }
  .why_heading_wrp {
    font-size: 20px;
  }
  .icon_why_div {
    width: 80px;
    height: 80px;
  }
  .chatbot_card_main {
    padding: 23px;
  }
  .chatbot_why_cards_group {
    gap: 19px;
  }
  .card_down strong {
    font-size: 18px;
  }
  .card_down p {
    font-size: 14px;
    margin-top: 8px;
  }
  .chatbot_card {
    gap: 20px;
  }
  .ChatBotProcessMain .chatBot_inner_process {
    padding: 80px 0px;
}
}

/* 1024px */
@media screen and (max-width: 1024px) {
  .chatbotMax_wrp {
    padding-top: 130px;
  }
  .chatbitMax_upper {
    top: 33px;
  }
  .chatbotMax_down .padding {
    padding: 50px;
  }
  .chatbitMax_upper img {
    max-width: 100%;
  }
  .chatbotMax_down .padding .section_main_Heading {
    font-size: 28px;
  }
  .slide {
    justify-content: center;
  }
  .benefit_ChatBot_inner {
    align-items: center;
  }
  .benefit_ChatBot_inner img {
    max-width: 550px;
  }
  .chatbot_card_main {
    padding: 44px;
  }
  .chatbot_why_cards_group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ChatBot_process_wrp video {
    /* width: 100%; */
    height: 880px;
  }
  .box {
    padding: 20px;
  }
  .stack_body {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    height: auto;
    border-radius: 12px;
  }
  .stack_heading {
    padding: 10px;
  }
  .ai_chatbot_outer .container .ai_banner_left {
    padding-top: 80px;
  }
  .ai_chatbot_banner_wrp {
    height: 100%;
  }
  .chatbot_main {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .develop_left_div {
    text-align: center !important;
    width: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .develop_left_div p {
    padding: 0px 10% !important;
    text-align: center !important;
  }
  .develop_card {
    padding: 40px;
  }
  .benefit_ChatBot {
    display: flex;
    flex-direction: column-reverse; /* Reverse the order */
    gap: 20px;
  }
  .benefit_ChatBot_inner .container {
    padding-left: 20px !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .benefit_ChatBot_inner .container p {
    padding: 0px 10% !important;
    text-align: center !important;
  }
  .platform_main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .chatbot_card {
    padding: 20px !important;
    border-radius: 20px;
  }
  .chatbot_card img {
    border-radius: 20px;
    height: auto;
  }
  .ai_banner_left button {
    margin-top:18px;
  }
  .develop_left_div .section_main_Heading {
    text-align: center !important;
  }
  .box h2 {
    font-size: 18px;
}
.box p {
  font-size: 15px;
 
}
}

/* 900px */
@media only screen and (max-width: 980px) {
  .ChatBot_process_wrp video {
    /* width: 100%; */
    height: 850px;
  }
  .chatbot_card_main {
    font-size: 14px;
    padding: 52px;
  }
  .box h2 {
    font-size: 16px;
}
.box p {
  font-size: 14px;
}
.box {
  padding: 14px;
}
}

/* 768px */
@media only screen and (max-width: 768px) {
  .ai_banner_left button{
    margin-top:48px;
  }
  .chatbotMax_down .padding .section_main_Heading {
    font-size: 25px;
  }
  .chatbotMax_wrp {
    padding-top: 106px;
  }
  .plateform_card {
    padding: 20px;
    border-radius: 20px;
    gap: 20px;
  }
  .plateform_card strong {
    font-size: 18px;
  }
  .plateform_card p {
    font-size: 14px;
  }
  .control-btn {
    width: 60px;
    height: 60px;
  }
  .benefit_card p {
    font-size: 14px;
  }
  .develop_card p {
    font-size: 14px;
  }
  .chatbot_wrap {
    gap: 20px;
  }
  .chatbot_card_main {
    font-size: 14px;
    padding: 29px;
  }
  .box h2 {
    margin: 10px 0px 7px 0px;
    font-family: Poppins, serif;
    font-size: 18px;
  }
  .box img {
    width: 40px;
    height: 40px;
  }
  .box .rec {
    width: 12px;
    height: 12px;
    right: -7px;
    border-radius: 3px;
    bottom: -7px;
  }
  .box p {
    font-size: 14px;
  }
  .stack_heading {
    font-size: 18px;
  }
  .ai_chatbot_outer {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .ai_right_banner::before {
    background: linear-gradient(to bottom, #000000, transparent);
  }
  .ai_chatbot_outer .container .ai_banner_left {
    align-items: center;
    text-align: center;
  }
  .ai_chatbot_outer .container {
    padding-right: 20px !important;
  }

  .chatbot_main_wrp {
    padding: 80px 0px 0px 0px;
  }
  .chatbotMax_down .padding {
    padding: 30px;
  }
  .right_absolute {
    padding: 6px 17px;
    left: 0px;
    gap: 36px;
    max-width: 368px;
  }
  .develop_card_adsolute {
    font-size: 18px;
    height: auto;
    left: 0px;
    gap: 38px;
    max-width: 378px;
  }
  .right_absolute img {
    width: 40px;
  }
  .develop_card {
    padding: 20px;
  }
  .develop_card {
    gap: 20px;
    max-width: 499px;
  }
  .develop_card_upper {
    height: 84px;
  }
  .benefit_card strong {
    font-size: 18px;
  }
  .inner_img {
    padding: 12px;
  }
  .platform_main {
    gap: 20px;
  }
  .stack_heading {
    border-radius: 12px;
    grid-column: 1 / span 4;
  }
  .business_main {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.box {
  border: 0px !important;
  border-bottom: 1px solid #d1d1d1 !important;
}
.box .rec {
  display: none;
}
.ChatBot_process_wrp video {
  height: 800px;
}
}

/* 650 */
@media only screen and (max-width: 650px) {
  .develop_card_adsolute #width{
    width:auto !important;
  }
  .chatbox_hidden_div {
    height: 250px;
  }
  .chatbitMax_upper img {
    max-width: 297px;
  }
  .benefit_ChatBot_inner img {
    max-width: -webkit-fill-available;
    padding: 0px 20px;
  }
  .develop_card_upper {
    display: none;
  }
  .develop_card_adsolute {
    position: relative;
    gap: 5px;
  }
  .benefit_ChatBot_inner {
    gap: 40px;
  }
  .section_main_Heading {
    margin: 8px 0px 15px 0px !important;
  }
  .platform_main {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .chatbot_why_cards_group {
    margin-top: 40px;
  }
  .why_cards_group {
    margin-top: 40px;
  }
  .chatbot_why_choose {
    padding: 40px 0px 0px 0px;
  }
  .business_vertical_wrp {
    padding: 0px 0px 40px 0px;
  }
  .Stack_wrp {
    padding: 50px 0px 40px 0px;
  }
  .platform_main {
    margin-top: 40px;
  }
  .ai_platform_wrp {
    padding: 40px 0px 0px 0px;
  }
  .control-btn {
    width: 50px;
    height: 50px;
  }
  .develop_card {
    padding: 20px;
  }
  .benefit_ChatBot_wrp {
    padding: 40px 0px 0px 0px;
  }
  .chatbot_main_wrp {
    padding: 40px 0px 0px 0px;
  }
  .chatbot_weDevelop_wrp {
    padding: 40px 0px 0px 0px;
  }
  .ai_chatbot_outer .container .ai_banner_left {
    padding-top: 24px;
  }
  .icon_why_div img {
    width: 20px;
    height: 60px;
  }
  .icon_why_div {
    width: 50px;
    height: 50px;
  }
  .why_heading_wrp {
    font-size: 18px;
  }
  /* .chatbot_card_main {
    font-size: 14px;
    padding: 17px 12px;
  } */
  .ChatBot_process_wrp video {
  
    height: 830px;
  }
  .box .rec {
    display: none;
  }
  .box-border_none {
    border: 0px !important;
  }
  .box {
    border: 0px !important;
    border-bottom: 1px solid #d1d1d1 !important;
  }

  .business_main {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .ai_banner_left h1 {
    font-size: 32px;
  }
  .ai_banner_left button {
    margin-top: 15px;
  }

  .chatbot_wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .chatbot_wrap {
    margin: 40px 0px 0px 0px;
    gap: 20px;
  }
  .chatbitMax_upper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .chatbotMax_down {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    text-align: center;
    justify-content: center;
  }
  .padding .section_main_Heading {
    text-align: center !important;
    font-size: 25px !important;
  }
  .padding {
    padding: 10px 10px 50px 10px !important;
  }
}

/* 480 */
@media only screen and (max-width: 480px) {
  .chatbot_why_cards_group {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .chatbot_card_main {
    padding: 36px;
  }
  .ChatBotProcessMain .chatBot_inner_process {
    padding: 40px 0px 40px 0px;
  }
  .ChatBot_process_wrp video {
    /* width: 100%; */
    height: 620px;
  }
  .stack_table {
    margin-top: 40px;
  }
  .stack_icon .stack_img {
    max-width: 60px;
  }
  .section_main_Heading {
    font-size: 30px;
  }
  .section_main_sub_Heading {
    padding: 0;
    margin-bottom: 0;
  }
  .section_tag {
    font-size: 14px;
  }
  .ai_banner_left button {
    font-size: 14px;
  }
}

/* 375 */
@media only screen and (max-width: 375px) {
  .ChatBot_process_wrp video {
    /* width: 100%; */
    height: 874px;
  }
  .chatbot_card_main {
    padding: 26px;
  }
}

@media only screen and (max-width: 375px) {
  .ChatBot_process_wrp video {
    /* width: 100%; */
    height: 830px;
  }
}

@media only screen and (max-width: 320px) {
  .chatbot_card_main {
    padding: 24px;
  }
  .chatbot_card_main {
    font-size: 11px;
  }
  .chatbitMax_upper img {
    max-width: 100%;
}
}
