@font-face {
    font-family: 'fb_doarseriflight';
    src: url('../fonts/FbDoarSerifLight.eot');
    src: url('../fonts/FbDoarSerifLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FbDoarSerifLight.woff2') format('woff2'),
        url('../fonts/FbDoarSerifLight.woff') format('woff'),
        url('../fonts/FbDoarSerifLight.svg#FbDoarSerifLight') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00F7;
}
@font-face {
    font-family: 'fb_doarseriflight112';
    src: url('../fonts/fbdoarserif-light-webfont.woff2') format('woff2'),
        url('../fonts/fbdoarserif-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'noahregular';
    src: url('../fonts/noah-webfont.woff2') format('woff2'),
        url('../fonts/noah-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sweet_sans_probold';
    src: url('../fonts/sweetsansprobold-webfont.woff2') format('woff2'),
        url('../fonts/sweetsansprobold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sweet_sans_proheavy';
    src: url('../fonts/sweetsansproheavy-webfont.woff2') format('woff2'),
        url('../fonts/sweetsansproheavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sweet_sans_prolight';
    src: url('../fonts/sweetsansprolight-webfont.woff2') format('woff2'),
        url('../fonts/sweetsansprolight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sweet_sans_promedium';
    src: url('../fonts/sweetsanspromedium-webfont.woff2') format('woff2'),
        url('../fonts/sweetsanspromedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sweet_sans_proregular';
    src: url('../fonts/sweetsansproregular-webfont.woff2') format('woff2'),
        url('../fonts/sweetsansproregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
p {
    font-family: 'sweet_sans_proregular';
    font-size: 16px;
    line-height: 30px;
    padding: 0 0 20px 0;
}
.button-section {
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
}
h1 {
    font-size: 200px;
    line-height: 180px;
    color: #657A69;
    font-family: 'noahregular';
    font-weight: normal;
}
h2 {
    color: #344838;
    font-size: 45px;
    line-height: 64px;
    letter-spacing: .2em;
    padding: 0;
    padding: 0 0 25px 0;
    font-family: 'sweet_sans_proregular';
    text-transform: uppercase;
}
h2 span {
    color: #657A69;
}
h3 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    color: #3D4A40;
}
h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #3D4A40;
}
.primary-btn {
    font-family: 'sweet_sans_proheavy';
    color: #fff;
    padding: 17px 25px;
    border-radius: 30px;
    text-decoration: none;
    background: #657A69;
    font-size: 20px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    line-height: 22px;
    display: inline-block;
    transition: all .3s ease;
    cursor: pointer;
    box-shadow: none;
    outline: none;
    transition: all .5s ease;
    border: 0;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.primary-btn:hover {
    background: #CEC2A6;
    color: #fff;
}
.primary-btn-lg {
    font-family: 'sweet_sans_proheavy';
    color: #fff;
    padding: 20px 138px;
    border-radius: 100px;
    text-decoration: none;
    background: #657A69;
    font-size: 32px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    line-height: 40px;
    display: inline-block;
    transition: all .3s ease;
    cursor: pointer;
    box-shadow: none;
    outline: none;
    transition: all .5s ease;
    text-transform: uppercase;
    letter-spacing: .1em;
    border: 3px solid #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15)
}
.primary-btn-lg:hover {
    background: #fff;
    color: #657A69;
    border-color: #657A69;
}
.donate-button-section .primary-btn {
    background: #fff;
    color: #657A69;
    padding: 0 70px;
    height: 44px;
    display: inline-flex;
    align-items: center;
}
.donate-button-section .primary-btn:hover {
    background: #CEC2A6;
    color: #fff;
}
.donate-button {
    display: flex;
    justify-content: center;
    margin-top: 61px;
    margin-bottom: 30px;
}
.donate-button .primary-btn {
    background: #657A69;
    color: #fff;
    padding: 0 94px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    font-size: 32px;
    line-height: 35px;
}
.donate-button .primary-btn:hover {
    background: #CEC2A6;
    color: #fff;
}
.container {
    max-width: 1800px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 40px;
}
.header {
    padding: 0;
    position: sticky;
    top: 0;
    background: #657A69;
    z-index: 999;
    transition: all 400ms ease;
}
.header .logo a {
    display: block;
    cursor: pointer;
    padding: 35px 0;
}
.header .logo img {
    display: block;
    max-width: inherit;
}
.header .flex-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header.fixed {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}
.header.fixed .logo img {
    height: 60px;
}
.header.fixed .logo a {
    padding: 10px 0;
}
.header.fixed .navigation ul li a {
    padding-top: 20px;
    padding-bottom: 20px;
}
.banner-pattern {
    position: absolute;
    right: 80px;
    top: 60px;
    z-index: 2;
}
.navigation {
    display: flex;
    justify-content: flex-end;
}
.navigation ul {
    display: flex;
    list-style: none;
    max-width: inherit;
}
.navigation ul li {
    list-style: none;
    white-space: nowrap
}
.navigation ul li a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 60px 25px;
    list-style: none;
    display: block;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
    letter-spacing: .1em;
}
.navigation ul li a:hover {
    color: #CEC2A6;
}
a,
a:focus {
    outline: none !important;
    text-decoration: none;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.navigation ul li:last-child a {
    padding-right: 0;
}
.header .container {
    position: relative;
}
.container {
    position: relative;
}
.navigation ul li.active a {
    color: #0E5270;
}
.section {
    display: block;
}
.right-section-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    grid-column-gap: 40px;
}
.owl-item {
    padding: 0 !important;
}
.owl-stage-outer,
.owl-stage,
.owl-item,
.owl-item .item,
.banner-slide {
    height: 100%;
}
.banner {
    /* background: url("../images/banner-bg-desktop.jpg") no-repeat right top; */
    background: url("../images/webp/banner-bg-desktop.webp") no-repeat right top;
    background-size: cover;
    position: relative;
    height: 1040px;
}
.banner-section .image-panel {
    margin: 0 -50px 0 0;
}
.banner-section .image-panel img {
    height: 631px;
    width: auto;
}
.banner-section .image-panel img.mobile {
    display: none;
}
.banner-section .text-section-banner {
    padding: 125px 0 0 0;
    max-width: 800px;
}
.banner-section .button-section {
    display: block;
    text-align: center;
    margin-top: 50px;
}
.banner-section .text-section-banner h1 {
    padding-bottom: 40px;
}
.banner-section .text-section-banner p {
    font-size: 48px;
    line-height: 54px;
    text-transform: uppercase;
    text-align: right;
    font-family: 'sweet_sans_promedium';
}
.banner-section .flex-container {
    display: block;
}
.banner-donate {
    /* background: url("../images/donate-banner-bg-full.jpg") no-repeat right top; */
    background: url("../images/webp/donate-banner-bg-full.webp") no-repeat right top;
    background-size: cover;
    position: relative;
    height: 565px;
}
.banner-donate .container {
    height: 100%;
    display: flex;
    align-items: center;
}
.banner-donate .flex-container {
    display: flex;
}
.banner-donate .image-section {
    display: none;
}
.banner-donate .text-section-banner p {
    font-size: 40px;
    letter-spacing: .3em;
    text-align: left;
}
.banner-donate h1 {
    margin-bottom: 30px;
}
.banner-donate .text-section-banner p {
    font-family: 'sweet_sans_probold';
}
.banner-donate .image-section img.mobile {
    display: none;
}
.jewish-text-section {
    direction: rtl;
    border-top: 1px solid rgba(101, 122, 105, .76);
    margin-top: 30px;
    padding-top: 30px;
}
.jewish-text-section h3 {
    font-size: 64px;
    line-height: 70px;
    font-weight: normal;
    font-family: 'fb_doarseriflight';
    color: #657A69;
}
.jewish-text-section h3 span {
    font-size: 40px;
    line-height: 46px;
    display: block;
    padding-right: 20px;
    font-family: 'fb_doarseriflight';
}
.about-us-section {
    position: relative;
    background: #657A69 url("../images/ballon-hd.png") no-repeat right top;
    position: relative;
    background-size: auto 100%;
}
.about-us-section .right-image {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(280px)
}
.about-us-section .left-image {
    position: absolute;
    left: 0;
    bottom: -180px;
    transform: translateX(-150px)
}
.about-us-section .text-section {
    text-align: center;
    padding: 120px 0;
    max-width: 1320px;
    margin: 0 auto;
}
.about-us-section .title-section {
    max-width: 1200px;
    margin: 0 auto;
}
.about-us-section h2 {
    color: #fff;
}
.about-us-section .seprator {
    height: 1px;
    max-width: 770px;
    margin: 60px auto;
    background: #fff;
}
.about-us-section p {
    color: #fff;
    font-size: 25px;
    line-height: 41px;
}
.about-bonei-olam {
    padding: 110px 0 85px;
    background: url("../images/ribbon.png") no-repeat right bottom;
}
.about-bonei-olam .title-section {
    text-align: center;
}
.about-bonei-olam .title-section p {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 20px;
}
.about-list-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 34px;
    margin-top: 110px;
}
.about-list-section .about-listing {
    border: 1px solid #ccc;
    padding: 70px 30px;
    text-align: center;
    background: #fff;
}
.about-list-section .about-listing .icon-section {
    margin: 0 0 30px 0;
}
.about-list-section .about-listing p {
    font-size: 25px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    display: block;
    color: #344838;
}
.about-list-section .about-listing p strong {
    font-weight: normal;
    font-family: 'sweet_sans_probold';
}
.calltoaction {
    background: #657A69;
    padding: 85px 0 60px;
}
.calltoaction h2 {
    font-size: 147px;
    line-height: 132px;
    color: #fff;
    font-family: 'noahregular';
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 30px;
}
.calltoaction .text-section {
    text-align: center;
    display: block;
}
ul.Gratitude-links {
    display: flex;
    justify-content: center;
}
ul.Gratitude-links li {
    font-size: 33px;
    line-height: 41px;
    color: #fff;
}
ul.Gratitude-links li a {
    padding: 20px 60px;
    border-right: 1px solid #CEC2A6;
    color: #fff;
}
ul.Gratitude-links li:last-child a {
    border: 0;
    padding-right: 0;
}
ul.Gratitude-links li:first-child a {
    padding-left: 0;
}
.partner-with-us {
    background: #EFEEEC url("../images/hand-bg.png") no-repeat left 20px;
    position: relative;
    padding: 120px 0 100px 0;
}
.partner-with-us .title-section {
    display: block;
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
}
.partner-with-us .title-section p {
    font-size: 30px;
    line-height: 44px;
}
.partner-with-us .container {
    max-width: 1312px;
    margin: 0 auto;
}
.partner-with-us .text-section {
    padding: 50px 60px 50px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
    background: #fff;
    text-align: center;
    margin: 50px 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.partner-with-us .text-section h3 {
    font-size: 33px;
    line-height: 42px;
    color: #657A69;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    font-weight: normal;
    font-family: 'sweet_sans_probold';
}
.partner-with-us .text-section p {
    font-size: 22px;
    line-height: 34px;
    color: #657A69;
    padding: 0;
}
.partner-with-us .seprator {
    height: 1px;
    width: 240px;
    background: rgba(101, 122, 105, .45);
    margin: 35px auto;
}
.partner-with-us .button-sectoin {
    display: block;
    text-align: center;
    margin: 70px 0 0;
}
.form-group {
    margin: 0 0 7px 0;
}
.intenal-content {
    max-width: 500px;
}
.form-control {
    border: 0;
    border-radius: 8px;
    padding: 16px 24px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #191919;
    outline: none;
    background: none;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
    font-family: "Outfit", sans-serif;
    border: 1px solid #fff;
}
.form-control:focus,
.form-control.valid {
    border-color: #999;
}
select.form-control {
    -webkit-appearance: none;
}
label {
    font-size: 16px;
    color: #6E747C;
    margin: 18px 0 15px 0;
    display: block;
}
label.error {
    font-size: 12px;
    color: red;
    font-weight: 300;
}
.g-recaptcha {
    opacity: 0;
}
.success_message,
.dynamic {
    padding: 10px 20px;
    display: none;
    color: #fff;
}
.success_message h5,
.dynamic h5 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}
.contact-form-panel {
    padding: 0 6px 6px;
    background: #0E5270;
    border-radius: 8px;
}
.donate-main-section {
    background: #FAFAF9;
    padding: 80px 0;
}
.donate-main-section .flex-container {
    display: flex;
    grid-column-gap: 68px;
}
.donate-main-section .flex-container .left-col {
    width: 55%;
}
.donate-main-section .flex-container .right-col {
    width: 45%;
}
.donate-form-section .center-text {
    text-align: center;
}
.donate-form-section .sub-text {
    font-size: 20px;
    line-height: 24px;
    color: #344838;
    margin: 0;
    padding: 0;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.donate-form-section .total-donation {
    font-size: 70px;
    line-height: 70px;
    color: #657A69;
    letter-spacing: 0;
    font-family: 'sweet_sans_probold';
}
.donate-form-section .dollar {
    font-size: 50px;
    line-height: 70px;
}
.donate-form-section {
    background: #fff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .05);
    padding: 60px;
    border-radius: 14px;
}
.donate-form-section .center-text {
    text-align: center;
}
.monthly-yearlay-tab {
    display: flex;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    grid-column-gap: 40px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    margin: 10px 0 0;
}
.monthly-yearlay-tab .donation-plan-list input[type="radio"] {
    position: absolute;
    display: block;
    opacity: 0;
    visibility: hidden;
}
.monthly-yearlay-tab input[type="radio"]~label {
    cursor: pointer;
    background: #fff;
    border: 2px solid #CEC2A6;
    color: #657A69;
    height: 44px;
    width: 310px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    font-family: 'sweet_sans_probold';
    font-size: 20px;
    line-height: 30px;
}
.monthly-yearlay-tab input[type="radio"]:checked~label {
    background: #657A69;
    border-color: #fff;
    color: #fff;
}
.donate-paypal {
    margin-top: 20px;
}
.donate-price-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 22px;
    grid-row-gap: 22px;
}
.donate-price-wrapper .price-list {
    border: 2px solid #CFD6D0;
    margin: 0;
    padding: 18px;
    border-radius: 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.price-list .price {
    font-size: 33px;
    line-height: 40px;
    margin: 0 0 10px 0;
    font-family: 'sweet_sans_probold';
}
.price-list p {
    font-size: 19px;
    line-height: 28px;
    margin: 0;
    padding: 0;
}
.donate-price-wrapper .listing {
    position: relative;
    width: 100%;
}
.donate-price-wrapper .listing:last-child {
    align-self: center;
    justify-self: center;
}
.donate-price-wrapper .listing input[type="radio"] {
    position: absolute;
    display: block;
    opacity: 0;
    visibility: hidden;
}
.donate-price-wrapper .listing input[type="radio"]~label {
    cursor: pointer;
    background: #fff;
    height: 100%;
}
.donate-price-wrapper .listing input[type="radio"]:checked~label {
    background: #657A69;
    border-color: #657A69;
}
.form-control.error {
    border-color: #F35D5D;
    color: #F35D5D;
}
.donate-price-wrapper .listing input[type="radio"]:checked~label .price {
    color: #fff;
}
.donate-price-wrapper .listing input[type="radio"]:checked~label p {
    color: #fff;
}
.price-list .price-input {
    font-size: 33px;
    line-height: 40px;
    line-height: 40px;
    margin: 0;
    border: 0;
    background: none;
    outline: none;
    border-bottom: 2px solid #657A69;
    color: #657A69;
    font-family: 'sweet_sans_probold';
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.custom-price span {
    font-size: 33px;
    line-height: 40px;
    font-family: 'sweet_sans_probold';
}
.donate-price-wrapper .price-list .Other-text {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 28px;
    margin: 5px 0 0;
    display: block;
    padding: 0;
    font-family: 'sweet_sans_probold';
}
.other-donation {
    background: #fff;
}
.other-donation.active {
    background: #657A69;
    border-color: #657A69;
    ;
}
.custom-price {
    display: flex;
    align-items: center;
}
.other-donation.active .price-input {
    color: #fff;
    border-color: #fff;
}
.other-donation.active .custom-price span {
    color: #fff;
}
.other-donation.active p.Other-text {
    color: #fff;
}
.donation-form {
    margin: 40px 0 0;
}
.donation-form label {
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'sweet_sans_proregular';
    line-height: 22px;
    margin: 0 0 10px;
    padding: 0;
    letter-spacing: .1em;
}
.donation-form h3 {
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    font-family: 'sweet_sans_probold';
    margin: 40px 0 20px;
    padding: 0;
}
.donation-form .form-group {
    margin: 0 0 20px 0;
}
.donation-form .two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 70px;
}
.donation-form .three-col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 70px;
}
.payment-detail-section {
    display: flex;
    grid-column-gap: 32px;
    align-items: center;
}
.card-list input[type="radio"] {
    position: absolute;
    display: block;
    opacity: 0;
    visibility: hidden;
}
.card-list input[type="radio"]~label {
    cursor: pointer;
    height: 40px;
    background: #fff;
    position: relative;
    padding-left: 36px;
    font-size: 17px;
    margin: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    height: 28px;
}
.card-list input[type="radio"]~label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #D8DCD9;
    background: #F5F5F5;
    border-radius: 100%;
}
.card-list input[type="radio"]:checked~label:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 7px;
    width: 13px;
    height: 13px;
    background: #657A69;
    border-radius: 100%;
}
.card-list input[type="radio"]:checked~label:before {
    border: 1px solid #657A69;
    background: #fff;
    width: 25px;
    height: 25px;
}
.card-message {
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'sweet_sans_probold';
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: .1em;
}
.two-col.month-year {
    justify-content: flex-start;
    display: flex;
    grid-column-gap: 43px;
}
.two-col.month-year .form-group {
    max-width: 214px;
}
.secured {
    display: flex;
    margin-top: 34px;
}
.two-col.card-col {
    grid-column-gap: 36px;
    justify-content: flex-start;
    display: flex;
}
.two-col.card-col .form-group {
    max-width: 476px;
    width: 100%;
}
.secured img {
    height: 51px;
}
.checkbox-section {
    padding-top: 20px;
}
.checkbox-section input[type="radio"] {
    position: absolute;
    display: block;
    opacity: 0;
    visibility: hidden;
}
.checkbox-section input[type="radio"]~label {
    cursor: pointer;
    height: 40px;
    background: #fff;
    position: relative;
    padding-left: 42px;
    font-size: 17px;
    margin: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    height: 28px;
}
.checkbox-section input[type="radio"]~label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #D8DCD9;
    background: #F5F5F5;
    border-radius: 100%;
}
.checkbox-section input[type="radio"]:checked~label:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 7px;
    width: 13px;
    height: 13px;
    background: #657A69;
    border-radius: 100%;
}
.checkbox-section input[type="radio"]:checked~label:before {
    border: 1px solid #657A69;
    background: #fff;
    width: 25px;
    height: 25px;
}
.checkbox-section input[type="checkbox"] {
    position: absolute;
    display: block;
    opacity: 0;
    visibility: hidden;
}
.checkbox-section input[type="checkbox"]~label {
    cursor: pointer;
    height: 40px;
    background: #fff;
    position: relative;
    padding-left: 42px;
    font-size: 17px;
    margin: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    height: 28px;
    padding-top: 5px;
}
.checkbox-section input[type="checkbox"]~label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #D8DCD9;
    background: #F5F5F5;
    border-radius: 0;
}
.checkbox-section input[type="checkbox"]:checked~label:after {
    content: url('../images/check-mark.svg');
    position: absolute;
    left: 6px;
    top: 2px;
    border-radius: 0;
}
.checkbox-section input[type="checkbox"]:checked~label:before {
    border: 1px solid #657A69;
    background: #fff;
    width: 25px;
    height: 25px;
}
.checkbox-section label p {
    font-size: 17px;
    line-height: 22px;
    font-family: 'sweet_sans_probold';
    display: block;
}
.checkbox-section label p span {
    display: block;
    font-family: 'sweet_sans_proregular';
    padding-top: 5px;
}
.single-checkbox {
    display: flex;
}
.single-checkbox p {
    margin: 0;
    padding: 0;
}
label.error {
    font-size: 12px;
    color: #F35D5D;
    font-weight: 300;
    margin: 0;
    padding: 10px 0;
    font-style: normal;
    line-height: 14px;
    font-family: "Outfit", sans-serif;
    text-transform: none;
}
.form-input.error {
    border-color: red;
}
.dynamic {
    color: #21409A;
    padding: 10px 20px;
    display: none;
    margin-top: 20px;
}
.success_message {
    display: none;
}
.form-control {
    display: block;
    width: 100%;
    min-height: 51px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
    color: #344838;
    background-color: #F5F5F5;
    border-radius: 0;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    outline: none;
    border: 1px solid #D8DCD9;
    font-family: 'sweet_sans_promedium';
}
.dynamic h5 {
    padding: 0;
    margin: 0;
    color: #21409A;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.form-message-text {
    background: #fff;
    padding: 10px 20px;
    border: 2px solid #CEC2A6;
}
.form-message-text h3 {
    margin: 0 !important;
    color: #657A69;
}
.form-message-text p {
    color: #6E747C;
    font-family: 'sweet_sans_proregular';
    padding: 0;
    text-align: center;
}
.footer {
    padding: 15px 0;
    background: #657A69;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}
.footer .flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column-gap: 70px;
}
footer p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}
.footer a {
    color: #fff;
    font-weight: 600;
}
.footer .right-col {
    color: #fff;
}
.ThankPopup .seprator {
    height: 1px;
    width: 205px;
    margin: 50px auto;
    background: #fff;
}
.ThankPopup h2 {
    font-size: 53px;
    line-height: 64px;
    margin: 0;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'sweet_sans_probold';
}
.ThankPopup h2 span {
    font-size: 41px;
    line-height: 64px;
    display: block;
    color: #fff;
    font-family: 'sweet_sans_proregular';
}
.ThankPopup {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
}
.popup-content {
    max-width: 621px;
    margin: 0 auto;
}
.popup-content p {
    max-width: 480px;
    margin: 0 auto;
    font-size: 30px;
    line-height: 38px;
    font-family: 'sweet_sans_proregular';
}
.popup-content .logo-bonei-chabad {
    margin: 60px 0 0 0;
}
.popup-content .logo-image {
    margin-bottom: 60px;
}
.ThankPopup {
    display: block;
    position: fixed;
    padding: 80px 20px 50px;
    width: 100%;
    max-width: 840px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    background-color: #657A69;
    z-index: 999999;
    border-radius: 10px;
    color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-height: 90vh;
    overflow-x: scroll;
}
.backgroundOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 99999;
    display: none;
}
#closebtn {
    position: absolute;
    right: 30px;
    top: 10px;
    cursor: pointer;
}
#closebtn:hover svg path {
    opacity: .5;
}
.banner-mob-img {
    display: none;
}
@media(max-width: 900px) {
    .ThankPopup {
        max-width: 90%;
    }
    .ThankPopup h2 {
        font-size: 44px;
        line-height: 52px;
    }
    .ThankPopup h2 span {
        font-size: 30px;
        line-height: 52px;
    }
    .popup-content p {
        font-size: 24px;
        line-height: 32px;
    }
    .ThankPopup .seprator {
        width: 180px;
        margin: 40px auto;
    }
    .popup-content .logo-bonei-chabad {
        margin: 40px 0 0 0;
    }
    .popup-content .logo-image {
        margin-bottom: 40px;
    }
    .ThankPopup .logo-image img {
        height: 80px;
    }
}
@media(max-width: 480px) {
    .ThankPopup h2 {
        font-size: 38px;
        line-height: 44px;
    }
    .ThankPopup h2 span {
        font-size: 26px;
        line-height: 44px;
    }
    .popup-content p {
        font-size: 20px;
        line-height: 28px;
    }
    .ThankPopup {
        padding: 60px 20px 40px;
    }
}
@media(max-width: 480px) {
    .ThankPopup h2 {
        font-size: 34px;
        line-height: 42px;
    }
    .ThankPopup h2 span {
        font-size: 24px;
        line-height: 42px;
    }
}
.ThankPopup h2 span {
    font-size: 18px;
    line-height: 24px;
}

.dynamic .error{
    color: red;
    /* font-size: 12px; */
    font-weight: 700;
    margin: 0;
    padding: 20px;
    text-align: center;
    font-style: normal;
    line-height: 14px;
    font-family: "Outfit", sans-serif;
    text-transform: none;
    border: solid;
}