@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');


body {
  background: #fef7e5;
  font-family: 'Roboto', sans-serif;
}
 

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 2px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: red; 
  border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: red; 
}

/*  universal css  */



.content-block .bg_light {
    background: #fffdf6;
}


.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-wrapper .bg-yellow {
  background: #ffe25f;
}

.content-wrapper .bg-light {
  background: #c9e5ff;  
}

a.button { 
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 20px;
    padding: 10px 20px 10px 20px;
    border-style: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    line-height: 20px;
    cursor: pointer;
    background: #fffdf6;
    color: #333;
    width: 63%;
    display: block;
    text-transform: uppercase;
    }

a.button.button__white.black.podcast {
    width: 70%;
}

a.button:hover {
    background: #e3dded;
    color: #e31c3c;
}

a.button.button__white.black { 
  color: #fffdf6;
  width: 82%;
}

a.button.button__white.black:hover {
    background: #e31c3c;
    color: #fffdf6;
}
 


.header-wrapper {
    border-bottom: 1px solid #333;
}

.logo {
  border-right: 1px solid #333;
  height: 31.8vh;
  background-color: #fdfeff;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.col-lg-3, .col-md-3, .col-lg-9, .col-md-9,
.col-lg-2, .col-md-2, .col-lg-10, .col-md-10,
.col-lg-4, .col-lg-8, .container-fluid, .col-lg-6,
.col-lg-12, .col-md-4, .col-md-8, .col-md-6, .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

.col-lg-4, .col-md-4 {
  width: 38.5%;
}

.col-lg-8, .col-lg-8 {
  width: 61.5%;   
}

.col-lg-2, .col-md-2 {
    width: 20.5%;
}

.col-lg-10, .col-md-10 {
    width: 79.5%;
}

.body-content {
  border-bottom: 1px solid #333;
}

.search-wrapper {
    height: 5.3vh;
    border-bottom: 1px solid #333;
} 

.header-right {
  height: 26.5vh; 
}


.logo img {
  width: 25%;
}

.logo {
    border-right: 1px solid #333;
    height: 31.8vh;
    display: flex; 
    justify-content: center;
    position: relative;
}

.logo a {
  text-align: center;
  display: block;
  margin-top: 2.4vh;
}

.menu-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #333;
    z-index: 99;
}

.menu-button button {
    height: 5.8vh;
    font-weight: bold;
    font-size: 18px;
    line-height: 50px;
    text-transform: uppercase;
    background: transparent;
    border: 0;
    padding: 0 20px 0 20px;
    cursor: pointer;
}

.menu-links-wrapper {
    top: calc(calc(0.126* 100vw) + 59px);
    width: 38.5vw;
    height: calc(100vh - calc(0.126* 100vw) - 57px);
    min-height: 445px; 
    border-right: 1px solid #333;
    position: fixed;
    background: #fef7e5;
    display: none;
    border-top: 1px solid #333;
}


.menu-inner-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

ul.menu-links li {
    margin-bottom: 25px;
    display: block;
    font-size: 15px;
    line-height: 20px;  
    margin-bottom: 10px;
}


ul.menu-links li:first-child {
    margin-top: 50px;
}

.drop-link,
ul.menu-links li a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
}

.drop-link {
  position: relative;
  cursor: pointer;
  padding: 0px 10px 20px 10px;
}

.drop-block { 
  background: #fff;
  position: absolute;
  top: 23px;
  border: 1px solid #e7e7e7;
  max-width: 440px;
  width: 17vw;
  left: 0;
  right: auto;
  text-align: left;
  height: 160px;
  overflow: auto;
  display: none;
}

.drop-link:hover .drop-block {
  display: block;
}

.menu-links-wrapper .drop-block a {
    font-size: 12px;
    margin: 0;
    padding: 8px 15px;
    display: block;
    text-align: left;
    line-height: 12px;
    border-bottom: 1px solid #dedede;
}

.menu-links-wrapper .drop-block a:hover {
  color: #e31c3c;  
}



ul.social-links {
  padding-bottom: 3.6vh;
}

ul.social-links li {
  display: inline-block;
}

ul.social-links li .fa-brands {
    font-size: 25px;
    color: #333;
    margin: 0px 5px 0px 5px;
}


.header-links-wrapper {
  width: 100%;
  position: relative; 
  overflow: hidden; 
  background: #e3dded;   
  height: 5.2vh;
}

.header-links-wrapper.inner {
  height: 5.3vh; 
}

ul.header-links { 
    align-content: center;
    height: 5.2vh;
    animation: ticker-tape-scrolling 20s linear infinite running;
}

ul.header-links:hover {
  animation-play-state: paused;

}


ul.header-links li:first-child {
  margin-left: 0;
}  

ul.header-links li {
  margin-left: 40px;
  display: inline;
}

ul.header-links li a{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  text-decoration: none;
  color: #e31c3c; 
} 

input#search {
    position: absolute;
    top: 0;
    right: 0; 
    height: 100%;
    text-align: center;
    padding: 0 0 0 0;
    border-style: none;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    border-left: 1px solid #333;
    width: 10vw;
}

::placeholder {
  color: #333;
  opacity: 1;
}

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

