@charset "utf-8";
@import url("font-awesome.css");

img {
  height: auto;
}
.indexcenter {
  width: 1350px;
  margin: 0 auto;
}
.container {
  height: auto;
  margin: 0 auto;
  max-width: 1350px;
  width: 96%;
}

.index-span{
  display: block;
  margin-bottom: 10px;
  color: var(--yellow-color);
  font-weight: bold;
  font-size: 18px;
}
.container h1 {
  color: var(--main-color);
  font-size: 32px;
  font-family: "Avenir Black";
}
.index-title{
  font-size: 1.8em;
}

.service--box_icon:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 40px;
  width: 80px;
  height: 80px;
  background-color: rgba(239,236,229,.4);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.service--box_icon img {
  z-index: 10;
  max-width: 60px;
  width: 100%;
  height: auto;
  position: relative;
}
.contagion-block-one:hover .service--box_icon:before{
  background-color: rgba(255,255,255,.9);
}
.icon--colour {
  display: block;
}
.icon--white {
  display: none;
}
.contagion-block-one {
  position: relative;
  padding: 30px;
  margin: 0 auto;
  box-shadow: 4px 9px 16px 1px rgba(0, 0, 0, 0.04), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  border-radius: 10px 10px 0 0;
  background: #fff;
   height: 100%;
  border-bottom: 10px solid #f2f2f2;
}
.index-pro a {
  text-decoration: none;
}
.contagion-block-one-box {
  background: #fff;
}

.contagion-block-one h4 {
  margin-top: 30px;
  line-height: 24px;
  margin-bottom: 5px;
  color: var(--Green-color);
  font-family: "Avenir Black";
  font-size: 20px;
}

.alink {
  text-decoration: none;
}
.contagion-block-one .text {
  line-height: 28px;
  color: #143645;
  font-size: 1rem;
  margin-top: 20px;
}
.contagion-block-one:hover {
  background: #f2f2f2;
  transition: all 0.3s;
}

.pinkbluelfr {
   margin-top: 40px;
}
.bg-pinkbluelfr {
  background: linear-gradient(to right, rgba(229, 246, 228, 0.7), rgba(24, 247, 253, .15));
  border-radius: 20px 0 0 20px;
  padding: 50px;
  height: 352px;
}
.bg-pinkbluelfr h2 {
  color: var(--Green-color);
  font-weight: bold;
  font-size: 32px;
  font-family: "Avenir Black";
  margin: 0;
  padding: 20px 0;
}
.bg-pinkbluelfr p {
  color: var(--Green-color);
  margin-bottom: 30px;
}
.btn-1 {
  background: #fff;
  border-radius: 30px;
  position: relative;
  z-index: 99;
  padding: 12px 30px;
  color: var(--main-color);
  font-weight: bold;
  font-size: 14px;
  border: 1px var(--main-color) solid;
  text-decoration: none;
}
.btn-1:hover {
  background: var(--main-color);
  color: #fff;
  border: 1px #fff solid;
  transition: all 0.3s ease-in;
}

.image--callout_image {
  border-radius: 0 20px 20px 0;
  background: url(../images/why-BOC-Sciences-img.jpg);
  background: -webkit-image-set(url(../images/why-BOC-Sciences-img.webp) 1x);
  background: image-set(url(../images/why-BOC-Sciences-img.webp) 1x);

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 352px;
}
.bg-blue {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: url(../images/index-bg.jpg) no-repeat center fixed;
  background-size: cover;
  margin-top: 50px;
  padding: 30px 0;
  color: var(--Green-color);
}
.title-center {
  padding-top: 50px !important;
  text-align: center;
}
.p-center {
  text-align: center;
  color: var(--Green-color);
}

.slide-item-body ul li:hover,
.slide-item-body ul lit:focus,
.slide-item-body ul li:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  /*background: #cce7e2;
		transition: background-color .5s;*/
  box-shadow: 4px 6px 12px 1px rgba(0, 0, 0, 0.04), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.slide-item-body ul li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.slide-item-body ul li {
  width: 32%;
  display: block;
  color: #000;
  z-index: 10002;
  margin: 20px auto;
  background: #e8f4ef;
  border-radius: 10px; /* box-shadow: 4px 6px 12px 1px rgba(0, 0, 0, 0.04), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);*/
}

