/* IMAGE */
.img-responsive {
  max-width: 100%;
  height: auto;
}

img {
  border: medium none;
  vertical-align: middle;
  outline: medium none;
}
div {
  display: block;
}
.space_20 {
  padding: 20px;
  display: block;
}

.pl {
  padding: 20px 20px 20px 0px;
}

.pr {
  padding: 20px 0px 20px 20px;
}
/* Text Align */
.center {
  text-align: center;
}

.left {
  text-align: left;
}
.Wid2 {
  width: 100%;
  float: left;
}
.Wid {
  width: 100%;
}
/* IMAGE AND EXTRA CLOSE */

.show {
  display: block;
}
.chatbox {
  position: absolute;
  width: 50%;
  background-color: #fff;
  border: 15px solid #000;
  border-width: 15px 10px;
  border-radius: 30px;
  transform: translateX(380px);
  left: -386px;
  top: -8%;
  height: 410px;
  z-index: -1;
  align-self: anchor-center;
}
.chatbox2 {
  position: absolute;
  width: 43%;
  background-color: #fff;
  border: 10px solid #393f42;
  border-width: 15px 10px;
  border-radius: 10px;
  transform: translateX(232px);
  top: -26%;
  height: 310px;
  align-self: anchor-center;
}
.chatbox3 {
  position: absolute;
  width: 44%;
  background-color: #fff;
  border: 10px solid #393f42;
  border-width: 15px 10px;
  border-radius: 10px;
  transform: translateX(122px);
  top: 13%;
  z-index: -1;
  height: 340px;
  align-self: anchor-center;
}
.chatbox4 {
  position: absolute;
  width: 45%;
  background-color: #fff;
  border: 10px solid #393f42;
  border-width: 15px 10px;
  border-radius: 10px;
  transform: translateX(96%);
  top: -2%;
  z-index: -1;
  height: 330px;
  align-self: anchor-center;
}
.chatbox5 {
  position: absolute;
  width: 37%;
  background-color: #fff;
  border-radius: 10px;
  transform: translateX(28%);
  top: -26%;
  z-index: -1;
  align-self: anchor-center;
}
.chatbox6 {
  position: absolute;
  width: 44%;
  border-radius: 10px;
  transform: translateX(28%);
  /* top: -26%; */
  align-self: anchor-center;
}
.chatbox1 {
  position: absolute;
  width: 19%;
  background-color: #fff;
  border: 15px solid #000;
  border-width: 15px 10px;
  border-radius: 30px;
  transform: translateX(385px);
  left: 6%;
  top: 6%;
  height: 390px;
  z-index: 1;
  align-self: anchor-center;
}
.fl {
  margin: -3px 2px 2px 44px;
}
.bottom-1 {
  position: relative;
  bottom: -20px;
}
.chatbox-1 {
  position: absolute;
  width: 46%;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
  border-width: 15px 10px;
  border-radius: 30px;
  transform: translateX(380px);
  left: -134px;
  top: -18%;
  height: 410px;
  z-index: -1;
  align-self: anchor-center;
}
.chatbox-2 {
  position: absolute;
  width: 40%;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
  border-width: 15px 10px;
  border-radius: 30px;
  transform: translateX(380px);
  left: -243px;
  top: 8%;
  height: 330px;
  z-index: -1;
  align-self: anchor-center;
  text-align: left;
}
.chat {
  font-size: 10px;
  line-height: normal;
  padding: 10px;
}
/* SECTION-1 */
.hero-section h1 {
  width: 80%;
  margin: 50px 0;
}
.scrollBlock2 {
  position: absolute;
  top: 50%;
  left: 65px;
}
.slider {
  display: flex;
  transition: transform 0.8s ease-in-out;
}
.slide {
  flex: 0 0 100%;
  display: flex;
  float: left !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-end;
  margin-top: -20px;
}
.line {
  height: 1px;
  opacity: 0.6;
  width: 60px;
  position: relative;
  left: 162px;
  bottom: 42px;
}
#slide-image {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
.connectBtn {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 14px;
  font-size: 16px;
  min-width: 190px;
  border-radius: 5px;
  width: fit-content;
  color: #000;
  margin: 20px 0;
  text-decoration: none;
  text-align: left;
}
.connectBtn:hover {
  background-color: #fc4f02;
  transition: 0.4s;
  color: #fff;
  border: 1px solid #fc4f02;
}
/* SECTION-1 COMPLETE*/

/* SECTION-2 BLUEBG*/
.dyk-left__content,
.dyk-right__content {
  color: #fff;
  align-content: center;
}
.dyk-left__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* SECTION-2 COMPLETE*/

