 ----------------------------------------------------------------
 Custom CSS

 Add all your Custom Styled CSS here for New Styles or
 Overwriting Default Theme Styles for Better Hanlding Updates
 -----------------------------------------------------------------*/
	/* -------------------------------- 


	Primary style

	-------------------------------- */


	::selection {
		background: #0089d1 !important;
		color: #FFF;
		text-shadow: none;
	}

	::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
		color: #fff !important;
		opacity: .3 !important; /* Firefox */
	}
	::-web-kit-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
		color: #fff;
		opacity: .3; /* Firefox */
	}

	::-moz-placeholder {
		color: #fff;
		opacity: .3;
	}

	:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #fff;
	}

	::-ms-input-placeholder { /* Microsoft Edge */
		color: #fff;
	}
	::-moz-input-placeholder { /* Microsoft Edge */
		color: #fff;
	}

	#gotoTop:hover {
		background-color: #0089d1;
	}

	*, *::after, *::before {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	sup:not(.special-sup) {
		font-size: 13px;
	}

	svg {
		max-width: 100%;
	}

	a {
		text-decoration: none;
		color: #0089d1;
	}

	.icon-ok{
		display: none;
	}


	.error {
		color: red;
	}

	.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 {

		text-transform: none;

	}
	.custom-oncology-our-product-heading-block:after {
		border-top: none !important;
	}

	.custom-loader{
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}

	.cd-main-content {
		position: relative;
		min-height: inherit;
		background: #fff;
	}


	.cd-filter-block h4::before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		width: 0px; 
		height: 0px; 
		background: url(../img/cd-icon-arrow.svg) no-repeat center center;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: -webkit-transform 0.3s;
		-moz-transition: -moz-transform 0.3s;
		transition: transform 0.3s;
	}

	.exclusive-header{
		z-index: 10;
	}
/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-nav-trigger {
	/* hamburger icon */
	position: fixed;
	z-index: 20;
	top: 12px;
	right: 5%;
	height: 44px;
	width: 44px;
	/* image replacement */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}
.cd-nav-trigger span {
	/* icon created in CSS */
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 32px;
	height: 3px;
	background-color: #8cc63e;
	filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.5));
}
.cd-nav-trigger span::before, .cd-nav-trigger span:after {
	/* upper and lower lines of the menu icon */
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: inherit;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.2s, width 0.2s;
	-moz-transition: -moz-transform 0.2s, width 0.2s;
	transition: transform 0.2s, width 0.2s;
}
.cd-nav-trigger span::before {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.cd-nav-trigger span::after {
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	-o-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}
.no-touch .cd-nav-trigger:hover {
	/* rotate trigger on hover */
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.no-touch .cd-nav-trigger:hover span::after,
.no-touch .cd-nav-trigger:hover span::before {
	/* animate arrow --> from hamburger to arrow */
	width: 50%;
}
.no-touch .cd-nav-trigger:hover span::before {
	-webkit-transform: translateX(1px) translateY(1px) rotate(45deg);
	-moz-transform: translateX(1px) translateY(1px) rotate(45deg);
	-ms-transform: translateX(1px) translateY(1px) rotate(45deg);
	-o-transform: translateX(1px) translateY(1px) rotate(45deg);
	transform: translateX(1px) translateY(1px) rotate(45deg);
}
.no-touch .cd-nav-trigger:hover span::after {
	-webkit-transform: translateX(1px) translateY(-1px) rotate(-45deg);
	-moz-transform: translateX(1px) translateY(-1px) rotate(-45deg);
	-ms-transform: translateX(1px) translateY(-1px) rotate(-45deg);
	-o-transform: translateX(1px) translateY(-1px) rotate(-45deg);
	transform: translateX(1px) translateY(-1px) rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
	.cd-nav-trigger {
		top: 38px;
	}
}

/* -------------------------------- 

xnavigation 

-------------------------------- */
.cd-nav-container {
	position: fixed;
	z-index: 15;
	top: 0;
	right: 0;
	width: 34%;
	height: 100%;
	overflow-y: auto;
	background-color: #ffffff;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0.4s;
	-moz-transition: -moz-transform 0.4s 0s, box-shadow 0s 0.4s;
	transition: transform 0.4s 0s, box-shadow 0s 0.4s;
}
.cd-nav-container.is-visible {
	z-index: 20;
	overflow: hidden;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	box-shadow: -4px 0 30px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: -4px 0 30px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -4px 0 30px rgba(0, 0, 0, 0.2);
	-webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0s;
	-moz-transition: -moz-transform 0.4s 0s, box-shadow 0s 0s;
	transition: transform 0.4s 0s, box-shadow 0s 0s;
}
.cd-nav-container header {
	padding: 1.5em 0 0 6.25%;
	height: 68px;
	position: relative;
}
.cd-nav-container h3 {
	font-size: 1.6rem;
	font-weight: bold;
	font-family: "Montserrat", serif;
	text-transform: uppercase;
	color: #5c4b51;
}
@media only screen and (min-width: 700px) {
	.cd-nav-container {
		width: 33%;
	}
	.cd-nav-container header {
		height: 116px;
		padding-top: 3em;
	}
}

.cd-close-nav {
	/* 'X' close icon */
	position: absolute;
	height: 44px;
	width: 44px;
	/* set the right position value so that it overlaps the .cd-nav-trigger*/
	right: 6.25%;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	/* image replacement */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.cd-close-nav::after, .cd-close-nav::before {
	/* lines of 'X' icon */
	content: '';
	position: absolute;
	height: 3px;
	width: 32px;
	left: 50%;
	top: 50%;
	background-color: #0089d1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cd-close-nav::after {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-close-nav::before {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.no-touch .cd-close-nav:hover {
	opacity: .8;
}
@media only screen and (min-width: 700px) {
	.cd-close-nav {
		right: 7.14%;
	}
}

.cd-nav {
	background-color: #f2f2f2;
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.cd-nav::after {
	clear: both;
	content: "";
	display: table;
}

.cd-nav li {
	width: 50%;
	float: left;
	/* 68px is the navigation header height  and the menu items will be allocated in 3 rows */
	height: calc((100vh - 68px)/3);
	min-height: 120px;
	border: 1px solid #ffffff;
	border-top: none;
	border-left: none;
}
.cd-nav li:nth-of-type(2n) {
	border-right-width: 0;
}
.cd-nav a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.no-touch .cd-nav a:hover svg {
	-webkit-animation: cd-shock 0.3s;
	-moz-animation: cd-shock 0.3s;
	animation: cd-shock 0.5s;
}
.no-touch .cd-nav li a:hover span *,
.cd-nav li.cd-selected a span * {
	/* on hover or if selected - change text and icon color*/
	stroke: #ffffff;
}
.no-touch .cd-nav li a:hover em,
.cd-nav li.cd-selected a em {
	/* on hover or if selected - change text and icon color*/
	color: #ffffff;
}
.no-touch .cd-nav li:first-of-type a:hover,
.cd-nav li.cd-selected:first-of-type a {
	/* on hover or if selected - change background color*/
	/*background-color: #8cc63e;*/
	background-color: #01729e;
	-webkit-background-color: #01729e;
	-moz-background-color: #01729e;
	-o-background-color: #01729e;
	-ms-background-color: #01729e;

}

.touch .cd-nav li:first-of-type a:hover,
.cd-nav li.cd-selected:first-of-type a {
	/* on hover or if selected - change background color*/
	/*background-color: #8cc63e;*/
	background-color: #01729e;
	-webkit-background-color: #01729e;
	-moz-background-color: #01729e;
	-o-background-color: #01729e;
	-ms-background-color: #01729e;

}



.no-touch .cd-nav li:nth-of-type(2) a:hover,
.cd-nav li.cd-selected:nth-of-type(2) a {
	/* on hover or if selected - change background color*/
	/*background-color: #0089d1;*/
	background-color: #1d95d1;
	-webkit-background-color: #1d95d1;
	-moz-background-color: #1d95d1;
	-o-background-color: #1d95d1;
	-ms-background-color: #1d95d1;

}
.touch .cd-nav li:nth-of-type(2) a:hover,
.cd-nav li.cd-selected:nth-of-type(2) a {
	/* on hover or if selected - change background color*/
	/*background-color: #0089d1;*/
	background-color: #1d95d1;
	-webkit-background-color: #1d95d1;
	-moz-background-color: #1d95d1;
	-o-background-color: #1d95d1;
	-ms-background-color: #1d95d1;

}


.no-touch .cd-nav li:nth-of-type(3) a:hover,
.cd-nav li.cd-selected:nth-of-type(3) a {
	/* on hover or if selected - change background color*/
	background-color: #6db5dd;
	-webkit-background-color: #6db5dd;
	-moz-background-color: #6db5dd;
	-o-background-color: #6db5dd;
	-ms-background-color: #6db5dd;
}
.touch .cd-nav li:nth-of-type(3) a:hover,
.cd-nav li.cd-selected:nth-of-type(3) a {
	/* on hover or if selected - change background color*/
	background-color: #6db5dd;
	-webkit-background-color: #6db5dd;
	-moz-background-color: #6db5dd;
	-o-background-color: #6db5dd;
	-ms-background-color: #6db5dd;
}


.no-touch .cd-nav li:nth-of-type(4) a:hover,
.cd-nav li.cd-selected:nth-of-type(4) a {
	/* on hover or if selected - change background color*/
	background-color: #20a1c1;
	-webkit-background-color: #20a1c1;
	-moz-background-color: #20a1c1;
	-o-background-color: #20a1c1;
	-ms-background-color: #20a1c1;

}
.touch .cd-nav li:nth-of-type(4) a:hover,
.cd-nav li.cd-selected:nth-of-type(4) a {
	/* on hover or if selected - change background color*/
	background-color: #20a1c1;
	-webkit-background-color: #20a1c1;
	-moz-background-color: #20a1c1;
	-o-background-color: #20a1c1;
	-ms-background-color: #20a1c1;

}


.no-touch .cd-nav li:nth-of-type(5) a:hover,
.cd-nav li.cd-selected:nth-of-type(5) a {
	/* on hover or if selected - change background color*/
	/*background-color: #5bddd1;*/
	background-color: #19b0bb;
	-webkit-background-color: #19b0bb;
	-moz-background-color: #19b0bb;
	-o-background-color: #19b0bb;
	-ms-background-color: #19b0bb;

}
.touch .cd-nav li:nth-of-type(5) a:hover,
.cd-nav li.cd-selected:nth-of-type(5) a {
	/* on hover or if selected - change background color*/
	/*background-color: #5bddd1;*/
	background-color: #19b0bb;
	-webkit-background-color: #19b0bb;
	-moz-background-color: #19b0bb;
	-o-background-color: #19b0bb;
	-ms-background-color: #19b0bb;

}


.no-touch .cd-nav li:nth-of-type(6) a:hover,
.cd-nav li.cd-selected:nth-of-type(6) a {
	/* on hover or if selected - change background color*/
	/*background-color: #8abeb2;*/
	background-color: #79cfce;
	-webkit-background-color: #79cfce;
	-moz-background-color: #79cfce;
	-o-background-color: #79cfce;
	-ms-background-color: #79cfce;

}
.touch .cd-nav li:nth-of-type(6) a:hover,
.cd-nav li.cd-selected:nth-of-type(6) a {
	/* on hover or if selected - change background color*/
	/*background-color: #8abeb2;*/
	background-color: #79cfce;
	-webkit-background-color: #79cfce;
	-moz-background-color: #79cfce;
	-o-background-color: #79cfce;
	-ms-background-color: #79cfce;

}


.cd-nav span, .cd-nav em {
	position: absolute;
}
.cd-nav span {
	top: calc(50% - 48px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 51px;
	width: 51px;
}
.cd-nav span * {
	-webkit-transition: stroke 0.2s;
	-moz-transition: stroke 0.2s;
	transition: stroke 0.2s;
}
.cd-nav em {
	width: 100%;
	left: 0;
	top: calc(50% + 15px);
	color: #5c4b51;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	transition: color 0.2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media only screen and (min-width: 700px) {
	.cd-nav li {
		/* 116px is the navigation header height and the menu items will be allocated in 3 rows */
		height: calc((100vh - 116px)/3);
		min-height: 200px;
	}
	.cd-nav span {
		height: 64px;
		width: 64px;
		top: calc(50% - 56px);
	}
	.cd-nav em {
		font-size: 2.2rem;
		font-weight: 300;
		top: calc(50% + 21px);
	}
}
@media only screen and (min-width: 1024px) {
	.cd-nav li {
		width: 33.33%;
		float: left;
		/* 116px is the navigation header height  and the menu items will be allocated in 2 rows */
		/* height: calc((100vh - 116px)/2); */
		/* min-height: 250px; */

		min-height: 233px;
		height: 233px;

	}

	.cd-nav li:nth-of-type(2n) {
		border-right-width: 1px;
	}
	.cd-nav li:nth-of-type(3n) {
		border-right-width: 0;
	}
	.cd-nav em {
		font-size: 2.5rem;
	}
}

@-webkit-keyframes cd-shock {
	0% {
		-webkit-transform: rotate(0);
	}
	30% {
		-webkit-transform: rotate(10deg);
	}
	60% {
		-webkit-transform: rotate(-10deg);
	}
	100% {
		-webkit-transform: rotate(0);
	}
}
@-moz-keyframes cd-shock {
	0% {
		-moz-transform: rotate(0);
	}
	30% {
		-moz-transform: rotate(10deg);
	}
	60% {
		-moz-transform: rotate(-10deg);
	}
	100% {
		-moz-transform: rotate(0);
	}
}
@keyframes cd-shock {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	30% {
		-webkit-transform: rotate(10deg);
		-moz-transform: rotate(10deg);
		-ms-transform: rotate(10deg);
		-o-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	60% {
		-webkit-transform: rotate(-10deg);
		-moz-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		-o-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	100% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
}
/* -------------------------------- 

xshadow layer 

-------------------------------- */
.cd-overlay {
	/* shadow layer visible when navigation is open */
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.35);
	visibility: hidden;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
	-moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
	transition: opacity 0.4s 0s, visibility 0s 0.4s;
}
.cd-overlay.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.4s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.4s 0s, visibility 0s 0s;
	transition: opacity 0.4s 0s, visibility 0s 0s;
}

/* -------------------------------- 

xcontent 

-------------------------------- */
/* main {
	position: relative;
	height: 100vh;
	overflow-x: hidden;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
	box-shadow: 0 0 30px #241d20;
}
main.scale-down {

	transform: scale(0.9);

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);

	} */

	.main {
		position: relative;
		height: auto;
		overflow-x: visible;
		-webkit-transition: -webkit-transform 0.4s;
		-moz-transition: -moz-transform 0.4s;
		transition: transform 0.4s;
		/*box-shadow: 0 0 30px #241d20;*/
	}

	.main.scale-down {

		/*transform: scale(0.9);*/

		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);

	}

	.cd-section {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		overflow-y: auto;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: -webkit-transform 0s 0.4s;
		-moz-transition: -moz-transform 0s 0.4s;
		transition: transform 0s 0.4s;
	}
	.cd-section.cd-selected {
		position: relative;
		z-index: 2;
		margin-top: -3px;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: -webkit-transform 0.4s 0s;
		-moz-transition: -moz-transform 0.4s 0s;
		transition: transform 0.4s 0s;
		-webkit-overflow-scrolling: touch;
		-moz-overflow-scrolling: touch;
		-ms-overflow-scrolling: touch;
	}
	.cd-section header {
		height: 100vh;
		background: #9e87ce;
		position: relative;
	}

	.cd-section.products header {
		height: 100vh;
		background: #9e87ce;
		position: relative;
	}
	.cd-section.manufacturing header {
		background-color: #5c4b51;
	}
	.cd-section.knowyourcancer header {
		background-color: #e0cf75;
	}
	.cd-section.doctors header {
		background-color: #f5b65a;
	}
	.cd-section.patients header {
		background-color: #f25f5c;
	}
	.cd-section.services header {
		background-color: #8abeb2;
	}
	@media only screen and (min-width: 700px) {
		.cd-section {
			/* not 100vh to fix a small bug --> border visible otherwise */
			header: 102vh;
		}
	}

	.cd-title {
		position: relative;
		top: 48%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		color: #ffffff;
		text-align: center;
	}
	.cd-title > * {
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.cd-title h2 {
		font-size: 2.8rem;
		margin-bottom: .8em;
	}
	.cd-title a {
		display: inline-block;
		padding: 1.2em 1.6em;
		border-radius: 50em;
		border: 2px solid rgba(255, 255, 255, 0.5);
		font-weight: 700;
		color: #ffffff;
		font-family: "Lora", serif;
	}
	.no-touch .cd-title a:hover {
		border-color: #ffffff;
	}
	.cd-title span {
		vertical-align: middle;
		display: inline-block;
	}
	@media only screen and (min-width: 700px) {
		.cd-title h2 {
			font-size: 5rem;
			font-weight: 300;
			margin-bottom: .6em;
		}
	}

	.cd-content {
		background-color: #ffffff;
		padding: 4em 0;
	}
	.cd-content p {
		width: 90%;
		max-width: 800px;
		margin: 2em auto;
		line-height: 2;
		color: #78626a;
	}

	.no-js .main, .no-js .cd-section {
		height: auto;
		overflow: visible;
	}

	.no-js .cd-section {
		position: static;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}

	.no-js .cd-nav-container {
		width: 100%;
		position: static;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		height: auto;
		overflow: visible;
	}

	.no-js .cd-close-nav {
		display: none;
	}

	.no-js .cd-nav li {
		width: 50%;
		float: left;
	}
	@media only screen and (min-width: 700px) {
		.no-js .cd-nav li {
			width: 33.3%;
			float: left;
		}
		.no-js .cd-nav li:nth-of-type(2n) a {
			border-right-width: 1px;
		}
	}
	@media only screen and (min-width: 1024px) {
		.no-js .cd-nav li {
			width: 16.66%;
			float: left;
		}
		.no-js .cd-nav li:nth-of-type(3n) a {
			border-right-width: 1px solid #e0cf75;
		}
	}




	/************************ GLOBAL SETTINGS STARTS *********************************/



	/************************ GLOBAL Header SETTINGS STARTS *********************************/


	.non-tile-data-menu-header-ul{
		width: 50%;
	}

	#top-left-img{
		position: absolute;
		top: 2.5em;
		left: 4em;
		z-index: 10;
	}



	.home-icon{
		
	}


	.header-div{
		/*display: block;*/
		margin-bottom: 1.5em; 
		font-size: 1.5rem;
		font-family: 'Montserrat';
	}


	.header-span{

		margin-left: .2em;
	}


	.cd-nav {
		background-color: #f2f2f2;
		margin-top: 1em;
		margin-bottom: 2em;
	}

	.cd-nav em {
		text-align: center;
		font-size: 1rem;
		font-family: 'Montserrat';
		line-height: 1.5rem;
	}

	#header-tile-products-span {
		background-image: url(../custom-images/logo/header-tile-nav-icon/Icon_01.png);
		background-repeat: no-repeat;

	}

	.cd-nav a:hover #header-tile-products-span {
		background-image: url(../custom-images/logo/header-tile-nav-icon/Icon_01_White.png);
	}


	#header-tile-manufacturing-span {
		background-image: url(../custom-images/logo/header-tile-nav-icon/Icon_02.png);
		background-repeat: no-repeat;

	}

	.cd-nav a:hover #header-tile-manufacturing-span {
		background-image: url(../custom-images/logo/header-tile-nav-icon/Icon_02_White.png);
		background-repeat: no-repeat;
	}

	#header-tile-protocols-span {
		background-image: url(../custom-images/logo/header-tile-nav-icon/Icon_03.png);
		background-repeat: no-repeat;

	}

	.cd-nav a:hover #header-tile-protocols-span {
		background-image: url(../custom-images/logo/header-tile-nav-icon/Icon_03_White.png);
		background-repeat: no-repeat;
	} 


	#header-tile-doctors-span {
		background-image: url(../custom-images/logo/header-tile-nav-icon/Icon_04.png);
		background-repeat: no-repeat;

	}

	.cd-nav a:hover #header-tile-doctors-span {
		background-image: url(../custom-images/logo/header-tile-nav-icon/Icon_04_White.png);
		background-repeat: no-repeat;
	} 


	#header-tile-patients-span {
		background-image: url(../custom-images/logo/header-tile-nav-icon/Icon_05.png);
		background-repeat: no-repeat;

	}

	.cd-nav a:hover #header-tile-patients-span {
		background-image: url(../custom-images/logo/header-tile-nav-icon/Icon_05_White.png);
		background-repeat: no-repeat;
	} 


	#header-tile-services-span {
		background-image: url(../custom-images/logo/header-tile-nav-icon/About_Us_Icon.png);
		background-repeat: no-repeat;

	}

	.cd-nav a:hover #header-tile-services-span {
		background-image: url(../custom-images/logo/header-tile-nav-icon/About_Us_Icon_White.png);
		background-repeat: no-repeat;
	} 



	.header-custom-selectpicker-row{
		margin-bottom: 1em;
	}

	.header-custom-selectpicker-col{

		padding-left: 2.5em;

	}

	.header-custom-selectpicker-col-product-button01{
		padding-left: 2.8em;
	}

	.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
		float: left;
	}


	.btn-light {
		color: #fff;
		background-color: #0089d1;
		border-radius: 0px;
		font-family: 'Montserrat';
		font-size: 1.3rem;
		border-color: transparent; 
	}




	.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
		color: #fff;
		background-color: #0089d1;
		border-color: #0089d1;
	}

	.btn-light:hover {
		color: #fff;
		background-color: #0089d1;
		border-color: #0089d1;
	}

	.dropdown-menu {
		font-family: 'Montserrat';
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 10rem;
		padding: 0.5rem 0;
		margin: 0.125rem 0 0;
		font-size: 1rem;
		color: #fff;
		text-align: left;
		list-style: none;
		background-color: #0089d1;
		background-clip: padding-box;
		border: 1px solid rgba(0, 0, 0, 0.15);
		border-radius: 0.25rem;
	}

	.dropdown-item {
		display: block;
		width: 100%;
		padding: 0.25rem 1.5rem;
		clear: both;
		font-weight: 400;
		color: #fff;
		text-align: inherit;
		white-space: nowrap;
		background-color: #0089d1;
		border: 0;
	}

	.dropdown-item:hover {
		color: #16181b;
		text-decoration: none;
		background-color: #fff;
	}

	.dropdown-item:focus {
		color: #16181b;
		text-decoration: none;
		background-color: transparent;
	}

	.dropdown-toggle::after {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: -0.5em;
		vertical-align: 0.255em;
		content: "";
		border-top: 0.4em solid;
		border-right: 0.4em solid transparent;
		border-bottom: 0;
		border-left: 0.4em solid transparent;
	}


	.header-custom-hotline-row{
		margin-bottom: 2em;
	}

	.header-custom-hotline-name-col{
		padding-left: 0;
	} 

	.left-menu-hotline-img,
	.left-menu-patient-service-location-img {
		cursor: pointer;
		-webkit-box-shadow: 1px 2px 11px grey;
		-moz-box-shadow: 1px 2px 11px grey;
		box-shadow: 1px 2px 11px grey;
	}

	.left-menu-hotline-img,
	.left-menu-patient-service-location-img{
		-webkit-transition: all 0.250s ease-in-out;
		-moz-transition: all 0.250s ease-in-out;
		-ms-transition: all 0.250s ease-in-out;
		-o-transition: all 0.250s ease-in-out;
		-webkit-box-shadow: 0 4px 12px -6px black;
		-moz-box-shadow: 0 4px 12px -6px black;
		box-shadow: 0 4px 12px -6px black;
	}

	.left-menu-hotline-img:hover,
	.left-menu-patient-service-location-img:hover {
		-webkit-box-shadow: 0 15px 18px -6px grey;
		-moz-box-shadow: 0 15px 18px -6px grey;
		box-shadow: 0 15px 18px -6px grey;
	}

	.hotline-text-header{
		padding-left: 1.5em;
		font-family: 'Montserrat';
		font-size: 1.7rem;
		font-weight: 600;
		color: #0089d1;
	}

	.header-custom-hotline-number-col{
		margin-left: 0;
		padding-left: 0;
	}

	.hotline-number-header{
		font-size: 1.3rem;
		line-height: 1.3;
		font-weight: 600;
		font-family: 'Montserrat';
		color: grey;
	}

	.header-custom-social-icons-row{
		margin-bottom: 2em;
	}

	.header-custom-social-icons-col{
		margin-left: 1.6em;
	}


	.social-icon.si-large {

		font-size: 25px;

	}

	.social-icon {
		margin-right: .7em !important;
		color: #91c846;
		text-shadow: none;
		border: 1.5px solid #91c846;

	}
	/************************ GLOBAL Header SETTINGS ENDS *********************************/


	/*Starting of Welcome-Slider Section*/
	.home-welcome-slider-span {
		position: absolute;
		color: #fff;
		font-family: 'Montserrat';
		line-height: 1.4;
		letter-spacing: 0.08em;
		font-weight: 400;
		text-align: center;
		margin: auto;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
	}

	.home-welcome-slider-span .home-welcome-slider-extra-bold-span{
		font-weight: 700;
	}

	/*Ending of Welcome-Slider Section*/

	/*Section Transforming Life Starts*/


	.about-skf-oncology-logo{
		position: absolute;
		width: 76%;
		top: 6em;
		left: 12%;
		z-index: 0;
	}


	.custom-transforming-life-heading-block{
		margin-top: 8.5em;
		margin-bottom: 2em;

	}

	.custom-transforming-life-heading-block:after{
		border-top: none;
		
	}

	.custom-transforming-life-heading-block .custom-transforming-life-heading-block-h2{
		color: #0089d1;
		font-family: 'Montserrat';
		font-size: 3rem;
		font-weight: 600;
		margin-top: 2.8em;
		margin-bottom: 1em;
		text-transform: uppercase;
		line-height: 1.4;
	}

	.custom-transforming-life-heading-block .custom-transforming-life-heading-block-p{
		max-width: 1470px;
		margin-left: auto;
		margin-right: auto;
		/*color: #000;*/
		font-family: 'Open Sans', sans-serif;
		font-size: 1.31rem;
		font-weight: 300;
		/*letter-spacing: 0.06em;*/
	}


	/*Section Transforming Life Ends*/

	.ceo-section {
		background: url('../custom-images/background/SKF-CEO-MD.jpg') 80%;
		padding: 260px 0;
		height: 600px;
	}
	.ceo-section.ceo-section-doctor {
		height: 690px;
	}
	.ceo-section-doctor.doctor-ceo-section-04{
		height: 650px;
	}
	.ceo-section.doctor-ceo-section-01{
		background: url('../custom-images/facilities/isolator-tech-gallery/Doctor_Image_01.jpg') 80%;
	}
	.ceo-section.doctor-ceo-section-02{
		background: url('../custom-images/facilities/isolator-tech-gallery/Doctor_Image_02.jpg') 80%;
	}
	.ceo-section.doctor-ceo-section-03{
		background: url('../custom-images/facilities/isolator-tech-gallery/Doctor_Image_03.jpg') 80%;
	}
	.ceo-section.doctor-ceo-section-04{
		background: url('../custom-images/service/Doctor_for_Patient.jpg') 80%;
		background-position-y: 0em;
	}
	.ceo-section-text{
		position: absolute;
		top: 50%;
		left: 26%;
		transform: translate(-50%,-50%);
	}

	.ceo-section-text .leftmargin-sm h1 > span:not(.nocolor):not(.badge) {
		font-family: 'Montserrat';
		font-size: 1.9rem;
		font-weight: 600;


	}
	.ceo-section-text .leftmargin-sm h1{
		margin-bottom: 0.6em;	
	}
	.ceo-section-text .leftmargin-sm p.lead {
		font-family: 'Open Sans', sans-serif;
		font-size: 1.31rem;
		line-height: 1.8;


	}

	.chairman-attribute.director-attribute{
		font-family: 'Open Sans', sans-serif;
		line-height: 1.8;
		font-size: 1.31rem;

	}

	.chairman-attribute.director-attribute.director-attribute-designation {
		font-size: 1.2rem;

	}

	.featured-product-img-right, .featured-product-img{
		vertical-align: middle !important;
	}



	/*Section Products Starts*/

	.featured-product-img-section{
		margin-top: 0;
	}

	.featured-product-img-row{
		padding-left: 16em;
		padding-right: 13em;
	}

	.vision-text, .vision-box-text {
		font-size: 1.31rem !important;
		text-align: center;
		color: grey;
		font-weight: 300;
		font-family: 'Open Sans', sans-serif;
		font-style: normal;
		padding: 0 0%;
		margin-top: 2em ;
	}

	.custom-manufacture-heading-block-vision-text{
		padding: 0 7%;
		margin-top: 1em;
	}

	.featured-product-img-col{
		padding: 0;
		margin:0;

	}
	.featured-product-img-div{
		overflow: hidden;
	}

	.featured-product-img-right {
		transition: transform 1s;
		cursor: pointer;
	}

	.featured-product-img {
		transition: transform 1s;
		cursor: pointer;
	}
	.featured-product-img:hover {
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		transform: scale(1.1);
		overflow: hidden;
	}


	.custom-oncology-our-product-heading-block:after {
		/*border-top: 3px solid #8cc63e !important;*/
	}


	.custom-products-heading-block {
		margin-top: 6em;
		/*margin-bottom: 2em;*/
	}
	.custom-products-heading-block:after{
		border-top: none;

	}

	.custom-products-heading-block .custom-products-heading-block-h2{
		color: #ffffff;
		font-family: 'Montserrat';
		font-size: 3rem;
		font-weight: 600;
		/*margin-bottom: 1em;*/
	}
	.custom-products-heading-block .custom-products-heading-block-span:not(.before-heading){
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1em;
		margin-top: 2em;
		color: #fff;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		font-size: 1.2rem;
		letter-spacing: 0.08em;
		line-height: 2em;
	}

	.tech-slideshow {
		height: 350px;
		/* max-width: 2526px; */
		max-width: 8000px;
		width: 8000px;
		margin: 0 auto;
		position: relative;
		top: -4%;
		overflow: hidden;
		transform: translate3d(0, 0, 0);
	}

	.tech-slideshow > div {
		height: 350px;
		width: 8000px;
		background: url(../custom-images/products/product-line/product-line-main.png);
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-background-repeat: repeat-x !important;
		-moz-background-repeat: repeat-x !important;
		-ms-background-repeat: repeat-x !important;
		background-repeat: repeat-x !important;

	}
	.tech-slideshow .mover-1 {
		-webkit-animation: moveSlideshow 30s linear infinite;
		-moz-animation: moveSlideshow 30s linear infinite;
		-ms-animation: moveSlideshow 30s linear infinite;
		animation: moveSlideshow 30s linear infinite;
	}

	.tech-slideshow:hover .mover-1 {
		cursor: pointer;
		-webkit-animation-play-state: paused;
		-moz-animation-play-state: paused;
		-ms-animation-play-state: paused;
		animation-play-state: paused;
	}

