.blank-page-1 .page-header {
  font-family: "Urbanist-SemiBold";
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #1e0a4a;
  margin-bottom: 16px;
}

.blank-page-1 .page-description {
  font-family: "Urbanist-Medium";
  font-size: calc(13px + 3.6 * ((100vw - 992px) / 448));
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: center;
  color: #4d4d4d;
  margin-bottom: 32px;
}

/* Home Css*/

.home-container {
  width: 100%;
  position: relative;
}

.home-container .banner-home {
  padding-top: 140px;
  display: flex;
  background-color: #e6f5f2;
  justify-content: space-between;
  margin-bottom: 7.639vw;
}

.home-container .left-wrapper {
  padding-left: 5.5vw;
  padding-bottom: 5.5vw;
  width: auto;
}

.home-container .home-header {
  margin: 0 0 2.222vw;
  font-family: "Urbanist-SemiBold";
  font-size: calc(30px + 19 * ((100vw - 768px) / 672));
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.16;
  letter-spacing: normal;
  text-align: left;
  color: #1e0a4a;
}

.home-header-w {
  width: 87%;
}

.home-description-w {
  width: 60%;
}

.home-container .home-description {
  font-family: "Urbanist-Medium";
  font-size: calc(14px + 1.6 * ((100vw - 992px) / 448));
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #4d4d4d;
  margin-bottom: 2.778vw;
}

.home-container .banner-label {
  padding: 2.222vw 4.167vw 2.917vw 5.5vw;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  background-color: #31b49a;
  display: flex;
  border-radius: 0 30px 0 0;
  align-items: center;
  justify-content: space-between;
  width: 66%;
}

.avatar-stat {
  border-radius: 12px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 13px 12px;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 1;
  display: none;
}

.stat-position-1 {
  top: 30%;
  left: -10%;
}

.stat-position-2 {
  right: 9%;
  bottom: 8%;
}

.stat-wrapper {
  margin-left: 10px;
}

.stat-header {
  font-family: "Urbanist-SemiBold";
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.stat-description {
  font-family: "Urbanist-Medium";
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #4d4d4d;
}

.stat-description {
  display: flex;
  align-items: center;
  padding: 1px 0;
}

.home-container .label-wrapper {
  display: inline-block;
}

.home-container .label-wrapper:last-child {
  padding-right: 0;
}

.home-container .label-header {
  font-family: "Urbanist-Medium";
  font-size: calc(13px + 3.6 * ((100vw - 992px) / 448));
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: #bffff4;
  padding-bottom: 12px;
}

.home-container .label-value {
  text-shadow: 0 1px 4px rgba(0, 109, 89, 0.1);
  font-family: "Urbanist-Bold";
  font-size: calc(24px + 18 * ((100vw - 768px) / 672));
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.67;
  letter-spacing: 0.84px;
  text-align: left;
  color: #fff;
}

.home-container .banner-right {
  margin-top: auto;
}

.banner-img-wapper .banner-img {
  width: 100%;
  height: 100%;
  display: flex;
}

.banner-img-wapper {
  padding-right: 34px;
  width: 46.181vw;
  margin-left: auto;
  position: relative;
}

.home-container .banner-left {
  display: flex;
  flex-direction: column;
  justify-content: end;
  justify-content: flex-end;
  width: auto;
}

.partners-wrapper {
  padding: 0 5.556vw 5.639vw;
  overflow-x: hidden;
}

.about-container .partners-wrapper {
  padding-bottom: 0.639vw;
}

.partners-wrapper .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.partners-wrapper .owl-theme .owl-dots {
  display: none;
}
.partner-link {
  margin: 0 10px;
}

.home-container section h2 {
  font-family: "Urbanist-SemiBold";
  font-size: calc(24px + 10 * ((100vw - 992px) / 448));
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #1e0a4a;
  margin: 0 0 24px;
}

.partner-img-wrap img {
  width: 60% !important;
  margin: auto;
  object-fit: none;
}
.partner-img-wrap a {
  margin: 10px;
  display: block;
  width: 100%;
}

.home-container .cards-wrapper,
.about-container .cards-wrapper,
.privilages-section .privilages-wrapper,
.features-section .cards-wrapper,
.why-avatar-wrapper .cards-wrapper,
.apply-now-cards-wrap .cards-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5.639vw;
  padding: 0 5.5vw;
  cursor: pointer;
}

