.bnr img{
border:1px solid #000;
}
hr.dark-line {
border-top: 3px solid #ee1f24f7;
margin-top:0px;
margin-bottom:0px;

}
.nav-link {

    padding: 4px 1px !important;
}
.navbar-nav .nav-link {
    padding-right: 2px !important;
    padding-left: 2px !important;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
.stopmain-wrap {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    padding: 5%;
}

.stopmain-wrap {
    font-family: 'Montserrat', sans-serif;
    background: ;
    color: whitesmoke;
}

.stopwatchcontainer {
    margin: 10px 0 0 20px;
    user-select: none;
}



.stopwatchcontainer {
    background: #334756;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    max-width: 500px;
    margin:  auto;
    padding: 25px;
    border-radius: 5px;
}

.time {
    font-size: 5rem;
    margin-bottom: 10px;
    user-select: none;
}

.controls button {
    background-color: #fdc0c0;
    margin: 10px 5px;
    padding: 10px 20px 10px 20px;
    font-size: 1rem;
    border-radius: 4px;
    border: none;
    transition: 0.8s;
    cursor: pointer;
}

.controls button:hover {
    background-color: transparent;
    color: whitesmoke;
}

@media(max-width:480px) {

.btn-success. i {
    font-size: 11px !important;
}
h3.product_title {
    font-size: 24px;
}
    .stopwatchcontainerh1 {
        font-size: 1.2rem;
    }
    .stopwatchcontainer {
        max-width: 200px;
    }
    .time {
        font-size: 2rem;
    }
    .controls button {
        padding: 5px;
        margin: 0.5px;
    }
}
/*Stop watch end*/


.new-tan .col-md-3.col-sm-6.col-6 {
    border: 1px solid #000;
}
 body{
    font-family: 'Quicksand', sans-serif;
}
.container-fluid.outer {
    padding: 15px 0px;
}

.outer a{
	font-size: 23px;
}
.robospan{
    float: right !important;
}
@media only screen and (max-width: 991px) {
  .robospan {
    display: none;
  }
}
.top-bar {
    background: #fff;
    border-top: 2px solid #fff;
    border-bottom: 6px solid #fff;
}
.btn-danger{
    color: #fff;
    background-color: #ee1f24 !important;
    border-color: #ee1f24 !important;
}
p.headmail {
    color: #000;
    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;
  }
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-primary {
    background: #fff !important;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    outline: 0px solid #000;
}
.navbar {
    background-color: #ee1f24 !important;
    padding: 0px 20px !important;
    transition: 1s;
}
.navbar li{
        padding: 0px 5px !important;
}
.navbar li:hover a, .navbar .nav-item.active .nav-link{
    color: #000 !important;
}

.navbar a {
    color: #000 !important;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}
.navbar a:hover, .navbar .nav-item:active .nav-link  {
    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;
}
.row.first {
    background: #fef4ea;
}


/*SLider Start*/
.carousel-caption {
    color: #000;
    font-weight: bolder;
}

   .carousel-caption p{width: max-content;
    background: #fffefe8c;
    margin: auto;
    padding: 10px;
    border-radius: 50px;
    
}

.carousel-caption h3 {
    font-weight: bolder;
/*    margin-bottom: 0px;*/
    background: #fffefe8c;
    width: max-content;
    margin: auto;
    padding: 10px;
    border-radius: 50px;
}


.carousel-item {
    transition: transform 2s ease-in;
}
@media only screen and (max-width: 600px) {
  .slider_desktop {
    display: none;
  }
  .carousel-caption {
    border-radius: 0px;
    font-size: 14px;
}
.carousel-caption h3 {
    font-size: 19px;
}
}
@media only screen and (min-width: 600px) {
  .slider_mobile {
    display: none;
  }
}

/*Slider End*/

/*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 0px;
    color: #000;
}
.col-md-12.banner-head p {
    font-size: 19px !important;
}
.col-md-12.banner-head p {
    font-size: 17px;
    line-height: 1.6;
}
/*.shop-img {
    padding: 0px 54px;
}*/
.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: 100px;
}

.new-tab .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #171b1e;
    font-size: 20px;
    font-weight: 900;
}

.new-tab .table-striped a {
    font-weight: bold !important;
}

@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/gpa.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;
    height: 20px;
}
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;
    }
    .new-tab a{
        font-size: 12px !important;
    }
}

/*Home sidebar End*/

.new-tab table.table.table-striped td{
    padding: 0.75rem 0px;
}

/*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;
}
span.input-group-text.jap {
    padding: 0px !important;
    margin: 0px !important;
}
span.input-group-text.jap img {
    width: 100%;
    height: 100%;
}
/*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 9px;
}
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: 10px;
}

.horo-para{
	margin-top: 50px;
	margin-bottom: 50px;
}
.horo-para p {
    font-size: 16px;
    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-back1.jpg);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
@media only screen and (min-width:  767px) and (max-width: 1350px) {
    .col-md-4 img.horo-ma {
    top: 52px;
    position: absolute;
}
}

/*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: #fff;
    border-top: 2px solid #000;
}
.row.foot-row {
    margin-top: 40px;
}
ul.list-unstyled.list-inline.social.text-center a {
    font-size: 20px;
    padding: 0px 10px;
    color: #000;
}
.col-md-2.foot-link a {
    color: #000;
}
.col-md-2.foot-link h5 {
    color: #000;
}
.row.foot-row h6 ,.row.foot-row .foot-box3 a {
    color: #000;
}
.container-fluid.foot p.ver {
    color: #000;
    font-size: 12px;
}
@media only screen and (max-width:  767px) {
  .foot .text-right,.foot .text-center {
    text-align: left !important;
}
h3#\39 55948 {
    font-size: 18px;
}
.container-fluid.foot {
    text-align: center;
}
.foot .text-right , .foot .text-center{
    text-align: center !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*/
