.position-relative {
    position: relative !important;z-index:1;
}
.center-element-patient {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
.billing-ass-comp {
  width: 100%;
  min-height: 74vh;
  position: relative;
  padding: 90px 0 0 0!important;
  display: flex;
  align-items: center;
}

.billing-ass-comp h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;text-align:left;
  line-height: 50px;color:#14176c;margin-bottom:10px;font-family: "Montserrat", sans-serif;
}
.billing-ass-comp h1 span {
    color: #1976d2;
}
.billing-ass-comp p {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    color: #000;
    margin-bottom: 10px;
}
.billing-ass-comp .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
.billing-ass-comp .hero-img{text-align:right;}
.billing-ass-comp .hero-img img{height:380px;}
.bill-wrapper-content {
    background-color: #1976d2;
    border-radius: 10px;
    padding: 52px;
    position: relative;
    overflow: hidden;
    margin-top: 0;
    margin-left: 0;
    z-index: 1;
    text-align: center;
}
.bill-wrapper{position:relative;padding:40px 0;}
.bill-wrapper img{max-width:100%;border-radius:10px;}
.bill-wrapper-content p{    margin: 0 0 10px 0;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
    font-family: "Montserrat", sans-serif;}
.rcmp::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/laboratory/22shp.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.rcmp {
  border-radius: 10px;
  padding: 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;background:#333;
  z-index: 1;
}
.rcmprob{padding:20px 0;}
.rcmprob h4{font-size: 34px;
  line-height: 46px;
  font-weight: 700;color:#000;padding:0 20px 10px 0;text-transform:none;}
.rcmprob p{font-size: 15px;
  line-height: 30px;
  font-weight: 500;color:#000;padding:12px 10px 12px 0;}
ul.list-style-three {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.list-style-three li::after {
  position: absolute;
  left: 7px;
  top: 6px;
  content: "\f1c7";
  font-family: "flaticon";
  line-height: 23px;
  text-align: center;
  font-size: 15px;font-weight:600;
  color: #fff;
}
ul.list-style-three li {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  z-index: 1;padding:5px 10px;
  padding-left: 32px;color:#fff;
}
.boxwrapper1{background:#f1f3f9;padding:80px 0;}
.box-wrapper1{position: relative;
  background-color: #FCFCFC;
  border: 1px solid #D1E3FB;
  box-shadow: #ccc 0 0 16px;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 10px;z-index:1;}
.box-wrapper1::before {
  z-index: -1;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  border-radius: 20px;
  height: calc(100% + 80px);
  width: calc(100% - 152px);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 30px 50px -14px rgba(26, 31, 35, 0.07);
}
 .box-wrapper1 img{border-radius:10px;max-width:100%;}
 .box-wrapper1 p{font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  position: relative;text-align:justify;
  z-index: 1;padding:0 40px 0 10px;color:#000; }
@media (max-width: 640px) {
  .billing-ass-comp h1 {
    font-size: 32px;
    line-height: 42px;text-align:center;
  }
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@media (min-width:100px) and (max-width:767px){
.billing-ass-comp {width: 100%;min-height: 70vh;}
.billing-ass-comp h1 {font-size: 32px;line-height: 42px;text-align: center;}
.billing-ass-comp p {font-size: 18px;line-height: 24px;margin-bottom: 10px;text-align: center;}
.bill-wrapper-content{padding:20px;margin-bottom:20px;}
.center-element-patient {position: relative;top: 50%;transform: translateY(-50%);}
.rcmprob h4 {font-size: 24px;line-height: 34px;text-align: center;padding:0;}
.rcmprob p {font-size: 14px;line-height: 24px;padding: 10px;text-align: center;}
ul.list-style-three li {font-size: 14px;line-height: 20px;font-weight: 500;position: relative;z-index: 1;padding: 5px 10px;padding-left: 32px;color: #fff;text-align:justify;}
.bill-wrapper {padding: 40px 0 0px 0;}
.bill-wrapper-content p {margin:0 0 10px 0;font-size:14px;line-height:24px;text-align: justify;}
.box-wrapper1::before {height: calc(100% + 60px);width: calc(100% - 60px);}
.box-wrapper1 p {font-size: 14px;line-height: 24px;padding: 5px 0 0 0;color: #000;}
.box-wrapper1{padding:20px;}
.boxwrapper1 {padding: 60px 0;}
}

 