html,
body {
	height: 100%;
}

@font-face {
	font-family: 'montserrat';
	font-weight: 100;
	src: url('../font-montserrat/Montserrat-Thin.otf');
}

@font-face {
	font-family: 'montserrat';
	font-weight: 200;
	src: url('../font-montserrat/Montserrat-Light.otf');
}

@font-face {
	font-family: 'montserrat';
	font-weight: 300;
	src: url('../font-montserrat/Montserrat-Regular.otf');
}

@font-face {
	font-family: 'montserrat';
	font-weight: 400;
	src: url('../font-montserrat/Montserrat-Medium.otf');
}

@font-face {
	font-family: 'montserrat';
	font-weight: 500;
	src: url('../font-montserrat/Montserrat-SemiBold.otf');
}

@font-face {
	font-family: 'montserrat';
	font-weight: 600;
	src: url('../font-montserrat/Montserrat-Bold.otf');
}

@font-face {
	font-family: 'montserrat';
	font-weight: 700;
	src: url('../font-montserrat/Montserrat-ExtraBold.otf');
}

@font-face {
	font-family: 'montserrat';
	font-weight: 800;
	src: url('../font-montserrat/Montserrat-Black.otf');
}

::selection {
	background: rgba(0, 179, 173, 0.9);
	color: #fff;
}

::-moz-selection {
	background: rgba(0, 179, 173, 0.9);
	color: #fff;
}

::-webkit-selection {
	background: rgba(0, 179, 173, 0.9);
	color: #fff;
}

.absolute-content {
	position: absolute;
	left: 50%;
	margin-left: -80px;
	top: 50%;
	margin-top: -160px;
}

.absolute-content .logo {
	width: 160px;
	margin-bottom: 50px;
}

.absolute-content .btn {
	width: 160px;
}

.absolute-content .btn-outline-primary {
	border: 1px solid #fff;
	border-radius: 100px;
	margin-bottom: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 200;
	font-size: 14px;
	padding: 5px 20px;
}

.absolute-content .btn-outline-primary:hover {
	background-color: #fff;
	color: #00b3a0;
}

.text-underline {
	text-decoration: underline !important;
}

.relative-content {
	margin-top: 30px;
	text-align: center;
}

.relative-content .logo {
	width: 100px;
	margin-bottom: 12px;
}

.item-left {
	width: 26%;
	text-align: right;
}

.item-right {
	width: 60%;
}

.relative-content .form-control {
	border: none !important;
}

.relative-content .btn-outline-primary {
	border: 1px solid #fff;
	border-radius: 100px;
	margin-bottom: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 200;
	font-size: 14px;
	padding: 5px 30px;
}

.relative-content .btn-outline-primary:hover {
	background-color: #fff;
	color: #00b3a0;
}

.underline {
	text-decoration: underline !important;
}

.relative-content a.text-white {
	font-weight: 200;
	font-size: 14px;
	display: block;
	margin-top: 10px;
}

.menu {
	position: absolute;
	top: 14px;
	right: 0px;
}

.fa-bars {
	color: #fff;
	font-size: 18px;
}

.footer,
.login-footer {
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #11869a;
	text-align: center;
	color: #fff;
	font-weight: 200;
	font-size: 10px;
}

.index-footer {
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #11869a;
	text-align: center;
	color: #fff;
	font-weight: 200;
	font-size: 10px;
}

header {
	padding-top: 15px;
	padding-bottom: 15px;
	background: linear-gradient(to right, rgb(26, 166, 188) 0%, rgb(0, 179, 150) 100%);
	text-align: center;
}

