/* Override default button styles */
.hs-button {
  background-color: #eb6b1e !important; /* Default button color */
  color: #0000 !important;
  border: #272d3d !important;
  padding: 10px 20px !important;
  text-align: center !important;
  text-decoration: none !important;
  display: inline-block !important;
  font-size: 16px !important;
  margin: 4px 2px !important;
  cursor: pointer !important;
  border-radius: 4px !important;
}

/* Hover color */
.hs-button:hover {
  background-color: #5C5473 !important; /* Hover color */
}

/* Click (active) color */
.hs-button:active {
  background-color: #5C5473 !important; /* Active color */
}
.theme_btn.tp_four {
  background-color: #00a99d !important;
   border: #00a99d !important;
   color: #ffff !important;
 
}
.theme_btn.tp_four:hover {
  background-color: #e3ddd2 !important;
  border: #e3ddd2 !important;
  color: #00a99d !important;
}
.theme_btn {
    background-color: #FDCDAB !important;
    border: #5C5473!important;
    color: #293340;
}
.theme_btn:hover {
  background-color: #5C5473 !important;
  border: #5C5473!important;
}
.hs-button.primary.large {
  background-color: #5C5473 !important;
}
.hs-button.primary.large:hover {
  background-color: #C3BAD7 !important;
  border: #3c3744 !important;
}

/* Override default button styles*/
a.theme_btn {
    background-color:#00a99d !important;
    color: #ffff !importnant;
}
a.theme_btn:hover {
  background-color:#004270 !important;
  color: #ffff !importnant;
    
}
ul.inputs-list > li.hs-form-booleancheckbox {
  list-style: none !important;
  list-style-type: none !important;
  font-size: 5px !important;
  
}
i.flaticon-maps:before {
  content: none !important;
  display: none !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
 
}
h6.wow fadeInUp {
  margin-left: 0px !important;
  padding-left: 0px !important;
}
    
ul.inputs-list > li.hs-form-booleancheckbox {
  list-style: none !important;
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.2 !important;
  font-size: 80% !important;
}
.banner_type_one .content_box h6 i {
    margin-right: 0px !important;
}

.hs_cos_wrapper_widget_1234567890 {
  margin-left: 30.4185px !important;
} 
@media screen and (max-width: 767px) {
  #hs_cos_wrapper_widget_1787319501409_ h1 {
    font-size: calc(1em - 10px) !important;
  }
    #hs_cos_wrapper_widget_1787319543305_ p span {
    font-size: calc(1em - 10px) !important;
  }
}
#hs_cos_wrapper_widget_1787319831212 .theme_btn_box.center {
  display: block;
  margin-top: 25px;
  text-align: center;
}

#hs_cos_wrapper_widget_1787319831212 .theme_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 225px;
  max-width: calc(100% - 30px);
  min-height: 38px;
  padding: 5px 25px;
  box-sizing: border-box;

  background: #ffffff !important;
  color: #004b70 !important;
  border: 0 !important;
  border-radius: 5px;

  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.3px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background-color 0.5s ease-in-out, color 0.2s ease-in-out;
}

#hs_cos_wrapper_widget_1787319831212 .theme_btn:hover,
#hs_cos_wrapper_widget_1787319831212 .theme_btn:focus-visible {
  background: #004b70 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

#hs_cos_wrapper_widget_1787319831212 .theme_btn:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

/* Hide the arrow only in this module */
#hs_cos_wrapper_widget_1787319831212 .theme_btn svg {
  display: none;
}
/* Keep both columns equal height on tablet and desktop */
@media screen and (min-width: 768px) {
  .dnd_area-row-3-background-color > .row-fluid {
    display: flex;
    align-items: stretch;
  }

  .dnd_area-row-3-background-color > .row-fluid > .span6 {
    float: none;
    display: flex;
    flex-direction: column;
  }

  /* Keep the background image centred as its column changes size */
  .dnd_area-row-3-background-color
    > .row-fluid
    > .cell_17872417233492-background-image {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
}
/* Gallery container */
#hs_cos_wrapper_widget_1786646809685 .slider__container {
  width: calc(100% - 30px);
  max-width: 970px;
  margin: 0 auto;
}

/* Main gallery */
#hs_cos_wrapper_widget_1786646809685 .splide__main {
  width: 100%;
  margin: 0 auto;
}

/* Caption positioning container */
#hs_cos_wrapper_widget_1786646809685
  .splide__slide--image_caption__wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Keep every main image the same size */
#hs_cos_wrapper_widget_1786646809685
  .splide__main
  .splide__slide--image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
}

/* Caption overlay */
#hs_cos_wrapper_widget_1786646809685
  .splide__main
  .splide__slide--caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;

  width: 100%;
  margin: 0;
  padding: 12px 20px;
  box-sizing: border-box;

  color: #ffffff;
  background: rgba(32, 32, 32, 0.72);
  text-align: center;
}

/* Remove default caption spacing */
#hs_cos_wrapper_widget_1786646809685
  .splide__slide--caption div,
