﻿
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  /*font-family: "Open Sans", sans-serif;*/
  font-family: 'ProximaNova-regular', Arial, Helvetica, sans-serif;
  color: #444444;
 }

a {
  color: #1977cc;
  text-decoration: none;
}

a:hover {
  color: #3291e6;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Raleway", sans-serif;*/
  font-family: 'ProximaNova-regular', Arial, Helvetica, sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1977cc;
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #123559;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #0d2742;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.datepicker-dropdown {
  padding: 20px !important;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #444444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #1977cc;
}

#topbar .contact-info i {
  color: #1977cc;
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: #437099;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #1977cc;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  /*top: 40px; uncomment if you are displaying the topnav*/
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #2c4964;
}

#header .logo img {
  max-height: 40px;
}

/**
* Appointment Button *
*/
.appointment-btn {
 /* margin-left: 25px;*/
  /*background: #0065a4;*/
  background-color: #123559;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.5s;
  font-size: 14px;
  font-weight:400;
  display: inline-block;
  border:2px solid #123559;
}

.appointment-btn:hover {
  /*background: #166ab5;*/
  background-color: #fff !important;
  color: #123559 !important;
  }

.trans-letter{
	display:inline !important;
	opacity:0;
	font-size:0px !important;
}

.trans-letter::after{
	background: #F00 !important;
	display:none !important;
	height:0px !important;
	width:0px !important;
}

.appointment-btn-teal {
  background: #00a499;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.5s;
  font-size: 14px;
  display: inline-block;
  border:2px solid #00a499;
  font-weight:400
}

.appointment-btn-teal:hover {
  /*background: #166ab5;*/
  background: #fff;
  color: #00a499;
}

@media (max-width: 768px) {
  .appointment-btn, appointment-btn-teal {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #2c4964;
  white-space: nowrap;
  transition: 0.3s;
  border-bottom: 2px solid #fff;
  padding: 5px 2px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #1977cc;
  border-color: #1977cc;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #1977cc;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #2c4964;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2c4964;
  border: none;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #1977cc;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #1977cc;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: 100vh;
  /*background: url("../images/Orthopedic-Services.webp") top center;*/
  background: url("../images/banners/cancer-journey.webp") ;
  background-size: cover;
  background-repeat: no-repeat; 
  margin-bottom: -200px;
background-position: center 90%;
}


@media screen and (mix-width:600px) and (max-width: 800px)
{
	#hero {
		height: 100vh !important;
		padding-bottom:0px !important;
		padding-top:100px
	}
}

@media (max-width: 767px) {
  #hero {
		max-height: 70vh !important;
		padding-bottom:0px !important;

		background: url("../images/banners/cancer-journey-m2.webp") ;
		/*background-position: right 50%;*/
		background-position: 50% 20%;
		box-shadow: inset 0 0 0 1000px rgba(0,0,0,.3);
	}
	.text-bottom-m{
		padding-top:250px;
		vertical-align:bottom !important;
	}

}


@media screen and (min-width: 768px) and (max-width: 1366px)
{
	#hero {
		max-height: 85vh !important;
		padding-bottom:0px !important
	}
}


#hero .container {
  position: relative;
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
   /*text-transform: capitalize;
 color: #123559;*/
   color: #fff;
  margin-bottom:15px;
  text-shadow: 3px 2px 7px #34312f;
}

#hero h2 {
  color: #123559;
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero p {
  color: #fff;
 
}

#hero .btn-get-started {
  font-family: 'ProximaNova-regular', Arial, Helvetica, sans-serif;
  /*text-transform: uppercase;*/
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background:#00a499;
}

#hero .btn-get-started:hover {
  /*background: #38bfbd;*/
background: #009389
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero {
    margin-bottom: 0;
    height: 100vh;
  }

  #hero .container {
    padding-bottom: 63px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 600px) {
  #hero {
    height: 110vh;
  }
}





/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  /*background-color: #f1f7fd;*/
  background-color: #fafafa;
}

.section-bg2 {
	background-color: #fff;	
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 0px;
  position: relative;
  color: #000;
  /*color:#123559;*/
}

.teal {

  color:#00a499 !important;
}

/*
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}


.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #1977cc;
  background: #0065a4;
  bottom: 0;
  left: calc(50% - 20px);
}
*/

.teal-light{
	background: #02c8bb !important
}

.section-title p {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #d5e1ed;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #1977cc;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #badaf7;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #2c4964;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #1977cc;
  border-color: #1977cc;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #1977cc;
}

.services .icon-box:hover .icon::before {
  background: #3291e6;
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}

.services ul li{
	font-size:19px;
	margin-bottom:10px
}

.services ul li i{
	font-size:26px;
	
}

[class^="fa-circle-check"], [class*=" fa-circle-check"] {
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: baseline;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
margin-top: 0;
margin-left:10px;
}

