.imagesmidviewcity-icon {
  height: auto;
  width: 41.667vw;
  position: relative;
  border-radius: 33.6px;
  object-fit: cover;
}
.text275,
.text276 {
  align-self: stretch;
  position: relative;
}
.text276 {
  font-size: var(--font-size-21xl);
}
.informationlocation,
.location {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.location {
  gap: 2.292vw;
  font-size: var(--font-size-11xl);
}
.informationlocation {
  align-self: stretch;
  gap: 5vw;
}
.text280 {
  align-self: stretch;
  position: relative;
  font-size: var(--font-size-11xl);
}
.contactdetails {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  gap: 4.167vw;
}
.contactdetails,
.contactusbody,
.information {
  display: flex;
  align-items: flex-start;
}
.information {
  width: 31.25vw;
  flex-direction: column;
  justify-content: flex-start;
  gap: 11.302vw;
}
.contactusbody {
  align-self: stretch;
  background-color: var(--fixics-white);
  overflow: hidden;
  flex-direction: row;
  justify-content: space-between;
  padding: 6.25vw;
  font-size: var(--font-size-51xl);
}
.textheaderlinkshome12 {
  position: relative;
  cursor: pointer;
}
.headerlinks12 {
  width: 900px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--gap-29xl);
  z-index: 0;
}
.hamburger-menu-icon12 {
  width: 160px;
  position: relative;
  height: 120px;
  display: none;
  z-index: 1;
}
.fixicslogo-default-icon11,
.fixicslogo-white-icon12 {
  height: auto;
  width: 8.75vw;
  position: absolute;
  margin: 0 !important;
  left: 6.25vw;
  object-fit: cover;
}
.fixicslogo-default-icon11 {
  top: 0;
  z-index: 2;
}
.fixicslogo-white-icon12 {
  bottom: 0;
  display: none;
  z-index: 3;
}
.header12 {
  width: 100%;
  height: 8.75vw;
  margin: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--fixics-white);
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 var(--padding-101xl);
  box-sizing: border-box;
  z-index: 10;
  color: var(--fixics-black);
}
.imagesfooterfixicslogowhite-icon12 {
  width: 11.979vw;
  height: auto;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  object-fit: cover;
}
.text281 {
  align-self: stretch;
  position: relative;
  display: inline-block;
  height: auto;
}
.text-group46 {
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.083vw;
}
.textdiv13,
.textitem-home12 {
  align-self: stretch;
  position: relative;
  display: inline-block;
  height: auto;
}
.textdiv13 {
  font-size: var(--font-size-21xl);
  color: var(--fixics-white);
}
.textitem-home12 {
  cursor: pointer;
}
.text-group47 {
  width: 160px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-xl);
}
.facebookbutton-icon12,
.linkedinbutton-icon12 {
  height: auto;
  width: 3.125vw;
  position: relative;
  border-radius: var(--br-11xl);
  object-fit: cover;
  cursor: pointer;
}
.footersocialmedialinks12,
.socialmediaiconframe12 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: var(--gap-xl);
}
.footersocialmedialinks12 {
  width: 300px;
  flex-direction: column;
  font-size: var(--font-size-21xl);
  color: var(--fixics-white);
}
.footertop12 {
  align-self: stretch;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 3.125vw 6.25vw;
  gap: 6.25vw;
}
.text285 {
  position: relative;
}
.footerbottom12 {
  align-self: stretch;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: var(--padding-xl) var(--padding-21xl);
  gap: var(--gap-3xs);
  font-size: var(--font-size-xl);
  color: var(--fixics-white);
}
.contact-us-page,
.footerdefault12 {
  width: 100%;
  background-color: var(--fixics-grey);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: var(--color-lightgray-100);
}
.contact-us-page {
  position: relative;
  background-color: var(--fixics-white);
  overflow: hidden;
  align-items: center;
  padding: var(--padding-149xl) 0 0;
  box-sizing: border-box;
  padding-top: 8.75vw;
  text-align: left;
  font-size: var(--font-size-11xl);
  color: var(--color-gray-100);
  font-family: var(--font-gill-sans-mt);
}
@media screen and (max-width: 1200px) {
  .imagesmidviewcity-icon {
    width: 100%;
    height: auto;
  }
  .information {
    gap: 11.302vw;
    width: 100%;
  }
  .contactusbody {
    flex-direction: column;
  }
  .headerlinks12 {
    display: none;
  }
  .hamburger-menu-icon12 {
    display: flex;
    width: 6.667vw;
    height: 5vw;
  }
  .fixicslogo-default-icon11 {
    display: none;
    width: 16.667vw;
    height: auto;
    left: 6.25vw;
  }
  .fixicslogo-white-icon12 {
    display: flex;
    width: 16.667vw;
    height: auto;
    left: 6.25vw;
  }
  .header12 {
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    position: fixed;
    z-index: 10;
    height: 16.667vw;
    padding: 0 6.667vw;
    background-color: var(--color-dimgray-100);
  }
  .imagesfooterfixicslogowhite-icon12 {
    width: 40vw;
    height: auto;
  }
  .text-group46 {
    align-items: center;
    justify-content: flex-start;
    gap: 3.333vw;
    width: 100%;
  }
  .text-group47 {
    width: 100%;
  }
  .facebookbutton-icon12,
  .linkedinbutton-icon12 {
    height: auto;
    width: 6.5vw;
  }
  .footersocialmedialinks12 {
    width: 100%;
  }
  .footertop12 {
    flex-direction: column;
  }
  .footerbottom12,
  .footertop12 {
    align-items: center;
    justify-content: center;
  }
  .contact-us-page {
    padding-top: 16.667vw;
  }
}
.textheaderlinkshome13 {
  position: relative;
  cursor: pointer;
}
.mobile-navbar-child {
  align-self: stretch;
  position: relative;
  background-color: var(--color-gainsboro-200);
  height: 1px;
}
.mobile-navbar {
  width: 80vw;
  position: absolute;
  border-radius: 25px;
  background-color: #707070;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: var(--padding-11xl);
  box-sizing: border-box;
  gap: 15px;
  top: 12.667vw;
  right: 6.667vw;
  max-width: 90%;
  max-height: 90%;
  text-align: left;
  font-size: var(--font-size-31xl);
  color: var(--fixics-white);
  font-family: var(--font-gill-sans-mt);
}
