@media (min-width: 1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1200px;
		padding-left: 0;
		padding-right: 0;
		padding: 50px 0px;
	}

	.container-fluid,
	.container-xxl {
		padding: 0;
	}

	.responsive-logo,
	.scroll-top-arrow {
		display: none;
	}

	.normal-menu .navbar.Sticky,
	.navbar.Sticky {
		background: none;
		background-color: #fff !important;
	}

	.navbar.Sticky .nav-phone a {
		color: #000;
	}

	.sticky-menu .navbar .navbar-toggler {
		display: none;
	}

	.carousel-caption .container {
		padding-right: 200px !important;
	}

	.sticky-menu .logo-col {
		width: auto;
	}

	.sticky-menu .menu-col {
		width: 72%;
	}
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	padding: 50px 0px;
}

.btn-primary {
	color: #fff !important;
	font-size: 14px;
	line-height: 1.2;
	font-family: var(--sf-b);
	font-weight: 700;
	background-color: var(--sc-1) !important;
	border: 2px solid var(--sc-1) !important;
	text-transform: uppercase;
	padding: 12px 30px;
	transition: all 0.3s ease-in-out;
	border-radius: 0px;
	box-shadow: none !important;
}

.btn-primary span {
	font-weight: 500;
	font-size: 16px;
}

.btn-primary:hover {
	background-color: #000 !important;
	border: 2px solid #000 !important;
}

.btn-secondary {
	color: #fff !important;
	font-size: 14px;
	line-height: 1;
	font-family: var(--sf-b);
	font-weight: 700;
	background-color: var(--sc-2) !important;
	border: 2px solid var(--sc-2) !important;
	padding: 15px 25px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	border-radius: 0px;
	box-shadow: none !important;
}

.btn-secondary:hover {
	background-color: var(--sc-1) !important;
	border: 2px solid var(--sc-1) !important;
}

.btn-outline-light {
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: center;
	color: #fff !important;
	font-size: 13px;
	line-height: 1.2;
	font-family: var(--sf-b);
	background-color: transparent !important;
	border: 1px solid #fff !important;
	text-transform: uppercase;
	padding: 8px 30px;
	transition: all 0.3s ease-in-out;
	border-radius: 0;
	box-shadow: none;
}

.btn-outline-light:hover {
	color: var(--sc-2) !important;
	background-color: #fff !important;
}

.btn-outline-light img {
	-webkit-filter: brightness(0) invert();
	filter: brightness(0) invert();
	transition: all 0.3s ease-in-out;
}

