@font-face {
  font-family: arial;
  src: url("../fonts/arial.eot") format("eot"),
    url("../fonts/arial.ttf") format("truetype");
}

@font-face {
  font-family: gilroy;
  src: url("../fonts/Gilroy-Regular.eot?") format("eot"),
    url("../fonts/Gilroy-Regular.ttf") format("truetype");
}

@font-face {
  font-family: gilroy-bold;
  src: url("../fonts/Gilroy-Bold.eot?") format("eot"),
    url("../fonts/Gilroy-Bold.ttf") format("truetype");
}

@font-face {
  font-family: gilroy-medium;
  src: url("../fonts/Gilroy-Medium.eot?") format("eot"),
    url("../fonts/Gilroy-Medium.ttf") format("truetype");
}

@font-face {
  font-family: apparel-bold;
  src: url("../fonts/apparel-bold.otf?") format("eot"),
    url("../fonts/apparel-bold.otf") format("truetype");
}

@font-face {
  font-family: apparel-thin;
  src: url("../fonts/apparel-thin.otf?") format("eot"),
    url("../fonts/apparel-thin.otf") format("truetype");
}

@font-face {
  font-family: apparel;
  src: url("../fonts/apparel-regular.otf?") format("eot"),
    url("../fonts/apparel-regular.otf") format("truetype");
}

@font-face {
  font-family: 'Satoshi';
  src: url("../fonts/Satoshi-Regular.otf?") format("eot"),
    url("../fonts/Satoshi-Regular.otf") format("truetype");
}

body {
  color: rgb(65, 72, 77);
  font-family: gilroy;
  font-weight: 300;
  line-height: 27px;
  overflow-x: hidden;
  /* background: url('../images/Group\ 21.svg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed; */
}

html,
/*body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  vertical-align: baseline;
  background: #ffffff;
  color: #707070;
}*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  line-height: 1.4;
  font-weight: 300;
  font-family: apparel;

  /* font-family: 'Roboto', sans-serif; */
  /* font-family: Arial, Helvetica, sans-serif !important; */
  margin: 0;
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

p {
  line-height: 24px;
  margin: 0 !important;
  font-family: gilroy;
}

a {
  text-decoration: none !important;
  font-family: gilroy;
}

a:active,
a:hover,
a:focus {
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  outline: 0 none;
}

a:hover {
  color: #fff !important;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0 !important;
}

li {
  font-family: gilroy;
}

/* header */

.header {
  position: absolute;
  width: 100%;
  /* backdrop-filter: blur(20px); */
  /* -webkit-backdrop-filter: blur(20px); */
  top: 0;
  z-index: 99999;
  background: transparent;
  border-bottom: 0;
  height: 80px;
}

ul.nav_list.nav_righttt li {
  padding: 0;
  padding-left: 45px;
}

.head {
  padding: 4px 0;
}

.nav_list {
  display: flex;
  margin: 0;
  width: 100%;
  justify-content: space-around;
}

.nav_list li {
  padding-right: 0;
}

.nav_list li a {
  font-size: 15px;
  text-decoration: none;
  color: #000 !important;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.logo img {
  height: 60px;
}

.header_right {
  width: 100%;
}

.nav_righttt a {
  background: #713c25;
  color: #fff !important;
  padding: 13px 22px;
  font-size: 13px;
  border-radius: 8px;
}

.nav_righttt a:hover {
  color: #fff;
}

.logo h1 {
  font-family: apparel-bold;
  color: #713c25;
  margin: auto;
}

.inp_fielddd input:focus {
  outline: none;
}

.inp_fielddd select:focus {
  outline: none;
}

.inp_fielddd textarea:focus {
  outline: none;
}

/* banner */
section.banner {
  height: 650px;
  /* background: url('../images/Rectangle\ 1793.png'); */
  background-size: cover;
  position: relative;
}

.banner_Content h1 {
  color: #fff;
  font-size: 90px;
  font-family: 'Satoshi';
  line-height: 53px;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.6);
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* .banner_Content {
  position: absolute;
  bottom: 5%;
  left: 3%;
  z-index: 9;
} */
.banner_Content {
  position: absolute;
  top: 67%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  width: 60%;
  margin-top: 90px;
}

span.parent {
  display: block;
}

.child.ban_child {
  font-family: gilroy-medium;
  font-size: 90px;
}

