body{
    font-family: 'Quicksand', sans-serif;
}
.container.outer {
    padding: 15px 0px;
}

.outer a{
	font-size: 23px;
}
.top-bar {
    background: #252525;
}
p.headmail {
    color: #fff;
    text-align: right;
    font-size: 15px;
}
.toplogo {
    margin-top: 15px;
}
.navbar{
	margin-bottom: 0px !important;
	box-shadow: 0px 11px 9px -11px #000000;
    /*border-bottom: 2px solid #00000085;*/
    position: sticky;
    top: 0;
    z-index: 999;
}
li.nav-item.dropdown.has-megamenu.active a {
    color: #000 !important;
}
@media only screen and (max-width: 991px) {
  .navbar {
    display: none;
  }
}
.navbar {
    background-color: #ee1f24 !important;
    padding: 0px 20px !important;
    transition: 1s;
}
.navbar li{
        padding: 10px 5px !important;
}
.navbar li:hover a{
    color: #000 !important;
}

.navbar a {
    color: #fff !important;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
}
.navbar a:hover {
    color: #000 !important;
}

.navbar li:hover {
    background: #f0e6da !important;
}
.navbar .active {
    background: #f0e6da !important;
}
/*.navbar-toggler {
    background: #fff !important;
}*/
.navbar .navbar-toggler {
    border-color: #fff !important;
}
.navbar .navbar-toggler:focus, .navbar .navbar-toggler:hover {
    background-color: #777 !important;
}

.dropdown-menu.megamenu.show a {
    color: #000 !important;
}
.dropdown-menu.megamenu.show {
    background: #f7f7f7;
    margin: 0px;
}
.col-megamenu li {
    border-bottom: 1px solid #b1a9a9;
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-primary .dropdown-menu.megamenu.show img {
    width: 30px !important;
}
.dropdown-menu.megamenu.show a {
    text-decoration: none;
}
/*Home Page Start*/
.row.first, h1,.astro-category,h2 , .container-fluid.foot, h5,h6{
    font-weight: bold;
}

/*Banner Start*/
.banner{
	/*background:url('images/astro.jpg');*/
	/*height: 450px;*/
    background: #fff;
	background-repeat: no-repeat;
    background-size: cover;
}
.col-md-12.banner-head h1 {
    font-size: 38px;
    line-height: 50px;
    font-family: system-ui;
}
.col-md-12.banner-head {
    padding: 1em 0px 0px 48px;
    color: #000;
}
.col-md-12.banner-head p {
    font-size: 23px !important;
}
.col-md-12.banner-head p {
    font-size: 17px;
    line-height: 1.6;
}

.col-md-12.text-hm {
    padding: 1em 0em;
    font-size: 21px;
    line-height: 1.5em;
}
section.below-red iframe {
    margin: 0px 15px;
}
section.below-red {
    background: #e3e3e3;
}
/*section.red {
    background: #f5d9d9;
}*/
section.red {
    background: #fff;
}
section.red .table-bordered.cat-table td {
    background: #fff;
}
section.red .table-bordered.cat-table td, .table-bordered.cat-table th {
    border: 1px solid #000;
    padding: 0px 2px !important;
    vertical-align: middle !important;
    font-size: 15px;
    font-weight: bolder !important;
}
section.red table.cat-table td a {
    color: #000;
}
.bg-cell {
    background: #f0e6da;
}
table.table.table-bordered.text-center.cat-table a {
    text-decoration: none;
    font-size: 13px;
    font-weight: bolder;
}
table.table.table-bordered.text-center.cat-table:hover {
    box-shadow: 0px 0px 5px 1px #a7a6a6;
    transform: scale(1.04);
}
table.table.table-bordered.text-center.cat-table {
    transition: 0.5s;
    margin: 1em 0em !important;
}
table.table.table-bordered.text-center.cat-table td:hover {
    background: #d6d5d5;
}
.cat-table img{
    width: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
   section.red table.table.table-bordered.text-center.cat-table a {
    font-size: 10px;
}
th.bg-cell {
    font-size: 12px;
}
.cat-table img{
    width: 48px;
}
}

section.astro-category {
    background: url(images/astrocate.jpg);
    background-attachment: fixed;
    text-align: center;
    color: #fff;
}

.astro-category img {
/*    background: #fff;
    border-radius: 50%;
    padding: 6px;*/
    width: 60px;
}
section.astro-category p,section.astro-category a {
    font-size: 15px;
    color: #fff;
    line-height: 18px;
}


section.astro-categoryold {
    background-image: url(images/astrocate.png) !important;
    background-attachment: fixed;
    text-align: center;
    color: #fff;
}

.astro-categoryold img {
    background: #fff;
    border-radius: 50%;
    padding: 6px;
    width: 60px;
}
section.astro-categoryold p {
    font-size: 12px;
}
.text-hm iframe {
    margin: 15px 20px;
}
.bannerold{
    background-image:url('images/astro.jpg') !important;
    background: #f7f7f7;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

@media only screen and (max-width: 600px) {
  .first {
    flex-direction: row-reverse;
  }
}
/*Banner End*/

/*Home Sidebar Start*/
ul.homesidebarul.list-unstyled li img {
    width: 26px;
    margin: 5px;
}
ul.homesidebarul.list-unstyled li a {
    font-size: 15px !important;
    text-decoration: none;
    color: #000 !important;
    font-weight: bold;
}
ul.homesidebarul.list-unstyled li {
    border: 1px solid #b1b0b0;
    margin-bottom: 5px;
    border-radius: 10px;
    background: #fff;
}
ul.homesidebarul.list-unstyled li:hover {
    transform: scale(1.01);
    background: #f0e6da !important;
}
.col-lg-2.pt-5.home_mobile_hide {
    background: #e3e3e3 !important;
}
@media only screen and (max-width: 991px){
    .home_mobile_hide {
        display: none !important;
    }
}

/*Home sidebar End*/

/*Home Page End*/
/*contact Page*/
.info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
    padding: 20px 0 30px 0;
}
.margin-top {
    margin-top: 40px;
}
.info-box i.fa {
    font-size: 24px;
    color: #ee1f24;
    border: 2px dashed #000;
    padding: 10px;
    border-radius: 30px;
}

input#sub {
    background: #ee1f24;
    color: #fff;
    font-size: 15px;
    padding: 12px 50px;
    margin-top: 3px;
}
input#sub:hover {
    background: #252525;
    box-shadow: 0px 0px 2px 1px #727070;
}


