@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&amp;display=swap');
@font-face {
	font-family:'mayo-sans';
	src:url('../fonts/MayoClinicSans-Regular.woff2') format('woff2'),
	url('../fonts/MayoClinicSans-Regular.woff') format('woff');
	font-weight:400;
	font-style:normal;
	font-display: swap;
}
@font-face {
	font-family:'mayo-sans';
	src:url('../fonts/MayoClinicSans-Bold.woff2') format('woff2'),
	url('../fonts/MayoClinicSans/MayoClinicSans-Bold.html') format('woff');
	font-weight:600;
	font-style:normal;
	font-display: swap;
   }
body {
	font-family:'mayo-sans';
	font-weight:400;
	overflow-x: hidden;
}
strong {
	font-family:'mayo-sans';
	font-weight:600;
}
.col-md-12,
.col-lg-12,
.col-md-11,
.col-lg-11,
.col-md-10,
.col-lg-10,
.col-md-9,
.col-lg-9,
.col-md-8,
.col-lg-8,
.col-md-7,
.col-lg-7,
.col-md-6,
.col-lg-6,
.col-md-5,
.col-lg-5,
.col-md-4,
.col-lg-4,
.col-md-3,
.col-lg-3,
.col-md-2,
.col-lg-2,
.col-md-1,
.col-lg-1 {
	float: left;
}

.d-block {
	display: block;
	width: 100%;
}

.btn-check:focus+.btn,
.btn:focus {
	outline: 0;
	box-shadow: none;
}

.navbar-dark .navbar-brand img {
	max-width: 150px;
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-white.my-nav {
	background: #FCFCFC;
}

.navbar-dark.my-nav .navbar-nav .nav-link {
    color: #433F3F;
    font-size: 17px;
    font-weight: 600;
    border-bottom: 3px solid transparent;
    padding: 0.5rem 8px;
}
.carousel-caption.content-carousel p {
    font-size: 18px;
}
.carousel-caption.content-carousel p.decs_text {
	/* padding: 0; */
}
.my-nav li:not(.nav-cs-item) a.nav-link:hover {
	border-bottom: 3px solid #019A50 !important;
	/* padding: 0.5rem 0.7rem; */
}

a.btn-clr.nav-link {
	border-bottom: 1px solid !important;
}

.navbar-dark .navbar-toggler {
	background: #043B6F;
}

a.e-clinic.btn-clr.nav-link {
	margin-right: 15px;
	margin-left: 10px;
}

a.btn-clr.nav-link {
	background: #fff;
	border: 1px solid;
	cursor: pointer;
	border-radius: 4px;
	padding: 6px 15px !important;
}

a.serch-clinic.nav-link {
	margin-left: 10px;
	cursor: pointer;
	padding: 17px 18px !important;
	border: 3px solid #fff !important;
	background: url(../images/serch-vector.png) no-repeat center;
}

a.serch-clinic.nav-link.open {
	background: url(../images/close-btn.png) no-repeat center;
	background-size: 22px !important;
}

.my-nav .dropdown a.nav-link:hover {
	border-bottom: 3px solid #fff !important;
	/* padding: 0.5rem 0.7rem; */
}

.header.sticky .search-box {
	top: 12px;
}

a.btn-clr.nav-link:hover {
	background: #043B6F;
	color: #fff !important;
	border-bottom: 1px solid #043B6F !important;
}

a.btn-clr.nav-link:hover img {
	filter: brightness(0) invert(1);
}

.content-carousel {
	max-width: 624px;
	width: 100%;
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: none;
	border: 0;
	opacity: 0.5;
	transition: opacity 0.15s ease;
}

.carousel-item h2 {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: bold;
	/* font-size: 55px; */
	/* line-height: 62px; */
	font-size: 40px;
	line-height: 50px;
	text-transform: capitalize;
	color: #223645;
}

p.decs_text {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	padding: 12px 0;
}
.carousel-item.text-white h2 {color: #fff;}

.carousel-item.text-white p.decs_text {color: #fff;}
.carousel-item.text-white {position: relative;}

.carousel-item.text-white:after {position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / 39%) 40.79%, rgb(0 0 0 / 33%) 75%, rgb(0 0 0 / 33%) 48.74%, rgb(0 0 0 / 0%) 100%);
    mix-blend-mode: multiply;
    width: 50%;
    height: 100%;}

.carousel-item.text-white .carousel-caption.content-carousel {position: relative;z-index: 1;}
a.btn {
	border-radius: 40px;
	color: #ffff;
	padding: 4px 22px;
	font-size: 16px;
	text-transform: uppercase;
	margin-right: 10px;
}

a.btn.blue-btn {
	background: #043B6F;
}

a.btn.blue-btn:hover {
	background: #019A50;
	color: #fff;
}

a.btn.green-btn {
	background: #019A50;
}

a.btn.green-btn:hover {
	background: #043B6F;
	color: #fff;
}

.slider_btns a i {
	background: #fff;
	color: #000;
	padding: 10px 14px;
	border-radius: 100%;
	font-size: 16px;
	margin-left: 10px;
	margin-right: -15px;
}

img.img_rect {
	position: relative;
	max-width: 100%;
}


#demo .carousel-indicators [data-bs-target] {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #043B6F;
	border-bottom: 0;
	border-top: 0;
	opacity: 1;
}

.carousel-indicators .active {
	background: #019A50 !important;
}

#triangle-bottomleft {
	width: 420px;
	height: 570px;
	background: linear-gradient(to bottom left, #fff 0%, #fff 50%, #EDF6FB 50%, #EDF6FB 100%);
	position: absolute;
	margin-left: -50px;
	padding-top: 20px;
	margin-top: 50px;
}

.section_about {
	padding: 50px 0px;
	width: 100%;
	display: inline-block;
}

.home_about h6 {
	font-size: 20px;
	color: #5e5e5e;
}

.home_about h1 {
	font-size: 32px;
	font-weight: bold;
	color: #223645;
}
.home_about p {
	color: #000;
	font-size: 18px;
	line-height: 24px; 
}
.path-frontpage .home_about p {
	text-align: justify;
}
.home_about_btns a i {
	background: #fff;
	color: #000;
	padding: 10px 14px;
	border-radius: 100%;
	font-size: 16px;
	margin-left: 10px;
	margin-right: -10px;
}

.home_about_btns .blue-btn {
	font-size: 16px;
	padding: 7px 20px;
}

.section_services {
	background: #EDF6FB;
	padding: 50px 0;
	width: 100%;
	float: left;
	margin-top: 30px;
}

.services_inner {
	padding: 0 40px;
}

.section_services h6 {
	font-size: 20px;
	color: #5e5e5e;
}

.section_services h2 {
	font-size: 35px;
	font-weight: bold;
	color: #223645;
}

.border_main {
	width: 200px;
	display: flex;
	/* justify-content: center; */
}

.border_bottom {
	border-bottom: 4px solid #019a50;
	max-width: 60px;
	border-radius: 85px;
	width: 85px;
	margin-right: 12px;
	height: 4px;
}

.border_bottom1 {
	border-bottom: 4px solid #019A50;
	max-width: 30px;
	border-radius: 70px;
	width: 30px;
	height: 4px;
}

.service_content_block {
	background: #fff;
	z-index: 1;
	position: relative;
	width: calc(100% - 20px);
	margin: -20px auto 0;
}

.service_inner_block h5 {
	color: #000;
	font-size: 18px;
	font-weight: 600;
}

.service_inner_block p {
	color: #000;
	line-height: 24px;
	font-size: 15px;
	margin-bottom: 5px;
}

.service_inner_block {
    padding: 14px 14px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    min-height: auto;
    font-size: 18px;
}
.service_content_block a.btn.green-btn.service-btn {
    margin: 14px 0 0 0;
	width: 100%;
	padding: 10px;
	border-radius: 0;
}

a.btn.blue-btn.all_service_btn {
	padding: 7px 20px;

}

a.all_service_btn i {
	background: #fff;
	color: #000;
	padding: 10px 14px;
	border-radius: 100%;
	font-size: 16px;
	margin-left: 10px;
	margin-right: -10px;
}

.border_main.white_center {
	width: min-content;
	display: flex;
	margin: 0 auto;
	text-align: center;
}

.white_center .border_bottom {
	border-bottom: 4px solid #fff;
	max-width: 60px;
	border-radius: 85px;
	width: 85px;
	margin-right: 12px;
}

.white_center .border_bottom1 {
	border-bottom: 4px solid #fff;
	max-width: 30px;
	border-radius: 85px;
	width: 35px;
}

.section_whyus {
	background-image: url("../images/Rectangle35.png");
	width: 100%;
	float: left;
	padding: 50px 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.section_whyus h2 {
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	text-transform: capitalize;
}

.why_sections {
	flex: 0 0 auto;
	display: inline-flex;
	width: 100%;
	padding: 20px 5px;
	min-height: 125px;
}

h5.why_main {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	text-transform: capitalize;
	font-size: 35px;
	font-weight: 600;
	color: #fff;
}

h5.why_main span {
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 400;
}

img.img_why {
	width: auto;
	height: 65px;
}

img.img_why.img_why1 {
	min-width: 100px;
}

.why_sections.bdr-rt {
	border-right: 1px solid #37699C;
}

.col-md-6.bdr-bt {
	border-bottom: 1px solid #37699C;
}

.ractangle-bg-main {
	position: relative;
}

.reviews {
	background: #fff;
	margin-left: 50px;
	padding: 20px;
	border-radius: 8px;
	position: relative;
}

h5.review_felix {
	font-size: 25px;
	text-transform: capitalize;
	color: #35373A;
	font-weight: 600;
}

p.review_web {
	font-size: 16px;
	color: #000;
}

.col-md-12.reviw_one {
	display: inline-flex;
	border-bottom: 2px solid #C4C4C4;
	padding: 12px 0;
	float: none;
}

.col-md-12.reviw_one.last {
	border: none;
}

p.review_by {
	width: 35%;
	float: left;
	border-right: 1px solid #9D9494;
	margin-right: 5%;
	font-size: 16px;
	color: #2C2A2A;
	font-weight: 600;
	margin-bottom: 0;
}

span.review_count {
	width: 50%;
	float: left;
}

.review_count i.fa.fa-star, .review_count i.fas {
	color: #F5BD3F;
	margin-right: 4px;
}

p.rating {
	border-left: 1px solid #9D9494;
	padding-left: 15px;
	font-size: 18px;
	color: #2C2A2A;
	font-weight: 600;
	margin-bottom: 0;
}

#ractangle-bg {
	background: #1772a8;
	width: 400px;
	height: 325px;
	position: absolute;
	margin-top: 20px;
	margin-left: 80px;
	border-radius: 8px;
}

.section_provider {
	padding: 60px 0;
	width: 100%;
	float: left;
}

.provider_inner {
	padding: 0 40px;
}

.section_provider h6 {
	font-size: 20px;
	color: #5e5e5e;
}

.section_provider h2 {
	font-size: 45px;
	font-weight: bold;
	color: #223645;
	line-height: 56px;
}

.more_provider h4 {
	color: #000000;
	font-size: 24px;
	font-weight: 600;
}

.more_provider h5 {
	color: #019A50;
	font-size: 14px;
	font-weight: 600;
}

img.provider_img {
	position: relative;
	border-radius: 50%;
	border: 1px solid transparent;
	transition: all linear 0.3s;
}

img.provider_img:hover {
	border: 1px solid #ECECEC;
	background: #F9F9F9;
}

.abut_provider i.fa {
	background: #019A50;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
	color: #fff;
	line-height: 1.2;
}

.abut_provider i.fa:hover {
	background: #043B6F;
}

.float-right.plus_icon {
	float: left;
	width: 100%;
	text-align: right;
	margin-top: -70px;
	position: relative;
	z-index: 1;
}

.blue-btn.find_doctor {
	font-weight: 500;
	font-size: 16px;

}

.section_guide {
	background-image: url("../images/bg177.png");
	width: 100%;
	float: left;
	padding: 50px 0;
	background-size: cover;
	background-repeat: no-repeat;
	border-top: 5px solid #EBEBEC;
}

.guide_inner {
	padding: 0 60px;
}

.guide_heading {
	border-left: 4px solid #019A50;
	padding-right: 10px;
}

.guide_heading h2 {
	padding-left: 15px;
	font-size: 40px;
	line-height: 45px;
	font-weight: 600;
	color: #223645;
}

.guide_heading h6 {
	padding-left: 15px;
	font-size: 24px;
	font-weight: 600;
	color: #1D1E1F;
	line-height: 45px;
}

.book_appoint {
	background: #063981;
	padding: 35px 12px;
}

.book_appoint h6 {
	font-size: 21px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
}

.appoint_btn.text-center a {
	padding: 10px 40px;
	border-radius: 0;
}

#appointment_form input::-webkit-input-placeholder {
	font-size: 12px;
	color: #525252;
}

select.colr {
	color: #525252;
	font-size: 12px;
}

.section_testimonial {
	background-image: url("../images/test-bg.png");
	width: 100%;
	float: left;
	padding: 50px 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.section_ourcare {
	width: 100%;
	float: left;
	padding: 70px 0;
}

.inner_ourcare {
	padding: 0 40px;
	width: 100%;
	float: left;
}

.care-block {
	background: #F9F9F9;
	padding: 30px 15px;
	border-radius: 10px;
	border: 1px solid #ECECEC;
	margin: 0 3%;
	position: relative;
	overflow: hidden;
}

.middle-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	transition: .5s ease;
	padding: 30px 15px;
	border-radius: 10px;
	width: 100%;
	-webkit-transition: ease-out 0.2s;
	-o-transition: ease-out 0.2s;
	transition: ease-out 0.2s;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	-o-object-position: 50% 0;
	object-position: 50% 0;
	overflow: hidden;
}

