/* Header */
.mo-header .header-container {
  width: 100%;
}
.mo-header .header-container nav.elementor-nav-menu--main ul {
  justify-content: unset;
  margin: auto;
  width: 100%;
}
.mo-header .header-container nav.elementor-nav-menu--main ul li.header-menu {
  flex: 1 0 auto;
}
.mo-header
  .header-container
  nav.elementor-nav-menu--main
  ul
  li.header-menu
  > a {
  margin: 0;
}
.mo-header .header-container nav.elementor-nav-menu--main ul li.header-logo {
  position: relative;
  width: 367px;
  flex: 0 0 33%;
}
.mo-header .header-container > .elementor-widget-container {
  justify-content: center;
}
.mo-header
  .header-container
  nav.elementor-nav-menu--main
  ul
  li.header-logo
  > a {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 367px;
  height: 238.5px;
  margin: 0;
  padding: 0;
}
.mo-header
  .header-container
  nav.elementor-nav-menu--main
  ul
  li.header-menu:nth-last-child(1)
  > a,
.mo-header
  .header-container
  nav.elementor-nav-menu--main
  ul
  li.header-menu:nth-last-child(2)
  > a {
  justify-content: end;
}
/* Home Page - Contact Form */
.mo-contact-form .gform_fields {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
}
.mo-contact-form .gform_fields > fieldset,
.mo-contact-form .gform_fields > .gfield--type-textarea {
  flex: 0 0 100%;
}
.mo-contact-form .gform_fields > .gfield--type-email,
.mo-contact-form .gform_fields > .gfield--type-phone {
  flex: 0 0 49%;
}
.mo-contact-form .gform-field-label--type-sub {
  display: none !important;
}
.mo-contact-form legend,
.mo-contact-form label {
  display: none !important;
}
.mo-contact-form .gform-body input,
.mo-contact-form .gform-body textarea,
.mo-contact-form .gform-body select {
  background: transparent !important;
  box-shadow: 0 0 0 !important;
  border-radius: 35px !important;
  border: 1px solid #f5f5f5 !important;
  color: #fff !important;
  padding: 25px 10px 27px 40px !important;
  font-family: "Open Sans" !important;
  font-size: 22px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
}
.mo-contact-form .gform-body textarea {
  height: 128px !important;
  min-height: 128px !important;
  max-height: 128px !important;
  -ms-overflow-style: none;
  scrollbar-color: transparent transparent;
  resize: none;
}
.mo-contact-form .gform-body textarea::-webkit-scrollbar {
  display: none;
}
.mo-contact-form .gform-body textarea::-moz-scrollbar {
  display: none;
}
.mo-contact-form .gform-body ::placeholder {
  color: #fff;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  top: 2px;
}
.mo-contact-form .gform-body fieldset .ginput_complex {
  column-gap: 10px;
}
.mo-contact-form .gform_footer {
  justify-content: end;
}
.mo-contact-form .gform_footer input[type="submit"] {
  border-radius: 35px !important;
  border: 3px solid #fff !important;
  background: #b13627 !important;
  padding: 13px 32.5px !important;
  color: #fff !important;
  text-align: center !important;
  font-family: "Open Sans" !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  text-transform: uppercase !important;
}
.mo-contact-form .gform_footer input[type="submit"]:hover {
  border: 3px solid #b13627 !important;
  background: #fff !important;
  color: #b13627 !important;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
/* Contact form - validation */
.gform_validation_errors {
  background: transparent !important;
  box-shadow: 0 0 0 !important;
  border: 0 !important;
  padding: 0 0 !important;
}
.gform_validation_errors h2 {
  justify-content: center !important;
}
.gform_confirmation_wrapper,
.gform_confirmation_message {
  text-align: center;
  color: #fff !important;
}
/* Sellers Section */
.selling-property .elementor-tabs-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  column-gap: 221px;
}
.selling-property .elementor-tabs-wrapper::before {
  content: "";
  position: absolute;
  border-top: 3px solid #fff;
  width: 100%;
  height: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
}
.selling-property .elementor-tabs-wrapper .elementor-tab-title {
  border-radius: 35px !important;
  border: 3px solid #fff !important;
  padding: 15px 35px !important;
  z-index: 9;
  text-align: center;
}
.selling-property
  .elementor-tabs-wrapper .elementor-tab-title.elementor-active +
  .elementor-tab-title {
  background: #0e4622 !important;
}
.selling-property
  .elementor-tabs-wrapper .elementor-tab-title  {
  background: #6caeb3 !important;
}
.selling-property .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active,
.selling-property .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:hover {
  background: #b13627 !important;
}
.btn-slash-red a {
  position: relative;
  padding-right: 45px !important;
}
.btn-slash-red a::after {
  content: "///";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translate(-50%, -50%);
  color: #b13627;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.btn-slash-red a:hover::after {
  color: #0e4622 !important;
}
.title-slash-khaki .elementor-heading-title {
  position: relative;
  /*     padding: 0 70px; */
  display: inline-block;
}
/* .title-slash-khaki .elementor-heading-title::before,
.title-slash-khaki .elementor-heading-title::after {
    content: '///';
    position: absolute;
    left: 20px;
    top: 40%;
    transform: translate(-50%, -50%);
    color: #C5C0A1;
    text-align: center;
    font-family: Helvetica;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.title-slash-khaki .elementor-heading-title::before {
    transform: translate(-50%, -50%) rotateY(180deg);
}
.title-slash-khaki .elementor-heading-title::after{
    right: -10px;
    left: auto;
} */
.title-slash-blue .elementor-heading-title {
  position: relative;
  padding: 0 70px;
  display: inline-block;
}
.title-slash-blue .elementor-heading-title::before,
.title-slash-blue .elementor-heading-title::after {
  content: "///";
  position: absolute;
  left: 0;
  top: 0;
  color: #81c7cc;
  text-align: center;
  font-family: Helvetica;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.title-slash-blue .elementor-heading-title::before {
  transform: rotateY(180deg);
}
.title-slash-blue .elementor-heading-title::after {
  right: 0;
  left: auto;
}
/* Footer */
.mo-footer .elementor-heading-title a:hover {
  color: #b13627 !important;
}
/* Home Page */
.title-khaki {
  color: #c5c0a1;
  text-align: center;
  font-family: Helvetica;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.title-khaki.mo-span-left {
  padding-right: 25px;
}
.title-khaki.mo-span-right {
  padding-left: 25px;
}
/* Buyers & Sellers Page */
.buyers-sellers-container .button-container > .e-con-inner {
  position: relative;
}
.buyers-sellers-container .button-container > .e-con-inner::before {
  content: "";
  position: absolute;
  border-top: 3px solid #fff;
  width: 100%;
  height: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
}
/* Common list styles */
ul.mo-about-list {
  position: relative;
  list-style: none;
  padding-left: 30px;
}
.mo-about-list li {
  position: relative;
  color: #58888c;
  font-family: Bookmania;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 140.625% */
  text-align: left;
}
.mo-about-list li::before {
  content: "";
  position: absolute;
  top: 40%;
  left: -25px;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #b13627;
}
/* About Page styles */
#mo-meet-team ul.mo-about-list {
  padding: 0;
}
#mo-meet-team ul.mo-about-list li::before {
  display: none;
}
.about-iconbox .elementor-widget-icon-box .elementor-icon-box-title {
  margin: 0 !important;
}
.about-iconbox .elementor-widget-icon-box .elementor-icon-box-wrapper {
  align-items: flex-end !important;
}
.about-iconbox
  .elementor-widget-icon-box
  .elementor-icon-box-wrapper
  .elementor-icon-box-content {
  position: relative;
  top: 7px;
}
/* Appraisal Page */
.mo-contact-form.mo-appraisals .gform_fields > .gfield--type-email,
.mo-contact-form.mo-appraisals .gform_fields > .gfield--type-phone,
.mo-contact-form.mo-appraisals .gform_fields > .gfield--type-select {
  flex: 0 0 100%;
}
.mo-contact-form.mo-appraisals .gform-body select {
  padding: 10px 36px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  height: 53px;
  background: url(/wp-content/uploads/2024/05/Form_Select_Arrow.svg) no-repeat
    95% !important;
}
.mo-contact-form.mo-appraisals .gform-body select * {
  background: #194245 !important;
}
.mo-contact-form.mo-appraisals .gform-body textarea {
  height: 208px !important;
  min-height: 208px !important;
  max-height: 208px !important;
}
.mo-contact-form.mo-appraisals .gform_footer {
  margin-top: 15px !important;
  justify-content: start;
}
.mo-about-list.mo-appraisal-list li {
  color: #fff;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
.mo-about-list.mo-appraisal-list li::before {
  top: 22px;
}
.mo-whoweare {
  background: linear-gradient(
    0deg,
    rgba(197, 192, 161, 0.3) 0%,
    rgba(217, 217, 217, 0.1) 92.08%
  );
}

.about-iconbox a:hover {
  color: #b13627 !important;
}
.appraisal-form-section {
  outline: 3px solid #fff;
  outline-offset: -15px;
}
.mo-career {
  background: linear-gradient(
    0deg,
    rgba(197, 192, 161, 0.3) 0%,
    rgba(217, 217, 217, 0.58) 92.08%
  );
}

.title-khaki.mo-span-left.appraisal-title {
  padding-right: 0px;
}
.title-khaki.mo-span-right.appraisal-title {
  padding-left: 0px;
}
