@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
	font-family: "Poppins", sans-serif;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}
a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.container {
	max-width: 1260px;
}
.heading-title {
	font-size: 46px;
	margin-bottom: 1px;
	font-family: "Cardo", serif;
	font-weight: bold;
}
p {
	color: #000;
	font-size: 16px;
	line-height: 27px;
}
.heading-title span {
	color: #0068b5;
}
.theme-btn a {
	background: #80bdd9;
	padding: 13px 26px;
	display: inline-block;
	color: #fff;
	border-radius: 10px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.theme-btn a:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #0068b5 30%, #759ff3);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.theme-btn a:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #0068b5 30%, #759ff3);
}
.heading-icon {
	vertical-align: sub;
}
/*----------------------------------------*/
/*              Menu css
/*----------------------------------------*/
.header-section .logo {
	margin-bottom: -49px;
	position: relative;
	z-index: 222;
}
.wrapper-menu ul.navbar-nav li a {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	margin-left: 4px;
}
.nav-item.buy-now a {
	background: #302018;
	border-radius: 10px;
	padding: 5px 22px !important;
}
.wrapper-menu.fixed ul.navbar-nav li.buy-now a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-left: 23px;
	background: #ffa725;
}
.wrapper-menu ul.navbar-nav {
	margin-left: auto;
}
.add-banner-wr .col-md-3 {
	padding: 0px;
}
.add-banner-wr {
	background-size: cover;
}
 @media (max-width:991px) {
.container {
	max-width: 100%;
}
.menu-bar ul.menu {
	position: fixed;
	width: 268px;
	left: 0;
	text-align: left;
	background: #fff;
	z-index: 2;
	padding: 0px 0px;
	z-index: 999;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
	transition: all .4s;
	box-shadow: 5px 0 5px -5px #333;
}
.nav_area ul li a img {
	padding-right: 10px;
	max-width: 41px;
	margin-top: -10px;
}
.menu-bar ul.menu.open {
	left: 0;
	overflow-y: scroll;
	padding-bottom: 30px;
}
.header .row {
	align-items: center;
}
.toggle {
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	margin: 0;
	text-align: center;
	display: block;
	position: absolute;
	right: 8px;
	top: -60px;
	z-index: 9999;
	background: #0068b5;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 50%;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 39px !important;
	font-size: 14px;
	color: #000;
	padding: 0px 14px;
	display: inline-block;
	width: 100%;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #000000;
	top: 10px;
	width: 40px;
	text-align: center;
	height: 30px;
}
nav.nav_area ul li {
	display: block;
	position: relative;
	border: 0;
}
nav.nav_area ul li {
	border-bottom: solid 1px #cbcbcb;
}
.menu-logo-mobile-view {
	padding: 12px;
}
.menu-logo-mobile-view a {
	display: inline-block;
	max-width: 95%;
}
ul.sub-menu {
	display: none;
	position: relative;
	background: transparent;
	padding: 0;
}
ul li .sub-menu li a {
	line-height: 14px;
}
.header .container {
	position: initial;
}
ul.sub-menu span.arrow {
	right: 10px;
	text-align: right;
}
span.arrow.close-icon i:before {
	content: '\f106';
}
ul.sub-menu li.menu-item-has-children span.arrow.close-icon i:before {
	content: "\f106";
}
.home-slider.owl-carousel .owl-item img {
	height: 300px;
}
.top-bar img {
	max-width: 25px;
	vertical-align: middle;
}
.select-drop {
	margin: 20px auto 0;
}
.menu-bar {
	position: initial;
	background: transparent;
}
}
 @media (min-width: 992px) {
label.toggle {
	display: none;
}
.menu-bar {
    width: 100%;
    text-align: right;
}
.nav_area > ul > li {
	display: inline-block;
	position: relative;
	padding: 0px 16px;
}
li.menu-item-has-children.language::after {
	content: "";
	position: absolute;
	border-right: solid 1px #fff;
	right: -4px;
	height: 14px;
	top: 5px;
}
li.menu-item-has-children.language {
	position: relative;
}
li.menu-item-has-children.language-chan {
	padding-right: 0px;
}
.nav_area ul li a {
	color: #000;
	font-size: 15px;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 38px;
	font-weight: 600;
}
.nav_area ul li a img {
	max-width: 15px;
	vertical-align: sub;
	margin-right: 3px;
}
span.arrow {
	padding-left: 0px;
	color: #000000;
	margin-left: 5px;
	position: absolute;
	top: 4px;
	font-size: 13px;
}
.nav_area > ul > li ul.sub-menu {
	display: block;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	display: none;
}
ul.sub-menu {
	min-width: 195px;
}
ul.sub-menu {
	position: absolute;
	background: #fff;
	z-index: 555;
	text-align: left;
}
.nav_area ul li:hover ul.sub-menu {
	display: block;
}
ul.sub-menu {
	position: absolute;
	z-index: 555;
	text-align: left;
	-webkit-box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
	box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
}
.nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu {
	/* transform: scaleY(1) translateZ(0); */
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	overflow: visible;
	z-index: 20;
	-webkit-transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	-o-transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15), -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
}
ul.sub-menu li ul.sub-menu {
	left: 100%;
	top: 0px;
	width: 100%;
}
.nav_area > ul > li ul.sub-menu li a:hover {
	width: 100%;
	padding-left: 16px;
	background-image: linear-gradient(to right, #0068b5 30%, #759ff3);
	color: #fff;
}
.nav_area > ul > li ul.sub-menu li a {
	position: relative;
	letter-spacing: 0px;
	font-weight: 400;
}
ul.sub-menu li a {
	color: #000;
	line-height: 24px;
	padding: 6px 14px;
	font-size: 14px;
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: padding .2s ease-out;
	-o-transition: padding .2s ease-out;
	transition: padding .2s ease-out;
	width: 100%;
	border-bottom: solid 1px #c9c9c9;
}
ul.sub-menu li.menu-item-has-children .arrow {
	color: #fff;
	padding-left: 0;
}
}
.top-logo.logo-mobile {
	display: none;
}
.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu {
	background: #50418a;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0;
	margin-top: 0px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a {
	font-size: 15px;
	padding-left: 11px;
	padding-right: 7px;
	margin-left: 0px;
	line-height: 28px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a:hover {
	background: #3b2a7b;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu .dropdown-toggle::after {
	position: absolute;
	right: 10px;
	top: 14px;
}
.wrapper-menu nav#nav {
	padding-bottom: 0px;
}
.wrapper-menu ul.navbar-nav > li > a {
	padding-bottom: 12px;
}
.menu-wrapper {
	padding-top: 19px;
}
.logo a {
	display: inline-block;
	max-width: 100%;
}
.header-right-info {
	text-align: right;
	padding-top: 5px;
	display: flex;
}
.header-div2 {
	padding-left: 0;
}
.header-right-info .social-icon {
	margin-top: 0px;
}
.mobile-menu.wrapper-menu {
	padding-top: 59px;
}
/******* Menu css End *******/
.event-box {
	position: relative;
	padding-bottom: 28px;
}
.events-box-wrapper {
	margin: 0px 26px;
	position: relative;
}
.events-box-wrapper .events-name-box {
	position: absolute;
	bottom: -18px;
	width: 100%;
	background: #fff;
	left: 0;
	padding: 13px;
	text-align: center;
}
.theme-btn-wrapper {
	text-align: center;
	margin-top: 50px;
}
.events-name-box .events-name a {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}
.border1 {
	width: 154px;
	height: 11px;
	margin: 0px auto;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
}
.border-bg-1 {
	background: #ccc8ed;
}
.border-bg-2 {
	background: #f7d18b;
}
.border-bg-3 {
	background: #80bdd9;
}
#events-gallery .owl-dots {
	display: none;
}
#events-gallery .owl-nav button {
	width: 36px;
	height: 36px;
	border: solid 2px #cccccc;
	border-radius: 100px;
	color: #cccccc;
	font-size: 21px;
	outline: 0;
	margin: 0;
}
#events-gallery .owl-nav button i {
	font-weight: 300;
}
#events-gallery .owl-nav button.owl-prev {
	position: absolute;
	left: -45px;
	top: 40%;
}
#events-gallery .owl-nav button.owl-next {
	position: absolute;
	right: -45px;
	top: 40%;
}
#members .owl-dots {
	display: none;
}
#members .owl-nav button {
	width: 36px;
	height: 36px;
	border: solid 2px #cccccc;
	border-radius: 100px;
	color: #cccccc;
	font-size: 21px;
	outline: 0;
	margin: 0;
}
#members .owl-nav button i {
	font-weight: 300;
}
#members .owl-nav button.owl-prev {
	position: absolute;
	left: -40px;
	top: 40%;
}
#members .owl-nav button.owl-next {
	position: absolute;
	right: -40px;
	top: 40%;
}
.dr-members-bg {
	background-color: #80bdd9;
	padding-top: 30px;
	padding-bottom: 50px;
	position: relative;
}
.dr-members-bg:after {
	content: "";
	width: 78%;
	height: 14px;
	background: #fdcc74;
	display: inline-block;
	position: absolute;
	top: -6px;
}
.dr-members-section {
	padding-right: 35px;
	position: relative;
}
.events-gallery-section {
	padding-bottom: 70px;
	padding-top: 139px;
	position: relative;
}
.dr-members-bg .heading-title {
	margin-bottom: 23px;
	color: #fff;
}
.members-info-box .members-name a {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}
.members-info-box p {
	color: #fff;
}
.members-box-wrapper {
	padding-top: 13px;
}
.dr-members-section .theme-btn-wrapper {
    display: inline-block;
    float: right;
    margin-top: 0px;
}
.dr-members-section .theme-btn {
	border: solid 1px #fff;
	border-radius: 10px;
}
.footer-menu {
	text-align: center;
}
.footer-section {
	background: #000000;
}
.footer-wrapper1 {
	padding-top: 76px;
	padding-bottom: 30px;
}
.footer-copy-right {
	border-top: solid 1px #fff;
	padding-top: 14px;
	padding-bottom: 14px;
}
.copy-right {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.besign-by {
	text-align: right;
}
.besign-by a {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.footer-menu ul li {
	display: inline-block;
	margin: 0px 11px;
}
.footer-menu ul li a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	font-weight: 500;
}
.footer-menu ul li a:after {
	content: "/";
	margin-left: 20px;
}
.footer-menu ul li:last-child a::after {
	display: none;
}
#events-gallery {
	margin-top: 21px;
}
.event-gallery-row .col-md-4 {
	margin-bottom: 46px;
}
.other-top-banner {
	position: relative;
}
.other-wrapp {
	position: absolute;
	top: 40%;
	left: 0px;
	width: 100%;
}
.top-banner-text {
	color: #fff;
	font-size: 45px;
	font-weight: bold;
	font-family: "Cardo", serif;
	line-height: 51px;
}
.event-gallery-section {
	padding-top: 55px;
	padding-bottom: 60px;
	position: relative;
	overflow: hidden;;
}
/*----------------------------------------*/
/*        Nice-select Box css
/*----------------------------------------*/
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 0;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 15px;
	text-transform: capitalize;
	height: 32px;
	line-height: 32px;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	border: solid 1px #d3d3d3;
	color: #003e7a;
	font-weight: 600;
}
.nice-select:hover {
	border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #999;
}
.nice-select:after {
	border-bottom: 2px solid #003e7a;
	border-right: 2px solid #003e7a;
	content: '';
	display: block;
	height: 6px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 19px;
	top: 51%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 6px;
}
.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	width: 100%;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.nice-select.disabled {
	border-color: #ededed;
	pointer-events: none;
}
.nice-select.disabled:after {
	border-color: #cccccc;
}
.nice-select.wide {
	width: 100%;
}
.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}
.nice-select.right {
	float: right;
}
.nice-select.right .list {
	left: auto;
	right: 0;
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}
.nice-select.small:after {
	height: 4px;
	width: 4px;
}
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}
.nice-select .list {
	background-color: #fff;
	border-radius: 0px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}