.home-container .cards,
.about-container .cards,
.privilages-section .privilages,
.features-section .cards,
.why-avatar-wrapper .cards,
.apply-now-cards-wrap .cards {
  padding: 1.667vw;
  border-radius: 20px;
  max-width: 300px;
  width: 20%;
}

.home-container .cards:nth-child(1),
.features-section .cards:nth-child(1) {
  background-color: #e2ecfb;
}
.home-container .cards:nth-child(2),
.features-section .cards:nth-child(2) {
  background-color: #fef5e5;
}
.home-container .cards:nth-child(3),
.features-section .cards:nth-child(3) {
  background-color: #e7f8f0;
}
.home-container .cards:nth-child(4),
.features-section .cards:nth-child(4) {
  background-color: #ffecee;
}

.home-container .card-header,
.about-container .card-header,
.privilages-section .card-header,
.features-section .card-header,
.why-avatar-wrapper .card-header,
.apply-now-cards-wrap .card-header {
  font-family: "Urbanist-SemiBold";
  font-size: calc(16px + 8 * ((100vw - 992px) / 448));
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #1e0a4a;
  padding-bottom: 8px;
}

.home-container .card-desc,
.about-container .card-desc,
.privilages-section .card-desc,
.features-section .card-desc,
.why-avatar-wrapper .card-desc,
.apply-now-cards-wrap .card-desc {
  font-family: "Urbanist-Medium";
  font-size: calc(13px + 3.6 * ((100vw - 992px) / 448));
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #4d4d4d;
  margin: 8px 0 10px;
}

.features-section h2 {
  line-height: 1.5 !important;
  margin-bottom: 40px !important;
}

.features-section .card-img {
  border-radius: 12px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-bottom: 20px;
}

.features-section .cards .img-static,
.features-section .cards:hover .img-hover {
  display: block;
  margin-bottom: 16px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.features-section .cards:hover .img-static,
.features-section .cards .img-hover {
  display: none;
}

.features-section .cards p {
  margin: 0;
}

.who-we-wrapper {
  display: flex;
  background-color: #f2f9ff;
  padding: 0 80px 0 21px;
  justify-content: space-between;
  margin-bottom: 110px;
}

.who-we-wrapper .section-left img {
  width: 100%;
  height: 100%;
  display: block;
}

.who-we-wrapper .section-left {
  width: 37.292vw;
  height: 100%;
  margin: auto;
}

.who-we-wrapper .section-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 2vw 0 2vw 12.5vw;
  width: 46%;
}

.whoWeAre-subHeader {
  padding-bottom: 6px;
  text-align: left !important;
}

.who-we-wrapper .section-description {
  font-family: "Urbanist-Medium";
  font-size: calc(13px + 3.6 * ((100vw - 992px) / 448));
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #4d4d4d;
  margin: 0 0 40px;
}

.apply-now .apply-now-wrapper {
  background-color: #ffeee5;
  display: flex;
  justify-content: space-between;
  padding: 0 80px 0 71px;
  height: 31.25vw;
  margin-bottom: 110px;
  position: relative;
}

.apply-now .section-left {
  position: relative;
  width: 100%;
}

.apply-now .section-left img {
  display: block;
  width: 34.5vw;
  position: absolute;
  bottom: 0;
}

.apply-now .section-right {
  padding: 5.764vw 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-items: start;
  justify-content: center;
  width: 100%;
  z-index: 1;
}

.apply-now-wrapper p {
  margin: 0 0 32px;
  font-family: "Urbanist-Medium";
  font-size: calc(14px + 1.6 * ((100vw - 992px) / 448));
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #4d4d4d;
}