/* ACCORDIAN - SECTION */

.acccord-tab2 > .acccord-toggle2 {
  position: absolute;
  display: none;
  background: #f4f8ff;
}

.acccord-tab2 > label {
  color: #000;
  background: #fff;
  font-size: 20px;
  line-height: normal;
  position: relative;
  display: block;
  padding: 25px 30px 30px 30px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  border-radius: 8px 8px 0px 0px;
}

.acccord-tab2 > .acccord-content2 {
  max-height: 0;
  transition: all 0.1s;
  overflow: hidden;
  padding: 0 10px 0 60px;
  background: #f4f8ff;
  border-radius: 0 0 8px 8px;
}

.acccord-tab2 > label:after {
  content: ">";
  position: absolute;
  top: 25px;
  right: 10px;
  transform: rotate(90deg);
  transition: transform 0.15s;
  margin-right: 25px;
  font-weight: bolder;
}

.acccord-tab2 > .acccord-toggle2:checked ~ label {
  background: #f4f8ff;
  border: 1px solid #b8cbf8;
  border-bottom: none;
  padding-bottom: 10px;
}

.acccord-tab2 > .acccord-toggle2:checked ~ label:after {
  transform: rotate(-90deg);
  background: #f4f8ff;
  font-weight: bolder;
}

.acccord-tab2 > .acccord-toggle2:checked ~ .acccord-content2 {
  max-height: 100vh;
  border: 1px solid #b8cbf8;
  border-top: none;
  padding: 0px 20px 25px 74px;
}
.acord-nrmltxt {
  font-size: 16px;
  line-height: normal;
}

/* ACCORDIAN - SECTION COMPLETE  */

/* SECTION-3 CARDS*/

.differentiators-cards {
  display: flex;
  gap: 40px;
}
.differentiators-cards .boxhover1 {
  width: 50%;
}
.differentiators-cards2 {
  display: flex;
  gap: 40px;
}
.boxhover1 {
  border-radius: 5px;
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  border: 2px solid #fff;
  transition: border-color 1s ease;
  /* height: 310px !important; */
}
.boxhover1:hover {
  border: 2px solid #fc4f02;
  box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
  transition: border-color 1s ease;
}
.cards-heading {
  font-family: "PTSans-Bold";
  font-weight: normal;
}

/* SECTION-3 CARDS COMPLETE*/

.custom-list {
  list-style: none;
  padding-left: 0;
}

.custom-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 30px;
}

.custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background-color: #fc4f02;
  display: inline-block;
  border-radius: 2px;
}
.steps-wrapper {
  margin: 0 auto;
  padding: 50px 20px 0 20px;
  position: relative;
}

.steps-wrapper h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
}

.step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
}

.step .icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  margin-right: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  top: 20px;
}

.step .icon img {
  width: 90px;
  height: 90px;
}

.step .content h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #000000;
  line-height: 1.4;
}

.step .content h3 span {
  font-size: 22px;
  color: #000000;
  font-family: PTSans-Bold;
  font-weight: normal;
}

.step .content p {
  font-size: 18px;
}

