* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Muli";
}

nav {
  padding-top: 40px;
  position: relative;
  z-index: 100;
}

label.logo {
  font-size: 24px;
  font-weight: 700;
  color: #233348;
}

label.logo span {
  font-size: 26px;
  background: #458ff6;
  border-radius: 50%;
  padding: 2px 11px 2px 11px;
  color: white;
}

nav ul {
  float: right;
  margin-right: 20px;
}

nav ul li {
  display: inline-block;
  line-height: 30px;
}

nav ul li a {
  color: rgb(216, 199, 199);
  font-size: 17px;
  padding-right: 40px;
  text-decoration: none;
}

a.active,
a:hover {
  color: #1f1534;
  transition: 0.5s;
}

.checkbtn {
  font-size: 30px;
  color: #233348;
  float: right;
  line-height: 30px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}

#check {
  display: none;
}

.home-box .left {
  padding-top: 80px;
  position: relative;
}
.home-box .left h5 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 25px;
  max-width: 427px;
}
.home-box .left p {
  /* font-family: Muli; */
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 45px;
  color: #7d7987;
  max-width: 445px;
}
.home-box .left button {
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0em;
  text-align: left;
  cursor: pointer;
  padding: 3px 40px 1px 40px;
  background: #458ff6;
  color: #ffffff;
  border-radius: 55px;
  border: none;
}
.home-box .btn {
  max-width: fit-content;
  padding-bottom: 90px;
}
.home-box .right {
  position: absolute;
  top: 170px;
  right: 17%;
  max-width: 693px;
}

.home-ele {
  position: absolute;
}

#services .bg-1 {
  position: absolute;
  left: 10px;
}
#services .bg-2 {
  position: absolute;
  top: 50%;
  right: -4%;
}
#services .card-y {
  max-width: 1120px;
  position: relative;
}
#services h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 56px;
}
#services p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
#services .card-wraper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 34px;
}
#services .card {
  width: calc(33.33% - 23px);
  background-color: #ffffff;
  border: 1px solid rgb(255, 250, 250);
  border-radius: 20px;
  box-shadow: 10px 40px 50px 0px rgba(229, 233, 246, 0.4);
  padding-left: 39px;
  padding-bottom: 46px;
  padding-top: 54px;
  padding-right: 45px;
}
#services .card img {
  max-width: fit-content;
}
#services .card h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 56px;
  color: #000000;
}
#services .card p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #7d7987;
}
#services .btn2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
  color: #458ff6;
  background: transparent;
  padding: 3px 65px 1px;
  border: 1px solid #458ff6;
  border-radius: 55px;
}

#healthcare .right {
  padding-left: 142px;
}
#healthcare .right h4 {
  font-size: 36px;
  font-weight: 700;
  line-height: 56px;
  max-width: 481px;
}
#healthcare .right p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(125, 121, 135);
}
#healthcare .right button {
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0em;
  color: #458ff6;
  background: transparent;
  padding: 3px 51px 1px;
  border: 1px solid #458ff6;
  border-radius: 55px;
}
#healthcare #healthcare .left {
  display: block;
  margin: auto;
}
#healthcare .hc {
  display: block;
  margin: auto;
}
#healthcare button:hover {
  background-color: #458ff6;
  transition: 1s;
  color: #ffffff;
}

#healthcare .app h4 {
  max-width: 254px;
  padding-top: 70px;
}

#healthcare .app p {
  max-width: 420px;
}

#article {
  position: relative;
  padding-top: 60px;
}
#article .card1 {
  max-width: 350px;
  border: 1px #ffffff;
  box-shadow: 10px 40px 50px 0px rgba(229, 233, 246, 0.4);
}
#article .btn2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
  color: #458ff6;
  background: transparent;
  padding: 3px 65px 1px;
  border: 1px solid #458ff6;
  border-radius: 55px;
}
#article .btn2:hover {
  background-color: #458ff6;
  color: #ffffff;
  transition: 0.6s;
}
#article .ar-img {
  position: absolute;
  right: 20%;
}
#article .row {
  padding-left: 50px;
}
#article .rty {
  position: absolute;
  left: 16%;
  top: 14%;
}

