<style type="text/css">
  body {
    font-family: 'Montserrat', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Playfair Display', serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  img {
    width: 100%;
  }
  *,
  :before,
  :after {
    box-sizing: border-box;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  h7 {
    font-family: 'Playfair Display', serif;
    margin: 0;
  }
  p {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    color: #2d4f41;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    padding: 10px 0;
  }
  /* -----------------banner----------------------- */
  .suits-ban-wrp {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }
  .suits-ban-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: inherit;
    width: inherit;
    z-index: 9;
  }
  .suits-ban-outer {
    position: relative;
    z-index: 999;
    flex: 0 0 100%;
  }
  .suits-ban-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .suits-ban-logo {
    max-width: 100px;
    width: 100%;
    margin: 0 auto;
  }
  .suits-ban-hdr img {
    max-width: 400px;
    width: 100%;
    animation: fade-in 3s ease 5s 1 alternate;
    -webkit-animation: fade-in 3s ease 3s 1 alternate;
    margin: 0 auto;
  }
  @-webkit-keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .suits-ban-hdr {
    text-align: center;
    position: relative;
    padding-bottom: 80px;
    border-radius: 5px;
  }
  .suits-ban-hdr:after {
    position: absolute;
    content: "";
    background-color: #fff;
    height: 2%;
    width: 4%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 37px;
  }
  /* ----------------2nd sec---------------------- */
  .suites-st-leonards-hdr h2 {
    font-size: 46px;
    color: #dab581;
    line-height: 54px;
    letter-spacing: 6px;
    text-align: center;
    font-weight: 600;
    margin-bottom: -1%;
    position: relative;
  }
  .ofc-space-wrp {
    padding: 80px 0;
  }
  .ofc-space-contnt {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
  }
  .ofc-space-txt-sec {
    flex: 0 0 50%;
    background-color: #ffffff;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ofc-space-imag-sec {
    flex: 0 0 50%;
  }
  .ofc-space-imag-sec img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
  }
  .ofc-space-txt-sec p {
    text-align: justify;
  }
  .ofc-space-btm-sec {
    margin-top: -7%;
  }
  /* --------------------Map Section------------------------ */
  .map-sec-blks-wrp {
    background-color: #ffffff;
    padding: 20px 10px 30px;
    flex: 0 0 35%;
  }
  .map-sec-blks-contnt {
    display: inline-block;
    width: 31%;
    vertical-align: text-top;
    margin: 0 3px;
  }
  .map-sec-blks-hdr h3 {
    font-size: 10px;
    line-height: 15px;
    color: #fff;
    font-weight: 500;
    padding: 3px 5px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
  }
  .map-sec-blks-list>ol>li>img {
    max-width: 17px;
    margin-right: 4px;
  }
  .blk5 .map-sec-blks-list>ol>li {
    display: flex;
    align-items: flex-start;
  }
  .map-sec-blks-list>ol>li {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    color: #2d4f41;
    font-size: 10px;
    line-height: 14px;
    padding-bottom: 5px;
    font-weight: 500;
  }
  .map-sec-blks-list>ol {
    padding: 0;
    margin: 10px 5px;
    list-style-position: inside;
  }
  .map-sec-contnt {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .map-sec-locatn {
    flex: 0 0 65%;
  }
  .map-sec-locatn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .blk5 .map-sec-blks-list>ol {
    padding: 0;
  }
  .map-sec-wrp .map-sec-desc p {
    text-align: center;
    padding: 45px 0 40px;
  }
  .map-sec-wrp {
    padding: 50px 0 100px;
  }
  .map-sec-blks-contnt.blk7,
  .map-sec-blks-contnt.blk8 {
    width: 48%;
    margin: 0 3px;
  }
  /* ------------Floorplan sec---------------- */
  .floor-plan-contnt:nth-child(2) img {
    max-width: 120px;
    min-height: unset;
    height: 100%;
  }
  .floor-plan-contnt img {
    margin: 0 auto;
    max-width: 80px;
    min-height: 80px;
  }
  .floor-plan-contnt h4 {
    font-size: 22px;
    color: #2d4f41;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
  }
  .floor-plan-contnt p {
    font-size: 18px;
    color: #2d4f41;
    margin: 0;
    text-align: center;
    font-family: 'Playfair Display', serif;
    line-height: 20px;
    padding: 0;
    font-style: italic;
  }
  .floor-plan-contnt {
    text-align: center;
    flex: 0 0 18%;
    padding: 25px;
  }
  .floor-plan-contnt-wrp {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
  }
  .floor-plan-icon {
    min-height: 95px;
  }
  .floor-plan-btns-wrp a {
    font-size: 20px;
    background-color: #2d4f41;
    color: #fff;
    text-decoration: none;
    font-family: 'Playfair Display', serif;
    padding: 10px 0;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    margin: 10px;
    max-width: 280px;
    width: 100%;
    transition: all .3s ease;
  }
  .floor-plan-btns-wrp a>span {
    display: block;
    font-style: italic;
    font-size: 18px;
  }
  .floor-plan-btns-wrp {
    text-align: center;
  }
  .floor-plan-btns-wrp a:hover {
    color: #dab581;
  }
  .floor-plan-wrp {
    padding: 40px 0;
  }
  .content{
    max-width: 100vw;
    width: 100%;
    overflow: hidden;
    background-color: #2d4f41;
  }
  .form-sec-wrp {
    padding: 60px 0 40px;
  }
  .progress {
    display: block;
    width: 30%;
    height: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin: auto;
    background-color: #ffffff8f;
    background-image: linear-gradient(to right, #ffffff, #ffffff);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
  }
  .slider {
    padding: 60px 0px;
  }
  .image {
    border: 7px solid #fff;
    border-right: 0;
  }
  .image img {
    display: block;
    width: 100%;
    height: 315px;
    object-fit: cover;
    object-position: center;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  /*STYLE SHEET FOR 2ND SLIDER*/
  /**
  *  Progress Bar
  */
  .progress-2{
    display: block;
    width: 30%;
    margin: 0 auto;
    height: 10px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff8f;
    background-image: linear-gradient(to right, #fff, #fff);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
  }
  .content-2 {
    max-width: 100vw;
    width: 100%;
    overflow: hidden;
    padding-top:100px;
    padding-bottom:100px;
    background-color: #2d4f41;
  }
  .slider-2 {
    margin: 30px auto 50px;
  }
  .slick-initialized .slick-slide {
    display: block;
    margin: 0;
  }
  .block-slider-wrp .slick-track {
    display: flex !important;
  }
  .block-slider-wrp .slick-slide {
    height: inherit !important;
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
    background-color: #fff;
    margin: 16px 14px !important;
    width: 80% !important;
    padding: 16px 25px;
  }
  .block-slider-wrp .office-retail-cards {
    text-align: left;
    color: #446356;
  }
  .office-retail-cards h3 {
    font-size: 26px;
    margin: 0px;
    font-family: 'Playfair Display', serif;
  }
  .office-retail-cards h4 {
    margin: 0px;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
  }
  .office-retail-cards p {
    font-size: 14px !important;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
  }
  img {
    display: block;
    width: 100%;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .slick-slide slick-current slick-active {
    width: 235px !important;
  }
  .slider-content {
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
  }
  .slider-content.suites-st-leonards-hdr h2 {
    margin-top: 0;
  }
  /*  -----------------form sec-------------------------*/
  #smartcapture-block-yja8rqr460i {
    background-color:transparent;
    margin:0px;
    padding:0px;
  }
  .contact-form-wrp .smartcapture-controls {
    padding-bottom: 10px;
  }
  .contact-form-wrp .smartcapture-controls .sc-formfield-label,
  .contact-form-wrp .smartcapture-controls .sc-formfield-label label,
  .contact-form-wrp .smartcapture-controls .sc-formfield-input label {
    color:#000000;
    font-family:'Montserrat', sans-serif;
    font-size:16px;
  }
  .contact-form-wrp .fuelux input[type="radio"],
  .contact-form-wrp .fuelux input[type="checkbox"] {
    margin: 0 0.4em 3px 0;
    vertical-align: middle;
  }
  .contact-form-wrp .fuelux input[type="text"],
  .contact-form-wrp .fuelux input[type="email"],
  .contact-form-wrp .fuelux input[type="number"] {
    font-size:16px;
    border:0;
    border-bottom:2px solid;
    width:100%;
    padding:8px 12px;
    border-color:#2d4f41;
    color:#2d4f41;
    background:transparent;
    height:50px !important;
    font-family:'Montserrat', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline:none;
  }
  .contact-form-wrp .fuelux .sc-button {
    background-color:#DAB581;
    border:none;
    outline:none;
    border-style:solid;
        font-weight: 600;
    color:#FFFFFF;
    font-family:'Playfair Display', serif;
    font-size:25px;
    line-height:normal;
    padding:10px;
    width:100%;
    margin-top:30px;
    cursor:pointer;
    transition:all .3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .contact-form-wrp .fuelux .sc-button:hover {
    background-color: #2d4f41;
  }
  .contact-form-wrp .smartcapture-submit-button-wrapper {
    text-align:center;
  }
  .contact-form-wrp .date-dropdown-select-boxes .fuelux input {
    display: none;
  }
  .contact-form-wrp .date-dropdown-select-boxes .select {
    max-height: 28em;
    max-width: 6em;
    overflow: auto;
  }
  .contact-form-wrp .fuelux select {
    font-size: 16px;
    width: 100%;
    border: 0;
    border-bottom: 2px solid;
    padding: 8px 12px;
    text-align: center;
    border-color: #446356;
    background: transparent;
    color: grey;
    height: 50px !important;
    font-family: 'Montserrat', sans-serif;
    outline: none;
    text-align: left;
    padding-left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .agent-profile img {
    max-width: 150px;
    min-height: 150px;
  }
  .agent-details h3 {
    font-size: 26px;
    margin: 0px;
    font-family: 'Playfair Display', serif;
    color: #2d4f41;
    font-weight: 700;
    padding: 0 0 5px;
  }
  .agent-details h4, .agent-details a {
    font-size: 18px;
    margin: 0px;
    font-family: 'Playfair Display', serif;
    color: #2d4f41;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 2px 0;
  }
  .agent-details a:hover {
    text-decoration: underline;
  }
  .agent-content {
    display: flex;
    flex: 0 0 100%;
    align-items: center;
  }
  .agent-profile {
    max-width: 170px;
    width: 100%;
    flex: 0 0 37%;
    padding-right: 15px;
  }
  .form-mod-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contact-form-wrp, .agen-content-wrp {
    flex: 0 0 47%;
  }
  .agen-content-wrp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .agen-content-wrp:before {
    position: absolute;
  }
  .contact-form-wrp {
    margin: 3% 0 3% 3%;
    border-right: 2px solid #2d4f41;
    padding-right: 6%;
  }
  .agen-content-wrp {
    margin: 3% 3% 3% 0;
    padding-left: 6%;
  }
  .agent-content.agent1 {
    margin-bottom: 7%;
  }
  .form-Text {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
  }
  .form-Text h1 {
    font-size: 46px;
    color: #2d4f41;
    line-height: 54px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 3px;
  }
  /*-------------------------------------------------footer css*/
  .footer-content {
    display: flex;
    gap: 60px;
    padding: 60px 0;
    align-items: center;
    justify-content: center;
  }
  .footer-content img {
    height: 60px;
  }
  .footer-wrpr {
    background-color: #446356;
  }
  .container {
    max-width: 1180px;
    margin: 0 auto;
  }
  .f-c-2 p {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    opacity: .9;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    margin: 0;
    padding-top: 5px;
  }
  .f-c-2 {
    max-width: 55%;
    position: relative;
    padding-left: 50px;
  }
  .f-c-2 h3 {
    font-size: 12px;
    color: #fff;
    font-family: 'open-sans',sans-serif;
    margin: 0;
  }
  .f-c-2::before {
    content: "";
    position: absolute;
    border-left: 2px solid #fff;
    height: 100%;
    left:0px;
  }
  .f-c-1 {
    max-width: 50%;
  }
  /* --------------------Responsive-------------------------- */
  @media(min-width: 1450px) {
    .image img {
      height: 400px;
    }
  }
  @media(max-width: 920px) {
    .agent-content {
      display: block;
      text-align: center;
    }
    .agent-profile {
      margin: 0 auto;
      padding: 0 0 15px;
    }
    .floor-plan-contnt {
      flex: 0 0 18%;
      padding: 15px;
    }
    .map-sec-contnt {
      display: block;
    }
    .map-sec-blks-wrp {
      display: inline-block;
      padding: 15px;
    }
    .map-sec-blks-contnt {
      width: 25% !important;
      float: left;
      padding-right: 5px;
    }
    .map-sec-locatn img {
      min-height: 500px;
    }
  }
  /*---------------------------768-------------------*/
  @media(max-width: 768px) {
    .slider-content h2 {
      padding: 0 15px;
    }
    .contact-form-wrp {
      max-width: 500px;
      width: 100%;
      margin: 0 auto;
      border: none;
      padding: 40px 0;
    }
    .agent-content {
      display: flex;
      text-align: unset;
    }
    .form-mod-cont {
      display: block;
    }
    .agent-content {
      flex-wrap: wrap;
    }
    .agent-profile {
      margin: auto auto auto 0;
      padding: 0;
      margin-right: 15px;
      flex: 0 0 35%;
    }
    .agen-content-wrp {
      padding: 0;
      margin: 0;
    }
    .agent-details {
      flex: 0 0 61%;
    }
    .agent-profile img {
      width: 130px;
      height: 130px;
      max-width: unset;
      min-height: unset;
    }
    .agent-details h3 {
      font-size: 22px;
    }
    .agent-details h4, .agent-details a {
      font-size: 16px;
    }
    .floor-plan-contnt:nth-child(2) img {
      max-width: 80px;
    }
    .footer-content {
      flex-wrap: wrap;
    }
    .f-c-2::before {
      border-top: 1px solid #fff;
      border-left: 0;
      width: 75%;
      left: 0;
      right: 0;
      height: 1px;
      margin: 0 auto;
      top: -28px;
    }
    .f-c-2 {
      max-width: 100%;
      padding: 0;
    }
    .suits-ban-hdr img {
      max-width: 200px;
    }
    .suits-ban-logo {
      max-width: 70px;
    }
    .suits-ban-hdr {
      padding-bottom: 60px;
    }
    .suits-ban-hdr:after {
      bottom: 30px;
    }
    /* --------sec-2--------- */
    .ofc-space-contnt {
      display: block;
    }
    .ofc-space-txt-sec {
      padding: 15px 25px;
    }
    .suites-st-leonards-hdr h2 {
      font-size: 22px;
      line-height: 28px;
      margin-bottom: -7px;
      letter-spacing: 4px;
    }
    .map-sec-blks-contnt {
      width: 32% !important;
    }
    .map-sec-locatn img {
      min-height: 350px;
    }
    .floor-plan-icon {
      min-height: 75px;
    }
    .floor-plan-contnt img {
      max-width: 60px;
      min-height: 50px;
    }
    .floor-plan-contnt h4 {
      font-size: 18px;
    }
    .floor-plan-contnt p {
      font-size: 16px;
      line-height: 20px;
    }
    .floor-plan-contnt {
      flex: 0 0 31%;
    }
    .floor-plan-btns-wrp a {
      font-size: 16px;
    }
    .floor-plan-btns-wrp a>span {
      font-size: 14px;
    }
    .office-retail-cards h4 {
      font-size: 22px
    }
    .form-Text h1 {
      font-size: 22px;
      line-height: 28px;
      padding: 0;
    }
    .form-Text {
      padding-top: 0;
    }
  }
  /*---------------------------420-------------------*/
  @media(max-width: 420px) {
    .slider {
      padding-bottom: 25px;
    }
    .slider-2 {
      margin-bottom: 25px;
    }
    .contact-form-wrp .fuelux .sc-button {
      margin-top: 10px;
      font-size: 20px;
    }
    .agent-profile {
      margin: 0 auto;
    }
    .agent-content {
      display: block;
      text-align: center;
    }
    .agent-profile img {
      margin: 0 auto;
      margin-bottom: 15px;
    }
    .f-c-1.colliers-logo img {
      width: 100%;
      height: 100%;
      max-width: 80px;
    }
    .f-c-1.landmark-logo img {
      width: 100%;
      height: 100%;
      max-width: 150px;
    }
    .slick-slide .image {
      border: 7px solid #ffffff;
    }
    .map-sec-blks-wrp {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .map-sec-blks-contnt {
      width: 100% !important;
      flex: 0 0 48%;
    }
    .map-sec-locatn img {
      min-height: 250px;
    }
    .map-sec-wrp {
      padding: 30px 0 20px;
    }
    .ofc-space-wrp {
      padding: 50px 0;
    }
    .ofc-space-imag-sec img {
      height: 170px;
    }
    .floor-plan-contnt {
      flex: 0 0 49%;
      padding: 15px 10px;
    }
    .floor-plan-btns-wrp a {
      margin: 15px 0 0;
    }
    .footer-content{
      display:flex;
      flex-wrap:wrap;
      padding: 40px 0 20px 0 !important;
    }
    .form-Text h1 {
      font-size: 22px;
      color: #2d4f41;
      line-height: 35px;
      text-align: center;
      font-weight: 600;
      letter-spacing: 0px;
      padding-top: 20px;
    }
    .image{
      border-right:7px solid #fff;
    }
  }
</style>
