/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
/* @import url(app.css); */
/* @import url(blocks.css); */

/*Import CSS Plugins*/
/* @import url(plugins/style-switcher.css); */

* {
	padding: 0;
	margin: 0;
}

:root {
	--m_color_1: #3F79A1;
	--m_color_2: #1db9a0;
	--r_ed: #EE2229;
	--white: #fff;
	--black: #000;
	--linear_1: linear-gradient(90deg, var(--m_color_2) 0%, #4d94c4 100%);
	--t666: #666666;
}

body {
	color: var(--t666);
	background-color: var(--white);
}


.h1,
.h2,
.h3 {
	font-size: 32px;
}

.text-white {
	color: var(--white) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444 !important;
}

a {
	color: inherit;
	text-decoration: none;
}

li {
	/* list-style: none; */
}

:focus {
	border-color: var(--m_color_1);
	outline: 0;
	box-shadow: none !important;
}

:focus-visible {
	outline: none;
}


.btn_design,
.btn_design_white {
	border: 0 !important;
	background: var(--linear_1);
	color: var(--white);
	font-size: 16px;
	padding: 10px 18px 12px;
	border-radius: 8px;
	display: flex;
	line-height: 18px;
}

.btn_design_white {
	background: var(--white);
	color: var(--m_color_2);
}


.breadcrumbs {
	padding: 16px 0;
	margin-bottom: 30px;
	border-bottom: solid 1px var(--m_color_1);
}

.breadcrumb li,
.breadcrumb li a {
	color: var(--t666);
}

.breadcrumb {
	margin-bottom: 0;
	gap: 10px;
}

.breadcrumb li.active,
.breadcrumb li a:hover {
	color: var(--m_color_1) !important;
}

.breadcrumb li.active {
	font-weight: 600;
}

.career_list img {
	width: 100%;
}

.form-error {
	color: #f00;
}


/* .nav-link,
.nav-link:focus,
.nav-link:hover {
	color: var(--white) !important;
} */

.sub_heading {
	margin-bottom: 12px;
	display: inline-flex;
	background: var(--linear_1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.accordion-button:not(.collapsed) {
	color: var(--white);
	background: var(--linear_1);
}

.brand_logo {
	width: 170px;
}

.h_search_btn {
	background: var(--linear_1);
	width: 40px;
	height: 40px;
}

.navbar-nav .dropdown-menu {
	width: 260px;
	padding: 10px 10px;
	border-radius: 8px;
	border: solid 1px #ddd;
	opacity: 0;
	display: block;
	visibility: hidden;
	transition: all 0.2s ease;
}

.nav-item.dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
}

.navbar-nav .dropdown-menu li a {
	display: flex;
	color: #999999;
	font-size: 15px;
	transition: 0.4s;
}

.dropdown-menu li:not(:first-child) a {
	padding-top: 10px;
}

.dropdown-menu li:not(:last-child) a {
	padding-bottom: 10px;
	border-bottom: solid 1px #ddd;
}

.mega-menu-content li a {
	padding-top: 10px;
}

.mega-menu-content li a {
	padding-bottom: 10px;
	border-bottom: solid 1px #ddd;
}

.navbar-nav .dropdown-menu li a:hover {
	color: var(--r_ed);
	border-color: var(--r_ed);
}

.dropdown-menu,
.dropdown-menu.mega-menu-content {
	top: 45px;
	margin-top: 0;
}

.close_btn {
	top: 40px;
	right: 40px;
	z-index: 20;
}

.mega-menu-content {
	width: 1300px !important;
	left: -50% !important;
	transform: translateX(-50%);
}


.footer {
	margin-top: 50px;
	padding: 50px 0 30px;
	background: var(--linear_1);
}

.appointments {
	position: fixed;
	top: 50%;
	left: -69px;
	z-index: 1024;
	transform: translateY(-50%);
	background: var(--linear_1);
	transform: rotate(90deg);
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}




/* home page css start  */

.ev_img_g {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.ev_img_g img {
    border: solid 1px #329aaa54;
    border-radius: 14px;
    overflow: hidden;
    width: 100%;
}

.about_sec_row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.about_sec_row div {
	border-bottom: solid 1px #E2E2E2;
}

.about_sec_row div:nth-child(odd) {
	padding: 30px 20px 30px 0;
	border-right: solid 1px #E2E2E2;
}

.about_sec_row div:nth-child(even) {
	padding: 30px 0 30px 20px;
}

.about_sec_row div i {
	color: #1db9a0;
	font-size: 32px;
}

.appointment {
	margin-top: 110px;
}

.appoin_row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 90px 20px;
}

.appoin_row .appoin_item {
	padding: 20px;
	border-radius: 12px;
	box-shadow: 0 3px 7px #dac8c81a, 0 13px 13px #dac8c817, 0 30px 18px #dac8c80d, 0 54px 22px #dac8c803, 0 84px 24px #dac8c800;
}

.appoin_row .appointment_img {
	top: -60px;
}

.appoin_row .appointment_text {
	padding-top: 60px;
}

.appoin_row .appointment_text a,
.appoin_row .appointment_text a i {
	transition: 0.5s;
}

.appoin_row .appoin_item:hover>.appointment_text a {
	color: var(--m_color_1);
}

.appoin_row .appoin_item:hover>.appointment_text a i {
	transform: translateX(10px);
}

.specialitie {
	padding: 50px 0;
	position: relative;
}

.specialitie::before {
	content: "";
	z-index: -1;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	width: calc(100% - 10px);
	background: var(--linear_1);
	border-top-right-radius: 200px;
}

.specialitie .sp_list {
	border: solid 1px var(--white);
}

.specialitie .sp_list .spa_img {
	min-width: 80px;
	width: 80px;
	height: 80px;
	backdrop-filter: blur(20px);
	background-color: #ffffff30;
}

.specialitie .sp_list .spa_img img {
	width: 70%;
}


.item_content {
	border: solid 1px #ddd;
}

.testimonial {
	padding: 50px 0;
	background-color: #f9f9f9;
}

.testimonial img {
	min-width: 350px;
	width: 350px !important;
	height: 350px;
	margin-right: 100px;
	border-radius: 8px;
	background: var(--linear_1);
	object-fit: cover;
}

.testimonial p {
	font-size: 18px;
	line-height: 30px;
}


.empa_card.c_1 {
	background-color: #4089ba;
}

.empa_card.c_2 {
	background-color: #5192be;
}

.empa_card.c_3 {
	background-color: #5ba2d1;
}

.empanelment_slider img {
	border: solid 1px #5ba2d1;
}

.news_slider img {
	padding: 4px;
	border-radius: 10px;
	background: var(--linear_1);
}

.blogs {
	background-color: #f9f9f9;
	padding: 50px 0;
}

.b_list_ {
	border: solid 1px #5ba2d1;
	background-color: var(--white);
}

.b_list_ img {
	height: 240px;
}

.b_list_img {
	min-width: 160px;
	width: 160px;
}

.b_list_2 {
	box-shadow: 0 0 10px 0 rgba(91, 162, 209, 0.3);
	background-color: var(--white);
}

.b_list_2 img {
	object-fit: contain;
}

.b_list_2 h5 a {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.b_list_ h3 a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.csr_act {
	padding: 50px 0;
	background-color: #f9f9f9;
}

.csr_act .csr_card {
	background-color: var(--white);
	box-shadow: 0 0 10px 0 rgba(91, 162, 209, 0.3);
}

.exp_card .exp_img {
	width: 70px;
	min-width: 70px;
	height: 70px;
	background-color: #c1e6ff;
}

.exp_card .exp_img img {
	width: 70%;
	height: 70%;
	object-fit: cover;
}

.expertise::before {
	content: "";
	height: 100%;
	width: 50%;
	z-index: -1;
	top: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	background: var(--linear_1);
	border-top-left-radius: 100px;
}

.exp_form {
	padding: 80px 0 80px 50px;
}


/* home page css end  */




/* doctor list css start  */

.dr_l_banner {
	display: flex;
	align-items: center;
	position: relative;
	height: 350px;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-ms-background-size: cover !important;
}

.dr_l_banner h1,
.dr_l_banner .sub_hadding {
	color: #fff !important;
	position: relative;
	z-index: 1;
}

.dr_l_banner::before {
	content: "";
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.3);
}

.sidebar_bs {
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
}

.blog-latest-posts li {
	font-size: 16px;
	margin: 0 0 3px;
	line-height: 20px;
}

.blog-latest-posts h5 {
	color: var(--m_color_1);
}

.dr_l_item img {
	min-width: 150px;
	width: 150px;
	height: 200px;
	background: #fafafa;
	border-radius: 6px;
	object-fit: cover;
}

.dr_l_item h5 {
	color: var(--m_color_1);
}

.dr_l_item {
	padding: 20px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}

/* doctor list css end  */


/* doctor detail css start  */


.dr_det .dr_d_img {
	min-width: 350px;
	max-width: 350px;
}

.dr_desc_ h5 {
	margin-bottom: 20px;
}


/* doctor detail css end  */


/* contact css start  */


.contact-info-contact {
	background: var(--linear_1);
	border-radius: 10px;
	padding: 40px 40px 50px;
	margin-bottom: 30px;
}

.contact-info .contact-info-contact ul {
	margin-top: 32px;
}

.contact-info .contact-info-contact ul li a,
.contact-info .contact-info-contact ul li address {
	color: #fff;
	font-weight: 500;
}

.contact-info .contact-info-contact ul li:not(:last-child) {
	margin-bottom: 30px;
}

.contact-info .contact-info-contact ul li {
	margin-bottom: 0;
	gap: 0;
	list-style: none;
}

/* contact css end  */


/* Departments list and detail css start  */

.course_info {
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 0 0 20px 0 rgba(63, 121, 161, 0.3);
}

.doctor_box {
	background: var(--linear_1);
}

.need_assistance .need_row {
	padding: 40px;
	background: var(--linear_1);
}

.need_assistance h4 {
	font-size: 28px;
}


.s_d_testim .nav-pills {
	max-width: 400px;
	/* background: var(--linear_1); */
}

.s_d_testim .nav-pills .nav-link {
	font-size: 22px;
	color: var(--black);
}

.s_d_testim .nav-pills .nav-link.active {
	color: var(--white);
	background: var(--linear_1);
}

.wrt_test .item {
	background: var(--white);
	padding: 30px 24px;
	border-radius: 16px;
	border: solid 1px #329aaa54;
}

.wrt_test .item p {
	margin-bottom: 0;
}

.ser_why .ser_t_row {
	background: var(--linear_1);
}

.ser_why .ser_img div {
	width: 160px;
	padding: 30px 0;
	margin-right: 30px;
	background: var(--white);
}

.ser_why .ser_fill {
	width: calc(100% - 190px);
}

/* Departments list and detail css end  */

.news_list {
	border: solid 1px #329aaa54;
	border-radius: 10px;
	overflow: hidden;
}

.career_list {
	padding: 20px;
	border-radius: 10px;
	border: solid 1px #329aaa54;
}

.lightbox-trigger {
	cursor: pointer;
}

.lightbox {
	display: none;
	position: fixed;
	z-index: 1050;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	justify-content: center;
	align-items: center;
}

.lightbox-content {
	width: auto;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
	height: 90%;
}

.lightbox-close {
	position: absolute;
	top: 20px;
	right: 35px;
	color: var(--white);
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
}

.lightbox-close:hover {
	color: var(--r_ed);
}

.gall_album {
	border-radius: 16px;
	border: solid 1px #329aaa54;
}

.gall_album h6 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.vodeo_list__ iframe,
.o_p_f iframe {
	width: 100%;
}

.career_side_bar h5 {
	padding: 10px;
	color: var(--white) !important;
	margin-bottom: 20px;
	background: var(--linear_1);
}

.blog-latest-posts li:not(:first-child) {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ddd;
}

.tpa__row {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr);
}

.tpa__row div {
	padding: 20px;
	border-radius: 10px;
	border: solid 1px #329aaa54;
}

#ab__text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	transition: all 1s ease;
}