.card-body a {
  text-decoration: none;
}

#footer {
  position: relative;
  margin-top: 251px;
  background: linear-gradient(183.41deg, #67c3f3 -8.57%, #5a98f2 82.96%);
}
#footer a {
  text-decoration: none;
}
#footer .row {
  color: #ffffff;
  margin-left: 60px;
}
#footer .footer-element {
  position: absolute;
  top: -67px;
  right: 91px;
}

#testimonial {
  padding: 70px 0px 0px;
}
#testimonial .container {
  background: linear-gradient(208.18deg, #67c3f3 9.05%, #5a98f2 76.74%);
  max-width: 1120px;
  border-radius: 24px;
}
#testimonial .tital {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  color: #ffffff;
  padding: 64px 297px 30px;
}
#testimonial .test-img,
#testimonial img {
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  max-width: 141px;
}
#testimonial .col1 {
  gap: 20px;
  padding-bottom: 40px;
}
#testimonial .col2 {
  padding-bottom: 40px;
}
#testimonial h4 {
  padding-top: 20px;
  color: #ffffff;
}
#testimonial .col1 h4 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
}
#testimonial .col2 p {
  font-family: Mulish;
  max-width: 420px;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8980392157);
  padding-top: 10px;
}
#testimonial .btnn {
  gap: 30px;
}
#testimonial .btnn img {
  gap: 40px;
  cursor: pointer;
}

