<br />
<b>Deprecated</b>:  Return type of db::query($query, $resultmode = MYSQLI_STORE_RESULT) should either be compatible with mysqli::query(string $query, int $result_mode = MYSQLI_STORE_RESULT): mysqli_result|bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in <b>/home/maayan/domains/m.wpr.co.il/public_html/inc/database.class.inc</b> on line <b>15</b><br />

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, 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,select,input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-size:inherit;
    outline: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.4;
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
    direction: rtl;
}
ol, ul {
    list-style: none;
}
:focus {
    outline: 0;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*end css reset*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
} 
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1; 
}

html {
    min-height: 100vh;
    position: relative;
}

b,strong {
    font-weight: bold;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

/***popup**/
.myformPop {
    display: none;
    width: 320px;
    padding: 8px;
    background: rgba(0,0,0,.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#10000000,endColorstr=#10000000);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    background: rgba(0,0,0,0.1);
}

.myformPop i.close,
.myformPop .cancelButton,
.myformPop .acceptButton{
    position: absolute;
    bottom: 15px;
    font-family: arial;
    font-size: 0.750em;
    left: 15px;
    display: block;
    padding: 7px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #a95151;
    box-shadow: 0 1px 2px 0 #cd8787 inset;
    -webkit-box-shadow: 0 1px 2px 0 #cd8787 inset;
    -moz-box-shadow: 0 1px 2px 0 #cd8787 inset;
    background: #c57979;
    background: -moz-linear-gradient(top, #c57979 0%, #a34c4c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c57979), color-stop(100%,#a34c4c));
    background: -webkit-linear-gradient(top, #c57979 0%,#a34c4c 100%);
    background: -o-linear-gradient(top, #c57979 0%,#a34c4c 100%);
    background: -ms-linear-gradient(top, #c57979 0%,#a34c4c 100%);
    background: linear-gradient(top, #c57979 0%,#a34c4c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c57979', endColorstr='#a34c4c',GradientType=0 );
    border: 0px;
    outline: none;
    text-shadow: 0 -1px #6f6f6f;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.myformPop .confirmButtons {
    width: 193px;
    margin: 0 auto;
    margin-top: 81px;
}
.myformPop .confirmButtons button {
    float: right;
    margin-right: 10px;
    padding: 12px 25px 12px 25px;
    position: relative;
    left: auto;
    bottom: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    text-shadow: none;
    font-size: 0.875em;
    font-weight: normal;
}

.myformPop .cancelButton {
    border: 1px solid #6F3333;
}

.myformPop .acceptButton {
    margin-right: 0px;
    background: #a9ca7b; /* Old browsers */
    background: -moz-linear-gradient(top, #a9ca7b 0%, #84ab58 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9ca7b), color-stop(100%,#84ab58)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a9ca7b 0%,#84ab58 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a9ca7b 0%,#84ab58 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a9ca7b 0%,#84ab58 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a9ca7b 0%,#84ab58 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9ca7b', endColorstr='#84ab58',GradientType=0 ); /* IE6-9 */
    border: 1px solid #567A34;
}

.myformPop i.close:hover,
.myformPop .confirmButtons button{
    opacity: 0.95;
    filter: alpha(opacity=95);
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.myformPop i.close:active,
.myformPop .confirmButtons button:active {
    background: #b15e5e;
    box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
    -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
}

.myformPop .confirmButtons .acceptButton:active {
    background: #a9ca7b;
}

.myformPop .heading {
    width: 100%;
    height: 44px;
    background-image: -webkit-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -moz-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -o-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -ms-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e9e9e9');
    border-bottom: 1px solid #bababa;
    -webkit-box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,.08);
    -moz-box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,.08);
    box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,.08);
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    color: #444444;
    text-shadow: 0px 1px 0px #fff;
}

.myformPop .output {
    font-family: arial;
    font-size: 0.875em;
    width: 100%;
    background: #efefef;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
    box-shadow: 0px 1px 3px rgba(0,0,0,.25);
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    padding: 10px;
    padding-bottom: 42px;
}

.myformPop .output.delete {
    color: #A70505;
}

.myformPop .output span.success {
    color: #4F8A10;
    border: 1px solid #4F8A10;
    background: #DFF2BF;
    display: block;
    padding: 3%;
    width: 100%;
    text-align: center;
}
.myformPop .output span.error {
    color: #A70505;
}

.myformPop .output ul {
    list-style-type: disc;
    color: #D8000C;
    background-color: #FFBABA;
    padding: 3%;
    width: 100%;
    margin: 0;
    border: 1px solid #D8000C;
}

.myformPop .output ul li {
    margin-right: 20px;
}
/***popup**/

/***FORMS***/
/*****HE****/
.myform {
    display: block;
    padding-bottom: 10px;
}

.myform fieldset {
    display: block;
    margin-bottom: 5px;
    position: relative;
}

.myform fieldset label {
    width: 28%;
    float: right;
    color: #777777;
    margin-left: 2%;
}

.myform fieldset.req:before {
    content: "*";
    color: red;
    position: absolute;
    top: -9px;
    right: 1px;
    display: block;
}

.myform fieldset div.inputArea {
    float: right;
    width: 70%;
}

.myform fieldset div.inputArea.full,
.myform fieldset.full div.inputArea {
    width: 100%;
    float: none;
}

.myform fieldset div.inputArea input[type="text"],
.myform fieldset div.inputArea input[type="password"],
.myform fieldset div.inputArea textarea{
    background: #eae8e6;
    padding: 0 2%;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #1C52A6;
	font-weight: bold;
    font-size: 0.875em;
    outline: 0px;
    border: 0;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    position: relative; 
	font-family: 'Assistant', sans-serif;
}

.myform fieldset div.inputArea input.errorField,
.myform fieldset div.inputArea textarea.errorField {
    border: 1px solid red;
    background: #FFBABA !important;
}

.myform fieldset div.inputArea textarea {
    min-height: 80px;
    line-height: normal;
    resize: none;
}

.myform fieldset div.inputArea input:focus,
.myform fieldset div.inputArea textarea:focus{
    background: #d7cbcb;
}

.myform button,
.mybutton {
    float: left;
    background: #75cdd9;
    font-size: 1.125em;
    text-align: center;
	font-family: 'Assistant', sans-serif;
    padding: 6px 20px 6px 20px;
    margin-top: 5px;
    color: #fff;
    border: 0;
    outline: 0px;
    cursor: pointer;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    position: relative; 
    text-decoration: none;
}

.myform button:hover,
.mybutton:hover {
    filter: brightness(110%);
    -webkit-filter: brightness(110%);
}

.myform button:active,
.mybutton:active{
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
}

.myform fieldset div.inputArea input::-webkit-input-placeholder, .myform fieldset div.inputArea textarea::-webkit-input-placeholder { 
    color:    #1C52A6;
}
.myform fieldset div.inputArea input:-moz-placeholder, .myform fieldset div.inputArea textarea:-moz-placeholder { 
    color:    #1C52A6;
}
.myform fieldset div.inputArea input::-moz-placeholder, .myform fieldset div.inputArea textarea::-moz-placeholder { 
    color:    #1C52A6;
}
.myform fieldset div.inputArea input:-ms-input-placeholder, .myform fieldset div.inputArea textarea:-ms-input-placeholder { 
    color:    #1C52A6;
}

/*****HE****/

/*****EN****/

.myform.ltr fieldset.req:before {
    right: none;
    left: 1px;
}

.myform.ltr fieldset label {
    float: left;
    margin-right: 2%;
    margin-left: 0;
}

.myform.ltr fieldset div.inputArea {
    float: left;
}

.myform.ltr button {
    float: right;
}
/*****EN****/
/***FORMS***/

/***PAGE***/
.page {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.page.ltr {
    direction: ltr;
    text-align: left;
}

.pageTitle,
.subTitle{
    display: block;
    color: #75cdd9;
    font-size: 2.500em;
    margin-bottom: 10px;
    line-height: 40px;
	font-family: 'Assistant', sans-serif;
}

.subTitle {
    font-weight: bold;
}

.textArea {
    font-family: arial;
}

.textArea a {
    color: #1C52A6;
    text-decoration: underline;
}

.textArea a:hover {
    color: #122629;
}

.textArea ul,
.textArea ol{
    display: block;
    margin: 1.12em 0;
    margin-right: 40px;
    list-style: disc inside none;
}

.textArea ol {
    list-style-type: decimal;
}

.textArea img {
    max-width: 100%;
    margin: 0 auto;
}

.textArea iframe {
    width: 100%;
    margin: 0 auto;
}

.page.ltr .textArea ul,
.page.ltr .textArea ol{
    margin-left: 40px;
    margin-right: 0;
}

.page-nav {
    margin-bottom: 10px;
    color: #8f8f8f;
    background: #f6f6f6;
    padding: 5px;
    border-bottom: 1px solid #d4d4d4;
}

.page-nav a {
    display: inline-block;
    color: #8f8f8f;
    text-decoration: none;
}

.page-nav a:hover {
    text-decoration: underline;
    color: #8f8f8f;
}

.page-nav span {
    margin-right: 7px;
    margin-left: 7px;
    color: #8f8f8f;
    font-weight: normal;
    font-size: 0.813em;
    display: inline-block;
}

.linkMap a {
    color: #730c1d;
    font-size: 0.813em;
}

.map {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}

/*****************ERROR******************/
#errorpage h4 {
    color: #311413;
    font-size: 2.875em;
    font-weight: bold;
}

#errorpage h3 {
    color: #311413;
    font-size: 2.250em;
    font-weight: bold;
}

#errorpage p {
    color: #311413;
    margin-bottom: 5px;
    font-weight: bold;
}

#errorpage ul li,
#errorpage ol li{
    color: #311413;
    font-size: 0.875em;
}

#errorpage ol li a {
    color: #311413;
    text-decoration: underline;
}
/*****************ERROR******************/
/***PAGE***/

.wrap {
    width: 1024px;
    margin: 0 auto;
}

#wrapper header {
	position: relative;
	z-index: 1;
    width: 100%;
    padding-top: 20px;
}

#header header .wrap {
	display: flex;
}