.services-section .cards,
.blog-cards-wrapper .cards {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.services-section .cards:hover {
  border-radius: 16px;
  box-shadow: 0 16px 32px 0 rgba(22, 34, 51, 0.1),
    0 4px 12px -4px rgba(22, 34, 51, 0);
}

.services-section .cards > img {
  width: 4.306vw;
  margin-bottom: 1.667vw;
}

.services-section .cards-wrapper,
.services-section .card-header,
.services-section .card-desc {
  text-align: center;
}

.services-section .cards:hover .card-header {
  font-size: calc(17px + 8 * ((100vw - 992px) / 448));
  transition: 0.6s ease;
}
.services-section .card-desc {
  margin-bottom: 24px;
  width: 100%;
}

.services-section .cards:nth-child(1),
.services-section .cards:nth-child(2),
.services-section .cards:nth-child(3),
.services-section .cards:nth-child(4),
.blog-cards-wrapper .cards:nth-child(1),
.blog-cards-wrapper .cards:nth-child(2),
.blog-cards-wrapper .cards:nth-child(3),
.blog-cards-wrapper .cards:nth-child(4) {
  background-color: #fff;
}

.learn-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5 !important;
  margin-top: auto;
}

.learn-more-btn img,
.read-more-btn img {
  margin-left: 6px;
}

.home-container .header-desc {
  text-align: center;
  width: 50%;
  margin: 0 auto 56px;
  font-family: "Urbanist-Medium";
  font-size: calc(14px + 1.6 * ((100vw - 992px) / 448));
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #4d4d4d;
}

.blog-cards-wrapper {
  display: flex;
  justify-content: center;
  padding: 0 0 0;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: auto;
}

.read-more-btn {
  display: flex;
  align-items: center;
  line-height: 1.5 !important;
  margin-top: auto;
}

.blog-cards-wrapper .cards {
  max-width: 400px;
  width: 100%;
  margin: 0 1.389vw 3.472vw;
}

.blog-cards-wrapper .card-img {
  position: relative;
  display: flex;
}

.blog-cards-wrapper .card-img img {
  width: 100%;
}

.blog-cards-wrapper .category {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 4px;
  background-color: #ffecee;
  font-family: "Urbanist-Medium";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.14px;
  text-align: left;
  color: #ea6f7c;
  padding: 2px 8px 0px 8px;
}

.blog-cards-wrapper .card-text {
  padding-top: 16px;
  width: 100%;
}

.blog-cards-wrapper .card-header {
  font-family: "Urbanist-Bold";
  font-size: calc(17px + 3 * ((100vw - 769px) / (1440 - 769)));
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: normal;
  text-align: left;
  color: #1e0a4a;
}

.blog-cards-wrapper .blog-date {
  font-family: "Urbanist-Medium";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  padding-bottom: 6px;
}

.blog-cards-wrapper .card-desc {
  font-family: "Urbanist-Medium";
  font-size: calc(14px + 2 * ((100vw - 769px) / (1440 - 769)));
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #4d4d4d;
  margin: 8px 0 0;
}

.articles-section {
  /* display: flex; */
  display: none;
  flex-direction: column;
  align-items: center;
  margin-bottom: 110px;
}

.faq-section {
  padding-bottom: 80px;
}

.faq-section .left-side {
  width: 603px;
  display: block;
}

.faq-section .right-side {
  width: 620px;
  display: block;
}

.faq-section .left-side img {
  width: 100%;
  display: block;
}

.left-right-wrapper {
  display: flex;
  justify-content: space-around;
  padding: 0 80px;
  align-items: center;
}

.faq-list {
  width: 100%;
  list-style: none;
  padding-left: 56px;
}

.faq-list .list-item {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
  padding: 15px 0;
  border-bottom: 1px solid #ededed;
  cursor: pointer;
}

