:root {
  --theme-color: #FE7C04;
}

body {
  font-family: 'Raleway', sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  /*-webkit-touch-callout: none;*/
  /*-webkit-user-select: none;*/
  /*-khtml-user-select: none;*/
  /*-moz-user-select: none;*/
  /*-ms-user-select: none;*/
}

p {
  font-weight: 500;
}

/*container*/
.theme-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.bg-theme {
  background-color: var(--theme-color);
}

.text-theme {
  color: var(--theme-color);
}

@media (max-width: 1199px) {
  .theme-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

.font-26 {
  font-size: 26px;
}

/*container*/

.main-content {
  position: sticky;
  top: 0;
}

.header-upper-top {
  border-bottom: 1px dashed #b1b1b1;
  background-color: #DFDB66;
  text-align: center;
  overflow: hidden;
}

.header-upper-top .slide-box {
  background-color: #FFF;
  padding: 5px 10px;
  box-shadow: 0 0 20px grey;
}

.header-upper-top .slide-box .l {
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  display: block;
  font-family: roboto;
  text-decoration: none;
  outline: none;
  font-size: 14px;
}

/*theme navbar*/
div.header-top {
  padding-top: 10px;
  padding-bottom: 10px;
}

div.header-top .logo img {
  width: 120px;
}

@media(max-width: 767px) {
  div.header-top .logo img {
    width: 80px;
  }
}

div.header-top .contact {
  text-align: right;
  padding-top: 25px;
}

div.header-top .contact a {
  color: #000;
  text-decoration: none;
  margin-left: 15px;
  font-weight: bold;
}

div.header-top .contact a.whatsapp-btn>i {
  display: inline-block;
  font-size: 21px;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border: 1px solid #000;
  color: #4AAF4F;
}

div.header-top .contact a.call-btn>i {
  color: var(--theme-color);
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border: 1px solid #000;
}

div.header-top .contact a.book-an-appointment {
  display: inline-block;
  padding: 15px 25px 15px 48px;
  border-radius: 25px;
  background-color: #103273;
  color: #FFF;
  font-size: 14px;
  line-height: 15px;
  text-transform: uppercase;
}

div.header-top .contact a.book-an-appointment>i {
  font-size: 22px;
  color: var(--theme-color);
  padding-right: 5px;
  position: absolute;
  margin-left: -30px;
  margin-top: -4px;
}

div.header-top .contact a.book-an-appointment:hover {
  box-shadow: 0 0 10px #000;
}

@media(max-width: 1021px) {

  div.header-top .contact a.whatsapp-btn,
  div.header-top .contact a.call-btn,
  div.header-top .contact a.book-an-appointment {
    display: none;
  }
}

.menu-toggle-btn {
  display: none;
  width: 40px;
  height: 35px;
  padding: 3px 0;
  position: absolute;
  right: 20px;
  z-index: 99;
  left: initial;
  top: 5px;
}

.menu-toggle-btn>span {
  display: block;
  width: 65%;
  height: 3px;
  background-color: #ffcc29;
  margin: 6px auto;
  transition: all ease-in .5s;
  -webkit-transition: all ease-in .5s;
}


@media(max-width: 1023px) {
  .menu-toggle-btn {
    display: block;
  }
}


/*navbar*/
#custom-navbar {
  background-color: var(--theme-color);
  position: relative;
  z-index: 5000;
}

#custom-navbar .main-nav .menu {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

#custom-navbar .main-nav li {
  display: inline-block;
  border: 0;
  position: relative;
  height: auto;
  padding: 0;
}

#custom-navbar .main-nav .menu li a {
  display: block;
  color: white;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: normal;
  padding: 18px 15px 15px;
  height: auto;
  font-weight: 500;
}

#custom-navbar .main-nav .sub-menu {
  position: absolute;
  z-index: 1;
  background-color: white;
  color: black;
  padding: 0;
  box-shadow: 0 0 5px #000;
  display: none;
}

#custom-navbar .main-nav .sub-menu li {
  height: auto;
  display: block;
  background-color: #FFF;
  padding: 0;
  border: 0;
  position: relative;
  width: 100%;
  color: #444;
  filter: none;
  margin: -1px 0 1px;
  background: #fff;
  float: none;
}

#custom-navbar .main-nav .sub-menu li a {
  display: block;
  color: #000;
  height: auto;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 16px;
  border: 0;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: normal;
  font-family: "Metropolis", sans-serif;
  width: 100%;
  background: 0 0 !important;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

#custom-navbar .main-nav .sub-menu li a:hover {
  background-color: var(--theme-color) !important;
  color: white;
}

#custom-navbar .search {
  position: absolute;
  right: 42px;
  top: 7px;
  height: 100%;
}

#custom-navbar .search input {
  background-color: transparent;
  border: none;
  outline: none;
  height: 100%;
  color: white;
  font-weight: bold;
  padding: 10px 20px;
  background-image: url(../../assets/img/icons/search-icon.png);
  background-size: 25px;
  background-position: right;
  background-repeat: no-repeat;
}

#custom-navbar .search input::placeholder {
  color: white;
  opacity: 1;
  /* Firefox */
}

#custom-navbar .search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

#custom-navbar .search input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.sticky-navbar {
  position: fixed;
  top: 0;
  z-index: 5000;
}

/*responsive navbar*/
@media(max-width: 1023px) {
  #custom-navbar {
    position: fixed;
    top: 0;
    left: -800px;
    z-index: 3000;
    width: 100%;
    max-width: 300px;
    height: 100%;
    background-color: #fff;
    overflow-y: scroll;
  }

  #custom-navbar .main-nav {
    margin-top: 10px;
  }

  #custom-navbar .main-nav .menu {
    position: relative;
  }

  #custom-navbar .main-nav .menu li {
    width: 100%;
    border-bottom: 1px solid #eee;
  }

  #custom-navbar .main-nav .menu li a {
    color: black;
  }

  #custom-navbar .main-nav .menu .toggle-sub-menu {
    position: absolute;
    background-color: blue;
    height: 30px;
    width: 30px;
    right: 0;
    top: 10px;
  }

  #custom-navbar .main-nav .menu .toggle-sub-menu::before {
    content: " ";
    background-color: #fff;
    width: 20px;
    height: 4px;
    z-index: 1;
    position: absolute;
    top: 13px;
    left: 6px;
  }

  #custom-navbar .main-nav .menu .toggle-sub-menu::after {
    content: " ";
    background-color: #fff;
    width: 4px;
    height: 20px;
    z-index: 1;
    position: absolute;
    top: 6px;
    left: 14px;
    transition: .5s;
  }

  .toggle-sub-menu.expand::after {
    background-color: blue !important;
    z-index: -2 !important;
  }

  #custom-navbar .main-nav .sub-menu {
    position: relative;
    width: 100%;
    box-shadow: none;
  }

  #custom-navbar .main-nav .sub-menu>li {
    border-bottom: 1px solid #ccc;
  }

  #custom-navbar .search {
    position: relative;
    height: fit-content;
    right: 0;
    margin-top: 29px;
    width: 100% !important;
  }

  #custom-navbar .search input {
    border: 2px solid black;
    width: 100%;
    height: 40px;
    color: black;
  }

  #custom-navbar .search input::placeholder {
    color: black;
    opacity: 1;
    /* Firefox */
  }

  #custom-navbar .search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: black;
  }

  #custom-navbar .search input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: black;
  }

}

/*responsive navbar*/
/*navbar*/

/*theme navbar*/


/*homepage*/
section.homepage {
  background-image: url('../../assets/img/bg/home-bg.png');
  padding-top: 30px;
  background-size: cover;
}

section.homepage .theme-container {
  background-image: url('../../assets/img/bg/acharya-v-shastri.png');
  background-repeat: no-repeat;
  background-position: left 38px bottom;
  background-size: 360px;
  padding-bottom: 40px;
  padding-left: 80px;
}

@media(max-width: 991px) {
  section.homepage .theme-container {
    padding-left: 10px;
  }
}

section.homepage .theme-container .content {
  padding-bottom: 15px;
}

section.homepage .theme-container .content h1 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  position: relative;
  margin-bottom: 0;
}

section.homepage .theme-container .content h1::after {
  /*content: '';*/
  background-color: #f15f22;
  width: 55px;
  height: 2px;
  position: absolute;
  left: -60px;
  top: 20px;
}

section.homepage .theme-container .content p {
  font-size: 16px;
  line-height: 28px;
  color: #000;
}

section.homepage .theme-container .content a {
  outline: none;
  background-color: var(--theme-color);
  color: #FFF;
  padding: 10px 30px;
  border-radius: 25px;
  font-weight: 500;
  text-decoration: none;
  transition: .5s;
}

section.homepage .theme-container .content a:hover {
  background-color: #fff;
  color: var(--theme-color);
  box-shadow: 0 0 5px #000;
}

section.homepage .theme-container .usp-box {
  padding: 5px 0;
  position: relative;
}

section.homepage .theme-container .usp-box::after {
  content: '';
  display: block;
  width: 1px;
  background-color: #f15f22;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
}