#wrapper.scroll #header_area {
	background: #fff;
    width: 100%;
	overflow: hidden;
	right: 0;
	left: 0;
	position: fixed;
	top: 0;
	z-index: 999;
	-webkit-box-shadow: 0px 14px 41px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 14px 41px -12px rgba(0,0,0,0.75);
	box-shadow: 0px 14px 41px -12px rgba(0,0,0,0.75);
}

#wrapper.scroll #header {
    width: 100%;
    margin: 0 auto;
    max-width: 1024px;
}

#wrapper.scroll #header header {
	background: #fff;
    float: right;
    width: 15%;
	padding-top: 10px;
}

#wrapper.scroll #searchForm.myform,
#wrapper.scroll #topMenu {
	display: none;
}

a#logo {
    width: 310px;
    height: 120px;
    background: url(/img/logo.png) no-repeat right 0px;
    display: block;
    background-size: 100%;
    float: right;
    color: #727272;
    text-decoration: none;
    margin-left: 10px;
    margin-bottom: 3px;
    position: relative;
}

#wrapper.scroll  a#logo {
    width: 66px;
    height: 66px;
    background: url(/img/small_logo.png) no-repeat center 0px;
	background-size: 90%;
}

#wrapper.scroll  a#logo h1 {
	display: none;
}