.content-block {
  height: 29.9vh; 
}


.aaj-ka-Panchang {
  background : radial-gradient(81.08% 81.08% at 54.27% 53.92%,#fffdf6 0%,rgba(255,92,172,.65) 100%);
  position: relative;
  height: 29.8vh;
  display: flex;
}

.aaj-ka-Panchang .left h3, .aaj-ka-Panchang .left p {
  font-family: 'Wave Path - Personal Use';
    text-shadow: -1px 1px 0px #ff0081, -2px 2px 0px #ff5cac, -3px 3px 0px #ff5cac, -4px 4px 0px #ff5cac, -5px 5px 0px #ff5cac, -6px 6px 0px #ff5cac;
    color: #fff;
}

.aaj-ka-Panchang h3 {
    font-size: 40px;
}

.aaj-ka-Panchang p {
  font-size: 16px;
}
 
.Panchang-content {
  width: 50%;
  position: relative;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
} 

.content-inner {
    border: 1px solid #333;
    background: #fff;

}
 
.content-inner img {
    max-width: 35px;
    width: 100%;
    margin: 20px 10px 10px 10px;
}

.content-inner p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}



.content-wrapper.dummy {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.content-wrapper.dummy img {
    max-width: 246px;
    width: 100%;
}

.content-wrapper .dummy-content {
  position: absolute;
  max-width: 232px;
  width: 100%; 
  height: 53vh;
  z-index: 9;
  text-align: center;
  padding-top: 41px;
}

.content-wrapper .dummy-content h2 {
    color: #333;
    font-family: 'P22 Underground Pro';
    font-size: 20px;
}

ul.dummy-list {
    list-style: none;
    border: 1px solid #333;
    width: 100%;
    max-width: 190px;
    margin: 10px auto 0; 
    background: #fff;
}

ul.dummy-list li {
    border-bottom: 1px solid #333;
    padding: 10px;
    background: #ffe25f;
}

ul.dummy-list li:last-child {
  border-bottom: 0;
}

ul.dummy-list li:hover {
  background: #e3dded;
}

ul.dummy-list li:hover p {
  color: #333;
}

ul.dummy-list li a {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

ul.dummy-list li a p {
    font-size: 12px;
    color: #e31c3c;
    font-weight: 600;
    text-transform: uppercase;
}

.content-wrapper ul.dummy-list li a img {
    width: 50px;
    border-radius: 50px;
    border: 1px solid #7c7c7c;
    margin-bottom: 5px;
    position: relative;
}

.content-wrapper ul.dummy-list li a img:after {
  content: "0";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #333;
} 


.bg-grid {
  position: absolute;
    top: 0%;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 40px 40px;
    background-image: linear-gradient(to right, rgba(255, 0, 129, .2) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 0, 129, .2) 1px, transparent 1px);
}

.body-content-left {
  border-right: 1px solid #333;
}

.content-wrapper{
  height: 59.8vh;
}

.inner-block {
  position: relative; 
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.header-right-block {
    height: 26.5vh;
    display: flex;
}

.inner-block.second {
    display: flex;
    justify-content: center;
    align-items: center;
}


.inner-block.second .bg_image {
    display: block;
    width: 85.5%;
    border: 1px solid #333;
    background: url(../images/lotte.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 86%;
    background-position: center;
}

.box1 {
    width: 166px;
    height: 166px;
    background: url(../images/a4d-logo.svg);
    background-repeat: no-repeat;
    margin: 20px;
    background-size: cover;
    display: inline-block;
}

.box {
    animation: animName 20s linear infinite;
    width: 166px;
    height: 166px;
    background: url(../images/a4d-logo.svg);
    background-repeat: no-repeat;
    margin: 20px;
    background-size: cover;
    display: inline-block;
}
 

@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}

.box-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: url(../images/clouds.png);
  background-size: cover;
  background-repeat: no-repeat;  
  background-position-y: -40px;
}

.box-wrapper h4 {
  color: #333; 
  text-align: center;
  letter-spacing: .1em;
  justify-content: space-evenly;
  font-size: 1.17rem;
  font-family: "VT323", monospace;

}
 
.on-hover {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/a4d-clouds.gif);
  background-size: cover;
  background-repeat: no-repeat; 
  opacity: 0;
  background-position-y: -40px;
} 

.on-hover marquee h4 {
    display: inline-block;
    margin: 0px 20px 0px 20px;
    font-family: "VT323", monospace;
}

.inner-block:hover .on-hover {
  opacity: 9;
  height: 100%;
}