/*.tech-slideshow .mover-2 {
	opacity: 1;
	transition: opacity 0.5s ease-out;
	background-position: 0 -350px;
	animation: moveSlideshow 15s linear infinite;
}
.tech-slideshow:hover .mover-2 {
	opacity: 1;
	}  */

	@-webkit-keyframes moveSlideshow {
		100% { 
			transform: translateX(-66.6666%);  
		}
	}

	@keyframes moveSlideshow {
		100% { 
			transform: translateX(-66.6666%);  
		}
	}
	/*Section Products Ends*/



	/*Section Manufacturing Strats*/

	.custom-manufacture-cd-section{
		height: auto;
	}
	.custom-manufacture-heading-block {
		margin-top: 6em;
		/*margin-bottom: 2em;*/
	}
	.custom-manufacture-heading-block:after{
		border-top: none;

	}

	.custom-manufacture-heading-block .custom-manufacture-heading-block-h2{
		color: #0089d1;
		font-family: 'Montserrat';
		font-size: 3rem;
		font-weight: 600;
		margin-bottom: 1em;
	}

	.custom-manufacture-content-wrap{
		padding-top: 2em;
	}

	/* .custom-manufacture-container-fluid{
		max-width: 1366px;
		} */


		.custom-manufacture-row{
			padding-left: 14em;
			padding-right: 3em;
		}

		.custom-manufacture-col-one-third{
			margin-right: 0;
		}

		.custom-manufacture-middle-col{
			border-right: 1px solid grey;
			border-left: 1px solid grey;
		}

		.custom-manufacture-div{
			padding-right: 5em;
			padding-left: 5em;
		}

		.custom-manufacture-div-h2{
			color: #8cc63e;
			font-family: 'Montserrat';
			font-size: 1.5rem;
			font-weight: 600;
			text-align: center;
			margin-bottom: .5em;
		}

		.custom-manufacture-div-p{
			color: grey;
			font-family: 'Open Sans', sans-serif;
			font-size: 1.2rem;
			font-weight: 300;
			text-align: center;
			margin-bottom: .5em;
		}

		.custom-manufacture-div-p-a:hover .btn-img-01{
			display: none;
		}

		.custom-manufacture-div-p .btn-img-02{
			display: none;
		}

		.custom-manufacture-div-p-a:hover .btn-img-02{
			display: inherit;
		}


		/*Section Manufacturing Ends*/



		/*Section clients Starts*/

		.cancer-badge{
			display: none;
/*			position: absolute;
			z-index: 100;
			cursor: pointer;
			font-family: 'Open Sans';
			font-size: 2rem;
			color: white;
			font-weight: 600;
			right: 3em;
			top: 45%;
			text-align: center;*/
		}

		.item.cancer-itme:hover .cancer-badge{
			display: inherit;
			position: absolute;
			z-index: 100;
			cursor: pointer;
			font-family: 'Open Sans', sans-serif;
			font-size: 1.5rem;
			color: white;
			font-weight: 600;
			right: 2.2em;
			top: 85%;
			text-align: center;
		}


		.owl-carousel .owl-dots .owl-dot{
			background-color: transparent !important;
		}


		.clients .clients-bg .owl-carousel .item img {
			display: block;
			text-align: center;
			width: 100% !important;
			height: auto;
			margin: 0 auto 0px;
			opacity: 1;
		}


		.custom-clients-container-fluid{
			padding-left: 0;
			padding-right: 0;
		}

		.clients .clients-bg {
			padding-top: 0px;
			background: transparent;
		}
		.owl-carousel .owl-dots, .owl-carousel .owl-nav {
			background: #8cc63e;
			height: 0.4rem;
			margin-top: -1px;
		}
		.clients .clients-quotes:before {

			border-color: #8cc63e transparent transparent transparent;
		}

		.clients .clients-quotes .client-quote .custom-client-quote-p {
			padding: 0 20%;
			font-size: 3rem;
			font-family: 'Montserrat';
			font-weight: 600;
			margin-top: 1.2em;
			margin-bottom: 1em;
			color: #8cc63e;
		}

		.clients .clients-quotes .client-quote  .custom-client-quote-h4 {
			padding: 0 20%;
			font-size: 1.5rem;
			font-family: 'Montserrat';
			font-weight: 600;
			margin-top: 1em;
			margin-bottom: 1em;
			color: #fff;
			opacity: 1 !important;
		}


		.clients .clients-quotes .client-quote .custom-client-quote-span {

		}


		.clients .clients-quotes .client-quote .custom-client-quote-span {
			padding-left: 1em;
			padding-right: 1em;
			line-height: 1.7em;
			font-size: 1.31rem;
			font-family: 'Open Sans', sans-serif;
			font-weight: 300;
			margin-top: 1em;
			margin-bottom: 1em;
			text-align: center;
			color: #fff;
		}




		.clients .clients-bg .owl-carousel .item{
			overflow: hidden;
		}

		.for-owl-image {
			transition: transform 1s;
		}

		.for-owl-image:hover {
			-ms-transform: scale(1.5); /* IE 9 */
			-webkit-transform: scale(1.5); /* Safari 3-8 */
			transform: scale(1.5); 
			overflow: hidden;
		}

		/**************************** Section clients Ends **********************************/


		/**************************** Starting of our projects  Hover Effects section portion **********************************/

		.grid {
			position: relative;
			clear: both;
			margin: 0 auto;
			padding: 1em 0 4em;
			max-width: 960px;
			list-style: none;
			text-align: center;
		}

		/* Common style */
		.grid figure {
			position: relative;
			float: left;
			overflow: hidden;
			margin: 10px 1%;
			min-width: 320px;
			max-width: 480px;
			max-height: 360px;
			width: 48%;
			height: auto;
			background: #2f3238;
			text-align: center;
			cursor: pointer;
		}

		.grid figure #doctor-patient-background-img {
			position: relative;
			display: block;
			min-height: 100%;
			max-width: 100%;
			opacity: 0.8;
		}

		.grid figure #palace-about-us-background-img {
			position: relative;
			display: block;
			min-height: 100%;
			max-width: 100%;
			opacity: 0.8;
		}

		.grid figure figcaption {
			padding: 2em;
			color: #fff;
			text-transform: uppercase;
			font-size: 1.25em;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
		}

		.grid figure figcaption::before,
		.grid figure figcaption::after {
			pointer-events: none;
		}

		.grid figure figcaption,
		.grid figure figcaption > a {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

		/* Anchor will cover the whole item by default */
		/* For some effects it will show as a button */
		.grid figure figcaption > a {
			z-index: 1000;
			text-indent: 200%;
			white-space: nowrap;
			font-size: 0;
			opacity: 0;
		}

		.grid figure h2 {
			word-spacing: -0.15em;
			font-weight: 300;
		}

		.grid figure h2 span {
			font-weight: 800;
		}

		.grid figure h2,
		.grid figure p {
			margin: 0;
		}

		.grid figure p {
			letter-spacing: 1px;
			font-size: 68.5%;
		}

		/* Individual effects */

		/*---------------*/
		/***** Julia *****/
		/*---------------*/

		figure.effect-julia {
			background: #2f3238;
		}

		figure.effect-julia img {
			max-width: none;
			height: 400px;
			-webkit-transition: opacity 1s, -webkit-transform 1s;
			transition: opacity 1s, transform 1s;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
		}

		figure.effect-julia figcaption {
			text-align: left;
		}

		figure.effect-julia h2 {
			position: relative;
			padding: 0.5em 0;
		}

		figure.effect-julia p {
			display: inline-block;
			margin: 0 0 0.25em;
			padding: 0.4em 1em;
			background: rgba(255,255,255,0.9);
			color: #2f3238;
			text-transform: none;
			font-weight: 600;
			font-size: 75%;
			-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
			transition: opacity 0.35s, transform 0.35s;
			-webkit-transform: translate3d(-360px,0,0);
			transform: translate3d(-360px,0,0);
		}

		figure.effect-julia p:first-child {
			-webkit-transition-delay: 0.15s;
			transition-delay: 0.15s;
		}

		figure.effect-julia p:nth-of-type(2) {
			-webkit-transition-delay: 0.1s;
			transition-delay: 0.1s;
		}

		figure.effect-julia p:nth-of-type(3) {
			-webkit-transition-delay: 0.05s;
			transition-delay: 0.05s;
		}

		figure.effect-julia:hover p:first-child {
			-webkit-transition-delay: 0s;
			transition-delay: 0s;
		}

		figure.effect-julia:hover p:nth-of-type(2) {
			-webkit-transition-delay: 0.05s;
			transition-delay: 0.05s;
		}

		figure.effect-julia:hover p:nth-of-type(3) {
			-webkit-transition-delay: 0.1s;
			transition-delay: 0.1s;
		}

		figure.effect-julia:hover img {
			opacity: 0.4;
			-webkit-transform: scale3d(1.5,1.5,1);
			transform: scale3d(1.5,1.5,1);
		}

		figure.effect-julia:hover p {
			opacity: 1;
			-webkit-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
		}
		/********************* End of Julia ********************************/


		/*---------------*/
		/***** Lily *****/
		/*---------------*/

		figure.effect-lily #doctor-patient-background-img {
			max-width: none;
			height: 400px;
			-webkit-transition: opacity 1s, -webkit-transform 1s;
			transition: opacity 1s, transform 1s;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
		}

		figure.effect-lily #palace-about-us-background-img {
			max-width: none;
			height: 400px;
			-webkit-transition: opacity 1s, -webkit-transform 1s;
			transition: opacity 1s, transform 1s;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
		}


		figure.effect-lily figcaption {
			text-align: left;
		}

		figure.effect-lily figcaption > div {
			position: absolute;
			bottom: 0;
			left: 0;
			padding: 2em;
			width: 100%;
			height: 50%;
		}

		figure.effect-lily h2,
		figure.effect-lily p {
			-webkit-transform: translate3d(0,40px,0);
			transform: translate3d(0,40px,0);
		}

		figure.effect-lily h2 {
			-webkit-transition: -webkit-transform 0.35s;
			transition: transform 0.35s;
		}

		figure.effect-lily p {
			color: rgba(255,255,255,0.8);
			opacity: 1;
/*			-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
transition: opacity 0.2s, transform 0.35s;*/
}

