@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
* {
    padding: 0;
    margin: 0;
}
body {
    background-color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}
.section {
    width: 100%;
	/*background-image: url("../images/bg-desktop.jpg?version=0.3");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;*/
	background: #260356 url("../images/backgrounds/banner-bg.png") no-repeat;
	background-size: 100% auto;
	min-height: auto;
    padding-bottom: 80px;
}
.form-section {
	background: #FFF;
	height: auto;
}
.container {
    padding: 0;
}
.header-section {
	margin-bottom: 0;
	margin-top: -120px;
	-webkit-transition: all ease 1.5s;
	transition: all ease 1.5s;
	height: 90px;
}
.header-section.header-floating.floating {
	margin-top: 0;
}
.header-section .container {
	padding: 0;
	height: 100%;
}
.header-section.navbar-default {    
    background: #2b075d;
	/* background-color: transparent; */
	border-bottom: none;
}
.navbar-header {
	height: 100%;
    width: 100%;
}
.navbar-toggle {
	margin-top: 8px;
	margin-bottom: 8px;
}
.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;
}
.navbar-default .navbar-nav > li > a {
	color: #FFF;
    font-family: 'Montserrat', sans-serif;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #FFF;
    text-decoration: underline;
}
@media ( min-width: 768px ) {
	.navbar-nav > li > a {
		margin-top: 40px;
		margin-bottom: 0;
	}
	.navbar-logo img {
		/* width: 130px;
        height: 40px; */
        width: 18% !important;
	}
}
@media ( max-width: 768px ) {
	.header-section {
		height: 80px;
	}
	.header-section.navbar-default {
		/* background-image: -moz-linear-gradient( 0deg, rgb(72,198,239) 0%, rgb(111,134,214) 100%);
		background-image: -webkit-linear-gradient( 0deg, rgb(72,198,239) 0%, rgb(111,134,214) 100%);
		background-image: -ms-linear-gradient( 0deg, rgb(72,198,239) 0%, rgb(111,134,214) 100%); */
	}
	.top-image, .footer-image, .footer-links {
		display: none;
	}
	.navbar-logo img {
		/* height: 31px; */
		vertical-align: top;
		margin-top: 5px;
		/* margin-left: 21px; */
        width: 40%;
	}
	.navbar-header {
		margin: 0 !important;
	}
	.navbar-toggle {
		background: transparent;
		border: 1px solid #FFF !important;
		padding: 6px;
		border-radius: 5px;
        margin: 15px;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-collapse {
		/* background-image: -moz-linear-gradient( 0deg, rgb(199 118 255) 0%, rgb(109 53 255) 100%);
		background-image: -webkit-linear-gradient( 0deg, rgb(199 118 255) 0%, rgb(109 53 255) 100%);
		background-image: -ms-linear-gradient( 0deg, rgb(199 118 255) 0%, rgb(109 53 255) 100%); */
        background: #421089;
        /* background: #2b075d; */
	}
	.navbar-toggle .float-left {
		font-size: 14px;
		color: #FFF;
		padding: 0 10px 0 7px;
        display: none;
	}
	.navbar-toggle .float-right {
		margin: 0;
	}
	.navbar-toggle .fa-bars {
		width: 15px;
		display: block;
	}
	.navbar-default .navbar-toggle .fa-bars {
		color: #ffdaa1;
	}
	.navbar-collapse {
		width: 100%;
		margin: 0 !important;
	}
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
		border-radius: 5px;
		height: 1px;
    }
}
@media ( min-width: 992px ) {
	.desktop-fixed {
		position: relative !important;
		z-index: 9999;
	}
}
.wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.form-pad {
    margin-top: 30px;
}
.form-wrapper {
    background: transparent;
    position: relative;
    margin: 0 100px 30px;
    padding: 40px 140px;
    border-radius: 30px;
}
.form-title {
    font-size: 16px;
    line-height: 16px;
    color: #FFF;
    font-weight: 500;
    padding: 100px 30px 30px;
    text-transform: initial;
}
.form-title span {
    font-family: 'nelphim_regular';
    font-size: 68px;
    line-height: 68px;
    display: block;
    color: #FFF;
    font-weight: normal;
    text-transform: initial;
}
.form-title-alt {
    font-size: 30px;
    line-height: 30px;
}
.form-desc {
    font-size: 22px;
    line-height: 25px;
    padding: 10px 120px 20px;
    color: #FFF;
    font-weight: 400;
}
.form-desc strong {
	font-weight: 700;
	font-style: italic;
}
.form-sub-title {
    font-size: 18px;
    line-height: 24px;
    color: #fcfcfc;
    text-align: center;
    padding: 25px 120px;
}
.form-desc-alt {
    color: rgba(255, 255, 255, 0.8);
    padding-bottom: 35px;
}
.form-desc span {
    font-weight: 600;
}
.form-desc a {
    color: #ffdc97;
    text-decoration: underline;
}
.form-desc a:hover {
    color: #ffdc97;
    text-decoration: none;
}
.agenda-wrapper {
    /* position: relative;
    top: 80px; */
    padding-top: 80px;
}
.form-heading {
    font-size: 30px;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    padding-bottom: 20px;
}
.frm-desc {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000;
    padding: 0 0 25px;
}
.reg-btn-wrapper {
    max-width: 203px;
    margin: 20px auto 30px;
}
.reg-btn-wrapper a, .reg-btn-wrapper a:hover {
    font-size: 18px;
    color: #200d57;
    background-color: #f2cb90;
    width: 100%;
    line-height: 55px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    border-radius: 28px;
}
.form-list {
    list-style: none;
    margin: 0 auto 0 40px;
}
.hide {
    display: none;
}
body {
  counter-reset: section;
}
ul.form-list > li:before {
    counter-increment: section;
    content: counter(section) ". ";
    position: absolute;
    margin-left: -1.1em; 
}
.form-list li {
    padding-bottom: 10px;
}
.form-list li:last-child {
    margin-bottom: 50px;
}
.form-control, .form-control:focus {
	font-family: 'PT Serif', serif;
    background: #f8f8f8;
    border: none;
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.50) !important;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    width: 100%;
	box-shadow: none;
}
.frm-hint, .frm-hint-alt {
    font-size: 14px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.70);
    padding-top: 10px;
}
.frm-hint-alt {
    text-align: center;
}
.form-left {
    float: left;
    width: calc(50% - 5px);
    margin-right: 5px;
}
.form-mid {
    float: left;
    width: calc(25% - 10px);
    margin: 0 5px;
}
.form-right {
    float: left;
    width: calc(25% - 5px);
    margin-left: 5px;
}
.form-dob label, .location-left label {
    font-size: 16px;
    line-height: 24px;
    display: block;
    color: #000;
    font-weight: 400;
    padding-bottom: 5px;
}
.location-left {
    float: left;
    width: 100%;
}
.form-select .location-left {
	width: 100%;
}
.location-left .bootstrap-select {
	width: 100% !important;
}
.location-right {
    float: left;
    width: 30%;
    text-align: center;
    padding: 23px 0 0 10px;
}
/*.location-right a, .location-right a:hover, .location-right a:focus {
	font-size: 20px;
    line-height: 50px;
	display: block;
	background: #b5862e;
	color: #FFF;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	z-index: 9;
    text-decoration: none;
}*/
.btn-wrapper {
    padding-top: 20px;
}
.btn-wrapper a, .btn-wrapper a:hover, .btn-wrapper a:focus {
    background: transparent;
    border-radius: 42px;
    font-size: 27px;
    line-height: 72px;
    color: #FFF;
    text-align: center;
    max-width: 50%;
    margin: 0 auto;
    display: block;
    font-weight: 700;
    text-decoration: none;
	border: 2px solid #FFF;
	border-bottom: none;
	-webkit-box-shadow: 0px 6px 0px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0px 6px 0px 0px rgba(255, 255, 255, 1);
 	box-shadow: 0px 6px 0px 0px rgba(255, 255, 255, 1);
}
.btn-wrapper a img {
	width: 27px;
	height: auto;
	margin-left: 20px;
}
.successMsg, .errorMsg {
	position: absolute;
	display: none;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}
