.hero-section h1 {
  width: 80%;
  margin: 50px 0;
}

.cards-heading {
  line-height: normal;
  font-family: "PTSans-Bold" !important;
}

.scrollBlock2 {
  position: absolute;
  top: 390px;
  left: 65px;
}

.dyk-left__content,
.dyk-right__content {
  color: #fff;
}

.dyk-left__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.differentiators-cards {
  display: flex;
  gap: 40px;
}

.differentiators-cards .boxhover1 {
  width: 50%;
}

.p20 {
  padding: 20px;
  display: block;
}

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

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

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

img {
  border: medium none;
  vertical-align: middle;
  outline: medium none;
}

.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;
}

/* Text Align */
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.line {
  height: 1px;
  opacity: 0.6;
  width: 60px;
  position: relative;
  left: 162px;
  bottom: 42px;
}

.acord-nrmltxt {
  font-size: 16px !important;
  line-height: normal;
  font-family: "Roboto-Regular";
}

.acccord-tab>.acccord-toggle {
  position: absolute;
  display: none;
  background: #f4f8ff;
}

.acccord-tab>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;
  font-family: "PTSans-Bold" !important;
}

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

.acccord-tab>label:after {
  content: "\f078";
  position: absolute;
  top: 25px;
  right: 10px;
  font-family: fontawesome;
  transform: rotate(180deg);
  transition: transform 0.15s;
  margin-right: 25px;
}

.acccord-tab>.acccord-toggle:checked~label:after {
  transform: rotate(0deg);
  background: #f4f8ff;
}

.acccord-tab>.acccord-toggle:checked~.acccord-content {
  max-height: 100vh;
  border: 1px solid #b8cbf8;
  border-top: none;
  padding: 0px 20px 25px 60px;
}

.acccord-tab>.acccord-toggle:checked~label {
  background: #f4f8ff;
  border: 1px solid #b8cbf8;
  border-bottom: none;
}

.acccord-tab1>.acccord-toggle1 {
  position: absolute;
  display: none;
  background: #f4f8ff;
}

.acccord-tab1>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;
  font-family: "PTSans-Bold" !important;
}

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

.acccord-tab1>label:after {
  content: "\f078";
  position: absolute;
  top: 25px;
  right: 10px;
  font-family: fontawesome;
  transform: rotate(180deg);
  transition: transform 0.15s;
  margin-right: 25px;
}

.acccord-tab1>.acccord-toggle1:checked~label:after {
  transform: rotate(0deg);
  background: #f4f8ff;
}

.acccord-tab1>.acccord-toggle1:checked~.acccord-content1 {
  max-height: 100vh;
  border: 1px solid #b8cbf8;
  border-top: none;
  padding: 0px 20px 25px 60px;
}

.acccord-tab1>.acccord-toggle1:checked~label {
  background: #f4f8ff;
  border: 1px solid #b8cbf8;
  border-bottom: none;
}

.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: "\f078";
  position: absolute;
  top: 25px;
  right: 10px;
  font-family: fontawesome;
  transform: rotate(180deg);
  transition: transform 0.15s;
  margin-right: 25px;
}

.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(0deg);
  background: #f4f8ff;
}

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

div {
  display: block;
}

#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;
}

.connectBtn1 {
  border: 1px solid #fc4f02;
  background-color: #fc4f02;
  width: auto;
  padding: 18px 38px;
  font-size: 16px;
  color: #fff;
  margin: 20px 0;
  text-decoration: none;
  text-align: left;
}

.connectBtn1:hover {
  color: #fff;
  border: 1px solid #fc4f02;
  background-color: #fc4f02;
  margin-left: 2px;
  transition: 0.3s;
}

.connectBtn:hover {
  background-color: #fc4f02;
  transition: 0.4s;
  color: #fff;
  border: 1px solid #fc4f02;
}

.boxhover {
  border-radius: 18px;
  color: #fff !important;
  /* background: #353066; */
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border: 2px solid #ffff;
  transition: border-color 1s ease;
  height: auto;
  cursor: pointer;
  margin: 25px 0px;
}

.boxhover1 {
  border-radius: 5px;
  box-shadow: 0 0 12px 0 rgb(0 0 0 / 5%);
  background: #fff !important;
  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;
}

.boxhover2 {
  border-radius: 5px;
  box-shadow: 0 0 12px 0 rgb(0 0 0 / 5%);
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 22px;
  border: 2px solid #fff;
  transition: border-color 1s ease;
  height: auto;
}

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

.boxhover2 ul li::marker {
  color: #fc4f02;
}

.future-service-section {
  margin-top: 32px;
}

.health-sector-doc-card img,
.old-newworld-card-heading img {
  width: 72px !important;
}

