@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap");

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

body {
  font-family: "Rubik", sans-serif;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 400;
  line-height: 1.5;
  max-width: 1140px;
  margin: auto;
}

main {
  overflow: hidden;
}

.container {
  max-width: 1140px;
}

.flex {
  display: flex;
}

.flex2 {
  display: flex;
  width: 97px;
  flex-direction: column-reverse;
  margin-left: 55px;
  padding-top: 30px;
}

.flex2 img {
  width: 100%;
  height: fit-content;
  padding: 5px;
}

.sum a {
  text-decoration: none;
  text-align: center;
  color: black;
}

.sum.header {
  display: grid;
  grid-template-columns: 160px auto auto;
  gap: 13px;
  text-align: center;
  padding: 15px 70px;
  /* ddd */
  margin: auto;
  max-width: 1140px;
}

.sum.header a {
  font-family: "Rubik", sans-serif;
  font-weight: 410;
  line-height: 22px;
}

.sum .nav {
  display: grid;
  grid-template-columns: 1px 1px 50px 70px 80px 200px 100px 1px 1px;
  margin: auto;
  gap: 25px;
}

.sum .headericon {
  display: grid;
  grid-template-columns: 40px 40px 40px;
  line-height: 50px;
  justify-content: right;
  align-items: center;
}

.header.on-scroll {
  background: white;
  box-shadow: var(--shadow-medium);
}

.navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 4.25rem;
  margin: 0 auto;
}

.business_meetings {
  padding: 75px 50px 0 50px;
}

.menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 4rem 0 3rem;
  overflow: hidden;
  background-color: var(--color-black-300);
  box-shadow: var(--shadow-medium);
  transition: all 0.4s ease-in-out;
}

.menu.is-active {
  top: 0;
  width: 100%;
  height: auto;
}

.menu.is-active .menu-link {
  color: white;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

span.dot_circule_downlod {
  background: linear-gradient(90deg, rgb(175, 103, 42) 0%, rgb(249, 180, 94) 35%, rgb(175, 103, 42) 95%);
  padding: 15px;
  border-radius: 30px;
  position: absolute;
  left: -35px;
  text-align: center;
  top: -10px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky {
  z-index: 999;
  position: fixed;
  top: -12px;
  right: 405px;
  transition: 0.4s all;
}

.button_download a {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-decoration: none;
  background-color: rgb(140, 52, 61);
  padding: 7px 20px 7px 42px;
  font-size: 20px;
  border-radius: 20px 20px 0px 0px;
  position: absolute;
  z-index: 999;
  right: 40px;
  top: 41px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: all 0.5s ease 0s;
}

.innovations_txt .subcontent-right-img {
  padding-bottom: 0;
}

.subcontent-left-two .custom_title {
  font-weight: 700;
  margin-bottom: 0;
}

.redevelopment_list {
  margin-left: 106px;
}

.redevelopment_list li {
  display: flex;
  align-items: center;
}

.redevelopment_list li p {
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 18px;
}

.redevelopment_list li span {
  font-size: 38px;
  color: #add25c;
}

.collaborative {
  margin-left: 10%;
  font-size: 20px;
}

.padding_bottom_0 {
  padding-bottom: 0 !important;
}

.margin_bottom_0 {
  margin-bottom: 0 !important;
}

.flex_d {
  display: flex;
  align-items: center;
  padding-bottom: 0px;
}

p.meet1 {
  padding-right: 20px;
}

.menu-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  row-gap: 1.25rem;
}

.menu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: black;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.menu-block {
  display: inline-block;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  user-select: none;
  white-space: nowrap;
  text-align: center;
  margin-left: auto;
  padding: 0.65rem 1.5rem;
  border-radius: 3rem;
  text-transform: capitalize;
  color: var(--color-white);
  background-color: var(--color-blue-600);
  box-shadow: var(--shadow-medium);
  transition: all 0.3s ease-in-out;
}

.menu-language {
  padding-left: 85px;
}

#red {
  color: red;
}

