﻿html
{
	font-family: Arial;
	overflow-y: scroll;
	max-width: 100%;
	overflow-x: hidden;

}

body
{
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	max-width: 100%;
	overflow-x: hidden;
}

body
{
	font-family: Arial;
	font-size: 1em;
	color: #4d4845;
	line-height: 150%;
	font-weight: 400;
}

a
{
	color: #4d4845;
	text-decoration: none;
}

ul
{
	color: #4d4845;
	line-height: 170%;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}

img
{
	border: 0px;
}

form
{
	padding: 0px;
	margin: 0px;
}

table,
tr,
td
{
	padding: 0px;
	margin: 0px;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

.clear
{
	clear: both;
	visibility: hidden;
}

/*-------------PAGE----------------*/

#page
{
	width: 100%;
	background: url("bg.jpg") center top no-repeat;
}

.row_long
{
	width: 100%;
}

.row_medium
{
	width: 1920px;
	margin: 0px auto;
}

.row_short
{
	width: 1280px;
	margin: 0px auto;
}

@media screen and (max-width: 1940px)
{
	.row_medium
	{
		width: 100%;
	}
}

@media screen and (max-width: 1160px)
{
	#page
	{
		padding-top: 55px;
	}

	.row_short
	{
		width: 94%;
		padding: 0% 3%;
	}
}

@media screen and (max-width: 590px)
{
	.row_short
	{
		width: 92%;
		padding: 0% 4%;
	}
}

/*-------------HEADER----------------*/

#header
{
	height: 165px;
	padding-top: 40px;
	z-index: 99;
}

#logo
{
	float: left;
	margin: 10px 0px 0px 16px;
}

#logo .mobile
{
	display: none;
	width: 140px;
}

#logo .desktop
{
	width: 300px;
}

#menu_btn
{
	display: none;
	float: right;
	width: 31px;
	height: 23px;
	margin-top: 16px;
	background: url("menu_btn.png");
	cursor: pointer;
}

@media screen and (max-width: 1160px)
{
	#header
	{
		position: fixed;
		top: 0px;
		height: 55px;
		padding-top: 0px;
		background-color: #ffffff;
		-webkit-box-shadow: 0px 4px 4px 0px rgba(121, 129, 144, 0.1);
		-moz-box-shadow: 0px 4px 4px 0px rgba(121, 129, 144, 0.1);
		box-shadow: 0px 4px 4px 0px rgba(121, 129, 144, 0.1);
	}

	#logo
	{
		float: left;
		width: auto;
		margin-top: 10px;
	}

	#logo .desktop
	{
		display: none;
	}

	#logo .mobile
	{
		display: inline;
	}

	#menu_btn
	{
		display: block;
	}
}

/*-------------BOX TOP----------------*/

#box_top
{
	position: relative;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(174, 201, 220, 0.75);
	-moz-box-shadow: 0px 4px 4px 0px rgba(174, 201, 220, 0.75);
	box-shadow: 0px 4px 4px 0px rgba(174, 201, 220, 0.75);
	z-index: 10;
}

#box_top .row_short
{
	height: 75px;
	background-color: #3c3c3b;
}

@media screen and (min-width: 1221px)
{
	#box_top
	{
		display: block !important;
	}
}

@media screen and (max-width: 1220px)
{
	#box_top
	{
		display: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	#box_top .row_short
	{
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/*-------------BOX TOP - MENU TOP----------------*/

.menu_top,
.menu_top li,
.menu_top ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: normal;
}

.menu_top li
{
	float: left;
}

.menu_top a
{
	display: inline-block;
	font-size: 1.5em;
	color: #3f3f3f;
	line-height: 71px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0px 30px;
	transition: background-color 0.3s;
}

.menu_top a:hover,
.menu_top li.active a
{
	color: #ffffff;
	background-color: #1E78C1;
	transition: background-color 0.4s;
}

.menu_top a:hover
{
	background-color: #5bd8e3;
}

@media screen and (max-width: 1160px)
{
	#menu_top
	{
		overflow: hidden;
	}

	.menu_top a
	{
		line-height: 50px;
	}
}

@media screen and (max-width: 1000px)
{
	.menu_top li
	{
		float: none;
	}

	.menu_top a
	{
		display: block;
		line-height: 50px;
		text-align: center;
	}
}

/*-------------HEADER - LANGUAGES----------------*/

#languages
{
	position: absolute;
	top: 68px;
	right: 0px;
	background-color: #ffffff;
	z-index: 100;
}

#languages ul,
#languages ul li
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: normal;
}

#languages ul
{
	display: block;
	height: 0px;
	padding: 29px 26px 3px 7px;
	border: 1px solid #cddfe9;
	background: url("lang_arrow.png") 28px 14px no-repeat;
	background-size: 11px 6px;
	overflow: hidden;
}

#languages ul:hover
{
	height: auto;
}

#languages ul li
{
	display: block;
	font-size: 1.2em;
	line-height: normal;
	font-weight: 700;
	margin: 5px 0px;
}

#languages ul li a
{
	color: #5785a4;
	transition: color 0.2s;
}

#languages ul li:hover a
{
	color: #2b5f83;
	transition: color 0.3s;
}

#languages ul li.active
{
	position: absolute;
	top: 10px;
	left: 7px;
	margin: 0px;
}

@media screen and (max-width: 1220px)
{
	#languages
	{
		position: relative;
		display: block;
		float: right;
		top: 0px;
		margin: 11px 20px 0px 0px;
	}
}

@media screen and (max-width: 1024px)
{
	#languages ul
	{
		background-image: url("lang_arrow.png");
	}
}

@media screen and (max-width: 350px)
{
	#languages
	{
		margin-right: 10px;
	}
}

/*-------------BOX TOP - LOGIN----------------*/



#login .form_field
{
	width: 150px;
	line-height: 41px;
	padding: 0px 15px;
	margin-right: 11px;
	border: none;
	border-bottom: 2px solid #1E78C1;
	border-radius: 4px;
	vertical-align: middle;
}

#login .form_field:focus
{
	border-bottom: #4a82d5;
}

#login .form_btn
{
	display: inline-block;
	height: 45px;
	font-size: 1.4em;
	color: #ffffff;
	/*line-height: 45px;*/
	font-weight: 400;
	padding: 0px 17px;
	border: none;
	border-radius: 2px;
	background-color: #1E78C1;
	cursor: pointer;
	transition: background-color 0.2s;
	vertical-align: middle;
}

#login .form_btn:hover
{
	background-color: #0f62a5;
	transition: background-color 0.3s;
}

#login  ul,
#login  li
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: normal;
}

#login  ul
{
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}

#login li
{
	font-size: 1.4em;
	color: #3f3f3f;
	line-height: 150%;
	font-weight: 400;
	text-decoration: underline;
}

@media screen and (max-width: 1160px)
{
	#login
	{
		float: none;
		width: auto;
		margin-top: 10px;
	}
}

@media screen and (max-width: 700px)
{
	#login
	{
		text-align: center;
	}

	#login .form_field
	{
		display: block;
		width: 200px;
		margin: 0px auto 15px auto;
	}
}

/*-------------CENTER----------------*/

#center
{
	padding-top: 30px;
}

/*-------------BOX 1----------------*/

#box_1
{
	margin-bottom: 30px;
}

/*-------------BOX LINK----------------*/

.box_link .col a
{
	display: block;
}

.box_link .img
{
	display: block;
	overflow: hidden;
}

.box_link img
{
	float: left;
	width: 100%;
}

.box_link .content
{
	display: block;
	padding: 15px 3%;
}

.box_link .c_1 .content
{
	background-color: #1E78C1;
	transition: background 0.2s;

}

.box_link .c_1:hover .content
{
	background-color: #3ab1bb;
	transition: background 0.3s;
}

.box_link .c_2 .content
{
	background-color: #0cd1aa;
	transition: background 0.2s;
}

.box_link .c_2:hover .content
{
	background-color: #1E78C1;
	transition: background 0.3s;
}

.box_link .col .title
{
	display: block;
	font-size: 2.0em;
	color: #ffffff;
	line-height: 110%;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.box_link .col .text
{
	display: block;
	font-size: 1.5em;
	color: #ffffff;
	line-height: 100%;
	font-weight: 500;
	text-align: center;
}

.box_link .col .btn_more
{
	display: block;
	margin: 18px auto 0px auto;
}

/*-------------BOX 2----------------*/

#box_2
{
	font-size: 1.5em;
	color: #f9f9f9;
	line-height: 100%;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	padding: 45px 0px;
	background-color: #1E78C1;
}

#box_2 .title
{
	font-size: 2em;
	line-height: 60%;
	font-weight: 400;
	margin-bottom: 30px;
}

#box_2 p
{
	color: darkcyan;
	-webkit-margin-before: 1.5em;
	-webkit-margin-after: 0.5em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

#box_2 .text
{
	text-transform:none;
	display: block;
	margin-top:10px;
}

/*-------------BOX 3----------------*/

#box_3
{
	background-color: #d42441;
}

#box_3 .row_short
{
	text-align: center;
	padding: 50px 0px 40px 0px;
}

#box_3 .title
{
	font-size: 3.2em;
	color: #ffffff;
	line-height: normal;
	font-weight: 400;
	margin-bottom: 30px;
}

#box_3 .content
{
	max-width: 600px;
	font-size: 1.5em;
	color: #ffffff;
	line-height: 150%;
	font-weight: 400;
	margin: 0 auto;
}

@media screen and (max-width: 980px)
{
	#box_3 .row_short
	{
		padding: 40px 0px 30px 0px;
	}

	#box_3 .title
	{
		font-size: 2.8em;
	}
}

/*-------------BOX 4----------------*/

#box_4
{
	background-color: #ffffff;
}

#box_4 .row_short
{
	position: relative;
	padding: 50px 0px 40px 0px;
}

#box_4 .title
{
	font-size: 3.2em;
	color: #06a1b8;
	line-height: normal;
	font-weight: 400;
	margin-bottom: 30px;
}

#box_4 .content
{
	font-size: 1.5em;
	color: #363636;
	line-height: 150%;
	font-weight: 400;
}

#box_4 img
{
	position: absolute;
	left: -150px;
	bottom: -40px;
}

@media screen and (max-width: 1050px)
{
	#box_4 img
	{
		left: -200px;
	}
}

@media screen and (max-width: 980px)
{
	#box_4 .row_short
	{
		text-align: center;
		padding: 40px 0px 30px 0px;
	}

	#box_4 .title
	{
		font-size: 2.8em;
	}

	#box_4 img
	{
		display: none;
	}
}

/*-------------BOX 5----------------*/

#box_5
{
	position: relative;
	background-color: #e4f1f8;
}

#box_5 .row_short
{
	text-align: center;
	padding: 50px 0px 40px 0px;
}

#box_5 .title
{
	font-size: 3.2em;
	color: #06a1b8;
	line-height: normal;
	font-weight: 400;
	margin-bottom: 30px;
}

#box_5 .content
{
	font-size: 1.5em;
	color: #363636;
	line-height: 150%;
	font-weight: 400;
}

#box_5 .img
{
	margin-top: 30px;
}

#box_5 .img img
{
	width: 90%;
}

@media screen and (max-width: 980px)
{
	#box_5 .row_short
	{
		padding: 40px 0px 30px 0px;
	}

	#box_5 .title
	{
		font-size: 2.8em;
	}

	#box_5 .img img
	{
		width: 100%;
	}
}

@media screen and (max-width: 700px)
{
	#box_5 .img
	{
		display: none;
	}
}

/*-------------BOX 6----------------*/

#box_6
{
	background-color: #ffffff;
}

#box_6 .row_short
{
	padding: 50px 0px;
}

#box_6 .three_col
{
	margin-bottom: 60px;
}

#box_6 .title
{
	font-size: 3.2em;
	color: #06a1b8;
	line-height: normal;
	font-weight: 400;
	text-align: center;
	margin-bottom: 10px;
}

#box_6 .ico
{
	margin: 0 auto;
	width: 95px;
}

#box_6 .ico img
{
	width: 100%;
}

#box_6 .ico .mobile
{
	display: none;
}

#box_6 .sub_title
{
	font-size: 1.8em;
	color: #242424;
	line-height: normal;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 8px;
	padding-right: 20px;
}

#box_6 .text
{
	font-size: 1.5em;
	color: #363636;
	line-height: 150%;
	font-weight: 400;
}

#box_6 ul{

	width: 45%;
	color: #1E78C1;
	list-style: none;
	line-height: 170%;
	padding: 10px;
	margin: 0px auto;
}

#box_6 li .black
{
	color:darkslategrey;
	margin-left:20px;
}

#box_6 .list
{
	padding-right: 30px;
}

@media screen and (max-width: 1024px)
{
	#box_6 .ico .desktop
	{
		display: none;
	}

	#box_6 .ico .mobile
	{
		display: block;
	}
}

@media screen and (max-width: 980px)
{
	#box_6 .row_short
	{
		padding: 40px 0px;
	}

	#box_6 .three_col
	{
		margin-bottom: 40px;
	}

	#box_6 .three_col .col
	{
		margin-bottom: 40px;
	}

	#box_6 .three_col .col:last-child
	{
		margin-bottom: 0px;
	}

	#box_6 .title
	{
		font-size: 2.8em;
	}

	#box_6 .sub_title
	{
		padding-right: 0px;
	}

	#box_6 .list
	{
		padding-right: 0px;
	}
}

@media screen and (max-width: 500px)
{
	#box_6 .btn
	{
		width: 100%;
		padding: 0px;
		text-align: center;
	}
}

/*-------------FOOTER----------------*/

#footer
{
	padding: 30px 0px;
	background-color: #1E78C1;
}

/*-------------BOX ADDRESS----------------*/

#box_address
{
	padding: 50px 0px;
}

#box_address .two_col .col
{
	overflow: hidden;
}

#box_address .two_col .col:first-child .address
{
	float: right;
	margin-right: 85px;
}

#box_address .two_col .col:last-child .address
{
	float: left;
	margin-left: 85px;
}

/*#box_address .two_col .col:first-child
{
background: url("../Content/img/loginPage/map_poland.png") center left no-repeat;
}

#box_address .two_col .col:last-child
{
background: url("../Content/img/loginPage/map_usa.png") center right no-repeat;
}*/

#box_address .address
{
	text-align: center;
}

#box_address .country
{
	font-size: 2.4em;
	color: #ffffff;
	line-height: normal;
	font-weight: 400;
	margin-bottom: 20px;
}

#box_address .data
{
	font-size: 1.5em;
	color: white;
	line-height: 180%;
	font-weight: 400;
}

#box_address .data .fa
{
	color: black;
	margin-right: 10px;
}

#box_address a
{
	color: white;
}

@media screen and (max-width: 1220px)
{
	#box_address .two_col .col:first-child .address
	{
		float: right;
		margin-right: 45px;
	}

	#box_address .two_col .col:last-child .address
	{
		float: left;
		margin-left: 45px;
	}
}

@media screen and (max-width: 980px)
{
	#box_address
	{
		padding-top: 20px;
	}

	#box_address .two_col .col:first-child .address,
	#box_address .two_col .col:last-child .address
	{
		float: none;
		margin-right: 0px;
		margin-left: 0px;
	}

	#box_address .two_col .col:first-child
	{
		background: none;
	}

	#box_address .two_col .col:last-child
	{
		background: none;
	}
}

@media screen and (max-width: 700px)
{
	#box_address .two_col .col:first-child
	{
		margin-bottom: 40px;
	}
}

/*-------------FOOTER - COPYRIGHT----------------*/

#copyright
{
	font-size: 1.5em;
	color: #7c7c7c;
	line-height: 140%;
	font-weight: 400;
	text-align: center;
}

/*-------------THREE COL----------------*/

.three_col
{
	overflow: hidden;
}

.three_col .col
{
	float: left;
	width: 31%;
	margin-left: 40px;
}

.three_col .col:first-child
{
	margin-left: 0px;
}

@media screen and (max-width: 1280px)
{
	.three_col .col
	{
		width: 31%;
		margin-left: 3%;
	}

	.three_col .col:first-child
	{
		margin-left: 0px;
	}
}

@media screen and (max-width: 980px)
{
	.three_col .col
	{
		width: 100%;
		margin: 0px 0px 35px 0px;
	}

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

@media screen and (max-width: 719px)
{
	.three_col .col
	{
		margin-bottom: 25px;
	}
}

/*-------------TWO COL----------------*/

.two_col
{
	overflow: hidden;
}

.two_col .col
{
	float: left;
	width: 50%;
}

.two_col .col:last-child
{
	float: right;
}

@media screen and (max-width: 980px)
{
	.two_col.res_1 .col
	{
		float: none;
		width: 100%;
	}
}

@media screen and (max-width: 700px)
{
	.two_col.res_2 .col
	{
		float: none;
		width: 100%;
	}
}

/*------------BTN S1------------------*/

.btn_s1
{
	display: inline-block;
	height: 53px;
	font-size: 1em;
	color: #43b9c3;
	line-height: 53px;
	font-weight: 400;
	padding: 0px 50px;
	border-radius: 2px;
	background-color: #feffff;
	cursor: pointer;
	transition: background-color 0.2s;
}

.btn_s1:hover
{
	background-color: #f2f4f4;
	transition: background-color 0.3s;
}

/*------------BTN MORE------------------*/

.btn_more
{
	display: inline-block;
	width: 58px;
	height: 34px;
	border-radius: 2px;
	background: url("btn_more.png") center center no-repeat #feffff;
	cursor: pointer;
	transition: background-color 0.2s;
}

.btn_more:hover
{
	background-color: #f2f4f4;
	transition: background-color 0.3s;
}

@media screen and (max-width: 1024px)
{
	.btn_more
	{
		background-image: url("btn_more_m.png");
		background-size: 9px 14px;
	}
}

/*-------------ANCHOR----------------*/

.anchor
{
	display: block;
	float: left;
	width: 0px;
	height: 0px;
	overflow: hidden;
}


@media screen and (max-width: 1220px)
{
	.anchor
	{
		margin-top: -55px;
	}

}

/*------------languages------------------*/

body.en :lang(pl) {
	display: none !important;
}
body.pl :lang(en) {
	display: none !important;
}
#passRecoveryFooter {
	background: #1E78C1;
	color: white;
	padding: 10px 0px 9px 0px;
	z-index: 100;
	bottom: 0;
	left: 0;
	width: 100%;
}

video{
	width: 50%;
	margin-left: 2%;
	margin-right: 2%;
	border-radius: 5px;
}

.photog{
	display: flex;
	align-items: center;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	margin-top: 20px;
}

.photog img{
	height: 50px;
	width: auto;
	vertical-align: middle;
	margin-right: 40px;
}

#videocontent{
	display: none;
}

h1{
	font-size: 30px;

	line-height: normal;
	font-weight: 400;
	text-align: center;
	margin-bottom: 10px;
}

.elementy{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.elementy1{
	width: 50%;
	margin: auto;
	margin-top: 50px;
	display: block;
	justify-content: center;
	align-items: center;
}

@media (max-width:800px) {
	video{
		width: 95%;
	}
	.photog{
		width: 90%;
		display: block;
	}

	.elementy{
		display: block;
	}

	.elementy1{
		width: 95%;
	}
}


.container {
	width: 80vw !important;
	word-wrap: break-word;
	overflow-x: hidden !important;
}

.bgc-overlay-top-right {
	position: absolute;
	width: 800px;
	height: 1000px;
	top: 50px;
	left: 70%;

	background: #1E78C1;
	opacity: 0.16;
	filter: blur(34px);
	border-radius: 40px;
	transform: rotate(-15deg);
	z-index: -99;
}

.bgc-overlay-middle-left {
	position: absolute;
	width: 800px;
	height: 1200px;
	top: 800px;
	right: 70%;

	background: #1E78C1;
	opacity: 0.13;
	filter: blur(74px);
	border-radius: 40px;
	transform: rotate(-15deg);
	z-index: -99;
}

.bgc-overlay-bottom-right {
	position: absolute;
	width: 600px;
	height: 800px;
	top: 1200px;
	left: 80%;

	background: #1E78C1;
	opacity: 0.15;
	filter: blur(41px);
	border-radius: 80px;
	transform: rotate(-50deg);
	z-index: -99;
}

.contactMap{
	background-image: url('USA Map.png');
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -99;
}

.phoneEmail{
	color: #1e78c1;
	font-size: initial;
}

.logo-image{
	max-width: 60%;
	margin-bottom: 20px;
}

.text-first-acapit{
	font-size: xxx-large;
	color: #222930;
	font-weight: bold;
	line-height: 40px;
}

.text-second-acapit{
	font-size: xxx-large;
	font-weight: bold;
	background-image: linear-gradient(90deg,#148bcf,#06d5e4);
	-webkit-background-clip: text;
	color: transparent;
	line-height: 40px;
}

.text-third-acapit {
	padding-right: 10px;
	font-size: 16px;
	white-space: break-spaces;
}

.devices-image {
	max-width: 100%;
}

.about-section {
	margin: 100px 0 50px;
}

.about-header {
	margin-bottom: 20px;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}




.mat-tab-labels {
	border-bottom: 2px solid #1E78C1;
}

.mat-tab-group.mat-primary .mat-ink-bar {
	background-color: transparent;
	box-sizing: border-box;
	border-bottom: 2px solid #1E78C1;
	height: 50px;

	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.mat-tab-nav-bar,
.mat-tab-header {
	border-bottom: none;
	display: flex!important;
}

.mat-tab-label {
	color: black;
	font-size: 16px;
}

.mat-tab-label.mat-tab-label-active {
	opacity: 1;
	color: white;
}


.footer-container {
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: linear-gradient(219.96deg, #2BDBB6 -16.91%, #1B97DD 101.26%);
}
.footer-container div{
	display: inline-flex;
}
.footer-container a{
	text-decoration: none;
	color: white;
}



.example-accordion {
	display: block;
	max-width: 800px;
	margin: 20px;
}

.example-accordion-item {
	display: block;
	border-radius: 10px;
	border-bottom: 1px solid;
	border-image: linear-gradient(to left, transparent, rgba(128, 128, 128, 0.56), transparent) 10;
}

.example-accordion-item + .example-accordion-item {
	border-top: none;
}

.example-accordion-item-header {
	display: flex;
	align-content: center;
	justify-content: space-between;
	border-radius: 10px;
	font-size: large;
	color: #0f70b7;
	font-weight: bold;
}

.example-accordion-item-description {
	font-size: 0.85em;
	color: #999;
}

.example-accordion-item-header,
.example-accordion-item-body {
	padding: 16px;
}

.example-accordion-item-header:hover {
	cursor: pointer;
	background: rgba(15, 112, 183, 0.08);
	color: #0f70b7;
}


.rectangle{
	height: 88%;
	width: 5px;
	background: #0f70b7;
	position: absolute;
	margin-left: 10px;
}

.circle {
	position: absolute;
	margin-left: -39px;
	margin-top: -55px;
}
.circle img{
	width: 30px;
	height: auto;
}

.image {
	position: absolute;
	left: 50%;
	top: 20px;
	width: 50%;
	display: flex;
	align-items: center;
	align-content: center;
}
.image img{
	width: 80%;
	margin-left: 5%;
}

.more-button{
	color: #0f70b7 !important;
	font-size: medium;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

.partners-section{
	margin: 0px 0 20px;
}

.carousel {
	text-align: center;
}
.carousel img {
	height: 80px;
	width: auto;
	margin: auto;
}
.carousel div{
	width: 100%;
	overflow: hidden;
}

.inline {
	position: relative;
	top: 0;
}

.inline img{
	margin: 0 10px 30px 0;
	width: 40%;
}

.contact-section{
	margin-top: 50px;
	display: flex;
}


.contact a{
	text-decoration: none;
	color: #0f70b7;
	font-size: medium;
}


.firstInfo{
	display: flex;
	flex-direction: column;
}

.secondInfo{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bothPortals{
	background: #1E78C1;
	border-radius: 31px;
	color: white;
	margin: 7px !important;
}

.computerImage{
	display: flex;
	justify-content: center;
}

.profPortal{
	display: flex;
	flex-direction: column;
}

.pubPortal{
	display: flex;
	flex-direction: column;
}

.infoText{
	font-weight: 350;
	font-size: 16px;
	line-height: 20px;
}

.row{
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 15px;
	margin-right: 15px;
}

.mainRow{
	margin-bottom: 70px;
	margin-top: 70px;
	margin-left: 30px;
	margin-right: 30px;
}

.logo {
	margin: 0;
	cursor: pointer;
}
.logo:focus {
	outline: none;
}


a.nav-bar-options {
	display: flex;
	text-decoration: none;
	color: #002d6c !important;
	height: 70px;
	min-width: 100px;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
	transition: 150ms;
	margin: -8px 5px 0px 5px;
	cursor: pointer;
}
a.nav-bar-options.active {
	background: transparent;
	color: #0f70b7 !important;
	border-bottom: 5px solid #0f70b7;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}


a:hover.nav-bar-options-on-hover {
	background: rgba(15, 112, 183, 0.08);
	color: #2370c8 !important;
	transition: 150ms;
	border-bottom: 5px solid #2370c8;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}


.navbar{
	position: fixed !important;
	z-index: 10000;
	width: 100%;
	background: transparent;
	height: 70px;
	top: 0;
	backdrop-filter: blur(6px);
	display: flex;
}

.spacing{
	width: 100%;
	height: 70px;
}

.button{
	margin: 0 4% 0 10px;
}



.button a:hover{
	background: #0f70b7;
	transition: 0.15s;
}

.menu-items{
	margin-right: auto;
	height: 100%;
	display: flex;
}

#burger{
	width: 50px;
	display: none;
}

#menu{
	display: flex;
}

#logo{
	padding-left: 8%;
	padding-right: 20px;
}

@media screen and (max-width: 1000px){
	#logo{
		padding-left: 2px;
	}
	#burger{
		display: block;
	}
	#menu{
		display: none;
	}
	.menu-items{
		position: absolute;
		height: auto;
		top: 70px;
		width: 100%;
	}
	a.nav-bar-options {
		height: 60px;
		margin: 0;
		width: 100%;
		background: white;
	}
	a.nav-bar-options.active {
		background: #0f70b7;
		color: white;
	}


	a:hover.nav-bar-options-on-hover {
		background: #0f70b7;
		color: white;
		transition: 150ms;
	}
}

.secondInfo{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.patientCards{
	display: flex;
}

.public-card {
	box-sizing: border-box;
	border-radius: 15px;
	overflow: hidden;
	width: 45%;
	margin: 5px;
	-webkit-transition: 0.15s ease-out;
	-moz-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	-ms-transition: 0.15s ease-out;

}

.public-card:hover, .hover-box:hover i {
	border: 3px solid #1e78c1;
	cursor: pointer;
}

.hover-box {
	height: 20px;
	-webkit-transition: 0.15s ease-out;
	-moz-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	-ms-transition: 0.15s ease-out;
}

i {
	visibility: visible;
	-webkit-transition: 0.15s ease-out;
	-moz-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	-ms-transition: 0.15s ease-out;
}

.public-title {
	margin: auto;
	font-size: 11px;
	line-height: 1;
}
.public-header {
	margin-top: 5px;
	text-align: center;
}

mat-card-title{
	font-size: medium;
	margin-bottom: 0 !important;
}

mat-card-header{
	justify-content: center;
}

.public-image {
	display: block;
	margin: auto;
	width: 40px;
	min-height: 20px;
	height: 40px;
}


.edu-material-card {
	box-sizing: border-box;
	border-radius: 10px;
	width: 115px;
	height: 115px;
	margin: 3px;
	-webkit-transition: 0.15s ease-out;
	-moz-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	-ms-transition: 0.15s ease-out;

}

.edu-material-card:hover, .hover-box:hover i {
	border: 3px solid #1e78c1;
	cursor: pointer;
}
.hover-box {
	height: 20px;
	-webkit-transition: 0.15s ease-out;
	-moz-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	-ms-transition: 0.15s ease-out;
}

i {
	visibility: visible;
	-webkit-transition: 0.15s ease-out;
	-moz-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	-ms-transition: 0.15s ease-out;
}


.eduMaterial{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

#c3 .arrowStyle{
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
}

.arrowDiv{
	transform: rotate(-55deg);
}

.mainRow{
	margin-bottom: 70px;
	margin-top: 70px;
	margin-left: 30px;
	margin-right: 30px;
}

.phoneEmail{
	color: #1e78c1;
	font-size: initial;
}
.eduRow{
	display: flex;
	justify-content: flex-end;
}

.eduRowMat{
	display: flex;
	margin-top: 30px;
	margin-left: 15px;
	margin-right: 15px;
}

mat-card{
	background: white;
	display: block;
	position: relative;
	padding: 16px;
	box-shadow: 0 5px 5px -3px #0003, 0 8px 10px 1px #00000024, 0 3px 14px 2px #0000001f;
	text-align: center;
	line-height: 1;
	font-weight: bold;
}

#c9 mat-card{
	box-sizing: border-box;
	border-radius: 10px;
	width: 305px;
	height: 105px;
	margin: 10px;
	background: rgba(255,255,255,.32);
	-webkit-transition: .15s ease-out;
}

.aprofessional-page{
	width: 100%;
	position: absolute;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	top: 10%;
	bottom: 0;
}


.pro-title {
	margin: auto;
	font-size: 11px;
	line-height: 1;
}
.pro-header {
	margin-top: 5px;
	text-align: center;
}

mat-card-title{
	font-size: medium;
}

mat-card-header{
	justify-content: center;
}

.pro-image {
	display: block;
	width: 40px;
	min-height: 20px;
	height: 40px;
	margin: auto;
}


.pro-portal-card {
	box-sizing: border-box;
	border-radius: 10px;
	width: 305px;
	height: 105px;
	margin: 10px;
	background: rgba(255, 255, 255, 0.32);
	-webkit-transition: 0.15s ease-out;
	-moz-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	-ms-transition: 0.15s ease-out;

}

.pro-portal-card-s {
	box-sizing: border-box;
	border-radius: 10px;
	width: 105px;
	height: 105px;
	margin: 7px;
	cursor: pointer;
	background: rgba(255, 255, 255, 0);
	color: white;
	-webkit-transition: 0.15s ease-out;
	-moz-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	-ms-transition: 0.15s ease-out;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

}

.imgFilter{
	filter: invert(1) brightness(100) ;
}

.pro-portal-card-s{

}

.hoverClass {
	color: black;
	background: rgba(255, 255, 255, 0.79);
	transition: 0.5s;
	box-shadow: 0px 5px 5px -3px rgb(0 0 0 / 20%), 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%);
}
.hoverClass img{
	filter: invert(68%) sepia(88%) saturate(1161%) hue-rotate(181deg) brightness(91%) contrast(92%);
}


.pro-portal-card:hover, .hover-box:hover i {
	border: 3px solid #1e78c1;
	cursor: pointer;
}
.hover-box {
	height: 20px;
	-webkit-transition: 0.15s ease-out;
	-moz-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	-ms-transition: 0.15s ease-out;
}

i {
	visibility: visible;
	-webkit-transition: 0.15s ease-out;
	-moz-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	-ms-transition: 0.15s ease-out;
}


.arrowDiv{
	display: flex;
	align-items: center;
	justify-content: center;
}

.proFeatures{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.mainRow{
	margin-bottom: 70px;
	margin-top: 70px;
	margin-left: 30px;
	margin-right: 30px;
}

.content{
	padding-top: 15px;
	border-radius: 5px;
	width: 100%;
	display: flex;
	cursor: pointer;
	font-size: 20px;
	margin-right: 10px;
}

.fill {
	flex: 1;
}

.panel{
	height: 100%;
	display: inline-block;
	vertical-align: top;
	border-radius: 10px;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background: #0f70b7;

}

.arrowStyle{
	width: 250px;
}

.imageStyle{
	text-align: center;
	max-height: 325px;
	max-width: 390px;
	width: 100%;
	height: auto;
}

.mainTitle{
	display: flex;
	width: auto;
	margin: auto;
}

.more-button{
	color: #0f70b7;
	font-size: medium;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

.portal-card {
	box-sizing: border-box;
	border-radius: 30px;
	overflow: hidden;
	background: #EAF5FB;
	-webkit-transition: 0.15s ease-out;
	-moz-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	-ms-transition: 0.15s ease-out;

}

.hover-box {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 70%;
	height: 2%;
	background-color: #1e78c1;
	transform: translateX(-50%);
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.hover-box i {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 20px;
	visibility: hidden;
}

.portal-card:hover, .hover-box:hover i {
	border: 3px solid #1e78c1;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.75);
}
.hover-box {
	height: 20px;
	-webkit-transition: 0.1s ease-out;
	-moz-transition: 0.1s ease-out;
	-o-transition: 0.1s ease-out;
	-ms-transition: 0.1s ease-out;
}

i {
	visibility: visible;
	-webkit-transition: 0.1s ease-out;
	-moz-transition: 0.1s ease-out;
	-o-transition: 0.1s ease-out;
	-ms-transition: 0.1s ease-out;
}



.portal-image {
	display: block;
	margin: auto;
	min-height: 30px;
	height: 40px !important;
}

mat-card-header {
	margin: 0;
	display: block;
}

.portal-header {
	margin: 15px 0;
	text-align: center;
}

.portal-title {
	font-size: 16px;
	margin-bottom: 0 !important;
}

.portal-content {
	position: relative;
	white-space: break-spaces;
	bottom: 20px;
	text-align: center;
}

mat-sidenav {
	width: 100px;
	border-right: none;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgb(15, 112, 183) 100%);
	color: white;
	padding: 16px;
	text-align: center;
	position: absolute;
}

.menu{
	width: 90%;
	border-bottom: 0.5px solid #919191;
	margin: 20px auto;
}

.menu div{
	text-decoration: none;
	font-size: 18px;
	padding: 10px;
	width: 33.3333%;
	display: inline-block;
	text-align: center;
	transition: 0.5s;
	cursor: pointer;
}

.menu div:hover{
	background: rgba(15, 112, 183, 0.89);
	transition: 0.5s;
	color: white;
}



.active{
	background: #0f70b7;
	color: white;
}

.center{
	text-align: center;
}

.content1{
	width: 100%;
	min-height: 400px;
	height: 100%;
	display: flex;
	transition: 1s;
	padding: 10px 50px 50px;
}

.content1 div{
	width: 50%;
	display: inline-block;
	text-align: left;
	font-size: 17px;
	vertical-align: top;
	transition: 0.5s;
	padding: 50px 10px 10px;
	line-height: 1;
}

.more{
	color: #0671b9;
	font-weight: bold;
	text-decoration: none;
	margin: 20px;
	cursor: pointer;
	justify-self: right;
	right: 0;
	position: absolute;
}

.right{
	text-align: right;
	width: 100%;
	justify-content: right;
	justify-items: right;
}

@media screen and (max-width: 900px){
	.content div{
		display: block;
		width: 100%;
		transition: 0.5s;
	}
}
