html {
	height: 100% !important;
}
body {
	height: 100%;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	line-height: 28px;
	background-color: #FFF;
	color: #777777;
	overflow-x: hidden;
}
a {
	font-weight: normal;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
    cursor: pointer;
}
a:focus, a:hover {
	text-decoration: none;
	outline: 0;
}
img {
	max-width: 100%;
	height: auto;
}
p, ul {
	margin-bottom: 30px;
}
iframe {
	max-width: 100%;
}
h5 {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 1px;
	line-height: 25px;
	text-transform: uppercase;
}

.document {
	/*height: 100%;*/
	position: relative;
}

.preloader {
	display: table;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	color: #444444;
	background-image: none;
	z-index: 9999;
}
.preloader-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.preloader-logo {
	display: inline-block;
	margin-top: -20px;
}
.preloader-logo img {
	display: none;
	max-height: 90px;
}
.preloader-logo strong {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 45px;
	margin-left: -45px;
	display: none;
	width: 90px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	-webkit-animation: preloader-loading 2s infinite;
	animation: preloader-loading 2s infinite;
}
@-webkit-keyframes preloader-loading {
	0% { opacity: 0; }
	50% { opacity: 1; }
	100% { opacity: 0; }
}
@keyframes preloader-loading {
	0% { opacity: 0; }
	50% { opacity: 1; }
	100% { opacity: 0; }
}
.with-preloader .document {
	opacity: 0;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.with-preloader.preloader-done .document {
	opacity: 1;
}
.with-preloader.preloader-done .preloader {
	display: none;
}
.with-preloader .wow {
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
}
.with-preloader.preloader-done .wow {
	animation-play-state: running;
	-webkit-animation-play-state: running;
}

.section {
	position: relative;
	overflow: hidden;
}
.section-inverse-color {
	background-color: #222222;
	color: #cccccc;
}
.black-background-overlay,
.black-dot-background-overlay,
.accent-background-overlay {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
}
.parallax-background {
	background-attachment: fixed;
	background-position: top center;
}
.container {
	position: relative;
}
.mobile-device .parallax-background {
	background-attachment: scroll;
	background-position: center center !important;
}
.mobile-device .parallax {
	top: 0 !important;
}

.clear {
	clear: both;
}
.blur {
	-webkit-filter: blur( 10px );
	filter: blur( 10px );
}

.btn {
	padding: 14px 22px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: 0;
}
.btn-lg {
	padding: 20px 25px;
}
.btn-lg, .btn-app-download {
	font-size: 14px;
	letter-spacing: 1.5px;
}
.btn-app-download {
	position: relative;
	padding: 10px 20px 10px 60px;
	text-align: left;
}
.btn-app-download strong {
	display: block;
	margin-bottom: 6px;
	font-weight: 800;
}
.btn-app-download span {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-top: -3px;
	opacity: 0.8;
}
.btn-app-download i {
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px 0 0 15px;
	font-size: 40px;
	line-height: 1;
}
.btn-black {
	background-color: #222222;
	color: #ffffff;
}
.btn-black:focus, .btn-black:hover {
	background-color: #000000;
	color: #ffffff;
}
.btn-gray {
	background-color: #999999;
	color: #ffffff;
}
.btn-gray:focus, .btn-gray:hover {
	background-color: #777777;
	color: #ffffff;
}
.btn-ios {
	background-color: #999999;
	color: #ffffff;
}
.btn-ios:focus, .btn-ios:hover {
	background-color: #777777;
	color: #ffffff;
}
.btn-android {
	background-color: #a4c639;
	color: #ffffff;
}
.btn-android:focus, .btn-android:hover {
	background-color: #8bad20;
	color: #ffffff;
}
.btn-windows-phone {
	background-color: #e81123;
	color: #ffffff;
}
.btn-windows-phone:focus, .btn-windows-phone:hover {
	background-color: #cf000a;
	color: #ffffff;
}

.form-control::-webkit-input-placeholder {
	color: #aaaaaa;
}
.form-control:-moz-placeholder {
	color: #aaaaaa;  
}
.form-control::-moz-placeholder {
	color: #aaaaaa;  
}
.form-control:-ms-input-placeholder {
	color: #aaaaaa;  
}
.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #cccccc;
}
.form-control {
	font-size: inherit;
	line-height: inherit;
	height: 50px;
	padding: 11px 22px;
	color: inherit;
	border-color: #dddddd;
	background-color: #ffffff;
}
.form-control-lg {
	font-size: 18px;
	line-height: 30px;
	height: 60px;
	padding: 15px 25px;
}
.section-inverse-color .form-control {
	color: #777777;
}
.form-validation {
	display: none;
	padding: 15px 25px;
}
.form-validation.alert-danger {
	color: #ffffff;
	background-color: #a94442;
	background-color: rgba(169,68,66,0.8);
	border-color: #a94442;
}
.form-validation.alert-success {
	color: #ffffff;
	background-color: #3c763d;
	background-color: rgba(60,118,61,0.8);
	border-color: #3c763d;
}