.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.nice-select .option.selected {
	font-weight: bold;
	color: #1d2482;
}
.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}
.no-csspointerevents .nice-select .list {
	display: none;
}
.no-csspointerevents .nice-select.open .list {
	display: block;
}
.select-box-wrapper {
	text-align: center;
	margin-bottom: 43px;
}
.select-box-row1 {
	display: flex;
	justify-content: center;
}
.select-box-row .nice-select {
	border: solid 1px #c3dbe9;
	height: 47px;
	line-height: 47px;
	border-radius: 7px;
	min-width: 219px;
	background: #eaf2f7;
}
.select-box-row {
	margin: 0px 12px;
}
.section-title-c {
	text-align: center;
	margin-bottom: 35px;
}
.doctor .members-info-box .members-name a {
	color: #000;
}
.doctor .members-info-box p {
	color: #000;
}
.doctor-section {
	padding-top: 55px;
	padding-bottom: 20px;
	position: relative;
}
.container.doctor {
	margin-bottom: 50px;
}
.doctor .content-p {
	margin-top: 67px;
	text-align: center;
}
.doctor .content-p p {
	font-size: 15px;
}
.structure-details-section {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	overflow: hidden;
}
.profile-card .profile-title {
	font-size: 33px;
	color: #000;
	font-weight: bold;
	margin-bottom: 9px;
}
.profile-card .profile-sub-title {
	font-size: 23px;
	margin-bottom: 10px;
	color: #000;
}
.profile-card p.qualifications {
	font-size: 18px;
	color: #2b66af;
	font-weight: 600;
}
.profile-card ul.details-list {
	margin-top: 22px;
	padding-left: 18px;
}
.profile-card ul.details-list li {
	position: relative;
	margin-bottom: 8px;
	color: #000;
	font-size: 17px;
	font-weight: 500;
	line-height: 29px;
}
.profile-card {
	padding-left: 52px;
}
.profile-card ul.details-list li:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #739bec;
	display: inline-block;
	position: absolute;
	left: -15px;
	top: 11px;
	border-radius: 100px;
}
.biography-wrapper {
	margin-top: 65px;
}
.biography-title-row {
	position: relative;
	margin-bottom: 25px;
	display: flex;
	width: 100%;
	align-items: center;
}
.biography-title-row .biography-title {
	font-size: 32px;
	color: #2b66af;
	font-weight: bold;
	font-family: "Cardo", serif;
	position: relative;
	padding-right: 12px;
	padding-left: 18px;
}
.biography-title-row .border-line {
	border-bottom: solid 2px #f5ce81;
	width: 100%;
}
.biography-title-row .biography-title:before {
	content: "";
	width: 8px;
	height: 34px;
	background: #f5ce81;
	position: absolute;
	top: 5px;
	left: 0px;
}
.biography p {
	line-height: 28px;
}
.news-details-title {
	font-size: 38px;
	margin-bottom: 9px;
	position: relative;
	color: #2b66af;
	font-weight: bold;
	font-family: "Cardo", serif;
}
.news-date {
	font-size: 19px;
	margin-bottom: 11px;
	color: #8dbbd6;
	font-weight: bold;
}
.news-date i {
	margin-right: 8px;
	font-size: 23px;
}
.news-details-img {
	padding: 29px 74px;
}
.news-details-title-row .news-details-title:before {
	content: "";
	width: 268px;
	height: 3px;
	position: absolute;
	bottom: -7px;
	display: inline-block;
	z-index: 222;
	background: #f5ce81;
}
.news-details-title-row .news-date {
	margin-top: 26px;
}
/*----------------------------------------*/
/*         News-list Page css
/*----------------------------------------*/
.news-list-info .news-list-title {
	font-size: 28px;
	margin-bottom: 9px;
	position: relative;
	color: #2b66af;
	font-weight: bold;
	font-family: "Cardo", serif;
}
.row.news-list {
	border: solid 3px #2b66af;
	margin-bottom: 59px;
	margin-left: 0px;
	margin-right: 0px;
	border-radius: 31px;
}
.news-list .news-list-info .theme-btn {
	position: absolute;
	bottom: -27px;
	right: 89px;
}
.news-list-info {
	display: flex;
	flex-flow: column;
	justify-content: center;
	height: 100%;
	padding-left: 35px;
	padding-right: 55px;
	position: relative;
}
.news-list-info .news-date {
	font-size: 16px;
	margin-bottom: 0;
}
.news-list-div {
	padding-left: 0px;
	border-radius: 27px;
	overflow: hidden;
}
.news-list-div .news-list-img {
	border-top-right-radius: 27px;
	position: relative;
	overflow: hidden;
	border-bottom-right-radius: 27px;
}
.news-list .news-list-info .theme-btn a {
	background: #f5ce81;
}
.news-list-section {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	overflow: hidden;
}
.pagination-wrapper ul {
	display: flex;
	justify-content: center;
}
.pagination-wrapper ul li {
	margin: 0px 6px;
}
.pagination-wrapper ul a {
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	border: solid 1px #d2d2d2;
	border-radius: 100px;
	line-height: 40px;
	color: #234479;
	font-size: 17px;
	text-decoration: none;
}
.pagination-wrapper ul a.active {
	background: #82addc;
	color: #fff;
}
.pagination-wrapper ul a.arrow-icon {
	color: #888888;
}
.containerfull .col-md-6 {
	padding: 0;
}
.containerfull .row {
	margin: 0;
}
#slider-home .owl-dots {
	display: none;
}
#slider-home .owl-nav button.owl-prev {
	left: -98%;
	font-size: 50px;
}
#slider-home .owl-nav button.owl-next {
	right: 10px;
	font-size: 50px; display: none;
}
.about-section {
	padding-top: 98px;
	position: relative;
}
#slider-home .owl-nav button {
	position: absolute;
	top: 40%;
	outline: 0;
}
#slider-home .owl-nav button i {
	color: #fff;
	font-size: 48px;
	font-weight: 300;
}
.fixed-img {
	clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
	position: absolute;
	left: 0;
	width: 54%;
	max-width: 100%;
	height: 507px;
}
.slider-div {
	right: 0;
	clip-path: polygon(7% 0, 100% 0%, 100% 100%, 0% 100%);
	z-index: 2;
	height: 507px;
	left: auto;
	margin-right: 0;
	float: right;
	margin-left: auto;
}
.slider-fixed-text {
	position: absolute;
	top: 20%;
	z-index: 2;
	padding: 0px 12%;
}
.slider-fixed-text .slider-fixed-title {
	font-size: 128px;
	color: #fff;
	font-family: "Cardo", serif;
	font-weight: bold;
	line-height: 95px;
	margin-bottom: 17px;
}
.slider-fixed-text p {
	color: #fff;
	font-weight: 500;
	line-height: 33px;
	font-size: 17px;
}
.slider-fixed-text .theme-btn a {
	border: solid 1px #fff;
	background: none;
}
.containerfull {
	overflow: hidden;
	position: relative;
}
.overlays {
	width: 81px;
	height: 536px;
	background: rgb(255, 197, 99, 0.9);
	position: absolute;
	left: 50%;
	z-index: 2;
	clip-path: polygon(40% 0, 100% 0, 60% 100%, 0% 100%);
	transform: rotate(2deg);
	margin-left: 5px;
	top: -2px;
}
.aboutus-details-info {
	border: solid 4px #6095ca;
	padding: 21px 52px;
	position: relative;
}
.about-div {
	margin-right: -44px;
	z-index: 2;
}
.aboutus-details-info .heading-title {
	line-height: 62px;
}
.aboutus-details-info .theme-btn {
	position: absolute;
	right: 56px;
	bottom: -27px;
}
.aboutus-details-info p {
	line-height: 24px;
	font-size: 15px;
}
.overlay-bg {
	width: 57%;
	height: 100%;
	position: absolute;
	top: 54px;
	right: 0px;
	display: inline-block;
	z-index: -1;
	background-color: rgba(245, 245, 245, 0.6);
}
.center-row {
	justify-content: center;
}
.graphic-bg1-img {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: -2;
}
.graphic-bg3-img {
	position: absolute;
	top: 30px;
	z-index: -1;
	width: 69%;
}
.graphic-bg2-img {
	position: absolute;
	top: -206px;
	width: 331px;
	right: 0px;
	z-index: 0;
}
.graphic-bg3-other {
	position: absolute;
	top: 23%;
	z-index: -2;
	width: 69%;
}
.select-box-wrapper-n {
	position: relative;
	z-index: 2;
}
.theme-btn.bg2 a {
	background: #90b0f0;
}
.dr-members-section .theme-btn a {
	display: flex;
}
.theme-btn.bg2 a i {
	margin-right: 5px;
}
.slider-for button:hover {
	background-color: #0068b5 !important;
}
.footer-menu ul li a:hover {
	color: #0068b5;
}
.slider-fixed-text .theme-btn a:hover {
	border: solid 1px #0068b5;
}

