/*Custom*/

#vr-wrapper{
    width:980px;
    display: block;
    margin:20px auto;
}
.vr-ui *{
    font-family: 'Open Sans', sans-serif ;
}
.m-t-5{
    margin-top: 5px !important;
}
.m-t-10{
    margin-top: 10px !important;
}
.m-t-15{
    margin-top: 15px !important;
}
.m-t-20{
    margin-top: 20px !important;
}
.m-t-25{
    margin-top: 25px !important;
}
.m-t-30{
    margin-top: 30px !important;
}
.m-t-35{
    margin-top: 35px !important;
}
.m-t-40{
    margin-top: 40px !important;
}
.m-t-45{
    margin-top: 45px !important;
}
.m-t-50{
    margin-top: 50px !important;
}
.m-b-5{
    margin-bottom: 5px !important;
}
.m-b-10{
    margin-bottom: 10px !important;
}
.m-b-15{
    margin-bottom: 15px !important;
}
.m-b-20{
    margin-bottom: 20px !important;
}
.m-b-25{
    margin-bottom: 25px !important;
}
.m-b-30{
    margin-bottom: 30px !important;
}
.m-b-35{
    margin-bottom: 35px !important;
}
.m-b-40{
    margin-bottom: 40px !important;
}
.m-b-45{
    margin-bottom: 45px !important;
}
.m-b-50{
    margin-bottom: 50px !important;
}
.p-r{
    position: relative !important;
}
.p-a{
    position: absolute !important;
}
.p-f{
    position: fixed !important;
}
.f-w-400{
    font-weight:400 !important;
}
.f-w-300{
    font-weight:300 !important;
}
.f-w-600{
    font-weight:600 !important;
}
.f-w-700{
    font-weight:700 !important;
}
.display-none {
    display: none
}
.cursor {
    cursor: pointer
}
.cl-blue{
    color: #448AFF !important;
}
.cl-warning{
    color: #ff971e !important;
}
.cl-error{
    color: #ed7669 !important;
}
.cl-success{
    color: #388E3C !important;
}
.cl-pink{
    color: #f35493 !important;
}
.bold-sm{
    font-weight: 400;
}
.bold-md{
    font-weight: 600;
}
.bold-lg{
    font-weight: 800;
}
.cl-dark-grey{
    color: #555;
}
.bg-info{
    background: #03A9F4;
}
.bg-success{
    background: #4CAF50;
}
.bg-warning{
    background: #FBC02D;
}
.bg-danger{
    background: #FF5722;
}
.bg-grey-lt{
    background: #F5F5F5;
}
.bg-grey-dk{
    background: #BDBDBD;
}

.bg-info,
.bg-danger,
.bg-success,
.bg-warning,
.bg-grey-dk > *{
    color: #fff !important;
}
.bg-info .meta-post,
.bg-danger .meta-post,
.bg-success .meta-post,
.bg-warning .meta-post,
.bg-grey-dk .meta-post{
    color: #fff !important;
}
.bg-info h4,
.bg-danger h4,
.bg-success h4,
.bg-warning h4,
.bg-grey-dk h4{
    color: #fff !important;
}


.template-option-area{
    margin-bottom: 20px;
}
.template-title{
    border-bottom: 1px solid #03A9F4;
    letter-spacing: 1px;
    border-top: 2px solid #03A9F4;
    font-size: 1em;
    font-style: normal;
    line-height: 1.2em;
    margin-bottom: 30px;
    padding: 11px 0 10px;
    text-align: center;
    width: 100%;
    background: #f1f5fa ;
    color: #555;
    font-weight: 700;
}
button, input[type=submit], input[type=button], input[type=reset], .button, a.button, a.button:visited, [role~=button]{
    font-weight: 300 !important;
}
.box-title{
    margin: 0 0 15px;
    font-size: 1.6em;
    color: #444;
    font-weight: 400;
}
.box-title.border-bottom{
    padding-bottom: 10px;
}