h1, h2, h3, h4, h5, h6 {
	color: #444444;
}
.section-inverse-color h1,
.section-inverse-color h2,
.section-inverse-color h3,
.section-inverse-color h4,
.section-inverse-color h5,
.section-inverse-color h6 {
	color: #000;
}
.section-heading {
	position: relative;
	padding-bottom: 20px;
	margin: 0 0 30px;
	font-weight: 300;
	font-size: 32px;
	line-height: 42px;
}
.section-heading:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	height: 2px;
	width: 120px;
}
.section-heading.text-center:after {
	left: 50%;
	margin-left: -60px;
}
@media ( min-width: 768px ) {
	.section-heading {
		font-size: 36px;
		line-height: 46px;
	}
}
@media ( min-width: 992px ) {
	.section-heading {
		font-size: 40px;
		line-height: 50px;
	}
}

.list-with-icons {
	list-style: none;
	padding: 0;
}
.list-with-icons li {
	position: relative;
	padding-left: 50px;
	margin: 10px 0;
}
.list-with-icons li > i[class*="icon-"],
.list-with-icons li > i[class*="fa-"] {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 20px;
	font-size: 20px;
	line-height: 1;
	text-align: center;
}

.header-section {
	margin-bottom: 0;
	margin-top: -120px;
	-webkit-transition: all ease 1.5s;
	transition: all ease 1.5s;
	height: 80px;
}
.header-section.header-floating.floating {
    margin-top: 0;
    padding-bottom: 20px;
}
.header-section .container {
    padding: 0;
    height: 100%;
}
.header-section.navbar-default {
	background-color: transparent;
	border-bottom: none;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(239, 210, 145, 0.2);
    -moz-box-shadow: 0px 5px 20px 0px rgba(239, 210, 145, 0.2);
	box-shadow: 0px 5px 20px 0px rgba(239, 210, 145, 0.2);
}
.navbar-header {
	height: 100%;
	width: 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%;
	float: none;
	text-align: center;
}
.navbar-logo img {
	vertical-align: bottom;
}
.navbar-logo:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.navbar-nav > li > a {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 25px;
	font-size: 15px;
	text-transform: none;
    font-weight: 600;
}
.navbar-default .navbar-nav > li > a {
	color: #b5862d;
}
@media ( min-width: 768px ) {
	.navbar-nav > li > a {
		margin-top: 30px;
		margin-bottom: 0;
	}
}
@media ( max-width: 768px ) {
	.header-section {
		height: 85px;
		box-shadow: none ! important;
	}
	.header-section.navbar-default {
		background: #fff;
	}
	.top-image, .footer-image {
		display: none;
	}
	.navbar-logo img {
		height: auto !important;
		vertical-align: top;
		margin-top: 10px;
    	margin-left: 20px;
		margin-bottom: 10px;
	}
	.navbar-header {
		margin: 0 !important;
	}
	.navbar-toggle {
		background: #c18f2e;
		border: none;
		padding: 0;
		margin-top: 20px;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-collapse {
		background: #c18f2e;
	}
	.navbar-toggle .float-left {
		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;
	}
    .navbar-default .navbar-nav > li > a {
        color: #FFF;
    }
	.footer-links li:first-child {
		text-align: right;
		padding-right: 15px;
	}
	.footer-links li:last-child{
		text-align: left;
		padding-left: 15px;
	}
}

.hero-section {
	height: 100%;
	background: #FFF;
	padding-bottom: 30px;
    top: 38px;
}
.hero-section .container {
    max-width: 782px;
    min-height: 70vh;
}
.hero-logo {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
}
.hero-logo img {
	max-height: 70px;
}
.hero-title {
	margin: 0 0 30px;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
    color: #c5983a !important;
}
.hero-section .container {
	height: 100%;
	padding: 0;
}
.hero-section .container .col-md-6 {
	padding: 0;
}
.top-image {
	position: absolute;
	top: -294px;
	right: -398px;
}
footer {
	position: relative;
	height: 50px;
}
.footer-image {
	position: absolute;
	bottom: 0;
	left: -250px;
}
.hero-content {
	display: table;
	height: 100%;
	width: 100%;
	text-align: left;
}
.hero-text {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 0;
}
.hero-list-wrapper {
	margin-top: 40px;
	background: rgba(82, 51, 160, 0.90);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 22px;
}
ul.hero-list {
	padding: 0;
	margin: 0;
}
.hero-list{
	list-style: decimal inside;
	font-family: 'bentonsansmedium';
	font-size: 14px;
	line-height: 24px;
	color: #FFF;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.form-wrapper {
	margin-top: 147px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: 0px 0px 131px 0px rgba(48, 57, 105, 0.5);
	-moz-box-shadow: 0px 0px 131px 0px rgba(48, 57, 105, 0.5);
	box-shadow: 0px 0px 131px 0px rgba(48, 57, 105, 0.5);
	padding: 40px;
	max-width: 480px;
	width: 100%;
}
.form-title {
	font-family: 'bentonsansmedium';
	font-size: 20px;
	line-height: 20px;
	color: #000;
	padding-bottom: 10px;
}
.form-description {
	font-family: 'bentonsansregular';
	font-size: 14px;
	line-height: 16px;
	color: #000;
	padding-bottom: 25px;
}
.form-pad {
	padding-bottom: 10px;
	position: relative;
	z-index: 99;
}
.form-textbox {
	background: #f4f4f4;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 50px;
	width: 100%;
	padding-left: 18px;
	font-family: 'bentonsansregular';
	font-size: 18px;
	color: #000;
}
.form-pad-alt {
	padding-right: 5px;
}
.form-pad-alt-right {
	padding-left: 5px;
}
.form-pad label {
	font-family: 'bentonsansregular';
	font-size: 14px;
	line-height: 14px;
	color: #000;
	font-weight: normal;
}
.form-notes {
	font-family: 'bentonsansregular';
	font-size: 12px;
	line-height: 16px;
	padding: 8px 0 18px;
	color: #8c8b8b;
	padding-right: 20px;
}
.form-notes span {
	font-family: 'bentonsansmedium';
}
.view-more {
	font-family: 'bentonsansmedium';
    font-size: 17px;
    line-height: 45px;
    display: inline-block;
    background: #deac5e;
    color: #FFF;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 9;
    width: auto;
    padding: 0 20px !important;
    text-transform: none;
}
@media ( max-width: 991px ) {
	.hero-section {
		height: auto;
	}
}
@media ( max-width: 767px ) {
    .hero-section {
        top: 70px;
    }
	.hero-content {
		text-align: center;
	}
	.hero-text {
		padding-top: 75px;
		padding-left: 0px;
        padding-right: 0px;
	}
	.form-wrapper {
		margin-top: 35px;
		border-radius: 0px;
		padding: 20px;
		text-align: left;
	}
	.hero-list-wrapper {
		background: transparent;
		text-align: left;
		margin-top: 0;
	}
}
@media ( min-width: 768px ) {
	.hidden-ms {
		display: none;
	}
}
@media ( min-width: 992px ) {
	.desktop-fixed {
		position: relative !important;
		z-index: 9999;
	}
}
.error {
	border: 1px solid #FF0000;
}
.successMsg, .errorMsg {
	position: absolute;
	display: none;
	width: 100%;
	top: 147px;
	right: 0;
	z-index: 9999;
	max-width: 480px;
}
.successMsg .alert, .errorMsg .alert {
    margin: auto;
	text-transform: none;
}

.reports-wrapper {
	padding: 134px 0 50px;
	position: relative;
	z-index: 9;
}
.reports-left {
	float: left;
	width: 300px;
	margin-right: 14px;
}
.reports-box {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background: rgba(82, 51, 160, 0.90);
	margin-bottom: 16px;
}
.reports-box-pad {
	padding: 24px 34px;
}
.zodiac-img {
	padding-bottom: 19px;
}
.reports-name {
	font-family: 'bentonsansmedium';
	font-size: 20px;
	line-height: 20px;
	color: #FFF;
	padding-bottom: 10px;
}
.reports-info {
	font-family: 'bentonsansbook';
	font-size: 14px;
	line-height: 17px;
	color: rgba(255, 255, 255, 0.70);
}
.reports-info-pad {
	padding-bottom: 20px;
}
.reports-title {
	font-family: 'bentonsansmedium';
	padding: 24px 0 5px 35px;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #ffdaa1;
}
.reports-menu, .reports-menu-alt {
	padding: 0;
	margin: 10px 0 0;
	list-style: none;
}
.reports-menu-alt {
	margin: 0;
}
.reports-menu li, .reports-menu-alt li {
	font-family: 'bentonsansregular';
	font-size: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.reports-menu li:last-child, .reports-menu-alt li:last-child {
	border-bottom: none;
}
.reports-menu-alt li {
	font-family: 'bentonsansbold';
	font-size: 15px;
}
.reports-menu li a, .reports-menu li a:hover, .reports-menu li a:focus {
	display: block;
	color: #FFF;
	line-height: 39px;
	padding-left: 35px;
}
.reports-menu li a:hover, .reports-menu li.current a {
	background: rgba(0, 0, 0, 0.10);
	border-right: 4px solid #ffdaa1;
}
.reports-menu-alt li a, .reports-menu-alt li a:hover, .reports-menu-alt li a:focus {
	display: block;
	color: #ffdaa1;
	line-height: 39px;
	padding-left: 35px;
}
.reports-menu li-alt a:hover {
	background: rgba(0, 0, 0, 0.10);
}
.reports-menu li:last-child.current a, .reports-menu li:last-child.current a:hover, .reports-menu li:last-child a:hover {
	-webkit-border-radius: 0 0 0 12px;
	-moz-border-radius: 0 0 0 12px;
	border-radius: 0 0 0 12px;
}
.fixed {
	position: fixed;
	top: 0;
	width: 300px;
}
.reports-right {
	float: right;
	width: 716px;
	text-align: left;
}
.ad-wrapper {
	margin-bottom: 16px;
}
.reports-right .reports-box {
	background: #FFF;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(48, 57, 105, 0.3);
	-moz-box-shadow: 0px 0px 30px 0px rgba(48, 57, 105, 0.3);
	box-shadow: 0px 0px 30px 0px rgba(48, 57, 105, 0.3);
	padding: 40px 0;
}
.reports-right .reports-title {
	padding: 0 0 20px 43px;
	color: #000;
}
.chart-wrapper {
	padding: 0 0 20px 43px;
}

.chart-left, .chart-right {
	float: left;
	width: 309px;
	margin-right: 13px;
}
.chart-title {
	font-family: 'bentonsansmedium';
	font-size: 12px;
	line-height: 12px;
	color: #c69b5e;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.chart-right {
	margin-right: 0;
}
#northChart, #southChart, #northChartD9, #southChartD9 {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.chart-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: -1px;
}
.chartSvg {
	width: 100%;
	height: 100%;
	/*border-left: 1px solid rgba(203, 172, 128, 0.5);*/
	position: relative;
	z-index: 9;
}
.chartSvg text {
	font-family: 'bentonsansmedium';
	font-size: 3px;
	color: rgb(203, 172, 128)
}
.chartSvg text.number {
	font-family: 'bentonsansmedium';
	font-weight: 300;
}
.asc-text {
	font-family: 'bentonsansmedium';
	fill: #525252;
}
.mo-text {
	font-family: 'bentonsansmedium';
	fill: #37acff;
}
.ju-text {
	font-family: 'bentonsansmedium';
	fill: #ffb400;
}
.ra-text {
	font-family: 'bentonsansmedium';
	fill: #824add;
}
.ke-text {
	font-family: 'bentonsansmedium';
	fill: #ce5ace;
}
.ve-text {
	font-family: 'bentonsansmedium';
	fill: #ff4172;
}
.me-text {
	font-family: 'bentonsansmedium';
	fill: #58b34e;
}
.ma-text {
	font-family: 'bentonsansmedium';
	fill: #ec4444;
}
.su-text {
	font-family: 'bentonsansmedium';
	fill: #ff7521;
}
.sa-text {
	font-family: 'bentonsansmedium';
	fill: #5159ce;
}
.chartSvg text.lagnaNumbers {
	fill: rgb(203, 172, 128);
}
.chartSvg .lagnaPlanet {
	fill: rgba(203, 172, 128, 1);
}
.chart-sep {
	border-bottom: 1px solid #ededed;
	margin: 7px 12px 34px;
}

.mahadasha-wrapper {
	padding: 0 43px;
}
.reports-table th, .reports-table td, .reports-table-alt th, .reports-table-alt td {
	font-family: 'bentonsansmedium';
	font-size: 14px;
	line-height: 14px;
	color: #000;
	font-weight: normal;
	padding-left: 8px;
}
.reports-table td, .reports-table-alt td {
	font-family: 'bentonsansregular';
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
.reports-table-alt tr:nth-child(even) td {
	background: #f7f7f7;
}
.reports-table-alt tr:nth-child(odd) td {
	background: #f3f3f3;
}
.reports-table td.none-text, .reports-table-alt td.none-text, .none-text {
	color: #8e8e8e;
}
.reports-table tr td:first-child, .reports-table-alt tr td:first-child {
	font-family: 'bentonsansmedium';
}
.venus-row td {
	background: rgba(255, 220, 229, 0.30);
}
.venus-row td:first-child {
	background: rgba(255, 220, 229, 0.70);
	color: #ff4172;
}
.sun-row td {
	background: rgba(255, 239, 195, 0.30);
}
.sun-row td:first-child {
	background: rgba(255, 239, 195, 0.70);
	color: #ff7521;
}
.moon-row td {
	background: rgba(207, 227, 255, 0.30);
}
.moon-row td:first-child {
	background: rgba(207, 227, 255, 0.70);
	color: #37acff;
}
.mars-row td {
	background: rgba(255, 217, 217, 0.30);
}
.mars-row td:first-child {
	background: rgba(255, 217, 217, 0.70);
	color: #ec4444;
}
.rahu-row td {
	background: rgba(229, 213, 255, 0.30);
}
.rahu-row td:first-child {
	background: rgba(229, 213, 255, 0.70);
	color: #824add;
}
.jupiter-row td {
	background: rgba(255, 239, 195, 0.30);
}
.jupiter-row td:first-child {
	background: rgba(255, 239, 195, 0.70);
	color: #ffb400;
}
.saturn-row td {
	background: rgba(213, 216, 255, 0.30);
}
.saturn-row td:first-child {
	background: rgba(213, 216, 255, 0.70);
	color: #5159ce;
}
.mercury-row td {
	background: rgba(221, 246, 218, 0.30);
}
.mercury-row td:first-child {
	background: rgba(221, 246, 218, 0.70);
	color: #58b34e;
}
.ketu-row td {
	background: rgba(244, 205, 216, 0.30);
}
.ketu-row td:first-child {
	background: rgba(244, 205, 216, 0.70);
	color: #ce5ace;
}
.ascendant-row td {
	background: rgba(247, 234, 198, 0.30);
}
.ascendant-row td:first-child {
	background: rgba(247, 234, 198, 0.70);
	color: #cda32f;
}

.planet-info-wrapper {
	border-bottom: 1px solid #ededed;
	margin: 0 12px;
}
.planet-info {
	float: left;
	width: 33.33%;
	padding-bottom: 35px;
}
.planet-info-title, .planet-info-desc {
	font-family: 'bentonsansregular';
	font-size: 14px;
	color: #5e5e5e;
	padding-left: 37px;
}
.planet-info-title a, .planet-info-title a:hover, .planet-info-title a:focus {
	color: #9eabc9;
}
.planet-info-desc {
	font-family: 'bentonsansmedium';
}
.ascendant-text {
	font-family: 'bentonsansmedium';
	color: #cda32f;
}
.moon-text {
	font-family: 'bentonsansmedium';
	color: #37acff;
}
.jupiter-text {
	font-family: 'bentonsansmedium';
	color: #ffb400;
}
.rahu-text {
	font-family: 'bentonsansmedium';
	color: #824add;
}
.ketu-text {
	font-family: 'bentonsansmedium';
	color: #ce5ace;
}
.venus-text {
	font-family: 'bentonsansmedium';
	color: #ff4172;
}
.mercury-text {
	font-family: 'bentonsansmedium';
	color: #58b34e;
}
.mars-text {
	font-family: 'bentonsansmedium';
	color: #ec4444;
}
.sun-text {
	font-family: 'bentonsansmedium';
	color: #ff7521;
}
.saturn-text {
	font-family: 'bentonsansmedium';
	color: #5159ce;
}

.atmakaraka-left {
	float:  left;
	width: 480px;
}
.atmakaraka-soul, .genesha-temple {
	padding: 20px 43px 0;
	font-family: 'bentonsansregular';
	font-size: 28px;
	color: #000;
}
.genesha-temple {
	font-family: 'bentonsansmedium';
	font-size: 16px;
	padding: 0;
}
.atmakaraka-soul span, .genesha-temple span {
	font-family: 'bentonsansbook';
	font-size: 16px;
}
.atmakaraka-right {
	float: left;
	margin-left: 37px;
	width: 150px;
}
.atmakaraka-img {
	background: #dcdcdc;
	width: 150px;
	height: 150px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#nakshatra-ganesha .atmakaraka-right {
	margin-right: 20px;
}
.atmakaraka-img img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#nakshatra-ganesha .atmakaraka-soul {
	padding: 0 0 10px;
}
#nakshatra-ganesha .atmakaraka-soul:last-child {
	padding: 0;
}

