/* Utility File CSS */
@font-face {
	font-family: BarlowRegular;
	src: url("../../fonts/Barlow-Regular.ttf");
}

@font-face {
	font-family: BarlowMedium;
	src: url("../../fonts/Barlow-Medium.ttf");
}

@font-face {
	font-family: BarlowSemibold;
	src: url("../../fonts/Barlow-SemiBold.ttf");
}

@font-face {
	font-family: BarlowBold;
	src: url("../../fonts/Barlow-Bold.ttf");
}

@font-face {
	font-family: BarlowBoldItalic;
	src: url("../../fonts/Barlow-BoldItalic.ttf");
}

.regular-font {
	font-family: BarlowRegular;
}

.medium-font {
	font-family: BarlowMedium;
}

.semibold-font {
	font-family: BarlowSemibold;
}

.bold-font {
	font-family: BarlowBold;
}

.boldItalic-font {
	font-family: BarlowBoldItalic;
}

/* Utility File CSS */
/* Reset */
body {
	font-family: BarlowRegular;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
/*p,*/
a,
div {
	color: #333333;
}

p {
	margin-bottom: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	box-shadow: 0 0 0 30px white inset !important;
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}

.swal-text {
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
}

.swal-title {
	font-size: 36px;
	color: #a5dc86;
}

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

.swal-button,
.swal-button:not([disabled]):hover {
	background-color: #a5dc86;
}

.fancybox-button svg path {
	fill: #fff;
}

.fancybox-fx-slide-in-out.fancybox-slide--previous {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.fancybox-fx-slide-in-out.fancybox-slide--next {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.fancybox-fx-slide-in-out.fancybox-slide--current {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

/* Reset */
/* Variables */
/* Variables */
/* Common File CSS */
#web-header {
	width: 100%;
	position: relative;
	/*background: url("../images/banners/pharmacy.jpg");
	background-repeat: no-repeat;
	background-size: cover;*/
	height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	background: cadetblue;
}

#web-header .web-header-title {
	text-align: end;
	color: #fff;
	font-size: 2.8rem;
}

#web-header .web-header-title .highlight {
	font-family: BarlowSemibold;
	font-size: 4rem;
}

#top-navigation {
	background: #333333;
}

#top-navigation .navigation-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#top-navigation .navigation-menu .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}

#top-navigation .navigation-menu .right .user-signed-in {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
}

#web-logo-header {
	padding: 8px 0;
}

#web-logo-header .flex-me {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#web-logo-header .org-name {
	text-transform: uppercase;
	font-family: BarlowSemibold;
}

.nav-ul-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}

.nav-ul-flex li a {
	color: #fff;
	padding: 15px 0;
	display: inline-block;
	text-transform: uppercase;
	font-size: 15px;
	position: relative;
}

.nav-ul-flex li a::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 10px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 0;
	height: 1.5px;
	background: #ddd;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.nav-ul-flex li.active a {
	font-family: BarlowSemibold;
}

.nav-ul-flex li.active a::before,
.nav-ul-flex li:hover a::before {
	width: 100%;
}

.page-content-section {
	padding: 30px 0 40px;
	width: 100%;
	overflow: hidden;
}

.page-section-30+.page-section-30 {
	margin-top: 30px;
}

.page-section-40+.page-section-40 {
	margin-top: 40px;
}

.page-section-50+.page-section-50 {
	margin-top: 50px;
}

.page-title-div {
	text-align: start;
}

.page-header-hero-title {
	font-size: 3rem;
	text-transform: uppercase;
	font-family: BarlowSemibold;
	margin-bottom: 0;
	text-align: center;
	position: relative;
	display: inline-block;
	/*margin-left: calc(40px + 15px);*/
}

.page-header-hero-title.before-after-icon::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	/*background-image: url("../../common/images/pharmacy-icon.png");*/
	width: 40px;
	height: 40px;
	background-size: cover;
	background-repeat: no-repeat;
	/*left: calc(40px * -1.3);*/
}

.register-mobile-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

.validate-this-form label.error {
	color: var(--bs-red);
	margin-top: 3px;
}