section.homepage .theme-container .usp-box.last::after {
  display: none !important;
}

section.homepage .theme-container .usp-box>h2 {
  font-size: 42px;
  line-height: 42px;
  color: #000;
  font-weight: bold;
  margin: 10px 0;
}

section.homepage .theme-container .usp-box>h2>span {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  padding-left: 10px;
}

section.homepage .theme-container .usp-box>h2>span.shows {
  margin-top: 12px !important;
  position: absolute !important;
}

section.homepage .theme-container ul.services-list {
  list-style-type: none;
  padding: 10px 0;
}

section.homepage .theme-container ul.services-list>li {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 5px;
  font-weight: 600;
  color: #000;
}

section.homepage .theme-container .booking>h2 {
  font-size: 24px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
  display: inline-block;
}

section.homepage .theme-container .booking>h2>span {
  display: block;
  font-size: 32px;
  line-height: 48px;
  color: #f15f22;
  font-weight: 600;
  text-transform: uppercase;
}

section.homepage .theme-container .booking a {
  margin-top: 25px;
  margin-left: 15px;
  position: absolute;
  background-color: #103273;
  padding: 10px 25px;
  border-radius: 25px;
  color: #fff;
  text-decoration: none;
}

section.homepage .theme-container .booking a:hover {
  color: var(--theme-color);
  box-shadow: 0 0 5px #000;
}

@media(max-width: 575px) {
  section.homepage .theme-container .usp-box {
    /*display: none;*/
  }

  section.homepage .theme-container ul.services-list {
    display: none;
  }

  section.homepage .theme-container .booking {
    display: none;
  }

  section.homepage .theme-container .content p {
    padding-right: 150px;
    line-height: inherit;
    font-size: 13px;
  }

  section.homepage .theme-container {
    background-position: right 0px bottom;
    background-size: 220px;
  }

}

/*features scroll*/
section.homepage-features {
  padding-top: 40px;
  padding-bottom: 40px;
}

section.homepage-features .swiper-wrapper {
  height: auto !important;
}

section.homepage-features div.feature-item {
  padding: 5px;
}

section.homepage-features div.feature-item>div {
  border: 2px solid var(--theme-color);
  padding-bottom: 10px;
  width: 219px;
  margin-left: auto;
  margin-right: auto;
}

section.homepage-features div.feature-item>div:hover {
  box-shadow: 0 0 5px #000;
}

section.homepage-features div.feature-item>div>img {
  width: 100%;
  border-bottom: 2px solid var(--theme-color);
}

section.homepage-features div.feature-item>div>h3 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding: 10px;
  margin: 0;
}

section.homepage-features div.feature-item>div>p {
  font-size: 14px;
  min-height: 62px;
  padding: 10px;
  margin: 0;
}

section.homepage-features div.feature-item>div>a {
  outline: none;
  background-color: var(--theme-color);
  color: #FFF;
  padding: 10px 30px;
  border-radius: 25px;
  font-weight: 500;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  max-width: fit-content;
}

section.homepage-features div.feature-item>div>a:hover {
  background-color: #fff;
  color: var(--theme-color);
  box-shadow: 0 0 5px #000;
}

/*features scroll*/


/*panchang*/
section.today-panchang {
  border-top: 2px solid black;
  padding-top: 20px;
  padding-bottom: 20px;
}

section.today-panchang .panchang-details h1 {
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
}

section.today-panchang .panchang-details>ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

section.today-panchang .panchang-details>ul>li {
  display: inline-block;
  margin: 0px;
  margin-bottom: 10px;
  font-weight: bold;
  width: 203px;
}

section.today-panchang .panchang-details>ul>li>img {
  float: left;
  width: 70px;
  margin-right: 12px;
}

section.today-panchang .panchang-details>ul>li>span {
  display: block;
}

section.today-panchang .panchang-details a {
  outline: none;
  background-color: var(--theme-color);
  color: #FFF;
  padding: 10px 30px;
  border-radius: 25px;
  font-weight: 500;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  max-width: fit-content;
}

section.today-panchang .panchang-details a:hover {
  background-color: #fff;
  color: var(--theme-color);
  box-shadow: 0 0 5px #000;
}

@media(max-width: 575px) {
  section.today-panchang .panchang-details>ul>li {
    width: 130px;
    font-size: 13px;
  }

  section.today-panchang .panchang-details>ul>li>img {
    width: 40px;
  }
}

/*panchang*/

/*featured blogs*/
.featured-blogs {
  border-top: 2px solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.featured-blogs h1.title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.featured-blogs .swiper-container {
  height: fit-content !important;
}

.featured-blogs a.view-all {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--theme-color);
  color: white;
  padding: 10px 30px;
  border-radius: 25px;
  text-decoration: none;
  outline: none;
}

.featured-blogs a.view-all:hover {
  color: var(--theme-color);
  background-color: #fff;
  box-shadow: 0 0 5px #000;
}

.featured-blogs .featured-blog {
  text-align: center;
}

.featured-blogs .featured-blog>a {
  color: black;
  text-decoration: none;
}

.featured-blogs .featured-blog>a>img {
  width: 100%;
  margin-bottom: 10px;
  border: 2px solid black;
}

.featured-blogs .featured-blog>a>h2 {
  font-weight: 500;
  font-size: 18px;
}

.featured-blogs .featured-blogs-navigation>i {
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 40%;
  cursor: pointer;
  transition: .5s;
  outline: none;
  z-index: 15;
  background-color: var(--theme-color);
  border-radius: 50%;
  color: white
}

.featured-blogs .featured-blogs-navigation>i#left {
  left: 0;
}

.featured-blogs .featured-blogs-navigation>i#right {
  right: 0;
}

/*featured  blogs*/

/*homepage*/

/*testimonial slider*/
section.testimonial {
  background-image: url('../../assets/img/bg/home-bg.png');
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
}

section.testimonial .content h1 {
  font-size: 29px;
  margin-bottom: 13px;
  font-weight: 200;
  line-height: 32px;
  position: relative;
  margin-top: 6px;
  font-weight: bold;
}

@media(min-width: 992px) {
  section.testimonial .content h1::before {
    /*content: " ";*/
    background-color: var(--theme-color);
    height: 3px;
    width: 35px;
    position: absolute;
    margin-left: -39px;
    margin-top: 14px;
  }
}

section.testimonial .content p {
  font-weight: 500;
  text-align: justify;
}

section.testimonial .testimonial-slider {}

section.testimonial .testimonial-slider h1 {
  font-size: 29px;
  margin-bottom: 13px;
  font-weight: 200;
  line-height: 32px;
  position: relative;
  margin-top: 6px;
  font-weight: bold;
  text-align: center;
}

section.testimonial .testimonial-slider h1:before {
  /*content: " ";*/
  background-color: var(--theme-color);
  height: 3px;
  width: 35px;
  position: absolute;
  margin-left: -39px;
  margin-top: 14px;
}

section.testimonial .testimonial-slider .feedback {
  margin-top: 38px;
}

section.testimonial .testimonial-slider .feedback .feedback-content {
  background-color: #fff;
  padding: 10px;
}

section.testimonial .testimonial-slider .feedback .feedback-content::after {
  content: " ";
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid white;
  position: absolute;
  right: 60px;
}

section.testimonial .testimonial-slider .feedback .feedback-content>p {
  border: 2px dashed #ccc;
  padding: 10px;
  margin: 0;
  font-size: 14px;
  position: relative;
}

section.testimonial .testimonial-slider .feedback .feedback-content>p::before {
  content: " ";
  background-image: url('../../assets/img/icons/quotes_left.png');
  width: 24px;
  height: 16px;
  position: absolute;
  margin-top: -18px;
  background-repeat: no-repeat;
}

section.testimonial .testimonial-slider .feedback .feedback-content>p::after {
  content: " ";
  background-image: url(../../assets/img/icons/quotes_right.png);
  width: 24px;
  height: 16px;
  position: absolute;
  right: 13px;
  bottom: -8px;
  background-repeat: no-repeat;
}

section.testimonial .testimonial-slider .feedback .feedback-name {
  background-color: #F15F22;
  margin-top: 15px;
  display: block;
  width: fit-content;
  padding: 7px;
  border-radius: 25px;
  margin-left: auto;
  margin-right: 5px;
}

section.testimonial .testimonial-slider .feedback .feedback-name>h3 {
  border: 1px dashed white;
  margin: 0;
  border-radius: 25px;
  padding: 7px;
  color: white;
  font-size: 20px;
}

/*testimonial slider*/

/*homepage-bottom-video*/
section.homepage-bottom-video {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-color: #f15f22;
}

@media(min-width: 1200px) {
  section.homepage-bottom-video {
    background-color: transparent !important;
  }

  section.homepage-bottom-video::after {
    content: '';
    display: block;
    background-color: #f15f22;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    left: 70%;
    z-index: -1;
  }

  section.homepage-bottom-video::before {
    content: '';
    display: block;
    background-color: #f15f22;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 159px;
    left: 40%;
    z-index: -1;
    -webkit-transform: skewX(32deg);
    transform: skewX(32deg);
  }

}

