.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.page-wrapper {
  position: relative;
  background-color: #f9f9f9;
  font-family: Inter, sans-serif;
  color: #1c1e21;
  letter-spacing: 0.01em;
}

.image {
 width: 200px;
}

.columns-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.columns-wrapper._1 {
  max-width: 1000px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.columns-wrapper._2 {
  max-width: 1000px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.w_col-1 {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.w_col-1._1 {
  position: relative;
  padding-top: 15px;
}

.w_col-1._1.hide {
  display: none;
}

.w_col-1._2 {
  position: relative;
}

.w_col-1._2.hide {
  display: none;
}

.w_col-1._2.desktop {
  margin-top: 20px;
}

.w_col-1._2-copy.hide {
  display: none;
}

.content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 20px;
  padding-bottom: 100px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-block.horizontal {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.w_col-2 {
  width: 100%;
}

.profile-img-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.profile-img-box._2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #414142;
}

.profile-img {
  width: 150px;
  border: 1px solid #f5f5f5;
  border-radius: 100px;
}

.agency-name {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 150%;
  font-weight: 500;
}

.agency-name.edit {
  margin-bottom: 0px;
}

.agency-name._2 {
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
}

.agency-name.maid-profile {
  margin-top: 10px;
  margin-bottom: 12px;
  font-weight: 600;
}

.profile-img-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block {
  opacity: 0.7;
  color: #1c1e21;
  font-size: 13px;
  font-weight: 500;
}

.text-block._2 {
  margin-left: 5px;
  font-weight: 500;
}

.agency-profile-box-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.agency-profile-sections-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.agency-sections-links {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #1c1e21;
  font-size: 16px;
  text-decoration: none;
}

.agency-sections-links:hover {
  color: #da6f21;
}

.agency-sections-links.w--current {
  border-radius: 3px;
  background-color: #ececec;
  color: #da6f21;
  font-weight: 700;
}

.body {
  background-color: #f9f9f9;
}

.bkg-img-box {
  width: 100%;
  padding-left: 20px;
}

.bkg-img {
  width: 100%;
  height: 340px;
  border-radius: 0px;
}

.timeline-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #ececec;
  background-color: #fff;
  box-shadow: 0 0 3px 0 #ececec;
}

.timeline-content-block._1 {
  padding-bottom: 40px;
}

.content-head-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 8px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ececec;
  background-color: #fff;
}

.timeline-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
}

.timeline-heading._2 {
  margin-left: 5px;
}

.timeline-heading.test {
  font-weight: 400;
}

.timeline-heading.test.test-opac:hover {
  opacity: 1;
}

.timeline-heading.test-opac {
  opacity: 0.8;
}

.timeline-heading.test-opac:hover {
  opacity: 1;
}

.timeline-heading.maid-pro {
  text-transform: uppercase;
}

.slide-2 {
  width: 100%;
  height: auto;
}

.awards-img {
  height: 120px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.slide-nav {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 16px;
  padding-top: 0px;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.mask {
  width: 100%;
}

.awards-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.awards-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  max-width: 320px;
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #393f4b;
  text-decoration: none;
}

.right-arrow-2 {
  display: none;
  width: auto;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none;
  border-width: 1px;
  border-color: #ced2da;
  border-radius: 3px;
}

.right-arrow-2:hover {
  border-color: #393f4b;
}

.left-arrow-2 {
  top: -14px;
  display: none;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: #ced2da;
}

.icon-6 {
  display: none;
  width: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  color: #90949c;
}

.icon-6:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #da6f21;
}

.icon-5 {
  display: none;
  width: 20px;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #90949c;
}

.icon-5:hover {
  color: #da6f21;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  margin-right: 20px;
  padding: 14px 10px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: hsla(0, 0%, 92.5%, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.div-block-40:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.image-8 {
  width: 20px;
}

.text-block-13 {
  margin-top: 6px;
  color: #1c1e21;
  font-size: 13px;
  font-weight: 400;
}

.text-block-13:hover {
  color: #1c1e21;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.timeline-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.timeline-col-1 {
  width: 75%;
  padding-right: 12px;
}

.timeline-col-1.services {
  width: 100%;
  padding-right: 0px;
}

.timeline-col-2 {
  width: 240px;
  padding-bottom: 15px;
  border: 1px solid #ececec;
  border-radius: 5px;
  background-color: #fff;
}

.agency-details-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.agency-contact-details-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #1c1e21;
  text-decoration: none;
}

.agency-contact-details-box._2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.agency-contact-details-box._1 {
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px none #ececec;
  text-decoration: none;
}

.details-icon {
  width: 16px;
  margin-right: 10px;
}

.details-icon._2 {
  width: 14px;
}

.agency-contact-details-text {
  line-height: 130%;
}

.agency-contact-details-text._2 {
  color: #90949c;
  font-size: 13px;
  font-weight: 500;
}

.agency-contact-details-text.edit {
  background-color: #f9f9f9;
  cursor: text;
}

.agency-contact-details-text.edit:hover {
  background-color: #f9f9f9;
}

.edit-agency-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-left: 10px;
  padding: 5px 18px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 3px;
  background-color: #42b72a;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.edit-agency-profile:hover {
  background-color: #36a420;
}

.edit-agency-profile._2 {
  background-color: #90949c;
  opacity: 0.8;
}

.edit-agency-profile._2:hover {
  opacity: 1;
}

.text-block-93 {
  font-weight: 500;
}

.dropdown {
  width: 100%;
  margin-bottom: 20px;
}

.dropdown-toggle {
  z-index: 5;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(144, 148, 156, 0.7);
  border-radius: 3px;
  background-color: #f9f9f9;
  box-shadow: 0 0 3px 0 rgba(144, 148, 156, 0.15);
}

.dropdown-toggle:hover {
  border-color: #d8d8d8;
}

.icon-7 {
  margin-right: 10px;
}

.text-block-94 {
  font-weight: 400;
}

.image-78-copy {
  width: 20px;
  margin-right: 10px;
  border-radius: 50px;
}

.dropdown-list {
  background-color: #f9f9f9;
}

.dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ececec;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 #ececec;
}

.branch-link:hover {
  background-color: #f5f5f5;
  color: #da6f21;
}

.link-2 {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #90949c;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.link-2:hover {
  color: #da6f21;
  text-decoration: underline;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.accordion-item-content {
  overflow: hidden;
}

.slogan {
  color: #90949c;
  font-weight: 600;
}

.slogan._2 {
  text-align: center;
}

.right-arrow-3 {
  display: none;
}

.left-arrow-3 {
  display: none;
}

.agency-profile-par-box {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.agency-profile-par-box._2 {
  padding-left: 0px;
}

.agency-profile-par-box.services {
  padding-left: 0px;
}

.paragraph {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

.paragraph.edit {
  background-color: #f9f9f9;
  cursor: text;
}

.paragraph.edit:hover {
  background-color: #f9f9f9;
}

.paragraph.edit._2 {
  opacity: 0.75;
}

.action-buttons-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 12px;
  padding-right: 15px;
  padding-bottom: 12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 1px solid #ececec;
  background-color: #fff;
}

.action-buttons-box._2 {
  display: none;
  margin-bottom: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-79 {
  display: none;
  width: 20px;
  margin-right: 10px;
}

.action-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  padding: 6px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #da6f21;
  box-shadow: 0 1px 3px 0 rgba(144, 148, 156, 0.52);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.action-button:hover {
  background-color: #cb661d;
}

.action-button._2 {
  background-color: #ececec;
  color: #1c1e21;
}

.action-button._2:hover {
  background-color: #dfdfdf;
}

.icon {
  width: 18px;
  margin-right: 8px;
}

.icon._2 {
  width: 18px;
  opacity: 0.75;
}

.agency-profile-box-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-239-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: transparent;
  color: #1c1e21;
  text-decoration: none;
}

.div-block-239-copy:hover {
  text-decoration: underline;
}

.agency-contact-buttons-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.agency-contact-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding: 8px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #da6f21;
  box-shadow: 0 1px 3px 0 rgba(144, 148, 156, 0.52);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.agency-contact-button:hover {
  background-color: #cb661d;
}

.agency-contact-button.whatsapp {
  background-color: #4caf50;
}

.agency-contact-button.whatsapp.popup {
  width: 280px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-244 {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #ececec;
}

.agency-profile-box-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.agency-profile-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-block-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 5px;
  bottom: 5px;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background-color: #9ca0a9;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.link-block-2:hover {
  background-color: #90949c;
  opacity: 1;
}

.link-block-2._2 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ececec;
}

.image-81 {
  padding: 7px;
}

.image-81._2 {
  padding: 3px;
}

.edit-bkg-button {
  position: absolute;
  left: auto;
  top: 12px;
  right: 12px;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #9ca0a9;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #1c1e21;
  text-decoration: none;
}

.edit-bkg-button:hover {
  background-color: #90949c;
}

.edit-bkg-button._2 {
  right: 102px;
  padding-right: 10px;
  padding-left: 10px;
}

.image-82 {
  width: 18px;
  margin-right: 5px;
}

.image-82._2 {
  width: 15px;
}

.text-block-98 {
  color: #fff;
  font-size: 12px;
}

.read-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 26px;
  bottom: -20px;
  margin-left: 5px;
  color: #da6f21;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.read-button:hover {
  color: #da6f21;
  text-decoration: underline;
}

.read-button.text {
  position: static;
  margin-left: 0px;
}

.read-button.less {
  position: static;
  display: none;
  margin-left: 0px;
}

.div-block-247 {
  position: relative;
  margin-bottom: 10px;
}

.link-4 {
  padding: 5px 9px;
  border-radius: 5px;
  color: #90949c;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.link-4:hover {
  background-color: #f9f9f9;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f9f9f9;
  font-size: 45px;
  font-weight: 400;
  text-align: center;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  max-width: 1200px;
  padding: 15px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  padding: 12px;
  color: #90949c;
  font-weight: 500;
}

.nav-link:hover {
  color: #da6f21;
}

.nav-link.w--current {
  color: #da6f21;
  font-weight: 600;
}

.nav-link.mobile {
  display: none;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.find-a-maid {
  padding: 12px 24px;
  border-radius: 3px;
  background-color: #da6f21;
  font-weight: 500;
}

.find-a-maid:hover {
  background-color: #cb661d;
}

.log-in {
  border-radius: 3px;
  background-color: transparent;
  opacity: 0.8;
  color: #1c1e21;
  font-weight: 600;
}

.log-in:hover {
  background-color: rgba(218, 111, 33, 0.15);
  color: #da6f21;
}

.log-in._3 {
  margin-right: 0px;
  margin-left: 0px;
}

.div-block-249 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-250._2-copy {
  display: none;
}

.div-block-251 {
  display: none;
}

.maid-profile-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 42px;
  padding-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.maid-profile-block._2 {
  margin-top: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.maid-profile-block._2._1 {
  padding-top: 0px;
  padding-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.maid-profile-block._2-copy {
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.maid-profile-box {
  width: 66%;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 #ececec;
}

.maid-profile-box._2 {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  box-shadow: none;
}

.maid-profile-box.agency {
  position: relative;
  width: 100%;
  box-shadow: none;
}

.maid-profile-box._2-copy {
  position: relative;
  margin-bottom: 10px;
  box-shadow: none;
}

.maid-pro-c2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 #ececec;
}

.div-block-255 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-84 {
  width: 3px;
  margin-right: 5px;
  margin-left: 5px;
}

.div-block-256 {
  display: none;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #ececec;
}

.div-block-256._2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
}

.details-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.details-block.maid-pro {
  padding-top: 30px;
  padding-bottom: 10px;
}

.details-block._2 {
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #90949c;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.heading-3.news {
  margin-bottom: 10px;
}

.div-block-258 {
  width: 50%;
  margin-bottom: 20px;
}

.div-block-258._2 {
  width: auto;
}

.div-block-258._1 {
  width: 18%;
  margin-bottom: 15px;
}

.div-block-258._100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px none #ececec;
}

.div-block-258._100._2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom-style: none;
}

.div-block-258.maid-pro {
  margin-bottom: 30px;
}

.maid-pro-contact-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.maid-pro-contact-box._2 {
  height: auto;
}

.maid-pro-img {
  width: 296px;
  height: 491px;
  margin-top: 8px;
  border-radius: 0px;
}

.content-wrapper {
  width: 100%;
  max-width: 1000px;
}

.content-wrapper._2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.video-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
  color: #90949c;
  text-decoration: none;
}

.video-link:hover {
  color: #1c1e21;
}

.image-86 {
  width: 20px;
  margin-right: 5px;
}

.text-block-100 {
  font-size: 13px;
  font-weight: 500;
}