.trimurthi-wrapper, .motive-wrapper, .doshas-wrapper {
	padding-top: 20px;
	text-align: center;
}
.trimurthi-box, .doshas-box {
	float: left;
	width: 33.33%;
	text-align: center;
}
.trimurthi-img {
	width: 100px;
	height: 100px;
	margin: auto;
}
/*.brahma-img {
	background: #c362e8;
	background: -moz-linear-gradient(top,  #c362e8 0%, #99a5f7 100%);
	background: -webkit-linear-gradient(top,  #c362e8 0%,#99a5f7 100%);
	background: linear-gradient(to bottom,  #c362e8 0%,#99a5f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c362e8', endColorstr='#99a5f7',GradientType=0 );
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.vishnu-img {
	background-image: -moz-linear-gradient( 90deg, rgb(255,149,0) 0%, rgb(255,107,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,149,0) 0%, rgb(255,107,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,149,0) 0%, rgb(255,107,0) 100%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.shiva-img {
	background-image: -moz-linear-gradient( 90deg, rgb(0,185,255) 0%, rgb(0,122,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0,185,255) 0%, rgb(0,122,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(0,185,255) 0%, rgb(0,122,255) 100%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}*/
.trimurthi-title {
	font-family: 'bentonsansbook';
	font-size: 16px;
	line-height: 16px;
	padding: 20px 0 10px;
	color: #000;
}
.trimurthi-percentage {
	font-family: 'bentonsansregular';
	font-size: 28px;
	line-height: 28px;
	color: #000;
	padding-bottom: 20px;
}
.trimurthi-desc {
	font-family: 'bentonsansregular';
	font-size: 14px;
	line-height: 17px;
	color: #6f6f6f;
	padding: 0 30px;
}