.EN {
  color: red;
}

.subdiv {
  display: flex;
  padding-right: 15%;
  padding-left: 30%;
  padding-top: 5%;
  padding-bottom: 5%;
  border-top: 1px solid #c27b11;
}

.h_circle {
  background-color: #729829;
  width: 20px;
  height: 38px;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
  display: inline-block;
  margin-right: 20px;
}

.subdiv span {
  font-size: 14px;
}

.subdiv img {
  width: 15px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 500px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  line-height: 2;
  text-align: center;
}

.dropdown {
  line-height: 22px;
}

.dropdown-content a {
  color: rgb(68, 68, 68);
  padding: 8px 14px;
  text-decoration: none;
  display: block;
}

#dpcontent {
  margin-left: -800%;
  margin-top: -13%;

}

@media only screen and (max-width: 1064px) {
  .menuicon {
    display: none;
  }

  #dpcontent {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 1064px) {
  .menudownloadicon {
    display: none;

  }
}

.dropdown-content a:hover {
  background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
  display: block;
}

.menu.is-active .menu-inner {
  background-color: black;
}

@media only screen and (min-width: 48rem) {
  .menu {
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    padding: 0rem;
    padding-left: 70px;
    background: none;
    box-shadow: none;
  }

  .menu-inner {
    display: flex;
    flex-direction: row;
    column-gap: 2.5rem;
    margin: 0 auto;
  }

  .menu-link {
    text-transform: capitalize;
  }

  .menu-block {
    margin-left: 2rem;
  }
}

.burger {
  position: relative;
  display: block;
  cursor: pointer;
  user-select: none;
  order: -1;
  z-index: 10;
  width: 1.75rem;
  height: 1rem;
  border: none;
  outline: none;
  background: none;
  visibility: visible;
  transform: rotate(0deg);
  transition: 0.35s ease;
}

@media only screen and (min-width: 48rem) {
  .burger {
    display: none;
    visibility: hidden;
  }
}

.burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2px;
  border: none;
  outline: none;
  opacity: 1;
  transform: rotate(0deg);
  background-color: black;
  transition: 0.25s ease-in-out;
}

.burger-line:nth-child(1) {
  top: 0px;
}

.burger-line:nth-child(2) {
  top: 0.5rem;
}

.burger-line:nth-child(3) {
  top: 1rem;
}

.burger.is-active .burger-line:nth-child(1) {
  top: 0.5rem;
  transform: rotate(135deg);
}

.burger.is-active .burger-line:nth-child(2) {
  right: -1.5rem;
  opacity: 0;
  visibility: hidden;
}

.burger.is-active .burger-line:nth-child(3) {
  top: 0.5rem;
  transform: rotate(-135deg);
}

.home-logo img {
  height: 55px;
}

.menu-link:hover {
  color: #e60012;
}

.menu-link:active,
.menu-link:focus {
  color: #e60012;
}

@media only screen and (max-width: 600px) {
  .menu-language {
    display: none;
  }

  .home-logo img {
    height: 36px;
    margin-left: 10px;
  }

  .navbar {
    justify-content: space-between;
  }
}

/* business overview meeting age population Main section */

.business-overview-meet-age-population-section {

  position: relative;

  background-color: #f4f9ea;
}

.business-overview-meet-age-population-header {
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
}

/* .business-overview-meet-age-population-header2 p {
       padding-top: 60px;
       padding-left: 62%;
       width: 100%;
       font-size: 60px;
       font-size: 2vw;
       color: #fbac3f;
       font-weight: bolder;
       line-height: 50px;
     } */
.bc3 {
  width: 41%;
}

.meeting_need {
  text-align: center;
  position: absolute;
  bottom: 100px;
  width: 50%;
  right: -10px;
  top: 90px;
}

.bc3 p {
  color: #add25c;
}

.meeting_need p {
  font-weight: 600;
  font-size: 35px;
  display: flex;
  justify-content: center;
  line-height: 42px;
}

