body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-size: 1.6rem;
  }
  
  html {
    font-size: 62.5%;
  }
  
  :root {
    --main-color:#E73801;    
    --sub-color:#7350C7;
    --b-shadow :0px 2px 8px 6px rgb(0 0 0 / 5%);
    --light-grey:#F8F8F8;
  }
  .container {
    max-width: 768px !important;
    width: 100%;
    background-color: #fff;
    padding: 0 0px;      
    position: relative;
    overflow: hidden;
  }
  .top-icons {
    text-align: right;
    padding-top: 22px;    
  }
  .top-icons a {
    font-size: 26px;    
    padding: 0 0 0 0px;
    color: var(--main-color);
  }
  
  .search input {
    font-size: 17px;
    background-color: #F5F5F5;
    border: none;
    padding: 9px 15px;
    float: right;
    width: 95%;
    margin-top: 10px;
    border-radius: 7px;
  }
  .search i {    
    float: right;
    position: relative;
    margin-right: 15px;
    margin-top: -30px;
    
  }
  .carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 215px;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6%;
    padding: 0;
    color: #fff !important;
    text-align: center;
    background: #000;
    border: #fff solid 2px;
    opacity: 0.9 !important;
    transition: opacity 0.15s ease;
    height: 47px;
    padding: 20px 0px;
    border-radius: 50px;
    background-image:none !important;
  }
  .back {
  background-image: url(../imgs/arow1.svg)  !important;
  }
  .qr-main {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  }
  .qr-main img {
  width: 150px;  
  border: #ccc solid 1px;
  padding: 10px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  }
  .carousel-inner {
  border-radius: 20px;
  }
  .loction-pic-main {
  position: relative;
  margin-top: 17px;
  }
  .loction-pic-main img {
  border-radius: 20px;
  }
  .numbering {
  background-color: #fff;
  font-size: 20px;
  height: 50px;
  width: 50px;
  position: absolute;
  margin-left: 20px;
  margin-top: 20px;
  text-align: center;
  border-radius: 50px;
  padding-top: 8px;
  z-index: 9;
  font-weight: 700;
  
  }
  .s-map {
  position: absolute;  
  margin-top: 20px;
  border-radius: 20px;
  right: 20px;
  
  
  }
  .s-map iframe {
  max-width: 200px;
  max-height: 250px;
  }
  .right-imgs {
  text-align: right;  
  
  }
  .right-imgs img {
  width: 200px;
  margin-bottom: 20px;
  border-radius: 10px;
  }
  .audio-text h2 {
  color: var(--main-color);
  font-weight: 700;
  margin-top: 15px;
  
  }
  .audio-text {
  padding:  0 25px 0px 0px;  
  }
  .down-arow {
  font-size: 22px !important;
  padding: 10px 0px;
  }
  .keypad-main {
  background-color: #333;
  overflow: hidden;
  text-align: center;
  
  }
  .keypad-main input {
  background-color: #333 !important;
  padding: 10px 10px;
  font-size: 25px;
  border: none;
  color: white !important;
  text-align: center
  }
  .keypad-main a {
  border: #555555 solid 1px;
  width: 33.3%;
  display: block;
  float: left;
  color: #fff;
  text-decoration: none;
  padding: 14px 0;
  font-size: 23px;
  }
  
  
  .dropdown-language ul li a {
  font-size: 15px;
  line-height: 35px;
  padding: 0 7px;
  
  }
  
  .splash {
  margin: auto;
  position: relative;
  top: 0%;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 768px;  
  background-image: url("../imgs/main-pic.jpg");
  background-size: cover;  
  height: 100vh;
  
  }
  .splash img {
  margin-bottom: 25px;
  padding: 0 20px;
  margin-top: 120px;
  
  }
  .splash h2 {
  font-size: 35px;
  margin-bottom: 20px;
  color: #fff;
  
  }
  .la-icon {
  width: 100px;
  margin-top: 25px;
  }
  .languages {
  max-width: 600px;
  width: 100%;
  margin: auto;
  margin-top: 50px;
  
  }
  .languages a {
  background-color:#FAE86C;
  padding: 10px 40px;
  color: #000;
  text-decoration: none;
  border-radius: 10px;
  font-size: 20px;  
  line-height: 70px;
  font-weight: 600;
  }
  .languages a:hover {
  background-color:#f4dc40;  
  }
  
  
  
  
  
  
  
  
  
  /* The sidepanel menu */
  .sidepanel {
  height: 100%; /* Specify a height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #fff; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
  z-index: 999;
  box-shadow: var(--b-shadow);
  }
  
  /* The sidepanel links */
  .sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 19px;
  color: #818181;
  display: block;
  transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidepanel a:hover {
  color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  }
  
  /* Style the button that is used to open the sidepanel */
  .openbtn {
  font-size: 20px;
  cursor: pointer;
  
  color: white;
  padding: 10px 15px;
  border: none;
  }
  
  .openbtn:hover {
  background-color: #fff;
  }
  .close-icon { 
  color: #fff;
  float: right;
  padding: 10px 10px;
  position: relative;
  z-index: 999;
  font-size: 25px !important;
  
  
  }
  .donation-icon {
  position: relative;
  }
  .donation {
  position: fixed;
  z-index: 999;
  bottom: 0px;
  }
  
  .donation-icon a img {
  position: fixed;
  right: 20px;
  z-index: 999999;
  background-color: #376fe4;
  bottom: 20px;  
  border-radius: 50px;
  padding: 10px;
  width: 70px;
  border: #fff solid 2px;
  
  }
  .donation-form {
  padding: 10px 10px;
  }
  
  .donation-form h5 {
  font-size: 20px;
  font-weight: 600;
  }
  .donation-form label {  
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;  
  }
  .donation-form input {  
  font-size: 16px;
  padding: 10px 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  }
  .donation-form button {  
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 5px;
  }
  .modal-dialog {
  max-width: 500px;
  margin: auto;
  top: 20%;
  }
  .bottom-bar {
  position: relative;
  width: 100%;
  
  }
  .bottom-fix {
  position: fixed;
  bottom: 0px;
  max-width: 768px;
  width: 100% !important;
  
  }
  .bottom-icons {
  background-color: var(--main-color);  
  display: block;
  display: flex;
  justify-content: space-between;
  padding: 10px 10px;
  
  }
  .b-icon {  
  margin: auto;
  }
  .player-main {
  display: flex;
  padding: 0 10px;
  margin-bottom: 20px;
  }
  .play-b {
  
  margin-right: 5px;
  margin-left: 5px;
  }
  .player-bar {
  width: 91%;
  background-color: #ccc;
  height: 10px;
  border-radius: 5px;
  margin-top: 7px;
  }
  .player-active {
  background-color: var(--main-color);
  height: 10px;
  border-radius: 5px;
  width: 60%;
  float: left;
  }
  .act-round {
  background-color: var(--main-color);
    height: 25px;
    width: 25px;
    border-radius: 50px;
    float: left;
    margin-top: -8px;
    margin-left: -8px;
  
  
  }
  .topbig-icon {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 20px;
  text-align: center;
  }
  .big-icon img {
  width: 50px;
  text-align: center;
  margin: auto;
  }
  .item {
  text-align: center;
  }
  .item a {
  text-decoration: none;
  color: #000;
  }
  .big-icon h3 {
  margin-top: 6px;
  }
  .sound-heading {
  margin-top: 20px;
  }
  .qr-bottom {
  margin-bottom: 90px;
  }
  .mrg-bottom {
  margin-bottom: 50px;
  }
  .utility {
  box-shadow: var(--b-shadow);
  text-align: center;  
  margin-bottom: 10px;
  margin-top: 20px;
  border-radius: 8px;
  height: 130px;
  
  
  }
  .utility h3 {
  font-size: 20px;
  margin-top: 10px;
  }
  .utility img {
  width: 60px;
  padding-top: 10px;
  
  
  
  }
  
  .player {
  width: 100vw;
  height: 100vh;
  }
  #film2 {
  display: none;
  }
  
  
  
  /* social media icon css start 16th oct 2023 */
  
  .social-media-list {
  display: none;
  position: absolute;
  bottom: 40px;
  right: 0;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  
  .social-media-list a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #000;
  }
  
  .social-media-list a:hover {
  background-color: #eee;
  }
  
  
  /* social media icon css start 16th oct 2023 end */
  
  
  /* css start 17th oct 2023 */
  
  
  .templelistcss {
    flex-direction: row;
    margin-bottom: 60px;
  }
  .temple_list_image {
    margin-left: -10px;
    width: 17%;
    overflow: hidden;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  
  
  .card-title {
    font-weight: 600;
    font-size: 18px;
    color: black !important;
    margin-bottom: 0.5rem;
  }
  
  p.card-text {
    width: 90%;
    font-size: 14px;
  }
  
  .card-body {
    flex: 1 1 auto;
    padding: 1rem 2rem;
  }
  
  .card{
    border-radius: 12px;
  }
  
  
  /*  css end 17th oct 2023 end */
  
  
  
  /*  css end 26th oct 2023 start */
  
  button.fa.fa-search.searchbuttondesign {
    /* float: right; */
    position: absolute;
    right: 96px;
    top: 34px;
    border: none;
    /* bottom: 31px; */
  }
  
  .nodatafoundtext {
    color: black;
    font-size: 16px;
  }
  
  
      /* Hide the default number input arrows in modern browsers */
      input[type="number"]::-webkit-inner-spin-button,
      input[type="number"]::-webkit-outer-spin-button {
          -webkit-appearance: none;
          margin: 0;
      }
  
  
  /*  css end 26th oct 2023 end */
  