@media (max-width: 1920px) {
  .home-box .right {
    text-align: center;
    top: 50px;
    right: 3%;
    max-width: 693px;
  }
  .home-box {
    position: relative;
    display: block;
    margin: auto;
  }
  #healthcare {
    padding-top: 90px;
  }
  #article .ar-img {
    right: 0%;
  }
}
@media (max-width: 1400px) {
  .home-box .right {
    text-align: center;
    top: 110px;
    right: 5%;
    max-width: 500px;
  }
  .home-box {
    position: relative;
    display: block;
    margin: auto;
  }
  #healthcare .right {
    padding-left: 60px;
  }
  #article .row {
    padding-left: 0px;
  }
  #article .rty {
    left: 7%;
    top: 14%;
  }
  #testimonial {
    padding: 20px;
  }
}
@media (max-width: 1069px) {
  label.logo {
    font-size: 22px;
  }
  nav ul li a {
    font-size: 30px;
  }
  .fa {
    font-size: 37px;
  }
  label.logo span {
    font-size: 20px;
    padding: 3px 10px 3px 10px;
  }
  .checkbtn {
    display: block;
    margin-right: 20px;
  }
  .fa {
    font-size: 30px;
  }
  nav {
    padding-top: 20px;
    position: f;
  }
  ul {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: white;
    left: -100%;
    text-align: center;
    transition: all 0.5s;
    margin-top: 0px;
  }
  nav ul li {
    display: block;
    margin: 36px 0;
    line-height: 25px;
  }
  nav ul li a {
    font-size: 25px;
  }
  a:hover,
  a.active {
    background: none;
    color: #000000;
  }
  #check:checked ~ ul {
    left: 0;
  }
  .right img {
    position: unset;
  }
  #article .rty {
    left: 1%;
    top: 14%;
  }
  #footer .footer-element {
    top: -67px;
    right: 50px;
  }
}
@media (max-width: 993px) {
  .home-box .right {
    position: unset;
    text-align: center;
    order: 2;
    display: block;
    margin: auto;
  }
  .home-box {
    display: flex;
    flex-direction: column;
  }
  .home-box .left h5 {
    font-size: 31px;
    opacity: 1;
  }
  .home-box .left p {
    font-size: 20px;
    padding-bottom: 5px;
  }
  .home-box .btn {
    padding-bottom: 40px;
  }
  .home-box .left button {
    font-size: 14px;
    font-weight: 500;
    padding: 1px 30px;
  }
  #healthcare .right {
    padding-left: 44px;
  }
  #healthcare .right h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }
  #healthcare .right p {
    font-size: 14px;
    line-height: 25px;
  }
  #healthcare .right button {
    font-size: 15px;
    line-height: 50px;
    padding: 3px 30px 1px;
  }
  .right button {
    margin-bottom: 40px;
  }
  .ar {
    display: flex;
    justify-content: center;
  }
  #article .btn2 {
    font-size: 15px;
    font-weight: 600;
    padding: 0px 35px;
  }
  .ar-img {
    top: 350px;
  }
  #article .rty {
    left: 3%;
    top: 8%;
  }
  #footer .row {
    text-align: center;
    margin: 0px;
  }
  #footer {
    margin-top: 75px;
  }
  #footer .footer-element {
    top: -67px;
    right: 20px;
  }
  #testimonial .tital {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    color: #ffffff;
    padding: 9px 10px 0px;
  }
  #services .card {
    width: calc(50% - 90px);
    padding-left: 22px;
    padding-bottom: 10px;
    padding-top: 20px;
    padding-right: 30px;
  }
  #services .btn2 {
    font-size: 15px;
    line-height: 50px;
    padding: 3px 45px 1px;
  }
  #services .bg-2 {
    right: 0;
  }
}
@media (max-width: 768px) {
  .home-box .left {
    padding-top: 45px;
    display: grid;
    place-items: center;
  }
  .home-box .left h5 {
    text-align: center;
  }
  .home-box .left p {
    text-align: center;
  }
  #healthcare .right {
    order: -1;
  }
  #healthcare {
    padding: 10px;
  }
  #healthcare .right {
    padding: 0px;
    padding-top: 0px;
    display: grid;
    place-items: center;
  }
  #healthcare .right h4 {
    text-align: center;
  }
  #healthcare .right p {
    text-align: center;
  }
  .ar {
    display: grid;
  }
  #article .rty {
    left: 3%;
    top: 8%;
  }
  #footer .footer-element {
    top: -67px;
    right: 14px;
  }
  #testimonial .tital {
    font-size: 27px;
  }
  #testimonial .col1 {
    gap: 60px;
    margin: 0;
    padding: 0;
  }
  #testimonial .col2 {
    margin: 0;
    padding: 0;
  }
  #testimonial .col2 p {
    text-align: center;
  }
  #testimonial .test-img {
    max-width: 105px;
    border-radius: none;
    border: none;
  }
  #services .card {
    width: calc(75% - 45px);
    padding-left: 22px;
    padding-bottom: 10px;
    padding-top: 20px;
    padding-right: 30px;
    display: grid;
    place-items: center;
  }
  #services .card p {
    text-align: center;
  }
  #services h2 {
    margin-top: 40px;
    font-size: 32px;
    line-height: 35px;
  }
  #services .btn2 {
    font-size: 15px;
    line-height: 50px;
    padding: 3px 30px 1px;
  }
}
@media (max-width: 425px) {
  #testimonial .tital {
    font-size: 20px;
    line-height: 25px;
  }
  #testimonial .col1 {
    gap: 20px;
  }
  #testimonial img {
    max-width: 71px;
  }
  #testimonial .col2 p {
    max-width: 270px;
    font-size: 15px;
    line-height: 27px;
  }
  #testimonial h4 {
    font-size: 17px;
  }
  #services h2 {
    margin-top: 40px;
    line-height: 20px;
    font-size: 25px;
  }
  #services p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0;
  }
  #services .card {
    width: calc(95% - 0px);
    padding-left: 22px;
    padding-bottom: 10px;
    padding-top: 20px;
    padding-right: 30px;
  }
  #services .card p {
    font-size: 12px;
    line-height: 20px;
  }
  #services .card img {
    max-width: 70px;
  }
  #services .btn2 {
    font-size: 15px;
    line-height: 50px;
    padding: 3px 30px 1px;
  }
}/*# sourceMappingURL=style.css.map */