.btn-outline-light:hover img {
	filter: inherit;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus,
.btn-check:focus+.btn-primary,
.btn-primary:focus {
	box-shadow: none !important;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.carousel-indicators [data-bs-target] {
	height: 10px;
	width: 10px;
	border-radius: 100%;
}

/************* Site Page CSS Start *************/

/** Top Navigation Start **/
.normal-menu {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 99;
	background-color: transparent !important;
	padding: 0;
}

.navbar {
	padding: 0 !important;
}

.navbar>.logo-container {
	padding: 15px 0px;
	align-items: flex-start;
	position: relative;
	justify-content: flex-end;
}

.logo a {
	display: block;
	width: 350px;
	height: 100px;
	background: url(../images/imgs/main-logo.svg) no-repeat left top;
	text-indent: -999999px;
	background-size: 100%;
}

.normal-menu .menu-col {
	padding-right: 140px;
}

.nav-phone a {
	color: var(--sc-1);
	font-size: 18px;
	line-height: 0.9;
	text-transform: uppercase;
	font-family: var(--sf-m);
	position: relative;
}

.nav-phone a i {
	margin-right: 5px;
}

.nav-phone a+a {
	margin-left: 15px;
	padding-left: 15px;
	border-left: 2px solid #444444;
}

.nav-phone a:hover {
	color: var(--sc-2);
}

.sticky-menu .btn-outline-light {
	padding: 7px 7px;
	color: #fff !important;
	background-color: var(--sc-2) !important;
	border: 1px solid var(--sc-2) !important;
}

.sticky-menu .btn-outline-light:hover {
	color: var(--sc-2) !important;
	background-color: #fff !important;
}

.navbar .navbar-toggler {
	padding: 0;
	border: 0;
	color: #fff;
	font-size: 32px;
	box-shadow: none;
	display: block;
	position: fixed;
	top: 42px;
	right: 118px;
}

.navbar-expand-lg .navbar-collapse {
	display: block !important;
}

.navbar .navbar-nav {
	gap: 10px 15px;
	/*10px 20px*/
}

.navbar ul li {
	background-image: none;
	padding: 0;
	position: relative;
}

.navbar ul .nav-item.footer-btn {
	display: none;
}

.navbar ul.MenuServiceUL {
	width: 70%;
	column-count: 3;
}

.navbar ul.MenuServiceUL li {
	background-image: url(../images/plus-img1.png);
	padding-left: 20px;
	background-position: 0px 23px;
	cursor: pointer;
	border-bottom: 1px solid var(--sc-2);
	padding: 17px 0px 17px 20px;
	break-inside: avoid;
	-moz-break-inside: avoid;
	-webkit-break-inside: avoid;
	column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-webkit-column-break-inside: avoid;
}

.menu li ul.sub-menu li {
	background-image: url(../images/plus-img1.png);
	padding-left: 15px;
	background-position: 10px 13px;
	cursor: pointer;
}

.navbar .navbar-nav .nav-link,
.navbar .navbar-nav a {
	color: #444444;
	font-size: 13px;
	line-height: 2;
	text-transform: uppercase;
	font-family: var(--sf-b);
	/* font-weight: 700; */
	padding: 0px;
	background-color: transparent;
}

.full-width-submenu .ImgWrap {
	min-width: 340px;
	max-width: 340px;
	min-height: 235px;
	display: flex;
	align-items: center;
	line-height: 0;
}

.navbar .navbar-nav .full-width-submenu .nav-link,
.navbar .navbar-nav .full-width-submenu a {
	color: #444444;
	font-size: 18px;
	line-height: 1.3;
	text-transform: none;
	font-family: var(--sf-pd);
	font-weight: 400;
}

.navbar .navbar-nav .sub-menu .nav-link,
.navbar .navbar-nav .sub-menu a {
	color: #444444;
	font-size: 15px;
	line-height: 1.3;
	text-transform: none;
	font-family: var(--sf-pd);
	font-weight: 400;
	/*padding: 10px;*/
}

/*.navbar .navbar-nav ul li:hover{
		filter: invert(32%) sepia(10%) saturate(7300%) hue-rotate(70deg) brightness(100%) contrast(40%);
	}*/
.navbar .navbar-nav ul li:hover a.nav-link {
	color: var(--sc-1) !important;
}

.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav a:hover,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .show>.nav-link {
	color: var(--sc-1);
}

.normal-menu .navbar .navbar-nav {
	justify-content: flex-end;
}

.sticky-menu {
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	background-color: #fff;
}

.sticky-menu .logo a {
	width: 300px;
	height: 80px;
	background: url(../images/imgs/sticky-logo.svg) no-repeat left top;
}

.responsive-logo .container {
	padding: 10px 0;
	text-align: center;
}

.dropdown-toggle {
	padding: 5px 10px;
	border: 1px solid #ddd;
}

span.has-subnav {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 40px;
	position: absolute;
	right: 0px;
	padding: 0 0;
	top: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	border-left: 1px solid #d8d8d8;
}

span.has-subnav i {
	margin-top: -8px
}

.menu li ul.sub-menu li a::after {
	display: none;
}

span.has-subnav.active {
	transform: rotate(180deg);
	border-left: 0px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}

.res-list-menu {
	background-color: var(--sc-1);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 10px;
}

.res-list-menu .res-list-toggler {
	color: #fff;
	font-size: 32px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

/** 150124 vish **/

.header-search {
	color: #fff;
	margin-left: 20px;
	font-size: 20px;
	line-height: 1;
	transition: all 0.3s ease-in-out;
}

.sticky-menu .header-search {
	color: var(--sc-1);
	margin: 0 10px;
}

.sticky-menu .nav-phone {
	text-align: right;
}

.sticky-menu .small-text {
	font-size: 14px;
	line-height: 1.3;
	font-family: var(--sf-b);
	font-style: italic;
}

.sticky-menu .header-search:hover {
	color: var(--sc-2);
}

.full-width-search {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 200px;
	z-index: 999999;
	background-color: rgba(0, 121, 52, 0.95);
	transition: all 0.5s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.full-width-search.search-bar-active {
	opacity: 1;
	visibility: visible;
}

.full-width-search form .col {
	display: flex;
	position: relative;
}

.full-width-search form .col input {
	color: #fff;
	border: 0 !important;
	border-bottom: 1px solid #fff !important;
	width: 100%;
	background-color: transparent !important;
	font-size: 40px;
	padding: 15px 80px 15px 0px;
}

.full-width-search form .col input:focus {
	border: 0 !important;
	border-bottom: 1px solid var(--sc-2) !important;
	box-shadow: none !important;
}

.full-width-search form .col input::-webkit-input-placeholder {
	color: #fff;
	opacity: 0.5;
}

.full-width-search form .col input:-moz-placeholder {
	color: #fff;
	opacity: 0.5;
}

.full-width-search form .col input::-moz-placeholder {
	color: #fff;
	opacity: 0.5;
}

.full-width-search form .col input:-ms-input-placeholder {
	color: #fff;
	opacity: 0.5;
}

.search-btn {
	padding: 15px;
	border: 0 !important;
	background-color: transparent;
	color: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 50px;
}

.remove-search {
	position: absolute;
	top: 20px;
	right: 25px;
	color: #fff;
	font-size: 25px;
}

@media only screen and (min-width: 1200px) {
	.res-list-menu {
		display: none;
	}

	.full-width-submenu {
		visibility: hidden;
		opacity: 0;
		transition-property: opacity, visibility;
		transition-duration: .2s, 0s;
		transition-delay: 0s, .2s;
		margin: 0;
		overflow: inherit;
		position: absolute !important;
		top: 32px !important;
		left: -415px !important;
		/*-620px*/
		line-height: initial;
		text-align: left;
		background-color: #fff;
		width: 1200px;
		box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
		padding: 12px;
		border-bottom: 8px solid var(--sc-2);
	}

	.menu li ul.sub-menu {
		visibility: hidden;
		opacity: 0;
		transition-property: opacity, visibility;
		transition-duration: .2s, 0s;
		transition-delay: 0s, .2s;
		margin: 0;
		overflow: inherit;
		position: absolute !important;
		top: 32px !important;
		left: 0px !important;
		line-height: initial;
		text-align: left;
		background-color: #fff;
		/* width: 225px; */
		width: 250px;
		box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
		border-bottom: 8px solid var(--sc-2);
	}

	.menu li.last-li-on-desktop ul.sub-menu {
		left: auto !important;
		right: 0px !important;
	}

	.menu li ul.sub-menu li {
		border-bottom: 1px solid #e2e2e2;
		padding: 10px 0px 10px 30px;
	}

	.menu span.has-subnav {
		display: none;
	}

	.js .menu>ul li:hover>ul,
	.js .menu>ul li ul li:hover>ul {
		display: block;
	}

	.menu li:hover .full-width-submenu,
	.menu li:hover>ul {
		visibility: visible;
		opacity: 1;
		transition-delay: 0s, 0s;
	}

	.board-of-directors-wrapper .res-list-tab {
		max-height: 825px;
		overflow-y: auto;
		max-width: 360px;
		display: block;
		padding-right: 20px;
	}

	.board-of-directors-wrapper ::-webkit-scrollbar {
		width: 8px;
		border-radius: 50px;
		background-color: #e1e1e1;
	}

	.board-of-directors-wrapper ::-webkit-scrollbar-thumb {
		background-color: var(--sc-2);
		border-radius: 50px;
	}
}

@media only screen and (min-width: 280px) and (max-width: 1199.98px) {
	.navbar>.logo-container {
		padding: 0px 0px;
		max-width: 100% !important;
	}

	.fixed-top {
		background: var(--sc-2) !important;
		background-color: var(--sc-2) !important;
		padding: 0;
	}

	.navbar-expand-lg .navbar-toggler {
		display: block;
	}

	.sticky-menu .d-flex.align-items-center.justify-content-end.gap-2,
	.sticky-menu .btn-col,
	.full-width-submenu .ImgWrap,
	.sticky-menu .logo-col,
	.normal-menu,
	.normal-menu .logo-col,
	.collapse:not(.show) {
		display: none !important;
	}

	.sticky-menu {
		background-color: var(--sc-2);
		display: block !important;
		position: relative;
		opacity: 1 !important;
	}

	.sticky-menu .col-xl-8.menu-col {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 9px;
	}

	.sticky-menu .col-xl-8.menu-col>.d-flex {
		width: 100%;
		justify-content: space-between !important;
		padding-right: 10px;
	}

	.sticky-menu .col-xl-8.menu-col>.d-flex .nav-phone {
		text-align: left;
	}

	.nav-phone a:hover {
		color: #fff;
	}

	.navbar-expand-lg .navbar-collapse {
		display: block !important;
		position: absolute;
		width: 100%;
		top: 50px;
		left: 0;
		background-color: #fff;
		overflow: hidden;
		max-height: 0;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	.phone.mb-2 {
		margin: 0 !important;
		justify-content: flex-start !important;
	}

	.navbar-expand-lg .navbar-collapse.show {
		max-height: 2000px;
	}

	.navbar .navbar-nav {
		gap: 0px;
		margin-bottom: 0 !important;
		flex-direction: column;
	}

	.navbar .navbar-nav .nav-link,
	.navbar .navbar-nav a {
		padding: 11px 15px;
		border-bottom: 1px solid #ddd;
	}

	.full-width-submenu,
	.menu li ul.sub-menu {
		overflow: hidden;
		max-height: 0;
		-webkit-transition: all 0.8s ease-in-out;
		-moz-transition: all 0.8s ease-in-out;
		-ms-transition: all 0.8s ease-in-out;
		-o-transition: all 0.8s ease-in-out;
		transition: all 0.8s ease-in-out;
		z-index: 9999;
		top: 50px;
	}

	.has-subnav.active+.full-width-submenu,
	.menu li ul.sub-menu.active {
		max-height: 880px;
		visibility: visible;
		opacity: 1;
	}

	.navbar ul.MenuServiceUL li a,
	.menu li ul.sub-menu li a {
		padding-left: 50px !important;
	}

	.navbar ul.MenuServiceUL li,
	.menu li ul.sub-menu li {
		padding: 0px !important;
		background-position: 25px 14px;
		border: 0 !important;
	}

	.navbar .navbar-nav .full-width-submenu .nav-link,
	.navbar .navbar-nav .full-width-submenu a,
	.navbar .navbar-nav .sub-menu .nav-link,
	.navbar .navbar-nav .sub-menu a {
		font-size: 16px;
	}

	.navbar ul.MenuServiceUL {
		width: 100%;
		column-count: 1;
	}

	.full-width-submenu .d-flex {
		display: block !important;
	}

	.res-list-tab {
		position: absolute;
		top: 42px;
		overflow: hidden;
		max-height: 0;
		-webkit-transition: all 0.8s ease-in-out;
		-moz-transition: all 0.8s ease-in-out;
		-ms-transition: all 0.8s ease-in-out;
		-o-transition: all 0.8s ease-in-out;
		transition: all 0.8s ease-in-out;
		z-index: 111;
		width: 100%;
		display: block !important;
		background-color: #fff;
	}

	.res-list-tab.active {
		max-height: 2000px;
	}
}

/** Top Navigation End **/

/** Footer Start **/
.footer-wrapper {
	background-color: var(--gray-color);
}

/*.footer-wrapper .row{
		gap: 0 40px;
	}*/
.map-col {
	line-height: 0;
}

.map-col iframe {
	width: 100% !important;
	border-radius: 5px;
}

.footer-link ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	list-style: none;
	gap: 0px;
	padding: 0;
	margin: 0;
}

.footer-link ul li {
	background-image: url(../images/black-plus-img1.png);
	background-size: 7px;
	background-position: 2% 8px;
	line-height: 1.2;
	margin-bottom: 15px;
}

.footer-wrapper ul li a {
	color: #494949;
	font-size: 15px;
	line-height: 1.3;
	font-family: var(--sf-m);
}

.copy,
.developed-by,
.developed-by {
	color: #494949;
	font-size: 14px;
	line-height: 1.3;
	font-family: var(--sf-r);
	margin-right: 5px;
}

.developed-by a:hover,
.footer-link ul li a:hover {
	color: var(--sc-1);
}

.footer-wrapper .flex {
	align-items: center;
}

.footer-wrapper .flex .link a {
	color: #000;
	font-size: 14px;
	border-left: 1px solid #333333;
	padding-left: 7px;
	display: inline-block;
	line-height: 12px;
}

.footer-wrapper .flex .link a:hover {
	color: var(--sc-1);
}




.footer-wrapper .label {
	margin-top: 30px;
}

.footer-wrapper .label h4,
.footer-wrapper .label h3,
.footer-wrapper .label h2 {
	font-size: 40px;
	line-height: 1.2;
	color: var(--sc-1);
	font-family: var(--sf-pd);
	font-weight: 400;
	font-style: italic;
	margin-bottom: 0;
	text-align: center;
}

.footer-logo {
	text-align: center;
}

.footer-wrapper .col-xl-3 {
	width: 330px;
}

.footer-wrapper .col-xl-2 {
	width: 240px;
}

.footer-wrapper .col-xl-4 {
	width: 545px;
}

.footer-wrapper .col-12 {
	border-right: 2px solid #ddd;
	padding-right: 35px;
	margin-right: 35px;
}

.footer-wrapper .col-12:last-child {
	border-right: 0px solid #ddd;
	padding-right: 0px;
	margin-right: 0px;
}

.footer-wrapper ul.services-link {
	display: block;
	columns: 2;
	column-gap: 0px;
}

.copy,
.developed-by,
.developed-by a {
	line-height: 1.6;
	color: #494949;
	margin: 0;
}

.contact-info-col {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
}

.contact-info-col:last-child {
	margin-bottom: 0px;
}

.contact-info-col .Icon {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: var(--text-black);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-info-col .Icon i {
	font-size: 15px;
	line-height: 1;
}

.contact-info-col .text,
.contact-info-col .text a {
	color: #000;
	font-size: 15px;
	line-height: 1.5;
}

.contact-info-col.phone .text,
.contact-info-col.phone .text a {
	font-family: var(--sf-b);
	font-size: 18px;
	font-weight: 700;
}

.contact-info-col .text a:hover {
	color: var(--sc-1);
}

.copyright {
	border-top: 1px solid #ddd;
	margin-top: 30px;
	padding-top: 30px;
}

.copy br {
	display: none;
}

.scroll-top-arrow {
	/* margin-top: 20px; */
	margin: 10px 0;
}

.scroll-top-arrow i {
	color: var(--sc-2);
	font-size: 25px;
}

/** Footer End **/

/** Floating Footer Start **/
.StickyBtns {
	position: fixed;
	bottom: 0;
	z-index: 109;
	right: 0;
	width: 100%;
}

.StickyBtns .FillRedBorder {
	height: 6px;
	background-color: var(--sc-2);
	position: absolute;
	width: 100%;
	bottom: 0;
}

.StickyBtns .MainWrapper {
	position: relative;
	bottom: 6px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 !important;
}

.StickyBtns .FSocialIcon {
	float: right;
	background-color: var(--sc-2);
	margin: 0 0 0 5px;
	padding: 7px 15px 7px;
	border-bottom: 0;
	width: auto;
	box-sizing: border-box;
}

.StickyBtns .FillRedBtn {
	display: inline-block;
}

.StickyBtns .MainWrapper .RightWrapper {
	display: inline-block;
	bottom: 0px;
	width: auto;
	right: 0px;
	position: absolute;
	z-index: 2;
}

.StickyBtns ul.SocialIcons {
	display: flex;
	margin: 0;
	padding: 0;
}

.StickyBtns ul.SocialIcons a {
	color: #fff;
}

.SocialIcons .fa-lg {
	width: 30px;
}

.StickyBtns ul.SocialIcons .fa-inverse {
	color: var(--sc-2);
}

.StickyBtns ul.SocialIcons a:hover {
	color: var(--sc-1);
}

.StickyBtns ul.SocialIcons a:hover .fa-inverse {
	color: #fff;
}

.StickyBtns .btn-primary .bi.bi-apple {
	margin-left: 10px;
}

.StickyBtns .btn-primary i {
	font-size: 18px;
}

.StickyBtns .btn-primary {
	color: #fff !important;
	font-size: 13px;
	line-height: 26px;
	text-transform: uppercase;
	font-family: var(--sf-b);
	font-weight: 700;
	border-radius: 0;
	padding: 13px 20px 10px 20px;
	border: 0;
	border: 2px solid var(--sc-2) !important;
	background-color: var(--sc-2) !important;
}

.StickyBtns .btn-primary:hover {
	background-color: var(--sc-1) !important;
}

.FillRedBtn.icon-btn {
	background-color: var(--sc-2);
	padding: 13px 10px 15px 10px;
}

.FillRedBtn.icon-btn h6 {
	color: #fff;
	font-size: 13px;
	line-height: 26px;
	text-transform: uppercase;
	font-family: var(--sf-b);
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0px 10px;
	/*padding: 13px 10px 15px 10px;*/
}

.FillRedBtn.icon-btn a i {
	font-size: 20px;
	line-height: 0;
	color: #fff;
	transition: all 0.3s ease-in-out;
	padding: 3px;
}

.FillRedBtn.icon-btn a span.text {
	transition: all 0.3s ease-in-out;
}

.FillRedBtn.icon-btn a span.text-white:hover {
	color: var(--sc-1) !important;
}

.FillRedBtn.icon-btn a i:hover {
	color: var(--sc-1);
}

.modal-header {
	display: block;
	text-align: center;
	padding: 40px 20px 0;
	border: 0;
}

.modal-header .btn-close {
	margin: 0;
	font-weight: 800;
	font-size: 15px;
	padding: 10px !important;
}

.modal-title {
	color: var(--sc-2);
	text-transform: uppercase;
	font-family: var(--sf-b);
	font-weight: 700;
	line-height: 1.3;
}

.form-control,
.form-select {
	padding: 0.3rem 20px 0.3rem 0.75rem;
	color: #444444;
	border-radius: 0;
	background-position: right .3rem center;
	height: 50px;
}

.modal.show .modal-dialog .modal-content {
	border: 0;
}

.footer-btn {
	display: none;
}

/** Floating Footer End **/

/** Index Page Start **/
.idxheader-wrapper,
.hero-slider-wrapper,
.hero-video-wrapper {
	position: relative;
	z-index: 1;
}

.idxheader-wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 200px;
	background-color: var(--sc-1);
	z-index: 1;
}

.hero-slider-wrapper .ImgWrap {
	position: relative;
}

.hero-slider-wrapper .ImgWrap::after {
	content: "";
	position: absolute;
	z-index: 1;
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	width: 100%;
	height: 180px;
	top: 0;
	left: 0;
}

.hero-slider-wrapper .ImgWrap img {
	display: block;
	width: 100%;
}

/* .hero-slider-wrapper .ImgWrap::before{
		content: '';
		position: absolute;
		background-color: rgba(0,0,0,0.25);
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	} */
.hero-slider-wrapper .container,
.hero-video-wrapper .container {
	position: relative;
	padding: 0;
}

.hero-slider-wrapper .row,
.hero-video-wrapper .row {
	margin-left: 0;
	margin-right: 0;
}

.hero-slider-wrapper .col,
.hero-video-wrapper .col {
	padding: 0;
	position: relative;
}

.hero-video-wrapper .VideoWrap {
	line-height: 0;
}

.idxheader-wrapper .carousel-caption {
	right: inherit;
	bottom: 45px;
	left: inherit;
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
	z-index: 1;
	width: 100%;
}

.hero-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
	width: 100%;
}

.hero-caption h1,
.carousel-caption h1 {
	color: #fff;
	font-size: 50px;
	line-height: 1.1;
	font-family: var(--sf-pd);
	font-weight: 400;
	margin-bottom: 0px;
}

.carousel-caption h1+.btn {
	margin-top: 20px;
}

.hero-caption h1 span,
.carousel-caption h1 span {
	color: var(--sc-3);
}

.hero-slider-wrapper .second-nav,
.hero-video-wrapper .second-nav {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	max-width: 170px;
	min-width: 170px;
	background-color: var(--sc-2);
	padding: 150px 38px 38px;
	margin-top: 15px;
}

.home-service-wrapper .col.left-col .desc a {
	color: var(--sc-2);
}

.home-service-wrapper .col.left-col .desc a:hover {
	color: #fff;
}

.home-service-wrapper .col.left-col .desc h6,
.home-service-wrapper .col.left-col .desc h5,
.home-service-wrapper .col.left-col .desc h4,
.home-service-wrapper .col.left-col .desc h3,
.home-service-wrapper .col.left-col .desc h2,
.home-service-wrapper .col.left-col .desc h1 {
	color: #fff;
}

.idxheader-wrapper .carousel-caption .btn {
	color: #fff !important;
	background-color: var(--sc-2) !important;
	border: 2px solid var(--sc-2) !important;
	padding: 15px 18px;
	margin-top: 15px;
}

.idxheader-wrapper .carousel-caption .btn:hover {
	background-color: var(--sc-1) !important;
	border: 2px solid var(--sc-1) !important;
}

.home-service-wrapper .container {
	max-width: 1160px;
	padding: 55px 0px;
}

.home-service-wrapper .left-col+.right-col {
	min-width: 722px;
	max-width: 722px;
	margin-left: 70px;
}

.home-service-wrapper .right-col .row {
	gap: 2px;
}

.home-service-col .col {
	min-width: 360px;
	max-width: 360px;
}

.home-service-col .images {
	position: relative;
	background-color: #025d29;
	transition: all 0.3s ease-in-out;
}

.home-service-col .col .images img {
	opacity: 0;
	mix-blend-mode: multiply;
	transition: all 0.3s ease-in-out;
}

.home-service-col .col:hover .images img {
	opacity: 1;
}

.home-service-col .col .text-col {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 15px 35px 15px 15px;
}

.home-service-col .col .icon img {
	transition: all 0.3s ease-in-out;
}

.home-service-col .col:hover .icon img {
	-webkit-filter: brightness(0) invert();
	filter: brightness(0) invert();
}

.home-service-col .col a {
	position: relative;
	display: block;
}

.home-service-col .col a::before {
	content: '';
	position: absolute;
	background: url(../images/icons/yellow-plus.jpg) no-repeat center;
	width: 18px;
	height: 18px;
	right: 8px;
	bottom: 8px;
	z-index: 1;
}

.second-nav-wrepper+.our-sponsors-wrapper .container,
.second-nav-wrepper+.home-latest-news-wrapper+.our-sponsors-wrapper .container,
.second-nav-wrepper+.home-latest-news-wrapper .container {
	padding-top: 20px;
}

.yellow-sepline {
	width: 150px;
	height: 2px !important;
	background-color: var(--sc-2);
	border: 0;
	opacity: 1;
	margin: 20px auto;
}

.home-latest-news-wrapper h6.title {
	letter-spacing: 1.5px;
}

.latest-news,
.our-sponsors-wrapper .title+.JcarouselSlider {
	margin-top: 30px;
}

.latest-news .col {
	max-width: 390px;
}

.latest-news .col a {
	display: block;
	height: 100%;
}

.latest-news .col:hover .btn-primary {
	color: #fff !important;
	background-color: var(--sc-1) !important;
}

.JcarouselSlider {
	position: relative;
}

.swiper-button-next1,
.swiper-container-rtl .swiper-button-prev1,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: -40px;
	left: auto;
}

.swiper-button-prev1,
.swiper-container-rtl .swiper-button-next1,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: -40px;
	right: auto;
}

.swiper-button-next1:after,
.swiper-button-prev1:after,
.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

.swiper-button-next1,
.swiper-button-prev1,
.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	display: block;
	width: 35px;
	height: 35px;
	top: 50%;
	margin-top: -17.5px;
	background-position: center;
	cursor: pointer;
	z-index: 10;
	text-indent: -9999px;
}

.swiper-button-prev1,
.swiper-button-prev {
	background: url(../images/icons/prev.png) no-repeat center;
}

.swiper-button-next1,
.swiper-button-next {
	background: url(../images/icons/next.png) no-repeat center;
}

.WithoutSlider+.swiper-button-next1,
.WithoutSlider+.swiper-button-next1+.swiper-button-prev1,
.WithoutSlider+.swiper-button-next,
.WithoutSlider+.swiper-button-next+.swiper-button-prev {
	display: none;
}

.WithoutSlider .swiper-wrapper {
	justify-content: center;
}

.swiper-container {
	overflow: hidden;
}

.our-sponsors-wrapper .container {
	max-width: 1115px;
}

.our-sponsors-wrapper .swiper-wrapper {
	align-items: inherit;
	height: auto !important;
}

.our-sponsors-wrapper .WithoutSlider .swiper-wrapper {
	gap: 20px;
}