.bg_image {
    display: block;
    width: 85.5%;
    border: 1px solid #333;
    background: url(../images/lotte.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 86%;
    background-position: center;
}



.ht-59 {
  height: 59.8vh;
}

.content-block.pad-30 {
    padding: 30px;
}

.overflow {
  overflow: auto;
}

.services_wrapper {
    background: #e3dded; 
    position: relative; 
    width: 100%;
    padding-top: 20px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px #ddd;
}

.services_wrapper a.button {
  width: 100%;
  padding: 10px 0 10px 0;
}

.services_wrapper:hover a.button {
  background: #e31c3c;
  color: #fff;
}

.services_wrapper img {
    max-width: 70px;
    width: 100%;
}

.img-wrap {
    position: relative;
    display: inline-block;
}

.img-wrap img.red {
  position: absolute;
  opacity: 0;
  left: 0;
}

.services_wrapper:hover img.red {
  opacity: .9;
}

.services_wrapper:hover img {
  opacity: 0;
} 


.birth-inner-wrapper {
    background: #333;
    height: 29.8vh; 
    display: flex;
    justify-content: flex-start;
}

.birth-inner-wrapper {  
    background: #333;  
}

.birth-inner-wrapper h2 {
  font-family: 'P22 Underground Pro';
    color: #fff;
    text-align: left;
    font-size: 3em;
      letter-spacing: -8px;
      font-weight: 200;
}

.char__readable-gap {
  margin-right: 4px;
}

.chart__image {
  background: url(../images/JessicaLanyadoo_BirthChart.png);
  background-repeat: no-repeat;
  background-position: left; 
  width: 50%;
  background-size: 85%;
  background-position-x: -5px;
}

.offerings__jl-book {
      background: url(../images/Jessica_Book_GIF.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 50%; 
    background-position-x: 18px;
    background-size: 238px;
}

.char__bc-overlap {
    letter-spacing: -20px;
}

.birth-inner-wrapper a.button { 
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 20px;
    padding: 10px 20px 10px 20px;
    border-style: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    line-height: 20px;
    cursor: pointer;
    background: #fffdf6;
    color: #333;
    width: 75%;
    display: block;
    text-transform: uppercase;

    &:hover {
        background: #e3dded;
        color: #e31c3c;
      }
    }

 
a.button.button__white.black {
  background: #333;
  color: #fffdf6;
  width: 82%;

  &:hover {
    background: #e31c3c;
    color: #fffdf6;
  }
}
 
.pl-10 {
  padding-left: 24px;
}


.flex-space { 
  display: flex;
  justify-content: space-between;
}

.links-wrapper {
  width: 50%;
}

.links-wrapper ul {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-around;
}

.links-wrapper ul li {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    border-bottom: 1px solid #333;
    height: 16.66%;
    align-items: center;
    position: relative;
}

.links-wrapper ul li:last-child {
  border-bottom: 0px;
} 



.links-wrapper ul li:hover {
  background-color: #e3dded;
}

.links-wrapper ul li:hover img {
  right: 4px;
}

.links-wrapper ul li img {
  width: 18px;
  position: absolute;
  right: 24px;
}

.links-wrapper ul li a {
  font-weight: 500;
    font-size: 15px;
    color: #333;
    display: inline-block;
    width: 100%;
    padding: 4% 0 4% 10%;
    text-decoration: none;
}

.links-wrapper ul li a:hover {
  color: #e31c3c;
}

.main-links-wrapper {
  display: flex;
  flex-direction: column; 
  width: 50%;
}

.heading__container {
  padding-top: 22px;
  padding-left: 30px;
  margin-bottom: 20px;
  width: 45%;
}

.heading__container.second {
    padding-top: 2.8vh;
    position: relative;
    z-index: 9;
}

.heading__container.second h2 {
    font-size: 4em;
}

.heading__container.second p {
    margin-top: 2.7vh;
}

.birth-inner-wrapper .second h2 {
  color: #333;
  font-family: 'P22 Underground Pro';
  letter-spacing: normal;
  transition: letter-spacing .5s ease-in-out;
}   

/*.birth-inner-wrapper.bg_light:hover h2 {
  letter-spacing: 20px;
  transition: letter-spacing .5s ease-in-out;
}*/

.content-block .second h2 {
    font-size: 4em;
    letter-spacing: -9px;
}

.footer {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.copyright-content {
  height: 8.2vh;
}

.copyright-block,
.footer-menu,.footer-link {
  height: 4.1vh;
  width: 100%;
}


.footer-logo {
  padding: 13px;
}

.footer-logo a {
  display: inline-block;
}

.footer-logo img {
  max-width: 220px;
  width: 100%;
}


.footer-left-top {
    height: 38.5px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;  
}

.footer-left-top img {
  width: 14px;
}

ul.footer-links {
  display: flex;
}

ul.footer-links li {
  width: 25%;
  text-align: center;
  border-right: 1px solid #333;
}

ul.footer-links li a {
  line-height: 38.5px;
  color: #333;
}

ul.footer-links li a:hover {
  color: #e31c3c;
}

ul.footer-links li:last-child {
  border-right: 0px;
} 

.footer a {
  color: #333;
}

.footer p {
    font-size: 12px;
    text-transform: none;
    line-height: 38.5px;
}

.newsletter {
  display: flex;
  padding-left: 20px;
}

.newsletter img {
  width: 18px; 
  margin-top: 6px;
}

.copy-right-wrapper {
    display: flex;
    justify-content: space-between;
    /* align-content: center; */
}

.copy-right-block {
    height: 38.5px;
    display: flex;
    align-items: center;
    width: 50%;
    padding-left: 37px;
}

.site-wrapper {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.subscribe a {
  font-size: 12px;
    color: #333;
    padding: 12px 20px;
    border-left: 1px solid #333;
}

.copy-right-block p {
  text-transform: none;
}

.copy-right-block p a {
  text-decoration: underline; 
}

.copy-right-block.first {
    border-right: 1px solid #333;
    padding-left: 54px;
    width: 50%;
}


.newsletter-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; 
    cursor: pointer;
}

.newsletter-wrapper:hover p,
.newsletter-wrapper:hover a {
  color: #e31c3c;
}

.newsletter-wrapper:hover .img-wrapper img.red {
  opacity: 9;
}

.newsletter-wrapper:hover .img-wrapper img.black {
  opacity: 0;
}

.img-wrapper img.black {
  opacity: 9;
}

.img-wrapper img.red {
    position: absolute;
    left: 0; 
    opacity: 0;
}

.img-wrapper {
    position: relative;
    margin-left: 15px; 
    height: 18px;
    margin-top: 4px;
}


/*weekly horoscope*/

#horoscope-page .search-wrapper {
  border-bottom: 0;
}

  
ul.horoscope li img {
    width: 20px;
    position: absolute;
    top: 13px;
    right: 50px;
} 

.logo.horoscope {
  justify-content: flex-start;
  height: 5.3vh; 
  background: transparent;
}

.logo.horoscope a {
  display: inline-block;
    margin-top: 5px;
}   
 
.logo-wrapper {
    width: 66%;
    border-right: 1px solid #333;
    text-align: center;
} 

.logo-wrapper img {
  width: 18vh;
}

.menu-wrapper.horoscope {
    position: static;
    border-top: 0;
}

.menu-wrapper.horoscope .menu-links-wrapper {
    left: 0;
    height: 94.6vh;
    bottom: 0;
    top: auto;
    border-top: 0;
}

.horoscope-image-wrapper {
  padding: 0;
}

.horoscope-image-wrapper .header-right {
  height: 21.5vh;
}

.horoscope-image-wrapper .bg_image {
  width: 67.5%;
}

#horoscope-page .body-content {
  border-top: 0;
}

.body-content.ask-the-question,
.body-content.sadesati {
  background-color:#fff4cc;
  background-image: url(../images/bg.png);
  background-size: cover;
}
 
.horoscope-content {
  padding: 50px;
  height: 57.1vh;
  border-top: 1px solid #333;
}

.horoscope-content h3 {
  font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #333;
    margin: 20px 0;
    text-transform: capitalize;

}

.horoscope-content p,
.horoscope-content h4 {
  font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    margin: 15px 0;
}

.horoscope-content p {
  margin-bottom: 20px;
}

.next-prev {
  padding: 2vh 5% 0 5%;
  height: 7.8vh;
  border-top: 1px solid #333;
}

.next-prev a {
  font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    display: inline-block;
    color: #333;
}

.next-prev a:hover {
    color: #e31c3c;
}

.next-prev a img {
  width: 24px;
  margin-right: 10px;
}

.sign__detail {
    width: 90%;
    margin: 3vh auto 0;
    border: 1px solid #333;
    display: flex;
    clear: both;
}

.sign-img {
  width: 30%; 
  text-align: center;
  border-right: 1px solid #333;
}

.sign-img img {
  width: 60%; 
  margin: 47px 0;
  transform: rotate(-12.92deg);
}

 ul.sign-social {
  width: 100%;
  border-top: 1px solid #333;
    height: 50px; 
    text-align: center;
}

 ul.sign-social li {
  display: inline-block; 
}

 ul.sign-social li a {
  display: inline-block;
  color: #333;
  height: 50px;
  padding: 15px 4px;
}

.sign-content {
  width: 70%;
}

div#horoscope-page {
    background-color: #fffdf7;

}