.orangetxt {
  color: #fc4f02;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 50px;
}

.chatbox1 {
  width: 64%;
  border-radius: 10px;
  box-shadow: 0px 0px 32px 0px rgb(0 0 0 / 10%);
  position: relative;
  top: -1px;
}

.msgicon1,
.msgicon2 {
  width: 58px;
  position: absolute;
  left: -28px;
  top: 160px;
}

.msgicon2 {
  left: 90%;
  top: 218px;
}

.teamsicon1 {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 62px;
  top: 42%;
}

.emoji_2 {
  width: 90px;
  height: 90px;
  position: absolute;
  left: -25%;
  top: 23%;
}

.thumbicon1,
.thumbicon2 {
  width: 75px;
  height: 75px;
  position: absolute;
  left: 76%;
  top: 10%;
}

.thumbicon2 {
  left: 50px;
  top: 12%;
}

.chatbox {
  background-color: #fff;
  border: 15px solid #000;
  border-width: 15px 12px;
  width: 32%;
  border-radius: 30px;
  box-shadow: 0px 0px 32px 0px rgb(0 0 0 / 10%);
  position: relative;
  top: -1px;
}

.chat-block2 {
  float: left;
  margin: 5px 40px 5px 5px;
  position: relative;
  list-style: inside;
}

.chat2 {
  padding: 10px;
  font-size: 12px;
  line-height: normal;
  background-color: #d9d9d9;
  color: #000;
  width: 209px;
}

.chat2::before {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  left: -10px;
  border-right-color: #d9d9d9;
  bottom: 0px;
  transform: rotate(90deg);
  display: none;
}

.chat-block1 {
  float: right;
  margin: 5px 5px 5px 40px;
  position: relative;
}

.chat1 {
  padding: 10px;
  font-size: 12px;
  line-height: normal;
  background-color: #060042;
  color: #fff;
  width: 200px;
}

.chat1::after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  right: -10px;
  border-right-color: #fc4f02;
  bottom: 0px;
  transform: rotate(90deg);
  display: none;
}

.chatbox2 {
  width: 64%;
  border-radius: 10px;
  box-shadow: 0px 0px 32px 0px rgb(0 0 0 / 10%);
}

.web-img {
  padding: 7px;
  height: 420px;
}

.web-img2 {
  padding: 7px;
  height: 620px;
}

.web-img3 {
  padding: 7px;
  height: 605px;
}

.chat-block8 {
  float: left;
  margin: 5px 30px 5px 0px;
}

.chat-block-8 {
  margin: 5px 30px 5px 0px;
}

.chat8 {
  padding: 10px;
  font-size: 12px;
  background-color: #f1f1f1;
  color: #000;
  line-height: normal;
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: relative;
  width: 217px;
}

.chat_8 {
  padding: 10px;
  font-size: 12px;
  background-color: #d9d9d9;
  color: #000;
  line-height: normal;
  border-radius: 10px;
  align-items: center;
  position: relative;
  width: 217px;
}

.chat-block7 {
  float: right;
  margin: 5px 0px 5px 30px;
}

.chat7 {
  padding: 10px;
  font-size: 12px;
  background-color: #5b5fc7;
  color: #fff;
  line-height: normal;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 201px;
}

.chat-7 {
  font-size: 12px;
}

.chat_7 {
  font-size: 10px;
}

.chatbox-x {
  display: flex !important;
  align-items: center;
  position: relative;
}

.emoji-2 {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 85%;
  top: 25%;
}

.emoji-3 {
  width: 80px;
  height: 80px;
  position: absolute;
  left: -18%;
  top: 50%;
}

.emoji4 {
  width: 90px;
  height: 90px;
  position: absolute;
  left: -14%;
  top: 60%;
}

.sadicon1,
.sadicon2 {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 86%;
  top: 65%;
}

.sadicon2 {
  top: 68%;
  left: -33px;
}

.smiley2 {
  width: 100px;
  height: 100px;
  position: absolute;
  left: -20%;
  top: 67%;
}

.happyicon1,
.happyicon2,
.mobileicon1,
.micicon,
.thumbicon4 {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 72%;
  top: 42%;
}

.thumbicon4 {
  top: 42%;
  width: 60px;
  height: 60px;
  left: 80%;
}

.micicon {
  width: 70px;
  height: 70px;
  top: 30%;
}

.happyicon2 {
  left: 58px;
  top: 35% !important;
}

.mobileicon1 {
  top: 38%;
}

.checkgreenicon {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50px;
  top: 18%;
}

.checkblueicon {
  width: 55px;
  position: absolute;
  left: 80%;
  top: 32%;
}

.smiley-1 {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 88%;
  top: 66%;
}

.sign {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 90%;
  top: 50%;
}

