header {
    background: transparent;
}
.thank-page header {
    /* background-image: -webkit-linear-gradient( 0deg, rgb(72,198,239) 0%, rgb(111,134,214) 100%); */
    background: #421089;
}
.thank-page .header-section.navbar-default {
    background: #421089;
	/* background-color: transparent; */
	border-bottom: none;
}
.navbar-logo img {
    vertical-align: middle !important;
}
.content-title {
   /* background-image: -moz-linear-gradient( 0deg, rgb(72,198,239) 0%, rgb(111,134,214) 100%)!important;
    background-image: -webkit-linear-gradient( 0deg, rgb(72,198,239) 0%, rgb(111,134,214) 100%) !important;
    background-image: -ms-linear-gradient( 0deg, rgb(72,198,239) 0%, rgb(111,134,214) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;    */
}
.form-pad {
    margin-top: 0px !important;
    padding-bottom: 15px;
}
.form-name, .text-name {
    /* background: #f8f8f8 url("../images/icons/user.png") no-repeat !important; */
    background: url(../images/vector/name2.png) no-repeat !important;
    background-size: 22px auto !important;
    background-position: 15px 10px !important;
}
.text-email {
    /* background: #f8f8f8 url("../images/icons/email.png") no-repeat !important; */
    background: url(../images/vector/email.png) no-repeat !important;
    background-size: 22px auto !important;
    background-position: 15px 15px !important;
}
.text-location {
    /* background: #f8f8f8 url("../images/icons/location.png") no-repeat !important; */
    background: url(../images/vector/location.png) no-repeat !important;
    background-size: 22px auto !important;
    background-position: 15px 10px !important;
}
.text-notes {
    background: #f8f8f8 url("../images/icons/notes.png") no-repeat !important;
    background-size: 22px auto !important;
    background-position: 15px 17px !important;
}
.text-event {
    padding-left: 22px;
}
.birth-left {
    float: left;
    width: 28%;
}
.birth-mid {
    float: left;
    width: 46%;
}
.birth-right {
    float: left;
    width: calc(33.33% - 10px);
    margin-left: 10px;
}
.birth-right input {
    padding-left: 10px;
}
.birth-right .bootstrap-select {
    width: 100% !important;
    padding-left: 0px;
}
.birth-right .btn-default {
    background: transparent;
    border: none;
}
.birth-right .bootstrap-select > .dropdown-toggle {
    padding-right: 0;
}
.gender-pad {
    padding: 15px 0 0;
}
.form-pad {
	padding-bottom: 25px;
}
.hear-about .birth-left {
    float: left;
    width: 28%;
}
.hear-about .birth-right {
    float: left;
    width: 68%;
}
.birth-right .form-control, .form-control:focus, #hearOthers .form-control, .form-control:focus {
    height: 75px;
}
.location-right {
    padding: 10px 0 0 10px;
}
.search-btn div {
    height: 70px;
}
.search-btn a {
    line-height: 70px;
}
.form-textbox, .form-textarea {
    font-family: "Inter", system-ui;
	background: none;
    border: none;
	border-bottom: 2px solid #BD9FE7;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	height: 50px;
	width: 100%;
    padding-left: 50px;
	font-size: 22px;
	color: #FFFFFF;
    font-weight: 300;
}
.form-select .bootstrap-select > .dropdown-toggle {
    background: transparent;
    border: none;
    font-size: 22px;
    font-weight: 300;
    color: #BD9FE7;
    text-transform: none;
    padding: 15px 15px;
}
.btn {
    padding: 25px 0;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
    font-size: 22px;
}
.birth-right .btn-default {
    background: transparent;
    border: none;
}
.birth-right .bootstrap-select > .dropdown-toggle {
    padding-right: 0;
}
.btn.dropdown-toggle.btn-default {
    padding: 10px 10px 10px !important;
}
.form-select .bootstrap-select {
    width: 100% !important;
    padding-left: 0;
    font-family: 'Montserrat', sans-serif;
}
.form-pad label {
    font-weight: 400;
}
.text-about {
    padding-left: 10px;
}
.form-title {
    padding: 30px 30px 30px !important;
}
.btn.dropdown-toggle.btn-default {
    line-height: 25px !important;
    color: #BD9FE7;
}
/* .report-div {
    width: 25%;
    float: left;
} */
.report-div .slider-title {
    height: 60px;
}
.col-lg-2 {
    width: 20%;
}
/* .report-div .slider-img img {
    width: 130px !important;
    height: 130px !important;
} */
.report-div .slider-img img {
    width: 160px !important;
    height: 160px !important;
}
.report-slider-wrapper {
    text-align: center;
    max-width: 100%;
    margin: 20px auto 55px;
    padding: 0 20px;
    /* padding: 0 220px; */
}
.reports-page .report-slider-wrapper { 
    margin-top: 10px;
}
.report-div {
    padding-bottom: 10px;
}
.report-page , .report-page  .form-section {
    /* background: #d3e4f6; */
    /* background: rgb(65 25 124 / 50%); */
    background: #FFF linear-gradient(#451e7f 10%, white);
}
section.non-bg {
	background: #FFF;
}
section.non-bg .container {
	background: url("../images/seprator.png") no-repeat bottom center;
	padding: 30px 0 60px !important;
    background-size: 280px 1px;
}
/*#downloadPdf .container {
	background: #FFF;
}*/
.report-page .header-section .container {
    background: none !important;
}
.report-page .container {
    background: #fff;
}
.report-page .reports-head {
    /*background-image: -moz-linear-gradient( 0deg, rgba(72, 197, 239, 0.15) 0%, rgba(111, 133, 214, 0.15) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(72, 197, 239, 0.15) 0%, rgba(111, 133, 214, 0.15) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(72, 197, 239, 0.15) 0%, rgba(111, 133, 214, 0.15) 100%);*/ 
    /* background-image: -moz-linear-gradient( 0deg, #e4f7fd 0%, #e9ecf8 100%);
    background-image: -webkit-linear-gradient( 0deg, #e4f7fd 0%, #e9ecf8 100%);
    background-image: -ms-linear-gradient( 0deg, #e4f7fd 0%, #e9ecf8 100%);     */
    /* background: #FFF linear-gradient(#451e7f 10%, white); */
    background-image: -webkit-linear-gradient(0deg, #4c2683 0%, #5a0fc2 100%);
}
.reports-head .info-text{
    font-size: 16px;
    line-height: 35px;
    padding: 0 42px;
    color: #000;
}
.reports-head .profile-left, .reports-head .profile-right {
    float: left;
    padding: 0px;
    color: #fff;
}
.reports-head .profile-right {
    text-align: right;
    float: right;
}
.reports-head .profile-left {        
    text-align: left;
}
.reports-head .profile-right {        
    text-align: right;
}
/* .report-inner-title {
    font-family: 'nelphim_regular';
    font-size: 55px;
    line-height: 52px;
    background-image: -moz-linear-gradient( 275deg, rgb(72,198,239) 0%, rgb(111,134,214) 100%);
	background-image: -webkit-linear-gradient( 275deg, rgb(72,198,239) 0%, rgb(111,134,214) 100%);
	background-image: -ms-linear-gradient( 275deg, rgb(72,198,239) 0%, rgb(111,134,214) 100%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;  
    padding-top: 75px;
    padding-bottom: 50px;
    text-align: center;
} 

.report-inner-title {
  --bg-size: 200%;
  --color-one: hsl(201, 99%, 62%);
  --color-two: hsl(272, 100%, 63%);
  background: linear-gradient(
      90deg,
      var(--color-one),
      var(--color-two),
      var(--color-one)
    )
    0 0 / var(--bg-size) 100%;
  color: transparent;
  background-clip: text;
}

@media (prefers-reduced-motion: no-preference) {
  .report-inner-title {
    animation: move-bg 8s linear infinite;
  }
  @keyframes move-bg {
    to {
      background-position: var(--bg-size) 0;
    }
  }
} */


.report-inner-title {
    font-family: 'nelphim_regular';
    font-size: 30px;
    line-height: 28px;
    padding-top: 75px;
    padding-bottom: 50px;
    text-align: center;
    background: linear-gradient(to right,  rgb(72,198,239) 0%,rgb(111,134,214) 100%);
    background-size: 200% auto;    
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: shine 2s linear infinite;
            animation: shine 2s linear infinite;

}
  @-webkit-keyframes shine {
    to {
      background-position: 200% center;
    }
  }
  @keyframes shine {
    to {
      background-position: 200% center;
    }
  }
  
  
  
.rl-right {
    margin: 0 0 40px 135px;
    border-bottom: 2px solid #ebebeb;
    padding-left: 10px;
}
.reports-list li:last-child .rl-right {
    border-bottom: none;
}
.rl-title {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: bold;
    text-align: left;
}
.rl-sub-title {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    padding: 40px 0 15px;
    text-align: left;
}
.rl-desc {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.80);
    padding: 10px 0 28px;
    text-align: left;
}
.reports-list li:last-child .rl-desc {
    padding-bottom: 0;
}
.rl-desc span {
    font-weight: 700;
    color: #000;
}
.rl-desc a {
    color: #000;
    text-decoration: underline;
}
.rl-desc a:hover, .rl-desc a:focus {
    color: #000;
    text-decoration: none;
}
.rl-elements .rl-desc {
    padding: 0;
}
.rl-elements .rl-desc.rl-desc-pad {
    padding-bottom: 40px;
}
.rl-agni-img {
    padding: 65px 0 30px;
}
.rl-earth-img {
    padding: 45px 0 30px;
}
.rl-air-img {
    padding: 20px 0 30px;
}
.rl-water-img {
    padding: 50px 0 60px;
}
.rl-space-img {
    padding: 40px 0 30px;
}
.title-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.title-list li {
    margin-bottom: 10px;
}
.title-list li:last-child {
    margin-bottom: 0;
}
@media ( max-width: 767px ) {    
    .reports-page .col-lg-2 {
        width: 33.33333333%;
    }
    .reports-list {
        margin: 0 20px;
        padding: 40px 0 0px !important;
        border-bottom: none !important;
    }
    .rl-left {
        float: left;
        margin: 0 auto 30px;
        width: 80px !important;
        padding-top: 5px;
        text-align: left;
    }
    .rl-left img {
        width: 60px;
    }
    .rl-right {
        margin: 0 0 20px 80px;
        padding-left: 0px;
    }
    .rl-title {
        font-size: 18px;
        line-height: 32px;
    }
    .rl-sub-title {
        font-size: 16px;
        line-height: 16px;
        padding-top: 0;
    }
    .rl-desc {
        font-size: 14px;
        line-height: 24px;
        padding: 10px 0 30px;
    }
    .book-wrapper {
        margin-bottom: 23px;
    }
    .rl-img {
        text-align: center;
        padding: 40px 0 30px;
    }
    .reports-head {
        margin: 0px;
		position: fixed;
		width: 100%;
		top: 55px;
		left: 0;
		z-index: 999;
    }
    .reports-head a {
        font-size: 20px;
        color: #fff !important;
    }
    .report-wrapper {        
		z-index: 0;
		position: relative;
    }
    .section .report-wrapper {
        padding-top: 100px;
		z-index: 0;
		position: relative;
    }
    .form-textbox {
        height: 50px;
    }
    .text-name {
        background-size: 20px auto ! important;
        background-position: 15px ! important;
    }
    .text-email {
        background-size: 20px auto ! important;
        background-position: 15px ! important;
    }
    .form-textbox {
        height: 50px;
    }
    .text-location {
        background-size: 20px auto ! important;
        background-position: 15px ! important;
    }
    .form-select .bootstrap-select > .dropdown-toggle {
        padding: 0 0 0 22px;
        line-height: 50px;
    }
    .form-textbox, .form-textarea, .form-pad label, .form-select .bootstrap-select > .dropdown-toggle, .birth-right .btn, .add-event-wrapper a, .add-event-wrapper a:hover {
        font-size: 13pt;
        font-weight: 400;
        color: #FFF;
    }
    .btn.dropdown-toggle.btn-default {
        line-height: 30px !important;
    }
    .search-btn div {
        height: 45px !important;
    }
    .search-btn a {
        line-height: 45px  !important;
    }
    .hidden-xs {
        display: none !important;
    }
    .hidden-ms {
        display: block !important;
    }
}
.hidden-xs {
    display: block;
}
.hidden-ms {
    display: none;
}
.ak-planet-img {
    margin: 0 auto 30px;
    width: 150px;
}
.reports-list {
    padding: 27px 0 90px;
    margin: 0;
    list-style: none;
    border-bottom: 2px solid rgba(235, 235, 235);
}
.rl-left {
    float: left;
    width: 135px;
    padding-top: 5px;
}
.ri-pad {
    margin-bottom: 30px !important;
}
.report-page .section-title {
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    line-height: 35px;
    padding: 50px 0;
    padding-bottom: 30px;
}
.report-wrapper .report-content {
    padding: 0 42px;
}
.report-page .read-more a, .report-page .read-more a:hover, .thank-page .read-more a, .thank-page .read-more a:hover {
	max-width: 220px;
	position: relative;
}
.report-page .read-more a img, .thank-page .read-more a img {
	position: absolute;
	right: 30px;
	top: 24px;
    width: 20px;
    animation: horizontal-shaking 1s infinite;
	/* animation: shakeX 10s infinite; */
}
.form-section .btn-wrapper-submit a img {
	right: 30px;
	top: 24px;
    width: 20px;
    animation: horizontal-shaking 1s infinite;
	/* animation: shakeX 10s infinite; */
}
.agenda-wrapper .btn-wrapper a img {
	right: 30px;
	top: 24px;
    width: 27px;
    animation: horizontal-shaking 1s infinite;
	/* animation: shakeX 10s infinite; */
}
.report-page .insta-more a, .report-page .insta-more a:hover {
	max-width: 194px;
	position: relative;
}
.report-page .insta-more a img, .thank-page .insta-more a img {
	position: absolute;
	right: 30px;
	top: 24px;
    width: 20px;
	animation: horizontal-shaking 1s infinite;
	/*animation: shakeX 10s infinite;*/
}

