body {
  font-family: NeueEinstellung-Regular;
}

h1 {
  font-family: NeueEinstellung-Bold;
  font-weight: bold;
  font-size: 64px !important;
  position: relative;
}

/* h1:before{ */
/* position: absolute; */
/* content: ""; */
/* background: #000; */
/* width: 170px; */
/* height: 7px; */
/* bottom: -14px; */

/* } */

h3,
h4 {
  font-family: NeueEinstellung-Regular;
  text-transform: uppercase;
  /* font-weight: bold; */
}

p {
  font-family: NeueEinstellung-Regular;
}

body.fp-viewing-welcome {
  overflow-x: hidden !important;
  height: 100% !important;
}

@font-face {
  font-family: NeueEinstellung-Regular;
  src: url("../font/NeueEinstellung-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: NeueEinstellung-Bold;
  src: url("../font/NeueEinstellung-Bold.otf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: NeueEinstellung-ExtraBold;
  src: url("../font/NeueEinstellung-ExtraBold.otf");
  font-weight: ExtraBold;
  font-style: normal;
}
@font-face {
  font-family: NeueEinstellung-ExtraLight;
  src: url("../font/NeueEinstellung-ExtraLight.otf");
  font-weight: ExtraLight;
  font-style: normal;
}
@font-face {
  font-family: NeueEinstellung-Light;
  src: url("../font/NeueEinstellung-Light.otf");
  font-weight: Light;
  font-style: normal;
}
@font-face {
  font-family: NeueEinstellung-Medium;
  src: url("../font/NeueEinstellung-Medium.otf");
  font-weight: Medium;
  font-style: normal;
}
@font-face {
  font-family: NeueEinstellung-SemiBold;
  src: url("../font/NeueEinstellung-SemiBold.otf");
  font-weight: SemiBold;
  font-style: normal;
}
@font-face {
  font-family: NeueEinstellung-Thin;
  src: url("../font/NeueEinstellung-Medium.otf");
  font-weight: Thin;
  font-style: normal;
}

.welcome {
  background: #0f5a94;
  background-image: url(../images/background/welcome-image-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  /* opacity: 0.4; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
}
.welcome.img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000a6;
}
.background-color-blue {
  background: #0f5a94;
}

.back-overlay {
  position: relative;
}
.back-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}

.bg-video-wrap img {
  width: 100%;
  height: 100%;
}

.back-img {
  position: relative;
  z-index: 1;
}

.back-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/back-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

/* .welcome:before { */
/* position: absolute; */
/* content: ""; */
/* width: 100%; */
/* height: 100%; */
/* background: #0f5a94; */
/* z-index: -1; */
/* } */

/* .welcome-bottom-links { */
/* bottom: 0px; */
/* left: 0px; */
/* right: 0px; */
/* margin-bottom: 50px; */
/* position: absolute; */
/* } */

.welcome-bottom-links .bt-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.welcome-bottom-links .bt-links .lists {
  margin: 10px;
}

.welcome-bottom-links .bt-links .lists .border-line {
  border-right: 1px solid #ffffff;
}
.welcome-bottom-links .bt-links .lists p {
  padding-right: 40px;
  padding-left: 20px;
  font-size: 1.5625rem;
}

img.connect-img {
  width: 30px;
}

.bt-links p {
  color: white;
}
/* .di-content h1 { */
/* text-align: center; */
/* } */

p.para.bg-red {
  border-radius: 3px;
}

.service-bottom .service-item-03 .service-img {
  overflow: hidden;
  border-radius: 10px;
  /*border: 1px solid #dddddd; */
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px,
    rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}

.service-bottom .service-item-03 .service-img img {
  transition: all 0.3s linear;
  height: 170px;
  width: 100%;
  /* object-fit: cover; */
}
.service-bottom .service-item-03 .service-text {
  background: #ffffffe0;
  background: #ffffff;
  padding: 14px 25px;
  border-radius: 0px;
  padding-left: 20px;
  position: relative;
  margin-top: -34px;
  width: 200px;
  transition: all 0.3s linear;
  z-index: 1;
}
.service-bottom .service-item-03 .service-text .title {
  font-size: 19px;
  line-height: 27px;
  font-weight: 600;
  position: relative;
  margin-bottom: 0;
}
.service-bottom .service-item-03 .service-text .title::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  background: linear-gradient(-160deg, #43baff 0%, #7141b1 100%);
  width: 3px;
  height: 36px;
  transform: translateY(-50%);
}

.service-bottom {
  padding: 0 65px;
}

.service-item-03 {
  padding-bottom: 50px;
}

p.para {
  color: #0f5a94;
  font-weight: 500;
}

.color-blue {
  color: #0f5a94;
}

.di-content .heading {
  font-family: NeueEinstellung-Bold;
  font-weight: bold;
  font-size: 64px !important;

  position: relative;
  margin-bottom: 30px;
}
.leadership-content h1 {
  text-transform: uppercase;
  padding-left: 52px;
  font-size: 54px !important;
  margin-bottom: 35px !important;
  /* font-family: Renogare; */
  font-family: NeueEinstellung-Bold;
  font-weight: bold;
  position: relative;
}

.di-content .heading:before {
  position: absolute;
  content: "";
  background: #000;
  width: 170px;
  height: 7px;
  bottom: -7px;
  left: 0;
}

.heading-2 {
  padding-left: 35px;
  padding-bottom: 8px;
}

.mission-statement ul li {
  list-style: disc;
  padding-bottom: 8px;
}

.mission-statement {
  margin-top: 30px;
}

.Custom_imagebck {
  position: relative;
}

.Custom_circle {
  width: 100px;
  height: 100px;
  border: 2px dashed #6b6b6b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #00558a00;
}

.sections.Even-child:nth-child(even) {
  background: #edeff0;
}
.services-section .box-img img {
  width: 40px;
}

.img_content img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.leader-flex {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 30px;
}
img.lumisity {
  mix-blend-mode: luminosity;
}

.engg-section .section-icon {
}

.engg-section:after {
  position: absolute;
  content: "";
  background: #0f5a94;
  width: 3px;
  height: 34px;
  top: 24px;
  left: 76px;
}

li.bg-red.text-white.text-li.text-desk {
  background: #0f5a94;
}

li.bg-red.text-white.text-li.text-desk .text-center.text-uppercase {
  font-family: NeueEinstellung-Bold;
  font-weight: bold;
  font-size: 35px;
}

.topbar__social a {
  display: inline-block;
  color: #f9f5f4;
  font-size: 16px;
  /* padding-right: 10px; */
  padding-top: 4px;
  margin-right: 6px;
  width: 35px;
  height: 35px;
  border: 2px solid white;
  border-radius: 50%;
  margin-bottom: 20px;
}

.topbar__social {
  text-align: center;
}

.Brij-care-section {
  display: grid;
  grid-template-columns: 45% 48%;
  gap: 7%;
  align-items: center;
}

.Brij-text-section p {
  font-size: 20px;
}

.brij-children {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 5px;
  position: relative;
  border-radius: 6px;
  border: 7px solid #ffffff;
}

.child-images {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.brij-children img {
  width: 100%;
  /* border-radius: 6px; */
  /* border: 3px solid #fb702f; */
}

.brij-logo img {
  width: 170px;
  margin: 0 auto;
  text-align: center;
}
.brij-logo {
  text-align: center;
  margin-bottom: 20px;
  margin-right: 52px;
}

.brij-children-1 {
  text-align: center;
  /* margin-bottom:20px; */
}

.Brij-img-section {
  padding: 0 60px;
  margin-top: -32px;
}

.bg-image-s .di-content .heading {
  margin-bottom: 0;
}

.bg-image-s p .small-heading {
  padding-bottom: 0;
}

.group-company {
  display: grid;
  grid-template-columns: 35% 30% 35%;
  /* align-items:center; */
}

.left-logo-1 img {
  width: 220px;
}

.left-logo-1 {
  margin-bottom: 18px;
}

.Center-logo .left-logo-1 img {
  width: 450px;
}
.Center-logo {
  /* text-align: left; */
  display: flex;
  justify-content: center;
  /* align-items: center; */
}

.left-logo {
  text-align: center;
  padding-top: 40px;
}

.right-logo {
  text-align: center;
  margin-top: -50px;
}

.right-logo img {
  width: 180px;
}

img.line-1 {
  width: 300px;
}

.left-logo-1 .logo-1 {
  width: 270px;
}

.address h2 {
  color: #0f59a4;
  font-size: 25px;
  font-weight: bolder;
}

.address span {
  font-size: 19px;
  font-weight: 500;
}

.address {
  text-align: center;
  position: relative;
  padding-right: 20px;
  margin-bottom: 20px;
}

.address:after {
  position: absolute;
  content: "";
  width: 3px;
  height: 120px;
  background: #b96f42;
  top: 24px;
  right: -9px;
}

.address.last:last-child:after {
  all: unset;
}

.address span:nth-child(3) {
  color: #b96f42;
}

.our-dna.bg-image-wglobal-presence p {
  justify-content: center;
}

.address.last-6 span {
  color: #000;
}

.quote-img.mx-auto.d-block i {
  font-size: 44px;
  width: 75px;
  height: 75px;
  background: #1580d2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -40px;
  left: 40px;
}
.main-flex li img {
  width: 150px;
  height: 82px;
  object-fit: contain;
  padding: 5px;
}

.main-timeline-section {
  position: relative;
  width: 100%;
  margin: auto;
  height: 500px;
  padding-top: 45px;
}

.content-date.center {
  left: -30px;
}

.main-timeline-section .timeline-start,
.main-timeline-section .timeline-end {
  position: absolute;
  background: #0f5a94;
  border-radius: 100px;
  top: 39%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
.main-timeline-section .timeline-end {
  right: 0px;
}
.main-timeline-section .conference-center-line {
  position: absolute;
  width: 100%;
  height: 5px;
  top: 39%;
  transform: translateY(-50%);
  background: #0f5a94;
}
.timeline-article {
  width: 11.5%;
  position: relative;
  min-height: 300px;
  float: right;
}
.timeline-article .content-date {
  position: absolute;
  top: 35%;
  left: -7px;
  font-size: 18px;
  font-weight: 600;
}
.timeline-article .meta-date {
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #fff;
  border: 2px solid #0f5a94;
}
.timeline-article .content-box {
  /* box-shadow: 2px 2px 4px 0px #c1c1c1; */
  /* border:1px solid #0f5a94; */
  border-radius: 5px;
  /* background-color: #fff; */
  width: 251px;
  position: absolute;
  top: 60%;
  left: -80px;
  padding: 22px 10px;
}
.content-box ul li {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  list-style-type: disclosure-closed;
  line-height: 18px;
}
.content-box p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}
.timeline-article-top .content-box:before {
  content: " ";
  position: absolute;
  left: 94px;
  transform: translateX(-50%);
  top: -15px;
  width: 3px;
  height: 33px;
  background: #0f5a94;
  /* border:10px solid transparent; */
  /* border-bottom-color: #F2635F; */
}
.timeline-article-bottom .content-date {
  top: 59%;
}
.timeline-article-bottom .content-box {
  top: 0%;
}
.content-box.low {
  top: -100px !important;
}

.timeline-article-bottom .content-box:before {
  content: " ";
  position: absolute;
  left: 94px;
  transform: translateX(-50%);
  bottom: -7px;
  width: 3px;
  height: 37px;
  background: #0f5a94;
  /* border:10px solid transparent; */
  /* border-top-color:#F2635F; */
}

.content-box.top.width-extra:before {
  left: 94px;
  top: -15px;
  height: 33px;
}

.content-box.top-1:before {
  height: 30px;
  top: 144px;
  left: 93px;
}
.content-box.top-1 {
  top: -14%;
  /* height: 26px; */
}

.content-box.low.top-2:before {
  height: 94px;
  bottom: -58px;
  left: 94px;
}

.content-box.top-3:before {
  height: 40px;
  bottom: -4px;
  left: 94px;
}

span.heading.font-small {
  font-size: 54px;
}

.content-box.top.width-extra {
  width: 300px;
}

.custom-video-section {
  position: relative;
  height: 800px;
  object-fit: cover;
  margin-top: 50px;
}
.background-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  top: 33px;
  left: 0;
  z-index: 1;
  opacity: 0.3;
}

#myVideo {
  position: relative;
  min-width: 100%;
  min-height: 100%;
  /* height: 850px; */
  width: 100%;
}
.colo-black {
  color: black;
}

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
  width: 100%;
  object-fit: cover;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.7) 50%
  );
  background-size: 3px 3px;
  z-index: 2;
}