.login-form {
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2),
		0 5px 5px 0 rgba(0, 0, 0, 0.24);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.thank-you-for-email-verification {
	padding: 40px 30px;
	background: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2),
		0 5px 5px 0 rgba(0, 0, 0, 0.24);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	text-align: center;
}

.nav-tabs {
	border-bottom: unset;
	background: #333333;
}

.nav-tabs .nav-link {
	border: unset;
	color: #fff;
	padding: 1rem 1.5rem;
	width: 100%;
	text-align: left;
}

.nav-tabs .nav-link.active {
	background: #525252;
	color: #fff;
	border-radius: unset;
}

.nav-tabs .nav-link i {
	width: 20px;
	text-align: center;
}

.user-account-table tr td {
	padding: 0.5rem 1.2rem;
}

.user-account-table tr td:nth-child(odd) {
	width: 10%;
	font-weight: bold;
}

.user-account-table tr td:nth-child(even) {
	width: 35%;
}

.vertical-nav-tab-title {
	line-height: 1;
	margin-top: -5px;
	margin-bottom: 20px;
	font-family: BarlowMedium;
}

.web-para-text {
	text-align: justify;
}

.web-para-text+.web-para-text {
	margin-top: 15px;
}

.web-para-text.indent-50 {
	text-indent: 50px;
}

.team-card {
	width: 275px;
	height: 275px;
	max-width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.team-card-title {
	font-family: BarlowSemibold;
	text-align: center;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 20px;
}

.team-card.wh-250 {
	width: 250px;
	height: 250px;
}

.team-card.wh-220 {
	width: 220px;
	height: 220px;
}

.team-card.wh-200 {
	width: 200px;
	height: 200px;
}

.team-card:hover {
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}

.team-card:hover .team-card-footer {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.team-card:hover .imgBx {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.team-card .imgBx {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
}

.team-card .imgBx img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.team-card .team-card-footer {
	font-size: 12px;
	position: absolute;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	width: 100%;
	text-align: center;
	padding: 15px 5px;
}

.team-card .team-card-footer h3 {
	color: #fff;
	margin-bottom: 0;
	font-size: 16px;
}

.row-spacing+.row-spacing {
	margin-top: 35px;
}

.forgot-password-btn {
	display: inline-block;
	margin-top: 10px;
	color: #fe553c;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.custom-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
}

.custom-radio .item>input {
	display: none;
}

.custom-radio .item>input+label {
	border: 1px solid #5a5c69;
	color: #5a5c69;
	border-radius: 0.35rem;
	padding: 0.375rem 0.75rem;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0;
	cursor: pointer;
}

.custom-radio .item>input:checked+label {
	background: #5a5c69;
	color: #fff;
}

#user_image {
	visibility: hidden;
}

#user_image-error {
	display: block;
	text-align: center;
	margin-bottom: 5px;
}

#user_image_preview {
	width: 220px;
	height: 220px;
	margin: 0 auto;
	display: block;
	border: 1px solid #5a5c69;
	border-radius: 0.35rem;
	cursor: pointer;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.consent-div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}

.consent-div .form-check-input {
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	margin-top: 5px;
}

.consent-div .form-check-input+.error {
	width: 90px;
}

.text-justify {
	text-align: justify;
}

.user-account-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 40px;
	margin-bottom: 25px;
}

.user-account-flex .dashboard-user-image {
	width: 200px;
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	-webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px,
		rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px,
		rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px,
		rgba(0, 0, 0, 0.07) 0px 32px 64px;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
		rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px,
		rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.user-account-flex .user-detail-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
}

.user-account-flex .user-detail-row>p:first-child {
	min-width: 140px;
}

.user-account-flex .user-detail-row>p:nth-child(2) {
	min-width: 50px;
}

.user-account-flex .user-detail-row+.user-detail-row {
	margin-top: 5px;
}

.home-theme-title {
	text-transform: uppercase;
	font-family: BarlowBoldItalic;
	font-size: 5vw;
	text-align: center;
	margin-bottom: 0;
}

