:root {
	--beige: #f6eed9;
	--orange: #d69200;
	/*--brown: #7d532b;*/
	--lightbrown: #dca15d;
	--darkbrown: #432d1f;

	--blue: #192c4b;
	--lightblue: #6aa5d9;
	--lighterblue: #cee0f0;
}

body {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	/*font-weight: 300;*/
	padding-bottom: 0;
	background: #FAFAFA;
}

.heb_font {
	font-family: FbPoetika, serif;
}

.btn {
	border-radius: 4px;
}

header {
	height: 64px;
	background-color: var(--blue);
	background-position: center;
	background-size: cover;
	padding: 0 20px;
	display: flex;
	align-items: center;
	position: relative;
	position: fixed;
	transition: .2s;
}

.head_spacer {
	height: 64px;
}

.logo_link {
	background: #fff;
	display: flex;
	justify-content: center;
	/*margin-left: auto;*/
	margin-right: auto;
	margin-top: auto;
	transition: .2s;
	box-shadow: 0 0 3px #000;
    padding: 10px 10px 25px;
    border-radius: 0 0 50% 50%;
}

.logo_link img {
	width: 100%;
	max-width: 140px;
	transition: .2s;
}

.header_scrolled .logo_link img {
	width: 100px;
	transition: .2s;
}

.ker_buy_btn {
	position: absolute;
	right: 70px;
	background: var(--beige);
	color: var(--orange);
	padding: 10px 20px;
	font-size: 22px;
}

.banner_section {
	width: 100%;
	/*height: 650px;*/
}

.banner_single {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	display: flex;
	/*padding: 100px 200px;*/
	align-items: center;
}

/*.banner_1 {
	background-image: url(/keren_assets/img/banner_1_bg.jpg);
}*/

.banner_image {
	width: 100%;
}

.banner_left,
.banner_right {
	width: 50%;
}