.cer-left {
  padding-right: 80px;
}
ul.certifications-list {
  padding-left: 0;
}

.leadership-content h1:before {
  position: absolute;
  content: "";
  background: #000;
  width: 170px;
  height: 6px;
  bottom: -14px;
}

.servie_head_title:before {
  position: absolute;
  content: "";
  background: #000;
  width: 170px;
  height: 7px;
  bottom: 4px;
}

.engagement-heading h1 {
  position: relative;
}
.engagement-heading h1:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 170px;
  height: 7px;
  bottom: -14px;
}
p.ac {
  padding-bottom: 10px !important;
}

.technology-expertise h1 {
  position: relative;
}

/*.technology-expertise h1:before{
	position: absolute;
    content: "";
    background: #000;
    width: 170px;
    height: 7px;
    bottom: -14px;
   
}*/

.end-time {
  position: relative;
}
.content-date-end {
  position: absolute;
  top: -37px;
  right: -4px;
  font-size: 18px;
  font-weight: 600;
}

.end-time .content-box1 :before {
  content: " ";
  position: absolute;
  left: 33px;
  transform: translateX(-50%);
  top: -36px;
  width: 3px;
  height: 33px;
  background: #0f5a94;
}
.content-box1 {
  position: absolute;
  bottom: -115px;
  left: -17px;
  font-size: 17px;
  font-weight: 600;
}
.certifications-img img {
  width: 100%;
}

