@font-face {
    font-family: 'pacificoregular';
    src: url('../fonts/pacifico-webfont.eot');
    src: url('../fonts/pacifico-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pacifico-webfont.woff2') format('woff2'),
         url('../fonts/pacifico-webfont.woff') format('woff'),
         url('../fonts/pacifico-webfont.ttf') format('truetype'),
         url('../fonts/pacifico-webfont.svg#pacificoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gt_walsheim_regularregular';
    src: url('../fonts/gt_walsheim_regular-webfont.eot');
    src: url('../fonts/gt_walsheim_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gt_walsheim_regular-webfont.woff2') format('woff2'),
         url('../fonts/gt_walsheim_regular-webfont.woff') format('woff'),
         url('../fonts/gt_walsheim_regular-webfont.ttf') format('truetype'),
         url('../fonts/gt_walsheim_regular-webfont.svg#gt_walsheim_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
.header{
	background-color:#6836d9;
	color:#fff;
	width:100%;
	
}

h1{
	font-size:48px;
	text-transform:uppercase;
	padding-top:5px;
	margin:0;
	text-align:center;
	font-weight:600;
}
h2{
	font-size:30px;
	margin:0;
	text-align:center;
	padding-bottom:10px;
	font-style:italic;
	font-family: 'pacificoregular';
	text-transform:capitalize;
	font-weight:100;
}
.dropdown{
	width:100%;
	text-align:center;
	margin:0;
	padding:65px 0 50px 0;
	text-transform:uppercase;
	font-size:19px;
	float:left;
}
.select_box{
	border: solid 1px #ccc;
    padding: 10px 5px;
    font-size: 16px;
}
.middle{
	width:100%;
	margin:0 auto;
}
.container{
	width:80%;
	max-width:1000px;
	margin:0 auto;
}
.middle_table{
	width:100%;
	
}
.middle_table table,.middle_table th,.middle_table td{
	border:1px solid #000;
	border-collapse:collapse;
}
.middle_table table {
    width:80%;
	margin:0 auto;
}

.middle_table th {
    height:30px;
	background-color:#6836d9;
	color:#fff;
	text-transform: uppercase;
    font-weight: normal;
	font-size:18px;
}
.middle_table td {
    padding:10px;
	text-align:center;
	
	font-weight:bold;
	font-size:14px;
}
.content{
	font-weight:normal;
	text-transform:none;
}
.middle_content{
	width:100%;
	margin:0 auto;
	padding-top:85px;
}
h3{
	color:#6836d9;
	font-size:30px;
	margin: 0 auto;
    text-transform: uppercase;
    margin-top: 20px;
	
}
.middle_upper h3{
	
	    border-bottom: solid 1px #6836d9;
		font-weight:normal;
		padding-bottom:10px;
}
.administrator{
	position: relative;
    display: inline-block;
	float:right;
	margin-top:15px;
}
.dropbtn {
    background-color:#fff;
    border: none;
    font-size:16px;
    text-transform: capitalize;
    cursor: pointer;
	line-height:40px;
	color: #000;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 140px;
    right: 0;
    border: 1px solid rgba(204, 204, 204, 1);
    width: 100%;
    box-shadow: 1px 1px 5px #CCC;
}

.dropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
	background-color:#6836d9;
	color:#FFF;
	}

.administrator:hover .dropdown-content {
    display: block;
}
.image{
	border-radius: 50%;
    border: solid 1px #CCC;
	float: left;
}
.form_input{
	border:solid 1px #6836d9;
	width:98%;
	max-width:500px;
	padding:20px;
	margin:0 auto;
	
}
.input_field{
	border:1px solid #6836d9;
	width:100%;
	padding:10px;
	margin-top:30px;
	font-size:15px;
	box-sizing: border-box;
	
}
.login_button{
	background-color:#6836d9;
    border: none;
    color: white;
	font-size:20px;
	margin-top:30px;
    padding:10px 20px;
	text-transform:capitalize;
    cursor: pointer;
	border:none;
}
.lower ul{
	width:100%;	
	list-style-type:none;
	padding:0;
	
}
.lower ul li{
	display:inline-block;
	width:30%;
}
a{
	text-decoration:none;
	color:#6836d9;
	padding-left:10px;
}
.footer{
	width:100%;
	text-align:center;
	float:left;
	padding:45px 0;
	text-transform:uppercase;
	color:#90C;
	font-size:14px;
}
.appboy_button{
	background-color: #6836d9;
	border: none;
	color: #FFF;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
    cursor: pointer;
	margin-left: -14px;
}
.display_loading{
	background-image: url(images/loading.gif);
	text-indent: -9000px;
	background-repeat: no-repeat;
	background-position: center;
}
.error_input {
	border: solid 1px #F00 !important;
}
.row_error {
	color: #F00;
    font-size: 13px;
    padding: 3px 5px;
    background: #fcebd1;
    text-align: center;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    margin-top: 10px;
}
.row_sccess {
	color: #4F8A10;
    font-size: 16px;
    padding: 12px 40px;
    border-radius: 5px;
    text-align: left;
    float: left;
    width: 100%;
    background-image: url(images/correct.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}
.form_error {
	background-color: transparent;
	text-align: left;
	margin: 0;
	float: left;
	width: 50%;
}
.form_error.row_error {
	padding: 5px 0 0;
}
.form_error.row_sccess {
	padding: 5px 0 0;
}
.form_row input[type=button], .form_wrapper .form_row input[type=submit] {
    padding: 8px 30px;
    background-color: #14a5be;
    border: solid 1px #14a5be;
    color: #fff;
    font-size: 18px;
    /* border-radius: 12px; */
	margin-top:10px;
}
.form_row input[type=button]:hover, .form_wrapper .form_row input[type=submit]:hover {
	background-color: #FFF;
	color: #14a5be;
}
.contact_button{
	width:33%;
	float:left;
}
.row_sccess {
	color: #4F8A10;
    font-size: 16px;
    padding: 12px 40px;
    border-radius: 5px;
    text-align: left;
    float: left;
    width: 100%;
    background-image: url(images/correct.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}
.home_carousel,
.home_faq{
   background: url(https://www.psychicvisionapp.com/wp-content/uploads/2016/05/bg_carousel-1.jpg) no-repeat cover;
}
/*header*/
* { 
	margin: 0; 
	padding: 0; 
	border:none; 
	outline:none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box;
	box-sizing: border-box;	}
	

html, body{
	height:auto;
	min-height: 100vh;
	max-width:100%;
	min-width:100%;
	background:rgba(255, 255, 255, 0.6);
	font-family: 'gt_walsheim_regularregular';
	font-size:14px;
	line-height:18px; 
	color:#000;
	font-weight:normal;
	font-style:normal;
	overflow-x:hidden;}
	
p {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #6E798C;}
	
h1,h2,h3,h4,h5,h6{
     margin:0;
	 color:#555;}

a {
	text-decoration:none;
	outline: none;
	color: #4b5460;}
	
:focus { 
	outline: none; }
	
a:focus {
	outline: none;}
	
a:hover, a:focus {
	color: #257AF4;
	text-decoration: none;}
		
hr{
	background:#e3e3e3;
	border-top:1px solid #333;}
	
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	
::selection {
	text-shadow: none;
	background: #257AF4;
	color: #fff;}
	
::-moz-selection {
 text-shadow: none;
 background: #257AF4;
 color:#fff;}
 
a, input, select, textarea, img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;}
		
.clearfix {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;}
			
.hidden{ 
	display: none !important;}
	
.show{ 
	display: block !important;}
h1{
	font-style: normal;
	font-weight: 400;
	font-size: 52px;
	line-height: 70px;
	letter-spacing: -0.02em;
	color: #20294C;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
/*header*/ 
.wpcf7-response-output{
	float: left !important;
}