p.meet3 {
  padding-right: 60px;
}

.business-overview-meet-age-population-header h2 {
  color: #add25c;
  font-size: 30px;
  padding-left: 5%;
  font-weight: 600;
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
}

.business-overview-meet-age-population-header2 {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0%;
}

.business-overview-meet-age-population-header2 h1 {
  padding-top: 60px;
  padding-left: 62%;
  width: 100%;
  font-size: 60px;
  font-size: 2vw;
  color: #fbac3f;
  font-weight: bolder;
  line-height: 50px;
}

/* subcontent section  */


.business-overview-meet-age-population-content p {
  background-color: #f4f9ea;
  color: #add25c;
  width: 90%;
  margin: 30px auto 20px auto;
  text-align: center;
  font-weight: 500;
  padding: 40px;
  border-radius: 0 50px;
  font-size: 24px;
}

.business-overview-meet-age-population-sm-img {
  margin-top: -6px;
  padding: 0;
}


/* Senior Citizen Residences Scheme */
/* The Tanner Hill */

.business-overview-meet-age-population-subcontent-header {
  padding-left: 3%;
  padding-top: 5vw;


}

.business-overview-meet-age-population-subcontent-header span {
  padding-left: 5px;
}

.heart-img {
  width: 3vw;
  height: fit-content;
}

.headspan {
  font-size: 35px;
  font-weight: 550;
  color: #f0831e;
  padding-left: 5px;
}

.headspan img {
  max-width: 22%;
}

.headspan2 img {
  max-width: 10%;
}

.meet-age-sub-list {
  display: flex;
  font-size: 21px;

}

.meet-age-subcontent-one {
  padding-left: 6%;
  padding-bottom: 2%;
  padding-top: 1%;
}

.maso1 {
  padding-left: 0%;
  padding-bottom: 2%;
  padding-top: 7%;
}

.meet-age-subcontent-one img {
  vertical-align: bottom;
  width: 4vw;
}

.meet-age-subcontent-two {
  padding-left: 8%;
  padding-top: 0.75%;
}

.maso2 {
  padding-left: 8%;
  padding-top: 5%;
}

.meet-age-subcontent-two img {
  width: 5vw;
  vertical-align: bottom;
}


/* Other Supply of Elderly Housing */
/* sec0nd section */

.business-section-two {
  padding-top: 0%;
  padding-bottom: 60px;
}

.business-section-two-subcontent {
  margin-left: 0;
  line-height: 1.3;
  padding-top: 5.2%;
}

.Subcontent-header {
  font-size: 30px;
  color: #729829;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.Subcontent-header img {
  width: 4vw;
  padding-right: 10px;
  padding-bottom: 1%;
}

.Subcontent-header span {
  font-size: 45px;
  font-weight: 500;
  padding-right: 10px;
  padding-left: 0;
}

.subcontent-header-2 {
  padding-left: 5%;
  font-size: 30px;
  color: #c27b11;
  font-weight: 500;
}

.subcontent-header-2 span {
  font-size: 45px;
  font-weight: 500;
}

.arrow img {
  padding-right: 0;
  padding-bottom: 0;
}

.subcontent-para {
  font-size: 21px;
  padding-top: 0;
  margin-left: 3%;
}

.subcontent-para span {
  color: #fbac3f;
  font-size: 1vw;
}

.subcontent-right-img {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
}

.subcontent-right-img img {
  width: 100%;
  padding-top: 0;
}

#numberspan {
  font-size: 30px;
  font-weight: 401;
  color: #add25c;
}

.subcontent-centre-content {
  width: 100%;
}

.subcontent-left-content {
  padding: 0%;
}

/*  second section 2*/
.subcontent-left-two img {
  width: 6%;
  padding: 1%;
  padding-top: 0;
}

.right-align-para {
  padding-left: 6%;
}

.subcontent-left-two {
  padding-left: 5px;
  width: 90%;
}

/* footer check box */
.footer-checkbox {
  position: relative;
  background: #ffffff;
}

