@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Yeseva+One&display=swap');


:root {
	--font-family: "Inter", sans-serif;
	--second-family: "Yeseva One", sans-serif;
}

/* font-family: "Inter", sans-serif;
font-family: "Yeseva One", serif; */


body {
	font-family: "Inter", sans-serif;
	--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;
}

.header {
	/* overflow: hidden; */
	background: linear-gradient(90deg, #102871 0%, #00b5c9 100%);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}





.chat-with svg {
	margin: auto 0;
}

h6.chat-head {
	font-family: var(--font-family);
	font-weight: 800;
	font-size: 17px;
	line-height: 118%;
	color: #fff;
}

h6.chat-subhead {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 17px;
	line-height: 118%;
	color: #fff;
}

a.downloads-but {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    background: #d93d5d;
    border-radius: 5px;
    padding: 8px 15px;
    text-decoration: none;
    white-space: nowrap;
}

a.enquire-but {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 12px;
	color: rgb(0, 0, 0);
	background: #f6b704;
	border-radius: 5px;
	padding: 8px 15px;
	text-decoration: none;
	white-space: nowrap;
}








header {
	margin: 0px 0px;
	position: -webkit-sticky;
	z-index: 999;
	background-color: #FFF;
	width: 100%;
}

.header-top {
	padding: 20px 0;
}

section h4 {
	font-size: 25px;
	font-weight: 200;
	color: #035D0C;
	text-transform: uppercase;
}

section h3 {
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 35px;

}


.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: center;
}

.logo img {
	max-width: 100%;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
}

/* .logo:before{
	width: 112px;
	content: '';
	display: block;
	margin: auto;
	margin-bottom: 9px;
} */




@media(max-width:1400px){
    .header-center {
		display: none !important;
	}
}

@media(max-width:991px) {
	a.enquire-but {
		display: none;
	}


}

@media(max-width:420px) {
	.enquire-but {
		display: none;
	}
}











/* ==================================================*/
/*MENU STYLE START*/
/* ==================================================*/



@media(min-width:1201px) {
	ul.menu-main {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

.header-item {
	background: #fff;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none !important;
}

/* header */



.header .menu>ul>li {
	display: inline-block;
	line-height: 50px;
	margin-left: 25px;
	white-space: nowrap;
}

.header .menu>ul>li>a {
	font-size: 15px;
	font-weight: 500;
	color: #000000;
	position: relative;
	text-transform: capitalize;
	transition: color 0.3s ease;
	text-decoration: none;
}

.header .menu>ul>li .sub-menu {
	position: absolute;
	z-index: 500;
	background-color: #ffffff;
	box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
	padding: 20px 30px;
	transition: all 0.5s ease;
	margin-top: 25px;
	opacity: 0;
	visibility: hidden;
}

@media(min-width: 1201px) {
	.header .menu>ul>li.menu-item-has-children:hover .sub-menu {
		margin-top: 0;
		visibility: visible;
		opacity: 1;
	}
}

.header .menu>ul>li .sub-menu>ul>li {
	line-height: 1;
}

.header .menu>ul>li .sub-menu>ul>li>a {
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #555555;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
}

.header .menu>ul>li .single-column-menu {
	min-width: 280px;
	max-width: 350px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
	line-height: 1;
	display: block;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    padding: 10px 0;
    display: inline-block;
    font-size: 0.9rem;
    color: #555555;
    transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu.mega-menu {
	left: 50%;
	transform: translateX(-50%);
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
	max-width: 1100px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    flex: 0 0 25%;
    padding: 0px 7px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
	font-size: 16px;
	color: #ea4636;
	font-weight: 500;
	line-height: 1;
	padding: 10px 0 !important;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
	text-align: center;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    /* margin-top: 10px; */
    height: 300px;
    object-fit: cover;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .item-right a:hover,
.header .menu>ul>li:hover>a {
	color: #ea4636;
}

/* banner section */
.banner-section {
	background-image: url('../img/banner.jpg');
	background-size: cover;
	background-position: center;
	height: 700px;
	width: 100%;
	display: block;
}

.mobile-menu-head,
.mobile-menu-trigger {
	display: none;
}

/*responsive*/
@media(max-width: 1200px) {

	.header .item-center {
		order: 3;
		flex: 0 0 100%;
	}

	.header .item-left,
	.header .item-right {
		flex: 0 0 auto;
	}

	.v-center {
		justify-content: space-between;
	}

	.header .mobile-menu-trigger {
		display: flex;
		height: 30px;
		width: 30px;
		margin-left: 15px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
	}

	.header .mobile-menu-trigger span {
		display: block;
		height: 2px;
		background-color: #fff;
		width: 24px;
		position: relative;
	}

	.header .mobile-menu-trigger span:before,
	.header .mobile-menu-trigger span:after {
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
	}

	.header .mobile-menu-trigger span:before {
		top: -6px;
	}

	.header .mobile-menu-trigger span:after {
		top: 6px;
	}

	.header .item-right {
		align-items: center;
	}

	.header .menu {
		position: fixed;
		width: 320px;
		background-color: #ffffff;
		left: 0;
		top: 0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}

	.header .menu.active {
		transform: translate(0%);
	}

	.header .menu>ul>li {
		line-height: 1;
		margin: 0;
		display: block;
	}

	.header .menu>ul>li>a {
		line-height: 50px;
		height: 50px;
		padding: 0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.header .menu>ul>li>a i {
		position: absolute;
		height: 50px;
		width: 50px;
		top: 0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate(-90deg);
	}

	.header .menu .mobile-menu-head {
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #ffffff;
		top: 0;
	}

	.header .menu .mobile-menu-head .go-back {
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0, 0, 0, 0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color: #000000;
		font-size: 16px;
		display: none;
	}

	.header .menu .mobile-menu-head.active .go-back {
		display: block;
	}

	.header .menu .mobile-menu-head .current-menu-title {
		font-size: 15px;
		font-weight: 500;
		color: #000000;
	}

	.header .menu .mobile-menu-head .mobile-menu-close {
		height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0, 0, 0, 0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color: #000000;
		font-size: 25px;
	}

	.header .menu .menu-main {
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.header .menu>ul>li .sub-menu.mega-menu,
	.header .menu>ul>li .sub-menu {
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin: 0;
		padding: 15px;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
	}

	.header .menu>ul>li .sub-menu.active {
		display: block;
	}

	@keyframes slideLeft {
		0% {
			opacity: 0;
			transform: translateX(100%);
		}

		100% {
			opacity: 1;
			transform: translateX(0%);
		}
	}

	@keyframes slideRight {
		0% {
			opacity: 1;
			transform: translateX(0%);
		}

		100% {
			opacity: 0;
			transform: translateX(100%);
		}
	}

	.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
		margin-top: 0;
	}

	.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
		margin-bottom: 20px;
	}

	.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
		margin-bottom: 0px;
	}

	.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
		flex: 0 0 100%;
		padding: 0px;
	}

	.header .menu>ul>li .sub-menu>ul>li>a,
	.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
		display: block;
	}

	.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
		margin-bottom: 15px;
	}

	.menu-overlay {
		position: fixed;
		background-color: rgba(0, 0, 0, 0.5);
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity: 0;
		transition: all 0.5s ease;
	}

	.menu-overlay.active {
		visibility: visible;
		opacity: 1;
	}
}


















/* ==================================================*/
/*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: rgba(0, 0, 0, 0.15);
}

.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: 706px;*/
	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 {
	letter-spacing: -0.03em;
	text-align: left;
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 56px;
	line-height: 100%;
	color: #fff;
}

.slide-text h1 span {
	color: var(--main-color-one);
	font-size: 40px;
	line-height: 40px;
	font-weight: 400;
}

.slide-text p {
	padding: 0;
	color: #ffffff;
	font-size: 55px;
	line-height: 62px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 30px;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
	display: inline-block;
	width: 100%;
	/* text-shadow: 1px 1px #000; */
}

.slide-text h3 {
	font-size: 23px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: left;
	color: #FFFFFF;
}

.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-size: 0.9rem;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: left;
	text-decoration: none;
}