/*My form*/
.myForm input[type='text'],
.myForm input[type='email'],
.myForm select,
.myForm input[type='password']{
    width: 100%;
    height: 50px;
    padding: 0 15px;
    margin-bottom: 10px;
    max-width: 100%;
    background-color: #FFFFFF;
    box-shadow: none !important;
    border: 2px solid rgba(0, 0, 0, 0.1);
}
.myForm input[type='submit']{
    height: 48px;
}
.myForm textarea{
    background-color: #FFFFFF;
    box-shadow: none !important;
    border: 2px solid rgba(0, 0, 0, 0.1);
}
.myForm label{
    color: #555;
    font-size: 1em !important;
    line-height: 2;
    font-weight: 400;
    padding: 0;
    margin-bottom: 0 !important;
}
.myForm input:not([type="submit"]):hover,
.myForm textarea:hover{
    border-color: #cad1d9 !important;
}
.myForm input[type='text'],
.myForm input[type='email'],
.myForm input[type='password'],
.myForm select,
.myForm textarea
{
    border-radius: 0.3em !important;
}
.myForm input:not([type="submit"]):focus,
.myForm input:not([type="submit"]):active,
.myForm textarea:active,
.myForm textarea:focus{
    outline: none;
    background-color: #FFFFFF;
}
.myForm textarea
{
    height: 10rem;
}

.myForm ::-moz-placeholder
{
    color: #717171;
}
.myForm :-ms-input-placeholder{
    color: #717171;
}
.myForm ::-webkit-input-placeholder{
    color: #717171;
}
.myForm :-moz-placeholder{
    color: #717171;
}
.myForm h1{
    color: #666666;
}
.full-width{
    width: 100%;
    display: block;
}

.button{
    background-color: #03A9F4;
    border: 1px solid #03A9F4;
    color: #fff;
    padding: 0 50px;
    font-size: 1.3em;
    cursor: pointer;
    border-radius: 0.2em;
    margin-top: 15px;
}
.button:hover{
    opacity: 0.9;
}
.button:focus,
.button:active,
.button:visited{
    outline: none;
}

.form-container{
    margin: 10px 0;
    border: 1px solid #e3e3e3;
    padding: 20px 15px;
}
.error{
    color: #ee4232;
    font-size: 1.2em;
}
.success{
    color: #00b266;
}

/*Panchang Page Css*/
.panchang-block-width{
    padding:20px 15px;
}
.panchang-date-bar{
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 4px double #e3e3e3;
}
.panchang-date-btn {
    font-size: 1.3em !important;
    font-weight: 400 !important;
    background-color: #fff!important;
    border: 2px solid rgba(0, 0, 0, .1);
    color: #ff4916 !important;
    border-radius: 0.3em;
    width: 100%;
    height: 45px;
    padding: 0 15px;
}
.panchang-place-input {
    font-size: 1em !important;
    text-align: left !important;
    height: 45px;
    width: 100%;
    padding-left: 10px !important;
    color: #ff4916 !important;
    background-color: #fff !important;
    border-radius: 0.3em !important;
    border: 2px solid rgba(0, 0, 0, .1) !important;
}
.add-on-icon {
    position: absolute;
    left: 25px;
    top: 12px;
    color: #e74c3c;
    font-size: 1.3em;
}
.panchang-details {
    text-overflow: ellipsis;
    color: #878787;
    line-height: 2em;
    font-weight: 700
}
.meta-post a{
    color: #FD685B !important;
}
.pachang-data-block p{
    font-size: 1.4em;
    font-weight: 400;
}
h4.meta-post{
    font-size: 1.5em;
    font-weight: 300;
}
.panchang-details article h2{
    border-bottom: 1px solid #e3e3e3;
    margin: 0;
    font-weight: 400;
    color: #555;
    padding: 0 0 10px 0;
}
.common-block{
    width: auto;
    height: auto;
    padding: 5px;
    margin: 0 0 0 10px;
}
.pc-common-elements .column:last-child{
    margin-right: 0!important;
}
.pc-common-elements,
.pc-five-elements,
.pc-hindu-month,
.pc-auspicious-elements,
.pc-inauspicious-elements,
.pc-disha-shool{
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    padding:  0;
    overflow: hidden;
    display: block;
    height: auto;
}
.pc-common-elements,
.pc-five-elements,
.pc-hindu-month,
.pc-auspicious-elements,
.pc-inauspicious-elements,
.pc-disha-shool p{
    color: #34495e;
}
.pachang-data-block:last-child{
    border-right: 0 !important;
}
.pachang-data-block{
    border-right: 1px solid #e3e3e3;
    /* margin-top: 15px; */
    /* margin-bottom: 25px; */
    font-size: 1em;
    text-align: center;
    margin-right: 0;
    padding: 15px 15px;
}
/*.panchang-block-width{
    width: 25% !important;
}*/
.last{
    border-right: 0;
}
img.panchang-form-ajax{
    position: absolute;
    left: 49%;
    top: 1%;
}
.text-left {
    text-align: left;
}
/*.p-elements h4{
    color: #34495e;
}*/
.Shubh,
.Labh,
.Amrit
{
    color: #028116 !important;
    /*background: #54DF8F;
    border-color: #4AC27D !important;*/
}
.Shubh a,
.Labh a,
.Amrit a{
    color: #FFFFFF !important;
}
.Kaal a,
.Udveg a,
.Rog a
{
    color: #FFFFFF !important;
}
.Kaal,
.Udveg,
.Rog
{
    color: #cf4e26 !important;
    /*background: #EC887E;
    border-color: #CF7C74 !important;*/
}
.Char{
    color: #076dca !important;
    /*background: #6ABCF4;
    border-color: #5FA0CA !important;*/
}
.Char a{
    color: #FFFFFF !important;
}
.table > thead > tr > th
{
    font-size: 1em;
    font-weight: 200;
}
.table > tbody > tr > td
{
    font-size: 1em;
    font-weight: 100;
}