.scroll-to-right {

  float: right;


}

.scroll-left-right button {
  border: none;
  width: 6vw;
  background: none;
  font-size: 38px;
  color: #add25c;
}

.scroll-left-right {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.scroll-to-left {
  float: left;
  padding-right: 0;
}

/*  footer  */
#backtotop {
  background-color: #da9f60;
  float: right;
  margin-right: 90px;
  border: none;
  width: 70px;
  height: 37px;
  border-radius: 40px 40px 0 0;
  color: white;
  bottom: 150px;
  right: 30px;
  position: absolute;
}

.fa-caret-up:before {
  font-size: 35px
}

.scroll-to-top {
  position: relative;
  /* bottom: 5vw; */
}

.scroll-to-top button {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.footer {
  text-align: center;
  padding: 30px 0px;
}

.footer p {
  font-size: 14px;
}

.togglebar {
  position: absolute;
  right: 65px;
  top: 25px;
  display: none;
}

@media only screen and(min-width:800px) {

  .scroll-left-right {
    height: 2vh;
  }

}

@media only screen and (max-width: 768px) {
  .business-overview-meet-age-population-content p {
    padding: 20px;
  }

  .redevelopment_list {
    margin-left: 66px;
  }
}

@media only screen and (max-width: 761px) {
  .collaborative {
    font-size: 18px;
  }

  p.meet1 {
    padding-right: 0;
  }

  .h_circle {
    width: 13px;
    height: 23px;
    border-bottom-left-radius: 28px;
    border-top-left-radius: 28px;
    display: inline-block;
    margin-right: 20px;
  }

  .Subcontent-header span {
    padding-right: 0;
  }

  span.px_set {
    font-size: 16px !important;
  }

  .bicon_fix {
    max-width: 10%;
    padding-right: 7px;
    height: auto;
  }

  .bicon_fix_one {
    max-width: 85%;
    padding-right: 3px;
    height: auto;
  }

  .menu-language {
    display: none;
  }

  .home-logo img {
    height: 36px;
    margin-left: 10px;
  }

  .navbar {
    justify-content: space-between;
  }


}

/* business body */
.business-overview-body {
  max-width: 1140px;
}

@media (max-width: 1600px) {
  .sticky {
    right: 245px;
  }
}

@media (max-width: 1440px) {
  .sticky {
    right: 168px;
  }
}

@media (max-width: 1280px) {
  .meeting_need {
    right: 60px;
  }

  .sticky {
    right: 0px;
  }

  .bicon_fix {
    max-width: 7%;
  }

  .scroll-left-right {}

  .business-overview-header2 h1 {
    /*padding-left: 104%;
    width: 209%;*/
    font-size: 4.7vw;
  }

  .business-overview-header h2 {
    font-size: 4vw;
  }

  .subcontent-header-2 {
    padding-left: 4%;
  }

  .Subcontent-header span {
    font-size: 34px;
  }
}

@media (max-width: 1024px) {
  .meeting_need {
    right: 0;
  }

  .redevelopment_list {
    margin-left: 94px;
  }

  .fix_container {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  #numberspan {
    font-size: 3vw;
    font-weight: 401;
  }

  .business-overview-header2 h1 {
    font-size: 2.7vw;
    padding-top: 0;
  }

  .business-overview-header h2 {
    font-size: 2.5vw;
  }

  .subcontent-header-2 {
    padding-left: 4%;
  }

  .Subcontent-header {
    font-size: 24px;
  }

  .subcontent-header-2 span {
    font-size: 38px;
  }

  .subcontent-right-img img {
    width: 100%;
  }

  .Subcontent-header img {
    width: 40px;
  }

  .subcontent-para span {
    font-size: 26px;
  }

  .business-overview-content p {
    font-size: 22px;
  }

}

@media (max-width: 992px) {
  .meeting_need p {
    font-size: 26px;
    line-height: 32px;
  }

  .meeting_need {
    right: 0;
    top: 80px;
  }

  .button_download a {
    right: 0;
    top: 41px
  }

  .sticky {
    right: 0px;
    top: 0;
  }

  .subcontent-header-2 span {
    font-size: 28px;
  }

  .subcontent-header-2 {
    font-size: 24px;
  }

  .Subcontent-header {
    font-size: 22px;
  }

  .Subcontent-header span {
    font-size: 25px;
  }

  .subcontent-para {
    padding-left: 0;
  }

  .scroll-left-right {}

  .scroll-left-right button {
    width: 6vw;
    font-size: 2vw;
  }
}

@media (max-width: 761px) {
  .flex_d {
    padding-bottom: 0px;
  }

  .bicon_fix {
    max-width: 9%;
  }

  .h_circle {
    margin-right: 5px;
  }

  .business-overview-header h2 {
    font-size: 15px;
    padding-top: 25px;
  }

  /*.business-overview-header2 {
  width: 345px;
}*/
  .sum.header a {
    width: 200px;
  }

  .subdiv a {
    width: 50px !important;
  }

  .subdiv {
    padding-left: 5%;
  }

  .business-overview-header {
    top: 0%;
    left: 0;
  }

  .business-overview-content {
    padding: 6% 2%;
  }

  .business-overview-content p {
    font-size: 18px;
    width: 100%;
  }

  .business-overview-details-p {
    font-size: 18px;
  }

  .business-overview-details {
    padding-left: 0;
  }

  .business-overview-header2 h1 {
    padding-left: 48%;
    width: 100%;
    font-size: 2.7vw;
    padding-top: 15vw;
  }

  .business-section-two-subcontent {
    margin-left: 4%;
    width: 90%;
    padding-top: 5px;
  }

  .Subcontent-header img {
    width: 32px;
    float: left;
    padding-bottom: 10px;
  }

  .subcontent-para {
    font-size: 19px;
    padding-left: 0;
    margin-left: 0;
  }

  .subcontent-para span {
    font-size: 20px;
  }

  .Subcontent-header span {
    font-size: 18px;
  }

  .subcontent-header-2 {
    font-size: 13px;
    line-height: 1;
    width: 90%;
  }

  .subcontent-header-2 span {
    font-size: 18px;
  }

  #numberspan {
    font-size: 4vw;
    font-weight: 401;
  }

  .scroll-left-right button {
    width: 7vw;
    font-size: 3.5vw;
  }

  .subcontent-right-img img {
    width: 36px;
    /* padding-top: 6px; */
  }

  .scroll-left-right {}

  .subcontent-left-two {
    padding-left: 0;
    width: 85%;
    padding-bottom: 0;
  }

  .subcontent-left-two p {
    align-items: flex-start;
  }

  .Subcontent-header {
    font-size: 17px;
    line-height: 0;
    height: 045px;
  }

  .subcontent-centre-content {
    padding-left: 25px;
  }

  #arrow img {
    width: 25px;
    margin-right: 0px;
  }

  #ml-30 {
    margin-left: 25px;
  }

  .subcontent-left-two img {
    width: 10%;
  }

  .business-overview-riding-sm-lastimg {
    margin-top: 40px;
  }

  .business-overview-riding-sm-lastimg img {
    height: 20px;
  }

  #backtotop {
    bottom: 90px;
  }

  .fa-caret-up:before {
    font-size: 22px;
  }

  .footer {
    padding: 15px 20px 10px;
  }

  .footer p {
    font-size: 10px;
  }

  .business-section-two {
    padding-bottom: 0;
  }

  .subcontent-left-two img {
    width: 28px;
  }
}