.services ul li b{
	color:#00a499;
}

/*--------------------------------------------------------------
# services for version 2
--------------------------------------------------------------*/
.services .nav-tabs {
  border: 0;
}
.services .nav-link {
  border: 0;
  padding: 20px;
  color: #555555;
  border-radius: 0;
  border-left: 5px solid #fff;
  cursor: pointer;
}
.services .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}
.services .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}
.services .nav-link:hover h4 {
  color: #3fbbc0;
}
.services .nav-link.active {
  background: #f7fcfc;
  border-color: #3fbbc0;
}
.services .nav-link.active h4 {
  color: #3fbbc0;
}
.services .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}
.services .tab-pane img {
  float: left;
  max-width: 300px;
  padding: 0 15px 15px 0;
}

.services .services-detail ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services .services-detail ul i {
  padding-right: 4px;
  /*color: #3fbbc0;*/
  color: #414141;
  font-size: 14px;
  line-height: 1;
}

.services .services-detail ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}



@media (max-width: 768px) {
  .services .tab-pane img {
    float: none;
    padding: 0 0 15px 0;
    max-width: 100%;
  }
}
.services .tab-pane h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #3fbbc0;
}
.services .tab-pane p {
  color: #777777;
}
.services .tab-pane p:last-child {
  margin-bottom: 0;
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors {
/*  background: #fff;*/
  
  padding-bottom:110px;

}

/*
.doctors .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  border-radius: 10px;
  height:110%;
  background-color:#fff;
}
*/

.doctors .portfolio-item .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  border-radius: 10px;
  height:110%;
  background-color:#fff;
}


.doctors .member .pic {
  overflow: hidden;
  width: 200px;
  max-width:200px;
   /*border-radius: 50%;*/
  margin-left: auto;
  margin-right: auto;
  margin-bottom:10px
}

/*
.doctors .member .pic img {
  transition: ease-in-out 0.3s;
}

.doctors .member:hover img {
  transform: scale(1.1);
}
*/

.doctors .member .member-info {
  /*padding-left: 30px;*/
}

.doctors .member h4 {
  font-weight: 700;
  /*margin-bottom: 5px;*/
  margin-bottom: 10px;
  margin-top:10px;
  font-size: 20px;
  color: #123559;
  text-align:center
}

.doctors .member h4 a{
	color: #123559 !important;	
}

.doctors .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 5px;
  position: relative;
  font-weight: 500;
  text-align: center !important;
}


.doctors .member span::after {
  content: "";
  /*position: absolute;*/
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  /*left: 0;*/
   margin-left: auto;
    margin-right: auto;
	margin-bottom:8px
}

.doctors .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.doctors .member-info span, p a, a:hover{
	color:#000;
}

.doctors .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.doctors .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}

.doctors .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.doctors .member .social a:hover {
  background: #1977cc;
}

.doctors .member .social a+a {
  margin-left: 8px;
}




@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  color: #444444;
  font-size: 14px;
  background: #f1f7fd;
  background: #fafafa;
}


#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  /*font-family: "Raleway", sans-serif;*/
  font-family: 'ProximaNova-regular', Arial, Helvetica, sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #1c84e3;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #1977cc;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #bfdcf7;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #1977cc;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #1c84e3;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1977cc;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #1c84e3;
  color: #fff;
  text-decoration: none;
}

.btn-card {
	margin: 20px auto;
	bottom:0;
	left:0;
	position:absolute;
	text-align:center !important;
	width:100%;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

.ml-0{
	margin-left:0px !important;
}

.ml-25{
	margin-left:25px !important;
}

.custom-list ul
{
  list-style: none;
  padding: 0;
}

.custom-list ul li {
  padding-bottom: 10px;
}

.custom-list ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #3fbbc0;
}

.custom-list p:last-child {
  margin-bottom: 0;
}

.text-left{
	text-align:left;	
}

.text-HN-blue{
	color:#0065a4;	
}

.font-weight-600{
	font-weight:600;	
}

.ar-1-1 {
	/*aspect-ratio: 1/1;*/
	width:50%;
	height:50%;
	float:left
}



/* Patient stories - start */
.testimonials .testimonial-wrap {
  padding-left: 50px;

}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #faad88;
  font-size: 26px;
}

.quote-icon-left-cust, .quote-icon-right-cust{
  color: #faad88;
  font-size: 26px;
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #fa764a !important;
  border:none;
}
.owl-carousel .owl-nav {
	display: block!important
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
	display: flex;
	align-items: center;
	justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 60px!important;
	left: auto;
	right: 0% ;
}
.owl-carousel .owl-prev {
left: 0%;
right: auto;

}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}


