.map-visible {
  position: unset!important;
}

.left-form-blocks .wrapper-box-desc-section {
  /*border: 1px solid #ebebeb;*/
  padding: 4px 0px;
}

.left-form-blocks .wrapper-box-desc-section p {
  font-size: 16px;
  line-height: 30px;
}

.left-form-blocks .wrapper-box-desc-section p a {
  color: #c81841;
}

.wrapper-map-section .title-search {
  display: block;
  position: relative;
  margin-top: 20px;
}

.wrapper-map-section .title-search h3 {
  font-size: 16px;
  font-weight: bold;
}

.wrapper-map-section .title-search .map-input-search {
  position: absolute;
  right: 0;
  padding: 0;
  margin: 0;
  top: 0;
}

.wrapper-map-section .title-search .map-input-search button#inputButtonGeocode {
  margin: 0;
  padding: 9px 25px 9px 10px;
  background-color: #c81841;
  color: #fff;
  border: transparent;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  letter-spacing: 1px;
}

.wrapper-map-section .title-search .map-input-search button#inputButtonGeocode:after {
  content: "\f054";
  position: absolute;
  right: 11px;
  top: 11px;
  font-family: "font Awesome 5 free";
  font-size: 13px;
  color: #fff;
  font-weight: bold;
}

.wrapper-map-section .title-search .map-input-search input.textfield--standard {
  padding: 9px 25px 9px 10px;
  background-color: #ebebeb;
  border: transparent;
  border-radius: 0;
}

.wrapper-map-section .title-search .map-input-search input.textfield--standard:focus-visible {
  outline: 0;
  border-radius: 0;
}

.wrapper-map-section .key-section h4 {
  font-weight: 700;
  margin-top: 5%;
  font-size: 20px;
}

.wrapper-map-section .key-section .list--inline {
  list-style-type: none;
  margin-left: 0;
}

.wrapper-map-section .key-section .list--inline li.vertical--top {
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 30px;
  width: 14%;
}

.wrapper-map-section .key-section .list--inline li.vertical--top .key-img {
  float: none;
}

.wrapper-map-section .key-section .list--inline li.vertical--top .key-label {
  float: none;
  position: absolute;
  top: auto;
  left: auto;
  padding-left: 16px;
  color: #737373;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 27px;
}


/*===MAP IMAGE=====*/
.map-view-section {
  position: relative;
  width: 100%;
  height: 400px;
}

.wrapper-map-section .map-view-section .map-visible [aria-roledescription="map"] {
  max-width: 1366px;
  overflow: hidden;
}

/*=====end====*/


/*======MAP IMAGE-POPUP=====*/

.wrapper-map-section .map-view-section .iwindow {
  height: auto;
}

.wrapper-map-section .map-view-section .iwindow h3 {
  display: inline-flex;
  background-color: #eee;
  width: 100%;
  padding-top: 15px;
  padding-left: 8px;
  margin: 0;
  border: 1px solid #d8dcdf;
}

.wrapper-map-section .map-view-section .iwindow h3 .content_row {
  padding-left: 5px;
  color: #222;
  white-space: initial;
}

.wrapper-map-section .map-view-section .iwindow .infowindow {
  border: 1px solid #aaa;
  border-top: 0;
}

.wrapper-map-section .map-view-section .iwindow .infowindow p {
  color: #222;
  line-height: 20px;
  font-size: 14px;
  padding: 8px;
}

.wrapper-map-section .map-view-section .iwindow .infowindow p label {
  font-size: 14px;
  font-weight: 700;
  color: #222;
  padding-bottom: 6px;
}

.wrapper-map-section .map-view-section .iwindow .infowindow .spantext {
  white-space: normal;
  line-height: 27px;
  padding-left: 4px;
}

.wrapper-map-section .map-view-section .gm-style-iw-d {
  max-height: max-content!important;
}

.wrapper-map-section .map-view-section .gm-style-iw-c span.spantextoffice {
  color: #737373;
  font-size: 14px;
}


@media(min-width:0px) and (max-width:991px) {
  .key-section {
    margin-top: 34%;
}

  .wrapper-map-section .title-search .map-input-search {
    top: 32px;
    left: 0;
}

  .wrapper-map-section .title-search .map-input-search input.textfield--standard {
    display: block;
}

  .wrapper-map-section .title-search .map-input-search button#inputButtonGeocode {
    position: relative;
}

  .wrapper-map-section .key-section .list--inline li.vertical--top .key-label {
    padding-left: 8px;
}

  .wrapper-map-section .key-section .list--inline li.vertical--top {
    margin-right: 15px;
    margin-bottom: 30px;
    width: 46%;
}

  .wrapper-map-section .key-section .list--inline li.vertical--top:nth-child(2) {
    width: 38%;
}

  .wrapper-map-section .map-view-section {
    width: 95%!important;
    height: 300px;
    margin-left: 12px;
}

}