.home-theme-sub-title {
	font-size: 24px;
	margin: 0 0 35px;
	text-align: center;
	font-family: BarlowSemibold;
}

.guideline-content+.guideline-content {
	margin-top: 15px;
}

.guideline-content .title {
	font-family: BarlowMedium;
	font-size: 20px;
	margin-bottom: 8px;
	display: inline-block;
	text-decoration: underline;
}

.guideline-content .text-content {
	padding-left: 25px;
}

.guideline-content .text {
	text-align: justify;
}

.guideline-content .info-list li {
	padding-left: 10px;
	margin-left: 50px;
	list-style: circle;
	text-align: justify;
}

.legends-slider .slick-slide img {
	margin: 0 auto;
	-webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 15px;
	width: 90%;
}

.legends-slider .slick-slide .text {
	font-size: 20px;
	margin-top: 25px;
	text-align: center;
	text-transform: uppercase;
	font-family: BarlowMedium;
}

.legends-slider .slick-dots {
	display: none !important;
}

.story-div img {
	width: 230px;
	display: block;
	margin: 0 auto;
	-webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	margin-bottom: 20px;
}

footer {
	background: #333;
	padding: 18px 0;
}

.web-social-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 15px;
	position: relative;
	z-index: 1;
	margin-top: 10px;
}

.web-social-icons .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 20px;
	color: #333;
	width: 40px;
	height: 40px;
	background-color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.web-social-icons .icon:hover {
	cursor: pointer;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.mentor-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	margin-bottom: 20px;
}

.mentor-card img {
	box-shadow: rgb(0 0 0 / 7%) 0 1px 2px, rgb(0 0 0 / 7%) 0 2px 4px,
		rgb(0 0 0 / 7%) 0 4px 8px, rgb(0 0 0 / 7%) 0 8px 16px,
		rgb(0 0 0 / 7%) 0 16px 32px, rgb(0 0 0 / 7%) 0 32px 64px;
}

.mentor-card .name>p {
	line-height: 1.2;
}

.mentor-card .name>p:first-child {
	margin-top: 18px;
	font-size: 22px;
}

.the-quote {
	font-size: 20px;
	line-height: 1.3;
}

/* Common File CSS */

/* Mobile Navigation */
#mobile-navigation {
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	-webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px,
		rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px,
		rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px,
		rgba(0, 0, 0, 0.07) 0px 32px 64px;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
		rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px,
		rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
	width: 100%;
	height: 80px;
	padding: 0 20px;
	z-index: 100;
}

#mobile-navigation .flex-me {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

#mobile-navigation .flex-me .org-name {
	font-size: 36px;
	font-family: BarlowBoldItalic;
}

#mobile-navigation .flex-me>div:first-child {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#mobile-navigation .flex-me>div:first-child .logo {
	width: 90px;
}

#mobile-navigation .hamburger-menu {
	position: relative;
}

#mobile-navigation .button_container {
	position: relative;
	height: 27px;
	width: 35px;
	cursor: pointer;
	z-index: 100;
	-webkit-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
}

#mobile-navigation .button_container:hover {
	opacity: 0.7;
}

#mobile-navigation .button_container.active .top {
	-webkit-transform: translateY(11px) translateX(0) rotate(45deg);
	transform: translateY(11px) translateX(0) rotate(45deg);
	background: #fff;
}

#mobile-navigation .button_container.active .middle {
	opacity: 0;
	background: #fff;
}

#mobile-navigation .button_container.active .bottom {
	-webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
	transform: translateY(-11px) translateX(0) rotate(-45deg);
	background: #fff;
}

#mobile-navigation .button_container span {
	background: #fe553c;
	border: none;
	height: 5px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	cursor: pointer;
}

#mobile-navigation .button_container span:nth-of-type(2) {
	top: 11px;
}

#mobile-navigation .button_container span:nth-of-type(3) {
	top: 22px;
}

#mobile-navigation .overlay {
	position: fixed;
	background: #fe553c;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
	transition: opacity 0.35s, visibility 0.35s, height 0.35s;
	overflow: hidden;
	z-index: 11;
}

#mobile-navigation .overlay.open {
	opacity: 1;
	visibility: visible;
	height: 100%;
}

