body{font-family:"DM Sans", sans-serif; font-size:18px; color:#181818; line-height:24px; margin:0px;}

p{font-family:"DM Sans", sans-serif; font-size:18px; color:#181818; line-height:24px; margin:0 0 20px; font-weight: 500;}

h1,h2,h3,h5,h6{color: #0078AE; font-family:"DM Sans", sans-serif; font-weight: 700;}
h1{font-size:60px; line-height:82px;}
h2{font-size:60px; line-height:62px;}
h4{font-size:24px; font-weight:600; font-family:"DM Sans", sans-serif; color: #161313;}
a,input{font-family:"DM Sans", sans-serif;}
a,div,input,button{outline: none;font-family:"DM Sans", sans-serif;border: 0px;}
h3 {
  font-size: 26px;
  line-height: 34px;
}

a{color:#000; }
a:hover{color:#000;}

.btn {
  font-size: 20px;
  font-weight: 500;
  border-radius: 5px;
  padding: 9px 24px;
  transition: all 0.5s ease;
}

.green-btn{background:#C2CD23; color: #fff}
.green-btn:hover{background:#000; color:#fff;}
.blue-btn{background:#0078AE; color:#fff;}
.blue-btn:hover{background:#000; color:#fff;}


.border-btn {
  color: #fff;
  border: 1px #fff solid;
  font-size: 16px;
  padding: 7px 18px;
}
.border-btn:hover{background:#fff; color:#000 !important;}

/*top-bar*/

.grid-container {max-width: 1600px; width: 90%;}


.header-outer {
  background: #FEF7F2;
}


/*navigation*/

.top-contact-button .blue-btn.btn {
  margin-left: 12px;
}

.navigation-main{padding:10px 0; transition: all 0.2s ease;}
.navigation-main {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 11;
  transition: all 0.2s ease;
  background: linear-gradient(to bottom, rgba(255,255,255,1) 43%,rgba(255,255,255,1) 62%,rgba(255,255,255,0.6) 100%);
}
.navigation-main.sticky {
  border-bottom: 1px #eee solid;
}

.nav-outer-main{width: 100%;top: 0;left: 0;right: 0;position: fixed;z-index: 1111111;background: url(../img/nav-bg.svg) no-repeat;
  background-size: cover;padding-bottom: 70px;background-position: bottom;}

.nav-social {
  position: absolute;
  right: 0;
  top: 94px;
  transition: all ease 0.3s;
  display: flex;
  gap: 22px;
}
.nav-social a:hover img {
  animation: rotateIn 1s linear;
}
.nav-outer-main.stickymenu .nav-social {
  top: 12px;
  transition: all ease 0.3s;
}

.nav-outer {margin: 0 auto;position: relative;padding: 0;width: 100%;}
.nav-right {
  display: flex;
  float: right;
  padding-top: 76px;
  transition: all ease 0.5s;
}
.navigation-main.sticky .nav-right {
  padding-top: 34px;
  transition: all ease 0.5s;
}
.top-contact-button .bg-btn.btn {
  margin-left: 16px;
}
span.icon-home {
  top: -5px;
  position: relative;
  right: -16px;
}
.nav-outer-main .top-bar-right > ul {transition: all ease 0.3s;}
.nav-outer-main.stickymenu .top-bar-right > ul {top: 62px;}
.nav-outer-main.stickymenu .logo{margin:11px 0;}

.nav-outer-main.stickymenu {box-shadow: 0 0 10px rgba(0,0,0,.2);display: none;}
.nav-outer-main.stickymenu .sticky-phone .fa.fa-phone{margin-right:6px;}
.nav-outer-main.stickymenu .top-links-inner{border:0;}

.dropdown.menu > li.current_page_item a::before {width: 100%;}
.dropdown.menu > li.current_page_item a {color: #ef0e70;}
.is-drilldown li a:hover a:hover {color: #ef0e70;}
.is-drilldown li.current_page_item a {color: #ef0e70;}
.is-drilldown li.current-menu-ancestor > a {color: #ef0e70;}
.is-drilldown li {position: initial;}

.nav-outer ul li.active a {
  color: #262626;
  background: transparent;
  border-bottom: 2px #C2CD23 solid;
}

.is-drilldown {position: relative;overflow: visible !important;min-height: auto !important;}
.top-bar{background: transparent; padding: 0;}
.dropdown.menu > li > a {
  font-size: 20px;
  padding: 0 0 11px 0 !important;
  top: 0px;
  color: #262626;
  font-weight: 500;
  margin-left: 0;
  position: relative;
}

.dropdown.menu > li > a:hover{color:#262626; border-bottom: 2px #C2CD23 solid;} 
.top-bar-right > ul {
  background: transparent;
}
.logo {
  float: left;
  position: relative;
  z-index: 1;
  margin-top: 11px;
  margin-bottom: 11px;
  width: 180px;
  transition: all ease .5s;
}

.navigation-main.sticky .logo {
  width: 120px;
  transition: all ease .5s;
}

.dropdown.menu > li {
  display: inline-block;
  margin-right: 50px;
}
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {border: inset 0;}
.dropdown.menu > li > a:before{top: 1.5px;}
.dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {right: auto;left: 0; margin-top:0px;}
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  font-weight: 300;
  content: '\f107';
  font-family: 'FontAwesome';
  margin-top:-16px;
  right: 12px;
  font-size: 20px;
}

.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 42px;
  width: 300px;
  text-align: left;
  border: 0;
  transition: all ease .5s;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
  padding-right: 1.6rem !important;
}

/*.dropdown.menu.medium-horizontal > li.is-active .is-dropdown-submenu{top: 42px; transition: all ease .5s;opacity: 1;}*/

.is-dropdown-submenu > li {
  position: relative;
  margin-bottom: 0;
}

.dropdown .is-dropdown-submenu li:first-child a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.dropdown .is-dropdown-submenu li:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.is-dropdown-submenu {min-width: 210px;}
.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu a {
  color: #000;
  font-size: 16px;
  transition: all ease 1s;
  font-weight: 700;
  padding: 18px !important;
}
.search-btn {position:absolute; right:15px; top:50px; font-size:20px;}
.search-btn a { color:#fff;}
.search-btn a:hover{color:#0099ff;}
.nav-outer-main.nav-outer-inn .searchbox input[type="search"]{border:1px #0099ff solid;background:#f2f2f2;}

.dropdown .is-dropdown-submenu a {
  padding: 1rem 1rem;
}
.dropdown .is-dropdown-submenu a:hover {
  background-color:#000;
  transition: all ease 1s;
  color: #fff !important;
}

.slider-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slider-left p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}


.home-slider .slick-slide {
  height: 100vh;
  background-size: cover !important;
  background-position: center !important;
}

.home-slider .grid-container {
  position: absolute;
  top: 46%;
  right: 0;
  left: 0;
}
.home-slider .slider {
  margin: 80px 0 0;
}
.header-outer h1 {
  font-size: 90px;
  line-height: 96px;
}


.our-services-sec {
  padding:96px 0 80px;
  background: linear-gradient(to right, rgba(255,255,255,1) 37%,rgba(190,232,251,1) 100%);
}
.our-services-sec h2 {
  text-align: center;
  margin-bottom: 34px;
}
.our-services-content {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.card-outer {
  width: 18.5%;
}
.card-outer {
  border-radius: 20px;
  overflow: hidden;
}
.card-box {
  position: relative;
}
.card-box-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  transition: all 0.5s ease;
  height: 100%;
}
.card-box h3 {
  color: #fff;
  font-size: 24px;
  width: 100%;
  margin: 0;
  transition: all 0.5s ease;
  padding: 0 20px;
}
.card-box::before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .30;
  transition: all 0.5s ease;
  border-radius: 15px;
}
.card-box:hover::before {
  opacity: .6;
}
.card-box-overlay span{transition: all 0.5s ease;}
.card-box-overlay span.card-icon {
  width: 71px;
  height: 71px;
  display: block;
  margin: 0 auto;
}
.card-box-overlay:hover span {
  transition: all 0.7s ease;
  opacity: 0;
}
.card-box-overlay:hover span.card-icon {
  width: 0;
  height: 0;
}
.card-hover-text p {
  color: #fff;
  line-height: 120%;
  padding: 0 14px;
  font-size: 15px;
}
.card-hover-text {
  margin-bottom: -100%;
  opacity: 0;
}
.card-box-overlay:hover .card-hover-text {
  opacity: 1;
  margin-bottom: 0;
  transition: all 0.7s ease;
  margin-top: 16px;
}
.card-box img {
  width: 100%;
  border-radius: 17px;
}


.shabbos-sec {
  background: #0078AE;
  padding: 200px 0 120px;
}


.shabbos-sec-main {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.shabbos-sec-left-box {
  background: #fff;
  padding: 123px 50px 50px;
  border-radius: 20px;
  height: 100%;
  position: relative;
  text-align: center;
}
.shabbos-sec-right-box {
  background: #fff;
  padding: 64px 64px 30px;
  border-radius: 20px;
}

.shabbos-sec-left {
  width: 30%;
}
.shabbos-sec-right {
  width: 67%;
}


.shabbos-sec-right-box {
  display: flex;
  flex-wrap: wrap;
}
.shabbos-sec-right-box span {
  width: 33%;
  margin-bottom: 45px;
}

.shabbos-icon {
  background: #C2CD23;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -89px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.shabbos-sec-left-box h3 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin-bottom: 18px;
}

.shabbos-sec-left-box p {
  font-weight: 500;
  margin-bottom: 40px;
}


.about-sec {
  padding: 90px 0 100px;
  text-align: center;
}
.about-sec p {
  font-size: 40px;
  line-height: 56px;
  margin: 40px auto 60px;
  max-width: 1100px;
}

.bytheweek-content {
  border-radius: 20px;
  background: #EAF3F8;
  padding: 90px 50px 100px;
  text-align: center;
}
.bytheweek-content h2 {
  margin-bottom: 60px;
}
.week-circle h2 {
  margin: 0;
  width: 100%;
  font-size: 51px;
}
.bytheweek-content p {
  margin: 0;
  color: #0078AE;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.bytheweek-main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}


.week-circle {
  width: 240px;
  height: 240px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  position: relative;
  transition: all 0.2s ease;
}
.week-circle:hover {
  box-shadow: 0 0 19px rgba(0, 120, 174, .20);
}
.week-circle::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  border: 2px dashed #0078AE;
  z-index: 1;
  opacity: 0;
  transition: all 0.2s ease;
}


.week-circle:hover:after {
  animation: spin 10s linear infinite;
  opacity: 1;
  transition: all 0.2s ease;
}

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


.donate-sec{text-align:center; padding:90px 0 120px;}
.donate-box .green-btn {
  display: inline-block;
  position: absolute;
  bottom: 34px;
}
.donate-main {
  display: flex;
  gap: 30px;
}
.donate-box {
  border: 1px #0078AE solid;
  border-radius: 20px;
  padding: 30px 30px 70px;
  transition: all 0.4s ease;
  width: 100%;
  position: relative;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}
.donate-box:hover {
  background: #0078AE;
  transition: all 0.4s ease;
}

.donate-box:hover h3, .donate-box:hover p{color: #fff; transition: all 0.4s ease;}

.donate-box h3 {
  min-height: 70px;
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s ease;
  width: 100%;
}
.donate-box p {
  margin-bottom: 32px;
  transition: all 0.6s ease;
  width: 100%;
}
.donate-sec h2 {
  margin-bottom: 78px;
}

.video-sec {
  text-align: center;
  padding-bottom: 120px;
}
.video-sec p {
  font-size: 30px;
  max-width: 1130px;
  line-height: 42px;
  margin: 28px auto 50px;
}


.signup-content {
  border-radius: 20px;
  background: #EAF3F8;
  padding: 80px 50px 90px;
  text-align: center;
  margin-bottom: -210px;
}
.signup-sec input {
	height: 67px;
	border-radius: 5px;
	padding-left: 20px;
	width: 100%;
	border: 0 !important;
	box-shadow: 0 0 0 !important;
	margin-bottom: 0;
}
.signup-sec input[type="submit"] {
  background: #C2CD23;
  color: #fff;
  font-weight: 500;
  padding: 0 42px;
  font-size: 25px;
  margin-left: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: auto;
}
.signup-sec input[type="submit"]:hover {
  background: #000;
}
.signup-content h2 {
  margin-bottom: 48px;
}

.signup-content form {
	position: relative;
}

.signup-content form .wpcf7-spinner {
	position: absolute;
}

.footer-sec {
  background: #0078AE;
  padding: 300px 0 80px;
}
.footer-content {
  display: flex;
  justify-content: space-between;
}
.footer-logo {
  width: 290px;
  padding-left: 30px;
}

.footer-info h3 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 26px;
}
.footer-info p {
  margin: 0;
  font-size: 26px;
  color: #fff;
  line-height: 36px;
}
.footer-info {
  position: relative;
  padding-left: 65px;
}
.footer-info img {
  position: absolute;
  left: 0;
  top: -3px;
}

.copy-sec {
  background: #121212;
  padding: 24px 14px;
}

.copy-sec p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
}


.card-hover-text a{color:#fff;}
.card-hover-text a:hover{color:#C2CD23;}

.shabbos-icon img {
  width: 68px;
}
.week-circle img {
  animation: swing infinite 3s;
}

.donate-box a{transition: all 0.4s ease;}
.donate-box:hover a{color: #fff; transition: all 0.4s ease;}
.donate-box p a:hover{color:#C2CD23 !important; transition: all 0.6s ease;}

.donate-box:hover {
  /*transition: all 0.4s ease;
  margin-top: -14px;*/
}

.donate-main .slick-track {
  display: flex;
  gap: 30px;
}
.donate-main .slick-list {
  display: flex;
}
.donate-main {
  margin: -30px;
}

.donate-box span {
  display: inline-block;
}

.footer-sec a {
  color: #fff;
}
.footer-sec a:hover {
  color: #C2CD23;
}

.copy-sec a {
  color: #fff;
}
.copy-sec a:hover {
  color: #C2CD23;
}

.bytheweek-content .bytheweek-main {
  margin-bottom: 0;
}


.signup-sec.services-signup-sec {
  background: #0078AE;
}
.shabbos-sec.services-shabbos-sec .shabbos-sec-main {
  justify-content: center;
}

.shabbos-sec.services-shabbos-sec .shabbos-sec-left-box {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  padding-bottom: 66px;
}
.shabbos-sec.services-shabbos-sec .shabbos-sec-left-box .blue-btn.btn {
  position: absolute;
  display: inline-block;
  margin: 0 auto;
  width: 210px;
  left: 0;
  right: 0;
  bottom: 37px;
}

.our-services-top-sec {
  padding: 90px 0 50px;
}
.our-services-title {
  display: flex;
  align-items: center;
  margin: 20px 0 17px;
  gap: 10px;
}

.our-services-content-new{
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
}
.our-services-content-new .our-services-box {
  width: 31.3%;
  margin-bottom: 30px;
}
.our-services-pic img {
  border-radius: 16px;
}

.our-services-title h3 {
  margin: 0;
  font-size: 24px;
}

.home-slider.inner-header .slick-slide {
  height: auto;
  padding: 17% 0;
  background-position: center !important;
  position: relative;
}
.home-slider.inner-header .slider-main {
  justify-content: center;
}
.home-slider.inner-header .slider-main h1 {
  margin: 0;
  color: #fff;
  font-size: 60px;
  line-height: 76px;
}

.our-services-pic {
  border-radius: 16px;
  overflow: hidden;
}
.our-services-content-new .our-services-box img {
  transition: all 0.3s ease;
}

.our-services-content-new .our-services-box:hover img {
  transform: scale(1.2);
  transition: all 0.6s ease;
}
.home-slider.inner-header .slick-slide::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .5;
}

.social-sticky {
  position: fixed;
  right: 0;
  background: #C2CD23;
  z-index: 1111;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  top: 48%;
  display: flex;
  flex-wrap: wrap;
  padding: 23px 0;
  width: 64px;
  justify-content: center;
  gap: 22px;
}
.social-sticky img {
  transition: all 0.4s ease;
}
.social-sticky img:hover {
  filter: brightness(0);
  transition: all 0.4s ease;
}

.about-sec.about-sec-1 p {
	font-size: 21px;
	line-height: 32px;
	margin: 40px auto 18px;
}
.about-sec.about-sec-1 a.green-btn.btn {
	margin-top: 20px;
	display: inline-block;
}

.our-services-top-sec.about-sec-2 {
	background: #f5f5f5;
}
.shabbos-sec.about-sec-3 {
	padding: 90px 0 70px;
	background: transparent;
}
.page-template-template-about .signup-sec.services-signup-sec {
	background: transparent;
}
.shabbos-sec.about-sec-3 .shabbos-sec-right-box {
	background: transparent;
	padding: 0;
	border-radius: 0;
	justify-content: space-between;
	max-width: 860px;
	margin: 0 auto;
}
.shabbos-sec.about-sec-3 .shabbos-sec-right {
	width: 100%;
	text-align: center;
}

.shabbos-sec.about-sec-3 .shabbos-sec-right .popup-item {
	background: #fff;
	width: 31%;
	margin-bottom: 28px;
	padding: 38px 20px;
	border-radius: 14px;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
}
.shabbos-sec.about-sec-3 .shabbos-sec-right .popup-item p {
	margin: 0;
}
.shabbos-sec.about-sec-3 .shabbos-sec-right .popup-item img {
	margin-bottom: 24px;
}

.page-template.page-template-template-contact .footer-sec {
	padding-top: 80px;
}

.shabbos-sec.contact-sec-1 {
	background:transparent;
	padding:80px 0 100px;
}

.signup-content form span.wpcf7-form-control-wrap {
	width: 66%;
	display: inline-block;
}

.video-sec video {
	max-width: 1023px;
	border-radius: 24px;
}

.shabbos-sec.contact-sec-1 .shabbos-sec-right .shabbos-sec-right-box {
	border-radius: 0;
	padding: 0;
	text-align: center;
}
.shabbos-sec.contact-sec-1 .shabbos-sec-right .shabbos-sec-right-box p {
	display: block;
	width: 100%;
	color: #0078AE;
	font-size: 32px;
	font-weight: normal;
}
.shabbos-sec.contact-sec-1 .shabbos-sec-right .shabbos-sec-right-box h2 {
	margin-bottom: 20px;
	width: 100%;
}
.shabbos-sec.contact-sec-1 .shabbos-sec-right {
	width: 100%;
}
.shabbos-sec.contact-sec-1 #wpcf7-f255-o1 {
	width: 100%;
	max-width: 890px;
	margin: 60px auto 0;
}
.shabbos-sec.contact-sec-1 #wpcf7-f255-o1 form {
	position: relative;
}
.shabbos-sec.contact-sec-1 form .wpcf7-spinner {
	position: absolute;
	margin: 0;
}

.shabbos-sec.contact-sec-1 form input {
	height: 65px;
	border-radius: 5px;
	padding-left: 20px;
	width: 100%;
	border: 1px #D6D6D6 solid !important;
	box-shadow: 0 0 0 !important;
	margin-bottom: 22px;
	font-size: 19px;
}
.shabbos-sec.contact-sec-1 form textarea {
	height: 200px;
	border-radius: 5px;
	padding-left: 20px;
	width: 100%;
	border: 1px #D6D6D6 solid !important;
	box-shadow: 0 0 0 !important;
	margin-bottom: 22px;
	padding-top: 13px;
	font-size: 19px;
}


.shabbos-sec.contact-sec-1 form input[type="submit"] {
	background: #C2CD23;
	color: #fff;
	width: auto;
	height: auto;
	padding: 11px 27px;
	font-size: 25px;
	font-weight: 500;
	border: 0 !important;
	margin-top: 40px;
	cursor: pointer;
	transition: all 0.5s ease;
	margin-bottom: 0;
}

.shabbos-sec.contact-sec-1 form input[type="submit"]:hover {
	background: #000;
	color: #fff;
	transition: all 0.5s ease;
}
.shabbos-sec.contact-sec-1 form .wpcf7-spinner {
	bottom: 11px;
	width: 24px;
	margin-left: 20px;
}

.shabbos-sec.contact-sec-1 form .wpcf7-not-valid-tip {
	text-align: left;
	width: 100%;
	margin-bottom: 20px;
	margin-top: -11px;
}

.shabbos-sec.contact-sec-1 form input::placeholder {
	color: #a1a1a1;
}
.shabbos-sec.contact-sec-1 form textarea::placeholder {
	color: #a1a1a1;
}


.tribute-ecard-form.donation-form {
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 0;
}
.tribute-ecard-form.donation-form hr {
	display: none;
}
.tribute-ecard-form.donation-form h3 {
	color: #000;
	font-size: 25px;
	font-weight: 500;
	padding-left: 0;
}

.tribute-ecard-form.donation-form select, .tribute-ecard-form.donation-form input {
	height: 58px;
	border-radius: 5px;
	border: 1px #D6D6D6 solid !important;
	box-shadow: 0 0 0;
	color: #444;
	font-size: 20px;
	padding-left: 17px;
	width: 100%;
}
.tribute-ecard-form.donation-form input{color:#444;}
.tribute-ecard-form.donation-form textarea {
	height: 116px;
	border-radius: 5px;
	border-color:#D6D6D6 !important;
	box-shadow: 0 0 0;
	padding: 14px 17px;
	font-size: 20px;
	color: #444 !important;
}
.tribute-ecard-form.donation-form input::placeholder, .tribute-ecard-form.donation-form textarea::placeholder{color:#444;}

.tribute-ecard-form.donation-form .cell {
	padding-left: 10px;
	padding-right: 10px;
}


.tribute-ecard-form.donation-form .top-donate-bnt {
	display: flex;
	justify-content: center;
	margin-bottom: 36px;
}

.tribute-ecard-form.donation-form .top-donate-bnt a {
	border: 1px #C2CD23 solid;
	border-radius: 50px;
	font-size: 24px;
	font-weight: 700;
	padding: 12px 22px;
	transition: all 0.5s ease;
	color: #C2CD23;
}

.tribute-ecard-form.donation-form .top-donate-bnt a:hover {
	border: 1px #C2CD23 solid;
	transition: all 0.5s ease;
	color: #fff;
	background:#C2CD23;
}

.tribute-ecard-form.donation-form .top-donate-bnt a.donateactivebtn {
	border: 1px #C2CD23 solid;
	transition: all 0.5s ease;
	color: #fff;
	background: #C2CD23;
}

.tribute-ecard-form.donation-form .top-donate-bnt > div {
	gap: 0 20px;
	display: flex;
}
.tribute-ecard-form.donation-form .checkboxouter input {
	width: auto;
	height: auto;
	display: inline-block;
	padding-left: 30px;
	position: absolute;
	left: 0;
	top: 10px;
}

.tribute-ecard-form.donation-form label.checkboxouter {
	position: relative;
	padding-left: 27px;
	color: #444;
	font-size: 19px;
	margin-bottom: 18px;
}
.tribute-ecard-form.donation-form p {
	color: #444;
}

.tribute-ecard-form.donation-form .editContent {
	padding-left: 10px;
}
.tribute-ecard-form.donation-form input[type="submit"] {
	font-size: 20px;
	font-weight: 500;
	border-radius: 5px;
	padding: 12px 24px;
	transition: all 0.5s ease;
	width: auto;
	background: #C2CD23;
	color: #fff;
	border: 0 !important;
	margin-left: 10px;
	cursor: pointer;
	height: auto;
}
.tribute-ecard-form.donation-form input[type="submit"]:hover {
	transition: all 0.5s ease;
	background: #000;
}


.tribute-ecard-form.donation-form h2 {
	color: #252525;
	color: #000;
	font-size: 25px;
	font-weight: 500;
	padding-left: 0;
	margin-top: 10px;
}



.donor-tax-receipt .col-6 {
	width: 50%;
	float: left;
}
.donor-tax-receipt .col-3 {
	width: 33.333%;
	float: left;
}
.donor-tax-receipt .medium-6.columns {
	width: 50%;
	float: left;
}

.choose-card .cards {
	float: left;
	width: 20%;
	margin-bottom: 10px;
	position: relative;
	height: 244px;
	margin-top: 10px;
}
.choose-card .cards label, .choose-card .cards input {display: inline-block;height: auto;}
.choose-card .cards input {display: inline-block;height: auto; opacity:0;}
.choose-card .cards label {
	width: 90%;
	height: 90px;
	border: 2px #bcbcbc solid;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	padding-top: 0;
	color:#444;
	margin: 0;
	height: auto !important;
	/*height: 100% !important;*/
}
.choose-card .cards input {
	position: absolute;
	left: 0;
	width: 65%;
	height: 220px;
	top: 0;
	margin: 0;
}

.choose-card .cards input:checked ~ label {
	color: #000 !important;
	background: #f2f2f2 !important;
	border-color: #ccc;
}
.choose-card {
	padding-bottom: 10px;
	float: left;
	width: 100%;
}
.choose-card .cards {
	margin-bottom: 40px !important;
	/*height: 100%;*/
}
.choose-card label:has(input[type="radio"]:checked) {
	border:4px #C2CD23 solid;
	/*padding:2px;*/
}
.donor-tax-receipt .cell-spacing {
	padding: 0 10px;
}

.donor-tax-receipt ul {
	margin-top: 17px;
}

.choose-card .cards img {
	height: 100% !important;
	object-fit: cover;
}

.tribute-pickup-form.tribute-ecard-form.donation-form {
	text-align: center;
}

.tribute-pickup-form.tribute-ecard-form.donation-form p a:hover {
	color: #c1d015;
}

.cards-main-box {
	float: left;
	margin-bottom: 16px;
}

button.add-recipient.btn.btn-info {
	font-size: 20px;
	font-weight: 500;
	border-radius: 5px;
	padding: 10px 24px;
	transition: all 0.5s ease;
	width: auto;
	background: #C2CD23;
	color: #fff;
	border: 0 !important;
	margin-left: 0;
	cursor: pointer;
}
button.add-recipient.btn.btn-info:hover {
	transition: all 0.5s ease;
	background: #000;
	color: #fff;
}

.wrap.outline-269 {
	padding: 130px 0;
	text-align: center;
}

.wrap.outline-269 a {
	background: #C2CD23;
	color: #fff;
	border-radius: 5px;
	padding: 3px 14px;
	text-transform: capitalize;
	display: inline-block;
	transition: all 0.5s ease;
}
.wrap.outline-269 a:hover {
	background:#000;
	color: #fff;
	transition: all 0.5s ease;
}

.wrap.outline-269 h5 {
	margin-top: 30px;
	color: #404040;
}
.wrap.outline-271 {
	padding: 130px 0;
	text-align: center;
}

.wrap.outline-271 h3.title_area {
	font-size: 40px;
	color: #404040;
}




.proceed-btn.proceed-btn-1 {
	text-align: center;
	margin-top: 10px;
}

.sendmail-part-1 {
	position: relative;
}
.sendmail-part-1 .sendnext-btn.sendmail-btn-1 {
	position: absolute;
	bottom: 0;
	right: 10px;
}

.sendecard-part-1 {
	position: relative;
}

.sendecard-part-1 .sendnext-btn.sendnext-btn-1 {
	position: absolute;
	bottom: 0;
	right: 10px;
}
.donate-part-1 .proceed-btn.proceed-btn-1 {
	text-align: center;
	margin-top: 20px;
}


.proceed-btn.proceed-btn-1 {
	text-align: center;
	margin-top: 14px;
}
.proceed-btn.proceed-btn-2 {
	text-align: center;
	margin-top: 30px;
}
.sendnext-btn.sendnext-btn-2 {
	padding: 0 10px;
	display: flex;
	gap: 14px;
	justify-content: space-between;
}

.sendecard-part-3 {
	position: relative;
}
.sendmail-part-3 {
	position: relative;
}
.sendecard-part-3 .sendnext-btn.sendnext-btn-3 {
	position: absolute;
	right: 10px;
	bottom: 0;
}
.sendmail-part-3 .sendnext-btn.sendmail-btn-3 {
	position: absolute;
	right: 10px;
	bottom: 0;
}

.tribute-ecard-form.donation-form .donate-part-1 {
	border: 1px #0078AE solid;
	border-radius: 30px;
	padding: 30px 30px 40px;
}
.tribute-ecard-form.donation-form .donate-part-2{
	border: 1px #0078AE solid;
	border-radius: 30px;
	padding: 30px 30px 40px;
}
.tribute-ecard-form.donation-form .donate-part-3 {
	border: 1px #0078AE solid;
	border-radius: 30px;
	padding: 30px 30px 40px;
}

.page-id-355 .shabbos-sec.about-sec-3 .shabbos-sec-right-box {
	max-width: 1300px;
}
.page-id-355 .shabbos-sec.about-sec-3 .shabbos-sec-right-box .popup-item {
	margin-bottom: 30px;
	text-align: left;
	padding: 28px 20px 20px;
	width: 100%;
}

.select-donation-opt2.select-donation-opt3 .cell-spacing p {
	margin-top: 60px;
	font-size: 20px;
	color:#000;
}
.select-donation-opt2.select-donation-opt3 .cell-spacing {
	display: block !important;
	text-align: center;
}
.page-id-355 .shabbos-sec.about-sec-3 .shabbos-sec-right-box .popup-item h5 {
	margin-bottom: 18px;
	font-size: 24px;
}
.page-id-355 .shabbos-sec.about-sec-3 .shabbos-sec-right-box .popup-item li, .page-id-355 .shabbos-sec.about-sec-3 .shabbos-sec-right-box .popup-item p {
	margin-bottom: 16px;
	line-height: 23px;
	font-weight: 500;
}


.page-id-355 .signup-sec.services-signup-sec {
	background: transparent;
}

.navigation-main .hdr-searchform {
	position: absolute;
	right: 0;
	top: 12px;
	transition: all 1.3s ease;
}
.navigation-main .hdr-searchform .search-form {
	display: flex;
	gap: 4px;
}
.navigation-main .hdr-searchform .search-form input {
	margin: 0;
}

.navigation-main .hdr-searchform .search-form input[type="search"] {
	height: 31px;
	border-radius: 4px;
	padding-left: 8px;
	width: 100%;
	border: 1px #A3D3E8 solid !important;
	box-shadow: 0 0 0 !important;
	margin-bottom: 0;
	/* background: #EAF3F8; */
	font-size: 14px;
	padding-right: 3px;
}

.navigation-main .hdr-searchform .search-form input[type="submit"] {
	background: #C2CD23;
	color: #fff;
	font-weight: 500;
	padding: 0 13px;
	font-size: 15px;
	cursor: pointer;
	transition: all 0.3s ease;
	width: auto;
	border-radius: 3px;
}
.navigation-main .hdr-searchform .search-form input[type="submit"]:hover {
	background: #000;
	color: #fff;
	transition: all 0.3s ease;
}

.navigation-main.sticky .hdr-searchform {
	opacity: 0;
	transition: all 0.1s ease;
}

.home-slider.home-slider-new .grid-container.banner-text-left {
	position: relative;
}
.home-slider.home-slider-new .bnr-img {
	/*height: 100%;
	padding:42% 0;*/
}

.home-slider.home-slider-new .bnr-img {
	height: 100%;
	padding: 18.2% 0;
}

.home-slider.home-slider-new .slider-main {
	flex-wrap: wrap;
}
.home-slider.home-slider-new .slider-left {
	/*width: 24%;*/
}
.home-slider.home-slider-new .slider-left {
	width: 100%;
}

.home-slider.home-slider-new .slider {
	/*width: 42%;
	border-radius: 30px;
	overflow: hidden;*/
}
.home-slider.home-slider-new .slider {
	width: 100%;
	border-radius: 30px;
	overflow: hidden;
}


.home-slider.home-slider-new  .slick-slide {
	height: auto;
}

.home-slider.home-slider-new {
	margin-top: 120px;
	padding-bottom: 64px;
}
.home-slider.home-slider-new .slick-dots {
	bottom: 30px;
}

.home-slider.home-slider-new .slider-main {
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.slider-left h1 br {
	display: none;
}
.home-slider.home-slider-new .slider-left h1 {
	text-align: center;
	margin-top: 30px;
	font-size: 50px;
	line-height: 76px;
}





