@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

:root {
  --heading-fonts: "Inter", sans-serif;
  --site-color: #00529b;
  --site-color-1: #0024a5;
  --site-color-2: #ebcb4c;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  background: #fff;
  color: #000;
  overflow-x: hidden;
}

.mt30 {
  margin-top: 30px !important;
}

.padt40 {
  padding-top: 40px;
}

.padt70 {
  padding-top: 70px;
}

.padt80 {
  padding-top: 80px;
}

.padt90 {
  padding-top: 90px;
}

.padtb70 {
  padding-bottom: 70px;
}

.padtb60 {
  padding-bottom: 60px;
}

.padtb40 {
  padding-bottom: 40px;
}


.padtb80 {
  padding-bottom: 80px;
}

.padtb90 {
  padding-bottom: 90px;
}

.container {
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.light-color {
  color: var(--site-color);
}

.dark-color {
  color: var(--site-color-1);
}

.mt50 {
  margin-top: 50px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt30 {
  margin-top: 30px !important;
}


.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden !important;
}


img {
  max-width: 100%;
}

.overlay:before {
  position: absolute;
  background: #000;
  opacity: 0.6;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}


.text-center {
  text-align: center;
}


.chartone {
  width: 100%;
  margin-bottom: 30px;
}

.chart.charttwo {
  width: 48%;
}

.charts .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.chart.charttwo iframe {
  height: 500px !important;
  width: 100% !important;
}


.z-index {
  z-index: 2;
}


.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.aic {
  align-items: center;
}



.text-white {
  color: #fff;
}


.tile-bg {
  margin-top: 0;
}



.site-color {
  color: var(--site-color-1)
}


#footnote {
  font-size: 12px;
}

.tile-bg.v1 span {
  background: var(--site-color);
}





#footnote,
#section19 {
  word-break: break-word;
}



footer {
  background: var(--site-color);
  font-size: 14px;
  padding: 15px 0;
  color: #fff;
  margin-top: 35px;
}


.note-a {

  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}


.paid-advert span {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  background: blue;
  display: inline-block;
  padding: 1px 12px;
}

.paid-advert span a {
  color: #fff;
}

.site-title.text-white,
.note-a.text-white {
  color: #fff;
}

.paid-advert {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
}

.list-ul li {
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid var(--site-color);
  padding: 15px;
  text-align: left;
  box-shadow: 0 15px 35px #e1e1e1;
}

.list-ul li .li-content {
  width: 95%;
  font-size: 18px;
  line-height: 28px;
}

.text-white .site-title {
  color: #fff;
}

.d-flex {
  display: flex;
}



.site-title {
  font-size: 52px;
  line-height: 62px;
  font-weight: 700;
  margin: 0 0 30px 0;
  font-family: var(--heading-fonts);
}


.sub-title {
  font-size: 38px;
  line-height: 48px;
  font-family: var(--heading-fonts);
  font-weight: 700;
  margin: 0 0 20px 0;
}



.list-ul {
  padding: 0;
}

.list-ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}

.list-ul li .icon {
  width: 4%;
  font-size: 40px;
}

.list-ul li .li-content {
  width: 95%;
  font-size: 18px;
  line-height: 28px;
}




#ct {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px;
  border-radius: 0;
  font-size: 10px;
  line-height: 14px;
  z-index: 1;
}


.site-title span {
  position: relative;
  color: var(--site-color-2);

}

.two-col.ds {
  padding: 0;
  margin: 0;
}




.j-top-banner {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  align-items: center;
  background: url(../images/banner.jpg) no-repeat center top;
  padding-bottom: 0;
  background-size: cover;
}


.j-top-banner .site-title {
  color: #fff;
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  width: 100%;
  margin-top: 15px;
}

.j-top-banner svg {
  position: absolute;
  bottom: -4px;
  z-index: 1;
}



.dark-box {
  background: var(--site-color);
  padding: 25px;
  color: #fff;
  border-radius: 10px;
}




.mt-size {
  max-width: 760px;
  background: rgba(255, 255, 255, .8);
  padding: 20px;
  border-radius: 14px;
  color: #000;
  overflow: hidden;
  box-shadow: 10px 10px 0 #000;
  margin-right: auto;
}

.market-block.overlay::before {
  opacity: 0.2;
}

.text-box.v1 {
  border-color: var(--site-color-1);
  box-shadow: 5px 5px 1px var(--site-color-1);
}




.qt-inner {
  background: #272a35;
  padding: 15px;
  border-radius: 10px;
}


.top-reason-block .list-ul li {
  list-style: none;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
  background: #fff;
  position: relative;
  border-radius: 6px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
  color: #000;
  border: 2px solid #30266d;
  border-top-width:4px;

}

.top-reason-block .list-ul li .icon {
  font-weight: 800;
  font-size: 30px;
  color:#30266d;
  text-align: center;
  border-radius: 100px;
  line-height: 50px;
  opacity: 0.5;
}