a#logo h1 {
	position: absolute;
    top: 83px;
    font-size: 0.769em;
    width: 100%;
    text-align: center;
    color: #75cdd9;
    font-weight: bold;
}

#wrapper header #leftArea {
    flex: 1;
}

.leftArea_top {
    float: left;
}

.langs {
    margin-top: 7px;
    text-align: left;
}

#wrapper.scroll .langs{
	display: none;
}

.langs li {
	font-size: 1em;
	display: inline-block;
}

#topMenu > li {
    display: inline-block;
    padding: 0px 7px;
    border-right: 1px solid #1C52A6;
	font-size: 0.875em;
}

#topMenu > li:first-child {
    border-right: 0;
}

#topMenu > li > a {
    text-decoration: none;
    color: #1C52A6;
}

#topMenu > li > a:hover {
    text-decoration: underline;
}

#phoneArea {
    float: left;
    margin-top: 24px;
    display: block;
    font-size: 1.625em;
    height: 41px;
    line-height: 41px;
    text-align: center;
}

#phoneArea > a {
    color: #75cdd9;
    text-decoration: none;
}

label[for="show-menu"] > i {
    display: none;
}

#show-menu {
    display: none;
}

#menuArea {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}

#wrapper.scroll #menuArea {
	float: right;
    width: 85%;
	z-index: 1;
}

