/*+++++++++++++++++++++++++++++++++++++++++++++
CSS dedicated to Saptrishi Hospital
++++++++++++++++++++++++++++++++++++++++++++++*/


.hr-black-founder {
    border-top: 1px solid #181818;
    opacity: 1 !important;
    margin-top: 60px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Breadcrumb - Saptrishi
++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-breadcrumb-11 {
	background: var(--dark-color);
	color: var(--white-color);
	padding: 130px 0;
	position: relative;
	background-size: cover;
	background-position: center center;
	text-align: center;
}

.pq-breadcrumb-11{
	background-image: url(../images/breadcrumb/2.jpg) !important;
}

.pq-breadcrumb-11:before {
	content: "";
	width: 100%;
	height: 100%;
	background: var(--dark-color);
	left: 0;
	top: 0;
	z-index: 1;
	position: absolute;
	opacity: 0.6;
}

.pq-breadcrumb-11-container {
	text-align: left;
	padding-top: 15px;
}

.pq-breadcrumb-11 nav {
	position: relative;
	z-index: 9;
}

.pq-breadcrumb-11 .pq-breadcrumb-11-title h1 {
	font-size: 56px;
	line-height: 64px;
	margin-bottom: 15px;
	text-align: left;
	color: var(--white-color);
	text-align: center;
}

.pq-breadcrumb-11 .pq-breadcrumb-11-title h3 {
	font-size: 40px;
	line-height: 64px;
	margin-bottom: 15px;
	text-align: left;
	color: var(--white-color);
	text-align: center;
}

.pq-breadcrumb-11-container .breadcrumb {
	padding: 0;
	margin: 0;
	justify-content: center;
}

.pq-breadcrumb-11-container .breadcrumb li {
	list-style-type: none;
	padding: 0px 8px;
	text-transform: capitalize;
}

.pq-breadcrumb-11-container .breadcrumb li a i {
	margin-right: 10px;
	color: var(--white-color);
}

.pq-breadcrumb-11-container .breadcrumb li.active {
	color: var(--primary-color);
	margin-right: 0;
}

.pq-breadcrumb-11-container .breadcrumb li a {
	color: var(--white-color);
}

.pq-breadcrumb-11-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	content: "\f125";
	font-size: 14px;
	color: var(--white-color);
	font-family: "Ionicons";
	padding-right: 14px;
	float: none;
	opacity: 1;
}

/**header 11 for saptrishi hospital**/
header#pq-header.pq-header-style-11 {
	position: absolute;
	background: transparent;
}

header#pq-header.pq-header-style-11 .pq-top-header {
	padding: 0 30px;
}

header#pq-header.pq-header-style-11 .pq-bottom-header {
	padding: 0px 45px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header#pq-header.pq-header-style-11 .pq-bottom-header .navbar .navbar-nav {
	float: none;
	justify-content: center;

}

header#pq-header.pq-header-style-11 .pq-bottom-header .navbar .navbar-nav li a {
	color: var(--white-color);
	font-size: 18px;
	line-height: 26px;
}

header#pq-header.pq-header-style-11 .pq-bottom-header .navbar .navbar-nav li a:hover {
	color: var(--primary-color);
}

header#pq-header.pq-header-style-11 .pq-header-info-box {
	display: inline-flex;
	align-items: center;
}

header#pq-header.pq-header-style-11 .pq-menu-search-block{
    margin: 0 30px 0 0;
}

header#pq-header.pq-header-style-11 .pq-menu-search-block a {
	color: var(--white-color);
}

header#pq-header.pq-header-style-11 .pq-menu-search-block a:hover {
	color: var(--primary-color);
}

header#pq-header.pq-header-style-11 .pq-bottom-header.pq-header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	background: var(--dark-color);
}

header#pq-header.pq-header-style-11 .pq-bottom-header .navbar .navbar-nav li i,
header#pq-header.pq-header-style-11 .pq-bottom-header .navbar .navbar-nav li:hover .pq-submenu-icon,
header#pq-header.pq-header-style-11 .pq-bottom-header .navbar .navbar-nav li.current-menu-item .pq-submenu-icon {
	color: var(--primary-color);
}

header#pq-header.pq-header-style-11 .pq-bottom-header.pq-header-sticky .pq-header-info-box a.pq-button:hover {
	background: var(--white-color);
	color: var(--dark-color);
}

/*++++++++++++++++++++++++++++++++++++++++++++++
Saptrishi Hospital
++++++++++++++++++++++++++++++++++++++++++++++++*/


.pq-section-title.pq-style-11 .pq-section-main-title {
	font-weight: 700;
	font-size: 38px;
	line-height: 56px;
	z-index: 9;
	color: var(--teal-color);
	padding: 0;
	margin: 0 0;
	position: relative;
	display: block;
}

.pq-section-title.pq-style-11 .pq-section-description {
	font-family: var(--body-fonts);
	font-size: 16px;
	font-weight: 400;
	z-index: 9;
	position: relative;
	margin: 10px 0 0 0;
}

.pq-bg-dark .pq-section-title.pq-style-11 .pq-section-main-title{
	color: var(--white-color);
}

/*+++++++++++++++++++++++++++++++++++++++++
Image resize
+++++++++++++++++++++++++++++++++++++++++*/

.img-11 {
	max-width: 50%;
	height: auto;
}

/*+++++++++++++++++++++++++++++++++++++++++
Ideas from Lilavati
+++++++++++++++++++++++++++++++++++++++++*/

.img-110 {
	max-width: 15%;
	height: auto;
}

.suggestion-txt {
        border: 1px solid #98e2de;
        padding: 25px;
        border-radius: 40px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        background-color: #f5f5f5;
        height: 100%;
    }
	.mission-title{
      margin-bottom:30px;
}
.intro-mission-card {
        height: 100%;
        font-size: 18px; /* Default font size for larger screens */
    }