  /* @font-face {
      font-family: 'sanskrit';
      src: url(../fonts/sanskrit.ttf);
      font-weight: normal;
  } */
  
  @font-face {
      font-family: 'sanskrit';
      src: url('../fonts/sanskrit2003.eot') format('eot');
      src: url('../fonts/sanskrit2003.eot?#iefix') format('embedded-opentype');
      src: url('../fonts/sanskrit2003.woff') format('woff');
      src: url('../fonts/sanskrit2003.ttf') format('truetype');
  }
  
  @font-face {
      font-family: 'siddhanta';
      src: url(../fonts/siddhanta.ttf);
      font-weight: normal;
  }
  
  body {
      font-family: 'Noto Sans', sans-serif;
      /* -moz-transform: scale(0.8, 0.8);
      zoom: 0.8;
      zoom: 105%; */
  }
  
  html {
      scroll-behavior: smooth;
  }
  
  .sb-whatsapp:hover {
      background-color: #25d366 !important;
  }
  
  .navbar-dark .navbar-nav .nav-link {
      color: #5a5b75 !important;
  }
  
  .login-vl a {
      color: #999999;
      font-size: 1rem;
      border: #999 solid 1px;
      padding: 5px 8px;
      border-radius: 20px;
      cursor: pointer;
  }
  
  .login-vl a:hover {
      color: #080707;
      border: #080707 solid 1px;
  }
  
  #vl_search:hover {
      box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
      transition: box-shadow .3s;
  }
  /* .vl-main-page {
    padding-top: 20px;
}

.wrapper {
    margin-top: 50px !important;
} */
  
  .navbar-expand-lg.navbar {
      padding-top: .75rem;
      padding-bottom: .75rem;
      border: 0.5px solid #f7f7f7eb !important;
  }
  
  .chapters {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      width: 100%;
  }
  
  a.chapter {
      position: relative;
      min-height: 50px;
      min-width: 50px;
      margin-bottom: 2px;
      margin-right: 2px;
      color: #fff !important;
      background-color: #275197;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-justify: center;
  }
  
  a.chapter:hover {
      text-decoration: none;
  }
  
  a.chapter {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 56px;
      background-color: #4f6388;
  }
  
  .vs-mantra {
      font-family: 'siddhanta';
      font-size: 1.3rem;
      font-weight: 500;
      color: #e80680;
      line-height: 2rem !important;
  }
  
  .alert-vs {
      color: #6d64e0;
      background: rgb(255, 255, 255);
      background: linear-gradient(353deg, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 240, 1) 35%, rgba(208, 242, 249, 1) 100%);
      border-color: #ccc;
  }
  
  audio {
      width: 100%;
      height: 25px;
      margin: 5px 0;
  }
  
  .btn-vs {
      font-size: .8rem;
      padding: 3px 12px;
  }
  
  .selected-mantra {
      background-color: #150f61 !important;
  }
  
  .mantra-sidebar a:hover {
      background-color: #150f61 !important;
  }
  /* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
  
  .icon-bar {
      position: fixed;
      z-index: 999999;
      top: 80%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  }
  /* Style the icon bar links */
  
  .icon-bar a {
      display: block;
      text-align: center;
      padding: 16px;
      transition: all 0.3s ease;
      color: white;
      font-size: 20px;
  }
  /* Style the social media icons with color, if you want */
  
  .icon-bar a:hover {
      background-color: #000;
  }
  
  .facebook {
      background: #3B5998;
      color: white;
  }
  
  .twitter {
      background: #55ACEE;
      color: white;
  }
  
  .whatsapp {
      background: #25d366;
      color: white;
  }
  
  .linkedin {
      background: #007bb5;
      color: white;
  }
  
  .youtube {
      background: #bb0000;
      color: white;
  }
  
  .opt-hidden {
      display: none;
  }
  
  .nav-item:active {
      background-color: #cccccc21 !important;
      border-radius: 10px !important;
  }
  
  .mantra-refrence {
      display: none;
  }
  
  .aum-content p {
      padding-right: 5px !important;
      padding-left: 5px !important;
  }
  
  .aum-content p span {
      color: #090909;
  }
  /*.aum-content p span span span strong {
      color: #000 !important;
  }*/
  
  .aum-heading {
      /* background: #ccc6; */
      padding: 3px 5px 5px 10px;
      /* border-bottom: 4px solid red; */
      font-size: 1.4rem !important;
      color: #540230 !important;
  }

  .social-links {
      position: relative;
      transition: 0.5s;
      float: right;
      background-color: #ffffff2a;
      padding: 10px 10px;
      /* border-top: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 10px 0 0 10px; */
  }

  

  .social-links ul {
      margin: 0px;
      padding: 0px;
      bottom: 10px;
  }

  

  .social-links ul li {
      text-align: center;
      margin: 4px 0px;
      list-style: none;
  }

  /* .social-links ul li a .fa {
      color: #fff;
      font-size: 22px;
      display: table;
      margin: 0 auto;
      padding-top: 15px;
      width: 35px;
      height: 30px;
  } */

  

  .social-links ul li a i.fa-facebook {
      color: #475993;
  }

  .social-links ul li a i.fa-twitter {
      color: #55acee;
  }


  .social-links ul li a i.fa-google-plus {
      color: #f73533;
  }


  .social-links ul li a i.fa-instagram {
      color: #e43367;
  }

  
  .social-links ul li a i.fa-youtube {
      color: #ed2124;
  }

  
  .social-links ul li a .fa:hover {
      opacity: 0.8;
  }


  .social-links ul li a {
      display: block;
      height: 100%;
      text-decoration: none;
  }


  .social-share {
      position: fixed;
      height: 300px;
      top: 25%;
      right: 0px;
      z-index: 99999 !important;
  }

  .share-btn.hide-links {
      transform: rotatey(180deg);
      position: relative;
      right: -50px;
  }

  
  .share-btn.show-links {
      transform: rotatey(0deg);
  }

  
  .share-btn {
      background-color: transparent;
      border: none;
      width: 50px;
      height: 50px;
      top: 4px;
      right: 3px;
      position: relative;
      transition: 0.7s all ease-in;
      color: #2196F3;
      font-size: 25px;
  }