#members .owl-nav button:Hover, #events-gallery .owl-nav button:Hover {
    background: #0068b5;
    border: solid 2px #0068b5;
}
.wrapper-menu ul.menu li.active-hover > a {
    color: #0068b5;
}

.mobile-view-d {
    position: relative;
}

.mobile-view-d {display: none;}
.theme-btn-wrapper.mob {
    display: none;
}


/******* Mobile Layout *******/
@media only screen and (max-width: 767px) {
.slider-section-home .fixed-img, .slider-section-home .slider-div {
    width: 50%;
}
.slider-section-home .fixed-img img, .slider-section-home .slider-div .slider-img-home img {
    height: 150px;
    object-fit: cover;
    width: 100%;
}
.desktop-view-d {display: none;}
.mobile-view-d p {
    color: #000;
    line-height: 27px !important;
    font-size: 15px !important;
}
.mobile-view-d .theme-btn a {
    background: #80bdd9;
}
.mobile-view-d {
    position: relative;
    text-align: center;
    margin-bottom: 12px;   
}
.mobile-view-d {display: block;}
.dr-members-section .desktop-view-btn {display: none;}
.dr-members-section .theme-btn-wrapper.mob {
    float: revert;
    text-align: center;
    width: 100%;
}
.events-name-box .events-name a {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    line-height: 17px;
}

.theme-btn-wrapper.mob {
    display: block;
} 
.dr-members-bg .heading-title {
    text-align: center;
}







	
#slider-home .owl-nav button {
    display: none;
}
.header-section .logo {
	margin-bottom: 0;
	max-width: 246px;
}
.slider-div {
	right: 0;
	clip-path: none;
	z-index: 2;
	height: auto;
	left: auto;
	margin-right: 0;
	float: right;
	margin-left: auto;
	margin-top: 0px;
}
.fixed-img {
	clip-path: none;
	position: relative;
	left: 0;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.overlays {
	display: none;
}
.aboutus-details-info {
	padding: 20px 21px;
	padding-bottom: 53px;
}
.heading-title {
	font-size: 33px;
}
.events-gallery-section {
	padding-bottom: 70px;
	padding-top: 73px;
}
.besign-by {
	text-align: center;
	padding-top: 14px;
}
.copy-right {
	text-align: center;
}
.footer-menu ul li a:after {
	content: "/";
	margin-left: 13px;
}
.footer-menu ul li a {
	font-size: 15px;
}
.footer-menu ul li {
	margin: 5px 4px;
}
.footer-wrapper1 {
	padding-top: 30px;
	padding-bottom: 23px;
}
.dr-members-section {
	padding-right: 0;
}
.dr-members-section .theme-btn-wrapper {
	position: relative;
	top: 0;
	right: auto;
	margin-top: 20px;
}
#members .owl-nav button.owl-prev {
	left: -8px;
}
#members .owl-nav button.owl-next {
	right: -8px;
}
#events-gallery .owl-nav button.owl-prev {
	left: -8px;
}
#events-gallery .owl-nav button.owl-next {
	right: -8px;
}
.events-box-wrapper .events-name-box {
	padding: 6px;
}
.about-section {
	padding-top: 43px;
}
.slider-fixed-text {
	top: 7%;
	padding: 0px 4%;
}
.slider-fixed-text .slider-fixed-title {
    font-size: 42px;
    line-height: 68px;
    margin-bottom: 7px;
    color: #0068b5;
    letter-spacing: 8px;
}
.slider-fixed-text p {
	line-height: 23px;
	font-size: 15px;
}
.select-box-row1 {
	display: inline-block;
}
.top-banner-text {
	font-size: 21px;
	line-height: 24px;
}
.other-wrapp {
	top: 21%;
}
.select-box-row1 .select-box-row {
	margin-bottom: 8px;
	display: inline-block;
}
.select-box-wrapper {
	margin-bottom: 20px;
}
.event-gallery-section {
	padding-top: 33px;
}
.select-box-row .nice-select {
	height: 42px;
	line-height: 42px;
}
.pagination-wrapper ul li {
	margin: 0px 3px;
}
.heading-icon {
	max-width: 49px;
}
.doctor .col-md-3 {
	max-width: 50%;
	padding: 0px 10px;
}
.members-info-box .members-name a {
	font-size: 16px;
}
.doctor .content-p {
	margin-top: 27px;
}
.doctor-section {
	padding-top: 25px;
	padding-bottom: 0;
}
.profile-card {
	padding-left: 0;
	padding-top: 28px;
}
.profile-card .profile-title {
	font-size: 22px;
}
.structure-details-section {
	padding-top: 35px;
}
.news-details-title {
	font-size: 22px;
	margin-bottom: 9px;
	line-height: 34px;
}
p {
	font-size: 15px;
}
.news-details-img {
	padding: 0px 0;
}
.thumbImg {
	margin: 7px;
}
.gallery-details-slider {
	margin-bottom: 15px;
}
.news-list-div {
	border-radius: 27px;
	padding-right: 0px;
}
.news-list-img img {
	width: 100%;
}
.news-list-info {
	display: flex;
	flex-flow: column;
	justify-content: center;
	height: 100%;
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
	padding-top: 22px;
	padding-bottom: 35px;
}
.news-list .news-list-info .theme-btn {
	position: absolute;
	bottom: -27px;
	right: auto;
	left: auto;
	width: 100%;
	text-align: center;
}
.news-list-info .news-list-title {
	font-size: 22px;
	margin-bottom: 9px;
	line-height: 27px;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.mobile-menu.wrapper-menu {
	padding-top: 0;
}
#slider-home .owl-nav button.owl-prev {
	left: 0;
}
.dr-members-section .theme-btn {
	display: inline-block;
}
#members .owl-nav button, #events-gallery .owl-nav button {
	background: #0068b5;
	border: solid 2px #0068b5;
}
}

