@charset "utf-8";
.genFormMultipleTitle, .genFormTextText{
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 8px;
    margin-top: 8px;
}
.genFormTextText{
    font-size: 16px;
    font-weight: bold;
}

.genFormInputText{
    font-size: 16px;
    height: 40px;
}

textarea.form-control{
    height: 120px;
}

#sendForm .form-group .genFormCheckboxField{
    margin: 0 5px;
}


#sendForm .form-group .iradio_flat-green{
    margin: 10px 15px;

}

.dynamicSubmit{
    display: block;
    font-size: 16px;
    padding: 10px 60px;
    background-color: #1abc9c;
    color: #fff;
    border-radius: 3px;
    border: 2px solid #1abc9c;
    height: max-content;
}

.dynamicSubmit:hover, .dynamicSubmit:focus{
    background-color: #fff;
    color: #1abc9c;
    outline: none;
}

#autocompleteDiv{
    font-size: 18px;
}

#autocompleteDiv:not(:empty){
    border: 1px solid #848484;
    padding: 10px;
    height: 150px;
    overflow: hidden;
    overflow-y: auto;
    box-shadow: 3px 3px 4px #0000002e;
}

#autocompleteDiv > div{
    border-bottom: 1px solid #ced4da;
    margin-bottom: 4px;
    padding-bottom: 4px;
}

.answerText, .errorMassege{
    margin-top: 50px;
    margin-bottom: 20px;
    color: #18a98d;
    font-size: 29px;
    font-weight: bold;
}

#sendForm{
    margin-top: 30px;
}
.select2-container {
    margin-bottom:14px;
}
.select2-container--default .select2-selection--multiple.form-control,
.form-control{
    max-width: 340px;
    height: 50px;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    border-right: 5px solid #19bd9b;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.select2-container .select2-search--inline .select2-search__field{
    height: 20px;
    line-height:20px;
    font-family:inherit !important;
}
.select2-container .select2-selection--multiple:last-child {
    margin:0;
}
 .form-control:last-child{
    margin-bottom: 14px;
}

