@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Manrope:wght@200..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Yeseva+One&display=swap');


:root {
	--font-family: "Inter", sans-serif;
	--second-family: "Manrope", sans-serif;
	--third-family: "Yeseva One", sans-serif;
	--font3: "Roboto", sans-serif;
}





body {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	color: #666666;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}

body,
html {
	height: 100%;
}

p {
	font-size: 18px;
	line-height: 35px;
	color: #000;
	padding: 0;
	margin: 0;
}





.header {
	padding: 20px 0;
	/* overflow: hidden; */
	background: #ffffff;
}


/* .header-top  */
.header-top {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

@media(max-width:991px) {
	.header-top {
		display: none;
	}
}

.ht-1 {
	background: #e01c50;
	text-align: center;
	padding: 5px 0;
}

.ht-2 {
	background: #07485c;
	text-align: center;
	padding: 5px 0;
}

.ht-3 {
	background: #0e95be;
	text-align: center;
	padding: 5px 0;
}

.header-top p {
	color: #fff;
	display: inline;
	font-size: 0.9rem;
	text-transform: uppercase;
	font-weight: 600;
}

p.ht-yellow {
	font-family: var(--font-family);
	font-weight: 700;
	line-height: 133%;
	text-transform: uppercase;
	color: #eaff66;
}

.header-inner {
	display: flex;
	justify-content: space-between;
}

.header-right {
	margin: auto 0;
}

.header-left {
	margin: auto 0;
}




header {
	margin: 0px 0px;
	position: -webkit-sticky;
	z-index: 999;
	background-color: #FFF;
	width: 100%;
}

section h1 {
	margin: 0;
	padding: 0;
}

section h2 {
	margin: 0;
	padding: 0;
}

section h5 {
	margin: 0;
	padding: 0;
}

section h6 {
	margin: 0;
	padding: 0;
}

section h3 {
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 35px;
	margin: 0;
	padding: 0;

}

section h4 {
	font-size: 25px;
	font-weight: 200;
	color: #035D0C;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}



section h3 img {
	position: relative;
	height: 20px;
	top: -11px;
	left: 4px;
}

.logo-mobile {
	display: none;
}

.radius-30 {
	border-radius: 30px !important;
}

@media (min-width: 780px) {
	/*.stickyHeader { position: fixed; }*/
}

header:after {
	display: block;
	clear: both;
	content: '';
}

header .container {
	position: relative;
	/* min-height: 103px; */
}

.logo {
	width: 100%;
	z-index: -9;
	text-align: left;
	/* float: left; */
}

.logo img {
	max-width: 80%;
}


/* .logo:before{
	width: 112px;
	content: '';
	display: block;
	margin: auto;
	margin-bottom: 9px;
} */
/* ==================================================*/
/*MENU STYLE START*/
/* ==================================================*/




.main-menu {
	background: #ffffff;
	width: 100%;
	display: inline-block;
	/* border-top: 1px solid #B4B4B4; */
}

.main-menu .container {
	padding: 0;
}

.menu-section {
	width: 100%;

}

.w-menu {
	width: 100%;
	float: none;
}

.w-menu .container {
	position: relative;
	min-height: inherit;
}

.w-menu ul li a:hover {
	/* border-bottom: 3px solid #2A6117; */
}

.w-menu ul li a.active {
	/* border-bottom: 3px solid #2A6117; */
}

.w-menu .ul.sub-menu li a {
	color: #035d0c;
}

.w-menu ul li:last-child {
	margin-right: 0 !important;
}

@media (max-width:1200px) {
	.w-menu ul li a {
		font-size: 13px;
		padding: 0px 10px;
	}
}

@media (min-width:992px) {

	.w-menu {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: relative;
		z-index: 99;
		text-align: center;
	}

	.w-menu ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}


	.w-menu ul li {
		display: inline-block;
		position: relative;
		font-size: 13px;
		font-weight: 600;
		margin: 0px 20px;

	}

	.w-menu ul li:first-child {
		margin-left: 0;
	}

	.w-menu ul li:last-child {
		margin-right: 0;
	}

	.w-menu ul li a {
		line-height: 39px;
		padding: 0 0;
		margin: 0px 0px;
		text-decoration: none;
		cursor: pointer;
		letter-spacing: 0em;
		text-align: left;
		font-family: var(--font-family);
		font-weight: 700;
		font-size: 1rem;
		text-transform: capitalize;
		color: #004b85;
	}

	.w-menu ul li.contact-menu {
		background-color: #ffc300;
		padding: 0px 20px;
	}

	.w-menu ul li.contact-menu:hover a {
		color: #571845;
	}

    .w-menu ul li ul {
        text-align: left;
        background-color: #07485c;
    }

	.w-menu ul li ul li a {
		line-height: 22px;
		padding: 12px 20px 12px 10px;
		color: #fff;
		border-bottom: 1px solid #ffffff14;
		margin: 0px 0px;
		text-decoration: none;
		font-size: 14px;
		font-weight: 400;
		text-transform: none;
		width: 100%;
		display: block;
	}

	.w-menu ul li ul li a:hover {
		border-bottom: 1px solid #ffffff47;
	}

	/* .w-menu ul li:after{
	content: '';
    display: block;
    width: 0;
    height:3px;
    background:#035D0C;
    transition: width .3s;
	}
.w-menu ul li:hover::after {
    width: 100%;
} */
	.w-menu ul li ul li::after {
		content: '';
		display: block;
		width: 0;
		height: 0px;
		background: #035D0C;
		transition: width .3s;
	}

	.w-menu ul li ul li:hover {
		background: var(--main-color-one-hover);
	}

	/*ZOOM IN EFFECTS START*/


	/*.w-menu ul.sub-menu {
    display:none;
}
.w-menu li:hover > ul{
    display: block;
    -moz-animation: zoomIn .3s ease-in;
    -webkit-animation: zoomIn .3s ease-in ;
    animation: zoomIn .3s ease-in;
 
}
 
.w-menu ul li:hover > ul{
    display:block;
    -moz-animation: zoomIn .3s ease-in ;
    -webkit-animation: zoomIn .3s ease-in ;
    animation: zoomIn .3s ease-in;
}*/
	/*ZOOM IN EFFECTS END*/

	/*SLIDE DOWN EFFECTS START*/
	.have-sub-menu {
		position: relative;
	}

	ul.sub-menu {
		visibility: hidden;
		/* hides sub-menu */
		opacity: 0;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		transform: translateY(-2em);
		z-index: -1;
		transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	}

	.have-sub-menu:focus>.sub-menu,
	.have-sub-menu:focus-within>.sub-menu,
	.have-sub-menu:hover>.sub-menu {
		visibility: visible;
		/* shows sub-menu */
		opacity: 1;
		z-index: 1;
		transform: translateY(0%);
		transition-delay: 0s, 0s, 0.3s;
		/* this removes the transition delay so the menu will be visible while the other styles transition */
	}

	/*SLIDE DOWN EFFECTS END*/


	/*FLIP EFFECTS START*/
	/*
.w-menu ul.sub-menu {
    display:none;
}
.w-menu li:hover > ul{  
    display: block;
    -moz-animation: flipInX .3s ease-in;
    -webkit-animation: flipInX .3s ease-in ;
    animation: flipInX .3s ease-in;
 
}
 
.w-menu ul li:hover > ul{
    display:block;
    -moz-animation: flipInY .3s ease-in ;
    -webkit-animation: flipInY .3s ease-in ;
    animation: flipInY .3s ease-in;
}
*/

	/*FLIP EFFECTS END*/

	/* sub navigation */
	.w-menu li ul {
		position: absolute;
		left: 0;
		top: 63px;
		width: 200px;
	}

	.w-menu li ul.right {
		right: 0px;
		left: auto;
	}

	.w-menu li li {
		position: relative;
		margin: 0;
		display: block;
	}

	.w-menu li li ul {
		position: absolute;
		top: 0;
		left: 200px;
		/* make this equal to the width of the sub nav above */
		margin: 0;
	}

	.w-menu li li ul.right,
	.w-menu li li ul.right li ul {
		right: 180px;
		/* make this equal to the width of the sub nav above */
		left: auto;
	}

	.w-menu ul li span {
		padding-left: 2px;
	}

	.w-menu ul li span.arrow-plus {
		position: relative;
		display: inline-block;
		z-index: 99;
		right: 0;
		top: 0px;
		cursor: pointer;
		text-align: center;
		height: auto;
	}

	.w-menu ul li span.arrow-plus:after {
		font-family: FontAwesome;
		content: "\f107";
		color: var(--main-color-one);
		font-size: 14px;
		color: #004b85;
	}

	.w-menu ul li li span.arrow-plus {
		position: absolute;
		top: 8px;
		right: 10px;
	}

	.w-menu ul li li span.arrow-plus:after {
		font-family: FontAwesome;
		content: "\f105";
		color: #FFF;
		font-size: 14px;
	}

	/*OTHER MENU STYLE START*/
	.w-menu ul li.other-menus>ul {
		/*max-height:200px;
	overflow-x: hidden;
	overflow-y: scroll;*/
	}

	.w-menu ul li.other-menus:hover {
		background-color: transparent;
	}

	.w-menu ul li.other-menus:before {
		font-family: FontAwesome;
		content: "\f0c9";
		color: #FFF;
		position: absolute;
		top: 50%;
		margin-top: -11px;
		margin-left: -7px;
	}

	.w-menu ul li.other-menus>a {
		display: block;
		width: 50px;
		padding: 0px;
		margin: 0px;
		text-indent: -99999px;
	}

	.w-menu ul li.other-menus ul li a {
		padding-left: 20px;
	}

	.w-menu ul li.other-menus li:after {
		height: 0px;
		display: none !important;
	}

	.w-menu ul li.other-menus>.arrow-plus {
		display: none;
	}

	.w-menu ul li.other-menus ul {
		left: -160px;
	}

	.w-menu ul li.other-menus ul li ul,
	.w-menu ul li.other-menus ul li ul li ul,
	.w-menu ul li.other-menus ul li ul li ul li ul {
		position: absolute;
		top: 0;
		left: -200px;
		margin: 0;
	}

	.w-menu ul li.other-menus span.arrow-plus {
		position: absolute;
		top: 9px;
		left: 3px;
		right: auto;
	}

	.w-menu ul li.other-menus span.arrow-plus:after {
		font-family: FontAwesome;
		content: "\f104";
	}

	.w-menu ul li.other-menus>ul::-webkit-scrollbar {
		width: 3px;
	}

	.w-menu ul li.other-menus>ul::-webkit-scrollbar-thumb {
		background: var(--main-color-two);
	}

	.w-menu ul li.other-menus {
		cursor: pointer;
		position: relative;
	}

	/*OTHER MENU STYLE END*/
	/*MEGA MENU STYLE START*/
	.w-menu ul li.mega-menus {
		cursor: pointer;
		position: static;

	}

	.w-menu ul li.mega-menus>ul {
		position: absolute;
		width: 1170px;
		left: 0%;
		right: 0%;
		padding: 20px;
	}

	.w-menu ul li.mega-menus>ul>li {
		width: 20%;
		float: left;
		line-height: 10px;
		padding: 0px 10px;
	}

	.w-menu ul li.mega-menus ul li:hover {
		background-color: transparent;
	}

	.w-menu ul li.mega-menus>ul li a:hover {
		color: #000;
	}

	.w-menu ul li.mega-menus ul.sub-menu ul.sub-menu {
		display: block;
		left: 0px;
		width: 100%;
		position: static;
	}

	.mega-menus ul span.arrow-plus {
		display: none !important;
	}

	.w-menu ul li.megamenu-li>a,
	.w-menu ul li.megamenu-with-out-sub>a {
		font-size: 13px !important;
		text-transform: uppercase !important;
		font-weight: bold !important;
		/*margin-bottom:5px !important;
	padding-bottom:10px !important;
	border-bottom:solid 1px #1b69a9 !important;*/
		display: block !important;
		line-height: 16px !important;
		color: #FFFFFF !important;

	}

	/*.megamenu-with-out-sub > a{
	border-bottom:none !important;
	padding-bottom:0px !important;
	margin-bottom:0px !important;
	}*/
	.megamenu-li>a:hover {
		color: #FFF !important;
		cursor: default;
	}

	.megamenu-li ul {
		margin-bottom: 20px !important;
		display: inline-block !important;
	}

	.w-menu li.mega-menus:hover ul {
		display: block;
		-moz-animation: zoomIn .3s ease-in;
		-webkit-animation: zoomIn .3s ease-in;
		animation: none !important;

	}

	.w-menu ul li.mega-menus ul li {
		/*display:inline-block;
	vertical-align:top;
	float:left;*/
	}

	.w-menu ul li.mega-menus ul li a {
		line-height: 20px;
		padding: 5px 0px;
		font-size: 14px;
		color: #98d0ff;
	}

	.w-menu ul li.mega-menus ul li ul li a {
		line-height: 20px;
		padding: 1px 0px;
		font-size: 13px;
	}

	/*MEGA MENU STYLE END*/

	/*VERTICAL MENU STYLE START*/
	.w-menu.vertical-menu ul li {
		float: none;
		display: block;
		width: 100%;
		text-align: left;
	}

	.w-menu.vertical-menu ul li ul.sub-menu {
		right: -200px;
		left: auto;
		top: 0px;
	}

	.w-menu.vertical-menu .container {
		padding-left: 0px;
		padding-right: 0px;
	}

	/*VERTICAL MENU STYLE END*/
}

@media (max-width:1200px) and (min-width:991px) {
	.w-menu ul li.mega-menus>ul {
		width: 960px;
		margin-left: -480px;
	}
}

@media (max-width:991px) {

	.top-h-right {
		width: 100%;
	}

	.mobile-menu-icon {
		position: fixed;
		width: 40px;
		height: 40px;
		background-color: rgba(14, 149, 190, 0.85);
		display: block;
		right: 0px;
		cursor: pointer;
		top: 0px;
		z-index: 999999;
		text-align: center;
		transition: 0.3s;
		padding-top: 10px;
	}

	.mobile-menu-icon:after {
		font-family: FontAwesome;
		content: "\f0c9";
		line-height: 20px;
		font-size: 24px;
		font-weight: 400;
		color: #FFF;
	}

	.mobile-menu-icon.icon-open {
		transition: 0.3s;
		right: 300px;
	}

	.mobile-menu-icon.icon-open:after {
		content: "\f00d";
	}

	.mobile-menu {
		position: fixed;
		z-index: 999999;
		top: 0;
		right: -300px;
		width: 300px;
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
		background: #07485C;
		transition: 0.3s;
	}

	.mobile-menu.menu-open {
		right: 0px;
		transition: 0.3s;
		padding-top: 45px;
	}

	.w-menu ul {
		padding: 0px;
		margin: 0px;
	}

	.w-menu ul li {
		float: none;
		list-style: none;
		position: relative;
	}

	.w-menu ul li a {
		color: #fefefe;
		font-size: 14px;
		display: block;
		padding: 10px;
		border-top: 1px solid rgba(255, 255, 255, 0.045);
		border-bottom: 1px solid rgba(0, 0, 0, 0.045);
	}

	.w-menu ul li a:hover,
	.w-menu ul li a:focus {
		text-decoration: none;
	}

	.w-menu ul li.active {
		background: rgba(0, 0, 0, .2) none repeat scroll 0 0;
	}

	.w-menu ul li ul {
		display: none;
	}

	.w-menu ul li span.arrow-plus {
		position: absolute;
		width: 40px;
		height: 40px;
		/* border:solid 1px #FFF; */
		display: block;
		z-index: 99;
		right: 2px;
		top: 0px;
		cursor: pointer;
		text-align: center;
		padding-top: 8px;
	}

	.w-menu ul li span.arrow-plus:after {
		font-family: FontAwesome;
		content: "\f067";
		color: #FFF;
		font-size: 14px;
	}

	.w-menu ul li span.arrow-minimize:after {
		font-family: FontAwesome;
		content: "\f068";
		font-size: 14px;
	}

	.w-submenu {
		display: block !important;
		background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
	}

}

@media (max-width:479px) {
	.mobile-menu {
		width: 280px;
		padding-top: 45px;
	}

	.mobile-menu-icon.icon-open {
		right: 280px;
	}
}

/* ==================================================*/
/*MENU STYLE END*/
/* ==================================================*/

/* ==================================================*/
/*BANNER STYLE START*/
/* ==================================================*/
.banner-section,
.bs-slider .carousel-item {
	padding-top: 36.76923076923077%;
	/*Image Size 550px / 1360px = ‭40.44117647058824‬%*/
}

.banner-section {
	position: relative;
}

.bs-slider .carousel-item {
	overflow: hidden;
	background: #FFFFFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.weberge-slider {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;

}

.bs-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.bs-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay, .weberge-slider .weberge-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(356deg, #00000038 63%, #354076b0 100%);
}

.bs-slider>.carousel-inner>.carousel-item>img,
.bs-slider>.carousel-inner>.carousel-item>a>img {
	margin: auto;
	width: 100% !important;
}

.weberge-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.weberge-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

.weberge-slider>.carousel-inner>.carousel-item>img,
.weberge-slider>.carousel-inner>.carousel-item>a>img {
	margin: auto;
	width: 100% !important;
}

/********************
*****Slide effect
**********************/

/*.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}*/


.carousel-fade {
	opacity: 1;
}

.carousel-fade .carousel-item {
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	min-height: 800px;
	position: absolute;
	left: 0 !important;
	display: block !important;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}

.carousel-fade .carousel-item:first-child {
	top: auto;
	position: relative;
}

.carousel-fade .carousel-item.active {
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}


/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
	top: 50%;
	opacity: 0;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	z-index: 100;
	color: #ffffff;
	display: block;
	font-size: 24px;
	cursor: pointer;
	overflow: hidden;
	line-height: 42px;
	text-shadow: none;
	position: absolute;
	font-weight: normal;
	background: transparent;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}

.control-round:hover .carousel-control {
	opacity: 1;
	background-color: var(--main-color-one);
}

.control-round .carousel-control.left {
	left: 1%;
	text-align: center;
}

.control-round .carousel-control.right {
	right: 1%;
	text-align: center;

}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
	color: #fdfdfd;
	border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
	left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
	right: 45%;
}