#mobile-navigation .overlay.open li {
	-webkit-animation: menu-items-fade-right 0.5s ease forwards;
	animation: menu-items-fade-right 0.5s ease forwards;
	-webkit-animation-delay: 0.35s;
	animation-delay: 0.35s;
}

#mobile-navigation .overlay.open li:nth-of-type(2) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

#mobile-navigation .overlay.open li:nth-of-type(3) {
	-webkit-animation-delay: 0.45s;
	animation-delay: 0.45s;
}

#mobile-navigation .overlay.open li:nth-of-type(4) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

#mobile-navigation .overlay.open li:nth-of-type(5) {
	-webkit-animation-delay: 0.55s;
	animation-delay: 0.55s;
}

#mobile-navigation .overlay.open li:nth-of-type(6) {
	-webkit-animation-delay: 06;
	animation-delay: 0.6s;
}

#mobile-navigation .overlay.open li:nth-of-type(7) {
	-webkit-animation-delay: 0.65s;
	animation-delay: 0.65s;
}

#mobile-navigation .overlay.open li:nth-of-type(8) {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

#mobile-navigation .overlay.open li:nth-of-type(9) {
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}

#mobile-navigation .overlay.open li:nth-of-type(10) {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

#mobile-navigation .overlay.open li:nth-of-type(11) {
	-webkit-animation-delay: 0.85s;
	animation-delay: 0.85s;
}

#mobile-navigation .overlay nav {
	position: relative;
	height: 100vh;
	font-size: 50px;
	font-weight: 400;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#mobile-navigation .overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	position: relative;
}

#mobile-navigation .overlay ul li {
	display: block;
	height: calc(100% / 8);
	position: relative;
	opacity: 0;
}

#mobile-navigation .overlay ul li a {
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	font-size: 28px;
}

#mobile-navigation .overlay ul li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 3px;
	background: #fff;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

#mobile-navigation .overlay ul li.active a:after {
	width: 50%;
}

#mobile-navigation .overlay ul li+li {
	margin-top: 10px;
}

@-webkit-keyframes menu-items-fade-right {
	0% {
		opacity: 0;
		left: 20%;
	}

	100% {
		opacity: 1;
		left: 0;
	}
}

@keyframes menu-items-fade-right {
	0% {
		opacity: 0;
		left: 20%;
	}

	100% {
		opacity: 1;
		left: 0;
	}
}

/* Mobile Navigation */
/* Responsive CSS */
@media (max-width: 767px) {
	#web-header {
		margin-top: 80px;
	}

	#web-header .web-header-title {
		font-size: 2rem;
	}

	#web-header .web-header-title .highlight {
		font-size: 3rem;
	}

	.page-title-div {
		text-align: center;
	}

	.page-header-hero-title {
		font-size: 1.8rem;
		margin-left: 0;
	}

	.page-header-hero-title.before-after-icon::before {
		content: unset;
	}

	.mob-col-spacing {
		margin-top: 35px;
	}

	.ajax-error {
		margin-top: 5px;
	}

	.tab-content.mob-spacing {
		margin-top: 35px;
	}

	.vertical-nav-tab-title {
		margin-top: 0;
		text-align: center;
	}

	.user-account-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.user-account-flex .dashboard-user-image {
		display: block;
		margin: 0 auto 35px;
	}

	.user-account-flex .user-detail-row>p:first-child {
		min-width: 115px;
	}

	.user-account-flex .user-detail-row>p:nth-child(2) {
		min-width: 30px;
		text-align: center;
	}

	.user-account-flex .user-detail-row+.user-detail-row {
		margin-top: 5px;
	}

	#web-logo-header {
		display: none;
	}

	.home-theme-title {
		font-size: 32px;
	}

	.home-theme-sub-title {
		font-size: 18px;
		margin: 0 0 30px;
	}
}

/* Responsive CSS */

/* Sanjay Added */
.pulse {
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background-color: red;
	border-radius: 50%;
	position: relative;
	animation: animate 3s linear infinite
}