.searchh button {
  font-family: 'gilroy-medium';
  background: #db4241;
  color: #fff;
  border-radius: 33px;
  padding: 5px 25px;
  border: none;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.searchh {
  display: flex;
  width: 100%;
  background: #fff;
  margin-top: 90px;
  padding: 5px 6px;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.searchh input {
  flex: 1;
  font-family: gilroy;
  border: none;
  padding: 14px 18px;
}

.searchh input:focus {
  outline: none;
}

.read_leftTop p {
  line-height: 1.2em;
}

.read_leftTop {
  background: #713c25;
  color: #fff;
  padding: 57px 68px;
  font-size: 27px;
}

.read_leftBot a {
  display: flex;
  justify-content: space-between;
  padding: 15px 68px;
  align-items: center;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}

.read_leftBot {
  background: #683e6c;
}

.read_leftBot img {
  transform: rotate(-90deg);
  height: 49px;
}

.read_right {
  background: #be6c42;
  height: 100%;
  width: 100%;
  position: relative;
}

.img_rotate {
  position: absolute;
  left: 30%;
  top: 22%;
  transform: translate(-50%, -50%);
  height: 156px;
  animation: rotate 10s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.img_arrows {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 49px;
}

.square {
  display: inline-block;
  height: 10px;
  width: 10px;
  background: #000;
  margin-right: 11px;
}

.abb_top {
  display: flex;
  align-items: center;
}

.abb_top p {
  letter-spacing: 3px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Satoshi';
}

.ab_head h1 {
  font-size: 131px;
  font-family: 'Satoshi';
  line-height: 1;
  padding: 34px 0;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.ab_content p {
  font-size: 19px;
  width: 78%;
  color: #000;
  padding-top: 23px;
  font-family: 'Satoshi';
}

.about_left {
  padding: 44px;
}

.ab_content a img {
  transform: rotate(-90deg);
  height: 30px;
  margin-left: 20px;
  filter: invert(1);
}

.ab_content a {
  background: #ffc745;
  color: #000 !important;
  padding: 7px 16px;
  border-radius: 8px;
  margin-top: 6px;
  display: inline-block;
  margin-top: 56px;
}

.slide-track {
  width: calc(20px * 12);
  display: flex;
  flex-direction: column;
  animation: scroll2 13s linear infinite;
  justify-content: space-between;
}

.slide-track2 {
  width: calc(20px * 12);
  display: flex;
  flex-direction: column;
  animation: scroll2 18s linear infinite;
  justify-content: space-between;
}

.slide-track3 {
  width: calc(20px * 12);
  display: flex;
  flex-direction: column;
  animation: scroll2 13s linear infinite;
  justify-content: space-between;
}

.immo {
  margin: 5px;
}

.slide {
  display: grid;
  place-items: center;
  transition: 0.5s;
  cursor: pointer;
}

.about_right {
  overflow: hidden;
  height: 100vh;
  display: flex;
  justify-content: center;
  position: relative;
  right: -3em;
}

section.about {
  overflow: hidden;
  padding: 100px 0 50px 0;
  background: #ffefe1;
}

section.read_more {
  overflow: hidden;
}

@keyframes scroll {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(calc(150px * 5));
  }
}

@keyframes scroll2 {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(calc(-150px * 5));
  }
}

.imageee img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.imageee {
  height: 90vh;
  overflow: hidden;
  width: 100%;
}

section.make_contri {
  position: relative;
  z-index: 99999;
}

.contri_right {
  background: #be6c42;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 42px;
}

.contri_left {
  height: 100%;
  background: #ffefe1;
  padding: 65px 60px;
  text-align: center;
}

.contriL_top p {
  color: #fff;
  letter-spacing: 3px;
  font-size: 20px;
}

.contriL_top {
  display: flex;
  align-items: center;
}

span.sqr {
  background: #fd8f8f;
  height: 16px;
  width: 16px;
  margin-right: 10px;
  margin-top: -1px;
  display: inline-block;
}

.contri_left h1 {
  color: #000;
  font-family: "apparel-bold";
  font-size: 65px;
  margin: 0;
  margin-top: 16px;
  letter-spacing: 1px;
}

.contri_right p {
  color: #fff;
  font-size: 24px;
  line-height: 31px;
}

section.image.sticky-top {
  z-index: 0;
}

section.community {
  background: #fff;
  position: relative;
  padding: 50px;
}

.comm_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.comm_img {
  position: relative;
  height: 250px;
  overflow: hidden;
  border-radius: 20px;
}

.donate_noww a {
  color: #000;
  padding: 7px;
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: 'gilroy-medium';
}

.donate_noww {
  position: absolute;
  bottom: 0;
  background: #ffc745;
  width: fit-content;
  text-align: center;
  border-radius: 13px;
  padding: 0 30px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  right: 0;
}

.commcard_content {
  padding: 20px 0;
}

.category {
  margin-bottom: 9px;
}

.category p {
  color: #713c25;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.4px;
}

.comm_title h2 {
  color: #000;
  font-family: "apparel-bold";
  letter-spacing: 1px;
  font-size: 30px;
}

.comm_desc {
  margin-bottom: 12px;
}

.comm_desc p {
  color: #000;
  font-size: 15px;
  line-height: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.comm_money {
  display: flex;
  align-items: center;
  margin-top: 22px;
}

.raised {
  margin-right: 38px;
}

.raised p {
  color: #000;
  font-weight: 600;
}

.goal p {
  color: #713c25;
  font-family: "gilroy-bold";
}

.comm_card {
  border-right: 1px solid #00000038;
  min-height: 300px;
  height: 100%;
}

.comm_card_container {
  width: 93%;
  padding-bottom: 9px;
  border-bottom: 1px solid #00000038;
  height: 100%;
}

.ab_content.view_all a img {
  height: 21px;
}

.ab_content.view_all a {
  color: #ffffffad;
  font-style: italic;
  padding: 12px 46px;
}

.ab_content.view_all {
  text-align: center;
}

.abb_top.feat_top {
  text-align: center !important;
  width: 50%;
  margin: auto;
  justify-content: center;
}

section.featured_temple {
  position: relative;
  background: #fff;
}

.abb__headd p {
  font-size: 19px;
  color: #000;
  font-family: "gilroy-medium";
}

.abb__headd h1 {
  font-family: "apparel-bold";
  font-size: 73px;
  color: #000;
  margin: 15px 0;
  margin-top: 0;
}

.abb__headd {
  text-align: center;
  width: 50%;
  margin: auto;
}

section.featured_temple {
  position: relative;
  background: #fff;
  padding: 50px;
  padding-top: 90px;
}

.temple_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.temple_img {
  height: 202px;
  border-radius: 23px;
  overflow: hidden;
}

.temple_name p {
  text-align: center;
  font-family: "gilroy-bold";
  color: #000;
  font-size: 20px;
  margin-top: 11px !important;
}

.temple_location p i {
  margin-right: 4px;
}

.temple_location p {
  color: #5e356f;
  text-align: center;
  font-size: 14px;
  font-family: "gilroy-medium";
  margin-top: 4px !important;
}

.temple_card {
  border-right: 1px solid #00000038;
  margin-bottom: 25px;
  min-height: 200px;
  height: 100%;
}

.temple_Card_container {
  width: 93%;
  padding-bottom: 0;
  border-bottom: 1px solid #00000038;
  height: 100%;
}

.row.featured_row {
  margin-top: 70px;
}

.row.featured_row .col-md-3:nth-child(4) .temple_card {
  border: none;
}

.row.featured_row .col-md-3:nth-child(8) .temple_card {
  border: none;
}

section.most_visitedTemp {
  background: #fff;
  padding: 65px 0 0;
}

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

.service {
  margin: 8px;
}

.flip-box {
  background-color: transparent;
  height: 100%;
  /* border: 1px solid #f1f1f1;   */
  border-radius: 28px;
  perspective: 1000px;
  /* overflow: hidden; */
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;

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

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flip-box-front {
  background-color: #fff;
  color: black;
  border-radius: 10px;
}

.flip-box-back p {
  font-size: 18px;
  border-bottom: 1px solid #ffffff4d;
  padding-bottom: 16px;
  width: 90%;
}

.flip-box-back {
  background-color: #683e6c;
  color: #fff;
  transform: rotateY(180deg);
  border-radius: 28px;
  padding: 16px;
}

.flip_imgContainer ul {
  width: 100%;
  position: relative;
  height: 100%;
}

.flip_imgContainer {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-top: 90px;
  width: 100%;
  height: 105vh;
  /* overflow: hidden; */
}

.flip_imgContainer ul li {
  position: absolute;
  /* height: 400px; */
  /* margin-bottom: 10px; */
}

.flip_imgContainer ul li:nth-child(1) {
  position: absolute;
  left: 0%;
  top: 0;
}

.flip_imgContainer ul li:nth-child(2) {
  position: absolute;
  left: 0%;
  bottom: .3%;
}

.flip_imgContainer ul li:nth-child(3) {
  position: absolute;
  left: 20%;
  top: -3%;
}

.flip_imgContainer ul li:nth-child(4) {
  position: absolute;
  left: 20%;
  bottom: 3%;
}

.flip_imgContainer ul li:nth-child(5) {
  position: absolute;
  left: 40%;
  top: 0;
}

.flip_imgContainer ul li:nth-child(6) {
  position: absolute;
  left: 40%;
  bottom: .3%;
}

.flip_imgContainer ul li:nth-child(7) {
  position: absolute;
  left: 60%;
  top: -3%;
}

.flip_imgContainer ul li:nth-child(8) {
  position: absolute;
  left: 60%;
  bottom: 3%;
}

.flip_imgContainer ul li:nth-child(9) {
  position: absolute;
  left: 80%;
  top: 0;
}

.flip_imgContainer ul li:nth-child(10) {
  position: absolute;
  left: 80%;
  bottom: .3%;
}

.flip_imgContainer ul li {
  width: 19.5%;
  height: 49.5%;
}

.flip-box-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flip-box-front {
  background-color: #fff;
  color: black;
  border-radius: 28px;
  overflow: hidden;
}

/* .flip_imgContainer ul:last-child {
    margin-top: 38px;
}
.flip_imgContainer ul:nth-child(3) {
    margin-top: 38px;
}
.flip_imgContainer ul:nth-child(5) {
    margin-top: 38px;
}
.flip_imgContainer ul:first-child {
    margin-top: 38px;
} */
/* .flip_imgContainer ul:last-child {
    margin-top: 38px;
} */
.ab_content.view_all.flip_vieww {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%);
  z-index: 9;
}

.flip_imgContainer::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 30%;
  width: 100%;
  z-index: 9;
  background: transparent linear-gradient(0deg, #141414 0%, #00000000 100%) 0% 0% no-repeat padding-box;
}

button.nav-link.month_tab {
  font-family: gilroy;
  border: 1px solid #00000075;
  padding: 6px 30px;
  color: #000;
  border-radius: 7px;
}

button.nav-link.month_tab.active {
  background: #713c25;
  color: #fff;
}

.date h1 {
  font-family: "gilroy-bold";
  margin: 0;
}

.montgs__temple ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
  border-bottom: 0;
  flex-direction: column;
}

.date p {
  color: #000;
  font-family: "gilroy-medium";
}

.date {
  text-align: center;
  width: 10%;
}

div#nav-tab {
  /* border: none; */
  padding-bottom: 28px;
}

.months .swiper {
  padding-bottom: 3px;
}

.month_img {
  width: 23%;
}

.arrows {
  position: relative;
  width: 108%;
  left: -4%;
  top: -48px;
}

.right_arr {
  width: fit-content;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
  border-radius: 50px;
  color: #fff;
  padding: 0 20px;
  border: 1px solid #713c253d;
  margin: 20px auto 0 0;
  background: #db4241;
}

.community_gath h3 {
  font-family: "apparel-bold";
  color: #713c25;
  font-size: 30px;
  padding-top: 25px;
}

.month_img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 8px;
}

.community_gath p {
  color: #000;
  font-family: gilroy-medium;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.community_gath p span {
  color: #0000007a;
  /* margin-left: 10px; */
}

.community_gath {
  width: 100%;
}

.month_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.arrows .swiper-button-next,
.arrows .swiper-button-prev {
  color: #000 !important;
}

.arrows .swiper-button-next:after,
.arrows .swiper-button-prev:after {
  font-size: 25px;
  font-weight: 600;
}

section.testimonials {
  background: #be6c42;
  padding: 100px 0;
  text-align: center;
  padding-bottom: 150px;
  margin-top: -18px;
}

.contriL_top.testi_top {
  justify-content: center;
  margin-bottom: 20px;
}

.testimonials_heading h1 {
  color: #fff;
  font-size: 82px;
  font-family: "apparel-bold";
}

.montgs__temple ul li:last-child a {
  border: none;
}

.test_top {
  display: flex;
  align-items: center;
}

.test_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.test_img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 13px;
}

.test_content {
  margin-top: 27px;
}

.test_content p {
  color: #000;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 21px;
  font-weight: 200;
  font-family: "gilroy-medium";
}

.test_card {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  padding: 27px;
  border-radius: 17px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  /* height: 340px; */
  background: #fff;
  text-align: left;
}

section.testimonials_slider {
  position: relative;
  margin-top: 0;
  background: #fff;
}

section {
  position: relative;
  /* background: #fff; */
}

.scroll_barrr.position-relative {
  margin-top: 22px;
}

.testimonials_slider .swiper {
  padding-bottom: 35px;
}

.swiper-scrollbar-drag {
  background: #532888;
}

.testimonials_slider.teest__dfk {
  position: relative;
  top: -100px;
}

footer.footer {
  padding-top: 35px;
  position: relative;
  background-color: #fff;
  margin-top: -25px;
  border-top: 1px solid #0000002e;
}

.foot_right li a {
  background: #be6c42;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 12px;
  margin: 0 6px;
}

.foot_right ul {
  display: flex;
  align-items: center;
}

.foot_mid {
  border-top: 1px solid #0003;
  border-bottom: 1px solid #00000030;
  padding: 5px 42px;
}

.foot_mid ul li a {
  color: #000;
  font-family: "gilroy-medium";
  padding: 3px 0;
}

.foot_mid ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.row.foot_top {
  padding: 25px 39px;
}

.foot_bot p {
  font-size: 13px;
  font-family: "gilroy-medium";
  letter-spacing: 0.5px;
}

.foot_bot {
  text-align: center;
  padding: 10px;
  border-top: 1px solid #0000002e;
  margin-top: 10px;
}

