/*! CSS Used from: Embedded */
::-webkit-scrollbar {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-scrollbar-thumb {
  background: transparent;
  border: 1px solid #8295ad;
  border-radius: 10px;
  -webkit-transition: .5s;
  transition: .5s;
}

/*! CSS Used from: Embedded */
::-webkit-scrollbar {
  appearance: none;
}

.erWlKI {
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: row-reverse;
  padding-top: 150px;
  padding-bottom: 150px;
  margin-left: 120px;
}

@media (max-width: 1200px) {
  .erWlKI {
    padding: 60px 0px;
    margin-left: 20px;
  }
}

.erWlKI .line {
  width: 75%;
  height: 1px;
  background-color: rgb(66, 82, 102);
}

.erWlKI .circle {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #85d8e5;
}

::-webkit-scrollbar {
  appearance: none;
}

.welcome h2,
.about h2 {
  font-size: 58px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0px 0px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.welcome,
.about {
  position: relative;
}

body {
  overflow-x: hidden;
}

.b-cell {
  position: absolute;
  left: 0;
  top: -100px;
  width: 40%;
  left: -18%;
  z-index: -10;
  animation: products-img 40s ease infinite;
  opacity: 0.5;
}

.b-cell2 {
  position: absolute;
  right: 0;
  bottom: -600px;
  width: 37%;
  right: -23%;
  z-index: -10;
  animation: products-img 40s ease infinite;
  opacity: 0.5;
}




.fyfxlp {
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: row;
  padding-top: 150px;
  padding-bottom: 150px;
  margin-left: -120px;
}

@media (max-width: 1200px) {
  .fyfxlp {
    padding: 60px 0px;
    margin-left: -20px;
  }
}

.fyfxlp .line {
  width: 75%;
  height: 1px;
  background-color: rgb(66, 82, 102);
}

.fyfxlp .circle {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #ff9333;
}

::-webkit-scrollbar {
  appearance: none;
}


.service {
  padding-bottom: 100px;
}

.service h2 {
  font-family: 'Pharma', sans-serif;
  font-size: 45px;
  font-weight: 200;
  line-height: 1.2;
  margin: 0px 0px 54px;
  color: #85d8e5;
  text-align: right;
}

.service-item {
  margin-bottom: 10px;
  position: relative;
  padding: 0 2.5vw;
}

.service-item img {
  border-radius: 4px;
}

.service-item:hover a {
  color: #85d8e5;
}

.service-item a {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  margin-top: 15px;
  font-weight: bold;
}

.service-item h3 {
  border-left: 2px solid #85d8e5;
  padding: 0 15px;
  font-size: 20px;
  font-family: 'Pharma', sans-serif;
}



.service-item:hover p {
  height: auto;
}

.service {
  position: relative;

}

.service img {
  position: absolute;
  top: 450px;
  width: 20vw;
  right: 20vw;
}

.service img:hover {

  animation: move 8s ease-in-out forwards;
}

@keyframes move {
  0% {
    top: 450px;
    right: 20vw;
  }

  50% {
    top: 435px;
    right: 18vw;
  }

  100% {
    right: 20vw;
    top: 420px;
  }

}


.products h2 {
  font-family: 'Pharma', sans-serif;
  font-size: 45px;
  font-weight: 200;
  line-height: 1.2;
  margin: 0px 0px 54px;
  color: #ff9333;
}

.product-circle {
  margin-top: 15px;
}

.product-circle .circle {

  border-radius: 50%;
  width: 220px;
  height: 220px;
  flex-direction: column;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Pharma', sans-serif;
  font-size: 18px;
  color: #fff;
}

.product-circle .more {
  display: none;
}

.circle1:hover .more {
  display: block;
  color: #fff;
}

.circle2:hover .more {
  display: block;
  color: #fff;
}

.circle1 {
  position: relative;
  top: 0px;
  left: 120px;
  border: 1px dashed #85d8e5;

}

.circle2 {
  position: relative;
  top: 130px;
  left: -90px;
  border: 1px dashed #ff9333;
}

.product-link a {
  color: #fff;
  font-size: 16px;
  padding: 0px 15px;
  border-right: 3px solid #85d8e5;
  display: inline-block;
}

.product-link1,
.product-link2 {
  margin: 30px 0;
  opacity: 0.6;
}

.product-left.active .product-link1,
.product-right.active .product-link2 {
  opacity: 1;
}

.product-link1:hover,
.product-link2:hover {
  opacity: 1;
}

.product-link1 a,
.product-link2 a {
  position: relative;
}

@media (max-width: 991px) {

  .circle1,
  .circle2 {
    position: static;
  }

  .product-link1 a,
  .product-link2 a {
    position: static;
  }

  .product-link {
    padding: 0 !important;
  }

  .str_move>div {
    width: 100vw;
  }


  .b-cell,
  .b-cell2 {
    display: none;
  }
}

.product-link2 a {
  border-left: 3px solid #ff9333;
  border-right: 0;
}

.products {
  position: relative;
}

/* .products img{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70%;
    z-index: -10;
    animation: products-img 20s ease infinite;
    opacity: 0.8;
  } */

.product-right img {
  width: 50vw;
  position: absolute;
  bottom: -70px;
  right: 15px;
  opacity: .2;
  z-index: -10;
  transition: all .5s linear 0s;
}

.product-right.active img {
  width: 50vw;
  position: absolute;
  bottom: -70px;
  right: 0;
  opacity: 1;
}

.product-left img {
  width: 50vw;
  position: absolute;
  top: 220px;
  left: 40px;
  opacity: .2;
  z-index: -10;
  transition: all .5s linear 0s;
}

.product-left.active img {
  left: 25px;
  opacity: 1;
}

@keyframes products-img {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(45deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.circle1:hover {
  border: 1px solid #85d8e5;
  color: #85d8e5;
  box-shadow: 0px 0px 20px #85d8e5;
  background-color: #ff9333;
  position: relative;
  z-index: 10;
}

.circle2:hover {
  border: 1px solid #ff9333;
  color: #ff9333;
  box-shadow: 0px 0px 20px #ff9333;
  background-color: #ff9333;
  position: relative;
  z-index: 10;
}

.circle a {
  display: none;
}

.circle:hover a {
  color: #fff;
  display: block;
}

.circle:hover span {
  display: none;
}

.new h2 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0px 0px 20px;
  margin-top: -100px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



/*Plugin CSS*/
.str_wrap {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.str_wrap.str_active {}

.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}

.str_move_clone {
  display: inline-block;

  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}

.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}

.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}

.str_wrap img {
  max-width: none !important;
}

.new {
  padding-bottom: 240px;
}

.new a {
  margin: 2vw;
}

.new img {
  width: 25vw;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.new p {
  margin-bottom: 80px;
}

.social {
  overflow: hidden;
  height: 40px;
}

.social li {
  float: left;
}

.social li a {
  color: #000;
  padding: 0 8px;
}



.footer-bottom {
  background-color: #85d8e5;

}

.social li a:hover {
  color: #ff9333;
}

.wave-box {
  position: relative;
  height: 200px;
  top: -200px;
}

.index-line {
  margin: 100px 0;
  border-bottom: 1px solid #ddd;
}

.service-item img {
  width: 100%;
  transition: all .3s ease;
}

.service-item img:hover {
  transform: scale(1.1);
  transform-origin: center;
}

.service-item-img {
  overflow: hidden;
}

.service-item p {
  line-height: 1.5;
  font-size: 18px;
}

.service-box {
  padding: 80px 0 0 0;
}

.about-text h3 {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}

.about-text h4 {
  margin: 0;
}

.therapeutics {
  background-color: #85d8e5;
  margin-top: 200px;
}

.therapeutics h2 {
  font-size: 34px;
  text-align: center;
  font-weight: bold;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.therapeutics-item {
  text-align: center;
}

.therapeutics-item img {
  height: 70px;
}

.therapeutics-item h4 {
  font-weight: bold;
  font-size: 20px;

}

.therapeutics-box h2 {
  margin-bottom: 60px;
}

.therapeutics-box {
  margin-top: -150px;
  padding-bottom: 280px;
}

.about-text .line {
  display: inline-block;
  border-top: 4px solid #85d8e5;
  margin: 20px 0 0;
  width: 100px;
}


/* wave */
.wave {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.wave+.wave {
  z-index: 2;
}

.service-item {
  display: block;
}





/* left nav */

.accordion {
  width: 100%;
  background: #FFF;
  padding: 0;
}

.accordion .link {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: left;
  align-items: center;
}

.accordion>li>.link {
  margin: 15px 0;
  border-left: 4px solid #4472C4;
}

.accordion .link i {
  display: none;
  top: calc(50% - 10px);
}

li.has-children>.link>i {
  display: block;
}

.accordion .link a {
  color: #000;
  font-size: 15px;
  padding-left: 10px;
  margin-right: 20px;
  padding-right: 0;
}

.accordion a:hover {
  color: #4472C4 !important;
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li {
  cursor: pointer;
}

.accordion li i {
  position: absolute;
  top: 16px;
  right: 0;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
}

/* .accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
} */

.accordion li.open .link {
  color: #0a2d63;
}

.accordion li.open i {
  color: #0a2d63;
}

.accordion li.open>.link>i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
* Submenu
-----------------------------*/
.submenu {
  display: none;
  padding: 0;
}

.open .submenu {
  display: block;
}

.submenu>li {
  /* border-bottom: 1px solid #d6d7dc; */
}

.submenu a {
  display: block;
  text-decoration: none;
  padding: 6px 0;
  padding-left: 10px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #555;
  text-align: left;
}

.submenu a:hover,
.submenu li.current a {
  /* background: #0a2d63;
  color: #FFF; */
  color: #0a2d63;
}

.left-nav-title {
  background: #0a2d63;
  color: #FFF;
  padding: 1rem 1.8rem 0.8rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}


.navbar-nav .text-left .text-left .text-left {
  display: none !important;
}

.navbar-nav .text-left .text-left .has-dropdown::after {
  display: none !important;
}

.submenu .link {
  padding: 0 !important;
}

.accordion {
  font-size: 14px;
}

.accordion .submenu .link i {}

.left-level2 {
  /* border-bottom: 1px solid #ddd; */
  padding-left: 10px;
}

.accordion .left-level2 {
  padding-left: 0;
}

.left-level2 i {}

.left-level2 a {
  padding-right: 20px;
}

.left-level1>.link>i {
  font-weight: 800;
}

.left-level2:last-child {
  border-bottom: 0;
}

.left-level2 i {
  font-size: 16px !important;
  color: #666 !important;
}

.accordion .submenu .submenu a {
  font-weight: normal;
  font-size: 13px;
  color: #666;

}

.accordion .submenu .submenu .submenu li {
  border-bottom: 0;
  padding-left: 10px;
  /* background-color: #f7f7f7; */
  font-size: 12px;
}





.page-banner {
  background-color: #85d8e5;
  margin-top: 210px;
  height: 350px;
}

.page-banner h1 {
  font-size: 34px;
  text-align: center;
  font-weight: bold;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.page-h1 {
  position: relative;
  top: -200px;
}

.pages {
  margin-top: -200px;
  margin-bottom: 200px;
}



.platform-item {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.platform-item img {
  margin: 15px auto;
  height: 120px;
}

.platform-item a {
  border: 2px solid #275c9d;
  padding: 10px 5px;
  display: block;
  font-weight: bold;
}

.platform-item>div {
  padding: 10px;
  background-color: #e7f7fa;
  flex-grow: 1;
}

.crumbs {
  margin-bottom: 40px;
  overflow: hidden;
}

.crumbs li {
  float: left;
}

.crumbs li::after {
  content: ' / ';
}

.crumbs li::before {
  content: '';
  width: 3px;
  display: inline-block;
}

.crumbs li:last-child:after {
  content: ' ';
}


.page-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 20px;
  /* text-transform: uppercase; */
}

.pages h1,
.pages h2,
.pages h3 {
  font-family: 'Poppins', sans-serif;
  text-transform: none;
}


.pages h1 {
  margin-top: 0;
  font-size: 26px;
}

.pages h2 {
  font-size: 20px;
  border-left: 4px solid #85d8e5;
  padding: 5px 10px;
}

.pages h3 {
  margin: 10px 0;
  font-size: 17px;
}

.page-box1 {
  text-align: center;
}

.page-box-img img {
  height: 100%;
}

.page-right {
  padding-left: 20px;
}

.page-box-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  background-color: #4472C4;
  padding: 25px;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.page-box2 {
  border: 2px solid #4472C4;
  border-radius: 12px;
  align-items: center;
  padding: 0 20px 20px 20px;
  margin: 35px 0 15px;
}

.page-box2 .ullist {
  margin-bottom: 0;
}

.page-box2 h3,
.page-box2 .h3 {
  font-size: 16px;
  color: #fff;
  background-color: #4472C4;
  border-radius: 8px;
  padding: 10px 15px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  position: relative;
  top: -20px;
  margin: 0;
}

.page-box2 h3 a,
.page-box2 .h3 a {
  color: #fff !important;
}

.page-box2.coll ul {
  display: none;
}

.page-box2.coll .h3 {
  cursor: pointer;
}

.page-box2.coll.active ul {
  display: block;
}


.page-box2 .num {
  border-radius: 8px;
  font-size: 24px;
  color: #fff;
  background-color: #4472C4;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  flex-shrink: 0;
  margin-right: 15px;
}


.inquiry-box input {
  display: block;
  width: 100%;
  border: 1px solid #aaa;
  padding: 10px;
}

.inquiry-box label {
  display: block;
  margin: 0 0 10px;
}

.inquiry-box textarea {
  border: 1px solid #aaa;
  width: 100%;
  padding: 10px;
  height: 100px;
}

.inquiry-box .submit {
  margin-top: 15px;
  cursor: pointer;
  padding: 12px 21px 10px;
  color: #fff;
  background-color: #85d8e5;
  transition: all .3s;
  border-radius: 4px;
  border: 0;
}

.inquiry-box {
  overflow: hidden;
}

.inquiry-box li {
  position: relative;
  width: 48%;
  margin-right: 2%;
  float: left;
}

.form-privacy p {
  padding: 0 !important;
}

.inquiry-box .submit:hover {

  background-color: #4472C4;
}

.ullist,
.ollist {
  margin: 0px 0px 10px 19px
}

.ullist li {
  list-style: disc;
}

.ollist li {
  list-style-type: decimal
}

.ullist li>ul>li {
  list-style-type: circle
}

.ollist li>ul>li {
  list-style-type: lower-latin
}

.ullist .ullist li {
  list-style-type: circle
}

.ollist {
  padding: 0;
}

.serviceshowpic {
  font-size: 1em;
  text-align: center;
  line-height: 1.7em !important;
  color: #666666;
  display: block;
}

.serviceshowpic img {
  margin: auto;
}

.serviceshowleftpic {
  float: left;
  margin-right: 15px;
  text-align: center;
  color: #666666;
  display: inline-block;
}

.serviceshowrightpic {
  float: right;
  margin-left: 15px;
  text-align: center;
  color: #666666;
  display: inline-block;
}

.serviceshowpic,
.serviceshowrightpic,
.serviceshowleftpic {
  font-size: 1em;
  text-align: center;
  line-height: 1.7em !important;
}

.serviceshowpic img,
.serviceshowrightpic img,
.serviceshowleftpic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}


.Reference {
  font-size: 15px;
  color: #888;
}

.reference {
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0 10px;
}

.table-responsive {
  margin: 15px auto;
  text-align: left;
}

.table-responsive th {
  background-color: #4472c4;
  color: #fff;
  padding: 10px;
}

.table-responsive th a {
  color: #fff;
}

.table-responsive td {
  padding: 10px;
  border: 1px solid #ddd;
}

.table-responsive tr:nth-child(2n) td {
  background-color: #f7f7f7;
}

.project-notes {
  background-color: #f8f9fa;
  padding: 5px 10px;
  border-radius: 5px;
  color: #666;
  margin: 20px 5px;
  line-height: 26px;
  font-size: 13px;
}


.project-notes i {
  display: inline-block;
  padding-right: 5px;
  font-size: 17px;
  color: red;
}


.page-box3 {
  display: flex;
  align-self: center;
  margin: 0;
  margin-bottom: 20px;

}

.page-box3 .col-md-3 {
  border: 2px solid #4472C4;
  font-weight: bold;
  text-align: center;
  border-radius: 16px;
  padding: 15px;
  display: flex;
  align-items: center;
}

.page-box3 .col-md-9 {
  padding-left: 30px;
}

.page-box4 {
  border: 2px solid #4472C4;
  border-radius: 12px;
  padding: 30px 20px 10px;
  position: relative;
  margin-top: 40px;
}

.page-box4 .title {
  font-weight: bold;
  color: #fff;
  background-color: #4472C4;
  position: absolute;
  left: 20px;
  display: inline-block;
  top: -20px;
  border-radius: 8px;
  padding: 7px 15px;
}


.banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 30px;

}

.banner h1 {
  color: #fff;
  margin-top: 80px;
  font-size: 34px;
}

.banner p {
  font-size: 28px;
  margin-top: 40px;
  color: #fff;
  text-align: left;
}

.contact b {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
}

.contact {
  font-size: 15px;
  line-height: 2;
}

.page-box7 {
  margin: 10px 0;
  padding: 0 15px;
}

.page-box7 .row div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #4472C4;
}


.page-box7 .row div:last-child {
  padding: 15px;
  background-color: #f7f7f7;
}

.page-contact .row div:first-child {
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-contact {
  border-radius: 8px;
  overflow: hidden;
  margin: 20px 0;
}

.page-contact .row div:last-child {
  background-color: #4472C4;
  color: #fff;
  padding-left: 20px;
}

.page-box8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #4472C4;
}

.page-box8 img {
  width: 100%;
}

.page-box8 a {
  padding: 10px;
  background-color: #4472C4;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
}

.pagebox-9 {
  display: flex;
  align-items: center;
  height: 100%;
}

.pagebox-9 span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #4472c4;
  color: #fff;
  flex-shrink: 0;
  margin-right: 5px;
  text-align: center;
  line-height: 40px;
}

.pagebox-9 p {
  line-height: 1.5;
}

.page-tab {
  position: sticky;
  top: 80px;
  background-color: #fff;
  box-shadow: 1px 1px 4px #ddd;
  padding: 15px;
  border-bottom: 3px solid #85d8e5;
  margin-bottom: 20px;
  z-index: 10;
}


.page-tab span,
.page-tab a {
  padding: 7px 10px;
  display: inline-block;
  margin-right: 10px;
  background-color: #f5f5f5;
  cursor: pointer;
}

.page-tab span:hover,
.page-tab a:hover {
  background-color: #4472c4;
  color: #fff;
}

.page-contact .inquiry-c {
  color: #fff;
}

.inquiry-c {
  cursor: pointer;
}

.page-box10 {
  text-align: center;
  margin: 30px 0;
}

.page-box10>div {
  font-weight: bold;
  font-size: 20px;
  margin: 15px 0;
}

.page-box11 img {
  height: auto;
}

.page-box10 p {
  font-size: 18px;
  font-weight: bold;
}

.page-box11 b {
  display: block;
}

.page-box11 p {
  margin: 10px 0;
}

.page-box11 div {
  padding: 15px;
  border: 1px solid #ddd;
  border-top: 0;
  flex-grow: 1;
}

.page-box11 {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.page-box12 {
  border: 1px solid #85d8e5;
  padding: 5px 15px;
  border-radius: 8px;
  margin-top: 20px;
  background-color: #f7f7f7;
}

.page-box13 {
  margin-top: 20px;
  background-color: #f7f7f7;
  padding: 15px;
  height: calc(100% - 20px);
}

#tab1,
#tab2,
#tab3,
#tab4,
#tab5,
#tab6,
#tab7 {
  scroll-margin-top: 170px;
}

.services-container {
  margin-bottom: 10px;
}

.page-img {
  display: flex;
  align-items: center;
}

.page-img>div {
  display: flex;
}

.page-img img {
  object-fit: contain;
}

.pages svg {
  max-width: 100%;
}

.page-box9 {
  display: flex;
  flex-wrap: wrap;
}

.page-box9 a {
  padding: 5px 10px;
  margin: 5px 0.5% 5px 0;
  border: 1px solid #5ccadb;
  border-radius: 4px;
  width: 49%;
}

.page-box10 {
  color: #fff;
  background-color: #275c9d;
  padding: 20px;
}

.page-box10 h2 {
  text-align: center;
}

.tab-box {
  padding: 20px;
  border: 2px solid #275c9d;
  border-radius: 16px;
}

.page-box-tab span {
  display: inline-block;
  padding: 10px 15px;
  background-color: #275c9d;
  color: #fff;
  border: 2px solid #275c9d;
  border-bottom: 0;
  cursor: pointer;
  margin-right: 5px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-weight: bold;
  margin-top: 10px;
}

.page-box-tab {
  margin-left: 20px;
  margin-top: 10px;
}

.page-box-tab span:hover,
.page-box-tab span.active {
  background-color: #fff;
  color: #275c9d;
}

.tab-detail {
  display: none;
}

.tab-detail.open {
  display: block;
}

.page-box14>div {
  display: flex;
}

.page-box14 span {
  color: #fff;
  font-weight: bold;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #275c9d;
  border-radius: 50%;
  display: inline-block;
}

.page-box14 strong {
  display: inline-block;
  padding: 6px 0;
  margin-left: 10px;
  border-bottom: 1px solid #ddd;
  flex-grow: 1;
}

.page-box14 ul {
  margin-left: 70px;
}

.post-content a {
  font-size: 18px;
  font-weight: bold;
  color: #275c9d;
}

.post-content {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.pagination {
  display: flex;
  margin-top: 20px;
}

.pagination li {
  padding: 5px 10px;
  margin-right: 10px;
}

.pagination li a {
  color: #000;
}

.pagination li.active a {
  color: #FF0031;
  font-weight: bold;

}

.str_move>div {
  width: 25vw;
  margin: 0 2vw;
  border-radius: 8px;
  height: 340px;
  background-size: cover !important;
}

.str_move {
  display: flex;
}

.jq22 {
  height: 340px !important;
}

.page-box15 {
  display: block;
  box-shadow: 0px 2px 8px #aaa;
  background-color: #fff;
}

.page-box15>div {
  border: 2px solid #4472c4;
  padding: 10px;
  min-height: 100px;
}

.page-box15 span {
  background-color: #4472c4;
  color: #fff;
  padding: 3px 10px;
  font-size: 18px;
  font-weight: bold;
  display: block;
}


.backtotop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0px 2px 4px #aaa;
  border-radius: 4px;
  cursor: pointer;
  padding: 10px 15px;
  font-size: 20px;
}




/*! CSS Used from: https://www.biolabsantibody.com/complement-therapeutics/static/css/inpage.css?v=tVuSt5NCLufk_i6o8OJXKfkvCZZYfHtD3C1OUkgvWVA */
@media (min-width: 1280px) {


  .page_left {
    width: 74%;
    height: auto;
    overflow: hidden;
    display: inline-block;
    padding-right: 20px;
  }

  .page_left a {
    color: #2996f5;
    text-decoration: none;
  }

  .page_right {
    width: 25%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
  }

  .page_right_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    background-position: center left;
    color: #2996f5;
  }

  .page_right li {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 10px 0;
    font-size: 14px;
    background-position: 0 15px;
    padding-left: 20px;
  }

  .pro_list_title a {
    color: #2996f5;
    text-decoration: none;
  }

  .pro_list_title span {
    font-size: 14px;
    font-weight: normal;
  }

  .pro_inquriy_btn a {
    vertical-align: top;
    font-size: 14px;
    padding-left: 10px;
  }

  .inquiry_btn {
    padding: 0.3em 0.8em;
    clear: both;
    color: #FFF;
    background-color: #2996f5;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    float: right;
  }

  .inquiry_btn:hover {
    color: #FFF;
    transition: background-color .3s;
    background: #2996f5;
  }

  .pro_left {
    font-size: 14px;
    vertical-align: top;
    padding: 5px 0;
  }
}

@media (min-width: 769px) and (max-width: 1279px) {
  .services-container {
    position: static;
    max-width: 95%;
    padding: 50px 15px 80px;
    margin: 0 auto;
  }

  .page_left {
    height: auto;
    overflow: hidden;
    display: inline-block;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .page_right {
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
  }

  .page_right_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: center left;
    color: #2996f5;
  }

  .page_right li {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 10px 0;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: 0 15px;
    padding-left: 20px;
  }

  .pro_list_title {
    display: block;
    font-size: 18px;
    font-weight: bold;
  }

  .pro_list_title a {
    color: #2996f5;
    text-decoration: none;
  }

  .pro_list_title span {
    font-size: 14px;
    font-weight: normal;
  }

  .pro_inquriy_btn a {
    vertical-align: top;
    font-size: 14px;
    padding-left: 10px;
  }

  .inquiry_btn {
    padding: 0.3em 0.8em;
    clear: both;
    color: #FFF;
    background-color: #2996f5;
    text-decoration: none;
    border-radius: 10px 0 10px 0;
    font-size: 14px;
    display: inline-block;
    float: right;
  }

  .inquiry_btn:hover {
    color: #FFF;
    transition: background-color .3s;
    border-radius: 10px 0 10px 0;
    background: #2996f5;
  }

  .pro_left {
    font-size: 14px;
    vertical-align: top;
    padding: 5px 0;
  }
}

@media (max-width: 768px) {
  .services-container {
    position: static;
    max-width: 90%;
    padding: 50px 15px 80px;
    margin: 0 auto;
  }

  .page_left {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: inline-block;
    padding-right: 20px;
  }

  .page_right {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
    position: relative;
  }

  .fixed_nav {
    position: relative;
    top: 0px;
  }

  .page_right_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #2996f5;
  }

  .page_right li {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 10px 0;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: 0 15px;
    padding-left: 20px;
  }

  .pro_list_title {
    display: block;
    font-size: 18px;
    font-weight: bold;
  }

  .pro_list_title a {
    color: #2996f5;
    text-decoration: none;
  }

  .pro_list_title span {
    font-size: 14px;
    font-weight: normal;
  }

  .pro_inquriy_btn a {
    vertical-align: top;
    font-size: 14px;
    padding-left: 10px;
  }

  .inquiry_btn {
    padding: 0.3em 0.8em;
    clear: both;
    color: #FFF;
    background-color: #2996f5;
    text-decoration: none;
    border-radius: 10px 0 10px 0;
    font-size: 14px;
    display: inline-block;
    float: right;
  }

  .inquiry_btn:hover {
    color: #FFF;
    transition: background-color .3s;
    border-radius: 10px 0 10px 0;
    background: #2996f5;
  }

  .pro_left {
    font-size: 14px;
    width: 100%;
    vertical-align: top;
    padding: 5px 0;
  }
}

.page_left a {
  color: #2996f5;
}

.page_left a:hover {
  color: #000;
}

.search-tab {
  margin-top: 20px;
}

.search-tab>li {
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f7f7f7;
}

.search-tab>li select {
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  padding: 5px;
  height: 40px;
  border: 0;
  width: 50px;
  box-sizing: border-box;
}

.search-tab input {
  outline: none;
  border: none;
  width: 100%;
  padding-right: 30px;
  position: relative;
  z-index: 100;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0);
}