#wrapper.scroll header #leftArea {
	display: none;
}

#wrapper.scroll ul#navigator {
	margin-top: 21px;
}

ul#navigator > li {
    position: relative;
    display: inline-block;
	font-size: 1.125em;
}

ul#navigator > li > a {
    line-height: 40px;
    display: block;
    padding: 0px 22px;
    color: #1C52A6;
    text-decoration: none;
    position: relative;
}

#wrapper.scroll ul#navigator > li > a {
	padding: 0px 11px;
}

ul#navigator > li:first-child > a,
#wrapper.scroll ul#navigator > li:first-child > a {
	padding-right: 0;
}

ul#navigator > li:last-child > a,
#wrapper.scroll ul#navigator > li:last-child > a {
	padding-left: 0;
}

ul#navigator > li:hover > a {
	color: #1C52A6;
}

div.slider {
    height: 306px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
}

#form_area {
    position: relative;
	float: right;
    z-index: 20;
	height: 100%;
	width: 40%;
	padding: 19px 28px 0px 0px;
    background: #75cdd9;
}

#form_area:after{
	position: absolute;
	content: "";
	right: 100%;
	top: 0;
    width: 67px;
    height: 100%;
    background: #75cdd9;
}

#form_area > span {
	font-size: 3.000em;
	color: #fff;
	line-height: 1em;
	display: block;
	margin-bottom: 15px;
	text-align: center;
}

#form_area  .myform fieldset {
	margin-bottom: 4px;
}

#form_area .myform fieldset div.inputArea input[type="text"],
#form_area .myform fieldset div.inputArea select,
#form_area .myform fieldset div.inputArea textarea {
	height: 33px;
	line-height: 33px;
	background: #fff;
	color: #1C52A6;
	font-weight: bold;
	font-family: 'Assistant', sans-serif;
	width: 100%;
	font-size: 1em;
}

#form_area .myform fieldset div.inputArea input[type="text"]:focus,
#form_area .myform fieldset div.inputArea select:focus,
#form_area .myform fieldset div.inputArea textarea:focus {
	background: #efefef;
}

#form_area  .myform fieldset div.inputArea input::-webkit-input-placeholder,
#form_area  .myform fieldset div.inputArea textarea::-webkit-input-placeholder { 
    color:    #1C52A6;
}
#form_area  .myform fieldset div.inputArea input:-moz-placeholder,
#form_area  .myform fieldset div.inputArea textarea:-moz-placeholder   {
    color:    #1C52A6;
}
#form_area  .myform fieldset div.inputArea input::-moz-placeholder,
#form_area  .myform fieldset div.inputArea textarea::-moz-placeholder { 
    color:    #1C52A6;
}
#form_area  .myform fieldset div.inputArea input:-ms-input-placeholder,
#form_area  .myform fieldset div.inputArea textarea:-ms-input-placeholder { 
    color:    #1C52A6;
}

#form_area .mybutton {
	height: 54px;
	padding: 0;
	background: #1C52A6;
	width: 100%;
	font-weight: bold;
	margin-top: 0;
}

#form_area .mybutton:hover {
	background: #174387;
}

#topSlider {
	float: left;
	width: 60% !important;
	height: 100% !important;
	overflow: hidden;
    border-bottom-left-radius: 40px;
}

#topSlider img {
	height: 100% !important;
}

nav#roundedMenu {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 24px;
}

nav#roundedMenu > a {
    background: #1C52A6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin-left: 40px;
    color: #fff;
    height: 91px;
    width: 91px;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
	padding: 0 5px;
}

nav#roundedMenu > a:last-child {
    margin-left: 0;
}

nav#roundedMenu > a > span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 91px;
    width: 91px;
    margin: 0 auto;
}

nav#roundedMenu > a:hover,
nav#roundedMenu > a.selected {
    background: #75cdd9;
    color: #fff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

