.new-report-page .report-title {
    font-family: "Inter", system-ui;    
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
}
.new-report-page .report-sub-title {
    font-family: "Inter", system-ui;
    font-size: 18px;    
    font-weight: 400;
    font-style: normal;
    color: #000;
    text-align: center;
    padding: 0 0 10px 0;
}
.new-report-page .report-sub-head-desc {
    font-family: "Inter", system-ui;
    font-size: 12px;    
    font-weight: 300;
    font-style: normal;
    color: #000;
    text-align: center;
}
.new-report-page .report-name {
    font-family: "Inter", system-ui;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    padding: 40px 0;
    text-align: center;
}
.birth-chart-grid {
    width: 80%;    
    margin: 0 auto;
    padding: 0 5px;
}
.birth-chart-grid-item {    
    background: #f7f4ff;    
    padding: 20px 0;
    border-radius: 15px;
}
.birth-chart-grid-left {
    float: left;
    width: 95px;
    margin: 0 0 0 50px;
}
.birth-chart-grid-right {
    margin-left: 120px;
    position: relative;
    /* width: 100%; */
}
.birth-chart-grid img {
    max-width: none;
}
.birth-chart-grid-right .birth-chart-text {
    font-family: "Inter", system-ui;
    font-size: 30px;
    font-weight: 400;
    color: #000;
    font-style: normal;    
    text-align: left;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.report-grid {
    width: 100%;
    margin: 0 auto;
    /* padding: 10px 0; */
}
.report-grid .report-grid-item{
    width: 20%;
    float: left;  
    padding: 5px;    
}
.item-div {
    background: #FEF9F2;
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
    border-radius: 15px;
    text-align: left;
    padding: 30px 20px 20px 20px;  
}
.first-row .report-grid-item .item-div .grid-title {
    min-height: 160px;
}
.second-row .report-grid-item .item-div .grid-title {
    min-height: 110px;
}
.third-row .report-grid-item .item-div .grid-title {
    min-height: 110px;
}
.item-div .grid-img {
    /* min-height: 70px; */
    height: 70px;
}
.item6 .grid-img img {
    width: 50%;
}
.item0 {
    background: #f7f4ff;
}
.item1 {
    background: #FEF9F2;
}
.item2 {
    background: #F8FBFF;
}
.item3 {
    background: #F3F8FF;
}
.item4 {
    background: #F6F7FF;
}
.item5 {
    background: #FAF4F6;
}
.item6 {
    background: #FBFCF1;
}
.item7 {
    background: #FDF7FF;
}
.item8 {
    background: #FFFCE9;
}
.item9 {
    background: #EBFAF3;
}
/* .mahadasha {
    background: #FEF9F2;
}
.planet-details {
    background: #F8FBFF;
}
.house-details {
    background: #F3F8FF;
}
.nakshatra-insights {
    background: #F6F7FF;
}
.atmakaraka {
    background: #FAF4F6;
}
.nakshatra-ganesha {
    background: #FBFCF1;
}
.energy {
    background: #FDF7FF;
}
.life-goal {
    background: #FFFCE9;
}
.ayurvedic {
    background: #EBFAF3;
} */
.grid-title {
    font-family: "Inter", system-ui;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    color: #000;
    text-align: left;
    padding: 20px 0;
}
.grid-title span {
    font-weight: 300;
}
@media ( max-width: 767px ) {
    .reports-desc {
        font-size: 13pt !important;
	    line-height: 24pt !important;
        padding: 0 10px !important;
    }
    .new-report-page .report-title {
        font-size: 20pt;
        padding-top: 0;
        padding-bottom: 30px;
    }
    .new-report-page .report-sub-title {
        font-size: 11pt;    
        line-height: 20px;
        padding: 0px 30px 10px;
    }
    .new-report-page .report-sub-head-desc {
        font-size: 11pt;    
        line-height: 20px;
        font-weight: 300;
        padding: 0px 30px 10px;
    }
    .new-report-page .report-name {
        font-size: 14pt;
        font-weight: 500;
        padding-top: 20px;
    }
    .report-grid .report-grid-item {
        width: 33.33%;
        padding: 2px;
    }
    .report-grid-item .item-div {
        border-radius: 10px;        
        padding: 20px 0 20px 15px;
    }
    .birth-chart-grid {
        width: 100%;
        padding: 0px;
    }
    .birth-chart-grid-left {
        margin: 0 0 0 20px;
    }
    .birth-chart-grid img {
        width: 35px;
    }
    .birth-chart-grid-right{
        margin-left: 90px;   
    }
    .birth-chart-grid-right .birth-chart-text {
        font-size: 16pt;
    }
    #chartSvg tspan, #chartSvgAlt tspan {
        font-size: 3.5px;
        line-height: 40px;
        font-weight: 400;
    }
    .report-grid {
        width: 100%;
        padding: 5px 0;
    }  
    .grid-img img {
        width: 50px;
    }
    .first-row .report-grid-item .item-div .grid-title {
        min-height: 35px;
    }
    .grid-title {
        font-size: 12pt;
        line-height: 14pt;
        font-weight: 400;
        padding: 0px;
    }  
    .second-row .report-grid-item .item-div .grid-title {
        min-height: 55px;
    }
    /* .item6 .grid-img img {
        width: 50px;
    } */
    /* .item9 .grid-img img {
        width: 45px;
    } */
    .third-row .report-grid-item .item-div .grid-title {
        min-height: 95px;
    }
    .report-birth-chart-wrapper div:first-child {
        padding-top: 10px;
    }
}
.report-sign-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    padding-top: 30px ! important;
}
.sign-grid-item {
    border-radius: 20px;
    margin: 20px 0;
}
.sign-grid-item .sign-wrapper {
    padding: 20px 0px;
}
.sign-title {
    font-family: "Inter", system-ui;
    font-size: 24px;    
    font-weight: 400;
    font-style: normal;
    color: #000;
    text-align: center;
    padding-bottom: 30px;
}
.sign-desc {
    font-family: "Inter", system-ui;
    font-size: 16px;    
    font-weight: 300;
    font-style: normal;
    color: #000;
    text-align: center;
    padding-bottom: 30px;
}
.sign-desc .read-more {
    color: #000;
    font-weight: 500;
    padding: 0px ! important;
}
@media ( max-width: 767px ) {
    .mahadasha-table-wrapper tr th:first-child {
        border-left:none;
    }
    .mahadasha-table-wrapper tr th:last-child {
        border-right:none;
    }
    .mahadasha-table-wrapper tr td:first-child {
        border-left:none;
    }
    .mahadasha-table-wrapper tr td:last-child {
        border-right:none;
    }
    .sign-title {
        font-size: 20pt;
		padding: 0 58px 30px;
    	line-height: 26pt;
    }
    .sign-desc {
        font-size: 14pt;
        padding-bottom: 0px;
    }    
    .sign-desc .read-more {
        color: #000;
        font-weight: 500;
        padding: 0px ! important;
    }
    .toppad20 {
        padding-top:50px !important;
    }
}
.sign-grid-item {
	padding: 10px 0;
	margin: 10px;
}
.moon-sign {
	background: #EBE8FF;
}
.sun-sign {
	background: #FFF5E5;
}
.rising-sign {
	background: #F0FAE9;
}    
.janma-sign {
	background: #FFFDE6;
} 
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{ 
    /* background-color: #428bca !important; */
    color:#262626 !important;
    background: rgb(204 204 204 / 50%) !important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background: rgba(204, 204, 204, 0.5) !important;
}
.birth-wrapper {
    text-align: center;
}
.birth-chart-img {
    margin-top: 20px;
    text-align: center;
}
.birth-chart-desc {
    font-family: "Inter", system-ui;
    font-size: 15px;    
    font-weight: 300;
    font-style: normal;
    color: #000;
    text-align: center;
    padding-bottom: 30px;
    width: 80%;
    margin: 0 auto;
}
.birth-chart-desc a {
    color: #8A3CF7;
}
.new-report-page .btn-wrapper-submit {
    padding-top: 50px;
}
.new-report-page .btn-wrapper-submit a, .new-report-page .btn-wrapper-submit a:hover, .new-report-page .btn-wrapper-submit a:focus {
    font-family: "Inter", system-ui;
    background: #8A3CF7;
    border-radius: 15px;
    font-size: 20px;
    line-height: 59px;
    color: #FFF;
    text-align: center;
    width: 450px;
    max-width: 450px;
    margin: 0 auto;
    display: block;
    font-weight: 600;
    text-decoration: none;
}
.new-report-page .btn-wrapper-submit a img {
    width: 18px;
    height: auto;
	margin-left: 10px;
}
.birth-chart-wrapper {
    padding-top: 50px;
}
.birth-chart-title {
    font-family: "Inter", system-ui;
    font-size: 24px;    
    font-weight: 400;
    font-style: normal;
    color: #000;
    text-align: center;
    padding-bottom: 30px;
}
.birth-chart-desc {
    font-family: "Inter", system-ui;
    font-size: 16px;    
    font-weight: 300;
    font-style: normal;
    color: #000;
    text-align: center;
    padding-bottom: 30px;
    width: 80%;
    margin: 0 auto;
}
.birth-chart-wrapper .chart-wrapper {
    padding: 40px;
}
.birth-chart-wrapper .chart-wrapper .chart-left, .birth-chart-wrapper .chart-wrapper .chart-right {
    background: #FFFDE6;
    padding: 5px;
}
.new-report-page .south-chart-svg {
    border: 2px solid rgb(138 60 247);
}
.new-report-page .north-chart-svg text, .new-report-page .south-chart-svg text {
    font-family: "Inter", system-ui;
    font-size: 3.5px;    
    font-weight: 400;
    font-style: normal;
    color: #000;
}
.birth-bottom-desc {
    font-size: 18px !important;
    line-height: 24px !important;
    padding-bottom: 0px;
}
@media ( max-width: 768px ) {
    .birth-chart-img img {
        width: 100%;
    }
    .birth-chart-desc {
        width: 100%;
    }
	.btn-wrapper a, .btn-wrapper a:hover, .btn-wrapper a:focus {
        font-family: "Inter", system-ui;
		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, .new-report-page .btn-wrapper-submit a img {
		width: 20px;
	}	
	.new-report-page .read-more a, .new-report-page .read-more a:hover {
        max-width: 400px;
        position: relative;
    }
    .new-report-page .btn-wrapper-submit a, .new-report-page .btn-wrapper-submit a:hover, .new-report-page .btn-wrapper-submit a:focus {
        font-family: "Inter", system-ui;
        max-width: 80% !important;
        font-size: 16px;
        line-height: 18px;
        padding: 20px;
    }
    .birth-chart-wrapper {
        padding-top: 40px;
    }
    .birth-chart-wrapper .chart-wrapper {
        padding: 10px;        
    }
    .birth-chart-wrapper .chart-wrapper .chart-left, .birth-chart-wrapper .chart-wrapper .chart-right {
        margin: 10px 0;
        padding: 10px;
    }
    .birth-chart-title {
        padding: 0 10px 20px 10px;
        font-size: 20pt;
        line-height: 28pt;
    }
    .birth-bottom-desc {
        padding-bottom: 20px;
    }
}
/* Dasha */
.report-dasha-wrapper {
    padding-top: 50px;
}    
.dasha-img {
    text-align: center;
}
/* .dasha-img img {
    width: 60px;
} */
.dasha-title {
    font-family: "Inter", system-ui;
    font-size: 24px;    
    font-weight: 400;
    font-style: normal;
    color: #000;
    text-align: center;
    padding: 40px 0;    
}
.dasha-desc {
    font-family: "Inter", system-ui;
    font-size: 16px;    
    font-weight: 300;
    font-style: normal;
    color: #000;
    text-align: center;
    padding-bottom: 30px;
    width: 80%;
    margin: 0 auto;
}
.mahadasha-table-wrapper {
    width: 80%;
    margin: 0 auto;  
    margin-top: 30px; 
}
.reports-table {
    border-collapse: collapse;
}
.reports-table td, .reports-table-alt td {
    font-family: "Inter", system-ui;
    /* border-right: 1px solid #ccc; */
    background: #FFFFFF !important;
    border: 2px solid #ccc;
}
.reports-table th, .reports-table td, .reports-table-alt th, .reports-table-alt td {
    font-size: 15px;
    font-weight: 300;
    font-family: "Inter", system-ui;
    background: #F9F5FF;
    border: 2px solid #ccc;
}
.reports-table th {
    font-size: 15px;
    font-weight: 400;
    line-height: 40px;
}
.week-planet-wrapper {
    padding-top: 40px;
}
@media ( max-width: 768px ) {
    .dasha-desc {
        width: 100%;
    }
    .mahadasha-table-wrapper {
        width: 100%;
        overflow-x: scroll;
    }
    .reports-table th, .reports-table td, .reports-table-alt th, .reports-table-alt td {
        font-size: 13pt;
        line-height: 19pt;
        border: 1px solid rgba(0, 0, 0, 0.20);
    }
    .dasha-title {        
        font-size: 22pt;
        line-height: 28pt;
        padding: 20px 20px;
    }
    .week-planet-wrapper {
        padding-top: 40px;
    }
}
.dasha-bottom-desc {
    margin-top: 40px;
    padding-bottom: 0px;
}
svg.north-chart-svg {
    background: url("../images/vector/north-chart.png") no-repeat;
    background-size: 100% auto;
    border: 0;
}
.report-line-wrapper {
    padding: 40px 0;
    width: 50%;
    margin: 0 auto;
}
.report-line-wrapper hr {
    border-style: dashed;
    border-spacing: initial;
    border-top: 2px dashed #eee;
}
/* Planet Details */
.planet-details-title {
    font-family: "Inter", system-ui;
    font-size: 34px;
    line-height: 41px;
    font-weight: 400;  
    color: #000;
    padding: 30px 150px;
    text-align: center;
}
.planet-table-wrapper {
    width: 70%;
    margin: 0 auto;
}
.table-planet {
    width: 10%;
    float: left;
    text-align: center;
}
.table-planet img {
    width: 20px;
}
.planet-desc {
    float: left;
    width: 90%;
}
.planets-table td span {
    font-weight: 400;
}
.planets-table th, .planets-table td {
    font-family: "Inter", system-ui;
    font-weight: 300;    
    background: #FFFFFF;
    border: 1px solid #ccc;
    padding: 10px 15px;
}
.powerfull-wrapper {
    margin-top: 50px;
}
.powerfull-table-wrapper {
    width: 50%;
    margin: 0 auto;
}
.karakas-table-wrapper {
    width: 50%;
    margin: 0 auto;
}
.powerfull-details-title {
    font-family: "Inter", system-ui;
    font-size: 24px;
    line-height: 20px;
    font-weight: 400;  
    color: #000;
    padding: 30px 150px;
    text-align: center;
}
.content-sub-title {
    font-family: "Inter", system-ui;
    font-size: 24px;
    line-height: 20px;
    font-weight: 400;  
    color: #000;
    padding: 30px 150px;
    text-align: center;
}
.week-list, .key-wrapper-list {
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 0 200px;
    text-align: center;
    padding: 0 200px 0px;
}
.key-wrapper-list {
    padding: 0 200px 0px;
}
.week-list li, .key-wrapper-list li {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}
.key-wrapper-list li {
    font-weight: 400;
}
.week-list li span, .key-wrapper-list li span {
    font-weight: 400;
}
@media ( max-width: 768px ) {
    .dasha-bottom-desc {
        margin-top: 20px;
    }
    .powerfull-wrapper {
        margin-top: 30px;
    }
    .planet-table-wrapper, .powerfull-table-wrapper, .karakas-table-wrapper {
        width: 100%;
        padding: 0 10px;
    }
    .planets-table th, .planets-table td {
        padding: 10px 10px 10px 0px;
    }
    .table-planet {
        width: 15%;
    }
    .planet-desc {
        font-size: 13pt;
        line-height: 19pt;
        width: 85%;
    }
    .week-list, .key-wrapper-list {
        padding: 0 0px 10px;
    }
    .week-list {
        padding: 0px !important;
    }
    .key-wrapper .content-sub-title {
        font-size: 22pt;
        line-height: 26pt;
        padding: 10px 50px;
    }
    .week-list li, .key-wrapper-list li {
        font-size: 14pt;
        line-height: 24pt;
        font-weight: 300;
    }
}
.key-wrapper {
	background: #F0FAE9;
	border-radius: 30px;
	margin: 20px 10px;
	padding: 20px 0;
}
.content-img {
	font-size: 50px;
	text-align: center;
}
.reports-desc {
	font-size: 14pt;
	line-height: 24pt;
	font-weight: 300;
}
.reports-desc strong {
	font-weight: 500;
}
.pvk-wrapper, .bvs-wrapper {
	width: 498px;
	margin: 0 auto;
}
.pvk-box {
	float: left;
	width: 120px;
	margin: 30px 23px;
	text-align: center;
}
.percent {
	width: 120px;
	height: 120px;
	text-align: center;
}
.percent tspan {
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 30px;
}
.percent-empty {
	width: 120px;
	height: 120px;
	border: 5px solid #DADADA;
	border-radius: 100%;
	font-weight: 300;
	text-align: center;
	font-size: 42px;
	line-height: 120px;
}
.percent a p, .percent a:hover p, .percent-empty a p, .percent-empty a:hover p {
	color: #000;
	text-decoration: none !important;
}
.pvk-title {
	font-size: 16px;
	line-height: 16px;
	padding-top: 10px;
	font-weight: 400;
}
.learn-more {
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	font-weight: 400;
	padding: 0 200px;
}
.learn-more a {
	font-weight: 500;
	color: #8A3CF7;
	text-decoration: none;
}
.learn-more a:hover {
	font-weight: 500;
	color: #8A3CF7;
	text-decoration: underline;
}
.cta-btn {
	/*max-width: 310px;*/
	display: block;
	text-align: center;
	margin: 30px auto 0;
}
.cta-btn a, .cta-btn a:hover {
	font-size: 18px;
	line-height: 25px;
	background: #8A3CF7;
	color: #FFF;
	border-radius: 10px;
	font-weight: 500;
	display: inline-block;
	padding: 15px 30px;
	text-decoration: none;
}
.power-btn a, .power-btn a:hover{
    background: #FFAD20;
}
.dakm-wrapper {
	width: 664px;
	margin: 0 auto;
}
.content-title-pad {
	padding-bottom: 10px;
}
.content-sub-title {
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	font-weight: 400;
	padding-bottom: 30px;
}
.content-sub-head {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	font-weight: 400;
	padding-bottom: 30px;
}
.reports-desc {
	padding: 0 120px;
}
.reports-desc .read-more {
    color: #8A3CF7;
    font-weight: 400;
    padding: 0px ! important;
}
.sign-grid-item .read-more {
	color: #000;
}
.ganesha-analysis-page .content-title {
	font-size: 24px;
	line-height: 29px;
}
.ganesha-title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	padding: 30px 180px;
}
.ganesha-img {
	text-align: center;
	padding-bottom: 30px;
}
.ganesha-img img {
	width: 160px;
	height: auto;
}
.report-grid-item, .birth-chart-grid-item {
    cursor: pointer;
}
.report-grid-item a:hover{
    text-decoration: none;
}
.birth-chart-grid a:hover{
    text-decoration: none;
    color: #000;
}
.birth-reading-wrapper {
    padding-bottom: 30px;
}
@media ( max-width: 768px ) {
    .cta-btn a, .cta-btn a:hover {
        font-size: 18px;
        line-height: 25px;
        padding: 15px 30px;
		display: inline-block;
    }
    .pvk-wrapper, .bvs-wrapper {
        width: 100%;
    }
    .ganesha-title{
        padding: 30px 0px;
    } 
    .learn-more {
        font-size: 13pt;
	    line-height: 20pt;
        font-weight: 400;
        padding: 0 20px;        
    }   
    .content-title {
        font-size: 22pt;
	    line-height: 28pt;
        padding: 20px 10px;
    }
    .content-sub-title {
        font-size: 22pt;
	    line-height: 28pt;
        padding: 30px 0px;
    }
    .threebox .pvk-box {
        width: 75px;
    }
    .pvk-box {
        width: 75px;
    }
    .percent-empty {
        width: 60px;
        height: 60px;
        font-size: 24px;
    line-height: 50px;
    }
    svg tspan {
        font-size: 16px;
        line-height: 40px;
    }
    .content-img {
        padding: 10px 0;
        padding-bottom: 0px;
        font-size: 40px;       
    }
	.content-title-pad {
		padding: 20px 40px !important;
	}
}
.homepage .banner-title {
    padding-bottom: 30px;
}
.homepage .banner-desc {
    /* padding: 0 0 30px !important; */
    padding: 0 120px;
}
.homepage .new-btn-wrapper {
    max-width: 310px;
    display: block;
    text-align: center;
    margin: 30px auto;
}
.homepage .new-btn-wrapper a, .new-btn-wrapper a:hover {
    border-radius: 10px;
    width: 100%;
}
.homepage .item0, .homepage .item1, .homepage .item2, .homepage .item3, .homepage .item4, .homepage .item5, .homepage .item6, .homepage .item7, .homepage .item8, .homepage .item9 {
    background: rgb(255 255 255 / 10%);
}
.homepage .grid-title {
    color: #FFFFFF;
}
.homepage {
    width: 100%;
	/* background: #260356; */
	/* background: #5A0FC2; */
	/* background: #2B075D linear-gradient(#2B075D 10%, #5A0FC2); */
	/* background: #5A0FC2 url("../images/backgrounds/banner-bg.png") no-repeat; */
	background-size: 100% auto;
	min-height: auto;
    /* background: #421089; */
}
.homepage .section {
    background: none;
    padding-bottom: 40px;
}
.homepage .form-section {
    background: #5a0fc2 !important;
/* background: #5A0FC2; */
/* background: none !important; */
}
#interest, #ourApp, #footer {
    background: #FFFFFF;
}
.homepage .form-pad .content-title{
    color: #fff;    
}
.homepage .frm-desc, .homepage .form-pad label {
    color: #fff;
    font-weight: 300;
}
/* .homepage .form-pad label {
    display: none;
} */
.homepage .form-textbox, .form-textarea {
    background: none;
}
.homepage .frm-hint, .homepage .frm-hint-alt {
    color: #FFFFFF; 
}
/* .homepage .form-name, .text-name {
    background: url(../images/vector/name2.png) no-repeat !important;
} */
.form-name:focus {
    border: none !important;
    border-bottom: 2px solid #BD9FE7;
}
.birth-right:first-child {
	margin-left: 0;
}
input::placeholder {
    color: #BD9FE7; 
}