.middle-overlay:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.middle-overlay.care1overlay {
	background-image: url("../images/bgcare1.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.middle-overlay.care2overlay {
	background-image: url("../images/bgcare2.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.middle-overlay.care3overlay {
	background-image: url("../images/bgcare3.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.middle-overlay.care4overlay {
	background-image: url("../images/bgcare4.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.middle-overlay .care_img_hover {
	filter: brightness(0) invert(1);
}

.care-block .middle-overtext h5 {

	color: #fff;
	font-size: 23px;
	font-weight: 500;
}

a.btn.know-btn.ovrlay-btn {
	top: 75%;
	left: 30%;
	position: absolute;
}

.care-block:hover .middle-overlay {
	opacity: 1;
}

.care-block h5 {
	color: #5F5F5F;
	font-size: 23px;
	font-weight: 500;
}

a.btn.know-btn {
	color: #737373;
	background: #fff;
	font-size: 14px;
	margin-right: 0;
	padding: 5px 30px;
	border: 1px solid #DDDDDD;
	text-transform: capitalize;
	border-radius: 0;
}

.section_auound {
	background-image: url("../images/around-bg.jpg");
	width: 100%;
	float: left;
	padding: 50px 0;
	background-size: cover;
	background-repeat: no-repeat;
}


.inner_auound {
	padding: 0 40px;
	width: 100%;
	float: left;
}

.inner_auound h6 {
	color: #5E5E5E;
	font-size: 20px;
}

.inner_auound h2 {
	color: #223645;
	font-size: 45px;
	font-weight: 600;
}

.main_provide {
	position: relative;
	color: white;
	overflow: hidden;
}

.top-left {
	position: absolute;
	top: 25px;
	background: #019A50;
	padding: 5px 24px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	z-index: 2;
	width: 150px;
}

.centered {
	position: absolute;
	top: 60%;
	left: 10px;
	z-index: 2;
	padding: 0px 10px;
}

img.provide_img {
	width: 100%;
	-webkit-transition: ease-out 0.2s;
	-o-transition: ease-out 0.2s;
	transition: ease-out 0.2s;
	-o-object-fit: cover;
	object-fit: cover;
	overflow: hidden;
	height: 300px;
}

.main_provide:hover img.provide_img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.main_provide::after {
	opacity: 0.87;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #eee;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: rgb(0 0 0 / 31%);
}

a.btn.read-more {
	font-size: 14px;
	text-decoration: underline;
	color: #fff;
	font-weight: 500;
	margin-right: 0;
	padding: 0;
	text-transform: capitalize;
}

.main_provide h5 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	line-height: 22px;
}

.main_provide p {
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}

.we_provides .col-md-3 {
	width: 23%;
	margin: 0 1%;
}

.btn_provide.text-center.mt-4 {
	width: 100%;
	float: left;
}

.inner_news h4 {
	font-size: 40px;
	color: #223645;
	font-weight: 600;
	line-height: 45px;
}

.section_news {
	width: 100%;
	float: left;
	padding: 50px 0;
}

.inner_news {
	padding: 0 40px;
}

.border_main.green_center {
	width: min-content;
	display: flex;
	margin: 0 auto;
	text-align: center;
}

img.news_img {
	width: 100%;
	height: auto;
}

.col-md-6.news_sec {
	border: 1px solid #E8E8E8;
	padding-left: 0;
	padding-right: 0;
	width: 46%;
	margin: 0 1%;
	float: left;
	min-height: 390px;
	position: relative;
	transition: all linear 0.3s;
}

.col-md-6.news_sec:hover {
	background-color: #f7f7f7;
}

.top-top {
	position: absolute;
	top: 0px;
	background: #019A50;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	z-index: 2;
	right: 8px;
	color: #fff;
	width: 55px;
	text-align: center;
	line-height: 20px;
}

.news_sec h6{
	color: #063981;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	padding: 12px 0px;
	margin: 0 12px;
	border-bottom: 1px solid #E8E8E8;
	height: 67px;
	
	-webkit-line-clamp: 2;
	
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
}
.news_sec h6 a {	
	color: #063981;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	padding: 0px 0px;
	margin: 0;
	height: 67px;
	
	-webkit-line-clamp: 2;
	
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
}
.news_sec p {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	padding: 12px 12px 0;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

a.btn.news-more {
	border-radius: 0;
	font-size: 15px;
	color: #063981;
	text-transform: capitalize;
	text-decoration: underline;
	padding: 7px 12px;
	font-weight: 500;
	margin-bottom: 15px;

}

.blog_sec {
	border: 1px solid #E8E8E8;
	padding-left: 0;
	padding-right: 0;
	width: 48%;
	margin: 0 1%;
	min-height: 390px;
}

img.blog_img {
	width: 100%;
	height: auto;
}

.blog_sec h6 {
	font-size: 18px;
	line-height: 22px;
	color: #063981;
	font-weight: 600;
	padding: 14px 12px;
	margin-bottom: 0;
}

.blog_sec p {
	font-size: 15px;
	line-height: 24px;
	color: #2B2B2B;
	padding: 12px 12px;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 15px;
}

.col-md-6.news_sectn {
	width: calc(50% - 20px);
	float: left;
	margin: 0 10px;

}

.col-md-6.blog_sectn {
	width: 48%;
	float: right;
	margin: 0 12px;
}

.after-bdr {
	border-right: 1px solid #E8E8E8;
	float: left;
}


/* logo Slick Slider */
.section_logo {
	background-image: url("../images/logo-bg.png");
	width: 100%;
	float: left;
	padding: 60px 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.gutter-horizontal {
	max-width: 1190px;
	margin: 0 auto;
	background: #fff;
}

.slick-prev,
.slick-next {
	position: absolute;
	top: 135%;
	font-size: 1.8rem;
}

.slick-prev {
	left: -12px;
}

.slick-next {
	right: -12px;
}


.section_logo .fas {
	color: #fff;
	background: #043B6F;
	width: 35px;
	height: 35px;
	border-radius: 30px;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	font-weight: 600;
	z-index: 2;
	cursor: pointer;
}

.slick-prev,
.slick-next {
	position: absolute;
	top: 35%;
	font-size: 1.8rem;
}


/* Slick Slider  End*/


.section_awards {
	background-image: url("../images/awardbg1.png");
	width: 100%;
	float: left;
	padding: 50px 0;
	background-size: cover;
	background-repeat: no-repeat;
	/* padding-bottom: 160px; */
}

.awards_inner {
	background: #fff;
	width: 94%;
	margin: 0 3%;
	padding: 40px 30px;
	float: left;
	flex: 0 0 auto;
}

.awards_inner h2 {
	color: #223645;
	font-size: 45px;
	line-height: 45px;
	font-weight: 600;
}

h2.featured_title {
	color: #223645;
	font-size: 45px;
	line-height: 45px;
	font-weight: 600;
}

img.box-img {
	position: absolute;
	left: 345px;
}

img.video-ply {
	position: absolute;
	margin-top: 150px;
	margin-left: -160px;
	cursor: pointer;
	z-index: 2;
}

img.vetical-img {
	position: absolute;
	margin-top: 35px;
	margin-left: -50px;
}

.outer_boder {
	position: relative;
}

.outer_boder:after {
	content: "";
	position: absolute;
	top: 7px;
	bottom: 7px;
	left: 7px;
	right: 7px;
	/* border: 1px solid #BABABA; */
	border-radius: 0px;
	width: calc(100% - 22px);
}

.inner_news .news_sectn:last-child .after-bdr {
	border-right: none;
}

.home-gallary {
	width: 100%;
	float: left;
}

.awards-logos .slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.awards-logos .slick-list:focus {
	outline: none;
}

.awards-logos .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.awards-logos .slick-slider .slick-track,
.awards-logos .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.awards-logos .slick-track {
	position: relative;
	top: 0;
	left: 0;
}

.awards-logos .slick-track:before,
.awards-logos .slick-track:after {
	display: table;
	content: '';
}

.awards-logos .slick-track:after {
	clear: both;
}

.awards-logos .slick-loading .slick-track {
	visibility: hidden;
}

.awards-logos .slick-slide {
	display: none;
	float: left;
	height: 100%;
	margin-right: 5px;
	margin-left: 5px;
}


.awards-logos .slick-slide img {
	display: block;
	width: inherit;
	height: 203px;
	object-fit: contain;
	background-color: #fafafa;
}

.awards-logos .slick-slide.slick-loading img {
	display: none;
}

.awards-logos .slick-slide.dragging img {
	pointer-events: none;
}

.awards-logos.slick-initialized .slick-slide {
	display: block;
}

.awards-logos .slick-loading .slick-slide {
	visibility: hidden;
}

.awards-logos .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.awards-logos .slick-arrow.slick-hidden {
	display: none;
}

.awards-logos .slide {
	transition: filter .4s;
	float: left;
	margin-bottom: 6px;
}

.awards-horizontal {
	width: 100%;
	float: left;
	display: inline-block;
}

.slick-slider {
	width: 100%;
	float: left;
	display: inline-block;
}

.slide-in-right {
	position: relative;
	width: 100%;
}

.overlay-img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #019A50;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
}

.slide-in-right:hover .overlay-img {
	height: 50px;
	width: inherit;
	overflow: initial;
}

.overlay-text {
	color: white;
	font-size: 18px;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	font-weight: 500;
}

img.award-icon {
	width: 38px !important;
	height: auto;
	position: absolute;
	left: 50%;
	top: -20%;
}

.award-icon {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}


.top_bar {
	width: 100%;
	float: left;
	background: #F4F9FD;
	height: 48px;
}

.row.on_top {
	--bs-gutter-x: initial;
}

.quick_contact {
	width: auto;
	float: left;
	padding: 12px 0;
}

.socail_icons {
	width: auto;
	float: left;
	padding: 12px;
}

.socail_icons a {
	color: #4C4C4C;
	padding: 12px 8px;
}

.top_inner {
	padding: 0 40px;
	width: 100%;
	float: left;
}

.quick_contact a {
    color: #444141;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    padding: 0 4px;
}
.meta-tags a {
    font-size: 14px !important;
}
.quick_contact img {
	padding-right: 3px;
}

.top_appoint {
	width: auto;
	float: right;
	padding-top: 11px;
}

.top_appoint a.top_btn_appoint {
	background: #019A50;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 15px;
	text-decoration: none;
	color: #fff;
}

.top_appoint a.top_btn_appoint:hover {
	background: #043B6F;
	color: #fff;
}
.top_appoint a {
    color: #444141;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
}
.top_appoint .dropdown {
    display: inline-block;
}
.top_appoint .dropdown .dropdown-menu {
    width: 170px;
    left: inherit;
    top: 32px;
    padding: 10px 0;
    border-top: 2px solid #f4f9fd;
    border-radius: 0;
    right: -20px;
}
.top_appoint .dropdown .dropdown-menu li, .mobile-icon .dropdown .dropdown-menu li {
    width: 100%;
}
.top_appoint .dropdown .dropdown-menu li .dropdown-item, .mobile-icon .dropdown .dropdown-menu li .dropdown-item {
    margin: 0;
    padding: 5px 10px;
}
.top_appoint .dropdown .dropdown-toggle {
    background: #043b6f;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    margin: 0;
}
.top_appoint .dropdown .dropdown-toggle:hover {
    background: #019a50;
}
.top_appoint .dropdown .dropdown-menu .timing {
    color: #fff;
    padding: 0px 10px 10px;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 5px;
}
.container-fluid.nav_inner {
	padding: 0 50px;
}
.navbar .mobile-icon .dropdown.opd {
    z-index: 3;
    width: 88px;
}
.navbar .mobile-icon .dropdown.opd .dropdown-menu {
	width: 170px;
    left: inherit;
    right: -52px;
    top: 62px;
    padding: 10px 0;
    background: #043B6F;
    border-radius: 0px;
    position: absolute !important;
    z-index: 1000;
    color: #212529;
    text-align: left;
    list-style: none;
}
.navbar .mobile-icon .dropdown.opd:hover .dropdown-menu {
    display: block;
}
.navbar .mobile-icon .dropdown.opd:hover .dropdown-menu li a {
    line-height: initial;
}
.navbar .mobile-icon .dropdown.opd .dropdown-menu .timing {
    color: #fff;
    padding: 0px 10px 10px;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 5px;
}
.navbar .mobile-icon .dropdown.opd .mobile-appoint {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0;
}
.navbar .mobile-icon .dropdown.opd .mobile-appoint .fas {
    width: 100%;
}
.navbar .mobile-icon .dropdown.opd .mobile-appoint strong {
    width: 100%;
}
.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown:hover>.dropdown-menu {
	display: block;
}

.dropdown-item {
	font-weight: 500;
	color: #433F3F;
	font-size: 14px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.two-circle {
	width: 200px;
	height: 200px;
	background: transparent;
	position: absolute;
	left: 490px;
	margin-top: 250px;
	border-radius: 50%;
	border: 2px dotted #B6B6B6;
	;
	z-index: -1;
}

.in-circle {
	width: 150px;
	height: 150px;
	position: absolute;
	background: transparent;
	left: 515px;
	margin-top: 275px;
	border-radius: 50%;
	border: 2px dotted #B6B6B6;
	;
	z-index: -1;
}

.img_doct {
	position: absolute;
	z-index: 1;
	left: 550px;
	margin-top: 305px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

img.ractangle_review {
	position: absolute;
	left: 50px;
	top: 20px;
	max-width: 450px;
	height: 350px;
	width: 100%;
}


/* logo Slick Slider */
ul.slick-dots button {
	width: 8px !important;
	height: 12px;
	border-radius: 50%;
	margin-right: 2px;
	background: #fff;
	border: none !important;
	border-color: #e7e2e2 !important;
	margin: 0 2px;
}

ul.slick-dots .slick-active button {
	background: #019A50 !important;
}

ul.slick-dots {
	display: flex !important;
	position: absolute;
	justify-content: center;
	right: 0;
	bottom: -55px;
	left: 0;
	padding: 0;
	font-size: 0;
}

ul.slick-dots li {
	list-style: none;
}

.section_awards ul.slick-dots button {
	width: 8px !important;
	height: 12px;
	border-radius: 50%;
	margin-right: 2px;
	background: #043B6F;
	border: none !important;
	border-color: #e7e2e2 !important;
	margin: 0 2px;
	font-size: 0;
}

.section_awards ul.slick-dots .slick-active button {
	background: #019A50 !important;
}

.section_awards ul.slick-dots {
	display: flex !important;
	position: relative;
	justify-content: center;
	right: 0;
	bottom: 0px;
	left: 0;
	padding: 0;
}

.section_awards ul.slick-dots li {
	list-style: none;
}

.testimonial-horizontal {
	max-width: 450px;
	width: 100%;
	margin: 0 auto;
	background: #fff;
	position: absolute;
	right: 340px;
	margin-top: -340px;
	border-radius: 4px;
}

.slick-prev,
.slick-next {
	position: absolute;
	top: 135%;
	font-size: 1.8rem;
}

.slick-prev {
	left: -12px;
}

.slick-next {
	right: -12px;
}

.section_testimonial .slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	background: #fff;
	border-radius: 10px;
}

.section_testimonial .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.section_testimonial .slick-list:focus {
	outline: none;
}

.section_testimonial .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.section_testimonial .slick-slider .slick-track,
.section_testimonial .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.section_testimonial .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.section_testimonial .slick-track:before,
.section_testimonial .slick-track:after {
	display: table;
	content: '';
}

.section_testimonial .slick-track:after {
	clear: both;
}

.section_testimonial .slick-loading .slick-track {
	visibility: hidden;
}

.section_testimonial .slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}


.section_testimonial .slick-slide.slick-loading img {
	display: none;
}

.section_testimonial .slick-slide.dragging img {
	pointer-events: none;
}

.section_testimonial .slick-initialized .slick-slide {
	display: block;
}

.section_testimonial .slick-loading .slick-slide {
	visibility: hidden;
}

.section_testimonial .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.section_testimonial .slick-arrow.slick-hidden {
	display: none;
}

.section_testimonial .slide {
	transition: filter .4s;
	padding: 0px 20px;
}

.section_testimonial .fas {
	/* color: #fff; */
	/* background: #043B6F; */
	/* width: 35px; */
	/* height: 35px; */
	/* border-radius: 30px; */
	/* text-align: center; */
	/* vertical-align: middle; */
	/* padding: 4px; */
	/* font-weight: 600; */
	/* z-index: 2; */
	/* cursor: pointer; */
}
.slick-prev,
.slick-next {
	position: absolute;
	top: 35%;
	font-size: 1.8rem;
}

.container.test-inner {
	background: #172A38;
	padding: 40px 40px;
	padding-bottom: 0;

}

.white-color {
	color: #FFFFFF;
}

h6.test-title {
	font-size: 20px;
	font-weight: 400;
}

h2.test-main-title {
	font-size: 45px;
	font-weight: 600;
	line-height: 47px;
	padding: 30px 0;
}

.img_test1 {
	/*position: absolute;
    z-index: 1;
    left: 300px;
    margin-top: -120px;
    border-radius: 50%;*/
	float: left;
	margin-top: -120px;
	margin-left: 167px;
}

img.img_test2 {
	float: right;
	margin-top: -90px;
	margin-right: 112px;
}

img.img_test_qote {
	margin-left: 10px;
}

img.img_test3 {
	float: right;
	margin-top: 95px;
	margin-right: 42px;
}

span.reviewed_count {
	width: 100%;
	float: left;
	padding-top: 5px;
}

.reviewed_count i.fa.fa-star {
	color: #F5BD3F;
	margin-right: 12px;
}

p.reviewed_content {
	width: 100%;
	float: left;
	color: #000;
	font-size: 15px;
	line-height: 24px;
	/* padding-top: 20px; */
}

.test_by {
	width: 100%;
	float: left;
	display: flex;
}

.auther_detail {
	padding: 10px 0;
}

.auther_detail h6 {
	color: #000;
	font-size: 15px;
	margin: 0;
}

.auther_detail p {
	color: #000;
	font-size: 16px;
	margin-bottom: 7px;
}

.rating {
	font-size: 14px;
	color: #ffe11b;
}

.auther_detail p span {
	color: #019A50;
	font-size: 15px;
	margin-bottom: 0;
}


/* Slick Slider  End*/

/* Footer Css */

.section_newsletter {
	width: 100%;
	float: left;
	background: #061A28;
	position: relative;
}

.cont-emg {
	width: 100%;
	float: left;
	background: #fff;
}

.newsletter_inner {
	padding: 5px 40px;
	float: left;
	width: inherit;
	padding-bottom: 0;
}

.main-newsletter {
	padding-left: 30px;
	padding-right: 0;
	display: inline-block;
	padding-top: 30px;
}

img.mail_frame {
	width: 90px;
	height: auto;
	float: left;
}

.subs_to {
	padding: 0px 40px;
	color: #fff;
	width: 240px;
	float: left;
}

.subs_to p {
	margin-bottom: 0;
	font-size: 16px;
}

.subs_to h5 {
	margin-bottom: 0;
	font-size: 30px;
}

img.mail_frame {
	width: 100px;
	height: auto;
	margin-top: 5px;
}

.cont-emg {
	padding: 15px 10px;
	margin-top: -110px;
	box-shadow: -3px -12px 18px rgba(153, 145, 145, 0.25);
	text-align: center;
}
.cont-emg img {
    max-width: 100%;
}
.newsletter_form {
	float: left;
	display: inline-flex;
}

input.mail-field {
	padding: 12px 7px;
	width: 360px;
}

a#news_button {
	background: #019A50;
	padding: 14px 50px;
	margin-left: -6px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}

img.footer-logo-img {
	padding: 0px 25px;
}

.section_footer {
	width: 100%;
	float: left;
	background: #13232E;
}

.footer_inner {
	padding: 0px 40px;
	float: left;
	width: inherit;
}

.foot_sec1 {
	background: #061A28;
	float: left;
	padding: 20px 10px !important;
	min-height: inherit !important;
}

.common_foot ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

li.line_one {
	padding-left: 20px;
	margin-bottom: 10px;
	position: relative;
}

li.line_one a {}

li.line_one a {
	padding-left: 10px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	line-height: 20px;
	font-size: 14px;
	font-weight: 500;
}

li.line_one .fa {
	color: #fff;
	padding-top: 2px;
	position: absolute;
	left: 0;
}

.social_footer i {
	color: #fff;
	padding-right: 12px;
}

.footer_boder {
	border-bottom: 3px solid #019A50;
	max-width: 60px;
	border-radius: 85px;
	width: 40px;
}

.common_foot h5 {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}

.foot_sec1 p {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	padding-top: 15px;
}

.common_foot {
	padding: 35px;
	padding-bottom: 0px;
	padding-right: 15px;
}

.foot_sec1.common_foot h5 {
	font-size: 20px;
	font-weight: 500;
	padding-top: 15px;
}

.common_foot li {
	line-height: 16px;
	margin: 10px 0;
}

.common_foot li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
	transition: transform .2s ease-in-out, color .2s ease-in-out;
}
.common_foot li a.load-more {
    color: #019a50;
    text-decoration: underline;
}
.common_foot:not(.foot_sec1) li a:hover {
	color: #d7fdfe;
	text-decoration: none;
	transform: translateX(10px);
}

.common_foot:not(.foot_sec1) li a:hover::before {
	content: "-";
	margin-right: 5px;
}

.foot_sec2.common_foot {
	padding-left: 70px;
}

.foot_sec3.common_foot {
	padding-left: 70px;
}

.section_botton_footer {
	width: 100%;
	float: left;
	background: #13232E;
	border-top: 1px solid #484545;
}

.inner_botton_footer {
	padding: 0px 40px;
	float: left;
	width: inherit;
}

.section_botton_footer p {
	color: #fff;
	margin-bottom: 0;
	padding: 10px 0;
	float: left;
	font-size: 15px;
	font-weight: 300;
	line-height: 26px;
}

img.olive_img {
	padding: 7px 5px;
}

.right_fbottom {
	display: inline-block;
	float: right;
}

i.fa.fa-phone.fa-flip-both {
	transform: rotate(120deg);
}
.important-link, .important-links {
    border-top: 1px solid #484545;
    padding: 30px 0 !important;
} 
.important-link  table td a, .important-links  table td a {
    color: #063981;
}

.important-link .important-table, .important-links .important-table {
    display: none;
}
.important-link .important-table.show, .important-links .important-table.show {
    display: flex;
}
.important-link .important-table table, .important-links .important-table table {
    width: auto;
    margin-bottom: 0 !important;
}
.important-link h5, .important-links h5 {
    position: relative;
    width: auto;
    display: inline-block;
    padding-right: 20px;
    cursor: pointer;
}

.important-link h5:after, .important-links h5:after {
    content: "+";
    right: 0;
    top: -1px;
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    background-image: none;
    font-size: 21px;
    color: #019a50;
}
.important-link h5.show:after, .important-links h5.show:after {
    content: "-";
}
.important-link table td, .important-links table td {
    font-size: 13px;
    line-height: 18px;
    padding: 5px 10px !important;
}
/* Footer Css */

/**/
.section_logo .slick-slide {
	padding: 5px 25px;
}

.section_logo .slick-slide img {
	/* width: 100%; */
	max-height: 100px;
	max-width: 140px;
}

.section_logo .slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	background: #fff;
	max-width: 1320px;
}

.section_logo .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}


.section_logo .slick-list:focus {
	outline: none;
}

.section_logo .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.section_logo .slick-slider .slick-track,
.section_logo .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.section_logo .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.section_logo .slick-track:before,
.section_logo .slick-track:after {
	display: table;
	content: '';
}

.section_logo .slick-track:after {
	clear: both;
}

.section_logo .slick-loading .slick-track {
	visibility: hidden;
}

.section_logo .slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.section_logo .slick-slide img {
	
margin: auto;}

.section_logo .slick-slide.slick-loading img {
	display: none;
}

.section_logo .slick-slide.dragging img {
	pointer-events: none;
}

.section_logo .slick-initialized .slick-slide {
	display: flex;
	height: 100px;
	padding: 0 10px;
	align-items: center;
	justify-content: center;
}

.section_logo .slick-loading .slick-slide {
	visibility: hidden;
}

.section_logo .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.section_logo .slick-arrow.slick-hidden {
	display: none;
}

.section_logo .slide.slick-slide.slick-current.slick-active {
	border-right: 1px solid #fff;
}

.section_logo .slide.slick-slide.slick-active {
	border-right: 1px solid #fff;
}

.section_logo .slick-list.draggable {
	padding: 10px 0;
	max-height: 120px;
	overflow: hidden;
	margin-right: 10px;
}

.section_logo .slide.slick-slide.slick-active:nth-last-child(1) {
	border-right: none !important;
}

/**/


/*Page Tile css*/
.section_pagetitle {
	background-image: url(../images/bkg1.png);
	width: 100%;
	float: left;
	padding: 120px 0;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.section_pagetitle:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #043B6F;
	z-index: 1;
	opacity: 0.5;
}