section.homepage-bottom-video .youtube-video {
  text-align: center;
  z-index: 5;
}

section.homepage-bottom-video .details {
  text-align: center;
  padding-top: 80px;
  z-index: 5;
}

section.homepage-bottom-video .details h4 {
  color: white;
  font-size: 20px;
}

section.homepage-bottom-video .details h3 {
  font-weight: bold;
  font-size: 24px;
}

section.homepage-bottom-video .details a {
  display: block;
  background-color: white;
  color: black;
  border-radius: 25px;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 19px;
  text-decoration: none;
}

section.homepage-bottom-video .details a:hover {
  box-shadow: 0 0 5px #000;
  background-color: var(--theme-color);
  color: white;
}

/*homepage-bottom-video*/

/*footer*/
section.footer {
  background-color: #0F3274;
}

section.footer .footer-about-us {
  text-align: center;
  color: white;
  padding: 20px 10px;
}

section.footer .footer-about-us::after {
  content: " ";
  height: 100%;
  width: 2px;
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  right: 0;
}

section.footer .footer-about-us p {
  text-align: justify;
  margin: 0;
  font-size: 14px;
}

section.footer .footer-links {
  color: white;
}

section.footer .footer-links::after {
  content: " ";
  height: 100%;
  width: 2px;
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  right: 0;
}

section.footer .footer-links h4 {
  font-weight: bold;
  font-size: 18px;
  margin-top: 70px;
}

section.footer .footer-links ul {
  list-style-type: none;
  padding-left: 3px;
}

section.footer .footer-links ul>li {
  line-height: 30px;
}

section.footer .footer-links ul>li>a {
  color: white;
  text-decoration: none;
}

section.footer .footer-contact-us {
  padding: 20px 10px;
  color: white;
}

section.footer .footer-contact-us h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 50px;
}

section.footer .footer-contact-us h5 {
  font-size: 16px;
}

section.footer .footer-contact-us h6 {
  font-size: 16px;
}

section.footer .footer-contact-us h6>a {
  color: white;
  text-decoration: none;
}

section.footer .footer-contact-us ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

section.footer .footer-contact-us ul>li {
  display: inline-block;
  margin: 5px;
}

section.footer .footer-contact-us ul>li>a {
  text-decoration: none;
}

section.footer .footer-contact-us ul>li>a>i {
  font-size: 26px;
  width: 43px;
  height: 43px;
  line-height: 43px;
  border-radius: 50%;
  text-align: center;
  color: white;
  background-color: #DD3C3C;
  transition: .5s;
}

section.footer .footer-contact-us ul>li>a>i:hover {
  box-shadow: 0 0 10px #000;
  border-radius: 0;
}

section.footer .footer-contact-us a.reviews {
  padding: 10px 30px;
  background-color: var(--theme-color);
  color: #fff;
  text-decoration: none;
  outline: none;
  border-radius: 25px;
  display: block;
  width: fit-content;
  margin-top: 10px;
  font-weight: bold;
}

section.footer .footer-contact-us a.reviews:hover {
  background-color: #fff;
  color: var(--theme-color);
  box-shadow: 0 0 5px #000;
}

section.footer hr {
  background-color: var(--theme-color);
  height: 1px;
  margin: 0;
}

section.footer .copyright h5 {
  color: white;
  font-size: 15px;
  margin: 0;
  text-align: center;
  padding: 20px 0;
}

section.footer .copyright-policy {
  padding: 10px 0;
}

section.footer .copyright-policy p {
  color: white;
  margin: 0;
  font-size: 15px;
}

section.footer .copyright-policy p>a {
  color: white;
}

section.footer .footer-contact-us .ftlink-new {
  text-decoration: none;
  outline: none;
  font-weight: bold;
  color: #FFF;
  display: block;
  margin-top: 15px;
  width: fit-content;
}

/*footer*/


/*page*/
div.inner-page-top-banner {
  padding: 70px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  border-bottom: 1px solid var(--theme-color);
}

div.inner-page-top-banner.astrology {
  background-image: url('../../assets/img/banner/astrology-banner.jpg');
}

div.inner-page-top-banner.horoscope-analysis {
  background-image: url('../../assets/img/banner/horoscope-analysis.jpg');
}

div.inner-page-top-banner.match-making {
  background-image: url('../../assets/img/banner/match-making-banner.jpg');
}

div.inner-page-top-banner.marriage-children {
  background-image: url('../../assets/img/banner/marriage-and-children-banner.jpg');
}

div.inner-page-top-banner.wealth-property {
  background-image: url('../../assets/img/banner/wealth-and-property-banner.jpg');
}

div.inner-page-top-banner.career-business {
  background-image: url('../../assets/img/banner/career-banner.jpg');
}

div.inner-page-top-banner.health-fitness {
  background-image: url('../../assets/img/banner/heath-and-finess-banner.jpg');
}

div.inner-page-top-banner.vastu {
  background-image: url('../../assets/img/banner/vastu-banner.jpg');
}

div.inner-page-top-banner.industrial-vastu {
  background-image: url('../../assets/img/banner/industrial-vastu.jpg');
}

div.inner-page-top-banner.commercial-vastu {
  background-image: url('../../assets/img/banner/commercial-vastu.jpg');
}

div.inner-page-top-banner.residential-vastu {
  background-image: url('../../assets/img/banner/residential-vastu.jpg');
}

div.inner-page-top-banner.gemstone {
  background-image: url('../../assets/img/banner/gemstones-banner.jpg');
}

div.inner-page-top-banner.ruby-manikya {
  background-image: url('../../assets/img/banner/ruby-banner.jpg');
}

div.inner-page-top-banner.pearl-moti {
  background-image: url('../../assets/img/banner/pearl-banner.jpg');
}

div.inner-page-top-banner.red-coral {
  background-image: url('../../assets/img/banner/red-coral.jpg');
}

div.inner-page-top-banner.emerald {
  background-image: url('../../assets/img/banner/emerald-banner.jpg');
}

div.inner-page-top-banner.diamond-heera {
  background-image: url('../../assets/img/banner/dimond-banner.jpg');
}

div.inner-page-top-banner.yellow-sapphire {
  background-image: url('../../assets/img/banner/yellow-sapphire-banner.jpg');
}

div.inner-page-top-banner.blue-sapphire {
  background-image: url('../../assets/img/banner/blue-sapphire-banner.jpg');
}

div.inner-page-top-banner.hessonite-gomed {
  background-image: url('../../assets/img/banner/hesonite-banner.jpg');
}

div.inner-page-top-banner.cats-eye {
  background-image: url('../../assets/img/banner/cats-eye-banner.jpg');
}

div.inner-page-top-banner.white-sapphire {
  background-image: url('../../assets/img/banner/white-sapphire-banner.jpg');
}

div.inner-page-top-banner.blog {
  background-image: url('../../assets/img/banner/blog-banner.jpg');
}

div.inner-page-top-banner.book {
  background-image: url('../../assets/img/banner/book-banner.jpg');
}

div.inner-page-top-banner.courses {
  background-image: url('../../assets/img/banner/courses-banner.jpg');
}

div.inner-page-top-banner.feedback {
  background-image: url('../../assets/img/banner/testimonial-banner.jpg');
}


div.inner-page-top-banner h1 {
  font-size: 30px;
  font-weight: bold;
}