/*---------- SLIDE CAPTION ----------*/


.slide-text {
	padding: 10px;
	position: absolute;
	padding: 10px 0px;
	/* width: 1170px; */
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 50%;
	/* margin-left: -585px; */
}

.slide_style_left {
	text-align: left;
}

.slide_style_right {
	text-align: right;
}

.slide_style_center {
	margin: auto;
	left: 0;
	right: 0;
	text-align: center;
}

.slide-text.text_style_top_center,
.slide-text.slide_style_middle,
.slide-text.text_style_bottom_center {
	margin: auto;
	left: 0;
	right: 0;
	text-align: center;
}

.slide-text.text_style_top_left,
.slide-text.slide_style_middle_left,
.slide-text.text_style_bottom_left {
	text-align: left;
}

.slide-text.text_style_top_right,
.slide-text.slide_style_middle_right,
.slide-text.text_style_bottom_right {
	text-align: right;
}

.slide-text.text_style_top_center,
.slide-text.text_style_top_left,
.slide-text.text_style_top_right {
	top: 0px;
}

.slide-text.text_style_bottom_center .slide-text-inner,
.slide-text.text_style_bottom_left .slide-text-inner,
.slide-text.text_style_bottom_right .slide-text-inner {
	bottom: 0px;
	position: absolute;
	width: 100%;
}

.slide_style_middle,
.slide_style_middle_left,
.slide_style_middle_right {
	height: 100%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	left: 0px;
	right: 0px;
}

.slide_style_middle:before,
.slide_style_middle_left:before,
.slide_style_middle_right:before {
	content: '';
	margin-bottom: auto;
}

.slide_style_middle:after,
.slide_style_middle_left:after,
.slide_style_middle_right:after {
	content: '';
	margin-top: auto;
}

.slide-text h1 {
	color: #ffffff;
	font-family: "Inter", sans-serif;
	font-size: 3rem;
	font-weight: 600;
	line-height: 3.8rem;
	letter-spacing: -0.03em;
	text-align: left;
	margin-bottom: 50px;

}

.slide-text h1 span {
	color: var(--main-color-one);
	font-size: 40px;
	line-height: 40px;
	font-weight: 400;
}

.slide-text p {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
	/* text-shadow: 1px 1px #000; */
}

.slide-text h3 {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 34px;
	line-height: 153%;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #fff;
}

.slide-text a.btn-default {
	color: #000;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-right: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	display: inline-block;
	border: none;
	text-transform: uppercase;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}