.banner_right {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.banner_1_text_1 {
	font-size: 82px;
	color: var(--lightbrown);
	font-weight: 300;
    line-height: 80px;
    margin-bottom: 20px;
}

.banner_1_text_2 {
	font-size: 180px;
	color: var(--blue);
	line-height: 135px;
}

.banner_1_img {
	max-width: 240px;
	width: 100%;
	margin-bottom: auto;
	margin-left: auto;
}

.banner_1_btn {
	background: var(--orange);
	color: var(--beige);
	padding: 10px 20px;
	font-size: 38px;
	margin-left: auto;
	display: none;
}

.under_banner {
	background: var(--lightbrown);
	height: 100px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.under_banner_img {
	max-width: 100%;
}
/*.ub_text {
	color: #fff;
}

.ub_text_1 {
	font-size: 20px;
}*/

.patner_section {
	width: 100%;
	/*height: 650px;*/
	/*background-image: url(/keren_assets/img/partner_bg.jpg);
    background-size: cover;
    background-position: center;*/
    background-color: #E9DFCE;
    align-items: flex-start;
}

.partner_inner {
	display: flex;
	align-items: center;
	position: relative;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}

.partner_left {
	/*padding: 100px 0;*/
	position: relative;
	z-index: 1;
	width: 50%;
}

.partner_text {
	font-size: 64px;
	line-height: 56px;
}

.partner_text_1 {
	color: var(--blue);
}

.partner_text_2 {
	color: var(--lightbrown);
	margin-bottom: 50px;
}

.partner_text_3 {
	font-size: 19px;
	max-width: 450px;
	font-family: 'CeraGR', sans-serif;
	margin-bottom: 50px;
}

.patner_btn {
    background: var(--orange);
    color: var(--beige);
    padding: 10px 20px;
    font-size: 38px;
}

.partner_right {
    width: 50%;
    height: 100%;
    right: 0;
    /*position: absolute;*/
    top: 0;
}

.partner_right img {
	width: 100%;
	height: 100%;
    object-fit: contain;
    object-position: right;
}

.video_section {
	width: 100%;
	max-width: 1200px;
	position: relative;
	margin: 50px auto;
}

.video_section_padding {
    padding-left: 20px;
    padding-right: 20px;
}

.video_section_inner {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}

.video_vid {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video_ttl {
	font-size: 114px;
	color: var(--beige);
}

.bottom_info {
	display: flex;
	align-items: center;
	background-color: var(--beige);
	padding: 100px 0;
	justify-content: center;
}

.bottom_inner {
	max-width: 1500px;
	position: relative;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bi_text_section {
	width: 50%;
	padding-right: 100px;
}

.heb_text {
	text-align: left;
	color: var(--lightbrown);
	font-size: 35px;
	line-height: 40px;
	width: 100%;
	margin-bottom: 15px;
}

.bi_text_1 {
    font-size: 50px;
    color: var(--blue);
    line-height: 65px;
    margin-bottom: 30px;
    text-align: left;
}

.bi_text_2 {
    font-size: 18px;
    margin-bottom: 10px;
    /*max-width: 650px;*/
    font-family: 'CeraGR', sans-serif;
    text-align: left;
}

.bi_text_3 {
	margin-top: 30px;
	font-size: 30px;
	color: var(--orange);
	text-align: left;
}

.bi_img {
    width: 50%;
}

.countdown_section {
	width: 100%;
	min-height: 300px;
	background: var(--blue);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.countdown_ttl_main {
	width: 100%;
    font-size: 36px;
    color: var(--lightbrown);
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0;
}

.countdown_ttl {
    width: 100%;
    font-size: 26px;
    color: var(--lightbrown);
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0;
}

.countdown_single {
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.countdown_single_number {
	font-size: 100px;
	line-height: 100px;
	font-family: 'NexaRust', sans-serif;
	color: var(--lightbrown);
	color: #EAC285;
}

.countdown_single_text {
	color: var(--beige);
	font-size: 40px;
	font-family: 'CeraGR', sans-serif;
	text-transform: uppercase;
}

.foot_brand {
	display: none !important;
}

.bracha_section {
	justify-content: center;
}

.bracha_section {
    display: flex;
    align-items: center;
    padding: 100px 0;
    justify-content: center;
}

.bracha_inner {
	max-width: 1500px;
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bracha_text_section {
    padding-left: 100px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bracha_text.bi_text_2 {
    /*max-width: 560px;*/
    margin-bottom: 20px;
}

.hero_section {
	/*background-image: url(/keren_assets/img/hero_bg.jpg);
	background-size: cover;
	background-position: center;*/
	background-color: #F8EFDF;
	padding: 100px 50px;
}

.hero_dt_img {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
}

.hero_inner {
	max-width: 1500px;
	position: relative;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.hero_inner_left {
    /*display: flex;
    flex-wrap: wrap;*/
}

.hero_left_bottom {
	display: flex;
	align-items: flex-start;
}

.hero_section .bi_text_1 {
	max-width: unset;
}

.hero_ttl {
	width: 100%;
	text-align: left;
}

.hero_subttl {
	font-size: 24px;
	font-family: 'CeraGR', sans-serif;
	margin-bottom: 0;
}

.hero_numbers {
    background: var(--blue);
    display: flex;
    /*align-items: flex-start;*/
    justify-content: center;
    max-width: 440px;
    flex-wrap: wrap;
    padding: 20px 20px;
    margin-top: 30px;
    margin-top: 0;
    /*margin-left: -30px;*/
}

.hn_box:nth-child(2) {
    border-left: 1px solid var(--beige);
    padding-left: 20px;
    border-bottom: 1px solid var(--beige);
    padding-bottom: 20px;
    margin-left: -1px;
    margin-bottom: -1px;
}

.hn_box:nth-child(3) {
    border-right: 1px solid var(--beige);
    padding-right: 20px;
    border-top: 1px solid var(--beige);
    padding-top: 20px;
}

.hn_box {
	width: 50%;
    padding: 10px;
    text-align: center;
    max-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.hnb_ttl {
    color: var(--lightbrown);
    font-size: 23px;
    font-weight: 300;
}

.hnb_txt {
    color: var(--beige);
    font-size: 20px;
    line-height: 26px;
    display: table-caption;
    position: relative;
    margin: auto;
}

.hero_right {
	padding-left: 150px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.hero_number_box {
	margin-bottom: 20px;
}

.hnb_top {
	display: flex;
	align-items: center;
}

.hero_number {
	font-size: 34px;
	color: var(--blue);
	margin-right: 20px;
}

.hnb_line {
	background-image: url(/keren_assets/img/hero_line.png);
	background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 12px;
}

.hnb_1 .hnb_line {
	width: 85px;
}

.hnb_2 .hnb_line {
	width: 115px;
}

.hnb_3 .hnb_line {
	width: 273px;
}

.hnb_4 .hnb_line {
	width: 241px;
}

.hnb_5 .hnb_line {
	width: 174px;
}

.hero_number_text {
    font-size: 17px;
    font-family: 'CeraGR', sans-serif;
}

.nature_section {
	background-image: url(/keren_assets/img/nature_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 100px 0;
}

.nature_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1345px;
	position: relative;
	margin: auto;
}

.nature_ttl {
    font-size: 54px;
    color: var(--beige);
    line-height: 56px;
    /*padding-right: 50px;*/
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.nature_text {
	font-size: 27px;
    color: var(--beige);
    line-height: 27px;
    font-family: 'CeraGR', sans-serif;
    max-width: 815px;
    padding-right: 50px;
}

.nature_btn {
	/*max-width: 275px;*/
    /*width: 100%;*/
    text-align: center;
    background: var(--beige);
    color: var(--orange);
    padding: 20px 40px;
    font-size: 28px;
}

.footer_section {
	padding: 50px 30px;
	background-color: var(--lighterblue);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer_logo {
    margin-bottom: 20px;
    max-width: 175px;
}

.signup_ttl {
    font-size: 28px;
    margin-bottom: 20px;
    color: var(--lightbrown);
}

.signup_form {
    padding-bottom: 20px;
    width: 100%;
    max-width: 550px;
    border-bottom: 1px solid var(--lightbrown);
}

.signup_form_inner {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 45px;
    justify-content: space-between;
}

.suf_input {
    width: calc(100% - 180px);
    margin-right: 15px;
    font-size: 22px;
    font-weight: 300;
    padding-left: 20px;
    font-style: italic;
    background: var(--beige);
    border: 0;
    font-family: hatch, serif;
    color: var(--lightbrown);
}

.suf_input::placeholder {
	font-weight: 300;
	color: var(--lightbrown);
}

.suf_btn {
    width: 160px;
    font-size: 22px;
    background: var(--lightbrown);
    border: 0;
    cursor: pointer;
    font-family: hatch, serif;
}

.signup_response {
	margin-top: 15px;
	color: var(--beige);
	text-align: center;
}

.footer_info {
    text-align: center;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_info p,.footer_info a {
    font-size: 20px;
    font-family: 'CeraGR', sans-serif;
    line-height: 28px;
    color: var(--lightbrown);
}

.only_mobile {
	display: none !important;
}

.install_wrapper {
    background: #eee;
    margin-top: 20px;
    padding: 15px;
    border-radius: 4px;
    width: 100%;
}

.install_cb {
    /*height: 54px;*/
    margin-bottom: 15px;
    margin-bottom: -1px;
    position: relative;
    display: flex;
    align-items: center;
    background: #FDFDFD;
    /* background: #efefef;
    border: 0;
    padding-left: 0;
    /* margin: 20px 0; */
    background: transparent;
}

.install_cb label {
	margin-bottom: 0;
	margin-left: 5px;
}

.install_wrapper .installment_wrap {
    display: none;
    margin-top: 15px;
}

.install_matcher_input_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    align-items: center;
}

.install_text.dollar_sign {
    width: auto !important;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    background: transparent;
    margin-bottom: 0;
}

.install_amount {

}

.install_error {
    margin-bottom: 15px;
    color: #cc1e1e;
    font-weight: 600;
    width: 100%;
    display: none;
}

.install_matcher_number {
    width: auto !important;
    justify-content: center !important;
    font-size: 18px;
    background: transparent !important;
    font-weight: 400;
    border: 0 !important;
    padding: 0 10px !important;
    display: flex;
    align-items: center;
}

.install_matcher_number p {
	margin-bottom: 0;
}

.install_input_set {
    width: 70px !important;
    height: 40px;
    border-radius: 4px !important;
    border-right: 1px solid #ddd !important;
    margin-bottom: 0;
    margin-left: 5px;
}

.install_input_set input {
	width: 100%;
	height: 100%;
    padding-left: 0 !important;
    text-align: center;
}

.install_desc {
    /*padding-bottom: 15px;
    color: #777;
    display: flex;
    align-items: center;*/
    font-size: 15px;
    font-weight: 600;

}

.payment_method_selector {
    width: calc(20% - 5px);
    text-align: center;
    margin-bottom: 0;
}

/*.payment_method_selector:nth-child(2) {
    margin: 0 15px;
}*/

.pms_content .material-icons {
    display: none;
}

.payment_method_selector .payment_method_input {
    display: none;
}

.pms_content {
    margin: 0;
    height: 70px;
    padding: 10px;
    background: var(--lighterblue);
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment_method_selector .payment_method_input:checked + .pms_content {
	background: var(--blue);
	color: #fff;
}

.pmsc_label {
	margin-bottom: 0;
}

.raised_number,
.goal_number {
	font-weight: 700;
}

.raised_text {
	font-size: 20px;
}

.raised_number {
	font-size: 38px;
	display: block;
}

.tab-pane:not(.active) {
	display: none;
}

.member_box,
.donation_box {
	margin-bottom: 30px;
}

.tab-content {
    border: 1px solid #dee2e6;
    border-top: 0;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    padding: 20px;
    background-color: #fff;
}

.stats_header .list-group-item {
	background: var(--orange);
}

.stats_header .list-group-item p,
.stats_header .list-group-item h1 {
	color: #fff;
}

.stats_header .list-group-item a {
	color: var(--blue);
}





@media screen and (max-width: 1579px) {
	.bottom_info,
	.bracha_section,
	.hero_section {
		padding: 100px 30px;
	}
	.banner_1_text_1 {
	    font-size: 52px;
	    line-height: 55px;
	}
	.banner_1_text_2 {
	    font-size: 88px;
	    line-height: 64px;
	}
	.patner_section {
		/*height: 550px;*/
	}
	.partner_text {
	    font-size: 44px;
	    line-height: 45px;
	}
	.partner_text_2,
	.partner_text_3 {
		margin-bottom: 30px;
	}
	.bi_img {
		max-width: 450px;
	}
	.bi_text_1 {
	    font-size: 40px;
	    line-height: 45px;
	}
	.bi_text_3 {
	    margin-top: 20px;
	    font-size: 28px;
	}
	.countdown_single_number {
	    font-size: 65px;
	    line-height: 70px; 
	}
	.countdown_single {
	    padding: 15px;
	}
	.countdown_single_text {
	    color: var(--beige);
	    font-size: 38px;
	}
	.bi_text_section {
		padding-right: 50px;
	}
	.bracha_text_section {
		padding-left: 50px;
	}
}

@media screen and (max-width: 959px) {
	.ker_buy_btn {
		/*right: 20px;*/
		font-size: 18px;
	}
	.logo_link img {
	    max-width: 138px;
	}
	.head_spacer {
		height: 147px;
	}
	.patner_section {
		height: unset;
	}
	.patner_section, .bottom_info,
	.bracha_section,
	.hero_section {
	    padding: 50px 30px;
	}
	.bottom_info {
		flex-direction: column-reverse;
	}
	.countdown_section {
		/*flex-wrap: wrap;*/
	}
	.countdown_single {
		width: 33.3333%;
	}
	.bi_img {
		margin-bottom: 30px;
	}
	.bi_text_2{
		max-width: unset;
	}
	.bracha_section {
		flex-direction: column;
	}
	.bracha_text_section {
		padding-left: 0;
	}
	.bracha_text.bi_text_2 {
		max-width: unset;
	}
	.hero_section {
	    flex-direction: column;
	}
	.hero_numbers {
		margin-left: 0;
		margin-bottom: 30px;
	}
	.hero_left {
	    margin-right: auto;
	}
	.hero_right {
	    margin-left: auto;
	}
	.nature_section {
		flex-direction: column;
		padding: 30px 70px;
	}
	.nature_ttl {
	    padding: 0;
	    font-size: 52px;
	    line-height: 52px;
	    text-align: center;
	}
	.nature_text {
	    max-width: 100%;
	    text-align: center;
	    padding: 0;
	    margin: 30px 0;
	}
	.bottom_inner {
		flex-direction: column-reverse;
	}
	.bi_text_section {
	    padding-right: 0px;
	    padding-top: 50px;
	    width: 100%;
	}
	.bi_img,
	.bracha_text_section {
		width: 100%;
	}
	.bracha_inner {
		flex-direction: column;
	}
}

@media screen and (max-width: 787px) {
	header {
		padding: 10px 20px;
	}
	.logo_link {
		margin-left: unset;
		justify-content: flex-start;
	}
	.logo_link img {
	    max-width: 100px;
	}
	.header_scrolled .logo_link img {
	    width: 57px;
	}
	.head_spacer {
		height: 97px;
	}
	.ker_buy_btn {
		right: 70px;
	    font-size: 16px;
	    padding: 5px 10px;
	}
	.nav_wrapper {
		bottom: -120px;
	}
	.banner_section {
		/*height: 450px;*/
		height: unset;
	}
	.banner_single {
		/*padding: 30px;*/
	}
	.banner_1_text_1 {
        font-size: 28px;
	    line-height: 30px;
	    margin-bottom: 10px;
	}
	.banner_1_text_2 {
	    font-size: 36px;
	    line-height: 34px;
	    margin-bottom: 15px;
	}
	.banner_1 {
		/*flex-direction: column;*/
		background-position: 25%;
		align-items: flex-start;
	    /*background-position: right;
	    background-position: center;*/
	}
	.banner_left {
	    width: 100%;
	}
	.banner_right {
		width: 125px;
		margin-top: auto;
	}
	.banner_1_img {
	    width: 100%;
	    max-width: unset;
        margin-left: -43px;
	    margin-right: auto;
	}
	.banner_1_btn {
		display: inline-flex;
	    background: var(--orange);
	    color: var(--beige);
	    padding: 5px 10px;
	    font-size: 22px;
	    margin-left: auto;
        margin-left: unset;
	    margin-right: auto;
	}
	.under_banner {
		height: unset;
		padding: 10px;
	}
	.partner_text,
	.bi_text_1 {
	    font-size: 34px;
	    line-height: 35px;
	}
	.patner_section {
		background-position: left;
	}
	.partner_inner {
	    flex-direction: column-reverse;
	    align-items: center;
	}
	.partner_left,
	.partner_right {
		width: 80%;
	}
	.partner_left {
		padding-top: 30px;
	}
	.patner_btn {
		padding: 5px 10px;
	    font-size: 22px;
	}
	.countdown_section {
		min-height: unset;
	}
	.countdown_ttl_main {
	    font-size: 24px;
	    margin-top: 0px;
	    padding: 20px 0 10px;
	}
	.countdown_ttl {
	    font-size: 20px;
	}
	.countdown_single {
	    width: 20%;
	    padding: 5px;
	}
	.countdown_single_text {
		font-size: 14px;
	}
	.countdown_single_number {
	    font-size: 28px;
	    line-height: 24px;
		margin-bottom: 10px;
	}
	.hero_section,
	.patner_section {
		background-image: unset;
		padding: 0;
	}
	.hero_numbers {
		flex-direction: column;
		padding: 20px;
	}
	.hn_box:nth-child(2) {
	    border-left: 0;
	    border-right: 0;
	    padding-left: 10px;
	    padding-right: 10px;
	    margin-left: 0;
	    margin-right: 0;

	    border-top: 1px solid var(--beige);
	    border-bottom: 1px solid var(--beige);
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.hn_box:nth-child(3) {
	    border-right: 0;
	    padding-right: 10px;
	    border-top: 0;
	    padding-top: 10px;

	    border-bottom: 1px solid var(--beige);
	    padding-bottom: 20px;
	    border-top: 0;
	    padding-top: 20px;
	}
	.hn_box {
		width: 100%;
		max-width: unset;
	}
	.hnb_txt {
		display: block;
	    font-size: 24px;
	    line-height: 27px;
	}
	.hero_right {
		padding: 0;
	}
	.hero_number {
	    font-size: 25px;
	    margin-right: 15px;
	}
	.nature_section {
		padding: 30px;
	}
	.nature_ttl {
	    font-size: 26px;
	    line-height: 30px;
	}
	.nature_text {
	    font-size: 20px;
	    line-height: 22px;
	}
	.nature_btn {
		font-size: 26px;
	}
	.nature_btn {
		padding: 10px 20px;
		margin: auto;
	}
	.footer_logo {
		width: 140px;
	}
	.signup_ttl {
	    font-size: 24px;
	}
	.signup_form {
	    flex-direction: column;
	    height: unset;
	}
	.suf_input,
	.suf_btn {
	    width: 100%;
	    margin: 0;
	    height: 35px;
	    font-size: 18px;
	}
	.footer_info p, .footer_info a {
	    font-size: 16px;
	    line-height: 20px;
	}
	.only_mobile {
		display: block !important;
	}
	.only_desktop {
		display: none !important;
	}
	.hero_mobile_img {
		width: 100%;
	}
}



















.form_inner_window .amount_show {
    top: 60px;
}
.level_continue,
.donate_submit,
.selected_level {
    background: #000;
}
.level_continue a,
.donate_submit,
.selected_level p {
    color: #fecd19;
}
.cc_error {
    position: absolute;
    z-index: 3;
    top: 0;
    left: calc(50% - 225px);
}
div.donor_popup_inner {
    background: #fff;
    border-color: #888;
}
div.donor_popup_ex {
    color: #000;
}
.donor_popup_inner p {
    color: #000;
    line-height: 25px;
}
.popup_name {
    font-weight: 600;
}
.dw_text {
    display: none;
}
div.donor_popup_ex {
    color: #000;
    right: 0;
    font-size: 30px;
    top: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
}
div#u4502 {
    z-index: 200;
}
.mobile_tab,
.cm_lb_prev,
.cm_lb_next {
    display: none;
}
.to_donate_btn {
    cursor: pointer;
}
.about_lb_over {
    padding-top: 0;
}
.banner_piece img {
    transition: .3s !important;
}
.banner_piece img:hover {
    transform: scale(1.1) !important;
}
.cm_lb_link.bp_icon {
    z-index: 2;
}
.wb_dark {
    cursor: pointer;
}
.wb_date {
    text-align: center;
    margin-top: 5px;
}
.wb_date p {
    font-size: 16px;
}
.form_overlay {
    font-family: 'ProximaNova', sans-serif;
}
@media screen and (max-width: 1000px) {
    .banner_side_tab {
        display: none;
    }
    .mobile_tab {
        display: flex;
        position: fixed;
        z-index: 11;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 50px;
        background: #fecd19;
        justify-content: center;
        align-items: center;
    }
    .mobile_tab p {
        color: #000;
        text-align: center;
    }
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a,
a:hover {
	text-decoration: none;
	color: var(--red);
}

a:hover {

}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
button {
	/*letter-spacing: .5px;*/
}

main, .main {
    flex: 1 0 auto;
    display: flex;
    flex-flow: column;
}

.boxed_width {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: auto;
    margin-left: auto;
}

.center_body {
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: 0;
}

.site_btn {
	min-width: 215px;
	height: 51px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	cursor: pointer;
	user-select: none;
	font-weight: 800;
	letter-spacing: 1.5px;
	box-shadow: 7px 7px 5px rgba(0,0,0,.12);
}

.site_btn.btn_gold {
	background-color: var(--lightblue);
	color: #fff;
}

.site_btn.btn_white {
	background-color: #fff;
	color: var(--blue);
}

.site_btn.btn_brown {
	background-color: var(--blue);
	color: #fff;
}


/*
Header
*/

header {
	/*position: sticky;*/
	/*position: fixed;*/
	top: 0px;
	z-index: 11;
	/*padding: 30px;*/
	width: 100%;
	/*height: var(--tb_height);*/
	/*background-color: var(--lightblue);*/
}

header .boxed_width {
	height: 100%;
}

.main_logo {
    background: #fff;
    width: 276px;
    height: 168px;
    margin-top: auto;
}

.main_logo img {
	width: 168px;
}

.nav_wrapper {
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 20px;
    bottom: -100px;
    background: #fff;
    padding: 10px;
    opacity: 0;
    pointer-events: none;
}

.nav_item {
	padding: 10px;
	color: var(--blue);
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 600;
}

.nav_item.ni_active,
.nav_item:hover {
	color: var(--blue);
}

.nav_item_join {
	background: #fff;
	color: var(--lightblue);
	padding: 10px 20px;
}

.nav_icon {
	/*display: none;*/
	right: 25px;
	top: 25px;
    height: 25px;
    z-index: 2;
}

.nav_icon a {
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    position: relative;
}

.nav_icon a span {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    user-select: none;
    height: 30px;
}

.nav_icon a span,
.nav_icon a span::before,
.nav_icon a span::after {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fff;
    transition: all .3s;
    border-radius: 3px;
}

.nav_icon a span::before,
.nav_icon a span::after {
    position: absolute;
    content: "";
}

.nav_icon a span::before {
    top: -8px;
}

.nav_icon a span::after {
    top: 8px;
}

.nav_icon.mnb_on a span {
    background-color: transparent;
}

.nav_icon.mnb_on a span::before {
    transform: translateY(8px) rotate(45deg);
}

.nav_icon.mnb_on a span::after {
    transform: translateY(-7px) rotate(-45deg);
}

/*
Homepage
*/

.home_banner {
	width: 100%;
	height: 660px;
	background-image: url(/assets/img/banner_bg.jpg);
	background-size: cover;
	background-position: center;
}

.banner_ttl_img {
	max-width: 780px;
	margin-bottom: 20px;
}

.banner_h1 {
    font-size: 75px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.banner_text {
	color: #fff;
	font-size: 27px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	line-height: 42px;
	font-weight: 200;
}

.banner_text strong {
	font-weight: 800;
}

.site_btn.banner_btn {
	/*color: var(--lightblue);*/
	margin-top: 20px;
}

.home_groups {
	padding-top: 60px;
	padding-bottom: 60px;
}

.home_groups_left {
	padding: 15px;
	border-right: 3px solid var(--lighterblue);
}

.hgl_text_ttl {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 20px;
}

.hgl_text_sub {
	padding-left: 25px;
	font-style: italic;
	font-size: 18px;
}

.home_groups_right {
	padding-top: 35px;
	padding-bottom: 0;
}

.home_group_single {
	padding: 15px;
	width: 50%;
}

.hgs_inner {
	width: 100%;
	height: 62px;
	/*background-image: url(/assets/img/hgs_border.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;*/
}

.hgs_left,
.hgs_right {
	height: 100%;
	width: 67px;
	background-size: contain;
	background-repeat: no-repeat;
	border-top: 1px solid var(--blue);
	border-bottom: 1px solid var(--blue);
}

.hgs_left {
	background-image: url(/assets/img/hgs_border_left.png);
	background-position: left;
	/*border-right: 1px solid var(--blue);*/
}

.hgs_right {
	background-image: url(/assets/img/hgs_border_right.png);
	background-position: right;
	/*border-left: 1px solid var(--blue);*/
}

.hgs_center {
	width: calc(100% - 134px);
	background: var(--lighterblue);
	border: 1px solid var(--blue);
}

.hgs_icon {
	width: 25px;
}

.hgs_name {
	color: var(--lightblue);
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	margin: 0;
}

.hgs_view_link {
	color: var(--blue);
	font-size: 10px;
	text-align: center;
	margin: 0;
}

.hgr_wrap {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}

.hgr_counter_wrap {
	display: flex;
}

.hgr_gj_wrap {
	display: flex;
	flex-direction: column;
	position: relative;
}

.hgr_goal {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: var(--blue);
}

.hgr_number {
	font-size: 27.5px;
	line-height: 25px;
	margin-bottom: 0;
}

.hgr_text {
	font-size: 12.7px;
	line-height: 12px;
	margin-bottom: 0;
}

.hgr_joined {
	position: absolute;
	bottom: 0%;
}

.hgr_raised_image {
	position: absolute;
	height: 24px;
	top: calc(50% - 12px);
	right: -33px;
}

.hgr_goal_bar {
	height: calc(318px + 15px);
	width: 22px;
	border: 1px solid var(--blue);
	border-right: 0;
	margin-left: 15px;
	margin-right: 15px;
}

.hgr_vis {
	max-width: 225px;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.hgr_bar_wrap {
	width: 138px;
	height: calc(318px + 15px);
	padding-bottom: 15px;
	background-color: var(--lighterblue);
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: -15px;
}

.hgr_bar_inside {
	width: 100%;
	height: 50%;
	background-color: var(--blue);
	position: absolute;
	bottom: 0;
	min-height: 15px;
}

.hgrbi_p {
	width: 100%;
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	padding-top: 10px;
	text-align: center;
}

.hgr_image {
	width: 100%;
	position: relative;
	z-index: 1;
}

.home_ambassador {
	background-image: url(/assets/img/brown_bg.jpg);
	padding-top: 130px;
	padding-bottom: 60px;
	background-position: center;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.ambassador_ttl {
	font-size: 39px;
	font-weight: 600;
	margin-bottom: 35px;
}

.ambassador_text {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 20px;
}

.site_btn.ambassador_btn {
	font-size: 24px;
	font-weight: 800;
	color: var(--lightblue);
	margin-top: 50px;
}

.home_recents {
	padding: 100px 0;
}

.hr_half {
	width: 50%;
}

.hr_left {
	padding-right: 27.5px;
}

.hr_right {
	padding-left: 27.5px;
}

.hr_half_box {
	border: 1px solid var(--lightblue);
}

.hr_half_head {
	height: 87px;
	background-color: var(--blue);
	text-align: center;
}

.hr_half_head p {
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}

.hr_half_list {
	height: 350px;
	overflow: auto;
	/*padding: 15px;*/
}

.hr_list_item {
	border-bottom: 1px solid #a7a9ac;
	padding: 10px;
}

.hr_list_item:first-child {
	padding-top: 0;
}

.hr_list_item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.hr_li_name {
	font-size: 18px;
	font-weight: 600;
    margin-bottom: 5px;
}

.member_bake_icon {
	width: 16px;
}

.hr_li_time {
	font-size: 12px;
	margin-bottom: 5px;
}

.hr_li_info {
	font-size: 16px;
	margin-bottom: 0;
}

.hr_li_amount {
	font-size: 24px;
	font-weight: 600;
	color: var(--blue);
	margin-bottom: 0;
}

.hr_li_right span {
	color: var(--lightblue);
	font-size: 14px;
}

.hr_half_va {
	font-size: 13px;
	color: var(--blue);
	margin: 20px auto;
	text-align: center;
}

.home_carousel {
	background-image: url(/assets/img/carousel_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 100px 0;
}

.carousel_box {
	width: 100%;
	max-width: 765px;
	margin-left: auto;
}

.hc_arrow {
	width: 35px;
	padding: 5px; 
	cursor: pointer;
	display: block !important;
}

.hc_content {
	padding: 0 50px;
	width: calc(100% - 70px);
	width: 100%;
}

.hc_single p {
	color: #fff;
	text-align: justify;
	font-size: 18px;
	/*margin-bottom: */
}

.home_yes {
	padding: 100px 0;
}

.home_yes_large_text {
	font-size: 142px;
	color: var(--lightblue);
	font-weight: 800;
	letter-spacing: -1px;
	line-height: 115px;
}

.home_yes_paragraph {
	font-size: 18px;
	color: var(--blue);
	padding: 0 30px;
	font-weight: 200;
    letter-spacing: .5px;
}

.home_yes_paragraph strong {
	font-weight: 800;
}

.yes_btn {
	margin: 15px 0 auto;
}

.home_yes_bottom {
	margin-top: 50px;
	font-size: 20px;
	color: #fff;
	background: var(--blue);
	border-radius: 30px;
    padding: 3px 125px;
}

.home_kapayim {
	padding: 75px 0;
	background: var(--lighterblue);
}

.kapayim_boxed {
	max-width: 1000px;
}

.kapayim_logo {
	width: 115px;
}

.home_kapayim_right {
	padding-left: 50px;
	width: calc(100% - 115px);
}

.hkr_text {
	color: var(--blue);
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 200;
	text-align: justify;
}

.hkr_bottom {
	margin-top: 50px;
}

.hkr_b_text {
	color: #fff;
	font-size: 19px;
	margin-right: 20px;
	font-weight: 800;
	margin-bottom: 0;
}

.hiw_boxed {
	max-width: 900px
}

.hiw_boxed .col-sm-12 {
	padding: 0;
}

.hiw_image_box {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 67%;
    background-color: var(--lighterblue)
}

.hiw_image_box img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

.hiw_text_sec {
	padding: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hiw_text_sec h3 {
	color: var(--blue);
}

.hiw_text_sec p {
	text-align: center;
	font-size: 16px;
}

.hiw_subtext {
    color: #777;
    font-size: 15px;
}

.hiw_btn {
    min-width: 175px;
    height: 40px;
    font-size: 16px;
}

.hiw {
	padding-top: 100px;
	padding-bottom: 100px;
}

.hiw_top,
.hiw_bottom {
	width: 100%;
	max-width: 1440px;
	background-size: cover;
}

.hiw_top {
	padding-top: 105px;
	/*padding-bottom: 80px;*/
	position: relative;
	background-image: url(/assets/img/hiw_bg.png);
	background-position: top;
}

.hiw_top .boxed_width {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hiw_top_ttl {
	width: 100%;
	font-size: 142px;
	color: #fff;
	font-weight: 800;
	letter-spacing: -1px;
	margin-bottom: 35px;
	line-height: 115px;
	text-align: center;
}

.hiw_txt {
	font-size: 18px;
	font-weight: 200;
	color: #fff;
	text-align: left;
	margin-bottom: 20px;
	max-width: 805px;
	margin-left: auto;
}

.hiw_img {
	position: relative;
	width: 100%;
	max-width: 460px;
	margin-top: -80px;
    left: -80px;
}

.hiw_text_wrapper {
    width: calc(100% - 460px);
}

.hiw_bottom {
	padding-top: 55px;
	padding-bottom: 135px;
	position: relative;
	background-image: url(/assets/img/hiw_bottom_bg.png);
	background-position: bottom;
}

.hiw_bottom .boxed_width {
	display: flex;
	flex-wrap: wrap;
}

.hiwb_inner {
	/*padding: 30px;*/
}

.hiwb_ttl {
	font-size: 23px;
	font-weight: 800;
	color: var(--blue);
	margin-bottom: 30px;
}

.hiwb_box {
	border: 1px solid var(--blue);
	background: #fff;
	padding: 20px 25px;
}

.hiwbl_box {
	margin-bottom: 10px;
}

.hiwbl_box:last-child {
	margin-bottom: 0;
}

.hiwbl_box p {
	margin-bottom: 0;
	color: var(--blue);
	font-size: 18px;
	line-height: 20px;
}

.tires_price {
	font-weight: 800;
}

.hiwbr_list {
	padding: 0;
	margin-bottom: 0;
}

.hiwbr_list li {
	font-size: 18px;
	color: var(--blue);
	list-style-position: inside;
	margin-bottom: 22px;
}

.hiwbr_list li:last-child {
	margin-bottom: 0;
}

.hiwb_bottom {
	margin-top: 30px;
}

.hiwbb_box {
	padding-left: 75px;
	margin-right: 45px;
}

.hiwbb_ttl {
	font-size: 23px;
	color: var(--blue);
	font-weight: 800;
	margin-bottom: 0;
}

.hiwbb_txt {
	max-width: 700px;
	font-size: 18px;
	color: var(--blue);
	margin-bottom: 0;
}







.home_top {
	width: 100%;
	min-height: 698px;
	height: calc(100vh - 280px);
	background-image: url(/assets/img/home_bg.jpg);
	background-size: cover;
	background-position: center;
}

.home_text {
	font-size: 76px;
	font-weight: 800;
	text-align: center;
	max-width: 868px;
}

.home_bottom {
	height: 165px;
	padding: 0 36px 36px;
}

.hb_button {
    margin-top: -67.5px;
}

.hb_goal {
	width: 100%;
	margin-top: auto;
	height: 40px;
}

.site_goal {
	height: 100%;
	background-color: var(--orange);
}

.site_goal_achieved {
	height: 100%;
	background-color: var(--red);
    min-width: 190px;
    width: 0%;
    padding: 0 5px;
    border-radius: 0 50px 50px 0;
}

.site_goal_achieved_text {
	color: #fff;
	margin: 0;
	margin-right: 10px;
	margin-left: auto;
	font-size: 17px;
    font-weight: 500;
}

.site_goal_icon {
	margin-left: auto;
}

/*
Join Page
*/

.join_form_section {
	display: none;
}

.join_form_active {
	display: block;
}

.membership_type {
    padding: 20px;
    width: calc(50% - 20px);
    margin: 20px 0;
    cursor: pointer;
    border-radius: 5px;
    background-color: var(--lighterblue);
    user-select: none;
}

.membership_type_selected {
	background-color: var(--blue);
}

.membership_type:first-child {
	margin-right: 40px;
}

.mtb_amount {
	font-size: 28px;
	/*font-weight: 600;*/
	margin-bottom: 5px;
	text-align: center;
}

.mtb_section_desc {
    font-family: 'CeraGR', sans-serif;
    text-align: center;
}

.mtb_name {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0;
	text-align: center;
	color: var(--blue);
}

.mtb_desc,
.mtb_desc_2 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
    line-height: 18px;
    font-family: 'CeraGR', sans-serif;
}

.mtb_desc {
	color: var(--blue);
}

.membership_type_selected p {
	color: #fff;
}

.fg_row {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.fg_row .w-33:nth-child(2) {
	border-left: 0;
	border-right: 0;
}

.fg_row .w-50:nth-child(2) {
	border-left: 0;
}

.fg_prepend {
	display: flex;
}

.mtb_section_ttl {
    text-align: center;
    font-size: 26px;
    color: var(--lightbrown);
}

.enlist_amount_wrap {
    width: calc(33.3333% - 15px);
    /*width: calc(25% - 15px);*/
    margin: 7.5px;
}

.payment_method {
    padding: 20px;
    width: calc(50% - 20px);
    margin: 20px 0;
    cursor: pointer;
    border-radius: 5px;
    background-color: var(--lighterblue);
    user-select: none;
}

.enlist_amount {
	padding: 10px;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    border-radius: 5px;
    background-color: var(--lighterblue);
    user-select: none;
}

.payment_method:first-child,
.enlist_amount_wrap:first-child {
	/*margin-right: 40px;*/
}

.enlist_amount_radio:checked + .enlist_amount,
.payment_method_selected {
	background-color: var(--blue);
}

.enlist_amount_radio {
	display: none;
}

.enlist_amount_radio:checked + .enlist_amount p,
.payment_method_selected p {
	color: #fff;
}

#amount_input {
	text-align: right;
	padding-top: 6px;
}

#amount_input:focus {
	box-shadow: none;
}

.payment_method .mtb_amount {
    margin-bottom: 5px;
}

.membership_type.payment_method {
    padding: 15px;
}

.payment_form_section {
	display: none;
}

.payment_form_active.payment_form_section {
	display: block;
}

.payment_form_active.cc_wrap {
    display: flex;
    flex-wrap: wrap;
}

.charge_info p {
	margin-bottom: 0;
	padding: 6px;
}

.other_amount_wrap {
	padding: 20px;
	border: 1px solid #ddd;
}

.oa_btns {
	display: flex;
	justify-content: space-between;
}

.oab_single {
	width: 49%;
	margin-bottom: 0;
}

.onetime_btn {
	width: 32%;
}

.oab_radio {
	display: none;
}

.oab_text {
	cursor: pointer;
	width: 100%;
	background-color: var(--lighterblue);
	color: #000;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	border-radius: 4px;
	margin-bottom: 0;
}

.oab_text span {
	font-size: 14px;
	color: #333;
}

.oab_radio:checked + .oab_text,
.oab_radio:checked + .oab_text span {
	background-color: var(--blue);
	color: #fff;
}

.team_page_sticky {
	position: sticky;
	top: 117px;
}

@media screen and (max-width: 993px) {
	.enlist_amount_wrap {
	    width: calc(50% - 15px);
	}
}

.amb_goal_outside {
    width: 100%;
    background: var(--lighterblue);
    height: 20px;
    position: relative;
    border-radius: 50px;
}

.member_box .amb_goal_outside {
	height: 15px;
}

.amb_goal_inside {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--blue);
	min-width: 35px;
	border-radius: 50px;
}

.amb_goal_inside p {
	background: var(--lightblue);
    height: 24px;
    font-size: 14px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: -20px;
    top: -35px;
    position: relative;
    background: #000000;
    color: #FFFFFF;
    /*box-shadow: 0px 3px 5px -1px #a3a3a3;*/
    text-align: center;
    border-radius: 4px;
    padding: 0px;
}
.amb_goal_inside p:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: #000000 transparent;
    border-width: 10px 10px 0;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
}

.amb_goal_inside span {
	font-size: 12px;
	padding-right: 5px;
	color: #fff;
}

.amb_search_form {
	width: 100%;
    max-width: 320px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 10px;
    justify-content: space-between;
    margin-left: auto;
}

.tsw_icon {
    width: 48px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
}

.tsw_input_wrap {
    width: calc(100% - 48px);
    margin-bottom: 0;
    display: block;
}

.tsw_search {
    width: 100%;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 16px;
    padding-left: 7px;
    background: #f0f0f0;
    border: 0;
    cursor: pointer;
    transition: .3s;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.tsw_search:focus {
	/*border: 1px solid #ddd;*/
	background: #f0f0f0;
	border-radius: 4px;
	border-bottom: 0;
}

.amb_box_outer {
	padding: 15px;
}

.amb_box {
    /*background: var(--lighterblue);*/
}

.amb_box .amb_goal_outside {
	height: 20px;
}

.amb_box .amb_goal_inside p {
	height: 30px;
	width: 30px;
	margin-right: -5px;
}

.amb_box .amb_goal_inside {
	min-width: 25px;
}

.amb_btn {
	background: var(--blue);
	color: #fff;
}

.amb_btn:hover {
    color: var(--lightbrown);
}

.footer_content {
	padding: 30px;
	background-color: #BA8DD2;
	color: #fff;
}

.footer_bottom {
	padding: 10px 30px;
	background-color: var(--blue);
}

.shtar_sample_box {
	width: 100%;
}

.shtar_sample_box .slick-list {
	border: 1px solid var(--beige);
}

.sps_img {
	width: 100%;
}

.shtar_sample_box .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin-top: 15px;
}

.shtar_sample_box .slick-dots li {
    padding: 3px;
}

.shtar_sample_box .slick-dots button {
	width: 24px;
    height: 24px;
	border-radius: 50%;
	border: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background-color: var(--beige);
	color: var(--orange);
}

.shtar_sample_box .slick-dots li.slick-active button {
	background-color: var(--blue);
	color: var(--beige);
}

.gallery_item_box {
	background: #f7f7f7;
}
.gallery_item {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.play_btn_icon_box,
.pdf_icon_box {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
}
.play_btn_icon {
    width: 60px;
    background: var(--lightbrown);
    border-radius: 50%;
    padding: 5px;
}

.pdf_icon {
	width: 120px;
    background: #fff;
    padding: 5px;
}


@media screen and (max-width: 1440px) {
	.home_top {
	    min-height: 500px;
	}
	.home_text {
	    font-size: 56px;
	    max-width: 670px;
	}
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1440px;
    }
}

@media screen and (max-width: 787px) {
	.enlist_amount_wrap {
		width: calc(50% - 15px)
	}
	.pms_content {
		height: 62px;
	}
	.pmsc_label {
		font-size: 14px;
	}
}