.position-relative {
    position: relative !important;z-index:1;
}
.center-element-patient {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
.patient-lab {
  width: 100%;
  min-height: 74vh;
  position: relative;
  padding: 90px 0 0 0!important;
  display: flex;
  align-items: center;
}

.patient-lab 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;
}
.patient-lab h1 span {
    color: #1976d2;
}
.patient-lab .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
.patient-lab .hero-img{text-align:right;}
.patient-lab .hero-img img{height:380px;}
@media (max-width: 640px) {
  .patient-lab h1 {
    font-size: 32px;
    line-height: 42px;text-align:center;
  }
.patient-lab p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;font-family: "Montserrat", sans-serif;
  }

  .patient .btn-get-started,
  .patient .btn-watch-video {
    font-size: 13px;padding:4px 15px;letter-spacing:0;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}
.banner-sub{padding:10px 0 60px 0;}
.banner-one__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-one__content-left {
    position: relative;
    display: block;
    text-align: right;
}

.banner-one__content-left h2 {
    color: #14176c;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
}

.banner-one__content-left h2 span {
    color: var(--logistiq-base);
}

.banner-one__content-left p {
    color: #000;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    text-transform: capitalize;
}

.banner-one__content-right {
    position: relative;
    display: block;
    padding-left: 40px;
    margin-left: 40px;
}

.banner-one__content-right::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    width: 2px;
    background: #1976d2;
    content: "";
}

.banner-one__content-right-text {
    position: relative;
    display: block;
    margin-bottom: 16px;
}

.banner-one__content-right-text p {
    color: #000;
    font-size: 22px;
    line-height: 32px;margin:10px 0;
}

.banner-one__content-right-middle {
    position: relative;
    display: flex;
    align-items: center;
}
.banner-one__content-right-middle .text-box {
    position: relative;
    display: block;
    flex: 1;
}

.banner-one__content-right-middle .text-box h2 {
    color: #000;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    text-transform: capitalize;
}

.banner-one__content-right-middle .text-box p {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;margin-bottom:10px;
}
@media only screen and (max-width: 767px) {
    .banner-one__content-left h2 {
        font-size: 32px;line-height:42px;text-align:center;
    }
.banner-one__content-right::before{display:none}
    .banner-one__location-single.style7 {
        right: 400px;
    }

    .banner-one__content {
        display: block;
    }

    .banner-one__content-left {
        text-align: left;
    }

    .banner-one__content-right {
        margin-left: 0px;
        margin-top: 40px;
    }

    .banner-one {
        padding: 375px 0px 94px;
    }

    .banner-one__content-left h2 br {
        display: none;
    }

    .banner-one__pattern2 img {
        width: 100%;
    }

    .banner-one__content-right-text p br {
        display: none;
    }

    .banner-one__content-right-middle {
        display: block;
    }

    .banner-one__content-right-middle .text-box {
        margin-left: 0px;
        margin-top: 10px;
    } 
}
.services{padding:20px 0 40px 0;position:relative;}
.services-grid-item {
  padding: 15px;
  border-radius: 14px;
  background-color: #fff;
  border: 1px solid rgba(3, 31, 66, 0.05);margin-bottom:20px;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.services-grid-content {
  padding: 20px 20px 0px 20px;
  width: 100%;
}
.services-grid-thumb img {
  height: 320px;
  width: 230px;
  border-radius: 8px;
  object-fit: contain;transition: all 0.3s 0s ease-out;
}

.services-grid-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  color: #000;
}
.services-text{font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  color: #000;text-align:justify;}
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .services-grid-item {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .services-grid-thumb img {
    width: 100%;
    height: 100%;
  }
  .services-grid-content {
    padding: 20px 0 0px 0;
    width: 100%;
}
.services-grid-title{text-align:center;}
}
.space20h{height:20px;}
@media (min-width:100px) and (max-width:767px){
.patient-lab {width: 100%;min-height: 70vh;}
.patient h1 {font-size: 28px;line-height: 36px;text-align: center;}
.banner-one__content-left h2 {font-size: 24px;text-align: center;margin-bottom: 10px;padding-bottom: 0;line-height:32px;}
.banner-one__content-right::before{display:none}
.banner-one__content-right{padding-left:0;margin-top:20px;}
.banner-one__content-right-text p {font-size: 16px;line-height: 26px;text-align: center;}
.banner-one__content-right-middle .text-box p{text-align:center;}
.banner-one__content-right-middle .text-box h2{text-align:center;}
.banner-sub {padding: 10px 0 10px 0;}
.consolidate-section h3{text-align:center;font-size:24px;line-height: 34px;margin-top:0;}
.bdr {margin: 20px 10px;}
.services-text {font-size: 14px;  }
}