header .logo {
	width: 50px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-80 {
	padding-top: 80px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.py-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.py-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-60 {
	margin-top: 60px;
}

h5 {
	font-weight: 600;
	font-size: 16px;
}

h6 {
	font-weight: 600;
	font-size: 14px;
}

.text-green {
	color: #00b3a0;
}

.text-cyan {
	color: #00b3b0;
}

.text-grey {
	color: #5a6a69;
}

p {
	color: #5a6a69;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.2;
}

label {
	color: #5a6a69;
	font-weight: 500;
	font-size: 14px;
}

.fa-chevron-right {
	font-size: 12px;
}

.phone {
	font-weight: 700;
	font-size: 18px;
}

a.text-cyan:hover {
	color: #00b3b0;
}

a {
	text-decoration: none !important;
	font-size: 14px;
}

.btn-primary {
	border-radius: 100px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 200;
	font-size: 12px;
	padding: 5px 50px;
	background-color: #00b3a0;
	border: none;
}

.btn-primary:hover {
	background-color: #11869a;
	border: none;
}

.btn-condition {
	padding: 5px 30px !important;
	font-size: 14px;
}

footer {
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #11869a;
	text-align: center;
	color: #fff;
	font-weight: 200;
	font-size: 10px;
	position: fixed;
	left: 0px;
	width: 100%;
	bottom: 0px;
	height: 40px;
}

.footer-top {
	padding: 12px 30px !important;
	border-radius: 0px !important;
	background: linear-gradient(to right, rgb(26, 166, 188) 0%, rgb(0, 179, 173) 100%) !important;
	text-align: center;
	position: fixed;
	left: 0px;
	width: 100%;
	bottom: 38px;
	height: 48px;
}

.quiz-questions .footer-top {
	left: 18%;
	width: 64%;
	bottom: 60px;
	height: 48px;
}

.quiz-questions .gradient {
	background: #fff;
	height: 100px;
	width: 100%;
	position: fixed;
	bottom: 40px;
}

.footer-top:before {
	content: '';
	position: absolute;
	z-index: 100;
	bottom: 45px;
	left: 0px;
	width: 100%;
	height: 60px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, .2), rgba(255, 255, 255, .8), rgba(255, 255, 255, 1));
}

.footer-top .list-inline-item a {
	text-transform: uppercase;
	font-weight: 200;
	border-right: 1px solid #fff;
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	transition: .2s ease-in-out;
}

.footer-top li.list-inline-item:last-child a {
	border: 0px !important;
}

.btn-download {
	/*    padding: 15px 30px !important;*/
	font-size: 18px;
}

.form-control {
	border: 1px solid #5a6a69;
	border-radius: 6px;
	height: 38px !important;
	font-weight: 300 !important;
	font-size: 12px;
}

.form-control:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: #00b3a0 !important;
}

a:focus,
button:focus {
	outline: none !important;
	box-shadow: none !important;
}