.motive-box {
	float: left;
	width: 25%;
}
.motive-box .trimurthi-img, .doshas-box .trimurthi-img {
	width: 101px;
}
.motive-box .trimurthi-img img, .doshas-box .trimurthi-img img {
	padding-top: 0;
}

.doshas-box .trimurthi-desc {
	padding: 0 10px;	
}

.agree-btn-wrapper, .info-btn-wrapper {
	display: none;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
#agreePopup .modal-dialog {
	width: 450px;
}
#agreePopup .modal-content {
	width: 100%;
}
#agreePopup .successMsg, #agreePopup .errorMsg {
	top: 0;
}

#agreePopup .form-pad {
	padding: 30px 0;
}

.ui-datepicker {
	z-index: 99 !important;
}

.discount-bg {
	background-image: -moz-linear-gradient( 90deg, rgb(252,245,236) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(252,245,236) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(252,245,236) 0%, rgb(255,255,255) 100%);
	border-bottom: 1px solid rgba(238, 205, 159, 0.50);
	border-top: 1px solid rgba(238, 205, 159, 0.50);
	padding: 28px 0;
	margin-bottom: 43px;
}
.discount-left {
	float: left;
	width: 95px;
	margin: 0 0 0 50px;
}
.discount-left img {
	max-width: none;
}
.discount-right {
	margin-left: 170px;
}
.discount-title {
	font-family: 'bentonsansbold';
	font-size: 22px;
	line-height: 22px;
	color: #ff7540;
	padding-bottom: 20px;
}
.discount-desc {
	font-family: 'bentonsansregular';
	font-size: 18px;
	line-height: 22px;
	color: #010101;
	padding-right: 30px;
}
.discount-desc a, .discount-desc a:hover, .discount-desc a:focus {
	color: #ff7540;
	text-decoration: underline;
}
.discount-desc a:hover {
	text-decoration: none;
}