.slide-text a.btn-primary {
	color: #ffffff;
	cursor: pointer;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-left: 0px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text a:hover,
.slide-text a:active {
	/* color: #ffffff; */
	/* background: #012D5E; */
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.slide-text-inner .read-more {
	display: inline-block;
	background-color: #c70039;
	padding: 14px 50px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	border-radius: 30px;
	letter-spacing: 2px;
	border: 2px solid #fff;
}

.slide-text-inner .read-more:hover {
	background-color: #900c3e;
	text-decoration: none;
}

.slide-text-inner .learn-more {
	background: #FFFFFF;
	/* color: #000000; */
	text-transform: capitalize;
	padding: 14px 24px;
	font-family: "Inter", sans-serif;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: left;
	text-decoration: none;
}

.slide-text-inner {
	/* padding-left: 5%; */
	position: absolute;
	right: 0;
	top: 0;
	padding: 125px 100px 150px;
	background: rgba(14, 149, 190, 0.85);
}

@media(max-width:991px) {
	.slide-text-inner {
		padding: 125px 50px 150px;
	}
}

@media(max-width:480px) {
	.slide-text-inner {
		padding: 125px 20px 150px;
	}
}


/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width:1200px) and (min-width:992px) {
	.slide-text {
		/* width: 970px; */
		/*same width like container*/
		/* margin-left:-485px;
	padding-left:15px; */
		padding-right: 15px;
	}
}

@media (max-width: 991px) {

	.banner-section,
	.bs-slider .item,
	.bs-slider .carousel-item {
		padding-top: 0%;
		height: 400px;
	}

	.carousel-inner,
	.carousel-item {
		height: 100%;
	}

	.slide-text {
		width: 100%;
		margin-left: 0px;
		left: 0px;
		right: 0px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.slide_style_left,
	.slide_style_right,
	.slide_style_center,
	.slide-text.text_style_top_center,
	.slide-text.slide_style_middle,
	.slide-text.text_style_bottom_center,
	.slide-text.text_style_top_left,
	.slide-text.slide_style_middle_left,
	.slide-text.text_style_bottom_left,
	.slide-text.text_style_top_right,
	.slide-text.slide_style_middle_right,
	.slide-text.text_style_bottom_right {
		text-align: center;
	}

}

/*---------- MEDIA 480px ----------*/
@media (max-width: 768px) {
	.slide-text h1 {
		font-size: 45px;
		line-height: 50px;
		margin-bottom: 10px;
	}

	.slide-text>p {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 20px;
	}

	.control-round .carousel-control {
		display: none;
	}
}

@media (max-width: 480px) {
	.slide-text {
		padding: 10px 30px;
	}

	.slide-text h1 {
		font-size: 45px;
		line-height: 50px;
		margin-bottom: 10px;
	}

	.slide-text p {
    font-size: 20px;
    line-height: 20px;
    margin: 10px 0;
}

	.slide-text>a.btn-default,
	.slide-text>a.btn-primary {
		font-size: 10px;
		line-height: 10px;
		margin-right: 10px;
		text-align: center;
		padding: 10px 15px;
	}

	.indicators-line>.carousel-indicators {
		display: none;
	}

	.bs-slider>.carousel-inner>.item>img,
	.bs-slider>.carousel-inner>.item>a>img {
		margin: auto;
		width: auto !important;
	}

	.middle-two .middle-one-image {
		border: 10px solid #fff;
	}

	.slide-text-inner .read-more {
		padding: 8px 30px;
	}
}

/* ==================================================*/
/*BANNER STYLE END*/
/* ==================================================*/

.jom-slider .tns-controls [aria-controls] {
	/* top: -50px; */
}

.jom-slider {
	/* padding: 0px 10px; */
	position: relative;
}

.jom-slider .tns-nav {
	display: none;
}

.jom-slider .tns-controls [aria-controls] {

	z-index: 9999;
}

.jom-slider [data-controls="prev"] {
	position: absolute;
	left: 50%;
	margin-left: -45px;
}

.jom-slider [data-controls="next"] {
	position: absolute;
	right: 50%;
	margin-right: -45px;
}














/*------------------ Sections Start -------------------*/



/* banner-right  */

.banner-buttons-outer {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-top: 60px;
}

.banner-buttons-outer a {
	text-decoration: none;
}

.banner-but-1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #fff;
	padding: 10px;
}

.banner-but-2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #fff;
	padding: 10px;
}

.banner-but-3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #fff;
	padding: 10px;
}

.banner-buttons-outer p {
	font-family: var(--font-family);
	font-weight: 300;
	font-size: 1rem;
	color: #fff;
}



/* management  */

.management {
    padding: 125px 0 100px;
    background: #EBF5F5;
}

.management .container {
	display: grid;
	grid-template-columns: 35% 60%;
	gap: 5%;
	height: 350px;
}

.management-right {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.mr-block-1, .mr-block-2 {
    background: #0E95BE;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mr-block-1 img,
.mr-block-2 img {
	position: relative;
	top: -45px;
	max-width: 100%;
}

.ml-block {
    background: #07485C;
    text-align: center;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ml-block img {
    max-width: 100%;
    height: 350px;
    position: relative;
    top: -25px;
}

.management h6 {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 16px;
	line-height: 167%;
	text-transform: capitalize;
	color: #000000;
	text-align: center;
	margin: 15px 0 0;
}

.management p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 15px;
	line-height: 159%;
	text-align: center;
	color: #5B5C5E;
}

h6.ml-head {
	color: #07485C;
	font-size: 16px;
}

p.ml-para {
	color: #07485C;
	font-size: 15px;
}







/* departments  */
.departments {
	padding: 75px 0;
}

.departments {
	display: grid;
	grid-template-columns: 25% 70%;
	gap: 5%;
}

.departments-left h5 {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 110%;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #0e95be;
}

.departments-left h2 {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 42px;
	line-height: 118%;
	color: #1f4756;
	margin: 25px 0 30px;
}

.departments-left p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 180%;
    color: #373d3f;
}

.departments-left a {
	text-decoration: none;
}

button.all-departments {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	color: #fff;
	background: #0e95be;
	border-radius: 25px;
	width: 205px;
	height: 50px;
	border: none;
	outline: none;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 30px 0 0;
}




.d-right-block {
	display: flex;
	gap: 5px;
}




.d-right-block h6 {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 0.9rem;
	line-height: 110%;
	color: #0b6f8e;
	padding: 0;
	margin: 0;
}

.d-right-block a {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 0.85rem;
	line-height: 143%;
	color: #999da1;
	text-decoration: none;
}

.departments-grid {
	display: flex;
	flex-direction: column;
	gap: 45px;
}

.departments .jom-slider .tns-controls [aria-controls] {
	display: none;
}


.d-right-block img {
	/* max-width: 100%; */
}

.d-r-sub-right {
	margin: auto 0;
}






/* our doctors  */


.doctors {
	padding: 75px 0;
	background: #ebf5f5;
}

.doctors-outer {
	display: grid;
	grid-template-columns: 25% 70%;
	gap: 5%;
}


.doctors-left h1 {
	font-family: var(--third-family);
	font-weight: 400;
	font-size: 56px;
	line-height: 100%;
	color: #b9d3d3;
	margin: 40px 0;
}

.doctors-left p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 180%;
    color: #7d9c9c;
}

.doctors-right h5 {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 110%;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #0e95be;
}

.doctors-right h2 {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 42px;
	line-height: 118%;
	color: #0b6f8e;
	margin: 25px 0 30px;
}

.doctors .jom-slider .tns-controls [aria-controls] {
	display: none;
}

.doc-block img {
	max-width: 100%;
}

.doc-block h6 {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 0.9rem;
	line-height: 110%;
	color: #1f4756;
	margin: 20px 0 5px;
	/*text-align: center;*/
}

.doc-block p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 125%;
    color: #1f4756;
    /*text-align: center;*/
}

.doctors-left {
	margin: auto 0;
}

.doctors a {
	text-decoration: none;
}






/* services  */
.services-top {
	padding: 0 0 50px;
}



.services-t-left {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	justify-items: center;
	margin: auto 0;
}



.s-top-block {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.s-top-block img {
    width: 49%;
    width: 60px;
    margin-bottom: 10px;
}
.s-top-block p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 140%;
    text-align: center;
    color: #62b6d0;
}

.services-top {
	display: grid;
	grid-template-columns: 70% 25%;
	gap: 5%;
}

.services-t-right a {
	text-decoration: none;
}

.services-sub-but {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #62b6d0;
	padding: 10px 0;
}

.services-sub-but p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 1rem;
	line-height: 157%;
	color: #f5f5f5;
}






.services {
	background: #0b6f8e;
	padding: 75px 0;
}

.services hr {
	background: #62b6d0;
}

.services-main {
	padding: 50px 0 0;
}

.services h5 {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 110%;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #ebf5f5;
}

.services h2 {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 42px;
	line-height: 118%;
	color: #ebf5f5;
	margin: 25px 0 30px;
}

.services-block img {
	max-width: 100%;
}

.services-block h6 {
	font-family: var(--font-family);
	font-weight: 300;
	font-size: 0.9rem;
	line-height: 112%;
	color: #fff;
	margin: 15px 0 0;
}

.services-block a {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 0.85rem;
	line-height: 143%;
	color: #62b6d0;
	text-decoration: none;
}


.services .jom-slider .tns-controls [aria-controls] {
	display: none;
}

.services-button {
	display: flex;
	justify-content: end;
}

.services-button a {
	text-decoration: none;
}

button.services-but {
	background: #ed2e61;
}





/* testimonials  */

.testimonials {
	background: #ebf5f5;
	padding: 85px 0;
}

.testimonials-outer h5 {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 110%;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #0e95be;
}

.testimonials-outer h2 {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 42px;
	line-height: 118%;
	color: #0b6f8e;
	margin: 25px 0 0px;
}

.testimonial-block h3 {
	font-family: var(--third-family);
	font-weight: 400;
	font-size: 56px;
	line-height: 83%;
	color: #b9d3d3;
	text-transform: lowercase;
}

.testimonial-block p {
	font-family: var(--font-family);
	font-weight: 300;
	font-size: 0.9rem;
	line-height: 156%;
	color: #0b6f8e;
	margin: 20px 0 20px;
}