<!--nav#roundedMenu > a:hover:before {-->
<!--    background: url(/img/sprite.png) -9px -206px;-->
<!--    width: 157px;-->
<!--    height: 25px;-->
<!--    position: absolute;-->
<!--    top: -17px;-->
<!--    --><!--: -26px;-->
<!--    content: "";-->
<!--}-->

#container {
    margin-top: 30px;
    position: relative;
}

aside {
    float: right;
    width: 30%;
    margin-left: 2%;
}

main {
    width: 67%;
    float: left;
}

#searchForm.myform {
    width: 55%;
    float: left;
    margin-top: 5px;
}

#searchForm.myform fieldset {
	float: right;
	width: 87%;
}

#searchForm.myform fieldset div.inputArea input[type="text"] {
	color: #1C52A6;
	font-size: 1.125em;
}

#searchForm.myform fieldset div.inputArea input::-webkit-input-placeholder { 
    color: #1C52A6;
}
#searchForm.myform fieldset div.inputArea input:-moz-placeholder  {
    color: #1C52A6;
}
#searchForm.myform fieldset div.inputArea input::-moz-placeholder { 
    color: #1C52A6;
}
#searchForm.myform fieldset div.inputArea input:-ms-input-placeholder { 
    color: #1C52A6;
}

#searchForm.myform button {
	margin-top: 0;
	width: 13%;
	font-size: 1.525em;
	line-height: 45px;
	padding: 0;
}

#doctors {
    width: 100%;
    max-width: 175px;
    height: 122px;
    background: url(/img/sprite.png) -27px -325px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.block {
    width: 100%;
    overflow: hidden;
    margin-bottom: 13px;
}

.block .myform button,
.block .mybutton {
	width: 100%;
	float: none;
}

.block > h3 {
    display: block;
    background: #75cdd9;
    color: #fff;
	font-weight: bold;
	font-size: 1.375em;
    padding: 9px 7px;
    width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.block > h3 > span {
    display: inline-block;
    margin-left: 10px;
    background: #1C52A6;
    width: 34px;
	line-height: 34px;
    text-align: center;
    color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.block > .body {
    width: 100%;
    background: #f6f6f6;
    min-height: 30px;
	overflow: hidden;
}

#news {
    height: 300px;
    overflow: hidden;
}

#news .ticker {
    font-size: 0.875em;
    padding: 7px;
    background: #e8e8e8;
    margin-bottom: 10px;
}

#news .ticker h4 {
    display: block;
    padding: 5px 0px;
    font-weight: bold;
    color: #1C52A6;
}

#news .ticker a {
    color: #1C52A6;
}

#tagsCloud > a {
    display: inline-block;
    padding: 5px;
    text-decoration: none;
    color: #1C52A6;
}

#route {
    padding: 7px;
}

#route .myform fieldset {
	margin-bottom: 0;
}

#route .myform fieldset div.inputArea input[type="text"] {
	background: #fff;
	color: #1C52A6;
	height: 49px;
	font-size: 0.875em;
	font-weight: bold;
}

#route .myform fieldset div.inputArea input[type="text"]:focus {
	background: #eae8e6;
}

#route .myform fieldset div.inputArea input::-webkit-input-placeholder { 
    color:    #1C52A6;
}
#route .myform fieldset div.inputArea input:-moz-placeholder { 
    color:    #1C52A6;
}
#route .myform fieldset div.inputArea input::-moz-placeholder { 
    color:    #1C52A6;
}
#route .myform fieldset div.inputArea input:-ms-input-placeholder { 
    color:    #1C52A6;
}

#route button {
    width: 100%;
    float: none;
	height: 49px;
	background: #2ca147;
	font-weight: bold;
	font-size: 1.125em;
	font-family: 'Assistant', sans-serif;
	margin-top: 8px;
}

#misrad_briot .body{
	padding: 15px;
	text-align: center;
}

#misrad_briot .body span {
	font-weight: bold;
	display: block;
	color: #747474;
	font-size: 0.875em;
	margin-top: 15px;
}

footer {
    background: #1C52A6;
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
	padding-bottom: 0;
}

.footer_block {
    float: right;
    width: 30%;
    margin-left: 5%;
}

.footer_block.last {
    margin-left: 0;
}