@media (max-width: 479px) {
  .right-align-para {
    padding-left: 10%;
  }

  .redevelopment_list {
    margin-left: 26px;
  }

  .redevelopment_list li p {
    font-size: 12px;
  }

  .redevelopment_list li span {
    font-size: 27px;
  }
}

@media (max-width: 430px) {
  .business-overview-meet-age-population-header h2 {
    font-size: 18px !important;
    padding-top: 10px !important;
  }

  .collaborative {
    font-size: 13px;
  }

  .subcontent-para span {
    font-size: 18px;
  }

  .meeting_need p {
    font-size: 18px;
    line-height: 20px;
  }

  p.meet3 {
    padding-right: 30px;
  }

  p.meet1 {
    padding-right: 0;
    justify-content: end;
  }

  .meeting_need {
    right: 20px;
    top: 58px;
  }

  .business-overview-meet-age-population-content p {
    font-size: 15px !important;
  }

  span.dot_circule_downlod {
    left: -25px;
    top: -8px;
    width: 50px;
    height: 50px;
  }

  .button_download a {
    right: 0;
    top: 20px;
    font-size: 15px;
  }

  .sticky {
    right: 0px;
    top: 0;
  }

  .bicon_fix {
    max-width: 9%;
  }

  .mb-0 {
    margin-bottom: 0;
  }

  #numberspan {
    font-size: 3vw;
  }

  .business-overview-content p {
    font-size: 15px;
  }

  .Subcontent-header {
    font-size: 13px;
    line-height: 1.2;
    height: 45px;
  }

  .Subcontent-header span {
    font-size: 15px;
    padding-right: 0;
  }

  .business-overview-header h2 {
    padding-left: 3%;
  }

  .business-overview-header2 h1 {
    padding-left: 0;
    padding-top: 30px;
  }

  .subcontent-header-2 {
    padding-left: 11%;
  }

  .subcontent-left-two {
    padding-bottom: 0px;
    font-size: 13px;
  }

  .subcontent-left-two p {
    align-items: baseline;
  }
}