.sign-title {
  padding: 0px 25px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  background: #ffe25f;
  border-bottom: 1px solid #333;
}

.sign-title h5 {
  font-size: 15px;
  font-weight: normal;
  line-height: 50px;
}

.sign-content p {
  padding: 25px;
}

.next-prev-wrapper {
    height: 26vh;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.next-prev-wrapper .next-prev {
  padding: 2vh 5% 0 5%;
    height: 7.6vh;
    border-top: 0;
}

/*about*/

.horoscope-content.about {
    height: 86.4vh;
    border-top: 0;
    padding: 30px 40px;

}

.horoscope-content.about .img1 { 
  object-fit: cover;
  border: 1px solid #333;
  height: 100%;
}



.about-content {
  margin-top: 30px;
  flex-direction: row;
  display: flex;
  padding-left: 40px;
}

.about-content img {
  margin-right: 25px;
        margin-top: -35px;
}

.sign__detail.about {
    margin: 4vh auto 0;
    width: 93%;
}

.sign-content.about {
  width: auto;
  height: 52.9vh;
}
 
.about-p {
    width: 72%;
    margin: 53px auto 0;
} 

.sign-title.about h5 {
  font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 50px;
    text-transform: uppercase;
}

/*Contact*/

.horoscope-content.about.contact {
    height: 86.3vh;
    padding: 25px;
    overflow: auto;
}

.horoscope-content.about .img1.contact {
  width: 100%;
  height: 100%;
}

.sign__detail.about.contact { 
    margin: 25px;
    width: auto;
    height: 81vh; 
}

.sign-content.about.contact {
  width: 100%;
  height: 75.7vh;
}

.contact-form  {
  width: 60%;
  text-align: center;
  height: 75.7vh;
  border-right: 1px solid #333;
  padding-bottom: 30px;
}

.contact-form p {
    max-width: 440px;
    text-align: center;
    margin: auto;
}

.contact-form form {
    max-width: 62%;
    margin: auto;
}

.form-group.row {
  justify-content: space-between;
}

.form-group.row .col-lg-6 {
    max-width: 49%;
    width: 100%;
}

.form-group {
  margin-bottom: 18px;
}

.form-group textarea,
.form-group input
 {
  font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    border: 1px solid #333;
    border-radius: 0;
    width: 100%;
  padding: 10px;
}
 

.form-control:focus {
  border-color: #e31c3c;
    outline: 0;
    box-shadow: none;
}

.form-group label {
  font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
} 

.form-group label span {
  opacity: .7;
}

td.report,
table.table {
  text-transform: math-auto;
}



td.stone,
td.moodofday,
td.nakshatratoday,
td.nakshatrabirth,
table.table.table-bordered.horoscope.tbl-mantra-suggestion,
td.yogpresent,
td.planet_name,
td.planet {
    text-transform: capitalize;
}

select {
    text-transform: capitalize;
}

td.ashtkoot-conclusion {
  text-align: justify;
}

table.table.table-bordered.horoscope {
    font-size: 14px;
    margin-bottom: 0;
}

table.table.table-bordered.horoscope tr {
  max-width: 200px;
  width: 100%;
}
 

ul.search-input {
  width: 100%;
  background: #fff;
  color: #333;
  display: none;
}

ul.search-input {
    width: 100%;
    background: #fff;
    color: #333;
    border: 1px solid #333;
    text-align: left;
    height: 130px;
    overflow: auto;
}

ul.search-input li {
    padding: 5px 10px;
    cursor: pointer;
    border-top: 1px solid #ddd;
    font-size: 14px;
    font-weight: 500;
}

ul.search-input li:hover {
  color: #e31c3c;
} 


.sign-content.about.contact button {
    background: #333;
    border: 0;
    color: #fff;
    padding: 6px 30px;
}

.sign-content.about.contact button:hover {
  background: #e31c3c;
} 

.contact-info-wrapper {
  display: flex;
} 

.contact-info {
  width: 40%;
  height: 100%;
  padding: 25px 50px;
}

.contact-info h5 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 25px;
  margin-bottom: 20px;
}