/*Spinner Css*/
.spinner-container{
    position: absolute;
    left: 15px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.se-pre-con {
    position: relative;
    top: 10%;
    width: 180px;
    margin: 0 auto;
    height: 180px;
    background: url(http://localhost/astrolipi/wp-content/uploads/2016/07/loading.gif) center no-repeat #fff;
}

/*Material Cards*/
.card {
    position: relative;
    overflow: hidden;
    margin: 0.5rem 0 1rem 0;
    background-color: #fff;
    border-radius: 2px;
}
.light-blue {
    background-color: #03a9f4 !important;
}
.card .card-content {
    padding: 20px;
    border-radius: 0 0 2px 2px;
}
.white-text {
    color: #FFFFFF !important;
}
.card .card-content .card-title {
    line-height: 48px;
}
.card .card-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}
.card .card-content p {
    margin: 0 10px;
    font-size: 1.25em;
    color: inherit;
}
.collection {
    margin: 0.5rem 0 1rem 0;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}
.collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0;
}
.z-depth-1{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.grey-text.text-darken-4 {
    color: #212121 !important;
}
.right-align {
    text-align: right;
}
.grey-text {
    color: #9e9e9e !important;
}
.profile-image {
    width: 100px;
    height: 100px !important;
    margin: auto auto 10px auto;
    display: block;
}
.circle {
    border-radius: 50%;
}
img.responsive-img, video.responsive-video {
    max-width: 100%;
    height: auto;
}
.card-title-uppercase{
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 18px;
    display: block;
    text-align:center;
}
.user-profile-btn{
    display: block !important;
    margin: 25px auto auto;
}
.amber.darken-2 {
    background-color: #ffa000 !important;
}
.material-blue{
    background: #03A9F4;
}
.material-pink{
    background: #FF4081;
}
.material-green{
    background: #8BC34A;
}
.material-dark-green{
    background-color: #4CAF50;
}
.user-profile-counts{
    font-size: 3em !important;
    text-align: center;
}
.userAllProfiles ul {
    margin: 0 !important;
    padding: 0 !important;
}
.userAllProfiles li {
    border-top: 1px solid #e3e3e3;
    display: inline-block;
    float: left;
    list-style: none outside none;
    font-size: 1.4em;
    line-height: 33px;
    width: 100%;
    padding: 5px 0;
    color: #555;
}
.userAllProfiles li .btn-flat{
    font-size: 0.8em !important;
}
.userAllProfiles li .profile-name{
    line-height: 38px;
}
.female-icon {
    color: #ee4376;
    padding: 12px 0 0;
}
.male-icon {
    color: #03A9F4;
    padding: 12px 0 0;
}
.zero-profile-container{
    margin: 100px 0;
    text-align: center;
}
/*Material Flat buttons*/
.btn-flat {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}
.btn-flat-orange{
    background-color: #FF5722;
}
.btn-floating {
    display: inline-block;
    color: #FFF;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 37px;
    height: 37px;
    line-height: 37px;
    padding: 0;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
}

.btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #FFF;
    font-size: 1.6rem;
    line-height: 37px;
}
input.search{
    height: 40px;
    width: 100%;
    font-size: 1.3em;
    padding: 0 15px;
}
.profile-error{
    color: red;
    font-weight: 400;
    font-size:1.3em;
}
/*margin and paddings*/
.m-b-20{
    margin-bottom: 20px;
}
.zero-padding{
    padding:0 !important;
}