#ab__text.show {
	-webkit-line-clamp: unset;
}

#ab__text p:nth-last-child(1) {
	margin-bottom: 0;
}

.pagination {
	gap: 10px;
}

.pagination .active span,
.pagination li a {
	min-width: 38px;
	height: 38px;
	padding: 5px 10px;
	background: #fff !important;
	border: solid 1px var(--m_color_2) !important;
	display: flex;
	color: var(--m_color_2) !important;
	align-items: center;
	justify-content: center;
}

.pagination .active span {
	color: var(--white) !important;
	background: var(--linear_1) !important;
	border: 0 !important;
}

/* 
.pagination strong,
.pagination a {
	min-width: 32px;
	height: 32px;
	padding: 5px 10px;
	background: #fff;
	border: solid 1px var(--m_color_1);
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination strong {
	color: var(--white);
	background: var(--linear_1);
	border: 0;
} */

.b_d_tag_list li {
	padding: 4px 10px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 500;
	border: solid 1px var(--m_color_2);
}

.det_desc .row {
	align-items: center;
}

.ser_d_slider .item {
	border: solid 1px #329aaa54;
	border-radius: 14px;
	overflow: hidden;
}

.ser_d_slider .s_treate_img {
	display: block;
	height: 330px;
	overflow: hidden;
	margin-bottom: 10px;
}