input::-webkit-input-placeholder {
    color: #BD9FE7;
}

input:-ms-input-placeholder {
    color: #BD9FE7;
}

input::-ms-input-placeholder {
    color: #BD9FE7;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    color: #FFFFFF; 
}
.homepage .birth-chart-grid-item {
    background: rgb(255 255 255 / 10%);
}
.homepage .birth-chart-grid-right .birth-chart-text {
    color: #FFFFFF;
}
.homepage .interest-title {
    padding-top: 50px;
}
.homepage .home-section {
    background: #5a0fc2 linear-gradient(#2B075D 10%, #5a0fc2);
}
@media ( max-width: 768px ) {
    .homepage .interest-title {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 18px;
        line-height: 20px;
        padding-bottom: 30px;
    }
    .homepage .banner-desc {
        font-size: 14pt;
        line-height: 20pt;
        padding: 0 20px;
        text-align: left;
    }
    .homepage .home-section {
        background: #5a0fc2 linear-gradient(#2B075D 10%, #5a0fc2);
        padding-bottom: 0px !important;
    }
    .homepage .content-title {
        font-size: 22px;
        line-height: 24px;              
    }
    .homepage .report-result-wrapper {
        padding: 0 10px;
    }
    .homepage .new-btn-wrapper {
        max-width: 90%;
    }
    .homepage .new-btn-wrapper a {
        font-size: 18pt;
        line-height: 22pt;
        padding: 20px 10px;
        font-weight: 400;
    }    
    .homepage .form-pad .content-title {
        text-align: left;  
        font-size: 28pt !important;
        line-height: 30pt !important; 
        padding: 20px 0px !important;
    }    
    .thank-page .report-title {
        font-size: 20pt;
        line-height: 30pt;
        padding-bottom: 30px !important;
        padding-top: 30px !important
    }
	.percent, .percent-empty {
		width: 85px;
		height: 85px;
		text-align: center;
	}
    .dakm-wrapper .percent, .dakm-wrapper .percent-empty {
        width: 75px;
		height: 75px;
		text-align: center;
    }
	.percent tspan, .percent-empty {
		font-size: 20px;
		line-height: 65px;
	}
	.pvk-wrapper, .bvs-wrapper {
		width: 315px;
	}
	.pvk-box {
		margin: 30px 15px;
	}
	.dakm-wrapper {
		width: 340px;
	}
	.dakm-wrapper .pvk-box {
		margin: 30px 5px;
	}
}
.percent p, .percent-empty p {
	margin-bottom: 0;
}
.frm-hint-alt a, .frm-hint-alt a:hover {
    color: #8748FF;
}
.report-header {
	position: relative;
}
.report-back {
	position: absolute;
	top: 40px;
	left: 30px;
}
.report-back a img {
	height: 20px;
	width: auto;
	padding-right: 10px;
}
.report-back a, .report-back a:hover {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
	line-height: 25px;
}
.content-sub-head {
    font-size: 15pt;
    line-height: 24pt;
    color: #000;
    font-weight: 400;
    text-align: center;
    padding: 30px 150px;
}
.planets-details-table tr td:first-child {
    width: 10%;
    border-right:none;
    padding: 0px;
}
.planets-details-table tr td:last-child {
    width: 90%;
    border-left:none;
    padding: 0px;
}
.planets-table-img img {
    width: 25%;
}
.karaka-planets-details-table tr td:first-child {
    width: 10%;
    border-right:none;
    padding: 0px;
}
.karaka-planets-details-table tr td:last-child {
    width: 90%;
    border-left:none;
    padding: 0px;
}
.karaka-planets-table-img img {
    width: 25%;
}
@media ( max-width: 768px ) {
	.report-back {
		top: 5px;
		left: 5px;
	}	
	.report-back a, .report-back a:hover {
		color: #000;
	}
    .content-sub-head {
        font-size: 15pt;
        line-height: 24pt;        
        /* padding: 30px 10px; */
        padding: 0px 10px 20px;
    }    
    .planets-details-table tr td:first-child {
        width: 15%;
        border-right:none;        
        padding: 0px;
    }
    .planets-details-table tr td:last-child {
        width: 85%;
        border-left:none;
        padding: 10px 10px 10px 0px;
        font-size: 13pt;
        line-height: 19pt;
    }
    .planets-table-img img {
        width: 40%;
    }
    .karaka-planets-details-table tr td:first-child {
        width: 10%;
        border-right:none;        
        padding: 0px;
    }
    .karaka-planets-details-table tr td:last-child {
        width: 90%;
        border-left:none;
        padding: 10px 10px 10px 0px;
        font-size: 13pt;
        line-height: 19pt;
    }
    .karaka-planets-table-img img {
        width: 50%;
    }
    .form-pad {
        padding-bottom: 30px;
    }    
    /* #birthChartReading .report-content:first-child,
    #dominantEnergy .report-content:first-child,
    #lifeGoalAnalysis .report-content:first-child,
    #ayurvedicConstitutionAnalysis .report-content:first-child,
    #birthChart .report-content:first-child,
    #mahadasha .report-dasha-wrapper:first-child,
    #planetDetails .report-planet-details-wrapper:first-child,
    #Karakas .karakas-wrapper:first-child,
    #soulPlanet .soul-planet-wrapper:first-child,
    #nakshatraGanesha .report-content:first-child {
        padding-top: 30px !important;
    } */
    /* #dominantEnergy .report-content:first-child, 
    #lifeGoalAnalysis .report-content:first-child, 
    #ayurvedicConstitutionAnalysis .report-content:first-child, 
    #birthChart .report-content:first-child,
    #mahadasha .report-content:first-child,
    #planetDetails .report-content:first-child,
    #Karakas .report-content:first-child,
    #soulPlanet .report-content:first-child,
    #nakshatraGanesha .report-content:first-child {
        padding-top: 30px !important;
    } */
}
svg:not(:root) {
    overflow: visible;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
    font-size: 14pt;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #FFF;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none !important;
}
.dropdown-menu > li > a {
	white-space: inherit;
}
.report-btn {
	text-align: center;
}
.report-btn a, .report-btn a:hover {
	color: #FFF !important;
	text-decoration: none;
	line-height: 25px;
	font-size: 18px;
	padding: 15px 30px !important;
	display: inline-block;
	margin-top: 10px;
	border-radius: 10px;
	font-weight: 500;
}
.moon-sign .report-btn a, .moon-sign .report-btn a:hover {
	background: #8A3CF7;
}
.sun-sign .report-btn a, .sun-sign .report-btn a:hover {
	background: #bc9336;
}
.rising-sign .report-btn a, .rising-sign .report-btn a:hover {
	background: #529D1D;
}
.janma-sign .report-btn a, .janma-sign .report-btn a:hover {
	background: #FFDE17;
	color: #000 !important;
}