.position-relative {
    position: relative !important;z-index:1;
}
.center-element-rcm {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
.end-to-end {
  width: 100%;
  min-height: 74vh;
  position: relative;
  padding: 90px 0 0 0!important;
  display: flex;
  align-items: center;
}

.end-to-end h1 {
  font-size: 52px;
  font-weight:700;text-align:left;
  line-height:62px;color:#14176c;margin-bottom:20px;font-family: "Montserrat", sans-serif;
}
.alltuchtopdown {
  -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation-duration: 1.5s;
  animation-duration: 3s;
}
@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
.complete-end-to-end{padding:20px 0;position:relative;}
.complete-end-to-end .bluebox {
    padding: 30px 30px 20px 30px;
    background:url(../img/laboratory/rcmlabtxtbg.png);
	background-size:cover;background-position:center;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    transition: 0.5s all ease;
}
.bluebox::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
}
.complete-end-to-end .bluebox h3{color:#fff;font-size:18px;font-weight:600;line-height:30px;text-align:justify;position:relative;z-index:10;}
.complete-end-to-end .bluebox h5{color:#fff;font-size:18px;font-weight:600;line-height:30px;text-align:justify;position:relative;z-index:10;}
.complete-end-to-end .whitebox {
    padding: 30px;
    background: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    transition: 0.5s all ease;
}
.complete-end-to-end .whitebox p{text-align:justify;font-size:15px;line-height:30px;color:#000;margin-bottom:10px;font-weight:500;}
/* === prior item style two === */
.prior_area{padding:40px 0;position:relative;}
.prior_item.style_two {
    background: #f0f3f9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.prior_area.style_two .section-title {
    text-align: center;
    padding-bottom: 10px;
    position: relative;
}
.prior_area.style_two .section-title h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-transform: none;
    position: relative;
    color: #14176c;text-align:left;
}
.prior_area.style_two p{font-size:15px;color:#000;font-weight:500;line-height:24px;text-align:justify;}
.prior_item.style_two .prior-thumb {
    flex-shrink: 0;border-radius:10px 0 0 10px;
}
.prior_item.style_two h3{color:#000;font-weight:700;font-size:24px;line-height:34px;margin-bottom:10px;}
.prior_item.style_two .prior-content {
    padding: 0 30px 0;
}
.prior_item.style_two .prior-sub {
    margin-top: 25px;
}
.prior_item.style_two .prior-sub .bio {
    margin-left: 0;
}
.prior_item.style_two .prior-sub .bio h4.name {
    color: #1976d2;font-weight:600;font-size:20px;
    margin: 0;
}
.testi_list .owl-nav {
    position: absolute;
    top: 50%;
    right: -3%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}
.testi_list .owl-prev i {
    width: 32px;
    height: 32px;
    border-radius: 23px;
    background-color: #ffffff;
    border: 1px solid rgba(6,50,50,0.2);
    display: inline-block;
    line-height: 32px;
    margin-bottom: 10px;
    transition: .5s;
    text-align: center;
}
.testi_list .owl-next i {
    width: 32px;
    height: 32px;
    border-radius: 23px;
    background-color: #ffffff;
    border: 1px solid rgba(6,50,50,0.2);
    display: inline-block;
    line-height: 32px;
    transition: .5s;
    text-align: center;
}
.testi_list .owl-prev i, .testi_list .owl-next i:hover {
    background: #1976d2;
    color: #fff;
}
.testi_list .owl-carousel .owl-dot{display:none}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 10px 0 0 10px;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.row-opacity {
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.hidden-row {
  display: none;
}

.show-row {
  display: block;
}

.load-more-btn {
  display: block;
  width: 20%;
  text-align: center;
  background: #1976d2;
  color: white;
  padding: 10px;
  border: none;
  cursor: pointer;border-radius:6px;
  margin: 20px auto 0 auto;
  text-transform: uppercase;
}
.load-more-btn:hover {
  background-color: #1565c0;
}
div#accordionFlushExample { position: relative;margin-top:30px;}
.accordion-item { text-align: center; padding: 20px 10px; border: 1px solid #1976d2!important; overflow: hidden; border-radius: 6px!important; position: relative; margin-bottom: 20px; }
.accordion-item h2 { font-size: 18px; font-weight: 700; font-family: 'Montserrat'; margin-bottom: 10px; padding: 0;color:#14176c; }
.accordion-item p { font-size: 15px; font-weight: 400; font-family: 'Montserrat'; line-height: 24px; padding: 0; margin-bottom: 0; }
.accordion-button { position: relative; display: block; align-items: center; width: 100%; padding: 10px 0; color: #1976d2; text-align: center; border: 0; }
.accordion-body { padding: 0!important; }
.accordion-body p { padding-bottom: 0; margin-bottom: 0; }
.accordion-button:not(.collapsed) { color: #1976d2; background: transparent!important; box-shadow: none; padding: 4px 0; margin: 0 0; line-height: 40px; }
a .readMore { display: none; }
a .readLess { display: inline-block; padding: 0; color: #1976d2; text-decoration: none; font-weight: 600; margin: 10px 0 0 0; text-transform: uppercase; }
a.collapsed .readMore { display: inline-block; padding: 0; color: #1976d2; text-decoration: none; font-weight: 600; margin: 10px 0 0 0; text-transform: uppercase; }
a.collapsed .readLess { display: none; }
@media (min-width:100px) and (max-width:767px){
.end-to-end {width: 100%;min-height:72vh;}
.end-to-end h1 {font-size: 34px;text-align:center;line-height:44px;}
.row-opacity {opacity: 1;transition: opacity 1s ease;}
.load-more-btn{width:100%;margin: 0;}
.prior_area.style_two .section-title h2 {font-size: 34px;margin-bottom: 10px;text-align: center;}
.prior_item.style_two {background: #f0f3f9;display: block;align-items: center;justify-content: center;border-radius: 10px;}
.owl-carousel .owl-item img {display: block;width: 100%;border-radius: 10px;}
.prior_item.style_two .prior-content {padding: 20px;text-align: center;}
.prior_area.style_two p {text-align: center;}
.owl-carousel .owl-dots{margin:10px auto;text-align:center;position:absolute;left:0;right:0;top:100%;}
.owl-carousel .owl-dot {cursor: pointer;background: #000;width: 10px;height: 10px;border-radius: 50px;display: inline-block;margin: 0 6px;text-align: center;}
.owl-dot.active { background: #1976d2;}
.testi_list .owl-nav{display:none;}
.prior_area.style_two p {font-size: 15px;color: #000;font-weight: 500;line-height: 30px;text-align: justify;margin-bottom:10px}
.center-element-rcm {position: relative;}
}