.ser_d_slider .s_treate_det h5 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ser_d_slider .s_treate_det p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.accordion-button {
	font-weight: 300;
}

.footer h5 {
	color: var(--white) !important;
}

.cont_desc__ ul {
	text-align: left;
}

blockquote.hero.box-shadow.shadow-effect-2.mb-0 {
	background-color: #efefef;
	padding: 20px;
	border-left: solid 4px var(--m_color_2);
}

@media (max-width:1399.50px) {
	.mega-menu-content {
		width: 1120px !important;
		left: 22% !important;
	}
}

@media (max-width:1199.50px) {

	.specialitie::before {
		border-top-right-radius: 100px;
	}

	.mega-menu-content {
		width: calc(100% - 2px) !important;
	}

	.navbar-collapse {
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		padding: 40px;
		z-index: 10;
		background-color: var(--white);
	}

	.navbar-collapse .navbar-nav {
		margin-top: 40px;
		height: 80vh;
		overflow-Y: scroll;
	}

	.appoin_row {
		grid-template-columns: repeat(2, 1fr);
	}

	.specialitie .sp_list {
		flex-wrap: wrap;
	}

	.empa_card .fs-4 {
		font-size: 20px !important;
	}

	.navbar-nav .dropdown-menu {
		display: none;
		visibility: hidden;
		transition: all 0.2s ease;
	}

	.dropdown .nav-link.dropdown-toggle.show~.dropdown-menu {
		display: block;
		visibility: visible;
		transform: translateY(5px);
	}

	.dropdown .nav-link.dropdown-toggle~.dropdown-menu {
		display: none;
	}
}