@media(min-width:414px) and (max-width:991px) {
  .wrapper-map-section .key-section .list--inline li.vertical--top:last-child {
    margin-left: 15px;
    margin-right: 5px;
}

  .wrapper-map-section .key-section .list--inline li.vertical--top {
    width: 45%;
}

  .wrapper-map-section .title-search .map-input-search input.textfield--standard {
    display: inline-flex;;
}

  .key-section {
    margin-top: 22%;
    margin-bottom: 2%;
}

  .wrapper-map-section .title-search .map-input-search {
    left: 30px;
}
}

@media(min-width:768px) and (max-width:991px) {

  .wrapper-map-section .title-search .map-input-search input.textfield--standard {
    display: inline-block;
  }

  .wrapper-map-section .title-search .map-input-search {
    top: 0;
    right: 0;
    left: auto;
  }

  .key-section {
    margin: 6% 0%;
  }

  .wrapper-map-section .key-section h4 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .wrapper-map-section .key-section .list--inline li.vertical--top {
    display: inline-block;
    margin-right: 60px;
    margin-bottom: 30px;
    width: 15% !important;
  }

  .wrapper-map-section .key-section .list--inline li.vertical--top:last-child {
    margin-left: 55px;
  }

  .wrapper-map-section .key-section .list--inline li.vertical--top .key-label {
    padding-left: 10px;
  }

}
.form-actions .btnSubmit {
  display: none;
}

.wrapper-map-section .left-form-section .GetInTouch {
  background-color: #ebebeb;
  color: #737373;
  border-radius: 0;
  border-color: transparent;
}

.wrapper-map-section .left-form-section .GetInTouch:focus {
  box-shadow: none;
  border-color: transparent;
}

.wrapper-map-section .right-form-section {
  margin-top: 5%;
  border-top: 1px solid #efefef;
  padding-top: 17px;
}

.wrapper-map-section .right-form-section .blocks-content-section {
  padding-bottom: 20px;
  font-weight: 600;
}

.wrapper-map-section .right-form-section .right-form-blocks .blocks-content-section {
  display: table-cell;
}

.wrapper-map-section .right-form-section .right-form-blocks {
  display: table;
  position: relative;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
}

.wrapper-map-section .right-form-section .right-form-blocks.map-wrapper {
  border-bottom: transparent;
}

.left-form-blocks {
  margin-bottom: 30px;
}

.wrapper-map-view-section {
  margin-bottom: 10px;
}

.wrapper-map-section .left-form-blocks p {
  color: #737373;
  margin-top: 15px;
}

.wrapper-map-section .left-form-blocks p a,
.wrapper-map-section .left-form-blocks p a:hover {
  color: #c81841;
}


.left-form-blocks h5 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.wrapper-map-section .contact-help-advice-button a {
  background: #c81841;
  color: #fff;
  padding: 8px 35px 8px 20px;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
}

.wrapper-map-section .contact-help-advice-button a:after {
  content: "\f054";
  position: absolute;
  right: 17px;
  top: 6px;
  font-family: "font Awesome 5 free";
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.wrapper-map-section .right-form-section .right-form-blocks .img-section {
  display: table-cell;
  vertical-align: top;
  width: 20%;
}

.wrapper-map-section .right-form-section .right-form-blocks .img-section img {
  width: 80px;
  height: 80px;
  max-width: 150px;
  margin-right: 15px;
}

.wrapper-map-section .right-form-blocks a {
  position: relative;
}

.webform-submission-form .form-item-deadline-date-dd-mm-yyyy {
  position: relative;
}

.wrapper-map-section .left-form-section .contactus-form {
  color: #000;
  font-weight: 700;
  margin-top: 15px;
}

.wrapper-map-section .left-form-section .search.push--bottom {
  margin-bottom: 40px;
}

.wrapper-map-section .left-form-section .left-form-blocks:last-child {
  margin-bottom: 0px;
}

.wrapper-map-section .left-form-section .contactus-form label {
  margin-bottom: 8px;
}

.wrapper-map-section .right-form-section .blocks-content-section h2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #000;
  width: 92%;
  line-height: 27px;
}

.wrapper-map-section .right-form-section .blocks-content-section h2 span {
  color: #c81841;
}

.wrapper-map-section .right-form-section .right-form-blocks .blocks-content-section .contact-button.tel-number a:after {
  content: "\f095";
  position: absolute;
  left: 6px;
  top: 12px;
  font-family: "font Awesome 5 free";
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  transform: rotate(90deg);
}

.wrapper-map-section .right-form-section .right-form-blocks .blocks-content-section .view-larger-map-link a {
  background: #ab1236;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  float: right;
}

