@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/*
 font-family: "Rubik", sans-serif;*/

@font-face {
    font-family: 'Ploni Yad v2 AAA';
    src: url('../fonts/PloniYadv2AAA-Regular.woff2') format('woff2'),
        url('../fonts/PloniYadv2AAA-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff'),
        url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html body {
    font-family: 'Ploni Yad v2 AAA' !important;
}

body {
    font-family: 'Ploni Yad v2 AAA';
    font-size: 20px;
    line-height: 33px;
    color: #000000;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Ploni Yad v2 AAA' !important;
}

h1 {
    font-size: 40px;
    line-height: 1;
}

h2 {
    font-size: 35px;
    line-height: 40px;

}

h3 {
    font-size: 30px;
    line-height: 36px;
}

h4 {
    font-size: 17px;
    line-height: 1.2;
}

h5 {
    font-size: 15px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 20px;
}

p {
    font-size: 20px;
    line-height: 33px;
    color: #000;
    margin: 0 0 16px;
}

ul {
    background: none;
    margin: 0px;
    padding: 0;
    list-style-type: none;
}



em {
    font-style: italic;
}

a {
    color: #ffffff;
    text-decoration: none !important;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

a:active,
a:hover,
a:focus {
    color: #e5c900;
    text-decoration: none !important;
    outline: 0px none !important;
}

img,
a img {
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    border: none 0;
    outline: 0px none !important;
}

strong {
    font-weight: 700;
}

button:focus {
    outline: none;
}

input:focus,
textarea:focus {
    outline: 0px none !important;
    box-shadow: none;
}

input[type=text],
input[type=email],
input[type=tel] {
    width: 100%;
    height: 40px;
    background: #fff;

    box-shadow: none;
    color: #000;
    font-size: 20px;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 0;
    margin-bottom: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-bottom: 2px solid #bfbfbf;
}

textarea.form-control {
    width: 100%;
    height: 150px;
    background: #fff;
    box-shadow: none;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 10px;
    margin-bottom: 0px;
    resize: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-bottom: 2px solid #bfbfbf;
}

.bttn {
    color: #000;
    background-color: #e5c900;
    position: relative;
    font-size: 20px;
    height: 52px;
    line-height: 1;
    border: none;
    border-radius: 0px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    padding: 16px 25px 15px 25px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    transition: transform 0.3s ease;
}

.bttn:hover,

.bttn:active {
    color: #fff;
    transform: scale(1.05);
}


/* Placeholder text color -- selectors need to be separate to work. */

input.form-control::-webkit-input-placeholder {
    color: #a1a1a1;
    opacity: 1;
    font-family: 'Ploni Yad v2 AAA';
}

input.form-control:-moz-placeholder {
    color: #a1a1a1;
    opacity: 1;
    font-family: 'Ploni Yad v2 AAA';
}

input.form-control::-moz-placeholder {
    color: #a1a1a1;
    opacity: 1;
    font-family: 'Ploni Yad v2 AAA';
}

input.form-control:-ms-input-placeholder {
    color: #a1a1a1;
    opacity: 1;
    font-family: 'Ploni Yad v2 AAA';
}

textarea.form-control::-webkit-input-placeholder {
    color: #a1a1a1;
    opacity: 1;
    font-family: 'Ploni Yad v2 AAA';
}

textarea.form-control:-moz-placeholder {
    color: #a1a1a1;
    opacity: 1;
    font-family: 'Ploni Yad v2 AAA';
}

textarea.form-control::-moz-placeholder {
    color: #a1a1a1;
    opacity: 1;
    font-family: 'Ploni Yad v2 AAA';
}

textarea.form-control:-ms-input-placeholder {
    color: #a1a1a1;
    opacity: 1;
    font-family: 'Ploni Yad v2 AAA';
}

.form-control:focus {
    box-shadow: none;
}

/*-----bootstrap style reset-----*/

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 1230px;
    }
}



/*-----bootstrap style reset-----*/

.main-outercon {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #fff;
    position: relative;
}

/*--------------- Header Section ----------*/

.header-container {
    width: 100%;
    background-color: #fff;
}

.logo {
    text-align: center;
    margin: 0 0 25px;
}