/*Horoscope Pages CSS*/
.prediction-box {
    background-color: #FFFFFF;	
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 25px;
    text-align: right;
    display: block;
    margin-top: 20px;
}
.box-icon {
    background-color: #0288D1;
    border-radius: 50%;
    display: table;
    height: 80px;
    margin: 0 auto;
    width: 80px;
    margin-top: -55px;
}
.box-icon img {
    margin: 24px;
    display: block;
    position: absolute;
    overflow: hidden;
}
.info h4 {
    font-size: 25px;
    color: #444;
    font-weight: 600;
}
.info > p {
    color: #000000;
    font-size: 18px;
    padding-top: 10px;
    line-height: 60px;
    font-weight: 400;
    text-align: center;
}

/*Matching Page Css*/
.matching-heart{
    color: #F44336;
    font-size: 3em !important;
    margin: 16px 0;
    text-align: center;
    display: block !important;
}
.match-ashtakoot-overlay{
    position: relative;
    height:160px;
    background: #f857a6; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #f857a6 , #ff5858); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #f857a6 , #ff5858); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.match-ashtakoot-overlay p{
    position: relative;
    font-size: 2em;
    text-align: center;
    font-family: 'Dancing Script', cursive;
    margin: 0;
    color: #fff;
    font-weight: 600;
}
.cust-table thead th{
    text-transform: none !important;
}
#photos p {
    position: relative;
    font-family: 'Dancing Script', cursive;
    color: #FFF;
    font-size: 2.3em !important;
    font-weight: bold;
    display: block;
    text-align: center;
}
.ashtakoot-conclusion-thumb{
    font-size: 5em !important;
    text-align: center !important;
    display: block !important;
    margin: 35px 0 !important;
    color: #fff !important;
}
.UI-II.dark-I{
    background: #00b266;
    color: #fff;
}
.match-m-manglik-overlay{
    position: relative;
    height:160px;
    background: #348AC7; /* fallback for old browsers */
}
.match-f-manglik-overlay{
    position: relative;
    height:160px;
    background: #f857a6
}
.match-f-manglik-overlay p,
.match-m-manglik-overlay p{
    position: relative;
    font-size: 2em;
    text-align: center;
    font-family: 'Dancing Script', cursive;
    margin: 0;
    color: #fff;
    font-weight: 600;
}
/*Matching making report*/
.text-normal
{
    line-height: 2em;
    color: #565656;
    font-weight: normal;
}

.match-making-report{
    background: #fff;
    height: auto;
}
.grid {
}
.grid-col-1{
    width: 50%;
    float: left;
    padding: 15px 0;
}
.match-making-report .blocks{
    width: 90%;
    margin: 0 auto;
    padding: 35px 0;
    height: 150px;
    font-size: 1.2em;
    border-radius: 0.5em;
}
.blocks.ashtakoot{
    background: #00c6ff; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #00c6ff , #0072ff); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #00c6ff , #0072ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.blocks.manglik{
    background: #f857a6; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #f857a6 , #ff5858); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #f857a6 , #ff5858); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.blocks.vedh{
    background: #1D976C; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #1D976C , #93F9B9); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #1D976C , #93F9B9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.blocks.rajjuu{

    background: #50C9C3; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #50C9C3 , #96DEDA); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #50C9C3 , #96DEDA); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.blocks .circles{
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    line-height: 2.2em;
    border: 1px solid #FFFFFF;
    font-size: 1.5em;
    color: #18DF66;
}

.blocks .ashtakoot-points,
.blocks .manglik-pointss,
.blocks .rajjo-points,
.blocks .vedh-points{
    font-size: 1.6em;
    color: #ffffff;
    text-align: center;
    padding: 15px;
    line-height: 1.4em;
}
.blocks h3{
    color: #ffffff;
    font-size: 1.5em;
    padding: 0;
    font-weight: 400;
    margin: 0;
}
.blocks p{
    word-break: break-word;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
}