.maid-pro-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-261 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-38._2 {
  margin-left: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.div-block-38._3 {
  margin-bottom: 3px;
  margin-left: 0px;
}

.image-6 {
  width: 14px;
  margin-right: 3px;
  padding-right: 0px;
}

.image-6._2 {
  width: 16px;
}

.image-85-copy {
  height: 200px;
  border-radius: 0px;
}

.maid-pro-contact-box-2 {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.maid-pro-contact-box-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.social-buttons-box {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  padding: 5px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ececec;
  border-radius: 5px;
  background-color: #ececec;
  box-shadow: 0 0 3px 0 rgba(144, 148, 156, 0.61);
  opacity: 0.9;
  color: #1c1e21;
  text-decoration: none;
}

.link-block-5:hover {
  border-color: rgba(144, 148, 156, 0.4);
  opacity: 1;
}

.link-block-5._2 {
  margin-right: 16px;
  margin-left: 0px;
}

.link-block-5.list-button {
  margin-right: 0px;
  margin-left: 20px;
  padding: 9px 15px;
}

.image-87 {
  width: 14px;
  margin-right: 5px;
}

.text-block-102 {
  color: #1c1e21;
  font-size: 12px;
  font-weight: 500;
}

.text-block-102._2-copy {
  font-size: 14px;
  font-weight: 600;
}

.div-block-265 {
  width: 1px;
  height: 20px;
  margin-left: 15px;
  border-radius: 0px;
  background-color: #1c1e21;
  opacity: 0.15;
}

.div-block-265._2 {
  margin-right: 15px;
  margin-left: 0px;
}

.read-less {
  position: absolute;
  left: auto;
  top: auto;
  right: 26px;
  bottom: -20px;
  display: none;
  margin-left: 5px;
  color: #da6f21;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.read-less:hover {
  color: #da6f21;
  text-decoration: underline;
}

.image-55 {
  width: 38px;
  height: 38px;
  border-radius: 50px;
}

.div-block-172-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(19, 11, 44, 0.15);
}

.dropdown-toggle-4 {
  padding: 10px;
}

.dropdown-link-2 {
  width: 100%;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  border-radius: 3px;
  font-size: 15px;
}

.dropdown-link-2.w--current {
  color: #4347e7;
}

.div-block-174 {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e0e6eb;
}

.div-block-173 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.div-block-173:hover {
  background-color: #f9f9f9;
}

.div-block-78 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-78:hover {
  color: #da6f21;
}

.image-98 {
  width: 15px;
}

.dropdown-list-7 {
  background-color: transparent;
}

.dropdown-list-7.w--open {
  right: 0px;
}

.link-5 {
  margin-left: 0px;
  padding: 5px 14px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(144, 148, 156, 0.7);
  border-radius: 5px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #90949c;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.link-5:hover {
  border-color: #90949c;
  background-color: #f9f9f9;
}

.link-5._2 {
  margin-right: 5px;
  padding: 8px 16px;
  border: 1.1px solid #90949c;
  background-color: #f9f9f9;
  color: #42b72a;
}

.link-5._2:hover {
  background-color: #ececec;
}

.dropdown-toggle-5 {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.dropdown-2 {
  margin-right: 0px;
  margin-left: 0px;
}

.dropdown-2:hover {
  background-color: #f9f9f9;
}

.div-block-268 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-268._2 {
  margin-top: 0px;
  margin-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-269 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-269._2 {
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-269._3 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-270 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-270._2 {
  width: 100%;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #ececec;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.div-block-270._2-copy {
  overflow: scroll;
  width: 100%;
  height: 140px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #ececec;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.div-block-270._2-copy-copy {
  width: 100%;
  height: 100px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #ececec;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.text-block-103 {
  margin-left: 10px;
  font-weight: 500;
}

.text-block-103._2 {
  margin-bottom: 5px;
  font-weight: 400;
}

.text-block-103._1 {
  font-size: 16px;
  font-weight: 600;
}

.image-99 {
  width: 160px;
  margin-right: 10px;
}

.div-block-271 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 26px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button-4 {
  padding: 5px 10px;
  border: 1px solid #90949c;
  border-radius: 5px;
  background-color: #ececec;
  box-shadow: 0 1px 3px 0 #ececec;
  color: #1c1e21;
  font-size: 13px;
  font-weight: 600;
}

.button-4:hover {
  background-color: #f9f9f9;
}

.button-4.edit {
  margin-left: 0px;
  padding-right: 6px;
  padding-left: 6px;
  border-style: none;
  border-color: #90949c;
  background-color: transparent;
  box-shadow: none;
  color: #90949c;
  font-size: 12px;
}

.button-4.edit:hover {
  opacity: 0.8;
}

.button-4.delete {
  margin-left: 0px;
  padding-right: 6px;
  padding-left: 6px;
  border-style: none;
  border-color: #90949c;
  background-color: transparent;
  box-shadow: none;
  color: #ff0004;
  font-size: 12px;
}

.button-4.delete:hover {
  opacity: 0.8;
}

.div-block-272 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-273 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-100 {
  width: 150px;
}

.div-block-274 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.link-6 {
  margin-bottom: 3px;
  margin-left: 10px;
  color: #90949c;
  font-weight: 500;
  text-decoration: none;
}

.link-6:hover {
  text-decoration: underline;
}

.text-block-104 {
  font-weight: 500;
  text-transform: capitalize;
}

.info-text {
  width: 200px;
  color: #90949c;
  font-weight: 500;
}

.info-text._2 {
  width: auto;
}

.info-text._3 {
  white-space: nowrap;
}

.maid-pro-box {
  width: 100%;
  max-width: 1000px;
}

.maid-pro-box._2 {
  width: 65%;
  border: 1px solid #ececec;
  background-color: #fff;
}

.text-block-105 {
  position: absolute;
  left: auto;
  top: 15px;
  right: 15px;
  bottom: auto;
  font-weight: 700;
  text-decoration: underline;
}

.div-block-276 {
  padding: 15px 20px 25px;
  border-top: 1px solid #ececec;
}

.div-block-276.maid-pro {
  padding-top: 25px;
  padding-bottom: 30px;
}

.text-block-106 {
  margin-top: 15px;
  font-size: 13px;
  font-weight: 600;
}

.text-block-107 {
  margin-top: 10px;
  font-weight: 600;
}

.agency-profile-details-block {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-108 {
  margin-left: 5px;
}

.notification-nr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 20px;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #da6f21;
  color: #fff;
  font-size: 12px;
}

.notification-nr._2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 18px;
  height: 18px;
  font-size: 13px;
}

.notification-nr._3 {
  position: absolute;
  left: 28px;
  top: 0px;
  right: auto;
  bottom: auto;
  width: 18px;
  height: 18px;
  font-size: 9px;
}

.column-2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-97 {
  width: 26px;
  opacity: 0.8;
}

.image-97:hover {
  opacity: 0.85;
}

.dropdown-toggle-9 {
  padding: 6px 6px 10px 10px;
}

.dropdown-toggle-9:hover {
  opacity: 0.8;
}

.dropdown-list-6 {
  right: 0px;
  background-color: transparent;
}

.dropdown-list-6.w--open {
  top: 48.375px;
  right: -10px;
  font-size: 13px;
}

.dropdown-link-4 {
  margin-right: 0px;
  padding-left: 0px;
  color: #393f4b;
  font-size: 14px;
}

.div-block-172 {
  width: 220px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(19, 11, 44, 0.15);
}

.div-block-172._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 300px;
  padding: 12px 23px 12px 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-172._3 {
  width: 250px;
}

.div-block-279 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #1c1e21;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #90949c;
  text-decoration: none;
}

.footer-link:hover {
  color: #ececec;
}

.div-block-280 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-281 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-282 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  width: 100%;
  margin-bottom: 20px;
}

.form {
  padding-top: 12px;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  border-radius: 6px;
}

.text-field {
  width: 200px;
  margin-bottom: 0px;
  border-right: 1px none #000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: transparent;
}

.submit-button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #da6f21;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-weight: 500;
}

.submit-button:hover {
  background-color: #ae591b;
}

.div-block-283 {
  width: 284.3625183105469px;
  padding-right: 20px;
}

.field-label-2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.div-block-284 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-101 {
  width: 100px;
  margin-right: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.image-101:hover {
  opacity: 0.8;
}

.image-102 {
  width: 100px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.image-102:hover {
  opacity: 0.8;
}

.div-block-285 {
  margin-right: 40px;
}

.list {
  margin-right: 20px;
}

.social-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-top: -5px;
  margin-right: 8px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.12);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.social-link:hover {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.22);
}

.social-link._2 {
  width: auto;
  height: auto;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link._2:hover {
  opacity: 0.8;
}

.image-11 {
  opacity: 0.6;
}

.image-11._2 {
  width: 20px;
  opacity: 1;
}

.text-block-109 {
  color: #90949c;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.23)), to(rgba(0, 0, 0, 0.23))), url('../images/home-bg-pc.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23)), url('../images/home-bg-pc.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.centered-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.heading-20 {
  font-size: 45px;
  font-weight: 600;
}

.paragraph-2 {
  font-size: 16px;
  font-weight: 300;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 0px;
}

.search._2 {
  position: relative;
  left: 0px;
  right: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.search.saved-shortlists {
  position: relative;
  left: 0px;
  right: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.search-input {
  width: 600px;
  height: 60px;
  margin-bottom: 0px;
  border-radius: 5px 0px 0px 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
}

.search-input._2 {
  width: 200px;
  height: 40px;
  border-radius: 5px;
}

.search-button {
  width: 90px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #da6f21;
}

.search-button._2 {
  display: none;
}

.link-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 14px 35px 14px 36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1.5px solid #da6f21;
  border-radius: 5px;
  background-color: hsla(0, 0%, 97.7%, 0.1);
  box-shadow: 0 1px 3px 0 rgba(28, 30, 33, 0.15);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.link-block-6:hover {
  background-color: hsla(0, 0%, 97.7%, 0.2);
}

.text-block-110 {
  font-size: 16px;
}

.image-103 {
  width: 12px;
  margin-right: 10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.home-content-wrapper {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.home-content-wrapper._2 {
  background-color: #f9f9f9;
}

.scroll-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-img {
  width: 360px;
  height: 270px;
}

.home-img._2 {
  width: 100%;
  max-width: 340px;
}

.welcome-box {
  position: relative;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.26);
}

.welcome-box._1 {
  margin-right: 10px;
  margin-left: 10px;
}

.home-img-box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(28, 30, 33, 0.41);
}

.heading-21 {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.heading-21._2 {
  font-size: 20px;
  text-transform: uppercase;
}

.heading-21-copy {
  display: none;
  width: 90%;
  color: #da6f21;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.home-maid-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.div-block-292 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.text-block-111 {
  position: relative;
  top: -8px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.homw-maid-img-box {
  position: relative;
  top: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-maid-img {
  width: 38px;
  height: 38px;
  margin-right: 3px;
  margin-left: 3px;
  border: 2px solid #ececec;
  border-radius: 50px;
  box-shadow: 0 1px 9px 0 rgba(28, 30, 33, 0.6);
}

.heading-22 {
  margin-top: 40px;
  margin-left: 25px;
  font-size: 26px;
  font-weight: 600;
}

.div-block-294 {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}

.div-block-295 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slide-3 {
  width: 100%;
  height: 200px;
}

.home-agency-box {
  width: 100%;
  height: 191.65000915527344px;
  cursor: pointer;
}

.slide-nav-2 {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
}

.slider-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 240px;
  margin-top: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-253-copy-copy-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-233-copy-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  max-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 3px 3px 0 rgba(57, 63, 75, 0.22);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #393f4b;
  text-decoration: none;
}

.div-block-233-copy-2:hover {
  box-shadow: 0 10px 12px 0 rgba(57, 63, 75, 0.22);
}

.right-arrow {
  top: 0px;
  width: 5%;
  border-style: none;
  border-width: 1px;
  border-color: #ced2da;
  border-radius: 3px;
}

.right-arrow:hover {
  border-color: #393f4b;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5%;
  margin-top: auto;
  margin-bottom: auto;
  border-style: none;
  border-width: 1px;
  border-color: #ced2da;
}

.left-arrow:hover {
  border-color: #393f4b;
}

.icon-8 {
  opacity: 1;
  color: #90949c;
}

.icon-8:hover {
  color: #da6f21;
}

.icon-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #90949c;
}

.slide-4 {
  height: 200px;
}

.text-block-112 {
  margin-bottom: 5px;
  color: #90949c;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.div-block-323 {
  overflow: hidden;
  height: 85px;
  padding: 30px 20px 3px;
  border-top: 1px solid #ececec;
}

.text-block-113 {
  width: 90%;
  margin-bottom: 20px;
  line-height: 150%;
}

.video {
  margin-bottom: 30px;
}

.button-5 {
  margin-bottom: 20px;
  padding: 0px;
  background-color: transparent;
  -webkit-transition: all 425ms ease;
  transition: all 425ms ease;
  color: #da6f21;
  font-weight: 600;
  cursor: pointer;
}

.button-5:hover {
  color: #da6f21;
  text-decoration: underline;
}

.form-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #009da3;
  box-shadow: 0 1px 20px 0 rgba(34, 34, 34, 0.16);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  font-size: 20px;
  text-transform: uppercase;
}

.form-button:hover {
  background-color: #008085;
  box-shadow: 0 5px 30px 0 rgba(34, 34, 34, 0.16);
}

.form-button.registration {
  width: 100%;
  height: 38px;
  background-color: #da6f21;
  font-size: 15px;
  font-weight: 500;
}

.form-button.registration:hover {
  background-color: #cb661d;
}

.form-button.enquiry {
  width: 100%;
  height: 38px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #da6f21;
  font-size: 15px;
  font-weight: 600;
}

.form-button.enquiry:hover {
  background-color: #cb661d;
}

.text-block-8 {
  margin-right: 3px;
}

.image-109 {
  height: 24px;
}

.heading-45 {
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 26px;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
}

.text-field-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field-box.enquiry {
  width: auto;
  margin-bottom: 0px;
}

.form-field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-block-115 {
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #374252;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.text-block-115._2 {
  color: #fff;
}

._1px-div-line {
  width: 40%;
  height: 0.8px;
  background-color: #e4e4e4;
}

.checkbox {
  width: 14px;
  height: 14px;
}

.checkbox.w--redirected-checked {
  background-color: #2d323e;
}

.checkbox-field {
  margin-bottom: 20px;
}

.text-field-2 {
  border-radius: 3px;
  font-size: 15px;
}

.text-field-2:focus {
  border: 1px solid #009da3;
}

.div-block-6-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 60px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
}

.form-wrapper._2 {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.div-block-324 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-login {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  height: 42px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border: 1.1px solid #e4e4e4;
  border-radius: 3px;
  box-shadow: 0 0 3px 0 #dbdbdb;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;
  text-decoration: none;
}

.social-login:hover {
  border-color: #dbdbdb;
  background-color: #f9f9f9;
}

.social-login:active {
  background-color: #f2f2f2;
  box-shadow: 1px 0 3px 0 #dbdbdb;
}

.social-login.facebook {
  border-color: #3b5998;
  background-color: #3b5998;
}

.social-login.facebook:hover {
  opacity: 0.95;
}

.link-24 {
  color: #90949c;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #90949c;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.link-3 {
  margin-left: 3px;
  color: #da6f21;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.link-3:hover {
  text-decoration: underline;
}

.field-label-3 {
  font-weight: 600;
}

.field-label-3._2 {
  display: none;
}

.social-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-325 {
  margin-left: 10px;
  text-align: center;
}

.checkbox-label {
  color: #90949c;
  font-weight: 500;
}

.hero-overlay-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36))), url('../images/subpage-bg-pc.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), url('../images/subpage-bg-pc.jpg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.centered-container-about {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.div-block-326 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-327 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-327._2 {
  padding-right: 20px;
}

.heading-about {
  font-size: 38px;
}

.about-par {
  font-size: 16px;
  line-height: 150%;
}

.heading-public {
  margin-top: 0px;
  font-size: 24px;
  font-weight: 500;
}

.div-block-328 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

._4-col {
  display: inline-block;
  width: 300px;
  margin-right: 20px;
}

._4-col._4-col-last {
  display: inline-block;
  margin-right: 0px;
}

.feature5-item-wrap {
  padding-right: 30px;
}

.feature5-row-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.feature-text {
  color: #90949c;
  line-height: 24px;
}

.feature-title {
  opacity: 1;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.feature-img {
  width: 22px;
  margin-bottom: 10px;
}

.accordion-item-2 {
  margin-bottom: 20px;
  padding: 5px 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.03);
}

.accordion-item-trigger-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.accordion-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  cursor: pointer;
}

.accordion-item-content-2 {
  overflow: hidden;
  margin-top: 10px;
  margin-right: 30px;
}

.accordion-item-content-2._2 {
  overflow: visible;
  width: 100%;
  margin-right: 0px;
}

.faq-par {
  margin-bottom: 5px;
}

.public-page-wrapper {
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  background-color: #f9f9f9;
}

.filter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 20px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(144, 148, 156, 0.5);
  background-color: #fff;
}