@media (max-width:991.50px) {

	.h1,
	.h2,
	.h3 {
		font-size: 26px;
	}

	.dr_det_row {
		flex-wrap: wrap;
		row-gap: 20px;
	}

	.dr_det .dr_d_img {
		margin-right: 0 !important;
	}

	.dr_l_banner {
		height: 250px;
	}

	.testimonial img {
		min-width: 250px;
		width: 250px !important;
		height: 250px;
		margin-right: 30px;
	}

	.testimonial p {
		font-size: 16px;
		line-height: normal;
	}

	.expertise::before {
		display: none;
	}

	.exp_form {
		padding: 0;
		color: #000 !important;
	}

	.exp_form h2 {
		margin-bottom: 20px !important;
		color: #000 !important;
	}

	.exp_form .btn_design_white {
		background: var(--linear_1);
		color: var(--white);
	}

	.tpa__row {
		grid-template-columns: repeat(3, 1fr);
	}



}

@media (max-width:767.50px) {

	.dr_l_item .dr_l,
	.dr_l_item .dr_r {
		width: 100%;
	}

	.dr_l_item .dr_r a {
		justify-content: center;
	}

	.testimonial img {
		min-width: 200px;
		width: 200px !important;
		height: 200px;
		margin: auto;
	}

	.about_sec_row h5 {
		font-size: 16px;
	}

	.about_sec_row div i {
		font-size: 26px;
	}

	.testimonial .testi_row {
		flex-wrap: wrap;
		row-gap: 20px;
		text-align: center;
	}

	.ser_why .ser_img div {
		width: 100px;
	}

	.ser_why .ser_fill {
		width: 100%;
		margin-top: 20px;
	}

	.ser_t_row {
		padding: 24px !important;
	}

	.tpa__row {
		grid-template-columns: repeat(2, 1fr);
	}

	.dr_l_item .btn_design {
		font-size: 14px;
		padding: 6px 12px 8px;
	}


}

@media (max-width:575.50px) {

	.dr_l_item img {
		min-width: 100px;
		height: 150px;
	}

	.dr_det .dr_d_img {
		min-width: 100%;
		max-width: 100%;
	}

	.top_header .fa-house-chimney,
	.top_header .fa-envelope {
		font-size: 20px;
	}

	.appoin_row {
		grid-template-columns: repeat(1, 1fr);
	}

	.about_sec_row {
		grid-template-columns: repeat(1, 1fr);
	}

	.specialitie .sp_list .spa_img {
		min-width: 60px;
		width: 60px;
		height: 60px;
	}

	.specialitie,
	.testimonial,
	.csr_act,
	.blogs {
		padding: 40px 0;
		margin-top: 40px !important;
	}

	.specialitie::before {
		border-top-right-radius: 70px;
		width: 100%;
	}

	.testimonial img {
		min-width: 130px;
		width: 130px !important;
		height: 130px;
	}

	.exp_grid .exp_card {
		flex-wrap: wrap;
	}

}