figure.effect-lily:hover #doctor-patient-background-img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover #palace-about-us-background-img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover h2,
figure.effect-lily:hover p {
/*			-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);*/
}

figure.effect-lily:hover #doctor-patient-background-img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.5,1.5,1);
	transform: scale3d(1.5,1.5,1);
}

figure.effect-lily:hover #palace-about-us-background-img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.5,1.5,1);
	transform: scale3d(1.5,1.5,1);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

/*---------------*/


/* Media queries */
@media screen and (max-width: 50em) {
	.grid figure {
		position: relative;
		display: inline-block;
		float: left;
		/*margin: 0 -10px;*/
		width: 100%;
	}
}


/*************** Ending of our projects  Hover Effects section portion ******************************/

/********************** Starting of Doctor-Patient Section ****************************/


#doctor-patient-grid{
	
	margin: 0 ;
	padding: 0;

}


#doctor-patient-grid figure{
	
	margin: 0 ;

	
}

figure.doctor-patient-effect-lily figcaption {
	text-align: center;
}


figure.doctor-patient-effect-lily h2 {

	font-family: 'Muli';
	font-size: 45px;
	font-weight: 700;

}


figure.doctor-patient-effect-lily p {

	font-family: 'Montserrat';
	font-size: 3rem;
	font-weight: 600;
	line-height: 32px !important;
	text-transform: none;
	color: #fff;

}


/****************** ending of Doctor-Patient Section *******************************/






/*Manufacture Facility Page Starts Here*/



/*Manufacture Facility Page Dedicated Oncology Facility Icon Section Starts Here*/

.custom-manufacturing-facility-kenburns-slideshow{

	height: 80vh;

}


.custom-manufacturing-facility-cd-nav-trigger span{
	/*background-color: #0089d1;*/
}


.custom-dedicated-oncology-facility-heading-block h3{
	font-family: 'Montserrat';
	font-size: 3rem;
	font-weight: 700;
	color: #008cd1;
	margin-bottom: 2em;
}

.custom-dedicated-oncology-facility-heading-block:after{
	border-top: none;
}

.feature-box h3 span.custom-dedicated-oncology-facility-header-span {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2rem;
	font-weight: 300;
	color: #000;
	margin-top: 1em;
	letter-spacing: 0.08em;
}


.custom-dedicated-oncology-facility-last-icon-col-full{
	margin-top: 8em;
}
/*Manufacture Facility Page Dedicated Oncology Facility Icon Section Endss Here*/



/*Manufacture Facility Page  Oncology Unit Parallex  Section Starts Here*/

.custom-oncology-unit-section{
	height: 47em !important;
}


.oncology-unit-front-background-img{
	margin-top: -15.5em;
}

.oncology-unit-header-tag{
	position: absolute;
	z-index: 10;
	font-family: 'Montserrat' !important;
	font-weight: 700 !important;
	font-size: 4rem !important;
	color: #2cabee !important;
	top: 55%;
	right: 5%;
	line-height: 1.2em;
}

/*Manufacture Facility Page  Oncology Unit Parallex  Section Ends Here*/


/*Manufacture Facility Page Compliance  Section Starts Here*/

.custom-compliance-content-wrap{
	padding:70px 0; 
	
}

.custom-compliance-heading-block:after {
	border-top:none;
}

.custom-compliance-heading-block-h2{

	font-family: 'Montserrat' !important;
	font-weight: 700 !important;
	font-size: 3rem !important;
	color: #0089d1 !important;
	margin-top: 1em;
}

.custom-compliance-heading-block > .custom-compliance-heading-block-span:not(.before-heading) {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1rem;
	font-weight: 300;
	color: #000;
	margin-top: 1.5em;
	margin-bottom: 4em;
	letter-spacing: 0.08em;
	line-height: 1.8;
}

.custom-compliance-heading-block > .custom-compliance-heading-block-span strong{
	font-weight: 400;
	color: #000;
}

.custom-compliance-middle-div{
	border-right: 1px solid #858585;
	border-left: 1px solid #858585;
}

.custom-compliance-left-img{
	margin-left: 9em;
}

.custom-compliance-middle-img{
	margin-left: 3em;
}
/*Manufacture Facility Page  Oncology Unit Parallex  Section Ends Here*/




/*Manufacture Facility Page  Hi tech Isolator Machine  Section Starts Here*/

.custom-hi-tech-heading-block
{
	margin-top: 2em;
}
.custom-hi-tech-heading-block.for-info-deck-exclusive-heading-block{
	margin-top: 5em;
}
.custom-hi-tech-heading-block.for-info-deck-exclusive-heading-block-02{
	margin-top: 3em;
}
.custom-hi-tech-heading-block:after {
	border-top:none;
}

.custom-hi-tech-heading-block-h2{
	font-family: 'Montserrat' !important;
	font-weight: 600 !important;
	font-size: 3rem !important;
	color: #0089d1 !important;
	line-height: 1.3em;
	margin-bottom: 1em !important;
}
.custom-hi-tech-heading-block-h2.for-info-deck-exclusive-h2{
	font-size: 1.3rem !important;

}

.pricing-box {
	position: relative;
	border: 1px solid #c8c8c8;
	border-radius: 3px;
	text-align: center;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	background-color: #ffffff;
	width: 21em;
	z-index: 1;
}

.pricing-box.custom-hi-tech-isolator-machine-left-pricing-box{
	float: right;
}

.custom-hi-tech-isolator-machine-pricing-features-first-icon{
	margin-top: 1.5em;
}

.pricing-title {
	padding: 15px 0;
	background-color: #c8c8c8;
	border-radius: 3px 3px 0 0;
	text-shadow: none;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
}

.pricing-box:hover{

	border: 1px solid #0089d1;

}

.pricing-box:hover .pricing-title {

	background-color: #0089d1;

}

.pricing-title h3 {
	margin: 0;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: none;
	color: #fff;
}


.pricing-features ul {
	margin: 0;
	padding: 15px 0;
	list-style: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 2em;
}

.pricing-features li {
	padding: 6px 0;
	font-size: 1.1rem;
	line-height: 2.5em;
	font-weight: 300;
	letter-spacing: 0.05em;
}

.pricing-features li strong{
	/*font-weight: 500;*/
}

.pricing-box{
	transition: transform 1s;
	height: 100%;
}
.pricing-features {
	border-bottom: none !important;
}
.pricing-box:hover {
	-ms-transform: scale(1.2); 
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2);
	transform: scale(1.2); 
	overflow: hidden;
	z-index: 10;
}

/*Manufacture Facility Page  Hi tech Isolator Machine  Section Ends Here*/



/*Manufacture Facility Page  Hi tech Isolator Machine Gallery  Section Starts Here*/
.bottomright {
	position: absolute;
	bottom: 0.5em;
	right: 1em;
	font-family: 'Montserrat';
	font-size: 3rem;
	font-weight: 700;
	color: #0089d1;
	text-align: right;
	/* text-transform: uppercase; */
}
/*Manufacture Facility Page  Hi tech Isolator Machine Gallery  Section Ends Here*/







/*Manufacture Facility Page  Safety  Section Starts Here*/

.custom-hi-tech-heading-block .custom-hi-tech-heading-block-p{
	max-width: 1366px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4em;
	color: #333;
	font-family: 'Open Sans', sans-serif;
}
.custom-hi-tech-heading-block .custom-hi-tech-heading-block-p{
	max-width: 1366px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4em;
	color: #333;
	font-family: 'Open Sans', sans-serif;
}

.custom-facility-safety-img-holding-div{
	overflow: hidden;

}
.custom-facility-safety-img-holding-div:hover{
	overflow: hidden;
	/*border: 1px solid #0089d1;*/
}

.for-facility-safety-image{
	transition: transform 1s;
}

.for-facility-safety-image:hover {
	-ms-transform: scale(1.2); 
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2);
	transform: scale(1.2); 
	overflow: hidden;
	z-index: 10;
}

.bottommiddle {
	z-index: -1;
	padding-left: 1em;
	padding-right: 1em;
	margin: 0;
	position: absolute;
	bottom: 1.5em;
	right: 0em;
	line-height: 1.4em;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	font-weight: 300;
	color: #fff;
	text-align: center;

}

.custom-facility-safety-img-holding-div:hover .bottommiddle {
	z-index: 1;

	/*text-transform: uppercase;*/
}

/*Manufacture Facility Page  Safety  Section Ends Here*/







/*Manufacture Facility Page Ends Here*/


/********************** Starting of oncology-doctors-project-booking-form *****************/

#project-booking-form-container{
	width: 700px;
}

#oncology-doctors-project-booking-form-content{
	padding-top: 0px;
}

#top-left-img-booking-form{
	position: absolute;
	top: 3%;
	left: 2.2%;
}



.oncology-doctors-project-booking-form-section{
/*	background-image: url(../images/custom-images/section/booking-form/background-oncology-doctors-booking-form.jpg);
background-repeat: round;*/
}
.oncology-doctors-booking-form-custom-header{
	font-family: 'Montserrat';
	font-size: 3rem;
	font-weight: 600;
	margin-top: 2.8em;
	color: #0089d1;
	margin-bottom: 1em;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.4;
}
#oncology-doctors-booking-form-custom-paragraph{
	margin-top: 15px;
	margin-bottom: 55px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.31rem;
	font-weight: 300;
	color: #fff;
	width: 100%;
	text-align: center;
}

.form-control{
	margin-top: 40px;
	line-height: 50px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	background-color: rgba(236,236,236,.15);
	border: transparent;

}

.custom-form-control {
	height: 60px;
}

#oncology-doctors-booking-form-holder-col{
	width: 100%;
}

.oncology-doctors-select-dropdown {
	margin-top: 40px;
	line-height: 60px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	background-color: rgba(236,236,236,.15);
	border: transparent;
}

.oncology-doctors-select-dropdown select {

	font-family: 'Montserrat';
	line-height: 50px;
	width: 100%;
	font-size: 22px;
	padding: 9px;
	font-weight: 500;
	color: #fff;
	background-color: transparent;
	border: none;
}

.oncology-doctors-select-dropdown select option{

	font-family: 'Montserrat';
	line-height:  50px;
	width: 100%;
	font-size: 22px;
	color: #000;
	background-color: rgba(236,236,236,.15);
	border: none;
}

#register-form-name, #register-form-message, 
#register-form-email, #register-form-phone {
	font-weight: 400;
	font-family: 'Montserrat';
	color: #fff;
	background-color: rgba(236,236,236,.15);
	font-size: 22px;

}

#weight, #height, #bmi, #bsa, #meaning {
	font-weight: 400;
	font-family: 'Montserrat';
	color: #000;
	background-color: rgba(256,256,256,.15);
	border: 0.5px solid #0089d1;
	font-size: 22px;

}


#weight::placeholder, #height::placeholder, #bmi::placeholder, #bsa::placeholder, #meaning::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #555 !important;
	opacity: 0.8 !important; /* Firefox */
}

#register-form-designation, #register-form-institute {
	font-weight: 400;
	font-family: 'Montserrat';
	color: #fff;
	background-color: rgba(236,236,236,.15);
	font-size: 22px;

}


#register-form-submit, #bsa-calculate-submit, #bsa-reset-submit{
	font-family: 'Montserrat';
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 5px;
	margin-top: 25px;
	margin-left: 0%;
	padding: 0px 40px;
	font-size: 16px;
	height: 60px;
	line-height: 40px;
	background-color: #0089d1;
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	text-shadow: none;
}


#register-form-submit:hover, #bsa-calculate-submit:hover, #bsa-reset-submit:hover {
	background-color: #8CC63E;
}


.heading-block.oncology-doctors-project-booking-form-download-heading-block{
	margin-top: 50%;
	margin-bottom: 20px;
	text-align: center;
}

.heading-block .oncology-doctors-project-booking-form-download-h2{

	font-weight: 700;
	font-family: 'Muli';
	font-size: 35px;
	color: #77b22b;
	margin-bottom: 30px;
	text-align: center;
	line-height: 45px;

}

/********************** Ending of oncology-doctors-project-booking-form *****************/

/****************** Start contact Section *******************************/

.custom-oncology-contact-address-bold-div {
	margin-top: 2.5em;
	margin-bottom: 0.5em;
}
.custom-oncology-contact-address-bold-span{
	font-family: 'Montserrat';
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: #0089d1;
	opacity: 0.9;

}

.custom-contact-heading-block h3{
	margin-bottom: 1.5em !important;
}

.feature-box h3 span.custom-contact-header-span {
	line-height: 2em !important;
}

/****************** End contact Section *******************************/

/****************** Start Footer Section *******************************/


#footer.dark, .dark #footer {
	background-color: #002335;
	color: #CCC;
	border-top-color: rgba(0,0,0,0.2);
}

.dark .widget .footer-oncology-desc {
	opacity: 1.8;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
}

.footer-hotline-container{
	margin-left: 6.5em;
}

.dark .widget .footer-hotline-h2 {
	color: #DDD;
	font-size: 1.2rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
}


.footer-number-col {
	font-size: 1.1rem;
	line-height: 1.3em;
	font-family: 'Open Sans', sans-serif;
}

.footer-power-by{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1rem;
	font-weight: 500;
	color: slategray;
}

.dark .footer-power-by-company-name:hover {
	color: #8cc63e;
}

/****************** End Footer Section *******************************/

.custom-carousel-section{
	padding-top: 60px;
	margin-top: 0;
}

#custom-carousel-holder{
	position:relative;
	padding-top:23.25%;
}

#custom-carousel-iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:500px;
}

.custom-featured-product-btn{
	top: 4em;
	font-family: 'Open Sans' !important;
}


/************************ GLOBAL SETTINGS ENDS *********************************/

/****************** Starting of correction Section *******************************/
.patient-service-location{
	position: absolute;
}

/*Starting of terminal-a-section*/
.terminal-a-section{
	padding-top: 0; 
	margin-top: 0;
}
.terminal-a-content-wrap{
	padding-top: 0; 
	padding-bottom: 0;
}
.terminal-a-container-fluid{
	padding: 0;
}
.i-overlay, .i-overlay a {
	background: transparent;
}
/*Ending of terminal-a-section*/	
.overflow-effect-removal-div-from-feature-product-section{
	position: absolute;
	height: 300px;
	width: 100%;
	top: -10em;
	z-index: 0;
	background: #FAFAFA;
}
.pulse {
	/*margin:100px;*/
	display: block;
	/*width: 22px;*/
	/*height: 22px;*/
	border-radius: 50%;
	/*background: #0089d1;*/
	cursor: pointer;
	box-shadow: 0 0 0 rgba(0,137,209, 0.5);
	animation: pulse 1s infinite;
}
.pulse:hover {
	animation: none;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(0,137,209, 0.5);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(0,137,209, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(0,137,209, 0);
	}
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(0,137,209, 0.5);
		box-shadow: 0 0 0 0 rgba(0,137,209, 0.5);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(0,137,209, 0);
		box-shadow: 0 0 0 10px rgba(0,137,209, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(0,137,209, 0);
		box-shadow: 0 0 0 0 rgba(0,137,209, 0);
	}
}

.product-new3 {
	background: transparent;
	box-shadow: none;
	padding: 20px 0px 20px 0px;
	margin-bottom: 20px;
}
/****************** Ending of correction Section *******************************/


/************************************* Responsive Setting Starts ****************************************************/


@media (min-width: 1921px) {
	.custom-after-tile-section-container-header {
		float: left;
		margin-left: 3.3%;
	}
	.header-custom-selectpicker-col {
		padding-left: 1.5em;
	}
	.header-custom-hotline-name-col{
		padding-left: 1.5em;
	}
	.hotline-text-header {
		padding-left: 0em;
	}
	.header-custom-social-icons-col {
		margin-left: 0.9em;
	}

	.about-skf-oncology-logo{
		top: 7.5em;
	}

	.stretched #wrapper {
		margin-right: auto;
		margin-left: auto;
	}

	.custom-landing-page-welcome-slider{
		height: 100% !important;
	}

	.carousel-item img, .carousel-item video {
		width: 100%;
		height: 100%;
	}


	.grid {
		position: relative;
		clear: both;
		margin: 0 auto;
		max-width: 100%;
		list-style: none;
		text-align: center;
	}

	.grid figure {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 10px 1%;
		min-width: 320px;
		max-width: 100%;
		max-height: 100%;
		width: 50%;
		height: auto;
		text-align: center;
		cursor: pointer;
	}

	figure.effect-lily #doctor-patient-background-img {
		max-width: 100%;
		height: auto;
		-webkit-transition: opacity 1s, -webkit-transform 1s;
		transition: opacity 1s, transform 1s;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.custom-manufacture-row {
		padding-left: 0em;
		padding-right: 0em;
	}

	.custom-manufacture-col-one-third{
		width: 33.33%;
	}

	.cd-gallery li {
		width: 49%;
	}
	.featured-product-img-row {
		padding-left: 2em;
		padding-right: 0em;
	}

	#custom-carousel-holder{
		position:relative;
		padding-top:30.25%;
	}

	.map-location-marker-dhk {
		top: 51% !important;
		right: 35% !important;
	}
	.map-location-marker-shl {
		top: 35% !important;
		right: 14% !important;
	}

	.map-location-marker-rnp {
		top: 18% !important;
		right: 52% !important;
	}

	.map-location-marker-bar {
		top: 68% !important;
		right: 34% !important;
	}

	.map-location-marker-mns{
		top: 33% !important;
		right: 31% !important;
	}

	.map-location-marker-raj{
		top: 36% !important;
		right: 51% !important;
	}


	.map-location-marker-khl{
		top: 60% !important;
		right: 47% !important;
	}

	.map-location-marker-ctg{
		top: 65% !important;
		right: 10% !important;
	}

	.manufacture-facility-video-section {
		height: 550px !important;
	}
	.custom-services-h2 {
		top: 55% !important;
		left: 65% !important;
	}

	.custom-isolator-tech-section{
		height: 480px !important;
	}
	.bottomright {
		bottom: 1em;
	}

	#video-try{
		width: 100%;
	}
	.custom-services-h2.custom-services-h2-for-zoom-out{		
		top: 7% !important;
		left: 25% !important;
	}

	.custom-oncology-service-side-effect-section{
		background-size: cover !important; 
	}

	.oncology-service-side-effect-section-front-background-img {
		margin-right: 0em !important;
		width: 67%;
		opacity: 0.23;
	}


	
	/*Starting of MD's Message Section*/
	.leftmargin-sm {
		margin-left: 200px !important;
	}

	/*Ending of MD's Message Section*/



	/****************** Starting of correction Section *******************************/
	.custom-transforming-life-section{
		height: 800px !important;
		background-position: top right !important;
	}
	.ceo-section {
		padding: 400px 0;
	}
	.patient-service-location{
		top: 45%;
		left: 5%;
		width: 30%;
	}

	/*Starting of terminal-a-section*/
	.terminal-a-section{
		top: -7px;
	}
	.i-overlay img, .i-overlay i {
		margin: -50px 0 0 -50px;
		width: 100px !important;
		height: 100px !important;
	}
	/*Ending of terminal-a-section*/

	/*Starting of information-desk-section*/
	.information-desk-section{
		height: 1580px;
	}	

	.information-desk-content-holder{
		position: absolute;
		max-width: 2500px;
		width: 2310px;
		height: 1000px;
		background: transparent;
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
		left: -16em !important;
		top: 35em;
		/* opacity: 0.7; */
	}
	.information-desk-section-product-content{
		left: 0;
		max-width: 2310px;
		width: 2310px;
		height: 900px;
		position: absolute;
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		background: rgba(193, 228, 224, 0.75);
		bottom: 30px;
		right: 0;
		padding: 30px;
	}

	.information-desk-backface-div{
		position: relative;
		width: 2340px;
		height: 900px;
		background: rgba(193, 228, 224, 0.75);
		-ms-transform: rotate(-10deg);
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
		left: -13em;
		top: 8.5em;
		/* opacity: 0.7; */
	}
	#content .information-desk-four-tile-image-container{
		position: absolute;
		left: 15%;
		top: 30%;
		width: 100%;
	}
	.information-desk-col_half{
		width: 34%;
		overflow: hidden;
		text-align: center;
	}
	.information-desk-h2 {
		position: relative;
		top: 3em;
	}
	.information-desk-col_half:hover .information-desk-img-span {
		display: inherit;
		cursor: pointer;
		position: absolute;
		width: 100%;
		text-align: center;
		left: 0%;
		top: 85%;
		font-family: 'Montserrat';
		font-size: 30px;
		font-weight: 500;
		color: white;
		z-index: 0;
	}

	.information-desk-col_half:hover .information-desk-img-overlay {
		display: inherit;
		cursor: pointer;
		position: absolute;
		width: 100%;
		height: 100%;
		text-align: center;
		left: 0%;
		top: 0%;
		z-index: 0;
		background: rgba(38, 53, 86, .5);
	}
	.col_half.information-desk-col_half .for-info-deck-exclusive-img-title-span{
		text-align: center;
		font-family: 'Montserrat';
		font-weight: 700;
		font-color: #000;
	}
	/*Ending of information-desk-section*/

	.ceo-section-text .leftmargin-sm h1 > span:not(.nocolor):not(.badge) {
		color: #fff;

	}
	.ceo-section-text .leftmargin-sm p.lead {
		color: #fff;

	}

	.chairman-attribute.director-attribute{
		color: #fff;
	}

	.chairman-attribute.director-attribute.director-attribute-designation {
		color: #fff;
	}
	.cd-main-content.main.feature-product-main, .feature-product-section {
		overflow: visible !important;
	}
	.tga-australia-img{
		margin-right: 10em;
	}
	.ema-img {
		margin-left: 15.5em;
	}
	/****************** Ending of correction Section *******************************/
}


