.pclass {
	line-height: 28px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: left;
	margin: 0 0 0 18px!important;
}
.pclass li {
	list-style: none;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
}
.horo-text {
	font-size: 16px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	padding: 8px 0px;
	margin-bottom: 0px;
}
.img-responsive {
	max-width: 100%;
	height: auto;
}
.button-free-astro {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    position: relative;
    padding: .6em .0em;
    background: #01592b;
    border: 0;
    color: white;
    font-size: 18px;
    transition: .2s;
    text-align: center;
    border-radius: 10px;
}
.box {
	background-color: #fff;
	border: 1px solid #e9e9e9;
	border-top: 5px solid #26bb6d;
	padding: 0px 15px 15px 25px;
	position: relative;
	text-align: center;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0px solid rgba(0,0,0,.125)!important;
 border-radius: .25rem;
}
.card-header {
	padding: 0px!important;
	margin-bottom: 0;
	background-color: #fff!important;
	border-bottom: 1px solid #c3bfbf!important;
}
.why-use-box {
	padding: 8px;
	border: 1px solid #eee;
	border-radius: 8px;
	box-shadow: 0 2px 2px -2px rgba(0,0,0,0.4);
}
.media-left {
	text-align: center;
	padding-bottom: 15px;
	padding-right: 0px;
}
.why-use-box .media-left a {
	display: inline-block;
	position: relative;
	border: 1px solid #23bb6d;
	height: 88px;
	width: 88px;
	line-height: 85px;
	text-align: center;
	border-radius: 100%;
	font-size: 40px;
	background: #23bb6d;
	color: #23bb6d;
	box-shadow: 0 2px 2px -1px #6c757d;
}
.why-use-box .media-heading {
	margin-bottom: 10px;
	color: #23bb6d;
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	text-align: center;
}
.why-use-box .media-left, .why-use-box .media > .pull-right {
	vertical-align: middle;
	text-align: center;
}
.media-body p {
	line-height: 26px;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	text-align: center;
}
.why-use-box:hover .media-left a {
	background: #fff;
	color: #fff;
	border: 1px solid #888888;
	box-shadow: 0 0px 0px -1px #fff;
}
.form-group {
    margin-bottom: 10px;
    width: 100%;
}
.span-head {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.order-input {
    height: 30px;
    display: block;
    width: 60%;
    padding-left: 3px;
    color: #757373;
    font-size: 13px;
}
.form-group .form-control {
    padding: 7px 12px;
    border-color: #9a9a9a;
    box-shadow: none;
    background-color: #fff;
}
.inner-cart {
	background: url(../jpg/bg-1.jpg);
	background-repeat: no-repeat;
	margin-top: -10px;
	background-position-y: -100px;
	padding-top: 15px;
	padding: 15px 60px
}
.payment-wizard {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 99999!important
}
}
.payment-wizard li.active {
	position: relative;
	z-index: 1
}
.wizard-heading {
	float: left;
	width: 100%;
	font-weight: 500;
	padding: 10px 15px;
	background-color: #fafafa;
	margin-bottom: 1px;
	box-sizing: border-box;
	font-size: 16px;
	color: #4c4c4c;
	text-transform: uppercase;
	transition: .3s;
	box-shadow: 0 0 11px 0 rgba(0,0,0,0.25)
}
.wizard-content {
	display: block;
	float: left;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 8px 8px #d2d2d2;
	padding: 15px 0 10px 0;
	box-sizing: border-box
}
li:first-child .wizard-content {
	display: block
}
.wizard-content p {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 26px;
	color: #4c4c4c
}
.btn-green {
	color: #fff;
	float: left;
	margin-left: 15px;
	border: 0;
	padding: 8px 40px;
	min-width: 92px;
	z-index: 1;
	cursor: pointer;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #23bb6c;
	border-radius: 3px;
	border-bottom: 3px solid #289422;
	position: relative;
	transition: .3s
}
.btn-green:before {
	content: "";
	width: 100%;
	height: 0;
	border-radius: 3px;
	z-index: -1;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #289422;
	transition: .3s
}
.btn-green:hover:before {
	height: 100%
}
.wizard-heading span {
	float: right;
	background-repeat: no-repeat
}
.icon-user {
	width: 20px;
	height: 18px;
	background-position: 0 -40px;
	margin-top: 4px
}
.icon-location {
	width: 15px;
	height: 20px;
	background-position: -22px -42px;
	margin-top: 4px
}
.icon-summary {
	width: 20px;
	height: 20px;
	background-position: -39px -42px;
	margin-top: 4px
}
.icon-mode {
	width: 20px;
	height: 16px;
	background-position: -61px -34px;
	margin-top: 6px
}
.active .wizard-heading {
	background-color: #23bb6c;
	color: #fff;
	margin-bottom: 0
}
.active .icon-user {
	background-position: 0 0
}
.active .icon-location {
	background-position: -22px 0
}
.active .icon-summary {
	background-position: -39px 0
}
.active .icon-mode {
	background-position: -61px 0
}
.completed .wizard-heading {
	color: #5e4d7f;
	position: relative;
	padding: 10px 15px 10px 28px;
	cursor: pointer;
	transition: .3s
}
.completed .wizard-heading:before {
	content: "✓";
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	left: -9px;
	line-height: 45px;
	top: 0;
	width: 24px;
	height: 53px;
	padding: 5px 16px;
	background-color: #19623d;
	z-index: 99
}
}
.completed .wizard-heading:after {
	content: "✓";
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	left: -9px;
	top: 7px;
	width: 34px;
	padding: 5px 16px;
	background-color: #19623d;
	z-index: 99
}
.completed .icon-user {
	background-position: 0 -20px
}
.completed .icon-location {
	background-position: -22px -21px
}
.completed .icon-summary {
	background-position: -39px -21px
}
.completed .icon-mode {
	background-position: -61px -17px
}
@media(max-width:991px) and (min-width:767px) {
.icon-boxes {
	margin-bottom: 30px
}
}
.icon-boxes.style1 {
	position: relative
}
.icon-boxes.style1 .icon {
	font-size: 42px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.icon-boxes.style1 .box-content {
	margin-left: 70px
}
.icon-boxes.style1 h1, .icon-boxes.style1 h2, .icon-boxes.style1 h3, .icon-boxes.style1 h4, .icon-boxes.style1 h5, .icon-boxes.style1 h6 {
	margin: 5px 0
}
.icon-boxes.style1:hover .icon {
	top: -5px
}
.icon-boxes.style2 {
	text-align: center;
	padding: 10px;
	background: #23bb6c
}
.icon-boxes.style2 .icon {
	font-size: 42px
}
.icon-boxes.style2 h1, .icon-boxes.style2 h2, .icon-boxes.style2 h3, .icon-boxes.style2 h4, .icon-boxes.style2 h5, .icon-boxes.style2 h6 {
	margin: 5px 0
}
 @import url(https://fonts.googleapis.com/css?family=Raleway);
.main-title {
	color: #2d2d2d;
	text-align: center;
	text-transform: capitalize;
	padding: 0.7em 0;
}
.content {
	position: relative;
	width: 90%;
	max-width: 400px;
	margin: auto;
	overflow: hidden;
}
.content .content-overlay {
	background: rgba(0,0,0,0.7);
	position: absolute;
	height: 99%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.content:hover .content-overlay {
	opacity: 1;
}
.content-image {
	width: 100%;
}
.content-details {
	position: absolute;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.content:hover .content-details {
	top: 50%;
	left: 50%;
	opacity: 1;
}
.content-details h3 {
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.15em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font-size: 1.3em;
}
.content-details p {
	color: #fff;
	font-size: 0.8em;
}
.fadeIn-bottom {
	top: 80%;
}
.fadeIn-top {
	top: 20%;
}
.fadeIn-left {
	left: 20%;
}
.fadeIn-right {
	left: 80%;
}
.why-use-box .muhurat-heading {
	margin-bottom: 10px;
	color: #01592b;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	text-align: center;
}
.muhurat-table {
	width: 100%;
	border: 1px solid #23bb6c;
	border-radius: 5px;
}
.muhurat-table th {
	font-size: 18px;
	background: #01592b;
	color: #fdce11;
	padding: 15px auto;
	font-weight: 500;
}
.muhurat-table tr td {
	font-size: 16px;
}

/*--------------------------------------------------------------
tabs

--------------------------------------------------------------*/
ul.resp-tabs-list {
	margin: 0px;
	padding: 0px;
}
.resp-tabs-list li {
	font-size: 16px;
	display: inline-block;
	padding: 13px 15px;
	margin: 0 4px 0 0;
	list-style: none;
	cursor: pointer;
	font-weight: bold;
	float: left;
	font-family: 'Roboto', sans-serif;
}
.resp-tabs-list li a {
	font-size: 16px;
	color: #000;
	display: inline-block;
	padding: 13px 15px;
	margin: 0 4px 0 0;
	list-style: none;
	cursor: pointer;
	font-weight: bold;
	float: left;
	font-family: 'Roboto', sans-serif;
}
.resp-tabs-list li a:hover {
	color: #900;
	display: inline-block;
	float: left;
	font-family: 'Roboto', sans-serif;
}
.resp-tabs-p {
	font-size: 15px;
	line-height: 25px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	text-align: justify;
}
.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
	padding: 0px;
}
.resp-tab-active {
	border: 1px solid #ddd !important;
	border-bottom: none;
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;
	border-top: 4px solid #01592b !important;
	border-bottom: 0px #fff solid !important;
}
.resp-tab-active {
	border-bottom: none;
	background-color: #fff;
}
.resp-content-active, .resp-accordion-active {
	display: block;
}
.resp-tab-content {
	border: 1px solid #ddd;
	border-top-color: #ddd;
}
h2.resp-accordion {
	font-size: 15px;
	border: 1px solid #c1c1c1;
	border-top: 0px solid #c1c1c1;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
h2.resp-accordion a {
	font-size: 15px;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	color: #000;
	font-family: 'Roboto', sans-serif;
}
h2.resp-accordion a:hover {
	font-size: 15px;
	font-weight: bold;
	color: #900;
	font-family: 'Roboto', sans-serif;
}
h5.background-col {
	background-color: #d5d5d5;
	padding: 10px 10px;
}
h2.resp-tab-active {
	border-bottom: 0px solid #c1c1c1 !important;
	margin-bottom: 0px !important;
	padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
	border-bottom: 12px solid #c1c1c1 !important;
	background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 30%;
}
.resp-vtabs .resp-tabs-list li {
	display: block;
	padding: 15px 15px !important;
	margin: 0 0 4px;
	cursor: pointer;
	float: none;
}
.resp-vtabs .resp-tabs-container {
	padding: 0px;
	background-color: #fdfddb;
	border: 1px solid #01592b!important;
	float: left;
	width: 68%;
	min-height: 238px;
	border-radius: 4px;
	clear: none;
	height: auto;
}
@media only screen and (max-width: 1024px) {
#services {
	background: #fff;
	background-size: cover;
	padding: 10px 0 12px 0;
	height: 470px;
}
.resp-vtabs .resp-tabs-container {
	padding: 0px;
	background-color: #fdfddb;
	border: 1px solid #01592b!important;
	float: left;
	width: 68%;
	min-height: 350px;
	border-radius: 4px;
	clear: none;
}
}
.resp-vtabs .resp-tab-content {
	border: none;
	word-wrap: break-word;
}
.resp-vtabs li.resp-tab-active {
	position: relative;
	z-index: 1;
	background-color: #fff;
	margin-right: -1px !important;
	padding: 14px 15px 15px 14px !important;
	border-top: 1px solid;
	border: 1px solid #01592b !important;
	border-left: 4px solid #01592b !important;
	margin-bottom: 4px !important;
	border-right: 1px #fdfddb solid !important;
}
.resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 3px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 12px solid #c1c1c1;
}
h2.resp-tab-active span.resp-arrow {
	border: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid #9B9797;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
	background: #DBDBDB;/* !important;*/
}
.resp-easy-accordion h2.resp-accordion {
	display: block;
}
.resp-easy-accordion .resp-tab-content {
	border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1;/* !important;*/
}
.resp-jfit {
	width: 100%;
	margin: 0px;
}
.resp-tab-content-active {
	display: block;
}
h2.resp-accordion:first-child {
	border-top: 1px solid #c1c1c1;/* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
ul.resp-tabs-list {
	display: none;
}
h2.resp-accordion {
	display: block;
}
.resp-vtabs .resp-tab-content {
	border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: 70px;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
.resp-vtabs .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important;
}
}
.resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 30%;
}
.resp-vtabs .resp-tabs-list li {
	display: block;
	padding: 15px 15px !important;
	margin: 0 0 4px;
	cursor: pointer;
	float: none;
}
.resp-vtabs .resp-tabs-container {
	padding: 0px;
	background-color: #fdfddb;
	border: 1px solid #01592b!important;
	float: left;
	width: 68%;
	min-height: 238px;
	border-radius: 4px;
	clear: none;
	height: auto;
}
/* Back to top button */
.back-to-top {
	position: fixed;
	display: none;
	background: #18d26e;
	color: #fff;
	display: inline-block;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	border-radius: 50%;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
	z-index: 11;
}
.back-to-top i {
	padding-top: 12px;
	color: #fff;
}
.social-bg {
	color: #fff;
}
.social-bg a {
	color: #fff;
}
.social-bg a:hover {
	color: #fff0;
}
.width-100 {
	width: 100%!important;
}
.nav-side-menu {
	overflow: auto;
	font-size: 12px;
	position: relative;
	top: 0;
	width: 100%;
	padding-top: 0;
	height: 100%;
	color: #000
}
.nav-side-menu .brand {
	background-color: #23282e;
	line-height: 50px;
	display: block;
	text-align: center;
	font-size: 14px
}
.nav-side-menu .toggle-btn {
	display: none
}
.nav-side-menu ul, .nav-side-menu li {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 35px;
	cursor: pointer
}
.nav-side-menu ul :not(collapsed) .arrow:before, .nav-side-menu li :not(collapsed) .arrow:before {
	font-family: FontAwesome;
	content: "\f078";
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	float: right
}
.nav-side-menu ul .sub-menu li.active, .nav-side-menu li .sub-menu li.active {
	color: #d19b3d
}
.nav-side-menu ul .sub-menu li.active a, .nav-side-menu li .sub-menu li.active a {
	color: #d19b3d
}
.nav-side-menu ul .sub-menu li, .nav-side-menu li .sub-menu li {
	background-color: #fff;
	border: 0;
	line-height: 28px;
	border-bottom: 1px solid #cfffe6;
	margin-left: 0
}
.nav-side-menu ul .sub-menu li:hover, .nav-side-menu li .sub-menu li:hover {
	background-color: #23bb6d;
	color: black!important
}
.nav-side-menu ul .sub-menu li:before, .nav-side-menu li .sub-menu li:before {
	font-family: FontAwesome;
	content: "\f105";
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle
}
.nav-side-menu li {
	padding: 6px 15px;
	border-bottom: 1px solid #f7f7f7
}
.nav-side-menu li a {
	text-decoration: none;
	color: #333;
	font-size: 14px;
	font-weight: 600;
	width: 100%;
	overflow: hidden
}
nav-side-menu li a:hover {
	color: #fff
}
.nav-side-menu li a i {
	width: 20px;
	padding-right: 0;
	color: #000
}
.nav-side-menu li:hover {
	color: #23bb6d;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease
}
.nav-dash-menu {
	overflow: auto;
	font-size: 12px;
	position: relative;
	top: 0;
	width: 100%;
	padding-top: 0;
	height: 100%;
	color: #000
}
.nav-dash-menu .brand {
	background-color: #23282e;
	line-height: 50px;
	display: block;
	text-align: center;
	font-size: 14px
}
.nav-dash-menu .toggle-btn {
	display: none
}
.nav-dash-menu ul, .nav-dash-menu li {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 30px;
	cursor: pointer
}
.nav-dash-menu ul :not(collapsed) .arrow:before, .nav-dash-menu li :not(collapsed) .arrow:before {
	font-family: FontAwesome;
	content: "\f078";
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	float: right
}
.nav-dash-menu ul .dash-menu li.active, .nav-dash-menu li .dash-menu li.active {
	color: #d19b3d
}
.nav-dash-menu ul .dash-menu li.active a, .nav-dash-menu li .dash-menu li.active a {
	color: #d19b3d
}
.nav-dash-menu ul .dash-menu li, .nav-dash-menu li .dash-menu li {
	background-color: #fff;
	border: 0;
	line-height: 28px;
	margin-left: 0
}
.nav-side-menu ul .dash-menu li:hover, .nav-side-menu li .dash-menu li:hover {
	background-color: #23bb6d;
	color: black!important
}
.nav-side-menu ul .dash-menu li:before, .nav-side-menu li .dash-menu li:before {
	font-family: FontAwesome;
	content: "\f105";
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle
}
.nav-side-menu li {
	padding: 6px 15px;
	border-bottom: 1px solid #f7f7f7
}
.nav-side-menu li a {
	text-decoration: none;
	color: #333;
	font-size: 14px;
	font-weight: 600;
	width: 100%;
	overflow: hidden
}
nav-side-menu li a:hover {
	color: #fff
}
.nav-side-menu li a i {
	width: 20px;
	padding-right: 0;
	color: #000
}
.nav-side-menu li:hover {
	color: #23bb6d;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease
}
.inner-li {
	padding-left: 45px!important
}
.inner-dash-li {
	padding-left: 5px!important
}
.dash-li {
	padding-left: 20px!important
}
@media (max-width: 768px) {
.back-to-top {
	bottom: 15px;
}
}
.dash-top {
	margin-top: 10px;
}
#background-wrapper {
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 0;
}
.buildings {
}
.container {
	max-width: 1440px;
}
.extr-price {
	color: #35a668;
	font-size: 30px;
	background: #f9f9f9;
	padding: 5px 10px;
	border: 1px dotted #ddd;
}
.planets-icons.planets-icons {
	height: 30px;
	line-height: 20px;
	float: left;
}
.margin-fields {
	margin-bottom: 15px;
}
.error {
	color: #ff0000;
}
.green-link {
	color: #218838;
	font-weight: bold;
}
.green-link a {
	color: #218838;
	font-weight: bold;
}
.green-link a:hover {
	color: #218838;
	font-weight: bold;
}
.profile-icon {
	font-size: 32px;
	color: #35bde7;
	margin-top: 18px;
	margin-left: 20px;
	vertical-align: sub;
}
.arrow-down-icon {
	font-size: 24px!important;
	color: #fff;
	margin-top: 0px;
	margin-left: 0px;
	vertical-align: baseline;
	/* margin-right: -8px; */
	position: relative;
	left: 10px;
}
.myprofile-icon {
	font-size: 16px;
	color: #35bde7;
	margin-top: 0px;
	margin-left: -8px;
}
.loading-create {
	background-image: url(../gif/loading-smll.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}
.modal-backdrop {
	position: inherit;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0;
	background-color: rgba(0, 0, 0, .7)!important;
}
.signout-icon {
	font-size: 16px;
	color: #35bde7;
	margin-top: 0px;
	margin-left: -8px;
}
.main-banner {
	width: 100%;
	min-height: 300px;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 0;
	position: relative;
}
.column-width {
	position: relative;
	width: 50%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.main-heading {
	padding-top: 114px;
	padding-left: 50px;
}
.main-heading h1 {
	font-size: 35px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #000;
}
.main-heading h3 {
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #000;
	margin: -18px 0 0px 0;
}
.sign-heading {
	padding-top: 114px;
	padding-left: 50px;
}
.sign-heading h1 {
	font-size: 35px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #fff;
}
.sign-heading h3 {
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #fff;
	margin: -18px 0 0px 0;
}
.price {
	margin-top: 60px;
	float: right;
	margin-right: 22px;
	margin-bottom: 12px;
	bottom: 0px;
	position: absolute;
	right: 0;
}
.price-text {
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #000;
}

/*--------------------------------------------------------------
# checkout

--------------------------------------------------------------*/
.product-image {
	float: left;
	width: 20%;
}
.product-details {
	float: left;
	width: 37%;
}
.product-price {
	float: left;
	width: 10%;
}
.product-discount {
	float: left;
	width: 10%;
}
.product-coupon {
	float: left;
	width: 12%;
}
.product-removal {
	float: left;
	width: 4%;
}
.product-line-price {
	float: left;
	width: 27%;
	text-align: right;
}
/* This is used as the traditional .clearfix class */
.group:before, .shopping-cart:before, .column-labels:before, .product:before, .totals-item:before, .group:after, .shopping-cart:after, .column-labels:after, .product:after, .totals-item:after {
	content: '';
	display: table;
}
.group:after, .shopping-cart:after, .column-labels:after, .product:after, .totals-item:after {
	clear: both;
}
.group, .shopping-cart, .column-labels, .product, .totals-item {
	zoom: 1;
}
/* Apply clearfix in a few places */
/* Apply dollar signs */
.product .product-price:before, .product .product-line-price:before, .totals-value:before {
}
/* Body/Header stuff */

.shopping-cart {
	margin-top: 0px;
	border: #008000 dotted 1px;
	border-radius: 8px;
	padding: 10px;
}
.empty-cart {
	padding: 10px;
	text-align: center;
	border: 0px;
	margin-top: 50px;
}
/* Column headers */
.column-labels label {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.column-labels .product-image, .column-labels .product-removal {
	text-indent: -9999px;
}
/* Product entries */
.product {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.product .product-image {
	text-align: center;
}
.product .product-image img {
	width: 100px;
}
.product .product-details .product-title {
	margin-right: 20px;
	font-family: 'Roboto', sans-serif;
}
.product .product-details .product-description {
	margin: 5px 20px 5px 0;
	line-height: 1.4em;
}
.product .product-quantity input {
	width: 40px;
}
.product .remove-product {
	border: 0;
	padding: 4px 8px;
	background-color: #c66;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	border-radius: 3px;
}
.product .remove-product:hover {
	background-color: #a44;
}
/* Totals section */
.totals .totals-item {
	float: right;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
.totals .totals-item label {
	float: left;
	clear: both;
	width: 79%;
	text-align: right;
}
.totals .totals-item .totals-value {
	float: right;
	width: 21%;
	text-align: right;
}
.totals .totals-item-total {
	font-family: 'Roboto', sans-serif;
}
.checkout {
	float: right;
	outline: none;
	margin-top: 20px;
	padding: 6px 25px;
	border: 2px solid #30add4;
	color: #fff;
	font-size: 25px;
	border-radius: 10px;
	background: rgb(178,223,240); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(178,223,240) 0%, rgb(32,180,226) 39%, rgb(32,180,226) 80%, rgb(178,223,240) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(178,223,240) 0%, rgb(32,180,226) 39%, rgb(32,180,226) 80%, rgb(178,223,240) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(178,223,240) 0%, rgb(32,180,226) 39%, rgb(32,180,226) 80%, rgb(178,223,240) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2dff0', endColorstr='#b2dff0', GradientType=0 ); /* IE6-9 */
	cursor: pointer;
}
.checkout:hover {
	background-color: #494;
	outline: none;
}
.checkout:a {
 background-color: #494;
 outline:none;
}
.checkout:visit {
 background-color: #494;
 outline:none;
}

/* Make adjustments for tablet */
@media screen and (max-width: 650px) {
 * Column headers */ .column-labels label {
 padding-bottom: 15px;
 margin-bottom: 15px;
 border-bottom: 1px solid #eee;
}
.column-labels .product-image, .column-labels .product-details, .column-labels .product-removal {
	text-indent: -9999px;
}
.product-coupon {
	float: left;
	width: 36%;
}
.shopping-cart {
	margin: 0;
	padding-top: 20px;
}
.product-image {
	float: right;
	width: auto;
}
.product-image img {
	margin: 0 0 10px 10px;
}
.product-details {
	float: none;
	margin-bottom: 10px;
	width: auto;
}
.product-price {
	clear: both;
	width: 70px;
}
.product-quantity {
	width: 100px;
}
.product-quantity input {
	margin-left: 20px;
}
.product-removal {
	width: 10%;
}
.product-line-price {
	float: right;
	width: 70px;
}
}
/* Make more adjustments for phone */

@media screen and (max-width: 320px) {
.order-big-title {
	height: 30px;
	display: block;
	width: 100%;
	padding-left: 3px;
	background-color: #fff;
	color: #757373;
	float: right;
}
 * Column headers */ .column-labels label {
 padding-bottom: 15px;
 margin-bottom: 15px;
 border-bottom: 1px solid #eee;
}
.column-labels .product-image, .column-labels .product-details, .column-labels .product-removal {
	text-indent: -9999px;
}
.product-coupon {
	float: left;
	width: 36%;
}
.shopping-cart {
	margin: 0;
	padding-top: 20px;
	border-top: 1px solid #eee;
}
.product-price {
	clear: both;
	width: 55px;
}
.product-image {
	float: right;
	width: auto;
}
.product-image img {
	margin: 0 0 10px 10px;
}
.product-details {
	float: none;
	margin-bottom: 10px;
	width: auto;
}
.product-price {
	clear: both;
	width: 70px;
}
.product-quantity {
	width: 100px;
}
.product-quantity input {
	margin-left: 20px;
}
.product-removal {
	width: 10%;
}
.product-line-price {
	float: right;
	width: 70px;
	margin-top: 0px;
}
}
.payment-outside {
}
/*articles tabs*/

.nav-link {
	border-bottom: 1px solid #ccc;
	text-align: center;
	background-color: #ececeb;
	color: #000;
	border-radius: 0px!important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	border-bottom-color: #000;
	background-color: #56677f;
	border-right-color: transparent;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-weight: bold;
	font-size: 16px;
	border-radius: 0px;
	text-align: center;
}
.mainul {
	margin: 0 0 0 -28px!important;
}
.mainul li {
	line-height: 28px;
	list-style: none;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 14px;
	color: #000!important;
}
.ca {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: green;
	padding: 6px;
}
.mainul a {
	line-height: 32px;
	list-style: none;
	padding-left: 0px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	color: #000!important;
}
.mainul a:hover {
	line-height: 32px;
	list-style: none;
	padding-left: 0px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	color: #0064ab;
	text-decoration: underline;
}
.box-shadow {
	box-shadow: 0 0 3px #dadada;
	padding: 10px 10px 15px;
	background: #fdfdfd;
}
.dashdrop {
	position: relative;
	display: inline-block;
	float: right;
	width: 100%
}
.dashdrop-content {
	background: rgb(35,183,104);
	background: -moz-linear-gradient(-45deg, rgb(35,183,104) 2%, rgb(252,254,4) 100%);
	background: -webkit-linear-gradient(-45deg, rgb(35,183,104) 2%, rgb(252,254,4) 100%);
	background: linear-gradient(135deg, rgb(35,183,104) 2%, rgb(252,254,4) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23b768', endColorstr='#fcfe04', GradientType=1 );
}
.dashdrop:hover {
	display: block;
}
.quick {
	width: 100%;
	height: 30px;
}
.dash-list {
	text-align: left;
	display: table;
}
.dash-list {
	margin: 0 auto;
	width: 100%;
	padding: 6px;
}
.dash-list>li {
	text-align: left;
	display: table-cell;
}
.dash-list>li>a {
	display: block;
	font-weight: 700;
	padding: 0 10px;
	line-height: 30px;
	border-right: 1px solid rgba(0,0,0,.1);
	text-decoration: none;
	position: relative;
}
.dash-list>li>a {
	font-size: 13px;
	color: #000;
}
.dash-list>li>a:hover {
	font-size: 13px;
	color: #4b5f77;
}
.pclass1 {
	line-height: 28px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	text-align: left;
}
.pclass1 li {
	list-style: circle;
	display: -webkit-inline-box;
	list-style-position: inside;
	text-indent: -8px;
	padding-left: 1em;
}
.ul1 {
	list-style: circle;
	padding: 0;
}
.pclass1 {
	line-height: 28px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	text-align: left;
}
.pclass li {
	list-style: none;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
}
.ul1 {
	list-style: none;
	padding: 0;
}

.bottom-left {
	position: absolute;
	bottom: 250px;
	left: 16px;
}
.login-btn {
	margin-top: 8px;
	float: right;
}
.login1 {
	margin-top: 18px;
	float: right;
	display: none;
}
.top-margin {
	margin-top: 0px;
}
.heart-lft-arrow {
	font-size: 60px;
	color: #fff;
	margin-right: 47px;
}
.heart-rht-arrow {
	font-size: 60px;
	color: #fff;
	margin-left: 22px;
}
/*--------------------------------------------------------------
# birth chart
--------------------------------------------------------------*/
.birthchart-img {
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 40px;
}
.birthchart-img1 {
	width: 100%;
	height: auto;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 80px;
}
.table-box {
	width: 100%;
	height: auto;
	text-align: center;
}
.zodiac-table-title {
	display: block;
	line-height: auto;
	background-color: #474b53;
	border-radius: 5px;
	padding: 10px 0px;
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.zodiac-table-note {
	display: block;
	line-height: auto;
	background-color: #474b53;
	border-radius: 5px;
	padding: 10px 10px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	text-align: left;
	margin-top: 10px;
}
.panel-pricing .panel-heading {
	padding-bottom: 15px;
	padding-top: 15px;
	position: relative;
}
.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.panel-heading {
	padding: 10px 15px;
	border: 1px solid #adad67;
	min-height: 192px;
	height: auto;
	color: #333;
	background-color: #f9f9d8;
	border-radius: 5px;
}
.panel-heading1 {
	padding: 10px 15px;
	border: 1px solid #59a2c1;
	color: #333;
	background-color: #b8dded;
	border-radius: 5px;
	min-height: 192px;
	height: auto;
}
.panel-pricing {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #bfbfbf;
	padding: 0;
	background: #ededed left top repeat;
	-webkit-box-shadow: 1px 1px 5px #d5d5d5;
	-moz-box-shadow: 1px 1px 5px #d5d5d5;
	box-shadow: 1px 1px 5px #d5d5d5;
}
.panel-default {
	border-color: #ddd;
}
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-pricing .panel-body {
	background-color: white;
}
.panel-body {
	padding: 15px;
}
.panel-pricing {
	font-weight: 600;
	text-transform: uppercase;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	color: #000;
	text-align: left;
	line-height: 22px;
	font-family: 'Roboto', sans-serif;
}
.planet-panel-heading {
	padding: 10px 15px;
	border: 1px solid #000;
	min-height: 192px;
	height: auto;
	color: #333;
	background-color: #fff;
	border-radius: 5px;
	text-align: justify;
	display: inline-block;
}
.planet-panel-heading a {
	padding: 10px 15px;
	border: 1px solid #000;
	min-height: 192px;
	height: auto;
	color: #333;
	background-color: #fff;
	border-radius: 5px;
	text-align: justify;
	display: block;
}
.planet-panel-heading :hover {
	border: 1px solid #ff0;
	color: #333;
	background: rgb(178,223,240);
	border-radius: 5px;
	text-align: justify;
}
.planet-wrap {
	background-color: #fff;
	border: 1px solid #b9b9b9;
	border-radius: 5px;
	display: block;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
 cursor:pointer:
}
.planet-wrap:hover {
	-webkit-box-shadow: 0px 10px 15px -10px #777777;
	-moz-box-shadow: 0px 10px 15px -10px #777777;
	-ms-box-shadow: 0px 10px 15px -10px #777777;
	-o-box-shadow: 0px 10px 15px -10px #777777;
	box-shadow: 0px 10px 15px -10px #777777;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
	background-color: #d5d5d5;
}
.planet-wrap:hover h4 {
	color: #ff6f00;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
 cursor:pointer:
}
.planet-wrap h4 {
	float: left;
	width: 100%;
	font-size: 20px;
	text-transform: capitalize;
	margin: 25px 0px 10px 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.read-more-btn {
	cursor: pointer;
	display: inline-block;
	padding: 0 .5em;
	color: #c60505;
	font-size: 14px!important;
	line-height: 2;
	border: 1px solid #000!important;
	border-radius: .25em;
	font-weight: bold!important;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif!important;
}
.read-more-btn a:hover {
	cursor: pointer;
	display: inline-block;
	padding: 0 .5em;
	color: #000;
	font-size: .9em;
	line-height: 2;
	border: 2px solid #000!important;
	border-radius: .25em;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
.planet-panel-title {
	width: 100%;
	height: 36px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
	color: #000;
	border-radius: 0px;
	padding: 0px;
	text-align: center;
	line-height: 36px;
	font-family: 'Roboto', sans-serif;
	border-bottom: 2px solid #6d6d6d;
}
.read-more-state {
	display: none;
}
.read-more-target {
	opacity: 0;
	max-height: 0;
	font-size: 0;
	transition: .25s ease;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
	opacity: 1;
	font-size: inherit;
	max-height: 999em;
}
.read-more-state ~ .read-more-trigger:before {
	content: 'Read More';
}
.read-more-state:checked ~ .read-more-trigger:before {
	content: 'Read Less';
}
.read-more-trigger {
	cursor: pointer;
	display: inline-block;
	padding: 0 .5em;
	color: #c60505;
	font-size: .9em;
	line-height: 2;
	border: 1px solid #000;
	border-radius: .25em;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
.planet-row-padding1 {
	padding-left: 40px;
}
.planet-row-padding2 {
	padding-left: 55px;
}
.planet-row-padding3 {
	padding-left: 64px;
}
/* Other style */ 
/*--------------------------------------------------------------
# happiness graph
--------------------------------------------------------------*/
.general-graph-main {
	padding: 0px 15px;
	border: 2px solid green;
	border-radius: 8px;
	margin-top: 45px;
	margin-bottom: 30px;
}
.edit-general-main {
	padding: 0px 30px;
	border: 2px solid #cacaca;
	border-radius: 8px;
	margin-top: 45px;
	margin-bottom: 0px;
}
.general-vital-main {
	padding: 0px 15px;
	border-left: 2px solid #9c9c9c;
	border-right: 2px solid #9c9c9c;
	border-bottom: 2px solid #9c9c9c;
	border-radius: 8px;
	margin-top: 45px;
	margin-bottom: 30px;
}
.general-vital-title {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	border-radius: 0px;
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
	margin-top: -20px;
	padding: 0px;
	margin-bottom: 0px;
	text-decoration: uppercase;
}
.general-sun-title {
	font-size: 20px;
	font-weight: bold;
	color: #900;
	border-radius: 0px;
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
	margin-top: -20px;
	padding: 0px;
	margin-bottom: 0px;
	text-decoration: uppercase;
}
.general-main-title {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	border-radius: 12px;
	font-family: 'Roboto', sans-serif;
	margin-top: -20px;
	width: auto;
	margin-bottom: 0px;
	text-decoration: uppercase;
}
.graph-p {
	padding: 0;
	margin: 0 0 6px 0!important;
}
.happy-title {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 20px;
	text-align: left;
}
.graph_main {
	padding: 0px 0px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.happiness-p {
	font-family: 'Roboto', sans-serif;
	color: #000;
	text-align: justify;
	line-height: 25px;
	font-size: 16px;
	margin-bottom: 0px;
}
#graph-table {
	background-size: cover;
	height: auto;
	margin-bottom: 15px;
	border: 3px solid #73cece;
	font-size: 16px;
}
#karma-table {
	background-size: cover;
	height: auto;
	margin-bottom: 15px;
	border: 3px solid #008000;
	font-size: 16px;
}
#karma-table2 {
	background-size: cover;
	height: auto;
	margin-bottom: 15px;
	border: 3px solid #ff0000;
	font-size: 16px;
}
#graph-content {
	background-size: cover;
	height: auto;
	margin-bottom: 12px;
	font-size: 16px;
}
.graph-content {
	background-size: cover;
	height: auto;
	margin-bottom: 8px;
	font-size: 16px;
}
.border-content {
	height: auto;
	padding: 6px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin-bottom: 8px;
	margin-top: 35px;
}
.border-content2 {
	height: auto;
	padding: 12px 0px 0px 10px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin-bottom: 8px;
}
.graph-tr-best {
	padding: 5px 15px 5px 15px;
	width: 100%;
	color: #000;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	background-color: #c3dede;
}
.graph-tr-kundali {
	padding: 15px 15px 15px 15px;
	width: 100%;
	border-bottom: 2px solid #000;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	background-color: darkcyan;
}
.graph-tr-karma {
	padding: 15px 15px 15px 15px;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	background-color: #008000;
}
.graph-tr-karma2 {
	padding: 15px 15px 15px 15px;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	background-color: red;
}
.graph-th {
	padding: 15px 15px 15px 15px;
	border-right: 1px groove #000;
	border-bottom: 2px solid #000;
	color: #fff;
	background-color: darkcyan;
}
.graph-last-th {
	padding: 15px 15px 15px 15px;
	border-right: 0px groove #000;
	border-bottom: 2px solid #000;
	color: #fff;
	background-color: darkcyan;
}
.graph-td {
	padding: 15px 15px 15px 15px;
	background-color: white;
	border-bottom: 1px dotted;
	border-right: 1px groove #000;
}
.graph-td-nob {
	padding: 15px 15px 15px 15px;
	background-color: white;
	border-bottom: 0px dotted;
	border-right: 1px groove #000;
}
.graph-last-td {
	padding: 15px 15px 15px 15px;
	background-color: white;
	border-bottom: 1px dotted;
	border-right: 0px groove #000;
}
.graph-last-td-nob {
	padding: 15px 15px 15px 15px;
	background-color: white;
	border-bottom: 0px dotted;
	border-right: 0px groove #000;
}
.graph-td1 {
	padding: 15px 15px 15px 15px;
	background-color: #c3dede;
	border-bottom: 1px dotted;
	border-right: 1px groove #000;
}
.graph-last-td1 {
	padding: 15px 15px 15px 15px;
	background-color: #c3dede;
	border-bottom: 1px dotted;
	border-right: 0px groove #000;
}
.graph-tr-worst {
	padding: 5px 15px 5px 15px;
	width: 100%;
	color: #000;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	background-color: #c3dede;
}
.karma-td {
	padding: 15px 15px 15px 15px;
	background-color: #c3dede;
	border-bottom: 1px dotted;
	border-right: 1px groove #000;
	font-size: 16px;
	text-align: left;
}
.karma-td2 {
	padding: 15px 15px 15px 15px;
	background-color: white;
	border-bottom: 1px dotted;
	border-right: 0px groove #000;
	font-size: 16px;
	text-align: left;
}
.karma-last-td {
	padding: 15px 15px 15px 15px;
	background-color: white;
	border-bottom: 1px dotted;
	background-color: #c3dede;
	font-size: 16px;
	text-align: left;
}
.karma-td1 {
	padding: 15px 15px 15px 15px;
	background-color: white;
	font-size: 16px;
	text-align: left;
}
.prof-td {
	padding: 15px 15px 15px 15px;
	background-color: white;
	border-bottom: 1px dotted;
	border-right: 1px groove #000;
	font-size: 16px;
	text-align: left;
}
.prof-td-nob {
	padding: 15px 15px 15px 15px;
	background-color: white;
	border-bottom: 0px dotted;
	border-right: 1px groove #000;
	font-size: 16px;
	text-align: left;
}
.prof-last-td {
	padding: 15px 15px 15px 15px;
	background-color: white;
	border-bottom: 1px dotted;
	border-right: 0px groove #000;
	font-size: 16px;
	text-align: left;
}
.prof-last-td-nob {
	padding: 15px 15px 15px 15px;
	background-color: white;
	border-bottom: 0px dotted;
	border-right: 0px groove #000;
	font-size: 16px;
	text-align: left;
}
.prof-td1 {
	padding: 15px 15px 15px 15px;
	background-color: #c3dede;
	border-bottom: 1px dotted;
	border-right: 1px groove #000;
	font-size: 16px;
	text-align: left;
}
.prof-last-td1 {
	padding: 15px 15px 15px 15px;
	background-color: #c3dede;
	border-bottom: 1px dotted;
	border-right: 0px groove #000;
	font-size: 16px;
	text-align: left;
}
.fa-circle-green {
	font-size: 20px!important;
	vertical-align: middle;
	color: #009046;
	text-shadow: 1px 4px 1px #ccc;
}
.fa-circle-yellow {
	font-size: 20px!important;
	vertical-align: middle;
	color: #23bb6d;
	text-shadow: 1px 4px 1px #ccc;
}
.fa-circle-white {
	font-size: 20px!important;
	vertical-align: middle;
	color: #ca2905;
	text-shadow: 1px 4px 1px #ccc;
}
.fa-circle-red {
	font-size: 20px!important;
	vertical-align: middle;
	color: #88DAAF;
	text-shadow: 1px 4px 1px #ccc;
}
.fa-circle-danger {
	font-size: 20px!important;
	vertical-align: middle;
	color: #ff000d;
	text-shadow: 1px 4px 1px #ccc;
}
.fa-circle-normal {
	font-size: 20px!important;
	vertical-align: middle;
	color: #949494;
	text-shadow: 1px 4px 1px #ccc;
}
.fa-circle-black {
	font-size: 20px!important;
	vertical-align: middle;
	color: #f7c705;
	text-shadow: 1px 4px 1px #ccc;
}
.fa-circle-size {
	font-size: 20px!important;
	vertical-align: middle;
}
/* week ahead start*/
.fa-circle-excellent {
	font-size: 20px!important;
	vertical-align: middle;
	color: #1da0f8;
	text-shadow: 1px 4px 1px #ccc;
}
.fa-circle-good {
	font-size: 20px!important;
	vertical-align: middle;
	color: #0dd170;
	text-shadow: 1px 4px 1px #ccc;
}
.fa-circle-mid {
	font-size: 20px!important;
	vertical-align: middle;
	color: #f0d155;
	text-shadow: 1px 4px 1px #ccc;
}
.fa-circle-mixed {
	font-size: 20px!important;
	vertical-align: middle;
	color: #f45fc8;
	text-shadow: 1px 4px 1px #ccc;
}
.fa-circle-bad {
	font-size: 20px!important;
	vertical-align: middle;
	color: #d12e1e;
	text-shadow: 1px 4px 1px #ccc;
}
/* week ahead small*/
.fa-circle-excellent-sml {
	font-size: 15px;
	vertical-align: middle;
	color: #1da0f8;
	text-shadow: 1px 4px 1px #ccc;
}
.fa-circle-good-sml {
	font-size: 15px;
	vertical-align: middle;
	color: #0dd170;
	text-shadow: 1px 4px 1px #ccc;
}
.fa-circle-mid-sml {
	font-size: 15px;
	vertical-align: middle;
	color: #f0d155;
	text-shadow: 1px 4px 1px #ccc;
}
.fa-circle-mixed-sml {
	font-size: 15px;
	vertical-align: middle;
	color: #f45fc8;
	text-shadow: 1px 4px 1px #ccc;
}
.fa-circle-bad-sml {
	font-size: 15px;
	vertical-align: middle;
	color: #d12e1e;
	text-shadow: 1px 4px 1px #ccc;
}
/* week ahead end */
.inner-td-text-ahead1 {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #000;
	width: 100%;
	text-align: center;
	padding: 5px;
}
.inner-td-text-ahead {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #000;
	width: 100%;
}
.inner-td-text {
	padding-left: 10px;
	font-size: 16px;
	height: 30px;
	line-height: 26px;
	font-family: 'Roboto', sans-serif;
	color: #000;
	width: 100%;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.top-border {
	border-left: 1px solid #b48e52;
	border-right: 1px solid #b48e52;
	border-top: 1px solid #b48e52;
	border-radius: 8px 8px 0px 0px;
	background-color: #f1dfc3;
}
.inner-td-head {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #5d5d5d;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.inner-bottom-txt {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #5d5d5d;
	text-align: center;
	height: 30px;
	font-weight: bold;
	line-height: 30px;
}
.inner-head-top {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #d4c2a7;
	text-align: center;
	border-radius: 8px 8px 0px 0px;
}
.inner-head-bottom {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #d4c2a7;
	text-align: center;
	border-radius: 0px 0px 8px 8px;
}
.bottom-border {
	border-left: 1px solid #b48e52;
	border-right: 1px solid #b48e52;
	border-bottom: 1px solid #b48e52;
	border-radius: 0px 0px 8px 8px;
	background-color: #f1dfc3;
}
.last-td {
	border-bottom: 1px solid #fff;
}
.last-td-box {
	width: 100%;
	height: 31px;
	border: 1px solid #fff;
	border-right: 0px;
	text-align: center;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #5d5d5d;
	text-align: center;
}
.planet-main {
	width: 100%;
	min-height: 430px;
	height: auto;
}
.planet-inner {
	width: 100%;
	min-height: 390px;
	height: auto;
}
.planet-boxes {
	position: relative;
	width: 100%;
	height: auto;
	border: 1px solid #dedede;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}
.planet-boxes a {
	position: relative;
	width: 100%;
	height: auto;
	border: 1px solid #dedede;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
}
.planet-boxes-active {
	position: relative;
	width: 100%;
	height: auto;
	border: 2px solid #26bc70;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
	background-color: #fff;
}
.planet-boxes:hover {
	position: relative;
	width: 100%;
	height: auto;
	border: 2px solid #26bc70;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
	background-color: #fff;
}
.planet-image {
	width: 100%;
	height: 100%;
}
.planet-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0px;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	border: 2px solid #000;
	transition: .5s ease;
	background-color: #f3f3f3;
}
.calender-main {
	width: 100%;
	min-height: 330px;
	height: auto;
	margin-bottom: 10px;
}
.calender-p {
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	color: #000;
	text-align: justify;
}
#planet-buttons {
	float: left;
	padding: 0px;
	width: 100%;
}
#planet-buttons li {
	float: left;
	list-style: none;
	text-align: center;
	width: 8%;
	margin-right: 4px;
	height: auto;
}
.planet-boxes:hover .planet-overlay {
	opacity: 0.3;
}
.below-arrow {
	text-align: center;
	margin-top: -15px;
}
.planet-view {
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	color: #000;
	text-align: center;
}
/* Popup container */
.popup {
	position: relative;
	display: block;
	cursor: pointer;
	color: #27bb6e;
}
/* The actual popup (appears on top) */
.popup .popuptext {
	visibility: hidden;
	width: 160px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 8px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -80px;
}
/* Popup arrow */
.popup .popuptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}
/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
	visibility: visible;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
 from {
opacity: 0;
}
to {
	opacity: 1;
}
}
 @keyframes fadeIn {
 from {
opacity: 0;
}
to {
	opacity: 1;
}
}
/* Services Section
--------------------------------*/

#services {
	background: #fff;
	background-size: cover;
	padding: 10px 0 12px 0;
	height: 482px;
}
#services .box {
	margin-bottom: 30px;
}
#services .icon {
	float: left;
}
#services .icon i {
	color: #18d26e;
	font-size: 36px;
	line-height: 1;
	transition: 0.5s;
}
#services .title {
	margin-left: 60px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}