.contact-info ul li {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
}

/* lagn page */

.time1, .time { 
    height: 44px;
    display: flex;
    justify-content: space-between;
}

.time1 select {
  width: 100%;
}

.time select {
    border: 1px solid #333;
    width: 32%;
    height: 44px;
}

.form-block {
    display: flex;
    justify-content: space-between;
}

.form-block select {
    width: 20%;
    margin-right: 10px;
    border: 1px solid #333;
}

.language select {
  width: 100%;
  border: 1px solid #333;
  height: 44px;
}

.sign__detail.about.contact.block {
    display: block;
    max-width: 70%;
    margin: 25px auto;
}

.contact-form.overflow.sadesati {
    width: 100%;
    border-right: 0;
    padding-top: 50px; 
    height: 75.4vh;
}

.contact-form.overflow.sadesati.muhurat {
    height: 70vh;
}

.tab-pane .contact-form.overflow.sadesati.gemstone {
  height: 70vh;
}

.tab-pane .contact-form.overflow.sadesati.gemstone1 {
    height: 64.8vh;
}

.contact-form form.sadesati {
    max-width: 45%;
    margin: 20px auto 0;
    padding: 20px 15px;
    background: #fff;
    box-shadow: 5px 5px 20px #00000029;
    border: 1px solid #dddddd;
    border-radius: 0px;
}


.popup-wrapepr.index button,
.contact-form form.sadesati button,
form.muhurat button {
    background: #333;
    border: 0;
    color: #fff;
    padding: 6px 30px;
}


.popup-wrapepr.index button:hover,
.contact-form form.sadesati button:hover,
form.muhurat button:hover {
    background: #e31c3c;
}

form.muhurat {
    max-width: 650px;
    margin: 40px auto 0;
    width: 100%;
}

.popup-wrapepr {  
    background-color: #ffeda0; 
    z-index: 9999;
    position: absolute;
    top: 40%;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
      max-width: 800px;
  width: 100%; 
  overflow: auto; 
  box-shadow: 0px 0px 10px #585858;
    display: none;
}


.popup-wrapepr.muhurat-popup {
  max-width: 350px;
}

table.table.table-bordered.panchang {
    margin-bottom: 0;
}

.text-center.bg-green th {
    background: #839626;
    font-size: 14px;
}


.dasha-position {
    top: 50px;
    right: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
}
 
.dasha-position.second {
    top: 88px;
} 

.popup { 
  overflow: auto;
  text-align: center; 

}

.popup table {
  text-align: left;
}