@media(max-width: 767px) {
  div.inner-page-top-banner {
    padding-top: 306px;
    padding-bottom: 20px;
  }

  div.inner-page-top-banner.astrology {
    background-image: url('../../assets/img/mobile-banner/astrology-banner-m.jpg');
  }

  div.inner-page-top-banner.horoscope-analysis {
    background-image: url('../../assets/img/mobile-banner/horoscope-analysis-m.jpg');
  }

  div.inner-page-top-banner.match-making {
    background-image: url('../../assets/img/mobile-banner/match-making-m.jpg');
  }

  div.inner-page-top-banner.marriage-children {
    background-image: url('../../assets/img/mobile-banner/marriage-&-children-m.jpg');
  }

  div.inner-page-top-banner.wealth-property {
    background-image: url('../../assets/img/mobile-banner/wealth-&-property-m.jpg');
  }

  div.inner-page-top-banner.career-business {
    background-image: url('../../assets/img/mobile-banner/carrier-&-business-m.jpg');
  }

  div.inner-page-top-banner.health-fitness {
    background-image: url('../../assets/img/mobile-banner/health-&-fitness-m.jpg');
    color: white;
  }

  div.inner-page-top-banner.vastu {
    background-image: url('../../assets/img/mobile-banner/vastu-banner-m.jpg');
  }

  div.inner-page-top-banner.industrial-vastu {
    background-image: url('../../assets/img/mobile-banner/industrial-vastu-m.jpg');
  }

  div.inner-page-top-banner.commercial-vastu {
    background-image: url('../../assets/img/mobile-banner/commercial-vastu-m.jpg');
    color: white;
  }

  div.inner-page-top-banner.residential-vastu {
    background-image: url('../../assets/img/mobile-banner/residential-vastu-m.jpg');
  }

  div.inner-page-top-banner.gemstone {
    background-image: url('../../assets/img/mobile-banner/gemstone-banner-m.jpg');
  }

  div.inner-page-top-banner.ruby-manikya {
    background-image: url('../../assets/img/mobile-banner/ruby-banner-m.jpg');
  }

  div.inner-page-top-banner.pearl-moti {
    background-image: url('../../assets/img/mobile-banner/pearl-banner-m.jpg');
  }

  div.inner-page-top-banner.red-coral {
    background-image: url('../../assets/img/mobile-banner/red-coral-banner-m.jpg');
  }

  div.inner-page-top-banner.emerald {
    background-image: url('../../assets/img/mobile-banner/emerald-banner-m.jpg');
  }

  div.inner-page-top-banner.diamond-heera {
    background-image: url('../../assets/img/mobile-banner/dimond-banner-m.jpg');
  }

  div.inner-page-top-banner.yellow-sapphire {
    background-image: url('../../assets/img/mobile-banner/yellow-sapphire-banner-m.jpg');
  }

  div.inner-page-top-banner.blue-sapphire {
    background-image: url('../../assets/img/mobile-banner/blue-sapphire-banner-m.jpg');
  }

  div.inner-page-top-banner.hessonite-gomed {
    background-image: url('../../assets/img/mobile-banner/hesonite-banner-m.jpg');
  }

  div.inner-page-top-banner.cats-eye {
    background-image: url('../../assets/img/mobile-banner/cats-eye-banner-m.jpg');
  }

  div.inner-page-top-banner.white-sapphire {
    background-image: url('../../assets/img/mobile-banner/whitw-sapphire-banner-m.jpg');
  }

  div.inner-page-top-banner.blog {
    background-image: url('../../assets/img/mobile-banner/blog-banner-m.jpg');
  }

  div.inner-page-top-banner.book {
    background-image: url('../../assets/img/mobile-banner/book-mobile-banner.jpg');
  }

  div.inner-page-top-banner.courses {
    background-image: url('../../assets/img/mobile-banner/blog-banner-m.jpg');
  }
}

div.inner-page-top-banner h2 {
  font-size: 20px;
}

div.inner-page-top-banner a {
  display: block;
  width: fit-content;
  text-decoration: none;
  color: white;
  background-color: var(--theme-color);
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 25px;
}

div.inner-page-top-banner a:hover {
  background-color: white;
  box-shadow: 0 0 5px #000;
  color: var(--theme-color);
}

div.inner-page-content {
  padding-top: 20px;
  border-bottom: 1px solid #ccc;
}

div.inner-page-content>p {
  text-align: justify;
}

div.inner-page-content .navigation-link {
  display: block;
  background-color: var(--theme-color);
  width: fit-content;
  padding: 5px 10px;
  color: white;
  font-size: 14px;
  margin-bottom: 10px;
  text-decoration: none;
  outline: none;
  border: none;
}

div.inner-page-content .navigation-link.right {
  margin-left: auto;
}


div.page-faq {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

div.page-faq>h2 {
  font-size: 30px;
  font-weight: bold;
}

div.faq-wrapper .accordition-box {
  padding: 10px;
  box-shadow: 0 0 5px #ccc;
  margin-top: 15px;
}

div.faq-wrapper .accordition-box h4 {
  font-size: 18px;
  position: relative;
  padding-right: 30px;
  margin-bottom: 0;
}

div.faq-wrapper .accordition-box h4>i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

div.faq-wrapper .accordition-box .content {
  display: none;
  padding-top: 10px;
  text-align: justify;
}

div.faq-wrapper .accordition-box .content p {
  font-size: 15px;
}

div.faq-wrapper .accordition-box .content p:last-child {
  margin-bottom: 0;
}

div.page-other-services {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

div.page-other-services h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}

.page-other-services .other-service-box {
  position: relative;
  margin-top: 25px;
  transition: .5s;
}

.page-other-services .other-service-box:hover {
  box-shadow: 0 0 15px #000;
}

.page-other-services .other-service-box>a {
  text-decoration: none;
}

.page-other-services .other-service-box>a>img {
  width: 100%;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.page-other-services .other-service-box>a>h4 {
  position: absolute;
  bottom: 0;
  margin: 0;
  background-color: #0000007a;
  color: #fff;
  width: 100%;
  font-size: 17px;
  padding: 8px;
}

/*/page*/



/*sidebar*/
div.sidebar {
  padding-top: 20px;
  padding-bottom: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.blogs-category-count {
  background-color: #E8E2D5;
  padding: 20px;
  box-shadow: 0 0 10px #3e3e3e;
  border-radius: 5px;
  margin-bottom: 15px;
}

.blogs-category-count h3 {
  font-size: 20px;
}

.blogs-category-count h3::after {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--theme-color);
  margin: 10px 0;
}

.blogs-category-count ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.blogs-category-count ul>li {
  border-top: 1px solid rgba(0, 0, 0, .3);
}

.blogs-category-count ul>li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.blogs-category-count ul>li>a {
  color: #000;
  display: block;
  padding: 10px;
  font-size: 14px;
  line-height: 15px;
  text-decoration: none;
  outline: none;
  font-weight: 600;
}

.blogs-category-count ul>li>a:hover {
  background-color: #000;
  color: #fff;
}

.blogs-category-count ul>li>a>span {
  float: right;
}


.schedule-appointment {
  background-color: #103273;
  padding: 20px;
  box-shadow: 0 0 10px #3e3e3e;
  border-radius: 5px;
  margin-bottom: 15px;
}

.schedule-appointment>h3 {
  font-size: 20px;
  color: white;
}

.schedule-appointment>h3::after {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--theme-color);
  margin: 10px 0;
}

.schedule-appointment form {
  margin: 0;
}

.schedule-appointment form>.input-box {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
}

.schedule-appointment form>.input-box>i {
  position: absolute;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
}

.schedule-appointment form>.input-box>.input {
  width: 100%;
  vertical-align: middle;
  font-size: 13px;
  padding-left: 39px;
  min-height: 35px;
  outline: none;
  border: none;
  border-radius: 5px;
}

.schedule-appointment form>div>button {
  outline: none;
  border: none;
  background-color: var(--theme-color);
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}

.schedule-appointment form>div>button:hover {
  background-color: white;
  color: var(--theme-color);
  box-shadow: 0 0 5px #ccc;
}

/*sidebar-testimonials*/
div.sidebar-testimonials {
  background-color: #E8E2D5;
  padding: 20px;
  box-shadow: 0 0 10px #3e3e3e;
  border-radius: 5px;
  margin-bottom: 15px;
}

div.sidebar-testimonials h3 {
  font-size: 20px;
}

div.sidebar-testimonials h3::after {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--theme-color);
  margin: 10px 0;
}

.sidebar .swiper-container {
  height: fit-content !important;
}

.sidebar-testimonial-item p {
  font-size: 14px;
  text-align: justify;
}

.sidebar-testimonial-item h4 {
  font-size: 20px;
  margin: 0;
  font-weight: bold;
}

/*sidebar-testimonials*/

/*trending-article*/
.sidebar-trending-article {
  background-color: #E8E2D5;
  padding: 20px;
  box-shadow: 0 0 10px #3e3e3e;
  border-radius: 5px;
  margin-bottom: 15px;
}

.sidebar-trending-article h3 {
  font-size: 20px;
}

.sidebar-trending-article h3::after {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--theme-color);
  margin: 10px 0;
}

.sidebar-trending-article .trending-article-item a {
  text-decoration: none;
  outline: none;
}

.sidebar-trending-article .trending-article-item img {
  width: 100%;
  border: 1px solid #000;
}

.sidebar-trending-article .trending-article-item h5 {
  font-size: 18px;
  margin-top: 15px;
}

.sidebar-trending-article .trending-article-item .view-now-btn {
  display: block;
  width: fit-content;
  background-color: var(--theme-color);
  color: white;
  padding: 10px 30px;
  border-radius: 25px;
}

.sidebar-trending-article .trending-article-item .view-now-btn:hover {
  background-color: #fff;
  color: var(--theme-color);
  box-shadow: 0 0 5px #000;
}

/*trending-article*/
.sidebar-pagination {
  display: block;
  width: fit-content;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.sidebar-pagination .bullet {
  width: 15px;
  height: 15px;
  margin: 5px;
  display: inline-block;
  border-radius: 100%;
  background: #ffffff;
  box-shadow: 0 0 5px #ccc;
  opacity: 1;
  outline: none;
}

.sidebar-pagination .swiper-pagination-bullet-active {
  background-color: var(--theme-color) !important;
}

/*sidebar-media*/
div.sidebar-media {
  background-color: #103273;
  padding: 20px;
  box-shadow: 0 0 10px #3e3e3e;
  border-radius: 5px;
  margin-bottom: 15px;
}

div.sidebar-media h3 {
  font-size: 20px;
  color: white;
}

div.sidebar-media h3::after {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--theme-color);
  margin: 10px 0;
}