.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}
@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}

@keyframes horizontal-shaking {
 0% { transform: translateX(0) }
 25% { transform: translateX(5px) }
 50% { transform: translateX(-5px) }
 75% { transform: translateX(5px) }
 100% { transform: translateX(0) }
}
.our-app-img img {
    width: 80px;
}
.report-line .report-hr-line {
    margin: 0 300px 0px;
    border: 1.5px solid #ebebeb;
}
.report-line {
    margin: 50px 0 0 !important;
}
.insta-title {
    font-family: 'pt_serifitalic';
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    line-height: 35px;
    padding: 0 50px;
    padding-top: 80px;
    padding-bottom: 25px;
}
.insta-head {
    font-family: 'nelphim_regular';
    font-size: 46px;
    line-height: 49px;
    color: #fff;
    padding: 0px 100px;
    padding-bottom: 30px;
	font-weight: 400;
	text-align: center;
    background-image: -moz-linear-gradient( 275deg, rgb(72,198,239) 0%, rgb(111,134,214) 100%)!important;
    background-image: -webkit-linear-gradient( 275deg, rgb(72,198,239) 0%, rgb(111,134,214) 100%) !important;
    background-image: -ms-linear-gradient( 275deg, rgb(72,198,239) 0%, rgb(111,134,214) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;    
}
.instagram img {
    width: 100%;
    text-align: center;
}
.mbl-show {
    display: none !important;
}
.mbl-hide {
    display: block !important;
}
.report-slider-wrapper .clearfix {
    display: table;
    content: " ";
}
@media ( min-width: 1200px ) {
    .container {
        width: 1000px;
    }
}

@media ( max-width: 767px ) { 
    .col-sm-4 {
        width: 33.33333333%;
        float: left;
    padding: 0px;
    }
    .form-title {
        padding: 30px 20px 30px !important;
    }        
    .thank-page .form-section {
        margin-top: 70px;
    }
    .report-div .slider-title {
        font-size: 14px;
        height: auto;
        min-height: 80px;
        padding: 5px 0px 30px;
    }
    .report-slider-wrapper {
        max-width: 100%;
        padding: 0 0px;
        margin: 10px auto 10px;
    }
    .home-page .our-apps-wrapper {
        max-width: 100%;
        padding: 0 0px;
        margin: 0px auto 0px;
    }
    .form-wrapper {
        margin: 0 0px 0px !important;
        padding: 20px 20px !important;
    }
    .insta-title {
        padding: 50px 0px 20px 0 !important;
    }
    .insta-head {
        font-size: 35px;
        line-height: 45px;
        padding: 0px;       
    }
    .report-line .report-hr-line {
        margin: 0 50px 0px !important;
    }
    .reports-head .profile-left, .reports-head .profile-right {
        text-align: left;
        width: 100%;
        padding: 10px 10px 10px 20px;
    }
    .report-title {
        line-height: 35px;
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .reports-head .info-text {
        font-size: 16px;
        line-height: 24px;
        padding: 0;   
		position: relative;
    }
    .report-page .section-title {
        padding: 0 0px;
        font-weight: 700;
        line-height: 28px;
    } 
    .report-wrapper .report-content {
        padding: 0px;    
    }
    .report-line {
        margin: 50px 0 0 !important;
    }
    .mbl-show {
        display: block !important;
    }
    .mbl-hide {
        display: none !important;
    }
    .report-div .slider-img img {
        width: 120px !important;
        height: 120px !important;
    }
    .reports-page  .report-div .slider-img img {
        width: 120px !important;
        height: 120px !important;        
    }
    .report-page .interest-title {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .report-inner-title {
        padding: 50px 30px 50px;
    }
    .report-title-section {
    background-image: url("../images/icon/soul-title-bg-sep.png?version=0.3");
      background-repeat: no-repeat;
      background-size: auto; 
    }
    #interest .container  {
        /* background-image: url("../images/icon/soul-left.png");
      background-repeat: no-repeat;
      background-position-y: right; */
      /* background-image: url(../images/icon/soul-left.png);
      background-repeat: no-repeat;
      background-size: auto; */
        /* background: url("../images/icon/soul-left.png") right bottom no-repeat; */
        /* background-image: url("../images/icon/soul-left.png"), url("../images/icon/soul-right.png");
        background-position: right bottom, left top;
        background-repeat: no-repeat, repeat;     */
    }
    .instagram {
        padding: 20px 0 70px !important;
    }
    .frm-hint, .frm-hint-alt {
        font-size: 12pt;
        line-height: 16pt;
        text-align: left;
    }
    .report-page .our-apps-wrapper {
        text-align: center;
        max-width: 100%;
        margin: 15px auto 0;
    }
    #insta-wrapper .container{        
        background-image: url("../images/icon/mob-ad-bg.png?version=0.3") ! important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
    }
    .read-more {
        padding-top: 0px !important;
        padding-bottom: 40px !important;
    }
    .instagram-mbl-wrapper  .read-more { 
        padding-top: 20px !important;
        padding-bottom: 0px !important;
    }
    .left-image img {
        width: 100px;
    }
    .right-image img {
        width: 200px;
    }
    .right-image {
        position: absolute;
        right: 0;
        top: 240px !important;
        z-index: 1;
    }
    .btn-wrapper-submit a, .btn-wrapper-submit a:hover, .btn-wrapper-submit a:focus {
        font-size: 18pt;
    line-height: 22pt;
    padding: 20px 10px;
    }
}
.left-image {
    position: absolute;
	left: 0;
	top: -160px;
	z-index: 0;
}
.right-image {
    position: absolute;
    right: 0;
    top: 211px;
    z-index: 1;
}
.instagram {
    padding: 40px 70px;
    position: relative;
    z-index: 99;
}
.read-more {
    padding-top: 40px;
}
#insta-web-wrapper .container {    
    position: relative;
}
#interest {
    position: relative;
    z-index: 0;
}
.report-title-section {
    position: relative;
}
.left-star {
    position: absolute;
    left: 15px;
    bottom: 40px;
}
.right-star {
    position: absolute;
    right: -15px;
    top: -60px;
}
.left-star img, .right-star img {
    width: 50%;
} 
.free-report-box {    
    background-image: -webkit-linear-gradient( 0deg, rgb(72,198,239) 0%, rgb(111,134,214) 100%);
    padding: 10px 20px 10px 10px;
    border-radius: 15px;
    margin: 50px 15px 0px;
}
.free-report-box .f-left {
    float: left;
    width: 25%;
    padding: 10px 0;
}
.free-report-box .cosmic-small-logo img {
    width: 70px;
    border-radius: 20px;    
}
.free-report-box .f-right {
    padding: 10px 0;
    padding-left: 0px;
    width: 50%;
    float: left;
} 
.free-report-box .f-right .fr-title {
    font-size: 16px;
	line-height: 28px;
	color: #fff;
    font-weight: bold;
}
.free-report-box .f-right .fr-desc {
    font-size: 16px;
	line-height: 28px;
	color: #fff;
    font-weight: 400;
}
.free-report-box .ff-right {
    float: left;
    width: 25%;
    padding: 15px 0;
} 
.free-report-box .ff-right span { 
    background: #fff;
    color: #698fda;
    text-align: center;
    margin: 0 auto;
    display: block;
    border-radius: 42px;
    font-size: 17px;
    line-height: 50px;
    font-weight: 600;
    text-decoration: none;
}
#insta-wrapper .container{
    background-image: url("../images/icon/mob-ad-bg.png?version=0.3") ! important;
    background-repeat: no-repeat;
    background-size: cover;
}
#insta-wrapper {
    /* background-image: url("../images/icon/mob-ad-bg.png?version=0.3") ! important;
    background-size: cover;
    background-position: bottom right;
    background-position: 80% 100%; */
}
/* .slider-img:hover { flex: 1 1 50%; }
.slider-img:hover > img {
  width: 100%;
  height: 100%;
} */
/* .swiper-slide a:hover, .swiper-slide a:focus{
    text-decoration: none;
} */
.slider-img img {
	 -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.slider-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
} 
.slider-title:hover {
    text-decoration: none;
}
.instagram-mbl-wrapper .instagram {
    position: relative;
}
.rl-left img {
    -webkit-transform: scale(1);
   transform: scale(1);
   -webkit-transition: .3s ease-in-out;
   transition: .3s ease-in-out;
}
.rl-left:hover img {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
} 
/* .slider-img img {
    transition: .5s ease;
    }
    
    .slider-img img:hover{
    box-shadow: 0 0 0 10px #797aff;
    transition: .5s ease;
    } */
