@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'OpenSansHebrew-Regular';
    src: url('../fonts/OpenSansHebrew-Regular.eot');
    src: local('ג˜÷'), url('../fonts/OpenSansHebrew-Regular.woff') format('woff'), url('../fonts/OpenSansHebrew-Regular.ttf') format('truetype'), url('../fonts/OpenSansHebrew-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansHebrew-Extra-Bold';
    src: url('../fonts/OpenSansHebrew-ExtraBold.eot');
    src: local('☺'), url('../fonts/OpenSansHebrew-ExtraBold.woff') format('woff'), url('../fonts/OpenSansHebrew-ExtraBold.ttf') format('truetype'), url('../fonts/OpenSansHebrew-ExtraBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansHebrew-Bold';
    src: url('../fonts/OpenSansHebrew-Bold.eot');
    src: local('ג˜÷'), url('../fonts/OpenSansHebrew-Bold.woff') format('woff'), url('../fonts/OpenSansHebrew-Bold.ttf') format('truetype'), url('../fonts/OpenSansHebrew-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansHebrew-Light';
    src: url('../fonts/OpenSansHebrew-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSansHebrew-Light.woff') format('woff'), url('../fonts/OpenSansHebrew-Light.ttf') format('truetype'), url('../fonts/OpenSansHebrew-Light.svg#OpenSansHebrew-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    color: #232323;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

ul {
    margin-bottom: 0;
    padding-right: 0;
}

li {
    list-style: none;
}

input:focus {
    outline: 0;
}

input:focus:invalid {
  border-color: #f00;
}

input:focus:valid {
  border-color: #28921f;
}

/*popup*/

#contact_form.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#contact_form.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}

#contact_form.modal {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#contact_form .modal-dialog {
    margin: 10px auto;
    padding: 0 15px;
}

#contact_form .modal-form {
    background: none;
    box-shadow: none;
    border: none;
}

#contact_form .modal-form .modal-header {
    border: none;
    padding-left: 0 !important;
}

#contact_form .modal-form button.close {
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    outline: none;
    opacity: 1;
}

#contact_form .modal-form .modal-body {
    padding: 0;
    background: transparent;
}

#contact_form .modal-form .modal-body .container {
    padding: 0 0px;
}

#contact_form .modal-form .modal-body .contact_form {
    width: 450px;
    background: #1a1a1a;
    padding: 30px;
    margin: 0 auto;
    box-shadow: 1px 2px 4px #000;
}

#contact_form .contact_form span {
    display: block;
    font-size: 22px;
    color: #fff;
    margin: 0;
    text-align: center;
    font-weight: 700;
}

#contact_form .contact_form strong {
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
}

#contact_form .contact_form input {
    color: #a3a2a3;
    width: 85%;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #dbdbbd;
    margin: 7px 0;
    font-weight: 600;
    border-radius: 0px;
}

#contact_form .contact_form input:last-child,
#contact_form .contact_form input[type="submit"] {
    background: #017ca8;
    border-color: transparent;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    padding: 10px;
    width: 85%;
    margin: 7px auto;
}
.nav>li>a:focus, 
.nav>li>a:hover {
    background-color: transparent;
}