.slide-text-inner {
	padding-top: 35%;
}




/*------------------------------------------------------*/
/* 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: 98%;
		/*same width like container*/
		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-bottom: 18px;
	}

	.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 ----------*/

/* GOOGLE REVIEWS  */

h6.review-tag {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 16px;
	line-height: 187%;
	color: #000;
}

.g-rating h5 {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 26px;
	line-height: 115%;
	color: #000;
}

@media(max-width:991px) {
	.g-review-outer {
		flex-direction: column;
	}
}

/* SERVICES  */


h5.serv-tests {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 16px;
	line-height: 187%;
	text-align: center;
	color: #fff;
	margin: 0 0 12px;
}

a.book-services {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 12px;
	color: #fff;
	padding: 8px 15px;
	background: #d93d5d;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.services-block {
	background: linear-gradient(180deg, #102871 0%, #00b5c9 100%);
	border-radius: 17px 17px 0 0;
}

.services .jom-slider .tns-controls [aria-controls] {
	display: none;
}

h5.serv-tests span {
	padding: 0 10px;
}

h5.serv-tests p {
	font-family: var(--font-family);
	font-size: 16px;
	line-height: 187%;
	text-align: center;
	color: #fff;
	font-weight: 400;
}

.services-content {
	padding: 50px 50px;
}

@media(max-width:1200px) {
	.services-content {
		padding: 25px;
	}
}

.services-block img {
	width: 100%;
	border-radius: 17px 17px 0 0;
}

/* AB0UT US  */


.about-left img {
	border-radius: 17px;
	height: 100%;
	object-fit: cover;
}

.about-us-outer {
	display: grid;
	grid-template-columns: 40% 55%;
	gap: 5%;
}

@media(max-width:991px) {
	.about-us-outer {
		grid-template-columns: 100%;
	}

	.about-left img {
		width: 100%;
	}
}

h4.about-subhead {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
	line-height: 187%;
	color: #333442;
	text-transform: none;
}

h1.about-head {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 36px;
	line-height: 112%;
	color: #333442;
}

.about-para {
	font-family: var(--font-family);
	font-weight: 300;
	font-size: 16px;
	line-height: 156%;
	color: #373d3f;
}

a.about-buttton {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	background: #333442;
	border-radius: 5px;
	padding: 5px 15px;
	display: flex;
	align-items: center;
	gap: 7px;
	max-width: 150px;
	justify-content: space-between;
}


/* MODERN CENTER  */

.modern-center {
	border-radius: 24px;
	padding: 50px 50px;
	background: linear-gradient(to bottom, #e8f4ff 82%, transparent 50%);
}

@media(max-width:575px) {
	.modern-center {
		padding: 50px 25px;
	}
}


.mwc-block img {
	border-radius: 24px;
	width: 100%;
}


.mwc-name {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 18px;
	line-height: 128%;
	text-align: center;
	color: #fff;
}

.mwc-design {
	font-family: var(--font-family);
	font-size: 14px;
	line-height: 128%;
	text-align: center;
	color: #fff;
	font-weight: 400;
}

.mwc-inner {
	border-radius: 21px;
	/* padding: 10px; */
	position: relative;
	height: 440px;
	z-index: 9999;
}
.mwc-block {
	border-radius: 21px;
	padding: 10px;
	position: relative;
	top: 20px;
	border: 1px solid #2a3c6f;
}

.mwc-content {
	background: #4097df;
	border-radius: 16px;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	position: absolute;
	bottom: -24px;
	right: 0;
	left: 0;
	margin: 10px;
}

@media(max-width:1400px){
	.mwc-inner {
		height: 375px;
	}
}
@media(max-width:1200px){
	.mwc-inner {
		height: 305px;
	}
}
@media(max-width:991px){
	.mwc-inner {
		height: 330px;
	}
}
@media(max-width:768px){
	.mwc-inner {
		height: 475px;
	}
}
@media(max-width:575px){
	.mwc-inner {
		height: auto;
	}
	.mwc-block{
		position: static;
	}
	.mwc-content{
		bottom: 0;
	}
}









/* modern wellness center--slider button */

.modern-wellness-center .jom-slider [data-controls="prev"] {
	position: absolute;
	left: -25px;
}

.modern-wellness-center .jom-slider [data-controls="next"] {
	position: absolute;
	right: -25px;
}

.modern-wellness-center .jom-slider .tns-controls {
	position: absolute;
	top: 40%;
	width: 100%;
}

.modern-wellness-center .jom-slider [data-controls="next"]:after {
	content: '';
	width: 50px;
	height: 50px;
	content: '';
	display: block;
	background: url(../images/right-arrow.png) no-repeat;

}

.modern-wellness-center .jom-slider .tns-controls [aria-controls] {
	top: 30px;
}

.modern-wellness-center .jom-slider .tns-controls [aria-controls] {
	background: none;
}

.modern-wellness-center .jom-slider [data-controls="prev"]:after {
	content: '';
	width: 50px;
	height: 50px;
	content: '';
	display: block;
	background: url(../images/left-arrow.png) no-repeat;
}

@media(max-width:575px) {
	.modern-wellness-center .jom-slider [data-controls="prev"] {
		position: absolute;
		left: 25px;
	}

	.modern-wellness-center .jom-slider [data-controls="next"] {
		position: absolute;
		right: 25px;
	}
}




/* SPECIALITIES  */

.specialities-outer {
	background: #3995A1;
	padding: 50px 50px;
	border-radius: 17px;
}

.specialities-block img {
	width: 100%;
	border-radius: 5px;
}

.speciality-name {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 134%;
	color: #fff;
	margin: 5px 0 0;
}


/* specialities--slider button */

.specialities .jom-slider [data-controls="prev"] {
	position: absolute;
	left: -25px;
}

.specialities .jom-slider [data-controls="next"] {
	position: absolute;
	right: -25px;
}

.specialities .jom-slider .tns-controls {
	position: absolute;
	top: 40%;
	width: 100%;
}

.specialities .jom-slider [data-controls="next"]:after {
	content: '';
	width: 50px;
	height: 50px;
	content: '';
	display: block;
	background: url(../images/specialities-right.png) no-repeat;

}

.specialities .jom-slider .tns-controls [aria-controls] {
	top: 5px;
}

.specialities .jom-slider .tns-controls [aria-controls] {
	background: none;
}

.specialities .jom-slider [data-controls="prev"]:after {
	content: '';
	width: 50px;
	height: 50px;
	content: '';
	display: block;
	background: url(../images/specialities-left.png) no-repeat;
}

@media(max-width:575px) {
	.specialities .jom-slider [data-controls="prev"] {
		position: absolute;
		left: 25px;
	}

	.specialities .jom-slider [data-controls="next"] {
		position: absolute;
		right: 25px;
	}
}



/* DOCTORS  */

.doctors {
	background: linear-gradient(138deg, #102871 0%, #00b5c9 100%);
	padding: 100px 0;
}


.doc-block img {
	width: 100%;
	border-radius: 5px;
}

.doc-block h6 {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 0.9rem;
	line-height: 110%;
	color: #fff;
	margin: 20px 0 5px;
}

.doc-block p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 0.85rem;
	line-height: 125%;
	color: #fff;
}

.doctors .jom-slider .tns-controls [aria-controls] {
	display: none;
}



/* BLOOD TEST  */

.blood-test-slider {
	background: #fff;
	padding: 50px 50px 65px;
	border-radius: 17px;
}

h1.b-test {
	color: #174b85;
}

.bt-head {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	color: #174b85;
}

.bt-para {
	margin: 3px 0 0;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 168%;
	color: #174b85;
}

@media(max-width:575px) {
	.blood-test-slider {
		background: #fff;
		padding: 25px;
		border-radius: 17px;
	}

	.blood-test-block {
		flex-direction: column;
	}
}


/* WHY MODERN  */

.why-modern {
	background: url(../images/why-modern-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.why-modern .jom-slider .tns-controls [aria-controls] {
	display: none;
}

.benefits-slider {
	background: linear-gradient(138deg, #102871 0%, #00b5c9 100%);
	border-radius: 17px;
}




h6.benefits-name {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 121%;
	text-align: center;
	color: #fff;
	margin: 10px 0 0;
}

.benefits-block {
	padding: 30px 15px;
	transition: 0.3s;
}
/* 
.benefits-block:hover {
	background: #fff;
}

.benefits-block:hover h6.benefits-name {
	color: #184079;
}

.benefits-block:hover path {
	fill: #184079;
} */

@media(max-width:420px) {
	.benefits-slider {
		margin: 20px 35px 0;
	}
}


/* CERTIFICATIONS  */


.certifications-head {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 1rem;
	line-height: 150%;
	color: #174b85;
	text-align: center;
}

.certifications-para {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 0.9rem;
	line-height: 150%;
	text-align: center;
	color: #333442;
	text-align: center;
}

.cetifications-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
}

@media(max-width:991px) {
	.cetifications-wrapper {
		flex-wrap: wrap;
	}
}



/* HEALTH PACKAGES  */



.packages-outer {
	background: #3995A1;
	padding: 50px 50px;
	border-radius: 17px;
}


.packages-block img {
	width: 100%;
	border-radius: 5px;
	padding: 15px;
}



.packages-block {
	border-radius: 17px;
	position: relative;
	min-height: 350px;
}


.packages-name {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 1rem;
	line-height: 150%;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	background: #1573b4;
	position: absolute;
	top: 25px;
	right: 25px;
	padding: 2px 7px;
}

.package-bg {
	position: absolute;
	top: 66px;
	left: -15px;
	right: -15px;
	z-index: -9;
}

.plan {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	text-align: center;
	color: #fff;
}








/* packages--slider button */

.packages .jom-slider [data-controls="prev"] {
	position: absolute;
	left: -25px;
}

.packages .jom-slider [data-controls="next"] {
	position: absolute;
	right: -25px;
}

.packages .jom-slider .tns-controls {
	position: absolute;
	top: 40%;
	width: 100%;
}

.packages .jom-slider [data-controls="next"]:after {
	content: '';
	width: 50px;
	height: 50px;
	content: '';
	display: block;
	background: url(../images/specialities-right.png) no-repeat;

}

.packages .jom-slider .tns-controls [aria-controls] {
	top: 5px;
}

.packages .jom-slider .tns-controls [aria-controls] {
	background: none;
}

.packages .jom-slider [data-controls="prev"]:after {
	content: '';
	width: 50px;
	height: 50px;
	content: '';
	display: block;
	background: url(../images/specialities-left.png) no-repeat;
}

@media(max-width:575px) {
	.packages .jom-slider [data-controls="prev"] {
		position: absolute;
		left: 25px;
	}

	.packages .jom-slider [data-controls="next"] {
		position: absolute;
		right: 25px;
	}
}





















/* TESTIMOIALS  */


.testimonials-block img {
    border-radius: 5px;
    width: 42px;
    height: 42px;
    object-fit: cover;
}

.testimonials-content {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
	line-height: 187%;
	color: #333442;
}

.testimonial-name {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
	line-height: 187%;
	color: #333442;
}

.testimonials .jom-slider .tns-controls [aria-controls] {
	display: none;
}



/* FOOTER  */

footer {
	background: linear-gradient(138deg, #102871 0%, #00b5c9 100%);

}

a.footer-downloads {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 0.9rem;
	color: #fff;
	background: #d93d5d;
	border-radius: 5px;
	padding: 15px 20px;
}

.footer-row-1 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding: 60px 0 20px;
}

@media(max-width:991px) {
	.footer-row-1 {
		display: flex;
		flex-direction: column;
		text-align: center;
		align-items: center;
		justify-content: center;
		gap: 17px;
		padding: 90px 0 45px;
	}
}

.footer-row-2 {
	display: grid;
	grid-template-columns: 30% 40% 20%;
	gap: 5%;
	padding: 65px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

@media(max-width:991px) {
	.footer-row-2 {
		display: flex;
		flex-direction: column;
		text-align: center;
		align-items: center;
		justify-content: center;
		gap: 17px;
	}

	.f-icon-links {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.add-block {
		flex-direction: column;
	}
}

.head-office {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 187%;
	color: #fff;
}

.footer-center {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 24px;
	line-height: 125%;
	color: #fff;
}

.footer-block-para {
	font-family: var(--font-family);
	font-weight: 300;
	font-size: 16px;
	line-height: 187%;
	color: #fff;
}

.addr-loc-grid {
	font-family: var(--font-family);
	font-weight: 300;
	font-size: 16px;
	line-height: 187%;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

h6.f-link-head {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
	color: #fff;
}

.footer-links li>a {
	font-family: var(--font-family);
	font-weight: 300;
	font-size: 16px;
	line-height: 187%;
	color: #fff;
}

.footer-copyright {
	padding: 30px 0;
}

@media(max-width:768px) {
	.footer-copyright {
		flex-direction: column;
		text-align: center;
	}
}

.footer-copyright p {
	font-family: var(--font-family);
	font-weight: 300;
	font-size: 0.9rem;
	line-height: 187%;
	color: #fff;
}

.footer-copyright a {
	text-decoration: none;
}

/* APPOINTMENTS  */

.footer-outer {
	position: relative;
}

.footer-appointments {
	border-radius: 17px;
	background: #3995a1;
	padding: 20px 0;
	position: absolute;
	right: 0;
	left: 0;
	top: -40px;
}

@media(max-width:991px) {
	.footer-appointments {
		flex-direction: column;
		top: -65px;
	}
}

.appointment-no {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 28px;
	line-height: 145%;
	color: #fff;
}

@media(max-width:600px) {
	.appointment-no {
		font-size: 20px;
	}
}

.appointment-no span {
	font-weight: 200;
}



/* ST MARYS HOSPITAL */


.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: #3995A1;
    margin-bottom: 30px;
    padding: 20px;
    color: #fff;
    border-radius: 4px;
}

.section-careers-result .container .doctor-block h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    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: #fff;
    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: #fff;
    display: inline-block;
    padding: 5px 20px;
    color: #3995a1;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
    margin-top: 15px;
    background-image: #fff;
    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%;
}




/*---------------subpages-------------*/

.inner-banner {
    height: 300px;
    background-color: #3995A1;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.inner-banner .bs-slider-overlay {
    background: linear-gradient(168deg, #00000085 83%, #0000008c 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.inner-banner h1 {
    font-size: 45px;
    font-weight: 900;
    letter-spacing: 2px;
    /* text-transform: uppercase; */
    line-height: 30px;
    color: #FFF;
    position: relative;
    z-index: 9;
    text-shadow: 1px 1px #000;
    font-family: var(--second-family);
    margin: 0 0 7px;
}
@media  (max-width: 480px) {
	.inner-banner h1 {font-size:26px;}
}
@media (max-width:768px) {
	.inner-banner {
		height: 363px;
	}
}

.under-sub-banner {
    margin: 70px 0px 100px;
    position: relative;
}

.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.9rem;
    font-weight: 300;
    line-height: 20px;
    color: #fff;
}
.pathway li:before {
    content: '/';
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}
.pathway li a {
    color: #fff;	
}
.pathway li:nth-child(1):before{
	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: 100%;
    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: 10px;
	margin-top:0px;
}
.welcome-sub-content p img {max-width: 100%;border-radius:6px;}
.right-sub-section .welcome-sub-content h1 {
    font-size: 35px;
    font-weight: 600;
    line-height: 36px;
    color: #305e92;
    padding: 0px 0px 30px;
    font-family: var(--second-family);
    font-style: italic;
}
.right-sub-section .welcome-sub-content h1 span {
    font-size: 16px;
    font-weight: 800;
    line-height: 30px;
    display: inline-block;
    width: 100%;
    /* padding-top: 10px; */
    color: #000;
}
.right-sub-section .welcome-sub-content h3 {
    font-size: 23px;
    font-weight: 700;
    line-height: 38px;
    display: inline-block;
    width: 100%;
    padding: 0;
    color: #f23b7c;
    margin: 0;
}
.right-sub-section .welcome-sub-content h4 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 30px;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    color: #3995A1;
}
.right-sub-section .welcome-sub-content h4.strong{font-weight: 600; color: #fff; background-color: #383838;}
.right-sub-section .welcome-sub-content p {
    color: #000000;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 28px;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 20px 0px;
    /* text-align: justify; */
}
.right-sub-section .welcome-sub-content p:last-child {margin-bottom:0px; padding-bottom:0px;text-align: justify;}
.right-sub-section .welcome-sub-content th {font-weight: 600; color: #fff; background-color: #fa1e44; font-size: 18px;}
.right-sub-section .welcome-sub-content td {
    font-weight: 500;
    color: #282828;
    font-size: 0.9rem;
}
.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;
    background-image: linear-gradient(-15deg,#e8f4ff ,#e8f4ff );
    padding: 13px 35px;
    margin-top: 15px;
    /* border-radius: 0 22px 5px 0; */
    list-style-type: disclosure-closed;
    padding-left: 25px;
}
.right-sub-section .welcome-sub-content li {
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    color: #000;
    /* padding: 5px 15px 6px 15px; */
    text-align: justify;
    list-style-position: inside;
}
.notp ol{
	margin: 0;
	padding: 0;
}
.notp strong{
	color: #F03922;
}
.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: #733d90;*/
	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%;
    /*background: linear-gradient(45deg, #d81b60, #ffd700);*/
}
.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: 400;
	line-height: 20px;
	list-style: none;
}
.left-sub-menu-section .left-menu-one ul li a{
	padding: 12px 0px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	width: 100%;
	display: inline-block;
}
.left-sub-menu-section .left-menu-one ul li a:hover{
	text-decoration: none;
	color: #fcee4f;
}
.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:#fa1e44;font-weight:700;font-size:26px;margin-bottom:1rem;}


.subpage-section {
    text-align: center;
    padding: 60px 0px 100px;
    /* background: linear-gradient(129deg, #c5ffe073 0%, #9bf1f18f 100%); */
    /* padding: 40px 50px; */
}
.subpage-section h3 {
    margin-bottom: 15px;
    font-size: 35px;
    font-weight: 600;
    line-height: 36px;
    color: #305e92;
    padding: 0px 0px 16px;
    font-family: var(--second-family);
    font-style: italic;
    text-align: left;
}
.subpage-section span {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    display: inline-block;
    width: 100%;
}
.subpage-section h4 {
    font-size: 18px;
    font-weight: 600;
    color: #174B85;
    margin-bottom: 10px;
    font-family: var(--second-family);
    line-height: 1.7rem;
}
.subpage-section .content {font-weight:400; text-align:left; overflow:hidden;}
.subpage-section .content p {font-size:16px; line-height:36px; margin-bottom:20px; font-weight:600;}
.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: #181860;
    text-decoration: none;
    line-height: 1rem;
}
.subpage-section .content .news-page-title a:hover {color:#fa1e44;}
.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: #E8F4FF;
    font-weight: 400;
    /* text-transform: uppercase; */
    font-size: 1rem;
}
.subpage-section .content td {
    vertical-align: middle;
    font-size: 0.9rem;
    color: #000;
}
.subpage-section .content .downloads-select {
    padding: 12px;
    margin-bottom: 10px;
    border: 1px solid #305e92;
    font-weight: 400;
    color: #305e92;
    outline: none;
    font-size: 0.9rem;
}
.subpage-section .content .downloads-button {
    display: inline-block;
    background-color: #333442;
    color: #fff;
    font-weight: 400;
    padding: 7px 15px;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
}
.subpage-section .content .downloads-button:hover {background:#fa1e44;}
.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 #fa1e44; background:#fa1e44; 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:#fa1e44;}
.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:#fa1e44;}

.modal-body {color:#fff;background:#000;}
.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: #fcee4f;
    border: 4px dotted #fff;
    display: block;
    width: 145px;
    height: 145px;
    border-radius: 0px;
    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:#fa1e44;
	border: 4px dotted #fff;
	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;
    font-size: 0.9rem;
    line-height: 24px;
}
.subpage-section .photo-album-name a {
    font-weight: 500;
    color: #333;
    font-size: 1rem;
    text-decoration: none;
    text-transform: uppercase;
}
.subpage-section .photo-album-name a:hover {color:#F03922;}

@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: 40px 0px 60px 0; */
    background: linear-gradient(129deg, #c5ffe073 0%, #9bf1f18f 100%);
    text-align: center;
    padding: 40px 50px;
}

.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: 7px 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    outline: none;
    font-weight: 400;
    font-size: 0.9rem;
}
.subpage-section .alumni-input:read-only {
    background: #fff;
    color:#999;
}
.subpage-section .alumni-input::placeholder {color:#999; font-weight:400;font-size:0.9rem;}
.subpage-section .alumni-button {
    padding: 8px 18px;
    border: none;
    background: #333442;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    width: 100%;
    font-family: var(--font-family);
    transition:0.3s;
}
.contact-feedback {
	background: #eaeff3;
	
}
.contact-feedback > .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* grid-gap: 20px; */
    align-items: center;
}
@media(max-width: 991px) {
	.contact-feedback > .container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
	.subpage-section-con {
		padding:0;
	}
}
.subpage-section .alumni-button:hover {background:#545561;}
.subpage-section .photo-upload-title {font-weight:800;}
.subpage-section .content label.error {color:#f00; display:block;}

.subpage-contact-us {
    /* text-align: center; */
    padding: 40px 0px 60px 0;
    /*background: #8cbbe1;*/
}
.subpage-contact-us h3 {
    font-size: 30px;
    font-weight: 700;
    color: #174b85;
    margin-bottom: 10px;
    line-height: 39px;
    font-family: var(--second-family);
    text-align: left;
}
.ranigiri-address {
    font-size: 14px;
    font-family: var(--font-family);
    text-align: justify;
    color: #000000;
    font-weight: 400;
}
.subpage-contact-us span{
	font-size: 18px;
	font-weight: 800;
	color: #181860;
	display: inline-block;
	width: 100%;
	/*padding-left: 20px;*/
}

.subpage-contact-us .contact-mg {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}
.subpage-contact-us .contact-mg h4 {
    font-size: 14px;
    margin-bottom: 0px;
    font-family: var(--font-family);
    text-align: justify;
}
.subpage-contact-us .contact-mg .contact-box {
    /* background: #fff; */
    height: 100%;
    /* padding: 20px 9px 0px; */
    margin-bottom: 30px;
    border-radius: 10px;
	text-align: center;
}
.contact-mg-learn {margin-top:40px;}
.contact-mg-learn a.lear-more {
    background-color: #fa1e44;
    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: 500;
    color: #3995a1;
    line-height: 26px;
    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: #181860;
    font-weight: 800;
    text-align: justify;
}
.subpage-contact-us .contact-address a {color:#fa1e44;}
.subpage-contact-us .contact-address a:hover {color:#181860;}

.subpage-section h2.contact {
    color: #333442;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 39px;
    font-family: var(--second-family);
    /* text-transform: uppercase; */
}
.subpage-section p.contactcnt {
    color: #000;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 20px;
    font-family: var(--font-family);
}
.contact-map {
	background:#f4f7fa;
}

.footer-social {
    display: inline-block;
    margin-top: 23px;
    /* padding-left: 94px; */
}
.footer-social a {
	border-radius: 3px;
	float: left;
	margin-right: 10px;
}


/* Footer Social Media Icons  */

/* Facebook  */
.footer-social a.facebook {
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	text-decoration:none;
}
.footer-social a.facebook::after {
	content: '\f09a';
    display: block;
    font-size: 16px;
    font-family: FontAwesome;
    padding: 4px 11px;
	color: #1F2F98;
}
/* Instagram */
.footer-social a.instagram {
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	text-decoration:none;
}
.footer-social a.instagram::after {
	content: '\f16d';
    display: block;
    font-size: 16px;
    font-family: FontAwesome;
    padding: 2px 9px;
    color: #1F2F98;
}

/* youtube */
.footer-social a.youtube {
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	text-decoration:none;
}
.footer-social a.youtube::after {
	content: '\f16a';
    display: block;
    font-size: 16px;
    font-family: FontAwesome;
    padding: 2px 7px;
    color: #1F2F98;
}
.donate-bx {
    background:#9BE7FF;
    padding:14px;
    border-radius:12px;
    font-weight:700;
    color:#000;
}




/* subpages-new contact us style -start */

.contact-us-grid>.container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    background: #fff;
    padding: 50px 30px;
}
@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: #000;
    font-weight: 500;
}

.contact-box p>strong {
    color: #333442;
    font-weight: 600;
    font-size: 1.1rem;
    font-family: var(--second-family);
}

.subpage-section input::placeholder {
	font-weight: 400;
}

.contact-us-grid {
    /* margin-bottom: 75px; */
    padding: 50px 0 50px;
    /*background: linear-gradient(129deg, #c5ffe073 0%, #9bf1f18f 100%);*/
    background: #e8f4ff;
}

.subpage-section input::placeholder {
	font-weight: 400;
}

/* subpages-new contact us style - end */


/*subpages-styles-end */






/*MODERN-DC STYLES SUBPAGE */


@media(max-width:991px) {
	.col-xl-6 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.welcome-sub-content .modern-dc img {
	width: 100%;
	border-radius: 0px;
	margin: 0 0 20px;
}

.right-sub-section .welcome-sub-content h4.subhead-dc {
    color: #fff;
    background: linear-gradient(138deg, #102871 0%, #00b5c9 100%);
    width: auto;
    font-weight: 600;
    padding: 5px 45px 5px 10px;
    border-radius: 0 25px 25px 0;
    margin: 0 0 12px;
    font-size: 1rem;
}

.welcome-sub-content .modern-team-block {
	position: relative;
}
.welcome-sub-content .modern-team-block .team-con {
    position: absolute;
    bottom: 10px;
    padding: 20px 0;
    padding-left: 30px;
    background: linear-gradient(to top, rgb(0 29 101 / 42%), rgb(0 0 0 / 38%));
    width: -webkit-fill-available;
    left: 0;
    border-radius: 0 0 45px 0;
}
.modern-team{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap:25px
}
@media(max-width:1200px){
    .modern-team{
    	grid-template-columns: repeat(3,1fr);
    	gap:15px
    }
}
@media(max-width:768px){
    .modern-team{
    	grid-template-columns: repeat(2,1fr);
    	gap:15px
    }
}
@media(max-width:768px){
    .modern-team{
    	grid-template-columns: repeat(2,1fr);
    	gap:15px
    }
}
@media(max-width:420px){
    .modern-team{
    	grid-template-columns: repeat(1,1fr);
    	gap:15px
    }
}
.welcome-sub-content .modern-team-block img {
    width: 100%;
    border-radius: 45px 0 45px 0;
}

h5.team-name {
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
}
h6.team-design {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 400;
    font-style: italic;
    margin: 5px 0 0;
}




.card-outer {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 40px;
}

@media(max-width:991px) {
	.card-outer {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media(max-width:768px) {
	.card-outer {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width:575px) {
	.card-outer {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 10px;
	}
}


.card {
	position: relative;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 0;
}

/* Card image */
.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
    margin: 0;
}

/* Hover effect */
.card:hover img {
	transform: scale(1.1);
}

/* Overlay with description */
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

/* Show overlay on hover */
.card:hover .overlay {
	opacity: 1;
}


.right-sub-section .welcome-sub-content .card p {
    color: #FFF;
    text-align: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding: 0 10px;
}

/*ACCORDIAN */  

.accordion-career {
    background-color: #02A6C0;
    color: #fff;
    cursor: pointer;
    padding: 13px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    outline: none;
    border: none;
    border-bottom: 1px solid #fff;
}
  
.active, .accordion-career:hover {
    background-color: #ccc;
}
  
  .accordion-career:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
  }
  
 /* .active:after {*/
	/*content: "\2212";*/
 /* }*/
  
  .career-panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
  }
.welcome-sub-content strong {
    color: #000;
    font-weight: 600;
}




/*Test */



li.services-menu {
    background: #6298d5;
    margin: 0 0 5px;
    padding: 5px 10px;
    font-weight: 400;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item li.services-menu a{
    color:#fff;
}
li.package-menu {
    background: #b0f8e8;
    margin: 0 0 5px;
    padding: 10px 10px;
    font-weight: 400;
}
.header .menu>ul>li .sub-menu.mega-menu>.list-item li.package-menu a {
    color: #000;
    font-weight: 600;
    font-style: italic;
}
@media(max-width:1200px){
    .list-item img{
        margin: 0 0 10px;
    }
    
}
li.package-profiles {
    background: #174b85;
    margin: 0 0 5px;
    padding: 30px 10px;
    font-weight: 400;
}
.header .menu>ul>li .sub-menu.mega-menu>.list-item li.package-profiles a{
    color:#fff;
    font-weight:600;
}

.hp-plans{
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap:15px;
}
@media(max-width:991px){
    .hp-plans{
        grid-template-columns: repeat(1, 1fr);
    }   
}
.hp-block {
    background: #174B85;
    padding: 15px;
    color: #fff;
    border-radius: 7px;
}
.welcome-sub-content .collapse {
    visibility: visible;
}

.welcome-sub-content .accordion {
     --bs-accordion-btn-focus-box-shadow: none !important; 
}
.welcome-sub-content .accordion-flush>.accordion-item {
    border: 1px solid #0000000f;
}
.news-subpage-grid{
    margin: 0 0 75px;
}

@media(max-width:991px){
    .news-subpage-grid{
        flex-wrap:wrap;
    }
}
.news-sub-outer-grid{
    display:grid;
    grid-template-columns: repeat(3,1fr);
    gap:10px;
}
@media(max-width:991px){
	.news-sub-outer-grid{
		grid-template-columns: repeat(2,1fr);
	}
}
@media(max-width:575px){
	.news-sub-outer-grid{
		grid-template-columns: repeat(1,1fr);
	}
}

.biochhemistry{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 15px;
}

@media(max-width:991px){
    .biochhemistry{
    	display: grid;
    	grid-template-columns: repeat(1,1fr);
    	gap: 15px;
    }
}


h2.main-ead-subpage {
    color: #305e92;
    font-size: 1.5rem;
    text-transform: capitalize;
    font-weight: 800;
}
.right-sub-section .welcome-sub-content h3.text-description {
    color: #000;
    font-family: var(--second-family);
    font-style: italic;
    font-weight: 600;
    font-size: 1.2rem;
    margin: 0 0 2px;
}


/*test */



.under-sub-banner::before {
    content: '';
    background: url(../images/sub-img-design4.png) no-repeat;
    display: block;
    position: absolute;
    z-index: 999;
    width: 150px;
    height: 100%;
    top: 0;
    /* left: -90px; */
    z-index: 0;
}
@media(max-width:1610px){
    .under-sub-banner::before {
        content: '';
        background: url(../images/sub-img-design5.png) no-repeat;
        display: block;
        position: absolute;
        z-index: 999;
        width: 150px;
        height: 100%;
        top: 0;
        /* left: -90px; */
        z-index: 0;
    }
}
@media(max-width:1510px){
    .under-sub-banner::before {
        content: '';
        background: url(../images/sub-img-design6.png) no-repeat;
        display: block;
        position: absolute;
        z-index: 999;
        width: 50px;
        height: 100%;
        top: 0;
        /* left: -90px; */
        z-index: 0;
    }
}
@media(max-width:625px){
    .under-sub-banner::before {
        content: '';
        background: url(../images/sub-img-design8.png) no-repeat;
        display: block;
        position: absolute;
        z-index: 999;
        width: 15px;
        height: 100%;
        top: 0;
        /* left: -90px; */
        z-index: 0;
    }
}
/*.under-sub-banner::before {*/
/*    content: '';*/
/*    background: url(../images/sub-img-design2.png) no-repeat;*/
/*    display: block;*/
/*    position: absolute;*/
/*    z-index: 999;*/
/*    width: 150px;*/
/*    height: 100%;*/
/*    top: -70px;*/
    /* left: -90px; */
/*    z-index: 0;*/
/*}*/
@media(max-width:1200px){
    /*.under-sub-banner::before {*/
    /*    opacity: 0.8;*/
    /*    width: 200px;*/
    /*}*/
}

.whatsapp-comm {
    position: fixed;
    /* width: 50px; */
    /* height: 50px; */
    bottom: 60px;
    right: 20px;
    z-index: 1000000;
    background: #0dc342;
    border-radius: 22%;
    text-align: center;
    border: 2px solid #fff;
    color: #fff;
    padding: 5px;
}


.subpage-section select.alumni-input{
    background: #fff;
    padding: 8px 15px;
}

.subpage-contact-us .about-head {
    color: #000;
    font-size: 1.5rem;
    /* font-style: italic; */
}
.our-services-enquiry {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
a.enquiry-service {
    color: #174b85;
    font-weight: 600;
    font-size: 0.9rem;
}