.sidebar-media-item p {
  font-size: 16px;
  color: white;
  margin-top: 15px;
}

/*sidebar-media*/


/*sidebar panchang*/
.sidebar-panchang {
  background-color: #103273;
  padding: 20px;
  box-shadow: 0 0 10px #3e3e3e;
  border-radius: 5px;
  margin-bottom: 15px;
}

.sidebar-panchang h3 {
  font-size: 20px;
  color: white;
}

.sidebar-panchang h3::after {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--theme-color);
  margin: 10px 0;
}

.sidebar-panchang>div {
  text-align: center;
  color: white;
}

.sidebar-panchang>div>img {
  width: 100%;
  max-width: 261px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sidebar-panchang>div>p {
  text-align: left;
  color: white;
  font-size: 16px;
}

.sidebar-panchang>div>a {
  display: block;
  background-color: var(--theme-color);
  color: white;
  text-decoration: none;
  outline: none;
  padding: 10px 30px;
  border-radius: 25px;
  width: fit-content;
  font-weight: bold;
}

.sidebar-panchang>div>a:hover {
  background-color: white;
  color: var(--theme-color);
  box-shadow: 0 0 5px #000;
}

/*sidebar*/

/*contact us*/
.contact-us .top-banner {
  background-image: url('../../assets/img/banner/contact-us.png');
  background-size: contain;
  background-attachment: fixed;
}

.contact-us .top-banner>h1 {
  margin: 0;
  padding: 100px 0;
  font-size: 52px;
  font-weight: bold;
  text-align: center;
  color: black;
}

.contact-us .contact {
  background-color: white;
  margin-top: -80px;
  margin-bottom: 30px;
  border-radius: 25px;
  box-shadow: 0 0 10px #000;
}

.contact-us .contact-information {
  padding: 40px;
  background-color: var(--theme-color);
  color: white;
  height: 100%;
}

@media(min-width: 1024px) {
  .contact-us .contact-information {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}

@media(max-width: 1023px) {
  .contact-us .contact-information {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
}

.contact-us .contact-information>h1 {
  font-size: 24px;
  color: white;
  font-weight: bold;
  margin-bottom: 40px;
}

.contact-us .contact-information>h3 {
  font-size: 16px;
  position: relative;
  padding-left: 30px;
  color: white;
  margin-bottom: 20px;
}

.contact-us .contact-information>h3>i {
  font-size: 25px;
  position: absolute;
  left: 0;
  color: white;
}

.contact-us .contact-information>h3>a {
  color: white;
}

.contact-us .contact-information>ul {
  text-align: center;
  margin: 0;
  padding: 0;
}

.contact-us .contact-information>ul>li {
  display: inline-block;
}

.contact-us .contact-information>ul>li>a {
  color: white;
  text-decoration: none;
}

.contact-us .contact-information>ul>li>a>i {
  text-align: center;
  font-size: 32px;
  margin: 5px;
}

@media(min-width: 1024px) {
  .contact-us .contact-information>h3 {
    margin-bottom: 40px;
  }
}

.contact-us .form {
  padding: 40px;
}

.contact-us .form>h1 {
  font-size: 24px;
  font-weight: bold;
}

.contact-us .form .input-box {
  position: relative;
  border: 2px solid #ccc;
  margin-top: 30px;
}

.contact-us .form .input-box>i {
  position: absolute;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 22px;
  color: var(--theme-color);
}

.contact-us .form .input-box>.input {
  border: none;
  width: 100%;
  outline: none;
  padding-left: 35px;
  height: 36px;
}

.contact-us .form .input-box>textarea {
  width: 100%;
  border: none;
  padding: 10px;
  outline: none;
}

.contact-us .form .submit-btn {
  margin-top: 30px;
  border: none;
  outline: none;
  background-color: #103273;
  color: white;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 25px;
  text-transform: uppercase;
}

.contact-us .form .submit-btn:hover {
  background-color: #fff;
  color: var(--theme-color);
  box-shadow: 0 0 5px #000;
}

div.contact-thankyou {
  background-image: url('../../assets/img/bg/home-bg.png');
  background-size: cover;
  text-align: center;
  padding: 230px 10px;
}

div.contact-thankyou>h1 {
  font-size: 40px;
  font-weight: bold;
  color: var(--theme-color);
}

div.contact-thankyou>hr {
  background-color: var(--theme-color);
  height: 3px;
  max-width: 200px;
}

div.contact-thankyou>h5 {
  font-size: 15px;
  color: #575757;
}

/*contact us*/


/*blog*/
.blog-container {
  padding: 20px 0;
}

.blog-container .blog-search>form {
  position: relative;
  max-width: 350px;
}

.blog-container .blog-search>form>input {
  height: 45px;
  width: 100%;
  border: 2px solid var(--theme-color);
  outline: none;
  padding: 0px 58px 0 10px;
  margin-bottom: 15px;
}

.blog-container .blog-search>form>button {
  height: 45px;
  border: none;
  outline: none;
  background-color: var(--theme-color);
  color: white;
  padding: 0 15px;
  position: absolute;
  right: 0;
  font-size: 20px;
}

.blog-container .blog {
  padding: 10px;
  box-shadow: 0 0 5px #7d7d7d;
  margin-bottom: 30px;
  border-radius: 5px;
  transition: all 0.4s ease;
}

.blog-container .blog:hover {
  box-shadow: 0 0 15px var(--theme-color);
}

.blog-container .blog .blog-image {
  overflow: hidden;
}

.blog-container .blog .blog-image>a {
  text-decoration: none;
  outline: none;
  color: black;
}

.blog-container .blog .blog-image>a>img {
  width: 100%;
  border: 1px solid #000;
  transition: all .5s ease;
}

@media(max-width: 767px) {
  .blog-container .blog .blog-details {
    padding-top: 10px;
  }
}

.blog-container .blog .blog-details>.category {
  font-size: 14px;
  background-color: #ffff00;
  color: black;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  width: fit-content;
  margin: 0;
  text-decoration: none;
  outline: none;
}

.blog-container .blog .blog-details>.category:hover {
  box-shadow: 0 0 5px #000;
}

.blog-container .blog .blog-details>.title {
  font-size: 16px;
  font-weight: bold;
  color: black;
  margin: 10px 0 5px 0;
}

.blog-container .blog .blog-details>.title>a {
  color: black;
  text-decoration: none;
  outline: none;
}

.blog-container .blog .blog-details>.description {
  font-size: 14px;
  margin-bottom: 10px;
}

.blog-container .blog .blog-details>.read-btn {
  display: block;
  width: fit-content;
  font-size: 12px;
  font-weight: bold;
  background-color: white;
  color: var(--theme-color);
  border: 2px solid var(--theme-color);
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2;
  transition: .5s;
}

.blog-container .blog .blog-details>.read-btn:hover {
  background-color: var(--theme-color);
  color: #fff;
}

.blog-pagination .page-item.active .page-link {
  background-color: var(--theme-color) !important;
  color: #fff !important;
  font-weight: bold;
  border-color: #000000 !important;
}

.blog-pagination .page-link {
  color: black !important;
  font-weight: bold;
  border: 1px solid black !important;
  height: 100%;
}

.blog-pagination .page-link:hover {
  background-color: var(--theme-color) !important;
  color: #fff !important;
  border-color: #000 !important;
}

.blog .blog-view-date {
  margin-bottom: 15px;
}

.blog .blog-view-date>span {
  display: inline-block;
  width: fit-content;
  background-color: var(--theme-color);
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  margin-right: 10px;
  font-weight: bold;
  margin-bottom: 5px;
}

.blog .blog-heading>h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.blog .blog-banner>img {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid black;
}

.blog-page-container {
  position: sticky;
  top: 0;
}

.blog-navgation {
  padding-bottom: 33px;
}

.blog-navgation .navigate-blog>a {
  background-color: var(--theme-color);
  display: block;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  text-align: left;
  text-decoration: none;
  outline: none;
  width: fit-content;
  position: relative;
  padding-left: 25px;
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog-navgation .navigate-blog>a>i {
  position: absolute;
  top: 20%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 15px;
  left: 4px;
}

.blog-navgation .navigate-blog.next>a {
  padding-left: 10px;
  text-align: right;
  padding-right: 25px;
  margin-left: auto;
}

.blog-navgation .navigate-blog.next>a>i {
  right: 4px;
  left: auto;
}

/*blog*/

.political-astrology-steps {
  color: white;
  outline: none;
  border: none;
  display: block;
  margin-bottom: 33px;
}

.political-astrology-steps>div {
  background-image: url('../../assets/img/bg/steps.jpg');
  padding: 20px 10px;
}

.political-astrology-steps>div>h2 {
  font-size: 20px;
  margin: 0;
  text-align: center;
  color: white;
  font-weight: bold;
  text-shadow: 0 5px 5px #000;
}


/*about us*/
section.about-us {
  background-image: url('../../assets/img/bg/home-bg.png');
}

div.about-us-content .image {
  float: left;
  padding-right: 10px;
}

div.about-us-content .image img {
  width: 100%;
  max-width: 540px;
}

div.about-us-content h1 {
  font-size: 32px;
  font-weight: bold;
}

div.about-us-content p {
  text-align: justify;
}

/*about us*/


/*courses*/
.courses-box {
  border: 2px solid var(--theme-color);
  background-color: #E8E2D5;
  border-radius: 5px;
  position: relative;
  margin-bottom: 25px;
}

.courses-box.blue {
  background-color: #103273 !important;
  color: white !important;
}

.courses-box .title {
  border-bottom: 2px solid var(--theme-color);
  font-size: 18px;
  font-weight: bold;
  padding: 8px 10px;
  margin: 0;
}

.courses-box .paragraph {
  margin: 0;
  padding: 10px;
  text-align: justify;
}

.courses-box .choose-course-btn {
  background-color: var(--theme-color);
  padding: 10px 20px;
  text-decoration: none;
  width: fit-content;
  border-radius: 25px;
  color: white;
  font-weight: bold;
  box-shadow: 0 0 5px #000;
  margin: 0 15px 15px 15px;
  display: block;
  margin-left: auto;
}

.courses-box .choose-course-btn:hover {
  background-color: white;
  color: var(--theme-color);
}

/*courses*/


/*media  */
.media-top-scroll #media_top_scroll {
  height: fit-content !important;
}

.media-top-scroll-image img {
  width: 100%;
}

.media-top-scroll #media_top_scroll_thumb {
  display: none;
}

@media(min-width: 1200px) {
  .media-top-scroll #media_top_scroll {
    display: inline-block;
    width: 75%;
    margin-right: auto;
    margin-left: 0;
    height: fit-content !important;
  }

  .media-top-scroll-image img {
    width: 100%;
  }

  .media-top-scroll-thumb-image img {
    width: 100%;
  }

  .media-top-scroll #media_top_scroll_thumb {
    display: inline-block;
    width: 24%;
    margin-right: 0;
    height: 527px;
  }

  .swiper-slide-thumb-active {
    border: 2px solid black;
  }
}