.testimonial-block h6 {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 1rem;
	line-height: 110%;
	color: rgb(11, 111, 142);
	margin-bottom: 7px;
}

.testimonial-block p.place {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 0.85rem;
	line-height: 125%;
	color: #0b6f8e;
	padding: 0;
	margin: 0;
}

.testimonials .jom-slider .tns-controls [aria-controls] {
	display: none;
}

.testimonial-slider {
	padding: 40px 0 80px;
}

.testimonials h4 {
	text-align: center;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 0.9rem;
	line-height: 125%;
	color: #0b6f8e;
	text-transform: none;
}

.testimonials h4::before {
	content: "";
	display: inline-block;
	width: 200px;
	height: 1px;
	background: #B9D3D3;
	margin-right: 15px;
}

.testimonials h4::after {
	content: "";
	display: inline-block;
	width: 200px;
	height: 1px;
	background: #B9D3D3;
	margin-left: 15px;
}




/* news-and -events */
.news-and-events {
	padding: 75px 0;
}

.news-and-events .jom-slider .tns-controls [aria-controls] {
	display: none;
}

.news-and-events-outer h5 {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 110%;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #0e95be;
	text-align: center;
}

.news-and-events-outer h2 {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 42px;
	line-height: 118%;
	color: #0b6f8e;
	margin: 25px 0 30px;
	text-align: center;
}

.news-events-block img {
	width: 100%;
	margin-bottom: 20px;
}

.news-events-block h6 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 1rem;
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 1.5rem;
}
.news-events-block h6 a{
    text-decoration:none;
}

.news-events-block p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 0.95rem;
	color: #8d8d8d;
	margin: 0;
	padding: 0;
}





/* explore more  */

.explore-more {
	background: rgb(11, 111, 142);
	position: relative;
	padding: 75px 0px;
	/* min-height: 700px; */
}

.explore-more-inner {
	display: grid;
	grid-template-columns: 25% 70%;
	gap: 5%;
}

.explore-more-left h3 {
	font-family: var(--font-family);
	font-weight: 300;
	font-size: 30px;
	line-height: 161%;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 200px;
}

.explore-more-left a {
	text-decoration: none;
}

.explore-more-left strong {
	font-weight: 600;
}

.explore-more-right img {
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.explore-gallery-outer {
	position: absolute;
	right: 0;
	top: 0;
	background: #1e323c;
	padding: 90px 200px 100px;
}

.explore-gallery-outer h3 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 30px;
	line-height: 155%;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 25px;
}

.explore-more-right a {
	text-decoration: none;
}

.gallery-but {
	border-bottom: 1px solid #e6ebeb;
}



.work-withus-outer {
	display: grid;
	grid-template-columns: 25% 70%;
	gap: 5%;
	margin: 150px 0 0;
}

.work-withus-outer h3 {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 40px;
	line-height: 118%;
	color: rgb(74, 164, 192);
	text-transform: none;
}

.work-with-right p {
	font-family: var(--font-family);
	font-weight: 300;
	font-size: 16px;
	line-height: 194%;
	color: #fff;
	font-size: 0.9rem;
}

.carrers-but p {
	font-size: 1rem;
}

.carrers-but {
	width: 350px;
	margin: 15px 0 0;
}

.work-with-right a {
	text-decoration: none;
}




@media(max-width:1785px) {
	.explore-more-right img {
		width: 66%;
		position: absolute;
		right: 0;
		top: 0;
	}

	.explore-more-left h3 {
		padding-bottom: 100px;
	}

	.explore-gallery-outer {
		padding: 50px 150px 75px;
	}

	.work-withus-outer {
		margin: 220px 0 0;
	}
}

@media(max-width:1600px) {
	.work-withus-outer {
		margin: 175px 0 0;
	}
}

@media(max-width:1440px) {
	.explore-more-right img {
		width: 66%;
		position: absolute;
		right: 0;
		top: 0;
	}

	.explore-more-left h3 {
		padding-bottom: 50px;
	}

	.explore-gallery-outer {
		padding: 40px 100px 60px;
	}

	.work-withus-outer {
		margin: 100px 0 0;
	}
}

@media(max-width:1200px) {
	.explore-more-inner {
		display: grid;
		grid-template-columns: 100%;
	}

	.explore-more-right img {
		position: static;
		width: 100%;
	}

	.explore-gallery-outer {
		position: static;
	}
}

@media(max-width:991px) {
	.work-withus-outer {
		display: grid;
		grid-template-columns: 100%;
	}
}

@media(max-width:600px) {
	.explore-gallery-outer {
		padding: 40px 25px 60px;
	}
}

@media(max-width:420px) {
	.carrers-but {
		width: 100%;
		margin: 15px 0 0;
	}
}




/* footer  */

footer {
	background: #07485C;
	padding: 75px 0 20px;
}

.footer-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media(max-width:768px) {
	.footer-top {
		grid-template-columns: repeat(1, 1fr);
		gap: 35px;
	}
}

.footer-top ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style-type: none;
    margin: 0;
    padding: 0;
}