.form-margin{
    text-align:center;
}

.input-group {
    padding: 5px 0px;
}
span.input-group-text {
    background: #f0e6da !important;
}
/*Abput Us Page*/
/*OLD PAGE Start*/
h4.about-para {
    line-height: 40px;
    font-size: 20px;
    text-align: justify;
}
.abo img {
    width: 100% !important;
    border-radius: 60px;
}
section.contact-form {
    margin-bottom: 50px;
}
/*Old Page End About us*/
.feature-box i.fa {
    color: #ee1f24;
    float: left;
    font-size: 30px;
    margin-right: 4px;
    border: 1px solid #ee1f24;
    border-radius: 50%;
    padding: 19px;
}
.col-md-4.feature-box h6 {
    color: #ee1f24;
    font-weight: bold;
}
.col-md-4.feature-box p {
    font-size: 14px;
    font-weight: bold;
}
.container.feature {
    padding: 50px 0px;
}
p.gernal.mt-3 {
    font-size: 20px;
    text-align: justify;
    font-weight: bold;
}
h3.genral {
    font-weight: bold;
}
 .about-fea img {
    border: 10px solid #f0e6da;
    box-shadow: 0px 0px 3px 0px #908e8e;
}
.card.mb-5.mt-5 {
    font-weight: bold;
}
.about .card-header {
    font-size: 20px;
}
/*Horoscope Page*/
.scop{
	padding: 30px;
}