ul.sidebar2ul.list-unstyled li {
    border: 1px solid #b1b0b0;
    margin-bottom: 5px;
    border-radius: 10px;
    background: #fdc0c0;
}
ul.sidebar2ul.list-unstyled li:hover {
    transform: scale(1.01);
    background: #f0e6da !important;
}

.sidebar2 li {
    padding: 3px 0px 3px 3px;
    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;
    font-size: 15px;
    font-weight: bold;
}
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;
}

.row.mt-2.text-center.lowbanner {
    margin: auto;
    padding-inline-start: inherit;
}

/*Product Page End*/

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

/*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*/

/*Ads Banner Start*/

@media only screen and (max-width: 700px) {
  .mb-hide{
    display: none;
}
.slw{
    width: 100%;
}
}
/*Ads Banner end*/

ul.homesidebarul li.sbm a {
    font-size: 12px !important;
}



/*New Design Srart*/
.wrap {
    border: 1px solid #cbc6c6;
    border-radius: 10px;
    overflow: hidden;
    font-weight: 600;
/*    font-style: oblique;*/
margin-bottom: 10px;
}
.wrap:hover {
    border: 2px solid #ed8083;
    box-shadow: 0px 0px 10px 1px #838181;
    /* transform: scale(1.1); */
    transition: transform 1s;
}
.wrap:hover>a,.wrap:hover>a p {
    color: #ed8083 !important;
    text-decoration: none !important;
}
.wrap p{
    color: #000 !important;
}


/*New Design End*/


/*Store PAGE Start*/

.store-cat-wrap {
    border: 1px solid #c5c5c5;
    border-radius: 10px;
/*    padding: 10px 0px 5rem 0px;*/
    background: #e3e3e3;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 15px;
    color:#000;
    font-weight: bold;
    overflow: hidden;
    height: 100%;
}
.store-cat-wrap a{
    color: #000;
    text-decoration: none;
    margin-top: 10px;
}


.store-box {
    border: 1px solid #90dbf1;
    padding: 2rem 1rem;
    box-shadow: 0px 0px 2px 1px #90dbf1;
}
/*Store PAGE End*/

span#theS,span#funF,span#adviceG {
    font-size: 18px;
    font-weight: bolder;
    color: #ed2b4c;
    padding-left: 10px;
}
.word p {
    background: #ee1f24;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    padding: 10px;
}
.word {
    border: 1px solid;
}
p.mean {
    font-size: 14px;
    color: #000;
    background: none;
    padding: 0px;
    padding-left: 10px;
}

.ebay-hm ins.epn-placement iframe{
    max-width: 100% !important;
}
ins.epn-placement iframe {
    max-width: 100% !important;
}

/*Singer Page Css Start*/

.singer-dp img {
    margin-top: -6em;
    border: 6px solid #ee1f24;
    border-radius: 50%;
}

/*Singer Page Css End*/


/*Aging Page CSS Start*/
.panel-default>.panel-heading {
    background: linear-gradient(-45deg, #2340ff 1%, #7c21f5 100%);
    color: #fff; padding: 18px;}
 .panel { box-shadow: 0px 0px 60px 0px rgba( 0, 0, 0, .40 );}
 .panel-group .panel { margin-bottom: 20px; border: 1px solid #2340ff; 
    border-color: linear-gradient(-45deg, #2340ff 1%, #7c21f5 100%);}
.panel-title { font-size: 18px;}
.panel-title a, .panel-title a:hover, .panel-title a:focus { text-decoration: none;color: #fff;}
.panel-body p { font-size: 16px; padding: 10px;}
/*Aging Page CSS End*/

.bible-menu li.sbm a, .savings-menu li a {
    display: flex;
    align-items: center;
}
.bible-menu li.sbm a span, .savings-menu li a span {
    display: block;
    margin-left: 0;
}

html, body{
    overflow-x: hidden;
}
.navbar-nav {
    flex-wrap: wrap;
}

ol {
    font-weight: normal;
}

ul.homesidebarul.list-unstyled li.active {
    background: #f0e6da !important;
  }

.col-md-12.text-center a:hover {
    text-decoration: none !important;
}
.chess-players-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.chess-players-list li {
    margin-bottom: 20px;
}

.megamenu.games-menu {
    width: 250px !important;
}

@media only screen and (max-width: 700px) {
    .saving-cat-wrap  p{
        line-height: 1;
        height: 22px;
        padding: 9px 0 21px;
    }
}
  
@media (max-width: 992px) {
    .navbar {
        display: none;
    }
}

/* 2025 */
.sidebardiv li.side-games a {
	display: flex;grid-gap: 10px;align-items: center;padding: 5px;
}
.sidebardiv li.side-games a > div {
	height:30px; width:26px;
}
.sidebardiv li.side-games a > div img{
	object-fit:cover; width:100%; height:100%; margin:0;
}

.store-cat-wrap .img-wrap-games{
	height:200px;
}
.img-wrap-games{
	height:200px;
}

@media (min-width: 400px){
	.store-cat-wrap .img-wrap-games{
		height:300px;
	}
    .img-wrap-games{
		height:300px;
	}
}

.store-cat-wrap .img-wrap-games img{
	object-fit:cover; width:100%; height:100%;
}

.img-wrap-games img{
	object-fit:cover; width:100%; height:100%;
}

.bg-primary {
    background-color: #ee1f24 !important;
}


/* --- */