@media (min-width: 1800px) and (max-width: 1920px){

	.stretched #wrapper {
		width: 100%;
		margin: auto;
		box-shadow: none;
	}
	/*Starting of Welcome-Slider Section*/
	.carousel-control-prev {
		left: -4%;
	}
	.carousel-control-next{
		right: -4%;
	}
	.home-welcome-slider-span {
		font-size: 54px;
		top: 60%;
		left: 0%;
		width: 100%;
	}
	/*Ending of Welcome-Slider Section*/



	/*Starting of MD's Message Section*/
	.leftmargin-sm {
		margin-left: 330px !important;
	}
	/*Ending of MD's Message Section*/



	/********************** Starting of Doctors-Patients Section ****************************/

	.custom-landing-page-welcome-slider{
		height: 100% !important;
	}

	.carousel-item img, .carousel-item video {
		width: 100%;
	}

	#doctor-patient-grid {
		max-width: 1920px;
	}


	#doctor-patient-grid figure {

		min-width: 320px;
		max-width: 960px;
		max-height: 1080px;
		width: 50%;
	}

	figure.doctor-patient-effect-lily #doctor-patient-background-img {
		max-width: 960px;
		width: 960px;
		height: 1000px;

	}

	#doctor-patient-lily-fig-caption-div{

		top: 45%;

	}


	.cd-main-content {
		min-height: inherit; 
	}

	.cd-gallery li {
		width: 49%;
	}
	.product-new {
		height: 350px;
		background-size: 62% !important;
		background-repeat: no-repeat !important;
		background-position: top right !important;
		background-color: #f6f6f6 !important;
	}
	.cd-gallery img {
		display: block;
		width: 100%;
	}

	.custom-oncology-content-filter-gallery {
		height: 100% !important;
		padding: 0 5em 0 5em;
		overflow: hidden;
	}

	#custom-carousel-holder{
		padding-top: 28.25%;
		/*overflow: hidden;*/
	}

	/****************** ending of Doctors-Patients Section *******************************/

	/****************** Starting of correction Section *******************************/
	.patient-service-location{
		position: absolute;
		top: 25%;
		left: 10%;

	}
	.custom-hi-tech-heading-block .custom-hi-tech-heading-block-p-new {
		line-height: 2.8 !important;
	}
	.video-try-manufacture {
		margin-top: -10em;
	}
	/*Starting of terminal-a-section*/
	.terminal-a-section{
		top: -7px;
	}
	.i-overlay img, .i-overlay i {
		margin: -30% 0 0 -3%;
		width: 100px !important;
		height: 100px !important;
	}
	/*Ending of terminal-a-section*/


	/*Starting of information-desk-section*/
	.information-desk-section{
		height: 1580px;
	}	

	.information-desk-content-holder{
		position: absolute;
		max-width: 2500px;
		width: 2310px;
		height: 1000px;
		background: transparent;
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
		left: -16em !important;
		top: 33em;
		/* opacity: 0.7; */
	}
	.information-desk-section-product-content{
		left: 0;
		max-width: 2310px;
		width: 2310px;
		height: 900px;
		position: absolute;
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		background: rgba(193, 228, 224, 0.75);
		bottom: 30px;
		right: 0;
		padding: 30px;
	}

	.information-desk-backface-div{
		position: relative;
		width: 2340px;
		height: 900px;
		background: rgba(193, 228, 224, 0.75);
		-ms-transform: rotate(-10deg);
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
		left: -13em;
		top: 25.5em;
		/* opacity: 0.7; */
	}
	#content .information-desk-four-tile-image-container{
		left: 12%;
		top: 0em;
		width: 100%;
	}
	.information-desk-col_half{
		width: 34%;
		overflow: hidden;
		text-align: center;
	}
	.information-desk-h2 {
		position: relative;
		top: 3em;
	}
	.information-desk-col_half:hover .information-desk-img-span {
		display: inherit;
		cursor: pointer;
		position: absolute;
		width: 100%;
		text-align: center;
		left: 0%;
		top: 85%;
		font-family: 'Montserrat';
		font-size: 30px;
		font-weight: 500;
		color: white;
		z-index: 0;
	}

	.information-desk-col_half:hover .information-desk-img-overlay {
		display: inherit;
		cursor: pointer;
		position: absolute;
		width: 100%;
		height: 100%;
		text-align: center;
		left: 0%;
		top: 0%;
		z-index: 0;
		background: rgba(38, 53, 86, .5);
	}
	.for-info-deck-exclusive-img-title-span{
		text-align: center;
		font-family: 'Montserrat';
		font-color: #000;
	}

	.information-desk-col_half img{
		margin-bottom: 1em;
	}
	.unique_feature{
		position: relative;
		padding-left: 1.5em;
		padding-right: 1.5em;
	}
	.ceo-section-text .leftmargin-sm h1 > span:not(.nocolor):not(.badge) {
		color: #fff;

	}
	.ceo-section-text .leftmargin-sm p.lead {
		color: #fff;

	}

	.chairman-attribute.director-attribute{
		color: #fff;
	}

	.chairman-attribute.director-attribute.director-attribute-designation {
		color: #fff;
	}
	.cd-main-content.main.feature-product-main, .feature-product-section {
		overflow: visible !important;
	}
	/*Ending of information-desk-section*/	
	.tga-australia-img{
		margin-right: 10em;
	}
	.ema-img {
		margin-left: 15.5em;
	}
	.special-sup {
		font-size: 30px;
		top: -1em;
		left: -.2em;
	}
	/****************** Ending of correction Section *******************************/

}


@media (min-width: 1200px) and (max-width: 1799px){

	.stretched #wrapper {
		width: 100%;
		margin: auto;
		box-shadow: none;
	}

	/*Starting of right side navigation menu section*/
	.cd-nav-container {
		width: 30em;
	}
	.cd-nav {
		width: 30em;
		margin-top: 1em;
		margin-bottom: 1.5em;
	}

	.cd-nav li {
		width: 10em;
		float: left;
		/* height: calc((100vh - 116px)/2); */
		/* min-height: 250px; */
		min-height: 11em;
		height: 12em;
	}

	.cd-nav-container header {
		padding-top: 1.5em;
	}

	.header-div {
		margin-bottom: 1em;
		font-size: 1.5rem;
		font-family: 'Montserrat';
	}

	.cd-nav em {
		font-size: 0.8rem;
		font-weight: 400;
	}

	.header-custom-selectpicker-row {
		margin-bottom: 1.5em;
	}

	.header-custom-hotline-row {
		margin-bottom: 1em;
	}

	.left-menu-patient-service-location-img{
		width: 83%;
	}

	.header-custom-social-icons-row {
		margin-bottom: 1em;
	}

	.header-custom-hotline-number-col {
		margin-left: 3em;
		padding-left: 0;
	}

	.social-icon.si-large {
		margin: 0px 10px 10px -8px;
		width: 50px;
		height: 50px;
		font-size: 25px;
		line-height: 52px !important;
	}
	/*Ending of right side navigation menu section*/



	/*starting of landing page welcome slider*/
	.custom-landing-page-welcome-slider{
		height: 710px !important;
	}
	.carousel-control-prev {
		left: -4%;
	}
	.carousel-control-next{
		right: -4%;
	}
	.home-welcome-slider-span {
		font-size: 33px;
		top: 55%;
		left: 0%;
		width: 100%;
	}

	.carousel-item .carousel-item-img{
		max-width: 100%;
	}
	/*Ending of landing pafge welcome slider*/


	/*Starting of MD's Message Section*/
	.leftmargin-sm {
		margin-left: 250px !important;
	}
	.ceo-section {
		padding: 320px 0;
	}
	/*Ending of MD's Message Section*/


	/*starting of landing page transforming-life-section*/

	.about-skf-oncology-logo{
		position: absolute;
		width: 83%;
		top: 4em;
		left: 8%;
		z-index: 0;
	}


	.custom-transforming-life-section{	
		height: 650px !important;
		background-position: top right !important;
	}

	.custom-transforming-life-heading-block{
		padding: 0 7em 0 7em;
		margin-top: 6.5em;
		margin-bottom: 2em;

	}
	.custom-transforming-life-heading-block .custom-transforming-life-heading-block-h2 {
		font-size: 2.5rem;
	}

	.custom-transforming-life-heading-block .custom-transforming-life-heading-block-p{
		font-size: 1.1rem;
		line-height: 1.6;
	}
	/*Ending of landing pafge transforming-life-section*/


	/*Starting of landing pafge oncology-Products-Line*/

	.custom-products-heading-block .custom-products-heading-block-h2 {
		font-size: 2.5rem;
	}
	.custom-products-heading-block .custom-products-heading-block-span:not(.before-heading) {
		font-size: 1.1rem;
	}
	/*Ending of landing pafge oncology-Products-Line*/



	/*Starting of landing pafge oncology-content-filter-gallery*/
	.custom-oncology-our-product-heading-block h1 > span:not(.nocolor):not(.badge) {
		font-size: 2.5rem;
	}
	.custom-oncology-our-product-heading-block h1 > span:not(.nocolor):not(.badge) {
		font-size: 2.5rem;
	}

	.custom-doctor-welcome-slide{
		background-position: 0 !important;
		background-size: 100% !important;
		height: 430px !important;
		background-repeat: no-repeat !important;
	}

	.cd-main-content {
		min-height: inherit; 
	}

	.cd-gallery img {
		display: block;
		width: 330px;
	}

	.custom-oncology-content-filter-gallery {
/*		height: 216px !important;
		padding: 0 5em 0 5em;
		overflow: hidden;*/
	}

	.cd-gallery.custom-oncology-content-filter-gallery img {
		margin-top: -1em;
	}

	.cd-gallery.custom-oncology-content-filter-gallery li {
		margin-bottom: 5em;
	}


	.custom-oncology-our-product-heading-block h1 > span:not(.nocolor):not(.badge) {
		font-size: 2.5rem;
	}
	/*Ending of landing pafge oncology-content-filter-gallery*/


	/*Starting of landing pafge Manufacturing-facilities-Landing-page*/

	.custom-manufacture-div {
		padding-right: 3em;
		padding-left: 3em;
	}

	.custom-manufacture-heading-block .custom-manufacture-heading-block-h2 {
		font-size: 2.5rem;
	}

	.custom-manufacture-div-h2 {
		font-size: 1.3rem;
		line-height: 1.3em;
	}

	.custom-manufacture-div-p {
		font-size: 0.9rem;
		letter-spacing: 0.08em;
	}
	/*Ending of landing pafge Manufacturing-facilities-Landing-page*/


	/*Section clients Starts*/
	.item.cancer-itme:hover .cancer-badge{
		font-size: 1.2rem;
		right: 1.5em;
	}
	.clients .clients-quotes .client-quote .custom-client-quote-p {
		font-size: 2.5rem;
	}
	.custom-client-quote-container {
		margin-top: 6em;
	}
	.clients .clients-quotes .client-quote .custom-client-quote-h4 {
		font-size: 2rem;
		/*letter-spacing: 0.25em;*/
	}
	.clients .clients-quotes .client-quote .custom-client-quote-span {
		font-size: 1.1rem;
	}
	/*Ending of landing pafge clients Section*/


	/*Starting of landing pafge doctor-patient section*/

	#doctor-patient-grid{

		max-width: 1800px;

	}


	#doctor-patient-grid figure {

		min-width: 320px;
		max-width: 900px;
		max-height: 900px;
		width: 50%;
	}


	figure.doctor-patient-effect-lily #doctor-patient-background-img {
		max-width: 900px;
		width: 900px;
		height: 900px;
		margin-left: -6em;
	}

	#doctor-patient-lily-fig-caption-div{

		top: 35%;

	}

	figure.doctor-patient-effect-lily p {
		font-size: 2.5rem;
	}

	figure.effect-lily:hover h2 {
		margin-bottom: 20px;
	}
	/*Ending of landing pafge doctor-patient section*/


	/*Starting of landing pafge Let-us-help-you section*/

	.oncology-doctors-booking-form-custom-header {
		font-size: 2.5rem;
	}
	#oncology-doctors-booking-form-custom-paragraph {
		font-size: 1.2rem;
		letter-spacing: 0.08em;
	}
	/*Ending of landing pafge Let-us-help-you section*/

	/*Starting of Manufacturing Facility Page*/

	.custom-dedicated-oncology-facility-heading-block h3 {
		font-size: 2.5rem;
	}

	.oncology-unit-header-tag {
		font-size: 2.5rem !important;
	}

	.custom-compliance-heading-block-h2 {
		font-size: 2.5rem !important;
	}

	.bottomright {
		font-size: 2.5rem;
	}

	.custom-hi-tech-heading-block-h2 {
		font-size: 2.5rem !important;
	}

	.custom-isolator-tech-section {
		height: 480px !important;
	}

	.carousel-control-prev-icon, .carousel-control-next-icon {
		margin-top: -3em;
	}

	.custom-manufacture-video-section{
		height: 550px !important;
	}

	.oncology-unit-header-tag {
		top: 48% !important;
	}
	/*Ending of Manufacturing Facility Page*/
	#custom-carousel-holder{
		padding-top: 28.25%;
		/*overflow: hidden;*/
	}

	/****************** Starting of correction Section *******************************/
	.patient-service-location{
		top: 45%;
		left: 5%;
		width: 50%;
	}
	/****************** Ending of correction Section *******************************/
	.custom-hi-tech-heading-block .custom-hi-tech-heading-block-p-new {
		line-height: 2.8 !important;
	}

	.video-try-manufacture {
		margin-top: -10em;
	}
	/*Starting of terminal-a-section*/
	.terminal-a-section{
		top: -7px;
	}
	.i-overlay img, .i-overlay i {
		margin: -30% 0 0 -50px;
		width: 100px !important;
		height: 100px !important;
	}
	/*Ending of terminal-a-section*/

	/*Starting of information-desk-section*/
	.information-desk-section{
		height: 1382px;
	}	

	.information-desk-content-holder{
		position: absolute;
		max-width: 2500px;
		width: 2310px;
		height: 1000px;
		background: transparent;
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
		left: -16em !important;
		top: 26em;
		/* opacity: 0.7; */
	}
	.information-desk-section-product-content{
		left: 0;
		max-width: 2310px;
		width: 2310px;
		height: 900px;
		position: absolute;
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		background: rgba(193, 228, 224, 0.75);
		bottom: 30px;
		right: 0;
		padding: 30px;
	}

	.information-desk-backface-div{
		position: relative;
		width: 2340px;
		height: 900px;
		background: rgba(193, 228, 224, 0.75);
		-ms-transform: rotate(-10deg);
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
		left: -13em;
		top: 12.5em;
		/* opacity: 0.7; */
	}
	.information-desk-h2 {
		position: relative;
		top: 1em;
	}
	.information-desk-col_half:hover .information-desk-img-span {
		display: inherit;
		cursor: pointer;
		position: absolute;
		width: 100%;
		text-align: center;
		left: 0%;
		top: 85%;
		font-family: 'Montserrat';
		font-size: 30px;
		font-weight: 500;
		color: white;
		z-index: 0;
	}

	.information-desk-col_half:hover .information-desk-img-overlay {
		display: inherit;
		cursor: pointer;
		position: absolute;
		width: 100%;
		height: 100%;
		text-align: center;
		left: 0%;
		top: 0%;
		z-index: 0;
		background: rgba(38, 53, 86, .5);
	}
	#content .information-desk-four-tile-image-container{
		left: 14%;
		top: 0em;
		width: 100%;
	}	
	.information-desk-col_half{
		width: 34%;
		overflow: hidden;
		text-align: center;
	}
	.for-info-deck-exclusive-img-title-span{
		text-align: center;
		font-family: 'Montserrat';
		font-color: #000;
	}

	.information-desk-col_half img{
		margin-bottom: 1em;
	}
	/*Ending of information-desk-section*/	

	.ceo-section-text .leftmargin-sm h1 > span:not(.nocolor):not(.badge) {
		color: #fff;

	}
	.ceo-section-text .leftmargin-sm p.lead {
		color: #fff;

	}

	.chairman-attribute.director-attribute{
		color: #fff;
	}

	.chairman-attribute.director-attribute.director-attribute-designation {
		color: #fff;
	}
	.exclusive-header{
		font-size: 2.5rem !important;
		font-weight: 600 !important;
	}
	.exclusive-paragraph{
		font-size: 1.31rem !important;
	}
	figure.doctor-patient-effect-lily p {
		font-size: 2.5rem !important;
		font-weight: 600 !important;
	}
	.exclusive-header h1 > span:not(.nocolor):not(.badge) {
		font-size: 2.5rem !important;
		font-weight: 600 !important;
	}
	.cd-main-content.main.feature-product-main, .feature-product-section {
		overflow: visible !important;
	}
	.tga-australia-img{
		margin-right: 10em;
	}
	.ema-img {
		margin-left: 15.5em;
	}
	.special-sup {
		font-size: 30px;
		top: -0.8em;
		left: -.2em;
	}
}