/*Numerology Css*/
.numerology-report p{
    font-size: 1.3em;
    line-height: 30px;
    color: #555;
}
.numero-report-card {
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    padding: 10px;
    position: relative;
    margin-bottom:30px ;
}
.center-block{
    text-align: center;
}
.numero-report-card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}


/*Predefined custom css*/

.button,
.button.button-clear {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}
.spacer {
    display: block;
    overflow: hidden
}
.spacer-10 {
    height: 10px
}
.spacer-20 {
    height: 20px
}
.spacer-30 {
    height: 30px
}


.header-title{
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
    font-size: 1.7em !important;
    color: #555 !important;
    font-weight: 400;
    text-transform: none !important;
}
.b-n{
    border:0 !important;
}
.nav-btn {
    border: 1px solid #FFF;
    padding: 8px 15px!important;
    border-radius: .2em;
    margin: 11px 15px!important;
    background-color: transparent
}
.nav-btn:hover {
    border: 1px solid #fff!important;
    background-color: #fff!important;
    color: #666!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.horoscope-nave:after {
    background: rgba(0, 0, 0, .3)
}
.table thead th {
    color: #4e5051;
}
.table-responsive{
    overflow-x: auto;
}
.custom-table tr td:first-child{
    color: #555 !important;
}
.custom-table tr td:last-child{
    color: #F90002 !important;
}
.api-demo-desc {
    font-size: 1.2em;
    line-height: 30px;
    color: #555
}

.footer-container ul {
    overflow: hidden;
}