@media (max-width: 395px) {
  .meeting_need {
    right: 10px;
  }
}

@media (max-width: 390px) {
  .meeting_need p {
    font-size: 17px;
    line-height: 17px;
  }

  .meeting_need {
    right: 10px;
  }

  .bicon_fix {
    max-width: 10%;
  }

  .Subcontent-header span {
    font-size: 16px;
    padding-right: 5px;
  }

  .Subcontent-header {
    font-size: 11px;
    line-height: 1.2;
  }

  .scroll-left-right {}
}

@media (max-width: 374px) {
  .meeting_need {
    right: 10px;
  }

  .meeting_need p {
    font-size: 13px;
    line-height: 14px;
  }

  p.meet1 {
    padding-right: 10px;
  }

  .business-overview-meet-age-population-header h2 {
    font-size: 13px !important;
    padding-top: 13px !important;
  }

  .scroll-left-right {}

}

@media (max-width: 325px) {
  .meeting_need p {
    font-size: 13px;
    line-height: 14px;
  }

  p.meet1 {
    padding-right: 10px;
  }

  .business-overview-meet-age-population-header h2 {
    font-size: 13px !important;
    padding-top: 13px !important;
  }

  .scroll-left-right {}
}

@media (max-width: 1280px) {

  /*.business-overview-meet-age-population-header2 {
      bottom: 5%;
      right: 25vw;
  }*/
  .business-overview-meet-age-population-header2 h1 {
    font-size: 4vw;
  }

  .business-overview-meet-age-population-header h2 {
    font-size: 4vw;
  }

  .headspan {
    font-size: 2.6vw;
  }

  .heart-img {
    width: 3.5vw;
  }

  .meet-age-sub-list-table {
    padding-left: 22%;
    font-size: 1.5vw;
  }

  .nospan {
    font-size: 2.7vw;
  }

  .meet-age-last-sub-list {
    font-size: 2vw;
  }

  .business-overview-meet-age-population-content p {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {

  /*.business-overview-meet-age-population-header2 {
      bottom: 5%;
      right: 25vw;
  }*/
  #backtotop {
    margin-right: 0;
  }

  .business-overview-meet-age-population-header2 h1 {
    font-size: 4vw;
  }

  .business-overview-meet-age-population-header h2 {
    font-size: 2.5vw;
  }

  .headspan {
    font-size: 2.6vw;
  }

  .heart-img {
    width: 22px;
    vertical-align: top;
    padding-top: 5px;
  }

  .meet-age-subcontent-two img {
    width: 38px;
  }

  .meet-age-subcontent-one img {
    width: 34px;
  }

  .Ageing-in-Place-sub-content img {
    width: 44px;
  }

  #nordicwalking {
    width: 34px;
  }

  .last-logo-sec-content img {
    width: 20px;
    height: 20px;
  }

  .meet-age-last-sub-list img {
    width: 40px;
    float: left;
    margin-bottom: 16px;
  }

  .checkbox-img {
    width: 20px;
  }

  .listhead {
    font-size: 18px;
  }

  .meet-age-sub-list-table {
    padding-left: 16%;
    font-size: 1.5vw;
  }

  .meet-age-sub-list-year {
    padding-left: 8%;
  }

  .nospan {
    font-size: 2.7vw;
  }

  .meet-age-last-sub-list {
    font-size: 2vw;
  }

  .business-overview-meet-age-population-content p {
    font-size: 22px;
  }
}