.footer_block > h4 {
    display: block;
    border-bottom: 6px solid #75cdd9;
    padding: 5px 0px;
    margin-bottom: 7px;
    font-weight: bold;
    color: #fff;
    font-size: 1.250em;
}

.footer_block > ul > li > a {
    display: block;
    text-decoration: none;
    font-size: 0.875em;
    font-family: arial;
    padding: 7px 4px;
    color: #fff;
    border-bottom: 1px solid #338691;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.footer_block > ul > li > a:hover {
    color: #75cdd9;
}

.footer_line {
    margin-top: 20px;
	position: relative;
}

.footer_line > img {
	float: right;
}

.footer_line span {
    float: right;
    padding: 0px 7px;
    line-height: 22px;
    color: #fff;
    font-weight: bold;
    margin-top: 40px;
}

.footer_line nav {
	position: absolute;
    bottom: 10px;
    left: 0;
}

.footer_line nav > a {
    text-decoration: none;
    color: #fff;
    padding: 0px 10px;
    border-left: 1px solid #75cdd9;
    float: right;
	font-weight: bold;
	line-height: normal;
    margin-bottom: 3px;
	font-size: 0.875em;
}

.footer_line nav > a:last-child {
    border-left: 0;
}

.footer_line nav > a:hover {
    color: #75cdd9;
}

#footer {
    background: #efefef;
    font-size: 0.875em;
    padding: 14px;
	color: #1C52A6;
}

#footer ul li {
    display: inline-block;
    border-left: 1px solid #12b5c4;
    padding: 0px 5px;
}

#footer ul li:last-child {
    border-left: 0;
}

#footer ul li.blue {
    font-weight: bold;
}

#footer ul li a {
    color: #1C52A6;
    text-decoration: none;
}

#footer ul li a:hover {
    text-decoration: underline;
}

#footer ul {
    float: right;
    margin-top: 6px;
}

.webid {
    float: left;
    text-decoration: none;
	margin-top: 6px;
}

.webid a {
	font-weight: bold;
	text-decoration: none;
	color: #1C52A6;
}

.webid a:hover {
	text-decoration: underline;
}

.page .pageTitle {
    border-bottom: 1px solid #1C52A6;
    padding-bottom: 11px;
}

#bx-pager ul li img {
    width: 100%;
    height: 100%;
}

#youtubeBox{
	padding: 10px;
	background: #efefef;
}

#youtubeBox .inner {
	position: relative;
	height: 420px;
}

#youtubeBox .inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#moreIndex .subTitle {
	text-align: center;
}

#logos_slider {
	direction: ltr;
	margin-top: 17px;
}

#logos_slider .nbs-flexisel-item {
	height: 84px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#logos_slider .nbs-flexisel-inner {
	background: none;
	border: 0;
}

#piquh {
	background: #efefef;
	padding: 29px 0 39px 0;
	margin-top: 40px;
	overflow: hidden;
}

#piquh .text_body {
	float: right;
	width: 100%;
	max-width: 427px;
	color: #1C52A6;
	font-weight: bold;
	font-size: 0.813em;
}

#piquh .text_body .piquh_title {
	font-size: 2.500em;
	display: block;
}

#piquh  img {
	float: left;
	margin-top: 10px;
	max-width: 100%;
}