.top-reason-block .list-ul li .li-content {
  background: none;
  padding: 0 0 0 10px;
  border-radius: 10px;
  width: 95%;
}

.top-reason-block .list-ul li a {

  font-weight: 700;
  color:#000;
}

.ct-left img {
  border-radius: 10px;
}

.tile-bg span {
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 50px;
  background: var(--site-color);
  text-transform: uppercase;
  font-weight: 300;
}


.product-bg {
  background: url(../images/product-back.jpg) no-repeat center top;
}



.button-block a {
  background: var(--site-color-1);
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 700;
}

.team-block {
  background:url(../images/bg-service-section2.jpg) repeat center top;
  color: #fff;
}


.team-block ul {
  padding: 0;
  margin: 0;
}

.team-block ul li {

  padding: 15px;
  border-radius: 0;
  list-style: none;
  margin-bottom: 9px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .25);
  background: #fff;
  display: grid;
  grid-template-columns: 15% 1fr;
  gap: 30px;
  color: #000;
}

.team-block ul li h3 {
  margin: 0 0 0 0;
}

.team-block ul li h4 {
  font-style: italic;
  font-weight: 300;
  margin: 0;
  font-size: 16px;
}

.team-block ul li p {
  font-size: 14px;
  line-height: 20px;
}

.news-block ul li {
  list-style: none;
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 35px #eaeaea;
  border: 1px solid var(--site-color-1);
}

.news-block ul {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}


.news-block ul li a {
  color: #000;
  text-decoration: none;
}


.white-box {
  background: var(--site-color);
  color: #fff;
  padding: 40px;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, .25);
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
}

.gt-text {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 15px 50px #e3e3e3;
  border: 2px solid var(--site-color-1);
  border-bottom-width:8px;
}

.gt-text .site-title {
  color: #000;
}


.j-top-inner {
  max-width: 800px;
  background: rgba(0, 0, 0, 0.6);
  padding: 30px;
  border-radius: 30px;
}

.j-top-inner a {
  color: #fff;
}

.logo img {
  border-radius: 10px;
}

.symbol span {
  font-size: 50px;
  color: var(--site-color-2);
  border: 1px solid;
  border-radius: 15px;
  padding: 16px 16px;
  display: inline-block;
}

.text-box {
  background: #fff;
  border: 2px solid var(--site-color);
  padding: 15px;
  font-size: 24px;
  line-height: 38px;
  position: relative;
  border-radius: 15px;
  border-top-width:5px;
}

.text-box:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg1.png) no-repeat right top;
  opacity:0.4;
  z-index:-1;
}

.text-box-dark{
  background:url(../images/bg1.webp) repeat-y left top var(--site-color-1);

  background-size: cover;
  color:#fff;
  padding:30px;
  border-radius:15px;
}

.text-box-dark a{color:#000;}

.quote-block {
  background: #fff;
  color: #000;
  height: 100%;
  padding: 15px;
  border-radius: 15px;
  text-align: left;
  position: relative;
}

.quote-icon {
  color: var(--site-color-1);
  position: absolute;
  right: 15px;
  bottom: 0;
}
.quote-icon svg{width:80px; height:80px;}
.quote-name {
  font-weight: 500;
  font-size: 16px;
  color: var(--site-color-1);
  max-width: 70%;
}

.quote-block p{margin-top:0;}
.col-img {height:100%;}
.col-img img{border-radius:15px; height:100%; object-fit: cover;}

.market-block {
  background: url(../images/medicine-market.jpg) no-repeat right center #00011d;
  color: #fff;
  background-size: cover;
}

.company-overview{background:url(../images/about-us.jpg) no-repeat center; background-size: cover; color:#fff;}

.company-overview .video-block{height:100%; background:#fff; display:flex; align-items:center; justify-content:center; padding:20px; border-radius:15px;}

.three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  text-align: center;
}

.bg-dark {
  background: var(--site-color-2);
}

.button-block a:nth-child(2), .button-block a:nth-child(4){background:var(--site-color-2); color:#000;}

.button-block.v1 a {
  font-size: 24px;
}

.button-block.v1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  justify-content: center;
  max-width: 740px;
  margin: 0 auto;
}

.team-block ul.testi-single li {
  grid-template-columns: 1fr;
}
#footnote p {
  margin: 0;
}

.summary-text.white-box {
  background: url(../images/sumary.jpg) no-repeat center bottom #fff;
  box-shadow: 0 15px 50px #d7d7d7;
  color: #000;
}

.img-col-upper-text{background:url(../images/Growing-Gap.jpg) no-repeat center; background-size: cover;}

.img-col-upper-text .col-text {
  text-align: center;
  color: #000;
  background: rgba(255,255,255,0.8);
  padding: 30px;
  border-radius: 10px;
}