.show .dropdown-menu, .form-label {
    display: block;
}
.bootstrap-select, .bootstrap-select .dropdown-menu li.selected {
    /* background: rgba(0, 0, 0, 0.05); */
    background: transparent !important;
}
.bootstrap-select .dropdown-menu li {
    padding: 5px 10px;
}
.bootstrap-select .dropdown-menu li.selected a {
    outline: 0;
}
.form-logo {
    padding-bottom: 30px;
    text-align: center;
}
.prod-wrapper {
    margin-bottom: 60px;
}
.prod-wrapper img {
    width: 100%;
}
.mobile-show {
    display: none;
}
.radio-style label {
    margin-right: 15px;
}
.mobile-logo {
    width: 100%;
    text-align: center;
    display: block;
}
.mobile-logo img {
    height: 31px;
	width: auto;
	vertical-align: top;
	text-align: center;
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
    .form-title {
        font-size: 20px;
        line-height: 30px;
    }
    .form-list {
        padding: 0 15px;
        max-width: 80%;
    }
    .form-desc {
        padding: 40px 20px 40px;
    }
    .mobile-hide {
        display: none;
    }
    .mobile-show {
        display: block;
    }
    .form-wrapper {
        margin: 0 10px 30px;
        padding: 20px 20px;
    }
    .form-heading {
        font-size: 20px;
        line-height: 20px;
    }
    .frm-desc {
        font-size: 14pt;
        line-height: 20pt;
        padding: 0 0px !important;
        text-align: left;
    }
}
.footer {
    padding-top: 50px;
}
.footer-links li {
    list-style: none;
    display: inline-block;
    text-align: center;
    margin: 0 20px 30px;
    font-size: 12px;
}
.footer-links li a {
    color: rgba(0, 0, 0, 0.70);
    text-decoration: underline;
}
.footer-links li a:hover {
    color: rgba(0, 0, 0, 0.70);
    text-decoration: none;
}
.copyright-text {
    font-size: 12px;
    line-height: 12px;
    color: rgba(0, 0, 0, 0.50);
    padding-bottom: 30px;
    text-align: center;
}
.section-title {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}
.download-btn-wrapper {
    max-width: 332px;
    margin: 0 auto;
    padding: 22px 0 64px;
    text-align: center;
}
.social-btn-wrapper {
    max-width: 150px;
    margin: 0 auto;
    padding-bottom: 67px;
}
.social-btn-wrapper a, .social-btn-wrapper a:hover, .social-btn-wrapper a:focus {
    float: left;
    margin-right: 27px;
}
.social-btn-wrapper a:last-child {
    margin-right: 0;
}
@media screen and (max-width: 768px) {
    .footer .container {
        max-width: 100%;
    }
    .footer-links li {
        width: 100%;
    }
}
.agenda-list {
    padding: 50px 0;
    margin: 0;
    list-style: none;
}
.agenda-list li {
    display: block;
    width: 171px;
    text-align: center;
    float: left;
}
.agenda-img {
    padding-bottom: 10px;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.agenda-text {
    font-size: 13px;
    line-height: 13px;
    color: #fcfcfc;
    font-weight: 500;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin: 50px 0;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: block;
}
.form-img {
    margin-bottom: 50px;
}
.form-date {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #fcfcfc;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.our-apps-wrapper {
    text-align: center;
    max-width: 80%;
    margin: 30px auto 0;
}
.our-apps-title {
    font-size: 20px;
    line-height: 20px;
    color: #fcfcfc;
    font-weight: 500;
}
.our-apps-list {
    padding: 0;
    margin: 30px 0;
    list-style: none;
}
.our-apps-list li {
    float: left;
    width: 20%;
    text-align: center;
}
.our-apps-list li a {
    display: block;
    text-decoration: none;
}
.our-app-name {
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    color: #000;
    padding-top: 15px;
}
.our-app-desc {
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    color: #000;
    padding-top: 10px;
}
/*.form-name {
    float: left;
    width: 170px;
    margin-right: 10px;
}
.form-email {
    float: left;
    width: 320px;
}*/
.form-phone {
    float: left;
    width: 250px;
    margin-right: 10px;
}
.form-country {
    float: left;
    width: 240px;
}
.custom-combobox {
    position: relative;
    display: inline-block;
    background: #fff;
    border: none;
    border-radius: 10px;
    color: #000 !important;
    font-weight: 400;
    height: 41px;
    width: 240px;
}
.custom-combobox-input {
    color: #000 !important;
    font-weight: 400;
    height: 41px;
    padding: 0 10px;
    background: transparent;
    border: none !important;
}
.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    background: transparent;
    border: 0;
    right: 0;
}
.custom-combobox-toggle:hover, .custom-combobox-toggle:focus {
    background: transparent;
    border: 0;
}
.empty-text {
    color: #FFF;
    font-weight: 600;
}
.footer-left {
    float: left;
    width: calc(100% - 240px);
    line-height: 21px;
}
.footer-right {
    float: right;
    width: 240px;
    font-size: 12px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.70);
}
.footer-right a {
    margin: 0 10px;
}
@media ( max-width: 768px ) {
    body {
        background-position: center 52px;
    }
	.form-title {
		padding: 30px;
	}
    .form-title span {
        font-size: 35px;
        line-height: 35px;
    }
	.form-desc {
		font-size: 17px;
		line-height: 20px;
	}
    .form-group {
        max-width: 100%;
        margin: 0 auto 15px;
    }
    .form-control {
        float: none !important;
        width: 100%;
    }
    .form-name, .form-phone {
        margin-bottom: 15px;
    }
    .agenda-list li {
        width: 100%;
    }
    .header-section .container {
        width: 100%;
    }
    .section {
        background: #260356 url("../images/backgrounds/banner-mob-bg.png") no-repeat;
		background-size: 100% auto;
		/* min-height: 90vh; */
    }
	.form-section {
		background: #FFF;
		height: auto;
	}
    .agenda-wrapper {
        /* top: 120px; */
        padding-top: 120px;
    }
    .our-apps-list {
        margin: 0px 0;
    }
    .footer-links li {
        width: 50%;
        float: left;
        margin: 0px !important;
    }
    .our-apps-list li {
        float: none;
        width: 100%;
        border-bottom: 1px solid rgb(227 223 223 / 50%);
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .our-apps-list li:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .our-app-img {
        float: left;
        width: 25%;
    }
    .our-app-img img {
        width: 100%;
    }
    .our-apps-desc-wrapper {
        float: left;
        width: 75%;
        text-align: left;
        padding-left: 20px;
    }
    .custom-combobox {
        width: 100%;
    }
    .form-date {
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0;
    }
    .footer-image, .footer-links {
		display: block;
        padding-left: 0px;
        margin-bottom: 20px;
	}
    .footer-left {
        display: block;
        width: 100%;
    }
    .footer-right {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .form-sub-title {
        padding: 25px 20px;
    }
    .footer-links li:first-child {
		text-align: right;
		padding-right: 15px;
	}
	.footer-links li:last-child{
		text-align: left;
		padding-left: 15px;
	}
}
.form-group {
    position: relative;
}
.search-results {
    position: absolute;
    z-index: 99;
    background: #fff;
    border-radius: 0 0 15px 15px;
    max-height: 150px;
    overflow: scroll;
    width: 100%;
}
.location-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.location-list li {
    line-height: 20px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}
.location-list li a, .location-list li a:hover {
    color: #000;
    display: block;
    padding: 10px;
    text-decoration: none;
}
.modal-backdrop.in {
    opacity: 0.9;
}
.modal-backdrop {
    background: #FFF;
    z-index: 9999;
}
.modal-content {
    border: 1px solid #8A3CF7;
    box-shadow: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.modal-header {
    border-bottom: 1px solid #e1e1e1;
}
h5.modal-title {
    font-size: 18px;
    line-height: 18px;
    color: #8A3CF7;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0;
}
.popup-desc {
    font-size: 14pt;
    line-height: 14pt;
    color: #000;
    text-align: center;
    padding-bottom: 25px;
}
.submit-btn, .submit-btn:focus, .cancel-btn {
	font-size: 18px;
	line-height: 40px;
	display: inline-block;
    background-image: -moz-linear-gradient( 0deg, #d17dff 0%, #6831ff 100%);
	background-image: -webkit-linear-gradient( 0deg, #d17dff 0%, #6831ff 100%);
	background-image: -ms-linear-gradient( 0deg, #d17dff 0%, #6831ff 100%);    
	color: #FFF;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	z-index: 9;
    padding: 0 25px;
}
.submit-btn {
    margin-right: 20px;
}
.submit-btn:hover {
    /* background: #8A3CF7; */
    color: #FFF;
}
.cancel-btn, .cancel-btn:focus {
    background: rgb(204 204 204 / 30%);
    /* background: #e1e1e1; */
	color: #8A3CF7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.cancel-btn:hover {
    background: #c8c8c8;
	color: #8A3CF7;
}
.modal {
    z-index: 99999;
}
#confirmPopup .modal-dialog {
    width: 600px;
}
#confirmPopup .modal-content {
	width: 100%;
}
#confirmPopup .successMsg, #confirmPopup .errorMsg {
    top: 0;
    max-width: none;
}
#confirmPopup .form-pad {
	padding: 30px 0;
}
.popup-pad {
    padding-bottom: 18px;
}
.popup-left, .popup-right {
    font-size: 12pt;
    line-height: 15pt;
    float: left;
    width: 50%;
    color: #000;
}
.popup-right {
    color: #666565;
}
.confirm-results {
    padding-bottom: 15px;
}
.confirm-btn-wrapper {
    text-align: center;
}
.time-left {
    float: left;
    width: calc(25% - 5px);
    margin-right: 5px;
}
.time-mid {
    float: left;
    width: calc(25% - 10px);
    margin: 0 5px;
}
.time-right {
    float: left;
    width: calc(25% - 5px);
    margin-left: 5px;
}
.btn.dropdown-toggle.btn-default {
	background: #f8f8f8;
    line-height: 50px;
    padding: 0 12px;
    border: 0;
}
.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));
}
.sent-img {
    text-align: center;
}
.no-form-text {
	color: #000;
	padding: 30px 0;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
}
.no-form-sub-text {
    color: #000;
	padding-bottom: 30px;
	text-align: center;
	font-size: 15px;
	line-height: 18px;
    font-weight: 300;
}
@media ( max-width: 768px ) {
    #confirmPopup .modal-dialog {
        width: 90%;
        margin: 0 auto;
    }
    .popup-left {
        width: 30%;
    }
    .popup-right {
        width: 70%;
    }
    .no-form-text {
        padding: 30px 60px;
        font-size: 13pt;
        line-height: 16pt;
    }
    .no-form-sub-text {
        font-size: 12pt;
        line-height: 16pt;
        padding-bottom: 30px;
    }
}
.content-title {
    font-size: 34px;
    line-height: 41px;
    color: #000;
    padding: 30px 150px;
	text-align: center;
}
.content-title div {
    /* background-image: -moz-linear-gradient( 0deg, #7c8aff 0%, #6e31ea 100%);
    background-image: -webkit-linear-gradient( 0deg, #7c8aff 0%, #6e31ea 100%);
    background-image: -ms-linear-gradient( 0deg, #7c8aff 0%, #6e31ea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block; */
}
.search-btn {
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    background-image: -moz-linear-gradient( 0deg, rgb(72,198,239) 0%, rgb(111,134,214) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(72,198,239) 0%, rgb(111,134,214) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(72,198,239) 0%, rgb(111,134,214) 100%);
    padding: 2px;
    border-radius: 5px;
}
.search-btn div {
    background: #FFF;
    border-radius: 5px;
    height: 46px;
}
.search-btn a {
    background-image: -moz-linear-gradient( 0deg, rgb(72,198,239) 0%, rgb(111,134,214) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(72,198,239) 0%, rgb(111,134,214) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(72,198,239) 0%, rgb(111,134,214) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    line-height: 46px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
	text-decoration: none;
}
.btn-wrapper-submit {
    padding-top: 60px;
}
.btn-wrapper-submit a, .btn-wrapper-submit a:hover, .btn-wrapper-submit a:focus {    
    /* background-image: -moz-linear-gradient( 0deg, rgb(72,198,239) 0%, rgb(111,134,214) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(72,198,239) 0%, rgb(111,134,214) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(72,198,239) 0%, rgb(111,134,214) 100%); */
    background: #d17dff;
	background: -moz-linear-gradient(left,  #d17dff 0%, #6831ff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d17dff), color-stop(100%,#6831ff));
	background: -webkit-linear-gradient(left,  #d17dff 0%,#6831ff 100%);
	background: -o-linear-gradient(left,  #d17dff 0%,#6831ff 100%);
	background: -ms-linear-gradient(left,  #d17dff 0%,#6831ff 100%);
	background: linear-gradient(to right,  #d17dff 0%,#6831ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d17dff', endColorstr='#6831ff',GradientType=1 );
    font-family: "Inter", system-ui;
    border-radius: 10px;
    font-size: 20px;
    line-height: 59px;
    color: #FFF;
    text-align: center;
    width: 300px;
    margin: 0 auto;
    display: block;
    font-weight: 600;
    text-decoration: none;
}
.btn-wrapper-submit a img {
    width: 18px;
    height: auto;
	margin-left: 10px;
}
@media ( max-width: 768px ) {
	.btn-wrapper a, .btn-wrapper a:hover, .btn-wrapper a:focus {
		border-radius: 42px;
		font-size: 17px;
		line-height: 52px;
		max-width: 80%;
		border: 2px solid #FFF;
		border-bottom: none;
		-webkit-box-shadow: 0px 4px 0px 0px rgba(255, 255, 255, 1);
		-moz-box-shadow: 0px 4px 0px 0px rgba(255, 255, 255, 1);
		box-shadow: 0px 4px 0px 0px rgba(255, 255, 255, 1);
	}
	.btn-wrapper a img, .btn-wrapper-submit a img {
		width: 20px;
	}
	.content-title {
		font-size: 35px;
        line-height: 40px;
	}
	.search-btn a {
		font-size: 17px;
	}
	
}
.report-page .header-section.navbar-default {
	/* background-image: -moz-linear-gradient( 0deg, rgb(72,198,239) 0%, rgb(111,134,214) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(72,198,239) 0%, rgb(111,134,214) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(72,198,239) 0%, rgb(111,134,214) 100%); */
    /* background-image: -moz-linear-gradient( 0deg, rgb(199 118 255) 0%, rgb(109 53 255) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(199 118 255) 0%, rgb(109 53 255) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(199 118 255) 0%, rgb(109 53 255) 100%); */
    background: #421089;
    /* background: #2b075d; */
}
.report-page .navbar-logo img {
	vertical-align: middle;
}
/* .report-page .navbar-nav > li > a {
	margin-top: 27px;
} */
.info-wrapper {
	background-image: -moz-linear-gradient( 0deg, rgba(124,138,255, 0.16) 0%, rgba(110,49,234, 0.16) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgba(124,138,255, 0.16) 0%, rgba(110,49,234, 0.16) 100%);
	background-image: -ms-linear-gradient( 0deg, rgba(124,138,255, 0.16) 0%, rgba(110,49,234, 0.16) 100%);
	border-top: 2px solid #FFF;
	padding: 20px 0;
}
.info-text {
	font-size: 20px;
	line-height: 27px;
	font-weight: 400;
	color: #fff;
}
.info-text span {
	font-weight: 700;
}
.report-title {    
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
    padding: 40px 0;
    text-align: center;
}
.report-desc, .report-desc-alt {
	font-size: 24px;
	line-height: 32px;
	color: #000;
	font-weight: 400;
}
.report-desc-alt {
	font-weight: 700;
	padding: 40px 0;
}
.report-desc a {
	color: #000;
	text-decoration: underline;
}
.report-desc a:hover, .report-desc a:focus {
	color: #000;
	text-decoration: none;
}
.dates-wrapper {
	float: left;
	width: 45%;
	margin: 40px 0 0;
}
.dates-wrapper:first-child {
	margin-right: 5%;
}
.dates-wrapper:last-child {
	margin-left: 5%;
}
.dates-wrapper table td {
	border: 1px solid rgba(0, 0, 0, 0.7);
	padding: 10px 0;
}
.dates-title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
}
.dates-text {
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
}
@media ( max-width: 768px ) {
	.info-wrapper {
		margin-top: 52px;
	}
	.report-page .btn-wrapper-submit a, .report-page .btn-wrapper-submit a:hover, .report-page .btn-wrapper-submit a:focus {
		max-width: 70%;
	}
	.dates-wrapper {
		float: none;
		width: 90%;
		margin: 30px auto 0;
	}
	.dates-title {
		font-size: 20px;
		line-height: 28px;
	}
	.dates-text {
		font-size: 15px;
		line-height: 23px;
	}
	.container {
		padding: 0 15px;
	}
}
.more-reports {
    margin: 30px 0;
}
.more-reports a, .more-reports a:hover, .more-reports a:focus {
    background-image: -webkit-linear-gradient( 0deg, rgb(72,198,239) 0%, rgb(111,134,214) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(72,198,239) 0%, rgb(111,134,214) 100%);
    border-radius: 42px;
    font-size: 27px;
    line-height: 72px;
    color: #FFF;
    text-align: center;
    max-width: 50%;
    margin: 0 auto;
    display: block;
    font-weight: 700;
    text-decoration: none;
}
@media ( max-width: 768px ) {
	#confirmPopup .modal-dialog {
		width: auto;
		margin: 0 20px;
	}
	.popup-left, .popup-right {
		float: left;		
		line-height: 20pt;
        font-size: 13pt;
	}
}
.interest-title {    
    color: #000;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    padding-bottom: 45px;
}
.slider-img img {
    width: 100% !important;
}
.slider-title {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    /* font-weight: bold; */
    font-weight: 400;
}
.slider-img {
    margin-bottom: 10px;
}
.report-page .interest-title {
    padding-top: 50px;
}
.chart-wrapper {
	padding: 0;
}
.chart-left, .chart-right {
	float: left;
	width: 48%;
}
.chart-right {
	float: right;
}
.north-chart-svg, .south-chart-svg {
	width: 100%;
	margin: 0 auto;
	position: relative;
	/* background-image: -webkit-linear-gradient( 0deg, rgb(250, 250, 250) 0%, rgb(253, 253, 253) 100%); */
    border: 1px solid rgb(100 153 221);
}
.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;
    overflow: visible !important;
}
.north-chart-svg text, .south-chart-svg text {
	font-size: 3.5px;
	fill: rgb(0, 0, 0)
}
.north-chart-svg text.house-number, .south-chart-svg text.house-number {
	fill: rgb(110, 34, 214)
}
.chart-left .interest-title, .chart-right .interest-title {
	font-size: 20px;
    line-height: 20px;
	padding: 0 0 15px;
}
.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: 50px 0 0;
}
.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: 'nelphim_regular';
	font-size: 30px;
	line-height: 30px;
	color: #ff7540;
	padding-bottom: 10px;
}
.discount-desc {
	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;
}
.reports-table th, .reports-table td, .reports-table-alt th, .reports-table-alt td {
	font-family: 'nelphim_regular';
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-weight: normal;
	padding-left: 8px;
}
.reports-table td, .reports-table-alt td {
	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: 'nelphim_regular';
} */
.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: 'nelphim_regular';
	font-size: 18px;
	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: 'nelphim_regular';
}
.ascendant-text {
	font-family: 'nelphim_regular';
	color: #cda32f;
}
.moon-text {
	font-family: 'nelphim_regular';
	color: #37acff;
}
.jupiter-text {
	font-family: 'nelphim_regular';
	color: #ffb400;
}
.rahu-text {
	font-family: 'nelphim_regular';
	color: #824add;
}
.ketu-text {
	font-family: 'nelphim_regular';
	color: #ce5ace;
}
.venus-text {
	font-family: 'nelphim_regular';
	color: #ff4172;
}
.mercury-text {
	font-family: 'nelphim_regular';
	color: #58b34e;
}
.mars-text {
	font-family: 'nelphim_regular';
	color: #ec4444;
}
.sun-text {
	font-family: 'nelphim_regular';
	color: #ff7521;
}
.saturn-text {
	font-family: 'nelphim_regular';
	color: #5159ce;
}
.atmakaraka-left {
	width: 100%;
    text-align: center;
}
.genesha-temple {
	padding: 20px 43px 0;
	font-family: 'nelphim_regular';
	font-size: 28px;
	color: #000;
}
.genesha-temple {
	font-size: 18px;
	padding: 20px 0;
}
.atmakaraka-soul span, .genesha-temple span {
	font-size: 28px;
	line-height: 28px;
}
.atmakaraka-left .reports-desc {
	padding-top: 20px;
}
.atmakaraka-right {
	width: 100%;
    text-align: center;
}
.atmakaraka-img {
	/* background: #dcdcdc;
	width: 150px;
	height: 150px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; */
}
.atmakaraka-img img {
	width: 150px;
	height: 150px;
}
#nakshatra-ganesha .atmakaraka-left {
	width: 100%;
    text-align: center;
}
#nakshatra-ganesha .atmakaraka-right {
	margin-right: 20px;
    padding: 20px 0;
}
#nakshatra-ganesha .reports-title, #nakshatra-ganesha .reports-desc {
	padding-left: 0;
}
#nakshatra-ganesha .reports-desc {
	text-align: center;
}
.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;
	padding: 20px 0;
}
.trimurthi-box.selected, .motive-box.selected, .doshas-box.selected {
	background: rgba(72, 198, 239, 0.2);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.trimurthi-img {
	width: 101px;
	height: 100px;
	margin: auto;
}
.trimurthi-img img {
    width: 101px;
    height: 100px;
}
.trimurthi-title {
	font-family: 'nelphim_regular';
	font-size: 24px;
	line-height: 24px;
	padding: 20px 0 10px;
	color: #000;
	font-weight: bold;
}
.trimurthi-percentage {
	font-family: 'nelphim_regular';
	font-size: 30px;
	line-height: 30px;
	color: #000;
	padding-bottom: 20px;
}
.trimurthi-desc {
	font-size: 16px;
	line-height: 24px;
	color: #6f6f6f;
	padding: 0 30px;
}
.motive-box {
	float: left;
	width: 25%;
	padding: 20px 0;
}
.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;	
}
.close {
    font-size: 30px;
    position: absolute !important;
    top: 10px !important;
    right: 15px !important;
}
@media ( max-width: 768px ) {
    .chart-left, .chart-right {
        float: left;
        width: 100%;        
    }
    .report-page .form-section .container {
        padding: 0 15px !important;
    }
	.discount-left {
        margin: 0 0 0 15px;
        width: 45px;
    }
    .discount-right {
        margin-left: 75px;
    }
    .discount-left img {
        max-width: 100%;
    }
    .discount-desc {
        font-size: 12px;
        line-height: 15px;
        padding-right: 10px;
    }
    #nakshatra-ganesha .report-inner-title, .report-content .report-inner-title {
        padding: 30px 0 ! important;
    }
    /* .report-page .form-section .interest-title {
        padding-top: 50px !important;
    padding-bottom: 50px !important;
    } */
	.tri-pad {
		margin: 0;
	}
}
.vimshottari-wrapper .mahadasha-wrapper {
	margin: 30px 0;
}
.big-btn, .order-now {
	text-align: center;
}
.big-btn a, .big-btn a:hover, .big-btn a:focus, .order-now a, .order-now a:hover, .order-now a:focus {
	width: auto;
	display: inline-block;
	padding: 0 30px;
}
#nakshatra-ganesha .atmakaraka-img img {
	width: 250px;
	height: 250px;
	border-radius: 0;
}
.desc-pad {
	padding: 30px 0;
}
.sp-list, .tri-list {
	padding: 0;
	margin: 0;
}
.sp-list li, .tri-list li {
	padding: 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.sp-list li:last-child, .tri-list li:last-child {
	border-bottom: none;
}
.shop-pad {
	padding: 30px 0 0;
}
.banner-title {
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    padding: 30px 0 50px;
	font-weight: 400;
	text-align: center;
}
.banner-title div {
	background-image: -moz-linear-gradient( 0deg, #ffc3ff 0%, #9a84ff 100%);
	background-image: -webkit-linear-gradient( 0deg, #ffc3ff 0%, #9a84ff 100%);
	background-image: -ms-linear-gradient( 0deg, #ffc3ff 0%, #9a84ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: block; 
}
.new-btn-wrapper a, .new-btn-wrapper a:hover {
	background: #d17dff;
	background: -moz-linear-gradient(left,  #d17dff 0%, #6831ff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d17dff), color-stop(100%,#6831ff));
	background: -webkit-linear-gradient(left,  #d17dff 0%,#6831ff 100%);
	background: -o-linear-gradient(left,  #d17dff 0%,#6831ff 100%);
	background: -ms-linear-gradient(left,  #d17dff 0%,#6831ff 100%);
	background: linear-gradient(to right,  #d17dff 0%,#6831ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d17dff', endColorstr='#6831ff',GradientType=1 );
	font-family: "Inter", system-ui;
    font-size: 16px;
    color: #FFF;
    width: 70%;
    line-height: 60px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    border-radius: 35px;
	margin: 0 auto;
}
.new-btn-wrapper a img {
	width: 27px;
}
.banner-desc {
	font-size: 18px;
	line-height: 22px;
	color: #FFF;
	font-weight: 300;
	text-align: center;
	padding: 50px 25px;
}
.banner-box {
	background: rgba(0, 0, 0, 0.20);
}
.banner-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.banner-list li {
	float: left;
	width: 33.33%;
	text-align: center;
	color: #fff;
}
.bl-title {
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #FFF;
	font-weight: 400;
}
.bl-title span {
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.50);
}
.banner-list li.full-width {
	width: 100%;
	text-align: left;
	padding: 30px 0;
}
.full-width .bl-img {
	float: left;
	width: 20%;
	text-align: right;
	margin-right: 5%;
}
.full-width .bl-det {
	float: left;
	width: 75%;
}
@media ( max-width: 768px ) {
	.banner-title {
		font-size: 26pt;
		line-height: 28pt;
        text-align: left;
        padding: 20px;
        padding-top: 0px;
        font-weight: 600;
	}
	.banner-box {
		width: 96%;
		margin: 0 auto 50px;
	}
	.bl-img {
		padding-top: 30px;
		height: 105px;
	}
	.bl-img img {
		width: 33px;
		height: auto;
	}
	.full-width .bl-img {
		padding-top: 0;
		height: auto;
	}
	.full-width .bl-title:last-child {
		padding-top: 5px;
	}
	.shop-pad img {
		width: 100%;
		height: auto;
	}
	.sp-list, .tri-list {
		max-width: 90%;
		margin: 0 auto;
	}
	.big-btn a {
		max-width: 100% !important;
		line-height: 25px;
    	padding: 10px 30px;
	}
}
.form-time .birth-right:first-child {
	margin-left: 0;
}
.form-textbox .btn.dropdown-toggle.btn-default {
	background: none;
}
.banner-left {
	float: left;
	width: 60%;
}
.banner-left .banner-title {
	text-align: left;
	padding-bottom: 30px;
}
.banner-left .banner-desc {
	text-align: left;
	padding: 0 0 30px;
}
.banner-right {
	float: left;
	width: 40%;
}
.banner-right .new-btn-wrapper a, .banner-right .new-btn-wrapper a:hover {
	width: 85%;
	margin-top: 140px;
}
.bb-left {
	float: left;
	width: 60%;
}
.bb-right {
	float: left;
	width: 40%;
}
.bb-left .banner-list li {
	width: 25%;
	padding-top: 50px
}
.bb-left .banner-list li.full-width {
	width: 70%;
	padding-top: 50px
}
.bb-right .banner-list li {
	width: 50%;
	padding-top: 50px;
	padding-left: 50px;
}
.bb-left .bl-img, .bb-right .bl-img {
	padding-top: 20px;
	height: 65px;
}
.bb-left .bl-img img, .bb-right .bl-img img {
	width: 35px;
}
.bb-left .bl-title {
	padding: 0 10px;
}
.banner-btn {
	max-width: 50%;
	margin: 0 auto;
}
.fixed-header {
  /* background: rgba(38, 3, 86, 0.9) !important; */
  background: #2b075d;
}