@media(max-width:1200px) {
	.footer-top ul {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
.footer-menus-2 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style-type: none;
    margin: 0;
    padding: 0;
}

@media(max-width:1200px) {
	.footer-menus-2 ul {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}



.footer-top ul li a {
	text-decoration: none;
	font-size: 0.85rem;
	white-space: nowrap;
	font-family: var(--font-family);
	font-weight: 300;
	line-height: 194%;
	color: #538b9c;
}

.footer-top h6 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 17px;
	line-height: 112%;
	color: #fff;
	margin: 0 0 15px;
}


/* footer-bottom  */


.footer-bottom {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 35px 0 30px;
}

@media(max-width:768px) {
	.footer-bottom {
		grid-template-columns: repeat(1, 1fr);
		gap: 25px;
	}
}

.footer-links {
	display: flex;
	gap: 15px;
	margin: auto;
}

.footer-logo {
	margin: auto 0;
}

.footer-logo img {
	width: 90%;
}

.footer-address {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

@media(max-width:1200px) {
	.footer-address {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}

.footer-address-inner {
	display: flex;
	gap: 10px;
	margin: auto 0;
}

.f-contact-inner {
	display: flex;
	gap: 10px;
	padding: 0 7px;
}

.f-add-content p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 0.9rem;
	line-height: 157%;
	color: #538b9c;
	padding: 0;
	margin: 0;
}

.f-c-inner-wrapper p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 0.9rem;
	line-height: 157%;
	color: #538b9c;
	padding: 0;
	margin: 0;
}

.f-emergency-box {
	display: flex;
	gap: 10px;
	background: #e12355;
	padding: 0;
	margin: 0;
	padding: 3px 7px;
}

.f-emergency-box p {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 0.9rem;
	line-height: 157%;
	color: #fff;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

.f-emergency-box svg {
	margin: auto 0;
}

.footer-contact {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.copyright p {
	font-family: var(--font-family);
	font-weight: 300;
	font-size: 0.9rem;
	line-height: 160%;
	color: #538b9c;
}

.copyright a {
	color: #538b9c;
	text-decoration: none;
}




/* subpages -start  */











/*---------------subpages-------------*/

.inner-banner-dept {
    height: 250px;
    width: 100%;
    background-color: #07485C;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.inner-banner-dept .bs-slider-overlay {
	background: rgba(0, 50, 70, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.inner-banner-dept h1 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 2px;
    /* text-transform: uppercase; */
    line-height: 40px;
    color: #FFF;
    position: relative;
    z-index: 9;
    text-shadow: 1px 1px #000;
    font-family: var(--third-family);
}

@media (max-width: 480px) {
	.inner-banner-dept h1 {
		font-size: 26px;
		margin-bottom: 0rem;
	}
}

@media (max-width:768px) {
    .inner-banner-dept {
        height: 250px;
        padding-top: 0%;
    }
	.under-sub-banner {
		margin: 30px 0 !important;
	}
}

.inner-banner {
    height: 250px;
    width: 100%;
    background-color: #07485C;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.inner-banner .bs-slider-overlay {
	background: rgba(0, 50, 70, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.inner-banner h1 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 2px;
    /* text-transform: uppercase; */
    line-height: 30px;
    color: #FFF;
    position: relative;
    z-index: 9;
    text-shadow: 1px 1px #000;
    font-family: var(--third-family);
}

@media (max-width: 480px) {
	.inner-banner h1 {
		font-size: 26px;
	}
}

@media (max-width:768px) {
.inner-banner {
    height: 250px;
}
}

.under-sub-banner {
	margin: 70px 0px 70px;
}

.vertical-tab {
	margin: 0px 0px 70px;
}

.under-sub-banner:after {
	display: block;
	clear: both;
	content: '';
}

.pathway ul {
	margin: 0px;
	padding: 0px 0px 0px;
	text-align: center;
	position: relative;
	z-index: 9;
}

.pathway li {
    float: none;
    display: inline-block;
    list-style: none;
    padding: 0px 0px;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 20px;
    color: #e5e5e5;
}

.pathway li:before {
    content: '/';
    color: #e5e5e5;
    margin-left: 10px;
    margin-right: 10px;
}
.pathway li a {
    color: #e5e5e5;
}

.pathway li:nth-child(1):before {l
	content: '';
	display: none;
}

.pathway li a:hover {
	color: #fc0;
	text-decoration: none;
}

.pathway-o ul {
	margin: 0px;
	padding: 20px 0px 20px;
	text-align: center;
	position: relative;
	z-index: 9;
}

.pathway-o li {
	float: none;
	display: inline-block;
	list-style: none;
	padding: 0px 0px;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	color: #585858;
}

.pathway-o li:before {
	content: '/';
	color: #585858;
	margin-left: 10px;
	margin-right: 10px;
}

.pathway-o li a {
	color: #585858;
}

.pathway-o li:nth-child(1):before {
	content: '';
	display: none;
}

.pathway-o li a:hover {
	color: #b92035;
	text-decoration: none;
}

.right-sub-section {
	width: 75%;
	float: left;
	background-color: #fff;

}

.welcome-sub-content {
	position: relative;
	height: 100%;
	padding: 0px 20px 0px 0px;
}

.welcome-sub-content img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
	margin-top: 10px;
}

.welcome-sub-content p img {
	max-width: 100%;
	border-radius: 6px;
}

.right-sub-section .welcome-sub-content h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: #0e95be;
    padding: 0px 0px 16px;
}
.right-sub-section .welcome-sub-content h1 span {
    font-size: 23px;
    font-weight: 300;
    line-height: 36px;
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    color: #07485c;
}

.right-sub-section .welcome-sub-content h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    display: inline-block;
    width: 100%;
    padding: 0px 0 12px 0;
    color: #07485c;
}

.right-sub-section .welcome-sub-content h4 {
    font-size: 23px;
    font-weight: 700;
    line-height: 36px;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    color: #07485c;
}
.right-sub-section .welcome-sub-content h4.strong {
	font-weight: 600;
	color: #fff;
	background-color: #383838;
}

.right-sub-section .welcome-sub-content p {
    color: #303030;
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 10px 0px;
}

.right-sub-section .welcome-sub-content p:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.right-sub-section .welcome-sub-content th {
	font-weight: 600;
	color: #fff;
	background-color: #cd0f01;
	font-size: 18px;
}

.right-sub-section .welcome-sub-content td {
	font-weight: 400;
	color: #585858;
}

.right-sub-section .welcome-sub-content td.left {
	font-weight: 600;
	color: #fff;
	background-color: #383838;
}

.right-sub-section .welcome-sub-content p span {
	font-weight: 600;
}

.right-sub-section .welcome-sub-content li {
	padding-bottom: 30px;
}

.right-sub-section .welcome-sub-content li {
	font-size: 16px;
	font-weight: 400;
	line-height: 34px;
	color: #585858;
	padding: 0px 0px 6px;
}

.right-sub-section .welcome-sub-content .lear-more {
	background-color: #b92035;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding: 15px 30px;
}

.right-sub-section .welcome-sub-content .lear-more:hover {
	background-color: #383838;
	text-decoration: none;
}

.right-sub-section .welcome-sub-content .read-more {
	background-color: #383838;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding: 15px 30px;
}

.right-sub-section .welcome-sub-content .read-more:hover {
	background-color: #b92035;
	text-decoration: none;
}

.right-sub-section .welcome-sub-content .vision-mission p {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	font-style: italic;
	color: #585858;
	padding: 0px 0px 20px;
	text-align: left;
}

.right-sub-section .welcome-sub-content .vision-mission p strong {
	font-weight: 600;
	font-style: normal;
}

.right-sub-section .welcome-sub-content .vision-mission img {
	float: none;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}

@media (max-width:991px) {
	.right-sub-section {
		width: 100%;
		float: none;
		padding-bottom: 50px;
	}
}

@media (max-width:768px) {
	.welcome-sub-content {
		padding-right: 0px;
		padding-left: 0px;
	}

	.right-sub-section .welcome-sub-content .read-more,
	.right-sub-section .welcome-sub-content .lear-more {
		font-size: 14px;
		padding: 15px 10px;
		width: 100%;
		display: inline-block;
		margin-bottom: 10px;
	}
}

@media (max-width:1200px) {

	.right-section .welcome-sub-content .read-more,
	.right-section .welcome-sub-content .lear-more {
		font-size: 14px;
		padding: 15px 10px;
	}
}

.left-sub-menu-section {
    width: 25%;
    float: left;
    background-color: #07485c;
    /* border-radius: 6px; */
}

.left-sub-menu-section .left-menu-one-dr {
	padding: 0px;
}

.left-sub-menu-section .left-menu-one-dr img {
	max-width: 100%;
}

.left-sub-menu-section .left-menu-one {
	padding: 20px;
	padding-bottom: 30px;
	height: 50%;
}

.left-sub-menu-section .left-menu-one h3 {
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	color: #fff;
}

.left-sub-menu-section .left-menu-one h3 a {
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	color: #fff;
	text-decoration: none;
}

.left-sub-menu-section .left-menu-one h3 a:hover {
	color: #fc0
}

.left-sub-menu-section .left-menu-one ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.left-sub-menu-section .left-menu-one ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	list-style: none;
}

.left-sub-menu-section .left-menu-one ul li ul li {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	list-style: none;
}

.left-sub-menu-section .left-menu-one ul li a {
    padding: 7px 0px;
    margin: 0px 0px 0px 0px;
    color: #fff;
    border-bottom: solid 1px #c9efff24;
    width: 100%;
    display: inline-block;
}

.left-sub-menu-section .left-menu-one ul li a:hover {
	text-decoration: none;
	color: #fc0;
}

.left-sub-menu-section .left-menu-one .read-more:after {
	content: "\f178";
	font-family: FontAwesome;
	color: #fff;
	float: right;
	display: block;
	top: 10px;
	position: relative;
}

@media (max-width:991px) {
	.left-sub-menu-section {
		width: 100%;
		float: none;
	}
}

.subheading {
    color: #eaff66;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 1rem;
}
.resp-tabs-container {
	color: #101010;
	font-weight: 500;
}

.resp-tabs-container ul {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
}

.resp-tabs-container ul li {
    margin: 0 !important;
    padding: 5px 0 5px 30px;
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: left 10px;
    background-size: 14px;
    list-style-position: inherit;
    line-height: 24px;
    float: left;
    width: 100%;
    font-size: 15px !important;
    color: #ffffff !important;
    font-weight: 300;
}
.section-doctors {
	margin-top: 80px;
	margin-bottom: 30px;
}

.section-doctors .tns-nav {
	display: none;
}

.section-doctors::after {
	clear: both;
	display: inline-block;
	width: 100%;
	content: '';
}

.slider-doctors-outer {
	width: 100%;
	float: left;

}

.section-doctors-title {
	text-align: center;
	margin-bottom: 20px;
}

.section-doctors-title::after {
	background-color: #ebf2f9;
	width: 100%;
	height: 10px;
	content: '';
	display: block;
	bottom: 17px;
	position: relative;
	z-index: 1;
}

.section-doctors h3 {
    font-size: 40px;
    font-weight: 700;
    color: #07485c;
    line-height: 40px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 2;
    background-color: #fff;
    display: inline-block;
    margin: auto;
}

.section-doctors h3 span {
    color: #0e95be;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}

.section-doctors .jom-slider .tns-controls {
	text-align: center;
	margin-bottom: 10px;
	width: 100px;
	margin: 0px;

}

.section-doctors .jom-slider [data-controls="prev"]:after,
.section-doctors .jom-slider [data-controls="next"]:after {
	color: #cd0f01;
	content: "\f054";
	font-family: FontAwesome;
	font-size: 40px;
	line-height: 16px;
	margin-right: 10px;
}

.section-doctors .jom-slider [data-controls="next"]:after {
	content: "\f053";
	margin-left: 0px;

}

.section-doctors .jom-slider [data-controls="next"] {
	position: relative;
	left: -30px !important;
}

.section-doctors .jom-slider [data-controls="prev"] {
	position: absolute;
	left: 30px !important;
}

.section-doctors .jom-slider .tns-controls [aria-controls] {
	font-size: 20px;
	background-color: transparent;
	width: 50px;
	height: 50px;
	left: 50px;
	margin: 0px;
}

.slider-doctors-outer img {
    width: 75%;
    height: auto;
    border-radius: 50%;
}

.section-doctors .img-text {
	text-align: center;
	padding: 30px 0px;
	margin: 0px 0px 0px 0px;
}

.slider-doctors-outer .img-text .dr-name {
    color: #07485c;
    font-size: 16px;
    font-weight: 800;
    line-height: 16px;
    display: block;
    width: 100%;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
}

.slider-doctors-outer .img-text .dr-dep {
    color: #e01c50;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    display: block;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 2px 0 4px;
}

.slider-doctors-outer .img-text .dr-other {
    color: #0e95be;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    display: block;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 2px 0 3px;
}
.doctor-numb {
	text-align: center;
}

.doctor-numb img {
	max-width: 100%;
}

.doctor-numb h3 {
    color: #fff;
    border-bottom: 1px solid #ffffff69;
    font-size: 20px !important;
    font-weight: 700;
}
.doctor-numb p {
	color: #fff;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 30px;
	font-weight: 800;
}


.op-time-list {
	width: 100%;
}

.op-time-list .block {
    display: inline-block;
    padding: 10px;
    text-align: center;
    /* border-radius: 6px; */
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 49% !important;
    /* float: left; */
    border: 3px solid #0e95be;
    background: #fff;
}

.op-time-list .block h4 {
    font-weight: 700;
    margin-bottom: 0;
    color: #07485c;
    font-size: 18px !important;
    margin-bottom: 6px;
}

.op-time-list .block h5 {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 6px;
    color: #e01c50;
}
.op-time-list .block h6 {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 0px;
    color: #0e95be;
}

pre {
	margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
	.op-time-list .block {
		width: 100% !important;
	}
}


.section-doctors-search {
    background: #0e95be66;
    overflow: hidden;
    padding: 50px 0;
}

.search-name {
    /* float: left; */
    width: 100%;
    position: relative;
    /* margin-right: 3%; */
    /* margin-bottom: 8px; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
}

.search-name ul {
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.search-name ul li {
	display: inline-block;
	margin: 0 2px 3px;
	float: left;
}

.search-name ul li a {
    background-color: #fff;
    text-align: center;
    display: block;
    color: #012d5c;
    font-size: 14px;
    font-weight: 800;
    line-height: 34px;
    text-transform: uppercase;
    width: 36px;
    height: 36px;
    border: 1px solid #cddaea;
    border-radius: 50%;
}

.search-name ul li a:hover {
	background-color: #07485c;
	color: #fff;
	text-decoration: none;
}

.search-name ul li a.active {
    background-color: #07485c;
    color: #fff;
}

.search-select {
	text-align: center;
}

.search-select select {
    padding: 10px 15px;
    border: 1px solid #cddaea;
    color: #fff;
    background: #07485c;
    /* border-radius: 8px; */
    width: 100%;
    outline: none;
    font-size: 0.85rem;
}

@media only screen and (max-width: 768px) {

	.search-name,
	.srch-dprt {
		width: 100%;
		margin: 0 0 10px;
	}

	.search-name ul li a {
		line-height: 36px;
		width: 33px;
		height: 36px;
	}

	.search-name ul {
		margin: 0;
		padding: 0;
	}

	.search-select select {
		padding: 10px;
		border: 1px solid #cddaea;
		width: 100%;
	}
}

.section-doctors-result {
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
}

.section-doctors-result .container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 30px;
}

@media only screen and (max-width: 991px) {
	.section-doctors-result .container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.section-doctors-result .container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 30px;
	}
}

@media only screen and (max-width: 375px) {
	.section-doctors-result .container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 15px;
	}
}