.logo img {
    width: 230px;
}


.content-container {
    width: 100%;
    position: relative;
}

.banner-inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner-inner h1 {
    margin: 0 0 30px;
    width: 360px;
    color: #fff;

}

.banner-container {
    width: 100%;
    position: relative;
    height: 475px;
    background: #af262a;
}

.banner-inner a.down-arrw img {
    width: 35px;
}

.banner-content {
    position: absolute;
    color: #fff;
    width: 100%;
    top: 55%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


.slick-initialized .slick-slide:focus {
    outline: none;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-arrow {
    background: transparent;
    cursor: pointer;
    width: 46px;
    height: 26px;
    /* border: 2px solid #c76c8b; */
    text-decoration: none;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 50%;
    font-size: 0;
    /* border-radius: 50%; */
    margin: 0;
    transform: translateY(-50%);
    padding: 0;
    border: none;
}

.slick-arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 9px;
    height: 15px
}

.slick-arrow.slick-prev {
    right: 30px;
}

.slick-arrow.slick-next {
    left: 30px;
    right: auto;
}

.slick-arrow.slick-prev:before {
    background: url('../images/next-arw.png') no-repeat center;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.slick-arrow.slick-next:before {
    background: url('../images/prev-arw.png') no-repeat center;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.grid-list ul .slick-dots {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    padding: 0;
}

.grid-list ul .slick-dots li {
    height: auto;
    padding: 0;
    margin: 0 5px;
    width: auto;
    line-height: 1;
}

.grid-list ul .slick-dots li button {
    box-shadow: none;
    border: none;
    border-radius: 100%;
    background: #8e8e8f;
    line-height: 1;
    width: 10px;
    height: 10px;
    font-size: 0;
    margin: 0 4px;
    padding: 5px;
}

.grid-list ul .slick-dots li.slick-active button {
    background: #000000;
}




/* text-container */
.text-container {
    width: 100%;
    background: #fff;
    position: relative;
    padding: 28px 0 55px;
}

.img-div {
    position: absolute;
    left: 65px;
    bottom: 0;
}

.img-div img {
    width: 273px;
    display: block;
}

.inner-text {
    margin: 0 auto;
    max-width: 955px;
    text-align: center;
}

/* .inner-text p {
    margin: 0 0 45px;
} */
.bttn-div {
    margin: 35px 0 0;
    display: block;
}

.inner-text p span {
    font-family: 'Myriad Pro';
}

/* service */
.service-container {
    width: 100%;
    background: #af262a;
    padding: 40px 0;
}

.service-inner ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 1700px;
    margin: 0 auto;
}

.service-inner ul li {
    width: 30%;
}

.single-service {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.service-inner h2 {
    color: #fff;
    padding: 0 0 45px;
}

.icon {
    height: 78px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-inner ul li:last-child .icon img {
    width: 65px;

}

.content-blk {
    padding: 25px 0 0;
}

.content-blk p span {
    font-family: 'Myriad Pro';
}

.content-blk h3 {
    color: #fff;
}

.content-blk p {
    color: #fff;
}

.content-blk p br {
    display: none;
}

/* offer section */

.offer-container {
    width: 100%;
    background: #ffffff;
    padding: 95px 0 30px;
    position: relative;
}

.offer-container:after {
    position: absolute;
    content: "";
    top: 13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url('../images/down-arw-red.png') no-repeat;
    width: 25px;
    height: 37px;
    background-size: 100% 100%;
}

.offer-inner h2 {
    padding: 0 0 50px;
    color: #000;
}

.offer-inner ul {
    width: 100%;
    display: grid;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: auto auto auto;
    max-width: 720px;
    margin: 0 auto;
    gap: 50px;
}

.offer-inner ul li {
    width: 100%;
    display: flex;
    align-items: center;
}

.offer-inner ul li span {
    color: #d7d7d7;
    font-size: 58px;
    line-height: 40px;
    font-weight: 700;
    display: block;
    width: 79px;
}

.offer-inner ul li strong {
    line-height: 1;
    font-weight: 400;
}

/* logo container */
.logo-container {
    width: 100%;
    background: #fff;
    padding: 40px 0;
    position: relative;
}

/* .logo-inner ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 */

.logo-inner ul li.slick-slide {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    float: inherit;
}

.logo-inner ul li img {
    display: inline-block;
}


/* contact */
.contact-container {
    width: 100%;
    background: #fff;
    padding: 50px 0 90px;
}

.contact-container h2 {
    margin: 0 0 25px;
    color: #000;
}

.contact-form {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

/* .contact-form input[type="email"] {
    font-family: 'Myriad Pro';
} */

.single-row {
    margin: 0 0 10px;
}


.contact-form .wpcf7-form-control-wrap.recaptcha .wpcf7-not-valid-tip {
    text-align: left;
    margin: 0 0 0 50px;
    display: inherit;
}

.contact-form .wpcf7 form .wpcf7-response-output {
    text-align: right;
}


/* footer */

.footer-container {
    width: 100%;
    background: #af262a;
}

.copyright p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 19px;
    line-height: 17px;
}

.copyright p a {
    font-family: 'Myriad Pro';
    color: #fff;
}

.copyright p a:hover {
    color: #e5c900;

}

.copyright {
    padding: 5px 0 25px;
}


.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
    text-align: right;
}

.single-row.btn-div {
    text-align: center;
    position: relative;
}

.wpcf7-spinner {
    position: absolute;
    bottom: -23px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.wpcf7-not-valid-tip {
    text-align: right;
    display: none;
}

/* tab section */
.tab-container {
    width: 100%;
    background: #f1f2f3;
    padding: 60px 0 50px;
    position: relative;
}

#preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: red;  */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.loader {
    width: 100px;
    height: 100px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #af262a;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 999;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.tab-content-div {
    visibility: hidden;
}

.tab-container .nav {
    justify-content: center;
}

.tab-container .nav-link {
    color: #000;
    font-size: 22px;
    border-radius: 0;
    line-height: 1;
}

.tab-content-div {
    padding: 30px 0 0;
    width: 100%;
}

.tab-container .nav-link.active {
    background: #c3c3c3;
    color: #000;
}

.grid-list ul {
    /* display: flex; */
    /* flex-wrap: wrap;
    justify-content: center; */
    padding: 0 130px;
    /* height: 100vh; */
}

.grid-list ul li {
    width: 30%;
    margin: 4.2% 2.2%;
    height: 190px;
    position: relative;
    padding: 0px 2.2%;
}

.image-container {
    width: 100%;
    height: 100%;
    position: relative;
    /* z-index: 9999; */
}

.image-container .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.playbtn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 55px;
}


.grid-list .btn-close:focus {
    box-shadow: none;
}





.modal-backdrop.show {
    opacity: .9;
    /* z-index: 99999; */
}

.logo-inner ul {
    direction: rtl !important;
}


.tab-container .slick-slide div {
    text-align: center;
    display: flex;
}

.tab-container .modal-title {
    margin: 0 10px 0 0;
    font-size: 20px;
    line-height: 1;
    color: #000;
    order: 2;
}



.single-row.btn-div .wpcf7-form-control.wpcf7-submit.has-spinner.bttn {
    width: 130px;
    height: 43px;
    padding: 12px 20px 13px 20px;
}

.custom-logo {
    /*max-width: 200px;*/
    height: auto;
}

.custom-logo-link {
    display: block;
    text-align: center;
}

.error-message {
    display: none;
    color: red;
    font-size: 0.9em;
    text-align: right;
}

input[data-language="english"],
textarea[data-language="english"] {
    font-family: 'Myriad Pro';
}

/* Target input fields with Hebrew language */
input[data-language="hebrew"],
textarea[data-language="hebrew"] {
    font-family: 'Ploni Yad v2 AAA';
}



/*.grid-list .modal.show .modal-dialog {*/
/*    transform: none;*/
/*}*/

.grid-list .btn.btn-primary {
    background: transparent;
    border: none;
}

.grid-list .btn.btn-primary img {
    width: 20px;
}


.grid-list .modal-content {
    background: #000;
    border-radius: 0;
    border: none;
    /* height: 80vh; */
    /* overflow: hidden; */
}

.grid-list .modal-body {
    overflow: hidden;
    /*padding: 0;*/
}

.grid-list .modal-content:after {
    position: absolute;
    content: "";
    left: 100%;
    top: 0;
    background: #000;
    width: 500%;
    height: 100%;
}

.grid-list .modal-content:before {
    position: absolute;
    content: "";
    right: 100%;
    top: 0;
    background: #000;
    width: 500%;
    height: 100%;
}

.grid-list .modal-header {
    border-bottom: none;
    /* padding: 16px 16px 0 16px; */
    padding: 0;
    position: absolute;
    width: auto;
    z-index: 1;
    display: flex;
    align-items: center;
    top: 30px;
    left: 25px;
}

.grid-list .modal-body {
    position: relative;
    height: 100%;
    /* padding: 125px 0; */
    padding: 0;

}

/* .grid-list .modal-body iframe {
      width: 100%; 
    height: 100vh; 
    border: none; 
    
} */

.grid-list .modal-body {
    /*padding: 20px; */
    height: 100%;
    box-sizing: border-box;
}

.grid-list .wp-block-embed__wrapper {
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 20px;
}

.grid-list .wp-block-embed__wrapper iframe {
    width: 100%;
    height: 100%;
    display: block;
}


.tab-container .modal-title {
    margin: 0 0 0 20px;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    order: 2;
}

.grid-list .btn-close {
    background-size: 20px;
    order: 2;
    background: url('../images/close.png') no-repeat;
    width: 5px;
    height: 5px;
    background-size: 100% 100%;
    opacity: 1;
}

.grid-list .modal.show .modal-dialog {
    transform: none;
}



.single-row.captcha {
    text-align: right;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
}



/* .gallery-container */


.gallery-container .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.gallery-container .slick-prev {
    left: 0;
}

.gallery-container .slick-next {
    right: 0;
}

.gallery-container .slick-arrow {
    background: transparent;
    cursor: pointer;
    width: 46px;
    height: 26px;
    /* border: 2px solid #c76c8b; */
    text-decoration: none;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 50%;
    font-size: 0;
    /* border-radius: 50%; */
    margin: 0;
    transform: translateY(-50%);
    padding: 0;
    border: none;
}

.gallery-container .slick-arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 9px;
    height: 15px
}

.gallery-container .slick-arrow.slick-prev {
    right: -65px;
}

.gallery-container .slick-arrow.slick-next {
    left: -65px;
    right: auto;
}

.gallery-container .slick-arrow.slick-prev:before {
    background: url('../images/next-arw.png') no-repeat center;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.gallery-container .slick-arrow.slick-next:before {
    background: url('../images/prev-arw.png') no-repeat center;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}



.gallery-container {
    width: 100%;
    background: #f7f7f7;
    padding: 0px 0 60px;
}

.gallery-inner h2 {
    margin: 0 0 30px;
}

.gallery-inner {
    margin: 0 auto;
    max-width: 880px;
}

.title-block {
    margin: 0 0 20px;
}

.title-block h2 {
    margin: 0 0 15px;
}

.title-block span {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}

.contact-inner {
    margin: 0 auto;
    /* max-width: 690px; */
}

.contact-details {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 0 90px;
}

.contact-details a {
    font-weight: 700;
    color: #000;
}

.contact-details a:hover {
    color: #405e91;
}

.single-row {
    margin: 0 0 10px;
}

.fancybox-infobar {
    display: none;
}



.tab-content .image-container:hover img {
    transform: scale(1.05);
}

.gallery-inner .nav-tabs .nav-link.active {
    color: #000;
    background: #c3c3c3;
}

.gallery-inner .nav-tabs .nav-link {
    font-family: 'Ploni Yad v2 AAA';
    border-radius: 0px;
    background-color: transparent;
    color: #000;
    padding: 5px 12px;
    border: none;
}

#galleryTabs {
    margin: 55px 0 0;
}

.gallery-inner .nav-item {
    margin: 0 0 0 10px;
}

.tab-content .slick-slide>div {
    display: flex;
    padding: 5px;
}

.tab-content .image-container img {
    height: 190px;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.tab-content .slick-slide>div div {
    overflow: hidden;
    position: relative;
    margin: 2% 2%;
}

.gallery-inner .nav-tabs {
    border-bottom: none;
    justify-content: center;
    font-size: 20px;
}

.playbtn {
    width: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    transform: translateY(-50%);
}

.fancybox-slide--iframe .fancybox-content {
    background: transparent;
}


.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    box-shadow: none;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    box-shadow: none;
}

.fancybox-button {
    height: 68px;
    width: 68px;
}

.fancybox-caption {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
}


input[data-language="english"],
textarea[data-language="english"],
textarea[data-language="numeric"],
input[data-language="numeric"] {
    font-family: 'Myriad Pro';
}

/* Target input fields with Hebrew language */
input[data-language="hebrew"],
textarea[data-language="hebrew"] {
    font-family: 'Ploni Yad v2 AAA';
}



.footer-links {
    width: 100%;
    padding: 20px 0 10px;
}

.footer-links ul {
    display: flex;
    justify-content: center;
}

.footer-links ul li {
    line-height: 1;
    margin: 0 15px;
    position: relative;
}

.footer-links ul li::before {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    height: 15px;
    left: -17px;
    top: 3px;
}

.footer-links ul li:last-child:before {
    display: none;
}

.slick-dots {
    width: 100%;
    justify-content: center;
    display: flex;
}

.slick-dots li {
    margin: 0 5px;
    line-height: 1;
}

.slick-dots li button {
    border-radius: 100%;
    width: 14px;
    height: 14px;
    border: none;
    padding: 0;
    font-size: 0;
    opacity: 1;
    background: #a1a1a1;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;

}

.slick-dots li.slick-active button {
    background: #af262a;
}

#success_message {
    text-align: center;
    position: relative;
    margin: 0;
}