.UI-II h2,
.UI-III h3 {
    padding-bottom: 10px;
    color: #404040 !important;
}
.UI-II h2.medium-blue {
    color:#03A9F4 !important;
    font-size: 1.5em !important;
}
.n-b-b{
    border-bottom: 0 !important;
}
.UI-II {
    display: block;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15)
}
.UI-II.dark {
    background: #f8f8f8
}
.UI-II h2 {
    font-size: 2em;
    font-weight: 400;
    margin: 0 0 15px;
    border-bottom: 1px solid #e5e5e5
}
.UI-II.n-box-shadow{
    box-shadow: none !important;
}
.UI-II p {
    font-size: 1.2em !important;
    line-height: 30px !important;
    color: #555;
}
.UI-II b,
.UI-II strong {
    font-weight: 600
}
.UI-III h3 {
    font-size: 25px;
    font-weight: 400
}
.card__button {
    outline: 0;
    position: relative;
    display: inline-block;
    line-height: 38px;
    padding: 0 16px;
    color: #444;
    border-radius: .4em;
    border: none;
    background: 0 0
}
.btn-brand-accent {
    box-shadow: none;
    display: inline-block;
    padding: 0 8px;
    margin: 3px;
    background: #f8f8f8;
    background: rgba(80, 129, 171, .2);
    color: #5081AB;
    border-radius: 2px;
    -webkit-transition: color .1s ease-out;
    transition: color .1s ease-out
}
.card__button:hover {
    background: #005da5;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.spacer-40 {
    height: 40px;
    display: block;
    overflow: hidden
}
.ashtakoot-table-container tr .dark-td,
.table-container tr .dark-td {
    font-weight: 700;
    letter-spacing: 1px
}
.ashtakoot-conclusion .ashtakoot-conculsion-status {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #f4f4f4;
    text-align: center;
    line-height: 2em;
    border: 4px double #d3d3d3;
    font-size: 3.5em
}
.status-false {
    color: #F12626 !important;
}
.status-true {
    color: #18DF66 !important;
}
.bg-false{
    background: #F12626 !important;;
}
.bg-true{
    background: #18DF66 !important;
}
.ashtakoot-conclusion .text-normal {
    line-height: 2em;
    color: #565656;
    font-weight: 400
}
.ashtakoot-table-container thead tr th,
.table-container thead tr th {
    background: #1E8BC3;
    height: 50px;
    color: #fff;
    padding: 0 7px;
    font-size: 1.1em;
    font-weight: 400;
    margin: 20px 0 0;
    border-right: 1px solid #91A4DD
}
.ashtakoot-table-container tr td,
.table-container tr td {
    border: 1px solid #e3e3e3;
    padding: 15px 7px
}
.ashtakoot-table-container tr .dark-td,
.table-container tr .dark-td {
    color: #E67E22
}
.ashtakoot-table-container table,
.table-container table {
    width: 100%;
    border-collapse: collapse
}
.circleshape {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    line-height: 2.8;
    background-color: #0bd;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}
.circleshape p {
    font-size: 4em !important;
    color: #fff;
}

.circon {
    font-size: 2.5em!important;
    line-height: 2.5em!important;
    color: #fff
}
.circon1 {
    font-size: 50px!important;
    padding-top: 12%;
    color: #fff;
    line-height: 1.4!important
}
.match-making-report {
    /*background: #3bb2d0;
    border: 4px double #fff*/
}

.match-making-report .blocks {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    height: 180px;
    border-radius: .2em;
    border: 1px solid #fff
}
.grid,
.match-making-report {
    height: auto;
    overflow: hidden
}
.blocks .ashtakoot-points,
.blocks .manglik-pointss,
.blocks .rajjo-points,
.blocks .vedh-points {
    font-size: 2.5em;
    color: #fff;
    text-align: center;
    padding: 15px;
    line-height: 1.4em
}
.blocks h3 {
    color: #fff;
    font-size: 1.5em;
    padding: 0;
    font-weight: 400;
    margin: 30px 0 0;
}
.sign-img-block img{
    display: block;
    margin: 0 auto;
}
.blocks p {
    word-break: break-all;
    color: #fff;
    text-align: center;
    font-size: 16px
}
.text-normal {
    line-height: 2em;
    color: #565656;
    font-weight: 400
}
.match-making-report {
    padding: 15px
}

.blocks .circles {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    line-height: 3.6em;
    border: 5px solid #bdc3c7;
    font-size: 2em;
    color: #4FDB96
}
.manglik-points {
    margin: 10px 0
}
.manglik-points p {
    color: #878787;
    font-size: 1em;
    line-height: 2em
}
.mannglik-report-h3 {
    color: #565656!important;
    font-size: 1.3em!important;
    font-weight: 400!important;
    margin: 0!important;
    padding-bottom: 10px!important
}
.gender-title {
    font-size: 1.5em;
    text-align: left;
    display: block;
    color: #3b8bcf;
    padding-bottom: 15px
}
.gender-title.female {
    color: #cf4a5c
}
.text-center {
    text-align: center
}
.text-left {
    text-align: left!important
}

#content_tab,
#tabs a,
.dashaData,
.dashaData p {
    position: relative
}
.sunrise-set img {
    height: 32px;
    vertical-align: sub
}
.sunrise-set {
    font-size: 20px;
    color: #878787
}
.panchang-details {
    text-overflow: ellipsis;
    color: #878787;
    line-height: 2em;
    font-weight: 700
}
.gemestoneImg {
    max-width: none;
    width: 100px;
    padding: 10px;
    border: 1px solid #eee;
    box-sizing: border-box;
    height: 100px;
    background: #f3f3f3;
    margin: 10px 0 0 -15px
}
.gemestoneRemedies-container {
    height: auto;
    overflow: hidden;
    display: block;
    margin: 10px 0 25px;
    border-bottom: 1px solid #f3f3f3
}
.remedies-legends {
    color: #05b8cc!important;
    font-weight: 400;
    font-size: 1.6em!important;
    font-size: 20px;
    border-bottom: 1px double #ECECEC!important
}
.gemestoneRemediesDetails {
    padding: 5px 0;
    height: auto;
    overflow: hidden;
    display: block
}
.gemestoneRemediesDetails span {
    background: rgba(230, 230, 230, 0.9);
    border-radius: .3em;
    color: #FF8A26;
    height: auto;
    overflow: hidden;
    padding: 6px 10px;
    text-align: justify;
    width: auto;
    margin: 5px 5px 0 1px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400
}
.gemestoneRemediesDetails span>strong {
    color: #717171;
    font-weight: 600;
    letter-spacing: 1px
}
.kalsarpa-desc {
    width: 130px;
    height: 130px;
    padding: 0px 10px 5px;
    border-radius: 50%;
    margin: 0 auto;
    border: 1px solid transparent;
}
.kalsarpa-desc p {
    text-align: center;
    font-size: 3em !important;
    margin: 35px 0 !important;
    color: #fff !important;
}
.kalsarpa-desc h3 {
    text-align: center;
    padding: 20px 0 6px;
    margin-bottom: 0;
    color: #FFF !important;
    border-bottom: 2px solid #FFFFFF;
    font-size: 1.5em;
}
.dasha-nav ul {
    margin: 0;
    padding: 0
}
.dasha-nav ul li {
    list-style: none;
    background: #0ac;
    border: 1px solid #0ac;
    border-radius: .3em;
    text-align: center;
    height: 40px;
    line-height: 2.4em;
    margin: 0 auto;
    display: inline-block;
    padding: 0 20px
}
.dasha-nav ul li:hover {
    background: #0bd;
    cursor: pointer
}
.dasha-nav ul li a {
    text-decoration: none;
    color: #fff
}
.Crnt-Dasha {
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
    padding: 0
}
.dashaPlanet {
    background: #FBC02D;
    border: 1px solid #FBC02D;
    border-radius: .2em;
    color: #FFF;
    cursor: pointer;
    height: 40px;
    text-overflow: ellipsis;
    line-height: 38px;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    width: 70px;
    margin-right: 10px;
}
.dashaFirstLevel {
    float: left
}
.dashaFirstlevelData {
    margin: 0 0 0 10px!important
}
.dashaData {
    float: left;
    margin: 0 0 20px 15px !important;
    width: 100%;
    color: #555;
}
.dashaData b {
    color: #d67118;
    font-weight: 400;
    font-size: 1.2em;
    display: block;
}
.dashaData p {
    color: #555;
    margin:0 !important;
}
.dashaSecondLevel {
    margin-left: 20px;
    float: left
}
.dashaThirdLevel {
    margin-left: 40px;
    float: left
}
.dashaFourthLevel {
    margin-left: 60px;
    float: left
}
.dashaFifthLevel {
    margin-left: 80px;
    float: left
}
.responstable {
    margin: 1em 0;
    width: 100%;
    overflow: hidden;
    background: #FFF;
    color: #024457;
    border: 1px solid #167F92
}
.responstable tr {
    border: 1px solid #D9E4E6
}
.responstable tr:nth-child(odd) {
    background-color: #EAF3F3
}
.responstable th {
    display: none;
    border: 1px solid #FFF;
    background-color: #167F92;
    color: #FFF;
    font-weight: 500;
    padding: 1em
}
.responstable th:first-child {
    display: table-cell;
    text-align: center
}
.responstable th:nth-child(2) {
    display: table-cell
}
.responstable th:nth-child(2) span {
    display: none
}
.responstable th:nth-child(2):after {
    content: attr(data-th)
}
@media (min-width: 480px) {
    .responstable th:nth-child(2) span {
        display: block
    }
    .responstable th:nth-child(2):after {
        display: none
    }
    .responstable td {
        border: 1px solid #D9E4E6
    }
}
.responstable td {
    display: block;
    word-wrap: break-word;
    max-width: 7em
}
.responstable td:first-child {
    display: table-cell;
    text-align: center;
    border-right: 1px solid #D9E4E6
}
.responstable td,
.responstable th {
    text-align: left;
    margin: .5em 1em
}
@media (min-width: 480px) {
    .responstable td,
    .responstable th {
        display: table-cell;
        padding: 1em
    }
}
#tabs {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}
#tabs li {
    float: left;
    margin: 0 15px 0 0
}
#tabs a {
    background: #fff;
    padding: .7em 1em;
    float: left;
    text-decoration: none;
    color: #565656;
    border: 1px solid #d3d3d3;
    border-radius: .3em;
    transition: all 125ms ease-in-out 0s;
    -moz-transition: all 125ms ease-in-out 0s;
    -webkit-transition: all 125ms ease-in-out 0s;
    -o-transition: all 125ms ease-in-out 0s;
    -ms-transition: all 125ms ease-in-out 0s
}
#tabs #current a,
#tabs #current a::after,
#tabs a:focus,
#tabs a:focus::after,
#tabs a:hover,
#tabs a:hover::after {
    background: #0ac;
    color: #fff;
    border: 1px solid #0ac
}
#tabs a::after {
    background: #0bd;
    color: #fff;
    border: 1px solid #0bd
}
#tabs #current a,
#tabs #current a::after {
    z-index: 3
}
#tabs a:focus {
    outline: 0
}
#content_tab {
    background: #FFf;
    padding: 0;
    z-index: 2;
    border-radius: 0 5px 5px
}
.rudrakshaImageContainer {
    width: 280px;
    margin: auto;
    padding: 5px;
    border-radius: .3em;
    text-align: center
}
.rudrakshaImageContainer figcaption {
    font-size: 1.5em
}
.remedies-title {
    color: #292929!important;
    font-weight: 400;
    font-size: 1.6em;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px double #ECECEC!important
}
.birth-sign-nak {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    padding: 20px 0;
    text-align: center
}
.moon-sign,
.nak-star {
    background: #f4f4f4;
    border: 1px solid #e3e3e3
}
.prediction h3 {
    color: #565656;
    padding-bottom: 5px
}
.prediction p {
    line-height: 2.2em;
    color: #878787
}