/******* Tablet Layout *******/
@media only screen and (min-width: 768px) and (max-width: 991px) {
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.news-list-info {
	display: flex;
	flex-flow: column;
	justify-content: center;
	height: 100%;
	padding-left: 0;
	padding-right: 24px;
	position: relative;
}
.news-details-title {
	font-size: 32px;
}
.thumbImg {
	margin: 7px;
}
.dr-members-section {
	padding-right: 0px;
}
#events-gallery, #members {
	padding: 0px 30px;
}
#members .owl-nav button.owl-prev {
	left: -10px;
}
#members .owl-nav button.owl-next {
	right: -10px;
}
.footer-menu ul li {
	margin: 0px 5px;
}
.footer-wrapper1 {
	padding-top: 50px;
	padding-bottom: 30px;
}
#events-gallery .owl-nav button.owl-prev {
	left: -10px;
}
#events-gallery .owl-nav button.owl-next {
	right: -10px;
}
.events-box-wrapper .events-name-box {
	padding: 6px;
}
.events-box-wrapper {
	margin: 0px 8px;
}
.events-name-box .events-name a {
	font-size: 14px;
}
.slider-fixed-text .slider-fixed-title {
	font-size: 69px;
	line-height: 45px;
	margin-bottom: 7px;
}
.slider-fixed-text p {
	line-height: 21px;
	font-size: 12px;
}
.slider-fixed-text {
	position: absolute;
	top: 14%;
	z-index: 2;
	padding: 0px 6%;
}
.slider-div {
	height: auto;
}
.overlays {
	margin-left: -13px;
}
.heading-title {
	font-size: 35px;
}
.toggle {
	right: 14px;
	top: 23px;
}
.header-section .logo {
	margin-bottom: -24px;
}
.profile-card {
	padding-left: 10px;
}
}

/******** Medium Layout ********/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.news-list-info {
	padding-left: 18px;
	padding-right: 18px;
}
.dr-members-section {
	padding-right: 0px;
}
#events-gallery, #members {
	padding: 0px 30px;
}
#events-gallery .owl-nav button.owl-prev {
	left: -10px;
}
#events-gallery .owl-nav button.owl-next {
	right: -10px;
}
#members .owl-nav button.owl-prev {
	left: -10px;
}
#members .owl-nav button.owl-next {
	right: -10px;
}
.slider-fixed-text .slider-fixed-title {
	font-size: 75px;
	line-height: 64px;
	margin-bottom: 12px;
}
.slider-fixed-text p {
	line-height: 28px;
	font-size: 15px;
}
.slider-fixed-text {
	position: absolute;
	top: 14%;
	z-index: 2;
	padding: 0px 6%;
}
.slider-div {
	height: auto;
}
.overlays {
	margin-left: -6px;
}
.nav_area > ul > li {
	padding: 0px 10px;
}
.nav_area ul li a {
	font-size: 12px;
}
}

@media only screen and (min-width: 1400px) and (max-width: 2500px) {
.header-section .container {
    max-width: 1700px;
}
.nav_area ul li a {
    font-size: 16px;
}


}