@media only screen and(min-width:800px) {

  .scroll-left-right {
    height: 2vh;
  }

}

@media only screen and (max-width: 761px) {

  .menu-language {
    display: none;
  }

  .home-logo img {
    height: 36px;
    margin-left: 10px;
  }

  .navbar {
    justify-content: space-between;
  }

  .meet-age-sub-list-year img {
    width: 100%;
  }


}



/* business body */
.business-overview-body {
  max-width: 1140px;
}

@media (max-width: 992px) {
  .subcontent-right-img {
    padding: 10px 10px;
  }

  .scroll-left-right button {
    width: 6vw;
    font-size: 3vw;
  }
}

@media (max-width: 761px) {
  .business-overview-meet-age-population-header h2 {
    font-size: 24px;
    padding-top: 0px;
  }

  .business-overview-meet-age-population-header2 h1 {
    font-size: 5vw;
    padding-top: 2vw;
  }

  .last-logo-sec-content img {
    width: 16px;
    height: 16px;
    margin-top: 5px;
  }

  /*.business-overview-meet-age-population-header2 {
  right: 19vw;
}*/
  .business-overview-meet-age-population-header {
    top: 0%;
    left: 0;
  }


  .business-overview-meet-age-population-content p {
    font-size: 18px;
    width: 100%;
  }

  .business-overview-meet-age-population-details-p {
    font-size: 18px;
  }

  .business-overview-meet-age-population-details {
    padding-left: 0;
  }

  .business-overview-meet-age-population-subcontent-header {
    padding-left: 2%;
  }

  .meet-age-subcontent-one {
    padding-left: 2%;
  }

  .meet-age-subcontent-one img {
    width: 8vw;
  }

  .meet-age-subcontent-two img {
    width: 9vw;
  }

  .meet-age-sub-list-table {
    padding-left: 0%;
  }

  .list-table-left {
    padding-left: 5%;
    padding-right: 0;
    width: 51%;
  }

  .list-table-right {
    width: 45%;
    padding-left: 20px;
  }

  .listhead {
    font-size: 14px;
  }

  .meet-age-sub-list-table span {
    line-height: 1;
  }

  .meet-age-sub-list-table span.listspan {
    width: calc(100% - 20px);
    align-items: flex-start;
    float: left;
  }

  .meet-age-sub-list-table span.nospan {
    padding-right: 5px;
    padding-left: 0;
  }

  .meet-age-last-sub-list {
    padding-left: 4%;
    font-size: 16px;
  }

  #nordicwalking {
    width: 6vw;
  }

  .Ageing-in-Place-sub-content img {
    width: 8vw;
  }

  .Ageing-in-Place-sub-content {
    padding-left: 2%;
    font-size: 16px;
    display: flex;
    align-items: center;
  }

  .meet-last-logo-section {
    padding-left: 5%;
  }

  .last-logo-sec-content {
    padding-left: 3%;
    font-size: 16px;
  }

  .listheading img {
    width: 6vw;
    vertical-align: top;
  }

  .listheading {
    padding-left: 15%;
  }

  .checkbox-img {
    width: 4vw;
    float: left;
    margin-top: 3px;
  }

  .meet-age-sub-list-year {
    padding-left: 5%;
    padding-right: 5%;
  }

  .meet-age-sub-list {
    font-size: 18px;
  }

  .meet-age-sub-list-table {
    font-size: 16px;
  }

  .nospan {
    font-size: 24px;
  }

  .sum.header a {
    width: 200px;
  }

  .subdiv a {
    width: 50px !important;
  }

  .subdiv {
    padding-left: 5%;
  }

  .headspan {
    font-size: 17px;
  }

  .heart-img {
    width: 4vw;
  }

  .detail-sub-div {
    display: flex;
    padding-left: 0%;
  }

  .detail-sub-div-p {
    font-size: 18px;
    width: 80vw;
  }

  .detail-sub-div span {
    font-size: 24px;
  }

  .scroll-left-right button {
    width: 7vw;
    font-size: 4.5vw;
  }


  .business-overview-riding-sm-lastimg {
    margin-top: 60px;
  }

  #backtotop {
    bottom: 75px;
  }

  .fa-caret-up:before {
    font-size: 22px;
  }

  .footer {
    padding: 15px 20px 10px;
  }

  .footer p {
    font-size: 10px;
  }
}

