html body {
  background-attachment: initial !important;
  background-size: auto !important;
  background-position: top center !important;
}
.canvas path {
  stroke: #294e82 !important;
  stroke-width: 0.6px !important;
}
.w-100,
.w-100 img {
  width: 100%;
}
#map_inner > div > svg text tspan {
  display: none !important;
}
.main-header ul.awb-menu__main-ul > li > a {
  position: relative;
  font-weight: 600;
}

.main-header ul.awb-menu__main-ul > li {
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
}
.awb-menu_row.awb-menu_em-hover .awb-menu__main-li:hover:before {
  content: " ";
  position: absolute;
  bottom: calc(0px - var(--awb-submenu-space));
  width: 100%;
  height: var(--awb-submenu-space);
  background: 0 0;
  z-index: 30;
}
.main-header ul.awb-menu__main-ul > li:first-child {
  padding-left: 0;
}

.main-header ul.awb-menu__main-ul > li:after {
  position: absolute;
  content: "";
  background: #3772b5;
  width: 2px;
  height: 20px;
  top: 50%;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-header ul.awb-menu__main-ul > li:last-child:after {
  display: none;
}

.main-header ul.awb-menu__main-ul > li.contact-btn {
  width: 155px;
  background: url("/wp-content/uploads/2025/11/contact-us.png") no-repeat center
    center;
  background-size: contain;
  margin-left: 20px;
}

.fusion-footer p {
  margin: 0;
}

.fusion-footer a {
  margin: 0 5px;
}

.red-box {
  background: #872434;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px;
}
img.greetings {
  float: left;
  margin: 0 15px 15px 0;
  padding: 3px;
}
.red-box a,
.light-link a {
  color: #fff;
}
.yellow-link a {
  color: #dee056;
}
.yellow-link a:hover {
  color: #fff;
}
.light-link a:hover {
  color: #478ae7;
}
.red-box p {
  margin: 0;
}

.red-box h4 {
  color: #fff;
  margin: 0 0 10px 0;
  font-size: 18px;
}

#map_inner > div > a {
  text-indent: -999999px;
}
.search-blue-box {
  margin-left: auto;
  text-align: right;
  width: 250px;
  background-color: #234573;
  padding: 10px 20px 20px 20px;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
}
.search-blue-box .location-form h4 {
  text-align: left;
  margin: 10px 0 10px 0;
  font-size: 18px;
  color: #fff;
}
.search-blue-box form select,
.search-blue-box form input[type="text"] {
  display: block;
  width: 100%;
  font-size: 14px;
  height: auto;
  padding: 10px;
  margin: 6px 0;
  border-radius: 5px;
  cursor: pointer;
}
.location-form form {
  color: #fff;
}
body #main .contact-form {
  color: #fff;
}
body #main .contact-form label {
  margin-bottom: 5px;
}
body #main .contact-form form input,
body #main .contact-form form select,
body #main .contact-form form textarea {
  height: auto;
  padding: 10px 15px;
  border-radius: 5px;
  margin: 3px 0 10px 0;
  width: 100%;
}
body #main .contact-form form textarea {
  height: 75px;
  resize: none;
}
.location-form form input[type="submit"],
body #main .contact-form form input[type="submit"] {
  background-color: #0e2b55;
  color: #d0e4fd;
  border: 2px solid #4c6b96;
  padding: 11px 30px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-transform: none;
  border-radius: 5px;
  width: 100%;
  margin-top: 5px;
}
.location-form form input[type="submit"]:hover,
body #main .contact-form form input[type="submit"]:hover {
  background-color: #0d2445;
  border-color: #7091bc;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  padding: 12px;
  font-size: 12px;
}
body #main .select-arrow {
  border: none;
  outline: none;
  height: inherit !important;
  border-radius: unset;
  background: transparent;
  top: 5px;
}
.searched-results {
  font-size: 18px;
  color: #fff8c8;
  margin-top: 10px;
  width: 100%;
  border-bottom: 1px solid #294e82;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-bottom: 20px;
  /*  text-transform: uppercase;*/
}
.location-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #fff;
  font-size: 14px;
}
.location-list h4 {
  margin: 0 0 10px 0;
  font-size: 14px !important;
  min-height: 33px;
}
.location-list h4 > a {
  color: #478ae7;
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}
.location-list h4 > a:hover {
  color: #fff;
}
.location-list > .col {
  padding: 0;
  border: none;
  margin: 0 25px 0 0;
  width: 29%;
}
.location-list > hr,
ul.fusion-grid-posts-cards > hr  {
  border-top: 1px solid #294e82;
  height: 1px;
  display: block;
  margin-top: 30px;
  padding-top: 30px;
  width: 95%;
}
ul.fusion-grid-posts-cards > hr{
  margin-left: 10px;
  width: calc(100% - 20px);
}
.location-list .location {
  margin-bottom: 7px;
  margin-top: 10px;
  text-transform: capitalize;
}
.location-list a img {
  width: 100%;
  max-width: 100%;
  height: 178px;
  object-fit: cover;
}
.yellow-link {
  font-size: 14px;
  color: #dee056;
  font-weight: 800;
}
.fusion-image-carousel {
  margin-bottom: 0 !important;
}
.bigger-img .swiper-wrapper.awb-image-carousel-wrapper {
  padding: 0;
}
.bigger-img .swiper-wrapper.awb-image-carousel-wrapper .swiper-slide {
  height: 250px;
}
body table {
  border: none;
}
body table tr th,
body table tr td {
  font-family: Arial, Helvetica, sans-serif;
  border: none;
  color: #fff;
  font-size: 12px;
  padding: 5px 5px 5px 0;
  text-align: left;
}
body table tr th {
  color: #fff8c8;
  font-weight: 600;
  padding-top: 3px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 13px;
}
body table tr strong {
  color: #fff8c8;
}
body #content .fusion-layout-column.prop-tab-content {
  display: none;
}
body #content .fusion-layout-column.prop-tab-content:first-of-type {
  display: flex;
}
.proptab-button.active {
  color: #fff;
}
.team-button-list .proptab-button {
  background: #162b48;
  margin-right: 5px;
  padding: 10px 25px;
  float: left;
  border-left: 1px solid #162b48;
  border-right: 1px solid #162b48;
  color: #478ae7;
  font-family: Arial;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
}
.team-button-list .proptab-button.active {
  background: #4573b3;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  margin-bottom: -1px;
  color: #ffffff;
  font-family: Arial;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
}
.team-button-list {
  margin-top: 20px;
  width: 100%;
  display: inline-block;
  border-bottom: 6px solid #4573b3;
  line-height: 0.9em;
}
.team-button-list > div {
  list-style: none;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  width: 100%;
  margin-bottom: -2px;
  padding-left: 5px;
}
body #content .prop-tab-content p {
  margin-bottom: 2px;
}
.prop-tab-content p i {
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 15px;
  display: block;
}
.post-content
  .right-prop-content
  > .fusion-column-wrapper.fusion-content-layout-column {
  width: auto !important;
}
.right-prop-content
  .fusion-column-wrapper
  .fusion-builder-row-inner
  .fusion-imageframe,
