.doctors__slider .slick-prev {
  left: -45px; }

.doctors__slider .slick-next {
  right: -45px; }

@media only screen and (max-width: 1300px) {
  .doctors__slider {
    margin: 0 30px !important; } }
@media only screen and (max-width: 1210px) {
  .doctors__slider .slick-prev {
    left: -35px;
    top: 50%; }

  .doctors__slider .slick-next {
    right: -35px;
    top: 50%; } }
.areas {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px; }
  .areas a {
    font-family: "UbuntuBold", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #2f3080;
    position: relative;
    height: 45px;
    line-height: 45px;
    display: block;
    padding: 0 28px;
    cursor: pointer;
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    background: white;
    border: 2px solid #1f8ded;
    border-radius: 30px;
    z-index: 2;
    margin: 5px; }
    @media only screen and (max-width: 450px) {
      .areas a {
        font-size: 17px; } }

.directions-item__parent span {
  font-family: "UbuntuRegular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 0 0 0;
  display: block;
  color: #1f8ded;
  cursor: pointer; }
.directions-item__children {
  display: none; }

.modal-israel {
  display: flex;
  position: fixed;
  z-index: 9999999999;
  top: 0;
  left: 0;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
  opacity: 0;
  visibility: hidden; }
  .modal-israel.js-active {
    opacity: 1;
    visibility: visible; }

.modal-israel__bg {
  background: #061827;
  opacity: .9;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 1; }

.modal-israel__wrapper {
  z-index: 2;
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }

.modal-israel__close {
  position: absolute;
  top: -45px;
  right: 0px;
  cursor: pointer;
  background-image: url(https://sapirmedical.com/templates/sapirmedical/img/icon/p_close@2x.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-size: 15px 15px; }

.modal-israel__content {
  max-height: 70vh;
  display: flex;
  overflow: hidden;
  width: auto; }

.modal-israel__content img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

@media only screen and (max-width: 1290px) {
  .popup {
    width: 99%;
    left: 0;
    margin-left: auto;
    right: 0;
    margin-right: auto; } }

/*# sourceMappingURL=custom.css.map */