#services .title a {
	color: #111;
}
#services .box:hover .title a {
	color: #18d26e;
}
#services .description {
	font-size: 14px;
	margin-left: 60px;
	line-height: 24px;
	margin-bottom: 0;
}
.services-wrap {
	margin-bottom: 15px;
	height: 165px;
	text-align: center;
	font-size: 15px;
	color: #000;
	padding-top: 70px;
}
.gallery1 {
	height: 100%;
}
.second-img {
	margin-right: -74px!important;
	margin-top: 10px !important;
	height: 621px!important;
}
.image-bg1 {
	opacity: 0.3;
}
.offer-img {
	position: relative;
	top: -11px;
	right: -12px;
	float: right;
}
.slide-img2 {
	margin-left: 16px;
	margin-top: 17px;
}
.slide-img1 {
	margin-top: -490px;
	margin-left: 8px;
}
.slide-img {
	margin-top: -558px;
}
.inner-gallery-bg {
	background-color: #fff;
	height: 436px;
	
}
.gallery1-h3 {
	font-size: 17px;
	color: #000;
	font-weight: bold;
	text-align: left;
	padding: 0px 20px 0px 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
.gallery1-p {
	font-size: 14px;
	padding: 0px 15px 0px 15px;
	text-align: justify;
	color: #000;
	margin: 0 0 18px 0;
	line-height: 19px;
	font-family: 'Roboto', sans-serif;
}
.gallery1-btn {
	float: right;
	margin-right: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #4c4c4c;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
.gallery1-btn a {
	float: right;
	margin-right: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #4c4c4c;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
.gallery1-btn a:hover {
	float: right;
	margin-right: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
.gallery2 {
	height: 100%;
}
.gallery2-h3 {
	font-size: 17px;
	color: #000;
	font-weight: bold;
	text-align: left;
	padding: 0px 20px 0px 15px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
.gallery2-p {
	font-size: 14px;
	padding: 0px 15px 0px 15px;
	text-align: justify;
	color: #000;
	margin: 0 0 18px 0;
	line-height: 20px;
}
.gallery2-btn {
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #4c4c4c;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
.gallery2-btn a {
	float: right;
	margin-right: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #23bb6d;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
.gallery2-btn a:hover {
	color: #000;
}
.service3 {
	height: 100%;
	background-color: #fff;
	border: 1px solid #000;
}
.service3 h3 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding: 0px 20px 0px 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
.service3 p {
	font-size: 13px;
	padding: 0px 20px 0px 20px;
	text-align: justify;
	color: #000;
	margin: 0 0 20px 0;
	line-height: 19px;
}
.service3-btn {
	float: right;
	margin-right: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #4c4c4c;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
.service3-btn a {
	float: right;
	margin-right: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #4c4c4c;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
.service3-btn a:hover {
	color: #000;
}
.btn-icon {
	vertical-align: middle;
	font-size: 22px;
}
.services-gradiant {
	font-size: 20px;
	color: #000;
	font-family: 'Roboto', sans-serif;
}
.services-gradiant h3 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
.services-gradiant p {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	text-align: justify;
	color: #000;
	margin: 0 0 0px 0;
	line-height: 18px;
}
.services-gradiant-btn {
	float: right;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #414141;
}
.pannel1background {
	background-image: url(../png/pannel1big.png);
}
.pannel2background {
	background-image: url(../png/pannel2big.png);
}
.services-gradiant2 {
	font-size: 20px;
	color: #000;
	font-family: 'Roboto', sans-serif;
}
.services-gradiant2 h3 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding-right: 10px;
	font-family: 'Roboto', sans-serif;
}
.services-gradiant2 p {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	text-align: justify;
	color: #000;
	margin: 0 0 0px 0;
	line-height: 18px;
}
.services-gradiant2-btn {
	float: right;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #414141;
}
.topright {
	height: 26px;
	float: right;
	text-align: center;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}
.triangle-topright {
	width: 0px;
	height: -25px;
	border-top: 40px solid blue;
	border-left: 36px solid transparent;
	border-right: 162px solid blue;
}
.spot {
	width: 284px;
	height: 45px;
	background-image: url(../png/spotlight-bg.png);
	float: right;
	margin-right: -15px;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}
.spot p {
	text-align: right;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 12px;
	padding: 15px;
	color: #000;
}

.hr {
	border-top: 4px solid #27bb6e;
	margin-bottom: 20px;
}
.hr-sign {
	border-top: 4px solid #27bb6e;
	margin-bottom: 20px;
	color: #27bb6e;
}


.pclass {
	line-height: 35px;
	color: #444;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-align: left;
	margin: 0 0 0 18px!important;
}
.pclass li {
	list-style: none;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
}
.ul {
	list-style: none;
	padding: 0;
}
#accordion {
	border: 1px solid #e5e5e5;
	margin-top: 25px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(107,107,107,1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(107,107,107,1);
	box-shadow: 0px 1px 1px 0px rgba(107,107,107,1);
}
.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 6px 10px!important;
	font-size: 16px;
	line-height: 1.5;
 border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-active {
	box-shadow: 0 0 0 0.2rem rgba(40,167,69,.5);
}
.btn-link {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none!important;
	color: #000;
	font-family: 'Roboto', sans-serif;
}
.btn-link:hover {
	color: #0056b3;
	text-decoration: none!important;
	background-color: transparent;
	border-color: transparent;
	font-family: 'Roboto', sans-serif;
}
.btndash {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 6px 10px;
	font-size: 15px;
	line-height: 1.5;
 border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btndash-active {
	box-shadow: 0 0 0 0.2rem rgba(40,167,69,.5);
}
.btndash-link {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none!important;
	color: #000;
	font-family: 'Roboto', sans-serif;
}
.btndash-link:hover {
	color: #0056b3;
	text-decoration: none!important;
	background-color: transparent;
	border-color: transparent;
	font-family: 'Roboto', sans-serif;
}

@media (max-width: 414px) {
.extr-price {
	color: #35a668;
	font-size: 22px;
	background: #f9f9f9;
	padding: 5px 10px;
	border: 1px dotted #ddd;
}

.responsive-table {
	width: 100%;
	display: block;
	overflow-x: auto;
}
.
.pclass {
	line-height: 28px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	text-align: left;
	margin: 0 0 0 18px!important;
}
.pclass li {
	list-style: none;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
}
.btn-link {
	font-size: 15px;
	font-weight: normal;
	text-decoration: none!important;
	color: #000;
	font-family: 'Roboto', sans-serif;
}
.nav-menu a {
	padding: 0 8px 10px 8px;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	outline: none;
}
.service1-h3 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding: 0px 20px 0px 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
.service1-p {
	font-size: 14px;
	padding: 0px 20px 0px 20px;
	text-align: justify;
	color: #000;
	margin: 0 0 30px 0;
	line-height: 19px;
	font-family: 'Roboto', sans-serif;
}
.service2-h3 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding: 0px 20px 0px 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
.service2-p {
	font-size: 13px;
	padding: 0px 20px 0px 20px;
	text-align: justify;
	color: #000;
	margin: 0 0 30px 0;
	line-height: 19px;
	font-family: 'Roboto', sans-serif;
}
.service3 h3 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding: 0px 20px 0px 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
.service3 p {
	font-size: 14px;
	padding: 0px 20px 0px 20px;
	text-align: justify;
	color: #000;
	margin: 0 0 30px 0;
	line-height: 19px;
	font-family: 'Roboto', sans-serif;
}
div#calendar div.header span.title {
	color: #FFF;
	font-size: 18px;
}
div#calendar ul.label li {
	margin: 0px;
	padding: 0px;
	margin-right: 2px;
	margin-top: 2px;
	line-height: 45px;
	vertical-align: middle;
	float: left;
	list-style-type: none;
	width: 51px;
	height: 45px;
	font-size: 18px;
	background-color: #fff;
	color: #000;
	text-align: center;
}
div#calendar ul.dates {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
}
/** overall width = width+padding-right**/
div#calendar ul.dates li {
	margin: 0px;
	padding: 0px;
	margin-right: 2px;
	margin-top: 2px;
	line-height: 45px;
	vertical-align: middle;
	float: left;
	list-style-type: none;
	width: 51px;
	height: 45px;
	font-size: 18px;
	background-color: #DDD;
	color: #000;
	text-align: center;
}
div#calendar div.header a.prev {
	left: 8px;
}
div#calendar div.header a.next {
	right: 30px;
}
}
@media (max-width: 384px) {
.pclass {
	line-height: 28px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-align: left;
	margin: 0 0 0 18px!important;
}
p {
	padding: 0;
	margin: 0 0 18px 0;
	font-size: 18px;
	color: #444;
	font-family: 'Roboto', sans-serif;
	line-height: 25px;
	text-align: justify;
	text-shadow: none;
}
#nav-menu-container {
	padding-left: 0px;
	margin-top: 20px;
	float: left;
}
.pclass {
	line-height: 28px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	text-align: left;
	margin: 0 0 0 18px!important;
}
.pclass li {
	list-style: none;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
}

.btn-link {
	font-size: 15px;
	font-weight: normal;
	text-decoration: none!important;
	color: #000;
	font-family: 'Roboto', sans-serif;
}
.nav-menu a {
	padding: 0 8px 10px 8px;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	outline: none;
}
.service1-h3 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding: 0px 20px 0px 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
.service1-p {
	font-size: 14px;
	padding: 0px 20px 0px 20px;
	text-align: justify;
	color: #000;
	margin: 0 0 30px 0;
	line-height: 19px;
	font-family: 'Roboto', sans-serif;
}
.service2-h3 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding: 0px 20px 0px 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
.service2-p {
	font-size: 13px;
	padding: 0px 20px 0px 20px;
	text-align: justify;
	color: #000;
	margin: 0 0 30px 0;
	line-height: 19px;
	font-family: 'Roboto', sans-serif;
}
.service3 h3 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding: 0px 20px 0px 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
.service3 p {
	font-size: 14px;
	padding: 0px 20px 0px 20px;
	text-align: justify;
	color: #000;
	margin: 0 0 30px 0;
	line-height: 19px;
	font-family: 'Roboto', sans-serif;
}
.glance-h3 {
	color: #000;
	margin-bottom: 10px;
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
.vitals-h3 {
	color: #000!important;
	margin-bottom: 10px!important;
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-style: normal;
}
.vitals-h3 a {
	color: #000!important;
}
.vitals-h3 a:hover {
	color: #000!important;
	text-decoration: underline;
}
.planets-h3 {
	color: #000!important;
	margin-bottom: 10px!important;
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-style: normal;
}
div#calendar ul.label li {
	margin: 0px;
	padding: 0px;
	margin-right: 1px;
	margin-top: 1px;
	line-height: 45px;
	vertical-align: middle;
	float: left;
	list-style-type: none;
	width: 46px;
	height: 45px;
	font-size: 15px;
	background-color: #fff;
	color: #000;
	text-align: center;
}
div#calendar ul.dates {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
}
/** overall width = width+padding-right**/
div#calendar ul.dates li {
	margin: 0px;
	padding: 0px;
	margin-right: 1px;
	margin-top: 1px;
	line-height: 45px;
	vertical-align: middle;
	float: left;
	list-style-type: none;
	width: 40px;
	height: 45px;
	font-size: 18px;
	background-color: #DDD;
	color: #000;
	text-align: center;
}
div#calendar div.header a.prev {
	left: 8px;
}
div#calendar div.header a.next {
	right: 30px;
}
div#calendar div.header span.title {
	color: #FFF;
	font-size: 18px;
}
}
@media (max-width: 375px) {
.pclass {
	line-height: 28px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-align: left;
	margin: 0 0 0 18px!important;
}
p {
	padding: 0;
	margin: 0 0 18px 0;
	font-size: 18px;
	color: #444;
	font-family: 'Roboto', sans-serif;
	line-height: 25px;
	text-align: justify;
	text-shadow: none;
}
#nav-menu-container {
	padding-left: 0px;
	margin-top: 20px;
	float: left;
}
.nav-menu a {
	padding: 0 8px 10px 8px;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	outline: none;
}
.service1-h3 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding: 0px 20px 0px 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
.service1-p {
	font-size: 14px;
	padding: 0px 20px 0px 20px;
	text-align: justify;
	color: #000;
	margin: 0 0 30px 0;
	line-height: 19px;
	font-family: 'Roboto', sans-serif;
}
.service2-h3 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding: 0px 20px 0px 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
.service2-p {
	font-size: 13px;
	padding: 0px 20px 0px 20px;
	text-align: justify;
	color: #000;
	margin: 0 0 30px 0;
	line-height: 19px;
	font-family: 'Roboto', sans-serif;
}
.service3 h3 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding: 0px 20px 0px 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
.service3 p {
	font-size: 14px;
	padding: 0px 20px 0px 20px;
	text-align: justify;
	color: #000;
	margin: 0 0 30px 0;
	line-height: 19px;
	font-family: 'Roboto', sans-serif;
}
}
@media (max-width: 350px) {

p {
	padding: 0;
	margin: 0 0 18px 0;
	font-size: 18px;
	color: #444;
	font-family: 'Roboto', sans-serif;
	line-height: 25px;
	text-align: justify;
	text-shadow: none;
}
}
@media only screen and (min-width:300px) and (max-width:320px) {
.pclass {
	line-height: 28px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-align: left;
	margin: 0 0 0 18px!important;
}
p {
	padding: 0;
	margin: 0 0 18px 0;
	font-size: 16px;
	color: #444;
	font-family: 'Roboto', sans-serif;
	line-height: 25px;
	text-align: justify;
	text-shadow: none;
}
#nav-menu-container {
	padding-left: 0px;
	margin-top: 20px;
	float: left;
}
.pclass {
	line-height: 28px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: left;
	margin: 0 0 0 18px!important;
}
.pclass li {
	list-style: none;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
}
.btn-link {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none!important;
	color: #000;
	font-family: 'Roboto', sans-serif;
}
.nav-menu a {
	padding: 0 8px 10px 8px;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	outline: none;
}
.service1-h3 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding: 0px 20px 0px 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
.service1-p {
	font-size: 14px;
	padding: 0px 20px 0px 20px;
	text-align: justify;
	color: #000;
	margin: 0 0 30px 0;
	line-height: 19px;
	font-family: 'Roboto', sans-serif;
}
.service2-h3 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding: 0px 20px 0px 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
.service2-p {
	font-size: 13px;
	padding: 0px 20px 0px 20px;
	text-align: justify;
	color: #000;
	margin: 0 0 30px 0;
	line-height: 19px;
	font-family: 'Roboto', sans-serif;
}
.service3 h3 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding: 0px 20px 0px 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
.service3 p {
	font-size: 14px;
	padding: 0px 20px 0px 20px;
	text-align: justify;
	color: #000;
	margin: 0 0 30px 0;
	line-height: 19px;
	font-family: 'Roboto', sans-serif;
}
}
/* Testimonials Section
--------------------------------*/
.rslides {
	margin: 0 auto;
}
.rslides_container {
	margin-bottom: 50px;
	position: relative;
	float: left;
	width: 100%;
}
.centered-btns_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 0;
	opacity: 0.7;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	margin-top: -45px;
}
.centered-btns_nav:active {
	opacity: 1.0;
}
.centered-btns_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
.transparent-btns_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 0;
	left: 0;
	display: block;
	background: #fff; /* Fix for IE6-9 */
	opacity: 0;
	filter: alpha(opacity=1);
	width: 48%;
	text-indent: -9999px;
	overflow: hidden;
	height: 91%;
}
.transparent-btns_nav.next {
	left: auto;
	right: 0;
}
.large-btns_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	opacity: 0.6;
	text-indent: -9999px;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	width: 38px;
}
.large-btns_nav:active {
	opacity: 1.0;
}
.large-btns_nav.next {
	left: auto;
	background-position: right 50%;
	right: 0;
}
.centered-btns_nav:focus, .transparent-btns_nav:focus, .large-btns_nav:focus {
	outline: none;
}
.centered-btns_tabs, .transparent-btns_tabs, .large-btns_tabs {
	margin-top: 10px;
	text-align: center;
}
.centered-btns_tabs li, .transparent-btns_tabs li, .large-btns_tabs li {
	display: inline;
	float: none;
	_float: left;
 *float: left;
	margin-right: 5px;
}
.centered-btns_tabs a, .transparent-btns_tabs a, .large-btns_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #ccc;
	background: rgba(0,0,0, .2);
	display: inline-block;
	_display: block;
 *display: block;
	-webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	width: 9px;
	height: 9px;
}
.centered-btns_here a, .transparent-btns_here a, .large-btns_here a {
	background: #222;
	background: rgba(0,0,0, .8);
}
.testimonialSliders {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.testimonialSliders li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.testimonialSliders li:first-child {
	position: relative;
	display: block;
	float: left;
}
.testimonialSliders img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.item-details {
	padding: 20px;
	background: #e5e5e5;
	border-bottom: 1px solid #bfbfbf;
	text-align: center;
	font-size: 15px;
	color: #000;
	font-family: 'Roboto', sans-serif;
}
#testi-wrapper {
	width: 100%;
	margin-bottom: 0px;
}
.testi h3 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	padding-top: 15px;
	font-family: 'Roboto', sans-serif;
}
.padding-row {
	padding-right: 56px;
}
.padding-left {
	padding-left: 15px;
}
.client-name {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	font-family: 'Roboto', sans-serif;
}
.client-title {
	padding-right: 56px;
}
.client-comment p {
	font-size: 15px;
	margin-top: 4px;
	font-weight: normal;
	color: #000;
	font-family: 'Roboto', sans-serif;
}
.testi-container {
	padding-left: 0px;
}
#testimonials {
	background: #fff;
	background-size: cover;
	padding: 10px 0 12px 0;
	height: 100%;
}
.testi h3 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	padding-top: 15px;
	font-family: 'Roboto', sans-serif;
}
.padding-row {
	padding-right: 56px;
}
.padding-left {
	padding-left: 15px;
}
.client-name {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	font-family: 'Roboto', sans-serif;
}
.client-title {
	padding-right: 56px;
}
.client-comment p {
	font-size: 15px;
	margin-top: 4px;
	font-weight: normal;
	color: #000;
	font-family: 'Roboto', sans-serif;
}
#testimonials .section-header {
	margin-bottom: 40px;
}
#testimonials .testimonial-item {
	text-align: center;
}
#testimonials .testimonial-item .testimonial-img {
	width: 120px;
	border-radius: 50%;
	border: 4px solid #fff;
	margin: 0 auto;
}
#testimonials .testimonial-item h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #111;
}
#testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #999;
	margin: 0 0 15px 0;
}
#testimonials .testimonial-item .quote-sign-left {
	margin-top: -15px;
	padding-right: 10px;
	display: inline-block;
	width: 37px;
}
#testimonials .testimonial-item .quote-sign-right {
	margin-bottom: -15px;
	padding-left: 10px;
	display: inline-block;
	max-width: 100%;
	width: 37px;
}
#testimonials .testimonial-item p {
	font-style: italic;
	margin: 0 auto 15px auto;
}
 @media (min-width: 992px) {
#testimonials .testimonial-item p {
	width: 80%;
}
}
#testimonials .owl-nav, #testimonials .owl-dots {
	margin-top: 5px;
	text-align: center;
}
#testimonials .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
}
#testimonials .owl-dot.active {
	background-color: #18d26e;
}

