body {
  /* font-family: 'Roboto', sans-serif !important; */
  font-family: "Nunito" !important;
  background: #f5dcac !important;
  /* overflow-x: hidden !important;  */
}

.footer-wrapper {
  width: 100%;
  min-height: 80px;
  background: url(../img/color-bg-rep.jpg) repeat #3b2135;
  font-size: 16px;
  padding-top: 28px;
  color: #ffefe2;
}

.footer-wrapper a {
  color: #ffefe2;
  text-decoration: none;
}

.footer-wrapper a:hover {
  color: #ffffff;
}

.footer-wrapper font {
  float: right;
}

.header-wrapper {
  width: 100%;
  background: url(../img/header-bg.jpg) top repeat #ff9d00;
  color: #ffefe2;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

.header-wrapper .container img {
  margin: 0px 0px;
}

.sopanam-logo {
  width: 260px;
}

.header-wrapper h4 {
  width: 100%;
  text-transform: uppercase;
  padding: 12px 0px;
  margin: 0px;

  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  font-weight: bold;
  letter-spacing: 0.5px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

/* .header-wrapper h3{
	color:#c30d14; 
	font-size: 20px;
} */

.menu-container {
  position: relative;
  z-index: 999;
}

.menu-container input {
  border: none;
  outline: none;
  width: 100%;
  background: none;
  padding-left: 15px;
  color: #ffffff;
  min-height: 45px;
}

.menu-container input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: pink;
}

.menu-container input::-moz-placeholder {
  /* Firefox 19+ */
  color: pink;
}

.menu-container input:-ms-input-placeholder {
  /* IE 10+ */
  color: pink;
}

.menu-container input:-moz-placeholder {
  /* Firefox 18- */
  color: pink;
}

.menu-container button {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 990;
  border: none;
  outline: none;
  background-color: #c30d14;
  padding: 0px 12px;
  color: #f3dbac;
  min-height: 45px;
  font-size: 22px;
}

.menu-container .navbar {
  background-color: #f1c152;
  padding: 0px;
  margin-top: -23px;
}

.navbar-nav .nav-link {
  color: #271b00 !important;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  /* padding:12px 44px !important; */
}

.navbar-nav .nav-link:hover {
  background-color: #ddad3d;
}

.navbar-nav li {
  border-right: 1px solid #cda240;
}

.navbar-nav li:last-child {
  border-right: none;
}

.bookseva {
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  border: 2px solid #f1c152;
  float: left;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-size: 15px;
  color: #f1c152;
  padding: 8px 0px;
  margin: 5px 0px 0px 0px;
}

.bookseva:hover {
  background-color: #f1c152;
  color: #412236;
  text-decoration: none;
}

.social-media {
  text-align: right;
  padding-top: 15px;
}

.social-media a {
  color: #d9c6c0;
  text-decoration: none;
  font-size: 16px;
  margin: 0px 10px;
}

.social-media a:hover {
  color: #f1c152;
}

.banner-container {
  width: 100%;
  margin-top: -23px;
  position: relative;
  display: block;
}

.banner-container img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.upadevas-container {
  width: 100%;
  background-color: rgba(228, 207, 183, 0.6);
  padding: 80px 0px;
}

@media (min-width: 768px) {
  .col-1-5 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.upadevas-container h2 {
  font-family: "Libre Baskerville", serif;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  color: #412236;
  font-size: 32px;
}

.upadevas-container h5 {
  width: 100%;
  text-align: center;
  padding: 0px;
  margin: 12px 0px 0px 0px;
  font-size: 17px;
  text-transform: capitalize;
  color: #1b1b1b;
  font-weight: bold;
  float: left;
}

.upadevas-container span {
  width: 150px;
  height: 150px;
  float: left;
  background-color: #000;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  left: 50%;
  margin-left: -75px;
  overflow: hidden;
}

.upadevas-container span:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  width: 58px;
  height: 66px;
  left: 50%;
  margin-left: -29px;
  top: 36px;
  background: url(../img/hover-icon.png) no-repeat;
  opacity: 0;
}

.upadevas-container span img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.upadevas-container a:hover h5 {
  color: #412236;
}

.upadevas-container a:hover img {
  opacity: 0.15;
}

.upadevas-container a:hover span:before {
  opacity: 1;
}

.welcome-container .col-lg-12 {
  text-align: center;
}

.welcome-container {
  margin-bottom: 80px;
}

.float-img img {
  float: right;
  margin: 0px 0px 15px 20px;
  height: 250px;
  border-radius: 10px;
  object-fit: cover;
}

.welcome-container .col-lg-4 img {
  width: 100%;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height: 250px;
  object-fit: cover;
}

.welcome-container .col-lg-8 {
  padding-right: 60px;
  text-align: justify;
}

p {
  line-height: 26px;
}

.bannerbtm-con {
  width: 100%;
  text-align: center;
  position: relative;
  background: rgba(255, 239, 226, 1);
  background: -moz-linear-gradient(
    top,
    rgba(255, 239, 226, 1) 0%,
    rgba(255, 239, 226, 1) 21%,
    rgba(255, 239, 226, 0) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 239, 226, 1)),
    color-stop(21%, rgba(255, 239, 226, 1)),
    color-stop(100%, rgba(255, 239, 226, 0))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 239, 226, 1) 0%,
    rgba(255, 239, 226, 1) 21%,
    rgba(255, 239, 226, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 239, 226, 1) 0%,
    rgba(255, 239, 226, 1) 21%,
    rgba(255, 239, 226, 0) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 239, 226, 1) 0%,
    rgba(255, 239, 226, 1) 21%,
    rgba(255, 239, 226, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 239, 226, 1) 0%,
    rgba(255, 239, 226, 1) 21%,
    rgba(255, 239, 226, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefe2', endColorstr='#ffefe2', GradientType=0);
}

.bannerbtm-con img {
  position: relative;
  top: -61px;
}

.welcome-container h2 {
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
  color: #412236;
  font-size: 32px;
}

.welcome-container h5 {
  font-family: "Libre Baskerville", serif;
  padding: 0px;
  margin: 0px;
  color: #412236;
  font-size: 26px;
}

.theyyam-icon {
  margin-top: -110px;
}

.welcome-underline {
  margin-top: 10px;
  margin-bottom: 30px;
}

.enquiry-wrapper {
  width: 100%;
  /* background:url(../img/color-bg-rep.jpg) repeat #412236; */
  background: url(../img/header-bg.jpg) repeat;
}

.enquiry-wrapper .col-lg-8 {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
}

.enquiry-wrapper .col-lg-8 h2 {
  text-transform: uppercase;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  width: 100%;
  text-align: center;

  font-family: "Libre Baskerville", serif;
  color: #ffefe2;
  font-size: 32px;
}

.enquiry-wrapper .col-lg-8 input {
  background: none;
  border: 2px solid #5d4150;
  color: #ffefe2;
  margin-bottom: 12px;
}

.enquiry-wrapper .col-lg-8 textarea {
  background: none;
  border: 2px solid #5d4150;
  color: #ffefe2;
  margin-bottom: 12px;
  height: 100px;
}

.enquiry-wrapper .col-lg-8 .btn {
  width: 100%;
  padding: 8px 0px;
  margin: 0px;
  font-size: 15px;
  font-weight: 700;
  background-color: #f1c152;
  color: #412236;
}

.enquiry-wrapper .col-lg-8 input::-webkit-input-placeholder,
.enquiry-wrapper .col-lg-8 textarea::-webkit-input-placeholder {
  color: #7e646d;
}

.enquiry-wrapper .col-lg-8 input::-moz-placeholder,
.enquiry-wrapper .col-lg-8 textarea::-moz-placeholder {
  color: #7e646d;
}