#testimonials .btn-get-started{
  font-family: 'ProximaNova-regular', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin:  20px 0px 0px 0px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #00a499;
  background: #00a499;

}

#testimonials .btn-get-started:hover {
  background: #fff;

  color: #38BFBD;
  text-decoration: none;
}

@media (max-width: 767px) {
  #testimonials .btn-get-started{
		width:100%  ;
		text-align:center;
  }
}
/* Patient stories - End */


/*--------------------------------------------------------------
# Oncology Physicians Section - start
--------------------------------------------------------------*/
.projects .portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.projects .portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  /*margin: 0 10px;*/
  margin: -3px;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  /*border-bottom: 2px solid #fff;*/
  padding:10px;
  /*border-radius:50px;*/
  
  /*border: 1px solid #00A499;*/
  border-top: 1px solid #00A499;
  border-bottom: 1px solid #00A499;
  /*border-left: 0.05em solid #00A499;*/
  border-right: 1px solid #00A499;
  /*border-left: 0.005em solid #00A499;*/

  color:#00A499;
  min-width:150px;
}

.projects .portfolio-flters li:hover,
.projects .portfolio-flters li.filter-active {
    
  color: #00A499 !important;
  /*border-bottom: 2px solid #00A499;*/
  background-color:#00A499;
  color: #fff !important;
  
  
}

.projects .portfolio-flters li:first-child {
  margin-left: 0;
  border-left: 1px solid #00A499;
}

.projects .portfolio-flters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .projects .portfolio-flters li {
    font-size: 14px;
    margin: 0 5px;
  }
  
  .projects .portfolio-flters li:first-child {
  	margin-left: 4px;
	border-left: 1px solid #00A499;
	}
}

@media (max-width: 767px) {
	.projects .portfolio-flters li {
  		border-left: 1px solid #00A499;
	}  
	
	.projects .portfolio-flters li {
    font-size: 14px;
    margin: 0 5px;
  }	
}

@media (max-width: 898px) {
	.projects .portfolio-flters li {
  		border-left: 1px solid #00A499;
	}  
	
	.projects .portfolio-flters li {
    font-size: 14px;
    margin: 5px 5px;
  }	
}

.projects .portfolio-content {
  position: relative;
  overflow: hidden;
}

.projects .portfolio-content img {
  transition: 0.3s;
}

.projects .portfolio-content .portfolio-info {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
}

.projects .portfolio-content .portfolio-info h4 {
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  background-color: var(--color-primary);
}

.projects .portfolio-content .portfolio-info p {
  position: absolute;
  bottom: 10px;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.projects .portfolio-content .portfolio-info .preview-link,
.projects .portfolio-content .portfolio-info .details-link {
  position: absolute;
  left: calc(50% - 40px);
  font-size: 26px;
  top: calc(50% - 14px);
  color: #fff;
  transition: 0.3s;
  line-height: 1.2;
}

.projects .portfolio-content .portfolio-info .preview-link:hover,
.projects .portfolio-content .portfolio-info .details-link:hover {
  color: var(--color-primary);
}

.projects .portfolio-content .portfolio-info .details-link {
  left: 50%;
  font-size: 34px;
  line-height: 0;
}

.projects .portfolio-content:hover .portfolio-info {
  opacity: 1;
}

.projects .portfolio-content:hover img {
  transform: scale(1.1);
}
/*--------------------------------------------------------------
# Oncology Physicians Section - start
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Awards
--------------------------------------------------------------*/
/*
.clients {
  background: #cde4e2;
  padding: 15px 0;
  text-align: center;
}
*/

.clients {
  color: #fff;
  background: url("../images/plcc-footer.jpg") top center no-repeat;
  background-size: cover;
  font-size: 14px;
  padding: 60px 0 60px 0;
  position: relative;
}

.clients:before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  background: rgba(141, 141, 141, 0.9);
  background: rgba(241, 241, 242, 0.9);
  position: absolute;
  inset: 0;
}




.clients img {
  max-width: 65%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 35px 0 15px 0px;
  z-index:99
}

@media (max-width: 767px) {
	.clients img {
	  max-width: 40%;
	  transition: all 0.4s ease-in-out;
	  display: inline-block;
	  padding: 35px 0 15px 0px;
	  z-index:99
	}
}


.clients .img-spec{
  max-width: 100%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 25px 0 15px 0px;
  z-index:99
}


@media (max-width: 767px) {
	.clients .img-spec {
	max-width: 60%;
	transition: all 0.4s ease-in-out;
	display: inline-block;
	padding: 25px 0 15px 0px;
	z-index:99
	}
}
	

.clients img:hover {
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}


br.responsive {
  display: inline; /*Show BR tag for narrow screens*/
}

/* Hide BR tag for wider screens*/
@media (min-width: 320px) { 
  br.responsive {
    display: none; 
  }
}