
	[class*=icheck-]>label {
			padding-left: 0.5rem !important;
			font-weight: 700;
			cursor: pointer;
			color: gray;
		}

		.file-input {
			display: inline-block;
			text-align: left;
			background: #fff;
			padding: 16px;
			width: 450px;
			position: relative;
			border-radius: 3px;
		}

		.file-input>[type='file'] {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			opacity: 0;
			z-index: 10;
			cursor: pointer;
		}

		.file-input>.button {
			display: inline-block;
			cursor: pointer;
			background: #eee;
			padding: 8px 16px;
			border-radius: 2px;
			margin-right: 8px;
		}

		.file-input:hover>.button {
			background: dodgerblue;
			color: white;
		}

		.file-input>.label {
			color: #333;
			white-space: nowrap;
			opacity: .3;
		}

		.file-input.-chosen>.label {
			opacity: 1;
		}

		.login-box-msg p {
			color: black;
		}

		.login-logo,
		.register-logo {
			font-size: 2.1rem;
			font-weight: 300;
			margin-bottom: .9rem;
			text-align: center;
		}

		.login-logo a,
		.register-logo a {
			color: black;
		}

		.login-page,
		.register-page {
			align-items: center;
			background-color: #e9ecef;
			display: flex;
			flex-direction: column;
			height: 100vh;
			justify-content: center;
			justify-content: center;
			background-repeat: no-repeat;
			background-size: cover;
		}

		.login-box,
		.register-box {
			width: 360px;
		}

		.login-card-body,
		.register-card-body {
			background-color: white;
			border-top: 0;
			color: #666;
			padding: 20px;

		}

		.login-card-body .input-group-text,
		.register-card-body .input-group-text {
			background-color: transparent;
			border-bottom-right-radius: border-radius;
			border-left: 0;
			border-top-right-radius: border-radius;
			color: #777;
			transition: input-transition;
		}

		.login-box-msg,
		.register-box-msg {
			color: black;
			margin: 0;
			padding: 0 20px 20px;
			text-align: center;
		}

		.social-auth-links {
			margin: 10px 0;
		}

		.dark-mode,
		.login-card-body,
		.register-card-body {

			background-color: dark;
			border-color: gray-600;
			color: white;
		}

		.dark-mode,
		.login-card-body,
		.register-card-body .login-logo a,
		.dark-mode,
		.login-card-body,
		.register-card-body .register-logo a {

			color: white;

		}

		.backgroundslider {
			width: 100%;
			height: 100%;
			position: fixed;
			top: 0px;
			left: 0px;
			z-index: -1;
		}
