@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700');

@font-face {
    font-family: 'bentonsansregular';
    src: url('../web_fonts/bentonsans-regular-webfont.woff2') format('woff2'),
         url('../web_fonts/bentonsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
	height: 100% !important;
}
body {
	height: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 28px;
	background-color: #5d3ab6;
	color: #777777;
	overflow-x: hidden;
	font-weight: 400;
}
a {
	font-weight: normal;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}
a:focus, a:hover {
	text-decoration: none;
	outline: 0;
}
img {
	max-width: 100%;
	height: auto;
}
.document {
	height: 100%;
	position: relative;
}
.header-section {
	margin-bottom: 0;
	margin-top: -120px;
	-webkit-transition: all ease 1.5s;
	transition: all ease 1.5s;
	height: 77px;
	z-index: 1;
}
.header-section.header-floating.floating {
	margin-top: 0;
}
.header-section .container {
	height: 100%;
}
.header-section.navbar-default {
	background-color: transparent;
	border-bottom: none;
}
.navbar-header {
	height: 100%;
}
.navbar-toggle {
	margin-top: 13px;
	margin-bottom: 13px;
}
.navbar-logo {
	line-height: 49px;
	white-space: nowrap;
	margin-left: 0 !important;
	display: block;
	padding: 0 !important;
	height: 100%;
}
.navbar-logo img {
	vertical-align: bottom;
}
.navbar-logo:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.navbar-nav > li > a {
	font-family: 'bentonsansregular';
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 25px;
	font-size: 15px;
	text-transform: none;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #ffdaa1;
}
@media ( min-width: 768px ) {
	.navbar-nav > li > a {
		margin-top: 42px;
		margin-bottom: 0;
	}
}
@media ( max-width: 768px ) {
	.header-section {
		height: 52px;
	}
	.header-section.navbar-default {
		background: #51339f;
	}
	.top-image, .footer-image {
		display: none;
	}
	.navbar-logo img {
		height: 42px;
		vertical-align: top;
		margin-top: 5px;
		margin-left: 21px;
	}
	.navbar-header {
		margin: 0 !important;
	}
	.navbar-toggle {
		background: #412786;
		border: none;
		padding: 0;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-collapse {
		background: #412786;
	}
	.navbar-toggle .float-left {
		font-family: 'bentonsansmedium';
		font-size: 14px;
		color: #FFF;
		padding: 0 10px 0 7px;
	}
	.navbar-toggle .float-right {
		margin: 7px 5px 0 0;
	}
	.navbar-toggle .icon-bar {
		width: 15px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background: #ffdaa1;
	}
	.navbar-collapse {
		width: 100%;
		margin: 0 !important;
	}
}
.section {
	position: relative;
	overflow: hidden;
}
.main-section {
	height: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 77px;
}
.container {
	position: relative;
	padding: 0;
}
.main-content {
	display: table;
	height: 100%;
	width: 100%;
	text-align: left;
	position: relative;
	z-index: 9;
}
.left-panel {
	float: left;
	width: 600px;
}
.main-text {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-bottom: 0;
}
.main-text p {
	margin: 0;
	padding: 0 40px 0 0;
	line-height: 24px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.80);
}
.main-title {
	margin: 0 0 20px;
	font-size: 25px;
	line-height: 25px;
	color: #FFF;
}
.main-footer {
	position: absolute;
	bottom: 0;
	left: 0;
}
.social-links {
	padding: 0;
	margin: 0;
	list-style: none;
}
.social-links li {
	float: left;
	display: block;
	padding-right: 24px;
	font-size: 14px;
	line-height: 18px;
}
.social-links li a, .social-links li a:hover, .social-links li a:focus {
	color: #FFF;
	font-weight: 400;
}
.social-links li a span {
	padding-left: 13px;
}
.copyright {
	font-size: 14px;
	line-height: 16px;
	color: rgba(255, 255, 255, 0.70);
	font-weight: 300;
	padding-top: 20px;
}
.right-panel {
	float: right;
	width: 430px;
}
.form-wrapper {
	background-color: #FFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 35px;
	margin: 65px 0 0;
	width: 380px;
	position: relative;
}
.form-group {
    position: relative;
}
#fullName {
    text-transform: capitalize;
}
.ls-wrapper #location {
    padding-right: 40px;
}
.location-search {
    position: absolute;
    right: 15px;
    font-size: 20px;
    top: 30px;
}
.location-search a i {
    color: #8245fd;
}
.search-results {
    position: absolute;
    z-index: 99;
    background: #f4f4f4;
    border-radius: 0 0 15px 15px;
    max-height: 150px;
    overflow: scroll;
    width: 100%;
}
.location-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.location-list li {
    line-height: 20px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}