@media only screen and (max-width: 800px) {
	#header header .wrap {
		display: block;
	}
    a#logo {
        float: none;
        background-size: 100%;
		background-position: center;
        margin: 0;
        height: 92px;
		width: 206px;
    }
    a#logo h1 {
		top: 84px;
		font-size: 0.706em;
		text-align: center;
		width: 100%;
    }
    #wrapper header {
        padding-top: 0px;
    }
    #wrapper header #leftArea {
        float: none;
        width: 100%;
        text-align: right;
		margin-top: 0px;
    }
    .wrap {
        width: 100%;
		padding: 0 8px;
    }
    #topMenu {
        float: none;
		flex: 1;
    }
    #topMenu > li {
        padding: 0px 5px;
        font-size: 0.813em;
    }
    #phoneArea {
        float: none;
        margin-top: 2px;
        font-size: 1.188em;
        height: 43px;
        line-height: 39px;
    }
    label[for="show-menu"] > i {
        display: block;
        position: absolute;
        top: -172px;
        font-size: 2.250em;
        color: #75cdd9;
        left: 25px;
        cursor: pointer;
		z-index: 10;
    }
	.leftArea_top {
		display: flex;
		float: none;
		align-items: center;
	}
    ul#navigator {
        display: none;
    }
    #menuArea input[type="checkbox"]:checked + ul {
        display: block;
    }
    nav#menuArea {
        border-top: 5px solid #d4d4d4;
        border-bottom: 0;
        height: auto;
		margin-bottom: 10px;
    }
    ul#navigator > li {
        display: block;
    }
    ul#navigator > li > a {
        text-align: center;
        padding: 0;
        line-height: 36px;
        border-bottom: 1px solid #75cdd9;
    }
    ul#navigator > li > a:after {
        border-bottom: 0;
        display: none;
    }
    #fade {
        display: none;
    }
    div.slider,
    div.slider img{
        height: 130px !important;
        width: 100%;
    }
    nav#roundedMenu {
        padding-top: 5px;
        margin-bottom: 10px;
    }
    nav#roundedMenu > a {
        margin-left: 0px;
        margin-bottom: 7px;
        font-size: 0.875em;
    }
    nav#roundedMenu > a:hover:before {
        display: none;
    }
    #container {
        margin-top: 0;
    }
    main,
    aside{
        float: none;
        width: 100%;
    }
    .pageTitle, .subTitle {
        font-size: 1.625em;
        line-height: 26px;
    }
    main {
        padding: 5px;
    }
    #slider, #slider1,
    .bx-wrapper,
    .thumbnails{
        float: none;
        width: 100%;
    }
    .footer_line span,
    .footer_line nav,
    .footer_block{
        float: none;
        width: 100%;
        margin: 0 auto;
    }
	
	#searchForm.myform {
		float: none;
		width: 100%;
		margin-top: 10px;
	}
	body .left_buttons a b {
		display: none;
	}
	body .left_buttons a {
		padding: 1px;
	}
	body .left_buttons a span,
	body .left_buttons a:hover span	{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#youtubeBox .inner {
		height: 200px;
	}
	#piquh {
		margin-top: 10px;
	}
	.footer_line {
		margin-top: 10px;
	}
	.footer_line > img {
		display: none;
	}
	.footer_line nav {
		position: relative;
		bottom: 0;
		text-align: center;
		padding-bottom: 10px;
	}
	.footer_line span {
		padding: 0;
		margin-bottom: 10px;
		display: block;
		font-size: 0.875em;
	}
	.footer_line nav > a {
		float: none;
		display: inline-block;
	}
	#footer ul li {
		display: block;
		border: 0;
	}
	div.slider {
		height: auto !important
	}
	#form_area {
		width: 100%;
		overflow: hidden;
		float: none;
		padding: 8px;
	}
	#form_area > span {
		font-size: 2em;
		margin-bottom: 8px;
	}
	#form_area:after {
		content:"";
		display: none;
	}
	#topSlider {
		display: none;
	}
	#searchForm.myform fieldset div.inputArea input[type="text"] {
		font-size: 0.8em;
	}
}

.left_buttons {
    position: fixed;
    top: 50%;
    left: 0px;
    z-index: 9999999;
	margin-top: -20px;
}

.left_buttons a {
	display: block;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 10px;
}

.left_buttons a.openAccess {
	margin-bottom: 0;
}

.left_buttons a span {
	background: #056394;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	line-height: 34px;
	float: left;
	margin-right: 3px;
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.4);
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,.4);
	box-shadow: 2px 2px 6px rgba(0,0,0,.4);
}

.left_buttons a:hover span {
	-webkit-box-shadow: 2px 2px 11px rgba(0,0,0,.7);
	-moz-box-shadow: 2px 2px 11px rgba(0,0,0,.7);
	box-shadow: 2px 2px 11px rgba(0,0,0,.7);
}  

.left_buttons a#call_us span {
	background: #2ca147;
}

.left_buttons a#send_msg span {
	background: #75cdd9;
}

.left_buttons a b {
	font-size: 1.125em;
	color: #fff;
	background: #056394;
	line-height: 1em;
	padding: 3px 0;
	text-align: center;
	width: 144px;
	float: left;
	margin-top: 4px;
	position: relative;
	margin-left: 5px;
}