.watch-on-tv-container {
  margin-top: 20px;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 5px #9c9c9c;
}

.watch-on-tv-container h1.title {
  font-size: 26px;
  color: #103273;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
}

.watch-on-tv-container ul {
  clear: both;
  margin: 0 -2%;
  padding: 0;
  margin-top: 20px;
  max-height: 547px;
  overflow-y: auto;
}

.watch-on-tv-container ul>li {
  display: inline-block;
  width: 49%;
  padding: 0 2%;
}

@media(max-width: 767px) {
  .watch-on-tv-container ul>li {
    width: 100%;
  }
}

.watch-on-tv-container ul>li.post-item {
  position: relative;
}

.playlist-item {
  padding: 12px 15px;
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.video-paused-icon,
.video-play-icon,
.video-number {
  float: left;
  width: 20px;
  text-align: left;
  line-height: 46px;
  font-size: 11px;
  color: #333333;
}

.video-thumbnail {
  width: 75px;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  float: left;
}

.video-info {
  padding-left: 105px;
}

.playlist-item h2 {
  font-size: 12px;
  font-weight: normal;
  line-height: 17px;
  margin: 0;
}

.video-duration {
  float: left;
  font-size: 11px;
  color: #777777;
  margin-top: 3px;
  line-height: 1;
}

.video-player-wrapper {
  float: left;
  position: sticky;
  top: 0;
  z-index: 1;
}

.news-coverages {
  margin-top: 20px;
  padding-bottom: 25px;
}

.news-coverage-item {
  padding: 30px;
  box-shadow: 0 0 5px #000;
  border-radius: 5px;
}

.news-coverage-item>h2 {
  font-size: 18px;
  color: #103273;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 2px solid #ccc;
}

.news-coverage-item img.news-coverage-image {
  width: 100%;
  height: 300px;
}

#news_coverages_scroll {
  padding: 10px 3px;
  height: fit-content;
}

.news-coverages-navigation {
  text-align: right;
}

.news-coverages-navigation i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  box-shadow: 0 0 5px #ccc;
  font-size: 20px;
  transition: .5s;
  cursor: pointer;
  outline: none;
}

.news-coverages-navigation i:hover {
  background-color: #000;
  color: white;
}

.news-coverages-navigation i#right {
  margin-left: 10px;
}

/*media*/



/*book an appoinment*/
.booking-header-top {
  background-image: url('../../assets/img/banner/book-an-appointment-banner.jpg');
  background-size: cover;
}

.booking-header-top .logo {
  padding-top: 20px;
}

@media(max-width: 767px) {
  .booking-header-top .logo {
    text-align: center;
  }
}

.booking-header-top .helplines {
  text-align: right;
  color: white;
  padding-top: 20px;
}

.booking-header-top .helplines a {
  color: white;
  text-decoration: none;
  outline: none;
  font-weight: bold;
  margin-left: 15px;
}

.booking-header-top .helplines a>i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  background-color: #ffcc29;
}

.booking-header-top .helplines a>i.whatsapp {
  background-color: #4CB050 !important;
  font-size: 17px;
}

.booking-header-top .content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  padding: 0px 10px 20px;
}

.booking-header-top .content>h1 {
  font-size: 30px;
  font-weight: bold;
  color: white;
  text-shadow: 0 5px 15px #000;
  margin-bottom: 20px;
}

.booking-header-top .content>h2 {
  color: #00ffef;
  font-size: 30px;
  font-weight: bold;
  text-shadow: 0 5px 15px #000;
  margin-bottom: 20px;
}

.booking-header-top .content>p {
  font-size: 20px;
  color: white;
}

@media(max-width: 767px) {
  .booking-header-top .logo {
    text-align: center;
  }

  .booking-header-top .helplines {
    display: none;
  }

  .booking-header-top .content {
    margin-top: 170px;
    text-align: center;
    background-color: #00000059;
    padding-top: 15px;
  }

  .booking-header-top {
    background-position: right -492px bottom;
  }

  .booking-header-top .content>h1 {
    margin-bottom: 5px;
    font-size: 26px;
  }

  .booking-header-top .content>h2 {
    margin-bottom: 5px;
    font-size: 26px;
  }
}

.booking-form-section {
  background-color: #FBFBFD;
  padding: 20px;
}

.booking-form {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.select-service-container h3 {
  font-size: 22px;
  color: #0091B5;
  font-weight: bold;
}

.custom-radiobutton {
  margin-bottom: 25px;
}

.custom-radiobutton input {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
}

.custom-radiobutton input:checked+label:before {
  background: url(../../assets/img/icons/check-icon.png) no-repeat center;
  background-color: #FFF;
  border-color: #fff !important;
}

.custom-radiobutton label {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 17px;
  text-align: left;
  background-color: #FFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  position: relative;
  padding: 20px 20px 20px 50px;
  margin: 0;
  font-weight: inherit;
  border-radius: 5px;
  cursor: pointer;
}

.custom-radiobutton label::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #FFF;
  border: 1px solid #000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 15px;
}

.custom-radiobutton input:checked+label:before {
  background: url(../../assets/img/icons/check-icon.png) no-repeat center;
  background-color: #FFF;
  border-color: #000;
}

.custom-radiobutton input:checked+label {
  background-color: #FF7A59 !important;
  color: white !important;
}

/*custom radio button 2*/
.custom-radiobutton-2 {
  margin-bottom: 15px;
}

.custom-radiobutton-2 input {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  cursor: pointer;
}

.custom-radiobutton-2 label {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  background-color: #f1f1f1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  position: relative;
  padding: 15px;
  margin: 0;
  font-weight: inherit;
  border-radius: 5px;
  cursor: pointer;
}

.custom-radiobutton-2 input:checked+label {
  background-color: #FF7A59 !important;
  color: white !important;
}

/*custom radio button 2*/


.select-duration-container h3 {
  font-size: 22px;
  color: #0091B5;
  font-weight: bold;
}

.select-datetime-container h3 {
  font-size: 22px;
  color: #0091B5;
  font-weight: bold;
}

.select-datetime-container .selection-datetime {
  background-color: white;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.select-datetime-container .selection-datetime .select-time .row {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.personal-details-container {
  margin-top: 20px;
}

.personal-details-container h3 {
  font-size: 22px;
  color: #0091B5;
  font-weight: bold;
}

.booking-input-box {
  margin-bottom: 20px;
}

.booking-input-box .input {
  height: 50px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #757575;
  padding: 10px;
  background-color: white;
  outline: none;
}

.payment-heading {
  font-size: 30px;
  font-weight: bold;
}

.book-to-pay-btn {
  border: 3px solid #ff7a59;
  outline: none !important;
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 25px;
  width: 200px;
  cursor: pointer;
}

.book-to-pay-btn:hover {
  box-shadow: 0 0 5px #000;
}

.book-to-pay-btn-txt {
  font-size: 12px;
  margin: 0;
  margin-top: 3px;
}

.booking-testimonials {
  background-color: #113374;
  text-align: center;
  padding: 50px 0;
  color: white;
}

.booking-testimonials h1 {
  font-size: 32px;
}

#booking_testimonials_scroll {
  height: fit-content;
  position: relative;
}

.booking-testimonial-item {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.booking-testimonial-item h4 {
  margin: 0;
}

#booking_testimonials_scroll i {
  position: absolute;
  top: 32%;
  font-size: 30px;
  cursor: pointer;
  outline: none;
  z-index: 1000;
}

#booking_testimonials_scroll i:hover {
  color: black;
}