.table .thead-dark tr th {
  background: #ffd41f;
  text-align: center;
  text-transform: uppercase;
}

.table tr td {
    background: #eaf4ff;
    position: relative;
    font-weight: 500;
    color: #767676;
    font-size: 14px;
    line-height: 18px; 
}
 



.table tbody>tr>th {
    width: 50%;
    background: #ff3e3e;
    font-weight: 500;
    color: #fff;
    font-size: 17px;
    line-height: 25px;
    text-transform: capitalize;
}

.dasha-position .table tbody>tr>td {
  width: 33.333%;
}


img.planet {
  width: 25px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-right: 5px;
} 

a.current {
    display: inline-block;
    width: 16px;
    aspect-ratio: 1;
    position: absolute;
    right: 10px;
}

img.arrow-down {
  width: 14px;
  position: absolute;
  top: 33px;
  left: 50px;
  aspect-ratio: 1;
  z-index: 9;
}

tr.current-dasha {
    border: 0;
}

tr.current-dasha td {
    background: #ff5b76;
    color: #fff;
}

.close {
  top: 0;
    right: 0; 
    font-size: 25px;
    color: #ff6666;
    line-height: 20px;
    position: absolute;
    padding: 8px 10px;
    border-radius: 5px;
    cursor: pointer;
} 

div#myTabContent {
    background: #ffd3b0;
}
 
.circle {
    width: 10px;
    height: 10px;
    background: #ffd41f;
    border-radius: 50px;
    position: absolute;
    right: 10px;
    top: 14px;
} 


.accordion-button:not(.collapsed) {
    color: red;
    background-color: #c9e5ff;
    box-shadow: none;
}