h2.main-page-title {
	font-size: 55px;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
	position: relative;
	z-index: 1;
}

/*Page Tile css*/

/*About Us Pages*/
.pad-tb {
	padding-top: 50px;
	padding-bottom: 50px;
}

.inner-banner {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	position: relative;
}

.inner-banner::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(4, 59, 111, .6);
}

.banner-title {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.banner-title h1, .banner-title.doctor-title h3 {
	font-size: 48px;
	color: #fff;
	font-weight: 600;
	position: relative;
	z-index: 2;
	margin: 0;
}

.award-block {
	background-image: url(../images/awards-bg.png);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.awards-header {}

.awards-header h2 {
	font-size: 35px;
	font-weight: bold;
	color: #223645;
	margin-bottom: 20px;
}

.awards-header p {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	margin-top: 20px;
}

.award-holder {
	background: #fff;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	padding: 65px 35px 65px;
	position: relative;
	margin-bottom: 60px;
}

.awardbox {
	flex: 0 0 50%;
	max-width: 50%;
}

.award-holder .img-box {
	position: relative;
}

.award-holder .content-box {
	background-image: url(../images/content-awards-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: flex;
	align-items: center;
}

.award-holder .content-box h2 {
	font-size: 30px;
	color: #272525;
	padding: 0 50px;
	margin: 0 0 15px;
}

.award-holder .content-box p {
	font-size: 18px;
	color: #000;
	line-height: 24px;
	text-transform: capitalize;
	padding: 0 50px;
	margin-bottom: 0;
}

.award-holder:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 8px;
	height: 180px;
	background-color: #019a50;
	bottom: 0;
	margin: auto;
}

.awardicon {
	position: absolute;
	right: 20px;
	bottom: -39px;
}

.date b,
.date span {
	display: block
}

.date {
	position: absolute;
	right: 35px;
	top: -25px;
	font-size: 14px;
	color: #fff;
	background-color: #0A4A7D;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 24px;
	width: 80px;
	padding-top: 5px;
}

.date b {
	font-size: 24px;
	font-weight: bold;
}

.date span {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #019A50;
}

.date.left {
	left: 35px;
}

.award-holder.b-left:before {
	left: 0;
	right: auto;
}

.m-btm {
	margin-bottom: 60px;
}

.media-block {
	padding-top: 50px;
}

.news-box {
	background-color: #f6f6f6;
	margin-top: 10px;
}

.news-box figcaption {
	padding: 10px 25px 25px;
}

.news-box figcaption p {
	font-size: 18px;
	color: #000;
	line-height: 24px;
	min-height: 70px
}

.news-box figcaption .cal {
	font-size: 18px;
	color: #000;
	border-top: 1px solid #eae8e8;
	padding-top: 15px;
	position: relative;
	padding-left: 28px;
}

.news-box figcaption .cal:before {
	content: '';
	background-image: url(../images/cal-icon.png);
	position: absolute;
	left: 0;
	top: 16px;
	width: 17px;
	height: 18px;
}

.auto {
	justify-content: center;
	margin: 0 auto;
}

.award-block.greybg {
	background-color: #FBFBFB;
	background-image: none;
	padding-bottom: 60px
}

.nabh-block {
	background-color: #fff;
	padding: 30px 35px;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.nabh h3 {
	font-size: 24px;
	color: #223645;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.nabh h3:before {
	content: '';
	background-color: #019a50;
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 64px;
	height: 4px;
	border-radius: 10px;
}

.nabh h3:after {
	content: '';
	background-color: #019a50;
	position: absolute;
	left: 74px;
	bottom: 5px;
	width: 26px;
	height: 4px;
	border-radius: 10px;
}

.nabh p {
	font-size: 18px;
	color: #000;
	font-feature-settings: 'case' on;
	line-height: 24px;
	margin: 0;
}

.benefits h5 {
	font-size: 20px;
	color: #5E5E5E;
	text-transform: capitalize;
	padding-bottom: 10px
}

.benefit-box {
	background: #FFFDFD;
	border: 1px solid #EAEAEA;
	padding: 50px 40px;
	margin-top: 40px;
	display: flex;
	align-items: center;
}

.benefit-box figcaption ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.benefit-box figcaption ul li {
	font-size: 18px;
	color: #000;
	line-height: 24px;
	/* text-transform: capitalize; */
	background: url(../images/black-arrow.png) no-repeat 0 5px;
	padding-left: 22px;
	margin-bottom: 12px;
}

.infra-box {
	margin-bottom: 30px;
}

.infra-box figure {
	position: relative;
	overflow: hidden
}

.infra-box figcaption {
	font-size: 28px;
	font-weight: 600;
	color: #000;
	line-height: 34px;
}

.infra-box figcaption p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	margin: 10px 0 0;
}

.infra-box figcaption:before {
	content: '';
	background-color: #019a50;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 14px;
	height: 82px;
}

.infra-box figcaption.btm {
	bottom: 15px;
}

.infra-box figcaption.btm:before {
	bottom: 20px;
}

.foundation-block {
	background-image: url(../images/foundation-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-bottom: 70px;
}

.foundation-block .awards-header p {
	font-size: 20px;
	line-height: 32px;
	color: #647589;
	text-transform: capitalize;
}

.found-icon {
	background-color: #fff;
	display: table;
	width: 100%;
	margin-top: 20px;
}

.found-text {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	display: table-cell;
	vertical-align: middle;
	padding-left: 40px;
	padding-right: 40px;
}

.found-text ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.found-text ul li {
	font-size: 16px;
	line-height: 16px;
	color: #000;
	background: url(../images/green-arrow.png) no-repeat 0 3px;
	padding-left: 15px;
	margin-bottom: 5px;
}

.found-icon figure {
	background-color: #0a4a7e;
	width: 170px;
	height: 170px;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	margin-bottom: 0;
}

.found-icon figure img {
	width: auto;
}

.amenities {
	background-image: url(../images/amenities-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 30px 0 60px;
	position: relative;
}

.amenities .owl-stage-outer {
	padding-top: 100px;
	padding-bottom: 24px;
}

.amenity-holder {
	display: flex;
}

.amenity-holder .left__box {
	width: 50%;
	position: relative;
}

.amenity-holder .left__box:before {
	content: "";
	position: absolute;
	right: -24px;
	bottom: -24px;
	border-right: 24px solid #0a4a7e;
	border-bottom: 24px solid #0a4a7e;
	width: 94%;
	height: 94%;
}

.amenity-holder .right__box {
	width: 50%;
	padding: 0 30px 0 60px;
	display: flex;
	align-items: center;
}

.amenity-holder .right__box p {
	font-size: 20px;
	color: #647589;
}

.amenities .owl-carousel .owl-nav [class*="owl-"] {
	height: 50px;
	width: 50px;
	background-color: #019a50;
	transform: rotate(180deg);
	background-image: url(../images/white-arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	border: 0;
	line-height: 0 !important;
	text-shadow: 1px 1px #000;
	outline: none;
	margin: 3px;
}

.amenities .owl-carousel .item {
	margin-top: 60px;
}

.amenities .owl-theme .owl-nav {
	margin-top: 0;
	text-align: right;
}

.amenities .owl-carousel .owl-nav button.owl-next {
	transform: rotate(0deg);
}

.amenities .owl-carousel .owl-nav [class*="owl-"] span {
	display: none;
}

.amenities .owl-carousel .owl-nav [class*="owl-"]:hover {
	background-color: #0a4a7e;
}

.amenities .owl-carousel .num {
	width: 90px;
	height: 100px;
	background: #019A50;
	color: #fff;
	font-weight: 900;
	font-size: 45px;
	line-height: 38px;
	position: absolute;
	right: 0;
	top: -100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.amenities .awards-header {
	position: absolute;
	left: 0;
	top: -60px;
	;
}

.counter-block {
	/* padding-top: 50px; */
}

.overview-block h2 {
	font-size: 45px;
	font-weight: normal;
	color: #262626;
}

.overview-text p:not(:last-child) {
	margin-bottom: 10px;
}

.overview-block p {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	color: #000;
}

.overview-img {
	position: relative;
}

.overview-text {
	padding-left: 70px;
	padding-right: 30px;
	margin-top: 30px;
}

.overview-img::before {
	content: "";
	position: absolute;
	right: -40px;
	bottom: -40px;
	border-right: 40px solid #e7f0f5;
	border-bottom: 40px solid #e7f0f5;
	width: 94%;
	height: 94%;
}
.editor-overview .overview-img::before {
	display: none;
}
.counter-text {
	padding-left: 25px;
}

.counter-box {
	background-color: #019a50;
	min-height: 140px;
	border-radius: 14px;
	display: flex;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: -70px;
	padding: 10px 0;
}

.counter-text h3 {
	font-weight: 600;
	font-size: 45px;
	color: #fff;
	line-height: 46px;
	margin-bottom: 0;
}

.counter-text span {
	display: block;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
}

.flats {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 33.33%;
	justify-content: center;
	position: relative;
}

.flats:before {
	content: '';
	position: absolute;
	left: 0;
	top: 28px;
	width: 1px;
	height: 84px;
	background-color: #b0e0c9;
}

.flats:first-child::before {
	display: none;
}

.about-block {
	background-image: url(../images/about-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 130px;
	padding-bottom: 60px;
}

.misson {
	display: flex;
	align-items: center;
	background-color: #fff;
	margin: 5px;
}

.misson .left__box {
	width: 44%;
}

.misson .right__box {
	width: 56%;
	padding: 24px;
}

.misson .right__box h4 {
	font-size: 30px;
	margin-top: 15px;
	/* text-transform:uppercase; */
	color: #272525;
}

.misson .right__box p {
	font-size: 18px;
	color: #000;
	line-height: 24px;
	margin-bottom: 0;
	min-height: 144px;
}

.p-top {
	padding-top: 70px;
}

.value-box {
	background-color: #0a5097;
	padding: 30px 28px;
	margin-top: 30px;
	min-height: 200px;
}

.value-box>img {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

.value-box h5 {
	margin-top: 5px;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.value-box p {
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 0;
	position: relative;
}

.value-box.amenities-box {
	background-color: #0a5097;
	/* min-height: 293px; */
height: calc(100% - 30px);}

.value-box.amenities-box h5 {
	color: #fff;
}

.value-box.amenities-box p {
	color: #fff;
}

.value-box.amenities-box i {
	font-size: 38px;
	color: #fff;
	margin-bottom: 12px;
}

.value-box p:before {
	content: '';
	position: absolute;
	left: -14px;
	top: 4px;
	width: 4px;
	height: 34px;
	background-color: #019a50;
}

.chairman-block {
	background-image: url(../images/chairman-bg.jpg);
	background-repeat: repeat;
	background-position: 0 0;
	position: relative;
	padding-bottom: 180px;
}

.desk {
	position: absolute;
	left: 0;
	top: 0;
}

.chairman-block p {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	text-align: justify;
}

.chairman-block figure {
	margin-top: 50px;
	position: relative;
	margin-bottom: 30px;
}
.chairman-block .quote {margin-top: 50px;
    position: relative;
    margin-bottom: 30px;padding: 0 30px;}
.name {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	background: #0A56A2;
	text-transform: uppercase;
	padding: 3px 20px 3px 20px;
	width: 76%;
}

.designation {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	background: #0592CD;
	text-transform: capitalize;
	letter-spacing: 0.10em;
	padding: 3px 20px 3px 20px;
}

.chairman-block figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
}

.quote {
	position: relative;
}

.quote:before {
	content: "";
	position: absolute;
	left: 0;
	top: -25px;
	background: url(../images/quote-icon1.png);
	width: 39px;
	height: 24px;
}

.quote:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -30px;
	background: url(../images/quote-icon2.png);
	width: 39px;
	height: 24px;
}

.chairman-block:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 50px;
	background: url(../images/chairman-line.png);
	width: 57px;
	height: 120px;
}

.chairman-desk {
	position: absolute;
	left: 5%;
	bottom: 32%;
	transform: rotate(-90deg);
	width: 420px;
	margin: auto;
display: none;}

.chairman {
	font-weight: bold;
	font-size: 65px;
	color: #094887;
	opacity: 0.1;
}

.cdesk {
	font-weight: bold;
	font-size: 130px;
	color: #094887;
	display: block;
	line-height: 80px;
}

ul.management {
	margin: 30px 0 40px;
	padding: 0;
	list-style: none;
}

ul.management li {
	display: inline-block;
	color: #767676;
	font-size: 18px;
	font-weight: 500;
	padding: 6px 15px;
	cursor: pointer;
	position: relative;
	min-width: 180px;
	margin: 0 10px;
	background: #fff;
	text-align: center;
	transition: all 0.3s ease-in-out;
}

ul.management li.current::before {
	content: "";
	border-left: 10px solid transparent;
	border-top: 10px solid #019a50;
	border-right: 10px solid transparent;
	position: absolute;
	margin-bottom: -10px;
	margin-left: -10px;
	left: 50%;
	bottom: 0;
}

ul.management li.current,
ul.management li:hover {
	background: #019a50;
	color: #fff;
}

.boards .tab-content h3 {
	font-size: 40px;
	font-weight: bold;
	color: #223645;
	margin-bottom: 15px;
}

.boards .tab-content .border_main {
	margin-bottom: 35px;
}

.boards .tab-content {
	display: none;
}

.boards .tab-content.current {
	display: inherit;
}

.management-box {
	display: flex;
	flex-wrap: wrap;
	max-width: 1140px;
	width: 100%;
}

.management-box .team {
	width: 50%;
	flex-basis: 50%;
	flex-grow: 1;
}

.management-box .team figure {
	margin-bottom: 0;
	position: relative;
}

.management-box .team figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(28, 29, 28, 0.88);
	width: 100%;
	padding: 10px 0 10px 45px;
}

.management-box .team figcaption h5 {
	font-weight: 600;
	font-size: 25px;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 0;
}

.management-box .team figcaption span {
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.10em;
	display: block;
	text-transform: capitalize;
}

.management-box .blue-bg p {
	font-size: 18px;
	color: #fff;
	line-height: 24px;
}

.management-box .team img {
	width: 100%;
}

.blue-bg {
	background-color: #0a5097;
	padding: 15px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.p-lr {
	padding-left: 125px;
	padding-right: 125px;
	margin-top: 30px;
}

.csrbox {
	padding: 45px 30px 40px;
	width: 100%;
	height: 100%;
	text-align: center;
	height: 370px;
}

.csrbox p {
	font-size: 15px;
	text-align: center;
	color: #000;
	margin-bottom: 0;
	line-height: 24px;
}

.csrbox span {
	font-size: 100px;
	font-weight: 600;
	color: #EFEFEF;
	display: block;
	line-height: 120px;
}

.white-arrow::before {
	content: "";
	border-left: 16px solid transparent;
	border-bottom: 16px solid #fff;
	border-right: 16px solid transparent;
	position: absolute;
	margin-top: -16px;
	margin-left: -16px;
	left: 50%;
}

.white-arrow-bottom::before {
	content: "";
	border-left: 16px solid transparent;
	border-top: 16px solid #fff;
	border-right: 16px solid transparent;
	position: absolute;
	margin-bottom: -16px;
	margin-left: -16px;
	left: 50%;
	bottom: 0;
}

.whitebg {
	background-color: #fff;
	position: relative;
	/* height: 100%; */
}

.csr img {
	width: 100%;
	height: 370px;
	object-fit: cover;
}

.emergency-block {
	padding-bottom: 50px;
	padding-top: 50px;
	background-image: url(../images/triangle.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.emergency-block .pad-rt {
	padding-right: 70px;
}

.emergency-block .circle {
	position: absolute;
	left: -110px;
	top: 0;
	bottom: 0;
	height: 200px;
	margin: auto;
z-index: 1;}

.trauma h2 {
	font-size: 35px;
	color: #223645;
	font-weight: bold;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.trauma h2:before {
	content: '';
	background-color: #019a50;
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 64px;
	height: 4px;
	border-radius: 10px;
}

.trauma h2:after {
	content: '';
	background-color: #019a50;
	position: absolute;
	left: 74px;
	bottom: 5px;
	width: 26px;
	height: 4px;
	border-radius: 10px;
}

.trauma p {
	font-size: 18px;
	color: #000;
	line-height: 24px;
}

.facility-block {
	padding-bottom: 90px;
	padding-top: 60px;
	background-image: url(../images/facility-bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.carousel-holder {
	background-color: #0a4a7d;
	padding: 50px;
	margin-top: 10px;
	padding-bottom: 50px;
}

.trauma-care figcaption {
	font-size: 18px;
	line-height: 23px;
	color: #fff;
	background: #019a50;
	padding: 12px 0 12px 20px;
	/* position: absolute; */
	/* left: 0; */
	/* bottom: 0; */
	width: 100%;
	font-weight: 600;
	text-transform: capitalize;
}

.item-text {
	font-size: 16px;
	text-transform: capitalize;
	line-height: 22px;
	color: #fff;
	background-color: #00345E;
	padding: 20px;
	min-height: 150px;
}

.trauma-care .item-text {
	text-transform: inherit;
}

.trauma-care .owl-theme .owl-nav {
	margin-top: 25px;
	text-align: center;
}

.trauma-care .owl-carousel .owl-nav [class*="owl-"] {
	height: 50px;
	width: 54px;
	background-color: transparent;
	transform: rotate(180deg);
	background-image: url(../images/white-arrow2.png);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0;
	border: 1px solid #1f5d8e;
	line-height: 0 !important;
	text-shadow: 1px 1px #000;
	outline: none;
	margin: 2px;
}

.trauma-care .owl-carousel .owl-nav [class*="owl-"] span {
	display: none;
}

.trauma-care .owl-carousel .owl-nav button.owl-next {
	transform: rotate(0deg);
}

.trauma-care .owl-carousel .owl-nav [class*="owl-"]:hover {
	background-color: #019a50;
	border: 1px solid #1f5d8e;
}

.foot-bandage:before {
	content: '';
	background: url(../images/foot-bandage.png);
	position: absolute;
	left: -114px;
	bottom: -40px;
	width: 140px;
	height: 140px;
	z-index: -1;
}


.lab-data h3 {
	font-size: 35px;
	font-weight: bold;
	color: #019A50;
	text-transform: capitalize;
	padding-left: 8px;
}

.lab-data h6 {
	font-size: 15px;
	font-weight: 400;
	color: #000;
	padding-left: 8px;
	line-height: 24px;
}

ul.tests {
	margin: 0px;
	padding: 6px 0;
	list-style: none;
	background-color: #00345d;
	position: relative;
}

ul.tests:before {
	content: '';
	background-color: #019a50;
	width: 4px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

ul.tests li {
	font-size: 15px;
	background: none;
	text-transform: capitalize;
	color: #fff;
	display: block;
	padding: 10px 15px;
	cursor: pointer;
	border-bottom: 0.5px dashed #386589;
}

ul.tests li:last-child {
	border-bottom: 0;
}

ul.tests li.current,
ul.tests li:hover {
	background: #019a50;
	color: #fff;
}

ul.tests li.current {
	border-bottom: 0.5px solid #019a50;
}

.lab-data .tab-content {
	display: none;
	padding: 0 10px 10px;
}

.lab-data .tab-content.current {
	display: inherit;
}

.haematology {
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
}

.range {
	flex: 0 0 auto;
	width: 33.33%;
	padding: 8px;
	margin-top: 10px;
}

.range p {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 0;
}

.range img {
	margin-bottom: 15px;
}
.blogs-block .blog-list .col-lg-4 {
    display: none;
}
.blogs-block .center {
	text-align: center;
	margin: 20px 0;
}
.blogs-block .center .btn {
    background: #019A50;
    font-size: 15px;
    font-weight: 400;
    padding: 6px 15px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    border-radius: 0;
    text-transform: capitalize;
}
.blogs-block .center .btn:hover {
    background: #043B6F;
    color: #fff;
}
.blogs-block .blog-list .blog-box-card {
    height: calc(100% - 25px);
}
.blog-box-content  {
    position: relative;
}
.blog-detail.pad-tb .blog-box-content p {
    text-align: justify !important;
}
.blog-box-content .blog-date {
    position: absolute;
    top: -28px;
    height: auto;
    left: 0;
    background-color: rgb(6 57 129 / 66%);
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 18px;
}
.blog-detail .blog-box-content h2 {
	font-size: 30px;
	-webkit-line-clamp: unset;
	min-height: 100%;
  }
.blog-detail .blog-box-content h3, .blog-detail .blog-box-content h4 {
	font-size: 23px;
	margin-top: 15px;
	font-weight: 600;
	color: #223645;
}
.blog-detail .blog-box-content h4 {
	font-size: 20px;
}
.blog-detail table tr td {
    font-size: 18px;
    border: 1px solid #000 !important;
    text-align: left !important;
}
.blog-detail table tbody tr {
    border-bottom: none !important;
}
.blog-detail table tr td h4 {
    font-size: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}
.viewcount h6 {
    color: #063981;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}
.viewcount h6 span {
    color: #019A50;
    font-size: 20px;
    line-height: 24px;
}
.key-features,
.blog-box-content ul {
	margin: 0 0 40px;
	padding: 0;
	list-style-type: none;
}

.key-features li,
.blog-box-content ul>li {
	background: url(../images/black-arrow2.png) no-repeat 0 6px;
	font-size: 18px;
	color: #000;
	line-height: 24px;
	padding-left: 18px;
	margin-bottom: 15px;
}

.block-risk .value-box .key-features li {
	color: #fff;
	background: url(../images/white-arrow212.png) no-repeat 0 6px;
}

.blog-box-content ul {
	margin: 0 0 15px;
}

.helpline-block {
	max-width: 445px;
	margin-left: -30px;
}

.helpline {
	font-size: 35px;
	font-weight: 600;
	color: #13232E;
	margin-top: 15px;
	text-align: center;
}

.helpline a {
	color: #13232E;
	text-decoration: none;
}

/*  CSS for menu  */
#custom-header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}

.item-has-children {
	position: relative;
}

.item-has-children:hover>.dropdown-menu {
	display: block;
}

.dropdown>.dropdown-menu {
	left: -100px;
	width: 640px;
	background: #043B6F;
	border-radius: 0px;
	padding: 30px 0px;
	font-size: 0;
}

.item-has-children>.dropdown-menu {
	background: #043B6F;
	border-radius: 0px;
	padding: 15px 10px;
}

.dropdown>.dropdown-menu>li {
	display: inline-block;
	width: 50%;
}

.dropdown>.dropdown-menu .dropdown-item,
.item-has-children>.dropdown-menu .dropdown-item {
	color: #fff;
	padding: 10px 10px;
	font-weight: 400;
	font-size: 14px;
}

.dropdown>.dropdown-menu .dropdown-item:hover,
.item-has-children>.dropdown-menu .dropdown-item:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.dropdown>.dropdown-menu .dropdown-item>i,
.item-has-children>.dropdown-menu .dropdown-item>i {
	margin-right: 8px;
}

/*  End CSS for menu  */

/* International Patients CSS */
.ip-block .title_of_sec {
	color: #223645;
	font-size: 45px;
	line-height: 45px;
	font-weight: 600;
}

.lp_treat_title h2 {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	text-align: left;
	position: absolute;
	top: 18px;
	left: 25px;
	width: 100%;
}

.single_treat_row {
	padding-bottom: 55px;
	display: block;
	overflow: hidden;
	position: relative;
}

.single_treat_row:before {
	position: absolute;
	top: 52px;
	left: 42%;
	width: 16%;
	height: 2px;
	background-image: url(../images/lpbar1.png);
	content: "";
	background-repeat: repeat-x;
}

.single_treat_row:nth-child(2n+1):after {
	position: absolute;
	top: 53%;
	right: 36.5%;
	width: 1px;
	height: 53%;
	content: "";
	background-image: url(../images/lpbar2.png);
}

.left_treat_row {
	float: left;
	width: 42%;
	margin-right: 16%;
}

.right_treat_row {
	float: left;
	width: 42%;
}

.left_treat_content {
	float: left;
	width: 72%;
	margin-right: 2%;
	position: relative;
	margin-top: 30px;
	display: flex;
}

.left_treat_icon {
	float: left;
	width: 26%;
	position: relative;
	z-index: 2;
	background-color: #edf6fb;
}

.lazyloaded {
	opacity: 1;
	transition: opacity 400ms;
	transition-delay: 0ms;
}

.lp_treat_title h2 {
	top: 3px;
	font-size: 12px;
	padding-right: 45px;
	text-transform: capitalize;
	FONT-WEIGHT: 500;
	line-height: 16px;
}

.custom-left-treat h2 {
	left: 15px;
	margin-top: 10px;
}

.page-id-800 .lp_treat_title h2 {
	font-size: 13px;
}

.left_treat_content.right_treat_content {
	margin-right: 0;
	margin-left: 2%;
}

.right_treat_content h2 {
	left: 35px;
}

.left_treat_icon img {
	width: 100%;
	background-color: #fff;
	border-radius: 50%;
	max-width: 100px;
}

.single_treat_row:last-child:after {
	height: 0;
}

.cs-row>div {
	padding: 0 4%;
}
.cs-row>div.pl-0 {
    padding-left: 0;
}
.left_treat_content img {
	height: auto;
	max-width: 100%;
}

.single_treat_row:nth-child(2n):after {
	position: absolute;
	top: 53%;
	left: 36.5%;
	width: 1px;
	height: 53%;
	content: "";
	background-image: url(../images/lpbar2.png);
}

.form-wb {
	border-radius: 10px;
	background: #EDF6FB;
	padding: 30px 20px;
	position: relative;
}

.form-wb h2 {
	font-size: 22px;
	letter-spacing: 2px;
	color: #000;
	font-weight: 600;
	margin-bottom: 17px;
}

.form-box .form-group:not(:last-child), .form-box .js-form-item {
	margin-bottom: 15px;
}

.form-box .form-control {
	background: #fff;
	height: 45px;
	border: 1px solid #b0d0e1;
	color: #000;
	font-size: 14px;
}
.form-box .form-control.form-actions {
    border: 0;
    padding: 0;
    margin: 0;
    height: inherit;
}
.form-box .form-control::placeholder {
	color: #000;
}

.form-box .btn-submit, .form-box .form-submit {
	background: #043b6f;
	width: 100%;
	padding: 12px 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 20px;
	text-align: center;
	border-radius: 0.25rem;
	border: 1px solid transparent;
}

.form-box textarea.form-control {
	height: 90px;
}

.form-wb h2 span {
	color: #019a50;
}

/* End International Patients CSS */
.block-career {
	/* background: #e4eff5; */
}

.career-row-bg {
	background: #fff;
	/* box-shadow: 5px 5px 30px rgba(0,0,0,0.20); */
	/* padding: 60px; */
}

.block-career>div .career-row-bg:not(:last-child) {
	margin-bottom: 80px;
}

.career-content {
	padding: 0 80px;
}

.career-row-bg.cr-right .career-content {
	padding-left: 0;
}

.career-row-bg .training-prog h3 {
	min-height: 50px;
}

.training-prog {
	padding: 25px 15px;
	background: #e4eff5;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 30px;
}

.training-prog i {
	width: 90px;
	height: 90px;
	background: #b1e0f9;
	line-height: 90px;
	text-align: center;
	border-radius: 50%;
	font-size: 35px;
	margin-bottom: 15px;
	color: #000;
}

.training-prog h3 {
	font-size: 18px;
	text-transform: capitalize;
	margin: 0 0 15px;
	line-height: 1.4;
	color: #000;
}

.training-prog p {
	margin: 0;
	color: #647589;
	font-size: 14px;
	line-height: 25px;
	min-height: 175px;
}

.training-prog .red-bag {
	color: red;
}

.training-prog .yellow-bag {
	color: yellow;
}

.training-prog .blue-mark {
	color: blue;
}

.block-visitor {
	background: #FBFBFB;
}

.visitor-box {
	background: #fff;
	padding: 60px;
	align-items: center;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
	margin-top: 30px;
}

.visitor-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.visitor-box ul>li {
	/* font-size: 14px; */
	/* color: #647589; */
	/* line-height: 25px; */
	/* text-transform: capitalize; */
	/* position: relative; */
	/* padding-left: 30px; */
}

.visitor-box ul>li::before {
	/* content: ""; */
	/* width: 10px; */
	/* height: 10px; */
	/* display: block; */
	/* background: #019A50; */
	/* border-radius: 50%; */
	/* top: 6px; */
	/* left: 0; */
	/* position: absolute; */
}

.visitor-box ul>li:not(:last-child) {
	/* margin-bottom: 10px; */
}

.list-item {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-item>li {
	font-size: 15px;
	color: #000;
	line-height: 24px;
	position: relative;
	padding-left: 30px;
}

.list-item>li:not(:last-child) {
	margin-bottom: 10px;
}

.list-item>li::before {
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	background: #019A50;
	border-radius: 50%;
	top: 6px;
	left: 0;
	position: absolute;
}

.doctor-detail {
	margin-top: 25px;
}

.dr-detail2 .doctor-info h4 {
	font-size: 18px;
	font-weight: 700;
	color: #223645;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.training-prog ul.key-features {
	text-align: left;
	margin: 0;
}

.block-risk a.btn {
	padding: 12px 40px;
	margin-right: 0;
}

.block-risk a.btn i {
	margin-left: 5px;
}

.block-risk .training-prog {
	min-height: 330px;
}

/* Price Plan */
.pp-wrapper {
	background-color: #fff;
	color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
	margin: 15px 0;
}

.plan-title {
	padding: 20px 20px 0;
	background: #019a50;
}

.pp-wrapper-row h5 {
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0 auto 5px;
	min-height: 48px;
	color: #6dfdb8;
}

.pp-wrapper-row h2 {
	font-size: 3.75rem;
	font-weight: 700;
	margin: 8px auto 0;
}

.pp-wrapper-row h2 small {
	font-size: 18px;
	vertical-align: middle;
	text-decoration: line-through;
	font-weight: 500;
}

.pp-wrapper-row p {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	margin: -4px auto 0;
	color: #6dfdb8;
}

.pp-border {
	margin: 25px auto;
	width: 100%;
	height: 2px;
	/* background: #2dd986; */
}

.pp-fature {
	padding: 0 20px 20px;
}

.pp-fature ul {
	margin: 0;
	padding: 0;
	list-style: none;
	min-height: 1152px;
}

.pp-fature ul>li {
	color: #000;
	font-size: 15px;
	line-height: 24px;
}

.pp-fature ul>li:not(:last-child) {
	margin-bottom: 12px;
}

.pp-fature ul>li b {
	font-weight: 600;
}

a.btn-pp {
	text-transform: uppercase;
	font-size: 1rem;
	letter-spacing: 1px;
	font-weight: 800;
	margin: 32px auto 0;
	padding: 14px 42px;
	background-color: #ffffff;
	color: #016bf3;
	transition: all linear 0.3s;
}

a.btn-pp:hover {
	background-color: #e6e6e6;
}

.pricePlan .slick-list {
	margin: 0 -8px;
}

.pricePlan .slick-track .slick-slide {
	margin: 0 8px;
}

.pricePlan .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 45px;
	height: 45px;
	font-size: 0;
	background: #019a50;
	border: none;
	color: #fff;
	font-weight: 700;
}

.pricePlan .slick-prev.slick-arrow {
	left: -35px;
}

.pricePlan .slick-next.slick-arrow {
	right: -35px;
}

.pricePlan .slick-prev::before {
	content: "<";
	font-size: 18px;
}

.pricePlan .slick-next::before {
	content: ">";
	font-size: 18px;
}

.pp-wrapper.pp-wrapper-gradient {
	background-image: linear-gradient(#0ef1bf, #016bf3);
}
.navbar-expand-lg .navbar-collapse .navbar-nav {
    position: relative;
}

.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown {
    position: static;
}
.dropdown.dropdown-col-3>.dropdown-menu {
	width: 100%;
	right: 0;
	left: inherit;
}

.dropdown.dropdown-col-3>.dropdown-menu>li {
	width: 25%;
	vertical-align: middle;
}

.dr-detail2 .doctor-info {
	max-width: 100%;
	margin: 0;
	padding: 20px;
}

.dr-detail2 .dr-image {
	width: 250px;
	float: right;
	margin: 0 0 30px 30px;
}

.dr-detail2 .description {
	-webkit-line-clamp: unset;
	min-height: auto;
	margin-bottom: 0px;
}

.block-risk .value-box {
	background-color: #f4f4f4;
	min-height: 210px;
	margin-top: 25px;
	padding: 15px 15px;
	position: relative;
	z-index: 1;
}

.block-risk .value-box::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: rgb(0 52 93 / 69%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.block-risk .value-box i {
	font-size: 30px;
	color: #333;
	margin-bottom: 20px;
}

input.mail-field::placeholder {
	color: #000;
}

.m-btm2 {
	margin-bottom: 140px;
}

.cra-img1 {
	background: url(../images/cra-img1.jpg) no-repeat center;
	background-size: cover;
}

.cra-img2 {
	background: url(../images/cra-img2.jpg) no-repeat center;
	background-size: cover;
}

.cra-img3 {
	background: url(../images/cra-img3.jpg) no-repeat center;
	background-size: cover;
}

.cra-img4 {
	background: url(../images/cra-img4.jpg) no-repeat center;
	background-size: cover;
}

.cra-img5 {
	background: url(../images/cra-img5.jpg) no-repeat center;
	background-size: cover;
}

.cra-img6 {
	background: url(../images/cra-img6.jpg) no-repeat center;
	background-size: cover;
}

.cra-img7 {
	background: url(../images/cra-img7.jpg) no-repeat center;
	background-size: cover;
}

.cra-img8 {
	background: url(../images/cra-img8.jpg) no-repeat center;
	background-size: cover;
}

.cra-img9 {
	background: url(../images/cra-img9.jpg) no-repeat center;
	background-size: cover;
}

.block-risk .value-box h5 {
	color: #fff;
	font-weight: 600;
}

.dr-detail2 .dr-name {
	font-size: 45px;
}
.dr-detail2 .doctor-info .doctor-speciality {
    /* width: 100%; */
    /* margin: 0; */
}
.dr-detail2 .doctor-info .doctor-ifo-list {
    /* background: #FFFFFF; */
    /* border: 1px solid #DFDFDF; */
    /* box-shadow: 0px 4px 20px rgb(0 0 0 / 5%); */
}

.dr-detail2 .doctor-info .doctor-ifo-list .speciality, .dr-detail2 .doctor-info .doctor-ifo-list p strong {
    background: #019A50;
    font-size: 18px;
    color: #fff;
    padding: 10px;
    width: 100%;
    display: inline-block;
    margin: 0;
}
.dr-detail2 .doctor-info .doctor-ifo-list p {
    margin: 0;
}
.dr-detail2 .doctor-info .doctor-ifo-list .key-features, .dr-detail2 .doctor-info .doctor-ifo-list ul {
    padding: 10px;
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 5%);
}
.dr-detail2 .doctor-info .doctor-ifo-list ul>li {
    background: url(../images/black-arrow2.png) no-repeat 0 6px;
    font-size: 15px;
    color: #000;
    line-height: 24px;
    padding-left: 18px;
    margin-bottom: 15px;
    list-style: none;
}
table>thead {
	background: #223645;
	border: none;
}

table tr th, table tr td {
	font-size: 15px;
	line-height: 24px;
	color: #000;
	border: none;
	font-weight: 400;
	padding: 8px 15px !important;
	vertical-align: middle;
}

table tr th {
	color: #fff;
}
table > :not(:first-child) {
	border-top: none;
}
table tbody tr {
	background: #fff;
	border-bottom: 3px solid #f1efef !important;
}

.dep-detail .trauma h3 {
	color: #000;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}

.dep-detail .trauma p,
.dep-detail .key-features {
	margin-bottom: 10px;
}

.dep-detail .trauma p b {
	font-weight: 600;
}

.header {
	transition: all 0.5s ease-in-out;
	background: #fff;
	box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
}

.header.sticky {
	position: fixed;
	background: rgba(255, 255, 255, 0.9);
	z-index: 99;
	width: 100%;
	top: 0;
	left: 0;
	animation: sticky 1.2s;
}

@-webkit-keyframes sticky {
	0% {
		top: -200px;
	}

	100% {
		top: 0;
	}
}

@keyframes sticky {
	0% {
		top: -200px;
	}

	100% {
		top: 0;
	}
}

.logo-scroll,
.header.sticky .logo {
	display: none;
}

.header.sticky .logo-scroll {
	display: block;
}

.header.sticky .navbar {
	padding-top: 0;
	padding-bottom: 0;
}

/*Department Detail*/
.doc-sec.pad-tb {
	background: #F1F5FB;
}

.custom-head h6 {
	font-size: 20px;
	text-transform: capitalize;
	color: #5E5E5E;
}

.custom-head h2 {
	font-weight: 500;
	margin-bottom: 5px;
}

.pos-rel {
	position: relative;
}

.img_doct-de {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -10px;
}

table tr th {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	border: none;
	font-weight: 400;
	padding: 8px 15px !important;
}

table tr td {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	border: none;
	font-weight: 400;
	padding: 8px 15px !important;
}

table tr th {
	color: #fff;
}
.test-wrapper p {
    font-size: 18px;
}
table>thead {
	background: #223645;
	border: none;
}

table> :not(:first-child) {
	border-top: none;
}

table tbody tr {
	background: #fff;
	border-bottom: 3px solid #f1efef !important;
}

.sec-news .blog_sec {
	min-height: auto;
}

.sec-news .blog_sec h6 {
	min-height: 60px;
	padding-bottom: 0;
}

.block-technology {
	background: url(../images/technology-banner.jpg) no-repeat center;
	background-size: cover;
}

.tech-content p {
	margin: 0;
	font-weight: 500;
	font-size: 18.5978px;
	line-height: 24px;
	text-transform: capitalize;
	color: #FFFFFF;
	word-break: break-word;
}

.tech-row>div {
	width: 20%;
}

.felix-tag {
	background: #019A50;
	border-radius: 10px;
	max-width: 998px;
	margin: 50px auto 0;
	padding: 15px;
	width: 100%;
	position: relative;
	/* bottom: -100px; */
}

.felix-tag p {
	margin: 0;
	font-size: 24px;
	line-height: 37px;
	text-align: center;
	text-transform: capitalize;
	color: #FFFFFF;
	font-weight: 400;
}
.felix-tag p.colorWhite a {
	color: #fff;
}
.cd-pad {
	padding-top: 120px;
}

.treat-box {
	position: relative;
	margin-bottom: 30px;
}

.treat-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.604167) 14.06%, rgba(255, 255, 255, 0) 100%);
	top: 0;
	right: 0;
	height: 100%;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: end;
	transition: all linear 0.3s;
}

.treat-box:hover .treat-content {
	background: rgba(0, 0, 0, 0.70);
	align-items: center;
}

.treat-content h3 {
	font-weight: 500;
	font-size: 21px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	margin: 0;
}

.spl-team-wrap {
	/* max-width: 550px; */
	width: 100%;
	margin: auto;
	position: relative;
}

.splTeam-content .doctor-info {
	background: #223645;
	padding: 10px 20px;
	margin: 0px auto 0;
}

.splTeam-content .dr-name,
.splTeam-content .dr-position {
	font-weight: 500;
}

.splTeam-content .speciality {
	font-weight: 500;
	margin-bottom: 0;
	min-height: auto;
}

.block-splTeam {
	background: #F1F5FB;
}

.article-blog .blog_sec {
	width: 100%;
	margin: 0;
}

.slk .slick-arrow {
	width: 45px;
	height: 45px;
	border: none;
	background: #019a50;
	font-size: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	z-index: 1;
	color: #fff;
	border-radius: 50%;
}

.slk .slick-prev::before,
.slk .slick-next::before {
	font-size: 18px;
	font-weight: 600;
}

.slk .slick-prev::before {
	content: "<";
}

.slk .slick-next::before {
	content: ">";
}

.slk .slick-prev {
	left: 0;
}

.slk .slick-next {
	right: 0;
}

.article-blog .slick-list {
	margin: 0 -10px;
}

.article-blog .slick-slide {
	padding: 0 10px;
}

a {
	text-decoration: none;
}

.treat-content h3 a {
	color: #fff;
}

.pageLink a.btn {
	padding: 12px 32px;
}

.test-row {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	position: relative;
	padding-left: 200px;
	margin: 10px 0;
	display: inline-block;
	width: 100%;
}

.test-wrapper .test-row:not(:last-child) {
	margin-bottom: 10px;
}

.test-left-text {
	width: 200px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	word-break: break-word;
	background: #043B6F;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	padding: 10px;
	border-radius: 10px;
}

.test-right-text {
	padding: 20px;
	min-height: 100px;
}

.tech-img {
	height: 123px;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*End Department Detail*/
.slider-image {
	/* height: 600px; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    position: relative;
}
.slider-image .container-caption {
    position: absolute;
    width: 100%;
    top: 0;
    left: revert-layer;
    height: 100%;	
}
.slider-image .bannerImg {
	height: 400px;	
	object-fit: cover;
}
.search-box {
	position: absolute;
	width: 420px;
	left: auto;
	right: 90px;
	z-index: 9;
	top: 34px;
	visibility: hidden;
	opacity: 0;
	transition: all linear 0.3s;
	background-color: #fff;
	border: 1px solid #efefefef;
	border-radius: 10px;
	padding: 10px;
	max-width: 100%;
}

.search-box.open {
	visibility: visible;
	opacity: 1;
}

.search-row .btn-search {
	position: absolute;
	right: 0;
	top: 0;
	background: #019a50;
	height: 100%;
	border-radius: 0px;
	color: #fff;
}

.search-row .form-control {
	border-radius: 0px;
	background: #fff;
	color: #000;
}
.search-box .search-block-form .js-form-type-search .form-search {
    border: 1px solid #e5e5e5 !important;
    background-color: transparent;
    border-radius: 4px;
    padding: 0 50px 0 10px;
    height: 50px;
    line-height: 48px;
    font-size: 14px;
    font-weight: 300;
    outline: none;
    box-shadow: none;
    color: #000000;
    width: 100%;
}

.search-box .search-block-form  .form-actions {
    border: 0;
    background-color: transparent;
    position: absolute;
    right: 10px;
    width: 50px;
    height: 50px;
    padding: 0;
    top: 10px;
    cursor: pointer;
    color: #fff;
}

.search-box .search-block-form .form-actions .form-submit {
    border: 0;
    background-color: transparent;
    width: 50px;
    height: 50px;
    cursor: pointer;
    color: #fff;
    opacity: 0;
}

.search-box .fa-search {
    display: none;
}

.search-box .search-block-form .form-actions:before {
    position: absolute;
    content: "\f002";
    font: normal normal normal 21px/1 FontAwesome;
    top: 15px;
    right: 11px;
    color: #000;
}
.timeline {
	line-height: 1.5em;
	font-size: 14px;
	transition: all 0.4s ease;
	position: relative;
	counter-reset: section;
	max-width: 860px;
	margin: auto;
}

.timeline:before {
	content: "";
	width: 6px;
	height: 100%;
	background: #ffffff;
	position: absolute;
	top: 0;
	left: -3.313em;
	border-radius: 40px 40px;
}

.timeline--entry {
	position: relative;
	background-color: #eeeeee;
}

.timeline--entry__title {
	color: #019a50;
	background-color: #ffffff;
	font-size: 18px;
	padding: 1em;
	/* font-weight: 500; */
	font-weight: bold;
}

.timeline--entry__title:before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	position: absolute;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	left: -1em;
	border-right: 10px solid #ffffff;
}

.timeline--entry__detail {
    background-color: #dddddd;
    padding: 1em;
    margin: 0;
    font-size: 16px;
}

.timeline--entry:before {
	content: "";
	color: #019a50;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3em;
	height: 3em;
	font-size: 15px;
	font-weight: 500;
	background-color: #ffffff;
	border: 0.2em solid #019a50;
	border-radius: 50%;
	position: absolute;
	counter-increment: section;
	content: counter(section);
	text-shadow: 0 1px 0 #424242;
	left: -4.5em;
	font-weight: 500;
}

.bb-row ul {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}

.bb-row ul>li {
	background: url(../images/left-arrow.png) no-repeat 0 4px;
	color: #000;
	line-height: 24px;
	padding-left: 26px;
	margin-bottom: 8px;
}

.bb-row ul ul {
	margin-top: 10px;
}

/*CUSTOM CSS BY Karan start*/
.test-lab-img {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 50px 50px;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.test-lab-img:before {
	content: "";
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgb(44 105 167) 1.79%, rgb(44 105 167) 36.85%, rgb(44 105 167) 20.74%, rgb(44 105 167 / 43%) 66.14%);
}

.test-lab-img .left-side {
	position: relative;
	width: 100%;
	text-align: left;

	max-width: 600px;
}

.test-lab-img h3 {
	font-size: 35px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 20px;
}
.test-lab-img .left-side p {
    font-size: 18px;
    color: #fff;
	margin-bottom: 20px;
}
.test-lab-img .left-side .btn {
	background: #ffffff;
	color: #043B6F;
	padding: 12px 40px;
}

.emergency-block .awards-header {
	padding-bottom: 50px;
}

.amenities.home-care-services .value-box.amenities-box {
	min-height: 100px;
	/* text-align: center; */
}

.amenities.home-care-services .value-box.amenities-box h5 {
	margin-top: 15px;
}

.blood-bank-block .bb-row ul>li {
	background: url(../images/black-arrow2.png) no-repeat 0 6px;
}

.facility-block.collection-block {
	padding-bottom: 50px;
}

.facility-block.benefits-block .key-features li {
	margin-bottom: 5px;
}

.facility-block.benefits-block .key-features {
	margin-bottom: 15px;
}

.video-box .overlay-video-box {
	position: absolute;
	content: '';
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
}

.amenities.bio-medical {
	padding: 0;
	background-image: inherit;
}

.hospital-infrastructure-box {
	position: relative;
	height: calc(100% - 30px);
}
.hospital-infrastructure-box figure img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.hospital-infrastructure-box figcaption.btm {
	position: absolute;
	bottom: 0;
	padding: 20px;
	background-color: #0a5097;
	color: #fff;
}

.hospital-infrastructure-box figcaption.btm:before {
	display: none;
}

.hospital-infrastructure-box figcaption.btm {
	position: relative;
	bottom: 16px;
	padding: 10px 20px;
	background-color: #0a5097;
	color: #fff;
	/* min-height: 220px; */
	left: 0;
	height: calc(100% - 300px);
}

.hospital-infrastructure-box figcaption.btm p {
	display: -webkit-box;
	
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hospital-infrastructure-box figcaption.btm h1 {
	font-size: 28px;
	font-weight: 600;
	line-height: 34px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.journey-box {
	position: relative;
	background: #043b6f;
}

.journey-box:before {
	content: "";
	background-image: url(../images/health-banner-repeat.png);
	background-size: 500px;
	background-repeat: repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.08;
}

.whitebg.csrbox-main {
	background-color: #2c69a7;
}

.whitebg.csrbox-main:after {
	content: "";
	background-image: url(../images/health-banner-repeat.png);
	background-size: 500px;
	background-repeat: repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.07;
}

.whitebg.csrbox-main::before {
	border-bottom: 16px solid #2c69a7;
}

.whitebg.white-arrow-bottom.csrbox-main:before {
	border-left: 16px solid transparent;
	border-top: 16px solid #2c69a7;
	border-right: 16px solid transparent;
	border-bottom: 0;
}

.whitebg.csrbox-main .csrbox p {
	color: #fff;
}
.csr-img {
    position: relative;
    width: 100%;
    height: calc(100% - 24px);
    margin: 12px 0;
}

.csr-img .csrbox-main {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom,transparent 5%,rgb(0 0 0 / 65%) 50%,rgb(0 0 0 / 80%) 100%);
    padding: 50px 20px 20px;
}

.csr-img .csrbox-main::before {
    display: none;
}

.csr-img .csrbox-main::after {
    display: none;
}

.csr-img .csrbox-main .csrbox {
    padding: 0;
    height: auto;
}
.csr-img .csrbox-main p {
    font-size: 18px;
}
.career-content h2 {
	font-size: 35px;
	font-weight: bold;
	color: #223645;
	margin-bottom: 20px;
}

.career-image {
	position: relative;
}

.career-image:after {
	content: "";
	position: absolute;
	right: -40px;
	bottom: -40px;
	border-right: 40px solid #e7f0f5;
	border-bottom: 40px solid #e7f0f5;
	width: 94%;
	height: 94%;
}

.amenities.life-felix-services {
	background-image: none;
	padding: 0;
	margin: 50px 0;
}

.amenities.life-felix-services .value-box.amenities-box {
	width: 100%;
}

.amenities.home-care-services {
	background-image: none;
}

.contact-wrapper .title {
	font-size: 35px;
	font-weight: bold;
	color: #223645;
	margin-bottom: 20px;
}

.contact-wrapper .form-wrapper h2 {
	display: none;
}

.contact-wrapper .form-wrapper .form-box {
	margin-top: 30px;
}

#block-webform-3 .js-form-item-hereby-i-agree-that-my-feedback-review-can-be-published-on-websi {
	display: flex !important;
	margin: 0 !important;
}

#block-webform-3 .js-form-item-hereby-i-agree-that-my-feedback-review-can-be-published-on-websi input {
	margin-right: 10px;
}

.helpline-wrapper-block {
	width: 100%;
	position: relative;
	padding: 0 0 50px;
}

.amenities.home-care-services .awards-header {
	position: static;
	top: inherit;
	width: 100%;
	padding: 20px 0;
}

.testimonials-page .tst-box {
	margin: 30px 0 0;
}

.testimonials-page .tst-box:last-child {
	margin: 30px 0;
}

.testimonials-page .tst-box .auther_detail h6 {
	text-transform: capitalize;
}

.testimonials-page .tst-box .reviewed_content {
	margin: 0;
	padding: 0;
}

.testimonials-page .tst-box p:last-child {
	margin: 0;
}

.left_treat_row .left_treat_content {

	background-color: #019a50;

	padding: 15px;

	width: 64%;
	margin-right: 6%;
	border-radius: 4px;
	box-shadow: 3px 6px 7px 2px rgb(0 0 0 / 9%);
	margin-left: 4%;
}

.left_treat_row .left_treat_content img {
	display: none;
}

.left_treat_row .left_treat_content .lp_treat_title h2 {
	position: relative;
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
	left: inherit;
	line-height: 20px;
	top: inherit;
	text-align: left;
}

.left_treat_row .left_treat_content .lp_treat_title {
	text-align: left;
	display: inline-block;
	width: 100%;
	line-height: 20px;
}

.left_treat_row .left_treat_content:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: auto;
	right: -20px;
	top: 0px;
	bottom: auto;
	border: 20px solid;
	border-color: #019a50 transparent transparent transparent;
}

.right_treat_row .right_treat_content {
	background-color: #043b6f;
	padding: 15px;
	width: 64%;
	margin-left: 6%;
	border-radius: 4px;
	box-shadow: 3px 6px 7px 2px rgb(0 0 0 / 9%);
	margin-right: 4%;
}

.right_treat_row .right_treat_content img {
	display: none;
}

.right_treat_row .right_treat_content .lp_treat_title {
	text-align: right;
	display: inline-block;
	width: 100%;
	line-height: 20px;
}

.right_treat_row .right_treat_content .lp_treat_title h2 {
	position: relative;
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
	left: inherit;
	line-height: 20px;
	top: inherit;
	text-align: left;
}

.right_treat_row .right_treat_content:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	right: auto;
	left: -20px;
	top: 0px;
	bottom: auto;
	border: 20px solid;
	border-color: #043b6f transparent transparent transparent;
}

.single_treat_row_area {
	border-radius: 10px;
	background: #EDF6FB;
	padding: 30px 20px;
	position: relative;
	overflow: hidden;
}

.single_treat_row_area:before {
	content: "";
	background-image: url(../images/health-banner-repeat.png);
	background-size: 500px;
	background-repeat: repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	filter: brightness(0.5);
}

.section_testimonial  .slick-slide .test_auth, .test_by .test_auth {
	display: none;
}

.address-list {
	width: 100%;
	position: relative;
	background-color: #fff;
	border: 1px solid #D9D9D9;
	padding: 10px;
	margin-top: 10px;
	display: none;
}

.address-list .address-list-inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.address-list .address-list-inner .address-item {
	border: 1px solid #D9D9D9;
	width: calc(50% - 5px);
	display: inline-block;
	padding: 10px;
}

.address-list .address-list-inner .address-item h4 {
	text-transform: uppercase;
	color: #0A4A7E;
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 10px;
}

.address-list .address-list-inner .address-item p {
	margin: 0;
	font-size: 15px;
	line-height: 24px;
	color: #000;
}

.address-list.active {
	display: block;
}

.block-department .doctor-info .doctor-position-info {
	padding: 14px;
	text-align: left;
}

.block-department .doctor-info .doctor-position-info .speciality {
	padding: 0;
white-space: nowrap;overflow: hidden;text-overflow: ellipsis;min-height: 27px;}

.block-department .doctor-info .doctor-position-info .description {
	margin: 0;
	/* min-height: auto; */
}

.doctor-list-page .doctor-cs {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px 10px;
	height: auto;
}

.doctor-list-page .doctor-cs img {
	top: inherit;
	position: static;
	left: inherit;
}

.doctor-list-page .doctor-cs span {
	width: 100%;
	padding: 0 10px;
}

.doctor-list-page .doctor-detail .doctor-img img {
	height: 300px;
	
width: auto;}

.dr-detail-page .doctor-detail .doctor-info .doctor-cs {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px 10px;
	height: auto;
}

.dr-detail-page .doctor-detail .doctor-info .doctor-cs img {
	top: inherit;
	position: static;
	left: inherit;
}

.dr-detail-page .doctor-detail .doctor-info .doctor-cs a {
	color: #fff;
	padding: 0 5px;
}

.dr-detail-page {
	padding: 20px !important;
	height: 100%;
}
.dr-detail-page .dr-detail-page-inner {
	height: 100%;
	background-color: #fff;	
}

.dr-detail-page .doctor-detail {
	margin: 0;
}

.dr-detail-page .doctor-detail .doctor-info .doctor-cs span {
	padding: 0 10px;
}

.doctor-list-page .doctor-cs a {
	color: #fff;
	padding: 0 5px;
}

.section_about.dep-detail.e-clinic-detail {
	float: none;
	display: inline-block;
}

.eclinc-form {
	background-image: url(../images/awards-bg.png);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 50px 0;
	width: 100%;
}

.eclinc-form .awards-header {
	margin-bottom: 25px;
}

.eclinc-form #block-webform-5 h2,
.eclinc-form #block-webform-6 h2 {
	display: none;
}

.eclinc-form form .form-label {
	width: calc(50% - 23px);
	margin: 0px 10px 20px;
	display: inline-block;
}

.eclinc-form form .form-label .form-control {
	border: 0.075rem solid #ddd;
	border-radius: 0.25rem;
	color: #555;
	float: left;
	font-size: 14px;
	height: 40px;
	text-indent: 10px;
	width: 100%;
	outline: none;
	box-shadow: none;
	margin: 0;
}

.eclinc-form form {
	background: #fff none repeat scroll 0 0;
	border-radius: 5px;
	box-shadow: 0 1px 5px 0 #ccc;
	position: relative;
	width: 100%;
	padding: 20px;
}

.eclinc-form form .form-label label {
	line-height: 1.5;
	font-size: 15px;
	color: #333;
	width: 100%;
	margin-bottom: 5px;
}

.eclinc-form form .form-submit {
	background: #019A50;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 30px;
	text-decoration: none;
	color: #fff;
	border: 0;
	width: 100%;
	max-width: 150px;
}

.eclinc-form form .form-actions {
	width: calc(100% - 20px);
	margin: 0px 10px 0px;
	text-align: center;
}

.eclinc-form form .form-label.js-form-item-remarks {
	width: calc(100% - 22px);
}

.eclinc-form form .form-label.js-form-item-remarks textarea {
	min-height: 100px;
}
.eclinc-form form .captcha {
    width: calc(100% - 40px);
    margin: 20px 20px;
}
.eclinc-form form .captcha .js-form-item  {
    width: calc(100% - 10px) !important;
    margin: 10px 10px !important;
}
.captcha {
    width: 100%;
    margin: 20px 0px;
}
.captcha .js-form-item {
    width: 100% !important;
    text-align: center;
    margin: 10px 0 !important;
    color: #000;
    font-size: 16px;
}
.captcha .js-form-item .form-text {
    border: 0.075rem solid #ddd;
    border-radius: 0.25rem;
    color: #555;
    font-size: 14px;
    height: 40px;
    text-indent: 10px;
    outline: none;
    box-shadow: none;
    margin: 0 5px;
}
.captcha .js-form-item .description {
    margin: 0;
    min-height: inherit;
    width: 100%;
    color: #000;
}
.eclinc-form.doc-detail-form form .captcha .js-form-item, .eclinc-form.doc-detail-form form .captcha .js-form-item .description, .eclinc-form.doc-detail-form form .captcha .reload-captcha-wrapper .reload-captcha, .book_appoint form .captcha .js-form-item, .book_appoint form .captcha .js-form-item .description, .book_appoint form .captcha .reload-captcha-wrapper .reload-captcha {
	color: #fff;
}
.book_appoint form {
	padding: 20px;
}
.book_appoint form .captcha {
    margin: 20px 0px;
    width: 100%;
}

.book_appoint form .captcha .js-form-item {
    margin: 10px 0 !important;
}
.book_appoint form .form-group,
.book_appoint form .form-label {
	margin-bottom: 1rem !important;
}

.book_appoint form .form-group .form-control, .book_appoint form .form-control {
	border: 0.075rem solid #ddd;
	border-radius: 0.25rem;
	color: #555;
	font-size: 16px;
	height: 40px;
	text-indent: 10px;
	width: 100%;
	outline: none;
	box-shadow: none;
	margin: 0;
}
.section_testimonial .slick-slider p {
    font-size: 18px;
}
.book_appoint form .form-actions {
    text-align: center;
}

.book_appoint form .form-actions .form-submit {
	color: #737373;
	background: #ffffff;
	font-size: 17px;
	margin-right: 0;
	padding: 8px 30px;
	border: 1px solid #DDDDDD;
	text-transform: capitalize;
	border-radius: 0;
	width: 100%;
}

.section_about.dep-detail #triangle-bottomleft {
	height: 100%;
}

.section_about.dep-detail .abot_doctor.pos-rel {
	padding-right: 90px;
}
.webform-confirmation:before {
    content: "";
    background-image: url(../images/confirmation.png);
    position: absolute;
    top: 50px;
    width: 100px;
    height: 100px;
    left: 0;
    background-size: 100px;
    right: 0;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
}
.webform-confirmation {
	margin: auto;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: relative;
	padding: 180px 15px 100px;
	background-image: url(../images/Rectangle35.png);
}

.webform-confirmation .webform-confirmation__message {
	font-size: 26px;
	color: #ffffff;
}

.webform-confirmation .webform-confirmation__back a {
	position: relative;
	color: #737373;
	background: #ffffff;
	font-size: 16px;
	margin-right: 0;
	padding: 8px 15px;
	border: 1px solid #DDDDDD;
	text-transform: capitalize;
	border-radius: 0;
}
.webform-confirmation .webform-confirmation__message p {
    font-size: 20px;
}

.webform-confirmation .webform-confirmation__message p strong {
    font-size: 30px;
}
.block-treatment .treat-box {
	position: relative;
	padding: 30px 15px;
	height: calc(100% - 24px);
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	margin-bottom: 24px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	/* background-image: url(../images/medium-shot.jpg); */
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px;
	background-color: #043b6f;
	}
.block-treatment .treat-box:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-color: rgb(10 80 151 / 82%); */
}
.block-treatment .treat-box:hover {
	transform: translateY(-10px);
}

.block-treatment .treat-content {
	background: transparent;
	position: relative;
	display: inline-block;
	height: auto;
	padding: 0;
}

.block-treatment .treat-box:hover .treat-content {
	background: transparent;
}

.block-treatment .treat-content h3 {
    font-size: 20px;
	line-height: 24px;
}
.spl-team-wrap .slick-slide {
	background-color: #e6e6e6;
}
.spl-team-wrap .slick-slide img {
	max-height: 300px;
	object-fit: cover;
	max-width: 300px;
	margin: auto;
}
.eclinc-form form .form-label .form-control.form-checkbox {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.eclinc-form form .form-label .js-form-type-checkbox {
	display: flex;
}
.emergency-block .eclinc-form {background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 #ccc;
    position: relative;
    width: 100%;
    padding: 20px;}

.emergency-block .eclinc-form .awards-header {padding: 0;}

.emergency-block .eclinc-form form .form-label {width: calc(100% - 23px);}

.emergency-block .eclinc-form form {box-shadow: none;padding: 0;}
.spl-team-wrap ul.slick-dots {
    bottom: -30px;
}
.emergency-block.dep-detail .table-custom thead tr th {
    /* width: inherit; */
    /* padding: 6px 20px; */
    /* font-size: 22px; */
    /* line-height: 34px; */
    /* font-weight: 500; */
    }
.table-custom, table {width: 100%;margin-bottom: 20px !important;}
.emergency-block.dep-detail .table-custom tbody tr td {
    /* padding: 6px 20px; */
    /* font-size: 15px; */
    /* color: #000; */
    /* line-height: 24px; */
    }
.block-department .doctor-img {
    height: 200px;
}
.block-department .doctor-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.doctor-list-page .doctor-detail .doctor-img {   
	height: auto;
    text-align: center;}
.img-text-report {width: 100%;position: relative;}

.img-text-report .title {font-size: 35px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;text-align: center;padding: 20px;position: absolute;top: 0;left: 0;width: 100%;z-index: 1;}

.img-text-report .blue-btn {padding: 12px 20px;background: #ffffff !important;
    color: #043B6F;margin: 0 auto !important;position: absolute;left: 0;right: 0;width: auto;max-width: 250px;bottom: 20px;z-index: 1;}

.img-text-report:after { 
	content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0 52 93 / 42%);}
.img-text-report .blue-btn.consultinstantly {
    max-width: 290px;
    bottom: 50%;
}
.img-text-report .blue-btn.consultinstantly:hover {
    background: #019A50 !important;
    color: #fff !important;
}
.img-text-report .banner-img {
    min-height: 400px;
}
.news-block .row-no .col-md-6.news_sec .news_img {
    height: 300px;
    object-fit: contain;
    background-color: #ffffff;
}
.news-block-page.news-block .row-no .col-md-6.news_sec .content {
    display: none;
}
.news-block-page.news-block .row-no .col-md-6.news_sec {
    height: auto;
    min-height: auto;
    background-color: #fff;
}
.news-block-page.news-block .row-no .col-md-6.news_sec .example-image-link {
    background-color: #fff;
    display: inline-block;
    width: 100%;
}
.news_img.news-img-height {
    height: 248px;
    object-fit: contain;
    background-color: #f8f9fa;
}
.news-block .row-no .col-md-6.news_sec .content {
    height: 177px;
}
.job-listing {position: relative;width: 100%;padding: 25px 0 50px;}

.job-listing .job-inner {background: #fff;
    margin: 10px 0;
    padding: 15px;
    border-bottom: 5px solid #2c69a7;
    /*width: calc(100% - 20px);*/
    height: calc(100% - 20px);}

.job-listing .job-inner .position {font-size: 20px;width: 100%;color: #2c69a7;}

.job-listing .job-inner .exp {width: 100%;color: #000000;font-size: 17px;}

.job-listing .job-inner .description {margin: 0;display: inherit;
    -webkit-box-orient: inherit;
    overflow: inherit;
    -webkit-line-clamp: inherit;line-height: 20px;font-size: 14px;color: #6f6f6f;}
.block-technology .slick-slider {
    padding: 0 50px;
    float: none;
}
.spl-team-wrap .dep-doct-details {
    width: 100%;
    height: 100%;
    display: inline-block;
    margin-bottom: 20px !important;
}
.spl-team-wrap .dep-doct-details img {
    height: 300px;
    object-fit: cover;
}	
.csr_provides .centered {
    width: 100%;
    left: 0;
    top: inherit;
    bottom: 20px;
    text-align: center;
}
.blog-detail-img img {
    max-width: 600px;
    width: 100%;
}
.newsblog_sectn .news_sec .news_img {
    height: 248px;
    object-fit: cover;
}
.section_about.dep-detail img.img_rect {
    height: 400px;
    object-fit: cover;
}
.lightbox .lb-dataContainer {
    position: absolute;
    top: -31px;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
}
.page-node-type-department .sec-news .blog_sec h6 {
    padding: 14px 12px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 14px;
}
.page-node-type-department .sec-news .blog_sec {
    background-color: #f1f5fb;
    margin-bottom: 20px;
}
.helpline-box a {
    color: #fff;
}
.helpline-box a:hover {
    text-decoration: underline;
}
.user-login-form {
    margin: 50px auto;
    max-width: 500px;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    padding: 20px 20px 35px 20px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 14px 38px 3px #eeeeeec9;
}
.user-login-form .js-form-item {
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-bottom: 30px;
}
.user-login-form .js-form-item .form-text {
    height: 40px !important;
}
.user-login-form .js-form-item .description {
    margin: 0;
    font-size: 14px;
}
.path-search ol {
	padding: 0;
}
.path-search ol li {
    list-style: none;
}
.path-search ol li .search-result {
    width: 100%;
    padding: 20px 0;
}
.path-search ol li .search-result .search-result-inner {
    background: #FFFFFF;
    box-shadow: 10px 10px 20px rgb(0 0 0 / 10%);
    border-bottom: 3px solid #2c69a7;
    padding: 15px;
}
.path-search ol li .search-result .search-result-inner .search-result__title a {
	width: 100%;
    font-size: 20px;
    color: #2c69a7;
}
.path-search ol li .search-result .search-result-inner p {
    color: #555555;
    font-size: 16px;
    line-height: 30px;
    margin: 0px 0 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.path-search ol li:last-child .search-result {
    padding: 20px 0 50px;
}
.path-search .search-form {
	width: 100%;
    padding: 50px 15px;
	max-width: 1320px;
	margin: auto;
}
.path-search .search-form label {letter-spacing: 1.12px;
    color: #555555;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 5px;
    line-height: 30px;
    width: 100%;
}
.path-search .search-form .form-search {
	border: 1px solid #d3d8da;
    outline: none !important;
    box-shadow: none !important;
    font-size: 16px;
    padding: 0px 10px;
    height: 42px;
    line-height: 40px;
    border-radius: 0;
    position: relative;
    color: #555555;
    width: 100%;	
}
.path-search .search-form .form-submit {
    background-color: #019a50;
    color: #fff !important;
    border-radius: 0;
    border: 0;
    transition: all .4s ease-in-out;
    height: 42px;
    width: auto;
    padding: 0 15px;
    font-size: 16px;
    margin-left: 10px;
}
.path-search .search-form .form-submit:hover {
    background: #043B6F;
    color: #fff;
}
.path-search .search-form .js-form-item {
	max-width: 400px;
	width: 100%;
}
.path-search nav.pager {
	width: 100%;
	padding: 0;
	margin: 20px 0 50px;
}
.path-search .search-help-link {
    display: none;
}
.path-search #block-felix-content h2, .path-search #block-felix-content h3 {
	display: none;
}
.tech-img img {
    max-width: 90px;
}
.patient-carousel .item {
    padding: 15px;
}
.patient-carousel .item p {
    font-size: 15px;
}
.navbar .mobile-icon {
    display: none;
}
.modal-contactmodal .modal-content .modal-body {
    padding: 30px 30px 80px;
    text-align: center;
}
.modal-contactmodal .modal-content .btn-close {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 1;
}
.modal-contactmodal .modal-content .modal-body .quick_contact {
    display: block;
    padding: 0;
    float: none;
}
.modal-contactmodal .modal-content .modal-body .quick_contact a {
    width: 100%;
    display: block;
    padding: 5px 0;
    text-align: left;
    font-size: 15px;
}
.modal-contactmodal .modal-content .modal-body .social_footer {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #019a50;
    border-radius: 0 0 0.3rem 0.3rem;
    padding: 10px;
}
.modal-contactmodal .modal-content .modal-body .social_footer a {
    font-size: 20px;
    display: inline-block;
    padding: 0 10px;
}
.modal-contactmodal .modal-content .modal-body .social_footer a .fab {
    color: #ffffff;
    padding-right: 0;
    font-size: 20px;
}
.page-node-type-department .sec-news .blog_sec .blog_img {
    height: 170px;
    object-fit: contain;
    border-bottom: 1px solid #97c1ff;
}
.trauma-care-carousel.slider {
    float: none;
}
.trauma-care-carousel.slider .slick-slide .item {
    width: 100%;
    padding: 0 10px;
}
.trauma-care-carousel.slider .item img {
    width: 100%;
    margin: auto;
}
.contact-wrapper .cw-right .vaccine-text {
    font-size: 18px;
    color: #000;
}
.contact-wrapper .cw-right .vaccine-para {
    font-size: 16px;
    color: #0042a4;
}
.contact-wrapper .cw-left .vaccine-text {
    margin-bottom: 10px;
}
.vaccines-table {
    /* max-width: 800px; */
    margin: 50px auto 0;
}
.vaccines-table .blue-header {
    background-color: #019A50;
}
.vaccines-table .blue-header td {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}
.vaccines-table table tr th {
    font-size: 20px;
    padding: 15px 10px !important;
	text-align: center;
}
.vaccines-table table tr td .key-features.vaccines {
    margin: 0;
}
.vaccines-table table tr td .key-features.vaccines li {
    width: 49%;
    display: inline-block;
    padding-right: 20px;
}
.covid-table table tr th, .covid-table table tr td  {
    white-space: inherit;	
}
.vaccine-list .content {
    margin: 20px 0;
}

.vaccine-list .content h3 {
    font-size: 24px;
    width: 100%;
    display: inline-block;
}

.vaccine-list .content h3 strong {
    color: #019A50;
}
.vaccine-list .felix-tag p {
    text-transform: uppercase;
}
.vaccine-list .felix-tag h3 {
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
}
.eclinc-form.doc-detail-form .js-form-item {
    width: calc(33.3% - 23px);
    margin: 0px 10px 0px;
    display: inline-block;
}
.eclinc-form.doc-detail-form .js-form-item .form-control {
    border: 0.075rem solid #ddd;
    border-radius: 0.25rem;
    color: #555;
    float: left;
    font-size: 14px;
    height: 40px;
    text-indent: 10px;
    width: 100%;
    outline: none;
    box-shadow: none;
    margin: 0;
}
.eclinc-form.doc-detail-form .form-actions {
    text-align: center;
    width: 100%;
}
.eclinc-form.doc-detail-form form {
    display: flex;
    background-color: #172A38;
    flex-wrap: wrap;
}

.eclinc-form.doc-detail-form .js-form-item.js-form-type-checkbox {
    width: calc(100% - 20px);
    display: flex;
    align-items: flex-start;
}
.eclinc-form.doc-detail-form .js-form-item.js-form-type-textarea {
    width: calc(100% - 20px);
}
.eclinc-form.doc-detail-form .js-form-item.js-form-type-textarea textarea {
    height: auto;
}
.eclinc-form.doc-detail-form .js-form-item.js-form-type-textarea label {
    display: none;
}
.eclinc-form.doc-detail-form .js-form-item.js-form-type-checkbox label.option.js-form-required {
    display: none;
}
.eclinc-form.doc-detail-form .js-form-item.js-form-type-checkbox .description {
    margin: 0;
    color: #fff;
    padding-left: 10px;
    font-size: 15px;
}
.eclinc-form.doc-detail-form .js-form-item.js-form-type-checkbox .form-checkbox {
    margin-top: 2px;
    height: 24px;
    width: 24px;
}
.related-blog {
    width: 100%;
    position: relative;
    display: inline-block;
}
.related-blog .title {
    width: 100%;
    font-size: 45px;
    font-weight: normal;
    color: #262626;
	margin-bottom: 30px;
}
.modal-body .js-form-item {
    margin: 0 0 15px;
    display: inline-block;
}

.modal-body .js-form-item .form-control {
    border: 0.075rem solid #ddd;
    border-radius: 0.25rem;
    color: #555;
    float: left;
    font-size: 14px;
    height: 40px;
    text-indent: 10px;
    width: 100%;
    outline: none;
    box-shadow: none;
    margin: 0;
}
.modal-body .webform-submission-preventive-health-checkup-add-form  input#edit-submit--3 {
    background: #019A50;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 30px;
    text-decoration: none;
    color: #fff;
    border: 0;
    width: 100%;
    max-width: 150px;
}
.field-hide {
    display: none !important;
}
/*CUSTOM CSS BY Karan close*/

.service_block {
	overflow: hidden;
}

.department-img {
    height: 200px;
	-webkit-transition: ease-out 0.2s;
	-o-transition: ease-out 0.2s;
	transition: ease-out 0.2s;
	-o-object-fit: cover;
	object-fit: cover;
	
	-o-object-position: 50% 0;
	object-position: 50% 0;
	overflow: hidden;
}

.department-img:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.department-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.navbar-dark.my-nav .navbar-nav .nav-link.active {
	border-bottom: 3px solid 
	color: #019a50;
}

#block-felix-local-tasks {
	margin-top: 60px;
	text-align: center;
}

#block-felix-local-tasks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#block-felix-local-tasks ul>li {
	display: inline-block;
}

#block-felix-local-tasks ul>li>a {
	display: block;
	background: #2c69a7;
	padding: 5px 15px;
	border-radius: 5px;
	color: #fff;
}

#user-login-form label,
#user-register-form label,
#user-pass label {
	display: block;
	font-weight: 400;
}

#user-login-form .form-text,
#user-register-form .form-text,
#user-register-form .form-email,
#user-pass .form-text {
	color: #323232;
	height: 45px;
	outline: none;
	border: 1px solid #dedede;
	font-size: 16px;
	font-weight: 300;
	display: block;
	width: 100%;
	padding: 6px 12px;
	line-height: 1.42857143;
}

#user-login-form .description,
#user-register-form .description {
	font-weight: 300;
	min-height: auto;
}

#user-login-form #edit-submit,
#user-register-form #edit-submit,
#user-pass #edit-submit {
	margin-top: 0;
	margin-bottom: 10px;
	text-align: center;
	padding: 10px 30px;
	font-size: 18px;
	background-color: #2c69a7;
	text-transform: uppercase;
	font-weight: 600;
	outline: none;
	border: 1px solid transparent;
	color: #fff;
	margin-right: 0px;
}

/*    CUSTOM CSS BY ANIL   */

.rightBook {
    position: fixed; 
    right: -16px;
    top: 50%;
    display: flex;
    align-items: start;
    z-index: 9991;
    transform: translate3d(63%,0,0);
    transition: .5s ease;
}
.rightBook.active { 
    transform: translateZ(0);
}
.rightBook .btn {
	background-color: #043B6F;
	font-size: 17px;
	color: #fff;
	border: 0;
	border-radius: 6px;
	transform: rotate(-90deg);
	padding: 10px 20px 10px;
	position: relative;
	top: 36px;
	right: 8px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	display: flex;
	align-items: center;
	margin: 0;
}
.rightBook.active .btn {
    right: -93px;
}
.rightBook .btn i {
    transform: rotate(90deg);
    margin-left: 10px;
}
.rightBook .btn:hover {
    color: #fff;	
}
.rightBook .rgtBox {
    background-color: #fff;
    background-color: #fff;
    padding: 0 10px;
}
.rightBook .rgtBox a {
    padding: 10px 14px 10px 4px;
    display: flex;
    align-items: center;
}
.rightBook .rgtBox a i {
    color: #2f80be;
}
.rightBook .rgtBox a span {
    font-size: 15px;
    padding-left: 7px;
    color: #223645;
    font-weight: 500;
}
.modal-appointment .modal-content .btn-close {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 1;
}
.modal-appointment .modal-content .modal-body {
    padding: 30px 30px 30px;
    text-align: center;
}
.modal-appointment .modal-content .modal-body h4 {
    font-size: 30px;
    font-weight: 600;
    color: #223645;
    margin-bottom: 20px;	
}
.modal-appointment .modal-content .modal-body .form-submit {
    background: #019A50;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 30px;
    text-decoration: none;
    color: #fff;
    border: 0;
    width: 100%;
    max-width: 150px;	
}
.dr-detail.pad-tb .consultation-call {
    font-size: 22px;
    text-transform: capitalize;
    color: #5E5E5E;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.dr-detail.pad-tb .consultation-call a {
    color: #019a50;
}
.section_video_gallery {
    width: 100%;
    display: inline-block;
    padding: 50px 0;	
} 
.section_video_gallery .gallery-slider .gallery-youtube {
    padding: 0 10px;
}
.section_video_gallery .gallery-slider ul.slick-dots button {
	width: 8px !important;
	height: 12px;
	border-radius: 50%;
	margin-right: 2px;
	background: #043B6F;
	border: none !important;
	border-color: #e7e2e2 !important;
	margin: 0 2px;
	font-size: 0;
}
.section_video_gallery .gallery-slider ul.slick-dots .slick-active button {
	background: #019A50 !important;
}
.section_video_gallery .gallery-slider ul.slick-dots {
	display: flex !important;
	position: relative;
	justify-content: center;
	right: 0;
	bottom: -15px;
	left: 0;
	padding: 0;
}
.section_video_gallery .gallery-slider ul.slick-dots li {
	list-style: none;
}
.time-slot-form {
    background: #F1F5FB;
    padding: 20px 20px 20px 0;
    height: 100%;
}
.time-slot-form .form-detail {
    background: #fff;
    padding: 20px;	
    height: 100%;
}
.time-slot-form  .js-form-item {
    margin-bottom: 15px;
}
.time-slot-form .js-form-item label {
    font-weight: 500;
    font-size: 14px;
    line-height: 13px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 5px;
    display: inline-block;
}
.time-slot-form .js-form-item .form-text {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    outline: none;
    box-shadow: none;
}
.time-slot-form .js-form-item textarea {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    outline: none;
    box-shadow: none;
    height: 60px;
}
.time-slot-form form .form-submit {
    background: #019A50;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 30px;
    text-decoration: none;
    color: #fff;
    border: 0;
    width: 100%;
    max-width: 150px;
}
.dr-detail-page .doctor-detail .doctor-info .dr-image .doctor-cs {
    padding: 10px 10px;
    min-height: 46px;
    display: none;
}
legend.captcha__title {
    display: none;
}
.careercontact {
    background: #fff;
    padding: 15px;
    border-bottom: 5px solid #2c69a7;
}
.careercontact ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.careercontact ul li {
    margin: 0 20px;
    list-style: none;
}
.mobile-footerFixed {
    position: fixed;
    width: 100%;
    background-color: rgb(255 255 255 / 93%);
    left: 0;
    bottom: 0;
    z-index: 9;
	display: none;
}
.mobile-footerFixed .footerGroup {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;	
}
.mobile-footerFixed .mobile-appoint {
    text-align: center;
    padding: 8px 8px;
    border-right: 1px solid #cdcdcd;
    width: 25%;
}
.mobile-footerFixed .mobile-appoint i {
    color: #2c2c2c;
    font-size: 25px;
    line-height: 26px;
}
.mobile-footerFixed .mobile-appoint .whatsapp {
    width: 30px;
}
.mobile-footerFixed .mobile-appoint strong {
    display: block;
    font-size: 13px;
    color: #043B6F;
	padding-top: 5px
}
.mobile-footerFixed .mobile-appoint:last-child {
    border: 0;
}
.facilities-wrapper .fls-box {
    margin: 10px 0;
}
.facilities-wrapper .fls-box .fls-image img {
    height: 400px;
    object-fit: cover;
}
.facilities-wrapper .fls-box a {
    color: #fff;
}
/*Responsive Start*/
@media only screen and (max-width: 1399px) {
	.contact-wrapper .cw-right {
		padding: 40px 60px 40px 330px;
	}
	.path-search .search-form {
		max-width: 1140px;
	}
	.awards-logos .slick-slide img {
		height: 184px;
	}
}

@media only screen and (max-width: 1199px) {
	.dr-detail2 .dr-name, .awards-header h2 {
		font-size: 32px;
	}
	.dropdown.dropdown-col-3>.dropdown-menu,
	.dropdown>.dropdown-menu {
		width: 480px;
	}

	.navbar-nav li.nav-cs-item {
		display: none;
	}

	.dropdown.dropdown-col-3>.dropdown-menu>li {
		width: 50%;
		vertical-align: middle;
	}

	.carousel-caption.content-carousel {
		top: 15%;
	}

	.contact-wrapper {
		font-size: 0;
	}

	.contact-wrapper .cw-right {
		position: static;
		padding: 30px;
	}

	.contact-wrapper .cw-left {
		position: static;
		transform: translateY(-0%);
	}

	.career-wrapper .career-right {
		position: static;
		max-width: 100%;
	}

	.cr-panel {
		padding: 60px;
	}

	.career-wrapper>div {
		display: block;
		max-width: 100%;
	}

	.career-item .slick-slide img {
		width: 100%;
	}

	.career-wrapper>div::before,
	.career-wrapper>div::after {
		content: "";
		display: table;
		clear: both;
	}

	.feedback-block .contact-wrapper {
		float: none;
	}

	.feedback-block .contact-wrapper .cw-left {
		width: 100%;
		max-width: 100%;
	}

	.dr-image {
		text-align: center;
	}

	.blogs-block .side-pad {
		padding: 0;
	}

	.career-wrapper .career-right::before,
	.career-wrapper .career-right::after {
		content: none;
	}

	.dr-detail.career-block.pad-tb {
		padding: 50px 0;
	}

	.cont-emg img {
		width: 100%;
	}
	img.ractangle_review {
		left: 0;
	}
	.top_inner {
		padding: 0 20px;
	}
	.path-search .search-form {
		max-width: 960px;
	}
	.awards-logos .slick-slide img {
		height: 155px;
	}
	.container-fluid.nav_inner {
		padding: 0 15px;
	}
	.top_bar {
			display: none;
	}
	.navbar-dark .navbar-brand img {
		max-width: 110px;
	}
	nav.navbar {
		padding: 0;
	}
	.navbar .mobile-icon {
		display: flex;
		align-items: center;
	}
	.navbar .mobile-icon .mobile-appoint {
		text-align: center;
		padding: 10px 0.75rem;
		border-right: 1px solid #cdcdcd;
	}
	.navbar .mobile-icon .mobile-appoint .fas {
		color: #2c2c2c;
		font-size: 20px;
		line-height: 30px;
		font-weight: 600;
	}
	.navbar .mobile-icon .mobile-appoint strong {
		display: block;
		font-size: 12px;
		color: #043B6F;
		padding-top: 5px;
	}	
	.navbar-expand-lg .navbar-collapse {
		display: none !important;
	}
	.navbar-dark .navbar-toggler {
		display: block;
		background-color: transparent;
		z-index: 99;
		border: 0;
		padding: 10px 0 10px 0.75rem;
	}
	.navbar-dark .navbar-toggler strong {
		display: block;
		font-size: 12px;
		color: #043B6F;
		padding-top: 5px;
	}
	.navbar-dark .navbar-toggler-icon {
		background-image: url(../images/menu.png);
		background-size: 35px 23px;
	}

	.navbar-dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
		background-image: url(../images/close-btn.png);
		background-size: 35px 30px;
		filter: brightness(0) invert(1);
		-webkit-filter: brightness(0) invert(1);
	}

	.navbar-collapse {
		flex-basis: 100%;
		flex-grow: 1;
		align-items: center;
		position: fixed;
		right: -310px;
		top: 0;
		bottom: 0;
		width: 310px;
		height: 100%;
		min-height: 100vh;
		z-index: 9;
		background-color: #043b6f;
		box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
		padding: 50px 15px 30px;
		overflow: hidden;
		overflow-y: hidden;
		overflow-y: auto;
		display: block;
		-webkit-transition: all .3s ease 0s;
		transition: all .3s ease 0s;
	}

	.navbar-expand-lg .navbar-collapse.show {
		right: 0;
		display: block !important;
	}
	.navbar-expand-lg .navbar-nav {
		flex-direction: column;
	}


	.navbar-expand-lg .navbar-collapse {
		justify-content: flex-end;
	}

	.navbar-dark.my-nav .navbar-nav .nav-link {
		color: #fff;
		padding: 0.7rem 0.7rem;
	}

	.dropdown>.dropdown-menu>li {
		display: block;
		width: 100%;
	}

	.navbar-dark.my-nav .navbar-nav .nav-item {
		border-bottom: 1px solid rgba(255, 255, 255, 0.4);
		position: relative;
	}

	.navbar-toggler:focus {
		box-shadow: none;
	}
	.navbar-dark.my-nav .navbar-nav .nav-item.vaccine-menu {
		border: 0;
		margin-top: 20px;
		display: inline-block;
	}
	.navbar-dark.my-nav .navbar-nav .nav-item.vaccine-menu .top_btn_appoint {
		background: #019A50;
		font-size: 14px;
		font-weight: 400;
		padding: 10px 15px;
		text-decoration: none;
		color: #fff;
		width: 100%;
		display: block;
		text-align: center;
	}
	.item-trigger {
		width: 30px;
		height: 30px;
		display: block;
		position: absolute;
		right: 0;
		top: 8px;
		cursor: pointer;
	}

	.item-trigger::before,
	.item-trigger::after {
		content: "";
		width: 50%;
		height: 2px;
		background: #fff;
		display: block;
		position: absolute;
		left: 8px;
		top: 13px;
	}

	.item-trigger::after {
		transform: rotate(90deg);
	}

	.item-trigger.child-open::after {
		transform: rotate(0deg);
	}

	.dropdown:hover>.dropdown-menu,
	.dropdown-toggle::after,
	.item-has-children:hover>.dropdown-menu,
	.overview-img::before,
	.trauma h2 br {
		display: none;
	}

	.dropdown>.dropdown-menu,
	.item-has-children>.dropdown-menu {
		background: transparent;
		padding: 0 0 0 15px;
		border: none;
	}

	.dropdown.dropdown-col-3>.dropdown-menu,
	.dropdown>.dropdown-menu {
		width: 100%;
		position: static !important;
	}

	.dropdown.dropdown-col-3>.dropdown-menu>li {
		width: 100%;
		vertical-align: middle;
	}
	.navbar-nav li.nav-cs-item.nav-item {display: block;}

	.navbar-nav li.nav-cs-item.nav-item .nav-link {
		background-color: transparent;
		border: 0 !important;
		margin: 0;
		border-radius: 0;
		padding: 0.7rem 0.7rem !important;
	}

	.navbar-nav li.nav-cs-item.nav-item .nav-link img {
		display: none;
	}
	.my-nav li:not(.nav-cs-item) a.nav-link:hover {
		/* border-bottom: 0 !important; */
		padding: 0.7rem 0.7rem;
	}
}

@media only screen and (max-width: 991px) {
	.dr-detail-page .doctor-detail .doctor-info .dr-image .doctor-cs { 
		display: block;
	}
	.section_botton_footer {
		padding: 10px 0;
	}
	.section_botton_footer p {
		padding: 0;
	}
	.section_botton_footer img.olive_img {
		padding: 0;
	}
	.eclinc-form.doc-detail-form .js-form-item {
		width: calc(100% - 23px);
		margin-bottom: 20px;
	}
	.eclinc-form.doc-detail-form .form-actions {
		width: calc(100% - 20px);
	}
	.eclinc-form.doc-detail-form form {
		display: block;
	}
	.img-text-report .title {
		font-size: 24px;
	}
	.career-content {
		padding: 0;
	}

	.career-content {
		padding: 0;
	}

	.career-row-bg .career-content {
		padding-top: 60px;
	}

	.career-row-bg:nth-child(even) .align-items-center {
		flex-direction: column-reverse;
	}

	img.ractangle_review {
		width: 100%;
		margin: 0;
	}

	.guide_heading h6 {
		font-size: 15px;
		line-height: 25px;
	}

	.service_block img {
		width: 100%;
	}

	.col-md-12.reviw_one {
		display: flex;
		white-space: nowrap;
		justify-content: space-between;
	}

	p.review_by {
		width: 35%;
		border-right: none;
	}

	span.review_count {
		width: 45%;
	}

	p.rating {
		border-left: none;
	}

	.carousel-item h2 {
		font-size: 32px;
		line-height: 34px;
	}

	.content-carousel {
		max-width: 480px;
	}

	.slider_btns a, .pageLink a.btn {
		margin-right: 10px;
		margin-bottom: 10px;
		padding: 6px 22px;
		font-size: 14px;
	}
	.slider_btns a i, .home_about_btns a i, a.all_service_btn i {
		padding: 3px 8px;
	}
	.home_about_btns .blue-btn, a.btn.blue-btn.all_service_btn {
		padding: 6px 22px;
		font-size: 14px;		
	}
	.section_services h2 br, .section_provider h2 br, .img_doct {
		display: none;
	}

	.home_about h1,
	.section_services h2,
	.section_whyus h2,
	.section_provider h2,
	.guide_heading h2,
	h2.test-main-title,
	.inner_auound h2,
	.inner_news h4,
	h2.featured_title,
	.awards_inner h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.provider_inner,
	.services_inner,
	.guide_inner,
	.inner_ourcare,
	.inner_auound,
	.inner_news,
	.footer_inner {
		padding: 0;
	}

	.common_foot {
		padding-bottom: 35px;
		padding-right: 0;
		min-height: auto;
	}

	.foot_sec2.common_foot {
		padding-left: 35px;
	}

	.inner_botton_footer {
		padding: 0px 35px;
		text-align: center;
	}

	.section_botton_footer p,
	.right_fbottom {
		float: none;
	}

	.cont-emg {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.col-md-6.news_sectn {
		width: 100%;
	}

	.inner_news .news_sectn,
	.outer_boder {
		margin-bottom: 30px;
	}

	.awards_inner {
		width: 100%;
		margin: 0;
	}

	.testimonial-horizontal {
		position: relative;
		right: 0;
		top: -115px;
		margin-top: 15px;
	}

	.care-block {
		margin: 0 3% 20px;
	}

	.container.test-inner {
		padding: 30px;
		padding-top: 50px;
		padding-bottom: 200px;
	}

	.reviews {
		margin: 30px 0 0;
	}

	img.img_rect {
		width: 100%;
		margin-bottom: 30px;
	}

	#triangle-bottomleft {
		margin-left: 0;
	}

	#triangle-bottomleft,
	.two-circle,
	.in-circle {
		display: none;
	}

	.container-fluid.nav_inner,
	.top_inner {
		padding: 0px 15px;
	}
	.socail_icons {
		padding: 0;
	}

	.top_appoint {
		padding: 0;
		height: auto;
	}

	a.top_btn_appoint, a.top_btn_appoint:hover {
		background-color: transparent;
		color: #019A50;
		padding: 0;
		text-decoration: underline;
	}
	.quick_contact {
		/* white-space: nowrap; */
		/* overflow-x: auto; */
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding: 0 0 5px;
	}
	.top_bar {
		height: auto;
	}
	#myModal .modal-dialog {
		max-width: 620px;
	}

	.dr-detail .container .row.pt-4.mt-4 .col-md-12:not(:first-child) {
		padding-top: 3rem;
	}

	.contact-block .contact-wrapper>div {
		width: 100%;
		max-width: 100%;
	}

	.helpline-wrapper .row.mt-5 .col-md-6:nth-child(4) .helpline-box {
		border-bottom: 1px solid rgba(143, 143, 143, 0.5);
	}

	.side-pad {
		padding: 0;
	}

	.blogs-block.pad-tb .side-pad .row .col-lg-6:not(:last-child),
	.pdt-left {
		margin-bottom: 30px;
		;
	}

	.vaccine-icon {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.vaccine-img>img {
		width: 100%;
	}

	.emergency-block.canteen-block .pad-rt {
		position: static;
		padding: 30px;
	}

	.cs-image img {
		width: 100%;
	}

	.img-1::before {
		content: none;
	}

	.banner-title {
		padding: 0 15px;
	}

	.facilities-wrapper .col-md-2 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
		margin-bottom: 15px;
	}

	.future-box {
		padding: 60px;
	}

	.box-content,
	.box-content.img4,
	.box-content.img6 {
		position: static;
		width: 100%;
		display: block;
	}

	.timeline::before,
	.box-content::before,
	.rt-cnt p::before,
	.box-content::after,
	.rt-cnt::after,
	.rt-cnt::before {
		content: none;
	}

	.timeline .box-content:not(:last-child) {
		margin-bottom: 20px;
	}

	.box-content.bottom .tml-number {
		position: static;
	}

	.rt-cnt {
		min-height: auto;
	}

	.journey-box {
		padding: 20px 15px 20px 75px;
	}

	/*.timeline::after {
        content: "";
        width: 2px;
        height: 100%;
        background: #ECECEC;
        position: absolute;
        left: 40px;
        display: block;
        top: 0;
    }*/
	input.mail-field {
		max-width: 100%;
		width: 100%;
	}

	.main-newsletter {
		padding-left: 0;
	}

	.section_services {
		margin-top: 0;
	}

	.navbar-dark .navbar-toggler {
	}

	
	.overview-img img {
		width: 100%;
	}

	.overview-text {
		padding: 0;
		margin: 0;
	}

	.counter-box {
		margin: 0 0 -70px;
		padding: 15px 0;
		display: block;
	}

	.flats {
		width: 100%;
	}

	.counter-box .flats:not(:last-child) {
		margin-bottom: 15px;
	}

	.flats:before {
		content: none;
	}

	.banner-title h1, .banner-title.doctor-title h3 {
		font-size: 38px;
	}

	.awards-header h2, .trauma h2, .ip-block .title_of_sec, .overview-block h2, .counter-text h3, .related-blog .title {
		font-size: 26px;
		line-height: 36px;
	}

	.emergency-block .pad-rt {
		padding-right: 0;
	}

	.section_footer {
		padding-top: 15px;
	}

	.facility-block {
		padding-bottom: 60px;
	}

	.counter-text span {
		font-size: 14px;
	}

	.test-lab-img {
		padding: 50px 20px;
	}

	.test-lab-img .left-side {
		padding: 0;
		text-align: center;
		max-width: 100%;
	}

	.hospital-infrastructure-box figcaption.btm h1 {
		font-size: 20px;
		line-height: 26px;
	}

	.hospital-infrastructure-box figcaption.btm p {
		font-size: 14px;
		line-height: 21px;
	}

	.hospital-infrastructure-box figcaption.btm {
		min-height: 145px;
	}
	.navbar-dark .navbar-brand img {
		max-width: 100px;
	}
	nav.navbar.navbar-expand-lg.navbar-dark.bg-white.my-nav {
		padding: 0;
	}
	.cs-row>div.pl-0 {
		padding: 4% 4% 0;
	}
	.path-search .search-form {
		max-width: 720px;
		padding-bottom: 20px;
	}
	.spl-team-wrap .dep-doct-details img {
		height: auto;
	}
	.counter-box .flats .counter-icon {
		width: 100px;
		max-width: 100%;
		text-align: center;
	}

	.counter-box .flats .counter-text {
		min-width: 200px;
	}

	.counter-box .flats .counter-icon img {
		max-width: 60px;
	}
	.emergency-block.canteen-block {
		padding-bottom: 50px;
	}
	ul.management li {
		font-size: 18px;
		padding: 15px 15px;
		width: auto;
		margin: 0;
	}

	.management-box .team {
		width: 100%;
		flex-basis: 100%;
	}

	.management-box>div:nth-child(4) {
		order: -2;
	}

	.management-box>div:nth-child(3) {
		order: -1;
	}

	.management-box .team figcaption {
		padding: 10px;
	}
	.management-box:nth-child(even) {
		flex-direction: column-reverse;
	}
	.management-box {
		margin-bottom: 20px;
	}
	.section_awards {
		padding: 15px 0;
	}
	.section_about .abot_doctor, .overview-img {
		display: none;
	}
	.related-blog .title {
		margin-bottom: 10px;
	}
	.cont-emg img.footer-logo-img {
		max-width: 200px;
	}
	
}