/*
		.backgroundslider li {
			position: absolute;
			width: 100%;
			height: 100%;
			background-position: center center;
			background-repeat: no-repeat;
			background-size: cover;
			opacity: 0;
			animation: imagenes 24s linear infinite;
			-moz-animation: imagenes 24s linear infinite;
			-ms-animation: imagenes 24s linear infinite;
			-o-animation: imagenes 24s linear infinite;
			-webkit-animation: imagenes 24s linear infinite;
		}

		.backgroundslider li:nth-child(1) {
			background-image: url(http://www.pathomanager.com/download/header/bannerImages/banner1.png);
		}

		.backgroundslider li:nth-child(2) {
			background-image: url(http://www.pathomanager.com/download/header/bannerImages/banner2.png);
			animation-delay: 6s;
			-moz-animation-delay: 6s;
			-ms-animation-delay: 6s;
			-o-animation-delay: 6s;
			-webkit-animation-delay: 6s;
		}

		.backgroundslider li:nth-child(3) {
			background-image: url(http://www.pathomanager.com/download/header/bannerImages/banner3.png);
			animation-delay: 12s;
			-moz-animation-delay: 12s;
			-ms-animation-delay: 12s;
			-o-animation-delay: 12s;
			-webkit-animation-delay: 12s;
		}

		.backgroundslider li:nth-child(4) {
			background-image: url(http://www.pathomanager.com/download/header/bannerImages/banner4.png);
			animation-delay: 18s;
			-moz-animation-delay: 18s;
			-ms-animation-delay: 18s;
			-o-animation-delay: 18s;
			-webkit-animation-delay: 18s;
		}

		.backgroundslider li:nth-child(5) {
			background-image: url(http://www.pathomanager.com/download/header/bannerImages/banner5.png);
			animation-delay: 24s;
			-moz-animation-delay: 24s;
			-ms-animation-delay: 24s;
			-o-animation-delay: 24s;
			-webkit-animation-delay: 24s;
		}
*/
.backgroundslider.dev li {
			position: absolute;
			width: 100%;
			height: 100%;
			background-position: center center;
			background-repeat: no-repeat;
			background-size: cover;
			opacity: 0;
			animation: imagenes 24s linear infinite;
			-moz-animation: imagenes 24s linear infinite;
			-ms-animation: imagenes 24s linear infinite;
			-o-animation: imagenes 24s linear infinite;
			-webkit-animation: imagenes 24s linear infinite;
		}

		.backgroundslider.dev li:nth-child(1) {
			background-image: url(http://localhost:5000/download/header/bannerImages/banner1.png);
		}

		.backgroundslider.dev li:nth-child(2) {
			background-image: url(http://localhost:5000/download/header/bannerImages/banner2.png);
			animation-delay: 6s;
			-moz-animation-delay: 6s;
			-ms-animation-delay: 6s;
			-o-animation-delay: 6s;
			-webkit-animation-delay: 6s;
		}

		.backgroundslider.dev li:nth-child(3) {
			background-image: url(http://localhost:5000/download/header/bannerImages/banner3.png);
			animation-delay: 12s;
			-moz-animation-delay: 12s;
			-ms-animation-delay: 12s;
			-o-animation-delay: 12s;
			-webkit-animation-delay: 12s;
		}

		.backgroundslider.dev li:nth-child(4) {
			background-image: url(http://localhost:5000/download/header/bannerImages/banner4.png);
			animation-delay: 18s;
			-moz-animation-delay: 18s;
			-ms-animation-delay: 18s;
			-o-animation-delay: 18s;
			-webkit-animation-delay: 18s;
		}

		.backgroundslider.dev li:nth-child(5) {
			background-image: url(http://localhost:5000/download/header/bannerImages/banner5.png);
			animation-delay: 24s;
			-moz-animation-delay: 24s;
			-ms-animation-delay: 24s;
			-o-animation-delay: 24s;
			-webkit-animation-delay: 24s;
		}


		.backgroundslider.testing li {
			position: absolute;
			width: 100%;
			height: 100%;
			background-position: center center;
			background-repeat: no-repeat;
			background-size: cover;
			opacity: 0;
			animation: imagenes 24s linear infinite;
			-moz-animation: imagenes 24s linear infinite;
			-ms-animation: imagenes 24s linear infinite;
			-o-animation: imagenes 24s linear infinite;
			-webkit-animation: imagenes 24s linear infinite;
		}

		.backgroundslider.testing li:nth-child(1) {
			background-image: url(https://objectstore.e2enetworks.net/pathomanageronline/config/common/bannerImages/banner1.png);
		}

		.backgroundslider.testing li:nth-child(2) {
			background-image: url(https://objectstore.e2enetworks.net/pathomanageronline/config/common/bannerImages/banner2.png);
			animation-delay: 6s;
			-moz-animation-delay: 6s;
			-ms-animation-delay: 6s;
			-o-animation-delay: 6s;
			-webkit-animation-delay: 6s;
		}

		.backgroundslider.testing li:nth-child(3) {
			background-image: url(https://objectstore.e2enetworks.net/pathomanageronline/config/common/bannerImages/banner3.png);
			animation-delay: 12s;
			-moz-animation-delay: 12s;
			-ms-animation-delay: 12s;
			-o-animation-delay: 12s;
			-webkit-animation-delay: 12s;
		}

		.backgroundslider.testing li:nth-child(4) {
			background-image: url(https://objectstore.e2enetworks.net/pathomanageronline/config/common/bannerImages/banner4.png);
			animation-delay: 18s;
			-moz-animation-delay: 18s;
			-ms-animation-delay: 18s;
			-o-animation-delay: 18s;
			-webkit-animation-delay: 18s;
		}

		.backgroundslider.testing li:nth-child(5) {
			background-image: url(https://objectstore.e2enetworks.net/pathomanageronline/config/common/bannerImages/banner5.png);
			animation-delay: 24s;
			-moz-animation-delay: 24s;
			-ms-animation-delay: 24s;
			-o-animation-delay: 24s;
			-webkit-animation-delay: 24s;
		}

		.backgroundslider.prod li {
			position: absolute;
			width: 100%;
			height: 100%;
			background-position: center center;
			background-repeat: no-repeat;
			background-size: cover;
			opacity: 0;
			animation: imagenes 24s linear infinite;
			-moz-animation: imagenes 24s linear infinite;
			-ms-animation: imagenes 24s linear infinite;
			-o-animation: imagenes 24s linear infinite;
			-webkit-animation: imagenes 24s linear infinite;
		}
		
		.backgroundslider.prod li:nth-child(1) {
			background-image: url(https://objectstore.e2enetworks.net/pathomanageronline/config/common/bannerImages/banner1.png);
		}

		.backgroundslider.prod li:nth-child(2) {
			background-image: url(https://objectstore.e2enetworks.net/pathomanageronline/config/common/bannerImages/banner2.png);
			animation-delay: 6s;
			-moz-animation-delay: 6s;
			-ms-animation-delay: 6s;
			-o-animation-delay: 6s;
			-webkit-animation-delay: 6s;
		}

		.backgroundslider.prod li:nth-child(3) {
			background-image: url(https://objectstore.e2enetworks.net/pathomanageronline/config/common/bannerImages/banner3.png);
			animation-delay: 12s;
			-moz-animation-delay: 12s;
			-ms-animation-delay: 12s;
			-o-animation-delay: 12s;
			-webkit-animation-delay: 12s;
		}

		.backgroundslider.prod li:nth-child(4) {
			background-image: url(https://objectstore.e2enetworks.net/pathomanageronline/config/common/bannerImages/banner4.png);
			animation-delay: 18s;
			-moz-animation-delay: 18s;
			-ms-animation-delay: 18s;
			-o-animation-delay: 18s;
			-webkit-animation-delay: 18s;
		}

		.backgroundslider.prod li:nth-child(5) {
			background-image: url(https://objectstore.e2enetworks.net/pathomanageronline/config/common/bannerImages/banner5.png);
			animation-delay: 24s;
			-moz-animation-delay: 24s;
			-ms-animation-delay: 24s;
			-o-animation-delay: 24s;
			-webkit-animation-delay: 24s;
		}
		@keyframes imagenes {
			0% {
				opacity: 0;
				animation-timing-function: ease-in;
			}

			10% {
				opacity: 1;
				animation-timing-function: ease-out;
			}

			25% {
				opacity: 1;
				transform: scale(1);
			}

			50% {
				opacity: 0;
				transform: scale(2) rotate(10deg);
			}

			100% {
				opacity: 0;
			}
		}

		@-moz-keyframes imagenes {
			0% {
				opacity: 0;
				animation-timing-function: ease-in;
			}

			10% {
				opacity: 1;
				animation-timing-function: ease-out;
			}

			25% {
				opacity: 1;
				transform: scale(1);
			}

			50% {
				opacity: 0;
				transform: scale(2) rotate(10deg);
			}

			100% {
				opacity: 0;
			}
		}

		@-o-keyframes imagenes {
			0% {
				opacity: 0;
				animation-timing-function: ease-in;
			}

			10% {
				opacity: 1;
				animation-timing-function: ease-out;
			}

			25% {
				opacity: 1;
				transform: scale(1);
			}

			50% {
				opacity: 0;
				transform: scale(2) rotate(10deg);
			}

			100% {
				opacity: 0;
			}
		}

		@-ms-keyframes imagenes {
			0% {
				opacity: 0;
				animation-timing-function: ease-in;
			}

			10% {
				opacity: 1;
				animation-timing-function: ease-out;
			}

			25% {
				opacity: 1;
				transform: scale(1);
			}

			50% {
				opacity: 0;
				transform: scale(2) rotate(10deg);
			}

			100% {
				opacity: 0;
			}
		}

		@-webkit-keyframes imagenes {
			0% {
				opacity: 0;
				animation-timing-function: ease-in;
			}

			10% {
				opacity: 1;
				animation-timing-function: ease-out;
			}

			25% {
				opacity: 1;
				transform: scale(1);
			}

			50% {
				opacity: 0;
				transform: scale(2) rotate(10deg);
			}

			100% {
				opacity: 0;
			}
		}

		.labname {
			font-weight: 900;
			color: #070707;
		}

		#header {
			background: #fff;
			transition: all 0.5s;
			z-index: 997;
			padding: 10px 0;
			top: 0px;

			box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
		}

		@media (max-width: 992px) {
			#header {
				padding: 15px 0;
			}


		}

		#header.header-scrolled {
			top: 0;
			height: 70px;
		}

		#header .logo {
			margin: 0;
			padding: 0;
			line-height: 1;
			font-weight: bold;
			letter-spacing: 0.5px;
			text-transform: uppercase;
		}

		#header .logo a {
			color: #555555;

		}

		#header .logo img {
			max-height: 40px;
		}

		.navbar {
			padding: 0;
		}

		.redText {
			color: red;
			display: flow-root;
		}

		.alert-danger {
			color: white !important;
			background-color: #dc3544 !important;
			border-color: #dc3544 !important;
		}

		.card {
			border: none !important;
		}
		
	marquee span { 
    margin-right: 50%; 
    } 
    marquee p { 
    white-space:nowrap;
    margin-right: 5rem; 
    }
    .paymentUrl{
	font-weight: 400;
    color: #0f0f0f;
    text-align: center;
    margin: 0;
    padding: 0;
}
.otherlinks{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bg-cadetblue{
	    background: cadetblue !important;
}
.forgotPassword p{
	    font-weight: 500;
    color: white;
}