.inline-check {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.radio-inline, .checkbox-inline{
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
    /*float: left;
    width: 290px;*/
    max-width:90%;
}

.form-control[type=file]{
    height: auto;
}

.form-control[type=file]:invalid ~ label{
    /* background-color: #ea3e3e; */
}

.form-control[type=file]:invalid ~ label:hover, .form-control[type=file]:invalid ~ label:focus{
    background-color: #ea3e85;
}

.file-input-container{
    position: relative;
    width: 340px;
    margin-bottom: 14px;
}

.file-input-container input[type=file]{
    opacity: 0;
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: -1;
}

.file-label{
    flex-shrink: 0;
    cursor: pointer;
    font-size: 18px;
    margin-bottom: 4px;
    background-color: #19bd9b;
    color: #fff;
    padding: 10px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: background-color 150ms ease;
}

.file-label:hover, .file-label:focus{
    background-color: #ea3e85;
}

.file-input-name{
    display: flex;
    align-items: center;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    width: 100%;
    height: 47px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#mandatorySign{
  font-size: 12px;
  vertical-align: text-top;
}

.genFormInputTextarea{
    max-height: 200px;
    min-height: 95px;
}

.selectpicker{
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    max-width: 340px;
    height: 50px;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    margin-bottom: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.form-group .select2-container--default.select2-container--focus .select2-selection--multiple {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

/*reference notice */
.notice {
    background: #f7f7f7;
    padding: 15px;
    border-top: 5px solid #19bd9b;
    font-weight: bold;
    font-size: 18px;
    display:inline-block;
    width:100%;
    clear:both;
    margin-bottom:10px;
}
.notice a {
    white-space: nowrap;
}

.file-invalid-error{
    font-size: 14px;
    color: red;
    font-weight: bold;
    align-self: center;
    padding: 5px;
    position: absolute;
    bottom: -20px;
}

.invalid-recaptcha:before{
    color: red;
    font-size: 14px;
    font-weight: bold;
    content: 'נא לסמן שאינך רובוט';
}

.date-input{
    text-align: center;
    position: relative;
}

.date-input[data-empty=true]:before{
    content: attr(placeholder);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/*modal answer text */
.modal-content {
    border-radius:0;
    background: url('/webfiles/icons/popupBg.webp');
    background-size:cover;
    height:500px;
    border:0;   
}
.modal-body {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction:column;
    text-align: center;
}
.modal-body p {
    color: #2C2764;
    font-size:18px;
    margin:0;
}
.modal-body h1,.modal-body h2,.modal-body h3,.modal-body h4,.modal-body h5,.modal-body h6 {
    color: #E3307D;
    font-weight:bold;
    font-size:18px;
    margin:0;
}
.btn-close {
    width: 2em;
    height: 2em;
    background-size: 1.5em;
}
.modal-backdrop.show {
    opacity:0.8;
}.pink-btn {
    background: #e5307d;
    color: #fff;
    font-size: 22px;
    border-radius: 10px;
    margin: auto;
    height: 50px;
    display: flex;
    width: 350px;
    align-items: center;
    justify-content: center;
}
.pink-btn:hover {
    background:#1ABC9C;
    color:#fff;
}
body {
    background: #ffffff url(https://www.sheba.co.il/) no-repeat fixed center;
    background-size: cover;
}   

.innerImg{
    margin: 0 auto 20px auto;
}

.content{
    color: #212529;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 25px;
    margin-bottom: 20px;
}

h1, h2{
    color: #171f73;
}

.text-center{
    text-align: center;
}

.divider-line{
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
    margin: 25px 0;
}

/* Slick */
a.slickItem:hover{
    text-decoration: none;
}

.slick-slide .overlay img{
    width: inherit;
    display: inline;
}

.slick-slide img {
    margin-bottom: 13px;
}

.slickItem h4{
    color: #222222;
    text-align: right;
    margin: 0 auto;
    margin-bottom: 2px;
}

.slick-prev,
    .slick-next{
    width: 42px;
    height: 42px;
    opacity: 1;
    top: 50%;
    transform: translateY(calc(50% - 58px));
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 80;
    font-size:20px;
}
.slick-prev{
    padding-left: 9px;
    left: 0;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.slick-prev:hover,
    .slick-next:hover{
    opacity: 1;
    transition: all 0.2s ease;
}

.slick-prev:before{
    font-size: 80px;
}

.slick-next{
    padding-left: 16px;
    right: 0;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.slick-prev:before, .slick-next:before{
    color: #1ABC9C !important;
    font-size: 40px;
}

.slickItem {
    padding-bottom: 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: none;
}

.slickItem:hover h4, .slickItem:focus h4{
    color: #1ABC9C;
}

/* Slick fields-of-activity-carousel  */
.fields-of-activity-carousel{
    direction: rtl;
    display: block;
    text-align: center;
    float: none;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: auto;
    margin: 0px;
    overflow: hidden;
    position: relative;
    cursor: move;
    margin-bottom: 20px;
}
.fields-of-activity-carousel .slick-slide{
    direction: rtl;
    float: right;
}
.fields-of-activity-carousel .slickItem{
    max-width: 240px;
}


/* Slick doctors */
.doctors-slider{
    direction: rtl;
    display: block;
    text-align: center;
    float: none;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: auto;
    margin: 0px;
    overflow: hidden;
    position: relative;
    cursor: move;
    margin-bottom: 20px;
}
.doctors-slider .slick-slide{
    direction: rtl;
    float: right;
}
.doctor-item{
    border-radius: 50%;
    width: 165px;
}
.doctor-item.square-doctor {
    border-radius:0;
}
.doctor-item h4{
    text-align: center;
}

/* Tests */
.feed-item{
    margin-bottom: 30px;
}

.feed-item img{
    margin-inline-end: 30px;
    max-width: 240px;
    align-self: flex-start;
}

.feed-item h4{
    color: #525252;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 4px;
}

.feed-item:hover h4{
    color: #1ABC9C;
}
.slickItem.nolink:hover h4{
    color:#222222;
}
.feed-item.nolink:hover h4{
    color: #525252;
}
.feed-item-subtitle{
    color: #212529;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}

/* clinical_studies */
.item-arrow{
    margin-inline-end: 30px;
    font-size: 24px;
}

.clinical-studies .feed-item{
    margin: 0px;
    padding: 20px 0;
    border-bottom: 1px solid #c6cccb;
}


/* Gallery */
.row_slick_gallery .slick-dots{
    position: absolute;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 0 0 0;
    top: 15px;
    z-index: 50;
    height: 30px;
    display: flex;
    justify-content: center;
    padding: 0px;
}
.row_slick_gallery .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    height:16px;
    width: 16px;
    font-family: "slick";
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: white;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border : 1px solid #0000009c;
}
.row_slick_gallery .slick-dots li button {
    background:  white;
    display: block;
    outline: none;
    width: 16px;
    height: 16px;
    line-height: 0;
    font-size: 0;
    color: white;
    padding: 5px;
    cursor: pointer;
    outline: none;
    border-radius: 50%;
}

.row_slick_gallery .slick-dots .slick-active{
    color: white;
    border-radius: 50%;
    font-size: 18px;
    line-height: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    opacity: 0.25;
}
.row_slick_gallery .slick-active li button:before{
    color: white;
    opacity: 0.25;
    outline: none;
    font-size: 18px;
    line-height: 20px;
    height:15px;
    width: 15px;
    border-radius: 50%;
    border : 1px solid #0000009c;
}
.slick-dots li {
    margin: 0px 5px;
    position: relative;
}
.row_slick_gallery video{
    width: 100%;
}

/* Contect block */
.contact-block{
    width: 100%;
    background-color: #f9f9f9;
    padding: 20px;
    text-align: right;
    margin-bottom: 15px;
    margin-inline-start: auto;
}
.contact-title{
    color: #171f73;
    font-size: 30px;
    font-weight: 400;
}
.contact-content{
    font-size: 18px;
    color: #212529;
    padding: 10px 0;
}
a.contact-btn{
    display: block;
    width: 100%;
    padding: 8px;
    background-color: #000756;
    border: 1px solid #000756;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin: 10px auto;
}
a.contact-btn:hover, a.contact-btn:focus{
    background-color: #fff;
    color: #000756;
}
.contact-link{
    color: #0fbf9e;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

/* stories */
.stories-title{
    color: #eb3d85;
    text-align: right;
}
.stories{
    text-align: right;
}
.stories .feed-item img{
    border-radius: 50%;
    width: 164px;
    margin: 0 auto 10px auto;
}
.stories .feed-item{
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f2f2f2;
}
.stories .feed-item h4{
    font-size: 18px;
}
.stories .feed-item .feed-item-subtitle{
    font-weight: 300;
}

/* medical_zone_more */
.medical-zone-more{
    text-align: right;
    margin-bottom: 30px;
}
.medical-zone-more .feed-item{
    margin: 0px;
    padding: 5px 0;
}
.medical-zone-more .feed-item h4{
    font-size: 18px;
    font-weight: 300;
}

/* Glossary of Terms */
.got-block{
    font-size: 18px;
    font-weight: 300;
    color: #212529;
    text-align: right;
}

/* Q&A */
.qna-block{
    font-size: 18px;
    font-weight: 300;
    color: #212529;
    text-align: right;
}

.side-block{
    width: 300px;
    max-width: 100%;
    margin-inline-start: auto;
}

.breadCrumbs{
    display: none;
}
.countdownWrapper {
    width:260px;
    height: 260px;
    background: url('/webfiles/images/countdown-bg-new.png');
    background-size:contain;
    display:flex !important;
    justify-content:center;
    align-items:center;
    margin:auto;
}
#countdown, #countdownm {
    text-align: center;
    color: #171f73;
    font-size: 38px;
    /* text-shadow: 1px 1px 3px #000; */
    margin-right: 10px;
    margin: 0;
    font-weight: bold;
}
/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    .feed-item{
        border-bottom: 1px solid #c6cccb;
        padding-bottom: 20px;
    }
    .feed-item img{
        max-width: 100%;
        margin: 0 auto 10px auto;
    }

    .fields-of-activity-carousel .slickItem{
        max-width: 100%;
    }

    .row_slick_gallery .slick-dots{
        position: relative;
        align-items: center;
        margin: 0;
        top:0;
    }

    .side-block{
        width: 100%;
        margin-inline-start: none;
    }
}

/*--------------------------  XS ( max 767 ) --------------------------*/
@media (max-width:767px){
    .row_slick_gallery .video-wrapper iframe {
        min-height: calc(100vw * 9 / 16);
    }
}

/* */



/*.row_slick_gallery .video-wrapper {
    position: relative;
    padding-bottom: 146%;
    padding-top: 80px;
    margin-top: -21.25%;
    margin: -29% -69%;
} */
@media all and (min-width:570px){
    .row_slick_gallery .slick-slide{
        height: 450px;
        overflow: hidden;
    }
    .row_slick_gallery .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
    }

}
.row_slick_gallery .video-wrapper iframe {
        width:100%;
        height:100%;
    }

.img-responsive {
    max-width:100%;
}
