.collapse {
  visibility: visible;
}

.dropdown-toggle::after {
  margin-left: 0.5em !important;
}

.curriculam ul li img,
.icn-cont-bx img {
  display: inline !important;
}

.socail-icon-wrap .scia img {
  margin-top: 2px;
}

.bg-white {
  background-color: #ffffff !important;
}

.crd-footer .btn-cart {
  padding: 0.375rem 0.55rem 0.375rem 0.90rem !important;
}

.citywev ul li img {
  display: inline;
}

.fileimg {
  display: inline;
}

.nav-link {
  cursor: pointer;
}

.cursor-pt {
  cursor: pointer;
}

.modal-backdrop:nth-child(2n-1) {
  opacity: 0;
}

.loginModal .modal-body.shopingBx form input.form-control,
.shopingBx form select.form-select {
  padding-left: 1rem !important;
  border-radius: 4px !important;
}

.profileImg {
  width: 52px;
  height: 52px;
  margin-left: 16px;
}

img.full-img {
  min-height: 220px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .d-md-none.hamburger {
    display: block !important;
  }

  .mob-hamburger {
    border-radius: 74px;
    background: var(--golden, linear-gradient(264deg, #C5913B 36.09%, #FBEEA1 54.41%));
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#loaderContainer {
  height: 100vh;
  width: 100vw;
  background: radial-gradient(circle, #7e0509 0%, #5c0407 100%);
  position: absolute;
  z-index: 100000;
  display: grid;
  align-content: center;
  justify-content: center;
}

#loaderGif {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  border-top: 5px dashed;
  border-bottom: 0;
  border-color: bisque;
  animation: loaderOut 2s linear infinite;
}

@keyframes loaderOut {
  0% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(-45deg);
  }

  50% {
    transform: rotate(0);
  }

  75% {
    transform: rotate(45deg);
  }

  100% {
    transform: rotate(0);
  }
}

.car-slide {
  opacity: 1;
  width: 1458px;
  transform: translate3d(0px, 0px, 0px);
}

.btn.learn:hover {
  color: #ffffff;
}

.blog-list {
  opacity: 1;
  width: 948px;
  transform: translate3d(0px, 0px, 0px)
}

.header-menu .navbar-nav {
  justify-content: space-evenly !important;
  width: 85%;
}

/* .header-menu.remove-all .nav-item{
  padding-left: 15px !important;
  padding-right: 15px !important;
} */

.form-error-msg {
  color: red !important;
  padding-top: 5px !important;
  margin-bottom: 0 !important;
  position: absolute !important;
  top: 52px !important;
}

.form-control.form-error {
  border: 1px solid #FF0000 !important;
}

.form-control.form-error:focus {
  box-shadow: 0 0 0 0.05rem #FF0000 !important;
}


.btn-direction.blc {
  display: block !important;
}

.blankdvcart {
  height: 1px;
  background: #D9D9D9;
  margin: 26px 0 29px;
}

img.shpimg {
  border-radius: 8px;
  border: 5px solid #CBCBCB;
  width: 65px;
}

.modal-content {
  border-radius: 1.5rem !important;
  box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.07) !important;
}

.bank-bx {
  min-height: 206px !important;
}

.pageloader {
  width: 100px;
  height: 100px;
  margin: 50px auto;
}

.modal-header.no-bg {
  background: none;
  border-bottom: 1px solid #bcb9b9;
  padding: 0 16px;
}

.user-picture {
  background: #ffffff;
  border-radius: 50%;
  padding: 6px 7px;
  color: #c5913b;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  margin-right: 10px;
}

#search-spinner {
  width: 5rem;
  height: 5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23000' strokeLinecap='round' strokeLinejoin='round' strokeWidth='2' d='M20 4v5h-.582m0 0a8.001 8.001 0 00-15.356 2m15.356-2H15M4 20v-5h.581m0 0a8.003 8.003 0 0015.357-2M4.581 15H9' /%3E%3C/svg%3E");
  animation: spin 1s infinite linear;
  left: 0.625rem;
  top: 0.75rem;
  margin: auto;
}

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

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

.mail-tick {
  width: 100px;
}

.reset-tick {
  width: 100px;
  margin-right: 20px;
}

.donate-box img {
  width: 100%;
}

.most-donate img {
  width: 100%;
}

.home-donate img {
  width: 100%;
}

.text-gold {
  color: #E18C00 !important;
}

.btn-form {
  max-width: 250px !important;
}

.food-for-life-content-box p b {
  font-weight: 600;
}

.our-blog .card-img-top.act-img {
  min-height: 207px;
  max-height: 207px;
  object-fit: cover;
}

.home-donate img.don-img {
  min-height: 253px;
  max-height: 253px;
  object-fit: cover;
}

.event img.don-img {
  max-height: 300px;
}

.card-title.simple-card.act-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-menu .nav-link {
  color: #fff;
  font-weight: 600;
  min-width: 90px;
}


.header-menu.remove-all .nav-item {
  padding-left: 25px;
  padding-right: 25px;
}

a {
  text-decoration: none !important;
}

img.learner.puja {
  max-width: 200px;
}

textarea {
  height: auto !important;
}

.nameImg {
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
  color: #240C0C;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  border: 2px solid #AC7B4D;
}

.recommmeended .card-img-top.harikatha {
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

.vedic-btn {
  min-width: 125px !important;
}

.med-container img.failed {
  width: 100px;
}

.donation-section {
  border-radius: 10px;
  border: 1px solid #C6923C;
  background: #ffffff;
  padding: 0 24px 12px;
}


.dropdownLarge {
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
  padding: 6px 24px;
  color: #363745;
  margin-top: 15px !important;
  left: -50px !important;
  width: 250px !important;
}


.dropdownLarge ul li {
  margin: 18px 0;
  width: 100%;
}

/* .padd-84 {
  padding: 35px 84px;
} */

.header-img {
  z-index: 2;
}

.img-bnk {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  margin-top: 5px;
}

.modal-header.applymodal {
  background: none;
  background: url(../images/login/login-heading-bgf.png) no-repeat;
  border-radius: 25px 25px 0 0;
  height: 95px;
}

.donation-section.list-bx {
  height: 400px !important;
  overflow: hidden;
  overflow-y: auto
}

.btn-loadmore {
  border-radius: 4px;
  background: var(--gold-cta, linear-gradient(271deg, #C5913B 3.39%, #FBEEA1 54.71%, #C5913B 99.05%));
  display: inline-flex;
  padding: 7px 15px 7px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border: 0;
  color: #000;
}