@media only screen and (max-width: 1024px) {
#services {
	background: #fff;
	background-size: cover;
	padding: 10px 0 12px 0;
	height: 470px;
}
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
	background: #DBDBDB;/* !important;*/
}
.resp-easy-accordion h2.resp-accordion {
	display: block;
}
.resp-easy-accordion .resp-tab-content {
	border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1;/* !important;*/
}
.resp-jfit {
	width: 100%;
	margin: 0px;
}
.resp-tab-content-active {
	display: block;
}
h2.resp-accordion:first-child {
	border-top: 1px solid #c1c1c1;/* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
ul.resp-tabs-list {
	display: none;
}
h2.resp-accordion {
	display: block;
}
.resp-vtabs .resp-tab-content {
	border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: 70px;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
.resp-vtabs .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important;
}
}
@media (min-width: 481px) and (max-width: 767px) {
.pclass {
	line-height: 28px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-align: left;
	margin: 0 0 0 18px!important;
}
.paragraph-dash p {
	font-size: 15px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
	text-align: justify;
	margin-bottom: 20px;
}
.sub-heading {
	font-size: 16px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
	text-align: justify;
	margin-bottom: 10px;
	font-weight: bold;
}
.greetings {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 10px;
}
.paragraph-mid {
	font-size: 15px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
	text-align: justify;
	margin: 0 0 40px 0;
}
.pred-right {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	float: right;
	margin-right: 0px;
	font-family: 'Roboto', sans-serif;
}
.hr {
	border-top: 4px solid #27bb6e;
	margin-bottom: 20px;
}
.hr-sign {
	border-top: 4px solid #27bb6e;
	margin-bottom: 20px;
	color: #27bb6e;
}
}
@media (min-width: 385px) and (max-width: 480px) {
	.paragraph-dash p {
	font-size: 15px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
	text-align: justify;
	margin-bottom: 20px;
}
.sub-heading {
	font-size: 16px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
	text-align: justify;
	margin-bottom: 10px;
	font-weight: bold;
}
.greetings {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 10px;
}
.paragraph-mid {
	font-size: 15px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
	text-align: justify;
	margin: 0 0 40px 0;
}
.pred-right {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	float: right;
	margin-right: 0px;
	font-family: 'Roboto', sans-serif;
}
.hr {
	border-top: 4px solid #27bb6e;
	margin-bottom: 20px;
}
.hr-sign {
	border-top: 4px solid #27bb6e;
	margin-bottom: 20px;
	color: #27bb6e;
}
.btndash {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 6px 7px;
	font-size: 14px;
	line-height: 1.5;
 border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.pclass {
	line-height: 28px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	text-align: left;
	margin: 0 0 0 18px!important;
}
}
@media (min-width: 321px) and (max-width: 384px) {
.btndash {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 6px 6px;
	font-size: 13px;
	line-height: 1.5;
 border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.paragraph-dash p {
	font-size: 15px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
	text-align: justify;
	margin-bottom: 20px;
}
.sub-heading {
	font-size: 16px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
	text-align: justify;
	margin-bottom: 10px;
	font-weight: bold;
}
.greetings {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 10px;
}
.paragraph-mid {
	font-size: 15px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
	text-align: justify;
	margin: 0 0 40px 0;
}
.pred-right {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	float: right;
	margin-right: 0px;
	font-family: 'Roboto', sans-serif;
}
.hr {
	border-top: 4px solid #27bb6e;
	margin-bottom: 20px;
}
.hr-sign {
	border-top: 4px solid #27bb6e;
	margin-bottom: 20px;
	color: #27bb6e;
}
}
@media only screen and (min-width:300px) and (max-width:320px) {
.btndash {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 6px 7px;
	font-size: 12px;
	line-height: 1.5;
 border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.paragraph-dash p {
	font-size: 15px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
	text-align: justify;
	margin-bottom: 20px;
}
.sub-heading {
	font-size: 16px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
	text-align: justify;
	margin-bottom: 10px;
	font-weight: bold;
}
.greetings {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 10px;
}
.paragraph-mid {
	font-size: 15px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
	text-align: justify;
	margin: 0 0 40px 0;
}
.pred-right {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	float: right;
	margin-right: 0px;
	font-family: 'Roboto', sans-serif;
}
.hr {
	border-top: 4px solid #27bb6e;
	margin-bottom: 20px;
}
.hr-sign {
	border-top: 4px solid #27bb6e;
	margin-bottom: 20px;
	color: #27bb6e;
}
}
 @import url(https://fonts.googleapis.com/css?family=Raleway);