.question-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.question-part::after {
  content: "";
  background-image: url("../images/svg/add.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.active.question-part::after {
  content: "";
  background-image: url("../images/svg/minus-cirlce.svg");
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
}

.answer-part {
  font-family: "Urbanist-Medium";
  font-size: calc(14px + 2 * ((100vw - 992px) / 448));
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #4d4d4d;
  width: 96%;
  display: none;
}

.question-item {
  font-family: "Urbanist-SemiBold";
  font-size: calc(13px + 3.6 * ((100vw - 992px) / 448));
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #1e0a4a;
}

.testimonials-section {
  background-color: #fafafa;
  padding: 56px 40px 40px;
  margin-bottom: 70px;
  position: relative;
  overflow-x: hidden;
}

.edge-pattern {
  position: absolute;
}

.edge-pattern.right {
  right: 0;
  top: 0;
}
.edge-pattern.left {
  left: 0;
  bottom: 0;
}

.edge-pattern.bottom-right {
  right: 0;
  bottom: 0;
  z-index: 0;
}

.slider-container .template {
  min-width: 400px !important;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 16px 24px 0 rgba(22, 34, 51, 0.03);
  background-color: #fff;
  padding: 2.083vw 1.667vw;
  box-sizing: border-box;
  position: relative !important;
  max-width: 1000px;
  margin: 0 3vw;
}

@media screen and (min-width: 769px) and (max-width: 900px) {
  .slider-container .template {
    max-width: 2%;
  }
}

@media screen and (min-width: 901px) and (max-width: 1200px) {
  .slider-container .template {
    max-width: 3%;
  }
}

.slick-initialized .slick-slide {
  display: flex !important;
  flex-direction: column;
  align-items: self-start;
  justify-content: end;
}

.testimonial-marker {
  width: 68px;
  height: 68px;
  border-radius: 10px;
  top: -25px;
  position: absolute;
  left: 10px;
}

.testimonial-marker img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.user-testimonial {
  font-family: "Urbanist-Medium";
  font-size: calc(13px + 3.6 * ((100vw - 992px) / 448));
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #4d4d4d;
  padding: 42px 8px 4px;
  margin: auto 0;
}

.testimonial-text-wrap {
  padding-bottom: 20px;
  margin: auto 0;
}

.testimonial-marker::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 57px;
  opacity: 0.4;
  border-radius: 10px;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  background-color: #8e66e1;
  top: 10px;
}

.user-details {
  display: flex;
  padding: 24px 0 5px 0;
  width: 100%;
  border-top: 1px solid #ededed;
}

.user-img {
  display: block;
}

.user-img-size {
  width: 72px !important;
  height: 72px;
  border-radius: 8px;
}

.user-name,
.user-address {
  padding-left: 16px;
}

.user-name {
  font-family: "Urbanist-Bold";
  font-size: calc(13px + 3.6 * ((100vw - 992px) / 448));
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #4d4d4d;
}

.user-desig {
  font-size: calc(10px + 3.6 * ((100vw - 992px) / 448));
  font-weight: normal;
  font-family: "Urbanist-Medium";
  line-height: normal;
}

.user-address {
  font-family: "Urbanist-Medium";
  font-size: calc(13px + 3.6 * ((100vw - 992px) / 448));
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: rgba(77, 77, 77, 0.7);
}

.slick-track {
  display: flex !important;
  /* justify-content: space-between; */
  padding-top: 26px;
  /* margin-left: -6px !important; */
}

.slick-list {
  margin: 0 40px;
}

.slick-dots {
  bottom: -38px !important;
}

.slick-dots li button::before {
  font-size: 12px !important;
  opacity: 1;
  color: rgba(112, 102, 225, 0.3) !important;
}
.slick-dots li.slick-active button::before {
  opacity: 1 !important;
  color: #7066e1 !important;
}

/* .slick-arrow.slick-disabled {
  display: none !important;
} */

.slick-next,
.slick-prev {
  font-size: 32px !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50%;
  box-shadow: 0 4px 8px 0 rgba(22, 34, 51, 0.1);
  background-color: #fff !important;
}

.slick-next {
  transform: rotate(270deg) !important;
}

.slick-prev {
  transform: rotate(90deg) !important;
}

.slick-next::before,
.slick-prev::before {
  width: 18px;
  height: 18px;
  font-size: 32px !important;
  border-radius: 50%;
  background-image: url("../images/svg/angle-down-solid.svg");
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
}

.slick-next::before {
  top: 3px;
  left: 2px;
  right: 0;
  bottom: 0;
}

.slick-prev::before {
  top: 3px;
  left: 3px;
  right: 0;
  bottom: 0;
}

.slick-prev {
  left: 0 !important;
  z-index: 1;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px !important;
  margin-top: 44px;
}