.slide-item-body ul li a {
  display: block;
}

.slide-item {
  width: 1300px;
  position: relative;
  margin: 0 auto 30px auto;
  padding: 0;
  z-index: 99;
}

.slide-item-box {
  padding: 0;
}

.new-body img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.new-body-title {
  font-size: 18px;
  overflow: hidden;
  height: auto;
  font-family: "Avenir Black";
  text-align: center;
  color: var(--main-color);
  padding-top: 15px;
}
.new-body:hover .new-body-title{
  color: var(--yellow-color);
}



.slide-item-body ul li {
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}

.slide-item-body .tempWrap {
}

.slide-item-body ul {
  padding-top: 10px;
  overflow: visible;
}

.next {
  position: absolute;
  top: 49%;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 60px;
  -webkit-background-size: 60px;
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
  right: auto;
  left: -7%;
  height: 60px;
  width: 60px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.next-bg {
  background-image: url(../images/btn-fl1.png);
}
.next-bg:hover {
  background-image: url(../images/btn-fl2.png);
}

.prev {
  position: absolute;
  top: 49%;
  z-index: 100;
  cursor: pointer;
  -moz-background-size: 60px;
  -webkit-background-size: 60px;
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
  right: -7%;
  height: 60px;
  width: 60px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.prev-bg {
  background-image: url(../images/btn-fr1.png);
}

.prev-bg:hover {
  background-image: url(../images/btn-fr2.png);
}

.bg-lightpink {
  background: #f6faee;
  padding: 40px 0 40px 0;
}

.bg-lightpink--image {
  background: #ddd;
  border-radius: 20px;
  padding: 0 0 10px 0 !important;
  box-shadow: 4px 9px 16px 1px rgba(0, 0, 0, 0.04), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.bg-lightpink--image img {
  max-width: 100%;
  border-radius: 20px;
}
@media(min-width: 992px) {
  .index-four .col-md-7{
    padding-left: 60px;
  }

}
/*contact Us index*/
.contact_bottom {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background: #3f3f3f;
  padding: 50px 0 20px 0;
  font-size: .92em;
}
.contact_container h3 {
  font-size: 18px;
  color: var(--main-color);
  margin: 0;
  padding-bottom: 20px;
  font-family: "Avenir Black";
}
.contact_container p {
  color: #fff;
  text-decoration: none;
  padding: 0;
  margin: 5px;
  font-size: 1rem;
}
.contact_container {
  margin: 0 auto;
  max-width: 1350px;
  width: 96%;
}

.social-icon-two {
  padding-top: 10px;
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
  height: auto;
  overflow: hidden;
}
.social-icon-two li {
  margin-right: 15px;
  margin-left: 0px;
  display: inline-block;
}
.social-icon-two li a {
  color: #fff;
  font-size: 22px;
  text-decoration: none;
}
.social-icon-two li a:hover {
  color: var(--main-color);
}

.footer-item p {
  display: inline-block;
  width: 100%;
}
.footer-item p a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  display: block;
}
.footer-item p a:hover {
  color: var(--main-color);
  margin-left: 10px;
  transition: margin-left 0.5s;
}
.footer-item p a:before {
  content: "\f105";
  font-family: "FontAwesome";
  cursor: pointer;
  text-align: left;
  padding-right: 5px;
  color: #fff;
}

.footer-item p a:hover:before {
  color: var(--main-color);
}

.contact_container > .row > .col-md-3 p a {
  text-decoration: none;
  color: #fff;
}
.contact_container > .row > .col-md-3 p a:hover {
  color: var(--main-color);
}

.list-style-two {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list-style-two li {
  position: relative;
  font-weight: 400;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #fff;
}
.list-style-two li .icon {
  position: absolute;
  left: 0px;
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.list-style-two li a {
  color: #fff;
  text-decoration: none;
}
.list-style-two li :hover {
  color: var(--main-color);
}
/*inpage*/
.title-center-inpage {
  color: #fff !important;
  text-align: center;
}
.word-images {
  max-width: 100%;
  border-radius: 20px;
  margin-top: 30px;
}
.p-wordlist {
  color: #fff;
  padding: 30px 0;
}
.index_pro_50 {
  float: left;
  width: 50%;
  height: 540px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 0 50px;
}
.index_pro_50 h2 {
  font-family: "Avenir Black";
  font-size: 2rem;
}
.index_pro_50 p {
  line-height: 28px;
  margin: 0;
  padding-bottom: 20px;
}
.DCL-Platform-Advantages {
  height: auto;
  overflow: hidden;
  margin: 30px 0;
}
.DCL-Platform-Advantages h3 {
  text-align: center;
  font-family: "Avenir Black";
  margin: 0;
  padding: 20px 0;
}
.DCL-Platform-Advantages img {
  max-width: 100%;
}

.aboutcenter {
  margin-top: 50px;
  padding: 30px 0;
}
.aboutcenter p {
  padding-bottom: 20px;
}
.about_icon {
  text-align: center;
  padding-top: 8%;
}
.about_icon img {
  max-width: 80px;
}
.aboutbox {
  background: var(--main-color);
  border-radius: 50%;
  height: 80px;
  width: 80px;
  text-align: center;
  padding-top: 10px;
  margin: 0 auto;
}
.aboutbox img {
  width: 50px;
}
.aboutboxfont {
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
}
.aboutboxfont p {
  margin-top: 10px;
}
.our-values {
  height: auto;
  overflow: hidden;
  margin: 30px auto;
}
.our-values h3 {
  text-align: left;
  font-family: "Avenir Black";
  margin: 0;
  padding: 20px 0;
  color: var(--main-color);
}
.our-values img {
  max-width: 100%;
}
.our-values-box {
  position: relative;
  box-shadow: 4px 9px 16px 1px rgba(0, 0, 0, 0.04), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  background: #fff;
  min-height: 540px;
  width: 95%;
  padding: 20px;
  margin: 10px;
}
.contact_p p {
  padding-bottom: 20px;
  font-size: 1rem;
}
.contact_p p a {
  color: var(--main-color);
  text-decoration: none;
}

.inquiry_form_public {
  width: 100%;
  margin-bottom: 15px;
}
.inquiry_form_public h3 {
  color: #333;
  font-size: 28px;
}
.inquiry_form_public ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px;
}
.inquiry_form_public li {
  position: relative;
  width: 100%;
  display: inline-block;
}
.inquiry_form_public label {
  width: 100%;
  display: inline-block;
  text-align: left;
  padding: 15px 0;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.inquiry_form_public input,
.inquiry_form_public select {
  height: 50px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding-left: 10px;
  outline: none;
  color: #444;
}
.inquiry_form_public textarea {
  padding-left: 10px;
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.inquiry_form_public .submit {
  display: inline-block;
  text-align: center;
  padding: 1em 3em;
  clear: both;
  color: #fff;
  text-decoration: none;
  border: 0px;
  cursor: pointer;
  margin-top: 20px;
  background: var(--main-color);
  float: left;
  border-radius: 30px;
}
.inquiry_form_public .submit:hover {
  background: var(--Green-color);
  color: #fff;
  transition: background-color 0.3s;
}
.inquiry_form_public textarea {
  font-family: "barlow", sans-serif;
  padding-top: 10px;
}

.therapeutic-right h2 {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  font-family: "Avenir Black";
  margin: 0;
  padding: 30px 0;
}
.therapeutic-right {
  background: var(--Green-color);
  height: 200px;
}
.therapeutic-col {
  height: 480px;
}
.therapeutic-col img {
  max-width: 100%;
  height: auto;
  transition: all 0.5s;
}
.therapeutic-col img:hover {
  transform: scale(1.1);
}
.therapeutic-col h3 a {
  color: var(--main-color);
  text-decoration: none;
}
.therapeutic-col h3 a:hover {
  text-decoration: underline;
}
.therapeutic-col p {
  padding-bottom: 20px;
}

.read-more-btn {
  text-decoration: underline;
  font-weight: bold;
  color: var(--main-color);
  position: relative;
  padding-right: 30px;
}
.read-more-btn:hover {
  text-decoration: none;
  font-weight: bold;
}
.read-more-btn:before {
  content: "\f178";
  font-family: "FontAwesome";
  cursor: pointer;
  color: var(--main-color);
  font-size: 16px;
  position: absolute;
  right: 0;
}

.sidebar {
  position: relative;
  box-shadow: 0 0 10px #ddd;
  width: 100%;
  padding: 20px 10px;
  margin-bottom: 30px;
}
.sidebar h3 {
  font-size: 24px;
  font-family: "Avenir Black";
  margin-bottom: 15px;
}
.sidebar h3 a {
  color: rgba(41, 41, 41, 1);
  text-decoration: none;
  transition: all ease-in-out 0.4s;
}
.sidebar h3 a:hover {
  text-decoration: underline rgba(41, 41, 41, 1);
}
ul.accordion-menu {
  padding: 0;
  list-style: none;
  width: 100%;
  clear: both;
}
ul.accordion-menu .list {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  vertical-align: sub;
  clear: both;
  margin-bottom: 0;
}
ul.accordion-menu .list:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 10px;
  padding: 0px 5px;
  color: #333;
  font-weight: bold;
  cursor: pointer;
}

ul.accordion-menu .list a {
  text-decoration: none;
  color: #333;
  padding: 10px 25px 10px 0px;
  height: 100%;
  box-sizing: border-box;
  display: block;
}

ul.accordion-menu a {
  text-decoration: none;
  color: #333;
  padding: 10px 0px;
  height: 100%;
  box-sizing: border-box;
  display: block;
}
ul.accordion-menu a:hover {
  transition: 300ms all;
  color: var(--main-color);
}
ul.accordion-menu .list a:hover {
  transition: 300ms all;
  color: var(--main-color);
}
ul.accordion-menu .list .items {
  height: 0px;
  overflow: hidden;
  font-size: .92em;
  margin-bottom: 0;
}
ul.accordion-menu .list .items a {
  padding: 5px 7px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.accordion-menu .list .items a:hover {
  color: var(--main-color);
  background: #fff;
  border-radius: 5px;
  transition: 300ms all;
}
ul.accordion-menu .list:last-child {
  border-bottom: none;
}
ul.accordion-menu .active:after {
  content: "\f106";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 10px;
  padding: 0px 5px;
  color: var(--main-color);
  cursor: pointer;
}
ul.accordion-menu .active > .items {
  display: block;
  padding: 10px 5px;
  height: auto;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 200ms;
  clear: both;
  float: left;
  width: 100%;
  background: #f2f2f2;
  margin-bottom: 10px;
}
ul.accordion-menu .active > .items li {
  padding: 0px;
  list-style: none;
  margin-bottom: 0;
}
ul.accordion-menu .active > .items li:last-child {
  border-color: transparent;
  padding-bottom: 0px;
}
ul.accordion-menu .active > a {
  color: var(--main-color);
}

ul.accordion-menu .active .list a {
  padding: 10px;
}

.applications-left {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
.applications-left img {
  max-width: 100%;
}
.applications-left-font {
  background-color: #f2f4ed;
  font-family: "Avenir Black";
  color: var(--Green-color);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
}

.inquiry_form_left {
  width: 100%;
  background: #f0f6f9;
  margin-bottom: 30px;
  padding: 30px 15px 10px 15px;
  box-shadow: 0 0 10px #ddd;
}
.inquiry_form_left .row>div[class*="col-md"]{
  margin-bottom: 0;
}
.inquiry_form_left h3 {
  font-size: 24px;
  font-family: "Avenir Black";
  margin-bottom: 15px;
  color: var(--main-color);
}

.applications-list {
  padding-bottom: 30px;
}

@media(min-width: 992px) {
 .layout-row>.col-md-3{
   width: 26%;
 }
  .layout-row>.col-md-9 {
    width: 74%;
    padding-left: 50px;
  }
}
@media(max-width: 992px){
  .layout-row{
    display: flex;
    flex-direction: column-reverse;
  }
}
.ullist {
  padding: 0px 0px 0 19px;
  margin: 0 0 25px 0;
}

.ullist li > ul > li {
  list-style-type: circle;
}



.ollist {
  padding: 0px 0px 15px 19px;
  margin: 0px;
}

.ollist li > ul > li {
  list-style-type: lower-latin;
}
.reference,
.Reference {
  padding-bottom: 0px !important;
  color: #888888;
  padding-top: 10px;
  margin: 0;
  font-size: 1rem;
}

.ServiceShowPic {
  font-size: 0.85em;
  text-align: center;
  line-height: 1.7em !important;
  color: #666666;
}

.ServiceShowPic img {
  margin: auto;
}

.ServiceShowleftPic {
  float: left;
  margin-right: 20px !important;
  padding-bottom: 5px !important;
  text-align: center;
  color: #666666;
  display: inline-block;
}
.ServiceShowleftPic img {
  margin-top: 20px;
}

.ServiceShowrightPic {
  float: right;
  margin-left: 20px !important;
  padding-bottom: 5px !important;
  text-align: center;
  color: #666666;
  display: inline-block;
}
.ServiceShowrightPic img {
  margin-top: 20px;
}

.ServiceShowPic,
.ServiceShowrightPic,
.ServiceShowleftPic {
  font-size: 0.85em;
  text-align: center !important;
  line-height: 1.7em !important;
}
.ServiceShowPic img,
.ServiceShowrightPic img,
.ServiceShowleftPic img {
  margin-top: 20px;
}

.ServiceShowPic img,
.ServiceShowrightPic img,
.ServiceShowleftPic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

.serviceshowpic,
ServiceShowPic {
  font-size: 1em;
  text-align: center;
  line-height: 1.7em !important;
  color: #666666;
  display: block;
}

.serviceshowpic img {
  margin: auto;
}

.ServiceShowPic img {
  margin: auto;
}

.serviceshowleftpic,
ServiceShowleftPic {
  float: left;
  margin-right: 15px;
  text-align: center;
  color: #666666;
  display: inline-block;
}

.serviceshowrightpic,
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 {
  margin-top: 20px;
}

.ServiceShowPic,
.ServiceShowrightPic,
.ServiceShowleftPic {
  font-size: 0.85em;
  text-align: center !important;
  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;
}

.ServiceShowPic img,
.ServiceShowrightPic img,
.ServiceShowleftPic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

.ServiceShowPic {
  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 {
  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;
}

@media (min-width: 769px) and (max-width: 1279px) {
  .serviceshowleftpic,
  .serviceshowrightpic,
  .ServiceShowLeftpic,
  .ServiceShowRightpic,
  .ServiceShowleftPic,
  .ServiceShowrightPic {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .serviceshowleftpic img,
  .serviceshowrightpic img,
  .ServiceShowLeftpic img,
  .ServiceShowRightpic img,
  .ServiceShowleftPic img,
  .ServiceShowrightPic img {
    margin-bottom: 15px;
  }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media (max-width: 768px) {
  .serviceshowleftpic,
  .serviceshowrightpic,
  .ServiceShowLeftpic,
  .ServiceShowRightpic,
  .ServiceShowleftPic,
  .ServiceShowrightPic {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .serviceshowleftpic img,
  .serviceshowrightpic img,
  .ServiceShowLeftpic img,
  .ServiceShowRightpic img,
  .ServiceShowleftPic img,
  .ServiceShowrightPic img {
    margin-bottom: 15px;
  }
}
.index_sol_50 {
  float: left;
  width: 50%;
  height: 540px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 0 50px;
}
.index_sol_50 h2 {
  font-family: "Avenir Black";
  font-size: 2rem;
  color: var(--main-color);
}
.index_sol_50 p {
  line-height: 28px;
  margin: 0;
  padding-bottom: 20px;
}

@media (min-width: 1280px) {
}

@media (min-width: 1024px) and (max-width: 1280px) {
}

@media (max-width: 768px) {
  body {
    font-size: 1rem;
  }
  .nav{
    background: #fff;
  }
  .auto-header {
    width: 95%;
  }
  .logo {
    width: 150px !important;
    border: 0px;
    text-align: center;
  }
  .top_contact {
    margin-top: 10px !important;
  }
  .top_submit_search a {
    margin-top: 10px !important;
  }
  .banner_text,
  .banner_text_left {
    width: 90% !important;
    margin: 0 5%;
    padding: 20px !important;
    top: 180px !important;
  }
  .banner_text h2,
  .banner_text_left h2 {
    font-size: 1.5rem !important;
  }

  .scroll--down {
    top: 420px !important;
  }
  .banner_inpage {
    height: 520px !important;
  }
  .container,
  .indexcenter,
  .contact_container {
    width: 90% !important;
  }
  .bg-pinkbluelfr,
  .image--callout_image {
    height: 420px !important;
    border-radius: 20px !important;
  }
  .bg-pinkbluelfr {
    margin-bottom: 20px !important;
  }
  .slide-item-body ul {
    padding-left: 0;
  }
  .slide-item-body ul li {
    width: 28%;
  }
  .searchinput2 {
    min-width: 95% !important;
  }
  .submit_search a {
    width: 95% !important;
    float: left !important;
  }
  #code {
    width: 100% !important;
  }
  .fixed {
    position: relative !important;
  }

  .index_pro_50 {
    float: left;
    width: 100%;
    height: auto;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 0 20px;
  }
  .index_sol_50 {
    float: left;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 0 20px;
  }
  .index_sol_50 h2 {
    font-family: "Avenir Black";
    font-size: 1.5rem;
    color: var(--main-color);
  }
  .therapeutic-right h2,
  .container h2 {
    font-size: 1.5rem;
  }
  .therapeutic-col {
    height: auto;
  }
}

/*************************************bannerCarousel**************************************/
.banner-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  /* height: 600px;*/
  --y: -1;
}
.banner-carousel a {
  text-decoration: none;
}
.banner-carousel a:hover {
  text-decoration: none;
}
.banner-carousel ul {
  list-style-type: none;
}
.banner-carousel .operate {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100px;
  background: none;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  font-size: 1.4em;
  --backColor: none;
  --borderColor: #fff;
}

.banner-carousel .operate span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.banner-carousel .operate span::after {
  position: absolute;
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid var(--borderColor);
  width: 40px;
  height: 40px;
  z-index: -1;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.banner-carousel .operate.left {
  left: 100px;
}

.banner-carousel .operate.right {
  right: 100px;
}

@media screen and (max-width: 1601px) {
  .banner-carousel .operate.left {
    left: 0;
  }

  .banner-carousel .operate.right {
    right: 0;
  }

  .banner-carousel .operate span::after {
    width: 40px;
    height: 40px;
  }
}

.banner-carousel .operate:hover {
  --backColor: rgba(0, 94, 156, 0.6);
  --borderColor: rgba(36, 37, 91, 0.6);
}

.banner-carousel ul.carousel-content {
  position: relative;
  width: 100%;
  height: calc(100vh - 135px);
  padding: 0;
  margin: 0;
}

.banner-carousel ul.carousel-content li {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  top: 0;
  --imgSrc: "";
}

.banner-carousel ul.carousel-content li .imgData {
  position: relative;
  height: calc(100vh - 135px);
  background: var(--imgSrc);
  width: 100%;
  -webkit-background-size: cover;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.banner-carousel ul.carousel-content li img {
  vertical-align: top;
}

.banner-carousel ul.carousel-content li .carousel-contentMess {
  position: absolute;
  /* width:88%;*/
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*z-index: 10;*/
  /*  left: 0;*/
  top: 0;
  color: white;
  /* max-width: 1320px;*/
}

.banner-carousel ul.carousel-content li .carousel-contentMess {
  align-items: center;
}

.banner-carousel ul.carousel-content li .carousel-contentMess > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.banner-carousel ul.carousel-content li.show_ {
  opacity: 1;
  /* position: relative;*/
  z-index: 1;
}

.banner-carousel ul.carousel-content li.current {
  animation: simpleAn 0.6s ease forwards;
  z-index: 2;
  /*    position: relative;*/
}

.banner-carousel ul.carousel-content li:first-child {
  opacity: 0;
  position: relative;
  z-index: -1;
  height: calc(100vh - 135px);
  width: 100%;
}

.banner-carousel ul.carousel-content li h2,
.banner-carousel ul.carousel-content li h1 {
  font-weight: bold;
  margin: 10px 0;
  font-size: 2em;
  text-align: center;
}

.banner-carousel ul.carousel-content li p {
  position: relative;
  margin: 10px 0;

  padding: 0;
}

@media screen and (min-width: 1081px) {
  .banner-carousel ul.carousel-content li h2,
  .banner-carousel ul.carousel-content li h1 {
    font-size: 3.1em;
    /*  text-align: center;*/
    margin: 30px 0;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 1080px) {
  .banner-carousel ul.carousel-content li .carousel-contentMess {
    padding: 10px;
    padding-top: 300px;
  }
  .banner-carousel .operate {
    display: none;
  }
}
.titleCurrent {
  animation: simpleAn 3.6s cubic-bezier(0.13, 0.95, 0, 0.99) forwards;
}

.imgCurrent {
  animation: simpleAn 2s cubic-bezier(0.13, 0.95, 0, 0.99) forwards;
}

@-webkit-keyframes simpleAn {
  0% {
    -webkit-transform: translateX(calc(100% * var(--y)));
    -moz-transform: translateX(calc(100% * var(--y)));
    -ms-transform: translateX(calc(100% * var(--y)));
    -o-transform: translateX(calc(100% * var(--y)));
    transform: translateX(calc(100% * var(--y)));
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.banner-carousel ul.carousel-content li.after {
  -webkit-animation: simplyAn 0.6s ease forwards;
  -o-animation: simplyAn 0.6s ease forwards;
  animation: simplyAn 0.6s ease forwards;
  /* position: relative;*/
}

@-webkit-keyframes simplyAn {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(calc(-100% * var(--y)));
    -moz-transform: translateX(calc(-100% * var(--y)));
    -ms-transform: translateX(calc(-100% * var(--y)));
    -o-transform: translateX(calc(-100% * var(--y)));
    transform: translateX(calc(-100% * var(--y)));
    opacity: 1;
  }
}
.banner-carousel ul.scroll {
  position: absolute;
  bottom: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*    background:rgba(88,88,88,0.8);*/
  z-index: 10;
}

.banner-carousel ul.scroll li {
  position: relative;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: white;
  margin: 10px;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  cursor: pointer;
}

.banner-carousel ul.scroll li.current {
  background: rgba(255, 255, 255, 0.6);
  width: 30px;
}

.banner-carousel ul.scroll li:hover {
  background: var(--yellow-color);
}

.banner-carousel .btn {
  color: var(--white-color);
}
.banner-carousel .btn:hover {
  color: var(--main-color);
}
.banner-carousel .new-nuka-btn::before {
  background: var(--white-color);
}

@media screen and (max-width: 1320px) {
  .banner-carousel .new-nuka-btn {
    margin: 2em 0;
  }
}
.banner-carousel .new-nuka-btn:hover {
  color: var(--yellow-color);
  border: 1px solid var(--white-color);
}

#January-Promo-BOC-Sciences {
  position: relative;
  margin-top: 100px;
  margin-bottom: 10px;
  padding: 0;
}
#January-Promo-BOC-Sciences::before {
  position: absolute;
  content: "";
  left: 0;
  top: -130px;
  width: 240px;
  height: 130px;
  background-image: url("../images/2023-January-Promotion-500.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.contentNewTitle {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2em !important;
  color: var(--Green-color);
  margin: 20px 0 !important;
}

.wordBg {
  position: relative;
  /*  background-image: url("../images/title-banner.jpg");*/
  --bg: linear-gradient(50deg, var(--main-color) 0, var(--Green-color) 66%);
  background: var(--bg);
  color: transparent !important;
  background-clip: text;
  -webkit-background-clip: text;
}

.wordBg::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background: var(--bg) !important;
  bottom: -10px;
  box-shadow: 1px 3px 2px 1px lightgray;
  left: 0;
}


.search-list{
  margin-bottom: 25px;
}

@media(min-width: 992px) {
  .search-list{
    grid-gap: 4px;
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media(max-width: 992px){
  .search-list a{
    margin-bottom: 10px;
  }
}
.search-list a,.search-list span{
  display: block;
  align-content: center;
  padding: 5px 10px;
  background: linear-gradient(to right, #edf6f7, #f9f9f9);
  transition: all ease .4s;
  min-height: 50px;
  line-height: 1.35em;
  font-weight: bold;
}

.search-list a:hover{
  transform: scale(1.03);
  background: linear-gradient(to right, rgba(248, 227, 201, 0.9), rgba(229, 246, 228, 0.5));
}
.share-box{
  margin-bottom: 25px;
}
.share-box a{
  display: inline-block;
  margin-right: 15px;
}