@import url('https://fonts.googleapis.com/css2?family=Inter:wght@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 {
  --font-body: "Inter", sans-serif;
  --font-heading: "Inter", sans-serif;
  --site-color: #50bcef;
  --site-color1: #184c8f;
  --site-color2: #00a79d;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  overflow-x: hidden;
  background: #f2f1ec;
  color: #000;
}

.padt30 {
  padding-top: 30px;
}

.padt40 {
  padding-top: 40px;
}

.padt50 {
  padding-top: 50px;
}

.padt60 {
  padding-top: 60px;
}

.padt70 {
  padding-top: 70px;
}

.padt80 {
  padding-top: 80px;
}

.padt90 {
  padding-top: 90px;
}

.padtb70 {
  padding-bottom: 70px;
}

.padtb50 {
  padding-bottom: 50px;
}



.site-color {
  color: var(--site-color);
}

.site-color1 {
  color: var(--site-color1);
}


.padtb40 {
  padding-bottom: 40px;
}

.padtb80 {
  padding-bottom: 80px;
}

.padtb90 {
  padding-bottom: 90px;
}

.marb50 {
  margin-bottom: 50px;
}

.mart50 {
  margin-top: 50px !important;
}

.mart30 {
  margin-top: 30px !important;
}

.mart20 {
  margin-top: 20px !important;
}

.mart10 {
  margin-top: 10px !important;
}

.mart90 {
  margin-top: 90px;
}

.mart30 {
  margin-top: 30px;
}

.container {
  max-width: 1300px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}


.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.aic {
  align-items: center;
}

.jsb {
  justify-content: space-between;
}

.text-left {
  text-align: left;
}

img {
  max-width: 100%;
}

/* section 1 */

.overlay::before {
  content: '';
  opacity: 0.6;
  background: #000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}


.site-title {
  font-size: 42px;
  line-height: 52px;
  font-family: var(--font-heading);
  font-weight: 800;
  margin: 0 0 20px 0;

}

.sub-title {
  font-size: 30px;
  line-height: 40px;
  margin: 0;
  font-weight: 700;
  font-family: var(--font-heading);
}



.text-center {
  text-align: center;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}



.two-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0 5%;
}



.arrow-list {
  margin-top: 30px;
}

.arrow-list li {
  display: flex;
  background: #fff;
  position: relative;
  border-radius: 6px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 19px 40px 19px;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 25px;
}

.arrow-list li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  bottom: 9px;
  width: 4px;
  border-radius: 3px;
  background-color: var(--site-color);
}

.arrow-list li span {
  color: var(--red-color);
  font-size: 32px;
}

.arrow-list li p {
  margin: 0;
  width: 95%;
}




b,
strong {
  font-weight: 700;
}


.chart.charttwo {
  width: 48%;
}

.charts .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.chart.charttwo iframe {
  height: 500px !important;
  width: 100% !important;
}

.chartone {
  width: 100%;
  margin-bottom: 30px;
}



footer {
  background: var(--site-color);
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  margin-top: 25px;
}

.z-index {
  z-index: 1;
}

ul {
  padding: 0;
  margin: 0;
}


.mobile {
  display: none;
}


.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.section2 .two-col {
  grid-template-columns: 64% 33%;
  gap: 3%;
}



.about-us-section h4 {
  font-size: 31px;
  line-height: 40px;
}

.ul-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 35px;
}

.ul-points li {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  list-style: none;
  color: #000;
}

.ul-points li img {
  max-width: 100px;
}

.ul-points li h4 {
  margin-top: 0;
}


.paid-advert {
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}

.paid-advert span {
  background: #fff;
  display: inline-block;
  padding: 1px 10px;
  font-size: 14px;
  border-radius: 0 0 6px 6px;
  color: #000;
}

.two-col.tc-bg-l.last {
  margin-bottom: 0;
}

/* new css */

.banner-img-text {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.banner-img-text img {
  height: 100%;
  object-fit: cover;
  width: 50%;
}

.banner-text-box {
  display: inline-block;
  position: absolute;
  color: #fff;
  background: var(--site-color1);
  left: 52%;
  padding: 40px;
  max-width: 700px;
  border-right: 10px solid var(--site-color);
}



.logo-symbol-top {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}



.symbol span {
  font-weight: 700;
  color: #fff;
  padding: 8px 15px;
  font-size: 20px;
  display: inline-block;
  border-radius: 0;
  background: var(--site-color2);
}

.relative {
  position: relative;
}

.banner-top .site-title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
}