.sign2 {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 51%;
  top: 25%;
}

.web-bottom {
  position: relative;
  top: -13px;
  border-radius: 0px 0px 10px 10px;
  width: 92%;
  left: 10px;
}

.Wid {
  width: 100%;
  display: flex;
  gap: 32px;
}

.Wid2 {
  width: 100%;
  float: left;
}

.mobils-main {
  display: flex;
}

.oldworld1,
.oldworld3,
.oldworld4 {
  padding: 52px 28px 22px 0;
}

.oldworld2 {
  padding: 33px 18px 0 0;
}

.newworld1,
.newworld2,
.newworld3,
.newworld4 {
  padding: 52px 0 22px 28px;
}

.mobile05 {
  display: flex;
  flex-direction: column;
  width: 50%;
  align-items: flex-start !important;
}

.mobile05 .chatbox1,
.mobile05 .chatbox2 {
  width: 50% !important;
}

.mobile05-2 {
  margin-left: 68px;
}

.mobile05-1 img,
.mobile05-2 img {
  width: 390px !important;
}

.chatbox1,
.chatbox2 {
  border: 15px solid #000;
  border-width: 15px 12px;
  width: 62%;
  border-radius: 30px;
  box-shadow: 0px 0px 32px 0px rgb(0 0 0 / 10%);
}

@media (min-width: 1441px) {
  .scrollBlock2 {
    display: none;
  }
}

@media (max-width: 1024px) {
  .hero-section h1 {
    width: 100%;
  }

  .scrollBlock2 {
    position: absolute;
    top: 368px;
    left: 3%;
  }

  .health-sector-doc-card img {
    width: 68px !important;
  }

  .happyicon1 {
    top: 38%;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .mobile05 {
    width: 100%;
    flex-direction: column !important;
    align-items: center !important;
  }

  .mobile05 .chatbox1,
  .mobile05 .chatbox2 {
    left: 80px;
  }

  .mobile05-1,
  .mobile05-2 {
    margin-left: 0px;
  }

  .oldworld1 {
    padding: 52px 0px 5px 0;
  }

  .oldworld2 {
    padding: 72px 0px 0 0;
  }

  .oldworld3,
  .oldworld4 {
    padding: 62px 0px 5px 0;
  }

  .newworld1 {
    padding: 68px 0 42px 0px;
  }

  .newworld2,
  .newworld3,
  .newworld4 {
    padding: 78px 0 48px 0px;
  }

  .checkgreenicon {
    left: -28px;
    top: 28%;
  }

  .thumbicon1 {
    top: 18%;
    left: 82%;
  }

  .thumbicon2 {
    top: 20%;
    left: -50px;
  }

  .happyicon1,
  .mobileicon1 {
    left: 82%;
    top: 72%;
  }

  .micicon {
    top: 52%;
    left: 82%;
  }

  .thumbicon4 {
    top: 78%;
  }

  .happyicon2 {
    left: -32px;
    top: 58% !important;
  }

  .checkblueicon {
    left: 92%;
    top: 58%;
  }

  .teamsicon1 {
    width: 75px;
    height: 75px;
    position: absolute;
    left: -12%;
    top: 80%;
  }

  .mobils-main {
    flex-direction: column;

    .chatbox-x {
      align-items: center;
    }
  }

  .block50 {
    width: 100%;
    float: center;
  }

  .health-sector-doc-card img {
    width: 58px !important;
  }

  .items1 {
    order: 2;
  }

  .items2 {
    order: 2;
  }

  .differentiators-cards {
    display: flex;
    gap: 0px;
    flex-direction: column;
  }

  .differentiators-cards .boxhover1 {
    width: 100%;
  }

  .boxhover h2 {
    margin: 0 !important;
  }

  .p20 {
    padding: 10px;
    display: block;
  }

  .pl {
    padding: 10px 0px;
  }

  .pr {
    padding: 10px 0px;
  }

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

  .block33 {
    width: 100%;
    float: left;
  }

  .h {
    height: auto;
  }

  #slideImage1 {
    display: none;
  }

  #slideImage2 {
    display: none;
  }

  .future-service-section {
    display: flex !important;
    flex-direction: column !important;
  }

  .future-service-section .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .future-service-section__img {
    margin-top: 24px;
  }

  .boxhover1 {
    display: block;
  }

  .chatbox1,
  .chatbox .chatbox3 {
    width: 100%;
    top: 0px;
    border-radius: 10px;
    box-shadow: 0px 0px 52px 0px rgb(0 0 0 / 10%);
    position: relative;
  }

  .chatbox {
    background-color: #fff;
    border: 15px solid #000;
    border-width: 15px 10px;
    width: 100%;
    border-radius: 30px;
    box-shadow: 0px 0px 32px 0px rgb(0 0 0 / 10%);
    position: relative;
    top: -1px;
  }

  .chatbox1 {
    width: 100%;
    top: 13px;
    border-radius: 10px;
    box-shadow: 0px 0px 52px 0px rgb(0 0 0 / 10%);
    position: relative;
  }

  .chatbox2,
  .chatbox3 {
    width: 100%;
  }

  .chatbox2 {
    width: 100%;
    position: relative;
    top: 20px;
  }

  .chatbox-x {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .web-top {
    width: 100%;
  }

  .web-bottom {
    width: 90%;
    left: 10px;
  }
}