.filters-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filters-container.list-details {
  margin-right: 0px;
  padding: 30px 20px 20px;
}

.dropdown-toggle-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(144, 148, 156, 0.6);
  border-radius: 5px;
  background-color: #f9f9f9;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-weight: 400;
}

.dropdown-toggle-10:hover {
  background-color: #da6f21;
  color: #fff;
}

.dropdown-toggle-10.w--open {
  background-color: #da6f21;
  color: #fff;
}

.dropdown-toggle-10.open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #da6f21;
  color: #fff;
}

.filter-name {
  font-size: 13px;
}

.filter-dropdown {
  margin: 0px 6px 10px 0px;
}

.clear-filters {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  opacity: 0.8;
  color: #da6f21;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.clear-filters:hover {
  opacity: 1;
}

.filter-dropdown-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.filter-dropdown-wrapper.pers-info {
  width: 600px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 10px 37px 0 rgba(0, 0, 0, 0.15);
}

.filter-dropdown-wrapper.skills {
  width: 420px;
  padding: 20px 20px 15px;
  background-color: #fff;
  box-shadow: 0 10px 37px 0 rgba(0, 0, 0, 0.15);
}

.filter-dropdown-wrapper.lang {
  width: 400px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
  box-shadow: 0 10px 37px 0 rgba(0, 0, 0, 0.15);
}

.filter-dropdown-wrapper.work {
  position: relative;
  left: -136px;
  padding: 20px 20px 10px;
  background-color: #fff;
  box-shadow: 0 10px 37px 0 rgba(0, 0, 0, 0.15);
}

.filter-dropdown-wrapper.fees {
  padding: 15px 20px;
  background-color: #fff;
  box-shadow: 0 10px 37px 0 rgba(0, 0, 0, 0.15);
}

.filter-dropdown-wrapper.type {
  padding: 20px 20px 10px;
  background-color: #fff;
  box-shadow: 0 10px 37px 0 rgba(0, 0, 0, 0.15);
}

.filter-dropdown-list.w--open {
  background-color: transparent;
}

.filter-dropdown-list.skills {
  left: -32px;
}

.filter-dropdown-list.language {
  left: -68px;
}

.filter-dropdown-list.pers {
  left: -108px;
}

.filter-block {
  padding-top: 10px;
  padding-bottom: 11px;
}

.sub-filter-name {
  margin-bottom: 10px;
  color: #1c1e21;
  font-weight: 600;
}

.filter-box-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-336 {
  width: 90%;
  height: 4px;
  background-color: #da6f21;
}

.image-111 {
  width: 15px;
}

.div-block-337 {
  width: 100%;
  height: 1px;
  background-color: #ececec;
}

.filter-action-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-26 {
  opacity: 0.8;
  color: #90949c;
  font-weight: 600;
  text-decoration: none;
}

.link-26:hover {
  opacity: 1;
}

.link-27 {
  opacity: 0.8;
  color: #da6f21;
  font-weight: 600;
  text-decoration: none;
}

.link-27:hover {
  opacity: 1;
}

.subfilter-box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.checkbox-filter.w--redirected-checked {
  border-color: #da6f21;
  background-color: #da6f21;
}

.checkbox-filter._2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-color: #90949c;
}

.checkbox-label-2._2 {
  display: none;
}

.checkbox-field-2 {
  position: relative;
  width: 50%;
  margin-bottom: 10px;
}

.checkbox-field-2._2 {
  width: 100%;
}

.checkbox-field-2._2.work {
  position: relative;
  height: 20px;
}