.banner-top {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  align-items: center;
}



.logo {
  background: #fff;
  padding: 5px 10px 1px 10px;
  border-radius: 4px;
}

.white-bg {
  background: #fff;
}

.margin-none {
  margin-bottom: 0 !important;
}

.highlight-heading {
  color: var(--site-color2);
}

.highlight-heading span {
  position: relative;
  display: inline-block;
  word-break: keep-all;
}

.highlight-heading span:after {
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -2px;
  height: 6px;
  left: 0;
  right: 0;
  background-image: url(../images/underline.svg);
  content: "";
  position: absolute;
}

.lung-cancer {
  display: flex;
  align-items: center;
}

.text-box {
  background: var(--site-color1);
  color: #fff;
  position: absolute;
  right: 0;
  max-width: 900px;
  padding: 40px;
}

ul.arrow-ul {
  margin-bottom: 50px;
}


ul.arrow-ul>li .icon {
  color: var(--site-color);
  font-size: 36px;
  font-weight: 500;
}

ul.arrow-ul>li .li-text {
  width: 94%;
  text-align: left;
  font-weight: 400;
}

ul.arrow-ul>li {
  list-style: none;
  background: #fff;
  box-shadow: 0 15px 35px #dfdfdf;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.text-box ul.arrow-ul li {
  color: #000;
  box-shadow: none;
}

.text-box ul.arrow-ul {
  margin-bottom: 0;
}

.text-box ul.arrow-ul li:last-child {
  margin-bottom: 0;
}

.strip1 {
  max-width: 54%;
  pointer-events: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.strip2 {
  max-width: 77%;
  pointer-events: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.strip3 {
  max-width: 56%;
  pointer-events: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.img-strip {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}

.strip-text {
  max-width: 860px;
  margin: 0 auto;
}

.img-strip.v1 {
  background: var(--site-color1);
  color: #fff;
}

.quote-bg {
  position: relative;
  display: block;
  padding: 40px 40px 40px 40px;
  background: url(../images/bg-pattern01.png) repeat #160845;
  color: #fff;
  border-radius: 10px;
}

.quote-name p {
  display: inline-block;
  color: #fff;
  font-style: italic;
  font-weight: 700;
  color: var(--site-color);
}

.quot-name h4 {
  margin-bottom: 0;
}

.aic-flex {
  display: flex;
  align-items: center;
}

.fda-approval .text-box {
  right: auto;
  left: 0;
  max-width: 700px;
}


.tile-bg span {
  background: var(--site-color1);
  padding: 5px 20px;
  display: inline-block;
  border-radius: 6px;
  color: #fff;
}




.reason-list li {
  list-style: none;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 35px;
  align-items: center;
  background: #fff;
  position: relative;
  border-radius: 6px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 15px;
  color: #000;

}

.reason-list li:last-child {
  margin-bottom: 0;
}



.reason-list li .r-content {
  width: 94%;
}

.r-icon>div {
  font-size: 44px;
  font-weight: 700;
  color: var(--site-color);
}

.reasons-block .sub-title {
  display: inline-block;
  margin-bottom: 45px;
}


.reasons-block {
  background: var(--site-color1);
  width: 97%;
  margin: 0 1.5%;
  color: #fff;
  border-radius: 20px;
}

.two-col .img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.two-col .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.abt-logo {
  position: absolute;
  z-index: 1;
  max-width: 300px;
  width: 100%;
  background: #fff;
  padding: 15px 15px 9px 15px;
  border-radius: 10px;
}

.about-us-section .two-col {
  background: #fff;
}

.text-inner {
  max-width: 700px;
  margin-left: auto;
  padding-left: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.left .text-box {
  right: auto;
  left: 0;
}

.right .text-inner {
  margin-left: 0;
  padding-left: 0;
  padding-right: 15px;
}

.onclogy-section .two-col .img {
  height: 100%;
}

.summary-text {
  background: var(--site-color1);
  padding: 30px;
  color: #fff;
}

.two-col .img{height:100%;}
.two-col .img img{width:100%; height:100%; object-fit:cover;}