@media (min-width: 768px) and (max-width: 768px) {

  .web-top,
  .web-bottom {
    width: 100%;
  }

  .web-top1,
  .web-bottom {
    width: 90%;
    left: 10px;
  }

  .chatbox1,
  .chatbox3 {
    width: 48%;
    top: 50px;
  }

  .chatbox {
    width: 48%;
    top: 50px;
  }

  .chatbox2,
  .chatbox3 {
    width: 48%;
  }

  .chatbox2,
  .chatbox-3 {
    width: 48%;
    top: 46px;
    position: relative;
  }

  .sign2 {
    width: 90px;
    height: 90px;
    position: absolute;
    left: -15%;
    top: 22%;
  }

  .car-img {
    width: 350px;
  }

  .chatbox-x {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: flex-start;
  }

  .emoji-2 {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 84%;
    top: 25%;
  }

  .smiley {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 250px;
    top: 380px;
  }

  .smiley2 {
    width: 80px;
    height: 80px;
    position: absolute;
    left: -40px;
    top: 364px;
  }

  .emoji_2 {
    width: 90px;
    height: 90px;
    position: absolute;
    left: -13%;
    top: 33%;
  }
}

@media (min-width: 0px) and (max-width: 480px) {
  .oldworld1 {
    padding: 5px 0px 22px 0;
  }

  .oldworld2 {
    padding: 28px 0px 22px 0;
  }

  .oldworld3,
  .oldworld4 {
    padding: 20px 0px 22px 0;
  }

  .newworld1 {
    padding: 42px 0 42px 0px;
  }

  .newworld2,
  .newworld3,
  .newworld4 {
    padding: 32px 0 32px 0px;
  }

  .acccord-tab2>label:after {
    margin-right: 0;
  }

  .chatbox {
    background-color: #fff;
    border: 15px solid #000;
    border-width: 15px 10px;
    width: 80% !important;
    border-radius: 30px;
    box-shadow: 0px 0px 32px 0px rgb(0 0 0 / 10%);
    position: relative;
    top: -1px;
  }

  .chatbox1 {
    width: 95% !important;
    top: 13px;
    border-radius: 10px;
    box-shadow: 0px 0px 52px 0px rgb(0 0 0 / 10%);
    position: relative;
  }

  .chatbox2 {
    width: 95% !important;
    position: relative;
    top: 20px;
  }

  .emoji {
    width: 80px;
    height: 80px;
    position: absolute;
    left: -40px;
    top: 158px;
  }

  .sign {
    width: 75px;
    height: 75px;
    position: absolute;
    left: 95%;
    top: 41%;
  }

  .sign2 {
    width: 75px;
    height: 75px;
    position: absolute;
    left: -14%;
    top: 20%;
  }

  .emoji-2 {
    width: 80px;
    height: 80px;
    position: absolute;
    left: -40px;
    top: 93px;
  }

  .teamsicon1 {
    width: 80px;
    height: 80px;
    position: absolute;
    left: -12%;
    top: 80%;
  }

  .thumbicon1 {
    width: 75px;
    height: 75px;
    position: absolute;
    left: 88%;
    top: 20%;
  }

  .smiley {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 250px;
    top: 380px;
  }

  .smiley2 {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 240px;
    top: 380px;
  }

  .happyicon1 {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 86%;
    top: 64%;
  }

  .smiley-1 {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 86%;
    top: 55%;
  }

  .mobile05-1 img,
  .mobile05-2 img {
    width: 300px !important;
  }
}

@media (min-width: 0px) and (max-width: 375px) {

  .sadicon1,
  .msgicon1,
  .thumbicon1,
  .checkgreenicon,
  .happyicon1,
  .teamsicon1,
  .msgicon2,
  .sadicon2,
  .thumbicon2,
  .checkblueicon,
  .happyicon2,
  .mobileicon1,
  .micicon,
  .thumbicon4 {
    display: none;
  }

  .mobile05-1 img,
  .mobile05-2 img {
    width: 262px !important;
  }
}

@font-face {
  font-family: "Roboto-Regular";
  src: url(../fonts/RobotoSlab-Regular.ttf);
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}