.enquiry-wrapper .col-lg-8 input:-ms-input-placeholder,
.enquiry-wrapper .col-lg-8 textarea:-ms-input-placeholder {
  color: #7e646d;
}

.enquiry-wrapper .col-lg-8 input:-moz-placeholder,
.enquiry-wrapper .col-lg-8 textarea:-moz-placeholder {
  color: #7e646d;
}

.book-seva-yellow-con {
  width: 100%;
  background-color: #f1c152;
  margin-top: 60px;
  float: left;
}

.book-seva-yellow-con a {
  width: 100%;
  position: relative;
  font-size: 18px;
  color: #412236;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 28px;
  padding: 30px 0px 20px 130px;
  float: left;
  text-decoration: none;
}

.book-seva-yellow-con a font {
  width: 100%;
  font-size: 42px;
  float: left;
}

.book-seva-yellow-con a img {
  position: absolute;
  left: 55px;
  top: 20px;
}

.festival-notice {
  width: 96%;
  margin: 2%;
  height: 200px;
  background: url(../img/color-bg-rep.jpg) repeat;
  float: left;
}

.festival-notice img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.footertop-con {
  margin-top: 80px;
  margin-bottom: 80px;
}

.opening-time-con {
  width: 100%;
  float: left;
  background-color: rgba(228, 207, 183, 0.6);
  padding: 45px 35px;
}

.footertop-con .col-lg-9 {
  padding-right: 0px;
}

.footertop-con .col-lg-3 {
  padding-left: 0px;
}

.opening-time-con p {
  font-family: "Baloo Chettan 2", cursive !important;
  font-weight: 500;
  padding: 0px;
  margin: 0px;
  font-size: 18px;
  line-height: 30px;
}

.opening-time-con h3 {
  font-family: "Libre Baskerville", serif;
  padding: 0px 0px 0px 70px;
  margin: 0px 0px 10px 0px;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
  color: #412236;
  font-size: 28px;
  position: relative;
}

.opening-time-con h3 img {
  position: absolute;
  bottom: 5px;
  left: 0px;
}

.opening-time-con .col-lg-6:nth-child(2) img {
  transform: rotate(180deg);
}

.play-video {
  width: 100%;
  background-color: rgba(125, 89, 46, 0.8);
  float: left;
}

.play-video a {
  width: 90%;
  margin: 5%;
  float: left;
  text-align: center;
  border: 4px solid #f7e6d5;
  min-height: 226px;
  text-decoration: none;
  text-transform: uppercase;
  padding-top: 58px;
}

.play-video a:hover {
  background: url(../img/bg-repeat.jpg) repeat #f7e6d5;
}

.play-video a:hover h6,
.play-video a:hover i {
  color: #977752;
}