.our-sponsors-wrapper .WithoutSlider .swiper-slide {
	min-width: 205px;
	max-width: 205px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.our-sponsors-wrapper .swiper-slide {
	display: flex;
	align-items: center;
	border: 2px solid #e5e5e5;
	padding: 10px;
}

.our-sponsors-wrapper .swiper-slide .ImgWrap {

	box-sizing: border-box;
	width: 100%;
	text-align: center;
}

.download-our-app-wrapper .bgc-2 {
	position: relative;
}

.download-our-app-wrapper .bgc-2::before {
	content: '';
	position: absolute;
	background: url(../images/imgs/cta-before-img.jpg) no-repeat center left;
	width: 365px;
	height: 185px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.download-our-app-wrapper .bgc-2::after {
	content: '';
	position: absolute;
	background: url(../images/imgs/cta-after-img.jpg) no-repeat center left;
	width: 500px;
	height: 185px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.download-our-app-wrapper .row {
	position: relative;
	align-items: center;
	justify-content: center;
	text-align: center;
	max-width: 670px;
	margin: 0 auto;
	min-height: 265px;
	z-index: 2;
}

.download-our-app-wrapper .col label {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	background-color: var(--sc-1);
	padding: 14px 12px;
	max-width: 350px;
	min-width: 350px;
	border-radius: 50px;
}

.download-our-app-wrapper .right-col {
	width: 260px;
	margin-top: -45px;
	max-width: 260px;
	margin-left: 55px;
}

.donate-cta-wrapper .btn,
.download-our-app-wrapper .btn-primary {
	color: #fff !important;
	font-size: 22px;
	font-weight: 400;
	background-color: var(--sc-1) !important;
	border: 2px solid var(--sc-1) !important;
	text-transform: none;
	padding: 14px 12px;
	font-family: var(--sf-r);
	display: flex;
	justify-content: center;
	gap: 15px;
	align-items: center;
	border-radius: 50px;
	margin: 0 auto;
	position: relative;
}

.download-our-app-wrapper .btn-primary i {
	font-size: 30px;
	border: 2px solid var(--sc-2);
	color: var(--sc-2);
	width: 35px;
	height: 35px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

.donate-cta-wrapper .btn {
	padding: 8px 12px;
}

.donate-cta-wrapper .btn i {
	font-size: 20px;
	border: 2px solid var(--sc-2);
	color: var(--sc-2);
	width: 35px;
	height: 35px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

.donate-cta-wrapper .btn:hover,
.download-our-app-wrapper .btn-primary:hover {
	background-color: transparent !important;
}

.donate-cta-wrapper .btn:hover i,
.download-our-app-wrapper .btn-primary:hover i {
	border: 2px solid var(--sc-1);
	color: var(--sc-1);
}

/*.only-title-desc-wrapper .container{
		max-width: 1100px;
	} */
.only-title-desc-wrapper .row {
	justify-content: center;
}

.only-title-desc-wrapper .col-xl-5,
.only-title-desc-wrapper .col-xl-7 {
	flex: 1 0 0%;
}

.only-title-desc-wrapper .col-xl-7 {
	margin-top: 0px !important;
}

.only-title-desc-wrapper .col-xl-5+.col-xl-7 {
	padding-left: 40px;
	flex: 1 0 16%;
}

.donate-cta-wrapper .container {
	padding: 0px;
}

.donate-cta-wrapper .d-flex {
	gap: 30px 150px;
}

.donate-cta-wrapper .col-center {
	max-width: 410px;
}

.donate-cta-wrapper .col-center h2.title {
	font-size: 55px;
	line-height: 1.2;
}

.donate-cta-wrapper .col-right {
	min-width: 250px;
	max-width: 250px;
}

.donate-cta-wrapper .small-text {
	font-size: 14px;
	line-height: 1.3;
	font-family: var(--sf-b);
	font-style: italic;
	color: #ffffff;
	margin-top: 10px;
}

.only-title-desc-wrapper+.our-sponsors-wrapper .container {
	padding-top: 0;
}

/** Index Page End **/



/** Inner Page Header Start **/

.inner-header-wrapper {
	position: relative;
	overflow: hidden;
}

.inner-header-wrapper::after {
	content: '';
	position: absolute;
	background-color: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.inner-header-wrapper .image img {
	max-width: inherit;
	width: 100%;
}

.inner-header-wrapper .ImgWrap img {
	width: 100%;
}

.header-text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 7px;
	z-index: 1;
}

.header-text .container {
	padding: 0;
}

.page-title {
	color: #fff;
	font-size: 70px;
	line-height: 1;
	text-transform: capitalize;
	font-family: var(--sf-pd);
	font-weight: 400;
	margin: 0;
}

/** Inner Page Header End **/

/** Contact Page Start **/
.contact-wrapper {
	overflow: hidden;
	background-color: #f5f5f5;
}

.contact-wrapper .container {
	max-width: 950px;
	padding: 55px 0;
}

.contact-wrapper .form-wrap {
	position: relative;
}

.contact-wrapper .FormWrapper .text h5 {
	margin-right: 10px;
	color: #444444;
}

.FormWrapper .form-control:focus {
	color: #444444;
}

.form-floating {
	overflow: hidden;
}

.form-floating>label {
	height: 30px;
	padding: 0px 15px;
	overflow: hidden;
	top: 15px;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
	opacity: .65;
	transform: scale(.85) translateY(-0.7rem) translateX(.01rem);
}

.ThanksMsg {
	color: var(--primary-color);
	font-size: 18px;
	line-height: 1.5;
	font-family: var(--sf-b);
	font-weight: 700;
	margin: 100px auto;
}

input:focus,
select:focus,
textarea:focus {
	box-shadow: 0 0 8px var(--sc-2) !important;
	border: 1px solid var(--sc-2) !important;
	transition: all 0.30s ease-in-out;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}

.form-floating>.bi-calendar-date+.datepicker_input+label {
	padding-left: 3.5rem;
	z-index: 3;
}

.form-floating>label {
	z-index: 9;
}

i.bi-calendar-date {
	background-color: #fff;
	border-left: 0;
	font-size: 22px;
}

.g-recaptcha {
	-moz-transform: scale(0.80);
	-ms-transform: scale(0.80);
	-o-transform: scale(0.80);
	-moz-transform-origin: 0;
	-ms-transform-origin: 0;
	-o-transform-origin: 0;
	-webkit-transform: scale(0.80);
	transform: scale(0.80);
	-webkit-transform-origin: 0 0;
	transform-origin: 0;
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.80, M12=0, M21=0, M22=0.80, SizingMethod='auto expand');
}

.contact-wrapper .btn-primary {
	padding: 14px 40px;
	border-radius: 0;
}

.contact-wrapper .btn-primary:hover {
	background-color: var(--sc-2) !important;
	border: 2px solid var(--sc-2) !important;
}

/** Contact Page End **/

/** Maintenance Page Start **/
.maintenance-wrapper {
	display: flex;
	align-items: center;
	height: 100vh;
}

.maintenance-wrapper .container {
	max-width: 1000px;
	background-color: var(--gray-color);
}

.maintenance-wrapper .Icon {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: var(--sc-2);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
}

.maintenance-wrapper .text,
.maintenance-wrapper .text a {
	color: #000;
	font-size: 15px;
	line-height: 1.5;
}

.maintenance-wrapper .text a:hover {
	color: var(--sc-1);
}

.maintenance-wrapper .border-start {
	border-color: #d5d5d5 !important;
}

.maintenance-wrapper .bottom-col {
	background-color: var(--sc-1);
	color: #fff;
}

/** Maintenance Page End **/


/*-------- second-nav-container start---------*/
.second-nav-container {
	position: absolute;
	top: 130px;
	right: 70px;
	z-index: 99;
}

.second-nav-container .container {
	padding: 0;
}

.second-nav-container .row {
	flex-direction: column;
	align-items: center;
	gap: 30px;
}

.second-nav-container .col-12 {
	text-align: center;
	width: 120px;
}

.second-nav-container .col-12::last-child {
	margin-bottom: 0;
}

.second-nav-container .col-12 .ImgWrap {
	margin-bottom: 10px;
}

.second-nav-container .col-12 a .text .title h6 {
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
}

.second-nav-container .col-12 a:hover .text .title h6 {
	color: var(--sc-2) !important;
}

/*-------- second-nav-container End---------*/


/*------our-mission-wrapper start-------*/
.our-mission-wrapper .col-12 {
	text-align: center;
}

.our-mission-wrapper h6.fs-16 {
	font-size: 30px;
	margin-bottom: 0;
}

.our-mission-wrapper .desc {
	font-size: 27px;
	line-height: 1.4;
	font-family: var(--sf-pd);
	font-weight: 400;
	color: var(--sc-1);
}

.our-mission-wrapper h6.fs-16+.desc {
	margin-top: 10px;
}

/*------our-mission-wrapper End-------*/




/*-------welcome-wrapper start--------*/

.welcome-wrapper {
	background-color: #f4f5f7;
}

.welcome-wrapper .container {
	padding: 60px 0 65px;
}

.welcome-wrapper .row {
	display: block;
}

.welcome-wrapper .col-lg-6 {
	width: 100%;
}

.welcome-wrapper .col-lg-6:first-child {
	max-width: 575px;
	float: left;
	margin-right: 35px;
}

.more-btn .btn-primary {
	color: var(--sc-1) !important;
	font-size: 13px;
	background-color: transparent !important;
	border: 1px solid var(--sc-1) !important;
	padding: 16px 28px;
	border-radius: 0;
	transition: all 0.3s ease-in-out;
}

.more-btn .btn-primary:hover {
	color: #fff !important;
	background-color: var(--sc-1) !important;
}

.welcome-wrapper .col-lg-6:first-child a {
	position: relative;
}

.welcome-wrapper .col-lg-6:first-child a::before {
	content: '';
	position: absolute;
	background-color: rgba(0, 0, 0, 0.20);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.welcome-wrapper .col-lg-6:first-child a::after {
	content: '';
	position: absolute;
	background-image: url(../images/icons/video-play.png);
	width: 57px;
	height: 56px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*-------welcome-wrapper End--------*/



/*-------services-nav-wrapper start--------*/

.services-nav-wrapper {
	background-color: var(--sc-1);
}

.services-nav-wrapper .container {
	padding: 30px 0 30px;
	max-width: 1250px;
}

.services-nav-wrapper .row {
	gap: 0px;
	/*15px*/
	justify-content: center;
	align-items: center;
}

.services-nav-wrapper .col-lg-2 {
	/* width:187px; 
	border-right: 1px solid #025d29; */

	width: auto;
	border-right: 1px solid #025d29;
	padding: 0px 22px;
	max-width: 200px;
}

.services-nav-wrapper .col-lg-2:last-child {
	border-right: 0px solid #025d29;
}

.services-nav-wrapper .service-box {
	align-items: center;
}

.services-nav-wrapper .service-box .icon {
	min-width: 40px;
}

.services-nav-wrapper .service-box .title h6 {
	transition: all 0.3s ease-in-out;
}

.services-nav-wrapper a:hover .service-box .title h6 {
	color: var(--sc-2) !important;
}

.idxheader-wrapper .services-nav-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	max-width: 200px;
	height: 100%;
	padding-top: 65px;
}

.faq-wrapper .faq-col .accordion-collapse {
	margin-top: 30px;
}

.faq-wrapper .accordion-button:focus {
	box-shadow: none;
}

.idxheader-wrapper .services-nav-wrapper .row {
	gap: 20px;
	padding: 12px 55px 12px 12px;
	align-items: inherit;
}

.idxheader-wrapper .services-nav-wrapper .d-flex,
.idxheader-wrapper .services-nav-wrapper .row {
	flex-direction: column;
}

.idxheader-wrapper .services-nav-wrapper .d-flex {
	text-align: center;
	gap: 10px !important;
}

.idxheader-wrapper .services-nav-wrapper .col-lg-2 {
	border: 0px;
	min-width: auto;
	padding: 0;
}

.idxheader-wrapper .services-nav-wrapper .col-lg-2 .btn-secondary {
	padding: 20px 10px;
	line-height: 1.3;
}

.idxheader-wrapper .services-nav-wrapper .col-lg-2 .btn-secondary:hover {
	background-color: transparent !important;
	border: 2px solid var(--sc-2) !important;
}

/*-------services-nav-wrapper End--------*/


/*---------second-nav-wrepper start--------*/

.second-nav-wrepper .container {
	padding: 50px 0px;
}

.second-nav-wrepper .container .row {
	padding: 30px 40px;
	background-color: var(--sc-2);
	gap: 23px;
	align-items: center;
}

.second-nav-wrepper .col-lg-8 {
	display: flex;
	align-items: center;
	gap: 20px;
}

.second-nav-wrepper .col-lg-8 .desc {
	font-size: 30px;
	line-height: 1.2;
	color: #fff;
	font-family: var(--sf-pd);
	font-weight: 400;

}

.second-nav-wrepper .col-lg-4 {
	text-align: center;
	width: 350px;
}

.second-nav-wrepper .col-lg-4 .nav-btn .small-text {
	font-size: 14px;
	line-height: 1.3;
	font-family: var(--sf-b);
	font-style: italic;
	margin-top: 10px;
	color: #ffffff;
}

.second-nav-wrepper .col-lg-4 .nav-btn .btn-primary {
	color: #fff !important;
	font-size: 22px;
	font-weight: 400;
	background-color: var(--sc-1) !important;
	border: 2px solid var(--sc-1) !important;
	text-transform: none;
	padding: 12px 12px;
	font-family: var(--sf-r);
	display: flex;
	justify-content: center;
	gap: 15px;
	align-items: center;
	border-radius: 50px;
	margin: 0 auto;
}

.second-nav-wrepper .col-lg-4 .nav-btn .btn-primary:hover {
	background-color: transparent !important;
	border: 2px solid var(--sc-1) !important;
}

.second-nav-wrepper .col-lg-4 .nav-btn .btn-primary:hover i {
	color: var(--sc-1);
	border: 2px solid var(--sc-1);
}

.second-nav-wrepper .col-lg-4 .nav-btn .btn-primary i {
	font-size: 25px;
	border: 2px solid var(--sc-2);
	color: var(--sc-2);
	width: 30px;
	height: 30px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

.second-nav-wrepper .col-lg-4 .nav-btn .phone {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.second-nav-wrepper .col-lg-4 .nav-btn h6 {
	line-height: 1;
}

.second-nav-wrepper .col-lg-4 .nav-btn .phone a {
	font-size: 40px;
	line-height: 1;
	color: #fff;
	font-family: var(--sf-m);
	transition: all 0.3s ease-in-out;
}

.second-nav-wrepper .col-lg-4 .nav-btn .phone a:hover {
	color: var(--sc-1) !important;
}

.second-nav-wrepper .col-lg-4 .nav-btn .phone i {
	font-size: 15px;
	width: 35px;
	height: 35px;
	border: 2px solid var(--sc-1);
	border-radius: 100%;
	color: var(--sc-1);
	display: flex;
	justify-content: center;
	align-items: center;
}

.student-responsibilities-wrapper+.second-nav-wrepper .container {
	padding-top: 0;
}

/*---------second-nav-wrepper End--------*/



/*-------form-text-wrapper start-------*/

.form-text-wrapper .container {
	padding: 55px 0;
}

.form-text-wrapper .title+.desc {
	color: #444444;
	margin-top: 20px;
}

/*-------form-text-wrapper End-------*/


.default-sep-line {
	width: 159px;
	height: 2px !important;
	background-color: var(--sc-2);
	margin: 10px 0 15px;
	opacity: 1;
}

/*-------mission-of-regenesis-wrapper start-------*/

.mission-of-regenesis-wrapper {
	background-color: #f5f5f5;
}

.mission-of-regenesis-wrapper .container {
	max-width: 1020px;
}

.mission-of-regenesis-wrapper .text .title h6 {
	letter-spacing: 1px;
}

.mission-of-regenesis-wrapper .text .title .default-sep-line {
	width: 159px;
	height: 2px !important;
	margin: 15px auto 22px;
}

.mission-of-regenesis-wrapper .text h3 {
	font-size: 22px;
	line-height: 1.5;
	color: #444444;
}

.mission-of-regenesis-wrapper .row {
	justify-content: center;
}

.mission-of-regenesis-wrapper .row+.row {
	margin-top: 20px;
}

.mission-of-regenesis-wrapper .col-md-6 {
	width: 495px;
	background-color: #fff;
	padding: 45px;
}

.mission-of-regenesis-wrapper .col-md-6 .default-sep-line {
	width: 92px;
	margin: 15px 0 20px;
}

.mission-of-regenesis-wrapper .col-sm-12 {
	background-color: #fff;
	padding: 45px;
}

.mission-of-regenesis-wrapper .col-md-12 {
	text-align: center;
}

/*.mission-of-regenesis-wrapper .col-md-12 .desc ul{
	column-count: 2;
	column-rule: 2px solid #d9d9d9;
	column-gap: 80px;
}
.mission-of-regenesis-wrapper .col-md-12 .desc li{
	background-image: none;
	padding: 0;
	margin-bottom: 27px;
}*/
.mission-of-regenesis-wrapper .desc li h4 {
	font-size: 22px;
	line-height: 1.2;
	font-family: var(--sf-pd);
	font-weight: 400;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.mission-of-regenesis-wrapper .desc li:last-child {
	margin-bottom: 0;
}

.mission-of-regenesis-wrapper .col-md-12 .default-sep-line {
	width: 92px;
	margin: 15px auto 35px;
}

.mission-of-regenesis-wrapper .col-md-12 .our-box h5.title,
.mission-of-regenesis-wrapper .col-md-12 .our-box .icons {
	text-align: center;
}

/*-------mission-of-regenesis-wrapper End-------*/




/*---------about-services-wrapper start--------*/

.about-services-wrapper .container {
	padding: 55px 0;
	max-width: 1175px;
}

.about-services-wrapper .row {
	display: block;
	background-color: #f5f5f5;
}

.about-services-wrapper .row:nth-child(even) {
	background-color: #fff;
}

.about-services-wrapper .col-xl-6 {
	width: 100%;
}

.about-services-wrapper .col-xl-6:first-child {
	float: left;
	margin-right: 50px;
	width: 560px;
	margin-bottom: 30px;
}

.about-services-wrapper .row:nth-child(even) .col-xl-6:first-child {
	float: right;
	margin-left: 55px;
	margin-right: 0px;
}

.about-services-wrapper.color .row {
	background-color: #fff;
}

.about-services-wrapper.color .row:nth-child(even) {
	background-color: #f5f5f5;
}

.about-services-wrapper h4.sub-title {
	font-size: 35px;
	line-height: 1.3;
	margin: 40px 0 30px;
	text-align: center;
	font-family: var(--sf-pd);
	font-weight: 400;
	color: var(--sc-1);
}

.about-services-wrapper .text ul li {
	background-image: url(../images/right-arow.png);
	margin-bottom: 15px;
}

/*---------about-services-wrapper End--------*/


/*---------our-strategic-wrapper start--------*/
.our-strategic-wrapper .container {
	max-width: 970px;
}

.our-strategic-wrapper .row {
	gap: 35px;
	justify-content: center;
}

.our-strategic-wrapper .col-lg-4 {
	border-bottom: 3px solid #f5f5f5;
	width: 300px;
}

.our-strategic-wrapper .logo-box .ImgWrap {
	max-width: 300px;
	min-height: 180px;
	background-color: #f5f5f5;
	display: flex;
	justify-content: center;
	align-items: center;
}

.our-strategic-wrapper .logo-box .text .logo-title h6 {
	margin: 15px 0;
	transition: all 0.3s ease-in-out;
}

.our-strategic-wrapper a:hover .logo-box .logo-title h6 {
	color: var(--sc-1);
}

/*---------our-strategic-wrapper End--------*/



/*----------faq-wrapper start--------------*/
.faq-wrapper.corporatehealthservices .faq-box {
	justify-content: space-between;
	gap: 0 35px;
}

.faq-wrapper.corporatehealthservices .faq-col .accordion-collapse {
	padding: 0 20px;
}

.faq-wrapper.corporatehealthservices .faq-col .accordion-collapse .desc ul li {
	background-image: url(../images/right-arow.png);
	margin-bottom: 10px;
	padding: 0px 0px 0px 25px;
}

.faq-wrapper .container {
	padding: 0 0 50px;
}

.faq-wrapper .accordion-button:hover,
.faq-wrapper .accordion-button:not(.collapsed) {
	background-color: var(--sc-1);
}

.faq-wrapper .faq-box {
	margin-bottom: 50px;
}

.faq-wrapper .accordion-body p:last-child,
.faq-wrapper .accordion-item:last-child .faq-box {
	margin-bottom: 0px;
}

.faq-wrapper .accordion-body {
	padding: 0rem 1.25rem;
}

.faq-wrapper .ImgWrap {
	order: 1;
	min-width: 560px;
	max-width: 560px;
	line-height: 0;
}

.faq-wrapper .ImgWrap iframe {
	width: 100% !important;
}

.faq-wrapper .accordion-button {
	color: #ffffff;
	font-size: 22px;
	line-height: 1.2;
	font-family: var(--sf-pd);
	font-weight: 400;
	gap: 15px;
	border-left: 4px solid var(--sc-2);
	margin-bottom: 20px;
	background-color: #f5f5f5;
	transition: all 0.3s ease-in-out;
}

.faq-wrapper .accordion-item:last-child .accordion-button {
	margin-bottom: 0;
}

.faq-wrapper .accordion-button.collapsed:hover {
	color: #fff;
}

.faq-wrapper .accordion-button:hover img,
.faq-wrapper .accordion-button:not(.collapsed) img {
	-webkit-filter: brightness(0) invert();
	filter: brightness(0) invert();
	transition: all 0.3s ease-in-out;
}

.faq-wrapper .accordion-button.collapsed {
	color: #444444;
}

.available-wrapper .accordion-button:not(.collapsed)::after,
.faq-wrapper .accordion-button:not(.collapsed)::after {
	background-image: url(../images/minus-img.png);
	transform: rotate(-180deg);
}

.available-wrapper .accordion-button::after,
.faq-wrapper .accordion-button::after {
	flex-shrink: 0;
	width: 19px;
	height: 19px;
	margin-left: auto;
	content: "";
	background-image: url(../images/plus-img.png);
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform .2s ease-in-out;
}

.faq-wrapper .faq-btn {
	display: flex;
	gap: 20px;
}

.faq-wrapper .faq-btn .btn-primary {
	color: #fff !important;
	font-size: 13px;
	background-color: var(--sc-2) !important;
	border: 2px solid var(--sc-2) !important;
	padding: 15px 27px;
	border-radius: 0;
}

.faq-wrapper .faq-btn .btn-primary:hover {
	background-color: var(--sc-1) !important;
	border: 2px solid var(--sc-1) !important;
}

/*----------faq-wrapper End--------------*/


/*--------health-services-details-wrapper start---------*/

.health-services-details-wrapper .container {
	max-width: 1180px;
}

.health-services-details-wrapper .row {
	display: block;
}

.health-services-details-wrapper .col-xl-6 {
	width: 100%;
}

.health-services-details-wrapper .col-xl-6:first-child {
	max-width: 530px;
	float: left;
	margin-right: 50px;
}

.health-services-details-wrapper .col-xl-6 iframe {
	width: 100% !important;
	height: 300px !important;
	border: 3px solid #fff !important;
}

/*.health-services-details-wrapper .col-xl-6 .ImgWrap{
	text-align: center;
}*/
.health-services-details-wrapper .col-xl-6 a.popup-youtube {
	position: relative;
	display: block;
}

.health-services-details-wrapper .col-xl-6 a.popup-youtube::before {
	content: '';
	position: absolute;
	background-color: rgba(0, 0, 0, 0.20);
	background-image: url(../images/icons/video-play.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.health-services-details-wrapper .text .default-sep-line {
	width: 125px;
	margin: 15px 0 20px;
}




.health-services-details-wrapper .services-btn {
	display: flex;
	gap: 10px;
}

.health-services-details-wrapper .services-btn .btn-primary {
	color: #fff !important;
	font-size: 13px;
	background-color: var(--sc-2) !important;
	border: 2px solid var(--sc-2) !important;
	border-radius: 0;
	padding: 16px 15px;
	width: 275px;
}

.health-services-details-wrapper .services-btn .btn-primary:hover {
	background-color: var(--sc-1) !important;
	border: 2px solid var(--sc-1) !important;
}

.health-services-details-wrapper .Services-Offered-Wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.health-services-details-wrapper .Services-Offered-Wrapper .Services-Offered-Col {
	background-color: #f5f5f5;
	padding: 20px;
	min-width: 575px;
	max-width: 575px;
}

/*--------health-services-details-wrapper End---------*/


/*------volunteer-wrapper start-----*/

.volunteer-wrapper {
	background-color: #f5f5f5;
}

.volunteer-wrapper .container {
	padding: 60px 0;
	max-width: 940px;
}

/*------volunteer-wrapper End-----*/




/*---------career-wrapper start-------*/
.career-wrapper {
	background-color: #f5f5f5;
}

.career-wrapper .desc {
	font-family: var(--sf-pd);
	font-weight: 400;
	font-size: 22px;
	line-height: 1.5;
	color: #444444;
}

/*---------career-wrapper End-------*/

/*----------- available-wrapper start----------*/
/* .available-wrapper .container{
	max-width: 1100px;
} */
.available-wrapper .accordion-button:hover,
.available-wrapper .accordion-button:not(.collapsed) {
	background-color: var(--sc-1);
}

.available-wrapper .accordion-body {
	background-color: #f5f5f5;
}

.available-wrapper .accordion-body h5 {
	margin-bottom: 30px !important;
}

.available-wrapper .accordion-body .JobTimeWrap {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 15px;
	text-transform: uppercase;
	font-family: var(--sf-b);
}

.available-wrapper .accordion-body .JobTimeWrap+.JobTimeWrap {
	margin-left: 15px;
	border-left: 2px solid #333;
	padding-left: 15px;
	line-height: 1;
}

.available-wrapper .accordion-body .full-width-box .col-md-6 {
	width: 100%;
}

.available-wrapper .accordion-button {
	color: #ffffff;
	font-size: 20px;
	line-height: 1.2;
	font-family: var(--sf-pd);
	font-weight: 400;
	gap: 15px;
	border-left: 4px solid var(--sc-2);
	margin-top: 20px;
	background-color: var(--sc-1);
	transition: all 0.3s ease-in-out;
}

.available-wrapper .accordion-item:first-child .accordion-button {
	margin-top: 0px;
}

.available-wrapper .col-12 {
	margin-bottom: 45px;
}

.available-wrapper .col-12 .sort-location h3 {
	margin-bottom: 0;
	margin-right: 10px;
}

.sort-location .dropdown form {
	margin-bottom: 0;
}

.available-wrapper .dropdown-menu {
	width: 255px;
}

.sort-location select,
.available-wrapper #DrpLanguage {
	padding: 11px 15px;
	width: 370px;
	text-align: start;
	background-color: #fff;
	border: 1px solid #b7b7b7;
	color: #444444;
	font-size: 14px;
	line-height: 26px;
	font-family: var(--sf-m);
}

#DrpLanguage::after {
	margin-left: 130px;
}

.available-wrapper .accordion-body .faq-btn {
	text-align: right;
}

.available-wrapper .accordion-body ul.position li {
	background-image: none;
	padding-left: 0px;
	background-color: #fff;
	padding: 10px 15px 15px;
	margin-bottom: 10px;
}

.available-wrapper .dropdown-menu li {
	background-image: none;
	padding-left: 0px;
}

.available-wrapper .info-box .col-md-6 {
	width: 100%;
	/*522px*/
	background-color: #fff;
	border-bottom: 4px solid var(--sc-1);
	padding: 30px 25px;
}

.available-wrapper .info-box .col-md-6 table {
	max-width: 500px !important;
	width: 100% !important;
	border-collapse: collapse !important;
}

.available-wrapper .info-box .col-md-6 table tr td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px 15px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}

.available-wrapper .info-box .col-md-6 ul li {
	background-image: url(../images/right-arow.png);
	padding-left: 25px;
	margin-bottom: 0px;
	/*10px*/
}

/*.available-wrapper .accordion-body ul.position li:last-child,
.available-wrapper .info-box .col-md-6 ul li:last-child{
	margin-bottom: 0px;
}*/


.available-wrapper .info-box .col-md-6 ul li ul li {
	background-image: url(../images/yellow-bullet.png);
}

.available-wrapper .info-box .Icon {
	font-size: 30px;
	color: var(--sc-1);
	border-bottom: 2px solid var(--sc-2);
}

.available-wrapper .accordion-button:focus {
	box-shadow: none;
}

/*----------- available-wrapper End----------*/

.health-services-details-wrapper+.second-editor-wrapper .container {
	max-width: 1180px;
	padding-top: 0;
}

.second-editor-wrapper .desc h2 {
	background-color: var(--gray-color);
	border-left: 5px solid var(--sc-2);
	color: var(--sc-1);
	font-size: 22px;
	line-height: 1.3;
	font-family: var(--sf-pd);
	font-weight: 400;
	padding: 15px;
}

.second-editor-wrapper .desc h2+p {
	padding: 5px 20px;
}

.board-of-directors-wrapper .container {
	max-width: 1100px;
	padding: 110px 0 50px;
}

.board-of-directors-wrapper .yellow-sepline {
	margin: 15px 0px;
}

.board-of-directors-wrapper .nav .nav-link {
	text-align: left;
	padding: 15px;
	border-bottom: 1px solid #c8c8c8;
	background-color: #fff;
	border-radius: 0;
	transition: all 0.3s ease-in-out;
	display: block;
	width: 100%;
}

.board-of-directors-wrapper .nav .nav-link:hover,
.board-of-directors-wrapper .nav .nav-link.active {
	border-bottom: 1px solid #f4f5f7;
	background-color: #f4f5f7;
}

.board-of-directors-wrapper .nav .nav-link h6 {
	color: #444444;
	font-size: 20px;
	line-height: 1.2;
	font-family: var(--sf-m);
	font-weight: normal;
	margin: 0;
	transition: all 0.3s ease-in--out;
}

.board-of-directors-wrapper .nav .nav-link .designation {
	color: #777777;
	font-size: 16px;
	line-height: 1.5;
	transition: all 0.3s ease-in--out;
}

.board-of-directors-wrapper .nav .nav-link:hover h6,
.board-of-directors-wrapper .nav .nav-link.active h6 {
	color: var(--sc-1);
}

.board-of-directors-wrapper .nav .nav-link:hover .designation,
.board-of-directors-wrapper .nav .nav-link.active .designation {
	color: #444444;
}

.board-of-directors-wrapper .row {
	gap: 30px 180px;
	align-items: flex-start;
}

.board-of-directors-wrapper .left-col {
	min-width: 360px;
	max-width: 360px;
}

.board-of-directors-wrapper .right-col {
	min-width: 545px;
	max-width: 545px;
	padding-bottom: 45px;
	border-bottom: 3px solid #e7e7e7;
}

.locations-wrapper .right-col {
	padding-bottom: 0px;
	border-bottom: 0px solid #e7e7e7;
}

.board-of-directors-wrapper .img-col {
	/*	position: relative;*/
	padding: 10px 0px 20px 35px;
	background-color: var(--sc-1);
}

.board-of-directors-wrapper .img-col.map {
	padding: 10px 0px 20px 0px;
}

/*.board-of-directors-wrapper .img-col::before{
	content: '';
	position: absolute;
	background-color: var(--sc-1);
	width: calc(100% - 35px);
	height: calc(100% - 60px);
	top: 60px;
	left: 0;
	z-index: -1;
}*/
.board-of-directors-wrapper .right-col h6.title,
.board-of-directors-wrapper .right-col .designation,
.board-of-directors-wrapper .right-col .text {
	padding-right: 60px;
}

.board-of-directors-wrapper .img-col.map .text {
	padding: 0 35px;
}

.board-of-directors-wrapper .nav .nav-link .text {
	color: #444444;
	font-size: 20px;
	line-height: 1.4;
	font-family: var(--sf-m);
}

.board-of-directors-wrapper .desc h5 {
	font-size: 21px;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: var(--sf-pd);
	font-weight: 400;
}

.board-of-directors-wrapper .desc h6 {
	/*	font-size: 18px;
	line-height: 1.2;*/
	color: var(--sc-2);
}

.board-of-directors-wrapper .nav .nav-link:hover .text,
.board-of-directors-wrapper .nav .nav-link.active .text {
	color: var(--sc-1);
}

.board-of-directors-wrapper .right-col .ImgWrap {
	line-height: 0;
	margin-top: -60px;
}

.board-of-directors-wrapper .right-col iframe {
	width: 100% !important;
	height: 520px !important;
	filter: grayscale(100%);
	/*	margin-top: -60px;*/
	margin-left: 35px;
}

.board-of-directors-wrapper .right-col .location-info {
	width: calc(100% - 35px);
}

.board-of-directors-wrapper .right-col .location-info .col-12 {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #fff;
}

.board-of-directors-wrapper .right-col .location-info .col-12:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px solid #fff;
}

.board-of-directors-wrapper .right-col .location-info .info-text,
.board-of-directors-wrapper .right-col .location-info .info-text a {
	color: #444444;
	font-size: 15px;
	line-height: 1.5;
}

.board-of-directors-wrapper .right-col .location-info .phone .info-text,
.board-of-directors-wrapper .right-col .location-info .phone .info-text a {
	font-size: 17px;
}

.board-of-directors-wrapper .right-col .location-info .info-text a:hover {
	color: var(--sc-1);
}

/*-------language-manu start-------*/

.sticky-menu .select2-container {
	width: 63px !important;
	/* height: 35px;
    line-height: 50px;*/
}

.select2-search {
	display: none !important;
}

.sticky-menu .select2-container .select2-choice {
	height: 34px;
	line-height: 31px;
	border-radius: 0;
	background-image: linear-gradient(to top, #fff 0%, #fff 50%);
}

.sticky-menu .select2-container .select2-choice .select2-arrow b {
	background-image: url(../images/select2.png) !important;
	background-repeat: no-repeat !important;
	background-position: 3px 14px !important;
	filter: invert(0%) sepia(100%) saturate(100%) hue-rotate(0) brightness(100%) contrast(0%);
	background-size: auto !important;
	background-color: transparent !important;
}

.sticky-menu .select2-choice .select2-arrow {
	background: #fff !important;
	border-left: 0 !important;
	background-image: linear-gradient(to top, #fff 0%, #fff 60%);
}

.select2-results li {
	text-align: center;
}

.select2-results li.select2-highlighted,
.select2-results li:hover {
	background-color: #ddd;
}

/*-------language-manu End-------*/




/*------.health-services-details-wrapper.patient-resources start-------*/
.health-services-details-wrapper.patient-resources .col-xl-6 .ImgWrap::after {
	display: none;
}

.health-services-details-wrapper.patient-resources .text .desc ul {
	margin-top: 50px;
	column-count: 2;
}

.health-services-details-wrapper.patient-resources .text .desc ul li {
	background-image: url(../images/yellow-bullet.png);
	background-position: 3px 10px;
	-webkit-break-before: avoid;
	-moz-break-before: avoid;
	break-before: avoid;
	-webkit-column-break-before: avoid;
	-moz-column-break-before: avoid;
	column-break-before: avoid;
	column-width: 50vw;
}

.second-editor-wrapper.resources .desc p {
	padding: 5px 20px;
}

/*------.health-services-details-wrapper.patient-resources End-------*/


/*-------patient-forms-wrapper start--------*/
.patient-forms-wrapper {
	background-color: #f5f5f5;
}

.patient-forms-wrapper .row {
	gap: 100px;
}

.patient-forms-wrapper .col-lg-6 {
	width: 470px;
}

.patient-forms-wrapper .col-lg-6 .col.pdf {
	margin-bottom: 10px;
}

.health-services-details-wrapper .col-xl-6 .text .desc h6 {
	font-size: 20px;
	line-height: 1.3;
	color: var(--sc-1);
	font-family: var(--sf-r);
}

.patient-forms-wrapper .col .d-flex {
	background-color: #fff;
	padding: 12px 40px 12px 15px;
	border: 1px solid #dddddd;
	height: 100%;
	transition: all 0.3s ease-in-out;
	position: relative;
}

.patient-forms-wrapper .col .d-flex::after {
	content: "\f1c1";
	position: absolute;
	font-family: "FontAwesome";
	color: #ff0000;
	font-size: 18px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}

.patient-forms-wrapper .col .d-flex.docx::after {
	content: "\f15c";
	position: absolute;
	font-family: "FontAwesome";
	color: #4656cf;
	font-size: 18px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}

/* .patient-forms-wrapper.text.primary-color{
	font-size: ;
} */
.patient-forms-wrapper .col a:hover .d-flex {
	background-color: var(--sc-1);
}

.patient-forms-wrapper .col a:hover .d-flex .text {
	color: #fff !important;
}

.patient-forms-wrapper .col:hover .d-flex::after {
	color: #fff;
}

/*-------patient-forms-wrapper start--------*/


/*------- Events Calendar Start -------*/
.date-table thead tr th {
	width: 14%;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	font-family: var(--sf-b);
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: var(--sc-1);
	padding: 15px 10px;
	border: 1px solid #0d582e;
}

.date-table tbody tr td {
	height: 100px;
	border: 1px solid #c5c5c5;
	font-size: 18px;
	line-height: 30px;
	color: #333;
	width: 14%;
	font-weight: 500;
	vertical-align: top;
	padding: 10px;
	text-align: right;
}

.year-table tr td {
	border: 0;
}

.year-table tr td a {
	display: inline-block;
}

.year-table tr td i {
	color: var(--sc-2);
	font-size: 30px;
	line-height: 1;
	display: block;
}

.date-table tbody tr td.blackbox {
	background-color: var(--sc-2);
	color: #fff;
}

.date-table tbody tr td.event-td {
	background-color: var(--sc-1);
	color: #fff;
}

.event-text {
	margin-top: 10px;
	padding: 8px;
}

.event-text+.event-text {
	border-top: 1px solid #064a23;
}

.blackbox,
.blackbox a,
.event-text,
.event-text a {
	font-size: 14px;
	line-height: 1.3;
	color: #fff;
	text-align: left;
}

.event-text {
	color: var(--sc-2);
}

.event-text a:hover {
	text-decoration: underline !important;
}

.event-detail-wrapper .event-list .yellow-sepline {
	margin: 15px 0px;
}

strong,
b {
	font-family: var(--sf-b);
	font-weight: 400;
}

.event-detail-wrapper .event-list .col-12+.col-12 {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
}

.table>:not(:first-child) {
	border-top: 1px solid currentColor;
}

/*------- Events Calendar End -------*/


.virtual-visit-wrapper .container {
	max-width: 1100px;
}

.virtual-visit-wrapper .float-xl-end {
	min-width: 500px;
	max-width: 500px;
}

.virtual-visit-wrapper .btn-group .btn {
	font-size: 12px;
	padding: 15px 13px;
}

.virtual-visit-wrapper .ImgWrap {
	line-height: 0;
}

.virtual-visit-wrapper .desc h5 {
	background-color: var(--gray-color);
	border-left: 5px solid var(--sc-2);
	color: var(--sc-1);
	font-size: 22px;
	line-height: 1.3;
	font-family: var(--sf-pd);
	font-weight: 400;
	padding: 15px;
	text-align: left;
}

/** Application Page Start **/
.application-wrapper .container {
	max-width: 1050px;
}

.employment-history-col {
	margin-bottom: 30px;
}

.application-wrapper .FormWrapper .form-check label {
	line-height: 1.2;
}

.application-wrapper .FormWrapper h4.title {
	background-color: #fff;
	border-left: 5px solid var(--sc-2);
	color: var(--sc-1);
	font-size: 22px;
	line-height: 1.3;
	font-family: var(--sf-pd);
	font-weight: 400;
	padding: 10px 35px 10px 15px;
}

.application-wrapper .FormWrapper .row.g-0+.row.g-0 {
	margin-top: 50px;
}

.application-wrapper .FormWrapper .sepline {
	margin: 30px auto;
	background-color: #9d9d9d;
	height: 0;
}

.application-wrapper .FormWrapper table td {
	background-color: #fff;
}

.application-wrapper .FormWrapper table tr th {
	font-weight: 400;
	font-family: var(--sf-m);
	background-color: var(--sc-1);
	border: 1px solid #0a582c;
	min-width: 120px;
}

.application-wrapper .FormWrapper .table>:not(:first-child) {
	border-top: 0px solid #0a582c;
}

.application-wrapper .FormWrapper table .table-dark {
	--bs-table-bg: var(--sc-1);
	--bs-table-striped-bg: var(--sc-1);
	--bs-table-active-bg: var(--sc-1);
	--bs-table-hover-bg: var(--sc-1);
	border-color: var(--sc-1);
}

.application-wrapper .FormWrapper table tr td:first-child {
	min-width: 80px;
}

.application-wrapper .FormWrapper table td input {
	border: 0px !important;
	box-shadow: none !important;
	background-color: transparent;
	padding: 0;
}

.leaving-table tr th:first-child {
	width: 400px;
}

.leaving-table tr th:nth-child(2) {
	width: 150px;
}

.leaving-table tr th:last-child {
	width: 60%;
}

.application-wrapper .FormWrapper .leaving-table tr td:first-child {
	min-width: 100px;
}

.application-wrapper .FormWrapper .education-table tr th {
	width: 24%;
}

.application-wrapper .FormWrapper .education-table tr th:first-child {
	width: 40%;
}

.application-wrapper .FormWrapper .education-table tr th:nth-child(3) {
	width: 150px;
}

.application-wrapper .FormWrapper .education-table td input {
	text-align: center;
}

.application-wrapper .FormWrapper .row.g-2+.row.g-2,
.application-wrapper .FormWrapper .row.p-0.mt-4+.row.p-0.mt-4 {
	margin-top: 40px !important;
}

.application-wrapper .FormWrapper .desc ul li+li {
	margin-top: 10px;
}

.application-wrapper .FormWrapper .overflow-scroll table td {
	font-size: 14px;
	padding: 8px 5px;
}

.application-wrapper .FormWrapper .overflow-scroll table td .form-select {
	border: 0;
	padding: 2px 16px 2px 5px;
	font-size: 14px;
	background-position: 100% 50%;
}

.application-wrapper .FormWrapper .overflow-scroll table td select:focus {
	box-shadow: 0 var(--sc-2) !important;
	border: 0px solid var(--sc-2) !important;
}


.input-group.date .input-group-text {
	border-radius: 0px;
	height: 50px;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.datepicker-dropdown {
	width: 260px;
	padding: 10px;
	background-color: #fff;
	border: 0px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	text-align: center;
}

.datepicker-dropdown table {
	width: 100%;
}

.datepicker-dropdown table thead {
	position: relative;
	top: inherit;
}

.datepicker-dropdown table thead tr th {
	padding-bottom: 15px;
}

.datepicker-dropdown table td.old.day,
.datepicker-dropdown table td.new.day {
	pointer-events: none;
	opacity: 0.5;
}

.datepicker-dropdown table th,
.datepicker-dropdown table td {
	cursor: pointer;
	font-size: 14px;
	line-height: 1.5;
}

.form-check-input:checked {
	background-color: var(--sc-1);
	border-color: var(--sc-1);
}

.upload-resume input[type="file"] {
	padding: 6px 10px;
}

.upload-resume input[type="file"]+label {
	cursor: pointer;
}

.qus {
	cursor: pointer;
	position: relative;
}

.FaqTopBg {
	position: relative;
}

.Minus,
.Plus {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -6px;
}

.Minus {
	display: block;
	background: url(../images/icons/minus.png);
	width: 12px;
	height: 12px;
}

.Plus {
	display: block;
	background: url(../images/icons/plus.png);
	width: 12px;
	height: 12px;
}

.qus:first-child {
	margin-top: 0;
}

/** Application Page End **/
.office-policies-wrapper .row {
	justify-content: center;
}

.office-policies-wrapper .row .col {
	background-color: #fff;
	padding: 30px;
	flex: none;
	width: 32%;
}

.office-policies-wrapper .row .col.full-width-col {
	width: 100%;
}

.application-wrapper .FormWrapper .col-12.overflow-scroll,
.application-wrapper .FormWrapper .overflow-scroll {
	overflow: inherit !important;
}




/*--------video-gallry-wrapper start--------*/
.video-gallry-wrapper {
	background-color: #f5f5f5;
}

.video-gallry-wrapper .container {
	padding: 60px 0;
}

.video-gallry-wrapper .row {
	gap: 30px;
	justify-content: center;
}

.video-gallry-wrapper .col-lg-4 {
	min-width: 380px;
	max-width: 380px;
	background-color: #fff;
	padding: 10px;
}

.video-gallry-wrapper.FetauredVideo {
	background-color: #fff;
}

.video-gallry-wrapper.FetauredVideo .col-lg-4 {
	min-width: 1100px;
	max-width: 1100px;
	width: 100%;
	padding: 0;
}

.video-gallry-wrapper.FetauredVideo .col-lg-4 .my-video iframe {
	width: 100%;
	height: 600px;
}

.video-gallry-wrapper .col-lg-4 .my-video {
	line-height: 0;
}

.video-gallry-wrapper .col-lg-4 .my-video iframe {
	width: 100%;
	height: 205px;
}

.video-gallry-wrapper .default-sep-line {
	margin: 10px auto 15px;
}

.video-gallry-wrapper .row a {
	position: relative;
	display: block;
	overflow: hidden;
}

.video-gallry-wrapper .row a::before {
	content: '';
	position: absolute;
	background-color: rgba(0, 0, 0, 0.40);
	background-image: url(../images/icons/video-play.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-position: center;
	top: 0;
	left: 0;
	z-index: 1;
}

.video-gallry-wrapper .VideoTitle {
	margin-top: 10px;
	font-size: 20px;
	line-height: 1.4;
	font-family: var(--sf-pd);
	font-weight: 400;
	color: #444444;
}

/*--------video-gallry-wrapper End--------*/


/* ------event-details-wrapper start------- */
.event-details-wrapper .title_wrap {
	font-size: 35px;
	line-height: 1.2;
	font-family: var(--sf-pd);
	color: var(--sc-1);
}

.event-details-wrapper .datewrap,
.event-details-wrapper .time_wrap,
.event-details-wrapper .location_wrap {
	font-family: var(--sf-b);
	font-weight: 400;
	margin-bottom: 10px;
}

.event-details-wrapper .EditorText hr {
	width: 160px;
	margin: 15px 0;
}

.event-details-wrapper .desc {
	clear: both;
}

.event-details-wrapper .desc:after {
	content: "";
	display: table;
	clear: both;
}

.event-details-wrapper .desc h6 {
	font-size: 20px;
	line-height: 1.2;
	color: var(--sc-2);
	margin-top: 20px;
}

.event-details-wrapper .desc ul li {
	background-image: url(../images/yellow-bullet.png);
}

/* ------event-details-wrapper End------- */

.datepicker-switch {
	pointer-events: none;
}




.upcoming-events-wrapper .ViewText,
.EventsTableWrap .ViewText {
	display: flex;
	justify-content: flex-end;
	gap: 15px;
	margin-bottom: 20px;
}

.upcoming-events-wrapper .ViewText .TransDefaultBtn .btn-secondary,
.EventsTableWrap .ViewText .TransDefaultBtn .btn-secondary {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	color: var(--sc-2) !important;
	background-color: transparent !important;
	padding: 15px 25px;
}

.upcoming-events-wrapper .ViewText .TransDefaultBtn .btn-secondary.on,
.upcoming-events-wrapper .ViewText .TransDefaultBtn .btn-secondary:hover,
.EventsTableWrap .ViewText .TransDefaultBtn .btn-secondary:hover {
	color: #fff !important;
	background-color: var(--sc-2) !important;
	border: 2px solid var(--sc-2) !important;
}

.EventsTableWrap .ViewText .TransDefaultBtn .btn-secondary i {
	font-size: 17px;
}


.upcoming-events-wrapper .leftwrap .listwrap ul>li {
	background-color: var(--gray-color);
	padding: 20px;
	margin-bottom: 20px;
}

.upcoming-events-wrapper .leftwrap .listwrap ul>li:last-child {
	margin-bottom: 0px;
}

.upcoming-events-wrapper .DateDescWrap .LinkText .btn-primary {
	font-size: 13px;
	padding: 9px 18px;
}

.upcoming-events-wrapper .DateDescWrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.upcoming-events-wrapper .btn-primary:hover {
	background-color: var(--sc-2) !important;
	border: 2px solid var(--sc-2) !important;
}

.upcoming-events-wrapper .leftwrap .listwrap .start-date .datewrap {
	font-family: var(--sf-b);
	font-weight: 400;
}

.upcoming-events-wrapper .leftwrap .listwrap .title a {
	font-size: 27px;
	line-height: 1.2;
	font-family: var(--sf-pd);
	color: var(--sc-1);
	font-weight: 400;
}

.upcoming-events-wrapper .view-btn .border-btn {
	margin: 20px 0;
	text-align: center;
}

/* 05012024. Sk */
.upcoming-events-wrapper .leftwrap ul .leftwrap {
	text-align: center;
	margin-top: 40px;
	color: #ff0000;
}

/** 020922 vish **/
.Human label {
	display: block;
	text-align: left !important;
}

.Human .text-box {
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
}

.Human input.form-control {
	max-width: 100px;
}

.Human .error+.error {
	display: block !important;
	color: #ff0000;
	border: none;
	font-size: 13px;
	line-height: 8px;
	background: none;
	border: none !important;
	width: 100%;
}

.Human+.CaptchaCol .SecurityCode {
	width: 245px;
	float: right;
}


.career-body .available-wrapper .accordion {
	display: block;
}

.career-body .available-wrapper .accordion .accordion-item {
	width: 100%;
	border: 0 !important;
}

.career-body .available-wrapper .accordion .accordion-item a.btn {
	color: #fff !important;
	font-size: 14px;
	line-height: 1;
	font-family: var(--sf-b);
	font-weight: 700;
	background-color: var(--sc-2) !important;
	border: 2px solid var(--sc-2) !important;
	padding: 15px 25px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	border-radius: 0px;
	box-shadow: none !important;
	display: inline-block;
}

.career-body .available-wrapper .accordion .accordion-item a.btn:hover {
	background-color: var(--sc-1) !important;
	border: 2px solid var(--sc-1) !important;
}

/** 290922 vish **/
.available-wrapper .accordion {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 40px 22px;
}

.available-wrapper .accordion .accordion-item .accordion-header,
.available-wrapper .accordion .accordion-item .accordion-header a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

.available-wrapper .accordion .accordion-item {
	width: 32%;
	border-left: 3px solid var(--sc-2) !important;
	/* background-color: var(--sc-1); */
	border-radius: 0;
	transition: all 0.3s ease-in-out;
}

.available-wrapper .accordion .accordion-item a {
	display: block;
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
	gap: 15px;
	padding: 0px 15px;
	font-family: var(--sf-r);
	transition: all 0.3s ease-in-out;
}

.available-wrapper .accordion .accordion-item a:hover {
	color: var(--sc-2);
}


/** 300922 vish **/
.available-wrapper .search-wrapper .container {
	max-width: 900px;
}

.available-wrapper .search-wrapper input,
.available-wrapper .search-wrapper select {
	border-radius: 50px;
	padding: 10px 20px;
	height: 50px;
}

.available-wrapper .search-wrapper .search-box {
	position: relative;
}

.available-wrapper .search-wrapper .search-box input {
	padding-right: 60px;
}

.available-wrapper .search-wrapper .search-box #SearchSubmit {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	border-radius: 0 50px 50px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--sc-1);
	font-size: 20px;
	transition: all 0.3s ease-in-out;
}

.available-wrapper .search-wrapper .search-box #SearchSubmit:hover {
	color: var(--sc-2);
}

.ui-menu .ui-menu-item {
	padding: 0px;
	background-image: none;
	font-family: var(--sf-r) !important;
	font-weight: 500;
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 5px 15px;
	border: 0;
	font-family: var(--sf-r) !important;
	font-weight: 500;
}

.available-wrapper .faq-col h4.text-center {
	text-align: left !important;
}

.available-wrapper .faq-col .d-flex {
	gap: 25px 22px;
}

.available-wrapper .faq-col .d-flex .col {
	flex: none;
	width: 32%;
	border-left: 2px solid var(--sc-2) !important;
	background-color: var(--gray-color);
	padding: 10px 15px;
}

.available-wrapper .faq-col .d-flex .col a {
	display: block;
	height: 100%;
}

.available-wrapper .faq-col .col h5 {
	display: block;
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	font-family: var(--sf-m);
	margin: 0;
	transition: all 0.3s ease-in-out;
}

.available-wrapper .faq-col .col:hover h5 {
	color: var(--sc-2);
}

.available-wrapper .faq-col .col h6 {
	color: #000;
	font-size: 15px;
	line-height: 1.5;
	font-family: var(--sf-r);
	font-weight: 400;
	margin: 10px 0 0;
}

#show_error_msg {
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0px;
}




/**student-responsibilities-wrapper start**/

.student-responsibilities-wrapper .container {
	padding: 50px 0 60px;
}

.student-responsibilities-wrapper .col-sm-6 {
	width: 48%;
}

.student-responsibilities-wrapper h6.title {
	border-bottom: 3px solid var(--sc-2);
	padding-bottom: 10px;
}

.student-responsibilities-wrapper h6.title+.desc {
	margin-top: 15px;
}

.student-responsibilities-wrapper .desc ul {
	margin: 0;
	padding: 0;
}

.student-responsibilities-wrapper .desc ul li {
	background-image: url(../images/right-arow.png);
	background-position: 3px 6px;
	padding-left: 30px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.5;
	font-family: var(--sf-r);
	color: #000;
}

.student-responsibilities-wrapper .desc ul li+li {
	margin-top: 10px;
}

.student-responsibilities-wrapper .desc a {
	word-break: break-word;
}

.student-responsibilities-wrapper .row {
	gap: 45px;
}

.student-responsibilities-wrapper .col-sm-6+.col-sm-6 {
	border-left: 2px solid #d7d7d7;
	padding-left: 45px;
}

.internship-program-wrapper .ratio-16x9 {
	--bs-aspect-ratio: 74.25%;
}

/**student-responsibilities-wrapper End**/


/**student-submit-form-wrapper sraer**/
.student-submit-form-wrapper .FormWrapper {
	padding: 0;
}

.student-submit-form-wrapper {
	background-color: #f5f5f5;
}



.student-submit-form-wrapper.internship .container {
	padding: 65px 0 20px;
}

.student-submit-form-wrapper.internship {
	background-color: #ffffff;
}

.student-submit-form-wrapper.internship .title {
	text-align: center;
	font-size: 30px;
}

.student-submit-form-wrapper.internship label {
	margin-left: 0;
}

.student-submit-form-wrapper.internship .form-control {
	background-color: #f5f5f5;
}


.student-submit-form-wrapper .container {
	max-width: 685px;
	padding: 65px 0 75px;
}

.student-submit-form-wrapper .title+.FormWrapper {
	padding-top: 30px;
}

.student-submit-form-wrapper label {
	font-size: 15px;
	margin-left: 5px;
}

.student-submit-form-wrapper .col-sm-6.form-check-inline {
	display: flex;
}

.student-submit-form-wrapper .d-flex .col {
	width: 60px;
	display: flex;
	gap: 5px;
	align-items: center;
}

.student-submit-form-wrapper.internship .form-check-input[type=radio] {
	margin-top: 0;
}

/**student-submit-form-wrapper End**/


/**internship-program-wrapper start**/
.internship-program-wrapper {}

.internship-program-wrapper .container {
	max-width: 1145px;
	padding: 75px 0 35px;
}

.internship-program-wrapper .clearfix {
	background-color: #f5f5f5;
	padding: 40px 30px 50px;
}

.internship-program-wrapper .title {
	background-color: var(--sc-2);
	display: flex;
	padding: 10px 10px 10px 20px;
	align-items: center;
	justify-content: space-between;
	position: relative;
	gap: 30px;
}

.internship-program-wrapper .title::before {
	content: '';
	position: absolute;
	background-color: rgba(0, 0, 0, 0.20);
	width: 300px;
	height: 100%;
	top: 0;
	right: 0;
}

.internship-program-wrapper .ImgWrap {
	position: relative;
}

.internship-program-wrapper .ImgWrap::before {
	content: '';
	position: absolute;
	background-color: rgba(0, 0, 0, 0.10);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.internship-program-wrapper .apply-btn {
	z-index: 1;
	min-width: 265px;
}

.internship-program-wrapper .apply-btn .btn-primary {
	border-radius: 30px;
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 15px;
	padding: 10px 16px;
	justify-content: space-between;
}

.internship-program-wrapper .apply-btn .btn-primary i {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #fff;
	border-radius: 100%;
	font-size: 18px;
}

.internship-program-wrapper .left {
	min-width: 475px;
	max-width: 475px;
	float: right;
	margin-left: 70px;
}

/**internship-program-wrapper End**/


/**student-responsibilities-wrapper program start**/

.internship-program-wrapper+.student-responsibilities-wrapper.program .container {
	padding: 0 25px 25px;
}

/* .student-responsibilities-wrapper.program .container {
	max-width: 1145px;
} */

.student-responsibilities-wrapper.program .col-sm-6+.col-sm-6 {
	border-left: 0px solid #d7d7d7;
	padding-left: 0px;
}

.student-responsibilities-wrapper.program .col-sm-6 {
	width: 47%;
}

.student-responsibilities-wrapper.program h6.title {
	border-bottom: 0px solid var(--sc-2);
	padding-bottom: 0px;
}

.student-responsibilities-wrapper.program h6.title+.desc {
	margin-top: 25px;
}

.student-responsibilities-wrapper.program .apply-btn {
	display: inherit;
}

.student-responsibilities-wrapper.program .apply-btn .btn-primary {
	border-radius: 30px;
	display: flex;
	align-items: center;
	gap: 15px;
	margin: 0 auto;
	font-size: 22px;
	padding: 15px 20px;
}

.student-responsibilities-wrapper.program .apply-btn .btn-primary i {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid var(--sc-2);
	border-radius: 100%;
	font-size: 18px;
	color: var(--sc-2);
}

.student-responsibilities-wrapper.program .row {
	gap: 60px 45px;
	justify-content: center;
}

/**student-responsibilities-wrapper program End**/


/**dentist-wrapper start**/

.dentist-wrapper .container {
	padding: 30px 0 50px;
	max-width: 1150px;
}

.dentist-wrapper .back-btn {
	/*	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: end;*/
}

.dentist-wrapper .back-btn i {
	font-size: 16px;
	margin-right: 15px;
}

.dentist-wrapper .btn-secondary {
	background-color: inherit !important;
	border: 0 !important;
	color: var(--sc-2) !important;
}

.dentist-wrapper .btn-secondary:hover {
	color: var(--sc-1) !important;
}

.dentist-wrapper .title span {
	margin-left: 10px;
}

.dentist-wrapper .title {
	background-color: var(--sc-2);
	padding: 10px 10px 10px 20px;
	display: flex;
	position: relative;
	overflow: hidden;
	gap: 30px;
}

.dentist-wrapper .title::before {
	content: "";
	position: absolute;
	background-color: rgba(0, 0, 0, 0.20);
	width: 1px;
	height: 100%;
	top: 0;
	right: 50%;
	margin-right: -150px;
}

.dentist-wrapper .title .info {
	gap: 20px 35px;
}

.dentist-wrapper .title h4+.info {
	min-width: 395px;
}

.dentist-wrapper .btn-primary {
	border-radius: 30px;
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 15px;
	padding: 10px 23px;
	z-index: 1;
}

.dentist-wrapper .btn-primary i {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #fff;
	border-radius: 100%;
	font-size: 18px;
}

.dentist-wrapper .title::after {
	content: '';
	position: absolute;
	background-color: rgba(0, 0, 0, 0.20);
	width: 220px;
	height: 100%;
	top: 0;
	right: 0;
}

.dentist-wrapper .title+.text {
	margin-top: 25px;
}

.dentist-wrapper .text .desc h6 {
	color: var(--sc-1);
	font-family: var(--sf-pd);
	font-size: 25px;
	line-height: 1.2;
	margin: 25px 0;

}

.dentist-wrapper .text .desc .FParagraph1 p {
	margin-bottom: 0;
}

.dentist-wrapper .text .desc ul {
	padding: 0;
	margin: 0;
	margin-top: 25px;
}

.dentist-wrapper .text .desc ul li {
	background-image: url(../images/right-arow.png);
	padding: 0px 0px 0px 25px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.5;
	font-family: var(--sf-r);
	color: #000;
	margin-bottom: 0;
	background-position: 3px 7px;
}

.dentist-wrapper .text .desc ul li+li {
	margin-top: 22px;
}

.dentist-wrapper .text .desc .default-sep-line {
	margin: 30px 0;
	border-bottom: 4px solid var(--sc-1);
}

.dentist-wrapper h3 {
	font-size: 18px;
	line-height: 1.2;
	color: var(--sc-2);
	font-family: var(--sf-b);
}

.dentist-wrapper .apply-btn {
	text-align: center;
}

.dentist-wrapper .apply-btn .btn-primary {
	display: inline-flex;
	gap: 40px;
	font-size: 15px;
	padding: 13px 23px;
}

.dentist-wrapper .apply-btn .btn-primary i {
	border: 2px solid var(--sc-2);
	color: var(--sc-2);
}

/**dentist-wrapper End**/

/**Internship-wrapper start**/
.Internship-wrapper .container {
	background-color: var(--sc-1);
	padding: 35px 70px;
}

.Internship-wrapper .row {
	gap: 30px 145px;
}

.Internship-wrapper .d-flex {
	gap: 40px;
	max-width: 680px;
}

.Internship-wrapper .click-here-btn {
	display: contents;
}

.Internship-wrapper .click-here-btn .btn-primary {
	background-color: var(--sc-2) !important;
	border: 2px solid var(--sc-2) !important;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
	border-radius: 30px;
	font-size: 15px;
	padding: 10px 21px;
}

.Internship-wrapper .click-here-btn .btn-primary:hover {
	background-color: #fff !important;
	border: 2px solid #fff !important;
	color: var(--sc-2) !important;
}

.Internship-wrapper .click-here-btn .btn-primary:hover i {
	border: 2px solid var(--sc-2);
}

.Internship-wrapper .click-here-btn .btn-primary i {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #fff;
	border-radius: 100%;
	font-size: 18px;
}

/**Internship-wrapper End**/




/**rht-perks-wrapper start**/
.rht-perks-wrapper {
	background-color: #f5f5f5;
}

.rht-perks-wrapper .container {
	max-width: 890px;
	padding: 50px 0 60px;
}

.rht-perks-wrapper h2.title {
	font-size: 45px;
	line-height: 1.2;
}

.rht-perks-wrapper h2.title+.desc {
	margin-top: 50px;
}

.rht-perks-wrapper .desc {
	word-break: break-word;
}

.rht-perks-wrapper .desc ul {
	padding: 0;
	margin: 0;
	column-count: 2;
}

.rht-perks-wrapper .desc ul li {
	background-image: url(../images/right-arow.png);
	padding: 0px 0px 0px 30px;
	font-size: 18px;
	line-height: 1.5;
}

.rht-perks-wrapper .desc ul li+li {
	margin-top: 15px;
}

/**rht-perks-wrapper End**/

/**available-positions-wrapper start**/

.career-wrapper+.available-positions-wrapper .container {
	padding: 30px 0 60px;
}

.available-positions-wrapper .heading-text {
	background-color: var(--sc-1);
}

.available-positions-wrapper .heading-text form label {
	color: #fff;
	font-size: 15px;
	line-height: 1.2;
	/*	width: 220px;*/
}

.available-positions-wrapper .heading-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 10px 10px 20px;
}

.available-positions-wrapper .heading-text form .d-flex {
	justify-content: end;
	align-items: center;
	gap: 5px 10px;
}

.available-positions-wrapper .heading-text form .form-select {
	/*	min-width: 410px;*/
	/* max-width: 250px; */
}

.available-positions-wrapper .row {
	margin-top: 30px;
	gap: 40px;
}

.available-positions-wrapper .left {
	min-width: 245px;
	max-width: 245px;
	margin-top: 0px;
}

.available-positions-wrapper .right {
	min-width: 910px;
	max-width: 910px;
}

.available-positions-wrapper .left h2 {
	border-bottom: 3px solid var(--sc-2);
	padding-bottom: 10px;
}

.available-positions-wrapper ul {
	padding: 0;
	margin: 0;
}

.available-positions-wrapper .left ul li {
	background-image: none;
	padding-left: 0;
	border-bottom: 1px solid #dadada;

}

.available-positions-wrapper .left ul li a {
	display: flex;
	justify-content: center;
	justify-content: space-between;
	padding: 10px;
	color: #000;
}

.available-positions-wrapper .left ul li a.active,
.available-positions-wrapper .left ul li a:hover {
	background-color: #f5f5f5;
}

.available-positions-wrapper .right .manu-info {
	display: flex;
	justify-content: space-between;
	align-items: end;
	border-bottom: 3px solid var(--sc-2);
	padding-bottom: 10px;
}

.available-positions-wrapper .right .btn-primary {
	background-color: var(--sc-2) !important;
	border: 2px solid var(--sc-2) !important;
	border-radius: 30px;
	padding: 11px 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

.available-positions-wrapper .right .btn-primary:hover {
	background-color: var(--sc-1) !important;
	border: 2px solid var(--sc-1) !important;
}

.available-positions-wrapper .right .desc {
	padding: 15px 50px 45px 30px;
	background-color: #f5f5f5;
}

.available-positions-wrapper .right .desc ul {
	padding: 0;
	margin: 0;
	column-count: 2;
}

.available-positions-wrapper .right .desc ul li {
	background-image: url(../images/icons/green-arow.png);
	background-position: 3px 10px;
	padding: 0px 0px 0px 15px;
}

.available-positions-wrapper .right .desc ul li+li {
	margin-top: 15px;
}

/**available-positions-wrapper End**/


/**mission-of-regenesis-wrapper career start**/

.mission-of-regenesis-wrapper.career {
	background-color: #fff;
}

/**mission-of-regenesis-wrapper career End**/

.available-positions-wrapper .TebSliderWrap {
	display: none;
}

/** 070323 vish **/
.create-a-new-page-wrapper .desc .iframes-col {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}

.create-a-new-page-wrapper .desc .iframes-col>div {
	width: 47.9%;
	margin: 0 !important;
	padding: 0 !important;
	min-height: 325px;
}

.create-a-new-page-wrapper .row>.col h2.title+.desc {
	margin-top: 40px;
}

/** 220323 vish **/
.providers-wrapper .d-flex {
	justify-content: center;
	gap: 40px;
}

.providers-wrapper .left {
	min-width: 300px;
	max-width: 300px;
	background-color: #f4f5f7;
	padding: 20px;
}

.providers-wrapper .left h6.title {
	color: var(--sc-1);
	font-size: 16px;
	line-height: 1.5;
	font-family: var(--sf-b);
	text-transform: uppercase;
}

.providers-wrapper .left .form-check+.form-check {
	margin-top: 10px;
}

.providers-wrapper .left form+h6,
.providers-wrapper .left form+form {
	margin-top: 30px;
}

.providers-wrapper .left+.right {
	width: 74%;
}

.providers-wrapper .right .list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.providers-wrapper .right .list+.list {
	margin-top: 30px;
}

.providers-wrapper .right .col {
	text-align: center;
	position: relative;
	flex: none;
	min-width: 31%;
	max-width: 31%;
	background-color: #f4f5f7;
	border-radius: 7px;
	transition: all 0.3s ease-in-out;
}

.providers-wrapper .right .col:hover {
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
}

.providers-wrapper .right .col .padding {
	padding: 30px 20px;
}

.providers-wrapper .right .col .image {
	max-width: 225px;
	margin: 0 auto 20px;
}

.providers-wrapper .right .col .image,
.providers-wrapper .right .col .image img {
	border-radius: 100%;
}

.providers-wrapper .right .col h4.title {
	color: #444444;
	font-size: 20px;
	line-height: 1.2;
	font-family: var(--sf-m);
	font-weight: normal;
	margin-bottom: 5px;
}

.providers-wrapper .right .col .designation {
	color: #777777;
	font-size: 16px;
	line-height: 1.5;
}

.providers-wrapper .right .col .btn-primary {
	font-size: 13px;
	letter-spacing: 1px;
	padding: 10px 20px;
	border-radius: 50px;
}

.providers-detail-wrapper .phone,
.providers-wrapper .right .col .phone {
	color: #000;
	font-size: 18px;
	line-height: 0.9;
	text-transform: uppercase;
	font-family: var(--sf-m);
	position: relative;
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: center;
	display: none;
}

.providers-detail-wrapper .phone i,
.providers-wrapper .right .col .phone i {
	color: var(--sc-1);
}

.providers-wrapper .Showing {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	color: #777777;
	font-size: 16px;
	line-height: 1.5;
}

.providers-wrapper .gender select {
	width: auto;
	height: 40px;
	padding: 5px 40px 5px 10px;
	border-radius: 5px;
}

.clear-filter-btn a {
	color: var(--sc-1);
	font-size: 15px;
	line-height: 1.2;
	font-family: var(--sf-m);
	font-weight: normal;
	transition: all 0.3s ease-in-out;
}

.clear-filter-btn a:hover {
	color: var(--sc-2);
}

.providers-detail-wrapper .new-detail {
	background-color: #f4f5f7;
	padding: 20px;
	position: relative;
}

.providers-detail-wrapper .d-flex {
	gap: 40px;
	align-items: center;
}

.providers-detail-wrapper .d-flex .image {
	min-width: 368px;
	max-width: 368px;
	background-color: #fff;
	border-radius: 100%;
	padding: 10px;
}

.providers-detail-wrapper .d-flex .image img {
	border-radius: 100%;
}

.providers-detail-wrapper .image+.right {
	width: 65%;
}

.providers-detail-wrapper .right h4.title {
	color: var(--sc-1);
	font-size: 30px;
	line-height: 1.2;
	font-family: var(--sf-m);
	font-weight: normal;
	max-width: 470px;
}

.providers-detail-wrapper .right .designation {
	color: #777777;
	font-size: 16px;
	line-height: 1.5;
}

.providers-detail-wrapper .phone {
	justify-content: end;
	margin-top: 15px;
}

.yellow-sepline {
	width: 100px;
	height: 4px !important;
	background-color: var(--sc-2);
	margin: 15px 0;
	line-height: 0;
}

.providers-detail-wrapper .new-detail+.detail-wrap,
.providers-detail-wrapper .d-flex+.detail-wrap {
	margin-top: 40px;
}

.providers-detail-wrapper .detail-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.providers-detail-wrapper .detail-wrap .left {
	width: 70%;
}

.providers-detail-wrapper .detail-wrap h3.title {
	color: var(--sc-1);
	font-size: 18px;
	line-height: 1.2;
	font-family: var(--sf-b);
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.providers-detail-wrapper .detail-wrap .left .primary-location {
	background-color: #f4f5f7;
	padding: 20px;
	display: flex;
	align-items: start;
	gap: 30px;
}

.providers-detail-wrapper .detail-wrap .left .image {
	padding: 5px;
	background-color: #fff;
	min-width: 360px;
	max-width: 360px;
}

.providers-detail-wrapper .other-location .col h4.title,
.providers-detail-wrapper .detail-wrap .left h4.title {
	color: #000;
	font-size: 22px;
	line-height: 1.3;
	font-family: var(--sf-m);
	font-weight: normal;
	margin-bottom: 15px;
}

.providers-detail-wrapper .workin-time,
.providers-detail-wrapper .address,
.providers-detail-wrapper .Phone {
	margin-top: 10px;
}

.providers-detail-wrapper .workin-time,
.providers-detail-wrapper .address a,
.providers-detail-wrapper .Phone a {
	display: flex;
	gap: 5px;
	color: var(--primary-color);
	font-size: 16px;
	line-height: 1.5;
}

.providers-detail-wrapper .address a:hover,
.providers-detail-wrapper .Phone a:hover {
	color: var(--sc-1);
}

.providers-detail-wrapper .workin-time {
	align-items: center;
}

.providers-detail-wrapper .Phone a {
	font-family: var(--sf-m);
	font-size: 18px;
}

.providers-detail-wrapper .workin-time i,
.providers-detail-wrapper .address i,
.providers-detail-wrapper .Phone i {
	color: var(--sc-1);
	font-size: 20px;
	min-width: 20px;
	text-align: center;
}

.providers-detail-wrapper .workin-time i {
	font-size: 18px;
}

.providers-detail-wrapper .primary-location+.other-location {
	margin-top: 40px;
}

.providers-detail-wrapper .other-location {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.providers-detail-wrapper .other-location h3.title {
	width: 100%;
	margin: 0;
}

.providers-detail-wrapper .other-location .col {
	background-color: #f4f5f7;
	padding: 20px;
	max-width: 50%;
	min-width: 49%;
}

.providers-detail-wrapper .detail-wrap .right {
	width: 26.6%;
	background-color: #f4f5f7;
	padding: 20px;
	margin-top: 30px;
}

.providers-detail-wrapper .detail-wrap .right h4.title {
	color: #000;
	font-size: 20px;
	line-height: 1.2;
	font-family: var(--sf-b);
	font-weight: normal;

}

.providers-detail-wrapper .detail-wrap .right .col+.col {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
}

.providers-detail-wrapper .detail-wrap .right .desc ul li {
	background-position: 3px 12px;
}


/**testimonials-wrapper start**/

.providers-detail-wrapper+.testimonials-wrapper .container {
	padding: 0 0 10px;
}

.testimonials-wrapper .info-text {
	background-color: #f4f5f7;
	padding: 50px 170px;
}

.testimonials-wrapper .desc {
	font-size: 16px;
	line-height: 35px;
	font-family: var(--sf-pr);
	font-style: italic;
	text-align: center;
}

.providers-detail-wrapper .new-detail .bio-detail {
	position: absolute;
	top: 35px;
	right: 20px;
}

.testimonials-wrapper h6,
.testimonials-wrapper h5.title {
	text-align: center;
}

.testimonials-wrapper .desc+h6,
.testimonials-wrapper .desc+h5.title {
	margin-top: 25px;
}

.testimonials-wrapper .swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
}

.testimonials-wrapper h2.title {
	font-size: 50px;
	line-height: 1.1;
	margin: 0;
}

.testimonials-wrapper .EditorText ul li {
	background-position: 5px !important;
}

.testimonials-wrapper .JcarouselSlider {
	position: relative;
}

.testimonials-wrapper h3.title+.swiper-wrapper {
	margin-top: 40px;
}

.testimonials-wrapper .desc .start {
	margin-right: 15px;
	min-width: 26px;
}

.testimonials-wrapper .desc .end {
	margin-left: 15px;
	min-width: 26px;
}


.testimonials-wrapper .swiper-pagination {
	position: relative;
	text-align: center;
	bottom: 0px !important;
	margin-top: 20px;
}

.testimonials-wrapper .swiper-pagination-bullet-active {
	background: var(--sc-2) !important;
	border: 1px solid var(--sc-2) !important;
}

/**testimonials-wrapper End**/




.back-btn-more {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.back-btn-more ol.breadcrumb {
	margin-bottom: 0;
}

.back-btn-more+.new-detail {
	margin-top: 30px;
}


/* Dhruv  */
.CovidHeaderLink .container {
	padding: 12px 0;
}

.hello-bar .normal-menu {
	top: 70px;
}

.hello-bar .navbar .navbar-toggler {
	position: absolute;
	top: 50px;
	right: 30px;
}

.CovidHeaderLink .TopMainWrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 15px;
	line-height: 1.5;
	position: relative;
}

.CovidHeaderLink .TopMainWrapper a.top-btn {
	display: block;
	background-color: var(--sc-2);
	min-width: 120px;
	padding: 10px 10px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
}

.CovidHeaderLink .TopMainWrapper a.top-btn {
	color: var(--sc-1);
}

.CovidHeaderLink .TopMainWrapper>strong {
	min-width: 210px;
}

.CovidHeaderLink .TopMainWrapper a.top-btn:hover {
	background-color: var(--sc-1);
	color: #fff
}

.CovidHeaderLink .TopMainWrapper .close {
	color: #000;
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translateY(-50%);
}

/** 181223 vish **/
.health-services-details-wrapper .EditorText table {
	max-width: 100% !important;
	background-color: #f3f3f3;
	text-align: left;
}

.EditorText table tr td,
.health-services-details-wrapper .EditorText table td {
	border-color: #ddd;
	padding: 15px 10px;
	font-size: 15px;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.EditorText table tr td ul li,
.health-services-details-wrapper .EditorText table td ul li {
	background-position: 3px 7px;
	padding: 0px 0px 0px 17px;
}

/* serach-result-wrapper-start */

.only-title-desc-wrapper .serach-result-wrapper .container .ResultCont h2.title {
	font-size: 40px;
	line-height: 1.3;
	font-family: var(--sf-pd);
	color: var(--sc-1);
	font-weight: 400;
}

.only-title-desc-wrapper .serach-result-wrapper .container .ResultCont .gray-box {
	background-color: var(--gray-color);
	padding: 30px;
	border-radius: 10px;
}

.only-title-desc-wrapper .serach-result-wrapper .container .ResultCont .gray-box+.gray-box {
	margin-top: 30px;
}

.only-title-desc-wrapper .serach-result-wrapper .container .ResultCont+.ResultCont {
	margin-top: 40px;
}

.only-title-desc-wrapper .serach-result-wrapper .container .ResultCont .gray-box h3.title {
	font-size: 25px;
	font-family: var(--sf-b);
	color: var(--sc-2);
}

.only-title-desc-wrapper .serach-result-wrapper .container .ResultCont .gray-box h3.title+.EditorText {
	margin-top: 10px;
}

.only-title-desc-wrapper .serach-result-wrapper .container .ResultCont .gray-box .FillDefaultBtn a {
	border: 1px solid var(--sc-1);
	padding: 10px 20px;
	display: inline-block;
	font-family: var(--sf-b);
	font-weight: 700;
	transition: all .3s ease-in-out;
	text-transform: uppercase;
	color: #fff;
	background-color: var(--sc-1);
	font-size: 13px;
}

.only-title-desc-wrapper .serach-result-wrapper .container .ResultCont .gray-box .FillDefaultBtn a:hover {
	color: var(--sc-1);
	background-color: transparent;
}

.only-title-desc-wrapper .serach-result-wrapper .container .ResultCont .gray-box .EditorText+.FillDefaultBtn {
	margin-top: 20px;
}

.only-title-desc-wrapper .serach-result-wrapper .container .ResultCont .gray-box h3.title+.FillDefaultBtn {
	margin-top: 20px;
}

/* serach-result-wrapper-end */




/* mission-of-regenesis-wrapper.corporate-health-services satrt*/
.mission-of-regenesis-wrapper.corporate-health-services {
	background-color: #fff;
}

.mission-of-regenesis-wrapper.corporate-health-services .text .title h6 {
	letter-spacing: 1px;
	font-family: var(--sf-pd);
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2;
}

.about-services-wrapper.corporate-health-services .col-xl-6:first-child {
	float: right;
	margin-left: 50px;
	margin-right: 0;
}

.about-services-wrapper.corporate-health-services .row:nth-child(even) .col-xl-6:first-child {
	float: left;
	margin-left: 0;
	margin-right: 55px;
}

.about-services-wrapper .text ul li ul {
	margin-top: 10px;
}

.about-services-wrapper .text ul li li {
	background-image: url(../images/green-bullet.png);
	background-position: 3px 10px;
}

/* mission-of-regenesis-wrapper.corporate-health-services End  */


/* services-location-wrapper satrt */
.services-location-wrapper {
	background-color: var(--sc-1);
}

.services-location-wrapper .container {
	padding: 50px 0;
}

.services-location-wrapper .row {
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.services-location-wrapper .btn-primary {
	min-width: 290px;
	max-width: 290px;
	background-color: var(--sc-2) !important;
	border: 2px solid var(--sc-2) !important;
	border-radius: 30px;
	padding: 17px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	order: 1;
}

.services-location-wrapper .btn-primary:hover {
	background-color: transparent !important;
	border: 2px solid #fff !important;
}

.services-location-wrapper .btn-primary:hover i {
	color: #fff;
}

.services-location-wrapper .btn-primary i {
	color: #ff0000;
	font-size: 20px;
	line-height: 0;
	transition: all 0.3s ease-in-out;
}

.services-location-wrapper .btn-primary+.text {
	max-width: 890px;
	text-align: left;
}

.services-location-wrapper .text {
	color: #fff;
	max-width: 100%;
	text-align: center;
}

.services-location-wrapper .text .title {
	font-size: 22px;
	line-height: 1.2;
	font-family: var(--sf-pd);
	font-weight: 400;
	margin-bottom: 12px;
}

.services-location-wrapper .text .shortdesc a {
	color: #fff;
	border-bottom: 1px solid #fff;
	transition: all 0.3s ease-in-out;
}

.services-location-wrapper .text .shortdesc a:hover {
	color: var(--sc-2);
	border-bottom: none;
}

/* services-location-wrapper End */



/* our-gallery-wrapper satrt */
.our-gallery-wrapper .JcarouselSlider {
	margin: 0 25px;
}

.swiper-container.WithoutSlider .swiper-wrapper {
	justify-content: center;
	gap: 10px;
}

.swiper-container.WithoutSlider .swiper-slide {
	min-width: 275px;
	max-width: 275px;
}

.our-gallery-wrapper .ImgWrap {
	line-height: 0;
	position: relative;
}

.our-gallery-wrapper .ImgWrap::after {
	content: '';
	position: absolute;
	background-color: rgba(0, 0, 0, 0.10);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.our-gallery-wrapper .swiper-button-prev {
	left: -35px;
}

.our-gallery-wrapper .swiper-button-next {
	right: -35px;
}

.our-gallery-wrapper .yellow-sepline {
	margin: 15px auto 40px;
	height: 2px !important;
}

/* our-gallery-wrapper End */

.EditorText a,
.ThanksMsg a {
	word-break: break-word;

}

.EditorText img,
.ThanksMsg img {
	object-fit: cover;
	height: auto !important;
}

/* 14022024 */


/* 121224 Vish */

/** About Page Start **/
.about_wrapper {
	background-color: var(--gray-color);
}

.about_wrapper .row {
	display: flex;
	flex-direction: row-reverse;
	gap: 40px;
	align-items: flex-start;
}

.about_wrapper .row>div {
	flex: 1 0 0;
}

.about_wrapper .ImgWrap {
	display: flex;
}

.about_wrapper .ImgWrap img {
	width: 100%;
	object-fit: cover;
}

.about_wrapper .desc h1 {
	font-size: 32px;
}

.about_wrapper .desc h2 {
	font-size: 28px;
}

.about_wrapper .desc h3 {
	font-size: 25px;
}

.about_wrapper .desc h4 {
	font-size: 22px;
}

.about_wrapper .desc h5 {
	font-size: 20px;
}

.about_wrapper .desc h6 {
	font-size: 18px;
}

.arrow-btn {
	color: #fff !important;
	font-size: 22px;
	font-weight: 400;
	background-color: var(--sc-1) !important;
	border: 2px solid var(--sc-1) !important;
	text-transform: none;
	padding: 12px 30px;
	font-family: var(--sf-r);
	display: flex;
	justify-content: center;
	gap: 15px;
	align-items: center;
	border-radius: 50px;
	width: max-content;
}

.arrow-btn i {
	font-size: 25px;
	border: 2px solid var(--sc-2);
	color: var(--sc-2);
	width: 30px;
	height: 30px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

.arrow-btn:hover {
	color: #000 !important;
	background-color: transparent !important;
	border: 2px solid var(--sc-1) !important;
}

.available-positions-wrapper .text {
	max-width: 1020px;
	margin: 0 auto 40px;
}

.available-positions-wrapper .text>.sf-pd {
	font-size: 22px;
	line-height: 1.5;
	color: #444444;
}

/** About page end **/

/** Careers page start **/

.available-positions-wrapper.bg-gray {
	background-color: var(--gray-color);
}

.available-positions-wrapper.bg-gray .right .desc,
.available-positions-wrapper.bg-gray .left ul li a.active,
.available-positions-wrapper.bg-gray .left ul li a:hover {
	background-color: #ffffff;
}

.rht-perks-wrapper.w-1030 .container {
	max-width: 1030px;
}

.link-text {
	margin: 30px auto 50px;
}

.link-text a {
	color: var(--sc-2);
	font-size: 18px;
	line-height: 1.3;
	font-family: var(--sf-m);
	text-decoration: underline !important;
	transition: all 0.3s ease-in-out;
}

.link-text a:hover {
	text-decoration: none !important;
}

/** Careers page end **/

/** Job Shadowing page start **/
.job-shadowing-wrapper {
	background-color: #ffffff;
}

.job-shadowing-wrapper .container {
	max-width: 1150px;
}

/* .job-shadowing-wrapper .row + .text{
	margin-top: 50px;
}  */
.job-shadowing-wrapper .text+.row,
.job-shadowing-wrapper .row+.text {
	margin-top: 50px !important;
}

.job-shadowing-wrapper .text {
	margin: 0px auto !important;
}

.job-shadowing-wrapper .col {
	padding: 35px;
	max-width: 550px;
	min-width: 550px;
	background-color: var(--gray-color);
}

.job-shadowing-wrapper .col-sm-12 {
	padding: 0 !important;
	background-color: var(--gray-color);
}

.job-shadowing-wrapper .title .sf-pd.regular {
	color: var(--sc-1);
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
}

.application_form_wrapper {
	background-color: var(--white-color);
}

.application_form_wrapper .form-select,
.application_form_wrapper .form-control {
	background-color: var(--gray-color);
}

.application_form_wrapper .default-sep-line {
	width: 159px;
	height: 2px !important;
	margin: 15px auto 40px;
}

.application_form_wrapper+.second-nav-wrepper .container {
	padding-top: 0;
}

/** Job Shadowing page end **/

/** Internship page end **/
.internship-std-respon-wrapper {
	background-color: var(--gray-color);
}

.internship-std-respon-wrapper .internship-std-respon-containe .col .ImgWrap {
	float: right;
	margin-left: 50px;
	max-width: 550px;
	min-width: 550px;
	border: 5PX solid #ffffff;
}


.internship-std-respon-wrapper .col+.col {
	margin-top: 60px;
}

.internship-std-respon-wrapper .internship-std-respon-containe .col:nth-child(even) .ImgWrap {
	float: left;
	margin-left: 0;
	margin-right: 50px;
}

/** Internship page end **/

h6.title+.yellow-sepline {
	margin: 15px auto 30px;
}

.internship-std-respon-wrapper .shotdesc {
	color: #000;
	font-size: 18px;
	line-height: 1.5;
	font-family: var(--sf-m);
	margin-bottom: 50px;
}

.application_form_wrapper form .heading-text {
	color: var(--sc-1);
	font-size: 17px;
	line-height: 1.5;
	font-family: var(--sf-b);
	margin: 15px 0;
}

.application_form_wrapper form label {
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	font-family: var(--sf-m);
}

.application_form_wrapper form .d-flex,
.application_form_wrapper form .radio-btn {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
}

.application_form_wrapper form label+.d-flex {
	margin-top: 5px;
}

.application_form_wrapper form .checkbox-btn .d-flex {
	gap: 5px 15px;
}

.application_form_wrapper form .check_col,
.application_form_wrapper form .radio_col {
	font-size: 15px;
	line-height: 1.5;
	display: flex;
	align-items: flex-start;
	gap: 5px;
}

.application_form_wrapper form input[type="radio"],
.application_form_wrapper form input[type="checkbox"] {
	box-shadow: none !important;
	margin-top: 4px;
}

span.required-star {
	color: #ff0000;
}

.application_form_wrapper form .check_col {
	flex: 1 0 32%;
	min-width: 32%;
	max-width: 32%;
}


.application_form_wrapper form input[type="radio"].error,
.application_form_wrapper form input[type="checkbox"].error {
	outline: 1px auto red;
}






/* 11012025.Sk */

.about_wrapper.new-addlink .right .cover .left-title {
	font-size: 25px;
	line-height: 1.2;
	font-family: var(--sf-pd);
	color: var(--sc-1);
}

.about_wrapper.new-addlink .right .cover .yellow-sepline {
	margin: 20px 0 30px;
}

.about_wrapper.new-addlink .right .cover ul {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.about_wrapper.new-addlink .right .cover ul li {
	background-image: none;
	line-height: 1.2;
	background-color: #fff;
	min-width: 280px;
	max-width: 280px;
	padding-left: 0;
	transition: all 0.3s ease-in-out;
	border-left: 3px solid var(--sc-2);
	position: relative;
}

.about_wrapper.new-addlink .right .cover ul li::after {
	content: '\f067';
	position: absolute;
	font-family: "FontAwesome" !important;
	top: 12px;
	left: 10px;
	font-size: 12px;
	transition: all 0.3s ease-in-out;
	color: var(--sc-1);
}

.about_wrapper.new-addlink .right .cover ul li a {
	font-size: 16px;
	line-height: 1.2;
	color: var(--sc-1);
	padding: 8px 10px 8px 25px;
	display: block;
	transition: all 0.3s ease-in-out;
}

.about_wrapper.new-addlink .right .cover ul li:hover {
	background-color: var(--sc-1);
}

.about_wrapper.new-addlink .right .cover ul li:hover a {
	color: #fff;
}

.about_wrapper.new-addlink .right .cover ul li:hover::after {
	color: #fff;
}

.about_wrapper.new-addlink .row {
	gap: 60px;
}

.about_wrapper.new-addlink .right+.text {
	max-width: 545px;
}

.about_wrapper.new-addlink .ImgWrap {
	max-height: 420px;
}

.about_wrapper.new-addlink .right .cover+.ImgWrap {
	margin-top: 30px;
}


.about_wrapper.new-addlink .ImgWrap {
	max-width: 580px;
}

/* only-title-desc-wrapper */
.only-title-desc-wrapper.add-images .col-xl-5 {
	text-align: center;
}

.only-title-desc-wrapper.add-images .col-xl-5 .title {
	font-size: 25px;
	line-height: 1.8;
}

.only-title-desc-wrapper.add-images .ImgWrap+.col-xl-5 {
	text-align: left;
}

.only-title-desc-wrapper.add-images .row {
	gap: 30px 70px;
	flex-direction: row-reverse;
}

.only-title-desc-wrapper.add-images .ImgWrap {
	line-height: 0;
	min-width: 580px;
	max-width: 580px;
	min-height: 330px;
}

.only-title-desc-wrapper.add-images .ImgWrap img {
	object-fit: cover;
}


.full-width-image-wrapper {
	background-color: var(--sc-1);
}

.full-width-image-wrapper .container {
	padding: 65px 0;
	max-width: 1145px;
}

.full-width-image-wrapper .ImgWrap {
	width: 100%;
	max-height: 450px;
	display: flex;
	border: 8px solid #fff;
	border-radius: 5px;
}

.full-width-image-wrapper .ImgWrap img {
	object-fit: cover;
	width: 100%;
}

/* .full-width-image-wrapper + .student-submit-form-wrapper.internship .container{
	padding-top: 15px;
  } */


.videoClass {
	position: relative;
	display: flex;
}

.videoClass::after {
	content: '';
	position: absolute;
	background-image: url(../images/icons/video-play.png);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center;
	background-size: 50px;
	background-repeat: no-repeat;
}

.videoClass .ImgWrap img,
.videoClass video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}