.section-doctors-result .container .doctor-block {
	border-bottom: 1px solid #d9e6f4;
	margin-bottom: 30px;
}

.section-doctors-result .container .doctor-block img {
    width: 75%;
    height: auto;
    border-radius: 50%;
    border-bottom: 10px solid #054155;
}

.section-doctors-result .container .doctor-block .img-text {
	text-align: center;
	padding: 30px 0px;
	margin: 0px 0px 0px 0px;
}

.section-doctors-result .container .doctor-block .img-text .dr-name {
    color: #054155;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    display: block;
    width: 100%;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
}

.section-doctors-result .container .doctor-block .img-text .dr-dep {
    color: #e01c50;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    display: block;
    width: 100%;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
}

.section-doctors-result .container .doctor-block .img-text .dr-other {
    color: #0e95be;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    display: block;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0 0 5px;
}

.section-doctors-result .container .doctor-block .view-profile {
    background-color: #07485c;
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    /* text-transform: uppercase; */
    border-radius: 0 25px 25px 0;
    margin-top: 4px;
    background-image: linear-gradient(90deg,
			#07485c 0%,
			#07485c 50%,
			#e01c50 50%,
			#e01c50 100%);
    background-size: 200%;
    transition: background-position .3s cubic-bezier(.47, .1, 1, .63),
		color .2s linear;
    transition-delay: 0.0s, 0.15s;
}


.tpainsurance {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 30px;
}

@media only screen and (max-width: 991px) {
	.tpainsurance {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.tpainsurance {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 30px;
	}
}

@media only screen and (max-width: 410px) {
	.tpainsurance {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 30px;
	}
}

.tpainsurance .doctor-block {
	margin-bottom: 30px;
	text-transform: uppercase;
	padding: 14px;
	font-weight: 800;
	background: #012d5c;
	border-radius: 6px;
	color: #fff;
}

.tpainsurance .doctor-block:nth-child(odd) {
	background: #cd0f01;
}

.services_img {
	text-align: center;
}

.services_img img {
	border-radius: 6px;
	max-width: 100%;
}



.section-doctors-result .container .doctor-block .view-profile:hover {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	background-position: -100% 100%;
}

.section-doctors-result .container .doctor-block .slider-three-outer .view-profile i {
	padding-left: 10px;
}

.right-sub-section-dr {
	width: 75%;
	float: left;
}

.welcome-sub-content-dr {
    position: relative;
    height: 100%;
    padding: 30px 25px;
    margin-left: 20px;
    background-color: #0e95be66;
    /* border-radius: 6px; */
}
@media(max-width:991px){
    .welcome-sub-content-dr {
        margin: 20px 0 0;
    }
}
.welcome-sub-content-dr img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
	margin-top: 10px;
}

.right-sub-section-dr .welcome-sub-content-dr h1 {
    font-size: 33px;
    font-weight: 700;
    line-height: 39px;
    color: #054155;
    padding: 0px 0px 16px;
}

.right-sub-section-dr .welcome-sub-content-dr h1 span {
    font-size: 19px;
    font-weight: 300;
    line-height: 27px;
    display: inline-block;
    width: 100%;
    padding: 0;
    color: #0e95be;
    margin: 0;
}

.right-sub-section-dr .welcome-sub-content-dr h3 {
	font-size: 26px;
	font-weight: 700;
	line-height: 38px;
	display: inline-block;
	width: 100%;
	padding: 0px 0 20px 0;
	color: #cd0f01;
}

.right-sub-section-dr .welcome-sub-content-dr h4 {
	font-size: 26px;
	font-weight: 700;
	line-height: 36px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	color: #012d5c;
}

.right-sub-section-dr .welcome-sub-content-dr h4.strong {
	font-weight: 600;
	color: #fff;
	background-color: #383838;
}

.right-sub-section-dr .welcome-sub-content-dr p {
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 20px 0px;
}

.right-sub-section-dr .welcome-sub-content-dr p:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.right-sub-section-dr .welcome-sub-content-dr th {
	font-weight: 600;
	color: #fff;
	background-color: #b92035;
	font-size: 18px;
}

.right-sub-section-dr .welcome-sub-content-dr td {
	font-weight: 400;
	color: #585858;
}

.right-sub-section-dr .welcome-sub-content-dr td.left {
	font-weight: 600;
	color: #fff;
	background-color: #383838;
}

.right-sub-section-dr .welcome-sub-content-dr p span {
	font-weight: 600;
}

.right-sub-section-dr .welcome-sub-content-dr li {
	padding-bottom: 30px;
}

.right-sub-section-dr .welcome-sub-content-dr li {
	font-size: 16px;
	font-weight: 400;
	line-height: 34px;
	color: #585858;
	padding: 0px 0px 6px;
}

.right-sub-section-dr .welcome-sub-content-dr .lear-more {
	background-color: #b92035;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding: 15px 30px;
}

.right-sub-section-dr .welcome-sub-content-dr .lear-more:hover {
	background-color: #383838;
	text-decoration: none;
}

.right-sub-section-dr .welcome-sub-content-dr .read-more {
	background-color: #383838;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding: 15px 30px;
}

.right-sub-section-dr .welcome-sub-content-dr .read-more:hover {
	background-color: #b92035;
	text-decoration: none;
}

.right-sub-section-dr .welcome-sub-content-dr .vision-mission p {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	font-style: italic;
	color: #585858;
	padding: 0px 0px 20px;
	text-align: left;
}

.right-sub-section-dr .welcome-sub-content-dr .vision-mission p strong {
	font-weight: 600;
	font-style: normal;
}

.right-sub-section-dr .welcome-sub-content-dr .vision-mission img {
	float: none;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}

@media (max-width:991px) {
	.right-sub-section-dr {
		width: 100%;
		float: none;
		padding-bottom: 50px;
	}
}

@media (max-width:768px) {
	.welcome-sub-content-dr {
		/*padding-right: 0px;*/
		/*padding-left: 0px;*/
	}

	.right-sub-section-dr .welcome-sub-content-dr .read-more,
	.right-sub-section-dr .welcome-sub-content-dr .lear-more {
		font-size: 14px;
		padding: 15px 10px;
		width: 100%;
		display: inline-block;
		margin-bottom: 10px;
	}
}

@media (max-width:1200px) {

	.right-section .welcome-sub-content-dr .read-more,
	.right-section .welcome-sub-content-dr .lear-more {
		font-size: 14px;
		padding: 15px 10px;
	}
}

.left-sub-menu-section-dr {
	width: 25%;
	float: left;
}

.left-sub-menu-section-dr .left-menu-one-dr {
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.left-sub-menu-section-dr .left-menu-one-dr img {
    max-width: 75%;
    border-radius: 50%;
}

.left-sub-menu-section-dr .left-menu-one-dr {}

.left-sub-menu-section-dr .left-menu-one-dr h3 {
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	color: #fff;
}

.left-sub-menu-section-dr .left-menu-one-dr h3 a {
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	color: #fff;
	text-decoration: none;
}

.left-sub-menu-section-dr .left-menu-one-dr h3 a:hover {
	color: #fc0
}

.left-sub-menu-section-dr .left-menu-one-dr ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.left-sub-menu-section-dr .left-menu-one-dr ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	list-style: none;
}

.left-sub-menu-section-dr .left-menu-one-dr ul li ul li {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	list-style: none;
}

.left-sub-menu-section-dr .left-menu-one-dr ul li a {
	padding: 7px 0px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	border-bottom: solid 1px #c74d5d;
	width: 100%;
	display: inline-block;
}

.left-sub-menu-section-dr .left-menu-one-dr ul li a:hover {
	text-decoration: none;
	color: #fc0;
}

.left-sub-menu-section-dr .left-menu-one-dr .read-more:after {
	content: "\f178";
	font-family: FontAwesome;
	color: #fff;
	float: right;
	display: block;
	top: 10px;
	position: relative;
}

@media (max-width:991px) {
	.left-sub-menu-section-dr {
		width: 100%;
		float: none;
	}
}

.drnamedetails {
	padding-top: 10px;
	text-align: center;
}

.drnamedetails h4 {
    font-size: 17px;
    font-weight: 800;
    color: #012e55;
    margin: 10px 0 5px;
}

.drnamedetails h5 {
	font-size: 14px;
	font-weight: 400;
	color: #012e55;
}

.drnamedetails h6 {
    font-size: 14px;
    font-weight: 500;
    color: #0e95be;
    border-bottom: 1px solid #9fd5e5;
    padding-bottom: 14px;
}

.droptime {
    padding-top: 6px;
    color: #e01c50;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
}

.qualifi {
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 20px 0px;
}

.op-icon {
	padding-bottom: 8px;
}


.accordiondr {
    background-color: #fff;
    color: #054155;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none !important;
    font-size: 16px;
    font-weight: 600;
    transition: 0.4s;
    /* border-radius: 6px; */
    margin-bottom: 2px;
    border: none;
    outline: none;
}

.activedr, .accordiondr:hover {
    background-color: #fff;
    border: none;
    outline: none;
}

.accordiondr:after {
    content: '\002B';
    color: #054155;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.activedr:after {
	content: "\2212";
}

.paneldr {
    font-size: 0.9rem;
    color: #000;
    padding: 0px 18px 0px;
    font-weight: 400;
    max-height: 0;
    margin: 5px 0 10px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.paneldr ul {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
}

.paneldr ul li {
	margin: 0 !important;
	padding: 5px 0 5px 30px !important;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-size: 14px;
	list-style-position: inherit;
	line-height: 24px !important;
	float: left;
	width: 100%;
	font-size: 16px !important;
	color: #101010 !important;
}

.noresult {
    color: #e01c50;
    font-size: 0.9rem;
}



.section-dept-result {
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
}

.section-dept-result .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
}

@media only screen and (max-width: 991px) {
	.section-dept-result .container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.section-dept-result .container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 30px;
	}
}

@media only screen and (max-width: 410px) {
	.section-dept-result .container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 30px;
	}
}

.section-dept-result .container .doctor-block {
    /* border-bottom: 1px solid #d9e6f4; */
    margin-bottom: 30px;
    background-color: #e0f3f7;
}

.section-dept-result .container .doctor-block img {
    width: 100%;
    height: auto;
    /* border-radius: 6px; */
}

.section-dept-result .container .doctor-block .img-text {
	text-align: center;
	padding: 30px 0px;
	margin: 0px 0px 0px 0px;
}