@media (min-width: 992px) and (max-width: 1199px) {

	.stretched #wrapper {
		width: 100%;
		margin: auto;
		box-shadow: none;
	}

	/*Starting of right side navigation menu section*/
	.cd-nav-container {
		width: 30em;
	}
	.cd-nav {
		width: 30em;
		margin-top: 1em;
		margin-bottom: 1.5em;
	}

	.cd-nav li {
		width: 10em;
		float: left;
		/* height: calc((100vh - 116px)/2); */
		/* min-height: 250px; */
		min-height: 11em;
		height: 12em;
	}

	.cd-nav-container header {
		padding-top: 1.5em;
	}

	.header-div {
		margin-bottom: 1em;
		font-size: 1.5rem;
		font-family: 'Montserrat';
	}

	.cd-nav em {
		font-size: 0.8rem;
		font-weight: 400;
	}

	.header-custom-selectpicker-row {
		margin-bottom: 1.5em;
	}

	.header-custom-hotline-row {
		margin-bottom: 1em;
	}

	.header-custom-social-icons-row {
		margin-bottom: 0em;
	}

	.header-custom-hotline-number-col {
		margin-left: 0em;
		padding-left: 0;
	}

	.social-icon.si-large {
		margin: 0px 10px 10px -8px;
		width: 50px;
		height: 50px;
		font-size: 25px;
		line-height: 52px !important;
	}

	/*Ending of right side navigation menu section*/

	.container.custom-after-tile-section-container-header{
		margin-left: 1.8em;
	}

	.cd-nav-container {

		width: 30em;

	}

	.cd-nav span {
		height: 51px;
		width: 51px;
	}

	.header-custom-selectpicker-col {
		padding-left: 1.5em;
	}

	.header-custom-hotline-row {
		margin-bottom: 1.5em;
	}


	.header-custom-hotline-number-col {
		margin-left: 0em;
		top: -0.4em;
		padding-left: 2em;
	}

	.hotline-text-header {
		padding-left: 0.9em;

		font-size: 1.5rem;

	}
	.left-menu-patient-service-location-img{
		width: 90%;
	}

	.hotline-number-header {
		font-size: 1.2rem;
		line-height: 1.5em;

	}

	.header-custom-social-icons-col {
		margin-left: 1.4em;
		padding-left: 0px;
	}

	.custom-oncology-our-product-heading-block h1 > span:not(.nocolor):not(.badge) {
		font-size: 2.5rem;
	}


	.custom-doctor-welcome-slide{
		background-position: 0 !important;
		background-size: 100% !important;
		height: 430px !important;
		background-repeat: no-repeat !important;
	}


	.cd-main-content {
		min-height: inherit; 
	}

	.cd-gallery img {
		display: block;
		width: 455px;
	}

	.custom-oncology-content-filter-gallery {
		height: 305px;
		padding-top: 3em !important;
		overflow: hidden;
	}


	/*starting of landing page welcome slider*/
	.custom-landing-page-welcome-slider{
		height: 560px !important;
	}
	.home-welcome-slider-span {
		font-size: 33px;
		top: 60%;
		left: 0%;
		width: 100%;
	}
	.carousel-item .carousel-item-img{
		max-width: 100%;
	}
	/*Ending of landing pafge welcome slider*/


	/*Starting of MD's Message Section*/
	.leftmargin-sm {
		margin-left: 180px !important;
	}
	.ceo-section {
		padding: 320px 0;
	}
	/*Ending of MD's Message Section*/



	/*starting of landing page transforming-life-section*/
	.custom-transforming-life-section{
		background-position: top right !important;
		height: 730px !important;
	}

	.custom-transforming-life-heading-block{
		padding: 0 7em 0 7em;
		margin-top: 6.5em;
		margin-bottom: 2em;

	}
	.custom-transforming-life-heading-block .custom-transforming-life-heading-block-h2 {
		font-size: 2.5rem;
	}

	.custom-transforming-life-heading-block .custom-transforming-life-heading-block-p{
		font-size: 1rem;
		line-height: 1.6;
	}
	/*Ending of landing pafge transforming-life-section*/


	/*Starting of landing pafge oncology-Products-Line*/

	.custom-products-heading-block .custom-products-heading-block-h2 {
		font-size: 2.5rem;
	}
	.custom-products-heading-block .custom-products-heading-block-span:not(.before-heading) {
		font-size: 1rem;
		padding: 0 6em 0 6em;
	}

	.custom-product-line-section{
		height: 600px !important;
	}

	.tech-slideshow > div {
		background-size: 15%;
		background-repeat-y: no-repeat;
	}
	/*Ending of landing pafge oncology-Products-Line*/



	/*Starting of landing pafge oncology-content-filter-gallery*/
	.custom-oncology-our-product-heading-block h1 > span:not(.nocolor):not(.badge) {
		font-size: 2.5rem;
	}

	/*Ending of landing pafge oncology-content-filter-gallery*/





	/*Section clients Starts*/
	.item.cancer-itme:hover .cancer-badge{
		font-size: 1.2rem;
		right: 1.5em;
	}
	.clients .clients-quotes .client-quote .custom-client-quote-p {
		font-size: 2.5rem;
	}
	.custom-client-quote-container {
		margin-top: 6em;
	}
	.clients .clients-quotes .client-quote .custom-client-quote-h4 {
		font-size: 1.1rem;
		letter-spacing: 0.08em;
	}
	.clients .clients-quotes .client-quote .custom-client-quote-span {
		font-size: 1.1rem;
	}
	/*Ending of landing pafge clients Section*/


	/*Starting of landing pafge doctor-patient section*/

	#doctor-patient-grid{

		max-width: 1800px;

	}


	#doctor-patient-grid figure {

		min-width: 320px;
		max-width: 900px;
		max-height: 900px;
		width: 50%;
	}


	figure.doctor-patient-effect-lily #doctor-patient-background-img {
		max-width: 900px;
		width: 600px;
		height: 600px;

	}

	#doctor-patient-lily-fig-caption-div{

		top: 35%;

	}

	figure.doctor-patient-effect-lily p {
		font-size: 2.5rem;
	}

	figure.effect-lily:hover h2 {
		margin-bottom: 20px;
	}
	/*Ending of landing pafge doctor-patient section*/


	/*Starting of landing pafge Let-us-help-you section*/
	.oncology-doctors-project-booking-form-section{	
		background-position-x: -42em !important;
	}

	.oncology-doctors-booking-form-custom-header {
		font-size: 2.5rem;
	}
	#oncology-doctors-booking-form-custom-paragraph {
		font-size: 1.2rem;
		letter-spacing: 0.08em;
	}
	/*Ending of landing pafge Let-us-help-you section*/




	/*Starting of Manufacturing Facility section*/

	.custom-dedicated-oncology-facility-heading-block h3 {
		font-size: 2.5rem;
	}

	.oncology-unit-header-tag {
		font-size: 2.5rem !important;
	}

	.custom-compliance-heading-block-h2 {
		font-size: 2.5rem !important;
	}

	.row.custom-compliance-row{
		margin-left: -6em;
	}

	.bottomright {
		font-size: 2.5rem;
	}

	.custom-hi-tech-heading-block-h2 {
		font-size: 2.5rem !important;
	}

	.custom-manufacture-row {
		padding-left: 4em;
		padding-right: 0em;
	}
	.custom-manufacture-div {
		padding-right: 3em;
		padding-left: 3em;
	}

	.custom-manufacture-heading-block .custom-manufacture-heading-block-h2 {
		font-size: 2.5rem;
	}

	.custom-manufacture-div-h2 {
		font-size: 1.2rem;
		line-height: 1.3em;
	}

	.custom-manufacture-div-p {
		font-size: 0.9rem;
		letter-spacing: 0.08em;
	}


	.custom-manufacture-dedicated-oncology-section {
		background-position-x: -30em !important;
	}

	.custom-compliance-middle-div {
		border-right: none !important;
		border-left: none !important;
	}

	.custom-isolator-tech-section {
		height: 480px !important;
	}

	.isolator-tech-carousel-item-img {
		max-width: 125% !important;
	}

	.carousel-control-prev-icon, .carousel-control-next-icon {
		margin-top: -3em;
	}

	.custom-manufacture-video-section{
		height: 450px !important;
	}

	.oncology-unit-header-tag {
		top: 48% !important;
	}

	/*Ending of Manufacturing Facility section*/

	/*Starting of Landing Page Footer Section*/
	.footer-number-col {
		font-size: 0.9rem;
	}

	/*Ending of landing pafge Footer section*/

	.about-skf-oncology-logo {
		top: 12%;
	}
	#custom-carousel-holder{
		padding-top: 42.25%;
		/*overflow: hidden;*/
	}

	.custom-featured-product-btn {
		top: 0em;
	}

	/****************** Starting of correction Section *******************************/
	.patient-service-location{
		top: 33%;
		left: 5%;
		width: 100%;
		opacity: .5;
	}

	/*Starting of terminal-a-section*/
	.terminal-a-section{
		top: -7px;
	}
	.i-overlay img, .i-overlay i {
		margin: -30% 0 0 -50px;
		width: 100px !important;
		height: 100px !important;
	}
	/*Ending of terminal-a-section*/


	/*Starting of information-desk-section*/
	.information-desk-section{
		height: 1090px;
	}	

	.information-desk-content-holder{
		position: relative;
		max-width: 2500px;
		width: 2310px;
		height: 1000px;
		background: transparent;
		-ms-transform: rotate(16deg);
		-webkit-transform: rotate(16deg);
		transform: rotate(16deg);
		left: -16em !important;
		top: -50em;
		/* opacity: 0.7; */
	}
	.information-desk-section-product-content{
		display: none;
	}
	.information-desk-section-product-content-02{
		display: inherit;
		left: 0;
		max-width: 2310px;
		width: 2310px;
		height: 600px;
		position: absolute;
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		background: rgba(193, 228, 224, 0.75);
		bottom: 30px;
		right: 0;
		padding: 30px;
	}

	.information-desk-backface-div{
		position: relative;
		width: 2340px;
		height: 600px;
		background: rgba(193, 228, 224, 0.75);
		-ms-transform: rotate(-18deg);
		-webkit-transform: rotate(-18deg);
		transform: rotate(-18deg);
		left: -13em;
		top: 2em;
		/* opacity: 0.7; */
	}

	.information-desk-h2 {
		position: relative;
		top: 0em;
	}
	.information-desk-col_half .information-desk-img-overlay {
		display: inherit;
	}
	.information-desk-col_half .information-desk-img-span {
		display: inherit;
		top: 85%;
		left: 0%;
		font-size: 20px;
	}
	#content .information-desk-four-tile-image-container{
		left: 14%;
		top: 0em;
		width: 100%;
	}	
	.information-desk-col_half{
		width: 34%;
		overflow: hidden;
		text-align: center;
	}
	.for-info-deck-exclusive-img-title-span{
		text-align: center;
		font-family: 'Montserrat';
		font-color: #000;
	}

	.information-desk-col_half img{
		margin-bottom: 1em;
	}
	/*Ending of information-desk-section*/

	.ceo-section-text .leftmargin-sm h1 > span:not(.nocolor):not(.badge) {
		color: #fff;

	}
	.ceo-section-text .leftmargin-sm p.lead {
		color: #fff;

	}

	.chairman-attribute.director-attribute{
		color: #fff;
	}

	.chairman-attribute.director-attribute.director-attribute-designation {
		color: #fff;
	}
	.exclusive-header{
		font-size: 2.5rem !important;
		font-weight: 600 !important;
	}
	.exclusive-paragraph{
		font-size: 1.31rem !important;
	}
	figure.doctor-patient-effect-lily p {
		font-size: 2.5rem !important;
		font-weight: 600 !important;
	}
	.exclusive-header h1 > span:not(.nocolor):not(.badge) {
		font-size: 2.5rem !important;
		font-weight: 600 !important;
	}
	.cd-main-content.main.feature-product-main, .feature-product-section {
		overflow: visible !important;
	}
	.ema-img{
		float: right;
	}
	.tga-australia-img{
		margin-left: -6em;
	}
	.special-sup {
		font-size: 30px;
		top: -0.8em;
		left: -.2em;
	}
	/****************** Ending of correction Section *******************************/

}


@media (min-width: 768px) and (max-width: 991px) {

	.stretched #wrapper {
		width: 100%;
		margin: auto;
		box-shadow: none;
	}

	body {
		padding-top: 0px;
	}


	/*Starting of right side navigation menu section*/
	.cd-nav-container {
		width: 30em;
	}
	.cd-nav {
		width: 30em;
		margin-top: 0em;
		margin-bottom: 1.5em;
	}

	.cd-nav li {
		width: 10em;
		float: left;
		/* height: calc((100vh - 116px)/2); */
		/* min-height: 250px; */
		min-height: 11em;
		height: 11em;
	}

	.cd-nav-container header {
		padding-top: 1.5em;
	}

	.header-div {
		margin-bottom: 0.5em;
		margin-top: 0.8em;
		font-size: 1.5rem;
		font-family: 'Montserrat';
	}

	.cd-nav em {
		font-size: 0.8rem;
		font-weight: 400;
	}

	.header-custom-selectpicker-row {
		margin-bottom: 1.5em;
	}

	.header-custom-hotline-row {
		margin-bottom: 1em;
	}

	.header-custom-social-icons-row {
		margin-bottom: 0em;
	}

	.header-custom-hotline-number-col {
		margin-left: 0em;
		padding-left: 0;
	}

	.social-icon.si-large {
		margin: 0px 10px 10px -8px;
		width: 50px;
		height: 50px;
		font-size: 25px;
		line-height: 52px !important;
	}


	.header-custom-selectpicker-col {
		padding-left: 1.5em;
	}

	.header-custom-hotline-row {
		margin-bottom: 1.5em;
	}


	.header-custom-hotline-number-col {
		margin-left: -4em;
		top: -0.4em;
		padding-left: 2em;
	}

	.hotline-text-header {
		padding-left: 1em;

		font-size: 1.5rem;

	}


	.hotline-number-header {
		font-size: 1.2rem;
		line-height: 1.5em;

	}

	.header-custom-social-icons-col {
		margin-left: 1.4em;
		padding-left: 0px;
	}
	.btn-light {

		font-size: 1.1rem;

	}
	#top-left-img {
		top: 1.8em;
		left: 1em;
		width: 40%;
		z-index: 4;
	}

	.container.custom-after-tile-section-container-header{
		margin-left: 0.9em;
	}


	.cd-nav-container {

		width: 30em;
		overflow-y: scroll !important;
		-webkit-overflow-y: scroll !important;
		-moz-overflow-y: scroll !important;
	}


	.header-custom-selectpicker-col {
		padding-left: 1.5em;
	}

	.header-custom-hotline-row {
		margin-bottom: 1em;
	}


	.header-custom-hotline-number-col {
		margin-left: 0em;
		top: -0.4em;
		padding-left: 2em;
	}

	.hotline-text-header {
		padding-left: 0.9em;

		font-size: 1.5rem;

	}


	.hotline-number-header {
		font-size: 1.2rem;
		line-height: 1.5em;

	}

	.header-custom-social-icons-col {
		margin-left: 2em;
		padding-left: 0px;
	}

	.custom-doctor-welcome-slide{
		background-position: 0 !important;
		background-size: 100% !important;
		height: 430px !important;
		background-repeat: no-repeat !important;
	}


	.cd-main-content {
		min-height: inherit; 
	}

	.cd-gallery img {
		display: block;
		width: 440px;
	}

	.custom-oncology-content-filter-gallery {
		height: 293px;
		padding-top: 3em !important;
		overflow: hidden;
	}

	.custom-oncology-our-product-heading-block h1 > span:not(.nocolor):not(.badge) {
		font-size: 0.8rem;
	}

	.custom-oncology-content-filter-gallery li {
		width: 48%;
		margin-bottom: 4em;
	}

	/*Ending of right side navigation menu section*/


	/*starting of landing page welcome slider*/
	.custom-landing-page-welcome-slider{
		height: 400px !important;
	}
	.carousel-control-prev {
		top: -30%;
	}
	.carousel-control-next{
		top: -30%;
	}
	.home-welcome-slider-span {
		width: 100%;
		font-size: 26px;
		top: 50%;
		left: 0%;
	}
	.carousel-item .carousel-item-img{
		max-width: 100%;
	}
	/*Ending of landing pafge welcome slider*/




	/*starting of landing page transforming-life-section*/
	.custom-transforming-life-section{	
		height: 830px !important;
		background-position: top right !important;
	}

	.custom-transforming-life-heading-block{
		padding: 0 7em 0 7em;
		margin-top: 6.5em;
		margin-bottom: 2em;

	}
	.custom-transforming-life-heading-block .custom-transforming-life-heading-block-h2 {
		font-size: 1.8rem;
	}

	.custom-transforming-life-heading-block .custom-transforming-life-heading-block-p{
		font-size: 1rem;
		line-height: 1.6;
	}
	/*Ending of landing pafge transforming-life-section*/





	/*Starting of landing pafge oncology-Products-Line*/

	.custom-products-heading-block .custom-products-heading-block-h2 {
		font-size: 1.8rem;
	}
	.custom-products-heading-block .custom-products-heading-block-span:not(.before-heading) {
		font-size: 1rem;
		padding: 0 6em 0 6em;
	}

	.custom-product-line-section{
		height: 600px !important;
	}

	.tech-slideshow > div {
		background-size: 15%;
		background-repeat-y: no-repeat;
	}
	/*Ending of landing pafge oncology-Products-Line*/







	/*Starting of landing pafge oncology-content-filter-gallery*/
	.custom-oncology-our-product-heading-block h1 > span:not(.nocolor):not(.badge) {
		font-size: 1.8rem;
	}

	/*Ending of landing pafge oncology-content-filter-gallery*/





	/*Starting of landing pafge Manufacturing-facilities-Landing-page*/

	.custom-manufacture-row {
		padding-left: 4em;
		padding-right: 0em;
	}
	.custom-manufacture-div {
		padding-right: 2em;
		padding-left: 2em;
	}

	.custom-manufacture-heading-block .custom-manufacture-heading-block-h2 {
		font-size: 1.8rem;
	}

	.custom-manufacture-div-h2 {
		font-size: 1rem;
		line-height: 1.3em;
	}

	.custom-manufacture-div-p {
		font-size: 0.9rem;
		letter-spacing: 0.08em;
	}


	.custom-dedicated-oncology-facility-heading-block h3 {
		font-size: 2.5rem;
	}

	.oncology-unit-header-tag {
		font-size: 2.5rem !important;
	}

	.custom-compliance-heading-block-h2 {
		font-size: 2.5rem !important;
	}

	.row.custom-compliance-row{
		margin-left: -8em;
	}


	.bottomright {
		font-size: 2.5rem;
	}

	.custom-hi-tech-heading-block-h2 {
		font-size: 2.5rem !important;
	}


	.custom-manufacture-dedicated-oncology-section {
		background-position-x: -30em !important;
	}

	.custom-compliance-middle-div {
		border-right: none !important;
		border-left: none !important;
	}

	.custom-isolator-tech-section {
		height: 480px !important;
	}

	.isolator-tech-carousel-item-img {
		max-width: 160% !important;
	}

	.carousel-control-prev-icon, .carousel-control-next-icon {
		margin-top: -3em;
	}

	.custom-manufacture-video-section{
		height: 380px !important;
	}

	.oncology-unit-header-tag {
		top: 48% !important;
	}

	.pricing-title {
		background-color: #0089d1;
	}
	.pricing-features {
		border-bottom: none !important;
	}

	.pricing-box.custom-hi-tech-isolator-machine-left-pricing-box {
		width: 100%;
	}

	.pricing-box.custom-hi-tech-isolator-machine-right-pricing-box{
		width: 100%;
		height: 100%;
	}
	/*Ending of landing pafge Manufacturing-facilities-Landing-page*/


	/*Section clients Starts*/
	.item.cancer-itme:hover .cancer-badge{
		font-size: 1.2rem;
		right: 2.5em;
	}
	.clients .clients-quotes .client-quote .custom-client-quote-p {
		font-size: 1.8rem;
	}
	.custom-client-quote-container {
		margin-top: 6em;
	}
	.clients .clients-quotes .client-quote .custom-client-quote-h4 {
		font-size: 1.1rem;
		letter-spacing: 0.08em;
	}
	.clients .clients-quotes .client-quote .custom-client-quote-span {
		font-size: 1.1rem;
	}
	/*Ending of landing pafge clients Section*/


	/*Starting of landing pafge doctor-patient section*/

	#doctor-patient-grid{

		max-width: 1800px;

	}


	#doctor-patient-grid figure {

		min-width: 320px;
		max-width: 900px;
		max-height: 900px;
		width: 50%;
	}


	figure.doctor-patient-effect-lily #doctor-patient-background-img {
		max-width: 900px;
		width: 500px;
		height: 500px;
	}

	#doctor-patient-lily-fig-caption-div{

		top: 35%;

	}

	figure.doctor-patient-effect-lily p {
		font-size: 1.8rem;
	}

	figure.effect-lily:hover h2 {
		margin-bottom: 20px;
	}
	/*Ending of landing pafge doctor-patient section*/


	/*Starting of landing pafge Let-us-help-you section*/
	.oncology-doctors-project-booking-form-section{	
		background-position-x: -42em !important;
	}

	.oncology-doctors-booking-form-custom-header {
		font-size: 1.7rem;
	}
	#oncology-doctors-booking-form-custom-paragraph {
		font-size: 1.2rem;
		letter-spacing: 0.08em;
	}
	/*Ending of landing pafge Let-us-help-you section*/





	/*Starting of landing pafge Footer section*/
	.footer-hotline-container {
		margin-left: 0em;
		margin-top: 0.5em;
	}

	.footer-number-col {
		font-size: 0.9rem;
	}

	/*Ending of landing pafge Footer section*/
	.cd-nav-container.is-visible {
		overflow: scroll !important;
		-moz-overflow: scroll !important;
		-webkit-overflow: scroll !important;
	}

	.left-menu-patient-service-location-img{
		width: 90%;
	}
	.ceo-section {
		background-position-x: 95em;
	}
	#md-ceo-corner .ceo-section-text {
		/*background: rgba(255,255,255,0.95);*/
		padding: 260px 0;
		width: 100%;
		padding-right: 1em;
		line-height: 1.2;
		color: #fff;
	}
	#md-ceo-corner .custom-doctor-ceo-section-text {
		background: rgba(255,255,255,0.95);
		padding: 260px 0;
		width: 100%;
		padding-right: 1em;
		line-height: 1.2;
		top: 33%;
	}
	.ceo-section-text {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	.vision-text, .vision-box-text {
		font-size: 1rem !important;
	}

	.featured-product-img-section {
		margin-top: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.featured-product-img-row {
		padding-left: 2em;
		padding-right: 0em;
	}
	.featured-product-img-col {
		margin-bottom: 0 !important;
	}

	.about-skf-oncology-logo {
		top: 10%;
	}
	#custom-carousel-holder{
		padding-top: 42.25%;
		/*overflow: hidden;*/
	}

	.custom-featured-product-btn {
		top: 0em;
	}


	/****************** Starting of correction Section *******************************/
	.patient-service-location{
		top: 33%;
		left: 10%;
		width: 100%;
		opacity: .6;
	}
	.custom-carousel-section {
		margin-bottom: 0;
	}
	.custom-featured-product-btn {
		margin-bottom: 0;
		z-index: 1;
	}

	/*Starting of terminal-a-section*/
	.terminal-a-section{
		top: -7px;
	}
	.i-overlay img, .i-overlay i {
		margin: -30% 0 0 -50px;
	}
	/*Ending of terminal-a-section*/


	/*Starting of information-desk-section*/
	.information-desk-section{
		height: 805px;
	}	

	.information-desk-content-holder{
		position: relative;
		max-width: 2500px;
		width: 2310px;
		height: 1000px;
		background: transparent;
		-ms-transform: rotate(18deg);
		-webkit-transform: rotate(18deg);
		transform: rotate(18deg);
		left: -16em !important;
		top: -54.5em;
		/* opacity: 0.7; */
	}
	.information-desk-section-product-content{
		display: none;
	}
	.information-desk-section-product-content-02{
		display: inherit;
		left: 0;
		max-width: 2310px;
		width: 2310px;
		height: 400px;
		position: absolute;
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		background: rgba(193, 228, 224, 0.75);
		bottom: 30px;
		right: 0;
		padding: 30px;
	}

	.information-desk-backface-div{
		position: relative;
		width: 2340px;
		height: 500px;
		background: rgba(193, 228, 224, 0.75);
		-ms-transform: rotate(-10deg);
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
		left: -13em;
		top: 0em;
		/* opacity: 0.7; */
	}

	.information-desk-h2 {
		position: relative;
		top: 0em;
	}
	.information-desk-col_half .information-desk-img-overlay {
		display: inherit;
	}
	.information-desk-col_half .information-desk-img-span {
		display: inherit;
		top: 81%;
		left: 0%;
		font-size: 18px;
	}
	#content .information-desk-four-tile-image-container{
		left: 0%;
		top: 0em;
		width: 100%;
	}	
	.information-desk-col_half{
		width: 48%;
		overflow: hidden;
		text-align: center;
	}
	.for-info-deck-exclusive-img-title-span{
		text-align: center;
		font-family: 'Montserrat';
		font-color: #000;
	}

	.information-desk-col_half img{
		margin-bottom: 1em;
	}
	/*Ending of information-desk-section*/	

	.exclusive-header{
		font-size: 2.2rem !important;
		font-weight: 600 !important;
	}
	.exclusive-paragraph{
		font-size: 1.2rem !important;
		font-weight: 300 !important;
	}
	figure.doctor-patient-effect-lily p {
		font-size: 2.2rem !important;
		font-weight: 600 !important;
	}
	.exclusive-header h1 > span:not(.nocolor):not(.badge) {
		font-size: 2.2rem !important;
		font-weight: 600 !important;
	}
	.ceo-section-text .leftmargin-sm h1 > span:not(.nocolor):not(.badge) {
		color: #fff;
	}
	.ceo-section-text .leftmargin-sm p.lead {
		font-size: 1.2rem;
	}
	.cd-main-content.main.feature-product-main, .feature-product-section {
		overflow: visible !important;
	}
	.ema-img{
		float: right;
	}
	.tga-australia-img{
		float: right;
	}
	.special-sup {
		font-size: 24px;
		top: -0.8em;
		left: -.2em;
	}
	/****************** Ending of correction Section *******************************/

}