.certification-section .certification-section-sec h1 {
  font-size: 37px !important;
  position: relative;
  margin-bottom: 36%;
  color: white;
}
.align-end {
  align-items: flex-end;
}

.happy-people-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  align-items: center;
  position: relative;
  border: 8px solid white;
}

.our-dna.happy-people img {
  width: 100%;
  /* height: 160px;  */
  /* object-fit: cover;  */
  /* mix-blend-mode: luminosity; */
}
.our-dna.happy-people {
  padding: 3% 5%;
  justify-content: center;
}

.happy-people-grid h1 {
  position: absolute;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  color: white;
  background: #0f5a94;
  text-align: center;
  padding: 10px;
  font-size: 30px !important;
}

img.rotate-img {
  transform: scaleX(-1);
}
.technology-expertise .main-ul li img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 70px;
  mix-blend-mode: luminosity;
}
.webmobril-logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  height: 100%;
}
.webmobril-logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  height: 100%;
  align-items: baseline;
  padding: 50px 0 40px 70px;
}
.web-logo {
  width: 420px;
  margin-left: 0 !important;
}
.center-text span {
  border-bottom: 1px solid white;
  font-size: 20px;
  /* margin-bottom: 20px; */
}
.center-text {
  color: white;
}
.center-text h4 {
  font-size: 40px;
  width: 60%;
  font-weight: 800;
  margin-top: 15px;
  text-transform: capitalize;
}