#hs_cos_wrapper_widget_1786646809685
  .splide__slide--caption p {
  margin: 0;
}

/* Thumbnail panel */
#hs_cos_wrapper_widget_1786646809685 .splide__nav {
  width: 100%;
  margin: 10px auto 0;
}

#hs_cos_wrapper_widget_1786646809685
  .splide__nav
  .splide__slide--nav-image {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
}

/* Mobile */
@media screen and (max-width: 767px) {
  #hs_cos_wrapper_widget_1786646809685 .slider__container {
    width: 100%;
  }

  #hs_cos_wrapper_widget_1786646809685
    .splide__main
    .splide__slide--caption {
    padding: 9px 12px;
    font-size: 14px;
  }

  #hs_cos_wrapper_widget_1786646809685
    .splide__nav
    .splide__slide--nav-image {
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .tabs_header .showcase_tabs_btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }

  .tabs_header .showcase_tabs_btns .nav-item {
    margin: 0 !important;
  }

  .tabs_header .showcase_tabs_btns .s_tab_btn {
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 75px !important;
    min-height: 42px !important;
    padding: 8px 12px !important;
    box-sizing: border-box;
  }

  .tabs_header .showcase_tabs_btns .s_tab_btn h6 {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
  }
}
/*@media screen and (max-width: 767px) {*/
  .s_tab_wrapper .content_box .content_boxes > ul {
    position: relative !important;
    display: block !important;
    float: none !important;

    width: 100% !important;
    min-height: 26px !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
  }

  .s_tab_wrapper .content_box .content_boxes > ul > li {
    position: absolute !important;
    top: 0 !important;

    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;

    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    list-style: none !important;
  }

  /* Label */
  .s_tab_wrapper .content_box .content_boxes > ul > li:first-child {
    left: 0 !important;
    right: auto !important;
    text-align: left !important;
  }

  /* Value */
  .s_tab_wrapper .content_box .content_boxes > ul > li:last-child {
    right: 0 !important;
    left: auto !important;
    text-align: right !important;
  }
/*}*/
@media screen and (max-width: 400px) {
  /* Starting price and Size rows */
  .s_tab_wrapper .content_box .content_boxes > ul:nth-child(1),
  .s_tab_wrapper .content_box .content_boxes > ul:nth-child(2) {
    min-height: auto !important;
  }

  .s_tab_wrapper
    .content_box
    .content_boxes
    > ul:nth-child(1)
    > li,
  .s_tab_wrapper
    .content_box
    .content_boxes
    > ul:nth-child(2)
    > li {
    position: static !important;
    display: block !important;
    width: 100% !important;
    text-align: left !important;
  }

  /* Space between title and value */
  .s_tab_wrapper
    .content_box
    .content_boxes
    > ul:nth-child(1)
    > li:last-child,
  .s_tab_wrapper
    .content_box
    .content_boxes
    > ul:nth-child(2)
    > li:last-child {
    margin-top: 5px !important;
  }
}
/* Improve Matterport tour height on mobile */
@media screen and (max-width: 767px) {
  #hs_cos_wrapper_widget_1787323926787
    .hs-embed-content-wrapper
    > div {
    width: 100% !important;
    height: 70vh !important;
    min-height: 480px !important;
    max-height: 650px !important;
    padding-bottom: 0 !important;
  }

  #hs_cos_wrapper_widget_1787323926787 iframe {
    position: absolute !important;
    inset: 0 !important;

    width: 100% !important;
    height: 100% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #hs_cos_wrapper_widget_1787323926787
    .hs-embed-content-wrapper
    > div {
    height: 60vh !important;
    min-height: 500px !important;
    padding-bottom: 0 !important;
  }
}
h2 {
  font-weight: 400 !important;
}
}
/* Desktop footer */
.row-number-54 > .row-fluid {
  display: grid !important;
  grid-template-columns: 360px 1fr;
  align-items: start;
  gap: 25px;
  max-width: 900px;
  margin: 0 auto;
}

#hs_cos_wrapper_widget_1687917764587 p {
  margin: 0 !important;
  text-align: left !important;
}

#hs_cos_wrapper_widget_1687917795973 {
  display: grid;
  grid-template-columns: minmax(170px, 1fr) auto auto;
  align-items: start;
  gap: 30px;
}

#hs_cos_wrapper_widget_1687917795973 > .span4 {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

#hs_cos_wrapper_widget_1687917795973 p {
  margin: 0 !important;
  text-align: left !important;
}

#hs_cos_wrapper_widget_1687917795973 > .span4:not(:first-child) {
  white-space: nowrap;
}

/* Tablet and mobile */
@media (max-width: 1000px) {
  .row-number-54 > .row-fluid,
  #hs_cos_wrapper_widget_1687917795973 {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .row-number-54 > .row-fluid > .span5,
  .row-number-54 > .row-fluid > .span7 {
    width: 100% !important;
    margin: 0 !important;
  }

  #hs_cos_wrapper_widget_1687917764587 p,
  #hs_cos_wrapper_widget_1687917795973 p {
    text-align: center !important;
  }
}