.section-dept-result .container .doctor-block .img-text .dr-name {
    color: #012d5c;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 22px;
    display: block;
    width: 100%;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
}

.section-dept-result .container .doctor-block .img-text .dr-dep {
	color: #cd0f01;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	display: block;
	width: 100%;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

.section-dept-result .container .doctor-block .img-text .dr-other {
	color: #012d5c;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	display: block;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.section-dept-result .container .doctor-block .view-profile {
    background-color: #07485c;
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    /* text-transform: uppercase; */
    border-radius: 0 25px 25px 0;
    margin-top: 4px;
    background-image: linear-gradient(90deg,
			#07485c 0%,
			#07485c 50%,
			#e01c50 50%,
			#e01c50 100%);
    background-size: 200%;
    transition: background-position .3s cubic-bezier(.47, .1, 1, .63),
		color .2s linear;
    transition-delay: 0.0s, 0.15s;
}

.section-dept-result .container .doctor-block .view-profile:hover {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	background-position: -100% 100%;
}

.section-dept-result .container .doctor-block .slider-three-outer .view-profile i {
	padding-left: 10px;
}


.section-careers-result {
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
}

.section-careers-result .container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 30px;
}

@media only screen and (max-width: 991px) {
	.section-careers-result .container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.section-careers-result .container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 30px;
	}
}

@media only screen and (max-width: 410px) {
	.section-careers-result .container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 30px;
	}
}

.section-careers-result .container .doctor-block {
	border: 1px solid #d9e6f4;
	background: #ebf2f9;
	margin-bottom: 30px;
	padding: 20px;
}

.section-careers-result .container .doctor-block h3 {
	color: #012d5c;
	font-size: 18px;
	font-weight: 800;
	line-height: 22px;
	display: block;
	width: 100%;
	padding: 0px 0px 12px 0px;
	margin: 0px 0px 0px 0px;
}

.section-careers-result .container .doctor-block p {
	color: #012d5c;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	display: block;
	width: 100%;
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
}