.welcome-bottom-links span {
  font-size: 15px;
  color: white;
}

/*******************/

.Clientele-heading h1 {
  color: #000;
  font-size: 4.039375rem;
  padding-top: 10px;
  text-transform: uppercase;
  position: relative;
}
.Clientele-heading h1:before {
  position: absolute;
  content: "";
  background: #000;
  width: 170px;
  height: 7px;
  bottom: -14px;
}

.Case-Studies {
  height: 100%;
  background-image: url(../images/health-care.jpg),
    linear-gradient(rgb(0 0 0 / 79%), rgb(0 0 0 / 60%));
  background-blend-mode: overlay;
  background-position: bottom;
  background-size: cover;
  position: relative;
}
.aiCase-Studies {
  height: 100%;
  background-image: url(https://marketing.webmobrilinc.com/wp-content/themes/hello-elementor/assets/images/case_study.jpg),
    linear-gradient(rgb(0 0 0 / 79%), rgb(0 0 0 / 60%));
  background-blend-mode: overlay;
  background-position: bottom;
  background-size: cover;
  position: relative;
}
.Case-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Case-text h1 {
  color: #fff;
}
.index-box {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  justify-content:center;
}
.EMR-EHR {
  border: 1px solid lightgray;
  border: 1px solid rgba(112, 112, 112, 0.3);
  height: 140px;
  background: #f7f7f7;
  border-radius: 5px;
  position: relative;
  padding: 3px 10px;
}

.index-f {
  display: flex;
  height: 100%;
  align-items: center;
}
.index-sec {
  height: 100%;
  position: relative;
}
.bg-col {
  content: "";
  height: 100%;
  width: 38%;
  /* background: #0f5a94; */
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
}
.index-sec h2 {
  color: #fff;
  padding: 40px 0 0 80px;
  font-size: 50px;
  position: absolute;
}
.EMR-EHR h5 {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  /* margin-left: 20px; */
  text-align: center;
}
.EMR-EHR h5 {
  font-size: 20px;
  font-weight: 600;
}

.digit {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: #0f5a94;
  border-bottom: 2px solid #0f5a94;
}

.quick-facts {
  display: flex;
  height: 100%;
}
.bg-light-gray {
  background-color: #edeff0;
}
.bg-dark-gray {
  background-color: #dfe0e2;
}
.quick-facts .slide1 {
  flex-basis: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: #0f5a94;
  color: #fff;
  height: 100%;
  position: relative;
}

h1.about-sec {
  font-size: 46px !important;
  text-align: center;
}

h1.text-light {
  /* text-align: center; */
  font-size: 43px !important;
}
.quick-facts .slide1 .top-heading {
  padding: 42px;
}
.quick-facts .slide1 h1 {
  font-size: 4.19125rem;
  font-family: NeueEinstellung-Bold;
  font-weight: bold;
  text-transform: uppercase;
}
.quick-facts .slide1 .top-heading p {
  line-height: 1.3em;
  letter-spacing: 2px;
  font-size: 20px;
}
.quick-facts .slide1 hr {
  border: 0.8px solid #fff;
}
.quick-facts .slide1 .bottom-facts .card {
  padding: 10px 10px 20px;
  border-radius: 0px;
  background-color: #0f5a94;
  border: none;
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
}

.bottom-facts h2 {
  font-size: 61px;
}

.quick-facts .slide1 .bottom-facts .card sup {
  top: -0.3em;
}
.quick-facts .slide1 .bottom-facts .cmmilevel {
  background-color: #0f5a94;
  margin: 0;
  padding: 20px 0px;
}
.bottom-facts h2 {
  /* font-size: 3.206875rem; */
  margin-right: 10px;
  position: relative;
}
.bottom-facts h2 span {
  position: absolute;
  font-size: 34px;
  top: 5px;
}
.quick-facts .slide1 .bottom-facts .card .card-text {
  font-size: 1.375rem;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 10px;
  line-height: 1em;
}
.quick-facts .slide2 {
  flex-basis: 80%;
}
.quick-facts .slide2 .row {
  margin-right: 0px;
  margin-left: 0px;
  height: 100%;
}
.quick-facts .slide2 .cards-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 45px;
}
.quick-facts-block h5 {
  margin: 45px 0;
  text-align: center;
}
/* .quick-facts .quick-facts-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
} */
.quick-facts .quick-facts-block h5 {
  font-size: 2rem;
  font-family: NeueEinstellung-Bold;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 5%;
}
.quick-facts .quick-facts-block .cards-row .card {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex: 1 1 0;
  flex-basis: 40%;
  padding: 20px 15px;
  margin: 10px;
  border-radius: 0px;
  border: none;
  min-height: 90px;
  align-items: center;
  margin: 0 0px 15px;
}
.quick-facts .quick-facts-block .cards-row .card img {
  margin-right: 5px;
  width: 38px;
  height: 50px;
  object-fit: contain;
}
.quick-facts .quick-facts-block .card .card-text {
  margin-left: 10px;
  margin-top: 7px;
  color: #676767;
}
.quick-facts .quick-facts-block .card .card-text h3 {
  margin-bottom: -5px !important;
  font-size: 19px;
  font-weight: 600;
}