select:focus {
  outline: none;
}

select option:hover {
  outline-color: rgba(0, 0, 0, 0) !important;
}

.select-item-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 400px;
  background-color: #fff;
  top: 40px;
  margin-top: 10px;
  border: 1px solid #ddd;
  overflow: auto;
  opacity: 0;
  z-index: -10;
  transition: all 0.2s linear 0s;
}

.select-item-box li {
  padding: 3px 10px;
  cursor: pointer;
}

.select-item:first-child {
  display: block !important;
  color: #2996f5;
}

.select-active .select-item-box {
	opacity: 1;
	z-index: 1000;
}


.pro_list_title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}

.pro_list_title a {
}

.pro_list_img {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.pro_left strong {
  width: 50%;
  display: inline-block;
  margin-right: 10px;
}

.pro_left:nth-child(2n+1) {
  background-color: #f5f5f5;
}

.pro_left {
  padding: 5px 10px;
}

.pro_inquriy_btn {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pro_inquriy_btn a {
  display: flex;
  align-items: center;
  margin: 7px 0;
  text-align: center;
  padding: 5px;
  justify-content: center;
}


.pro_list2 {
  height: 225px !important;
}

.pro_list2>div {
  height: 100%;
}

.pro_list_img2 {
  margin-top: 15px;
}

.pro_inquriy_btn a img {
  margin-right: 3px;
}

@media (max-width:991px) {
  .pro_list_img2 {
    display: none;
  }
}

.pro_list {
  border: 1px #e6e6e6 dashed;
  padding: 15px;
  margin: 15px 0;
}



/*! CSS Used from: https://www.biolabsantibody.com/complement-therapeutics/static/css/style.css?v=SqctTSQ6_5cHQRI3cfVWehHB9dytCI4F_GyrqbNligc */
.auto-container {
  padding: 0 30px;
}

@media (min-width: 1250px) {
  .auto-container {
    position: static;
    margin: 0 auto;
  }
}

@media (max-width: 1250px) {
  .auto-container {
    position: static;
    max-width: 100%;
    padding: 0px 15px;
    margin: 0 auto;
  }
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #2996f5;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
}

.pagination>li:first-child>a {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>a:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #2996f5;
  border-color: #2996f5;
}


.inquiry_btn {
  padding: 0.3em 0.8em;
  clear: both;
  color: #FFF;
  text-decoration: none;
  border-radius: 3px;
  font-size: 14px;
  display: inline-block;
}

.inquiry_btn:hover {
  color: #FFF;
  transition: background-color .3s;
  background: #2996f5;
}

.select-box {
  position: relative;
}

.select-box::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #666;
  position: absolute;
  top: 19px;
  right: 10px;
}

.page_left {
  position: relative;
}


.info-ul{
  display: flex;
  flex-wrap: wrap;
}

.info-ul li{
  width: 100%;
  font-size: 14px;
}

.pro_list_title span{
  font-size: 14px;
}

.product-table td{
  border: 0;
}

.product-table td:first-child{
  font-weight: bold;
  width: 30%;
}

.coa{
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 21px;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
  color: #000;
  border-radius: 4px;
}


.content-detail{
  background-color: #f7f7f7;
  padding: 20px;
  display: none;
}

.content-detail.show{
  display: block;
}

.Lot{
  width: 300px;
  border: 1px solid #aaa;
  padding: 8px 10px;
  margin-right: 10px;
}


.pdf-abox{
  margin: 10px 0;
  cursor: pointer;
  padding: 8px 21px 8px;
  color: #fff;
  background-color: #85d8e5;
  transition: all .3s;
  border-radius: 4px;
  border: 0;
  display: inline-block;
}

.pdf-abox:hover{
  background-color: #5ccadb;
  color: #fff;
}

.related{
  display: flex;
  flex-wrap: wrap;
}

.related li{
  width: 49%;
  margin-right: 1%;
  margin-bottom: 10px;
}

.related a{
  padding: 7px;
  font-size: 13px;
  display: block;
  background-color: #f7f7f7;
}

.related a:hover{
  background-color: #5ccadb;
  color: #fff;
}

.select-item-box .choose{
  background-color: #0a2d63;
  color: #fff !important;
}

#featuredproducts{
	scroll-margin-top: 100px;
}

.note1{
  display: flex;
  font-weight: bold;
  font-size: 18px;
  align-items: center;
}

.note1 a{
  border: 2px solid #5ccadb;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 15px;
  margin-left: 20px;
}

.note1 a:hover{
  background-color: #5ccadb;
  color: #fff;
}

.h3_tit{
  color: #5ccadb;
}





.covid_publicity{
	background-color: #f6f6f6;
	/* color: #fff; */
	padding: 0px 20px 0;

	z-index: 10000;
	display:none;
  }
  .covid_publicity.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
  }
  #code-sars{
	  max-width: 1400px;
	  margin: auto;
  }

  .covid_publicity.close{
	display: none;
  }
  
  .covid_publicity .covid_publicity_close {
	position: absolute;
	top: 0px;
	right: 20px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
  }
.inqunotice .google-policies{color:#000;}
.inqunotice .price-con,.inqunotice .price-con a,
.salearea .price-con,.salearea .price-con a{color:#000;}
.salearea{margin-bottom:20px; }
  