.slick-next {
  right: 0 !important;
}

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 1;
}

.slick-prev::before,
.slick-next::before {
  content: "" !important;
}

.home-container .show-more-btn,
.philp-nurse-container .show-more-btn {
  display: flex;
  font-size: calc(13px + 3.6 * ((100vw - 992px) / 448)) !important;
  cursor: pointer;
  margin: 0 4px;
}

@media screen and (max-width: 1200px) {
  .testimonials-section {
    padding: 56px 20px 40px;
  }
}

@media screen and (max-width: 768px) {
  .banner-home {
    flex-direction: column;
  }

  .home-container .home-header {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .home-header-w,
  .home-description-w {
    width: auto;
  }

  .home-container .home-description {
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
  }

  .home-container .banner-home {
    padding-top: 90px;
  }

  .home-container .label-value {
    font-size: 24px;
  }

  .home-container .left-wrapper {
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
  }

  .home-container .label-header {
    font-size: 12px;
  }

  .btn-primary {
    margin: auto !important;
    font-size: 12px !important;
  }

  .home-container .banner-label {
    border-radius: 0;
    padding: 16px;
    box-sizing: border-box;
    width: 100%;
  }

  .banner-img-wapper {
    padding-right: 0;
    width: 75%;
    margin: auto;
    margin-top: 20px;
    max-width: 500px;
  }

  .avatar-stat {
    padding: 10px;
  }

  .stat-header {
    font-size: 14px;
  }

  .stat-description {
    font-size: 14px;
  }

  .stat-img {
    width: 30px;
  }

  .stat-position-1 {
    top: 38%;
    left: auto;
    right: 30%;
  }

  .stat-position-2 {
    left: 40%;
    bottom: 5%;
    right: auto;
  }

  .home-container section h2 {
    font-size: 24px;
    text-align: center !important;
  }

  .header-header {
    font-size: 18px;
  }

  .partner-img-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .partner-img-wrap a {
    flex: 0 0 122px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .partner-img-wrap a {
    flex: auto !important;
    width: auto !important;
  }

  .partner-img-wrap img {
    margin: auto;
    width: 75% !important;
  }

  .services-section {
    padding: 0 20px;
  }

  .features-section .cards-wrapper,
  .about-container .cards-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    gap: 2%;
  }

  .home-container .cards,
  .about-container .cards,
  .privilages-section .privilages,
  .features-section .cards,
  .apply-now-cards-wrap .cards {
    width: 45%;
    margin-bottom: 10px;
    padding: 16px;
    box-sizing: border-box;
  }

  .features-section .cards .img-static,
  .features-section .cards:hover .img-hover {
    width: 60px !important;
  }

  .features-section .cards img {
    /* width: 45%; */
    width: 50px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 12px;
  }

  .home-container .card-header,
  .about-container .card-header,
  .privilages-section .card-header,
  .features-section .card-header,
  .why-avatar-wrapper .card-header,
  .apply-now-cards-wrap .card-header {
    font-size: 16px !important;
    line-height: 1;
  }

  .home-container .card-desc,
  .about-container .card-desc,
  .privilages-section .card-desc,
  .features-section .card-desc,
  .why-avatar-wrapper .card-desc,
  .apply-now-cards-wrap .card-desc {
    font-size: 14px !important;
    margin: 8px 0 0;
  }

  .home-container .cards-wrapper,
  .about-container .cards-wrapper,
  .privilages-section .privilages,
  .features-section .cards-wrapper,
  .why-avatar-wrapper .cards-wrapper,
  .apply-now-cards-wrap .cards-wrapper {
    margin-bottom: 30px !important;
    padding: 0 20px;
  }

  .home-container .cards-wrapper,
  .about-container .cards-wrapper,
  .privilages-section .privilages-wrapper,
  .features-section .cards-wrapper {
    margin-bottom: 40px;
  }

  .who-we-wrapper {
    flex-direction: column-reverse;
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .who-we-wrapper .section-right {
    width: 100%;
    padding: 0;
    align-items: center;
  }

  .who-we-wrapper .section-description {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }

  .who-we-wrapper .section-left {
    width: 55%;
  }

  .blog-cards-wrapper .card-header {
    font-size: 16px;
  }

  .blog-cards-wrapper .card-desc {
    font-size: 14px;
  }

  .blog-cards-wrapper .cards {
    margin: 0 10px 30px;
  }

  .blog-cards-wrapper .cards {
    max-width: 270px;
  }

  .services-section .cards > img {
    width: 50px;
    margin-bottom: 16px;
  }

  .services-section .cards-wrapper {
    padding: 0;
    flex-wrap: wrap;
  }

  .learn-more-btn {
    font-size: 14px !important;
  }

  .apply-now .apply-now-wrapper {
    height: auto;
    padding: 0 20px;
    margin-bottom: 40px;
    flex-direction: column-reverse;
    box-sizing: border-box;
  }

  .apply-now-wrapper {
    font-size: 14px !important;
    text-align: center !important;
    width: 100%;
    margin: auto;
  }

  .apply-now .section-right {
    z-index: 1;
    padding: 20px 0;
    align-items: center;
  }

  .apply-now .section-right .section-description {
    text-align: center;
    font-size: 14px;
  }

  .apply-now .section-left img {
    position: relative;
    width: 100%;
  }

  .apply-now .section-left {
    position: relative;
    width: 65%;
    margin: auto;
    overflow-y: auto;
  }

  .edge-pattern.bottom-right {
    top: 0;
  }

  .testimonials-section {
    padding-top: 40px !important;
  }

  .edge-pattern.right,
  .edge-pattern .left {
    z-index: -1;
  }

  .slider-container .template {
    padding: 18px;
    width: 300px !important;
  }

  .user-testimonial {
    font-size: 14px !important;
    padding-top: 40px;
  }

  .user-name {
    font-size: 13px;
  }

  .user-desig {
    font-size: 12px;
  }

  .user-address {
    font-size: 12px;
  }

  .home-container .header-desc {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .faq-section {
    padding: 0 20px 40px;
  }

  .left-right-wrapper,
  .faq-list {
    padding: 0;
  }

  .left-right-wrapper {
    flex-direction: column;
  }

  .faq-section .left-side {
    width: 100%;
    margin: auto;
    max-width: 500px;
    overflow-y: auto;
  }

  .faq-section .right-side {
    width: 100%;
  }

  .question-item {
    font-size: 13px;
    width: 90%;
  }

  .answer-part {
    font-size: 14px;
  }

  .home-container .show-more-btn,
  .philp-nurse-container .show-more-btn {
    font-size: 13px !important;
    margin: 0 !important;
  }
}

@media screen and (max-width: 360px) {
  .avatar-stat {
    padding: 4px;
  }

  .stat-position-1 {
    right: 26%;
  }
}

@media screen and (max-width: 320px) {
  .testimonials-section {
    padding: 40px 0;
  }
}

@media screen and (max-width: 1000px) {
  .blog-cards-wrapper .cards {
    max-width: 300px;
  }
}

@media screen and (max-width: 580px) {
  .blog-cards-wrapper .cards {
    max-width: 370px;
  }
}

@media screen and (max-width: 449px) {
  .home-container .cards,
  .about-container .cards,
  .privilages-section .privilages,
  .features-section .cards {
    width: 100% !important;
    max-width: 100% !important;
  }

  .privilages-section .privilages {
    padding: 0;
  }

  .features-section .cards .img-static,
  .features-section .cards:hover .img-hover {
    margin: 0 auto 20px;
  }

  .home-container .cards p,
  .about-container .cards p,
  .privilages-section .privilages p,
  .features-section .cards p {
    text-align: center;
  }

  .core-values .cards {
    padding: 0;
  }

  .home-container .card-header,
  .about-container .card-header,
  .privilages-section .card-header,
  .features-section .card-header {
    text-align: center;
    padding: 0 0 12px;
  }

  .home-container .card-desc,
  .about-container .card-desc,
  .privilages-section .card-desc,
  .features-section .card-desc,
  .privilages-section .privilages {
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .services-section .cards-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .home-container .services-section .cards {
    width: 90%;
  }

  .slider-container .template {
    min-width: auto !important;
  }
}