/*     
.report-div .clearfix {
    -webkit-transform: scale(1) ! important;
	transform: scale(1) ! important;
	-webkit-transition: .3s ease-in-out ! important;
	transition: .3s ease-in-out ! important;
}
.slider-img:hover .clearfix {
    -webkit-transform: scale(1) ! important;
	transform: scale(1) ! important;
	-webkit-transition: .3s ease-in-out ! important;
	transition: .3s ease-in-out ! important;
} */
.post-wrapper .post-title {
    font-family: 'nelphim_regular';
    color: #000;
    font-size: 35px;
    line-height: 50px;
    text-align: center;
    padding-bottom: 45px;
}
.promo-banner {
    /* border: 1px solid rgb(177, 116, 10);
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(172, 113, 13, 0.36) 0px 12px 59px 0px;
    margin: 25px 0px;
    padding: 30px;
    position: relative; */
    border: 1px solid #d3e4f6;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    /* box-shadow: rgba(230, 237, 255, 1) 0px 0px 20px 0px; */    
    padding: 15px;
    position: relative;
}
.post-list {
    width: 47.5%;
    float: left;
    margin: 0 10px;
}
.insta-list-left {
    width: 80px;
    /* width: 150px; */
    float: left;
}
.insta-list-left img {
    max-width: 100%;
    height: auto;
}
.insta-list-right {
    width: calc(100% - 80px);
    /* width: calc(100% - 150px); */
    float: left;
    padding: 0px 30px 0px 20px;
}
#related-post .container {
    padding: 42px;
}
.post-list-wrapper {    
    position: relative;
    z-index: 9;
}
.insta-list-title {
    font-size: 21px;
    line-height: 23px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
}
.insta-list-desc {
    font-family: sf_compact_displayregular;
    font-size: 18px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.7);
    padding-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
}
.promo-bot-wrapper {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.promo-bot-wrapper img {
    /* position: absolute;
    bottom: 17px;
    right: 15px;
    height: 20px;
    width: auto; */
    position: absolute;
    bottom: 12px;
    right: 15px;
    height: 15px;
    width: auto;
}
.promo-bot-right {
    /* width: 0;
    height: 0;
    border-bottom: 100px solid #c69137;
    border-left: 100px solid transparent;
    border-radius: 0 0 30px 0; */
    width: 0;
    height: 0;
    border-bottom: 70px solid #d3e4f6;
    border-left: 70px solid transparent;
    border-radius: 0 0 9px 0;
}
.reports-info { 
    text-align: center;
}
@media ( max-width: 767px ) { 
    .post-list {
        width: 100%;
    }
    .post-list-wrapper {
        padding: 0px !important;
        margin: 0px !important;
        margin-bottom: 50px !important;
    }
    .post-list {
        padding: 0px !important;
        margin: 0px !important;
    }
    .promo-banner {
        margin: 10px 0px;
    }
    #related-post .container {
        padding: 0 15px;
    }
    /* .reports-page table tr {
        display: block;
        margin-bottom: 20px;
    }
    .reports-page table td {
        display: block;
        text-align: right;
        height: auto !important;
        padding: 10px !important;
    } */
    /* .reports-page table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    } */
    #planet-details .mahadasha-wrapper {
        padding-top: 35px;
    }
    /* .reports-page table td::before {
        content: attr(data-label);
        float: left;
    }    */
    .reports-right, .atmakaraka-left, #nakshatra-ganesha .atmakaraka-left {
        float: none;
        width: 100%;
    }
    .planet-info {
        float: left;
        width: 50%;
    }
    .planet-info-title, .planet-info-desc {
        padding-left: 0px;
    }
    .atmakaraka-right {
        float: none;
        padding: 42px 0;
        margin-left: 0px;
        width: auto;    
        text-align: center;
    }
    .atmakaraka-img {
        background: none;
        width: auto;
        height: auto;
    }
    .right-star {   
        top: 0;
        right: 0 !important;
    }
    .trimurthi-box, .motive-box, .doshas-box {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .mbl-res-title {
        padding-bottom: 10px !important;
    }
    .mbl-res-title-content {
        padding: 20px 0 !important;
    }
    .atmakaraka-right {
        padding: 20px 0;
    }
    .report-title-section .report-inner-title {
        font-size: 30px;
        line-height: 35px;
        padding: 30px 55px ! important;
    }
    #nakshatra-ganesha .report-inner-title {
        font-size: 30px;
        line-height: 35px;
        padding: 30px 30px ! important;
    }
    .last-doshs {
        margin-bottom:0px !important;
    }
    .mobile-bottom20 {
        padding-bottom: 20px !important;
    }
    .pad-top60 {
        padding-top: 40px !important;
    }
    .pad-bot30 {
        padding-bottom: 10px !important;
    }
    
}
.report-page .section {
    padding-bottom: 0 !important;
}
.report-content .report-inner-title {
    padding-top: 40px;
    padding-bottom: 50px;
}
/* Social */
#social-wrapper .container {
    background-image: url("../images/item3.png?version=0.3") ! important;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.item1 .social-mbl-wrapper, .item2 .social-mbl-wrapper {
    /* background-image: url("../images/item3.png?version=0.3") ! important;
    background-repeat: no-repeat;
    background-size: 100% auto; */
	max-width: 500px;
	margin: 0 auto;
}
.item3 .social-mbl-wrapper, .item4 .social-mbl-wrapper, .item5 .social-mbl-wrapper {
    /* background-image: url("../images/item3.png?version=0.3") ! important;
    background-repeat: no-repeat;
    background-size: 100% auto; */
	max-width: 500px;
	margin: 0 auto;
}
.social-title {
    font-family: 'PT Serif', serif;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    line-height: 35px;
    padding: 0 50px;
    padding-top: 80px;
    padding-bottom: 25px;
}
.social-head {
    font-family: 'nelphim_regular';
    font-size: 42px;
    line-height: 45px;
    color: #fff;
    padding: 60px 40px;
    padding-bottom: 30px;
	font-weight: 400;
	text-align: center;
    background-image: -moz-linear-gradient( 275deg, rgb(72,198,239) 0%, rgb(111,134,214) 100%)!important;
    background-image: -webkit-linear-gradient( 275deg, rgb(72,198,239) 0%, rgb(111,134,214) 100%) !important;
    background-image: -ms-linear-gradient( 275deg, rgb(72,198,239) 0%, rgb(111,134,214) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;    
}
.item3 .social-head, .item4 .social-head, .item5 .social-head {
	padding: 0 40px !important;
}
.social-img img {
    width: 100%;
    text-align: center;
}
.item4 .social-img img {
    width: 50%;
    text-align: center;
	box-shadow: 0 43px 87px rgba(60, 126, 195, 0.52);
}
.item5 .social-img img {
    width: 50%;
    text-align: center;
}
.social-mbl-wrapper .social-img {
    position: relative;
}
.social-img {
    padding: 40px 0;
    position: relative;
    z-index: 99;
    text-align: center;
}
.social-img img {
    width: 100%;
    text-align: center;
}
.social-desc {
    font-family: 'PT Serif', serif;
    font-size: 18px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.51);
    font-weight: 400;
    text-align: center;
    padding: 20px;
}
.btn-wrapper-submit {
    padding: 30px 0;
}