@media (max-width: 430px) {
  .business_meetings {
    padding: 75px 20px 0 20px;
  }

  .button_download {
    top: -10px !important;
  }

  #backtotop {
    height: 25px !important;
    width: 40px !important;
    bottom: 75px !important;
  }

  .subcontent-left-two {
    padding-bottom: 0px;
    font-size: 10px;
  }

  .flex_d {
    padding-bottom: 4px;
  }

  .subcontent-right-img {
    padding: 0;
  }

  .business-overview-meet-age-population-header h2 {
    padding-left: 3%;
    padding-top: 25px;
    font-size: 15px;
  }

  .maso2 {
    padding-left: 8%;
    padding-top: 6%;
  }

  .heart-img {
    width: 22px;
    height: 24px;
  }

  .headspan img {
    max-width: 35%;
    padding-right: 5px;
  }

  .headspan2 img {
    max-width: 15%;
  }

  .flex2 {
    width: 150px;
    margin-left: 0px;
    justify-content: center;
  }

  .meet-age-sub-list {
    margin-left: 28px;
  }

  .list-table-left {
    line-height: 3;
  }

  .meet-age-sub-list-table span.listspan {
    padding-bottom: 15px;
  }

  .meet-age-sub-list-table span.listspan:last-child {
    padding-bottom: 0px;
  }

  .nospan {
    font-size: 20px;
  }

  .meet-age-sub-list-table {
    font-size: 14px;
  }
}

@media (max-width: 390px) {
  .subcontent-left-two {
    padding-bottom: 0px;
    font-size: 9px;
  }

  .h_circle {
    width: 10px;
    height: 20px;
  }

  .redevelopment_list {
    margin-left: 20px;
  }

  .subcontent-left-two {
    padding-left: 0px;
    width: 90%;
    padding-bottom: 0px;
    display: flex;
  }

  .maso2 {
    padding-left: 8%;
    padding-top: 6.5%;
  }

  .list-table-left {
    padding-left: 7%;
  }
}

@media (max-width: 374px) {
  .Ageing-in-Place-sub-content {
    font-size: 13px;
  }

  .subcontent-left-two {
    padding-bottom: 0px;
    font-size: 9px;
  }
}

@media (max-width: 325px) {
  .collaborative {
    font-size: 12px;
  }

  .subcontent-para span {
    font-size: 16px;
  }

  .subcontent-left-two {
    padding-bottom: 0px;
    font-size: 12px;
  }
}