.left_buttons a#call_us b {
	background: #2ca147;
	font-size: 1.125em;
}

.left_buttons a#send_msg b {
	background: #75cdd9;
	margin-top: 4px;
}

.left_buttons a b:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 8px 5px 0;
	border-color: transparent #056394 transparent transparent;
	position: absolute;
	left: -8px;
	top: 50%;
	margin-top: -5px;
}

.left_buttons a#call_us b:after {
	border-color: transparent #2ca147 transparent transparent;
}

.left_buttons a#send_msg b:after {
	border-color: transparent #75cdd9 transparent transparent;
}

.dialog {
    background: rgba(0,0,0, 0.6);
    width: 100%;
	height: 100%;
    position: fixed;
    display: none;
    right: 0;
    top: 0;
    z-index: 9999;
}

.dialog .dialog_wrap {
	width: 100%;
    max-width: 550px;
    margin: 3% auto;
}

.dialog .dialog_header {
    background: #75cdd9;
    width: 100%;
    line-height: 50px;
    color: #ffffff;
    padding-right: 3%;
    font-weight: bold;
    font-size: 1.250em;
	position: relative;
}

.dialog .dialog_body {
    background: #fff;
    padding: 3%;
	overflow: hidden;
}

.dialog .close_dialog {
	position: absolute;
    top: 0px;
    left: 7px;
    display: block;
    color: #fff;
    cursor: pointer;
    font-size: 1.875em;
}

.dialog .mybutton {
	width: 100%;
	float: none;
	margin-top: 0;
}

#flow_contact .subTitle {
	font-size: 1.4em;
	line-height: 1em;
}

ul.search_list li {
	display: block;
	padding: 8px 0;
	border-bottom: 1px solid #d8d8d8;
}

ul.search_list li:first-child {
	padding-top: 0;
}

ul.search_list li:last-child {
	padding-bottom: 0;
}

ul.search_list li > a {
	text-decoration: none;
	color: #000;
}

ul.search_list li > a b {
	display: block;
	color: #75cdd9;
	text-decoration: underline;
	font-size: 1.125em;
}

ul.search_list li > a i {
    color: #000;
    text-decoration: none;
    font-size: 0.875em;
    font-style: italic;
    direction: ltr;
    display: block;
}

ul.search_list li > p {
    font-size: 0.875em;
    color: #4a3e14;
    display: block;
}

ul.search_list li > p a {
    color: #4a3e14;
	text-decoration: none;
}

ul.search_list li > p a:hover {
	text-decoration: underline;
}

#doctors_block {
	direction: ltr;
	padding: 15px;
}

#doctors_block .nbs-flexisel-item {
	line-height: normal;
}

#doctors_block .nbs-flexisel-inner {
	background: none;
	border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	border-radius: 0;
}

#doctors_block li .round {
	width: 188px;
	height: 188px;
	border: 10px solid #dcdcdc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 15px;
	display: block;
}

#doctors_block li .round img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	border: 10px solid #fff;
	display: block;
	margin: 0;
}

#doctors_block  li:hover .round img {
	border-color: #f1f1f1;	
}

#doctors_block  li a.title,
#doctors_block  li p {
	display: block;
	direction: rtl;
}

#doctors_block  li a.title {
	font-size: 1.125em;
	margin-bottom: 15px;
	color: #1C52A6;
	text-decoration: none;
}

#doctors_block  li p {
	font-size: 0.875em;
}

#doctors_block .control_left,
#doctors_block .control_right {
	position: absolute;
	top: 27%;
	cursor: pointer;
	color: #75cdd9;
	font-size: 4em;
}

#doctors_block .control_left:hover,
#doctors_block .control_right:hover {
	color: #5c9ca5;
}

#doctors_block .control_left {
	left: 0;
}
#doctors_block .control_right {
	right: 0;
}

#doctors_block > a {
	direction: rtl;
	color: #1C52A6;
	text-decoration: none;
	font-size: 0.875em;
	float: left;
	margin-top: 20px;
	display: block;
}

#doctors_block > a:hover b {
	text-decoration: underline;
}