@media only screen and (max-width: 767px) { 
	.section_botton_footer {
		padding-bottom: 58px;
	}
	.mobile-footerFixed {
		border-top: 1px solid #2f80be;
		display: block;
	}
	.chatwithapp {
		display: none !important;
	}
	.slider-image .bannerImg {
		min-height: 150px;
		height: auto;
	}
	.carousel-item h2 {
        font-size: 24px;
        line-height: 30px;
    }
	.carousel-item.text-white .carousel-caption.content-carousel p, .carousel-item.text-white .carousel-caption.content-carousel h3, .carousel-item.text-white .carousel-caption.content-carousel h4, .carousel-item.text-white .carousel-caption.content-carousel h5 {
		display: none;
	}
	.carousel-item .decs_text {
		display: none !important;
	}
	._orientationRight_e71b .button_f996, #supportchatwidget .circular-widget {
		display: none !important;
	}
.careercontact ul {
    display: block;
    text-align: center;
}
.careercontact ul li {
    margin: 0;
}
	.blog-detail .blog-box-content h2 {
		font-size: 24px;
	  }
	.test-lab-img h3 {
	    font-size: 22px;	
	}
	.awards-header h2, .trauma h2, .ip-block .title_of_sec, .overview-block h2, .counter-text h3, .related-blog .title {
		font-size: 22px;
		line-height: 30px;
	}
	.section_about.dep-detail img.img_rect {
		height: auto;
	}
	.section_about.dep-detail .abot_doctor.pos-rel {
		padding: 0;
	}

	.section_about.dep-detail .abot_doctor.pos-rel .img_doct-de {
		display: none;
	}

	.award-holder .content-box h2 {
		padding: 0;
		font-size: 18px;
	}

	.visitor-box {
		padding: 15px 0;
	}

	.left_treat_row,
	.right_treat_row {
		width: 100%;
	}

	.left_treat_content {
		margin-top: 15px;
	}

	.single_treat_row:before,
	.single_treat_row:nth-child(2n+1):after,
	.single_treat_row:nth-child(2n):after {
		display: none;
	}

	.pricePlan .slick-arrow {
		background: rgb(1, 154, 80, 0.50);
	}

	.p-top {
		padding-top: 30px;
	}

	.emergency-block .row.mt-5.pt-5 {
		margin-top: 0rem !important;
	}

	.pricePlan .slick-next.slick-arrow {
		right: 0;
	}

	.pricePlan .slick-prev.slick-arrow {
		left: 0;
	}

	.emergency-block .circle {
		left: 50%;
		transform: translateX(-50%);
	}

	ul.tests {
		margin: 0px 0 30px;
	}

	.carousel-holder {
		padding: 50px 15px;
	}

	.test-row {
		padding-left: 0;
		padding: 20px;
	}

	.test-left-text {
		width: 100%;
		height: 100%;
		position: static;
		margin-bottom: 15px;
	}

	.test-right-text {
		padding: 0;
	}

	.col-md-12,
	.col-lg-12,
	.col-md-11,
	.col-lg-11,
	.col-md-10,
	.col-lg-10,
	.col-md-9,
	.col-lg-9,
	.col-md-8,
	.col-lg-8,
	.col-md-7,
	.col-lg-7,
	.col-md-6,
	.col-lg-6,
	.col-md-5,
	.col-lg-5,
	.col-md-4,
	.col-lg-4,
	.col-md-3,
	.col-lg-3,
	.col-md-2,
	.col-lg-2,
	.col-md-1,
	.col-lg-1 {
		width: 100%;
	}

	.awards-logos .slick-track {
		position: static;
	}

	.test-inner>img {
		display: none;
	}

	.test-inner>.testi_doctor {
		display: block;
	}

	.inner_botton_footer {
		padding: 0px 0;
	}

	.section_botton_footer p {
		padding: 3px 0;
	}

	.col-md-6.news_sectn {
		width: 100%;
		margin: 0;
	}

	.col-md-6.news_sec,
	.main-newsletter {
		margin-bottom: 15px;
	}

	.col-md-6.news_sec {
		width: 100%;
		margin-bottom: 15px;
	}

	img.doc-img {
		width: 100%;
	}

	img.vetical-img,
	.chairman-desk {
		display: none;
	}

	.awards_inner {
		width: 100%;
		margin: 0;
		padding: 40px 15px;
	}

	a#news_button {
		padding: 14px 30px;
		margin-left: 0;
	}

	.common_foot {
		padding-bottom: 15px;
		padding-left: 0;
	}

	.newsletter_inner {
		padding: 5px 0px;
	}

	.foot_sec2.common_foot,
	.foot_sec3.common_foot {
		padding-left: 0;
		padding-bottom: 30px;
	}

	.common_foot {
		padding: 0;
	}

	.footer_inner>div {
		margin-bottom: 20px;
	}

	.inner_news .news_sectn:not(:last-child) {
		margin-bottom: 30px;
	}

	img.box-img {
		display: none;
	}

	.cont-emg {
		display: block;
		text-align: center;
	}
	.cont-emg img {
		width: auto;
	}
	.main-newsletter {
		padding-left: 0;
		padding-right: 0;
	}

	.container.test-inner {
		padding: 30px;
		padding-top: 50px;
		padding-bottom: 290px;
	}

	img.testi_doctor {
		width: 100%;
	}

	.testimonial-horizontal {
		position: relative;
		right: 0;
		top: -100px;
		margin-top: 15px;
	}

	.inner_ourcare .col-lg-3 {
		width: 100%;
		float: left;
		margin-bottom: 15px;
	}

	.quick_contact a {
		font-size: 12px;
	}

	#myModal .modal-dialog {
		max-width: 320px;
	}

	.news-block .row-no .col-md-6.news_sec {
		width: 100%
	}

	.contact-wrapper {
		display: block;
	}

	.section_logo .slick-list.draggable {
		padding: 10px 0;
		max-height: initial;
		overflow: hidden;
	}

	.section_logo .slide.slick-slide {
		border-right: none !important;
	}

	.contact-wrapper .cw-left {
		padding: 60px 30px;
	}

	.phone-icon {
		top: 35px;
		right: 30px;
		width: 60px;
	}

	.awards-header h2 span {
		font-size: 45px;
	}

	.career-wrapper .cr-panel {
		padding: 60px 30px;
	}

	.dr-detail.pad-tb {
		padding-bottom: 50px;
	}

	.job-info ul {
		flex-wrap: wrap;
	}

	.job-info ul>li {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}

	.job-info ul>li:not(:last-child)::after,
	.award-holder:before {
		content: none;
	}

	.current-opening.pad-tb {
		padding: 70px 0 142px;
	}

	.helpline-wrapper .row.mt-5 .col-md-6:not(:last-child) .helpline-box {
		border-bottom: 1px solid rgba(143, 143, 143, 0.5);
	}

	.feedback-block .cw-left h2 span {
		font-size: 28px;
		display: inline-block;
	}

	.feedback-block .cw-left h2,
	.contact-wrapper .title {
		font-size: 28px;
	}

	.feedback-block .contact-wrapper .cw-left,
	.contact-wrapper .cw-right {
		width: 100%;
		padding: 30px 15px;
	}

	#block-webform-3 .js-form-item {
		margin-bottom: 15px;
	}

	.feedback-block.pad-tb {
		padding-bottom: 60px;
	}

	.helpline-wrapper .row>div:last-child .helpline-box {
		margin: 0;
		padding: 0;
	}

	.form-row .phone-icon2 {
		flex: 0 0 69px;
		max-width: 69px;
		margin-right: 0px;
	}

	.form-row .phone-icon2 img {
		max-width: 70%;
	}

	.feedback-form h2 {
		font-size: 32px;
	}

	.facilities-wrapper .col-md-2 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.fls-icon {
		padding: 15px;
	}

	.future-box {
		padding: 30px;
	}

	.wfh-content {
		padding: 0 15px 15px;
		min-height: 110px;
	}

	.wfh-wrapper .wfh-content span {
		line-height: 54px;
		font-size: 36px;
	}

	.future-box .row .col-md-4:not(:last-child) {
		margin-bottom: 15px;
	}

	.misson .left__box,
	.misson .right__box {
		width: 100%;
	}

	.misson {
		display: block;
	}

	.left__box img {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}

	.name {
		font-size: 16px;
		padding: 3px 20px 3px 20px;
	}

	.designation {
		font-size: 14px;
	}

	

	.amenity-holder {
		display: block;
	}

	.amenity-holder .left__box,
	.amenity-holder .right__box {
		width: 100%;
	}

	.nabh-block {
		padding: 30px 15px;
	}

	.benefit-box {
		border: none;
		padding: 30px 0;
		display: block;
	}

	.benefit-box figure img {
		margin-bottom: 30px;
	}

	.awards-header p br {
		display: none;
	}

	.award-holder {
		padding: 65px 15px 14px;
	}

	.award-holder.b-left .img-box {
		order: -1;
	}

	.awardbox {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.award-holder .content-box p {
		padding: 0;
		font-size: 14px;
	}

	.award-holder .img-box {
		margin-bottom: 15px;
	}

	.awardicon {
		bottom: 0;
	}

	.p-lr {
		padding-left: 0;
		padding-right: 0;
	}

	.felix-tag p {
		font-size: 18px;
		line-height: 28px;
	}

	.felix-tag p br {
		display: none;
	}

	.tech-row>div {
		width: 50%;
	}

	.splTeam-content .doctor-info {
		margin: 0;
	}

	.feedback-form {
		padding: 40px 15px;
	}

	.quote:before {
		left: 0;
	}

	.quote:after {
		right: 0;
	}

	.hospital-infrastructure-box figcaption.btm {
		height: auto;
		position: relative;
		min-height: auto;
		background-color: #0a5097;
	}

	.hospital-infrastructure-box figure {
		margin: 0;
	}

	.hospital-infrastructure-box figcaption.btm h1,
	.hospital-infrastructure-box figcaption.btm p {
		display: block;
		-webkit-line-clamp: inherit;
		-webkit-box-orient: inherit;
		overflow: inherit;
	}

	.eclinc-form form .form-label {
		width: calc(100% - 23px);
	}
	.common_foot li {
		width: 50%;
		display: inline-block;
		padding-right: 15px;
	}

	.common_foot li.line_one {width: 100%;display: flex;padding-right: 0;padding-left: 15px;}
	.common_foot li.line_one.line-phone {
		flex-wrap: wrap;
	}
	.foot_sec1 ul {display: block;}

	.common_foot ul {display: flex;width: 100%;flex-wrap: wrap;}
	.why_sections.bdr-rt {
		border: 1px solid #37699C;
		margin: 2px 0;
		padding: 15px;
		min-height: auto;
	}
	.important-cities ul.mt-4 {
		margin: 0 !important;
	}
	.important-link .important-table ul {
		margin: 0 !important;
	}
	.col-md-6.bdr-bt {
		border: 0;
	}
	.dr-detail2 .dr-name, .blog-detail.pad-tb .trauma h2 {
		width: 100%;
		text-align: left;
		font-size: 22px;
		line-height: 30px;
	}

	.dr-detail2 .dr-image {
		margin: 0 auto 30px;
		float: none;
	}

	.dr-detail2 .doctor-info {
		text-align: center;
	}

	.dr-detail2 .doctor-info p {
		text-align: left;
	}

	.dr-detail2 .doctor-info div {
		text-align: left;
	}
	.tech-content.text-center {
		/* padding: 20px 0; */
	}
	.path-search ol li .search-result .container {
		max-width: 100%;
	}
	.pad-tb, .blogs-block.pad-tb {
		padding: 30px 0;
	}
	.block-treatment .treat-content h3 {
		font-size: 16px;
		line-height: 22px;
	}
	ul.management li {
		font-size: 14px;
		padding: 10px 10px;
		min-width: auto;
	}
	.management-box .team figcaption h5 {
		font-size: 15px;
	}
	.management-box .team figcaption span {
		font-size: 14px;
	}
	.management-box .blue-bg p {
		font-size: 14px;
	}
	.nabh h3 {
		font-size: 18px;
	}
	.nabh p {
		font-size: 14px;
	}
	.date.left {
		right: 35px;
		left: inherit;
	}
	.award-holder:last-child {
		margin-bottom: 20px;
	}
	.news-box figcaption {
		padding: 10px 10px 10px;
	}
	.address-list .address-list-inner .address-item {
		width: 100%;
	}
	.address-list .address-list-inner {
		flex-wrap: wrap;
	}
	.dr-detail2 .key-features {
		margin-bottom: 20px;
	}
	.overview-img {
		text-align: center;
	}

	.overview-img img {
		max-width: 300px;
	}
	.misson .right__box p {
	    min-height: inherit;	
	}
	.accreditation-page .row.mt-4:nth-child(odd) {
		flex-direction: column-reverse;
	}
	.accreditation-page  .nabh-block {
		border: 1px solid #dbdbdb;
		border-top: 0;
	}
	.navbar .mobile-icon .mobile-appoint {
		padding: 5px 5px;
	}
	.navbar .mobile-icon .dropdown.opd {
		width: 81px;
	}
	.navbar-dark .navbar-toggler {
		padding: 5px 0 5px 5px;
	}
	.navbar-dark .navbar-toggler-icon {
		background-size: 30px 18px;
		width: 25px;
		height: 25px;
	}
	.section_news, .section_auound, .section_about {
		padding: 30px 0;
	}
	table tr td {
		font-size: 14px;
		white-space: nowrap;
	}
	.vaccines-table table tr td .key-features.vaccines li {
		width: 100%;
		display: block;
	}
	
	.eclinc-form.doc-detail-form .js-form-item {
		width: calc(100% - 23px);
	}
}