.accordion-button {
    background-color: #c9e5ff;
    color: red;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button,
.accordion-item {
  border-radius: 0 !important;
}

.accordion-img {
  width: 20px;
    margin-left: 8px;
    margin-top: -5px;
}

/* left menu */

.sidenav .closebtn,
.side-wrap .open { 
   padding: 1px 10px;
    font-size: 20px;
    cursor: pointer;
    background: #ff5b76;
    color: #fff;
    display: inline-block;
}

.sidenav .closebtn:hover,
.side-wrap .open:hover {
    background: #e31c3c;
}



.sidenav a.closebtn { 
    padding-bottom: 5px;
    padding-top: 5px;
    position: absolute;
    right: -33px;
    top: 31px;
}

.side-wrap .open {
    position: absolute;
    right: -33px;
    top: -1px;
}
 
.sidenav {
    height: 100%;
    width: 120px;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;  
    transition: 0.5s;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sidenav a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 12px;
    color: #333;
    display: block;
    transition: 0.3s;
    line-height: 16px;
    font-weight: 500;
    border-bottom: 1px solid #c1c1c1;
    text-align: center;
    text-transform: uppercase;
}

.sidenav a img {
  max-width: 50px;
    width: 100%;
    margin-bottom: 5px;
    display: block;
    margin: auto;
}
 
.side-wrap {
  background-color: #fff; 
  position: relative;
  width: 100%;
} 

.sidenav-links {
    background: #eaf4ff; 
    box-shadow: 3px 3px 10px #838181;
    height: 50vh;
    overflow: auto;
}


/*  ask-ques */
 

.ask-ques {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  height: 100vh;
  width: 100%; 
  padding-top: 50px;
  overflow: auto;
  display: none;
}

.ques-wrapper {
    height: 86.4vh;
    background: #fff;
    padding: 50px 0;
    overflow: auto;
    border-right: 1px solid #333;
    border-left: 1px solid #333;
}

.title {
    background: #ffe25f;
    padding: 10px 30px;
    text-align: center;
    border-top: 1px solid #606060;
    border-bottom: 1px solid #606060;
}

.title h2 {
  font-size: 20px;
  line-height: 25px;
  color: #333;
}

.ques-tabs {
    margin: 30px 20px 0 20px;
    padding: 20px;
    border-radius: 10px;
    background: #eaf4ff;
    margin-bottom: 30px;
}

.ques-tabs ul {
  text-align: center;
}

.ques-tabs ul li {
  display: inline-block;
  background: #c50c2b;
  margin: 5px;
  padding: 5px 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}

.ques-tabs ul li input[type="radio"] {
    margin: 4px 5px 4px 0;
}


.kundali_img_wrapper {
  text-align: center;
    height: 86.3vh;
    padding: 100px 0;
    overflow: auto; 
    width: 80%;
    margin: auto;
    background: #fff; 
}


 
.chart-block {
    max-width: 450px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 0px 10px #00000029;
    margin-bottom: 30px;
}

.chart-block h4 {
  background: #ffe25f;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    padding: 10px;
}

.chart-block .chart-img {
  padding: 10px;
}
 

.body-content.sadesati.plans {
    height: 86.2vh;
    padding-top: 50px; 
}

 
.plans-wrapper {
  padding: 0;
  display: block; 
  width: 100%;
  position: relative; 
}


.body-content.sadesati.plans .title {
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 9;
}

.plans-block {
    height: 75vh;
    background: #fff;
    width: 100%;
    border-right: 1px solid #333;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    overflow: auto
}
  

.plans-block {
  padding: 0;
}


.plans-block ul {
  display: flex;
  justify-content: flex-start;
} 

.plans-block ul li {
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  width: 33.33%;
  padding: 30px;
}

.plans-block .muhurat-block ul li {
  width: 25%;
}
 
.plans-block ul li:last-child {
  border-right: 0;
}
 
.plans-wrapper .card { 
  max-width: 300px; 
  margin: 0 auto; 
  border-radius: 15px; 
  text-align: center;
  border: 1px solid #cdcdcd;
  overflow: hidden;
  box-shadow: 2px 2px 20px #c5c5c5; 
  position: relative;
  cursor: pointer;
}

.plans-wrapper .card img {
  width: 100%;
}

 
.plans-wrapper .card .card-details {
  background: #fff4cc;
    border-radius: 15px;
    margin-top: -12px;
    padding: 10px;
}
 
 
.plans-wrapper .card .card-details h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.plans-block.muhurat-block .card-details h3 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
 
.plans-wrapper .card .card-details a {
    display: block;
    color: #8d8d8d;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    border-top: 1px solid #ffbfbf;
    padding: 10px 10px 0px 10px;
    margin-top: 8px;
} 

.plans-wrapper .card .card-details a span {
    font-size: 16px;
    font-weight: 600;
    margin-left: 2px;
    color: #e31c3c;
} 

 

.span {
  position: absolute;
  left: 10px;
  top: 10px;
  background: red;
  border-radius: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  font-weight: 500;
  letter-spacing: 1px;
}
 

.kundli-form {
  margin-bottom: 50px;
  border-right: 1px solid #606060;
  border-left: 1px solid #606060;
  border-bottom: 1px solid #606060;
}
 

.form-group-wrapper {
  padding: 40px 80px;
  background: #eaf6ff;
}

.form-group-wrapper h3 {
  color: red;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  border-bottom: 1px solid red;
  padding: 10px 0 10px 0;
  margin-bottom: 20px;
}

.form-group-wrapper button {
  background: #ffd41f;
  border-radius: 19px;
  padding: 10px 20px 8px;
  border: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: 0px 2px 10px #00000047;
  transition: 0.3s;
  margin-top: 30px;
  
  &:hover {
    background: red;
    color: #fff;
  }
}

.pad-rgt-10 {
  padding-right: 10px;
}

.pad-lft-10 {
  padding-left: 10px;
}

.kundli-table-block {
  margin-top: 50px;
}






table.table.panchang tbody>tr>th {
  width: 25%;
}

table.table.panchang.milan tbody>tr>th {
  width: 12%;
}

table.table.choghadiya {
  margin-bottom: 0;
}
 

table.table.panchang.general tbody>tr>th,
table.table.horoscope tbody>tr>th {
  width: 30%;
}

table.table.horoscope-popup {
  margin-bottom: 0;
}

table.table.horoscope-popup tbody>tr>th {
  width: 20%;
}

table.table.horoscope.sticky tbody>tr>th {
  position: sticky;
  left: 0;
  min-width: 237px;
  z-index: 99;
}

table.table.horoscope.sticky tbody>tr>td {
  width: 100%;
  min-width: 250px;
}
 

.over-flow {
  overflow: auto;
}

.sun img {
  max-width: 20px;
  margin-right: 5px;
}

.sun img.rahu-icon {
  margin-right: 0px;
  margin-left: 5px;
}


.change-time .form-group {
    display: inline-block;
    max-width: 160px;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 0;
}

.change-time .time select {
  width: 100%;
}
 
.form-group-wrapper.vivah {
    padding: 20px;
} 

.form-group-wrapper.vivah button {
  margin-top: 0;
}

.accordion-body {
    padding: 0;
}


.table.muhurat1 tr td {
  width: 25%;
}

.muhurat-tital {
  background-color: #c9e5ff;
  color: red;
  text-transform: uppercase;
  padding: 16px 20px;
  text-align: left;
}

.muhurat-tital h3 {
  font-size: 16px;
}

.change-time form {
  text-align: center;
}

/* Loader */

.loader-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/loader.jpg) center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}