.quick-facts .quick-facts-block .card .card-text h3 sup {
  top: -0.1em;
  left: -0.2em;
  font-size: 1.5rem;
}
.quick-facts .quick-facts-block .card .card-text h3 small {
  font-size: 0.875rem;
  color: #676767;

  text-transform: initial;
}
.quick-facts .quick-facts-block .card .card-text span {
  font-size: 15px;
}
/* .quick-facts .quick-facts-block .card img{
    
 } */
.quick-facts .quick-facts-block .partners .card img {
  width: 100%;
  height: 42px;
}

/* Quick facts css ends here */

.Case-text1 p {
  font-size: 17px;
  text-align: center;
  margin-bottom: 30px;
}

.Case-text1 h2 {
  color: black;
  font-size: 32px !important;
  text-align: center;
  margin-bottom: 12px;
}
.outcomes h2 {
  font-weight: 600;
  text-align: center;
  font-size: 32px;
  padding: 8px 0;
  background: #0000001f;
  margin-bottom: 0;
}

.Case-text1 span {
  color: black;
  font-size: 13px;
  border: 2px solid #0f5a94;
  padding: 7px 16px;
  border-radius: 37px;
}
.gap-10 {
  gap: 10px;
}
.challenge-Section.colo-black h2 {
  font-weight: 600;
  font-size: 44px;
  padding-top: 28px;
}