#success_message .btn-close {
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    background: #badbcc url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") no-repeat;
    border-radius: 100%;
    background-position: center;
    background-size: 20px 18px;
    width: 20px;
    height: 20px;
    box-shadow: 1px 1px 7px rgb(0, 0, 0, 1);
    opacity: 1;
}

#success_message .btn-close:focus {
    box-shadow: none;
}

.fancybox-navigation {
    display: none;
}

.fancybox-button.fancybox-button--zoom,
.fancybox-button.fancybox-button--play,
.fancybox-button.fancybox-button--thumbs {
    display: none;
}

.fancybox-button.fancybox-button--share,
.fancybox-button.fancybox-button--fsenter {
    display: none;
}



.banner-container.inner-page {
    height: 200px;
}

.inner-banner {
    position: relative;
}

.banner-container.inner-page .banner-content {
    top: 50%;
    text-align: center;
}

.banner-container.inner-page .banner-content h1 span {
    font-family: 'Myriad Pro';
}

.inner-wrap {
    padding: 50px 0;
    background: #fff;
}

.terms-list ol li::marker {
    color: #af262a;
    font-weight: 700;
    font-size: 28px;
}

.terms-list ol li ol li::marker {
    font-size: 22px;
}

.iterms-list ol li strong {
    font-size: 25px;
    font-weight: 900;
}

.terms-list ol li span {
    font-family: 'Myriad Pro';
}

.terms-list ol {
    margin-right: 32px;
}

.terms-list ol li ol li {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 10px;
}

[lang="he"] .terms-list ol li {
    list-style: hebrew;
}

[lang="he"] .terms-list ol li li {
    list-style: numeric;
}

.banner-container.inner-page .logo {
    margin: 0;
}

.banner-container.inner-page .logo img {
    width: 180px;
}

.accessibility-inner p span {
    font-family: 'Myriad Pro';
}

.accessibility-inner h4 {
    font-size: 23px;
    font-weight: 700;
}

.accessibility-inner ul {
    margin: 0 50px 25px 0;
}

.accessibility-inner ul li {
    list-style-type: disc;
}

#title-div {
    position: fixed;
    /* width: 50%; */
    width: fit-content;
    top: 1em;
    font-size: 25px;
    font-family: 'Myriad Pro';
    /* left: calc(50% - 25%); */
    color: white;
    z-index: 999999999999;
    text-align: center;
    visibility: hidden;
    left: 0;
    right: 0;
    margin:0 auto;
}

.container-div {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.centered-div {
    width: 100%;
    height: 190px;
    margin: 10px;
    padding: 5px;
}