@media (max-width: 991px){
	
	#md-ceo-corner .doctor-ceo-section-text-04{
		background: rgba(255,255,255,0.95);	
	}
}

@media (max-width: 767px) and (min-width: 481px) {

	.stretched #wrapper {
		width: 100%;
		margin: auto;
		box-shadow: none;
	}


	body {
		padding-top: 0px;
	}


	/*Starting of right side navigation menu section*/
	.cd-nav-container {
		width: 30em;
	}
	.cd-nav {
		width: 30em;
		margin-top: 1em;
		margin-bottom: 1.5em;
	}

	.cd-nav li {
		width: 10em;
		float: left;
		/* height: calc((100vh - 116px)/2); */
		/* min-height: 250px; */
		min-height: 11em;
		height: 11em;
	}

	.cd-nav-container header {
		padding-top: 2.5em;
	}

	.header-div {
		margin-bottom: 0.5em;
		font-size: 1.5rem;
		font-family: 'Montserrat';
	}

	.cd-nav em {
		font-size: 0.8rem;
		font-weight: 400;
	}

	.header-custom-selectpicker-row {
		margin-bottom: 1.5em;
	}

	.header-custom-hotline-row {
		margin-bottom: 1em;
	}

	.header-custom-social-icons-row {
		margin-bottom: 0em;
	}

	.header-custom-hotline-number-col {
		margin-left: 0em;
		padding-left: 0;
	}

	.social-icon.si-large {
		margin: 0px 10px 10px -8px;
		width: 50px;
		height: 50px;
		font-size: 25px;
		line-height: 52px !important;
	}


	.header-custom-selectpicker-col {
		padding-left: 1.5em;
	}

	.header-custom-hotline-row {
		margin-bottom: 1.5em;
	}


	.header-custom-hotline-number-col {
		margin-left: -4em;
		top: -0.4em;
		padding-left: 2em;
	}

	.hotline-text-header {
		padding-left: 1em;

		font-size: 1.5rem;

	}


	.hotline-number-header {
		font-size: 1.2rem;
		line-height: 1.5em;

	}

	.header-custom-social-icons-col {
		margin-left: 1.4em;
		padding-left: 0px;
	}
	.btn-light {

		font-size: 1.1rem;

	}

	#top-left-img {
		top: 1.5em;
		left: 1em;
		width: 35%;
		z-index: 4;
	}

	.container.custom-after-tile-section-container-header{
		margin-left: 0.7em;
	}


	.cd-nav-container {

		width: 30em;
		overflow-y: scroll !important;
	}


	.header-custom-selectpicker-col {
		padding-left: 1.5em;
	}

	.header-custom-hotline-row {
		margin-bottom: 1.5em;
	}


	.header-custom-hotline-number-col {
		margin-left: 7em;
		top: -1.6em;
		padding-left: 2em;
	}

	.hotline-text-header {
		padding-left: 1em;

		font-size: 1.5rem;

	}


	.header-custom-hotline-name-col.header-custom-hotline-name-col-product .hotline-text-header {
		padding-left: 0.9em;
	}
	.hotline-number-header {
		font-size: 1.2rem;
		line-height: 1.5em;

	}

	.header-custom-social-icons-col {
		margin-left: 2em;
		padding-left: 0px;
	}

	.custom-oncology-content-filter-gallery {
		height: 41vh;
		padding-top: 3em !important;
		overflow: hidden;
	}

	.custom-oncology-our-product-heading-block h1 > span:not(.nocolor):not(.badge) {
		font-size: 1.8rem;
	}

	.custom-oncology-content-filter-gallery li {
		width: 48%;
		margin-bottom: 4em;
	}

	/*Ending of right side navigation menu section*/


	/*starting of landing page welcome slider*/
	.custom-landing-page-welcome-slider{
		height: 300px !important;
	}
	.carousel-control-prev {
		top: -15%;
	}
	.carousel-control-next{
		top: -15%;
	}
	.home-welcome-slider-span {
		font-size: 20px;
		top: 50%;
		left: 1%;
		width: 100%;
	}
	.carousel-item .carousel-item-img{
		max-width: 100%;
	}
	/*Ending of landing pafge welcome slider*/


	/*Starting of MD's Message Section*/
	.ceo-section {
		padding: 320px 0;
	}
	/*Ending of MD's Message Section*/


	/*starting of landing page transforming-life-section*/
	.custom-transforming-life-section{	
		background-position: top right !important;
		height: 830px !important;
	}

	.custom-transforming-life-heading-block{
		padding: 0 3em 0 3em;
		margin-top: 6em;
		margin-bottom: 2em;

	}
	.custom-transforming-life-heading-block .custom-transforming-life-heading-block-h2 {
		font-size: 1.7rem;
	}

	.custom-transforming-life-heading-block .custom-transforming-life-heading-block-p{
		font-size: 1rem;
		line-height: 1.6;
	}
	/*Ending of landing pafge transforming-life-section*/


	/*Starting of landing pafge oncology-Products-Line*/

	.custom-products-heading-block .custom-products-heading-block-h2 {
		font-size: 1.7rem;
	}
	.custom-products-heading-block .custom-products-heading-block-span:not(.before-heading) {
		font-size: 1rem;
		padding: 0 3em 0 3em;
	}

	.custom-product-line-section{
		height: 600px !important;
	}

	.tech-slideshow > div {
		background-size: 13%;
		background-repeat-y: no-repeat;
	}
	/*Ending of landing pafge oncology-Products-Line*/



	/*Starting of landing pafge oncology-content-filter-gallery*/
	.custom-oncology-our-product-heading-block h1 > span:not(.nocolor):not(.badge) {
		font-size: 1.7rem;
	}

	/*Ending of landing pafge oncology-content-filter-gallery*/


	/*Starting of landing pafge Manufacturing-facilities-Landing-page*/

	.custom-manufacture-row {
		padding-left: 1em;
		padding-right: 0em;
	}

	.custom-manufacture-col-one-third{
		width: 33%;
	}
	.custom-manufacture-div {
		padding-right: 2em;
		padding-left: 2em;
	}

	.custom-manufacture-heading-block .custom-manufacture-heading-block-h2 {
		font-size: 1.7rem;
	}

	.custom-manufacture-div-h2 {
		font-size: 1rem;
		line-height: 1.3em;
	}

	.custom-manufacture-div-p {
		font-size: 0.9rem;
		letter-spacing: 0.08em;
	}
	.custom-manufacture-welcome-slider-section {
		background-position-x: -6em !important; 
	}

	.custom-manufacture-row {
		margin: auto;
		padding-left: 0em;
		padding-right: 0em;
	}
	.custom-manufacture-div {
		padding-right: 2em;
		padding-left: 2em;
	}

	.custom-manufacture-heading-block .custom-manufacture-heading-block-h2 {
		font-size: 1.8rem;
	}

	.custom-manufacture-div-h2 {
		font-size: 1rem;
		line-height: 1.3em;
	}

	.custom-manufacture-div-p {
		font-size: 0.9rem;
		letter-spacing: 0.08em;
	}


	.custom-dedicated-oncology-facility-heading-block h3 {
		font-size: 1.7rem;
		line-height: 1.5em !important;
	}

	.oncology-unit-header-tag {
		font-size: 1.7rem !important;
	}

	.custom-compliance-heading-block-h2 {
		font-size: 1.7rem !important;
	}

	.row.custom-compliance-row{
		margin-left: -8em;
	}


	.bottomright {
		font-size: 1.7rem;
	}

	.custom-hi-tech-heading-block-h2 {
		font-size: 1.7rem !important;
	}


	.custom-manufacture-dedicated-oncology-section {
		background-position-x: -114em !important;
	}

	.custom-compliance-middle-div {
		border-right: none !important;
		border-left: none !important;
	}

	.custom-isolator-tech-section {
		height: 360px !important;
	}

	.isolator-tech-carousel-item-img {
		max-width: 160% !important;
	}

	.carousel-control-prev-icon, .carousel-control-next-icon {
		margin-top: -3em;
	}

	.custom-manufacture-video-section{
		height: 320px !important;
	}

	.oncology-unit-header-tag {
		top: 50% !important;
		font-size: 1.7rem !important;
	}

	.row.custom-facility-safety-row{
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
	}

	.for-facility-safety-image{
		max-width: 540px;
		width: 540px;
	}

	.bottommiddle{
		z-index: 1;
	}


	.feature-box h3 span.custom-dedicated-oncology-facility-header-span {

		line-height: 1.6;
	}

	.custom-compliance-heading-block > .custom-compliance-heading-block-span:not(.before-heading) {
		line-height: 1.6;
	}

	.custom-compliance-img {
		margin-left: 17em !important;
	}

	.pricing-box {

		border: 1px solid #0089d1;

	}

	.pricing-title {
		background-color: #0089d1;
	}
	.pricing-features {
		border-bottom: none !important;
	}

	.pricing-box.custom-hi-tech-isolator-machine-left-pricing-box {
		width: 100%;
	}

	.pricing-box.custom-hi-tech-isolator-machine-right-pricing-box{
		width: 100%;
		height: 100%;
	}
	/*Ending of landing pafge Manufacturing-facilities-Landing-page*/


	/*Section clients Starts*/
	.item.cancer-itme:hover .cancer-badge{
		font-size: 3.2rem;
		right: 2.5em;
	}
	.clients .clients-quotes .client-quote .custom-client-quote-p {
		font-size: 1.7rem;
	}
	.custom-client-quote-container {
		margin-top: 6em;
	}
	.clients .clients-quotes .client-quote .custom-client-quote-h4 {
		font-size: 1.1rem;
		letter-spacing: 0.08em;
	}
	.clients .clients-quotes .client-quote .custom-client-quote-span {
		font-size: 1.1rem;
	}
	/*Ending of landing pafge clients Section*/


	/*Starting of landing pafge doctor-patient section*/

	#doctor-patient-grid{

		max-width: 1800px;

	}


	#doctor-patient-grid figure {

		min-width: 320px;
		max-width: 900px;
		max-height: 900px;
		width: 100%;
	}


	figure.doctor-patient-effect-lily #doctor-patient-background-img {
		max-width: 900px;
		width: 780px;
		height: 780px;
		left: 0em;
	}

	#doctor-patient-lily-fig-caption-div{

		top: 35%;

	}

	figure.doctor-patient-effect-lily p {
		font-size: 1.7rem;
	}

	figure.effect-lily:hover h2 {
		margin-bottom: 20px;
	}
	/*Ending of landing pafge doctor-patient section*/


	/*Starting of landing pafge Let-us-help-you section*/
	.oncology-doctors-project-booking-form-section{	
		background-position-x: -42em !important;
	}

	.oncology-doctors-booking-form-custom-header {
		font-size: 1.7rem;
	}
	#oncology-doctors-booking-form-custom-paragraph {
		font-size: 1.2rem;
		letter-spacing: 0.08em;
	}
	/*Ending of landing pafge Let-us-help-you section*/



	/*Starting of landing pafge Footer section*/
	#footer .footer-widgets-wrap {
		padding-bottom: 0;
	}

	.footer-hotline-container {
		margin-left: 0em;
		margin-top: 2em;
		float: left;
	}

	.footer-hotline-h2 {
		float: left !important;
	}
	.footer-number-col {
		font-size: 0.9rem;
		left: 6em;
		top: -3.5em;
	}



	/*Ending of landing pafge Footer section*/
	.ceo-section {
		background-position-x: 81em;
	}
	#md-ceo-corner .ceo-section-text {
		/*background: rgba(255,255,255,0.95);*/
		padding: 260px 0;
		width: 100%;
		padding-right: 1em;
		line-height: 1.2;
		color: #fff;
	}
	#md-ceo-corner .custom-doctor-ceo-section-text {
		background: rgba(255,255,255,0.95);
		padding: 260px 0;
		width: 100%;
		padding-right: 1em;
		line-height: 1.2;
		top: 35%;
	}
	.ceo-section-text {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	.vision-text, .vision-box-text {
		font-size: 1rem !important;
	}
	.featured-product-img-section {
		margin-top: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.featured-product-img-row {
		padding-left: 0em;
		padding-right: 0em;
	}
	.featured-product-img-col {
		margin-bottom: 0 !important;
	}

	.about-skf-oncology-logo {
		top: 9%;
	}

	.custom-carousel-container{
		padding: 0 !important;
		margin:0 !important;
		max-width: 767px;
	}
	#custom-carousel-holder{
		padding-top: 42.25%;
		/*overflow: hidden;*/
	}

	#custom-carousel-iframe{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}
	.custom-featured-product-btn {
		top: 0em;
	}


	/****************** Starting of correction Section *******************************/
	.patient-service-location{
		top: 33%;
		left: 10%;
		width: 100%; 
		opacity: 0.8;
	}
	.custom-carousel-section {
		margin-bottom: 0;
	}
	.custom-featured-product-btn {
		margin-bottom: 0;
		z-index: 1;
	}
	/*Starting of terminal-a-section*/
	.terminal-a-section{
		top: -7px;
	}
	.i-overlay img, .i-overlay i {
		margin: -30% 0 0 -5%;
	}
	/*Ending of terminal-a-section*/


	/*Starting of information-desk-section*/
	.information-desk-section{
		height: 730px;
	}	

	.information-desk-content-holder{
		position: relative;
		max-width: 2500px;
		width: 2310px;
		height: 1000px;
		background: transparent;
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
		left: -16em !important;
		top: -52em;
		/* opacity: 0.7; */
	}
	.information-desk-section-product-content{
		display: none;
	}
	.information-desk-section-product-content-02{
		display: inherit;
		left: 0;
		max-width: 2310px;
		width: 2310px;
		height: 400px;
		position: absolute;
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		background: rgba(193, 228, 224, 0.75);
		bottom: 30px;
		right: 0;
		padding: 30px;
	}

	.information-desk-backface-div{
		position: relative;
		width: 2340px;
		height: 400px;
		background: rgba(193, 228, 224, 0.75);
		-ms-transform: rotate(-17deg);
		-webkit-transform: rotate(-17deg);
		transform: rotate(-17deg);
		left: -13em;
		top: -7em;
		/* opacity: 0.7; */
	}
/*	#content .information-desk-four-tile-image-container{
		left: 6.5%;
		top: -95em;
		width: 100%;
	}
	.information-desk-col_half{
		width: 34%;
		float: left;
		margin-left: 1.5em;
		overflow: hidden;
		}*/
		.information-desk-h2 {
			position: relative;
			top: 0em;
		}
		.information-desk-col_half .information-desk-img-overlay {
			display: inherit;
		}
		.information-desk-col_half .information-desk-img-span {
			display: inherit;
			top: 70%;
			left: 0%;
		}
		#content .information-desk-four-tile-image-container{
			left: 0%;
			top: 0em;
			width: 100%;
		}	
		.information-desk-col_half{
			width: 100%;
			overflow: hidden;
			text-align: center;
		}
		.for-info-deck-exclusive-img-title-span{
			text-align: center;
			font-family: 'Montserrat';
			font-color: #000;
		}

		.information-desk-col_half img{
			margin-bottom: 1em;
		}
		/*Ending of information-desk-section*/	


		.exclusive-header{
			font-size: 1.7rem !important;
			font-weight: 600 !important;
		}
		.exclusive-paragraph{
			font-size: 1.2rem !important;
			font-weight: 300 !important;
		}
		figure.doctor-patient-effect-lily p {
			font-size: 1.7rem !important;
			font-weight: 600 !important;
		}
		.exclusive-header h1 > span:not(.nocolor):not(.badge) {
			font-size: 1.7rem !important;
			font-weight: 600 !important;
		}
		.ceo-section-text .leftmargin-sm h1 > span:not(.nocolor):not(.badge) {
			color: #fff;
			font-size: 1.5rem !important;
		}
		.ceo-section-text .leftmargin-sm p.lead {
			font-size: 1.2rem;
		}
		.cd-main-content.main.feature-product-main, .feature-product-section {
			overflow: hidden !important;
		}
		.ema-img{
			margin-left: 9em;
		}
		.tga-australia-img{
			margin-left: 9em;
		}
		.custom-compliance-div.custom-compliance-middle-div{
			margin-bottom: 1.5em;
			margin-top: 2.5em;
		}
		.special-sup {
			font-size: 24px;
			top: -0.8em;
			left: -.2em;
		}
		/****************** Ending of correction Section *******************************/

	}


	@media (max-width: 480px) and (min-width: 322px){

		.stretched #wrapper {
			width: 100%;
			margin: auto;
			box-shadow: none;
		}


		body {
			padding-top: 0px;
		}


		/*Starting of right side navigation menu section*/
		.cd-nav-container {
			width: 20em;
		}
		.cd-nav {
			width: 20em;
			margin-top: 1em;
			margin-bottom: 1em;
		}

		.cd-nav li {
			width: 10em;
			float: left;
			min-height: 7em;
			height: 7em;
		}
		.cd-nav em {
			line-height: 1.2em;
		}

		.cd-nav-container header {
			padding-top: 1em;
		}

		.header-div {
			margin-bottom: 0.5em;
			font-size: 1.2rem;
			font-family: 'Montserrat';
		}

		.home-icon {
			width: 14%;
		}

		.about-us-icon{
			width: 14%;

		}

		.cd-nav em {
			font-size: 0.8rem;
			font-weight: 400;
		}

		.header-custom-selectpicker-row {
			margin-bottom: 1em;
		}

		.header-custom-hotline-row {
			margin-bottom: 0.5em;
		}

		.header-custom-social-icons-row {
			margin-bottom: 0em;
		}

		.header-custom-hotline-number-col {
			margin-left: 0em;
			padding-left: 0;
		}

		.social-icon.si-large {
			margin: 0px 10px 10px -8px;
			width: 50px;
			height: 50px;
			font-size: 25px;
			line-height: 52px !important;
		}


		.header-custom-selectpicker-col {
			padding-left: 1.5em;
		}

		.header-custom-hotline-row {
			margin-bottom: 1.5em;
		}


		.header-custom-hotline-number-col {
			margin-left: -4em;
			top: -0.4em;
			padding-left: 2em;
		}

		.hotline-text-header {
			padding-left: 1em;

			font-size: 1.5rem;

		}


		.hotline-number-header {
			font-size: 1.2rem;
			line-height: 1.5em;

		}

		.header-custom-social-icons-col {
			margin-left: 1.4em;
			padding-left: 0px;
		}
		.btn-light {

			font-size: 1.1rem;

		}

		#top-left-img {
			top: 1.8em;
			left: 1em;
			width: 40%;
			z-index: 4;
		}

		.container.custom-after-tile-section-container-header {
			margin-left: 0em;
			padding-left: 1em !important;
		}

		.cd-nav-container {

			width: 20em;
			overflow-y: scroll !important;
		}


		.header-custom-selectpicker-col {
			padding-left: 1.5em;
		}

		.header-custom-hotline-row {
			margin-bottom: 0.5em;
		}


		.header-custom-hotline-number-col {
			margin-left: 7em;
			top: -1.6em;
			padding-left: 2em;
		}

		.hotline-text-header {
			padding-left: 0.9em;
			font-size: 1.5rem;

		}


		.hotline-number-header {
			font-size: 0.8rem;
			line-height: 1.5em;
			letter-spacing: 0.08em;
			font-weight: 700;

		}

		.header-custom-social-icons-col {
			margin-left: 2em;
			padding-left: 0px;
		}

		.cd-gallery img {
			display: block;
			width: 207px;
		}

		.custom-oncology-content-filter-gallery {
			height: 162px;
			padding-top: 3em !important;
			overflow: hidden;
		}

		.custom-oncology-our-product-heading-block h1 > span:not(.nocolor):not(.badge) {
			font-size: 1.2rem;
		}

		.custom-oncology-content-filter-gallery li {
			width: 48%;
			margin-bottom: 2em;
		}

		/*Ending of right side navigation menu section*/


		/*starting of landing page welcome slider*/
		.custom-landing-page-welcome-slider{
			height: 210px !important;
		}
		.carousel-control-prev {
			top: 0%;
		}
		.carousel-control-next{
			top: 0%;
		}
		.home-welcome-slider-span {
			font-size: 14px;
			top: 55%;
			left: -1%;
			width: 100%;
		}

		.carousel-item .carousel-item-img{
			max-width: 100%;
		}
		/*Ending of landing pafge welcome slider*/


		/*Starting of MD's Message Section*/
		.ceo-section {
			padding: 300px 0;
		}
		/*Ending of MD's Message Section*/



		/*starting of landing page transforming-life-section*/
		.custom-transforming-life-section{	
			background-position: top right!important;
			height: 730px !important;
		}

		.custom-transforming-life-heading-block{
			padding: 0 1em 0 1em;
			margin-top: 3em;
			margin-bottom: 2em;

		}
		.custom-transforming-life-heading-block .custom-transforming-life-heading-block-h2 {
			font-size: 1rem;
		}

		.custom-transforming-life-heading-block .custom-transforming-life-heading-block-p{
			font-size: 0.9rem;
			line-height: 1.6;
		}
		/*Ending of landing pafge transforming-life-section*/


		/*Starting of landing page oncology-Products-Line*/

		.custom-products-heading-block .custom-products-heading-block-h2 {
			font-size: 1.2rem;
		}
		.custom-products-heading-block .custom-products-heading-block-span:not(.before-heading) {
			font-size: 0.9rem;
			padding: 0 3em 0 3em;
		}

		.custom-product-line-section{
			height: 600px !important;
		}

		.tech-slideshow > div {
			background-size: 11%;
			background-repeat-y: no-repeat;
		}
		/*Ending of landing pafge oncology-Products-Line*/



		/*Starting of landing pafge oncology-content-filter-gallery*/
		.custom-oncology-our-product-heading-block h1 > span:not(.nocolor):not(.badge) {
			font-size: 1.2rem;
		}

		/*Ending of landing pafge oncology-content-filter-gallery*/





		/*Starting of landing pafge Manufacturing-facilities-Landing-page*/

		.custom-manufacture-row {
			padding-left: 0em;
			padding-right: 0em;
		}

		.custom-manufacture-col-one-third{
			width: 100%;
		}
		.custom-manufacture-div {
			padding-right: 0em;
			padding-left: 0em;
		}

		.custom-manufacture-middle-col {
			border-right: transparent;
			border-left: transparent;
		}

		.custom-manufacture-heading-block .custom-manufacture-heading-block-h2 {
			font-size: 1.2rem;
		}

		.custom-manufacture-div-h2 {
			font-size: 0.9rem;
			line-height: 1.3em;
		}

		.custom-manufacture-div-p {
			font-size: 0.9rem;
			letter-spacing: 0.08em;
		}


		.custom-manufacture-welcome-slider-section {
			background-position-x: -8em !important; 
		}

		.custom-manufacture-row {
			padding-left: 1em;
			padding-right: 0em;
		}
		.custom-manufacture-div {
			padding-right: 2em;
			padding-left: 2em;
		}

		.custom-manufacture-heading-block .custom-manufacture-heading-block-h2 {
			font-size: 1.2rem;
		}

		.custom-manufacture-div-h2 {
			font-size: 1.2rem;
			line-height: 1.3em;
		}

		.custom-manufacture-div-p {
			font-size: 0.9rem;
			letter-spacing: 0.08em;
		}


		.custom-dedicated-oncology-facility-heading-block h3 {
			font-size: 1.5rem;
			line-height: 1.5em !important;
		}

		.oncology-unit-header-tag {
			font-size: 1.5rem !important;
		}

		.custom-compliance-heading-block-h2 {
			font-size: 1.5rem !important;
		}

		.row.custom-compliance-row{
			text-align: center;
		}

	/*.custom-compliance-div{
		margin: auto;
		width: 480px;

	}

	.custom-compliance-img {
		margin: auto !important; 
		}*/

		.custom-compliance-heading-block > .custom-compliance-heading-block-span:not(.before-heading) {
			line-height: 1.6;
			font-size: 0.9rem;
		}

		.custom-compliance-img {
			margin-left: 0em !important;
			text-align: center;
		}


		.bottomright {
			font-size: 1.5rem;
		}

		.custom-hi-tech-heading-block-h2 {
			font-size: 1.5rem !important;
		}


		.custom-manufacture-dedicated-oncology-section {
			background-position-x: -114em !important;
		}

		.custom-compliance-middle-div {
			border-right: none !important;
			border-left: none !important;
		}

		.custom-isolator-tech-section {
			height: 210px !important;
		}

		.isolator-tech-carousel-item-img {
			max-width: 160% !important;
		}

		.carousel-control-prev-icon, .carousel-control-next-icon {
			margin-top: -3em;
		}

		.custom-manufacture-video-section{
			height: 210px !important;
		}

		.oncology-unit-header-tag {
			top: 48% !important;
			font-size: 1.2rem !important;
		}

		.row.custom-facility-safety-row{
			transform: translateX(0%);
			-webkit-transform: translateX(0%);
			-moz-transform: translateX(0%);
		}

		.for-facility-safety-image{
			max-width: 500px;
			width: 430px;
		}

		.bottommiddle{
			z-index: 1;
		}


		.feature-box h3 span.custom-dedicated-oncology-facility-header-span {

			line-height: 1.6;
		}



		.custom-manufacture-pricing-box-col-sterile{
			margin-bottom: 2em;
		}

		.pricing-box {
			border: 1px solid #0089d1;
		}

		.pricing-box.custom-hi-tech-isolator-machine-left-pricing-box {
			width: 100%;
			margin-bottom: 2em;
		}

		.pricing-box.custom-hi-tech-isolator-machine-right-pricing-box{
			width: 100%;
			height: 100%;
		}

		.pricing-title {
			background-color: #0089d1;
		}
		.pricing-features {
			border-bottom: none !important;
		}

		/*Ending of landing pafge Manufacturing-facilities-Landing-page*/


		/*Section clients Starts*/
		.cancer-badge{
			display: inherit;
			position: absolute;
			z-index: 100;
			cursor: pointer;
			font-family: 'Open Sans', sans-serif;
			font-size: 1.5rem;
			color: white;
			font-weight: 600;
			margin: auto;
			top: 85%;
			left: 31%;
			text-align: center;
		}

		.item.cancer-itme:hover .cancer-badge{
			display: none;
		}

		.item.cancer-itme:hover .cancer-badge{
			font-size: 3.2rem;
			right: 2.5em;
		}
		.clients .clients-quotes .client-quote .custom-client-quote-p {
			font-size: 1.2rem;
		}
		.custom-client-quote-container {
			margin-top: 6em;
		}
		.clients .clients-quotes .client-quote .custom-client-quote-h4 {
			font-size: 0.9rem;
			letter-spacing: 0.08em;
		}
		.clients .clients-quotes .client-quote .custom-client-quote-span {
			font-size: 0.9rem;
		}
		/*Ending of landing pafge clients Section*/


		/*Starting of landing pafge doctor-patient section*/

		#doctor-patient-grid{

			max-width: 1800px;

		}


		#doctor-patient-grid figure {

			min-width: 320px;
			max-width: 900px;
			max-height: 900px;
			width: 100%;
		}


		figure.doctor-patient-effect-lily #doctor-patient-background-img {
			max-width: 900px;
			width: 480px;
			height: 500px;
			left: -1em;
		}

		#doctor-patient-lily-fig-caption-div{

			top: 35%;

		}

		figure.doctor-patient-effect-lily p {
			font-size: 1.7rem;
		}

		figure.effect-lily:hover h2 {
			margin-bottom: 20px;
		}
		/*Ending of landing pafge doctor-patient section*/


		/*Starting of landing pafge Let-us-help-you section*/
		.oncology-doctors-project-booking-form-section{	
			background-position-x: -42em !important;
		}

		.oncology-doctors-booking-form-custom-header {
			font-size: 1.2rem;
		}
		#oncology-doctors-booking-form-custom-paragraph {
			font-size: 0.9rem;
			letter-spacing: 0.08em;
		}
		/*Ending of landing pafge Let-us-help-you section*/



		/*Starting of landing pafge Footer section*/
		.cd-nav-container{
			overflow-y: scroll !important;
		}
		.cd-nav-container.is-visible {
			overflow: scroll !important;
		}
		#footer .footer-widgets-wrap {
			padding-bottom: 0;
		}

		.footer-hotline-container {
			margin-left: 0em;
			margin-top: 2em;
			float: left;
		}

		.footer-hotline-h2 {
			float: left !important;
		}
		.footer-number-col {
			font-size: 0.9rem;
			left: 6em;
			top: -3.5em;
		}

		.footer-social-icon-container{
			float: left !important;
			margin-top: 6em;
			margin-left: -7.5em;
		}
		.footer-social-icon-container.footer-social-icon-container-product{
			margin-left: -7.2em;
		}

		/*Ending of landing pafge Footer section*/
		.header-div {
			margin-bottom: 0em;
			margin-top: 1em;
		}

		.left-menu-hotline-img{
			width: 70%;
		}
		.header-custom-hotline-name-col {
			padding-left: 3px;
		}
		.left-menu-patient-service-location-img{
			width: 65%;
		}
		.left-menu-patient-service-location-img.left-menu-patient-service-location-img-product{
			width: 64%;
		}
		.header-custom-hotline-name-col.header-custom-hotline-name-col-product{
			padding-left: 0;
		}
		.ceo-section {
			background-position-x: 65em;
		}
		.ceo-section-text .leftmargin-sm h1 > span:not(.nocolor):not(.badge) {
			font-size: 1rem;
		}
		.ceo-section-text .leftmargin-sm p.lead {
			font-size: 0.9rem;
		}

		.chairman-attribute.director-attribute {
			font-size: 0.9rem;
		}

		#md-ceo-corner .ceo-section-text {
			/*background: rgba(255,255,255,0.95);*/
			padding: 260px 0;
			width: 100%;
			padding-right: 1em;
			line-height: 1.2;
			color: #fff;
		}
		#md-ceo-corner .custom-doctor-ceo-section-text {
			background: rgba(255,255,255,0.95);
			padding: 260px 0;
			width: 100%;
			padding-right: 1em;
			line-height: 1.2;
			top: 36%;
		}

		.ceo-section-text {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
		}

		.vision-text, .vision-box-text {
			font-size: 0.9rem !important;
		}
		.featured-product-img-section {
			margin-top: 0;
			margin-bottom: 0;
			padding-bottom: 0;
		}
		.featured-product-img-row {
			padding-left: 0em;
			padding-right: 0em;
		}
		.featured-product-img-col {
			margin-bottom: 0 !important;
		}

		.about-skf-oncology-logo {
			top: 6%;
		}

		.custom-carousel-container{
			padding: 0 !important;
			margin:0 !important;
		}
		#custom-carousel-holder{
			padding-top: 70.25%;
			/*overflow: hidden;*/
		}

		#custom-carousel-iframe{
			position:absolute;
			top:0;
			left:0;
			width:100%;
			height:100%;
			-webkit-height:100%;
			-webkit-width:100%;
		}
		.custom-featured-product-btn {
			top: 0em;
		}


		/****************** Starting of correction Section *******************************/
		.patient-service-location{
			top: 33%;
			left: 10%;
			/* width: 77%; */
			opacity: 0.8;
		}
		.custom-carousel-section {
			margin-bottom: 0;
		}
		.custom-featured-product-btn {
			margin-bottom: 0;
			z-index: 1;
		}


		/*Starting of terminal-a-section*/
		.terminal-a-section{
			top: -7px;
		}
		.i-overlay img, .i-overlay i {
			margin: -30% 0 0 -5%;
		}
		/*Ending of terminal-a-section*/



		/*Starting of information-desk-section*/
		.information-desk-section{
			height: 555px;
		}	

		.information-desk-content-holder{
			position: relative;
			max-width: 2500px;
			width: 2310px;
			height: 1000px;
			background: transparent;
			-ms-transform: rotate(15deg);
			-webkit-transform: rotate(15deg);
			transform: rotate(15deg);
			left: -16em !important;
			top: -52em;
			/* opacity: 0.7; */
		}
		.information-desk-section-product-content{
			display: none;
		}
		.information-desk-section-product-content-02{
			display: inherit;
			left: 0;
			max-width: 2310px;
			width: 2310px;
			height: 300px;
			position: absolute;
			-ms-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			background: rgba(193, 228, 224, 0.75);
			bottom: 30px;
			right: 0;
			padding: 30px;
		}

		.information-desk-backface-div{
			position: relative;
			width: 2340px;
			height: 300px;
			background: rgba(193, 228, 224, 0.75);
			-ms-transform: rotate(-20deg);
			-webkit-transform: rotate(-20deg);
			transform: rotate(-20deg);
			left: -13em;
			top: -16.5em;
			/* opacity: 0.7; */
		}
		#content .information-desk-four-tile-image-container{
			left: -7%;
			top: 0em;
			width: 100%;
		}
		.information-desk-col_half{
			width: 100%;
			float: left;
			margin-left: 1.5em;
			overflow: hidden;
			text-align: center;
		}
		.information-desk-h2 {
			position: relative;
			top: -1em;
		}
		.information-desk-col_half .information-desk-img-overlay {
			display: inherit;
		}
		.information-desk-col_half .information-desk-img-span {
			display: inherit;
			top: 60%;
			left: 0%;
		}	
		.for-info-deck-exclusive-img-title-span{
			font-family: 'Montserrat';
			font-color: #000;
		}

		.information-desk-col_half img{
			margin-bottom: 1em;
		}							
		/*Ending of information-desk-section*/	


		.exclusive-header{
			font-size: 1.5rem !important;
			font-weight: 600 !important;
		}
		.exclusive-paragraph{
			font-size: 1rem !important;
			font-weight: 300 !important;
		}
		figure.doctor-patient-effect-lily p {
			font-size: 1.5rem !important;
			font-weight: 600 !important;
		}
		.exclusive-header h1 > span:not(.nocolor):not(.badge) {
			font-size: 1.5rem !important;
			font-weight: 600 !important;
		}
		.ceo-section-text .leftmargin-sm h1 > span:not(.nocolor):not(.badge) {
			color: #fff;
			font-size: 1.3rem !important;
		}
		.ceo-section-text .leftmargin-sm p.lead {
			font-size: 1rem !important;
		}
		.chairman-attribute.director-attribute {
			font-size: 1.1rem;
		}
		.chairman-attribute.director-attribute.director-attribute-designation {
			font-size: 1rem;
		}
		.carousel-inner {
			position: relative;
			width: 105%;
			overflow: hidden;
		}
		.cd-main-content.main.feature-product-main, .feature-product-section {
			overflow: hidden !important;
		}
		.custom-compliance-div.custom-compliance-middle-div{
			margin-bottom: 1em;
			margin-top: 2em;
		}
		.special-sup {
			font-size: 21px;
			top: -0.8em;
			left: -.2em;
		}
		/****************** Ending of correction Section *******************************/

	}

	@media (max-width: 321px){

		.stretched #wrapper {
			width: 100%;
			margin: auto;
			box-shadow: none;
		}

		body {
			padding-top: 0px;
		}


		/*Starting of right side navigation menu section*/
		.cd-nav-container {
			width: 20em;
			overflow: scroll !important;
		}
		.cd-nav {
			width: 20em;
			margin-top: 0.5em;
			margin-bottom: 1em;
		}

		.cd-nav span {
			height: 60px;
			width: 60px;
		}
		.cd-nav li {
			width: 10em;
			float: left;
			min-height: 5em;
			height: 5em;
		}
		.cd-nav em {
			line-height: 1.2em;
		}

		.cd-nav-container header {
			padding-top: 0.5em;
		}

		.header-div {
			margin-bottom: 0em;
			margin-top: 1em;
			font-size: 1.2rem;
			font-family: 'Montserrat';
		}

		.home-icon {
			width: 14%;
		}

		.about-us-icon{
			width: 14%;

		}

		#header-tile-products-span {

			background-size: 50% !important;
			background-position: 1em 1.4em !important;
		}

		#header-tile-manufacturing-span {
			background-size: 50% !important;
			background-position: 1em 1.4em !important;

		}
		#header-tile-protocols-span {
			background-size: 50% !important;
			background-position: 1em 1.4em !important;

		}
		#header-tile-doctors-span {
			background-size: 50% !important;
			background-position: 1em 1.4em !important;

		}
		#header-tile-patients-span {
			background-size: 50% !important;
			background-position: 1em 1.4em !important;

		}
		#header-tile-services-span {
			background-size: 50% !important;
			background-position: 1em 1.4em !important;

		}


		.cd-nav em {
			font-size: 0.8rem;
			font-weight: 400;
			top: 3.7em;
		}

		.header-custom-selectpicker-row {
			margin-bottom: 0.5em;
		}

		.header-custom-hotline-row {
			margin-bottom: 0.5em;
		}

		.header-custom-social-icons-row {
			margin-bottom: 0em;
		}

		.header-custom-hotline-number-col {
			margin-left: 0em;
			padding-left: 0;
		}

		.social-icon.si-large {
			font-size: 23px;
		}


		.header-custom-selectpicker-col {
			padding-left: 1.5em;
		}

		.header-custom-hotline-row {
			margin-bottom: 0.5em;
		}

		.header-custom-hotline-number-col {
			margin-left: 0em;
			top: 23.6em;
			padding-left: 7em;
			position: absolute;
		}

		.hotline-text-header {
			padding-left: 0.9em;

			font-size: 1.5rem;

		}


		.hotline-number-header {
			font-size: 1.2rem;
			line-height: 1.5em;

		}

		.header-custom-social-icons-col {
			margin-left: 1.4em;
			padding-left: 0px;
		}
		.btn-light {

			font-size: 1rem;

		}


		#top-left-img {
			top: 1.8em;
			left: 1em;
			width: 40%;
			z-index: 4;
		}


		.container.custom-after-tile-section-container-header {
			margin-left: 0em;
			padding-left: 1em !important;
		}

		.cd-nav-container {

			width: 20em;
			overflow-y: scroll !important;
		}


		.header-custom-selectpicker-col {
			padding-left: 1.5em;
		}

		.header-custom-hotline-name-col {
			padding-left: 3px;
		}


		.hotline-number-header {
			font-size: 0.8rem;
			line-height: 1.5em;
			letter-spacing: 0.08em;
			font-weight: 700;

		}

		.header-custom-social-icons-col {
			margin-left: 1.5em;
			padding-left: 0px;
		}

		.custom-oncology-content-filter-gallery {
			height: 41vh;
			padding-top: 3em !important;
			overflow: hidden;
		}

		.custom-oncology-our-product-heading-block h1 > span:not(.nocolor):not(.badge) {
			font-size: 1rem;
		}

		.custom-oncology-content-filter-gallery li {
			width: 48%;
			margin-bottom: 2em;
		}
		/*Ending of right side navigation menu section*/


		/*starting of landing page welcome slider*/
		.custom-landing-page-welcome-slider{
			height: 210px !important;
		}
		.carousel-control-prev {
			top: 0%;
		}
		.carousel-control-next{
			top: 0%;
		}
		.home-welcome-slider-span {
			font-size: 13px;
			top: 60%;
			left: -6%;
			width: 100%;
		}
		.carousel-item .carousel-item-img{
			max-width: 100%;
		}
		/*Ending of landing pafge welcome slider*/


		/*Starting of MD's Message Section*/
		.ceo-section {
			padding: 320px 0;
		}
		/*Ending of MD's Message Section*/


		/*starting of landing page transforming-life-section*/
		.custom-transforming-life-section{	
			background-position: top right !important;
			height: 830px !important;
		}

		.custom-transforming-life-heading-block{
			padding: 0 1em 0 1em;
			margin-top: 3em;
			margin-bottom: 2em;

		}
		.custom-transforming-life-heading-block .custom-transforming-life-heading-block-h2 {
			font-size: 0.9rem;
		}

		.custom-transforming-life-heading-block .custom-transforming-life-heading-block-p{
			font-size: 0.8rem;
			line-height: 1.6;
		}
		/*Ending of landing pafge transforming-life-section*/


		/*Starting of landing pafge oncology-Products-Line*/

		.custom-products-heading-block .custom-products-heading-block-h2 {
			font-size: 0.9rem;
		}
		.custom-products-heading-block .custom-products-heading-block-span:not(.before-heading) {
			font-size: 0.9rem;
			padding: 0 3em 0 3em;
		}

		.custom-product-line-section{
			height: 600px !important;
		}

		.tech-slideshow > div {
			background-size: 11%;
			background-repeat-y: no-repeat;
		}
		/*Ending of landing pafge oncology-Products-Line*/



		/*Starting of landing pafge oncology-content-filter-gallery*/
		.custom-oncology-our-product-heading-block h1 > span:not(.nocolor):not(.badge) {
			font-size: 0.9rem;
		}

		/*Ending of landing pafge oncology-content-filter-gallery*/


		/*Starting of landing pafge Manufacturing-facilities-Landing-page*/

		.custom-manufacture-row {
			padding-left: 0em;
			padding-right: 0em;
		}

		.custom-manufacture-col-one-third{
			width: 100%;
		}
		.custom-manufacture-div {
			padding-right: 0em;
			padding-left: 0em;
		}

		.custom-manufacture-middle-col {
			border-right: transparent;
			border-left: transparent;
		}

		.custom-manufacture-heading-block .custom-manufacture-heading-block-h2 {
			font-size: 1rem;
		}

		.custom-manufacture-div-h2 {
			font-size: 0.9rem;
			line-height: 1.3em;
		}

		.custom-manufacture-div-p {
			font-size: 0.9rem;
			letter-spacing: 0.08em;
		}

		.custom-manufacture-welcome-slider-section {
			background-position-x: -8em !important; 
		}

		.custom-manufacture-row {
			padding-left: 0em;
			padding-right: 0em;
		}
		.custom-manufacture-div {
			padding-right: 2em;
			padding-left: 2em;
		}

		.custom-manufacture-heading-block .custom-manufacture-heading-block-h2 {
			font-size: 0.9rem;
		}

		.custom-manufacture-div-h2 {
			font-size: 1.2rem;
			line-height: 1.3em;
		}

		.custom-manufacture-div-p {
			font-size: 0.9rem;
			letter-spacing: 0.08em;
		}


		.custom-dedicated-oncology-facility-heading-block h3 {
			font-size: 1.5rem;
			line-height: 1.5em !important;
		}

		.oncology-unit-header-tag {
			font-size: 1.5rem !important;
		}

		.custom-compliance-heading-block-h2 {
			font-size: 1.5rem !important;
		}

		.row.custom-compliance-row{
			margin-left: -9em;
		}


		.bottomright {
			font-size: 1.5rem;
		}

		.custom-hi-tech-heading-block-h2 {
			font-size: 1.5rem !important;
		}


		.custom-manufacture-dedicated-oncology-section {
			background-position-x: -114em !important;
		}

		.custom-compliance-middle-div {
			border-right: none !important;
			border-left: none !important;
		}

		.custom-isolator-tech-section {
			height: 210px !important;
		}

		.isolator-tech-carousel-item-img {
			max-width: 180% !important;
		}

		.carousel-control-prev-icon, .carousel-control-next-icon {
			margin-top: -3em;
		}

		.custom-manufacture-video-section{
			height: 190px !important;
		}

		.oncology-unit-header-tag {
			top: 48% !important;
			font-size: 1.2rem !important;
		}

		.row.custom-facility-safety-row{
			transform: translateX(0%);
			-webkit-transform: translateX(0%);
			-moz-transform: translateX(0%);
		}


		.bottommiddle{
			z-index: 1;
		}


		.feature-box h3 span.custom-dedicated-oncology-facility-header-span {

			line-height: 1.6;
		}

		.custom-compliance-heading-block > .custom-compliance-heading-block-span:not(.before-heading) {
			line-height: 1.6;
			font-size: 0.9rem;
		}

		.custom-compliance-img {
			margin-left: 9em !important;
		}

		.pricing-box.custom-hi-tech-isolator-machine-left-pricing-box {
			width: 100%;
			margin-bottom: 2em;
		}

		.pricing-box {
			border: 1px solid #0089d1;
		}


		.custom-manufacture-pricing-box-col-sterile{
			margin-bottom: 2em;
		}

		.pricing-box.custom-hi-tech-isolator-machine-right-pricing-box{
			width: 100%;
			height: 100%;
		}

		.pricing-title {
			background-color: #0089d1;
		}
		.pricing-features {
			border-bottom: none !important;
		}

		/*Ending of landing pafge Manufacturing-facilities-Landing-page*/


		/*Section clients Starts*/
		.cancer-badge{
			display: inherit;
			position: absolute;
			z-index: 100;
			cursor: pointer;
			font-family: 'Open Sans', sans-serif;
			font-size: 1.5rem;
			color: white;
			font-weight: 600;
			right: 3.2em;
			top: 85%;
			text-align: center;
		}


		.item.cancer-itme:hover .cancer-badge{
			display: none;
		}


		.item.cancer-itme:hover .cancer-badge{
			font-size: 3.2rem;
			right: 2.5em;
		}
		.clients .clients-quotes .client-quote .custom-client-quote-p {
			font-size: 1rem;
		}
		.custom-client-quote-container {
			margin-top: 6em;
		}
		.clients .clients-quotes .client-quote .custom-client-quote-h4 {
			font-size: 0.9rem;
			letter-spacing: 0.08em;
		}
		.clients .clients-quotes .client-quote .custom-client-quote-span {
			font-size: 0.9rem;
		}
		/*Ending of landing pafge clients Section*/


		/*Starting of landing pafge doctor-patient section*/

		#doctor-patient-grid{

			max-width: 1800px;

		}


		#doctor-patient-grid figure {

			min-width: 320px;
			max-width: 900px;
			max-height: 900px;
			width: 100%;
		}


		figure.doctor-patient-effect-lily #doctor-patient-background-img {
			max-width: 900px;
			width: 400px;
			height: 400px;
			left: -3em;
		}

		#doctor-patient-lily-fig-caption-div{

			top: 35%;

		}

		figure.doctor-patient-effect-lily p {
			font-size: 1.7rem;
		}

		figure.effect-lily:hover h2 {
			margin-bottom: 20px;
		}
		/*Ending of landing pafge doctor-patient section*/


		/*Starting of landing pafge Let-us-help-you section*/
		.oncology-doctors-project-booking-form-section{	
			background-position-x: -42em !important;
		}

		.oncology-doctors-booking-form-custom-header {
			font-size: 1rem;
		}
		#oncology-doctors-booking-form-custom-paragraph {
			font-size: 0.9rem;
			letter-spacing: 0.08em;
		}
		/*Ending of landing pafge Let-us-help-you section*/



		/*Starting of landing pafge Footer section*/


		#footer .footer-widgets-wrap {
			padding-bottom: 0;
		}

		.footer-hotline-container {
			margin-left: 0em;
			margin-top: 2em;
			float: left;
		}

		.footer-hotline-h2 {
			float: left !important;
		}
		.footer-number-col {
			font-size: 0.9rem;
			left: 6em;
			top: -3.5em;
		}

		.footer-social-icon-container{
			float: left !important;
			margin-top: 6.5em;
			margin-left: -7.5em;

		}
		.footer-social-icon-container.footer-social-icon-container-product{
			margin-left: -7.2em;
		}
		/*Ending of landing pafge Footer section*/
		.cd-nav-container.is-visible {
			overflow: scroll !important;
		}
		.left-menu-hotline-img{
			width: 70%;
		}
		.left-menu-patient-service-location-img{
			width: 65%;
		}
		.left-menu-patient-service-location-img.left-menu-patient-service-location-img-product{
			width: 64%;
		}
		.header-custom-hotline-name-col.header-custom-hotline-name-col-product{
			padding-left: 0;
		}
		.hotline-text-header {
			padding-left: 0.9em;
		}
		.ceo-section {
			background-position-x: 57em;
		}
		.ceo-section-text .leftmargin-sm h1 > span:not(.nocolor):not(.badge) {
			font-size: 0.9rem;
		}
		.ceo-section-text .leftmargin-sm p.lead {
			font-size: 0.8rem;
		}

		.chairman-attribute.director-attribute {
			font-size: 0.9rem;
		}

		#md-ceo-corner .ceo-section-text {
			padding: 260px 0;
			width: 100%;
			color: #fff;
			/* text-align: justify; */
			padding-right: 1em;
			line-height: 1.2;
		}
		#md-ceo-corner .custom-doctor-ceo-section-text {
			background: rgba(255,255,255,0.95);
			padding: 260px 0;
			width: 100%;
			padding-right: 1em;
			line-height: 1.2;
			top: 36%;
		}
		#md-ceo-corner .doctor-ceo-section-text-04{
			background: rgba(255,255,255,0.95);	
		}
		.ceo-section-text {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
		}

		.vision-text, .vision-box-text {
			font-size: 0.8rem !important;
		}
		.featured-product-img-section {
			margin-top: 0;
			margin-bottom: 0;
			padding-bottom: 0;
			padding-top: 0;
			overflow: hidden;
		}
		.featured-product-img-row {
			padding-left: 0em;
			padding-right: 0em;
		}
		.featured-product-img-col {
			margin-bottom: 0 !important;
		}

		.about-skf-oncology-logo {
			top: 7%;
		}

		.custom-carousel-container{
			padding: 0 !important;
			margin:0 !important;
		}
		#custom-carousel-holder{
			padding-top: 70.25%;
			/*overflow: hidden;*/
		}

		#custom-carousel-iframe{
			position:absolute;
			top:0;
			left:0;
			width:100%;
			height:100%;
			-webkit-width:100%;
			-webkit-height:100%;
		}
		.custom-featured-product-btn {
			top: 0em;
		}



		/****************** Starting of correction Section *******************************/
		.patient-service-location{
			top: 33%;
			left: 10%;
			/* width: 77%; */
			opacity: 0.8;
		}
		.custom-carousel-section {
			margin-bottom: 0;
		}
		.custom-featured-product-btn {
			margin-bottom: 0;
		}
		/*Starting of terminal-a-section*/
		.terminal-a-section{
			top: -7px;
		}
		.i-overlay img, .i-overlay i {
			margin: -30% 0 0 -5%;
		}
		/*Ending of terminal-a-section*/


		/*Starting of information-desk-section*/
		.information-desk-section{
			height: 460px;
		}	

		.information-desk-content-holder{
			position: relative;
			max-width: 2500px;
			width: 2310px;
			height: 1000px;
			background: transparent;
			-ms-transform: rotate(15deg);
			-webkit-transform: rotate(15deg);
			transform: rotate(15deg);
			left: -16em !important;
			top: -52em;
			/* opacity: 0.7; */
		}
		.information-desk-section-product-content{
			display: none;
		}
		.information-desk-section-product-content-02{
			display: inherit;
			left: 0;
			max-width: 2310px;
			width: 2310px;
			height: 250px;
			position: absolute;
			-ms-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			background: rgba(193, 228, 224, 0.75);
			bottom: 30px;
			right: 0;
			padding: 30px;
		}

		.information-desk-backface-div{
			position: relative;
			width: 2340px;
			height: 250px;
			background: rgba(193, 228, 224, 0.75);
			-ms-transform: rotate(-15deg);
			-webkit-transform: rotate(-15deg);
			transform: rotate(-15deg);
			left: -13em;
			top: -13.5em;
			/* opacity: 0.7; */
		}
		#content .information-desk-four-tile-image-container{
			left: -7%;
			top: -0em;
			width: 100%;
		}
		.information-desk-col_half{
			width: 100%;
			float: left;
			margin-left: 1em;
			overflow: hidden;
			text-align: center;
		}
		.information-desk-h2 {
			position: relative;
			top: -1em;
		}
		.information-desk-col_half .information-desk-img-overlay {
			display: inherit;
		}
		.information-desk-col_half .information-desk-img-span {
			display: inherit;
			top: 50%;
		}

		.for-info-deck-exclusive-img-title-span{
			font-family: 'Montserrat';
			font-color: #000;
		}

		.information-desk-col_half img{
			margin-bottom: 1em;
		}	
		/*Ending of information-desk-section*/
		.exclusive-header{
			font-size: 1.5rem !important;
			font-weight: 600 !important;
		}
		.exclusive-paragraph{
			font-size: 1rem !important;
			font-weight: 300 !important;
		}
		figure.doctor-patient-effect-lily p {
			font-size: 1.5rem !important;
			font-weight: 600 !important;
		}
		.exclusive-header h1 > span:not(.nocolor):not(.badge) {
			font-size: 1.5rem !important;
			font-weight: 600 !important;
		}
		.ceo-section-text .leftmargin-sm h1 > span:not(.nocolor):not(.badge) {
			color: #fff;
			font-size: 1.3rem !important;
		}
		.ceo-section-text .leftmargin-sm p.lead {
			font-size: 1rem !important;	
		}
		.chairman-attribute.director-attribute {
			font-size: 1.1rem;
		}
		.chairman-attribute.director-attribute.director-attribute-designation {
			font-size: 1rem;
		}
		.carousel-inner {
			position: relative;
			width: 117%;
			overflow: hidden;
		}
		.cd-main-content.main.feature-product-main, .feature-product-section {
			overflow: hidden !important;
		}
		.ema-img{
			margin-left: 8em;
		}
		.tga-australia-img{
			margin-left: 8em;
		}
		.custom-compliance-div.custom-compliance-middle-div{
			margin-bottom: 1em;
			margin-top: 1.5em;
		}
		.special-sup {
			font-size: 21px;
			top: -0.8em;
			left: -.2em;
		}
		/****************** Ending of correction Section *******************************/

	}


/************************************* Responsive Setting Ends *****************************************************