@keyframes animate {
	0% {
		box-shadow: 0 0 0 0 rgb(255, 109, 74, 0.7), 0 0 0 0 rgb(255, 109, 74, 0.7)
	}

	40% {
		box-shadow: 0 0 0 50px rgb(255, 109, 74, 0), 0 0 0 0 rgb(255, 109, 74, 0.7)
	}

	80% {
		box-shadow: 0 0 0 50px rgb(255, 109, 74, 0), 0 0 0 30px rgb(255, 109, 74, 0)
	}

	100% {
		box-shadow: 0 0 0 0 rgb(255, 109, 74, 0), 0 0 0 30px rgb(255, 109, 74, 0)
	}
}

/* End.. Sanjay Added */

.center-verticle {
	height: 100%;
	align-items: center;
}

.news-head {
	color: #0354AD;
}

.news-sec {
	max-height: 800px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 5px;
}

.news-sec li {
	background: #fff;
	border-bottom: 2px solid #0354AD;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 2px;
}

.news-sec li:hover {
	background: #0354AD;
	border: none;
}

.news-sec li a {
	color: #0354AD;
}

.news-sec li:hover a {
	color: #fff;
	font-weight: bold;
}
.text-offwhite{
	color:#cccccc !important;
}
.text-white {
	color: #fff !important;
}
.strike {
	display: block;
	overflow: hidden;
	white-space: nowrap; 
 }

 .strike > span {
	position: relative;
	display: inline-block;
	font-weight: bold;
	font-size: 22px;
	margin-top: 25px;
	margin-bottom: 15px;
 }

 .strike > span:before,
 .strike > span:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 9999px;
	height: 1px;
	background: #ccc;
 }

 .strike > span:before {
	right: 100%;
	margin-right: 15px;
 }
 .strike > span:after {
	left: 100%;
	margin-left: 15px;
 }

 .steps{
	list-style:none;
	margin:60px 0 80px;
	padding:0 15px;
	display:flex;
	width:100%;
	color:#343434;
 }
 .steps>.step{
	flex:1 1 0;
	width:0;
	position:relative;
	text-align:center;
	font-size:1rem;
	color:#6d6875;
 }
 .steps>.step a{
	position:absolute;
	left:50%;
	top:-35px;
	transform:translate(-50%,0);
	width:100%;
	color:#888;
	font-size:18px;
 }
 .steps>.step:before{
	content:attr(data-step);
	display:block;
	margin:0 auto;
	background:#fff;
	border:2px solid #888;
	color:#888;
	width:2rem;
	height:2rem;
	text-align:center;
	margin-bottom:-4.2rem;
	line-height:1.9rem;
	border-radius:100%;
	position:relative;
	z-index:1;
	font-weight:700;
	font-size:1rem;
	cursor: pointer;
 }
 .steps>.step:after{
	content:"";
	position:absolute;
	display:block;
	background:#888;
	width:100%;
	height:.125rem;
	top:1rem;
	left:50%;
 }
 .steps>.step:last-child:after{
	display:none;
 }
 .steps>.step.is-complete{
	color:#6d6875;
 }
 .steps>.step.is-complete a, .steps>.step.is-active a{
	color:#1340af;
 }
 .steps>.step.is-complete:before{
	content:"✓";
	color:#1340af;
	background:#fff;
	border:2px solid #1340af;
 }
 .steps>.step.is-complete:after{
	background:#1340af;
 }
 .steps>.step.is-active:before{
	color:#fff;
	border:2px solid #1340af;
	background:#1340af;
	margin-bottom:-4.9rem;
 }
 .steps{
	margin:60px 0;
 }
 .steps>.step a{
	line-height:1.1;
	font-size:20px;
 }
 .steps>.step.is-active a{
	font-weight: bold;
	font-size:20px;
 }
 .bg-blue-img{
	background: url("../images/blue-bg.webp");
	background-repeat: no-repeat;
	background-size: cover;
 }
 @media only screen and (max-width: 600px) {
	.steps>.step a {
		font-size:12px;
	}
	.steps>.step.is-active a {
		font-weight: bold;
		font-size: 12px;
	}
 }