.outcome-box-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: black;
}
.outcome-box {
  padding: 40px 30px;
  border-right: 1px solid white;
}

.Case-text1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.outcome-box h4 {
  font-size: 19px;
  text-transform: capitalize;
  color: white;
  font-weight: 600;
  position: relative;
  padding-bottom: 30px;
}
.outcome-box h4:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 3px;
  background: #0f5a94;
  top: 32px;
  left: 0;
}
.outcome-box ul li {
  font-size: 15px;
  color: white;
  list-style-type: disc;
}
.outcome-box ul {
  padding-left: 16px;
}
.all-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.challenge-grid h5 {
  font-size: 22px;
  color: white;
  background: #0f5a94;
  padding: 12px 14px;
}

.challenge-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 6%;
}

.outcome-box.challenge {
  padding: 10px 5px 0;
  border-right: none;
}
.outcome-box.challenge ul {
  padding-left: 0px;
  margin-left: -25px;
}
.outcome-box.challenge ul li {
  font-size: 14px;
  /* font-weight: 600; */
  color: black;
  position: relative;
  padding-left: 20px;
  border-left: 1px solid #0f5a94;
  list-style-type: none;
  padding-bottom: 12px;
  /* text-align: justify; */
}

.outcome-box.challenge ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #0f5a94;
  border: 1px solid #0f5a94;
  /* box-shadow: 3px 3px 0px #bab5f8; */
  /* box-shadow: 3px 3px 0px #bab5f8; */
  border-radius: 50%;
  position: absolute;
  left: -5px;
  top: 5px;
}

.tech-stack-sec {
  display: flex;
  justify-content: center;
  gap: 68px;
  align-items: center;
  width: 100%;
  background: white;
}

.tech-stack-sec img {
  width: 100px;
}
.tech-stack-sec span {
  background: black;
  color: white;
  font-size: 20px;
  padding: 15px 20px;
}
.our-dna.happy-people.mockup img {
  /* width: 100%; */
  height: 100vh;
  background: black;
}
.our-dna.happy-people.mockup {
  padding: 0 0;
  background: #000000;
}

.mockup .digital-innovation-bottom {
  padding: 0;
}

.tech-stack-sec img {
  height: 100px;
  padding: 20px 0;
  aspect-ratio: 1.5;
  object-fit: contain;
}
.EMR-EHR img {
  width: 65%;
  margin: auto;
}
.EMR-EHR a h5 {
  font-size: 13px !important;
  margin-top: -34px;
}

.EMR-EHR {
  border: 1px solid lightgray;
  border: 1px solid rgba(112, 112, 112, 0.3);
  height: 130px;
  background: #f7f7f7;
  border-radius: 5px;
  position: relative;
  padding: 3px 10px;
  display: grid;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

div#fp-nav {
  display: none;
}