@media only screen and (max-width: 575px) {
	.eclinc-form.doc-detail-form .js-form-item {
		margin-bottom: 5px;
	}
	.navbar .mobile-icon .dropdown.opd .dropdown-menu {
		top: 50px;
	}
	.blog-detail.pad-tb .blog-box-content p {
		text-align: inherit !important;
	}
	.quick_contact {
		/* display: none; */
	}
	.top_inner .socail_icons a {
		padding: 0px 15px 0 0;
	}
	.navbar-dark .navbar-brand {
		padding: 0;
	}
	.inner-banner {
		height: 130px;
	}
	.banner-title h1, .banner-title.doctor-title h3 {
		font-size: 22px;
	}
	.section_about {
	    padding: 30px 0px;	
	}
	.path-search .search-form .js-form-item {
		max-width: 100%;
	}
	.path-search .search-form .form-wrapper {
		position: relative;
		padding-right: 90px;
	}
	.path-search .search-form .form-submit {
		position: absolute;
		right: 0;
		top: 35px;
		margin: 0;
	}
	.path-search ol li .search-result .search-result-inner p {
		font-size: 14px;
		line-height: 24px;
		letter-spacing: inherit;
	}
	.found-icon figure {
		width: 100%;
		display: flex;
		height: 120px;
		align-items: center;
		justify-content: center;
	}

	.found-icon {
		display: block;
	}

	.found-text {
		width: 100%;
		display: block;
		padding: 20px;
	}
	
	.carousel-item.text-white .carousel-caption.content-carousel {
		padding: 0 25px;
	}
	.carousel-item.text-white .carousel-caption.content-carousel h2, .carousel-item h2 {
		font-size: 18px;
        line-height: 22px;
	}
	.carousel-item .decs_text {
		padding: 0px 0;
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
	}
	.slider-image {
		/* height: 450px; */
	}
	.slider-image .bannerImg {
	    min-height: 150px;
        height: auto;
	}
	.slider_btns a {
		padding: 4px 20px;
		font-size: 10px;
		margin: 0;
	}
	.container-crousel .carousel-inner .carousel-item:first-child .slider-image {
		background-position: center right;
	}
	.carousel-item h4 {
		font-size: 18px;
	}
	.carousel-item.text-white .carousel-caption.content-carousel ul li {
		font-size: 14px;
	}
	.navbar .mobile-icon .mobile-appoint strong, .navbar-dark .navbar-toggler strong {
		font-size: 11px;
	}
	.navbar .mobile-icon .dropdown.opd {
		width: 65px;
	}
	.navbar .mobile-icon .mobile-appoint .fas {
		line-height: 25px;
	}
	.navbar-dark .navbar-brand img {
		max-width: 90px;
	}
	.felix-tag {
		margin: 20px auto 0;
	}
	.awards-header p, .home_about p, .trauma p, .overview-block p, .awards-header .key-features li, .awards-header .blog-box-content ul>li, .value-box p {
		font-size: 16px;
		line-height: 24px;	
	}
	.awards-header p a, .home_about p a, .trauma p a, .overview-block p a {
		margin: 0 10px;
	}
	.awards-header p a:first-child, .home_about p a:first-child, .trauma p a:first-child, .overview-block p a:first-child {
		margin: 0 10px 0 0;
	}
	.captcha img {
		max-height: 40px;
		max-width: 112px;
	}
	.book_appoint form {
		padding: 20px 0;
	}
	.eclinc-form form {
		padding: 20px 0;
	}
	.eclinc-form form .captcha {
		width: calc(100% - 20px);
		margin: 0px 10px 20px;
	}
}