select {
	/* reset */
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*    box-sizing: border-box;*/
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 0px;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

select.minimal {
	background-image: url(../img/arrow-down.png);
	background-position: center right 15px;
	background-size: 10px;
	background-repeat: no-repeat;
}

select.minimal:focus {
	background-image: url(../img/arrow-down.png);
	background-position: center right 15px;
	background-size: 10px;
	background-repeat: no-repeat;
	outline: 0 !important;
}

.section-white {
	background-color: #fff;
}

.triangle:before {
	background-image: url(../img/triangle.png);
	content: '';
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: -32px;
	height: 50px;
	width: 50px;
}

.navbar {
	margin-top: 30px;
	padding-top: 20px;
}

.navbar .nav-item .nav-link {
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 200;
	border-right: 1px solid #fff;
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	transition: .2s ease-in-out;
	font-size: 14px;
}

.navbar .nav-item .nav-link:hover {
	background-color: rgba(0, 0, 0, 0.1) !important;
	transition: .2s ease-in-out;
}

.navbar .nav-item:last-child .nav-link {
	border: none !important;
}

.arrow-left {
	position: absolute;
	left: 0px;
	top: 18px;
	width: 8px;
}

.line-x,
.line-x-wide {
	position: relative;
}

.line-x:before {
	content: '';
	position: absolute;
	left: 0px;
	width: 44%;
	top: 10px;
	border-top: 1px solid #5a6a69;
}

.line-x:after {
	content: '';
	position: absolute;
	right: 0px;
	width: 44%;
	top: 10px;
	border-top: 1px solid #5a6a69;
}

.line-x-wide:before {
	content: '';
	position: absolute;
	left: 0px;
	width: 36%;
	top: 10px;
	border-top: 1px solid #5a6a69;
}

.line-x-wide:after {
	content: '';
	position: absolute;
	right: 0px;
	width: 36%;
	top: 10px;
	border-top: 1px solid #5a6a69;
}

.vs {
	width: 130px;
	margin-bottom: 15px;
}

.nav-pills .nav-item .nav-link {
	border-radius: 0px !important;
	padding: 5px 35px !important;
	text-transform: uppercase;
}

.nav-pills .nav-item .nav-link {
	color: #00b3a0 !important;
	border: 2px solid #00b3a0 !important;
}

.nav-pills .nav-item .active {
	background-color: #00b3a0 !important;
	color: #fff !important;
}

.modal-content {
	background-color: rgba(0, 0, 0, 0.85) !important;
	border: none !important;
	height: 100% !important;
	border-radius: 0px !important;
}

.fade.show {
	background-color: transparent !important;
}

button.close {
	position: absolute;
	top: 25px;
	right: 30px;
	font-size: 62px;
	text-shadow: none;
	color: #00b3a0;
	opacity: 1;
}

button.close:hover {
	color: #00b3b0;
}

.modal-header,
.modal-footer {
	border: none !important;
	padding-top: 0px !important;
}

.modal-dialog {
	margin: 0px !important;
	max-width: 100% !important;
	height: 100% !important;
}

.modal-body {
	position: absolute;
	width: 300px;
	margin-left: -150px;
	top: 50%;
	left: 50%;
	margin-top: -70px;
}

.footer-top ul {
	padding-left: 0px !important;
}

.patient-text {
	width: 38%;
	margin: auto;
}

.cookie-box p {
	width: 60%;
	float: right;
	color: #fff;
}
@media only screen and (width:1366px) {
	.login-footer {
		position: relative;
	}
}

@media(max-width:1200px) {
	.line-x-wide:before {
		width: 35%;
	}
	.line-x-wide:after {
		width: 35%;
	}
}

@media(max-width:992px) {
	.navbar-toggler {
		margin-left: auto;
		margin-right: auto;
	}
	.line-x:before {
		width: 40%;
	}
	.line-x:after {
		width: 40%;
	}
	.line-x-wide:before {
		width: 30%;
	}
	.line-x-wide:after {
		width: 30%;
	}
	.btn-download {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

@media(max-width:768px) {
	.cookie-box p {
		width: 100%;
	}
	.patient-text {
		width: 100%;
		margin: auto;
	}
	.absolute-content .logo {
		width: 150px;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.absolute-content {
		text-align: center;
		margin-top: -160px !important;
	}
	.navbar-nav {
		text-align: center;
		margin-top: 20px !important;
	}
	.navbar .nav-item .nav-link {
		border-right: none !important;
	}
	.arrow-left {
		left: 30px;
	}
	.line-x:before {
		width: 32%;
	}
	.line-x:after {
		width: 32%;
	}
	.line-x-wide:before {
		width: 25%;
	}
	.line-x-wide:after {
		width: 25%;
	}
}

@media(max-width:576px) {
	.fa-bars {
		margin-right: 15px;
	}
	.arrow-left {
		margin-left: -15px;
	}
	.footer {
		position: relative;
		margin-top: 150px;
	}
	.empty {
		margin-top: 300px !important;
	}
	.line-x-wide:before {
		width: 15%;
	}
	.line-x-wide:after {
		width: 15%;
	}
	.nav-pills .nav-item .nav-link {
		padding: 8px 25px !important;
	}
}

@media(max-width:516px) {
	.footer-top .list-inline-item a {
		border: none !important;
		line-height: 2;
		font-size: 9px;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	footer {
		height: 50px;
	}
	.footer-top {
		bottom: 50px;
	}
}