.banner_sliderContainer img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.banner_sliderContainer {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

section.banner::before {
  content: "";
  position: absolute;
  background: linear-gradient(360deg, #ffefe200 69%, #fff 94%);
  inset: 0;
  z-index: 6;
  /* height: 127px; */
  /* background: #00000040; */
}

.search_card {
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 16px;
  background: #fff;
}

.search_top h2 {
  color: #fff;
  font-size: 25px;
}

.search_top {
  text-align: center;
  background: #683e6c;
  padding: 13px 24px;
  border-radius: 20px;
}

.foot_mid ul li a:hover {
  color: #000 !important;
}

.searchh.search__inpp {
  margin-top: 13px;
}

.search_list ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #00000038;
}

.seacrh_img img {
  height: 34px;
}

.search_name p {
  font-family: "gilroy-bold";
  color: #000;
}

.search_total p {
  border: 1px solid #00000040;
  font-size: 13px;
  height: 27px;
  display: flex;
  padding: 0 6px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-family: "gilroy-medium";
  color: #000;
}

.search_list {
  padding: 0 13px;
  height: 292px;
  overflow-y: overlay;
}

.row.search_temple {
  margin-top: 48px;
}

#style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

#style-1::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
}

#style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #683e6c;
}

section.find_temples {
  padding: 50px 0;
  padding-bottom: 100px;
  background: #ffefe1;
}

section.event {
  background: #ffefe1;
  /* padding-top: 50px; */
}

section.donation_listing {
  padding: 100px 0;
}

.filters {
  width: 90%;
  margin: auto;
  margin-top: 34px;
}

ul.filter_ul li p {
  font-size: 18px;
}

ul.filter_ul li button {
  background: transparent;
  color: #713c25;
  border: none;
  font-family: "gilroy-medium";
  font-size: 18px;
  padding: 0;
  margin-left: 9px;
}

ul.filter_ul li button:hover {
  background-color: transparent;
  color: #713c25;
  border: none;
}

ul.filter_ul li .btn-secondary {
  background-color: transparent;
  color: #713c25;
  border: none !important;
}

ul.filter_ul li {
  display: flex;
  align-items: center;
}

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

.row.dontong__row {
  width: 97%;
  margin: auto;
  margin-top: 70px;
}

.row.dontong__row .col-md-4:nth-child(3n) .comm_card {
  border-right: none;
}

.row.dontong__row .comm_card {
  margin-bottom: 34px;
  height: 100%;
}

.row.dontong__row .comm_card_container {
  width: 95%;
  height: 100%;
}

section.donation_banner {
  padding-top: 0;
  padding-bottom: 0;
}

.donat_bannerImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.row.dontong__row .col-md-4 {
  margin-bottom: 28px;
}

.donat_bannerImg {
  height: 550px;
  overflow: visible;
  border-radius: 0;
  width: 95%;
  margin: auto;
  text-align: center;
  position: relative;
  top: 100px;
}

.donating_numbers ul li a {
  background: #683e6c;
  color: #fff;
  padding: 8px 25px;
  border-radius: 23px;
}

.donating_numbers ul li p {
  font-family: "gilroy-medium";
  font-size: 25px;
}

.donating_numbers ul {
  display: flex;
  justify-content: space-around;
  width: 91%;
  margin: auto;
  margin-top: 0;
  height: 100%;
  align-items: center;
}

p.goalll {
  color: #713c25;
  font-family: "gilroy-bold" !important;
}

.info_container {
  width: 97%;
  margin: auto;
}

.info_container h1 {
  font-family: "apparel-bold";
  font-size: 48px;
  color: #000;
}

.info_container p {
  padding: 7px 0;
}

p.categoryyy span {
  color: #713c25;
  font-family: "gilroy-medium";
}

p.categoryyy {
  font-family: "apparel";
}

section.explore_other {
  padding: 0 56px 100px 56px;
}

.exp__head h1 {
  font-family: "apparel-bold";
  font-size: 60px;
  margin-bottom: 41px;
}

.donating_numbers ul li p i {
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.fsfsf___sk .sign_inp {
  width: 49%;
}

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

.donation_formContainer {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -120%;
  transition: 0.4s;
}

.active_DonForm {
  top: 0;
}

.donation_form {
  width: 88%;
  height: 100%;
  background: #f4f4f4;
  padding: 53px;
}

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

.secured_bty p {
  color: #9f9f9fa8;
  font-family: "gilroy-bold";
  margin-bottom: 7px !important;
}

.secured_bty ul li img {
  height: 16px;
  margin-right: 16px;
}

.secured_bty ul {
  display: flex;
  align-items: center;
}

.don_right {
  height: 100%;
  position: relative;
}

form.frm {
  width: 77%;
  height: 100%;
}

.inp_fielddd input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #0000008c;
  font-family: "gilroy";
  padding: 9px 0;
  background: transparent;
}

.inp_fielddd select {
  width: 47%;
  border: none;
  border-bottom: 1px solid #0000008c;
  font-family: "gilroy";
  padding: 9px 0;
  background: transparent;
}

.inp_fielddd textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #0000008c;
  font-family: "gilroy";
  padding: 9px 0;
  background: transparent;
}

.inp_fielddd {
  display: flex;
  justify-content: space-between;
  margin-bottom: 27px;
}

.don_head {
  /* margin-bottom: 57px; */
}

.don_head h1 {
  font-family: "apparel-bold";
  font-size: 35px;
  letter-spacing: 1px;
}

.submit__btn button {
  background: #713c25;
  border: none;
  font-family: "gilroy-medium";
  font-size: 39px;
  color: #fff;
  width: 86%;
  padding: 4px;
  border-radius: 5px;
  position: relative;
  top: 1.2em;
}

.don_left p {
  font-family: "gilroy-bold";
}

.close {
  position: absolute;
  right: -22px;
  top: -33px;
  font-size: 25px;
  cursor: pointer;
}

section.about_banner {
  height: 45vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.abb_h1 h1 {
  font-size: 72px;
  font-family: 'apparel-bold';
}

.abb_h1 {
  position: relative;
  padding-top: 48px;
}

.abb_h1 img {
  position: absolute;
  top: 20px;
  left: 52%;
  display: none;
  transform: translate(-35%);
}

.abb_h1 h1 {
  font-size: 68px;
  font-family: 'apparel-bold';
  position: relative;
  z-index: 9;
}

.abb__heading p {
  font-size: 60px;
  font-family: 'gilroy-bold';
  text-align: center;
  line-height: 64px;
  color: #000;
}

.abb__heading {
  padding: 30px 0;
}

.abbb_img1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.abbb_img1 {
  height: 550px;
}

.abbb_rihgt {
  display: flex;
  height: 550px;
  padding: 0 10px;
  justify-content: space-between;
}

.abbb_imgrihgt {
  width: 49.5%;
}

.abbb_imgleft {
  display: flex;
  flex-direction: column;
  width: 49%;
  justify-content: space-between;
}

.abbb_imgleft img {
  height: 49%;
  width: 100%;
  object-fit: cover;
}

.abbb_imgrihgt img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.expp__cont h1 {
  display: block;
  overflow: hidden;
  font-family: 'apparel-bold';
}

.expp__cont {
  text-align: center;
}

.expp__cont p {
  font-family: 'gilroy-medium';
  font-size: 20px;
}

section.expp .row {
  border-top: 1px solid #00000030;
  border-bottom: 1px solid #00000030;
  padding: 68px 0;
}

section.expp {
  padding: 50px 0;
  margin-top: 15px;
}

.abbbb__lefttt p {
  font-family: 'gilroy-medium';
  font-size: 19px;
  line-height: 30px;
  margin-top: 20px !important;
}

.abbbb__lefttt h3 {
  font-size: 53px;
  font-family: 'apparel-bold';
}

.abbbb__lefttt ul li p {
  margin: 0 !important;
  font-size: 16px;
  color: #686868;
}

.abbbb__lefttt ul li {
  display: flex;
  align-items: flex-start;
  padding: 8px 0;
}

.abbbb__lefttt ul {
  margin-top: 22px;
}

.abbbb__lefttt ul li i {
  background: #ba6a41;
  color: #fff;
  height: 18px;
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 11px;
  margin-top: 5px;
  margin-right: 8px;
}

.abbbb___right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.abbbb___right {
  height: 657px;
}

section.abbbbbs {
  padding: 50px 0;
}

.member_name p {
  font-family: 'gilroy-medium';
  font-size: 24px;
  text-align: center;
  padding: 11px;
}

.member_scials a {
  border: 1px solid #0000004a;
  margin: 0 10px;
  height: 33px;
  width: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #713c25;
}

.member_scials {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  margin-bottom: 29px;
}

.team_card {
  border: 1px solid #e0e0e0;
}

.member_name {
  margin: 17px 0;
}

section.team_memberss {
  padding: 50px 0;
}

.abb__headd.temam__head {
  margin-bottom: 39px;
}

.team_img {
  height: 384px;
  overflow: hidden;
}

.team_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: .3s;
}

.team_card:hover .team_img img {
  transform: scale(1.04);
}

section.signup {
  /* height: 100vh; */
}

.sign_uppright img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.sign_uppright {
  height: 100%;
  overflow: hidden;
}

.sign-content {
  margin-bottom: 30px;
}

.sign-content p {
  font-family: 'gilroy-medium';
}

.sign-content h4 {
  font-family: 'gilroy-medium';
  color: #000;
  margin: 0;
  font-size: 28px;
}