.social-more a, .social-more a:hover {
	max-width: 230px;
	position: relative;
}
.social-more a img {
	position: absolute;
	right: 30px;
	top: 24px;
    width: 20px;
	animation: horizontal-shaking 1s infinite;
}
@media ( max-width: 767px ) {  
    .container {
        padding: 0px !important;
    }
    .social-title {
        padding: 50px 0px 20px 0 !important;
    }
    .social-head {
        font-size: 36px;
		line-height: 40px;
		padding: 45px 20px 15px !important;
    }
    .social-img {
        padding: 30px 0px !important;
    }
    .social-desc {
        padding: 0 15px !important;
    }
    .social-img img {
        width: 100%;
        text-align: center;
    }
}
/*Thankyou*/
@media ( max-width: 767px ) { 
    .thank-page  {
        padding: 0;
    }    
    .sent-left {
        float: left;
        width: 70%;
        padding: 30px 0 20px 30px;
    }
    .sent-left .no-form-text {
        font-size: 23px;
        line-height: 23px;
        color: #fff;
        text-align: left;
        padding-bottom: 10px;
    }
    .sent-left .no-form-sub-text {
        font-size: 20px;
        line-height: 20px;
        color: rgba(255, 255, 255, 0.58);
    }
    .sent-right {
        float: left;
        width: 30%;
        padding: 30px 0 20px;
        text-align: left;
    }
    .sent-right .sent-img {
        padding-bottom: 0;
    }
    .sent-right .sent-img img {
        height: 46px;
        width: auto;
    }
    .thank-page .hero-section {
        background: #fff;
        padding-bottom: 0;
    }
    .thank-page .form-pad {
        background-image: -moz-linear-gradient( 0deg, rgba(72, 197, 239, 0.15) 0%, rgba(111, 133, 214, 0.15) 100%);
        background-image: -webkit-linear-gradient( 0deg, rgba(72, 197, 239, 0.15) 0%, rgba(111, 133, 214, 0.15) 100%);
        background-image: -ms-linear-gradient( 0deg, rgba(72, 197, 239, 0.15) 0%, rgba(111, 133, 214, 0.15) 100%);  
        margin-top: 0px !important;
        padding-bottom: 0px !important;
    }    
    .thank-page .form-wrapper {
        margin: 10px !important;
        padding: 0px !important;
        background: #F8F3FF !important;
        margin-top: 30px !important;
    }
    .sent-left .no-form-text {
        font-size: 23px;
        line-height: 23px;
        color: #000;
        text-align: left;
        padding-bottom: 10px;
        padding-top: 0px;
      }
      .sent-left .no-form-sub-text {
        font-size: 20px;
        line-height: 20px;
        color: rgba(0, 0, 0, 0.58);
      }
	.footer-right {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
	.scrollToTop {
		bottom: 20px !important;
		right: 0 !important;
		height: 100px !important;
	}
}
.thank-page .form-wrapper {
    margin: 30px 100px;
    padding: 0px 140px 0;
    background: #F8F3FF;
} 
.scrollToTop {
    width:100px; 
    height:130px;
    padding:10px; 
    text-align: center; 
    color: #8A3CF7;
    text-decoration: none;
    position:fixed;
    bottom:-20px;
    right:30px;
    display:none;
	font-size: 12px;
    background: url('../images/up-arrow.png') no-repeat 30px 40px;
}
.scrollToTop:hover {
    color: #8A3CF7;
    text-decoration:none;
}
.pl-wrapper {
	margin-bottom: 30px;
	text-align: center;
}
.pl-wrapper .bootstrap-select {
	width: auto !important;
	min-width: 220px;
}
.pl-wrapper .btn.dropdown-toggle.btn-default {
	background-image: -moz-linear-gradient( 0deg, rgba(72, 197, 239, 0.15) 0%, rgba(111, 133, 214, 0.15) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(72, 197, 239, 0.15) 0%, rgba(111, 133, 214, 0.15) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(72, 197, 239, 0.15) 0%, rgba(111, 133, 214, 0.15) 100%);
	line-height: normal !important;
	text-transform: none;
}
.loader-wrapper {
	/* width: 300px;
	margin: 50px auto 0; */
    /* width: 100%;
    margin: auto 0;
    margin-top: 85%;
    min-height: 50vh; */
    width: 100%;
    margin: auto 0;
    padding-top: 85%;
    min-height: 90vh;
    background: #fff;
}
.loader {
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 0px;
	/* margin: 75px 120px; */
	display: inline-block;
	vertical-align: middle;
    width: 100%;
}
.loader-star {
	position: absolute;
	top: calc(50% - 12px);
}
.loader-14 .loader-star {
	position: absolute;
	top: calc(50% - 12px);
	left: calc(50% - 12px);
}
.star-small {
	-webkit-animation: star-small-pulse 1s ease-in-out alternate infinite;
	animation: star-small-pulse 1s ease-in-out alternate infinite;
}
.loader-14 .star-big {
	-webkit-animation: star-big-pulse 2s -0.2s ease-in-out infinite;
	animation: star-big-pulse 2s -0.2s ease-in-out infinite;
}
 @-webkit-keyframes star-big-pulse {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(5);
		transform: scale(5);
		opacity: 0;
	}
}
@-webkit-keyframes star-small-pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
	}
}
.info-text .btn.btn-primary.dropdown-toggle {
	padding: 0;
	background: transparent !important;
	border: 0;
	color: #000;
	font-size: inherit;
	text-transform: none;
	font-family: inherit;
	width: 100%;
	position: relative;
}
.info-text .caret {
	position: absolute;
	vertical-align: top;
	margin-top: 15px;
	/* border-top: 12px solid rgba(0, 0, 0, 0.50); */
    border-top: 12px solid rgb(249 249 249);
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	right: 20px;
}
.info-text .dropdown-menu {
	width: 100%;
	border: none;
	/* background-image: -moz-linear-gradient( 0deg, #e4f7fd 0%, #e9ecf8 100%);
    background-image: -webkit-linear-gradient( 0deg, #e4f7fd 0%, #e9ecf8 100%);
    background-image: -ms-linear-gradient( 0deg, #e4f7fd 0%, #e9ecf8 100%); */
    background-image: -webkit-linear-gradient(0deg, #4c2683 0%, #5a0fc2 100%);
	box-shadow: none;
	margin: 0;
	border-radius: 0;
}
.pl-list {
	max-height: 200px;
	overflow: auto;
}

/* iPad Mini in portrait & landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { 
    .navbar-nav > li > a{
        padding: 10px 5px !important;
    }
}
/* iPad Mini in landscape only */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 
    .navbar-nav > li > a{        
        padding: 10px 12px !important;
        margin-top: 25px;        
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: 10px;
      }
    .desktop-fixed {
        position: relative !important;
        z-index: 9999;
    }   
}
/* iPad Mini in portrait only */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 
    .navbar-nav > li > a{
        padding: 10px 5px !important;
        margin-top: 25px;
        font-size: 14px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: 10px;
    }
    .desktop-fixed {
        position: relative !important;
        z-index: 9999;
    }
    .navbar-logo img {
        width: 110px;
        height: 30px;
    }
    
}
.promote img {
    width: 100%;
}
.pad-top60 {
    padding-top: 60px;
}
.pad-bot30 {
    padding-bottom: 30px;
}
.form-wrapper .col-md-12 {
padding-left: 0;
padding-right: 0;
}