.location-list li a {
    color: #000;
    padding: 10px;
    display: block;
}
@media ( max-width: 767px ) {
	.main-content {
		text-align: center;
	}
	.main-section {
		padding-top: 0;
		height: auto;
	}
	.main-text p {
		padding: 0 60px;
	}
	.mobile-logo {
		padding: 30px 0 20px;
		text-align: center;
	}
	.mobile-logo .navbar-brand {
		float: none;
	}
	.mobile-logo .navbar-logo img {
		margin-left: 0;
	}
	.left-panel, .right-panel {
		float: none;
		width: 100%;
	}
	.main-text {
		padding: 0;
		text-align: center;
	}
	.form-wrapper {
		margin: 35px auto 0;
		text-align: left;
		width: 90%;
		padding: 15px;
	}
	.form-group {
		margin-bottom: 8px;
	}
	.hero-list-wrapper {
		background: transparent;
		text-align: left;
		margin-top: 0;
	}
	.mobile-menu {
		padding: 15px 0;
	}
	.mobile-links {
		padding: 0 0 30px;
		margin: 0;
		list-style: none;
	}
	.mobile-links li {
		display: block;
		float: left;
		width: 33.33%;
		text-align: center;
	}
	.mobile-links li a {
		display: block;
		color: #ffdaa1;
		text-decoration: underline;
	}
	.mobile-social-link {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.mobile-social-link li {
		display: block;
		float: left;
		width: 50%;
	}
	.mobile-social-link li:first-child {
		text-align: right;
		padding-right: 20px;
	}
	.mobile-social-link li:last-child {
		text-align: left;
		padding-left: 20px;
	}
	.copyright {
		text-align: center;
		padding: 10px 65px;
	}
}
@media ( min-width: 768px ) {
	.main-text {
		padding-top: 205px;
	}
	.main-title {
		font-size: 30px;
		line-height: 30px;
	}
	.hidden-ms {
		display: none;
	}
}
@media ( min-width: 992px ) {
	.main-title {
		font-size: 46px;
		line-height: 46px;
		margin: 0 0 40px;
	}
	.main-text p {
		font-size: 30px;
		line-height: 36px;
	}
}
.error {
	background: url(../images/error.png) no-repeat 98% 0;
	border-bottom: 1px solid #FF0000 !important;
}
.successMsg, .errorMsg {
	position: absolute;
	display: none;
	width: 100%;
	top: 0;
	right: 0;
	z-index: 99999;
	max-width: 480px;
}
.successMsg .alert, .errorMsg .alert {
    margin: auto;
	text-transform: none;
}
.floating-label {
	color: #8245fd;
	font-size: 16px;
	position: relative;
	top: 0;
	z-index: 2;
	opacity: 0;
	font-weight: 400;
}
.pin {
	color: #8245fd;
}
.form-textbox, .form-textbox:focus {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	line-height: 24px;
	color: #000;
	font-weight: 400;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #d8d8d8;
	padding: 0 0 16px 8px;
}
.form-textbox:focus {
	border-bottom: 1px solid #8245fd;
}
.form-notes {
	font-size: 14px;
	line-height: 22px;
	color: #9e9e9e;
	text-align: center;
	padding: 20px 0;
}
.find-btn, .find-btn:hover, .find-btn:focus {
	font-size: 20px;
	font-weight: 700;
	line-height: 51px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-image: -moz-linear-gradient( 0deg, rgb(0,118,255) 0%, rgb(0,255,128) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(0,118,255) 0%, rgb(0,255,128) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(0,118,255) 0%, rgb(0,255,128) 100%);
	height: 51px;
	display: block;
	text-align: center;
	color: #FFF;
}
.results-wrapper {
	text-align: center;
	padding-top: 36px;
}
.results-name {
	font-size: 24px;
	line-height: 24px;
	color: #FFF;
	font-weight: 300;
	padding-bottom: 15px;
}
.results-name span {
	font-weight: 400;
}
.results-date {
	font-size: 14px;
	line-height: 14px;
	color: rgba(255, 255, 255, 0.80);
	font-weight: 300;
}
.nakshatra-wrapper {
	width: 990px;
	margin: 0 auto;
	padding: 40px 0;
}
.nakshatra-box {
	float: left;
	width: 320px;
}
.nakshatra-box.mid-box {
	width: 350px;
}
.box-left {
	float: left;
	width: 70px;
}
.box-left img {
	width: 70px;
}
.box-right {
	float: right;
	width: 225px;
	text-align: left;
}
.mid-box .box-right {
	width: 255px;
}
.box-title {
	font-size: 16px;
	line-height: 16px;
	color: #FFF;
	font-weight: 300;
	padding: 7px 0 12px;
}
.box-desc {
	font-size: 29px;
	line-height: 29px;
	color: #FFF;
	font-weight: 400;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
.results-desc {
	font-size: 18px;
	line-height: 23px;
	color: #FFF;
	padding: 0 230px 30px;
}
.free-report-btn-wrapper {
	padding-bottom: 30px;
}
.free-report-btn, .free-report-btn:hover, .free-report-btn:focus {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-image: -moz-linear-gradient( 90deg, rgb(255,141,0) 0%, rgb(255,204,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,141,0) 0%, rgb(255,204,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,141,0) 0%, rgb(255,204,0) 100%);
	box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.1);
	width: 351px;
	height: 79px;
	margin: auto;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: rgba(0, 0, 0, 0.90);
	font-weight: 400;
	display: block;
	padding-top: 13px;
}
.free-report-btn span, .free-report-btn:hover span, .free-report-btn:focus span {
	font-weight: 700;
}
.free-report-btn span::after {
	content: " ";
	display: block;
}
.results-page .main-footer, .free-reports-page  .main-footer {
	position: relative;
}
.results-page .social-links li, .free-reports-page .social-links li {
	float: none;
	display: inline-block;
}
.free-reports-page .results-wrapper {
	padding-top: 68px;
}
.free-image {
	padding-bottom: 45px;
}
.free-title {
	font-size: 36px;
	line-height: 36px;
	color: #FFF;
	font-weight: 400;
	padding-bottom: 25px;
}
.free-desc {
	font-size: 22px;
	line-height: 26px;
	color: rgba(255, 255, 255, 0.80);
	font-weight: 300;
	padding: 0 180px 20px;
}
.free-form-wrapper {
	width: 420px;
	margin: 0 auto 30px;
	text-align: left;
}
.free-form-wrapper input {
	background: transparent;
	color: #FFF !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.free-form-wrapper .form-textbox:focus {
	border-bottom: 1px solid #FFF !important;
}
.free-form-wrapper .floating-label, .free-form-wrapper .pin {
	color: #FFF;
}
.free-form-wrapper .form-control::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.70);
}
.free-form-wrapper .form-control:-moz-placeholder {
	color: rgba(255, 255, 255, 0.70);
}
.free-form-wrapper .form-control::-moz-placeholder {
	color: rgba(255, 255, 255, 0.70);
}
.free-form-wrapper .form-control:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.70);
}
.free-form-content .errorMsg {
	max-width: 100%;
	top: 370px;
}
.free-form-content .errorMsg .alert-danger {
	width: 420px;
}
.done-wrapper .free-report-btn {
	padding-top: 27px;
}
.free-sub-title {
	font-size: 36px;
	line-height: 36px;
	padding-bottom: 15px;
	color: #ffc875;
	display: block;
	text-align: center;
	border-bottom: 2px solid #ffc875;
	margin: 30px auto;
	max-width: 50%;
}
.our-app-links {
	padding: 0;
	margin: 0 auto;
	max-width: 50%;
	list-style: none;
}
.our-app-links li {
	display: block;
	border-bottom: 2px solid rgba(255, 255, 255, 0.50);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.our-app-links li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.our-app-left {
	float: left;
	width: 80%;
	text-align: left;
}
.our-app-title {
	font-size: 28px;
	line-height: 28px;
	color: #FFF;
	font-weight: 400;
	padding-bottom: 8px;
}
.our-app-desc {
	font-size: 22px;
	line-height: 26px;
	color: rgba(255, 255, 255, 0.80);
	font-weight: 300;
	padding-right: 50px;
}
.our-app-right {
	float: left;
	width: 20%;
	text-align: center;
	padding-top: 5px;
}
.free-btn, .free-btn:hover, .free-btn:focus {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-image: -moz-linear-gradient( 90deg, rgb(255,141,0) 0%, rgb(255,204,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,141,0) 0%, rgb(255,204,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,141,0) 0%, rgb(255,204,0) 100%);
	box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.1);
	width: 80%;
	height: 49px;
	margin: auto;
	font-size: 20px;
	line-height: 49px;
	text-align: center;
	color: rgba(0, 0, 0, 0.90);
	font-weight: 400;
	display: block;
}
.results-wrapper-pad {
	padding-top: 30px !important;
}
.results-wrapper-pad .free-image {
	padding-bottom: 20px;
}
.results-wrapper-pad .free-title {
	padding-bottom: 10px;
}
.results-wrapper-pad .free-desc {
	padding-bottom: 0;
}
.desktop-top-pad {
	padding-top: 60px;	
}
.btn-group.bootstrap-select.month {
    width: 130px !important;
    float: left;
}
.btn-group.bootstrap-select.day {
    float: left;
    width: 80px !important;
    margin: 0 10px;
}
.btn-group.bootstrap-select.year {
    float: left;
    width: 80px !important;
}
#dob .btn-group.bootstrap-select {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 24px;
	line-height: 24px;
	color: #000;
	font-weight: 400;
	z-index: 9999 !important;
}
.time-left {
	float: left;
	width: 20%;
	margin-right: 5%;
}
.time-right {
	float: right;
	width: 25%;
}
.time-right .btn-group.bootstrap-select {
	width: 100% !important;
	height: 34px !important;
	margin-top: -5px;
}
.btn.dropdown-toggle.btn-default {
	padding: 0 10px !important;
}
@media ( max-width: 768px ) {
	.nakshatra-wrapper, .free-form-wrapper {
		width: 90%;
	}
	.nakshatra-box, .nakshatra-box.mid-box {
		float: none;
		width: 100%;
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.30);
	}
	.nakshatra-box:last-child {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.box-right {
		float: left;
		margin-left: 20px;
		width: auto;
	}
	.mid-box .box-right {
		width: auto;
		max-width: 68%;
	}
	.results-name {
		font-size: 22px;
		line-height: 22px;
		padding-bottom: 10px;
	}
	.results-date {
		line-height: 18px;
	}
	.results-desc {
		font-size: 16px;
		line-height: 20px;
		padding: 0 30px 30px;
	}
	.free-report-btn-wrapper {
		padding-bottom: 30px;
		width: 90%;
		margin: 0 auto;
	}
	.results-wrapper {
		padding-top: 0;
	}
	.free-reports-page .results-wrapper {
		padding-top: 30px;
	}
	.free-title {
		font-size: 32px;
		padding: 0 20px 25px;
	}
	.free-desc {
		font-size: 18px;
		line-height: 22px;
		padding: 0 30px 20px;
	}
	.free-report-btn, .free-report-btn:hover, .free-report-btn:focus {
		width: 100%;
	}
	.free-sub-title {
		max-width: 88%;
		font-size: 32px;
		line-height: 32px;
	}
	.our-app-links {
		max-width: 88%;
	}
	.our-app-left {
		width: 70%;
	}
	.our-app-right {
		width: 30%;
	}
	.our-app-title {
		font-size: 19px;
		line-height: 19px;
	}
	.our-app-desc {
		font-size: 14px;
		line-height: 16px;
	}
	.free-btn, .free-btn:hover, .free-btn:focus {
		font-size: 16px;
		height: 39px;
		line-height: 39px;
	}
	.desktop-top-pad {
		padding-top: 0;
	}
	.nakshatra-wrapper.desktop-top-pad {
		padding: 40px 0;
	}
	.btn-group.bootstrap-select.month {
		width: 125px !important;
	}
}