.sign_inp input {
  font-family: 'gilroy';
  padding: 6px 12px;
  width: 100%;
  border-radius: 5px;
  border: none;
  border: 1px solid #0000007a;
}

.sign_inp label {
  font-family: 'gilroy-bold';
  font-size: 18px;
}

.sign_inp {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.sign_upleft {
  width: 71%;
  margin: auto;
}

.sign-up_form button {
  width: 100%;
  font-family: 'gilroy';
  padding: 8px;
  border: none;
  background: #713c25;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  margin-top: 15px;
}

.orr::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 45%;
  background: #00000078;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.orr::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 45%;
  background: #00000078;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.orr {
  text-align: center;
  margin-top: 14px;
  position: relative;
}

.signup_withGoog {
  margin-top: 13px;
}

.signup_withGoog a:hover {
  color: #000 !important;
}

.signup_withGoog a {
  border: 2px solid #4285f4;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  padding: 7px;
  border-radius: 5px;
  font-family: 'gilroy-medium';
  background: #4285f4;
}

.already_have p a {
  color: #000;
  font-family: 'gilroy-bold';
  text-decoration: underline !important;
}

.already_have p {
  font-family: 'gilroy-medium';
}

.already_have {
  margin-top: 18px;
}

.sign_inp input::placeholder {
  color: #b7b7b7;
}

.signup_withGoog a i {
  margin-right: 10px;
}

.already_have p a:hover {
  color: #000 !important;
}

section.addtemple_banner {
  height: 60vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.addd_hh h1 {
  font-family: 'apparel-bold';
  font-size: 57px;
  color: #000;
  position: relative;
  top: -40px;
}

.add_tempLeft {
  background: #fff;
  padding: 40px;
  width: 95%;
  border-radius: 10px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  height: 100%;
}

.add_tempright {
  background: #fff;
  padding: 20px;
  width: 95%;
  border-radius: 10px;
  margin-left: auto;
  height: 100%;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

section.add_temple {
  margin-top: -120px;
  padding-bottom: 100px;
}

.add_inp input {
  font-family: 'gilroy';
  padding: 9px 10px;
  border-radius: 6px;
  border: 1px solid #713c2536;
  /* background: #00000008; */
}

/* .nav_list li a:hover {
  color: #713c25 !important;
} */
.abb__headd a {
  background: #683e6c;
  color: #fff;
  padding: 7px 16px;
  border-radius: 8px;
  margin-top: 6px;
  display: inline-block;
  margin-bottom: 31px;
}

.add_inp select {
  font-family: 'gilroy';
  padding: 9px 10px;
  border-radius: 6px;
  border: 1px solid #713c2536;
  /* background: #00000008; */
  width: 100%;
}

.add_inp label {
  font-family: 'gilroy-medium';
}

.add_inp {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.add_inp.add__inpsd {
  flex-direction: revert;
  justify-content: space-between;
}

.add_inpleft input {
  width: 100%;
}

.add_inpleft {
  width: 48%;
}

.addressss {
  /* background: #f1f1f1;
  padding: 12px 17px; */
  border-radius: 10px;
  margin-top: 28px;
}

button.add_tempBtn {
  background: #713c25;
  width: 100%;
  padding: 8px;
  font-family: 'gilroy';
  color: #fff;
  border: none;
  border-radius: 9px;
  margin-top: 17px;
  font-size: 18px;
}

.maps iframe {
  height: 100%;
  width: 100%;
}

.maps {
  height: 100%;
}

.full_addresss {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  height: 34%;
}

.full_addresss label {
  font-family: 'gilroy-medium';
  font-size: 18px;
  margin-bottom: 6px;
}

.full_addresss textarea {
  font-family: 'gilroy';
  padding: 9px 10px;
  border-radius: 6px;
  border: 1px solid #713c2536;
  background: #00000008;
  flex: 1;
}

section.add_temple .container {
  padding: 0 80px;
}

.addressss input {
  padding: 6px 10px;
}

.add_inp input::placeholder {
  color: #bbb;
}

/* section.add_temple.profilee .container {
  padding: 0;
} */
.prof_leftTop {
  background: #fff;
  border: 1px solid #00000017;
  text-align: center;
  padding: 50px 20px;
  border-radius: 10px;
  position: relative;
}

.profile__photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.profile__photo {
  height: 175px;
  width: 175px;
  margin: auto;
  overflow: hidden;
  border-radius: 50%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

.profile_name {
  margin-top: 42px;
}

.profile_name p {
  font-size: 23px;
  font-family: 'gilroy-medium';
}

.profile_bottom ul li:last-child {
  border: none;
}

.profile_bottom ul li {
  border-bottom: 1px solid #0000001c;
  padding: 10px 27px;
  text-align: initial;
  transition: .3s;
}

.profile_bottom ul li a {
  color: #000;
  text-align: left;
  font-family: gilroy-medium;
}

.profile_bottom ul li a:hover {
  color: #000 !important;
}

.profile_bottom ul {
  margin: 0;
}

.profile_bottom {
  background: #fff;
  border: 1px solid #00000017;
  text-align: center;
  padding: 0;
  margin-top: 19px;
  border-radius: 10px;
}

.profile_right {
  background: #fff;
  border: 1px solid #00000017;
  padding: 36px 39px;
  height: 100%;
  border-radius: 10px;
}

.update_profilee {
  text-align: end;
  margin-top: 33px;
}

.update_profilee button {
  background: #713c25;
  border: 1px solid #be6c42;
  font-family: 'gilroy';
  color: #fff;
  padding: 7px 19px;
  border-radius: 6px;
  width: 100%;
  font-size: 19px;
}

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

.update_passs p {
  padding: 10px 0;
  font-size: 20px;
  padding-bottom: 20px;
  font-family: 'gilroy-bold';
}

.edit_photo a {
  color: #000;
  border: 1px solid #00000024;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  height: 30px;
  display: flex;
  width: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 9;
  font-size: 13px;
}

.edit_photo a:hover {
  color: #000 !important;
}

.edit_photo {
  position: absolute;
  right: 27%;
}

ul.likesss {
  margin: auto;
}

ul.likesss li {
  text-align: center;
  margin: 0 10px;
}

ul.likesss li p {
  font-size: 14px;
  margin-top: 0 !important;
  color: #fff;
}

ul.likesss li img {
  height: 37px;
  filter: invert(1);
}

.info_container button.accordion-button {
  padding: 4px 25px;
  background: #be6c4240;
}

.info_container .accordion-item {
  margin-bottom: 21px;
}

.temple___leftt.sticky-top {
  box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.25);
  background-color: #f8f8f8;
  padding: 20px;
}

.temp_mapp {
  height: 170px;
}

.temp_mapp iframe {
  width: 100%;
  height: 100%;
}

.commeonn h2 {
  font-family: 'apparel-bold';
  font-size: 26px;
}

.commeonn a {
  color: #713c25;
  font-family: 'gilroy-bold';
}

.commeonn {
  margin-bottom: 20px;
}

.commeonn ul li i {
  margin-right: 8px;
}

.commeonn ul li {
  display: flex;
  align-items: center;
  font-family: 'gilroy-medium';
  font-size: 17px;
}

section.info {
  margin-top: 50px;
}

section.contribution .container-fluid {
  padding: 0 64px;
}

.searchh form {
  display: flex;
  width: 100%;
  background: #fff;
  overflow: hidden;
  margin: auto;
}

.listing__search .searchh {
  width: 67%;
  margin: auto 0;
  border: 1px solid #00000030;
  margin-left: 40px;
}

.select__dropp .dropdown-toggle::after {
  display: none;
}

.select__dropp .btn-group.bootstrap-select.des {
  margin-left: 10px;
}

span.loccccc {
  color: #713c25;
  position: relative;
  left: 5px;
}

.select__dropp .bootstrap-select.btn-group .dropdown-menu li a {
  font-size: 13px;
  width: 100%;
}

.select__dropp .bootstrap-select.btn-group .dropdown-menu li a:hover {
  color: #000 !important;
}

.select__dropp .dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  background-color: #be6c42;
}

.btn-group.open .dropdown-toggle {
  box-shadow: none !important;
  border: none !important;
}

.swiper,
swiper-container {
  height: fit-content;
}

.donate_noww a:first-child {
  display: none;
}

.hamburger {
  position: relative;
  display: none;
  width: 50px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  outline: none;
  border: none
}

.hamburger .bar,
.hamburger:after,
.hamburger:before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #713c25;
  margin: 6px 0px;
  -webkit-transition: 0.4s;
  transition: 0.4s
}

.hamburger.is-active:before {
  -webkit-transform: rotate(-45deg) translate(-8px, 6px);
  transform: rotate(-45deg) translate(-8px, 6px)
}

.hamburger.is-active:after {
  -webkit-transform: rotate(45deg) translate(-9px, -8px);
  transform: rotate(45deg) translate(-9px, -8px)
}

.hamburger.is-active .bar {
  opacity: 0
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  min-height: 100vh;
  display: block;
  z-index: 9999;
  background-color: #fff;
  padding-top: 120px;
  -webkit-transition: 0.4s;
  transition: 0.4s
}

.mobile-nav.is-active {
  left: 0
}

.mobile-nav a {
  display: block;
  width: 100%;
  max-width: 234px;
  margin: 0 auto 16px;
  text-align: center;
  padding: 6px 16px;
  background-color: #713c25;
  color: #FFF;
  text-transform: uppercase;
}

.mobile-nav a:hover {
  background-color: #fff;
  color: #000;
}

.select2-container--default .select2-selection--single {
  background-color: transparent !important;
  border: none !important;
  margin-left: 9px !important;
}

.select2-results__option {
  padding: 4px !important;
  font-size: 14px !important;
  color: #000 !important;
}

.select2-dropdown {
  border: 1px solid #d5d5d5 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaaaaa1c !important;
  background: #eeeeee !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 19px !important;
  color: #713C25 !important;
  font-family: 'gilroy-medium';
  text-transform: capitalize;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #713c25 !important;
  color: white !important;
}

.row.dontong__row .col-md-4 {
  margin-bottom: 30px;
}

.foot_logo img {
  height: 129px;
  margin-bottom: 10px;
}

.foot_mid.fsf__foodmid ul li {
  margin-bottom: 8px;
}

.foot_mid.fsf__foodmid {
  border: none;
}

.foot_mid.fsf__foodmid h3 {
  margin-bottom: 15px;
  color: #be6c42;
  font-size: 22px;
}

.foot_mid.fsf__foodmid ul {
  flex-direction: column;
}

.foot_right h3 {
  margin-bottom: 20px;
  color: #be6c42;
  font-size: 22px;
}

.mySwiperblogs .swiper-wrapper {
  height: auto;
}

.blogssscard {
  position: relative;
}

.blogssscard .date {
  text-align: center;
  width: fit-content;
  position: absolute;
  bottom: 60px;
  right: 0;
}

.blogssscard .date a {
  padding: 0 !important;
  line-height: 0;
  border-bottom: 0 !important;
  color: #713c25 !IMPORTANT;
}

.g-recaptcha {
  width: 100%;
}

.subsmenuss {
  display: none;
}

.onhovereds:hover .subsmenuss {
  display: block;
  z-index: 99;
}

.subsmenuss {
  position: absolute;
  top: 40px;
  /* left: 48%; */
  padding-top: 20px;
}

.subsmenuss ul li a {
  white-space: nowrap;
}

.subsmenuss ul {
  background: #44233b;
  padding: 20px 20px !important;
}

.subsmenuss ul li {
  margin-bottom: 15px;
}

.subsmenuss ul li:last-child {
  margin-bottom: 0;
}

.header_right .nav_righttt a {
  background: #ffc745;
  color: #000 !important;
  padding: 13px 22px;
  font-size: 13px;
  border-radius: 8px;
}

/* section.donation_banner::before {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, rgb(76 51 79), rgb(45 30 47 / -45%));
  inset: 0;
  z-index: 6;
} */
.theeedonaationssbackks {
  /* background: #49263d; */
  background: #fff;
  padding: 10px 50px 0;
}

.swiper.temple-sliderr.swiper-fade.swiper-initialized.swiper-horizontal.swiper-watch-progress.swiper-backface-hidden {
  overflow: visible;
}

.donat_bannerImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
  top: 0;
  margin: 0 auto !important;
}

