.oe_overlay {
  background: #000;
  opacity: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  z-index: unset;
}





@media (min-width: 1200px) {
  /*.oe_overlay { top: 107px; }*/
}

@media (max-width: 1024px) {
  .oe_overlay {
    z-index: -1 !important;
  }

  .oe_overlay.active {
    opacity: 0.4 !important;
    z-index: 25 !important;
  }
}

.header-container-fluid ul,
.header-container-fluid li,
.header-container-fluid p,
.header-container-fluid a,
.header-container-fluid span,
.header-container-fluid h1,
.header-container-fluid h2,
.header-container-fluid h3,
.header-container-fluid h4,
.header-container-fluid h5,
.header-container-fluid h6,
.header-container-fluid .btn {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif !important;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 25;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
}

.mycomp-sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 25;
  top: 0;
  right: 0;
  background-color: #0086bf;
  overflow-x: hidden;
  transition: 0.5s;
}

.sidebar.show {
  -webkit-transform: translate3d(0%, 0px, 0px);
  transform: translate3d(0%, 0px, 0px);
  visibility: visible;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  /*width: 85% !important;*/
  width: 320px !important;
}

.sidebar {
  -webkit-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px);
  visibility: visible;
  /*width: 85% !important;*/
  /* width: 320px !important; */
  z-index: 26;
}

.mycomp-sidebar.show {
  -webkit-transform: translate3d(0%, 0px, 0px);
  transform: translate3d(0%, 0px, 0px);
  visibility: visible;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  /*width: 85% !important;*/
  width: 320px !important;
}

.mycomp-sidebar {
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  visibility: visible;
  /*width: 85% !important;*/
  width: 320px !important;
  z-index: 26;
}

/* .nav-mobile-link.active {
  font-weight: 600;
} */

/* .sidebar .dropdown-menu {
  background-color: #0157a8;
} */

/* .dropdown-toggle:after {
  float: right;
  margin: 10px 0 0 0;
  background: url(/wp-content/themes/donation/img/Navigation/mobile_menu_arrow_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  border: 0;
} */

.dropdown-toggle.active {
  position: relative;
}

/* .dropdown-toggle.active:after {
  float: right;
  margin: 10px 0 0 0;
  background: url(/wp-content/themes/donation/img/Navigation/mobile_menu_arrow_up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  border: 0;
}

.dropdown-toggle.active:before {
  content: '';
  border-left: 10px solid #fed100;
  position: absolute;
  left: -11%;
  top: 0%;
  width: 10px;
  height: 100%;
} */

.btn.btn-header-sac {
  text-transform: unset;
  box-shadow: none !important;
  text-shadow: none !important;
  height: auto;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  font-family: inherit;
  line-height: 1.5;
  border-radius: 0.25em;
  background-image: none;
  background-color: #0086bf;
  color: #ffffff;
  border: none !important;
  padding: 0.5em 0.7em;
}

.btn.btn-header-sac:after {
  content: unset;
}

.btn.btn-header-sac:hover {
  box-shadow: none !important;
  background-color: #0086bf;
}

.btn.btn-destop-sap {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0.5em 1.2em;
}

.btn.btn-search {
  font-size: 1.6rem;
  font-weight: 400;
}

.nav-desktop-link {
  position: relative;
  font-weight: 200;
  font-size: 17px;
}

/* change header menus 06mar2025 */

/* .nav-desktop-link.active:after {
  content: '';
  border-bottom: 5px solid #fed100;
  width: 100%;
  position: absolute;
  left: 0%;
  bottom: -58%;
}

.mycomp-nav-link.active:after {
  content: '';
  border-bottom: 5px solid #fed100;
  width: 100%;
  position: absolute;
  left: 0%;
  bottom: -26%;
} */
/* change header menus 06mar2025 */

.dropdown-desktop-menu {
  background: white;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: none;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  border-radius: 0px 0px 7px 7px;
}

.dropdown-desktop-menu.prayconnect-menu {
  transform: translate(0%, -0.5%);
}

.dropdown-desktop-menu.getinvolved-menu {
  transform: translate(0%, -0.5%);
}

.dropdown-desktop-menu.donate-menu {
  transform: translate(0%, -0.8%);
}

.dropdown-desktop-menu.aboutus-menu {
  transform: translate(0%, -0.5%);
}

.dropdown-desktop-menu.search-menu {
  transform: translate(0%, -2%);
}

.dropdown-desktop-menu.login-menu {
  transform: translate(160%, -0.5%);
  width: 38%;
}

.dropdown-menu.mycomp-menu {
  border-radius: 0px 0px 7px 7px;
}

.search-menu .card {
  border-radius: 0px 0px 7px 7px;
}

input#search {
  border-left: 0px solid #ffffff;
  border: 0px solid #ffffff;
}

.sub-menu-header {
  font-size: 24px;
  font-weight: bold;
}

.header-underline-yellow:after {
  content: '';
  position: absolute;
  left: 0%;
  top: 100%;
  border-bottom: 4px solid #fed100;
  transform: translate(0%, 100%);
  width: 15%;
  margin-top: 10px;
}

.child-slid .slick-next,
.child-slid .slick-prev {
  width: 40px;
  height: 40px;
}

.child-slid .slick-prev {
  left: -20px;
}

.child-slid .slick-next {
  right: -20px;
}

.child-slid .slick-next:before,
.child-slid .slick-prev:before {
  content: unset;
}

.btn.btn-header-submenu {
  text-transform: unset;
  box-shadow: none !important;
  text-shadow: none !important;
  height: auto;
  text-align: left;
  font-size: 1.7rem;
  font-weight: 500;
  font-family: inherit;
  line-height: 1.5;
  border-radius: 0.25em;
  background-image: none;
  background-color: #f6f8f8;
  color: #425563;
  border: none !important;
  padding: 0.2em 0.9em 0.2em 0.5em;
}

.btn.btn-header-submenu:after {
  content: '';
  background: url(/wp-content/themes/donation/img/Navigation/dropdown_arrow_right_icon_desktop.png);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translate(-20%, -50%);
  margin-top: 0px;
}

.btn.btn-header-submenu:hover {
  box-shadow: none !important;
  background-color: #fed100;
  color: #3f3f3f;
}

/* .dropdown-desktop-menu .btn-header-submenu { font-size: 1.8rem; font-weight: 500; } */
#form-login input,
#form-login-mobile input {
  border: 1px solid #656565;
  border-radius: 5px;
}

.mycomp-heading:after {
  margin: 0 auto 0 0 !important;
}

.icon-success {
  display: none;
}

/* .form-error { display: block; }*/
.donut {
  width: 5rem;
  height: 5rem;
  margin: 2rem;
  border-radius: 50%;
  border: 0.7rem solid rgba(0, 94, 184, 0.3);
  border-top-color: #005eb8;
  animation: 1.5s spin infinite linear;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.btn.btn-view-profile,
.btn.btn-read-letter,
.btn.btn-give-gift {
  padding: 0.5em 0.7em;
  font-size: 1.4rem;
  opacity: 1;
  position: relative;
}

.btn.btn-write-letter {
  padding: 0.6em 0.7em;
  font-size: 1.4rem;
  opacity: 1;
  position: relative;
}

.child-mobile-slid.slick-slider .slick-dots.slick-dots-lg {
  bottom: 100%;
}

.header-container-fluid.fixed .mycomp-sidebar {
  display: none;
}