@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

/* Gopher family */
@font-face {
    font-family: 'Gopher';
    src: url('/fonts/gopher/Gopher-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Gopher';
    src: url('/fonts/gopher/Gopher-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gopher';
    src: url('/fonts/gopher/Gopher-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gopher';
    src: url('/fonts/gopher/Gopher-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gopher';
    src: url('/fonts/gopher/Gopher-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Gopher';
    src: url('/fonts/gopher/Gopher-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Gopher Black';
    src: url('/fonts/gopher/Gopher-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Gopher Hairline';
    src: url('/fonts/gopher/Gopher-Hairline.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

 @font-face {
    font-family: 'Cubano';
    font-style: normal;
    font-weight: 400;
    src: url(../webfonts/Cubano.woff) format('woff');
 }
body {
    line-height: 1;
    margin: 0;
    padding: 0;
    /* background: #eee; */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;

}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}


::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a6a6a6;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #a6a6a6;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #a6a6a6;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #a6a6a6;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

ul,
li {
    font-family: 'Open Sans', sans-serif;
}



input,
select {
    vertical-align: middle;
}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    color: #1c5a7d;
    font-size: 14px;
}


h1 {
    font-size: 50px;
    line-height: 56px;
    font-weight: normal;
    text-transform: uppercase;
    color: #212E65;
    font-weight: 800;
}


h2,
h3,
h4 {
    font-family: 'Open Sans', sans-serif;
    color: #212E65;
}





p {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 30px;
    color: #000;
}




h2 {
    font-size: 78px;
    margin: 0 0 30px 0;
    color: #212E65;
    display: block;
}

h3 {
    font-size: 40px;
    line-height: 48px;
    color: #212E65;
}



img {
    margin: 0;
    padding: 0;
    border: 0;
}




*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0;

}

label {
    font-size: 15px;
    color: #000;
    margin: 0 0 10px;
}

.header{background: #fff;}
.header .container {
    
    max-width: 1600px;
}

.header .logo {
    padding: 10px 0;
}

.header .logo img{
   height:100px;
}

.header .logo.logo-ohel img{
   height:80px;
}




.banner .container {
  
    padding: 0;
}

.banner .container img {
    max-width: 100%;
    width: 100%;
}

.about-section {background: #E5EBF9;}

.about-section .container {
    padding: 0 0px;
    max-width: 1600px;
}
.about-section .about-content {
    padding-top: 38px;
    padding-bottom: 58px;
}
.about-content h1 {
    margin-bottom: 30px;
    font-weight: 400;
    font-family: 'Cubano';
    line-height: normal;
    padding-right: 7rem;
}

.about-content p {
    font-size: 16px;
    padding-right: 0;
    line-height: 32px;
}

.about-video-section .flex-col-two {
    display: flex;
    justify-content: space-between;
}

.about-video-section .flex-col-two .cols {
    width: 48%;
}

.about-video-section .flex-col-two .cols.video-section {
    width: 50%;
    margin-bottom: 0;
}

.about-info-two-col-section {
    padding-right: 0;
}



.about-more-info {
    display: none;
    padding: 70px 0 30px;
}

.about-more-info.about-ohel-info{padding: 0;}


.about-more-info img{max-width: 100%;}

.about-more-info .flex-col-two {
    display: flex;
}

.about-more-info .flex-col-two cols {
    width: 45%;
}


.about-more-info .about-images {
    width: 45%;
}

.about-more-info .about-texts {
    width: 55%;
}

.more-btns.more {
    margin-top: 20px;

}



.about-more-info .text-content {
    margin: 60px 0 80px 0;
}

.about-more-info .flex-col-two p {
    font-size: 16px;
    line-height: 32px;
    margin: 0 0 8px 0;
}
.more-btns {
    margin-top: 79px;
    margin-left: 0rem;
}


.more-btns a {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #60335E;
}

.more-btns a span {
    margin-left: 10px;
}

.more-btns a:hover {
    color: #000;
}

.more-btns a:hover path {
    fill: #000;
}

.more-btns svg {
    transform: rotate(180deg);
    transition: all .5s ease;
}

.more-btns.more svg {
    transform: rotate(0deg)
}

.center-container {
    width: 100%;
    margin: 0 auto;
    max-width:3000px;
}



.donate-main-container {
    margin-top: 0;
    background: #e5ebf9;
}

.donate-main-container .bluelight {
    padding: 0;
    position: relative;
    padding-bottom: 40px;
}




.container {
    padding: 0 0;
    margin: 0 auto;
     max-width: 1600px;

}



.donate-section .container {
    padding: 0 0;
    margin: 0 auto;
    background: #FFF5E6;
    max-width: 1600px;

}


.donate-section .bluelight {
    padding: 0;
    padding-bottom: 50px; max-width: 100%;
}



.donation-fixed-bar .container {
    padding: 0 0;
    margin: 0 auto;
    max-width: 1600px;

}

.banner {
    background: linear-gradient(90deg, #111129 12.51%, #202239 86.87%);
}


.donate-tabs {
    position: relative;

}

.donate-section {
    margin: 0 0 0 0;
    padding-top: 20px;

}

.full-container-payment{background: #FFF5E6; display: block;}




.closed {
    background: #F5ECB3;
    color: #212E65
}

.actives {
    background: #308F04;
    color: #fff
}

.noactive {
    background: #60335E;
    color: #fff
}



.btn {
    font-size: 13px;
    padding: 12px 40px;
    text-decoration: none;
    line-height: 24px;
    outline: none;
    border-radius: 30px;
    position: relative;
    transition: all .5s ease;

}

.btn-sm {
    font-size: 10px;
    line-height: 11px;
    padding: 2px 10px;
    border-radius: 10px;
    outline: none;
    font-weight: 700;
    display: inline-block;
    position: relative;
    transition: all .5s ease;
}



#percent {
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 49px;
    left: 24px;
    width: 66px;
    text-align: center;
    color: #fff;
}
div.donate-tabs {
    margin: -20px 0 0 0;
    display: flex;
    align-items: center;
    padding: 0;
    background: url("../images/main-tabs-bg.png");
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #212e65;
    background-size: cover;
}


.oheltabs.donate-tabs {
    background: url("../images/main-tabs-bg-ohel.png");
   
}



div.donate-tabs div.owl-item {
    width: 100%;
}

div.donate-tabs div.owl-item a {
    text-decoration: none;
    display: flex;
    padding: 15px 20px;
    align-items: center;
    position: relative;
    justify-content: center;
    padding-top: 20px;
    transition: all .25s ease;
    margin: 0;

}


div.donate-tabs div.owl-item:last-child a:before {
    display: none;
}

div.donate-tabs div.owl-item .loader-section {
    margin: 0 10px 0 0;
    color: #fff;
    transition: all .5s ease;
    position: relative;
}

div.donate-tabs div.owl-item span.text {
    font-size: 25px;
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 0 0 5px 0;
    font-weight: 300;
    transition: all .5s ease;
    position: relative;
}

div.donate-tabs div.owl-item a {
    border: 3px solid transparent;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}



div.donate-tabs .owl-item.slick-current.slick-active a {
    background: #FFF5E6;
    border: 3px solid #212E65;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
}

/*div.donate-tabs div.owl-item{margin: 0!important;}*/
div.donate-tabs div.owl-item:hover a {
    background: #60335E;
    border: 3px solid transparent;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    margin: 0
}
div.donate-tabs div.owl-item:hover .loader-section {
    transform: translateY(-5px);
    
}

div.donate-tabs div.owl-item:hover span.text {
    transform: translateY(-5px);
}

div.donate-tabs div.owl-item:hover .btn-sm {
    transform: translateY(-5px);
}



div.donate-tabs div.owl-item:hover a:before {
    display: none;
}

div.donate-tabs div.owl-item.slick-current.slick-active span.text {
    color: #212E65;
    font-weight: 400;
    font-family: 'Cubano';
}

#sync1 .slick-list {
    width: 100%; 
}

#sync1 .slick-list {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}



div.donate-tabs .owl-item.slick-current.slick-active .progress .progress-bar {
    border-color: #212E65;
}

div.donate-tabs .owl-item.slick-current.slick-active .progress .progress-value {
    color: #212E65;
}
.donation-head {
    position: relative;
    padding: 50px 0 20px 0;
}

.donation-head h2 {
    background: #FFF5E6;
    display: inline-block;
    margin: 0;
    padding: 0 20px 0 0;
}

.donation-head h2 div {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    background: #FAD47F;
    padding-right: 20px;
}
/* .donation-head .number {
    width: 69px;
    height: 69px;
    min-width: 69px;
    min-height: 69px;
    line-height: 69px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #60335E;
    border-radius: 100%;
    margin: 0 20px 0 0;
    color: #FFD284;
    font-size: 35px;
    font-weight: 600;
    position: relative;
} */
.donation-head h2 b {
    font-size: 32px;
    font-weight: normal;
    font-weight: 800;
    text-transform: uppercase;
}
.donation-lists-tabs {
    display: flex;
    padding: 10px 0;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 61%;
    flex-wrap: wrap;
}
ul.list-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
ul.list-tabs:last-child {
    gap: 10px;
}

ul.list-tabs li {
    margin: 0 0 0 5px;
}
ul.list-tabs li a {
    padding: 10px 24px;
    border-radius: 5px;
    text-decoration: none;
    display: block;
}
ul.list-tabs li.reserved a {
    background: #FED394;
    color: #212E65;
}

ul.list-tabs li.selected a {
    background: #212E65;
    color: #FDF302;
}

ul.list-tabs li.available a {
    background: #fff;
    color: #000;
}

ul.list-tabs li.incart a {
    background: #F3F1F1;
    color: #212E65;
    
}
.donation-listing-section .list-item {
    border-radius: 5px;
    display: block;
    text-align: center;
    background: #fff;
    padding: 20px 0;
    text-decoration: none;
    border: 1px solid transparent;
    transition: all .5s ease;
    position: relative;
}
.donation-listing-section.slick-initialized .slick-slide.owl-item {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin: 0 0 70px 0;
    width: 100%;

}
.donation-listing-section .list-item:hover {
    border: 1px solid #9D3921;
}
.donation-listing-section .donation-number {
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 5px 0;
    display: block;
    color: #9D3921;
}
.donation-listing-section .name {
    font-size: 12px;
    display: block;
    line-height: 18px;
    color: #000;
}

.donation-listing-section .reserved {
    background: #FAF3DF;
    color: #000;
}
.donation-listing-section .selected {
    background: #9D3921;
    color: #fff;
    cursor: pointer;
}
.donation-listing-section .available {
    background: #fff;
    color: #000;
}
.donation-listing-section .incart {
    background: #E9E9E9;
    color: #000;
}

.donation-listing-section .selected .donation-number {
    color: #fff;
}
.donation-listing-section .selected .name {
    color: #fff;
}

.donation-listing-section .list-item.next-group {
    background: #60335E;
    color: #fff;
    text-align: left;
    text-decoration: none;
}
.donation-listing-section .list-item.next-group div {
    display: flex;
    color: #FFD284;
    text-decoration: none;
    justify-content: space-between;
    text-align: left;
    font-size: 20px;
    align-items: center;
    height: 100%;
    padding: 0 20px;
    text-decoration: none;
}

.donation-listing-section .list-item.next-group:hover {
    background: #212E65;
}

.form-section {
    display: block;
    margin: 50px 0 0;
    padding-bottom: 0px;
}

.form-section .flex-col-two {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
}
.form-section  label {
    display: block;
    padding-left: 10px;
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

 .form-section .cols {
    width: 48%;
} 

.flex-col-one {
    display: flex;
    margin-top: 0;
    gap: 52px;
}

.desktop-col {
    display: block;
}
.form-section h3 {
    font-size: 27px;
    margin: 0 0 30px 0;
}

.form-section .keepname {
    margin: 20px 0 40px 0;
}

.form-section .radio-section {
    margin: 0 0 10px 0;
    display: inline-block;
}
.radio-pd {
    padding-right: 52px;
}
.form-section .text-content {
    margin: 40px 0 20px 0;
}

.form-section .text-content p {
    font-size: 23px;
    margin: 0 0 15px 0;
    font-weight: 300;
}

.form-section .text-content p b {
    font-weight: normal;
    font-weight: 600;
}

textarea {
    padding: 10px;
    background: #f9f9fa;
    display: block;
    border-bottom: 1px solid #f9f9fa;
}

input[type="text"],
input[type="email"] {
    width: 100%;
    padding: 20px;
    border: 0;
    border: 1px solid #212E65;
    outline: none;
    -webkit-appearance: none;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    -webkit-appearance: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;


}





select {
    width: 100%;
    padding: 0 10px;
    border: 0;
    border: 1px solid #212E65;
    outline: none;
    -webkit-appearance: none;
    color: #000;
    font-size: 13px;
    font-weight: 300;
    border-radius: 5px;
    -webkit-appearance: none;
    background: url("../images/arrow-down.png") no-repeat right center;

}



.video-carousel-custom .owl-stage{display: flex!important;}



.help-treatment {
    display: block;
    padding: 20px 0 20px;
}

ul.treatment-list {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
    
}

ul.treatment-list li {
    margin: 0 5px 0 0;
    background: none;
}

ul.treatment-list li a {
    display: block;
    padding: 15px 40px;
    background: #ffff;
    color: #212E65;
    font-size: 26px;
    font-weight: 400;
    text-decoration: none;
    border-radius: 5px;
    border: 2px solid transparent;
    border-radius: 5px;
    font-family: 'Cubano';
}

ul.treatment-list li:hover a {
    border-color: #212E65;
}

ul.treatment-list li.active a {
    background: #212E65;
    color: #FDF302;
}


.relpos {
    position: relative;
}


ul.treatment-list li .otherDonation {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;

}

ul.treatment-list li .otherDonation span.dollar {
    font-size: 26px;
    color: #212E65;
    font-weight: 800;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%)
}

input#other {
    font-size: 26px;
    color: #212E65;
    font-weight: 800;
    text-align: left;
    width: 172px;
    align-items: center;
    padding-left: 36px;
    outline: none;
    box-shadow: none;
    border-radius: 5px;
    display: block;
    padding: 0 20px 0 38px;
    font-size: 26px;
    line-height: 20px;
    border: 2px solid #212E65;
    height: 99%;
}


.donation-head-small {
    position: relative;
    margin: 10px 0 10px 0;
     min-width: 600px;
}

.donation-head-small h4 {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 0;
    position: relative;
    width: 100%;
    color: #000000;
}

.donation-head-small h4 div {
    display: flex;
    align-items: center;
}

.donation-head-small h4 b {
    font-size: 15px;
    font-weight: normal;
    font-weight: 400;
    background: #FED394;
    padding: 10px 20px 10px 0;
    z-index: 2;
}

.donation-head-small h4:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #000000;
    z-index: 1;
}


.donation-head-small h4.stroke_none:before {
    display: none;
}



.donation-fixed-bar {
    background: #FED394;
    padding: 20px 0 20px;
    position: sticky;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

.donation-fixed-bar .flex-col-three {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}


.donation-fixed-bar .flex-col-three .bottomEnd {
    align-self: flex-end;
    display: flex;
}


.donation-fixed-bar .flex-col-three .cols.fixed-width {
    display: flex;
    align-self: flex-end;
}

.donation-fixed-bar .flex-col-three .cols {
    margin: 0 20px 0 0;
}

.button-panel.flex-end {
    display: flex;
    justify-content: flex-end;
}

ul.perakim-list {
    display: flex;
    justify-content: flex-start
}

ul.perakim-list li {
    margin: 0 5px 0 0;
    background: none;
    position: relative;
}

ul.perakim-list li .closeBtn {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 16px;
    height: 16px;
    display: block;
    cursor: pointer
}

ul.perakim-list li .closeBtn:hover path {
    fill: #fff5e5;
}

ul.perakim-list li a {
    display: block;
    padding: 0 30px;
    background: #212E65;
    color: #FDF302;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 5px;
    border: 0;
    border-radius: 5px;
    height: 60px;
    display: flex;
    align-items: center;
}

ul.perakim-list li:last-child {
    margin: 0;
}

ul.perakim-list li:hover a {
    background: #60335E;
}



ul.perakim-list li .seprator{display: none;}

ul.perakim-list li .hebrew_txt{display: none;}

ul.perakim-list li .hebrew_txt{display: none;}

ul.perakim-list li .en_txt{display: none;}

body.hebrew ul.perakim-list li .hebrew_txt{display: block;}

body.english ul.perakim-list li .en_txt{display: block;}


#totalAmountValue {
    background: #212E65;
    font-size: 26px;
    color: #FDF302;
    font-weight: 700;
    padding: 0;
    height: 60px;
    text-align: center;
    font-family: 'Cubano';
}

.btnSubmit {
    display: flex;
    padding: 0 20px;
    background: #60335E;
    color: #FFD284;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 5px;
    border: 0;
    border-radius: 5px;
    height: 60px;
    display: flex;
    align-items: center;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    justify-content: center;
    width: 210px;
    position: relative;

}

.btnSubmit em {
    font-style: normal;
}
.btnSubmit span {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
}

.btnSubmit:hover {
    background: #000;
}




.clickhereBtn {
    background: #60335E;
    color: #FED394;
    text-align: left;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    -webkit-appearance: none;
    font-weight: 600;
    font-size: 23px;
    margin: 10px 0 0 0;
    display: inline-block;
    margin-left: 10px;
}

.clickhereBtn span {
    margin-left: 5px;
}

.clickhereBtn:hover {
    background: #212E65;
}


.video-button-section {
    display: block;
    padding: 20px 40px 0 40px;
    margin-top: 14px;
}

.showMoreInfo {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.showMoreInfo b {
    position: relative;
    z-index: 2;
    padding-left: 20px;
    background: #E5EBF9;
}

.showMoreInfo:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #60335E;
    width: 100%;
    height: 2px;
    z-index: 1
}

.showMoreInfo:hover path {
    fill: #212E65;
}


.credit-card-section .cols.cardsection {
    width: 70%;
}


.credit-card-section label{white-space: nowrap;}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    line-height: 40px;
    display: inline-block;
    color: #000;
    font-weight: 700;
    font-size: 24px;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: url(../images/check.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #212E65;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}







[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 48px;
    cursor: pointer;
    display: inline-block;
    color: #000000;
    line-height: 40px;
    font-weight: 400;
    font-size: 17px;

}

[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    background: #fff;
    border-radius: 5px;
}

[type="checkbox"]:checked + label:after,
[type="checkbox"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: url(../images/check.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #212E65;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}




.credit-card-section {
    margin-top: 20px;
}

.credit-card-section .flex-col-two {
    justify-content: flex-start;
    align-items: flex-end;
}
.credit-card-section .cols {
    width: 120px;
    margin: 0 23px 0 0;
}

.credit-card-section .cols.cardsection {
    width: 500px;
}


.delayedPopup {
    display: none;
    position: fixed;
    padding: 0;
    width: 100%;
    max-width: 1170px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 999999;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.delayedPopup .popup-head {
    display: flex;
    background: #60335E;
    padding: 10px 30px;
    justify-content: space-between;
    align-items: center;
}

.delayedPopup .popup-head img {
    height: 40px;
}

.delayedPopup .popup-content {
    display: flex;
    justify-content: space-between;
    padding: 40px;
}


.delayedPopup h3 {
    font-size: 35px;
    color: #FED394;
}

.delayedPopup p {
    font-size: 24px;
    line-height: 28px;
    color: #000;
    margin-bottom: 15px;
    display: block;
}

.delayedPopup p span {
    font-weight: bold;
    color: #6f4958;
}

.delayedPopup p.p-0 {
    padding-top: 0;
}

.delayedPopup p.p-5 {
    padding-top: 50px;
}

.delayedPopup h4 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 20px;
}



.delayedPopup .btn {
    background: #6f4958;
    color: #fff;
    border: none;
    font-size: 13px;
    border-radius: 30px;
    cursor: pointer;
    padding: 15px 40px;
    margin-top: 10px;
    text-decoration: none;
}

.delayedPopup .btn:hover {
    background: #654a54;
}



.backgroundOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 99999;
    display: none;
}

.delayedPopup .button-panel {
    display: flex;
    margin-top: 10px;
    justify-content: center;
}



.footer {
    padding: 100px 0;
    padding: 64px 0 0;
    font-family: 'Inter', sans-serif;
    margin: 0 auto;
    background: #33302C;
}

.footer a {
    text-decoration: none;
    color: #fff;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-flex-col {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer .logo-section {
    display: flex;
}

.footer .logo-section img.white-logo {
    margin: 0 27px 0 0;
}

.contact-info ul {
    display: flex;
    font-family: 'Inter', sans-serif;
}

.contact-info ul li {
    display: flex;
    border-right: 1px solid #fff;
}

.location-section {
    margin: 0 0 0 200px;
}

.location-section p {
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    font-family: 'Inter', sans-serif;
}

.location-section p.large_txt {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.contact-info ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    padding: 5px 30px 5px 0;
    margin: 0 0 0 30px;
    font-family: 'Inter', sans-serif;
}

.contact-info ul li:last-child {
    border: 0;
}

.contact-info ul li:last-child a {
    padding-right: 0;
}

.design-developed {
    display: block;
    text-align: center;
    padding: 20px 0;
    background: #000;
    margin: 50px 0 0;
}

.design-developed p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.design-developed p span {
    font-weight: 700;
    color: #fff;
}


.donation-head-small.hideMob {
    display: none;
}

.totalText {
    display: none;
}



.submit-button-section {
    margin-left: 10px;
}

#totalAmountValue {
    width: 150px;
}

.desktop-banner-img {}

.mobile-banner-img {
    display: none;
}

ul.word-tabs {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 546px;
}

ul.word-tabs li {
    margin: 0;
    padding: 0;
    margin: 0 0 0 1px;
    background: none;
}

ul.word-tabs li a {
    padding: 0 14px;
    height: 34px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #9D3921;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
}
/* .word-tabs li a:before {
    content: '\58';
    position: absolute;
    color: #fff;
    top: 10px;
    right: 14px;
    font-size: 8px;
    line-height: normal;
    font-weight: normal;
    width: 100%;
    max-width: 14px;
    min-width: 14px;
    height: 100%;
    min-height: 14px;
    max-height: 14px;
    border-radius: 100%;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
} */
ul.word-tabs li.active a  {
    background: #9D3921;
    color:#fff;
}
/* .word-tabs li.active a:before {
    border-color: #fff;
    color: #fff;
} */
.slick-dotted.slick-slider {
    margin-bottom: 0;
}


.slick-prev {
    left: 10px;
}


.slick-next {
    right: 10px;
}

.donation-listing-section .slick-list,
.sync1 .slick-list {
    padding: 0 !important;
}




.slick-dots {
    bottom: 0;
}





.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #fff;
    border-radius: 5px;
    display: flex !important;
    align-items: center;
    justify-content: center;

}

.donation-listing-section .slick-prev:hover,
.donation-listing-section .slick-next:hover {
    background: rgba(96, 51, 94, 1);
}


.donation-listing-section .slick-prev.slick-disabled,
.donation-listing-section .slick-next.slick-disabled {
    background: rgba(96, 51, 94, .5);
    cursor: default;
}


.slick-prev:before,
.slick-next:after {
    font-size: 18px;
}


.slick-prev:before {
    content: '\f0d9';
    opacity: 1;
    color: #fff;
}

.slick-next:before {
    display: none;
}


.donation-listing-section .slick-prev:before {
    content: '\f104';
    opacity: 1;
    color: #fff;
    font-family: 'fontawesome';
}

.donation-listing-section .slick-next:after {
    content: '\f105';
    opacity: 1;
    color: #fff;
    font-family: 'fontawesome';
}

.slick-list.draggable{padding: 0 5px!important;}


#sync1 .slick-prev:before {
    content: '\f0d9';
    opacity: 1;
    color: #000;
    font-family: 'fontawesome';
}

#sync1 .slick-next:after {
    content: '\f0da';
    opacity: 1;
    color: #000;
    font-family: 'fontawesome';
}


.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 1;
}


.donation-listing-section .slick-prev,
.donation-listing-section .slick-next {
    position: absolute;
    transform: none;
    top: inherit;
    bottom: -20px;
    left: inherit;
    z-index: 9;
    font-size: 20px;
    line-height: 24px;
    width: auto;
    height: 62px;
    background: #60335E;
    color: #fff;
    opacity: 1;
    padding: 10px 20px;
    white-space: nowrap;
}

.donation-listing-section .slick-prev{left:0; direction: ltr;}
.donation-listing-section .slick-next{right:10px; direction: ltr;}


.donation-listing-section .slick-prev span,
.donation-listing-section .slick-next span {
    padding: 0 5px;
    font-weight: 700;
    font-size: 18px;
    color: #FFD284;
    display: inline-block;
    line-height: 28px;
}

.donation-listing-section .slick-prev:before,
.donation-listing-section .slick-next:before {
    font-family: 'fontawesome';
    color: #fff;

}

#sync1 .slick-prev:before,
#sync1 .slick-next:before {
    font-family: 'fontawesome';
    color: #000;

}



#sync1 .slick-prev:hover,
#sync1 .slick-prev:focus,
#sync1 .slick-next:hover,
#sync1 .slick-next:focus {
    color: transparent;
    outline: none;
    background: #fff;
}



.video-section {
    display: flex;
    justify-content: center;
}







.item-video,
.item {
    opacity: 0.4;
    transition: .4s ease all;
    margin: 0;
    transform: scale(.8);
}

@media(max-width:1000px) {

    .item,
    .item-video {
        margin: 0;
        transform: scale(.9)
    }
}

.owl-carousel .owl-video-tn {
    min-height: 325px;

}

.active .item,
.active .item-video {
    opacity: 1;
    transform: scale(1);
}

.active .owl-video-tn {
    opacity: 1;
}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.inner {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

.inner a {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    transition: .3s ease border-color
}

.inner a:hover {
    border-color: #fff;
}

.owl-controls {
    position: absolute;
    margin-top: 300px;
}

.owl-carousel .owl-video-play-icon {
    -webkit-transform: translateZ(0);
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
    border-radius: 80px;
    background: rgba(0, 0, 0, 0.25);
    border: 3px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    margin: -45px 0 0 -45px;
    z-index: 1;
}

.owl-carousel .item-video:hover .owl-video-play-icon {

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: perspective(1px) scale(1.1);
}

.owl-carousel .owl-video-play-icon:after {
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    border: solid transparent;
    border-left-color: #fff;
    border-width: 15px 0 15px 20px;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 4px;
}

.video-carousel-custom {
    padding: 35px 0 35px 0;
    border: 2px solid #60335E;
    border-radius: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 0;
    border-right: 0;
}


.video-carousel-custom .owl-stage {
    padding-left: 40px !important;
}



.video-carousel-custom .owl-nav .owl-prev i,
.video-carousel-custom .owl-nav .owl-next i {
    font-size: 50px;
    color: #60335E;
}

/*.video-carousel-custom .owl-nav .owl-prev:hover i, .video-carousel-custom .owl-nav:hover .owl-next i{opacity: 1;}*/

.video-carousel-custom .owl-nav .owl-prev.disabled i,
.video-carousel-custom .owl-nav .owl-next.disabled i {
    opacity: .5;
}



.video-carousel-custom .owl-nav .owl-prev button {
    background: none !important;
    border-radius: 100%;
}


.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: none !important;
    margin-left: 20px;
    margin-right: 20px;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    bottom: -77px;
    left: 50%;
    transform: translateX(-50%);
}

.donation-listing-section {padding-bottom: 0px; margin-bottom: 90px;}
.donation-listing-section .donation-number .seprator{display: none;}
.donation-number .en_txt{display: none;}
.donation-number .hebrew_txt{ /* display: none; */}
body.english .donation-number .en_txt{display: block;}
body.hebrew .donation-number .hebrew_txt{display: block;}
.group-items-container { position: relative; background-color: #F9D57F; padding: 10px; border-radius: 5px; }
.address-section .flex-col-two .cols{min-width:110px;}
.address-section .flex-col-two .cols.address-field{width:100%;}
.list-item .loading { display: inline-block; width: 2em; height: 2em; color: inherit; vertical-align: middle; pointer-events: none; border: 0.5em dotted #60335E; border-radius: 50%; -webkit-animation: 1s loader-01 linear infinite; animation: 1s loader-01 linear infinite; }
.loader{ left:50%; top:50%; transform:translate(-50%, -50%); position: absolute; width:100%; height:100%; display: flex; justify-content: center; align-items: center; background: rgba(255, 255, 255, .8); }
.join-section {margin-bottom: 40px;}
.join-section .text-content{margin-top: 20px;}
.flex-col-one.is_donation_container{margin-top: 30px;}
.slick-dots{display: none!important;}
.form-section .form-control.disabled, .form-section .form-control[readonly] { background-color: #e9ecef; }
.form-section input:focus { background-color: #fff; border: 1px solid #212E65; }
.form-section select:focus { background-color: #fff; border: 1px solid #212E65; }
.form-section label.error{color:red; margin-top:10px;}
.about-video-section .heading-section {margin-bottom: 60px;}
ul.wista-video li{padding: 20px;}
ul.wista-video { display: flex; padding: 10px; border: 3px solid #60335E; border-radius: 20px; }
body.hebrew .donation-listing-section {direction: rtl;}
.kvitel-section {display: block; margin: 0 0 50px 0;}
.kvitel-section h3 { margin: 0; padding: 0; color: #000; }
.kvitel-section .kvitel-heading-section {display: block; padding: 0 0 20px;}
.kvitel-section .flex-col-two .cols.names { /* min-width: 50px; */ width: auto; display: flex; justify-content: center; align-items: center; font-size: 18px; font-weight: 300; flex-wrap: wrap; line-height: 20px; text-align: center; margin: 0px 20px; }
.kvitel-section .flex-col-two .cols.names b{font-weight: 300;}
.kvitel-section .flex-col-two .cols.names span {display: block; }
#sync1.owl-carousel .owl-stage-outer { max-width: 90%; margin: 0 auto; }
#sync1 .owl-nav .owl-prev, #sync1 .owl-nav .owl-next { position: absolute; width: 40px; height: 40px; padding: 0; cursor: pointer; border: none; outline: none; border-radius: 5px; z-index: 9999; font-size: 43px; color: #000; display: flex!important; justify-content: center; align-items: center; top:50%; transform:translateY(-50%); }
#sync1 .owl-nav .owl-prev{ background:#fff url("../images/care-left.svg") no-repeat center center!important; left: 0; }
#sync1 .owl-nav .owl-next   { background:#fff url("../images/caret-right.svg") no-repeat center center!important; right:0; }
#sync1 .owl-nav .owl-prev:hover{ background:#FED394 url("../images/care-left.svg") no-repeat center center!important; left: 0; }
#sync1 .owl-nav .owl-next:hover  { background:#FED394 url("../images/caret-right.svg") no-repeat center center!important; right:0; }
#sync1 .owl-nav .owl-prev span, #sync1 .owl-nav .owl-next  span {display: none;}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot { background: none !important; margin-left: 10px; margin-right: 10px; }
#sync1 .owl-nav .owl-prev.disabled, #sync1 .owl-nav .owl-next.disabled{cursor: default;  opacity: .5;}
#sync1 .owl-nav .owl-prev.disabled:hover, #sync1 .owl-nav .owl-next.disabled:hover {cursor: default;  opacity: .5; background-color: #fff!important;}
.ohel-group-banner img{max-width: 100%;}
.select-dropdown { width: 100%; background: #fff; padding: 20px 30px 20px 20px; border: 0; border: 1px solid #212E65; outline: none; -webkit-appearance: none; color: #000; font-size: 16px; font-weight: 300; border-radius: 5px; -webkit-appearance: none; box-shadow: none; background:#fff url("../images/select-dropdown.png") no-repeat right center; margin: 0 20px; min-width:100px; }
.flex-col-two.HusbandWife{align-items: flex-end;}
.about-more-info .about-texts.fullCol { width: 100%; }
.main-container .header { padding-top: 7px; border-bottom: 3px solid #212E65; }
.main_div { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.hebrew_right { display: inline-flex; align-items: center; }
.hebrew_right .tab-item-header { text-decoration: none; display: flex; align-items: center; position: relative; justify-content: center; transition: all .25s ease; }
.loader-section-header { margin: 0 10px 0 0; color: #fff; position: relative; transition: all .5s ease; position: relative; }
.hebrew_right_inner .info span.text { font-size: 25px; text-decoration: none; display: block; margin: 0 0 5px 0; transition: all .5s ease; position: relative; color: #212E65; font-weight: 400; font-family: 'Cubano'; }
.hebrew_right_inner  .loader-section-header .progress-header .progress-value-header { color: #212E65; }
.hebrew_right_inner { display: flex; justify-content: center; align-items: center; gap: 22px; padding: 9px 24px 9px 28px; transition: all .25s ease; position: relative; }
.hebrew_right_inner:not(:last-child):after { content: ''; position: absolute; right: 0; height: 100%; width: 4px; border-radius: 5px 5px 0px 0px; background: #212E65; }
.vzkeiny .hebrew_right_inner:first-child:after { width: 0; }
.hebrew_right_inner a img { width: 100%; max-width: 62px; }
.hebrew_right_inner:last-child a img { max-width: 122px; }
.hebrew_right_inner.active { background: #212E65; border-bottom: 0; position: relative; text-decoration: none; margin: 0; border-top-left-radius: 5px; border-top-right-radius: 5px; }
.hebrew_right_inner.active .info span.text { color: #fff; }
.hebrew_right_inner .progress-header .progress-bar { border-color: #212E65; }
.hebrew_right_inner .loader-section-header { background: #FED394; border-radius: 50%; }
.hebrew_right_inner.active .loader-section-header .progress-header .progress-value-header, .hebrew_right_inner.active  .info span.text { color: #fff; }
.hebrew_right_inner.active .loader-section-header { background: none; border-radius: 50%; }
.hebrew_right_inner.active .progress-header .progress-bar { border-color: #FED394; }
.main-container .ohel-group-banner { position: relative; background: radial-gradient(77.43% 77.43% at 50% 0%, #63A3D1 0%, #212E65 100%); z-index: 1; }
.overlay_bg { /* opacity: 0.25; */ position: absolute; width: 100%; max-width: 70%; margin: 0 auto; height: 100%; top: 0; left: 0; right: 0; background: url(../images/tehilim-bg.png); background-repeat: no-repeat; background-size: contain; background-position: center; z-index: -1; }
@-webkit-keyframes loader-01 { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
@keyframes loader-01 { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.object-3d-section {pointer-events: none;}

/*--9/1/2023--*/
.drak-purple .hebrew_right_inner .loader-section-header { background: #b29eb2; }
.drak-purple .banner-counter span { color: #60335E; background: rgba(255, 255, 255, 0.75); }
.drak-purple .progress .progress-bar { border-color: #212E65; }
.drak-purple .progress:after { border: 4px solid #fff; }
.ohel-group-inner h3 { color: #FFF; text-align: center; font-family: Open Sans; font-size: 45px; font-style: normal; font-weight: 300; line-height: normal; padding: 69px 0px 27px 0px; }
.ohel-group-inner h3 span { font-weight: 600; }
.banner-counter span { width: 111px; height: 149px; display: grid; place-content: center; background: rgba(0, 0, 0, 0.35); border-radius: 10px; text-align: center; text-shadow: 0px 7px 4px rgba(0, 0, 0, 0.25); font-family: Impact; font-size: 110px; font-style: normal; font-weight: 400; line-height: normal; }
.banner-counter { display: flex; justify-content: center; align-items: center; gap: 11px; }
.banner-counter { color: #fed394; }
.banner-counter p { color: #FFF; text-align: center; font-family: Open Sans; font-size: 25px; font-style: normal; font-weight: 400; line-height: normal; padding-left: 2px; }
.purple-bg-vezkaiyene a { max-width: 298px; width: 100%; height: 100%; max-height: 204px; padding: 30px; min-height: 204px; background: #fff; border-bottom-width: 10px; border-bottom-style: solid; display: flex; align-items: center; justify-content: center; }
.purple-bg-vezkaiyene a:first-child { border-radius: 10px 0px 0px 10px; }
.purple-bg-vezkaiyene a:last-child { border-radius: 0px 10px 10px 0px; }
.purple-bg-vezkaiyene a:nth-child(1) { border-color: #FFD183; }
.purple-bg-vezkaiyene a:nth-child(2) { border-color: #B29EB2; }
.purple-bg-vezkaiyene a:nth-child(3) { border-color: #ffffff; background: #3E4F61; background-image: url(http://vzakeinitehillim.yournextdreamsite.com/assets/images/acheinu-read-bg.svg); background-repeat: no-repeat; background-position: center; background-size: cover; }
.vzkeiny .purple-bg-vezkaiyene a:nth-child(1) { background: #FFD183; border-color: #000000; }
.purple-bg-vezkaiyene { display: flex; align-items: center; justify-content: center; padding: 97px 0px 79px 0px; gap: 2px; }
.hebrew_right_inner  .progress .progress-bar { border-color: #212e65; }
.hebrew_right_inner.active .progress .progress-bar { border-color: #FFD184; }
.hebrew_right_inner .progress-value { color: #212e65; }
.hebrew_right_inner.active .progress-value { color: #fff; }
.toggle-header { border: none; background: none; display: none; }
.select-gender { display: flex; gap: 20px; }
.select-gender li { width: 84px; display: block; padding: 9px 20px; background: #ffffff; border: 1px solid #212E65; border-radius: 5px; }
.select-gender li a span { color: #000; text-align: center; font-family: Open Sans; font-size: 17px; font-style: normal; font-weight: 300; line-height: 20px; }
.select-gender li a { text-decoration: none; }
.select-gender .active { background: #212E65; }
.select-gender .active span { color: #fff; }
.kvitel-section .cols { width: 65%; display: block; }
.select-category { display: flex; align-items: center; }
.select-category li a { color: #212E65; font-size: 26px; font-weight: 400; text-decoration: none; font-family: 'Cubano'; margin: 0 6px 0 0; display: block; border: 2px solid transparent; border-radius: 5px; width: auto; padding: 15px 40px; background: #ffff; }
.select-category .active a { background: #212e65; }
.select-category .active a { color: #FDF302; font-family: 'Cubano'; }
.about-video-section .flex-col-two .cols iframe { width: 100%; height: 459px; max-width: 768px; min-width: 768px; }
.about-content-section { max-width: 549px; margin: 0 auto; padding: 50px 0px 0px 0px; }
.cols.masked-card span { background: #fff; width: 100%; padding: 20px 30px; display: block; max-width: 63%; font-size: 18px; color: #212e65; font-weight: 500; border-radius: 5px; position: relative; }
.cols.masked-card .fa-solid.fa-check { position: absolute; right: 0; top: 0; border: 1px solid #60335e; padding: 8px; border-radius: 50%; font-size: 18px; transform: translate(-21px, 10px); }
.dynamic .error { opacity: 1; font-weight: 600; position: relative; width: 58%; padding: 26px 72px; font-size: 16px; color: #ff0000; border: 1px solid #ff0000; background: #f2bab9; }
.dynamic .error i { position: absolute; top: 0; left: 0; background: #e6302e; color: #fff; padding: 9px 12px; border-radius: 50px; font-size: 16px; transform: translate(13px, 16px); border: 1px solid #b4696a; }
.col-full.margin-top-10 { padding-bottom: 150px; }
.span-counter-number { display: flex; gap: 8px; }
.keepname.open { display:block !important; }
.more-options{ display: block; color: #000; font-family: "Open Sans"; font-size: 17px; font-style: normal; font-weight: 700; line-height: normal;text-decoration:none;margin-bottom: 40px; }
.more-options.show i{ transform: rotate(180deg); }
.keepname.tehilim.open { padding-left: 28px; margin-top: 0; }

/*** <--- Circle Styles ---> ***/
@property --pgPercentagebar { syntax: '<number>'; inherits: false; initial-values: 0; }
@keyframes moveingProgressBar { 0%, 33% { --pgPercentagebar: 0; } 100% { --pgPercentagebar: var(--values);} }
.loader-circle { --pgPercentagebar: var(--values); position: relative; width: 45px; height: 45px; border-radius: 50%; background: #eee; overflow: hidden; background-image: conic-gradient(#212E65 var(--values), #eee 0); animation: moveingProgressBar 3s 1 forwards; }
.loader-circle .inner { display: flex; justify-content: center; align-items: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: calc(100% - 8px); height: calc(100% - 8px); background: #FED394; border-radius: 50%; font-size: 11px; text-align: center; line-height: 14px; font-weight: 700; color: #212e65; }

/*===================
    Dark Purple
===================*/
.dark-purple .donate-section .container { background: #F0E5F0; }
.dark-purple .full-container-payment { background: #F0E5F0; }
.dark-purple div.donate-tabs .owl-item.slick-current.slick-active a { background: #F0E5F0; }
.dark-purple .donation-head h2 { background: #F0E5F0; }
.dark-purple .donation-head h2 div { background: #F0E5F0; }
.dark-purple .list-tabs li.reserved a { color: #fff; background: #B29EB2; }
.dark-purple .donation-head h2:before { top: 50%; }
.dark-purple .donation-listing-section .reserved { background: #B29EB2; color: #FFF; }
.dark-purple .donation-listing-section .reserved .donation-number , .dark-purple .donation-listing-section .reserved .name{ color: #FFF; }
.dark-purple .donation-fixed-bar { background: #B29EB2; }
.dark-purple .donation-head-small h4 b { background: #B29EB2; }
.dark-purple .purple-bg-vezkaiyene a:nth-child(2) { background: #b29eb2; border-color: #616161; }
.dark-purple .hebrew_right_inner .loader-section-header { background: #b29eb2; }
.dark-purple .hebrew_right_inner  .progress .progress-bar { border-color: #212e65; }
.dark-purple .hebrew_right_inner.active .progress .progress-bar { border-color: #b29eb2; }
.dark-purple .hebrew_right_inner.active .loader-section-header { background: none; }
.dark-purple .donation-listing-section .incart .hebrew_txt { color: #424242; font-family: 'Suez One', serif; font-weight: 600; opacity: 1; }
.dark-purple .banner-counter { color: #60335E; }
.dark-purple .banner-counter span { background: rgba(255, 255, 255, 0.75); }
.dark-purple .donation-listing-section .incart { background: #F3F1F1; opacity: 1; }
.dark-purple .donation-listing-section .name { color: #000; }
.dark-purple .donation-listing-section .name { color: #000; font-size: 10px; font-weight: 400; line-height: 13.62px; }
.dark-purple .donation-listing-section .available .donation-number, .dark-purple .donation-listing-section .selected .donation-number, .dark-purple .donation-listing-section .incart .donation-number, .dark-purple .donation-listing-section .reserved .donation-number { color: #000; font-family: 'Suez One'; font-weight: 400; font-size: 26px; line-height: 33.96px; }
.dark-purple .donation-listing-section .reserved .donation-number .hebrew_txt { color: #fff; }
.dark-purple .hebrew .donation-number .hebrew_txt { display: block; font-family: 'Suez One'; font-weight: 400; line-height: 33.96px; }
.dark-purple .donation-listing-section .incart .hebrew_txt { color: #424242; }
.dark-purple .donation-listing-section .incart .name { color: #000; }
.dark-purple .donation-listing-section .selected .hebrew_txt { color: #FDF302; }
.dark-purple .more-btns { margin-left: 0rem; margin-top: 79px; }
.dark-purple .hebrew_right_inner:after { display: none; }

/*===================
    Acheinu
===================*/
.acheinu .purple-bg-vezkaiyene a:nth-child(3) { background: #3E4F61; border: inherit; background-image: url(http://vzakeinitehillim.yournextdreamsite.com/assets/images/acheinu-read-bg.svg); background-repeat: no-repeat; background-position: center; background-size: cover; }
.acheinu .hebrew_right_inner:not(:nth-child(1)):after { width: 0; }

/*===================
    Donation's Style
===================*/
.head-inline { margin-bottom: 20px; }
.content-inner-area { padding: 50px 0px; }
.banner-description, .md-container { margin: 0 auto; max-width: 1360px; padding: 0 10px; }
.donation-head-inner { display: flex; align-items: stretch; background: #F9D57F; }
.horz-tabs-wrapper .head-inline .tehillim-steps.active, .horz-tabs-wrapper .head-inline .tehillim-steps.complate { display: flex; }
.horz-tabs-wrapper .head-inline .tehillim-steps { display: none; }
.head-inline .step-number { width: initial; white-space: nowrap; justify-content: center; }
.step-number { position: relative; width: 100%; display: flex; align-items: center; gap: 10px; background: #9D3921; padding: 15px; color: #FFF; font-family: Gopher; font-size: 32px; font-weight: 700; line-height: normal; }
.head-inline .step-number { border-right: 2px solid #fff; }
.step-number small { display: flex; align-items: center; justify-content: center; border: 2px solid #fff; border-radius: 50%; aspect-ratio: 1/1; font-size: 14px; width: 100%; min-width: 25px; max-width: 25px; }
.step-number small i { transition: all .3s ease; opacity: 0; transform: scale(0); }
.tehillim-steps-wrappper .tehillim-steps.complate .step-number small i { transform: scale(1); opacity: 1; }
.steps-description { padding: 15px; color: #9D3921; flex: 1; font-family: Gopher; font-size: 32px; font-weight: 700; line-height: normal; }


.horz-tabs-wrapper .donation-listing-section { margin: 0px; padding: 0; }
.horz-tabs-wrapper .donation-listing-content { display: grid; grid-template-columns: repeat(15, 1fr); grid-column-gap: 8px; grid-row-gap: 8px; margin: 10px 0 0px 0; width: 100%; direction: rtl; }
.horz-tabs-wrapper .donation-listing-section .list-item { padding: 5px 0; }
.horz-tabs-wrapper input[type="text"], .horz-tabs-wrapper input[type="email"] { border-radius: 8px; border: 1px solid #D1D2D8; background: #FFF; padding: 8px 16px; line-height: 24px; }
.donation-listing-section .seprator { display: none; }
.loader:empty{ display: none; }
.horz-tabs-wrapper .donation-listing-section .donation-number { font-family: "Noto Sans Hebrew"; font-weight: 400; line-height: normal; }
.horz-tabs-wrapper .donation-listing-section .name { font-size: 10px; font-style: normal; font-weight: 400; }
.horz-tabs-wrapper ul.word-tabs { max-width: 400px; margin: 0px; }
.horz-tabs-wrapper ul.word-tabs li a { text-decoration: initial; gap: 10px; height: initial; font-size: 10px; padding: 5px 10px; }
.fillter-btn { padding: 5px 10px; border-radius: 5px; background: #FFF; cursor: pointer; color: #000; text-align: center; font-size: 10px; font-weight: 900; line-height: normal; width: 29px; aspect-ratio: 1/1; display: none; align-items: center; justify-content: center; margin-left: auto; }
.active .fillter-btn { background: #9D3921; color: #fff; }
.prev-next-buttons-top, .prev-next-buttons-bottom { display: flex; align-items: stretch; gap: 10px; justify-content: center; position: absolute; left: 0; right: 0; flex-direction: row-reverse; }
.prev-next-buttons-top { top: -43px; }
.prev-next-buttons-bottom { bottom: -43px; }
.donation-listing-section .slick-prev, .donation-listing-section .slick-next { background-color: #fff; padding: 5px 10px; line-height: normal; width: auto; height: auto; position: static; border-radius: 5px; background: #441D10; }
.donation-listing-section .slick-prev span, .donation-listing-section .slick-next span {padding: 0px 10px;}
.donation-listing-section .slick-prev span, .donation-listing-section .slick-next span { font-size: 10px; color: #fff; line-height: normal; font-weight: 400; font-family: 'Open Sans', sans-serif; }
.donation-listing-section .slick-prev:before, .donation-listing-section .slick-next:before, .donation-listing-section .slick-next:after { color: #fff; font-weight: 500; }
.pos-bottom{ bottom:20px!important; top:initial!important; }
ul.list-tabs li.available a.btn-filter.active{ background-color: #9F381D; color: #fff; border-color: #9F381D; }
.donation-listing-section .slick-prev span { padding-right: 0; }
.donation-listing-section .slick-next span { padding-left: 0; }
.donation-listing-section .slick-prev:hover, .donation-listing-section .slick-next:hover { background: #9F381D; }
.donation-listing-section .slick-prev:hover span, .donation-listing-section .slick-next:hover span, .donation-listing-section .slick-prev:hover:before, .donation-listing-section .slick-next:hover:after { color: #fff; }
.filter-heading { color: #000; font-size: 10px; font-family: 'Roboto';}
.donation-lists-tabs ul.list-tabs li a { padding: 5px 10px; display: block; font-size: 10px; white-space: nowrap; }
.filter-wrapper { gap: 20px; justify-content: center; }
.horz-tabs-wrapper .donation-lists-tabs { max-width: 100%; gap: 20px; padding: 10px 0px 0px; }
.horz-tabs-wrapper ul.word-tabs, .filter-wrapper, .sort-wrapper { flex: 1; display: flex; align-self: center; }
.sort-wrapper { justify-content: flex-end; }
.horz-tabs-wrapper ul.list-tabs li.selected a { background: #9D3921; color: #fff; }
.list-seprator { width: 1px; background: #fff; }
.banner-img { display: flex; }
.banner-img img { width: 100%; height: 100%; }
.banner-description-wrapper { background-color: #fff; padding: 50px 0px; }
.banner-description { display: flex; flex-direction: column; gap: 16px; }
.banner-description p { font-size: 25px; text-align: left; }
.button-bottom-area { display: flex; align-items: stretch; gap: 20px; justify-content: center; }
.button-bottom-area .prime-button { background: #441D10; color: #fff; outline: initial; border: initial; position: relative; font-family: Roboto; font-size: 20px; font-weight: bold; min-width: 254px; padding: 16px 33px 16px 20px; border-radius: 5px; border: 1px solid #fff; font-family: 'Open Sans', sans-serif; cursor: pointer; transition: all 0.5s ease-in-out; }
.button-bottom-area .prime-button.disabled{ opacity:0.1; }
.prime-button:after { content: '\f105'; color: #fff; font-family: 'fontawesome'; position: absolute; top: 20px; right: 20px; font-size: 20px; font-weight: 500; transition: all 0.5s ease-in-out; }
.prime-button:hover, .popup-bottom-button .prime-button:hover { background-color: #fff; color: #9D3921; border: 1px solid #9D3921; }
.prime-button:hover:after { color: #9D3921; }
.seprator { display: none; }
.closeBtn { font-size: 7px; width: 100%; max-width: 15px; min-width: 15px; height: 100%; max-height: 15px; min-height: 15px; border: 2px solid #fff; border-radius: 100%; display: flex; justify-content: center; align-items: center; font-weight: 500; }
.thankyou-box { display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 10px; margin: 50px 0; padding: 38px 30px; background-color: #fad47f; border-radius: 8px; border: 2px solid #9b3a21; max-width: 400px; position: relative; left: 50%; transform: translateX(-50%); }
.thankyou-box h4 { color: #9B3A21; font-size: 32px; text-align: center; font-weight: bold; }
.slick-arrow, .donation-listing-section .slick-prev span, .donation-listing-section .slick-next span, .donation-listing-section .slick-prev:before, .donation-listing-section .slick-next:before, .donation-listing-section .slick-next:after { transition: all 0.3s ease-in-out; }
.slick-arrow.disabled { cursor: not-allowed; }
.slick-arrow.disabled:hover { cursor: not-allowed; opacity: 0.8; background-color: #e9e9e9; }
.slick-arrow.disabled:hover span, .slick-arrow.disabled:hover:after, .slick-arrow.disabled:hover:before { color: #000; }
.notification > .error { margin: 15px 0; padding: 30px; border-radius: 20px; background: #FFDFDF; color: #4F0000; font-family: Roboto; font-size: 16px; font-style: normal; font-weight: 700; line-height: normal; }
.full-container-payment.horz-tabs-wrapper { background: #FAF3DF; }
.kavitel-candle-outer { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; position: relative; }
.content-text p { color: #000; font-family: Roboto; font-size: 25px; font-style: normal; font-weight: 400; line-height: normal; }
.content-text { margin-bottom: 30px; }
.content-text p:not(:last-child) { margin-bottom: 20px; }
.kavitel-candle-details { margin: 30px 0px; }
.kavitel-candle-wrapper { display: flex; max-width: calc(50% - 15px); margin: 0px; }
.kavitel-candle-description { padding: 30px; border-radius: 20px; border: 3px solid #9D3921; background: #FFF; transition: all 0.3s ease; cursor: pointer; width: 100%; }
.kavitel-candle-content { display: flex; align-items: stretch; gap: 30px; }
.kavitel-img { flex: 1; }
.kavitel-img svg { width: 100%; object-fit: contain; aspect-ratio: 0.9397163121; max-width: 280px; }
.kavitel-candle-inner p { color: #441D10; font-size: 32px; font-weight: bold; line-height: normal; font-family: Gopher; transition: all 0.3s ease; }
.kavitel-candle-inner { display: flex; flex-direction: column; gap: 30px; flex: 1; }
.kavitel-candle-description .check-price { background: #FAF3DF; padding: 20px; border-radius: 5px; display: flex; justify-content: center; gap: 4px; font-family: Gopher; cursor: pointer; transition: all 0.3s ease; }
.kavitel-candle-description .on-mobile { display: none; }
.kavitel-candle-description .amount { color: #441D10; font-family: Roboto; font-size: 30px; font-style: normal; font-weight: 700; line-height: normal; display: flex; align-items: center; justify-content: center; }
.kavitel-candle-description .currency { margin-left: 10px }
.kavitel-candle-description .amount:before { content: ""; border-radius: 100%; border: 2px solid #441D10; display: inline-block; width: 20px; height: 20px; min-width: 20px; min-height: 20px; position: relative; top: 0px; font-family: "FontAwesome"; color: #F9D57F; font-size: 13px; font-weight: normal; vertical-align: top; cursor: pointer; text-align: center; transition: all 0.3s ease; display: flex; justify-content: center; align-items: center; line-height: 20px; }
.price-radio-btn:checked ~ .kavitel-candle-description .amount:before { content: '\f00c'; background: #441D10; }
.price-radio-btn:checked ~ .kavitel-candle-description { background: #441D10; border-color: #441D10; }
.price-radio-btn:checked ~ .kavitel-candle-description svg *{ fill: #fff; color:#fff; stroke:#fff; }
/* .check-img { display: none; } */
/* .price-radio-btn:checked ~ .kavitel-candle-description .not-check { display: none; } */
/* .price-radio-btn:checked ~ .kavitel-candle-description .check-img { display: block; } */
.price-radio-btn:checked ~ .kavitel-candle-description .kavitel-candle-inner p { color: #fff; }
.price-radio-btn:checked ~ .kavitel-candle-description .check-price { background: #F9D57F; }
.prime-button.with-price { text-align: left; padding-right: 50px; justify-content: flex-start; }
.with-price.btnSubmit span { position: static; transform: initial; font-size: inherit; }
.with-price.btnSubmit .currency { padding-left: 5px; }
.prime-button.with-price:after { content: '\f0a9'; }
.select-detail-group { margin-bottom: 50px; }
.group-items-penel:first-child .group-items-container { margin: 100px 0px; }
.single-way .group-items-penel:last-child { margin-bottom: 50px; }
.button-bottom-area .prime-button.disabled { opacity: 0.1; }
.group-items-block .select-area { border-radius: 8px; border: 1px solid #D1D2D8; background: #FFF; padding: 8px 32px 8px 16px; line-height: normal; font-size: 16px; color: #a19b9b; font-weight: normal; background-image: url(../images/arrow_drop_down.png) !important; background-repeat: no-repeat !important; background-position: right 8px center !important; background-size: 24px !important; line-height: 24px; }
.group-items-inner .group-items-block { margin-top: 30px; }
.horz-tabs-wrapper .form-list label, .horz-tabs-wrapper .form-list .label-text { padding-left: initial; color: #0B101F; font-size: 14px; font-weight: 600; line-height: 16px; margin-bottom: 8px; font-family: Roboto; display: inline-block; }
.cardonfile { display: flex; outline: none; box-shadow: none; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; font-size: 14px; font-family: "proximanovaregular"; margin: 0; cursor: pointer; background: #fff; border: 1px solid #D1D2D8; padding: 8px 16px; border-radius: 8px; }
.rows-group, .inner-rows-group { display: flex; align-items: stretch; gap: 20px; flex-wrap: wrap; }
.rows-group { margin-top: 30px; }
.col-full { flex: 1; }
.col8-half, .col4 { width: 40%; }
.col-with-content {
    margin-top: 32px;
}
.col-with-content span {
    color: #0B101F;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.form-list .card-number { display: flex; align-items: center; width: 100%; }
.input-section { width: 100%; }
.form-list .radio { width: 40px; }
.form-list .radio label { display: block; letter-spacing: .02em; margin-bottom: 0; }
.radio input[type=radio]:checked+.radio-label:before, .radio input[type=checkbox]:checked+.radio-label:before { content: "\f00c"; background: #42293F; border-color: #42293F; }
.radio input[type=checkbox]+.radio-label:before, .radio input[type=radio]+.radio-label:before { content: ""; background: #fff; border-radius: 100%; border: 2px solid #C7BEBF; display: inline-block; width: 20px; height: 20px; min-width: 20px; min-height: 20px; position: relative; top: 0px; font-family: "FontAwesome"; color: #fff; font-size: 13px; font-weight: normal; vertical-align: top; cursor: pointer; text-align: center; transition: all 250ms ease; display: flex; justify-content: center; align-items: center; line-height: 20px; }
.radio [type="radio"]:checked + label:after, .radio [type="radio"]:checked + label:after, .radio [type="radio"]:not(:checked) + label:after { content: initial; } label.error { display: none !important; }
.form-controls.error, input.error { border-color: #ff0000 !important; }


/*===================
    Poland Stream
===================*/
/* Videos section */
.video-area-wrapper { background: url(../images/videos-bg.jpg); background-repeat: no-repeat; background-size: cover; background-color: #F9D57F; background-blend-mode: multiply; }
.video-inner-wrapper { padding: 50px 0px; }
.video-area-wrapper .section-inner-head h3 { margin-bottom: 20px; }
.section-inner-head { text-align: center; }
.section-inner-head h3 { color: #441D10; text-align: center; font-family: Gopher; font-size: 35px; font-weight: 905; line-height: normal; }
.btn-wrap { background: #fff; padding: 15px 30px; border-radius: 100px; display: inline-flex; align-items: center; justify-content: center; color: #441D10; text-align: center; font-family: Roboto; font-size: 22px; font-weight: 600; line-height: normal; text-decoration: initial; gap: 10px; }
.video-container-inner { margin: 50px auto; max-width: 960px; padding: 50px; border-radius: 20px; background: #FFF; box-shadow: 4px 5px 10px 0 rgba(0, 0, 0, 0.25); }
.video-wrap-area { position: relative; background: rgba(0, 0, 0, 0.50); padding-top: 56.6%; overflow: hidden; }
.video-wrap-area iframe, .videos-items, .video-wrap-area img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.video-text-outer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.50); }
.video-text-area { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 20px; background: #441D10; padding: 30px; display: flex; flex-direction: column; gap: 20px; width: 100%; max-width: 588px; }
.video-text-area h3 { color: #F9D57F; font-family: Gopher; font-size: 35px; font-weight: 905; line-height: normal; text-align: center; }
.timeline-area { display: flex; align-items: stretch; gap: 30px; justify-content: space-between; }
.timeline-area li { flex: 1; display: flex; flex-direction: column; align-items: center; }
.timeline-area li:not(:last-child) { padding-right: 30px; border-right: 2px solid #d1c5c1; }
.timeline-area li span b { color: #FFF; font-family: Gopher; font-size: 40px; font-weight: 700; line-height: normal; }
.timeline-area li span { color: #D1C5C1; font-family: Roboto; font-size: 27px; font-weight: 300; line-height: normal; }
.decription-area { margin: 50px 0px; }
.decription-area h5 { color: #0B101F; font-family: Roboto; font-size: 22px; font-weight: 700; line-height: 24px; }
.decription-area p { color: #0B101F; font-family: Roboto; font-size: 16px; font-weight: 400; line-height: 24px; margin-top: 20px; }
.kavitel-yellow.kavitel-candle-outer { gap: 20px; }
/* .video-area-wrapper .kavitel-yellow .kavitel-candle-description { background: #441D10; } */
.kavitel-yellow .kavitel-candle-description {
    border: initial;
    background: #F9D57F;
}
.kavitel-yellow .kavitel-candle-wrapper { max-width: calc(50% - 10px); width: 100%; }
.kavitel-yellow .kavitel-candle-content { display: flex; align-items: center; gap: 10px; }
.kavitel-yellow .kavitel-img { max-width: 64px; }
.kavitel-yellow .kavitel-img img { width: 100%; }
.kavitel-yellow .kavitel-candle-inner p {
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    font-family: Gopher;
    transition: all 0.3s ease;
}
.kavitel-yellow .kavitel-candle-inner span { color: #441D10; font-family: Roboto; font-size: 16px; font-weight: 400; line-height: normal; }
.kavitel-yellow .kavitel-candle-inner { gap: 10px; }
.kavitel-yellow .prime-button { padding: 20px; border-radius: 5px; background: #FFF; width: 100%; border: initial; color: #441D10; font-family: Roboto; font-size: 30px; font-style: normal; font-weight: 700; line-height: normal; display: flex; align-items: center; justify-content: center; }
.kavitel-yellow .prime-button::after { content: initial; }

/* animate View */
.rtl { direction: rtl; /* Right-to-left scrolling */ }
.animate-controller { overflow: hidden; white-space: nowrap; position: relative; width: 100%; }
.animate-controller:not(:last-child) { padding-bottom: 20px; }
.recent-slider { display: flex; gap: 20px; width: max-content; }
.recent-slider img { width: 44px; aspect-ratio: 1/1; }
.recent-details { position: relative; padding: 5px 20px; display: flex; align-items: center; justify-content: center; border-radius: 10px; background: rgba(255, 255, 255, 0.51); gap: 10px; }
.rtl .recent-details  { direction: ltr; }
.person-name { color: #000; font-family: Roboto; font-size: 18px; font-weight: 700; line-height: normal; }

/* Status Layout */
.stats-wrapper { padding: 50px; background: #441D10; }
.stats-wrapper-inner { margin: 0 auto; display: flex; align-items: stretch; gap: 50px; justify-content: center; max-width: 1140px; }
.stat-item:not(:last-child) { padding-right: 50px; border-right: 2px solid #d1c5c1; }
.stat-item { display: flex; align-items: center; gap: 20px; }
.stat-number { color: #F9D57F; font-family: Gopher; font-size: 50px; font-weight: 700; line-height: normal; }
.stat-text { color: #D1C5C1; font-family: Roboto; font-size: 25px; font-weight: 300; line-height: normal; max-width: 197px; }

/* Previous Layout */
.previous-video-wrapper { padding: 50px 16px; }
.previous-inner-videos { margin: 0 auto; max-width: 767px; display: flex; align-items: center; gap: 50px; }
.video-frame iframe { height: 168px; }
.previous-videos-contant h3 { color: #441D10; font-family: Roboto; font-size: 35px; font-style: normal; font-weight: 500; line-height: normal; margin-bottom: 20px; }

/* form wrapper layout */
.form-group-wrapper { background: #fff; }
.form-group-wrapper .group-items-block.kavitel-candle { margin-top: 0; }
.form-group-wrapper .kavitel-candle-outer { flex-direction: column; gap: 20px; }
.form-group-wrapper .kavitel-candle-wrapper { max-width: 100%; }
.form-group-wrapper .kavitel-candle-description { width: 100%; border: initial; background: #FAF3DF; }
.form-group-wrapper .kavitel-candle-description .check-price { background: #fff; }
.group-items-outer { display: flex; align-items: flex-start; gap: 30px; }
.group-items-outer .group-items-inner { width: 100%; }
.group-items-outer .signup-wrapper { width: 100%; max-width: 336px; }
.signup-wrapper-inner { background: #FFF; box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.20); padding-bottom: 15px; }
.sign-head { padding: 12px 16px; background: #9D3921; display: flex; justify-content: space-between; align-items: center; }
.sign-head .arrow-ico { 
    color: #FFF;
    font-size: 20px;
    display: none;
    cursor: pointer;
}
.sign-head h3 { color: #FFF; text-align: center; font-family: Gopher; font-size: 26px; font-style: normal; font-weight: 700; line-height: normal; text-transform: uppercase; }
.sign-body-content { padding: 20px 14px 0px; }
.sign-info-items li { display: flex; align-items: center; justify-content: space-between; color: #000; font-family: Roboto; font-size: 20px; font-weight: 400; line-height: normal; }
.sign-info-items li:not(:first-child) { border-top: 1px solid #C7BEBF; padding: 30px 0; }
.sign-info-items li:first-child { padding-bottom: 30px; }
.sign-info-items li i { min-width: 20px; display: flex; align-items: center; justify-content: center; border-radius: 100px; aspect-ratio: 1/1; font-size: 12px; background: #fff;  border: 2px solid #441D10; color: #fff; }
.sign-info-items li.active i { background: #441D10; }
.signup-wrapper-inner .button-bottom-area { margin: 0px; }
.signup-wrapper-inner .prime-button.with-price { width: 100%; }
.form-group-wrapper .kavitel-img svg { max-width: 197px; }
.form-group-wrapper .kavitel-img { flex: initial; }
.form-group-wrapper .kavitel-candle-description .kavitel-desc { color: #441D10; font-family: Roboto; font-size: 25px; font-weight: 400; line-height: normal; }
.form-group-wrapper .price-radio-btn:checked ~ .kavitel-candle-description .kavitel-desc, .kavitel-yellow .price-radio-btn:checked ~ .kavitel-candle-description .kavitel-candle-inner span { color: #fff; }

/* Thnaku layout */
.thankyou-wrapper { padding: 50px; background: #fff; }
.thankyou-wrapper-inner { border-radius: 20px; background: #FAF3DF; padding: 30px 50px; display: flex; flex-direction: column; gap: 30px; text-align: center; max-width: 800px; margin: 0 auto; }
.upper-area h2 { color: #000; font-family: Roboto; font-size: 30px; font-style: normal; font-weight: 700; line-height: normal; margin-bottom: 10px; }
.upper-area p { color: #000; font-family: Roboto; font-size: 18px; font-style: normal; font-weight: 400; line-height: normal; }
.check-big-ico { width: 100%; max-width: 100px; aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center; margin: 0 auto; }
.thank-bottom-area p { color: #000; text-align: center; font-family: Roboto; font-size: 15px; font-weight: 400; line-height: normal; }
.button-bottom-area { margin: 10px 0px; }

/* Popup Layout */
.popup-wrapper { position: fixed; top: 0%; left: 0%; width: 100%; z-index: 999; display: none; align-items: center; overflow: hidden; height: 100%; padding: 20px; }
.popup-wrapper.show { display: flex; }
.bg-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: .5; z-index: 1; }
.popup-inner-wrapper { position: relative; width: 100%; max-width: 960px; margin: auto; z-index: 2; border-radius: 20px; background: #FFF; box-shadow: 4px 5px 10px 0 rgba(0, 0, 0, 0.25); }
.popup-header { border-radius: 20px 20px 0 0; background: #441D10; padding: 40px 30px; position: relative; }
.popup-header h2 { color: #F9D57F; font-family: Gopher; font-size: 35px; font-style: normal; font-weight: 905; line-height: normal; margin-bottom: 0px; text-align: center; }
.popup-header p { color: #fff; line-height: normal; font-family: 'Roboto'; font-weight: 400; }
.close-btn { position: absolute; top: -35px; right: 0px; width: 35px; aspect-ratio: 1/1; cursor: pointer; font-size: 20px; border-radius: 100px; background: #fff; display: flex; align-items: center; justify-content: center; }
.close-btn svg { width: 18px; height: 18px; }
.popup-body { max-height: calc(100dvh - 267px); overflow-x: hidden; overflow-y: auto; padding: 50px; }
.popup-body p { color: var(--Main-Black, #0B101F); font-family: Roboto; font-size: 16px; font-weight: 400; line-height: 24px; }
.popup-body .form-list .rows-group:first-child { margin-top: 0; }
.popup-bottom-button { margin-top: 50px; text-align: center; }
.popup-bottom-button .prime-button { background: #441D10; margin: 0 auto; padding: 0 20px; color: #FFD284; font-size: 22px; font-weight: 700; text-decoration: none; border: 1px solid transparent; border-radius: 5px; height: 60px; display: flex; align-items: center; outline: none; appearance: none; -webkit-appearance: none; -moz-appearance: none; justify-content: flex-start; width: 155px; position: relative; padding-right: 50px; transition: all 0.3s ease; }
.popup-body .decription-area h5 { color: #441D10; font-family: Gopher; font-size: 28px; line-height: normal; }
.popup-bottom-btn { text-align: center; }
.skip-btn { color: #000; font-family: Roboto; font-size: 20px; font-style: normal; font-weight: 700; line-height: normal; display: inline-flex; align-items: center; justify-content: center; margin: 0 auto; text-decoration: initial; }
.popup-wrapper .kavitel-candle-outer { margin-bottom: 50px; }
.popup-wrapper .kavitel-candle-content { margin-bottom: 20px; }
.popup-contant-wrapper .decription-area { margin: 30px 0px; }
.popup-wrapper .thankyou-wrapper { padding: 50px 0px 0; }
.popup-wrapper .thankyou-wrapper-inner { max-width: 100%; }

/* Sticky Footer */
.sticky-footer-bottom { position: sticky; bottom: 0; }
.collapsed .kavitel-candle-wrapper { display: none; }
.collapse-btn { position: absolute; top: 0; right: 30px; font-size: 25px; color: #000; cursor: pointer; display: flex; align-items: center; justify-content: center; aspect-ratio: 1/1; }
.collapsed .collapse-btn {
    top: 50%;
    transform: translateY(-50%);
}
.collapse-btn i { transition: all .3s ease-in-out; }
.collapsed .collapse-btn i { transform: rotateX(180deg); }
.sticky-footer-bottom .kavitel-candle-description { display: flex; align-items: stretch; justify-content: space-between; gap: 20px; padding: 20px; }
.sticky-footer-bottom .kavitel-yellow .prime-button { max-width: 160px; }
.sticky-footer-bottom .kavitel-yellow .kavitel-img { max-width: 105px; }
.sticky-footer-bottom .kavitel-candle-outer { border-radius: 30px 30px 0 0; background: #FAF3DF; box-shadow: 0 -4px 6px 0 rgba(0, 0, 0, 0.15); padding: 30px; }

@media(max-width: 1600px) {
    .donate-section .container, .donation-fixed-bar .container, .footer .container, .header .container{padding: 0 60px;}
    .donate-section .bluelight { padding: 0; padding-bottom: 50px; }
    .about-video-section .flex-col-two .cols iframe { max-width: 100%; min-width: 100%; }
}
@media(max-width: 1590px) {
    .kvitel-section .cols { width: 100%; display: block; }
    .dark-purple .cols-select-category { width: 100%!important; }
    .cols.masked-card span { max-width: 76%; }
}
@media(max-width: 1200px) {
    .about-video-section .flex-col-two .cols img { width: 100%; }
    .about-video-section .heading-section { margin-bottom: 0; }
    .about-content h1 br { display: none; }
    .video-button-section { display: none; }
    .cols.masked-card span { max-width: 100%; }
    .about-video-section .flex-col-two .cols.video-section { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
    .owl-carousel .owl-video-tn { min-height: 425px; }
    .about-content p { padding-right: 0; }
    .about-more-info .about-images { min-width: 280px; margin-right: 64px; width:auto; }
    .cols.masked-card span { max-width: 87%; }
    .kavitel-candle-inner p { font-size: 26px; }
    .kavitel-candle-content { gap: 16px; }
    .horz-tabs-wrapper .donation-listing-content { grid-template-columns: repeat(8, 1fr); }

    .stats-wrapper {
        padding: 50px 30px;
    }
    .stat-number {
        font-size: 35px;
    }
    .stat-text {
        font-size: 22px;
    }
    .stat-item:not(:last-child) {
        padding-right: 20px;
    }
    
}
@media(max-width: 1100px) {
    .donation-fixed-bar .flex-col-three { flex-wrap: wrap; justify-content: flex-start; }
    ul.perakim-list li { margin: 0 5px 5px 0; }
    .donation-fixed-bar .flex-col-three .cols { width: 100% }
    .donation-fixed-bar .flex-col-three .cols.submit-button-section { width: auto; }
    .location-section { margin: 0; }
    .donation-listing-section.slick-initialized .slick-slide.owl-item { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0 0 70px 0; width: 100%; }
    .about-video-section .flex-col-two .cols.video-section { justify-content: flex-start; margin-top: 50px; margin-bottom: 30px; }
    .form-section {padding-bottom: 100px;}
    .more-btns { margin-top: 20px; }
    .delayedPopup h3 { font-size: 30px; }
    .delayedPopup h4 { font-size: 30px; }
    .delayedPopup p { font-size: 22px; line-height: 28px; margin-bottom: 10px; padding-right: 20px; }
    .delayedPopup p.p-5 { padding-top: 30px; }
    .donate-section .container, .donation-fixed-bar .container, .footer .container, .header .container { padding: 0 30px; }
    .donate-section .bluelight { padding: 0; padding-bottom: 50px; }
    .header .container { padding: 0 20px; }
    .about-section .container { padding: 0 40px; }

    .group-items-outer {
        flex-direction: column;
    }
    .group-items-outer .signup-wrapper {
        max-width: 100%;
    }

    .sticky-footer-bottom .kavitel-yellow .prime-button {
        max-width: 160px;
        width: initial;
    }
}
@media(max-width: 991px) {
    .about-content h1 { margin-bottom: 30px; font-size: 42px; }
    .donation-head h2:before{display: none;}
    .about-video-section .heading-section { margin-bottom: 20px; }
    .footer-flex-col { flex-wrap: wrap; justify-content: center; }
    .footer .logo-section { width: 100%; display: flex; justify-content: center; margin: 0 0 40px 0; }
    ul.treatment-list { flex-wrap: wrap; }
    ul.treatment-list li { margin-bottom: 5px; margin-right: 10px; margin-bottom: 10px; }
    .video-carousel-custom { padding: 20px 0 20px 0; }
    .video-carousel-custom .owl-stage { padding-left: 20px !important; }
    .video-carousel-custom { border-radius: 10px; }
    .video-carousel-custom { border-top-left-radius: 20px; border-bottom-left-radius: 20px; border-top-right-radius: 0; border-bottom-right-radius: 0; }
    .more-btns { margin-top: 20px; }
    .about-more-info { padding-top: 40px; }
    .donation-head .number { width: 56px; height: 56px; min-width: 56px; min-height: 56px; line-height: 56px; font-size: 30px; }
    .donation-head h2 b{font-size:30px;}
    ul.treatment-list li a { padding: 15px 30px; }
    input#other{width:152px;}
    .main-container .ohel-group-banner { padding: 0px 25px 0px 25px; }
    .main_div { display: block; }
    .toggle-header { display: block; float: right; margin-top: 9px; }
    .hebrew_right { display: none; margin-top: 32px; padding-bottom: 34px; }
    .hebrew_right.open-mobile { display: block; }
    .hebrew_right_inner { margin: 12px 0px; }
    .main-container .header { border-bottom: inherit; }
    .hebrew_right_inner:after { width: initial !important; }
    .about-content h1 { padding-right: 0rem; font-size: 36px; }
    .about-info-two-col-section { padding-right: 0rem; }
    .kvitel-section .cols { width: 100%; }
    .select-category li a { font-size: 20px; }
    .cols.masked-card span { max-width: 100%; }
    .hebrew_right_inner.active { border-radius: 5px; }
    .col-full.margin-top-10 { padding-bottom: 0px; }
    .banner-counter { flex-wrap: wrap; }
    .kavitel-candle-wrapper { max-width: 100%; }
    .kavitel-candle-content { margin-bottom: 20px; }
    .kavitel-img svg { max-width: 150px; }
    .kavitel-candle-inner .check-price, .kavitel-candle-inner .kavitel-desc { display: none; }
    .kavitel-candle-description .on-mobile { display: block; }
    .col8-half, .col4 { width: calc(50% - 8px); }
    .rows-group, .inner-rows-group { gap: 16px; }
    .kavitel-candle-inner { gap: 16px; }
    .kavitel-candle-description .amount { font-size: 22px; }
    .content-text p { font-size: 20px; }
    .horz-tabs-wrapper .form-section .cols { margin: 0; width: 100%; }
    .step-number, .steps-description { font-size: 24px; }
    .kavitel-candle-description .on-mobile .kavitel-desc { margin-bottom: 10px; display: block; }

    .video-area-wrapper {
        background: #F9D57F;
        background-blend-mode: initial;
    }
    .section-inner-head h3 {
        font-size: 25px;
    }
    .btn-wrap {
        font-size: 18px;
    }
    .stats-wrapper {
        padding: 30px 20px;
    }
    .stats-wrapper-inner {
        gap: initial;
        flex-direction: column;
    }
    .stat-item:not(:last-child) {
        padding-right: initial;
        padding-bottom: 10px;
        border-right: initial;
        border-bottom: 2px solid #d1c5c1;
        margin-bottom: 10px;
    }
    .stat-number {
        font-size: 25px;
    }
    .stat-text {
        font-size: 16px;
        max-width: 100%;
    }

    .video-text-area {
        padding: 15px;
        gap: 10px;
        max-width: 330px;
    }
    .video-text-area h3 {
        font-size: 25px;
        max-width: 245px;
        margin: 0 auto;
    }
    .timeline-area {
        gap: 30px;
        margin: initial;
    }
    .timeline-area li span b {
        font-size: 22px;
    }
    .timeline-area li span {
        font-size: 16px;
    }
    .previous-videos-contant h3 {
        font-size: 25px;
    }
    .video-container-inner {
        padding: 30px;
    }
    .form-group-wrapper .kavitel-candle-content {
        align-items: center;
    }
    .kavitel-yellow.kavitel-candle-description {
        padding: 20px 20px;
    }
    .kavitel-yellow .kavitel-candle-inner p {
        font-size: 25px;
    }
    .kavitel-yellow .kavitel-candle-inner span {
        font-size: 14px;
    }
    .kavitel-yellow .kavitel-candle-content {
       margin-bottom: 0px;
    }

    .sticky-footer-bottom .kavitel-candle-outer {
        padding: 15px;
    }
    .collapse-btn { right: 15px; font-size: 15px; }
    .sticky-footer-bottom .kavitel-yellow .kavitel-img, .form-group-wrapper .kavitel-img {
        max-width: 64px;
    }
    .sticky-footer-bottom .kavitel-yellow .kavitel-candle-inner p {
        font-size: 18px;
    }
    .sticky-footer-bottom .kavitel-yellow .prime-button {
        padding: 15px;
        font-size: 18px;
    }



}
@media(max-width: 767px) {
    .donation-head-small { min-width: inherit; }
    .about-more-info .about-images{margin-right: 0;}
    input#other { width: 100%; }
    .about-more-info .flex-col-two p { margin-bottom: 20px; }
    .about-more-info { padding: 20px 0 30px; }
    .owl-theme .owl-nav { width: 100%; }
    .more-btns { padding-left: 0; }
    .about-section .container { padding: 0 30px; }
    .form-section { padding-bottom: 100px; }
    .about-more-info .flex-col-two p { font-size: 18px; line-height: 26px; }
    .about-section .about-content { padding-top: 30px; }
    .about-more-info .text-content { margin: 40px 0 0 0; }
    .about-more-info .flex-col-two p { margin-right: 0; }
    ul.list-tabs li a { padding: 10px 12px; }
    .donation-head h2 div { padding-right: 0; }
    #accordianList { margin: 0 0 40px 0; display: none; }
    ul.perakim-list { flex-wrap: wrap; }
    ul.perakim-list li { width: 90%; margin: 0 0 15px 0; }
    .totalText { display: block; }
    .accordian-icon { background: url('../images/square-caret-up.svg') no-repeat left top; width: 18px; height: 18px; position: absolute; right: 0; }
    .accordian-icon.open { background: url('../images/square-minus.svg') no-repeat left top; width: 18px; height: 18px; position: absolute; right: 0; }
    .donation-head-small h4:before { width: 94%; }
    ul.perakim-list li a { background: none; color: #212E65; height: auto; font-size: 20px; padding-left: 20px; }
    ul.perakim-list li:hover a { background: none; color: #000; }
    ul.perakim-list li svg path { fill: #000000; }
    ul.perakim-list li .closeBtn { right: inherit; left: 0; top: 50%; transform: translateY(-50%); height: 14px; width: 14px; display: flex; }
    ul.perakim-list li svg { width: 14px; height: 14px; }
    ul.perakim-list.flex-Cols { display: flex; flex-wrap: nowrap; }
    ul.perakim-list.flex-Cols li.totalText { background: #212E65; display: flex; align-items: center; margin: 0 2px 0 0; border-top-left-radius: 5px; border-bottom-left-radius: 5px; font-size: 20px; color: #FDF302; font-weight: 800; text-transform: uppercase; white-space: nowrap; padding: 0 20px; }
    .donation-fixed-bar .flex-col-three .cols.fixed-width { width: 55%; margin: 0; }
    .donation-fixed-bar .flex-col-three .cols.submit-button-section { width: 40%; margin: 0; margin-left: 2px; }
    #totalAmountValue { border-radius: 0; }
    .btnSubmit { width: 180px; border-top-left-radius: 0; border-bottom-left-radius: 0; }
    .donation-fixed-bar .container { padding: 0 30px; margin: 0 auto; }
    .btnSubmit em { margin-right: 20px; }
    .donation-fixed-bar .flex-col-three { justify-content: space-between; }
    .donation-fixed-bar .flex-col-three .cols.submit-button-section { width: 44%; }
    .submit-button-section { margin-left: 2px; }
    .location-section { width: 100%; margin: 40px 0 0 0; order: 3; }
    .donation-fixed-bar .flex-col-three .cols { margin-right: 0; }
    .desktop-banner-img { display: none; }
    .mobile-banner-img { display: block; }
    .acheinu .mobile-banner-img { display: block; min-height: 375px; object-fit: contain; background: #C4C4C4; background-image: url(../images/acheinu-mobile-banner-bg.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; }
    .about-content h1 { font-size: 35px; line-height: 40px; margin-bottom: 20px; }
    .about-content p { font-size: 18px; line-height: 22px; }
    .about-more-info .flex-col-two { flex-wrap: wrap; justify-content: center; }
    .about-more-info .flex-col-two .cols { width: 100%; }
    .about-more-info .aboutImage { width: 100%; }
    .donate-section .container { padding: 0 30px; }
    .container { padding: 0 30px; margin: 0 auto; }
    .donation-head h2:before { display: none; }
    .form-section .flex-col-two { flex-wrap: wrap; }
    .form-section .cols { width: 100%; }
    .donation-head h2 b { font-size: 25px; }
    .form-section .cols { margin: 0 0 20px 0; }
    .credit-card-section .cols.cardsection { width: 100%; }
    .donation-head h2 { border-bottom: 2px solid #212E65; padding-bottom: 20px; width: 100%; }
    .donation-head .number { width: 46px; height: 46px; min-width: 46px; min-height: 46px; line-height: 46px; font-size: 25px; font-weight: 600; }
    .donate-section .container.bluelight { padding: 0; padding-bottom: 40px; } div.donate-tabs { padding: 0 60px 0 60px; }
    .slick-prev { left: 10px; }
    .slick-next { right: 10px; } div.donate-tabs .owl-item.slick-slide.slick-current.slick-active a { margin: 0; }
    .donation-listing-section.slick-initialized .slick-slide.owl-item { display: grid; grid-template-columns: repeat(4, 1fr); }
    input[type="text"], input[type="email"] { padding: 16px; }
    .form-section .flex-col-two { margin-bottom: 0; }
    .form-section { margin: 30px 0 0; }
    .form-section h3 { font-size: 20px; line-height: 26px; }
    .form-section .text-content p { font-size: 20px; } [type="radio"]:checked + label, [type="radio"]:not(:checked) + label { font-size: 20px; }
    ul.treatment-list { justify-content: space-between; }
    ul.treatment-list li { width: 49%; margin: 0; margin-bottom: 2%; }
    ul.treatment-list li a { text-align: center; }
    .clickhereBtn { margin-left: 0; }
    .form-section .text-content p b { display: block; }
    .owl-carousel .owl-video-tn { min-height: 300px; }
    .about-info-two-col-section { padding-right: 20px; }
    .delayedPopup h4 { font-size: 24px; }
    .delayedPopup p { font-size: 18px; line-height: 24px; margin-bottom: 10px; padding-right: 20px; }
    .delayedPopup p.p-5 { padding-top: 20px; }
    .kvitel-section .flex-col-two { flex-wrap: wrap; }
    .kvitel-section h3{margin-bottom: 15px;}
    .HusbandWife .cols{width:50%;}
    .select-dropdown {padding: 16px;}
    .header .logo.logo-ohel img { height: auto; max-width: 100%; }
    .main-container .ohel-group-banner { padding: 0px 10px 0px 10px; }
    .about-video-section .flex-col-two { flex-wrap: wrap; }
    .about-video-section .flex-col-two .cols { width: 100%; }
    .about-video-section .flex-col-two .cols.video-section { width: 100%; }
    .about-video-section .flex-col-two .cols.video-section { width: 100%; }
    .select-category { flex-wrap: wrap; column-gap: 20px; row-gap: 20px; }
    ul.treatment-list { display: flex; justify-content: flex-start; margin-bottom: 15px; row-gap: 15px; }
    .about-video-section .flex-col-two .cols iframe { height: 277px; margin-top: 32px; }
    .col-full.margin-top-10 { padding-bottom: 0px; }
    .about-video-section .flex-col-two .cols iframe { position: inherit!important; }
	.horz-tabs-wrapper .donation-listing-content { grid-template-columns: repeat(3, 1fr); grid-column-gap: 4px; grid-row-gap: 4px; }
	.form-section .text-content p b { display: initial; }
    .donate-section .container { padding: 0 30px; }
    .col4 { width: 100%; }
    .col2 { width: calc(50% - 8px); }
    .kavitel-img { max-width: 100px; }
    .button-bottom-area .prime-button { width: 100%; }
    .donation-head-inner { flex-wrap: wrap; }
    .head-inline .step-number { width: 100%; }
    .horz-tabs-wrapper .head-inline .tehillim-steps { flex: 1; }
    .head-inline .step-number { border-right: initial; }
    .head-inline .complate .step-number { border-right: 2px solid #fff; }
    .head-inline .steps-description { border-top: 2px solid #fff; flex: 1 100%; }
    .step-number, .steps-description { font-size: 20px; }
    .tehillim-steps-wrappper .step-number small { font-size: 12px; min-width: 20px; max-width: 20px; }
    .sort-wrapper { display: none; }
    .fillter-btn { display: flex; }
    .filter-wrapper { display: none; }
    .horz-tabs-wrapper ul.word-tabs { max-width: calc(100% - 39px); }
    .horz-tabs-wrapper ul.word-tabs li a { padding: 7px 10px; }
    .active .filter-wrapper { display: flex; flex: 1 100%; justify-content: flex-start; }
    

    
    .section-inner-head {
        padding: 0px 20px;
    }
    .video-inner-wrapper {
        padding: 25px 0px;
    }
    .video-container-inner {
        padding: 0px 0px 20px;
        margin: 30px auto;
    }
    .decription-area {
        margin: 30px 20px;
    }
    .video-area-wrapper .kavitel-yellow.kavitel-candle-outer {
        padding: 0px 20px;
    }
    .kavitel-yellow.kavitel-candle-outer {
        flex-direction: column;
    }
    .kavitel-yellow .kavitel-candle-description {
        width: 100%;
    }
    .kavitel-yellow .kavitel-candle-wrapper { max-width: 100% }
    .animate-controller:not(:last-child) {
        padding-bottom: 10px;
    }
    .recent-slider img {
        width: 31px;
    }
    .person-name {
        font-size: 14px;
    }
    .previous-video-wrapper {
        padding: 30px 0px;
    }
    .video-frame {
        position: relative;
        padding-top: 56.6%;
        overflow: hidden;
    }
    .video-frame iframe {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
    .previous-inner-videos {
        margin: initial;
        align-items: stretch;
        gap: 30px;
        flex-direction: column;
    }
    .previous-videos-contant {
        padding: 0px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }
    .previous-videos-contant h3 {
        font-size: 18px;
        margin-bottom: initial;
    }
    .form-group-wrapper .kavitel-candle-details {
        margin: 20px;
    }
    .group-items-inner .button-bottom-area {
        padding: 0 20px;
    }
    .form-group-wrapper .form-list {
        padding: 0px 20px;
    }
    .form-group-wrapper .kavitel-candle-description .kavitel-desc {
        font-size: 14px;
    }
    .form-group-wrapper .md-container, .form-group-wrapper .content-inner-area, .sticky-footer-bottom .md-container {
        padding: initial;
    }
    .sign-head .arrow-ico {
        display: inline-block;
    }
    .thankyou-wrapper {
        padding: 20px;
    }
    .thankyou-wrapper-inner {
        padding: 30px 20px;
        gap: 15px;
    }

    /* Popup */
    .popup-header {
        padding: 20px 30px;
    }
    .popup-header h2 {
        font-size: 25px;
    }
    .close-btn {
        top: -20px;
        right: -12px;
        width: 25px;
    }
    .close-btn svg {
        width: 12px;
        height: 12px;
    }
    .popup-body {
        max-height: calc(100dvh - 112px);
        padding: 25px 20px;
    }
    .popup-bottom-button .prime-button {
        width: 100%;
        padding-left: 20px;
    }
    .popup-body .decription-area {
        margin: 25px 0px;
    }
    .popup-body .decription-area h5 {
        font-size: 22px;
    }
    .popup-body p {
        font-size: 14px;
    }
    .popup-wrapper .kavitel-candle-outer {
        margin-bottom: 25px;
    }
    .btn-with-yellow .kavitel-candle-description {
        padding: 15px;
        display: flex;
        gap: 10px;
    }
    .popup-bottom-button {
        margin-top: 25px;
    }
    .btn-with-yellow .kavitel-img {
        flex: 1;
        max-width: 38px;
    }
    .btn-with-yellow .kavitel-candle-inner p {
        font-size: 18px;
    }
    .kavitel-yellow .prime-button {
        padding: 10px;
        font-size: 18px;
        width: initial;
    }
    .skip-btn {
        font-size: 18px;
    }


}
@media(max-width: 650px) {
    .delayedPopup .popup-content { flex-wrap: wrap; }
    .delayedPopup .popup-content .cols { width: 100%; }
    .delayedPopup .popup-content .cols img { margin-top: 40px; max-width: 150px; }
    .delayedPopup .popup-content { padding: 20px; }
    .delayedPopup .popup-head { padding: 10px 20px; }
    .delayedPopup .popup-head img { height: 30px; }
    #btnClose { position: absolute; right: -15px; top: -15px; }
    .wistia_embed{width:200px!important; height: 150px!important;}
    ul.wista-video li { padding: 10px; }
    .btnSubmit { width: 150px; }
    .banner-counter span { font-size: 60px; height: 110px; width: 80px; }
    .purple-bg-vezkaiyene a { padding: 15px; aspect-ratio: 2 / 1.8; min-height: initial; }
    .dark-purple .more-btns { margin-bottom: 32px; }
    .col-full.margin-top-10 { padding-bottom: 0px; }
    #sync1.owl-carousel .owl-stage-outer { max-width: 100%; }
    .banner-description p { font-size: 18px; }
    .kavitel-candle-inner p { font-size: 24px; }
    .kavitel-candle-description .check-price { padding: 10px; }

}
@media(max-width: 575px) {
    .kvitel-section .flex-col-two{flex-wrap:wrap;}
    .kvitel-section .flex-col-two .cols{width:88%;}
    .select-dropdown {min-width: inherit; width:100%; margin: 0;}
    .kvitel-section .flex-col-two.HusbandWife .cols.names{width:100%; padding: 0;}
    .kvitel-section .flex-col-two.HusbandWife .cols {width: 100%;}
    .flex-col-two.HusbandWife{margin-bottom: 15px;}
    .about-content h1 { color: #000; }
    ul.perakim-list.flex-Cols li.totalText { padding: 0 10px; }
    .banner-counter { gap: 16px; }
    .banner-counter span { height: 76px; width: 64px; }
    .about-video-section .flex-col-two .cols iframe { position: inherit!important; }
    .about-video-section .flex-col-two .cols iframe { margin-top: 0px; }
    .rows-group, .inner-rows-group { flex-direction: column; }
    .rows-group { margin-top: 20px; }
    .kavitel-candle-details { margin: 20px 0px 30px; }
    .kavitel-candle-content { gap: 10px; }
    .content-text p:not(:last-child) { margin-bottom: 12px; }
    .content-text p { font-size: 16px; }
    .donation-listing-section .slick-prev, .donation-listing-section .slick-next { width: 100%; padding: 10px; }
    .content-inner-area { padding: 20px 0px; }
    .group-items-penel:first-child .group-items-container { margin: 62px 0px; }
    .kavitel-candle-description { padding: 15px; }

    .upper-area h2 {
        font-size: 25px;
    }
    .upper-area p {
        font-size: 16px;
    }
    .check-big-ico {
        max-width: 75px;
    }


}
@media(max-width: 500px) {
    ul.wista-video{flex-wrap:wrap;}
    ul.wista-video li{width:90%;}
    .wistia_embed{width:290px!important; height: 230px!important;}
    ul.wista-video { flex-wrap: wrap; justify-content: center; width: auto; display: block; text-align: center; margin: 0 auto; }
    .btnSubmit { width: 130px; }
    ul.treatment-list li { width: 43%; }
    ul.treatment-list { row-gap: 15px; column-gap: 21px; }
}
@media(max-width: 470px) {
    .banner-counter { gap: 9px; }
    .donation-head-small h4:before { width: 90%; }
    .btnSubmit { width: 140px; padding: 0 10px; }
    ul.perakim-list.flex-Cols li.totalText, #totalAmountValue, .btnSubmit { font-size: 20px; font-weight: 800; }
    #totalAmountValue { width: auto; max-width: inherit; width: 100%; }
    #totalAmountValue, .btnSubmit { font-weight: 700; }
    .donation-fixed-bar .flex-col-three .cols.fixed-width { width: auto; }
    .contact-info ul { flex-wrap: wrap; justify-content: center; }
    .contact-info ul li a { padding-right: 0; margin-left: 0; }
    .contact-info ul li { border: 0; width: 100%; text-align: center; display: block; }
    .btnSubmit { width: 125px; padding: 0 10px; }
    .donation-listing-section.slick-initialized .slick-slide.owl-item { display: grid; grid-template-columns: repeat(5, 1fr); grid-column-gap: 4px; grid-row-gap: 4px; }
    .donation-listing-section .list-item { padding: 10px 0; }
    .donation-listing-section .donation-number { font-size: 20px; }
    .donate-section .container { padding: 0 15px; }
    .container { padding: 0 15px; margin: 0 auto; }
    .donation-head .number { margin-right: 15px; }
    ul.list-tabs li a { padding: 10px 6px; font-size: 12px; }
    .donation-head h2 b { font-size: 22px; }
    .owl-carousel .owl-video-tn { min-height: 200px; }
    ul.treatment-list li a { margin: 12px 0px; }
    .flex-col-one { gap: 0px; flex-wrap: wrap; }
    .flex-col-one { display: block; }
    .kavitel-candle-inner p { font-size: 18px; }
}
@media(max-width: 430px) {
    ul.perakim-list.flex-Cols li.totalText, #totalAmountValue, .btnSubmit { font-size: 16px; font-weight: 800; }
    .donation-listing-section .name { font-size: 9px; }
    .delayedPopup h4 { font-size: 20px; line-height: 30px; }
    .delayedPopup p { font-size: 16px; line-height: 24px; margin-bottom: 10px; padding-right: 20px; }
    .delayedPopup p.p-5 { padding-top: 15px; }
    .delayedPopup .popup-content .cols img { margin-top: 20px; max-width: 100px; }
    ul.list-tabs li a { font-size: 11px; }
    .donation-head h2 b { font-size: 17px; }
    ul.treatment-list li.member_options { display: none; }
    .kvitel-section .flex-col-two .cols {width: 100%;}
    .kvitel-section .flex-col-two .cols.names{margin: -13px 0 10px 0;  display: block; width:100%; font-size:16px; text-align: left; padding-left: 10px;}
    .kvitel-section .flex-col-two .cols.names span {display: inline-block; margin: 0;}
    .donation-listing-section .slick-prev span, .donation-listing-section .slick-next span {font-size:14px;}
    .banner-counter p { font-size: 12px; }
    .span-counter-number { gap: 5px; }
    .ohel-group-inner h3 { font-size: 20px; padding: 25px 0px 14px 0px; }
    .about-section .about-content { padding-bottom: 34px; }
    .purple-bg-vezkaiyene { padding: 79px 0px 33px 0px; }
    .purple-bg-vezkaiyene a { padding: 15px 7px; }
    .overlay_bg { max-width: 100%; top: -12%; }
    .main_div a img { width: 174px!important; height: 35px; }
    .select-category { display: flex; flex-wrap: wrap; gap: 0px; row-gap: 15px; column-gap: 15px; }
    .toggle-header { margin-top: 2px; }
    .form-section .radio-section { margin: 0 0 10px 0; display: block; }
    ul.treatment-list li a { margin: 12px 0px; }
    .flex-col-one { gap: 0px; flex-wrap: wrap; }
    .cols.masked-card span { max-width: 100%; }
    .flex-col-one { display: block; }
    .select-category li a { font-size: 16px; }
    .select-category li { padding: 15px 21px; }
    ul.treatment-list { column-gap: 25px; }
    ul.treatment-list li { width: 40%; }
    .donation-listing-section .slick-prev, .donation-listing-section .slick-next { padding: 8px 8px; }
    .dark-purple .list-tabs li.incart a { font-size: 11px; }
    .donation-lists-tabs { justify-content: flex-start; }
    .more-btns { margin: 32px 0px; }
    .dark-purple .more-btns { margin-top: 32px; }
    .thankyou-box { padding: 30px 10px; }
}
@media(max-width: 320px) {
    .btnSubmit { width: 105px; }
    ul.perakim-list.flex-Cols li.totalText, #totalAmountValue, .btnSubmit { padding: 0 0px; }
    .select-category li { padding: 15px 15px; }
    .select-category { column-gap: 6px; }
    .donation-head h2 b { font-size: 14px; }
    .donation-head .number { margin-right: 5px; }
    .donation-listing-section .slick-prev span, .donation-listing-section .slick-next span { font-size: 14px; }
    ul.list-tabs li a { font-size: 9px; }
    ul.word-tabs { margin-left: 4px; }
    ul.list-tabs li a { padding: 10px 4px; }
    .dark-purple .list-tabs li.incart a { font-size: 10px; }
    ul.word-tabs li a { padding: 0 7px; height: 27px; }
    .donation-fixed-bar .container { padding: 0 10px; }
    .about-content p { font-size: 18px; }
    .about-info-two-col-section { padding-right: 0px; }
    .dark-purple .more-btns { margin-top: 20px; }
    ul.treatment-list li a { padding: 15px 11px; }
    .banner-counter span { font-size: 55px; height: 68px; width: 60px; }
}