.donating_numbers {
  padding-top: 130px;
  background: #ffefe1;
  padding-bottom: 50px;
}

.newdonationinfos {
  background: #ffefe1;
  margin-top: 0 !important;
  margin-bottom: 50px;
  padding-bottom: 40px;
}

.donat_bannerImg:after {
  content: '';
  background: linear-gradient(180deg, #ffefe200 0%, #8c4e5dd4 95%);
  inset: 0;
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: inline-block;
}

ul.likesss {
  height: max-content;
  margin: auto;
  position: fixed;
  right: 0;
  top: 50%;
  flex-direction: column;
  justify-content: center;
  width: fit-content;
  background: #7e4555;
  transform: translate(0%, -50%);
  padding: 16px 0 !IMPORTANT;
  z-index: 999;
}

.loggersse i {
  color: #fff;
}

.infostopsecss small {
  color: #fd8f8f;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 600;
  font-size: 18px;
}

.infostopsecss h1 {
  color: #44233b;
  width: 95%;
  line-height: 70px;
  font-size: 60px;
  padding-top: 10px;
}

section.thenewtempleinfos {
  background: #ffefe1;
  margin-top: 0;
  padding-top: 70px;
}

section.donation_banner.temple_banner {
  background: #ffefe1;
}

.infosstopright p {
  font-size: 18px;
  line-height: 30px;
}

section.moreedetailss {
  background: #ffefe1;
  padding-top: 50px;
  padding-bottom: 50px;
}

.moredetailsheads small {
  color: #fd8f8f;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 600;
  font-size: 18px;
}

.moredetailsheads {
  text-align: center;
}

.moredetailsheads h2 {
  color: #44233b;
  width: 95%;
  line-height: 70px;
  font-size: 60px;
  padding-top: 10px;
}

.moredetailsheads h2 span {
  font-family: none;
}

.moredetailsheads h2 {
  color: #44233b;
  width: 60%;
  line-height: 70px;
  font-size: 60px;
  padding-top: 10px;
  margin: 0 auto;
}

.moredtailsrows {
  margin-top: 80px;
}

.theeinnerdespc h3 {
  font-size: 35px;
  font-family: 'gilroy-bold';
  color: #db4241;
  letter-spacing: 0.5px;
}

.theeinnerdespc a {
  color: #000 !important;
  font-weight: 600;
  font-size: 18px;
  border-bottom: 2px solid #000;
  letter-spacing: 0.5px;
}

.theeinnerdespc p {
  font-size: 15px;
  padding-top: 12px;
  line-height: 20px;
  letter-spacing: 0.5px;
  width: 100%;
}

.theeinnerdespc ol li {
  font-size: 15px;
  padding-top: 12px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

.theeinrosimage {
  min-height: 250px;
  height: 100%;
}

.theeinrosimage iframe {
  height: 100%;
  width: 100%;
}

.theeinrosimage img {
  height: auto;
  width: 100%;
  object-fit: fill;
}

ul.addresuls {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px 0 !IMPORTANT;
  margin: 0;
}

ul.theamentiesss li {
  display: flex;
  align-items: center;
}

ul.theamentiesss li i {
  padding-right: 15px;
  padding-top: 12px;
}

.innerrowwssdetails {
  margin-bottom: 50px;
}

ul.theamentiesss li {
  width: 50%;
}

ul.theamentiesss {
  display: flex;
  flex-wrap: wrap;
}

.innerrowwssdetails .col-md-6 {
  width: 45%;
  margin: 0 auto;
}

.moredtailsrows {
  position: relative;
  overflow: hidden;
}

.innerrowwssdetails {
  position: relative;
}

hr.thheelinneedsds {
  position: absolute;
  width: 100%;
  transform: rotate(90deg);
  border: 1px solid #fd8f8f;
  opacity: 1;
}

.thhecoircee {
  color: #fd8f8f;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 0;
  z-index: 9999;
}

.thhecoircee:first-child {
  top: 8px;
}

.galllerimagessbig {
  height: 700px;
  position: relative;
}

.galllerimagessbig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.smallgalleriamges {
  height: 350px;
  position: relative;
}

.smallgalleriamges img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.galllerimagessbig:before {
  content: '';
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.4) 100%);
  inset: 0;
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.smallgalleriamges:before {
  content: '';
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.4) 100%);
  inset: 0;
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.galllerimagessbig:after {
  content: '';
  background: linear-gradient(180deg, #ffefe200 0%, #000000d6 95%);
  inset: 0;
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.smallgalleriamges:after {
  content: '';
  background: linear-gradient(180deg, #ffefe200 0%, #000000d6 95%);
  inset: 0;
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: inline-block;
}

table.table.table-responsive.contributtale {
  background: #ffc745;
  border-radius: 10px;
}

.contributtale th {
  color: #000;
  padding: 16px !important;
  text-align: center;
  border: 1px solid #000;
  border-collapse: collapse;
}

.contributtale td {
  color: #000;
  padding: 16px !important;
  text-align: center;
  border: 1px solid #000;
  border-collapse: collapse;
}

.table.contributtale>:not(:first-child) {
  border-top: unset;
}

.logrrr {
  /* display: none; */
  position: fixed;
  top: 0;
  z-index: 99999;
  right: 24%;
  background: #8420295e;
  padding: 9px 25px;
  border-radius: 6px;
  backdrop-filter: blur(42px);
  border: 1px solid #842029;
  width: 50%;
  text-align: center;
}

.logrrr h2 {
  color: #fff !important;
  font-size: 20px !important;
  text-transform: uppercase;
  font-family: 'gilroy-medium';
  letter-spacing: 1px;
  margin: 0;
}

.progress-bar {
  background: #6d56c1;
}

.progressbar-active {
  animation-name: progress;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}

@keyframes progress {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.theamountraidssd {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.theamountraidssd p {
  font-size: 32px;
  font-family: 'gilroy-bold';
  color: #000 !important;
  position: relative;
  top: 10px;
}

span.thetaisdeds {
  color: #db4241;
  font-size: 50px;
}

span.totatoberaids a {
  color: #000 !important;
  font-family: 'gilroy-bold';
}

.theeprodoantosd {
  padding-top: 35px;
}

.skill-wrapper .progress {
  display: flex;
  height: 2.8rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #f6e0ce;
  border-radius: 66px;
  padding: 4px;
}

.skill-wrapper .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #db4241;
  transition: width .6s ease;
  border-radius: 61px;
}

.dontaiinfos-lefts small {
  color: #fd8f8f;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 600;
  font-size: 18px;
}

.dontaiinfos-lefts h1 {
  color: #44233b;
  width: 95%;
  line-height: 70px;
  font-size: 60px;
  padding-top: 10px;
}

.dontaiinfos-lefts p {
  font-size: 18px;
  line-height: 30px;
}

.thedonationinffoss {
  width: 95%;
  margin: 0 auto;
}

.amount-selector {
  display: flex;
  align-items: center;
  gap: 10px;
  /* Adjust the gap as needed */
}

.amount-selector input[type="radio"] {
  display: none;
}

.amount-selector label {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  background-color: #f5f5f5;
  transition: background-color 0.3s ease;
}

.amount-selector label:hover {
  background-color: #e0e0e0;
}

.amount-selector input[type="radio"]:checked+label {
  background-color: #ffdddd;
  border-color: #ff4444;
}

.donationrights form h2 {
  color: #44233b;
  width: 95%;
  line-height: 70px;
  font-size: 30px;
  padding-top: 10px;
  margin: 0;
  font-family: 'apparel-bold';
}

.dontaiinfos-lefts p {
  font-size: 18px;
  line-height: 30px;
}

.dontaiinfos-lefts p span {
  font-size: 18px !important;
  line-height: 30px;
}

.thhedupplicars input {
  width: 100%;
  margin-bottom: 10px;
  padding: 16px 20px;
  margin: 0 5px 10px;
  background: #ffff;
  border-radius: 35px;
  border: 2px solid #f6e0ce;
  font-family: 'apparel';
  letter-spacing: 0.5px;
}

.thhedupplicars .theecheboxs {
  width: fit-content;
  margin-left: 30px;
  margin-right: 15px;
  margin-bottom: 0;
}

.thedoanteebutonds {
  text-align: center;
  margin-top: 30px;
}

.thedoanteebutonds button {
  border: 0;
  background: #db4241;
  color: #fff;
  font-size: 22px;
  font-family: 'gilroy-medium';
  padding: 10px 30px;
  border-radius: 44px;
  letter-spacing: 0.5px;
}

.donationrights form {
  width: 90%;
  margin: 0 auto;
}

.contri_left p {
  color: #fd8f8f;
  font-size: 20px;
  width: 60%;
  text-align: center;
  margin: 0 auto !important;
  padding-top: 20px;
  line-height: 35px;
  font-family: 'gilroy-medium';
}

.htereepaorasds {
  color: #000 !important;
}

.foot_logo {
  text-align: center;
}

p.thefototpars {
  padding: 10px 0;
  font-family: 'gilroy-medium';
  font-size: 20px;
  width: 60%;
  margin: 0 auto !IMPORTANT;
}

.foot_mid.fsf__foodmid ul {
  flex-direction: unset;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  align-items: center;
  padding: 30px !important;
}

.foot_mid.fsf__foodmid ul li {
  margin-bottom: 0;
}

.foot_mid.fsf__foodmid {
  border: none;
  margin-top: 20px;
}

.foot_right {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px 0 !important;
}

.foot_bot {
  text-align: center;
  padding: 0;
  border-top: 0;
  margin-top: 0;
}

footer.footer {
  background: #eee !important;
}

section.add_temple {
  margin-top: -120px;
  padding-bottom: 50px;
  background: #ffefe1;
}

.add_temple .row {
  position: relative;
  top: -50px;
}

.foot_mid ul li a {
  color: #000 !important;
  font-family: 'gilroy';
}

.foot_bot p {
  color: #000 !important;
  font-family: 'gilroy';
}

.subsmenuss ul {
  background: #fff;
  padding: 20px 20px !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 2px;
}

.magnific-img {
  height: 100%;
}

a.image-popup-vertical-fit {
  cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-arrow-left:before {
  border-right: none !important;
}

.mfp-arrow-right:before {
  border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
  opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.nav_list li a:hover {
  border-bottom: 3px solid #7e4555;
  padding-bottom: 5px;
}

ul.addresuls li {
  width: 20%;
  text-align: center;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (min-width: 300px) and (max-width: 770px) {
  .banner_Content h1 {
    font-size: 50px;
  }

  .hamburger {
    display: block
  }

  ;

  ul.nav_list {
    display: none;
  }

  .nav_righttt {
    display: none;
  }

  .child.ban_child {
    font-size: 33px;
  }

  section.banner {
    height: 66vh;
  }

  .banner_Content h1 {
    line-height: 20px;
  }

  .banner_imagg {
    height: 100%;
  }

  .ab_head h1 {
    font-size: 40px;
    padding: 15px 0;
  }

  .read_leftBot a {
    font-size: 19px;
    font-weight: 500;
    padding: 5px 28px;
  }

  .read_leftTop {
    padding: 31px 27px;
    font-size: 23px;
  }

  .read_leftBot img {
    height: 38px;
  }

  .about_left {
    padding: 9px;
  }

  .ab_head h1 br {
    display: none;
  }

  .about_right {
    right: 0em;
    height: 379px;
    margin-top: 26px;
  }

  .slide-track3 {
    width: calc(20px * 6);
  }

  .slide-track2 {
    width: calc(20px * 6);
  }

  .slide-track {
    width: calc(20px * 6);
  }

  section.image.sticky-top {
    display: none;
  }

  .contri_left h1 {
    font-size: 40px;
  }

  .contriL_top p {
    letter-spacing: 2px;
    font-size: 14px;
  }

  span.sqr {
    height: 13px;
    width: 13px;
  }

  .contri_right p {
    font-size: 18px;
    line-height: 27px;
  }

  .contri_left {
    padding: 50px 43px;
  }

  .abb__headd {
    width: 100%;
  }

  section.community {
    padding: 50px 15px;
  }

  .comm_card_container {
    width: 100%;
  }

  .comm_img {
    height: 207px;
  }

  .comm_title h2 {
    font-size: 23px;
  }

  .category {
    margin-bottom: 4px;
  }

  .category p {
    font-size: 12px;
  }

  .comm_desc p {
    font-size: 13px;
    line-height: 17px;
  }

  .comm_money p {
    font-size: 14px;
  }

  .comm_card {
    border: none;
  }

  .abb_top.feat_top {
    width: 100%;
  }

  .abb__headd h1 {
    font-size: 30px;
  }

  section.featured_temple {
    padding: 14px;
    padding-top: 79px;
  }

  .abb__headd p {
    font-size: 16px;
  }

  .row.featured_row .col-md-3 {
    width: 50%;
  }

  .temple_img {
    height: 123px;
  }

  .temple_name p {
    font-size: 12px;
    line-height: 17px;
  }

  .temple_location p {
    font-size: 10px;
    margin-top: 0px !important;
  }

  .row.featured_row .temple_card {
    border-right: none;
  }

  .temple_Card_container {
    width: 100%;
  }

  .ab_content.view_all a {
    margin-top: 32px;
    padding: 5px 20px;
  }

  .submit__btn button {
    font-size: 22px;
    top: 0;
    left: 0;
    right: 0;
  }

  .donation_form {
    width: 91%;
    height: 95%;
    padding: 30px;
  }

  .img_rotate {
    position: relative;
  }

  .read_right {
    padding: 20px;
    height: auto;
  }

  .img_rotate {
    left: 36%;
    top: 22%;
    height: 103px;
  }

  .img_arrows {
    height: 29px;
    /* left: 51%; */
  }

  html {
    overflow-x: hidden;
  }

  .flip_imgContainer ul:nth-child(4) {
    display: none;
  }

  .flip_imgContainer ul:nth-child(5) {
    display: none;
  }

  .flip_imgContainer ul {
    width: 100%;
  }

  /* .flip_imgContainer ul li {
    height: 200px;
} */
  .flip_imgContainer {
    overflow: hidden;
    height: 269px;
    padding-top: 13px;
  }

  /* .read_morContent .row {
    flex-direction: column-reverse;
} */
  .search_top {
    padding: 10px 20px;
  }

  .search_top h2 {
    font-size: 20px;
  }

  .search_list ul li {
    padding: 4px 0;
  }

  .search_name p {
    font-size: 14px;
  }

  .seacrh_img img {
    height: 24px;
  }

  .searchh.search__inpp {
    margin-top: 5px;
  }

  .search_list {
    height: 172px;
  }

  .searchh {

    padding: 2px 3px;
  }

  .search_card {
    margin-bottom: 31px;
  }

  button.nav-link.month_tab {
    padding: 3px 19px;
  }

  .montgs__temple ul li a {
    flex-direction: column;
  }

  .month_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  section.find_temples {
    padding-bottom: 45px;
  }

  .month_img {
    width: 79%;
    height: 130px;
    overflow: hidden;
    border-radius: 8px;
  }

  .date {
    width: 50%;
    margin-bottom: 10px;
  }

  .community_gath {
    width: 100%;
    margin-top: 10px;
  }

  .community_gath h3 {
    font-size: 20px;
    text-align: center;
  }

  .community_gath p {
    font-size: 12px;
    text-align: center;
  }

  .right_arr {
    width: 37px;
    height: 37px;
    margin-top: 14px;
    font-size: 13px;
  }

  .testimonials_heading h1 {
    font-size: 30px;
  }

  .contriL_top.testi_top {
    margin-bottom: 10px;
  }

  section.testimonials {
    padding: 50px 0;
    padding-bottom: 110px;
  }

  .row.foot_top .col-md-6.d-flex.justify-content-end {
    justify-content: start !important;
  }

  footer.footer {
    padding-top: 15px;
  }

  .row.foot_top {
    padding: 25px 0px;
  }

  .foot_right ul {
    margin-left: 10px;
  }

  .foot_mid {
    padding: 3px 18px;
  }

  .foot_mid ul li a {
    font-size: 12px;
  }

  .don_head h1 {
    font-size: 24px;
    letter-spacing: .5px;
  }

  form.frm {
    width: 100%;
    height: auto;
  }

  .don_head {
    margin-bottom: 23px;
    margin-top: 40px;
  }

  .secured_bty ul li img {
    height: 13px;
    margin-right: 13px;
  }

  .inp_fielddd input {
    padding: 5px 0;
    font-size: 13px;
  }

  .inp_fielddd select {
    padding: 5px 0;
    font-size: 13px;
  }

  .inp_fielddd textarea {
    padding: 5px 0;
    font-size: 13px;
  }

  .submit__btn button {
    font-size: 16px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    letter-spacing: .4px;
  }

  .close {

    top: -161px;
  }

  .header_right {
    display: none;
  }

  .head .col-md-2.text-center.d-flex.align-items-center.justify-content-center {
    justify-content: space-between !important;
  }

  section.header {
    position: fixed
  }

  .abb_h1 h1 {
    font-size: 40px;
  }

  .abb__heading p {
    font-size: 30px;
    line-height: 40px;
  }

  .abbb_img1 {
    height: 332px;
  }

  .abbb_imgleft {
    width: 48%;
  }

  .abbb_rihgt {
    height: 340px;
    margin-top: 10px;
  }

  section.expp .col-md-3 {
    width: 50%;
    margin-bottom: 17px;
  }

  section.expp .row {
    display: flex;
    justify-content: center;

    padding: 18px 0;
    padding-bottom: 10px;

  }

  .expp__cont p {
    font-size: 14px;
  }

  .expp__cont h1 {
    margin: auto;
    font-size: 24px;
  }

  .abbbb__lefttt h3 {
    font-size: 30px;
  }

  section.abbbbbs {
    padding-top: 0px;
  }

  .abbbb__lefttt p {
    font-size: 14px;
    line-height: 21px;
    margin-top: 10px !important;
  }

  .abbbb__lefttt ul li p {
    font-size: 14px;
    line-height: 18px;
  }

  .abbbb__lefttt ul li {
    padding: 4px 0;
  }

  .abbbb__lefttt ul li p {
    flex: 1;
  }

  .abbbb___right {
    height: 245px;
  }

  .team_img {
    height: 289px;
  }

  .member_name p {
    font-size: 19px;
    padding: 0px;
  }

  .member_name {
    margin: 8px 0;
  }

  .member_scials a {
    height: 26px;
    width: 26px;
  }

  .team_img img {
    object-position: top;
  }

  .row.dontong__row.gdgd___rciks .temple_img {
    height: 188px;
  }

  .row.dontong__row.gdgd___rciks .temple_card {
    border: none;
  }

  .listing__search .searchh {
    width: 85%;
    margin: auto;
  }

  ul.filter_ul {
    flex-wrap: wrap;
  }

  ul.filter_ul li p:last-child {
    display: none;
  }

  ul.filter_ul li p {
    width: 50%;
    font-size: 14px;
  }

  ul.filter_ul li {
    width: 100%;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px !important;
  }

  section.add_temple .container {
    padding: 0 18px;
  }

  .add_tempLeft {
    padding: 28px;
    width: 100%;
  }

  .add_inp input {
    padding: 4px 10px;
    font-size: 14px;
  }

  .add_inp select {
    padding: 4px 10px;
    font-size: 14px;
  }

  .add_inp label {
    font-size: 14px;
  }

  button.add_tempBtn {
    padding: 4px;
    font-size: 15px;
  }

  .addd_hh h1 {
    font-size: 40px;
  }

  section.addtemple_banner {
    height: 46vh;
  }

  .maps {
    height: 100%;
  }

  .add_tempright {
    width: 100%;
    margin-top: 10px;

    padding: 13px;

  }

  section.signup .col-md-7 {
    display: none;
  }

  .sign_upleft {
    width: 79%;
    margin: auto;
  }

  section.signup {
    height: auto;
    padding: 50px 0;
    padding-top: 80px;
  }

  .sign-content h4 {
    font-size: 24px;
  }

  .sign-content p {
    font-size: 14px;
  }

  .sign_inp input {
    padding: 4px 12px;
    font-size: 14px;
  }

  .sign-up_form button {
    padding: 6px;
    font-size: 15px;
  }

  .signup_withGoog a {
    padding: 3px;
    font-size: 14px;
  }

  .already_have p {
    font-size: 14px;
  }

  .donat_bannerImg {
    height: 224px;
    width: 96%;
  }

  .donating_numbers ul li a {
    padding: 5px 10px;
    font-size: 12px;
  }

  .donating_numbers ul li p {
    font-size: 12px;
  }

  .exp__head h1 {
    font-size: 25px;
    margin-bottom: 18px;
  }

  section.explore_other {
    padding: 60px 14px;
  }

  ul.likesss li img {
    height: 20px;
  }

  .donating_numbers ul li p i {
    font-size: 13px;
    margin-right: 0px;
  }

  ul.likesss li {
    margin: 0 5px;
  }

  .commeonn h2 {
    font-size: 16px;
    letter-spacing: .4px;
    margin-bottom: 0px;
  }

  .commeonn a {
    font-size: 13px;
  }

  .commeonn p {
    font-size: 13px;
  }

  .commeonn ul li i {
    font-size: 13px;
  }

  .commeonn {
    margin-bottom: 14px;
  }

  .info_container h1 {
    font-size: 30px;
  }

  .info_container button.accordion-button {
    padding: 0px 17px;
  }

  .info_container {

    margin-top: 25px;
  }

  .community_slider .temple_img {
    height: 196px;
  }

  .community_slider .temple_card {
    border: none;
  }

  section.contribution .container-fluid {
    padding: 0 15px;
  }

  section.contribution th {
    font-size: 12px;
  }

  section.contribution td {
    font-size: 12px;
  }

  .nav_righttt.dsgsdgsd a {
    border-radius: 0;
    font-size: 16px;
  }

  .nav_righttt.dsgsdgsd {
    display: block;
  }
}

@media screen and (min-width:320px) and (max-width:767px) {
  .banner_Content h1 {
    font-size: 39px;
    line-height: 20px;
  }

  .child.ban_child {
    font-size: 33px;
    line-height: 36px;
  }

  .banner_Content {
    position: absolute;
    top: 67%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
    width: 95%;
    margin-top: 90px;
  }

  .searchh {
    display: flex;
    width: 100%;
    background: #fff;
    margin-top: 55px;
    padding: 5px 6px;
    border-radius: 42px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .ab_content p {
    font-size: 15px;
    width: 100%;
    color: #000;
    padding-top: 23px;
  }

  .contriL_top p {
    letter-spacing: 2px;
    font-size: 14px;
    width: 100%;
  }

  .contri_left p {
    color: #fd8f8f;
    font-size: 15px;
    width: 100%;
    text-align: center;
    margin: 0 auto !important;
    padding-top: 20px;
    line-height: 28px;
    font-family: 'gilroy-medium';
  }

  .search_name p {
    font-size: 14px;
    text-align: center;
  }

  .searchh input {
    flex: 1;
    font-family: gilroy;
    border: none;
    padding: 12px 18px;
  }

  .right_arr {
    width: fit-content;
    height: 37px;
    margin-top: 14px;
    font-size: 13px;
  }

  .theeedonaationssbackks {
    background: #49263d;
    padding: 10px 20px 0;
  }

  .donat_bannerImg {
    height: 224px;
    width: 100%;
  }

  .theamountraidssd p {
    font-size: 18px;
    font-family: 'gilroy-bold';
    color: #000 !important;
    position: relative;
    top: 10px;
  }

  .theamountraidssd {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }

  .skill-wrapper .progress {
    display: flex;
    height: 1.5rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #f6e0ce;
    border-radius: 66px;
    padding: 4px;
  }

  .newdonationinfos {
    top: -27px;
  }
}

/* Kanaka Durga css */

.tablink_kdd {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 15px;
  background: none;
  display: flex;
  align-items: center;
}

.tabcontent_kdd {
  display: none;
  height: 100%;
}

.collapsible_kd {
  background-color: #e53b35;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-weight: bold;
}

.actives,
.collapsible_kd:hover {
  background-color: #d02f32;
}

.content_kd {
  /* padding: 0 18px; */
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.tabs_section {

  padding-bottom: 50px;
  background: #F1F0F0;
}

.tabs_rowcntt {
  background: #ffffff;
  border-bottom: 2px solid #f4f4f4;
}

.tabls_logos {
  height: 30px;
  padding-right: 10px;
}

.tabs_heads_txt {
  text-align: left;
}

.collapsible_kd {
  padding: 5% 10%;
}

.temp_temple_shedule {
  background-color: #ffcc01;
  padding: 4% 10%;
}

.temp_content_timings_heading {
  color: #b61600;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
}

.temp_day_name,
.temp_day_timings {
  color: #000;
  font-family: 'gilroy-medium';
  font-size: 15px;
  line-height: 1.8;
  font-weight: bold;
}

.temp_days_wise_timings {
  margin-bottom: 15px;
}

.temp_assistance_contact {
  background-color: #3f3e41;
  padding: 3%;
  color: #fff;
  margin-top: 5px;
}

.temp_phone_heading {
  text-align: center;
  font-family: 'gilroy-medium';
}

.right_arrow2 {
  float: right;
}

.tabs_margin_below_kd {
  margin-top: 4% !important;
}

.temp_phone_container {
  display: flex;
  align-items: center;
}

.temp_phone_number {
  font-family: 'gilroy-medium';
}

.tabs_section_bgall_kd {
  background: #F1F0F0;
  padding-bottom: 2%;
}

.img-fluids {
  width: 100%;
  height: 500px;
}

.carousel-caption h5 {
  color: white;
}

.history_section {
  background-color: white;
  padding: 3% 5%;
  margin-top: 1%;
}

.history_heading {
  font-size: 24px;
  color: #e53b35;
  font-family: 'gilroy-medium';
}

.history_section_txt {
  font-size: 15px;
  font-family: 'gilroy-medium';
}

.history_section_txt {
  padding-top: 3%;
  line-height: 1.8;
}

.location_height {
  height: 400px;
}

.dieyes_time,
.dieyes_date {
  padding-left: 5px;
}

.dieties_sub_heads {
  font-size: 20px;
  color: #e53b35;
  font-weight: 600;
}

.img_fluids_dits {
  width: 100%;
}

.dieties_sub_heads,
.dieties_sub_txt,
.deities_schedls {
  padding: 6px 16px;
}

.dieyes_calender_maindv {
  text-align: end;
}

.dieties_sub_txt {
  font-size: 15px;
  font-family: 'gilroy-medium';
}

.dieties_heads {
  font-size: 22px;
  font-weight: 600;
  color: #e53b35;
}

.dieties__row {
  padding: 20px 10px;
  background-color: white;
}

.dieties__section {
  padding-top: 2%;
}



/* guidelines css statr*/
.temp_temple_guidelines {
  background-color: #fff;
  padding: 5%;
}

.temp_temple_guidelines_head {
  color: #D13332;
  border-left: 5px solid #FBB22E;
  font-size: 35px;
  padding-left: 2%;
  margin-bottom: 15px;
}

li::marker {
  color: #A70000;
  font-size: 23px;
}

.temp_temple_guide_head {
  color: #A70000;
  font-size: 23px;
  font-weight: 400;
}

.temp_temple_guidelines_steps {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 12px;
}

/* guidelines css ended */

/*  events css strats*/
.temp_temple_guidelines {
  background-color: #fff;
  padding: 2% 4% !important;
}

.temp_temple_guidelines_head {
  color: #D13332;
  border-left: 5px solid #FBB22E;
  font-size: 35px;
  padding-left: 2%;
  margin-bottom: 15px;
}

.temp_card_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 100%;
}

.temp_card_desc {
  font-size: 24px;
  font-weight: 400;
}

.temp_card_desc_bot {
  font-size: 20px;
  color: #A70000;
}

.temp_card_date {
  color: #5C5C5C;

}

.temp_temple_guidelines img {
  box-shadow: 0px 2px 11px 2px #00000040;
}

.temp_temple_event {
  margin-bottom: 4%;
}

.evets_img {
  width: 100%;
}

/*  events css ended  */

.annmt_border {

  padding: 11px;
  border-radius: 8px;

  margin-top: 3%;
}

.donate_galry {
  box-shadow: 0px 2px 11px 2px #00000040;
  border: 1px solid #e7dddd;
  margin: 10px 0px;
  padding: 4%;
}

.annmt_img {
  text-align: center;
}

.annmt_img img {
  width: 120px;
}

.annmt_sub_head {
  color: #e53b35;
  font-size: 22px;
  font-family: 'gilroy-medium';
}

.annmt_txt {
  font-family: 'gilroy-medium';
  font-size: 15px;
  padding: 10px 0;
}

.announcement_section {

  background-color: white;
  padding: 3% 3% !important;
}

.annmt_month {
  color: #e53b35;
  font-size: 20px;
  font-weight: 600;
  font-family: 'gilroy-medium';
}

.anncmnt_alingss {
  align-items: center;
  padding-bottom: 5px;
}

.dieties_heads {
  margin-left: 3%;
}

.temp_card_date {

  font-size: 16px;
}

@media screen and (min-width:768px) {
  .tabs_rowcntt {
    padding: 0 8%;
  }
}

.latestupdate_head {
  align-items: center;
  display: flex;
}


.dharshan_details {
  background-color: #ffcc01;
  padding: 4% 10%;
}


.dharshan_details p {
  color: #000;
  font-family: 'gilroy-medium';
  font-size: 15px;
  line-height: 1.8;
  font-weight: bold;
}

@media screen and (max-width:480px) {

  .evets_img_galry {
    width: 100%;
    height: auto !important;
    margin-top: 4%;
  }

  .deities_schedls {
    font-size: 13px !important;
  }

  .latestupdate_head {
    font-size: 13px !important;
  }

  .latestupdate_content {

    font-size: 13px !important;

  }

  .collapse_tabsmain {
    margin-top: 2%;
  }

  .img-fluids {
    width: 100%;
    height: auto !important;
  }

  .temp_carousel_prev,
  .temp_carousel_next {

    width: 30px !important;
    height: 30px !important;

  }

  .bi-arrow-left-short,
  .bi-arrow-right-short {
    color: #fff;
    font-size: 20px !important;
    font-weight: bold;
    opacity: 1 !important;
  }

  .temp_temple_guidelines_head {
    color: #D13332;
    border-left: 5px solid #FBB22E;
    font-size: 23px !important;
  }

  .annmt_sub_head {
    color: #e53b35;
    font-size: 18px;
    font-family: 'gilroy-medium';
  }

  .annmt_txt {
    font-family: 'gilroy-medium';
    font-size: 13px;
    padding: 10px 0;
  }

  .guideline_txt {
    font-size: 15px;
  }

  .temp_temple_guide_head {
    color: #A70000;
    font-size: 18px;
    font-weight: 400;
  }

  li::marker {
    color: #A70000;
    font-size: 18px;
  }

  .anmt_scedl,
  .anmt_scedl {
    font-size: 14px;
  }

  .temp_card_desc {
    padding: 10px 0px;
    font-size: 16px;
    font-weight: 400;
  }

  .temp_card_tit {
    font-size: 18px;
    padding: 10px 0px;
  }

  .temp_card_date {
    color: #5C5C5C;
    font-size: 12px;
  }
}

.legends_head {
  font-size: 18px;
  padding: 10px 0;
  color: #d02f32;
}

.adrs_main_head {
  font-size: 20px;
  font-family: 'gilroy-medium';
  color: #d02f32;
}

.real_adrss {
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: 'gilroy-medium';
}

.adress_bgkd {
  padding: 4% !important;
  background: white;
}

.adress_bgkd .row {
  margin-bottom: 2%;
}

.contact_kd_lcation {
  float: right;
}

.gallery_img_margn {
  margin-top: 2% !important;
}

.evets_img_galry {
  width: 100%;
  height: 180px;
}

/* new deities */
.dieties_sub_heads2 {
  font-size: 20px;
  font-family: 'gilroy-medium';
  color: #000000;
  text-align: center;
}

.dieties_sub_heads {
  font-size: 30px;
  font-family: 'gilroy-medium';
  color: #d02f32;
  text-align: center;
}

.newdities_details {
  align-items: center;
}

.darshan_geadg {
  font-size: 20px;
  font-family: 'gilroy-medium';
  color: #d02f32;

}

.table_heardes {
  background: #d02f32;
  color: #FBB22E;
  font-family: 'gilroy-medium';
}

.table_row_txtcolor {
  color: #d02f32;
  font-family: 'gilroy-medium';
  font-weight: 600;
  font-size: 14px;
}

.darshan_geadg {
  font-size: 20px;
  padding: 10px 13px;
}


/*  */
.dieties_heads_border_style {
  /* border:1px solid lightgrey; */
  padding: 2%;
  margin-bottom: 3%;
  box-shadow: 0px 0px 3px 1px #00000040;

}

.donate_type {
  text-align: center;
  font-size: 20px;
  color: #d02f32;
  font-family: 'gilroy-medium';
  padding: 10px 0;
}

.donate_type_sub {
  text-align: center;
  font-size: 18px;
  font-family: 'gilroy-medium';
  padding: 5px 0;
}

.Required_txt,
.goal_txt {
  font-size: 18px;
  color: #d02f32;
  font-family: 'gilroy-medium';
  padding-left: 5px;
}

.Required_amont,
.goal_amont {
  font-size: 18px;
  color: #000000;
  font-family: 'gilroy-medium';
}

.goal_denote {
  float: right;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .latest_update_top_new {
    margin-top: 10% !important;
  }
}




@media screen and (max-width:480px) {
  .latest_update_top_new {
    margin-top: 25% !important;
  }
}

@media screen and (min-width: 300px) and (max-width: 767px) {
  .listing__search .searchh {
    width: 101%;
    margin: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .listing__search .searchh {
    width: 93%;
    margin: auto;
  }
}


@media screen and (min-width: 300px) and (max-width: 375px) {
  ul.addresuls li {
    width: 100%;
    text-align: center;
  }

  ul.addresuls {
    display: flow;
  }

  .foot_right {
    display: flow;
    justify-content: space-between;
    padding: 18px 61px 0 !important;
  }
}

@media screen and (min-width: 376px) and (max-width: 767px) {
  ul.addresuls li {
    width: 100%;
    text-align: center;
  }

  ul.addresuls {
    display: flow;
  }

  .foot_right {
    display: flow;
    justify-content: space-between;
    padding: 18px 76px 0 !important;
  }
}