#booking_testimonials_scroll i#booking-testimonials-left {
  left: 0;
}

#booking_testimonials_scroll i#booking-testimonials-right {
  right: 0;
}

.booking-footer-content {
  text-align: center;
  padding: 30px 0 10px;
}

.booking-footer-content h1 {
  font-weight: bold;
  font-size: 26px;
}

.booking-footer-content hr {
  height: 2px;
  width: 100px;
  background-color: #000;
}

.booking-footer-content h5 {
  font-size: 16px;
  font-weight: bold;
}

.booking-footer-content h6 {
  font-size: 16px;
}



.calendar_box {
  width: 100%;
  position: relative;
}

td.ui-datepicker-today a {
  background-color: #ff7a59 !important;
}

#datepicker td.ui-datepicker-today a {
  background-color: #ff7a59 !important;
}

#datepicker td.ui-datepicker-today a:hover {
  background-color: #ff7a59 !important;
}

#datepicker td a {
  color: #fff;
  background: #008000 !important;
  width: 100% !important;
}

#datepicker td a.ui-state-active {
  background-color: #fe7c04 !important;
  font-weight: bold;
}

#datepicker td a:hover {
  color: #fff;
  background: #008000b3 !important;
}

.ui-datepicker-calendar {
  width: 100% !important;
}

#datepicker {
  width: 100%;
  padding-right: 10px;
  padding-top: 70px;
}

#datepicker .ui-datepicker-header,
#ui-datepicker-div .ui-datepicker-header {
  width: 100%;
  height: 65px;
  border: 0;
  position: absolute;
  top: -12px;
  left: 1px;
  background-color: #FFF;
  text-align: center;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
}

#ui-datepicker-div .ui-datepicker-header {
  top: 0;
}

#ui-datepicker-div {
  padding-top: 70px;
  display: none;
}

.calendar_box .ui-datepicker-header a,
#ui-datepicker-div .ui-datepicker-header a {
  background-color: #FFF;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 0;
}

#datepicker .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-prev {
  left: 10px;
  position: absolute;
  top: 22px;
  z-index: 50;
  cursor: pointer;
}

#datepicker .ui-datepicker-next,
#ui-datepicker-div .ui-datepicker-next {
  right: 10px;
  position: absolute;
  top: 22px;
  z-index: 50;
  cursor: pointer;
}

.calendar_box .ui-datepicker-header a span,
#ui-datepicker-div .ui-datepicker-header a span {
  display: none;
}

.calendar_box .ui-datepicker-header a:after,
#ui-datepicker-div .ui-datepicker-header a:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  font-size: 14px;
  line-height: 40px;
  font-family: 'FontAwesome';
  color: #000;
  font-weight: lighter;
}

#datepicker .ui-datepicker-prev:after,
#ui-datepicker-div .ui-datepicker-prev:after {
  /*content:'\f053';*/
}

#datepicker .ui-datepicker-next:after,
#ui-datepicker-div .ui-datepicker-next:after {
  /*content:'\f054';*/
}

#datepicker .ui-datepicker-title,
#ui-datepicker-div .ui-datepicker-title {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-weight: bold;
}

#datepicker .ui-widget.ui-widget-content,
#ui-datepicker-div .ui-widget.ui-widget-content {
  border: 0;
}

#datepicker table,
#datepicker tr,
#datepicker th,
#datepicker td,
#ui-datepicker-div table,
#ui-datepicker-div tr,
#ui-datepicker-div th,
#ui-datepicker-div td {
  background-color: #FFF;
  border: 0 !important;
  padding: 0;
}

#datepicker th,
#ui-datepicker-div th {
  padding: 10px;
  font-size: 22px;
  line-height: 22px;
  color: #0091ae;
}

#datepicker table td,
#ui-datepicker-div table td {
  padding: 4px 5px;
}

#datepicker td a,
#datepicker td span,
#ui-datepicker-div td a,
#ui-datepicker-div td span {
  display: inline-block;
  padding: 10px;
  border: 0;
  background-color: #FFF;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  border-radius: 5px;
}

#datepicker td a:hover,
#ui-datepicker-div td a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

#datepicker .ui-state-highlight,
#ui-datepicker-div .ui-state-highlight {
  background-color: #f1f4f7;
}

#datepicker td a.ui-state-active,
#ui-datepicker-div td a.ui-state-active {
  background-color: #ff7a59;
  color: #FFF;
}

body #datepicker .ui-datepicker-today span,
body #datepicker .ui-datepicker-today a,
#datepicker table td:first-child span,
#ui-datepicker-div table td:first-child a {
  background-color: #F00 !important;
  color: #FFF !important;
  width: 100%;
}

.date_info {
  padding: 0;
  margin: 20px 0 0 20px;
}

.date_info li {
  margin-bottom: 0px;
}

.date_info li span {
  display: inline-block;
  width: 30px;
  height: 15px;
  border-radius: 2px;
  margin-right: 10px;
  position: relative;
  top: 4px;
}

.date_info li:nth-child(1) span {
  background-color: #F00
}

.date_info li:nth-child(2) span {
  background-color: #008000
}

.date_info li:nth-child(3) span {
  background-color: #fe7c04;
}

@media(max-width: 767px) {

  #datepicker th,
  #ui-datepicker-div th {
    padding: 3px !important;
  }

  #datepicker table td,
  #ui-datepicker-div table td {
    padding: 3px !important;
  }
}


.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.date_info {
  padding: 0;
  margin: 20px 0 20px 20px;
  list-style-type: none;
}

.date_info li {
  margin-bottom: 0px;
}

.date_info li span {
  display: inline-block;
  width: 30px;
  height: 15px;
  border-radius: 2px;
  margin-right: 10px;
  position: relative;
  top: 4px;
}

.date_info li:nth-child(1) span {
  background-color: #F00;
}

.date_info li:nth-child(2) span {
  background-color: #008000;
}

.date_info li:nth-child(3) span {
  background-color: #fe7c04;
}

/*book an appointment*/


/*payment success*/
.payment-success .banner img {
  width: 100%;
}

.payment-success .content {
  background-image: url('../../assets/img/bg/home-bg.png');
  padding: 50px 10;
}