.play-video a h6 {
  color: #ffefe2;
  font-weight: 700;
  padding: 0px;
  margin: 10px 0px 0px 0px;
  width: 100%;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.play-video a i {
  color: #ffefe2;
  font-size: 62px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

a,
.upadevas-container a img {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.f-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1030;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0 2px 2px rgba(3, 2, 3, 0.5);
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f1c152;
}

.f-nav .navbar {
  margin-top: 0px;
}

.page-header-banner {
  background: url(../img/page-banner.jpg) no-repeat center center fixed #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 300px;
  margin-top: -23px;
  width: 100%;
}

.page-header-banner h2 {
  width: 100%;
  text-align: center;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  color: #ffefe2;
  text-transform: uppercase;
  position: relative;
  top: 120px;
  font-weight: 900;
  font-size: 42px;
}

.page-header-banner h2 button {
  position: absolute;
  left: 0px;
  font-size: 18px;
  background: none;
  border: none;
  color: #ffefe2;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  outline: none;
  top: 12px;
}

.pagecontainer {
  /* --th-header-h is set at runtime by the header component to the
     exact rendered height of the fixed header, so the page heading is
     never hidden behind it (the temple name wraps on mobile and makes
     the header much taller). The +12px is a small breathing gap under
     the header. Falls back to 140px before the header measures. */
  margin-top: calc(var(--th-header-h, 140px) + 12px);
  margin-bottom: 65px;
  /* margin-top:10px; */
}

.updadevatha-page span img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.updadevatha-page .col-lg-3 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.updadevatha-page h5 {
  width: 100%;
  padding: 12px 0px;
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
  /* background-color:#f1c152; */
  background-color: #dd2027;
  color: #f3dbac;
  font-weight: 900;
  font-size: 17px;
}

.history-eng .col-lg-8 {
  padding-right: 45px;
  text-align: justify;
}

.history-eng .col-lg-4 img {
  width: 100%;
  margin-top: 5px;
  height: 325px;
  object-fit: cover;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.history-mal .col-lg-8 {
  padding-left: 45px;
  text-align: justify;
}

.history-mal .col-lg-4 img {
  width: 100%;
  margin-top: 5px;
  height: 400px;
  object-fit: cover;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.history-mal .col-lg-8 p {
  font-family: "Baloo Chettan 2", cursive !important;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
}

.history-page .row {
  margin-bottom: 45px;
}

.history-page .row:last-child {
  margin-bottom: 0px;
}

.google-map {
  position: relative;
  padding-bottom: 32%;
  height: 0;
  overflow: hidden;
  margin: 45px 0px 0px 0px;
  z-index: 992;
}

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.contactus-page h3 {
  padding: 0px;
  margin: 0px 0px 15px 0px;
  font-weight: 900;
  font-size: 26px;
  text-transform: uppercase;
  color: #3a2136;
}

.contactus-page .col-lg-8 .btn {
  width: 100%;
  padding: 10px 0px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  background-color: #f1c152;
}

.contactus-page .col-lg-8 input {
  background: none;
  border: 2px solid #d9b797;
  margin-bottom: 14px;
  height: 45px;
}

.contactus-page .col-lg-8 textarea {
  background: none;
  border: 2px solid #d9b797;
  margin-bottom: 12px;
  height: 145px;
}

.offering-list {
  width: 100%;
  list-style: none;
  padding: 0px;
  margin: 0px;
  float: left;
}

.offering-list li {
  list-style: none;
  width: 50%;
  float: left;
  font-family: "Baloo Chettan 2", cursive !important;
  font-weight: 400;
  font-size: 18px;
  border-bottom: 1px dashed #c5af98;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.offering-list li b {
  font-weight: 500;
  color: #3a2136;
}

body#home a#homenav,
body#history a#historynav,
body#upadevas a#upadevasnav,
body#offerings a#offeringsnav,
body#festival a#festivalnav,
body#gallery a#gallerynav,
body#contacts a#contactsnav {
  background-color: #cda240 !important;
}

.offeringlist {
  width: 100%;
  background-color: #fdf5d7;
  padding: 10px;
  position: relative;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
  float: left;
  text-decoration: none;
  color: #000000;
  margin: 6px 0px;
}

.offeringlist h5 {
  padding: 0px;
  margin: 0px;
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: bold;
}

.offeringlist h6 {
  padding: 4px 15px 2px 15px;
  margin: 5px 0px 5px 0px;
  font-size: 11px;
  border: none;
  background-color: #f1c152;
  float: left;
  color: #513a05;
  font-weight: bold;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.offeringlist .accepted {
  padding: 4px 15px;
  margin: 5px 0px 5px 0px;
  font-size: 14px;
  border: none;
  background-color: #1fa836;
  float: left;
  color: #fcf7f3;
}

.offeringlist .pending {
  padding: 4px 15px;
  margin: 5px 0px 5px 0px;
  font-size: 14px;
  border: none;
  background-color: #ec2741;
  float: left;
  color: #fcf7f3;
}

.offeringlist p {
  padding: 0px;
  margin: 8px 0px 8px 0px;
  line-height: 20px;
  width: 100%;
  float: left;
}

.offeringlist h4 {
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  font-size: 15px;
  width: 100%;
  float: left;
}

.offeringlist h4 img {
  height: 11px;
  position: relative;
  top: -1px;
  margin-right: 0px;
}

.offeringlist .col-4 .addbtn {
  width: 100%;
  padding: 8px 0px;
  margin: 0px;
  border: none;
  font-weight: 700;
  background-color: #dd2027;
  color: #f3dbac;
  outline: none;
  cursor: pointer;
  font-size: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.offeringlist .col-4 .addbtn:hover {
  background-color: #3c1f35;
  color: #f1c25a;
}

.offeringlist .col-4 .addbtn i {
  margin-left: 5px;
}

.offeringlist .col-4 span {
  width: 100%;
  height: 100px;
  float: left;
}

.offeringlist .col-4 span img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.search-container {
  position: relative;
  padding-bottom: 35px;
}

.search-container span {
  width: 100%;
  background-color: #ffefe2;
  position: absolute;
  top: -50px;
  left: 0px;
  padding: 10px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.search-container span input {
  width: 100%;
  height: 45px;
  border: 2px solid #d9b797;
  background: none;
  -moz-border-radius: 20px;
  border-radius: 20px;
  outline: none;
  padding-left: 15px;
}

.search-container span button {
  position: absolute;
  right: 25px;
  top: 17px;
  background: none;
  outline: none;
  border: none;
  padding: 0px;
  margin: 0px;
  font-size: 22px;
  color: #d9b797;
  outline: none;
}

.archana-page {
  min-height: 600px !important;
}

.archana-page {
  /* padding-top: 20px; */
  padding-bottom: 50px;
}

.archana-page input,
.archana-page ion-input,
.archana-page ion-select,
.archana-page select,
.archana-page ionic-selectable,
.archana-page ion-datetime {
  background: none !important;
  border: 2px solid #d9b797;
  margin-bottom: 14px;
  height: 45px;
}
.archana-page ionic-selectable{ 
  max-width: 100%;
}

.archana-page textarea {
  background: none !important;
  border: 2px solid #d9b797;
  margin-bottom: 14px;
  height: 120px;
}

.archanasavebtn {
  width: 100%;
  padding: 10px 0px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  background-color: #f1c152;
  outline: none;
  border: none;
  font-size: 16px;
}

.archana-page label {
  font-weight: 600;
}

.archana-page .form-control:focus {
  border-color: #391f34;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 0, 0, 0.6);
}

.checkoutlist .closebtns {
  position: absolute;
  right: 10px;
  top: -5px;
  background: none;
  border: none;
  outline: none;
}

.checkoutlist h4 {
  text-align: right;
  margin-top: 5px;
}

.checkoutlist h6 {
  margin-bottom: 10px;
}

.checkoutlist input {
  width: 70%;
  float: right;
  height: 36px;
  margin-bottom: 0px;
}

.checkoutlist label {
  font-weight: 700;
  margin-top: 5px;
}

.offeringlist .col-4 span,
.offeringlist .col-4 span img {
  height: 100px !important;
}

.proceedcon h5 {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
}

.proceedcon h5 {
  padding: 8px 10px;
}

.proceedcon h5:nth-child(2) {
  background-color: #f4e7dc;
}

.proceedcon h5:last-child {
}

.proceedcon h5 img {
  height: 12px;
  position: relative;
  top: -2px;
}

.proceedcon h5 font {
  float: right;
}

.proceedcon .proceedbtn {
  width: 100%;
  padding: 10px 0px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  border: none;
  outline: none;
  margin-top: 15px;
  background-color: #4657f9;
}

.button {
  width: 100%;
  padding: 10px 0px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  border: none;
  outline: none;
  margin-top: 15px;
  /* margin-left:450px !important; */
  background-color: #dc1d25;
}

.proceedcon .cancelbtn {
  width: 100%;
  padding: 10px 0px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  border: none;
  outline: none;
  margin-top: 15px;
  color: #f3dbac;
  background-color: #dd2027;
}

.proceedcon .settingsbtn {
  width: 100%;
  padding: 10px 0px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  border: none;
  outline: none;
  margin-top: 15px;
  color: #dd2027;
  background-color: #ffa200;
}

.login-wrapper {
  width: 100%;
  background: url(../img/header-bg.jpg) top #ffa200;
  height: 100vh;
  position: relative;
}

#parent {
  display: table;
  width: 100%;
  text-align: center;
  min-height: 100vh;
}

#child {
  display: table-cell;
  vertical-align: middle;
}

.login-wrapper input,
.login-wrapper textarea,
.login-wrapper ionic-selectable {
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  max-width: 100%;
  height: 45px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: #ffffff !important;
  padding-left: 50px;
  font-size: 16px;
}

.login-wrapper input::-webkit-calendar-picker-indicator {
  filter: invert(1);
  color: #ffffff !important;
}

.login-wrapper .container .login-btn {
  width: 100%;
  border: none;
  height: 45px;
  font-weight: 900;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #feedb2;
  cursor: pointer;
  outline: none;
  background-color: #dc1d25;
}

.login-wrapper h6 {
  padding: 0px;
  margin: 25px 0px 15px 0px;
  /* color:#3d0406; */
  color: #f5dcac;
  font-size: 15px;
  cursor: pointer;
}

.login-wrapper h6 a {
  /* color:#3d0406; */
  color: #f5dcac;
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
}

.forgotpass {
  /* color:#3d0406 !important; */
  color: #f5dcac !important;
  text-decoration: none;
  font-weight: 700;
}

.forgotpass:hover,
.login-wrapper h6 a:hover {
  color: #fff;
  text-decoration: none;
}

.login-wrapper .form-group {
  position: relative;
}

.login-wrapper .form-group font {
  width: 50px;
  height: 35px;
  margin-top: 5px;
  position: absolute;
  left: 0px;
  top: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-right: 1px solid #feedb2;
  padding: 5px 0px 0px 3px;
}

.login-wrapper .register-div .form-group font {
  width: 60px !important;
}

.login-wrapper .register-div .form-group font i {
  margin-left: 25px !important;
}

.login-wrapper .form-group font i {
  color: #feedb2;
}

.login-wrapper input::-webkit-input-placeholder,
.login-wrapper textarea::-webkit-input-placeholder,
.login-wrapper .ionic-selectable-has-placeholder .ionic-selectable-value-item {
  color: #feedb2;
}

.login-wrapper input::-moz-placeholder,
.login-wrapper textarea::-moz-placeholder {
  color: #feedb2;
}

.login-wrapper input:-ms-input-placeholder,
.login-wrapper textarea:-ms-input-placeholder {
  color: #feedb2;
}

.login-wrapper input:-moz-placeholder,
.login-wrapper textarea:-moz-placeholder {
  color: #feedb2;
}

.login-wrapper font img {
  margin-bottom: 25px;
}

.footer-btmwrapper .active {
  background-color: #1d0618;
}

.footer-btmwrapper {
  text-align: center;
  min-height: 40px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

.footer-btmwrapper button {
  width: 100%;
  text-align: center;
  padding: 0px 0px;
  margin: 0px;
  text-decoration: none;
  color: #f5dcac;
  text-transform: uppercase;
  display: block;
  background: none;
  border: none;
  border-right: 1px solid #523333;
  outline: none;
  min-height: 40px;
  font-weight: 700;
  font-size: 16px;
}

.footer-btmwrapper button i {
  margin: 8px 0px 0px 0px;
}

.footer-btmwrapper button img {
  height: 20px;
  margin: 0px 10px 0px 0px;
}

.footer-btmwrapper button span {
  margin: 0px 0px 0px 0px;
  position: relative;
  top: 1px;
}

.footer-btmwrapper button:last-child {
  border-right: none;
}

.footer-btmwrapper button font {
  width: 15px;
  height: 15px;
  background-color: #ec1730;
  position: absolute;
  top: 5px;
  margin-left: 10px;
  float: left;
  color: #ffffff;
  font-weight: 900;
  font-size: 10px;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.footer-btmwrapper .col-3,
.footer-btmwrapper .row,
.footer-btmwrapper .col-lg-4 {
  padding: 0px;
  margin: 0px;
}

.footer-btmwrapper .container {
  padding-left: 0px;
  padding-right: 0px;
}

.page-btn {
  background: none;
  border: none;
  outline: none !important;
  position: absolute;
  top: 20px;
  color: #f5dcac;
  font-size: 24px;
  left: 8px;
  z-index: 999;
  cursor: pointer;
}

.closebtn {
  left: auto;
  right: 8px;
}

.menu-container {
  background-color: #dd2027;
}

.offeringlist .col-4 span {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}

.menu-contain {
  position: fixed;
  width: 30%;
  background: rgba(221, 32, 39, 0.95);
  z-index: 1200;
  height: 100vh;
  right: 0%;
  overflow: hidden;
}

.menu-contain h6 {
  padding: 0px;
  margin: 20px 0px 0px 0px;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.75;
}

.terms {
  top: 20px !important;
  /* position: relative; */
}

.terms h5 {
  padding-top: 15px;
  cursor: pointer;
  font-size: 16px;
  color: #f1c25a;
  text-align: center;
}

.terms h5 span:hover {
  text-decoration: underline;
  color: #353434;
}

.menu-contain h4 {
  width: 100%;
  text-align: center;
  float: left;
  text-transform: uppercase;
  padding: 10px 0px;
  margin: 0px;
  font-weight: bold;
  background-color: #f1c25a;
  color: #dc1d25;
  font-size: 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.menu-contain .close-btn {
  position: relative;
  float: right;
  margin: 10px 10px 0px 0px;
  border: none;
  outline: none;
  background: none;
  padding: 0px;
  font-size: 28px;
  color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.menu-contain div {
  width: 90%;
  margin-left: 5%;
}

.menu-contain div button {
  width: 100%;
  float: left;
  padding: 14px 0px;
  margin: 0px;
  border: none;
  outline: none;
  background: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  border-bottom: 1px solid #f9676c;
}

/****accordian style***/

.menu-contain .innerdiv {
  width: 90%;
  margin-left: 5%;
}

.menu-contain .card {
  background: none;
  border: none;
  width: 100%;
  margin: 2px 0px;
}

.menu-contain .btn-link-main {
  font-weight: bold;
  background-color: #f1c25a !important;
  color: #dc1d25 !important;
  font-size: 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  outline: none !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
}

/****accordian style end***/
.menu-contain div button:hover {
  background-color: #bd0a10;
}

.menu-contain div button:last-child {
  border-bottom: none;
}

.menu-right-hide {
  right: -100%;
}

.menu-left-hide {
  left: -100%;
}

.developedby {
  position: relative;
  top: 20px;
  left: 20px !important;
  bottom: 40px;
  opacity: 0.85;
  padding-bottom: 20px;
}

.menu-right {
  right: -100%;
  -webkit-animation-name: menuright-close;
  -webkit-animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

@-webkit-keyframes menuright-close {
  0% {
    right: 0%;
  }

  100% {
    right: -100%;
  }
}

.menu-left {
  right: -100%;
  -webkit-animation-name: menuleft-close;
  -webkit-animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

@-webkit-keyframes menuleft-close {
  0% {
    left: 0%;
  }

  100% {
    left: -100%;
  }
}

.menu-right-open {
  right: 0%;
  -webkit-animation-name: menuright-open;
  -webkit-animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

@-webkit-keyframes menuright-open {
  0% {
    right: -100%;
  }

  100% {
    right: 00%;
  }
}

.menu-left-open {
  left: 0%;
  -webkit-animation-name: menuleft-open;
  -webkit-animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

@-webkit-keyframes menuleft-open {
  0% {
    left: -100%;
  }

  100% {
    left: 00%;
  }
}

.dietylist {
  width: 100%;
  background-color: #fdf5d7;
  padding: 10px;
  position: relative;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
  float: left;
  text-decoration: none;
  color: #000000;
  min-height: 350px;
  margin: 6px 0px;
}

.dietylist img {
  width: 100%;
  /* height:140px; */
  object-fit: cover;
}

.diety-wrapper-div {
  /* background: url(../img/yellowbg-rep.jpg) repeat-x #f5dcac !important; */
  margin-top: 0px;
  width: 100%;
  float: left;
}

.diety-container .col-6:nth-child(even) {
  padding-left: 7px !important;
}

.diety-container .col-6:nth-child(odd) {
  padding-right: 7px !important;
}

.diety-container .col-6 button {
  width: 90%;
  text-align: center;
  padding: 6px 0px;
  border-radius: 5px;
  position: absolute;
  bottom: 10px !important;
  margin: 6px 0px 0px 0px;
  border: none;
  font-size: 15px;
  font-weight: bold;
  background-color: #dc1d25;
  color: #f1c25a;
}

.diety-container .col-6 h5 {
  width: 100%;
  text-align: center;
  font-size: 15px;
  padding: 0px;
  margin: 6px 0px 0px 0px;
  font-weight: bold;
}

.templehome-container img {
  width: 70px;
  height: 70px;
}

.templehome-container .col-4:nth-child(even) {
  padding-left: 7px !important;
}

.templehome-container .col-4:nth-child(odd) {
  padding-right: 7px !important;
}

.templehome-container .col-4 {
  cursor: pointer;
}

.templehome-container .col-4 h3 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding: 0px;
  margin: 6px 0px 0px 0px;
  font-weight: bold;
}

.sevalist {
  width: 100%;
  background-color: #fdf5d7;
  padding: 10px;
  position: relative;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
  float: left;
  text-decoration: none;
  color: #000000;
  margin: 6px 0px;
  text-align: center;
}

.sevalist button {
  width: 100%;
  padding: 6px 0px;
  margin: 6px 0px 0px 0px;
  border: none;
  font-size: 15px;
  font-weight: bold;
  background-color: #dc1d25;
  color: #f1c25a;
}

.sevalist h6 {
  padding: 4px 5px 2px 5px;
  margin: 5px 0px 10px 0px;
  font-size: 14px;
  border: none;
  background-color: #f1c152;
  color: #513a05;
  width: auto;
  font-weight: bold;
  -moz-border-radius: 15px;
  display: block;
  border-radius: 15px;
}

.sevalist h5 {
  padding: 0px;
  margin: 6px 0px;
  font-size: 16px;
  width: 100%;
  text-align: center;
}

.footer-btmwrapper .active {
  color: black;
  background: rgba(242, 240, 133, 0.8);
  background: -moz-linear-gradient(
    top,
    rgba(242, 240, 133, 0.8) 0%,
    rgba(254, 199, 0, 0.8) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(242, 240, 133, 0.8)),
    color-stop(100%, rgba(254, 199, 0, 0.8))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(242, 240, 133, 0.8) 0%,
    rgba(254, 199, 0, 0.8) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(242, 240, 133, 0.8) 0%,
    rgba(254, 199, 0, 0.8) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(242, 240, 133, 0.8) 0%,
    rgba(254, 199, 0, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(242, 240, 133, 0.8) 0%,
    rgba(254, 199, 0, 0.8) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f085', endColorstr='#fec700', GradientType=0);
  /*background: rgba(0, 0, 0, 0.8);*/
}

.sevapage {
  padding-top: 160px !important;
}

.devoteedetailspage {
  padding-top: 75px !important;
}

.templepage {
  /* padding-top:110px !important; */
}

.templehome {
  padding-top: 150px !important;
}

.templelist {
  padding-top: 110px !important; 
}

.hamburgermenu {
  position: absolute;
  left: 15px;
  top: 15px; 
  z-index: 998;
  background: none;
  border: none;
  outline: none !important;
  padding: 0px;
  font-size: 30px;
  color: #f5dcac;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.homemenu {
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 998;
  background: none;
  border: none;
  outline: none !important;
  padding: 0px;
  font-size: 30px;
  /* color:#dc1d25; */
  color: #f5dcac;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.table-del-btn {
  background: none;
  border: none;
  outline: none !important;
  padding: 0px;
  font-size: 16px;
  color: #dc1d25;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.pushpanjalilist {
  width: 100%;
  background-color: #fdf5d7;
  padding: 4px 10px 4px 40px;
  position: relative;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
  float: left;
  text-decoration: none;
  color: #000000;
  margin: 6px 0px;
  outline: none !important;
  text-align: left;
  cursor: pointer;
  border: none;
}

.pushpanjalilist i {
  position: absolute;
  left: 10px;
  top: 20px;
  color: #dc1d25;
}

.pushpanjalilist h6 {
  padding: 0px;
  margin: 5px 0px;
  font-size: 15px;
}

.pushpanjalilist:hover {
  background-color: #f5e2a0;
}

.calandar-list {
  width: 100%;
  border: 2px solid #d1b75c;
  padding: 10px 20px;
  margin-top: -2px;
  background: none;
  cursor: pointer;
  outline: none !important;
  text-align: left;
}

.calandar-list:hover {
  background-color: #f5e2a0;
}

.calandar-list .col-6:last-child h4 {
  padding: 0px;
  margin: -5px 0px 0px 0px;
  text-align: right;
  font-weight: 900;
  float: right;
  font-size: 36px;
}

.calandar-list .col-6:last-child h4 font {
  width: 100%;
  float: right;
  font-size: 16px;
  margin-top: -4px;
}

.calandar-list .col-6:last-child h6 {
  width: 100%;
  float: right;
  text-align: right;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  color: #dc1d25;
}

.calandar-list .col-6:first-child h6:nth-child(2) {
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  font-size: 15px;
}

.calandar-list .col-6:first-child h6:nth-child(1) {
  padding: 0px;
  margin: 0px 0px 10px 0px;
  font-size: 18px;
  font-weight: 900;
  width: 100%;
  float: left;
  color: #dc1d25;
}

.calandar-list .col-6:first-child h6:nth-child(1) font {
  width: 100%;
  float: left;
  font-size: 15px;
  color: #333333;
}

/*responsive table style start*/
.table-group-head {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #f1c25a;
  color: #dc1d25;
  font-size: 24px !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.table-condensed tr td {
  font-size: 15px;
  padding: 8px 10px;
}

.table-bordered {
  /*background-color:#00325c;*/
  border: none;
  padding: 0px;
}

#no-more-tables {
  color: #333333;
  border: none;
}

.table-bordered td,
.table-bordered th {
  border: none;
}

tbody tr:nth-of-type(odd) {
  background-color: #fdf5d8;
}

.table-header {
  text-transform: uppercase;
  background-color: #dc1d25;
  color: #ffffff;
  font-size: 14px;
}

thead td,
thead th {
  padding: 14px 10px;
  font-weight: 700;
}

@media only screen and (max-width: 800px) {
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block;
  }

  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #no-more-tables tr {
    padding: 12px;
  }

  #no-more-tables td {
    border: none;
    border-bottom: 1px solid #e7d183;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
    color: #333333;
    min-height: 38px;
  }

  #no-more-tables td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }

  #no-more-tables td:before {
    content: attr(data-title);
  }

  #no-more-tables tbody tr:nth-of-type(odd) {
    background-color: #fdf5d8;
  }
}

/* @media only screen and (max-width: 800px) {
		
		 table, 
		 thead, 
		 tbody, 
		 th, 
	     td, 
		 tr { 
			display: flex; 
		}
	 
		 thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
	 
		 tr { 
			padding:12px;
		}
	 
		 td { 
			border: none;
			border-bottom: 1px solid #e7d183; 
			position: relative;
			padding-left: 50%; 
			white-space: normal;
			text-align:left;
			color:#333333;
			min-height:38px;
		}
		
	 
		 td:before { 
			position: absolute;
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
			text-align:left;
			font-weight: bold;
		}
	 
		 td:before { content: attr(data-title); }
		
		 tbody tr:nth-of-type(odd) {
			background-color: #fdf5d8;
		}
	} */

/*responsive table style end*/

.tablepage-con {
  margin-top: 50px;
  margin-bottom: 40px;
}

.page-controls {
  margin-bottom: 20px;
}

.page-controls input,
.page-controls ion-datetime,
.page-controls select,
.page-controls ionic-selectable {
  background: none !important;
  border: 2px solid #b89d3d;
  height: 45px;
  /* max-width: 20px; */
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.page-controls ionic-selectable { 
  max-width: 100%;
  padding-top: 10px;
}
.page-controls select {
  background: none !important;
  border: 2px solid #b89d3d;
  height: 45px;
  max-width: 20px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.page-controls .col-md-4 span {
  width: 100%;
  position: relative;
  float: left;
}

.page-controls .col-md-4 span i {
  position: absolute;
  right: 15px;
  left: auto;
  top: 12px;
  font-size: 20px;
  color: #b89d3d;
}

.page-controls input:focus,
.page-controls select:focus {
  border-color: #dc1d25;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0),
    0 0 8px rgba(255, 0, 0, 0);
}

.page-controls .col-md-4 button {
  width: 100%;
  text-transform: uppercase;
  border: none;
  height: 45px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
}

.page-controls .col-lg-4 .col-md-4:nth-child(1) {
  padding-right: 0px;
}

.page-controls .col-lg-4 .col-md-4:nth-child(2) {
  padding-left: 5px;
  padding-right: 5px;
}

.page-controls .col-lg-4 .col-md-4:nth-child(3) {
  padding-left: 0px;
}

.btn-show {
  background-color: #f46b03;
  color: #ffffff;
}

.btn-show:hover {
  background-color: #ce5706;
}

.btn-print {
  background-color: #db4fa5;
  color: #ffffff;
}

.btn-print:hover {
  background-color: #c4328b;
}

.btn-export {
  background-color: #f90250;
  color: #ffffff;
}

.btn-export:hover {
  background-color: #d40948;
}

/************************************/

.calandar-heading-con {
  width: 100%;
  background-color: #dc1d25;
  min-height: 50px;
  text-align: center;
  position: relative;
  padding-left: 50px;
}

.calandar-heading-con button {
  border: none;
  background-color: rgba(0, 0, 0, 0.2);
  -moz-border-radius: 0px;
  border-radius: 0px;
  min-height: 50px;
  width: 50px;
  color: #ffffff;
  font-size: 20px;
  outline: none;
}

.calandar-heading-con button:nth-child(1) {
  position: absolute;
  left: 0px;
}

.calandar-heading-con button:nth-child(2) {
  position: absolute;
  right: 0px;
}

.calandar-heading-con select {
  min-height: 50px;
  border: none;
  text-transform: uppercase;
  background: none;
  outline: none;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  padding: 0px 0px;
  margin: 0px 0px;
  float: left;
  width: 100px;
}

.calandar-heading-con h3 {
  min-height: 50px;
  text-transform: uppercase;
  background: none;
  outline: none;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  padding-top: 10px;
}

select option {
  color: #333333;
  background-color: #fff;
}

.calandar-heading-con span {
  border-right: 1px solid #eb5d63;
  float: left;
  padding: 0px 20px;
}

.week-heading {
  padding: 0px;
  margin: 0px;
}

.week-heading li {
  list-style: none;
  padding: 8px 0px;
  margin: 0px;
  text-transform: uppercase;
  width: 14.28%;
  float: left;
  text-align: center;
  font-weight: 500;
  background-color: #d1b862;
  font-size: 15px;
}

.week-heading li:nth-child(even) {
  background-color: #c2a646;
}

.calandar-lists {
  padding: 0px;
  margin: 0px;
}

.calandar-lists li {
  width: 14.28%;
  float: left;
  list-style: none;
}

.calandar-lists li:nth-child(1),
.calandar-lists li:nth-child(8),
.calandar-lists li:nth-child(15),
.calandar-lists li:nth-child(22),
.calandar-lists li:nth-child(29),
.calandar-lists li:nth-child(36) {
  border-left: 1px solid #d1b862;
}

.calandar-lists li:nth-child(1) button b,
.calandar-lists li:nth-child(8) button b,
.calandar-lists li:nth-child(15) button b,
.calandar-lists li:nth-child(22) button b,
.calandar-lists li:nth-child(29) button b,
.calandar-lists li:nth-child(36) button b {
  color: #ff0000;
}

.calandar-lists li button {
  width: 100%;
  background: none;
  border: none;
  border-right: 1px solid #d1b862;
  border-bottom: 1px solid #d1b862;
  min-height: 90px;
  position: relative;
  padding: 0px;
  outline: none;
  float: left;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.calandar-lists li button:hover {
  background-color: #ecd68a !important;
}

.calandar-lists li button b {
  font-weight: 900;
  font-size: 28px;
}

.calandar-lists li button h6 {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  text-align: left;
  position: absolute;
  font-weight: 400;
  line-height: 16px;
}

.mal-month-con {
  /* font-family: 'Gayathri', sans-serif; */
  /* font-weight:700; */
  width: 100%;
  float: left;
  /* font-size:15px; */
}

.mal-star-con {
  position: absolute;
  left: 5px;
  top: 5px;
}

.mal-star-con img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}

.cal-btm-align {
  bottom: 5px;
  left: 5px;
}

.cal-btm-align font span {
  right: 5px;
  margin-right: 5px;
}

.moon-icon {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 5px;
  top: 5px;
}

.moon-icon img {
  width: 10px;
  height: 10px;
  object-fit: cover;
}

.mal-month-con span {
  position: relative;
  right: 5px;
  float: right;
}

.red-color {
  color: #ff0000;
}

.calandar-lists li button b font {
  display: none;
  visibility: hidden;
}

.current-date {
  background-color: #dddffa;
}

.green-color-bg {
  background-color: #f2b8ad !important;
}

.red-color-bg {
  background-color: #f7c395 !important;
}

.disable-date:hover {
  background-color: #ffffff;
}

.disable-date,
.disable-date b,
.disable-date .calandar-list li button h6,
.disable-date .mal-month-con,
.disable-date .cal-btm-align font span {
  color: #b89e44 !important;
  pointer-events: none !important;
}

.disable-date img {
  opacity: 0.25;
}

.booking-top {
  position: absolute;
  top: 0px;
  padding: 0px 0px;
  text-align: center;
  width: 100%;
}

.booking-top span {
  width: 33.33%;
  float: left;
  text-align: center;
  padding: 5px 0px;
}

.booking-top span:nth-child(1) {
  background-color: rgba(243, 107, 15, 0.2);
}

.booking-top span:nth-child(2) {
  background-color: rgba(218, 75, 162, 0.2);
}

.booking-top span:nth-child(3) {
  background-color: rgba(248, 0, 77, 0.2);
}

.top-name {
  padding: 5px !important;
  margin: 0px;
  position: absolute;
  top: 0px;
  background-color: rgba(194, 167, 77, 0.3);
  width: 100%;
  text-align: center;
  font-weight: 500 !important;
}

.pushpanjalilist span {
  position: absolute;
  right: 15px;
  top: 17px;
  text-align: right;
  font-weight: bold;
  font-size: 16px;
}

.pushpanjalilist span img {
  height: 12px;
  position: relative;
  top: -2px;
  margin-right: 2px;
}

.menu-contain .privacybtn {
  width: 100%;
  padding: 0px 0px;
  margin: 0px;
  position: relative;
  bottom: 0px !important;
  top: 20px;
  background-color: rgba(0, 0, 0, 0.45);
  font-size: 15px;
  float: left;
}

.menu-contain .privacybtn a {
  width: 50%;
  text-align: center;
  padding: 5px 0px;
  line-height: 30px;
  display: block;
  float: left;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}

.menu-contain .privacybtn a:hover {
  background-color: rgba(210, 218, 109, 0.45);
}

.menu-contain .privacybtn a:last-child {
  background-color: rgba(0, 0, 0, 0.15);
}

#parent .privacybtn {
  position: absolute;
  bottom: 70px !important;
  width: 100%;
  text-align: center;
  left: 0px;
}

#parent .privacybtn a {
  padding: 0px 10px;
  cursor: pointer;
}

.success .deviimg {
  width: 40%;
}

.success .successimg {
  width: 40%;
}

.success h4 {
  font-weight: 900;
  padding: 0px;
  margin: 20px 0px 15px 0px;
  text-transform: uppercase;
  color: #dc1d25;
  font-size: 26px;
}

.success h6 {
  padding: 0px;
  margin: 0px;
}

.success h6 font {
  padding: 4px 25px;
  color: #610000;
  background-color: #ffffff;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-weight: 600;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}

.datepicker-class {
  width: 100%;
  position: relative;
  float: left;
}

.datepicker-class i {
  position: absolute;
  right: 15px;
  left: auto;
  top: 12px;
  font-size: 20px;
  color: #b89d3d;
}

.picker-col {
  background: url(../img/header-bg.jpg) top #ffa200;
  position: relative;
}

.picker-toolbar.sc-ion-picker-md {
  background: url(../img/header-bg.jpg) top #ffa200 !important;
}

.picker-opt {
  color: #dc1d25;
}

.picker-button.sc-ion-picker-md,
.picker-button.activated.sc-ion-picker-md {
  color: #ffffff !important;
}

.picker-opt.picker-opt-selected,
.picker-prefix,
.picker-suffix {
  color: #ffffff !important;
}

/*=============added by sabitha-16-mar-2021*/
.footermenu-con {
  background-color: #210004;
}

.footermenu-con button {
  color: #edaa2e;
  border-color: #54181f;
}

.headermenu-wrap {
  background: rgba(33, 0, 4, 0.7);
}

/* added by jikhil on 31-05-2021 */

.splash-bg {
  width: 100%;
  overflow: hidden !important;
  height: 100vh;
  position: fixed;
  width: 100%;
}

.backgroundbg {
  background: url(../img/banner-background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
}

.backgroundbg .col-lg-4 img {
  position: fixed;
  bottom: 0px;
}

/*=============added by sabitha-16-mar-2021*/
/* -------------------Scrol bar--------------------------- */
::-webkit-scrollbar {
  width: 20px;
}

::selection {
  background: #f1c152;
  color: #000;
}

::-moz-selection {
  background: #f1c152;
  color: #000;
}

::-webkit-scrollbar-track {
  border-radius: 0px;
  height: 300px;
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: rgba(241, 193, 82, 0.7);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  height: 300px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(241, 193, 82, 1);
}

/* -------------------Scrol bar--------------------------- */
@media screen and (max-width: 1024px) {
  /* -------------------Scrol bar--------------------------- */
  ::-webkit-scrollbar {
    width: 20px;
  }

  ::selection {
    background: #f1c152;
    color: #000;
  }

  ::-moz-selection {
    background: #f1c152;
    color: #000;
  }

  ::-webkit-scrollbar-track {
    border-radius: 0px;
    height: 200px;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: rgba(241, 193, 82, 0.7);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    height: 200px;
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(241, 193, 82, 1);
  }

  /* -------------------Scrol bar--------------------------- */
  .navbar-nav .nav-link {
    padding: 12px 30px !important;
  }

  .book-seva-yellow-con a {
    padding-left: 100px;
  }

  .book-seva-yellow-con a img {
    left: 30px;
  }

  .opening-time-con {
    padding: 45px 30px;
  }

  .calandar-lists li button {
    min-height: 110px;
  }

  .cal-btm-align font span {
    float: left;
    width: 100%;
    margin-left: 5px;
  }

  .calandar-lists li button b {
    position: absolute;
    right: 10px;
    top: 38px;
    font-size: 22px;
  }
}

@media screen and (max-width: 980px) {
  /* -------------------Scrol bar--------------------------- */
  ::-webkit-scrollbar {
    width: 20px;
  }

  ::selection {
    background: #f1c152;
    color: #000;
  }

  ::-moz-selection {
    background: #f1c152;
    color: #000;
  }

  ::-webkit-scrollbar-track {
    border-radius: 0px;
    height: 200px;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: rgba(241, 193, 82, 0.7);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    height: 200px;
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(241, 193, 82, 1);
  }

  /* -------------------Scrol bar--------------------------- */
  .social-media {
    display: none;
    visibility: hidden;
  }

  .welcome-container .col-lg-8 {
    padding-right: 15px;
  }

  .col-1-5 {
    width: 33.33%;
    margin-bottom: 30px;
  }

  .festival-notice,
  .festival-notice img {
    height: auto;
  }

  .enquiry-wrapper .col-lg-8 {
    padding-left: 15px;
  }

  .footertop-con .col-lg-9,
  .footertop-con .col-lg-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .opening-time-con .col-lg-6:nth-child(1) {
    margin-bottom: 45px;
  }

  .menu-container .navbar,
  .banner-container {
    margin-top: 0px;
  }

  .header-wrapper {
    padding-bottom: 0px;
  }

  .banner-container img {
    height: auto;
  }

  .history-eng .col-lg-8,
  .history-mal .col-lg-8 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .history-mal .col-lg-4 img,
  .history-eng .col-lg-4 img {
    height: auto;
    margin-bottom: 15px;
  }

  .upadevas-container .col-lg-2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .page-controls button {
    margin-top: 10px;
  }

  .page-controls .col-lg-4 .col-md-4 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .week-heading {
    display: none;
    visibility: hidden;
  }

  .calandar-lists li {
    width: 50%;
  }

  .calandar-lists li button b {
    font-size: 26px;
    top: 30px;
  }

  .calandar-lists li button b font {
    display: block;
    visibility: visible;
    font-size: 12px;
    margin-top: -8px;
  }

  .blank-col {
    display: none;
    visibility: hidden;
  }

  .calandar-lists li button {
    min-height: 90px;
    border-left: 1px solid #d1b862;
    border-right: 1px solid #d1b862;
  }
}

@media screen and (max-width: 650px) {
  /* -------------------Scrol bar--------------------------- */
  .dietylist {
    min-height: 380px;
  }

  ::-webkit-scrollbar {
    width: 0px;
  }

  ::selection {
    background: #f1c152;
    color: #000;
  }

  ::-moz-selection {
    background: #f1c152;
    color: #000;
  }

  ::-webkit-scrollbar-track {
    border-radius: 0px;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: rgba(241, 193, 82, 0.7);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(241, 193, 82, 1);
  }

  /* -------------------Scrol bar--------------------------- */
}

@media screen and (max-width: 480px) {
  .diety-wrapper-div {
    margin-top: 30px;
  }

  .header-menu .col-8 input,
  .header-menu .col-12 input {
    height: 60px !important;
    padding: 20px;
  }
  .header-menu .col-12 button {
    margin-top: 10px;
  }
  .menu-contain {
    width: 100% !important;
  }

  /* -------------------Scrol bar--------------------------- */
  ::-webkit-scrollbar {
    width: 0px;
  }

  ::selection {
    background: #f1c152;
    color: #000;
  }

  ::-moz-selection {
    background: #f1c152;
    color: #000;
  }

  ::-webkit-scrollbar-track {
    border-radius: 0px;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: rgba(241, 193, 82, 0.7);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(241, 193, 82, 1);
  }

  /* -------------------Scrol bar--------------------------- */
  .bookseva {
    margin-top: 25px;
  }

  .bannerbtm-con {
    display: none;
    visibility: hidden;
  }

  .theyyam-icon {
    margin-top: 25px;
    width: 80px;
  }

  .welcome-container h2 {
    font-size: 26px;
  }

  .welcome-underline {
    width: 100%;
  }

  .welcome-container .col-lg-4 img {
    height: auto;
  }
  .float-img img {
    height: auto;
  }
  .upadevas-container .col-1-5 {
    width: 50%;
  }

  .upadevas-container .col-1-5:last-child {
    margin-bottom: 0px;
  }

  .footer-wrapper {
    text-align: center;
    width: 100%;
    float: left;
    padding-bottom: 20px;
  }

  .footer-wrapper font {
    width: 100%;
    text-align: center;
  }

  .navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, 1);
    border-color: rgba(255, 255, 255, 0);
    background-color: #c4921f;
  }

  .pagecontainer {
    /* margin-top:20px; */
  }

  .page-header-banner {
    margin-top: 0px;
    min-height: 200px;
  }

  .page-header-banner h2 {
    top: 75px;
  }

  .updadevatha-page .col-1-5 {
    width: 100%;
  }

  .offering-list li {
    width: 100%;
  }

  .gallery li {
    width: 46% !important;
    float: left !important;
    padding: 0px;
    margin: 2% !important;
  }

  .search-container span {
    width: 90%;
    margin-left: 5%;
    margin-top: -47px;
  }

  .search-container {
    padding-bottom: 0px;
  }

  .offeringlist p {
    margin: 3px 0px 3px 0px;
  }

  .offeringlist .col-4 span,
  .offeringlist .col-4 span img {
    height: 80px;
  }

  .page-controls .col-lg-4 .col-4:nth-child(1) {
    padding-right: 0px !important;
  }

  .page-controls .col-lg-4 .col-4:nth-child(2) {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .page-controls .col-lg-4 .col-4:nth-child(3) {
    padding-left: 0px !important;
  }

  .page-controls select {
    margin-bottom: 10px;
  }

  .page-controls .col-lg-8 .col-6:nth-child(3) {
    padding-left: 5px !important;
  }

  .page-controls .col-lg-8 .col-6:nth-child(2) {
    padding-right: 5px !important;
  }

  .calandar-lists li {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  /* -------------------Scrol bar--------------------------- */
  ::-webkit-scrollbar {
    width: 0px;
  }

  ::selection {
    background: #f1c152;
    color: #000;
  }

  ::-moz-selection {
    background: #f1c152;
    color: #000;
  }

  ::-webkit-scrollbar-track {
    border-radius: 0px;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: rgba(241, 193, 82, 0.7);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(241, 193, 82, 1);
  }

  /* -------------------Scrol bar--------------------------- */
}

@media screen and (max-width: 240px) {
  /* -------------------Scrol bar--------------------------- */
  ::-webkit-scrollbar {
    width: 0px;
  }

  ::selection {
    background: #f1c152;
    color: #000;
  }

  ::-moz-selection {
    background: #f1c152;
    color: #000;
  }

  ::-webkit-scrollbar-track {
    border-radius: 0px;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: rgba(241, 193, 82, 0.7);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(241, 193, 82, 1);
  }

  /* -------------------Scrol bar--------------------------- */
}

/************************************************** Mahalingapuram *************************************************************/

body {
  font-family: "Nunito";
  --RedColor: #981201;
  --YellowColor: #fcb23d;
  --BrownColor: #0c0000;
  --BlackColor: #0c0000;
  background: #fee8c4;
  color: #372b18;
}

button {
  outline: none !important;
  transition-duration: 0.3s;
}

p {
  font-size: 16px;
  list-style: 26px;
  color: #372b18;
}

a {
  outline: none !important;
  transition-duration: 0.3s;
}

.footer-menu-wrap {
  width: 100%;
  height: 40px;
  background: url(../img/header-bg.jpg) repeat var(--RedColor);
  position: fixed;
  left: 0px;
  bottom: 0px;
  /* z-index: 1020; */
}

.footer-menu-wrap .col-lg-5 .row {
  margin: 0px;
  justify-content: center;
}

.footer-menu-wrap .col-lg-5 .row .col-lg-4 {
  padding: 0px;
  border-right: 1px solid #d37225;
}

.footer-menu-wrap .col-lg-5 .row .col-lg-4:last-child {
  border-right: none;
}

.footer-menu-wrap .col-lg-5 .row .col-lg-4 button {
  width: 100%;
  border: none;
  outline: none;
  padding: 0;
  min-height: 40px;
  background: none;
  color: var(--YellowColor);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
}

.footer-menu-wrap .col-lg-5 .row .col-lg-4 button:hover {
  background: var(--YellowColor);
  color: var(--BrownColor);
}

.header-wrapper {
  width: 100%;
  background: url(../img/header-bg.jpg) var(--RedColor);
}

/* .header-wrapper img{
    width: 100%;
} */

.header-menu {
  width: 100%;
  background: var(--YellowColor);
}

.header-menu .col-2 button {
  width: 100%;
  background: #e2a03700;
  outline: none;
  border: none;
  height: 40px;
  padding: 1px 0px 0px 0px;
  color: var(--BrownColor);
  font-size: 22px;
  line-height: 40px;
}

.header-menu .col-lg-5 .row {
  margin: 0px;
}

.header-menu .col-lg-5 .col-2,
.header-menu .col-lg-5,
.header-menu .col-8,
.header-menu .col-12 {
  padding: 0;
  position: relative;
}

.header-menu .col-8 button,
.header-menu .col-12 button {
  position: absolute;
  top: 0px;
  right: 10px;
  height: 40px;
  border: none;
  outline: none;
  width: 40px;
  background: none;
  color: var(--BrownColor);
  font-size: 20px;
  padding-top: 10px;
  /* z-index: 995; */
}

.header-menu .col-8 input,
.header-menu .col-12 input {
  width: 100%;
  height: 50px;
  border: none;
  color: #fff;
  font-weight: 600;
  outline: none;
  background: none;
  padding-left: 20px;
  font-size: 15px;
}

.diety-list-con {
  width: 100%;
  text-align: center;
  padding: 6px;
  margin: 0;
  border: none;
  outline: none;
  border-radius: 4px;
  background: #fff6e8;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  min-height: 190px;
}

.diety-list-wrap .col-lg-5 .row .col-6 {
  padding-left: 5px;
  padding-right: 5px;
  margin: 5px 0px;
}

.diety-list-wrap .col-lg-5 .row {
  margin-left: -10px;
  margin-right: -10px;
}

.diety-list-wrap .col-lg-5 .row .col-6 span {
  width: 100%;
  height: 130px;
  border-radius: 4px;
  background: var(--BrownColor);
  display: block;
  overflow: hidden;
}

.diety-list-wrap .col-lg-5 .row .col-6 span img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}

.diety-list-con h5 {
  padding: 0;
  margin: 8px 0px 4px 0px;
  color: var(--RedColor);
  font-weight: 700;
  font-size: 15px;
}

.diety-list-con h6 {
  padding: 0;
  margin: 0px 0px 6px 0px;
  color: var(--BrownColor);
  font-weight: 700;
  font-size: 12px;
}

.diety-list-wrap {
  padding-top: 10px;
  padding-bottom: 50px;
}

.f-nav {
  padding-top: 40px;
}

.f-nav .header-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1020;
}

.maindiety {
  background: var(--YellowColor);
}

@-webkit-keyframes puls {
  to {
    box-shadow: 0 0 0 15px rgba(25, 153, 204, 0);
  }
}

@-moz-keyframes puls {
  to {
    box-shadow: 0 0 0 15px rgba(25, 153, 204, 0);
  }
}

@-ms-keyframes puls {
  to {
    box-shadow: 0 0 0 15px rgba(25, 153, 204, 0);
  }
}

@keyframes puls {
  to {
    box-shadow: 0 0 0 15px rgba(25, 153, 204, 0);
  }
}

.mybooking-wrap button font {
  background: var(--RedColor);
  color: var(--YellowColor);
  font-weight: 500;
  position: absolute;
  top: -2px;
  right: -2px;
  font-size: 9px;
  line-height: 18px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.sidemenu-wrap {
  width: 340px;
  height: 100vh;
  position: fixed;
  top: 0px;
  right: -350px;
  z-index: 1050;
  background: rgba(226, 160, 55, 0.97);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
}

.showmenu {
  right: 0px;
}

.sidemenu-wrap .close-btn {
  width: 36px;
  height: 36px;
  background: var(--BrownColor);
  float: right;
  color: var(--YellowColor);
  border: none;
  outline: none;
}

.sidemenu-wrap ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.sidemenu-wrap ul li {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

.sidemenu-wrap ul li a {
  color: var(--BrownColor);
  font-weight: 500;
  font-size: 15px;
  padding: 8px 20px;
  width: 100%;
  text-decoration: none !important;
  float: left;
}

.sidemenu-wrap ul li:nth-child(even) a {
  background: #cc8c26;
}

.sidemenu-wrap ul li a:hover {
  background-color: var(--RedColor);
  color: var(--YellowColor);
}

.splash-bg {
  background: url(../img/header-bg.jpg) var(--RedColor);
}

.splash-bg .container {
  height: 100vh;
  text-align: center;
  overflow: hidden;
  display: table;
  position: relative;
}

.splash-bg .container span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  z-index: 900;
  position: relative;
}

.splash-bg .container::before {
  width: 343px;
  height: 343px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -171px;
  margin-left: -171px;
  background: url(../img/splash-bg.png);
  -webkit-animation: circle-run 20s infinite;
  -webkit-animation-timing-function: linear;
}

@-webkit-keyframes circle-run {
  0% {
    -webkit-transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

@media screen and (max-width: 2024px) {
  .fixed-top img {
    /* height: 100px;
	  width: 50%; */
  }
}

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 740px) {
  .templehome {
    padding-top: 150px !important;
  }
}

@media screen and (max-width: 480px) {
  .footer-menu-wrap .col-lg-5 .row .col-lg-4 button {
    font-size: 14px;
  }
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 320px) {
}

.mybooking-tab {
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 900;

  display: flex;
  align-items: center;
  gap: 8px;

  min-width: 150px;
  height: 48px;
  padding: 0 14px 0 8px;

  background: var(--YellowColor);
  border-radius: 25px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);

  cursor: pointer;
  user-select: none;
}

.booking-icon {
  width: 38px;
  height: 38px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #fff;
  border-radius: 50%;
}

.booking-icon img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.booking-text {
  color: #191819;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.booking-count {
  min-width: 22px;
  height: 22px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-left: auto;

  color: #fff;
  background: #d62817;
  border-radius: 50%;

  font-size: 12px;
  font-weight: 600;
}

/* Optional pulse animation */
.mybooking-tab {
  animation: puls-tab 1.5s infinite;
}

@keyframes puls-tab {
  0% {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  }

  50% {
    box-shadow: 0 3px 15px rgba(226, 160, 55, 0.6);
  }

  100% {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  }
}