.text-md{
    line-height: 35px !important;
    color: #555 !important;
}

/**
 * Astro Cards
 */
.border-tlr-radius {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.shadowDepth0 { box-shadow: 0 1px 3px rgba(0,0,0, 0.12); }

.shadowDepth1 {
    box-shadow:
            0 1px 3px rgba(0,0,0, 0.12),
            0 1px 2px rgba(0,0,0, 0.24);
}
.astro_card {
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
    background-color: #fff;
    margin-bottom: 1.6rem;
    padding: 15px 10px;
}
.astro_card h2 img{
    float: right;
    width: 40px;
    margin: -6px 0;
}
.card__padding {
    padding: 0.6rem;
}
.card__meta{
    color: #FA0002;
}
.card__article{
    font-size: 1em;
    line-height: 25px;
    margin: 0;
}
.card__image {
    min-height: 100px;
    /*background-color: #eee;*/
}
.card__image img {
    width: 50%;
    max-width: 50%;
    height: 100px;
    margin: 0 auto;
    display: block;
}

.card__content {
    position: relative;
}

/* card meta */
.card__meta time {
    font-size: 1rem;
    color: #bbb;
    margin-left: 0.5rem;
}

/* card article */
.card__article h2 {
    line-height: 25px;
    color: #555 !important;
    font-size: 1.5em !important;
    transition: all 0.5s ease;
    margin-bottom: 30px;
    text-transform: none !important;
}
.card__article p {
    line-height:25px;
    color: #444;
    font-size:1.2em;
    transition: all 0.5s ease;
}
.panchang-block-width{
    padding:20px 15px;
}


@media handheld,only screen and (max-width:48em) {
    .panchang-details .meta-post{
        font-size: 1.3em  !important;
    }
    .panchang-details p{
        font-size: 1.3em ;
    }
    .p-elements p {
        font-size: 0.778em !important;
    }
    .pachang-data-block {
        padding:10px 0;
        border-right: 0 !important;
        border-bottom: 1px solid #bdc3c7;
    }

    .dashaPlanet{
        margin-left: 0 !important;
    }
    .dashaData{
        margin-left: 0 !important;
    }
    .table tr td{
        font-size: 0.85em !important;
    }
    .table thead th{
        font-size: 1em;
    }
    .horoscope-inner-container .col{
        border-right:0 !important;
        border-bottom: 1px solid #cad1d9;
    }
    .horoscope-inner-container img {
        width: 25% !important;
    }
    .custom-navigation{
        border-right:0 !important;
    }
    .custom-drop-down-menu{
        border-right:0 !important;
    }
    .vedic-page-prediction-title .text{
        position: relative !important;
        right:0;
        text-align: left !important;
    }
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

    .match-making-report .blocks {
        height: auto!important
    }
    .profile-bar{
        height: 100% !important;
    }
    #vedic_desktop_nave{
        display: none !important;
    }
    #vedic_mobile_nave{
        display: block !important;
    }
    .dashaPlanet{
        margin-left: 0 !important;
    }
    .dashaData{
        margin-left: 0 !important;
    }
    .table tr td{
        font-size: 0.85em !important;
    }
    .table thead th{
        font-size: 1em;
    }
    .horoscope-inner-container .col{
        border-right:0 !important;
        border-bottom: 1px solid #cad1d9;
    }
    .horoscope-inner-container img {
        width: 25% !important;
    }
    .custom-navigation{
        border-right:0 !important;
    }
    .custom-drop-down-menu{
        border-right:0 !important;
    }
    .vedic-page-prediction-title .text{
        position: relative !important;
        right:0;
        text-align: left !important;
    }

}