.payment-success .content .details-box {
  padding: 50px 0;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.payment-success .content .name {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.payment-success .content .name>span {
  color: #0F3274;
}

.payment-success .content .calendar {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.payment-success .content .status {
  color: #0F3274;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 3px 5px #0f3274a8;
  margin-bottom: 30px;
}

.payment-success .content .details-container {
  padding: 40px;
  border-radius: 10px;
  border: 4px solid #FF7300;
}

.payment-success .content .details-container .appointment-date {
  border-radius: 10px;
  border: 4px solid #0F3274;
  text-align: center;
  color: #0F3274;
  margin-left: 40px;
  max-width: 200px;
}

.payment-success .content .details-container .appointment-date h2 {
  font-weight: bold;
  border-bottom: 4px solid #0F3274;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0;
  font-size: 32px;
}

.payment-success .content .details-container .appointment-date h1 {
  font-size: 70px;
  margin: 0;
  padding: 10px 0;
  font-weight: bold;
}

.payment-success .content .details-container .appointment-date h3 {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  padding: 10px 0;
  border-top: 4px solid #0F3274;
  text-transform: uppercase;
}

.payment-success .content .details-container .appointment-details {
  text-align: center;
  padding-top: 30px;
  color: #0F3274;
}

.payment-success .content .details-container .appointment-details h1 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 38px;
}

.payment-success .content .details-container .appointment-details h1>span {
  color: var(--theme-color);
}

.payment-success .content .details-container .appointment-details h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 38px;
}

.payment-success .content .details-container .appointment-details h3 {
  color: var(--theme-color);
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}

/*payment success*/


div.testimonial-container-home {
  box-shadow: 0 0 7px #a2a2a2;
  padding: 10px;
  margin-bottom: 25px;
  border-radius: 5px;
}

div.testimonial-container-home p {
  font-size: 16px;
}

div.testimonial-container-home h3 {
  font-size: 20px;
  text-align: right;
  font-weight: bold;
  margin-bottom: 0;
}


/*books page*/
.books-container {
  padding: 20px 0;
}

.books-container .books-search>form {
  position: relative;
  max-width: 350px;
}

.books-container .books-search>form>input {
  height: 45px;
  width: 100%;
  border: 2px solid var(--theme-color);
  outline: none;
  padding: 0px 58px 0 10px;
  margin-bottom: 15px;
}

.books-container .books-search>form>button {
  height: 45px;
  border: none;
  outline: none;
  background-color: var(--theme-color);
  color: white;
  padding: 0 15px;
  position: absolute;
  right: 0;
  font-size: 20px;
}

.books-container .book-box {
  padding: 10px;
  box-shadow: 0 0 5px #7d7d7d;
  margin-bottom: 30px;
  border-radius: 5px;
  transition: all 0.4s ease;
}

.books-container .book-box:hover {
  box-shadow: 0 0 15px var(--theme-color);
}

.books-container .book-box .image-box {
  border: 1px solid #000;
  overflow: hidden;
}

.books-container .book-box .image-box>a {
  text-decoration: none;
  color: #000;
  outline: none;
}

.books-container .book-box .image-box>a>img {
  width: 100%;
  transition: all 0.4s ease;
}

.books-container .book-box .image-box>a>img:hover {
  transform: rotate(5deg) scale(1.1);
}

@media (max-width: 767px) {
  .books-container .book-box .book-content {
    padding-top: 10px;
  }
}

.books-container .book-box .book-content a.title {
  font-size: 14px;
  background-color: #ffff00;
  color: black;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  width: fit-content;
  margin: 0;
  text-decoration: none;
  outline: none;
}

.books-container .book-box .book-content a.title:hover {
  box-shadow: 0 0 5px #000;
}

.books-container .book-box .book-content p.desc {
  font-size: 16px;
  font-weight: bold;
  color: black;
  margin: 10px 0 5px 0;
  text-align: justify;
  max-height: 143px;
  overflow: hidden;
}

.books-container .book-box .book-content a.download-btn {
  display: block;
  width: fit-content;
  font-size: 12px;
  font-weight: bold;
  background-color: white;
  color: var(--theme-color);
  border: 2px solid var(--theme-color);
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2;
  transition: .5s;
}

.books-container .book-box .book-content a.download-btn:hover {
  background-color: var(--theme-color);
  color: #fff;
}

#homepage_yt_video_thumb,
.youtube-thumb-with-play-btn {
  position: relative;
}

#homepage_yt_video_thumb .icon,
.youtube-thumb-with-play-btn .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -moz-transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
  -webkit-transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
  transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
  z-index: 63;
  border: none;
  background-color: #000000cc;
  border-radius: 12px;
  padding: 0;
  color: inherit;
  text-align: center;
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
  cursor: pointer;
  outline: none;
}

#homepage_yt_video_thumb:hover .icon,
.youtube-thumb-with-play-btn:hover .icon {
  background-color: #FF0000;
}

#homepage_yt_video_thumb .icon i,
.youtube-thumb-with-play-btn .icon i {
  color: #fff;
}

/* SHOP */
.shop-gemstones-template {
  padding-top: 20px;
}

.shop-gemstones-template>.ti {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}

.shop-gemstones-template>.gemstones-container .gem-box {
  background-color: #e9e9e9;
  padding: 5px;
  margin-top: 20px;
}

.shop-gemstones-template>.gemstones-container .gem-box>.l {
  text-decoration: none;
  outline: none;
}

.shop-gemstones-template>.gemstones-container .gem-box>.l>.image-box {
  margin-bottom: 5px;
}

.shop-gemstones-template>.gemstones-container .gem-box>.l>.image-box>img {
  width: 100%;
}

.shop-gemstones-template>.gemstones-container .gem-box>.l>.details-box {
  text-align: center;
  padding: 5px;
}

.shop-gemstones-template>.gemstones-container .gem-box>.l>.details-box>.t {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  height: 37px;
  overflow: hidden;
}

.shop-gemstones-template>.gemstones-container .gem-box>.l>.details-box>.s {
  font-size: 14px;
  color: #000;
}

.shop-gemstones-template>.gemstones-container .gem-box>.l>.details-box>.p {
  color: var(--theme-color);
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
}

.shop-gemstones-template>.gemstones-container .gem-box:hover {
  box-shadow: 0 0 5px var(--theme-color);
}

/* SHOP */


/* RAHUKALAM */
.rahukaal-details-container {
  padding: 20px 0;
  position: sticky;
  top: 0px;
}

.rahukaal-details-container .top-box>.title {
  font-size: 30px;
  font-weight: bold;
}

.rahukaal-details-container .top-box>.desc {
  font-size: 16px;
  text-align: justify;
}

.rahukaal-details-container .rahukaal-box {
  margin-bottom: 25px;
}

.rahukaal-details-container .rahukaal-box>.title {
  font-size: 26px;
  font-weight: bold;
}

.rahukaal-details-container .rahukaal-box>.details {
  font-size: 16px;
  text-align: justify;
}

.rahukaal-details-container .rahukaal-box .table {
  margin-bottom: 5px;
}

.rahukaal-details-container .rahukaal-box .table tr td {
  font-size: 15px;
  padding: 10px 13px;
  border: 1px solid #dee2e6;
}

.rahukaal-details-container .rahukaal-box .table tr:nth-child(even) td,
.rahukaal-details-container .rahukaal-box .table tr:hover td {
  background-color: #f0f0f0;
}

.rahukaal-details-container .rahukaal-box .table tr td.current {
  background-color: var(--theme-color);
  color: #FFF;
  font-weight: bold;
}

.rahukaal-details-container .rahukaal-box>.note {
  font-size: 14px;
  margin: 0;
}

.rahukaal-details-container .rahukaal-box>.note>span {
  color: var(--theme-color);
  font-weight: bold;
}

.rahukaal-details-container .form-box {
  margin-bottom: 25px;
}

.rahukaal-details-container .form-box>.title {
  font-size: 28px;
  font-weight: bold;
}

.rahukaal-details-container .form-box>.formb {
  padding: 25px;
  background-color: #103273;
  box-shadow: 0 0 10px #3e3e3e;
  border-radius: 5px;
}

.rahukaal-details-container .form-box>.formb .form-group {
  margin-bottom: 20px;
}

.rahukaal-details-container .form-box>.formb .form-group label {
  color: #FFF;
  font-weight: bold;
}

.rahukaal-details-container .form-box>.formb .form-group .input-group-text {
  background-color: var(--theme-color);
  color: #FFF;
}

.rahukaal-details-container .form-box>.formb .find-rahukalam-btn {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFF;
  background-color: var(--theme-color);
  width: fit-content;
  margin: 0 auto;
  display: block;
}

.rahukaal-details-container .form-box>.formb .find-rahukalam-btn:hover {
  background-color: #FFF;
  color: var(--theme-color);
  box-shadow: 0 0 10px #3e3e3e;
}

.rahukaal-details-container .more-details-box .ti {
  font-size: 25px;
  font-weight: bold;
}

.rahukaal-details-container .more-details-box .desc {
  font-size: 16px;
  text-align: justify;
}

.rahukaal-details-container .more-details-box .rahukaal-timings-img {
  width: 100%;
  margin-bottom: 20px;
}

.rahukaal-details-container .more-details-box .table tr td {
  font-size: 15px;
  padding: 10px 13px;
  border: 1px solid #dee2e6;
}

.rahukaal-details-container .more-details-box .table tr:nth-child(even) td,
.rahukaal-details-container .more-details-box .table tr:hover td {
  background-color: #f0f0f0;
}

.location-suggestion {
  border-bottom: 1px solid #eee;
}

.location-suggestion>span {
  display: block;
  font-size: 14px;
}

.rahukaal-details-container .navigation-box {
  margin-bottom: 25px;
}

.rahukaal-details-container .navigation-box>.navb {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.rahukaal-details-container .navigation-box>.navb>.rnav-btn {
  text-decoration: none;
  outline: none;
  font-size: 14px;
  background-color: #1E3271;
  color: #FFF;
  padding: 5px 15px;
  width: 130px;
  text-align: center;
  position: relative;
  border-radius: 5px;
}

.rahukaal-details-container .navigation-box>.navb>.rnav-btn>i {
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}

.rahukaal-details-container .navigation-box>.navb>.rnav-btn.next {
  margin-left: 15px;
}

.rahukaal-details-container .navigation-box>.navb>.rnav-btn.next>i {
  left: unset;
  right: 7px;
}

.rahukaal-details-container .navigation-box>.navb>.rnav-btn:hover {
  box-shadow: 0 0 5px #000;
}

.rahukaal-details-container .navigation-box>.home-btn {
  display: block;
  width: fit-content;
  margin: 10px auto 0;
  text-decoration: none;
  outline: none;
  background-color: var(--theme-color);
  color: #FFF;
  font-weight: bold;
  padding: 7px 15px;
  border-radius: 5px;
  font-size: 15px;
}

.rahukaal-details-container .navigation-box>.home-btn:hover {
  color: var(--theme-color);
  background-color: #FFF;
  box-shadow: 0 0 5px var(--theme-color);
}

/* END RAHUKALAM */