.horo-para{
	margin-top: 50px;
	margin-bottom: 50px;
}
.horo-para p {
    font-size: 23px;
    text-align: justify;
}
section.horo-sign {
    background: #f5d9d9;
    margin-top: 40px;
}
.horo-last p {
    font-size: 19px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    padding: 75px 15px;
}
.horo-last {
    background: url(images/horo/horo-back.jpg);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


/*Footer*/
	/*Old footer start*/
/*.foot-container {
    margin: 30px;
    text-align:center;
}

.foot-box2 img {
    width: 140px;
}

.foot-container p {
    font-size: 15px;
    color: #ee1f24;
}

.row.upper {
    background: grey;
    color: #fff !important;
    font-size: 30px;
    padding: 30px;
}
.row.upper li a {
    color: #fff;
    padding: 3px;
}*/
/*old footer end*/
.foot-link ul {
    list-style: none;
    padding: 0px !important;
    font-size: 16px;
}
.container-fluid.foot {
    padding: 5px 35px;
    background: #252525;
}
.row.foot-row {
    margin-top: 40px;
}
ul.list-unstyled.list-inline.social.text-center a {
    font-size: 20px;
    padding: 0px 10px;
    color: #fffdfda3;
}
.col-md-2.foot-link a {
    color: #fffdfda3;
}
.col-md-2.foot-link h5 {
    color: white;
}
.row.foot-row h6 ,.row.foot-row .foot-box3 a {
    color: #fff;
}
.container-fluid.foot p.ver {
    color: #fff;
    font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .foot .text-right,.foot .text-center {
    text-align: left !important;
}
}

/*new footer end*/

/*Astrology Books*/
 .margin-top-books{
     margin:40px 0px;
 }

.col-md-2.amaproductconta iframe  .amzn-ad-container {
    
    width: 100% !important;
    text-align: center !important;
}
.col-md-2.amaproductconta{
    text-align: center !important;
}
/*.col-md-2.amaproductconta iframe {*/
/*    width: 100% !important;*/
/*}*/




/*Sidebar-2 Start*/
.sidebar2 li {
    padding: 15px 40px 0px 0px;
    border-bottom: 1px solid #bebcbc;
}
.sidebar2 ul {
    padding: 0px 15px;
}
.sidebar2 {
    background: #e3e3e3;
    left: 0;
    position: sticky;
    top: 100px;
}
.sidebar2 li a {
    color: #000;
    text-decoration: none;
}
h4.mt-5 {
    padding: 0px 15px;
}
/*Sidebar-2 End*/

/*privacy page start*/
.sidebardiv{
    border-right: 2px solid #d0d0d0ad;
    box-shadow: 1px 0px 2px 0px #d4d2d2;
    background: #e3e3e3;
}
.privacy-cards {
    font-weight: bold;
}
.privacy-cards .card-header {
    font-size: 21px;
}

@media only screen and (max-width: 767px){
.sidebardiv {
    display: none;
}
}
.term-li li{
    list-style: none;
}

/*Category Style Start*/
/*.cat-col {
    border: 1px solid transparent;
    box-shadow: 0px 0px 5px 0px #ee1f243d;
    background: #f5d9d9;
}
.cat-col img, .cat-col h5 {
    margin: 20px 28px;
}*/
ul.cat-ul {
    display: contents;
    flex-wrap: wrap;
}
li.cat-col {
    list-style: none;
    float: left;
    width: 33%;
    clear: both !important;
}
.li-div {
    background: #f0e6da;
    margin: 10px;
    box-sizing: border-box !important;
    border: 1px solid #000;
}
.li-div:hover {
    transform: scale(1.02);
    transition: 0.5s;
    box-shadow: 0px 0px 5px -1px #867d7dd1;
}
.li-div h5 {
    padding-bottom: 20px;
    color: black;
    font-weight: 900;
}
.li-div a{
    text-decoration: none;
}
.li-div img {
    margin: 40px 0px;
}

@media only screen and (max-width: 991px) {
  li.cat-col {
    width: 100%;
}
}
/*Category Style End*/

/*Advertisement Fee Start*/
.adver-fee{ 
    border: 1px solid #feee;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 0px #9d9696;
}
.content-colm, .content-colm h3 {
    font-weight: bold;
}
/*Advertise Fee End*/


/*Product Page Start*/

.product_para{
    text-align: justify;
    padding: 0px 10px;
}
.product_title{
    background: #f0e6da;
    border-radius: 10px 10px 0px 0px;
    padding: 10px;
    font-weight: bold;
}

.btn.btn-success.btn-previous {
    float: left;
}
.btn.btn-success.btn-next {
    float: right;
}

.btn-color {
    background: #f0e6da;
    color: #000;
    font-weight: bold;
    border: 1px solid #ded2c3;
}
.rightside{
	background: #e3e3e3;
    border-left: 2px solid #d0d0d0ad;
    box-shadow: -1px 0px 2px 0px #d4d2d2;
}

/*Product Page End*/

/*Terms of Use Page Start*/
.col-md-7.terms-cards {
    font-weight: bold;
}
.terms-cards .card-header {
    font-size: 21px;
}
/*Terms of Use Page End*/

/*Delete IT*/
/*.bg-cell {
    font-size: 15px !important;
}
table.table.table-bordered.text-center.mt-5.cat-table a {
    font-size: 13px !important; }

 
.cat-table img {
    width: 50px !important;
}*/




/*Trivia Start*/


.question{
    font-weight: 600;
}
.answers {
  margin-bottom: 20px;
}
.answers label{
  display: block;
}
#submit{
    font-family: sans-serif;
    font-size: 15px;
    background-color: #279;
    color: #fff;
    border: 0px;
    border-radius: 3px;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 20px;
}
#submit:hover{
    background-color: #38a;
}

/*Trivia End*/