.checkbox-field-2._2.work.long {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-2.work {
  position: relative;
  padding-right: 41px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-2.skills {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.subfilter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.link-28 {
  margin-bottom: 20px;
  color: #da6f21;
  font-weight: 600;
  text-decoration: none;
}

.link-28:hover {
  opacity: 0.8;
}

.filter-block-2._2 {
  display: none;
}

.search-maid-results {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.maid-results-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.maid-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.maid-box.visitor {
  margin-right: 30px;
  margin-left: 0px;
}

.search-maid-img {
  width: 170px;
  height: 218px;
  border-radius: 3px;
  color: #cb661d;
}

.content-box-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-box-1.last {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.content-box-1.last-copy {
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.content-box-1.last-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #90949c;
  font-weight: 600;
  text-transform: uppercase;
}

.content-box-1._2 {
  position: relative;
  margin-bottom: 10px;
}

.content-box-1.visitor {
  margin-top: 12px;
}

.maid-text-block {
  color: #da6f21;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.maid-text-block._2 {
  margin-right: 6px;
  color: #1c1e21;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

.maid-text-block._3 {
  color: #1c1e21;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.maid-text-block._2-copy {
  margin-right: 6px;
  color: #1c1e21;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.dot {
  width: 3px;
  margin-right: 10px;
  margin-left: 10px;
}

.agency-link {
  color: #1c1e21;
  font-weight: 500;
  white-space: break-spaces;
}

.maid-box-link {
  position: relative;
}

.hover-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(28, 30, 33, 0.3);
}

.hover-button {
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #ececec;
  border-radius: 3px;
  background-color: rgba(28, 30, 33, 0.26);
  text-transform: capitalize;
}

.div-block-348 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-349 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-119 {
  margin-right: 3px;
  margin-left: 3px;
  color: #90949c;
  font-weight: 600;
}

.div-block-350 {
  width: 84%;
}

.maid-content-block {
  padding-top: 6px;
  border: 1px solid #f9f9f9;
}

.maid-content-block.visitor {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.link-30 {
  display: none;
  margin-left: 20px;
  color: #da6f21;
  font-weight: 600;
  text-decoration: none;
}

.link-30:hover {
  text-decoration: underline;
}

.div-block-352 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.table-container {
  position: relative;
  overflow: visible;
  width: 100%;
}

.table-container._2 {
  margin-top: 80px;
}

.modal-inner {
  position: relative;
  z-index: 100000;
  overflow: visible;
  width: 100vw;
  padding: 40px;
}

.horizontal-scroll-wrapper {
  width: auto;
}

.div-block-353 {
  width: 22%;
}

.div-block-353.bigger {
  width: 30%;
}

.div-block-353.t2 {
  width: 16.5%;
}

.scroll-content {
  overflow: visible;
}

.table-rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f9f9f9;
}

.table-rows._2 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
}

.table-rows.t2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #ececec;
}

.row-1.t2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-wrap {
  position: relative;
  z-index: 10000000000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  text-align: center;
}

.centre-heading {
  font-size: 15px;
  text-align: left;
}

.centre-heading._1 {
  font-size: 15px;
  text-align: left;
}

.close-block {
  position: absolute;
  left: auto;
  top: -25px;
  right: -25px;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #363d4e;
  cursor: pointer;
}

.modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(28, 30, 33, 0.4);
}

.modal._2 {
  display: none;
}

.table-block {
  position: relative;
  width: 100%;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-5.bigger {
  width: 30%;
  padding-right: 30px;
}

.div-block-5._2 {
  width: 22%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-5._2.t2 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-5.t2 {
  width: 16.5%;
}

.table-item {
  text-align: left;
}

.table-item._2 {
  margin-top: 10px;
}

.table-item._3 {
  text-align: left;
  text-decoration: underline;
}

.button-8 {
  position: fixed;
  left: auto;
  top: auto;
  right: 10px;
  bottom: 10px;
  z-index: 9000;
  width: 280px;
  padding: 12px;
  border-radius: 3px;
  background-color: #da6f21;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}

.img-banner {
  padding-bottom: 40px;
}

.banner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bottom-banner-img {
  width: 950px;
}

.maid-results-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-120 {
  color: #90949c;
  font-weight: 600;
  text-align: left;
}

.maid-results-pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.maid-page-nr {
  margin-right: 3px;
  margin-left: 3px;
  padding: 8px 16px;
  border: 1px solid #90949c;
  border-radius: 3px;
  color: #90949c;
  font-size: 16px;
  cursor: pointer;
}

.maid-page-nr:hover {
  border-color: #da6f21;
  background-color: #da6f21;
  color: #fff;
}

.maid-page-nr.current {
  border-color: #da6f21;
  color: #da6f21;
  font-weight: 500;
  cursor: pointer;
}

.maid-page-nr.current:hover {
  color: #fff;
}

.div-block-357 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 38px;
  margin-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #90949c;
  border-radius: 3px;
  color: #90949c;
  cursor: pointer;
}

.div-block-357:hover {
  border-color: #da6f21;
  background-color: #da6f21;
  color: #fff;
}

.icon-10 {
  position: static;
  margin: 0px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.home-scroll-section {
  display: none;
}

.home-container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.home-container._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 350px;
  max-width: 1200px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.right-arrow-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.left-arrow-4 {
  display: block;
  width: 40px;
}

.slide-nav-3 {
  display: none;
}

.home-maids-box-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-5 {
  margin-right: 8px;
  margin-left: 8px;
}

.icon-11 {
  margin-right: 0px;
  margin-left: 0px;
  color: #ececec;
}

.icon-12 {
  right: 0px;
  margin-right: 0px;
  margin-left: 0px;
  color: #ececec;
}

.mask-2 {
  width: 90%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-359 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tab-pane-tab-2 {
  width: 100%;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-link-tab-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 16px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid solid none;
  border-width: 1px;
  border-color: rgba(144, 148, 156, 0.5);
  border-radius: 3px 3px 0px 0px;
  background-color: #f9f9f9;
  box-shadow: none;
  color: rgba(28, 30, 33, 0.7);
  font-size: 16px;
  font-weight: 500;
}

.tab-link-tab-2:hover {
  color: #da6f21;
}

.tab-link-tab-2:active {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.tab-link-tab-2.w--current {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #da6f21;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.tabs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-pane-tab-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1010px;
  padding: 30px 20px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-container._1 {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(144, 148, 156, 0.5);
  background-color: #fff;
}

.search-agency-filter-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-agency-filter-box._2 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.search-agency-filter {
  margin-right: 7px;
  margin-left: 8px;
  color: #90949c;
  font-weight: 500;
  text-decoration: none;
}

.search-agency-filter:hover {
  color: #da6f21;
}

.search-agency-filter.current {
  padding: 5px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(144, 148, 156, 0.5);
  border-radius: 5px;
  color: #da6f21;
  font-weight: 600;
}

.search-agency-filter.current:hover {
  background-color: #fff;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.search-button-2 {
  display: none;
}

.search-input-2 {
  width: 230px;
  margin-bottom: 0px;
  border-radius: 3px;
}

.search-2 {
  position: relative;
  margin-bottom: 0px;
  margin-left: 14px;
}

.search-icon-img {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: 0%;
  width: 16px;
}

.agency-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  margin-right: 10px;
  margin-bottom: 30px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.agency-box.visitor {
  width: 255px;
}

.agency-shortlist-img {
  width: 180px;
  height: 150px;
  border-radius: 3px 3px 0px 0px;
}

.agency-shortlist-img.visitor {
  width: 255px;
  height: 218px;
}

.agency-shortlist-img.agencies {
  width: 220px;
  height: 180px;
}

.link-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #4caf50;
}

.link-block-8._2 {
  margin-left: 8px;
  background-color: #da6f21;
}

.image-117 {
  width: 15px;
}

.contact-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.hero-overlay-contact {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 530px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/subpage-contact_bg-pc.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/subpage-contact_bg-pc.jpg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.form-block-contact {
  position: relative;
  width: 60%;
  margin-bottom: 0px;
  padding: 50px 35px;
  background-color: #fff;
}

.contact-form-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-top: 130px;
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-361 {
  position: relative;
  width: 40%;
  background-image: url('../images/bg_contact_form.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-contact {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
}

.heading-contact.white {
  color: #fff;
}

.form-contact {
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.field-label-contact {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.text-field-3 {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(144, 148, 156, 0.6);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: transparent;
  color: #90949c;
}

.text-field-3:focus {
  border-bottom-color: #90949c;
  background-color: #fafafa;
}

.submit-button-2 {
  width: 220px;
  padding-top: 16px;
  padding-bottom: 15px;
  border-radius: 3px;
  background-color: #da6f21;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.submit-button-2:hover {
  background-color: #cb661d;
}

.form-popup-box {
  width: 48%;
  margin-bottom: 15px;
}

.form-popup-box._2 {
  width: 100%;
}

.div-block-363 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.textarea {
  min-height: 120px;
  border-style: none none solid;
  border-width: 1px;
  border-color: rgba(144, 148, 156, 0.5);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #fff;
}

.textarea:focus {
  border-color: #90949c;
  background-color: #fafafa;
}

.div-block-364 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-365 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-122 {
  margin-bottom: 15px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.link-31 {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
}

.link-31:hover {
  opacity: 0.7;
  color: #fff;
}

.div-block-366 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.agencies-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.agency-boxes {
  width: 33%;
  margin-right: 3px;
  margin-bottom: 3px;
  padding: 14px 20px;
  border-style: none none none solid;
  border-width: 1px 1px 1px 3px;
  border-color: #000 #000 #000 rgba(144, 148, 156, 0.7);
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
}

.link-32 {
  opacity: 0.9;
  color: #1c1e21;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.link-32:hover {
  opacity: 1;
  color: #da6f21;
}

.popup-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #fff;
}

.popup-block {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(28, 30, 33, 0.3);
}

.popup-block._2 {
  display: none;
}

.sign-up {
  border-radius: 3px;
  background-color: transparent;
  opacity: 0.8;
  color: #1c1e21;
  font-weight: 600;
}

.sign-up:hover {
  background-color: rgba(218, 111, 33, 0.15);
  color: #da6f21;
}

.shortlist-page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.shortlist-container {
  width: 100%;
  max-width: 900px;
  padding-right: 20px;
  padding-left: 20px;
}

.shortlist-container.maid {
  max-width: 1000px;
}

.shortlist-container.visitor {
  max-width: 1100px;
}

.shortlist-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 600;
}

.text-block-123 {
  font-weight: 600;
}

.agency-shortlist-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-block-124 {
  font-size: 16px;
}

.shortlist-head-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.button-9 {
  border: 1.1px solid #90949c;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  color: #1c1e21;
  font-size: 16px;
  font-weight: 500;
}

.button-9:hover {
  border-color: #da6f21;
  color: #da6f21;
  text-align: left;
}

.button-9._2 {
  margin-right: 20px;
}

.div-block-16-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 50px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.create-shortlist {
  position: absolute;
  left: 0%;
  top: 194px;
  right: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(57, 63, 75, 0.2);
}

.button-10 {
  width: 90px;
  margin-left: 15px;
  border-radius: 3px;
  background-color: #da6f21;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}

.button-10:hover {
  background-color: #cb661d;
}

.button-10._2 {
  border: 1px solid #da6f21;
  background-color: #fff;
  color: #da6f21;
  font-weight: 500;
}

.button-10._2:hover {
  background-color: #f9f9f9;
}

.button-10._2.w--current {
  border: 1px solid #4347e7;
  background-color: #fff;
  color: #4347e7;
  font-weight: 500;
}

.button-10._2.w--current:hover {
  background-color: #edf2f7;
}

.button-10.auto {
  width: auto;
}

.heading-50 {
  margin-top: 0px;
  font-size: 24px;
  line-height: 150%;
  font-weight: 500;
}

.edit-button-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.edit-button-box._2 {
  padding-right: 25px;
}

.div-block-375 {
  width: 100%;
  height: 1px;
  background-color: rgba(144, 148, 156, 0.5);
}

.popup-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-120 {
  width: 18px;
  cursor: pointer;
}

.text-field-box-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.field-label-3-copy {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.shortlist {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(28, 30, 33, 0.3);
}

.sign-up-cross {
  position: relative;
  z-index: 100;
  width: 18px;
  cursor: pointer;
}

.sign-up-cross.enquiry {
  width: 14px;
  padding: 3px;
  border-radius: 20px;
  background-color: #f9f9f9;
}

.cross {
  position: relative;
  z-index: 100;
  width: 18px;
  opacity: 0.7;
  cursor: pointer;
}

.cross:hover {
  opacity: 1;
}

.shortlist-button-2 {
  color: #da6f21;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.shortlist-button-2:hover {
  text-decoration: underline;
}

.shortlist-details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.shortlist-button-box-2 {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.shortlist-button {
  border: 1px none #000;
  border-radius: 3px;
  background-color: #da6f21;
}

.shortlist-button:hover {
  background-color: #cb661d;
}

.button-12 {
  margin-left: 15px;
  border: 1px solid #90949c;
  border-radius: 3px;
  background-color: #90949c;
  font-weight: 600;
}

.button-12:hover {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.34);
}

.button-12._2 {
  border-style: none;
  background-color: #ececec;
  color: red;
}

.tabs-2 {
  margin-top: 25px;
}

.tab-link-tab-2-2 {
  margin-left: 15px;
  border: 1px solid #42b72a;
  border-radius: 5px;
  background-color: transparent;
  color: #218838;
  font-weight: 400;
}

.tab-link-tab-2-2.w--current {
  background-color: #218838;
  color: #fff;
}

.tab-link-tab-1 {
  border: 1px solid #218838;
  border-radius: 5px;
  background-color: transparent;
  color: #218838;
}

.tab-link-tab-1.w--current {
  border-radius: 5px;
  background-color: #218838;
  color: #fff;
  font-weight: 500;
}

.maid-box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ececec;
}

.maid-box-wrapper._2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.criteria {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #da6f21;
  text-align: center;
}

.criteria.visitor {
  width: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 500;
}

.criteria.enq {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 500;
}

.maid-img {
  width: 220px;
  height: 250px;
  border-radius: 3px;
}

.maid-img._2 {
  width: 172px;
  height: 225px;
}

.heading-51 {
  margin-right: auto;
  margin-left: auto;
  font-weight: 600;
}

.edit-shortlist-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(28, 30, 33, 0.3);
}

.edit-content-popup-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 30px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.edit-shortlist {
  position: absolute;
  left: 0%;
  top: 194px;
  right: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(57, 63, 75, 0.2);
}

.edit-shortlist._2 {
  width: 650px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.delete-shortlist-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(28, 30, 33, 0.3);
}

.share {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(28, 30, 33, 0.3);
}

.share-shortlist {
  position: absolute;
  left: 0%;
  right: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(57, 63, 75, 0.2);
}

.popup-div-line {
  width: 90%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ececec;
}

.div-block-380 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-125 {
  color: #da6f21;
  font-size: 16px;
  font-weight: 600;
}

.text-block-125:hover {
  text-decoration: underline;
}

.image-121 {
  width: 22px;
  margin-right: 8px;
  opacity: 0.6;
}

.send-enquiry {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(28, 30, 33, 0.3);
}

.send-enq-box {
  position: absolute;
  left: 0%;
  right: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(57, 63, 75, 0.2);
}

.form-4 {
  padding-top: 25px;
  padding-right: 20px;
  padding-left: 20px;
}

.popup-buttons-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-buttons-box._2 {
  padding-right: 30px;
}

.textarea-copy {
  min-height: 120px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(144, 148, 156, 0.5);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #fff;
}

.textarea-copy:focus {
  border-color: #90949c;
  background-color: #fafafa;
}

.shortlist-button-box-1 {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
}

.visitor-settings {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.heading-45-copy {
  margin-top: 0px;
  font-size: 26px;
  line-height: 130%;
  font-weight: 600;
}

.h-gray-line {
  width: 90%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #ececec;
}

.text-field-box-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heart {
  position: absolute;
  left: auto;
  top: -5px;
  right: 0%;
  bottom: 0%;
  width: 28px;
}

.text-block-126 {
  margin-top: 10px;
  font-weight: 600;
}

.shortlist-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #ececec;
}

.search-icon {
  position: absolute;
  left: auto;
  top: 12px;
  right: 10px;
  bottom: 0%;
  width: 18px;
  opacity: 0.8;
}

.text-block-127 {
  font-size: 13px;
}

.text-block-128 {
  font-size: 13px;
}

.agency-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.agency-profile-par {
  width: 55%;
  font-size: 16px;
  line-height: 25px;
}

.agency-profile-par.edit {
  background-color: #f9f9f9;
}

.agency-profile-par.edit._2 {
  opacity: 0.8;
}

.agency-profile-par.edit._2:hover {
  opacity: 1;
}

.agency-pro-img {
  width: 280px;
  height: 186.66250610351562px;
}

.link-34 {
  color: #da6f21;
  font-weight: 600;
  text-decoration: none;
}

.div-block-385 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.read-button-maid-profile {
  margin-top: 10px;
  margin-left: 20px;
  color: #da6f21;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.read-button-maid-profile:hover {
  color: #da6f21;
  text-decoration: underline;
}

.div-block-386 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-35 {
  margin-bottom: 10px;
  color: #da6f21;
  font-weight: 500;
  text-decoration: none;
}

.link-35:hover {
  text-decoration: underline;
}

.div-block-387 {
  position: absolute;
  left: auto;
  top: 3%;
  right: 3%;
  bottom: auto;
  z-index: 100;
}

.div-block-388 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 20px;
  bottom: 0%;
  margin-right: 15px;
}

.div-block-389 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #ececec;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
}

.div-block-389:hover {
  background-color: #f9f9f9;
}

.div-block-389._1:hover {
  background-color: transparent;
}

.link-36 {
  color: #90949c;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
}

.link-36:hover {
  color: #da6f21;
}

.text-block-129 {
  font-weight: 600;
}

.image-125 {
  width: 55px;
  height: 55px;
  border-radius: 100px;
}

.div-block-390 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-130 {
  color: #da6f21;
  font-weight: 600;
}

.text-block-131 {
  color: #1c1e21;
}

.select-field {
  width: 180px;
  margin-bottom: 15px;
  border-radius: 3px;
  background-color: #f9f9f9;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.select-field:hover {
  background-color: #f9f9f9;
  font-weight: 500;
}

.maid-results-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.adv-block-left {
  padding-left: 10px;
}

.adv-block-right {
  padding-right: 10px;
}

.filter-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.agency-add-button {
  margin-bottom: 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border: 1.1px solid #da6f21;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  color: #da6f21;
  font-weight: 500;
  text-transform: capitalize;
}

.agency-add-button:hover {
  background-color: #f9f9f9;
}

.agency-add-button._2 {
  margin-bottom: 0px;
  padding: 8px 15px;
  background-color: #da6f21;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #f9f9f9;
  text-align: center;
  text-decoration: none;
}

.agency-add-button._2:hover {
  background-color: #cb661d;
}

.agency-pro-content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.agency-pro-content-box.news {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.test-par {
  width: 90%;
  line-height: 25px;
}

.test-par.edit {
  background-color: #f9f9f9;
}

.test-par.edit._2 {
  opacity: 0.7;
}

.test-par.edit._2:hover {
  opacity: 1;
}

.test-img-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.agency-pro-head-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 8px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ececec;
  background-color: #fff;
}

.image-128 {
  width: 4px;
  margin-right: 8px;
  margin-left: 8px;
  opacity: 0.6;
}

.div-block-394 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-395 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-37 {
  padding: 4px 8px;
  border-radius: 3px;
  background-color: rgba(255, 2, 2, 0.1);
  color: #1c1e21;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.link-37:hover {
  background-color: rgba(255, 2, 2, 0.2);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.18);
}

.agency-news-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.agency-news-block.news {
  padding-left: 20px;
}

.settings-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.settings-container {
  width: 100%;
  max-width: 900px;
  padding: 40px 20px;
}

.heading-53 {
  font-size: 28px;
  font-weight: 500;
}

.settings-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.settings-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-402 {
  width: 250px;
  padding-right: 60px;
}

.text-block-133 {
  padding: 6px 30px 6px 10px;
  border-radius: 3px;
  background-color: #da6f21;
}

.div-block-403 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-134 {
  padding: 8px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(144, 148, 156, 0.5);
  border-radius: 5px;
}

.settings-head {
  font-weight: 500;
}

.dropdown-toggle-11 {
  width: 200px;
  padding-top: 8px;
  padding-bottom: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(144, 148, 156, 0.5);
  border-radius: 5px;
}

.dropdown-list-9 {
  background-color: #e1d6d6;
}

.dropdown-list-9.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(144, 148, 156, 0.48);
  border-radius: 1px;
  background-color: #f9f9f9;
}

.dropdown-link-5:hover {
  font-weight: 500;
}

.image-130 {
  width: 275px;
  margin-right: 10px;
}

.image-131 {
  width: 275px;
  margin-right: 10px;
}

.image-130-copy {
  width: 60px;
  margin-right: 10px;
}

.image-130-copy._76 {
  width: 76px;
}

.image-130-copy._120 {
  width: 120px;
}

.image-130-copy._152 {
  width: 152px;
}

.branch-settings {
  width: 100%;
  max-width: 1200px;
  padding: 40px 10px 160px;
  background-color: #fff;
}

.text-block-135 {
  color: #90949c;
  font-weight: 600;
}

.table-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.table-row-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.table-row-1:hover {
  background-color: rgba(144, 148, 156, 0.09);
}

.table-row-1.head {
  background-color: #90949c;
}

.table-row-1.head.hide {
  display: none;
}

.div-block-406 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-406._2 {
  border: 1px solid #ececec;
}

.div-block-406._2.c1 {
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-406.c1 {
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-406.c1._1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-406.bio-2 {
  width: 2%;
}

.table-heading {
  width: 96.63750457763672px;
  color: #fff;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
}

.table-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #f9f9f9;
}

.table-box.action {
  width: 8%;
}

.table-box.action._2 {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.table-box.action._2.small {
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.table-box.action._2.enquiries {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.table-box.action.small {
  width: 7%;
}

.table-box.action.saved-sh {
  width: 5%;
}

.table-box.action.bio-2 {
  width: 5%;
}

.table-box.action.enquiries {
  width: 15%;
}

.table-box._2 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-color: #ececec;
}

.table-box._2.staff.small {
  width: 10%;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-box._2.maid-2 {
  width: 34%;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.table-box._2.c1 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.table-box._2.row2 {
  width: 18%;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-box._2.branch {
  width: 14%;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-box._2.saved-sh {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-box._2.bio-2 {
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-box._2.bio-2.small {
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-box._2.enquiries {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-box._2.enquiries.small {
  padding-left: 0px;
}

.table-box.staff {
  width: 18%;
}

.table-box.staff.small {
  width: 10%;
}

.table-box.staff._2 {
  width: 140px;
}

.table-box.staff.branch {
  width: 14%;
}

.table-box.maid {
  width: 15%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.table-box.maid-copy {
  width: 34%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.table-box.c1 {
  width: 30%;
}

.table-box.c1.small {
  width: 15%;
}

.table-box.c1.medium {
  width: 20%;
}

.table-box.saved-sh {
  width: 15.5%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-box.saved-sh._3 {
  width: 10%;
}

.table-box.bio-2 {
  width: 14%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-box.bio-2.small {
  width: 5%;
}

.table-box.bio-2.medium {
  width: 8%;
}

.table-box.enquiries {
  width: 20%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-box.enquiries.small {
  width: 15%;
}

.table-row-nr {
  font-weight: 500;
}

.table-data {
  font-size: 13px;
}

.table-data.green {
  color: #42b72a;
}

.table-data.yellow {
  color: #dad121;
}

.table-action-icon {
  width: 22px;
}

.table-action-icon:hover {
  opacity: 0.75;
}

.table-action-icon.x {
  width: 16px;
}

.scroll-table-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.scroll-table-content.noscroll {
  overflow: visible;
  height: auto;
}

.table-details-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-410 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-139 {
  position: absolute;
  left: auto;
  top: 30%;
  right: 0%;
  bottom: 30%;
}

.table-arrows {
  width: 15px;
  margin-right: 8px;
  opacity: 0.35;
  cursor: pointer;
}

.table-arrows:hover {
  opacity: 0.6;
}

.table-arrows._2 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.div-block-411 {
  padding-right: 20px;
  padding-left: 10px;
}

.text-span {
  display: inline-block;
  padding: 4px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(144, 148, 156, 0.5);
  border-radius: 3px;
  background-color: #f9f9f9;
}

.div-block-412 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle-12 {
  padding: 8px 30px 8px 10px;
}

.icon-13 {
  margin-right: 10px;
}

.dropdown-10 {
  margin-right: 8px;
  margin-left: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(144, 148, 156, 0.39);
  border-radius: 7px;
}

.dropdown-list-10 {
  background-color: #e6dcdc;
}

.dropdown-list-10.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ececec;
  background-color: #fff;
}

.settings-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(28, 30, 33, 0.3);
}

.subfilter-minibox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.criteria-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(28, 30, 33, 0.3);
}

.criteria-block {
  position: absolute;
  left: 0%;
  top: 20px;
  right: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(57, 63, 75, 0.2);
}

.image-132 {
  width: 100%;
  height: 200px;
}

.text-block-140 {
  margin-right: 20px;
  font-size: 16px;
  font-weight: 700;
}

.info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.info-box._2 {
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info-field {
  width: 400px;
  margin-left: 30px;
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
  font-weight: 600;
}

.info-field._2 {
  width: 25px;
  text-align: center;
}

.info-field._3 {
  width: auto;
  margin-left: 15px;
  border-bottom-style: none;
}

.info-field.auto {
  width: auto;
}

.div-block-413 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.maid-pro-img-copy {
  width: 450px;
  border-radius: 0px;
}

.div-block-253-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 #ececec;
}

.maid-img-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 #ececec;
}

.div-block-414 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.maid-pro-content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 3px;
}

.text-maid-pro {
  width: 50px;
  margin-right: 3px;
  margin-left: 3px;
  color: #1c1e21;
  font-weight: 600;
  text-align: center;
}

.div-block-348-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-415 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.info-field-copy {
  width: 70px;
  margin-left: 49px;
  padding-bottom: 0px;
  border-bottom: 1px solid #000;
  font-weight: 600;
}

.info-field-copy._2 {
  margin-left: 10px;
  padding-bottom: 0px;
}

.info-box-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-416 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 14px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-143 {
  line-height: 100%;
  font-weight: 600;
  white-space: nowrap;
}

.div-block-417 {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border: 1px solid #90949c;
  border-radius: 2px;
}

.div-block-418 {
  width: 100%;
}

.image-133 {
  width: 16px;
  margin-right: 10px;
}

.info-box-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.info-box-copy-copy._3 {
  margin-top: 0px;
  margin-bottom: 8px;
  margin-left: 40px;
}

.info-box-copy-copy._4 {
  margin-top: 0px;
}

.text-span-2 {
  text-decoration: underline;
}

.text-block-145 {
  width: 90%;
  margin-top: 8px;
  color: #fff;
  font-size: 12px;
  line-height: 110%;
  font-weight: 300;
  text-align: center;
}

.text-block-146 {
  width: 50%;
  padding: 5px 10px;
  border-top: 1px solid #ececec;
  border-right: 1px solid #ececec;
  color: #f9f9f9;
  text-align: center;
}

.text-block-146.black {
  padding-right: 0px;
  padding-left: 0px;
  border-top-style: none;
  border-right-color: #90949c;
  color: #1c1e21;
}

.text-block-146.black._2 {
  border-right-style: none;
}

.div-block-420 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-147 {
  margin-right: 20px;
  line-height: 100%;
}

.text-block-148 {
  margin-top: 20px;
}

.div-block-421 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-422 {
  width: 20%;
  padding: 8px;
  border: 1px solid #90949c;
}

.div-block-422-copy {
  width: 80%;
  padding: 8px;
  border: 1px solid #90949c;
}

.text-block-149 {
  font-weight: 600;
  text-align: center;
}

.div-block-423 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-150 {
  font-weight: 600;
}

.div-block-424 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.paragraph-3 {
  line-height: 25px;
  font-weight: 600;
  text-decoration: underline;
}

.div-block-425 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
}

.div-block-426 {
  width: 40%;
  margin-right: 30px;
}

.div-block-427 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #1c1e21;
}

.text-block-152 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.text-block-153 {
  margin-top: 10px;
}

.text-block-154 {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}

.div-block-428 {
  width: 100%;
}

.text-block-155 {
  margin-bottom: 15px;
  font-weight: 700;
  text-decoration: underline;
}

.list-2 {
  list-style-type: square;
}

.list-item {
  margin-bottom: 10px;
}

.div-block-429 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  padding-right: 3px;
  padding-left: 3px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
}

.div-block-430 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-134 {
  width: 170px;
  height: 218px;
  border-radius: 1px;
}

.div-block-431 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-156 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
}

.link-block-9 {
  position: absolute;
  left: auto;
  top: 16px;
  right: 16px;
  bottom: auto;
}

.image-135 {
  width: 16px;
  opacity: 0.8;
}

.image-135:hover {
  opacity: 1;
}

.div-block-432 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-433 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-left: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #ececec;
}

.text-block-157 {
  width: 151.41250610351562px;
  margin-right: 20px;
  margin-bottom: 12px;
  font-weight: 500;
}

.div-block-434 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 650px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-435 {
  display: block;
  width: 40%;
  max-width: 400px;
  margin-left: 15px;
}

.accordion-remark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(28, 30, 33, 0.15);
}

.form-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.textarea-2 {
  width: 330px;
  min-height: 200px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(144, 148, 156, 0.5);
  border-radius: 3px;
}

.textarea-2:hover {
  border-color: rgba(144, 148, 156, 0.75);
}

.form-block-3 {
  width: 100%;
  border-radius: 3px;
}

.div-block-436 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 268px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-158 {
  font-weight: 600;
}

.select-field-2 {
  width: 140px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(144, 148, 156, 0.5);
  background-color: #f9f9f9;
}

.select-field-2:hover {
  border-color: rgba(144, 148, 156, 0.75);
}

.submit-button-3 {
  border-radius: 3px;
  background-color: #218838;
}

.link-block-10 {
  margin-left: 10px;
}

.manage-biodatas-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 60px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.mng-biodatas-container {
  width: 100%;
  max-width: 1200px;
}

.tabs-3._2 {
  margin-top: 20px;
}

.biodatas-tab {
  padding: 12px 20px;
  background-color: transparent;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.biodatas-tab:hover {
  color: #da6f21;
}

.biodatas-tab.w--current {
  border-width: 3px 1px 1px;
  border-color: #da6f21 #ececec #ececec;
  border-right-style: solid;
  border-bottom-style: none;
  border-left-style: solid;
  border-radius: 1px;
  background-color: #da6f21;
  box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}

.biodatas-tab._2 {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}

.biodatas-tab._2.w--current {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #da6f21;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  color: #da6f21;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #ececec;
}

.tab-pane-tab-1-2 {
  width: 100%;
}

.biodata-tab-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-438 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-438._2 {
  margin-top: 18px;
  margin-bottom: 28px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-438.bio-2 {
  margin-right: 40px;
}

.field-label-4 {
  width: 110px;
  margin-right: 10px;
  margin-bottom: 0px;
  font-size: 13px;
  text-align: right;
}

.field-label-4._2 {
  width: auto;
  margin-right: 0px;
}

.field-label-4.update {
  width: auto;
  margin-right: 10px;
  font-size: 14px;
}

.field-label-4.update._2 {
  text-align: left;
}

.field-label-4.bio-2 {
  width: auto;
  margin-right: 20px;
}

.field-label-4.auto {
  width: auto;
  margin-right: 20px;
}

.field-label-4._1 {
  width: 70px;
}

.text-field-4 {
  width: 190px;
  height: 36px;
  margin-bottom: 0px;
  border: 1.1px solid #90949c;
  border-radius: 3px;
  background-color: hsla(0, 0%, 97.7%, 0.5);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.text-field-4:hover {
  border-width: 1.2px;
  border-color: #90949c;
  background-color: #f9f9f9;
}

.text-field-4:focus {
  border-color: #ececec;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}

.text-field-4._2 {
  width: 144px;
}

.select-field-3 {
  width: 190px;
  margin-bottom: 0px;
  padding-right: 3px;
  padding-left: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(144, 148, 156, 0.5);
  border-radius: 3px;
  background-color: hsla(0, 0%, 97.7%, 0.5);
  font-size: 13px;
}

.select-field-3:hover {
  border-width: 1.2px;
  border-color: #90949c;
  background-color: #f9f9f9;
}

.select-field-3.staff {
  width: 202px;
  background-color: #f9f9f9;
}

.biodata-form-block {
  margin-right: 22px;
  margin-bottom: 30px;
}

.biodata-form-block._2 {
  margin-bottom: 0px;
}

.biodata-form-block.mass-update {
  margin-bottom: 0px;
}

.biodata-form.bio-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.checkbox-field-3 {
  margin-left: 3px;
}

.checkbox-field-3._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.checkbox-2 {
  margin-left: -18px;
  border-color: rgba(144, 148, 156, 0.5);
  background-color: #fff;
}

.checkbox-2.w--redirected-checked {
  border-color: #da6f21;
  background-color: #da6f21;
}

.checkbox-2._2 {
  margin-left: 6px;
}

.image-136 {
  width: 14px;
}

.mng-bio-buttons-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.button-13 {
  background-color: transparent;
  color: #90949c;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.button-13:hover {
  opacity: 0.8;
}

.button-13._2 {
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 3px;
  background-color: #da6f21;
  color: #fff;
}

.button-13._2:hover {
  background-color: #cb661d;
}

.mong-biodatas-content {
  margin-bottom: 10px;
}

.textarea-3 {
  width: 100%;
  max-width: 600px;
  min-height: 200px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(144, 148, 156, 0.5);
  border-radius: 1px;
}

.textarea-3:hover {
  border-color: rgba(144, 148, 156, 0.8);
}

.textarea-3.biodata-form {
  width: 600px;
  max-width: none;
}

.div-block-438-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-159 {
  margin-bottom: 25px;
  color: #ff0004;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-439 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-439.update {
  margin-bottom: 40px;
}

.div-block-440 {
  margin-bottom: 51px;
}

.div-block-441 {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  background-color: #ececec;
}

.div-block-442 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-443 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.image-137 {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}

.div-block-444 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-160 {
  width: 60px;
  margin-right: 10px;
  font-weight: 600;
}

.text-block-160._2 {
  width: 95px;
}

.div-block-445 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._1000px-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-446 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 10px;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 5px;
  background-color: #f9f9f9;
  box-shadow: none;
}

.div-block-447 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-162 {
  color: #90949c;
  font-size: 12px;
  font-weight: 600;
}

.text-block-162._2 {
  font-size: 13px;
}

.image-138 {
  width: 3px;
  margin-right: 6px;
  margin-left: 6px;
  opacity: 0.5;
}

.div-block-448 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-447-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-449 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-450 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-451 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-452 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-wrapper-saved-shortlists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.button-14 {
  padding: 4px 8px;
  border-radius: 3px;
  background-color: #218838;
  font-size: 12px;
  font-weight: 500;
}

.button-14:hover {
  background-color: #1e7e34;
}

.update-bio-buttons-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
}

.table-wrapper-biodata {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-block-11 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.manage-bio-2 {
  width: 100%;
  max-width: 1200px;
  padding: 40px 0px 160px;
  background-color: #fff;
}

.div-block-453 {
  margin-top: 30px;
}

.bio-2-buttons-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
}

.bio-2-button {
  margin-right: 15px;
  border-radius: 2px;
  background-color: #da6f21;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.bio-2-button:hover {
  background-color: #cb661d;
}

.bio-2-button._2 {
  border: 1px solid #ececec;
  border-radius: 3px;
  background-color: #f9f9f9;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: #90949c;
}

.bio-2-button._2:hover {
  background-color: #ececec;
}

.div-block-451-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-14-copy {
  padding: 0px;
  border-bottom: 1px solid #218838;
  background-color: transparent;
  color: #218838;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.button-14-copy:hover {
  color: #42b72a;
}

.button-14-copy._2 {
  border-bottom-color: red;
  color: #ff0004;
}

.button-14-copy._2:hover {
  color: #ff2c30;
}

.div-block-454 {
  width: 1px;
  height: 18px;
  background-color: #90949c;
}

.enquiry-block {
  position: fixed;
  left: auto;
  top: auto;
  right: 10px;
  bottom: 9px;
  z-index: 90008;
  display: none;
  width: 100%;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.24);
}

.enq-form-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-field-wrapper-enq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.textarea-4 {
  min-height: 140px;
  border-radius: 3px;
}

.textarea-4.visitor {
  margin-top: 20px;
}

.form-block-4 {
  margin-bottom: 0px;
}

.heading-45-copy {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.heading-45-copy.white {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #da6f21;
  color: #fff;
}

.button-15 {
  width: 90%;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 5px;
  background-color: #da6f21;
  font-size: 16px;
  text-align: center;
}

.div-block-387-copy {
  position: absolute;
  left: auto;
  top: 3px;
  right: 3px;
  bottom: auto;
  z-index: 100;
}

.link-38 {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
}

.link-38:hover {
  text-decoration: underline;
}

.update-contact-details {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100000000;
  display: none;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(28, 30, 33, 0.3);
}

.heart-icon {
  position: absolute;
  left: auto;
  top: 14px;
  right: 15px;
  bottom: auto;
  width: 25px;
  color: #90949c;
}

.image-139 {
  position: absolute;
  left: 14px;
  top: auto;
  right: auto;
  bottom: 14px;
  width: 25px;
}

.text-block-163 {
  margin-right: 20px;
  color: #90949c;
  font-weight: 500;
  text-transform: uppercase;
}

.div-block-455 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-456 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-13-copy-copy {
  margin-left: 10px;
  background-color: transparent;
  color: #90949c;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.button-13-copy-copy:hover {
  opacity: 0.8;
}

.link-39 {
  color: #90949c;
  font-weight: 600;
}

.link-39:hover {
  color: #da6f21;
}

.div-block-457 {
  width: 1px;
  height: 16px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: #90949c;
}

.enq-view {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-bottom: 15px;
  padding: 2px 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 3px;
}

.div-block-431-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-16 {
  width: 180px;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 3px;
  background-color: #da6f21;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}

.button-16:hover {
  background-color: #cb661d;
}

.heading-54 {
  font-weight: 600;
}

.div-block-458 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image-140 {
  width: 225px;
  height: 200px;
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.image-140.edit {
  margin-right: 0px;
}

.edit-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  margin-left: 20px;
  padding-left: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ececec;
  border-radius: 3px;
  background-color: #f9f9f9;
}

.edit-field._2 {
  width: 100%;
  height: auto;
  min-height: 120px;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #ececec;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.edit-news-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.edit-news-box.news {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-459 {
  width: 100%;
  padding-left: 20px;
}

.div-block-460 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.edit-staff-setting {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(28, 30, 33, 0.3);
}

.edit-staff {
  position: absolute;
  left: 0%;
  top: 194px;
  right: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(57, 63, 75, 0.2);
}

.div-block-461 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-label-5 {
  width: 86.5625px;
  margin-right: 10px;
  margin-bottom: 0px;
  font-weight: 600;
}

.field-label-5._2 {
  width: 150px;
  margin-left: 20px;
}

.text-field-5 {
  width: 202.8625030517578px;
  border: 1px solid #ececec;
  border-radius: 3px;
  background-color: #f9f9f9;
}

.div-block-462 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkbox-field-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.checkbox-3 {
  padding: 7px;
}

.checkbox-3.w--redirected-checked {
  background-color: #da6f21;
}

.link-block-12 {
  display: block;
}

.disable-staff {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(28, 30, 33, 0.3);
}

.disable-staff-box {
  position: absolute;
  left: 0%;
  top: 194px;
  right: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(57, 63, 75, 0.2);
}

.agency-services-par {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

.award-text {
  width: 90%;
  margin-top: 5px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
}

.mass-update-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mass-update-text-area {
  width: 300px;
  min-height: 200px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(144, 148, 156, 0.5);
  border-radius: 1px;
}

.mass-update-text-area:hover {
  border-color: rgba(144, 148, 156, 0.8);
}

.mass-update-text-area._2 {
  width: 600px;
}

.div-block-463 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-141 {
  width: 2px;
  margin-right: 3px;
  margin-left: 3px;
}

.div-block-464 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f9f9f9;
}

.div-block-465 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 22px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #ececec;
}

.text-block-164 {
  width: 75%;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 150%;
}

.text-block-165 {
  margin-top: 8px;
  color: #90949c;
  font-weight: 600;
}

.div-block-466 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.image-142 {
  width: 65%;
  height: 218px;
}

.image-143 {
  width: 100%;
  height: 109px;
}

.div-block-467 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-468 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-469 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-mobile {
  display: none;
}

.wapp {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(28, 30, 33, 0.3);
}

.wapp-popup {
  position: absolute;
  left: 0%;
  right: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(57, 63, 75, 0.2);
}

.div-block-470 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-471 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 991px) {
  .image {
    width: 130px !important;
  }
  .columns-wrapper._1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .columns-wrapper._2 {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .w_col-1._1 {
    position: relative;
    width: 100%;
  }
  .w_col-1._1.hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .w_col-1._2 {
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    border-top: 1px solid #90949c;
    border-bottom-width: 1px;
    border-bottom-color: #ececec;
    background-color: #fff;
  }
  .w_col-1._2.hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .w_col-1._2-copy {
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    border-top: 1px solid #90949c;
    border-bottom-width: 1px;
    border-bottom-color: #ececec;
    background-color: #fff;
  }
  .w_col-1._2-copy.hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .profile-img-box {
    width: 120px;
    height: 120px;
  }
  .profile-img {
    width: 120px;
  }
  .agency-name {
    margin-bottom: 10px;
    line-height: 30px;
  }
  .profile-img-block {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .profile-img-block._1 {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .agency-profile-sections-block {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .agency-sections-links {
    padding: 15px 30px;
  }
  .agency-sections-links.w--current {
    border-bottom: 2px solid #da6f21;
    border-radius: 0px;
    background-color: transparent;
  }
  .bkg-img-box {
    padding-left: 0px;
  }
  .timeline-wrapper {
    width: 80%;
    max-width: 650px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .timeline-col-1 {
    width: 100%;
    padding-right: 0px;
  }
  .timeline-col-2 {
    width: 100%;
  }
  .edit-agency-profile {
    margin-top: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .icon-7 {
    display: none;
  }
  .action-buttons-box {
    display: none;
  }
  .action-buttons-box._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-top: 14px;
    padding-bottom: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: none none solid;
  }
  .agency-profile-box-4 {
    width: 80%;
    margin-left: 25px;
  }
  .heading-2 {
    font-size: 32px;
  }
  .find-a-maid.logged-in {
    display: none;
  }
  .log-in {
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .div-block-249 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-249._2 {
    width: auto;
  }
  .maid-pro-c2 {
    width: 34%;
  }
  .details-block {
    position: relative;
  }
  .maid-pro-img {
    margin-top: 0px;
  }
  .div-block-265._2 {
    display: none;
  }
  .image-55 {
    width: 40px;
    height: 40px;
  }
  .dropdown-toggle-4 {
    width: auto;
  }
  .div-block-78 {
    padding-right: 0px;
  }
  .text-block-105 {
    font-size: 13px;
  }
  .agency-profile-details-block {
    display: none;
  }
  .text-block-108 {
    display: none;
  }
  .image-97 {
    max-width: none;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-283 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-overlay {
    height: 400px;
  }
  .search-input {
    width: 550px;
  }
  .search-input._2 {
    width: 550px;
  }
  .scroll-home {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home-img {
    width: 100%;
  }
  .welcome-box._1 {
    width: 32%;
  }
  .home-maid-box {
    margin-right: 5px;
    margin-left: 5px;
  }
  .div-block-294 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-box {
    width: 400px;
    margin-top: 0%;
  }
  .image-109 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .heading-45 {
    position: static;
    margin-bottom: 22px;
  }
  .form-wrapper {
    width: 65%;
  }
  .div-block-325 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .div-block-327 {
    padding-right: 30px;
  }
  .heading-public {
    text-align: center;
  }
  .div-block-328 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ._4-col {
    display: inline-block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  ._4-col._4-col-last {
    margin-right: auto;
    margin-bottom: 0px;
  }
  .feature5-item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .feature5-row-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap {
    width: 645px;
  }
  .feature-text {
    max-width: 500px;
  }
  .filters-container {
    max-width: 600px;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .filters-container.list-details {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .dropdown-toggle-10 {
    margin-bottom: 8px;
  }
  .filter-dropdown {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: transparent;
  }
  .clear-filters {
    margin-left: 5px;
    opacity: 0.8;
    color: #da6f21;
    font-size: 12px;
  }
  .clear-filters:hover {
    color: #ba5e1b;
  }
  .clear-filters:active {
    color: #da6f21;
  }
  .filter-dropdown-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  }
  .filter-dropdown-wrapper.pers-info {
    width: auto;
  }
  .filter-dropdown-wrapper.skills {
    position: relative;
    left: -140px;
    background-color: #fff;
  }
  .filter-dropdown-wrapper.lang {
    position: relative;
    left: -123px;
    background-color: #fff;
  }
  .filter-dropdown-list {
    background-color: #e4d6d6;
  }
  .filter-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .filter-block.pers-info {
    padding: 0px 0px 20px;
  }
  .sub-filter-name {
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
  }
  .filter-box-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-336 {
    width: 90%;
    height: 6px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #da6f21;
  }
  .image-111 {
    width: 16px;
  }
  .div-block-337 {
    width: 100%;
    height: 1px;
    margin: 10px auto 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #ececec;
  }
  .filter-action-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .link-26 {
    color: #90949c;
    font-weight: 500;
    text-decoration: none;
  }
  .link-26:hover {
    opacity: 0.8;
  }
  .link-27 {
    color: #da6f21;
    font-weight: 500;
    text-decoration: none;
  }
  .link-27:hover {
    opacity: 0.8;
  }
  .subfilter-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkbox-filter.w--redirected-checked {
    border-color: #da6f21;
    background-color: #da6f21;
  }
  .checkbox-filter._2 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 10px;
    bottom: 0%;
  }
  .checkbox-label-2 {
    font-size: 13px;
    white-space: nowrap;
  }
  .checkbox-label-2._2 {
    display: none;
  }
  .checkbox-field-2 {
    width: 50%;
  }
  .checkbox-field-2._2 {
    width: 100%;
  }
  .checkbox-field-2._2.work {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-2.work {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .form-block-2 {
    margin-bottom: 0px;
  }
  .filter-box-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .filter-box-2.pers-info {
    margin-right: 20px;
  }
  .subfilter-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .link-28 {
    color: #da6f21;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
  }
  .link-28:hover {
    color: #a85519;
  }
  .filter-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .search-maid-results {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }
  .maid-results-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-348 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-349 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .text-block-119 {
    margin-right: 3px;
    margin-left: 3px;
    color: #90949c;
    font-size: 13px;
    font-weight: 600;
  }
  .div-block-350 {
    width: 88%;
  }
  .div-block-352 {
    padding-bottom: 16px;
  }
  .modal-inner {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .table-rows {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .centre-heading {
    font-size: 15px;
  }
  .table-item {
    font-size: 13px;
  }
  .img-banner {
    padding-bottom: 0px;
  }
  .bottom-banner-img {
    width: auto;
  }
  .home-container._1 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .right-arrow-4 {
    width: 30px;
  }
  .left-arrow-4 {
    width: 30px;
  }
  .home-maids-box-container {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .mask-2 {
    width: 93%;
  }
  .div-block-359 {
    padding-bottom: 100px;
  }
  .tab-link-tab-2 {
    width: 100%;
    max-width: 300px;
    margin-right: 1px;
    margin-left: 1px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .tab-container {
    width: 100%;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tab-container._1 {
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search-agency-filter-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .search-agency-filter-box._2 {
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .search-input-2 {
    width: 330px;
  }
  .search-2 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .agency-box {
    margin-bottom: 20px;
  }
  .contact-wrapper {
    padding-bottom: 120px;
  }
  .agency-boxes {
    width: 49%;
  }
  .popup-block {
    padding-right: 12px;
    padding-left: 12px;
  }
  .sign-up {
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .shortlist {
    display: none;
    padding-right: 12px;
    padding-left: 12px;
  }
  .maid-box-wrapper._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .edit-shortlist-popup {
    padding-right: 12px;
    padding-left: 12px;
  }
  .delete-shortlist-popup {
    padding-right: 12px;
    padding-left: 12px;
  }
  .share {
    padding-right: 12px;
    padding-left: 12px;
  }
  .send-enquiry {
    display: none;
    padding-right: 12px;
    padding-left: 12px;
  }
  .visitor-settings {
    width: 65%;
  }
  .heading-45-copy {
    position: static;
    margin-bottom: 22px;
  }
  .agency-content-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .agency-pro-img {
    width: 240px;
  }
  .div-block-388 {
    right: 12px;
  }
  .text-block-132 {
    width: 180px;
    text-align: center;
  }
  .maid-results-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .adv-link-left {
    margin-right: 10px;
    margin-left: 10px;
  }
  .adv-link-right {
    width: auto;
  }
  .filter-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .big-adv-img {
    height: 400px;
  }
  .agency-add-button {
    margin-right: 20px;
  }
  .table-row-1.head.hide.bio-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .table-row-1.head.bio-2 {
    display: none;
  }
  .table-box.action._2.small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .scroll-table-content {
    overflow: scroll;
  }
  .scroll-table-wrapper.bio-2 {
    overflow: hidden;
    width: 160vw;
  }
  .table-scroll-container.bio-2 {
    overflow: hidden;
  }
  .settings-popup {
    padding-right: 12px;
    padding-left: 12px;
  }
  .criteria-popup {
    padding-right: 12px;
    padding-left: 12px;
  }
  .criteria-block {
    width: 95%;
  }
  .image-132 {
    height: auto;
  }
  .maid-pro-img-copy {
    width: 300px;
  }
  .maid-img-box {
    margin-top: 0px;
  }
  .div-block-414 {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .maid-pro-content-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    margin-right: 0px;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-maid-pro {
    margin-right: 3px;
    margin-left: 3px;
    color: #90949c;
    font-size: 13px;
    font-weight: 600;
  }
  .div-block-348-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-415 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-block-146.black {
    font-size: 12px;
    text-align: left;
  }
  .div-block-434 {
    max-width: 650px;
  }
  .div-block-435 {
    width: 100%;
    max-width: 650px;
    margin-left: 0px;
  }
  .form-5 {
    padding-right: 16px;
  }
  .textarea-2 {
    width: auto;
  }
  .div-block-436 {
    max-width: 300px;
  }
  .link-block-10 {
    margin-left: 0px;
  }
  .field-label-4.bio-2 {
    width: 140px;
  }
  .field-label-4._1 {
    width: 90px;
  }
  .biodata-form-block.mass-update {
    margin-right: auto;
    margin-left: auto;
  }
  ._1000px-container {
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-446 {
    margin-left: 0px;
  }
  .table-wrapper-biodata {
    overflow: hidden;
    width: 100%;
  }
  .manage-bio-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .enq-form-box {
    margin-top: 0%;
  }
  .heading-45-copy {
    position: static;
    margin-bottom: 22px;
  }
  .update-contact-details {
    display: none;
    padding-right: 12px;
    padding-left: 12px;
  }
  .edit-staff-setting {
    padding-right: 12px;
    padding-left: 12px;
  }
  .disable-staff {
    padding-right: 12px;
    padding-left: 12px;
  }
  .mass-update-text-area {
    width: 200px;
  }
  .mass-update-text-area._2 {
    width: 500px;
  }
  .div-block-463 {
    margin-right: 10px;
  }
  .div-block-464 {
    margin-left: 0px;
  }
  .wapp {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media screen and (max-width: 767px) {
  .columns-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .columns-wrapper._1 {
    margin-top: 0px;
  }
  .w_col-1 {
    width: 100%;
  }
  .w_col-1._2 {
    overflow: hidden;
  }
  .w_col-1._2-copy {
    overflow: hidden;
    margin-bottom: 0px;
  }
  .content-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .profile-img-box {
    width: 80px;
    height: 80px;
  }
  .profile-img {
    width: 80px;
  }
  .agency-name {
    margin-top: 20px;
  }
  .profile-img-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .profile-img-block._1 {
    overflow: visible;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .agency-profile-box-2 {
    margin-bottom: 0px;
  }
  .agency-profile-sections-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .agency-sections-links {
    padding-right: 10px;
    padding-left: 10px;
  }
  .bkg-img {
    height: 200px;
  }
  .content-head-box._2.maid {
    width: 90%;
  }
  .content-head-box._1 {
    display: none;
  }
  .awards-img {
    height: 100px;
  }
  .right-arrow-2 {
    display: none;
  }
  .left-arrow-2 {
    display: none;
  }
  .div-block-40 {
    margin-bottom: 15px;
    margin-left: 20px;
  }
  .timeline-wrapper {
    width: 100%;
  }
  .agency-contact-details-box {
    padding-right: 10px;
    /* padding-left: 10px; */
  }
  .edit-agency-profile {
    white-space: nowrap;
  }
  .dropdown {
    width: 300px;
    margin-right: auto;
    margin-left: 0px;
  }
  .icon-7 {
    display: none;
  }
  .agency-profile-par-box.services {
    margin-bottom: 25px;
  }
  .div-block-239-copy {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-244 {
    margin-top: 0px;
  }
  .slider-2 {
    height: auto;
  }
  .link-block-2 {
    right: 0px;
    bottom: 0px;
  }
  .nav-container {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
  }
  .nav-link {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }
  .nav-link.mobile {
    display: block;
  }
  .nav-menu {
    margin-top: 60px;
    background-color: #fff;
  }
  .find-a-maid {
    display: none;
  }
  .log-in {
    margin-bottom: 0px;
  }
  .log-in._2 {
    display: none;
  }
  .log-in._3 {
    display: none;
    margin-bottom: 0px;
  }
  .log-in._3.logged-in {
    display: block;
    width: 100%;
    color: #90949c;
    font-weight: 500;
  }
  .div-block-249 {
    width: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .div-block-249._2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu-button {
    display: none;
  }
  .menu-button.w--open {
    background-color: rgba(218, 111, 33, 0.6);
  }
  .div-block-250 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-250._2-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-251 {
    display: block;
    width: 100%;
    height: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #ececec;
  }
  .maid-profile-block {
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .maid-profile-block._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .maid-profile-block._2._1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
margin-top:-20px;
  }
  .maid-profile-block._2-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .maid-profile-box {
    width: 100%;
  }
  .maid-profile-box._2 {
    margin-bottom: 0px;
  }
  .maid-profile-box.agency {
    margin-bottom: 0px;
  }
  .maid-profile-box._2-copy {
    margin-bottom: 0px;
  }
  .maid-pro-c2 {
    width: 100%;
  }
  .details-block {
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block-258._1 {
    width: 50%;
  }
  .maid-pro-img {
    height: auto;
  }
  .maid-pro-wrapper {
    width: 100%;
  }
  .social-buttons-box {
    position: fixed;
    left: auto;
    top: 110px;
    right: 0%;
    bottom: auto;
    width: auto;
    margin-top: 0px;
    padding-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .link-block-5 {
    width: 66.9000015258789px;
    margin-bottom: 10px;
    padding-right: 6px;
    padding-left: 6px;
  }
  .link-block-5._2 {
    margin-bottom: 0px;
  }
  .link-block-5.list-button {
    width: auto;
    margin-bottom: 0px;
  }
  .div-block-265 {
    display: none;
  }
  .div-block-78 {
    padding-right: 0px;
  }
  .div-block-269._1 {
    margin-top: 20px;
  }
  .info-text {
    margin-bottom: 10px;
  }
  .maid-pro-box._2 {
    width: 100%;
  }
  .text-block-105 {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .column-2-wrapper {
    width: 100%;
  }
  .dropdown-7 {
    display: none;
  }
  .footer {
    padding: 40px 20px;
  }
  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .div-block-281 {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-285 {
    margin-right: 0px;
  }
  .hero-overlay {
    padding: 40px 20px;
  }
  .heading-20 {
    font-size: 40px;
  }
  .search._2 {
    width: 450px;
  }
  .search.saved-shortlists {
    width: 450px;
  }
  .search-input {
    width: 350px;
  }
  .search-input._2 {
    width: 100%;
  }
  .scroll-home {
    overflow: scroll;
    width: auto;
    max-width: none;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .home-img {
    height: 200px;
  }
  .welcome-box {
    width: 250px;
  }
  .welcome-box._1 {
    width: 80%;
    margin-bottom: 15px;
  }
  .home-img-box {
    width: 100%;
  }
  .heading-21._2 {
    font-size: 18px;
  }
  .home-maid-box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .heading-22 {
    text-align: center;
  }
  .form-box {
    width: auto;
  }
  .form-button.enquiry {
    height: auto;
  }
  .heading-45 {
    position: static;
    margin-bottom: 10px;
  }
  .text-field-box {
    margin-bottom: 0px;
  }
  .text-field-box.enquiry {
    width: 100%;
  }
  .text-field-box.enquiry.message {
    width: 50%;
  }
  .form-field-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-field-wrapper.registration {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .form-field-wrapper.register {
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .checkbox-field {
    margin-bottom: 12px;
  }
  .text-field-2 {
    height: 35px;
    font-size: 14px;
  }
  .form-wrapper {
    width: auto;
    padding-bottom: 60px;
  }
  .form-wrapper.register {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .div-block-324 {
    margin-top: 0px;
  }

  .social-box {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .checkbox-label {
    font-size: 13px;
  }
  .hero-overlay-about {
    height: 250px;
    padding: 40px 20px;
  }
  .div-block-327 {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .wrap {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .accordion-item-content-2 {
    margin-right: 0px;
  }
  .filters-container {
    max-width: 440px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .dropdown-toggle-10 {
    margin-bottom: 0px;
  }
  .filter-dropdown-wrapper.pers-info {
    width: 280px;
  }
  .filter-dropdown-wrapper.skills {
    left: -340px;
  }
  .filter-dropdown-wrapper.lang {
    position: relative;
    left: 0px;
    background-color: #fff;
  }
  .filter-dropdown-wrapper.work {
    width: 300px;
  }
  .filter-dropdown-wrapper.type {
    width: 360px;
  }
  .filter-dropdown-list.w--open {
    left: 0px;
  }
  .filter-dropdown-list.pers {
    left: -90px;
  }
  .subfilter-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .checkbox-field-2._2.pers-info {
    width: 50%;
  }
  .filter-box-2 {
    width: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .subfilter-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .maid-results-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .maid-box {
    margin-right: 5px;
    margin-bottom: 20px;
    margin-left: 5px;
  }
  .div-block-350 {
    width: 84%;
  }
  .table-container {
    width: auto;
  }
  .modal-inner {
    margin-right: 40px;
    padding: 20px 0px 20px 20px;
  }
  .horizontal-scroll-wrapper {
    overflow: hidden;
    width: 100vw;
    margin-right: 24px;
  }
  .div-block-353 {
    width: 170px;
  }
  .div-block-353.bigger {
    width: 300px;
  }
  .scroll-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .table-rows {
    width: 650px;
  }
  .row-1 {
    width: 650px;
  }
  .centre-heading._1 {
    white-space: nowrap;
  }
  .close-block {
    top: -25px;
    right: 10px;
  }
  .modal {
    display: none;
  }
  .table-block {
    width: auto;
  }
  .div-block-5.bigger {
    width: 250px;
    padding-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-5._2 {
    width: 170px;
  }
  .button-8 {
    bottom: 0px;
  }
  .home-horizontal-scroll-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100vw;
    margin-right: 20px;
  }
  .home-scroll-section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .home-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: auto;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-container._1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slider-4 {
    display: none;
    width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
  .home-maids-box-container {
    overflow: hidden;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .slide-5 {
    overflow: hidden;
    width: 50%;
  }
  .div-block-359 {
    padding-bottom: 60px;
  }
  .tab-link-tab-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-style: solid;
    border-radius: 3px;
    text-align: center;
  }
  .tabs-menu {
    padding-top: 40px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .search-agency-filter-box._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .search-2 {
    margin-bottom: 15px;
  }
  .agency-box {
    width: 230px;
    margin-right: 5px;
    margin-bottom: 20px;
    margin-left: 5px;
  }
  .contact-wrapper {
    padding-bottom: 0px;
  }
  .hero-overlay-contact {
    padding: 40px 20px;
  }
  .form-block-contact {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 30px;
  }
  .contact-form-container {
    margin-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-361 {
    width: 100%;
  }
  .field-label-contact {
    margin-bottom: 0px;
  }
  .form-popup-box.enquiry {
    width: 33%;
    margin-bottom: 0px;
  }
  .div-block-363 {
    margin-bottom: 0px;
  }
  .div-block-364 {
    padding-bottom: 50px;
  }
  .popup-block {
    height: auto;
    padding-top: 30px;
  }
  .popup-block._2 {
    position: fixed;
    bottom: 0px;
  }
  .sign-up {
    margin-bottom: 0px;
  }
  .edit-button-box.staff {
    margin-top: 0px;
  }
  .shortlist {
    position: absolute;
    bottom: auto;
    height: auto;
    padding-top: 30px;
  }
  .shortlist-button {
    margin-top: 8px;
  }
  .maid-box-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .maid-img._2 {
    height: auto;
  }
  .edit-shortlist-popup {
    display: none;
    height: auto;
  }
  .edit-content-popup-wrap.staff {
    padding-top: 20px;
  }
  .edit-shortlist {
    top: auto;
  }
  .edit-shortlist._2 {
    width: 90%;
  }
  .delete-shortlist-popup {
    height: auto;
    padding-top: 30px;
  }
  .share {
    height: auto;
    padding-top: 30px;
  }
  .share-shortlist.share-2 {
    width: 90%;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .popup-div-line.share-2 {
    display: none;
  }
  .div-block-380.share-2 {
    width: 50%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .send-enquiry {
    height: auto;
    padding-top: 30px;
  }
  .send-enq-box {
    width: 450px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .send-enq-box.enquiry {
    width: 95%;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .form-4 {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .popup-buttons-box.enquiry {
    margin-top: 10px;
  }
  .textarea-copy {
    min-height: 90px;
  }
  .shortlist-button-box-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .visitor-settings {
    width: auto;
  }
  .heading-45-copy {
    position: static;
  }
  .h-gray-line {
    width: 100%;
  }
  .shortlist-buttons-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .agency-profile-par {
    width: auto;
  }
  .text-block-132 {
    width: auto;
  }
  .adv-block-left {
    display: none;
  }
  .big-adv-img {
    height: 300px;
  }
  .test-par {
    width: auto;
  }
  .settings-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-402 {
    width: auto;
    margin-bottom: 15px;
    padding-right: 0px;
  }
  .table-wrapper {
    overflow: hidden;
  }
  .table-row-1 {
    width: 740px;
  }
  .table-row-1.head {
    display: none;
    width: 650px;
  }
  .table-row-1.head.hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 740px;
  }
  .table-box.action {
    width: 48px;
  }
  .table-box.action._2 {
    width: 46px;
  }
  .scroll-table-content {
    margin-right: 33px;
  }
  .scroll-table-content.noscroll {
    overflow: scroll;
    height: 500px;
  }
  .scroll-table-wrapper {
    overflow: hidden;
    width: 100vw;
  }
  .scroll-table-wrapper.bio-2 {
    width: 1000vw;
  }
  .horizontal-table-wrapper {
    position: relative;
  }
  .table-scroll-container {
    position: relative;
    overflow: hidden;
  }
  .settings-popup {
    position: absolute;
    bottom: auto;
    height: auto;
    padding-top: 30px;
  }
  .criteria-popup {
    height: auto;
  }
  .criteria-block {
    top: auto;
  }
  .image-132 {
    height: auto;
  }
  .info-box {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .info-field {
    width: 100%;
    margin-left: 0px;
  }
  .maid-pro-img-copy {
    height: auto;
  }
  .div-block-253-copy {
    width: 100%;
  }
  .maid-img-box {
    width: 100%;
  }
  .info-field-copy {
    width: 100%;
  }
  .text-block-144 {
    white-space: nowrap;
  }
  .text-block-146.black {
    text-align: center;
  }
  .text-block-148 {
    width: 90%;
  }
  .div-block-423 {
    width: 90%;
  }
  .div-block-424 {
    width: 100%;
  }
  .div-block-425 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .image-134 {
    height: auto;
  }
  .div-block-431 {
    margin-top: 0px;
    padding-left: 20px;
  }
  .div-block-433 {
    padding-left: 20px;
  }
  .text-block-157 {
    margin-bottom: 6px;
  }
  .div-block-435 {
    margin-left: 0px;
  }
  .biodatas-tab {
    width: 90%;
  }
  .tabs-menu-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .biodata-tab-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .field-label-4.auto {
    width: 140px;
  }
  .field-label-4._1 {
    width: 110px;
  }
  .text-field-4 {
    width: 250px;
  }
  .text-field-4._2 {
    width: 206px;
  }
  .select-field-3 {
    width: 250px;
  }
  .select-field-3.staff {
    height: 32px;
  }
  .biodata-form-block {
    margin-right: 0px;
  }
  .textarea-3.biodata-form {
    width: 100%;
  }
  .div-block-444 {
    padding-left: 10px;
  }
  .div-block-446 {
    padding: 20px 10px;
  }
  .table-wrapper-saved-shortlists {
    overflow: hidden;
  }
  .table-wrapper-biodata {
    overflow: hidden;
  }
  .manage-bio-2 {
    max-width: none;
  }
  .enquiry-block {
    right: 0px;
    bottom: 0px;
    display: none;
    max-width: none;
  }
  .form-field-wrapper-enq {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .textarea-4 {
    min-height: 125px;
  }
  .heading-45-copy {
    position: static;
    margin-bottom: 12px;
  }
  .button-15 {
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .update-contact-details {
    display: none;
    height: auto;
    padding-top: 30px;
  }
  .enq-view {
    margin-right: 15px;
  }
  .div-block-431-copy {
    margin-top: 2px;
  }
  .edit-staff-setting {
    height: auto;
  }
  .edit-staff {
    top: auto;
    width: 90%;
    padding-bottom: 0px;
  }
  .div-block-461 {
    width: 45%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .field-label-5._2 {
    margin-left: 0px;
  }
  .text-field-5 {
    width: auto;
    height: 32px;
  }
  .div-block-462 {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-462._2 {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .checkbox-field-4 {
    width: 45%;
    margin-right: 20px;
    margin-bottom: 10px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .disable-staff {
    height: auto;
  }
  .disable-staff-box {
    top: auto;
    width: 90%;
  }
  .mass-update-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mass-update-text-area {
    width: 100%;
    min-height: 100px;
  }
  .mass-update-text-area._2 {
    width: 100%;
    min-height: 200px;
  }
  .div-block-463 {
    width: 100%;
    margin-right: 0px;
  }
  .div-block-468 {
    width: 45%;
  }
  .wapp {
    height: auto;
    padding-top: 30px;
  }
  .div-block-470 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-471 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 165px !important;
  }
  .columns-wrapper._1 {
    margin-top: 0px;
  }
  .content-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-block.horizontal {
    margin-right: 0px;
    margin-left: 0px;
  }
  .w_col-2 {
    width: auto;
  }
  .profile-img-box {
    width: 80px;
    height: 80px;
  }
  .profile-img {
    width: 100%;
    height: 100%;
  }
  .agency-name {
    margin-top: 0px;
  }
  .agency-name.maid-profile {
    margin-top: 20px;
  }
  .profile-img-block {
    overflow: scroll;
  }
  .profile-img-block._1 {
    padding-top: 25px;
    padding-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .agency-profile-sections-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .bkg-img-box {
    width: auto;
  }
  .bkg-img {
    width: 100%;
  }
  .awards-img {
    height: 90px;
  }
  .mask {
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .awards-links {
    margin-right: 0px;
  }
  .div-block-40 {
    margin-left: 0px;
  }
  .div-block-41 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .dropdown {
    width: 260px;
  }
  .icon-7 {
    display: none;
  }
  .agency-profile-par-box.services {
    margin-bottom: 35px;
    padding-right: 0px;
  }
  .action-buttons-box._2 {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .action-button {
    width: 48%;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .agency-profile-box-3 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-244 {
    margin-top: 15px;
  }
  .agency-profile-box-4 {
    width: 70%;
    margin-left: 15px;
  }
  .text-block-96 {
    white-space: nowrap;
  }
  .text-block-97 {
    white-space: nowrap;
  }
  .edit-bkg-button {
    right: 5%;
  }
  .edit-bkg-button._2 {
    right: 27%;
  }
  .nav-container {
    padding-right: 10px;
    padding-left: 0px;
  }
  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
  }
  .nav-menu {
    margin-top: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }
  .find-a-maid.logged-in {
    width: auto;
    margin-left: 18px;
    padding: 6px 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    text-align: center;
  }
  .div-block-249._2 {
    width: auto;
    padding-bottom: 0px;
  }
  .menu-button {
    z-index: 999;
  }
  .menu-button.w--open {
    background-color: rgba(218, 111, 33, 0.6);
  }
  .div-block-250 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-250._2-copy {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-251 {
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #ececec;
  }
  .div-block-255 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .details-block {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block-258 {
    width: 49%;
  }
  .div-block-258._1 {
    width: 50%;
  }
  .maid-pro-img {
    width: auto;
    height: auto;
  }
  .social-buttons-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .link-block-5 {
    width: auto;
  }
  .link-block-5.list-button {
    margin-top: 10px;
  }
  .image-87 {
    margin-right: 0px;
  }
  .text-block-102 {
    display: none;
  }
  .text-block-102._2 {
    display: block;
  }
  .text-block-102._2-copy {
    display: block;
  }
  .div-block-78 {
    padding-right: 0px;
  }
  .div-block-268 {
    margin-right: 0px;
  }
  .div-block-269 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-269._1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-270._2 {
    margin-left: 0px;
  }
  .text-block-103._1 {
    margin-left: 0px;
  }
  .div-block-272 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .info-text {
    margin-bottom: 10px;
  }
  .column-2-wrapper {
    width: 100%;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-logo-link {
    height: 60px;
  }
  .footer-heading {
    margin-top: 20px;
  }
  .text-block-109 {
    text-align: center;
  }
  .centered-container {
    text-align: left;
  }
  .heading-20 {
    text-align: center;
  }
  .paragraph-2 {
    text-align: center;
  }
  .search {
    width: 100%;
  }
  .search._2 {
    width: 100%;
    max-width: 380px;
  }
  .search.saved-shortlists {
    width: 100%;
    max-width: 380px;
  }
  .search-input {
    width: 100%;
  }
  .home-content-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home-content-wrapper._2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home-img._2 {
    width: 250px;
  }
  .welcome-box._1 {
    width: 300px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .home-maid-box {
    margin-bottom: 20px;
  }
  .heading-22 {
    text-align: center;
  }
  .div-block-294 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .slide-3 {
    height: auto;
  }
  .slider-3 {
    height: auto;
  }
  .div-block-253-copy-copy-2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-233-copy-2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .right-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .left-arrow {
    width: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-box {
    width: auto;
    margin-top: 0%;
  }
  .form-button {
    margin-top: 20px;
  }
  .form-button.registration {
    margin-top: 10px;
  }
  .form-button.enquiry {
    margin-top: 10px;
    font-weight: 500;
  }
  .text-block-8 {
    white-space: nowrap;
  }
  .heading-45 {
    position: static;
    line-height: 140%;
  }
  .text-field-box {
    width: 100%;
  }
  .text-field-box.enquiry.message {
    width: 100%;
  }
  .form-field-wrapper {
    margin-bottom: 0px;
  }
  .div-block-6-copy {
    width: 100%;
  }
  .form-wrapper {
    padding: 20px 10px;
  }
  .social-login {
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
  }
  .link-3 {
    white-space: nowrap;
  }
  .social-box {
    margin-bottom: 0%;
  }
  .centered-container-about {
    text-align: left;
  }
  .div-block-327._2 {
    padding-right: 0px;
  }
  .heading-about {
    text-align: center;
  }
  .accordion-item-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .filter-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .filters-container {
    width: 100%;
    max-width: 350.3999938964844px;
    margin-top: 8px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .filter-name {
    font-size: 12px;
  }
  .filter-dropdown {
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .filter-dropdown-wrapper {
    position: relative;
    width: auto;
  }
  .filter-dropdown-wrapper.pers-info {
    left: -236px;
    width: 280px;
  }
  .filter-dropdown-wrapper.skills {
    left: 0px;
    width: auto;
    min-width: 320px;
  }
  .filter-dropdown-wrapper.lang {
    left: -45px;
    width: 320px;
  }
  .filter-dropdown-wrapper.work {
    left: -94px;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .filter-dropdown-wrapper.fees {
    width: 100%;
  }
  .filter-dropdown-wrapper.type {
    left: -97px;
    width: 280px;
    background-color: #fff;
  }
  .filter-dropdown-list {
    background-color: transparent;
  }
  .filter-dropdown-list.w--open {
    left: auto;
    background-color: transparent;
  }
  .filter-dropdown-list.skills {
    left: auto;
  }
  .filter-action-box {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .link-26 {
    font-size: 13px;
  }
  .checkbox-filter._2 {
    right: 28px;
  }
  .checkbox-label-2 {
    white-space: normal;
  }
  .form-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .form-2.work {
    padding-right: 0px;
  }
  .filter-box-2 {
    width: 300px;
  }
  .maid-results-container {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .maid-box {
    width: 48%;
    max-width: 200px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .maid-box.visitor {
    max-width: 172px;
    margin-right: 0px;
  }
  .search-maid-img {
    width: 100%;
    max-width: 200px;
  }
  .maid-box-link {
    width: 100%;
  }
  .div-block-349 {
    margin-left: 10px;
  }
  .text-block-119 {
    margin-right: 0px;
  }
  .modal-inner {
    padding-top: 0px;
  }
  .horizontal-scroll-wrapper {
    width: 100vw;
  }
  .div-block-353.bigger {
    width: 250px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .table-rows {
    width: 650px;
  }
  .table-rows._2 {
    width: 650px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .row-1 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .row-1.t2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .modal-wrap {
    padding-bottom: 40px;
  }
  .close-block {
    top: 2px;
    right: -20px;
    width: 30px;
    height: 30px;
  }
  .div-block-5.bigger {
    padding-right: 10px;
  }
  .div-block-5._2 {
    width: 190px;
  }
  .div-block-5._2.t2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-114 {
    border-radius: 50px;
  }
  .button-8 {
    bottom: 0px;
  }
  .bottom-banner-img {
    height: 90px;
  }
  .home-container._1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tab-link-tab-2 {
    width: 90%;
    height: auto;
    max-width: none;
    margin-bottom: 5px;
  }
  .tab-link-tab-2.w--current {
    height: auto;
  }
  .tab-container {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .tab-container._1 {
    padding-left: 8px;
  }
  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .search-agency-filter-box {
    width: 300px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search-agency-filter-box._2 {
    width: auto;
  }
  .search-agency-filter {
    margin-right: 12px;
    margin-bottom: 15px;
    margin-left: 12px;
  }
  .search-input-2 {
    width: 300px;
  }
  .agency-box {
    width: 48%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .agency-box.visitor {
    width: 49%;
  }
  .agency-shortlist-img {
    width: 100%;
    height: 200px;
  }
  .form-block-contact {
    padding-right: 25px;
    padding-left: 25px;
  }
  .text-field-3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .form-popup-box {
    width: 100%;
  }
  .form-popup-box.enquiry {
    width: auto;
  }
  .agency-boxes {
    padding-top: 12px;
    padding-bottom: 13px;
  }
  .link-32 {
    font-size: 14px;
  }
  .popup-block {
    height: auto;
    padding-top: 20px;
  }
  .sign-up {
    display: none;
  }
  .shortlist-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .agency-shortlist-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .shortlist-head-box {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button-9 {
    text-align: center;
  }
  .button-9:hover {
    text-align: center;
  }
  .heading-50 {
    font-size: 20px;
  }
  .text-field-box-copy {
    width: 100%;
  }
  .shortlist {
    height: auto;
    padding-top: 20px;
  }
  .shortlist-details-wrapper {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .shortlist-button {
    margin-top: 15px;
  }
  .button-12 {
    margin-right: 15px;
    margin-left: 0px;
  }
  .tab-link-tab-2-2 {
    margin-top: 15px;
    margin-left: 0px;
    text-align: center;
  }
  .tab-link-tab-1.w--current {
    text-align: center;
  }
  .maid-box-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .maid-box-wrapper._2 {
    margin-right: auto;
    margin-left: auto;
  }
  .criteria.visitor {
    width: 160px;
  }
  .maid-img {
    width: 100%;
    max-width: 200px;
  }
  .maid-img._2 {
    width: 100%;
    max-width: 175px;
  }
  .edit-shortlist-popup {
    display: none;
    height: auto;
    padding-top: 20px;
  }
  .edit-shortlist {
    width: 90%;
  }
  .delete-shortlist-popup {
    display: none;
    height: auto;
    padding-top: 20px;
  }
  .share {
    height: auto;
    padding-top: 20px;
  }
  .share-shortlist {
    width: 90%;
  }
  .share-shortlist.share-2 {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .div-block-380.share-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .send-enquiry {
    height: auto;
    padding-top: 20px;
  }
  .send-enq-box {
    width: 90%;
    max-width: 450px;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .send-enq-box.enquiry {
    padding-top: 20px;
  }
  .form-4 {
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .textarea-copy {
    min-height: 100px;
  }
  .visitor-settings {
    padding: 20px 10px;
  }
  .heading-45-copy {
    position: static;
    line-height: 140%;
  }
  .text-field-box-copy {
    width: 100%;
  }
  .shortlist-buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-388 {
    right: -12px;
  }
  .select-field {
    width: 120px;
  }
  .adv-block-right {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .adv-link-left {
    width: 50%;
  }
  .adv-link-right {
    width: 33%;
    padding-right: 0px;
  }
  .filter-container {
    margin-left: 0px;
  }
  .agency-pro-content-box {
    padding-right: 10px;
    padding-left: 10px;
  }
  .test-img-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-394 {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .agency-news-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .agency-news-block.news {
    padding-left: 0px;
  }
  .div-block-403 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image-130 {
    margin-bottom: 10px;
  }
  .image-131 {
    margin-bottom: 10px;
  }
  .image-130-copy {
    margin-bottom: 10px;
  }
  .scroll-table-content {
    margin-right: 30px;
  }
  .table-details-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-block-139 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    text-align: center;
  }
  .div-block-412 {
    margin-bottom: 15px;
  }
  .settings-popup {
    height: auto;
    padding-top: 20px;
  }
  .criteria-popup {
    height: auto;
    padding-top: 20px;
  }
  .criteria-block {
    width: 90%;
  }
  .image-132 {
    height: auto;
  }
  .info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .info-field {
    margin-left: 0px;
  }
  .maid-pro-img-copy {
    width: auto;
    height: auto;
  }
  .maid-pro-content-box {
    position: relative;
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-maid-pro {
    margin-right: 0px;
  }
  .info-field-copy {
    margin-left: 24px;
  }
  .info-box-copy {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-416 {
    margin-left: 0px;
  }
  .info-box-copy-copy {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-422 {
    width: 30%;
  }
  .div-block-422-copy {
    width: 70%;
  }
  .div-block-423 {
    width: 100%;
  }
  .div-block-426 {
    width: 90%;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .div-block-429 {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-431 {
    padding-top: 10px;
    padding-left: 10px;
  }
  .div-block-433 {
    width: 100%;
    margin-right: 0px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-block-157 {
    margin-right: 10px;
  }
  .div-block-434 {
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-435 {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
  .accordion-remark {
    padding-right: 10px;
    padding-left: 10px;
  }
  .biodatas-tab {
    width: 90%;
  }
  .tabs-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-438 {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .field-label-4 {
    text-align: left;
  }
  .field-label-4.bio-2 {
    width: auto;
  }
  .text-field-4 {
    width: 280px;
  }
  .text-field-4._2 {
    width: 200px;
  }
  .select-field-3 {
    width: 280px;
  }
  .select-field-3.staff {
    width: 240px;
  }
  .biodata-form-block {
    margin-bottom: 20px;
  }
  .div-block-438-copy {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-444 {
    padding-left: 10px;
  }
  .div-block-445 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-445._2 {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-447-copy {
    margin-top: 8px;
  }
  .manage-bio-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .enquiry-block {
    bottom: 0px;
  }
  .enq-form-box {
    width: auto;
    margin-top: 0%;
  }
  .form-field-wrapper-enq {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .textarea-4 {
    min-height: 120px;
    margin-bottom: 0px;
  }
  .heading-45-copy {
    position: static;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 130%;
  }
  .button-15 {
    margin-bottom: 10px;
  }
  .update-contact-details {
    display: none;
    height: auto;
    padding-top: 20px;
  }
  .enq-view {
    width: 49%;
    max-width: 189.3249969482422px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .edit-field {
    margin-left: 0px;
  }
  .edit-field._2 {
    margin-left: 0px;
  }
  .edit-news-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .edit-staff-setting {
    height: auto;
    padding-top: 20px;
  }
  .edit-staff {
    width: 90%;
    max-width: 288px;
  }
  .div-block-461 {
    width: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .field-label-5 {
    margin-bottom: 6px;
  }
  .field-label-5._2 {
    width: 80px;
  }
  .text-field-5 {
    width: 240px;
  }
  .div-block-462._2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .checkbox-field-4 {
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .disable-staff {
    height: auto;
    padding-top: 20px;
  }
  .disable-staff-box {
    width: 90%;
  }
  .mass-update-block {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .text-block-164 {
    width: 100%;
  }
  .div-block-468 {
    width: 100%;
  }
  .div-block-469 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cta-mobile {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
  }
  .cta-mobile-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(144, 148, 156, 0.5);
    color: #da6f21;
    text-decoration: none;
  }
  .cta-mobile-box._1 {
    border-right: 1px solid rgba(144, 148, 156, 0.5);
    color: #4caf50;
    text-decoration: none;
  }
  .wapp {
    height: auto;
    padding-top: 20px;
  }
  .wapp-popup {
    width: 90%;
  }
  .div-block-470 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .div-block-471 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}








.box_img_avatar > img{width: 55px;
height: 55px;
border-radius: 100px !important;}

.col-4.box_img_avatar{padding-right:10px !important;}
.log-in.mobile{color:#90949c !important;font-weight:500 !important;}
.scroll-home::-webkit-scrollbar{display:none;}
.scroll-home{-ms-overflow-style: none;}
#login-modal {max-width:95vw !important;width:600px !important;z-index:9999 !important;}
#register-modal{max-width:95vw !important;width:600px !important;z-index:9999 !important;}
.iziModal-navigate{display:none !important;}
.button-8:hover {color:white !important;text-shadow: 1px 1px black;}
.button-15:hover {color:white !important;text-shadow: 1px 1px black;}
@media(max-width:768px){.con_filters .item_filters .main_box_style ul.main_con_search li .carSearch .tit_min{margin-bottom:5px;margin-right:5px;}}
@media(min-width:992px){.col-lg-3{flex: 0 0 16% !important;}}
.enquiry-block, .button-8{z-index:999 !important;}
.btn.btn-trpar{padding:8px 8px !important;}
#divSkillsModalBodyContainer, #divEmploymentModalBodyContainer{padding:0px !important;}
.btn_bdwhite.show-shortlist>a>span{    position: absolute !important;
    display: block !important;
   
    padding: 10px 30px !important;
    border-radius: 5px !important;
    font-weight: bold !important;
    color: #fff !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%,-50%) !important;
}