.scrollToTop{
    width:100px; 
    height:130px;
    padding:10px; 
    text-align:center; 
    color: #eecd9f;
    text-decoration: none;
    position:fixed;
    bottom:-20px;
    right:30px;
    display:none;
	font-size: 12px;
    background: url('../images/arrow.png') no-repeat 30px 40px;
}
.scrollToTop:hover{
    text-decoration:none;
}

.modal-header .close {
    margin-top: -20px;
}

.apps-wrapper {
    margin: 30px;
}

.apps-wrapper .text-right {
    float: right;
}
.copy-right {
    text-align: center;
    font-size: 12px;
}
@media ( max-width: 767px ) {
	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
	}
	.reports-left {
		margin: auto;
		float: none;
	}
	.reports-right .reports-box {
		border-radius: 0;
	}
	.chart-left, .chart-right { 
		float: none;
	}
	.reports-right, .atmakaraka-left {
		float: none;
		width: 100%;
	}
	.ad-wrapper {
		text-align: center;
	}
	.planet-info {
		width: 50%;
	}
	.planet-info-title, .planet-info-desc {
		padding-left: 32px;
	}
	.atmakaraka-right {
		float: none;
		margin: 20px auto 0;
	}
	#nakshatra-ganesha .atmakaraka-right {
		margin: 0 auto 20px;
	}
	#nakshatra-ganesha .atmakaraka-left {
		margin: 0 auto;
		width: 90%;
	}
	.trimurthi-box, .motive-box, .doshas-box {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.trimurthi-box:last-child, .motive-box:last-child, .doshas-box:last-child {
		margin-bottom: 0;
	}
	#planet-details .mahadasha-wrapper {
		padding-top: 35px;
	}
	.reports-page table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
  	}
	.reports-page table tr {
		display: block;
		margin-bottom: 20px;
	}
	.reports-page table td {
		display: block;
		text-align: right;
		height: auto !important;
		padding: 10px !important;
	}
	.reports-page table td::before {
		content: attr(data-label);
		float: left;
	}
	.reports-page table td.none-text::before {
		color: #000;
	}
	.reports-page table td:last-child {
		border-bottom: 0;
	}
	.discount-left {
		margin: 0 0 0 15px;
		width: 45px;
	}
	.discount-right {
		margin-left: 75px;
	}
	.discount-left img {
		max-width: 100%;
	}
	.discount-title {
		font-size: 14px;
		line-height: 14px;
		padding-bottom: 10px;
	}
	.discount-desc {
		font-size: 12px;
		line-height: 15px;
		padding-right: 10px;
	}
    .apps-wrapper {
        margin: 30px 0;
    }
    .apps-wrapper .text-right {
        margin-top: 30px;
    }
    .grid figure {
        margin: 10px 0 !important;
        width: 100% !important;
        float: none !important;
    }
}
.section-desc {
    font-size: 13px;
    color: rgb(92, 92, 92);
    line-height: 1.385;
	text-align: center;
	/*padding: 10px 0px 30px 0px;*/
	min-height: 60px;
}
.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.swiper-slide .title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 800;
    padding: 60px 0 35px 60px;
}

