﻿/* ============================================
   SERVICE PAGE STYLES
   ============================================ */
.service-main-wrapper {
}

/* ============================================
   SERVICE SECTION
   ============================================ */
.service-main-wrapper section {
  margin: 10px;
  padding: 5px;
  border: 1px solid #e9eaf4;
  border-radius: 5px;
}

.service-main-wrapper section h1 {
  font-size: 18px;
  text-align: right;
  color: #ff5a44;
}

.service-main-wrapper section p {
  font-size: 16px;
}

.service-main-wrapper section .description {
  line-height: 16px;
  height: auto;
  overflow: hidden;
}

.service-main-wrapper section .address {
  text-align: right;
}

.service-main-wrapper section .description {
  text-align: right;
}

/* ============================================
   PROFESSIONAL BUTTON
   ============================================ */
.service-main-wrapper section .prof-btn {
  width: 98%;
  height: 40px;
  margin: 1%;
}

.service-main-wrapper section .prof-btn .btn1 {
  width: 35%;
}

.service-main-wrapper section .prof-btn .btn1 span {
  width: auto;
  display: block;
  margin: 2px auto;
}

.service-main-wrapper section .prof-btn .btn2 {
  width: 36%;
}

.service-main-wrapper section .prof-btn .btn3 {
  width: 35%;
}

.service-main-wrapper section .prof-btn .btn {
  border-radius: 20px;
  box-shadow: 2px 2px 6px 0 rgb(63 63 1.26%);
  background-image: linear-gradient(to right, #ff495c 0%, #ff692f 100%);
  height: 35px;
  padding: 3px 1px 3px;
  margin-left: 2%;
}

.service-main-wrapper section .prof-btn .btn .wrap-2 {
  min-width: 75px !important;
  max-width: 85px !important;
}

.service-main-wrapper section .prof-btn .btn .wrap {
  height: 30px;
  width: 80%;
  min-width: 110px;
  max-width: 115px;
  margin: 0 auto;
}

.service-main-wrapper section .prof-btn .btn .wrap .icon {
  width: 19%;
  height: 100%;
  padding-top: 3px;
  /*margin-right:2px;*/
}

.service-main-wrapper section .prof-btn .btn .wrap .icon img {
  height: 80%;
  width: auto;
}

.service-main-wrapper section .prof-btn .btn .wrap .txt {
  /*width:75%;*/
}

.service-main-wrapper section .prof-btn .btn .wrap .txt span {
  margin: 0 6px;
  text-align: left;
  line-height: 26px;
  letter-spacing: -0.5px;
  font-size: 15px;
}

.service-main-wrapper section .prof-btn .btn:last-child {
}

.service-main-wrapper section .prof-call-btn .icon {
  margin-left: -4px !important;
  margin-right: 7px;
}

/* ============================================
   SEARCH NAVIGATION SECTION
   ============================================ */
.service-main-wrapper .search-nav-section {
  background-color: #eee;
}

/* ============================================
   INPUT WRAPPERS
   ============================================ */
.service-main-wrapper .inputWrapper input {
  width: 318px;
  height: 40px;
  border: solid 1px #9b9b9b;
  background-color: #ffffff;
  padding-right: 40px;
  background-image: url(https://www.homeless.co.il/images/b144/sutcase-copy.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  font-size: 19px;
  /*margin: 15px 0;*/
}

.service-main-wrapper .inputWrapper1 input {
  width: 318px;
  height: 40px;
  border: solid 1px #9b9b9b;
  background-color: #ffffff;
  padding-right: 40px;
  background-image: url(https://www.homeless.co.il/images/b144/place-blue.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  font-size: 19px;
  /*margin: 15px 0;*/
}

/* ============================================
   TITLE SERVICE
   ============================================ */
.service-main-wrapper .title-service {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

/* ============================================
   ITEMS LIST CONTAINER
   ============================================ */
.service-main-wrapper .items-list-container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

/* ============================================
   PROFESSIONAL PANEL
   ============================================ */
.service-main-wrapper .ui-panel-wrapper {
  background-color: #fff !important;
}

.service-main-wrapper .map {
  width: 100%;
  height: 100%;
  z-index: 999;
  position: absolute;
  z-index: 2;
  top: 800px;
  margin-top: -50px;
}

/* ============================================
   BOLD SECTION
   ============================================ */
.service-main-wrapper .bold-section {
  background-color: #f8f9fa;
}

.service-main-wrapper .bold-section .phoneNumber {
  left: 10px;
  color: #3e3e3e;
}

.service-main-wrapper .bold-section span.phoneNumber {
  color: #3e3e3e;
}

.service-main-wrapper .bold-section .prof-call-noNum-btn {
  display: none;
}

/* ============================================
   REGULAR SECTION
   ============================================ */
.service-main-wrapper .reg-section {
  background-color: rgb(253 253 253);
}

.service-main-wrapper .reg-section .phoneNumber {
  display: none;
  color: #3e3e3e;
}

.service-main-wrapper .reg-section span.phoneNumber {
  color: #3e3e3e;
}

.service-main-wrapper .reg-section .prof-call-btn {
  display: none;
}

.service-main-wrapper .reg-section .prof-call-noNum-btn {
  display: block;
}

/* ============================================
   REGULAR WITH PHONE SECTION
   Shown only when clicking on 'הצג מספר'
   ============================================ */
.service-main-wrapper .reg-withPhone-section {
  background-color: #e9eaf4;
}

.service-main-wrapper .reg-withPhone-section h1 {
  width: 195px;
}

.service-main-wrapper .reg-withPhone-section .phoneNumber {
  display: block;
  left: 10px;
  color: #3e3e3e;
}

.service-main-wrapper .reg-withPhone-section span.phoneNumber {
  color: #3e3e3e;
}

.service-main-wrapper .reg-withPhone-section .prof-call-btn {
  display: block;
}

.service-main-wrapper .reg-withPhone-section .prof-call-noNum-btn {
  display: none;
}