@media (min-width: 1441px) {
  .scrollBlock2 {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .chatbox-1 {
    position: absolute;
    width: 55%;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    border-width: 15px 10px;
    border-radius: 30px;
    transform: translateX(380px);
    left: -183px;
    top: -32%;
    height: 410px;
    z-index: -1;
    align-self: anchor-center;
  }
  .chatbox-2 {
    position: absolute;
    width: 48%;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    border-width: 15px 10px;
    border-radius: 30px;
    transform: translateX(380px);
    left: -280px;
    top: -3%;
    height: 330px;
    z-index: -1;
    align-self: anchor-center;
    text-align: left;
  }
  .chatbox1 {
    position: absolute;
    width: 24%;
    background-color: #fff;
    border: 15px solid #000;
    border-width: 15px 10px;
    border-radius: 30px;
    transform: translateX(380px);
    left: -4%;
    top: -13%;
    height: 410px;
    z-index: 1;
    align-self: anchor-center;
  }
  .chatbox2 {
    position: absolute;
    width: 49%;
    background-color: #fff;
    border: 10px solid #393f42;
    border-width: 15px 10px;
    border-radius: 30px;
    transform: translateX(380px);
    left: -48%;
    top: -32%;
    height: 376px;
    z-index: 1;
    align-self: anchor-center;
  }
  .chatbox3 {
    position: absolute;
    width: 54%;
    background-color: #fff;
    border: 10px solid #393f42;
    border-width: 15px 10px;
    border-radius: 10px;
    transform: translateX(92px);
    top: 13%;
    z-index: -1;
    height: 340px;
    align-self: anchor-center;
  }
  .chatbox4 {
    position: absolute;
    width: 46%;
    background-color: #fff;
    border: 10px solid #393f42;
    border-width: 15px 10px;
    border-radius: 10px;
    transform: translateX(380px);
    left: -45%;
    top: -10%;
    height: 346px;
    z-index: -1;
    align-self: anchor-center;
  }
  .chatbox5 {
    position: absolute;
    width: 48%;
    background-color: #fff;
    border-radius: 10px;
    transform: translateX(20px);
    z-index: -1;
    align-self: anchor-center;
  }
  .chatbox6 {
    position: absolute;
    width: 48%;
    background-color: #fff;
    border-radius: 10px;
    transform: translateX(48px);
    z-index: -1;
    align-self: anchor-center;
  }
}
@media (max-width: 1024px) {
  .hero-section h1 {
    width: 100%;
  }
  .scrollBlock2 {
    position: absolute;
    top: 368px;
    left: 3%;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  #slideImage1 {
    display: none;
  }
  .show {
    display: none;
  }
  .chatbox {
    position: relative;
    width: 80%;
    transform: translateX(80px);
    left: -45px;
    border: none;
    background-color: #fff;
    border: 15px solid #000;
  }
  .bottom-1 {
    position: relative;
    bottom: -50px;
  }
  .chatbox1 {
    position: relative;
    width: 80%;
    transform: translateX(80px);
    left: -45px;
    top: 30px;
    border: none;
    background-color: #fff;
    border: 15px solid #000;
  }
  .chatbox2 {
    position: relative;
    width: 80%;
    transform: translateX(80px);
    left: -45px;
    top: 30px;
    border: none;
    background-color: #fff;
    border: 10px solid #393f42;
  }
  .chatbox3 {
    position: relative;
    width: 80%;
    transform: translateX(80px);
    left: -45px;
    top: 30px;
    border: none;
    background-color: #fff;
    border: 10px solid #393f42;
  }
  .chatbox4 {
    position: relative;
    width: 76%;
    transform: translateX(80px);
    left: -45px;
    top: 0px;
    border: none;
    background-color: #fff;
    border: 10px solid #393f42;
  }
  .chatbox5 {
    position: relative;
    width: 76%;
    transform: translateX(80px);
    left: -45px;
    top: 0px;
    border: none;
    background-color: #fff;
  }
  .chatbox6 {
    position: relative;
    width: 76%;
    transform: translateX(80px);
    left: -45px;
    top: 0px;
    border: none;
    background-color: #fff;
  }
  .chatbox-1 {
    position: relative;
    width: 80%;
    transform: translateX(80px);
    left: -45px;
    border: none;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
  }
  .fl {
    margin: 38px 2px 2px 44px;
  }
  .chatbox-2 {
    position: relative;
    width: 80%;
    transform: translateX(80px);
    left: -45px;
    border: none;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
  }
  #slideImage2 {
    display: none;
  }
  .space_20 {
    padding: 0px;
    display: block;
  }
  .p-res {
    padding: 1rem !important;
  }
  .swip {
    display: flex;
    flex-direction: column;
  }
  .items1 {
    order: 2;
  }

  .items2 {
    order: 1;
  }
  .differentiators-cards {
    display: flex;
    gap: 0px;
    flex-direction: column;
  }
  .differentiators-cards .boxhover1 {
    width: 100%;
  }
  .boxhover1 {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .chatbox {
    position: absolute;
    width: 37%;
    transform: translateX(80px);
    left: -35px;
    top: 70px;
    border: none;
    background-color: #fff;
    border: 15px solid #000;
  }
  .chatbox1 {
    position: absolute;
    width: 34%;
    transform: translateX(80px);
    left: 125px;
    top: -150px;
    border: none;
    background-color: #fff;
    border: 15px solid #000;
  }
  .chatbox2 {
    position: absolute;
    width: 33%;
    transform: translateX(80px);
    left: 235px;
    height: 330px;
    top: -70px;
    border: none;
    background-color: #fff;
    border: 10px solid #393f42;
  }
  .chatbox3 {
    position: absolute;
    width: 33%;
    transform: translateX(260px);
    /* left: 235px; */
    height: 330px;
    top: 90px;
    border: none;
    background-color: #fff;
    border: 10px solid #393f42;
  }
  .chatbox4 {
    position: absolute;
    width: 33%;
    transform: translateX(80px);
    left: 235px;
    height: 330px;
    top: 70px;
    border: none;
    background-color: #fff;
    border: 10px solid #393f42;
  }
  .chatbox5 {
    position: absolute;
    width: 33%;
    transform: translateX(156px);
    top: -90px;
    border: none;
    background-color: #fff;
  }
  .chatbox6 {
    position: absolute;
    width: 33%;
    transform: translateX(196px);
    top: -10px;
    border: none;
    background-color: #fff;
  }
  .pad {
    padding-top: 190px;
  }
  .chatbox-1 {
    position: absolute;
    width: 36%;
    transform: translateX(80px);
    left: 245px;
    top: -90px;
    border: none;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
  }
  .chatbox-2 {
    position: absolute;
    width: 32%;
    transform: translateX(80px);
    left: 135px;
    top: 60px;
    border: none;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
  }
}
@media screen and (min-width: 768px) {
  .steps-wrapper::before {
    content: "";
    position: absolute;
    left: 50px;
    top: 0px;
    bottom: 50px;
    width: 2px;
    border-left: 2px dashed #fc4f02;
    z-index: 0;
  }
}
@media (min-width: 0px) and (max-width: 480px) {
  .acccord-tab2 > label:after {
    margin-right: 0;
  }
  .step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative;
    gap: 40px;
    flex-direction: column;
  }
  .mobile-h {
    display: none;
  }
}
@media (min-width: 425px) and (max-width: 480px) {
  .chatbox {
    position: relative;
    width: 60%;
    transform: translateX(80px);
    left: -5px;
    border: none;
    background-color: #fff;
    border: 15px solid #000;
  }
  .chatbox1 {
    position: relative;
    width: 60%;
    transform: translateX(80px);
    left: -5px;
    border: none;
    background-color: #fff;
    border: 15px solid #000;
  }
  .chatbox2 {
    position: relative;
    width: 60%;
    transform: translateX(80px);
    left: -5px;
    border: none;
    background-color: #fff;
    border: 10px solid #393f42;
  }
  .chatbox3 {
    position: relative;
    width: 60%;
    transform: translateX(80px);
    left: -5px;
    border: none;
    background-color: #fff;
    border: 10px solid #393f42;
  }
  .chatbox4 {
    position: relative;
    width: 60%;
    transform: translateX(80px);
    left: -5px;
    border: none;
    background-color: #fff;
    border: 10px solid #393f42;
  }
  .chatbox5 {
    position: relative;
    width: 60%;
    transform: translateX(80px);
    left: -5px;
    border: none;
    background-color: #fff;
  }
  .chatbox6 {
    position: relative;
    width: 60%;
    transform: translateX(80px);
    left: -5px;
    border: none;
    background-color: #fff;
  }
  .chatbox-1 {
    position: relative;
    width: 60%;
    transform: translateX(80px);
    left: -5px;
    border: none;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
  }
  .chatbox-2 {
    position: relative;
    width: 60%;
    transform: translateX(80px);
    left: -5px;
    border: none;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
  }
}
@media (min-width: 375px) and (max-width: 375px) {
  .chatbox {
    position: relative;
    width: 70%;
    transform: translateX(80px);
    left: -15px;
    border: none;
    background-color: #fff;
    border: 15px solid #000;
  }
  .chatbox1 {
    position: relative;
    width: 70%;
    transform: translateX(80px);
    left: -15px;
    border: none;
    background-color: #fff;
    border: 15px solid #000;
  }
  .chatbox2 {
    position: relative;
    width: 70%;
    transform: translateX(80px);
    left: -25px;
    border: none;
    background-color: #fff;
    border: 10px solid #393f42;
  }
  .chatbox3 {
    position: relative;
    width: 70%;
    transform: translateX(80px);
    left: -25px;
    border: none;
    background-color: #fff;
    border: 10px solid #393f42;
  }
  .chatbox4 {
    position: relative;
    width: 70%;
    transform: translateX(80px);
    left: -25px;
    border: none;
    background-color: #fff;
    border: 10px solid #393f42;
  }
  .chatbox5 {
    position: relative;
    width: 70%;
    transform: translateX(80px);
    left: -25px;
    border: none;
    background-color: #fff;
  }
  .chatbox6 {
    position: relative;
    width: 70%;
    transform: translateX(80px);
    left: -25px;
    border: none;
    background-color: #fff;
  }
  .chatbox-1 {
    position: relative;
    width: 70%;
    transform: translateX(80px);
    left: -15px;
    border: none;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
  }
  .chatbox-2 {
    position: relative;
    width: 70%;
    transform: translateX(80px);
    left: -15px;
    border: none;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
  }
}