.right-prop-content
  .fusion-column-wrapper
  .fusion-builder-row-inner
  .fusion-imageframe
  * {
  height: 250px;
  object-fit: cover;
}
.fusion-breadcrumb-item span {
  font-size: 18px;
  color: #478ae7;
  font-family: Times;
  font-weight: 800;
  text-decoration: none;
}
.fusion-breadcrumb-item span.breadcrumb-leaf {
  color: #fff;
  font-weight: 300;
}
.modal-body a:hover {
  color: #198fd9;
}
body .fusion-recent-posts .columns .column .entry-title {
  margin: 5px 0 3px;
}
.min-title {
  min-height: 32px;
}
.prop-features-card ul {
  list-style-type: disc;
  line-height: 1.6;
  padding-left: 15px;
}

/*-----------------------------------------*/
@media (max-width: 980px) {
  html body {
    background-position: 70% -15% !important;
  }
  body #wrapper #content h1,
  body #wrapper #content h2 {
    font-size: 27px !important;
  }
  body #wrapper #content .fusion-grid-posts-cards h1,
  body #wrapper #content .fusion-grid-posts-cards h2 {
    font-size: 14px !important;
    line-height: 1.3;
  }
  button.awb-menu__m-toggle {
    padding: 0 !important;
    margin-top: 8px;
  }

  body #map-canvas {
    width: 100% !important;
  }

  #menu-main-menu {
    margin-top: 15px;
  }
  #content .border-sm-none > .fusion-column-wrapper {
    border: none !important;
  }
  .location-list > .col {
    width: 44%;
    margin-bottom: 15px;
  }
  .location-list > hr,
  ul.fusion-grid-posts-cards > hr {
    margin-top: 20px;
    padding-top: 20px;
    width: 100%;
  }
  .location-list h4 {
    margin: 10px 0 10px 0;
    font-size: 14px !important;
    min-height: auto;
  }
  section.fusion-columns-2 > article{
    margin-bottom: 5px!important;
  }
}
@media (max-width: 560px) {
  .location-list > .col,
  body #content ul.fusion-grid-posts-cards > li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px!important;
  }
  .location-list > hr,
  ul.fusion-grid-posts-cards > hr  {
    display: none;
  }
  .min-title {
      min-height: auto;
  }
}