.swiper-slide .subtitle {
    font-size: 21px;
}

.swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
}
.responsive-btn, .responsive-btn:hover {
    border:2px solid #fff; 
    border-radius:20px; 
    color: #fff; 
    display:inline-block; 
    font-size:15px; 
    font-weight:800;
    line-height:40px; 
    padding:0px 30px; 
    text-align:center; 
    text-decoration:none;
    margin-left: 60px;
}

@media ( max-width: 768px ) {
	.section-desc {
		min-height: 50px;
	}
	.swiper-slide{
		width: 100% ! important;
    background-size: cover ! important;
    background-position: center ! important;
	}

	.responsive-btn{
		line-height: 35px ! important; 
		 padding:0px 30px 0px 30px ! important; 
	}
}
.report-wrapper {
    max-width: 782px;
    margin: 0 auto;
}
.report-row {
    padding-bottom: 70px;
}
.report-box {
    float: left;
    /* width: 250px; */
	width: calc(33.33% - 14px);
    margin: 0 16px 50px 0;
    text-align: center;
}
.report-box-pad {
    margin-right: 0;
}
.report-img {
    margin-bottom: 27px;
}
.report-img img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.report-name {
    font-size: 18px;
    line-height: 18px;
    color: #000;
    font-weight: 700;
    padding-bottom: 20px;
}
.report-desc {
    font-size: 13px;
    line-height: 18px;
    color: #5c5c5c;
    font-weight: 600;
}
.swiper-container {
    height: 243px;
}
.swiper-slide {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.swiper-pagination-bullet {
    opacity: 1 !important;
    background: rgba(255, 255, 255, 0.40) !important;
}
.swiper-pagination-bullet-active {
    background: #FFF !important;
}
.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
}
@media ( max-width: 768px ) {
    .swiper-slide {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .swiper-slide .title {
        font-size: 20px;
        line-height: 26px;
    }
    .report-row {
        padding: 0 7px;
    }
    .report-box {
        width: calc(50% - 14px);
        margin: 0 7px 30px;
    }
    footer {
        top: 90px;
    }
	.terms-wrapper {
		margin-top: 80px;
	}
	.terms-title {
		padding: 30px 0;
	}
}
.terms-title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    padding: 40px 0;
    text-align: center;
	color: #000;
}
.terms-desc {
	font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #555;
    line-height: 1.5;
	text-align: justify;
}
.terms-desc b {
	/* font-size: 20px; */
	font-family: 'Nunito Sans', sans-serif;
	font-size: 2rem;
	font-weight: 700;
	color: #222;
	margin-bottom: 0.5rem;
}
.terms-sub-title {
	font-family: 'Nunito Sans', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
}