nav.breadcrumb {
  padding: 2.5em 0em 2.5em 0em;
}

nav.breadcrumb ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

nav.breadcrumb li {
  display: inline;
}

nav.breadcrumb li+li::before {
  display: inline-block;
  margin: 0.1em .45em 0.1em 0.25em;
  border: .2em solid #0974BA;
  border-radius: 50%;
  height: .025em;
  content: '';
}

nav.breadcrumb ol li.first_list a {
  color: rgba(26, 25, 25, 0.5);
  text-decoration: none;
  font-size: 16px;
}

nav.breadcrumb ol li.page_list a {
  color: #1A1919;
  font-size: 16px;
}


.our_text {
  font-size: 56px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.our_client_para {
  font-size: 16px;
  color: #000;
  text-align: center;
  margin-bottom: 24px;
}

.common_padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.our_hospitality {
  color: #0974BA;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
}

.client_btn img {
  width: 100%;
}






.hospital_owl {
  position: relative;
}

.hospital_owl .owl-nav {
  display: none;
}

.hospital_owl:hover .owl-nav {
  display: block;
  margin-top: 0px;
}

.owl-carousel.hospital_owl .owl-nav .owl-next {
  position: absolute;
  right: -16px;
  top: 60px;
}

.owl-carousel.hospital_owl .owl-nav .owl-prev {
  position: absolute;
  left: -16px;
  top: 60px;
}

.owl-carousel.hospital_owl .owl-nav .owl-next:hover {
  background-color: transparent !important;
}

.owl-carousel.hospital_owl .owl-nav .owl-prev:hover {
  background-color: transparent !important;
}




.hospitals_owl {
  position: relative;
}

.hospitals_owl .owl-nav {
  display: none;
}

.hospitals_owl:hover .owl-nav {
  display: block;
  margin-top: 0px;
}

.owl-carousel.hospitals_owl .owl-nav .owl-next {
  position: absolute;
  right: -16px;
  top: 60px;
}

.owl-carousel.hospitals_owl .owl-nav .owl-prev {
  position: absolute;
  left: -16px;
  top: 60px;
}

.owl-carousel.hospitals_owl .owl-nav .owl-next:hover {
  background-color: transparent !important;
}

.owl-carousel.hospitals_owl .owl-nav .owl-prev:hover {
  background-color: transparent !important;
}



.hospital_owl1 {
  position: relative;
}

.hospital_owl1 .owl-nav {
  display: none;
}

.hospital_owl1:hover .owl-nav {
  display: block;
  margin-top: 0px;
}

.owl-carousel.hospital_owl1 .owl-nav .owl-next {
  position: absolute;
  right: -16px;
  top: 60px;
}

.owl-carousel.hospital_owl1 .owl-nav .owl-prev {
  position: absolute;
  left: -16px;
  top: 60px;
}

.owl-carousel.hospital_owl1 .owl-nav .owl-next:hover {
  background-color: transparent !important;
}

.owl-carousel.hospital_owl1 .owl-nav .owl-prev:hover {
  background-color: transparent !important;
}




.hospital_owl2 {
  position: relative;
}

.hospital_owl2 .owl-nav {
  display: none;
}

.hospital_owl2:hover .owl-nav {
  display: block;
  margin-top: 0px;
}

.owl-carousel.hospital_owl2 .owl-nav .owl-next {
  position: absolute;
  right: -16px;
  top: 60px;
}

.owl-carousel.hospital_owl2 .owl-nav .owl-prev {
  position: absolute;
  left: -16px;
  top: 60px;
}

.owl-carousel.hospital_owl2 .owl-nav .owl-next:hover {
  background-color: transparent !important;
}

.owl-carousel.hospital_owl2 .owl-nav .owl-prev:hover {
  background-color: transparent !important;
}



.hospital_owl .owl-dots .owl-dot.active span {
  width: 30px !important;
  background-color: #0974BA !important;
  border-radius: 0px !important;
}

.hospital_owl .owl-dots .owl-dot.active span {
  background: #869791;
}

.hospital_owl .owl-dots .owl-dot:hover span {
  background: #869791;
}

.hospital_owl .owl-dots .owl-dot span {
  border-radius: 0px !important;
  width: 15px !important;
}




.hospitals_owl .owl-dots .owl-dot.active span {
  width: 30px !important;
  background-color: #0974BA !important;
  border-radius: 0px !important;
}

.hospitals_owl .owl-dots .owl-dot.active span {
  background: #869791;
}

.hospitals_owl .owl-dots .owl-dot:hover span {
  background: #869791;
}

.hospitals_owl .owl-dots .owl-dot span {
  border-radius: 0px !important;
  width: 15px !important;
}



.hospital_owl1 .owl-dots .owl-dot.active span {
  width: 30px !important;
  background-color: #0974BA !important;
  border-radius: 0px !important;
}

.hospital_owl1 .owl-dots .owl-dot.active span {
  background: #869791;
}

.hospital_owl1 .owl-dots .owl-dot:hover span {
  background: #869791;
}

.hospital_owl1 .owl-dots .owl-dot span {
  border-radius: 0px !important;
  width: 15px !important;
}


.hospital_owl2 .owl-dots .owl-dot.active span {
  width: 30px !important;
  background-color: #0974BA !important;
  border-radius: 0px !important;
}

.hospital_owl2 .owl-dots .owl-dot.active span {
  background: #869791;
}

.hospital_owl2 .owl-dots .owl-dot:hover span {
  background: #869791;
}

.hospital_owl2 .owl-dots .owl-dot span {
  border-radius: 0px !important;
  width: 15px !important;
}


@media only screen and (max-width: 768px) {
  .our_text {
    font-size: 35px;
  }
  .our_client_para{
    text-align: justify;

  }
}