/*

Theme Name: Divi Child

Theme URI: https://example.com/divi-child/

Description: Twenty Twenty-One Child Theme

Author: Gorynse

Author URI: https://example.com

Template: Divi

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
.map_section{
  padding: 25px 20px !important;
  border-radius: 0 !important;
}
.map_section .map_div {
  display: flex;
  justify-content: space-between;
}
.map_section #map {
  height: inherit;
}
.map_section .map {
  width: 670px;
  height: 700px;
  border-radius: 10px;
}
.map_section .map img {
  object-fit: cover;
}
.map_section .map_left {
  width: calc(100% - 670px - 15px);
  height: 700px;
}
.map_section form {
  position: relative;
}
.map_section form .form-group {
  margin-right: 15px;
  margin-bottom: 20px;
}
.map_section form input {
  background: url('/wp-content/uploads/2022/08/gray-pin.svg') no-repeat left 20px center;
  background-size: 14px 24px;
  padding: 0 70px 0 50px;
  border: 1px solid #dadada;
  border-radius: 6px;
  -webkit-appearance: none;
  appearance: none;
  height: 47px;
  font-size: 15px;
  width: 100%;
}
.map_section form input::-webkit-outer-spin-button,
.map_section form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.map_section form button {
  width: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  border: 0;
  background: #5a47ff;
  border-radius: 0 4px 4px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map_section form input.error{
  border-color: red;
}
.map_section form #search_by_zip_code-error{
  display: none !important;
}
.map_section form button i {
  background: url('/wp-content/uploads/2022/08/search.svg') no-repeat center center;
  background-size: cover;
  width: 19px;
  height: 19px;
  display: block;
}
.map_section .location-scroll {
  height: calc(100% - 47px - 20px);
  overflow-y: auto;
  padding-right: 15px;
}
.map_section .location-scroll .single_location {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.map_section .location-scroll .single_location h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #333333;
  margin-bottom: 3px;
}
.map_section .location-scroll .single_location p {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #8f8f8f;
  margin-bottom: 15px;
  padding: 0;
}
.map_section .location-scroll .single_location p:last-child {
  margin-bottom: 0;
}
.map_section .location-scroll .single_location p.time {
  font-weight: 400;
  margin-bottom: 20px;
}
.map_section .location-scroll .single_location p .green {
  color: #59d120;
  margin-right: 3px;
}
.map_section .location-scroll .single_location p .red {
  color: #d94141;
}
.map_section .location-scroll .single_location p i.pin {
  background: url('/wp-content/uploads/2022/08/gray-pin.svg') no-repeat center center;
  background-size: cover;
  width: 9px;
  display: inline-block;
  margin-right: 5px;
  height: 16px;
  vertical-align: middle;
}
.map_section .location-scroll .single_location p i.box {
  background: url('/wp-content/uploads/2022/08/car-service.svg') no-repeat center center;
  background-size: contain;
  width: 16px;
  display: inline-block;
  margin-right: 5px;
  height: 12px;
}
.map_section .map_right .gm-ui-hover-effect {
  top: 5px !important;
  right: 5px !important;
  width: 20px !important;
  height: 20px !important;
}
.map_section .map_right .gm-ui-hover-effect img {
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
}
.map_section .map_right .marker_popup_sec p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.map_section .map_right .marker_popup_sec ul li {
  list-style: none;
  float: left;
  padding-right: 30px;
  width: 50%;
}
.map_section .map_right .marker_popup_sec ul li span {
  font-size: 14px;
  color: #666;
  line-height: 21px;
  display: inline-block;
  font-weight: 400;
}
.map_section .map_right .marker_popup_sec ul li span:first-child {
  width: 85px;
}

@media only screen and (max-width:1199px) {
  .map_section .map_left {
    width: calc(100% - 600px - 15px);
    height: 600px;
  }
  .map_section .map {
    width: 600px;
    height: 600px;
  }
}
@media only screen and (max-width:991px) {
  .map_section .map_left {
    width: 100%;
  }
  .map_section .map {
    display: none;
  }
}
@media (max-width:767px) {
  .map_section .location-scroll {
    padding-right: 0;
  }
  .map_section form .form-group {
    margin-right: 0;
  }
  .map_section form button {
    right: 0;
  }
  .map_section .location-sub-heading {
    margin-bottom: 40px;
  }
}
p#err-msg {
    color: red;
}
.popover-body ul li {
    font-size: 12px;
}
h3.popover-header{
    text-align: center;
    font-size: 12px;
}
.popover-body ul > li {
    list-style: outside disc;
}
.popover-body ul {
    margin: 0;
    margin-left: 20px;
    padding: 0;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] .arrow,
.bs-popover-top .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] .arrow,
.bs-popover-right .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow,
.bs-popover-bottom .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow,
.bs-popover-left .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}