.loader-47 {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
}
.loader-47::after, .loader-47::before {
  content: "";
  width: 48px;
  height: 48px;
  border: 2px solid #FFF;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: rotation 2s ease-in-out infinite;
          animation: rotation 2s ease-in-out infinite;
}
.loader-47::after {
  border-color: #FF3D00;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}


/*.loader {
  min-width: 200px;
  width: 33.33%;
  height: 200px;
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; 
  cursor: pointer;
  transition: 0.3s linear; 

}*/

    /* keyFrames */

@keyframes rotation {
  0% {
    transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes rotationBack {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-360deg);
    }
  }      

/* Loader */


.year-month {
  width: 100%;
  padding: 20px 0;
  background: #fff3cc;
}

.year-month ul {
  max-width: 700px;
  width: 100%;
  margin: auto;
}

.year-month ul:first-child {
  margin-bottom: 10px;
}

.year-month ul li {
  display: inline-block;
  margin-bottom: 10px;
}

.year-month ul li a {
  background: #89bb00;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    width: 35px; 
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;

    &:hover  {
      background: #628502;  
    }  
    
}

.year-month ul li a.active {
  background: #628502;
}

.year-month ul.date li a {
  background: #f95151;

  &:hover {
    background: #ff0000;
  }

}

.year-month ul.date li a.active {
  background: #c30000;
}



  
.site-wrapper .bg-yellow {
  background: #ffe25f;
}

.site-wrapper .bg_black {
  background: #333;
  color: #efefef;
} 

.site-wrapper .bg_blue_dark {
  color: #efefef;
  background: #505050;
}


.site-wrapper .bg_green_light {
  background: #839626;
  color: #efefef;
}

.site-wrapper .bg_green {
  color: #efefef;
  background: #557a10;
}

.site-wrapper .bg_red {
  color: #efefef;
  background: #b23814;
}


/*  calender */


.calender-wrap {
    max-width: 850px;
    width: 100%;
    background: #ffebb9;
    margin: auto;
    padding: 40px 20px;
}

.calender-wrap .col-lg-4,
.calender-wrap .col-md-4 {
  width: 33.33333333%;
  padding-left: 10px;
  padding-right: 10px;
} 

.info {
  background: #a8c36a;
  padding: 10px; 
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 30px;
} 

.form-group-wrapper.calender {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}


.form-group-wrapper.calender .form-group {
  max-width: 190px;
  width: 100%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.form-group-wrapper.calender.dur-muhurat-cat {
    display: flex;
    justify-content: center;
}

ul.search-input {
    display: none;
}

.form-group-wrapper.calender form {
  display: flex;
  align-items: center;
}

.form-group-wrapper.calender .form-group .fa-solid {
  margin-right: 5px;
  font-size: 20px;
  color: #fa6861;
}

.form-group-wrapper.calender button {
  margin: 0;
  font-size: 12px;
  padding: 7px 14px;
}

.form-group-wrapper.calender select,
.form-group-wrapper.calender input {
  padding: 5px;
  height: 34px;
}
 
.link-year a {
  background: #ffd41f;
  color: #333;
  display: inline-block;
  padding: 8px 8px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  border: 1px solid #bdbdbd;
  margin-left: 5px;
} 


.kundali_img_wrapper .ui-datepicker .ui-datepicker-title {
  margin: 0;
  background-color: #ffd41f;
  color: #783803;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  padding: 10px;
}

.kundali_img_wrapper .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0;
    border: 0;
}

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    width: 100%;
    padding: 0;
    border: 0;
    min-height: 250px; 
    background: #fcce77;
}

table.ui-datepicker-calendar tr th {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #ffd187;
    background: #f00;
    padding: 5px;
}

.kundali_img_wrapper table.ui-datepicker-calendar {
    margin-bottom: 0;
    background: #fcce77;
}


.kundali_img_wrapper .ui-state-default, 
.kundali_img_wrapper .ui-widget-content .ui-state-default {
    border: 0;
    background: none;
    max-width: 50px;
    width: 100%;
    color: #783803;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 5px;
}

.popup-wrapepr.dur-muhurat .fa-solid {
  color: #333;
}

 

.row.jason .col-lg-4.col-md-4 {
  width: 33.33%;
}


.jason-table tr th {
    width: 100%;
    min-width: 30%;
    max-width: 30%;
}

.row.jason .table tbody>tr>th {
  width: auto;
}

.calender-title {
    background: #f00;
    color: #fff;
    margin-bottom: 15px;
    padding: 5px 15px;
}

.calender-title h2 {
  font-size: 20px;
  line-height: 30px;
}


.house-array th,
.planet-array th {
    background: red;
    font-weight: 500;
    color: #fff;
    font-size: 17px;
    line-height: 25px;
    text-transform: capitalize;
}

.house-array td,
.planet-array td {
    text-transform: capitalize;
}

.required-table .row.jason .table tbody>tr>th {
  width: 100px;
}
.required-table table {
  margin-bottom: 0;
}

table.table {
  border-color: #606060;
}

.title-border {
  border: 1px solid #606060;
}

.accordion-header {
  border: 1px solid #333;
}



table.table.table-bordered.report th {
  width: 33%;
}

table.table.table-bordered.report td {
  text-align: left;
}

table.table.table-bordered.life-forecast tbody>tr>th {
  width: 50px;
}

table.table.table-bordered.life-forecast td.report {
  text-align: left;
}

/* common classes  */


.bl {
  border-left: 1px solid #333;
}

.bt {
  border-top: 1px solid #333;
}

.bb {
  border-bottom: 1px solid #333;
}

.br {
  border-right: 1px solid #333;
}

.b-r-0 {
  border-right: 0 !important;
} 

.margin-auto {
  margin: auto;
}

.mar-bot-0 {
  margin-bottom: 0;
}

.m-t-30 {
  margin-top: 30px;
}
 
.m-top-0 {
  margin-top: 0px;
}


.padding0 {
  padding: 0;
}

.border-top-black {
  border-top: 1px solid #333;
}

.padding_left_right10 {
  padding-left: 10px;
  padding-right: 10px;
}
 

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

dl, ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