@media only screen and (max-width: 480px) {
	.tech-img {
		height: auto;
	}
	.rightBook .btn {
	    padding: 10px 10px 10px;
		font-size: 15px; 
		right: 0px ;
	}
	.rightBook.active .btn { 
		right: -75px !important;
	}
	.navbar-dark .navbar-brand img {
		max-width: 70px;
	}
	.container-fluid.nav_inner, .top_inner {
		padding: 0px 10px;
	}
}


@supports (display: grid) {
	@media (min-width: 991px) {
		.timeline {
			display: grid;
			grid-gap: 4.75em;
			grid-template-areas: ".  entry1""entry2  ."". entry3""entry4 ."". entry5""entry6 .";
			/*grid-template-areas: ".  entry1" "entry2  ." ". entry3" "entry4 ." ". entry5" "entry6 ." ". entry7" "entry8 ." ". entry9" "entry10 .";*/
		}

		.timeline:before {
			left: 51.2%;
		}

		.timeline--entry:nth-child(1) {
			grid-area: entry1;
		}

		.timeline--entry:nth-child(2) {
			grid-area: entry2;
		}

		.timeline--entry:nth-child(3) {
			grid-area: entry3;
		}

		.timeline--entry:nth-child(4) {
			grid-area: entry4;
		}

		.timeline--entry:nth-child(5) {
			grid-area: entry5;
		}

		.timeline--entry:nth-child(6) {
			grid-area: entry6;
		}

		/*.timeline--entry:nth-child(7) {
        grid-area: entry7;
      }
      .timeline--entry:nth-child(8) {
        grid-area: entry8;
      }
      .timeline--entry:nth-child(9) {
        grid-area: entry9;
      }
      .timeline--entry:nth-child(10) {
        grid-area: entry10;
      }*/
		.timeline--entry:nth-of-type(odd):before {
			left: -3.8em;
		}

		.timeline--entry:nth-of-type(even):not(:nth-of-type(odd)) .timeline--entry__title:before {
			left: 100%;
			border-left: 10px solid #ffffff;
			border-right: 0;
		}

		.timeline--entry:nth-of-type(even):before {
			left: 103%;
		}
	}
}

/*    END CUSTOM CSS BY ANIL   */