.section-careers-result .container .doctor-block .view-profile {
	background-color: #cd0f01;
	display: inline-block;
	padding: 5px 20px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 50px;
	margin-top: 15px;
	background-image: linear-gradient(90deg,
			#cd0f01 0%,
			#cd0f01 50%,
			#012d5c 50%,
			#012d5c 100%);
	background-size: 200%;
	transition: background-position .3s cubic-bezier(.47, .1, 1, .63),
		color .2s linear;
	transition-delay: 0.0s, 0.15s;
}


.section-careers-result .container .doctor-block .view-profile:hover {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	background-position: -100% 100%;
}

.section-careers-result .container .doctor-block .slider-three-outer .view-profile i {
	padding-left: 10px;
}

.section-careers-details {
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
}

.section-careers-details .form-group {
	font-size: 18px;
	font-weight: 700;
}

.section-careers-details .form-group input {
	font-size: 18px;
	font-weight: 700;
	padding: 12px !important;
}

.error {
	font-size: 14px;
	font-weight: 400;
	color: #f00;
}


.btn-submit {
	background-color: #cd0f01;
	display: inline-block;
	padding: 10px 30px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 50px;
	margin-top: 15px;
	background-image: linear-gradient(90deg,
			#cd0f01 0%,
			#cd0f01 50%,
			#012d5c 50%,
			#012d5c 100%);
	background-size: 200%;
	transition: background-position .3s cubic-bezier(.47, .1, 1, .63),
		color .2s linear;
	transition-delay: 0.0s, 0.15s;
}


.btn-submit:hover {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	background-position: -100% 100%;
}





.section-testimonials {
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
}

.section-testimonials h3 {
	color: #012d5c;
	font-size: 30px;
	font-weight: 800;
	line-height: 22px;
	display: block;
	width: 100%;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 20px 0px;
}

.section-testimonials .testi-block {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 30px;
}

@media only screen and (max-width: 991px) {
	.section-testimonials .testi-block {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.section-testimonials .testi-block {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 30px;
	}
}

@media only screen and (max-width: 410px) {
	.section-testimonials .testi-block {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 30px;
	}
}

.section-testimonials .testi-block .doctor-block {
	border: 1px solid #d9e6f4;
	margin-bottom: 30px;
	padding: 20px;
}

.section-testimonials .testi-block .doctor-block .proimg {
	max-width: 70px;
	margin-bottom: 20px;
}

.section-testimonials .testi-block .doctor-block .imgtesti {
	width: 100%;
	margin-bottom: 20px;
}

.section-testimonials .testi-block .doctor-block p.content {
	color: #000;
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
	display: block;
	width: 100%;
	padding: 0px 0px 12px 0px;
	margin: 0px 0px 0px 0px;
}

.section-testimonials .testi-block .doctor-block p.name {
	color: #012e55;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	display: block;
	width: 100%;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
}

.section-testimonials .testi-block .doctor-block p.content strong {
	color: #cd0f01;
}

.section-testimonials .testi-block .doctor-block p.location {
	color: #cd0f01;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	display: block;
	width: 100%;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}


.section-testimonials .testi-block .doctor-block .view-profile {
	background-color: #cd0f01;
	display: inline-block;
	padding: 5px 20px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 50px;
	margin-top: 15px;
	background-image: linear-gradient(90deg,
			#cd0f01 0%,
			#cd0f01 50%,
			#012d5c 50%,
			#012d5c 100%);
	background-size: 200%;
	transition: background-position .3s cubic-bezier(.47, .1, 1, .63),
		color .2s linear;
	transition-delay: 0.0s, 0.15s;
}


.section-testimonials .testi-block .doctor-block .view-profile:hover {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	background-position: -100% 100%;
}

.section-testimonials .testi-block .doctor-block .slider-three-outer .view-profile i {
	padding-left: 10px;
}

.subpage-section {
	text-align: center;
	 padding: 60px 0px; 
}

.subpage-section h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: #0e95be;
    padding: 0px 0px 16px;
    text-align: left;
}

.subpage-section span {
    font-size: 23px;
    font-weight: 300;
    line-height: 36px;
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    color: #07485c;
}

.subpage-section h4 {
    font-size: 20px;
    font-weight: 600;
    color: #054155;
    margin-bottom: 9px;
}

.subpage-section .content {
	font-weight: 400;
	text-align: left;
	overflow: hidden;
}

.subpage-section .content p {
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 20px;
    text-align: justify;
    font-weight: 400;
}

.subpage-section .content .vismis {
	background: #e8eef4;
	padding: 20px;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: justify;
	color: #012d5c;
	border-radius: 6px;
}

.subpage-section .content .principal-name {
	font-size: 18px;
	color: #012d5c;
	text-align: center;
	margin-bottom: 16px;
	margin-top: 10px;
	font-weight: 800;
}

.subpage-section .content .all-news-img {
	max-width: 100%;
	height: auto;
	border-radius: 6px;
}

.subpage-section .content .news-img {
	margin-right: 20px;
	margin-bottom: 20px;
	max-width: 100%;
	height: auto;
}

.subpage-section .content .row-b-padding {
	padding-bottom: 30px;
}

.subpage-section .content .news-page-title {
	padding-top: 10px;
	padding-bottom: 30px;
	line-height: 24px;
}

.subpage-section .content .news-page-title a {
    font-size: 0.9rem;
    font-weight: 600;
    color: #012d5c;
    line-height: 1.5rem;
    text-decoration: none;
}

.subpage-section .content .news-page-title a:hover {
	color: #0d4480;
}

.subpage-section .content .news-page-title .date {
	font-size: 14px;
	font-weight: 400;
	color: #818181;
	line-height: 16px;
	padding-top: 8px;
}

.subpage-section .content th {
    background: #8bd4ec;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem;
}

.subpage-section .content td {
    vertical-align: middle;
    font-size: 0.9rem;
    border: 1px solid #05415533;
}

.subpage-section .content .downloads-select {
    padding: 12px;
    margin-bottom: 10px;
    border: 1px solid #065fa642;
    font-weight: 600;
    color: #065fa6;
    outline: none;
}
.subpage-section .content .downloads-button {
    display: inline-block;
    background-color: #054155;
    color: #fff;
    font-weight: 400;
    padding: 7px 15px;
    border-radius: 4px;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}

.subpage-section .content .downloads-button:hover {
	background: #054b63;
}

.subpage-section .tc-search {
	margin-bottom: 20px;
}

.subpage-section .tc-search p {
	color: #f00;
}

.subpage-section .tc-input {
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	outline: none;
	font-weight: 800;
}

.subpage-section .tc-button {
	padding: 12px 18px;
	border: 1px solid #cd0f01;
	background: #cd0f01;
	color: #fff;
	font-weight: 600;
	border-radius: 4px;
}

.subpage-section .tc-button:hover {
	background: #065fa6;
	border: 1px solid #065fa6;
}

.subpage-section .tc-search-result .tc-number {
	font-size: 18px;
	font-weight: 400;
	color: #065fa6;
}

.subpage-section .tc-search-result .tc-number strong {
	color: #cd0f01;
}

.subpage-section .tc-search-result .not-found {
	color: #f00;
}

.subpage-section .tc-search-result img {
	max-width: 100%;
}


.subpage-section .photo-album-name p {
	padding: 16px 0 0 0;
	margin: 0;
	line-height: 24px;
}

.subpage-section .photo-album-name a {
	font-weight: 600;
	color: #333;
	text-decoration: none;
}

.subpage-section .photo-album-name a:hover {
	color: #cd0f01;
}

.modal-body {
	color: #fff;
}

.modal-body strong {
	color: #fecd05;
}

.modal-body a {
	color: #fecd05;
	font-weight: 600;
	text-transform: uppercase;
	margin-left: 14px;
}

.subpage-section .content a.circle-bg {
	text-align: center;
	background-color: #f4f7fa;
	border: 4px solid #d2dde8;
	display: block;
	width: 145px;
	height: 145px;
	border-radius: 100px;
	line-height: 135px;
	font-size: 36px;
	margin: 0 auto;
	color: #333;
	text-decoration: none;
	font-weight: 800;
}

.subpage-section .content a.circle-bg:hover {
	background: #cd0f01;
	border: 4px solid #cd0f01;
	color: #fff;
}

@media (max-width: 480px) {
	.subpage-section {
		padding: 40px 0px;
	}

	.subpage-section h3 {
		line-height: 46px;
	}

	.subpage-section h3 span {
		line-height: 32px;
	}

	.subpage-section .content .downloads-button strong {
		display: none;
	}
}

.media-img {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 50px;
	grid-row-gap: 50px;
	margin: 50px 0px;
}

.media-img-video {
	margin: 10px 0px 50px 0px !important;
}

.media-img img {
	width: 100%;
	height: auto;
	transition: transform .2s;
	cursor: pointer;
	border-radius: 6px;
}

.media-img img:hover {
	transform: scale(1.08);
}

.subpage-section .photo-album-name p {
	padding: 16px 0 0 0;
	margin: 0;
	line-height: 24px;
}

.subpage-section .photo-album-name a {
	font-weight: 600;
	color: #333;
	text-decoration: none;
}

.subpage-section .photo-album-name a:hover {
	color: #cd0f01;
}

@media (max-width: 991px) {
	.media-img {
		display: block;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		margin: 50px 0px;
	}

	.media-img div {
		margin-bottom: 30px;
	}
}

.subpage-section-con {
	/* padding: 60px 0px 60px 0; */
}

.subpage-section .content .waiting-message {
	color: #f00;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center;
}

.subpage-section .content .alumni-img {
	max-width: 240px;
	height: auto;
}

.subpage-section .alumni-input {
	padding: 10px;
	border: 1px solid #ddd;
	/* border-radius: 4px; */
	width: 100%;
	outline: none;
	font-weight: 800;
}

.subpage-section .alumni-input:read-only {
	background: #f0f0f0;
}

.subpage-section .alumni-input::placeholder {
	color: #999;
	font-weight: 400;
	font-size: 0.9rem;
}

.subpage-section .alumni-button {
	padding: 12px 18px;
	border: 1px solid #07485c;
	background: #07485c;
	color: #fff;
	font-weight: 600;
	border-radius: 4px;
	width: 100%;
}

.subpage-section .alumni-button:hover {
	background: #053b4c;
	border: 1px solid #053b4c;
}

.subpage-section .photo-upload-title {
	font-weight: 800;
}

.subpage-section .content label.error {
	color: #f00;
	display: block;
}

.subpage-contact-us {
	text-align: center;
	padding: 5px 0px 60px;
	/* background: #ebf2f9; */
}

.subpage-contact-us h3 {
    /* font-size: 24px; */
    /* font-weight: 800; */
    /* color: #e01c50; */
    margin-bottom: 10px;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 30px;
    line-height: 2.5rem;
    color: #b9d3d3;
    /* margin: 40px 0; */
}

.subpage-contact-us span {
    font-size: 15px;
    font-weight: 800;
    color: #e01c50;
    display: inline-block;
    width: 100%;
    /* padding-left: 20px; */
}

.subpage-contact-us .contact-mg {
	margin-top: 20px;
	gap: 10px;
}

.subpage-contact-us .contact-mg h4 {
	font-size: 1.1rem;
	margin-bottom: 0px;
}

.subpage-contact-us .contact-mg .contact-box {
	background: #fff;
	height: 100%;
	padding: 7px;
	margin-bottom: 9px;
	/* border-radius: 6px; */
	box-shadow: 0 3px 10px rgb(0 0 0 / 5%);
}

.contact-mg-learn {
	margin-top: 40px;
}

.contact-mg-learn a.lear-more {
	background-color: #cd0f01;
	font-size: 18px;
	font-weight: 800;
	color: #fff !important;
	text-align: center;
	padding: 15px 30px;
	text-decoration: none;
}

.contact-mg-learn a.lear-more:hover {
	background: #2ea636;
}

.contact-mg-units {
	margin-top: 20px;
}

.contact-mg-units h4 {
	font-size: 18px !important;
	margin-bottom: 8px;
	padding: 0 !important
}

.contact-mg-units .contact-box {
	background: #f0f0f0;
	height: 100%;
	padding: 14px;
	margin-bottom: 15px;
}

.contact-mg-units .contact-box p {
	font-size: 14px !important;
	line-height: 24px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.subpage-contact-us h4 {
	font-size: 24px;
	font-weight: 600;
	color: #07485c;
	margin-bottom: 16px;
}

.subpage-contact-us .contact-address {
	font-weight: 400;
	color: #484848;
	line-height: 28px;
}

.subpage-contact-us .contact-address p {
	margin-bottom: 0px;
	color: #07485c;
	font-weight: 600;
	font-size: 1rem;
}

.subpage-contact-us .contact-address a {
	color: #e01c50;
}

.subpage-contact-us .contact-address a:hover {
	color: #012d5c;
}

.subpage-section h2.contact {
    /* color: #07485c; */
    /* font-weight: 800; */
    /* font-size: 28px; */
    margin-bottom: 16px;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    color: #b9d3d3;
}

.subpage-section p.contactcnt {
    color: #e01c50;
    font-weight: 800;
    line-height: 21px;
    font-size: 13px;
    margin-bottom: 34px;
    font-family: var(--third-family);
}
.contact-map {
	background: #f4f7fa;
}

@media (max-width: 480px) {
	.subpage-section-con {
		padding: 40px 0px 40px 0;
	}
}

.section-cardetails {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 30px;
}

@media only screen and (max-width: 991px) {
	.section-cardetails {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-column-gap: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.section-cardetails {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 30px;
	}
}

@media only screen and (max-width: 410px) {
	.section-cardetails {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 30px;
	}
}

.section-cardetails .doctor-block {
	border: 1px solid #d9e6f4;
	background: #ebf2f9;
	margin-bottom: 30px;
	padding: 20px;
}

.section-cardetails .doctor-block span {
	color: #cd0f01;
}

.section-cardetails .doctor-block h3 {
	color: #012d5c;
	font-size: 18px;
	font-weight: 800;
	line-height: 22px;
	display: block;
	width: 100%;
	padding: 0px 0px 12px 0px;
	margin: 0px 0px 0px 0px;
}

.section-cardetails .doctor-block p {
	color: #012d5c;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	display: block;
	width: 100%;
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
}

.management {
	text-align: center !important;
	margin-bottom: 20px;
}

.management .dr-name {
	color: #012d5c;
	font-size: 18px;
	font-weight: 800;
	line-height: 22px;
	display: block;
	width: 100%;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

.management .dr-other {
	color: #012d5c;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	display: block;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.management img {
	max-width: 100%;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.1);
	/* border:10px solid #fff; */
}

.subpage-minicnt {
	padding: 10px !important;
	border: 1px solid #d5e1f3;
	background: #ebf2f9;
	font-weight: 800 !important;
}

.bk-select {
	padding: 16px;
	border: 1px solid #cddaea;
	color: #fff;
	background: #cd0f01;
	width: 100%;
	font-weight: 800;
}

#product_subcategory {
	padding: 10px 0;
	font-weight: 800;
}

.book_date {
	padding: 16px;
	border: 1px solid #d0d0d0;
	color: #333;
	background: #fff;
	width: 100%;
	font-weight: 800;
}

#doctors_token_list {
	padding: 16px;
	border: 1px solid #d0d0d0;
	color: #333;
	background: #fff;
	width: 100%;
	font-weight: 800;
}

.bkng-input {
	padding: 16px;
	border: 1px solid #ddd;
	border-radius: 4px;
	width: 100%;
	outline: none;
	font-weight: 800;
}

.bkng-button {
	padding: 12px 18px;
	border: 1px solid #cd0f01;
	background: #cd0f01;
	color: #fff;
	font-weight: 600;
	border-radius: 4px;
	width: 100%;
}








/* subpages-new contact us style -start */

.contact-us-grid>.container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
}

@media(max-width:991px) {
	.contact-us-grid>.container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 0;
	}

	.subpage-contact-us {
		text-align: left;
		padding: 50px 0px 0px;
		/*background: #e9e9e9;*/
	}

	.subpage-section-con {
		padding: 0px 0px 60px 0;
	}
}

.contact-page-address strong {
	color: #fff;
	font-weight: 500;
}

.contact-box p>strong {
	color: #e01c50;
	font-weight: 600;
}

.subpage-section input::placeholder {
	font-weight: 400;
}

.contact-us-grid {
    background: #EBF5F5;
    /* margin-bottom: 75px; */
    padding: 50px 0 50px;
}

.subpage-section input::placeholder {
	font-weight: 400;
}

/* subpages-new contact us style - end */


/*subpages-styles-end */






.pathway {
    margin-top: 8px;
}

.img-text a.view-profile {
    text-decoration: none;
    background-color: #07485c;
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    border-radius: 0 25px 25px 0;
    margin-top: 4px;
    background-image: linear-gradient(90deg,
   #07485c 0%,
   #07485c 50%,
   #e01c50 50%,
   #e01c50 100%);
    background-size: 200%;
    transition: background-position .3s cubic-bezier(.47, .1, 1, .63),
  color .2s linear;
    transition-delay: 0.0s, 0.15s;
}


.services-detail-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.services-fellowship {
    padding: 20px;
    background: #054155;
    color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.services-fellowship h5 {
    background: #0e95be;
    padding: 20px;
}

.services-fellowship h5 {
    position: relative;
    padding-left: 47px;
}

.services-fellowship h5::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('../images/bullet-marker.png');
    background-size: contain;
    background-repeat: no-repeat;
}

@media(max-width:991px){
	.col-lg-6{
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
.fellowship-sub-style-1 li {
    background: #0e95be;
    color: #fff !important;
    margin: 0 0 5px;
    padding: 5px 10px 5px 38px !important;
    font-size: 0.95rem !important;
}
.fellowship-sub-style-1 li{
    position: relative;
    padding-left: 30px;
}

.fellowship-sub-style-1 li::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url('../images/bullet-marker.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.img-section{
    display:flex;
    justify-content:center;
}

h2.sub-news-head {
    font-size: 19px;
    font-weight: 700;
    line-height: 34px;
    color: #054155;
    margin: 0 0 12px;
}

/*Test */

.profile-excellance {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
    margin: 25px 0 0;
}
@media(max-width:1200px) {
      .profile-excellance {
            grid-template-columns: repeat(2, 1fr);
      }
}
@media(max-width:768px) {
      .profile-excellance {
            grid-template-columns: repeat(1, 1fr);
      }
}

.excellance-block {
    background: #0e95be;
    padding: 25px;
    text-align: center;
    border-radius: 200px;
}

.exe-count {
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.exe-done {
      color: #fff;
}