.nav>li>a {
    font-size: 14px;
    font-weight: 400;
    line-height: 29.89px;
    color: #018bbc;
    padding: 15px 13px;
}
.mar_top {
    position: relative;
    top: 40px !important;
}
.navbar {
    position: relative;
    min-height: 190px;
    margin-bottom: 0;
    border: 0px solid transparent;
}
header.peopellohead nav {
    padding: 10px 0px;
}
.navbar-brand {
    padding: 7px 15px;
}
.navbar-brand>img {
    width: 110px;
}
.logo_cls_mbl{
    display: none;
}
li.logo_cls {
    width: auto;
}
.logo_cls a {
    padding: 0 !important;
}
.logo_cls .navbar-brand>img {
    width: 100%;
}
li.mar_top {
    position: relative;
    top: 15px;
}
.call_cls a {
    background: #018bbc;
    padding: 4px 18px !important;
    color: #fff !important;
}
.call_cls a:hover {
    background: #017ca8 !important;
}
nav.navbar.navbar-fixed-top.zinex {
    background: #fff;
    min-height: 100px;
}
nav.navbar.navbar-fixed-top.zinex li.logo_cls {
    width: 130px;
}
.secone{
    background-image: url(../images/fir_small_bg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 993px;
    max-width: 1100px;
    margin: 0 auto;
    top: 610px;
    padding-top: 45px;
}

header.header {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    transition: 0.5s;
    left: 0;
    top: 0;
}
.is-fixed {
  position: fixed;
  z-index: 100;
  -webkit-animation-name: stickySlideDown;
          animation-name: stickySlideDown;
  padding: 0;
  transition: none;
  width: 100%;
  background: #fff;
}
nav.navbar.navbar-fixed-top.zinex .mar_top {
    top: 20px !important;
}

@-webkit-keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
li.call_cls:after {
    position: absolute;
    content: "";
    background: #7cb437;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    bottom: -4px;
}
.bannersection {
    background-image: url(../images/newbanner.jpeg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 778px;
    margin-top: -45px;
    display: flex;
    align-items: center;
}
.bannercontent {
    max-width: 550px;
    text-align: center;
    position: relative;
    top: -30px;
}
.bannercontent h1 {
    color: #017ca8;
    font-weight: 600;
    font-size: 47px;
    margin-top: 0;
}
span.banspan {
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 5px;
    display: block;
}
p.banpsec {
    font-size: 20px;
    font-weight: 400;
}
h3.colbgh3 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}
.colbg {
    background: #309cbb;
    padding: 18px 15px;
}
h4.banh4cls {
    font-size: 22px;
    font-weight: 400;
}
h4.banh4cls span {
    color: #309cbb; 
}
.formtittlecls {
    margin: 0px 0 15px 0;
    font-size: 30px;
    color: #fff;
    text-align: center;
}
.forminner input {
    border:none;
    padding: 10px;
    width: 338px;
    background: #fff;
    height: 47px;
    color: #000;
}
.forminner input[type="submit"] {
    background: #1c94a0;
    color: #fff;
    font-size: 17px;
    width: 173px;
    font-weight: 700;
}
.forminner form{
    display: flex;
    justify-content: space-between;
}
.forminner {
    margin: 0 auto;
    max-width: 1217px;
    position: relative;
    padding: 40px 15px;
}
.forminner:before {
    position: absolute;
    content: "";
    background: #82b737;
    width: 100%;
    height: 100%;
    z-index: -1;
    right: 0px;
    left: 0px;
    transform: skew(-11deg);
    top: 0;
}
.formsecinn{
    margin: 0 auto;
    max-width: 888px;
    position: relative;
}
section.formsection {
    margin-top: -100px;
    position: relative;
    z-index: 1;
    padding-bottom: 0px;
}
.iconsection ul li{
    display: inline-block;
    margin: 0 40px;
}
.iconpsec {
    font-weight: 700;
    font-size: 21px;
    color: #000;
    margin: 14px 0 0 0;
}
.iconsection {
    margin-top: 70px;
}
.revasec{
    max-width: 1223px;
    margin: 0 auto;
    margin-top: 70px;
}
.innrevcon h3 {
    color: #0089b1;
    font-size: 31px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.innrevcon p {
    font-size: 20px;
    margin: 0;
}
img.dots {
    margin: 25px 0;
}
.whitelogosec {
    position: relative;
    max-width: 576px;
    float: left;
    text-align: center;
}
.whitelogosec:before {
    position: absolute;
    content: "";
    background: #82b737;
    width: 100%;
    height: 81.5%;
    left: 0;
    z-index: -1;
}
.whitinner {
    padding: 30px 0 0 0;
}
.revacontent {
    max-width: 483px;
}
/*.formsection:before{
    background-image: url(../images/greenline.png);
    content: "";
    position: absolute;
    width: 100%;
    height: 119px;
    left: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover;
}*/
.howtowork{
    background: #0086b1;
    padding: 50px 0px 60px 0px;
    position: relative;
}
.howtowork:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #fff;
    bottom: 7px;
    left: 0px;
}
.howtittlcls {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    margin: 0 0 10px 0;
}
.howitworksec {
    max-width: 1332px;
    margin: 0 auto;
    margin-top: 70px;
}
.flechowit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    position: relative;
}
.howcontetcs p {
    margin: 0;
    font-size: 20px;
    padding: 10px 10px;
    font-weight: 500;
    line-height: 20px;
}
.howcontetcs h3 {
    margin: 0;
    font-size: 21px;
    padding: 0 50px;
    font-weight: 700;
}
.howcontetcs {
    background: #fff;
    width: 296px;
    min-height: 137px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    margin-top: 10px;
}
.flechowit:before {
    position: absolute;
    content: "";
    width: 78%;
    height: 3px;
    background: #82b737;
    top: 8px;
    z-index: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.howsection {
    z-index: 1;
    position: relative;
}
.onestsec:before {
    background-image: url(../images/arrow.png);
    content: "";
    position: absolute;
    width: 56px;
    height: 49px;
    left: -100px;
    top: -15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #0086b1;
}
.twondsec:before {
    background-image: url(../images/arrow.png);
    content: "";
    position: absolute;
    width: 56px;
    height: 49px;
    left: -100px;
    top: -15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #0086b1;
}
.nopadcls{
    padding: 0px;
}
.galerysectionin {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 350px;
    background-position: top center;
}
.gallerycentercls img {
    display: block;
    margin: 0 auto;
}
img.dotsgal {
    margin: 0 auto;
    margin-top: 40px;
}
.gallerycentercls {
    padding: 50px 0 0 0;
    max-width: 596px;
    margin: 0 auto;
}
span.banspan1 {
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 15px;
    display: block;
}
p.banpsec1 {
    font-size: 21px;
    font-weight: 400;
}
.colospan{
    color: #0086b1 !important;
}
.galtittlecls {
    color: #0089b1;
    font-size: 35px;
    font-weight: 700;
    margin: 30px 0 20px 0;
}
.bottomformsec {
    float: left;
    width: 100%;
}
.formsection.bottomformsec:before{
    content: none;
}
section.formsection.bottomformsec {
    padding: 0;
}
.doctorsection {
    background: #e3e3e3;
    padding: 110px 0px 150px 0px;
    float: left;
    width: 100%;
    margin-top: -75px;
}
.doctorinner{
    max-width: 970px;
    margin: 0 auto;
}
.docterimg {
    width: 22%;
    height: 210px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-left: 30px;
}
.docterimg img {
    border-radius: 100%;
    width: 100%;
    max-height: 210px;
    border: 3px solid #82b737;
    padding: 5px;
    max-width: 220px;
}
.doctittle {
    color: #0089b1;
    font-size: 35px;
    font-weight: 700;
    margin: 30px 0 50px 0;
}
.doctorflex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.dovcontent{
    width: 79%;
}
.dovcontent h2 {
    font-size: 25px;
    color: #0089b1;
    font-weight: 400;
    margin: 0px 0 20px 0;
}
.dovcontent h2 span{
    font-weight: 700;
}
.dovcontent p {
    font-size: 21px;
    color: #000;
    font-weight: 400;
    line-height: 30px;
}

.dovcontent ul {
    margin-bottom: 10px;
    padding-right: 30px;
}

.dovcontent ul li {
    list-style: disc;
    font-size: 21px;
    color: #000;
    font-weight: 400;
    line-height: 30px;
}
.dovcontent p span{
    font-weight: 700;
}
.reviewsedtion{
    padding: 0px 100px 40px 30px;
    float: left;
    width: 100%;
    background-image: url(../images/bg.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
li.fivecls {
    font-size: 27px;
    color: #6b7075;
}
.starcls {
    display: inline-block;
    margin-left: 4px;
}
.starcls img {
    margin: 0;
}
.starcls img {
    width: auto;
}
li.fittycls {
    font-size: 14px;
    color: #6b7075;
}
.diskandilock .starcls img {
    width: auto;
    margin: 0 2px;
    position: relative;
    top: -2px;
}
.diskandilock ul {
    display: flex;
    align-items: center;
}
.reviewtitlecls h3 {
    color: #0089bb;
    font-size: 33px;
    font-weight: 700;
    margin: 20px 0 40px 0;
}
.reviewtitlecls h3 img{
    margin-right: 10px;
}
.slider3 img {
    width: auto !important;
    display: inline-block !important;
}
.reviewcontent {
    margin-right: 50px;
}
img.usermainimg {
    position: absolute;
    right: 30px;
}
.reviewcontent span {
    display: block;
    margin-bottom: 2px;
}
span.countreview {
    color: #b4b4b4;
    font-size: 14px;
}
.starcls {
    display: inline-block;
    margin-left: 4px;
}
.starcls a {
    display: inline-block;
    margin: 0 0px;
}
.starcls img {
    margin: 0;
}
.nameuserbottom {
    display: none !important;
}
span.reviewconclsstar {
    display: inline-block;
}

span.reviewconclsstar {
    color: #b4b4b4;
    font-size: 12px;
}
.reviewimgsec img {
    width: 100%;
}
.owl-next, .owl-prev {
    position: absolute !important;
    top: 48% !important;
    cursor: pointer !important;
    transform: translateY(-50%) !important;
    font-size: 0 !important;
    background-color: transparent !important;
    border-radius: 0px !important;
    padding: 0px !important;
}
.owl-prev {
    left: -25px;
}
.owl-next {
    right: -25px;
}
img.usermainimg {
    width: auto !important;
}
.owl-dots{
    display: none;
}
.regooleinn {
    max-width: 540px;
    float: left;
    margin-left: 80px;
}
h3.kanreviewcontenth3 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 17px;
    margin: 0;
}
.kanreviewcontent {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.reviewimgsec {
    margin-top: -70px;
}
.reviewinner {
    display: flex;
    align-items: center;
}
.reviewmaincls {
    padding: 0 30px;
}
.footer{
    background-image: url(../images/foobg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 30px 0px;
    float: left;
    width: 100%;
}
#map {
    height: 260px;
}
.form_cls1 input {
    width: 100%;
    margin-bottom: 15px;
    border: none;
    padding: 10px;
    background: #fff;
    height: 47px;
}
.form_cls1 input[type="submit"] {
    background: #1c94a0;
    color: #fff;
    font-size: 17px;
    width: 100%
}
.form_cls1 h3 {
    font-size: 24px;
    line-height: 30px;
    color: #9ede4b;
    font-weight: 700;
}
.footerinner {
    display: flex;
    align-items: center;
}
section.footer {
    float: left;
    width: 100%;
}
.form_cls1 {
    max-width: 368px;
    margin: 0 auto;
}
.footer .dotimg {
    margin: 20px 0;
}
.centyerform p {
    font-size: 22px;
    letter-spacing: 0.5px;
}
.centyerform p a {
    color: #000;
}
.foomapdetails li{
    display: inline-block;
}
.foodetails h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 700;
    color: #fff;
}
.foodetails ul li {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
}
.foodetails ul li a {
    color: #fff;
}
.detilsli img {
    margin-left: 10px;
    position: relative;
    top: 6px;
}
.dotfoocls {
    margin: 10px 0;
}
.foomapcls {
    margin-top: 5px;
}
ul.foomapdetails {
    margin-top: 0px;
}
.foomapdetails li {
    margin-left: 15px;
}
.centyerform {
    max-width: 270px;
    float: left;
}
ul.foomapdetails li {
    display: inline-block;
}
.mblpaddclsmust{
    position: relative;
}
.mblpaddclsmust:before{
    background-image: url(../images/footerdot.png);
    content: "";
    position: absolute;
    width: 10px;
    height: 76px;
    left: 0px;
    top: 100px;
    background-repeat: no-repeat;
    background-size: contain;
}
.mblpaddclsmust:after{
    background-image: url(../images/footerdot.png);
    content: "";
    position: absolute;
    width: 10px;
    height: 76px;
    right: 0px;
    top: 100px;
    background-repeat: no-repeat;
    background-size: contain;
}
.reviewimgsec {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 588px;
    background-position: top center;
}
.banerimgsection{
    display: none;
}


img.greenline {
    width: 100%;
}
.margreencls {
    margin-top: 50px;
}
/*.margreencls {
  background-image: url(../images/greenlineset.png);
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 50px;
}

.margreencls {
  overflow: hidden;
  -webkit-animation: marquee 50s linear infinite;
  animation: marquee 50s linear infinite;
}

@-webkit-keyframes marquee {
  from {
    left: 0
  }
  to {
    left: 100%
  }
}

@keyframes marquee {
  from {
    left: 0
  }
  to {
    left: 100%
  }
}*/

.margreencls
{
    height: 119px; /* Any size you want */ 
    background-image: url(../images/greenline.png);
    animation: imageMovement 5s linear infinite;
}

@keyframes imageMovement {
    100% {
        background-position-x: 320px; /* width of the image */
    }        
}
img.renova {
    width: 85%;
    float: left;
}
.innrevcon p span {
    font-weight: 700;
}