.wrapper-map-section .right-form-section .right-form-blocks .blocks-content-section .contact-button.tel-number a {
  background-color: #ab1236; /*#c81841*/
  color: #fff;
  text-decoration: none;
  padding: 1px 10px 5px 38px;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 5px;
  border-radius: 10px;
}

.date-time-section {
  font-size: 12px;
  letter-spacing: 1px;
}

.wrapper-map-section .right-form-section .right-form-blocks .blocks-content-section .contact-help-advice-button a {
  background-color: #ab1236;
  color: #fff;
  text-decoration: none;
  padding: 5px 25px 5px 10px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  border-radius: 10px;
}

.wrapper-map-section .right-form-section .right-form-blocks .blocks-content-section .contact-help-advice-button a:after {
  content: "\f054";
  position: absolute;
  right: 11px;
  top: 7px;
  font-family: "font Awesome 5 free";
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.wrapper-map-section .right-form-section .right-form-blocks .blocks-content-section a span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: normal;
}

.wrapper-map-section .right-form-section .right-form-blocks .blocks-content-section p {
  color: #737373;
}

.wrapper-map-section .right-form-section .view-larger-map-link {
  position: relative;
}

.wrapper-map-section .right-form-section .view-larger-map-link a {
  background: #c81841;
  color: #fff;
  padding: 5px 25px 5px 10px;
  float: right;
  text-decoration: none;
}

.wrapper-map-section .right-form-section .view-larger-map-link a:after {
  content: "\f054";
  position: absolute;
  top: 7px;
  font-family: "font Awesome 5 free";
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  right: 7px;
}


/*===forms==*/

form.webform-submission-form .form-item-deadline-date-dd-mm-yyyy- {
  position: relative;
}

form.webform-submission-form .ui-datepicker-trigger {
  display: none;
}

form.webform-submission-form .form-item-deadline-time label {
  display: block;
}

form.webform-submission-form .form-item-deadline-time .webform-time {
  width: 100%;
  line-height: 1.5;
  border-color: transparent;
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
}

form.webform-submission-form .form-textarea-wrapper .resize-vertical {
  background-color: #ebebeb;
  padding-right: 10px;
  padding-left: 10px;
  border-width: 0;
}

form.webform-submission-form .js-form-item .form-check-input {
  width: 22px;
  height: 22px;
  margin: 0;
}

form.webform-submission-form .js-form-item {
  margin-bottom: 0px;
}

form.webform-submission-form .form-type-textarea {
  margin-bottom: 20px;
}

form.webform-submission-form .js-form-item p strong {
  margin-bottom: 0;
}

form.webform-submission-form .js-form-type-processed-text ul {
  margin-top: 8px;
}


form.webform-submission-form label {
  color: #000;
  font-weight: bold;
}

form.webform-submission-form .js-form-item label {
  font-weight: normal;
}

form.webform-submission-form .js-form-item .form-check-input:checked[type=checkbox] {
  outline: 0;
  border: 0;
  margin: 0;
}

form.webform-submission-form .js-form-item p:first-child {
  color: #000;
}

form.webform-submission-form .form-type-processed-text ul:last-child {
  margin-bottom: 20px;
}

form.webform-submission-form .form-type-processed-text ul:last-child li {
  list-style: none;
}

form.webform-submission-form .form-type-processed-text ul li {
  margin-left: 35px;
}

form.webform-submission-form select.form-select {
  border: transparent;
  background-color: #efefef;
}

form.webform-submission-form .js-form-item input {
  border: transparent;
}


/*===============MEDIA START=======================*/

@media(min-width:0px) and (max-width:991px) {

  .wrapper-map-section .right-form-section .right-form-blocks .img-section img {
    width: 50px;
    height: 50px;
  }

  .wrapper-map-section .right-form-section .right-form-blocks .img-section {
    max-width: 80px;
  }

  .wrapper-map-section .right-form-section .blocks-content-section h2 {
    font-size: 16px;
    width: 100%;
  }

  .wrapper-map-section .right-form-section .right-form-blocks {
    display: inline-flex;
    position: relative;
  }

  .webform-submission-form .js-form-item {
    margin-right: 3px;
    width: 92%!important;
  }

  form.webform-submission-form label {
    color: #000;
    font-weight: bold;
    padding-left: 1px;
  }

  .wrapper-map-view-section {
    margin-bottom: 35rem;
  }
}

@media(min-width:767px) and (max-width:991px) {
  .wrapper-map-view-section {
    margin-bottom: 15px;
  }


}

.wrapper-map-section .right-form-section .view-larger-map-link a,
.wrapper-map-section .contact-help-advice-button a,
.wrapper-map-section .webform-submission-form input.btn-primary {
  border-radius: 10px;
  background-color: #ab1236;
}
