@import "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap");
@font-face {
  font-family: material icons;
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v53/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2)
    format("woff2");
}
* {
  min-width: 0;
  min-height: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Montserrat, sans-serif;
  overflow-x: hidden;
}
.top-nav {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  min-height: 80px;
}
.top-nav-cont {
  padding: 24px 0px !important;
}
.promotion-slider {
  font-size: 20px;
  text-align: right;
  color: #fff;
}
.countdown {
  font-size: 14px;
  position: relative;
  left: 10px;
  display: none;
  color: #fff;
}
.countdown.show-countdown {
  display: block;
  border-left: 2px solid #fff;
  padding-left: 10px;
}

div#countdown-timer {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
}
.nav-cont {
  place-content: center;
  width: 100%;
  /* height: 72px; */
  display: flex;
  flex-wrap: wrap;
  /* position: absolute; */
  z-index: 9;
}
.wrapper-menu {
  display: none;
}
.wrap_menu {
  display: none;
}
.grid-x {
  display: flex;
  padding: 10px 0;
  position: relative;
}
.cell {
  position: relative;
}
.inner-cont {
  flex-direction: row;
  margin: 0 auto;
  align-content: center;
  justify-content: center;
  width: 90%;
  /* height: 100%; */
}
.full-width {
  padding: 0;
}
.logo-2-sticky {
  display: none;
}
.nav {
  display: inline-block;
}
.nav ul {
  list-style-type: none;
  margin-bottom: 0;
  line-height: 40px;
  position: relative;
}
.nav ul li,
.nav ul li a {
  display: inline-block;
  padding: 0 4px;
  color: #00bab3;
  font-size: 14px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
}
.nav ul li:hover > a {
  color: #f08080;
}
.chinese-toggle {
  display: inline-block;
  vertical-align: top;
}
.nav-2 {
  display: inline-block;
}
.nav-2 ul {
  list-style-type: none;
  margin-bottom: 0;
  line-height: 40px;
}
.nav-2 ul li,
.nav-2 ul li a {
  display: inline-block;
  padding: 0 4px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
}
.nav-2 ul li:hover > a {
  color: #f08080;
}
.nav ul li:hover ul.sub-menu,
.nav-2 ul li:hover ul.sub-menu {
  display: block;
  transition: all 0.3s ease 0s;
  opacity: 1;
  visibility: visible;
  /* top: 100%; */
  /* transform: rotateX(0deg); */
}
.nav-2 ul li:hover ul.sub-menu ul li {
  padding: 2px 0 !important;
}
.nav-2 ul.sub-menu,
.nav ul.sub-menu {
  position: absolute;
  margin-left: 0;
  background: #fff;
  opacity: 0;
  /* transition: all 0.3s ease 0s; */
  /* top: 180%; */
  visibility: hidden;
  border-radius: 20px;
}
.nav-2 ul.sub-menu::before,
.nav ul.sub-menu::before {
  /* content: "\f0de";
  position: absolute;
  left: 40px;
  font-size: 30px;
  font-family: "font awesome 5 free";
  top: -15px;
  color: #fff; */
}
.nav-2 ul.sub-menu li,
.nav ul.sub-menu li {
  margin: 0;
  position: relative;
  z-index: 999;
  line-height: 30px;
  display: block !important;
  padding: 0 !important;
}
.nav-2 ul.sub-menu li a,
.nav ul.sub-menu li a {
  font-size: 12px !important;
  color: #00bab3 !important;
  padding: 0 10px;
  width: 100%;
}
.nav-2 ul.sub-menu > li > a,
.nav ul.sub-menu > li > a {
  /* border-bottom: 2px solid; */
}
.nav-2 ul.sub-menu ul,
.nav ul.sub-menu ul {
  margin: 5px 0;
}
.nav-2 ul.sub-menu ul li,
.nav ul.sub-menu ul li {
  line-height: 15px;
  padding-bottom: 5px !important;
}
.nav-2 ul.sub-menu ul > li > a,
.nav ul.sub-menu ul > li > a {
  font-weight: 700 !important;
  color: #5a5a5a !important;
}
.nav-2 ul.sub-menu li li li a,
.nav ul.sub-menu li li li a {
  font-weight: 500 !important;
  color: #00bab3 !important;
}
.nav-2 ul.sub-menu li li li:hover > a,
.nav ul.sub-menu > li > li > li:hover > a {
  color: #f08080 !important;
}
.nav-2 ul.sub-menu > li.menu-item-has-children > a,
.nav ul.sub-menu > li.menu-item-has-children > a {
  text-decoration: none;
  position: relative;
}
.home-banner {
  width: 100%;
  position: relative;
}
img.home-slider {
  width: 100%;
}
.home-text {
  position: absolute;
  text-align: center;
  width: 90%;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  align-content: center;
  justify-content: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  vertical-align: middle;
  top: 51%;

  position: relative;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  top: 0px;
  background-color: #00bab3;
  padding: 20px;
}
.home-text span {
  font-size: 18px;
}
select.home-city {
  width: 25%;
  border: 0;
  border-radius: 20px;
  padding: 0 15px;
  background-size: 40px 6px;
  color: #00bab3;
  text-align: center;
  font-size: 16px;
  text-align-last: center;
}
select.home-city option {
  text-align: center;
}
.skip-btn {
  position: relative;
  z-index: 1;
  background: #b8b8b8;
  color: #fff;
  padding: 13px 45px;
  border-radius: 20px;
  vertical-align: top;
  font-size: 13px;
}
.search-btn {
  position: relative;
  z-index: 1;
  background: #f08080;
  color: #fff;
  padding: 5px 38px;
  border-radius: 20px;
  font-size: 17px;
  line-height: 25px;
  vertical-align: top;
}
.experience {
  font-size: 16px;
}
.banner-root {
  place-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #3d57db;
  z-index: 2;
  padding: 0;
}
.onclickani {
  animation-name: cssAnimation;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@-webkit-keyframes cssAnimation {
  0% {
    transform: rotate(0deg) scale(1) skew(0deg) translate(100px);
  }
  100% {
    transform: rotate(0deg) scale(2) skew(0deg) translate(100px);
  }
}
.home-slider {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 970px;
}

.banner-container {
  height: 45px;
  text-align: center;
}
.fa-times::before {
  content: "\f00d";
  font-family: "font awesome 5 free";
}
.home-details {
  place-content: flex-start stretch;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.home-details img {
  width: 100%;
  height: auto;
  flex: 1;
  object-fit: cover;
}
img.home-icon {
  /* width: auto;
  height: auto; */
  width: 91px;
  height: 91px;
  flex: auto;
  flex-grow: revert;
  object-fit: contain;
}
.home-text-box-cont {
  background: #00bab3;
  text-align: center;
  /* padding: 130px 0; */
  line-height: 26px;
  font-size: 22px;
  color: #fff;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  white-space: normal;
  margin: 0 auto;
  /* height: 45%; */
  flex: 1;
  width: 100%;
  padding: 0px !important;
}
.home-text2-box {
  text-align: center;
  margin: 0 auto;
}
.home-text2-box span {
  color: #ed3c6b;
}
.home-text2-cont {
  background: #c9c9c9;
  font-family: Raleway, sans-serif;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  height: 100%;
  padding: 30px 0;
}
.home-text2-box h3 {
  color: #ed3c6b;
  font-weight: 700;
  font-size: 20px;
  font-family: Raleway, sans-serif;
}
.home-text3-box-cont {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background: #696969;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  color: #dac79f;
  height: 100%;
  padding: 12% 0;
}
.home-text3-box {
  margin: 0 auto;
}
.home-text3-box h3 {
  color: #00bab3;
  font-size: 20px;
}
.home-text3-box span {
  color: #00bab3;
}
.home-text3-box a {
  color: #00bab3;
  transition: 0.3s;
}
.home-text3-box a:hover {
  color: #f08080;
}
.home-text4-box-cont {
  background: #f08080;
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  height: 100%;
  line-height: 20px;
  padding: 55px 0;
  width: 100%;
  flex: 1;
}
.home-text4-box h3 {
  color: #fff;
  font-size: 20px;
}
.home-text4-box {
  margin: 0 auto;
  width: 100%;
}
.home-text5-box-cont {
  background: #a8d8e7;
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  height: 100%;
  color: #640000;
  padding: 75px 0;
  font-weight: 600;
  flex: 1;
  width: 100%;
}
.home-text5-box {
  margin: 0 auto;
}
.home-text5-box h3 {
  color: #345ba3;
  font-size: 20px;
}
.home-text5-box span {
  color: #345ba3;
}
.brand-banner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.brand-slider {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 972px;
  position: relative;
  text-align: center;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.about-ySuites-text {
  position: absolute;
  text-align: center;
  width: 90%;
  height: 100%;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  align-content: center;
  top: 4%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
}
.about-ySuites-text h1 {
  font-size: 60px;
  text-transform: uppercase;
  line-height: 68px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #fff;
}
.about-ySuites-text div {
  margin: 0 auto;
}
.brand-btn {
  width: 15%;
  padding: 7px 0;
  border-radius: 20px;
  font-size: 24px;
  font-family: open sans, sans-serif;
  font-weight: 600;
}
.our-brand-cont {
  place-content: flex-start stretch;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  position: relative;
}
.our-brand-cont img {
  width: 100%;
  height: 100%;
}
.brand-text {
  margin: 0 auto;
  width: 100%;
  color: #686868;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
}
.brand-text b {
  color: #00bab3;
}
.our-brand h1 {
  margin-left: -15px;
  margin-top: 35px;
}
h1 {
  color: #a2a2a2;
  font-size: 50px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
.background-overlay {
  position: absolute;
  bottom: 0;
}
.background-overlay img {
  width: auto;
}
.abt-img-text {
  color: #00bab3;
  font-weight: 800;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  bottom: 230px;
  margin: 0 auto;
}
.brand-overlay {
  position: absolute;
  bottom: -78px;
  z-index: 2;
}
.brand-overlay img {
  width: auto;
}
.brand-traits-cont {
  background: #faf9f4;
  margin: 0 auto;
  overflow: hidden;
}
.brand-traits-top,
.brand-traits-bottom {
  margin: 0 auto;
  text-align: center;
}
.brand-traits-top {
  margin-bottom: 20px;
}
.brand-traits-bottom {
  margin-top: 20px;
}
.brand-traits-top img,
.brand-traits-bottom img,
.brand-traits-bg1 img,
.brand-traits-bg2 img,
.brand-traits-bg3 img {
  width: auto;
  height: auto;
}
.brand-traits-bg1 {
  position: absolute;
  right: 18%;
  top: 10%;
}
.brand-traits-bg2 {
  position: absolute;
  left: 10%;
  bottom: 24%;
}
.brand-traits-bg3 {
  position: absolute;
  right: 0;
  bottom: 120px;
}
.brand-traits-main,
.brand-traits-main-2,
.brand-traits-main-3 {
  color: #686868;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 18px;
  margin: 0 auto;
  height: auto;
  animation-delay: 3.5s;
}
.brand-traits-main h3,
.brand-traits-main-2 h3 {
  font-size: 20px;
  font-weight: 800;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}
.brand-traits-2 h3 {
  color: #3c57da;
}
.brand-traits-3 h3 {
  color: #f7cf3a;
}
.brand-traits-name h1 {
  font-weight: 700;
  color: #cbcbcb;
  margin: 10px 0;
}
.brand-traits-name h1::first-letter {
  color: #f7c941;
}
.brand-traits-name {
  text-align: center;
}
.brand-traits-name h1::first-letter {
  color: #f7c941;
}
span.brand-green {
  color: #3bdbb4;
}
span.brand-blue {
  color: #3c57da;
}
span.brand-red {
  color: #fb2767;
}
span.brand-purple {
  color: #9b4bd9;
}
.brand-traits-1,
.brand-traits-2,
.brand-traits-3,
.brand-traits-4 {
  margin: 5px 10px;
}
.brand-traits-4 h3 {
  color: #fb2767;
}
.brand-traits-5 h3 {
  color: #9b4bd9;
}
.brand-pillar-cont {
  padding: 0;
}
.communication-cont {
  background: #e2e2e2;
  color: #575757;
  font-size: 14px;
}
.community-cont {
  background: #d9d9d9;
  color: #575757;
  font-size: 14px;
}
.comfort-cont {
  background: #cfcfcf;
  color: #575757;
  font-size: 14px;
}
.customercare-cont {
  background: #cacaca;
  color: #575757;
  font-size: 14px;
}
.communication,
.community,
.comfort,
.customercare {
  padding: 130px 0;
}
.communication img,
.community img,
.comfort img,
.customercare img {
  width: auto;
  height: auto;
}
.communication div,
.community div,
.comfort div,
.customercare div {
  text-align: center;
  margin: 0 auto;
}
.brand-pillar-cont h3 {
  text-transform: uppercase;
  font-size: 16px;
}
.community-cont h3,
.comfort-cont h3 {
  color: #f08080;
  font-size: 16px;
}
.brand-pillar-text {
  text-align: center;
  position: absolute;
  z-index: 2;
  padding: 15px;
}
.brand-pillar-text h1 {
  margin: 0;
  font-size: 60px;
  color: #f08080;
  font-weight: 700;
}
.brand-pillar-text h1 span {
  color: #00a6a1;
}
.brand-pillar-btn-cont {
  text-align: center;
  margin: 0 auto;
}
.brand-pillar-btn {
  margin: 0 auto;
}
.brand-pillar-btn-cont {
  position: absolute;
  z-index: 2;
  bottom: 60px;
}
.student-stories-btn a,
.our-suite-btn a {
  color: #fff;
  font-size: 14px;
  font-family: open sans, sans-serif;
  background: #0bada7;
  padding: 9px 35px;
  border-radius: 20px;
  margin-right: 25px;
}
.student-stories-btn,
.our-suite-btn {
  display: inline-block;
}
.brand-pillar-bg {
  position: absolute;
  margin: 0 auto;
  left: 43%;
  bottom: 0;
}
.yfactor-banner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.yfactor-slider {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 972px;
  position: relative;
  text-align: center;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.yfactor-text {
  position: absolute;
  text-align: center;
  width: 90%;
  height: 100%;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  align-content: center;
  top: 4%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
}
.yfactor-text h1 {
  font-size: 60px;
  text-transform: uppercase;
  line-height: 68px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #fff;
}
.yfactor-cont-text {
  color: #00bab3;
  font-weight: bold;
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.yfactor-content {
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 60px 0px;
  background: url(./img/yfactor-bg.png) no-repeat right;
}
.yfactor {
  background: #00cfc7;
  padding: 20px 0px;
  padding-bottom: 100px;
}
.yfactor-list {
  margin: 25px 0px;
}
.yfactor-factor-content h2 {
  color: #fff;
  text-align: center;
  font-size: 48px;
}
.yfactor-factor-cont {
  margin: 0 auto 0;
  align-content: start;
}
.yfactor-img {
  display: inline-block;
  width: 15%;
  margin-right: 10px;
  vertical-align: top;
}
.yfactor-textbox {
  display: inline-block;
  width: 75%;
  color: #fff;
  font-size: 13px;
  font-family: open sans, sans-serif;
}
.yfactor-textbox h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}
.yfactor-carousel-cont {
  align-content: flex-start;
  /* top: -291px; */
  height: auto;
}
.yfactor-carousel {
  position: relative;
  margin-top: -170px;
}
.yfactor-carousel-content {
  order: 0;
  flex: 0 1 auto;
  align-self: center;
}
.carousel-slider {
  position: relative;
  margin: 0 10px;
  display: flex !important;
  flex-direction: column;
}
.carousel-img {
  /* height: 100% !important; */
  border-radius: 10px;
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  position: relative;
  /* min-height: 290px; */
  flex: 1;
}
.carousel-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}
.carousel-text {
  background: #fff;
  text-align: left;
  padding: 10px 20px;
  /* position: absolute; */
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  /* top: 56%;
  height: 46%; */
  width: 100%;
  color: #747474;
  font-family: open sans, sans-serif;
  font-size: 14px;
  -webkit-box-shadow: -1px 3px 21px -14px rgba(0, 0, 0, 1);
  -moz-box-shadow: -1px 3px 21px -14px rgba(0, 0, 0, 1);
  box-shadow: -1px 3px 21px -14px rgba(0, 0, 0, 1);
  flex: 0.8;
}
.carousel-text h3 {
  color: #f08080;
  font-weight: 900;
}
.sustainability-banner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.sustainability-slider {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 900px;
  position: relative;
  text-align: center;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.substainability-container {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}
.substainability-content {
  margin: 0 auto;
}
.substainability {
  padding: 20px;
  margin-bottom: 50px;
}
.sustainability-text {
  position: absolute;
  text-align: center;
  width: 90%;
  height: 100%;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  align-content: center;
  top: 0%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
}
.sustainability-text h1 {
  color: #fff;
}
.arrow-container {
  /* position: absolute; */
  text-align: center;
  width: 90%;
  height: 100%;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  margin-top: auto;
  /* bottom: 40px; */
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: flex-end;
}
.substainability-img {
  background-size: cover;
  width: 100%;
  height: 500px;
  background-position: center;
  border-radius: 10px;
  position: relative;
}
.substainability-text-cont {
  background-color: rgba(0, 207, 199, 0.9);
  padding: 25px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  /* top: 68%; */
  /* position: relative; */
  min-height: 161px;

  position: absolute;
  top: unset !important;
  bottom: 0px;
  width: 100%;
  height: 40%;
}
.substainability-text-cont h2 {
  color: #fff;
  font-size: 20px;
}
.substainability-text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
.substainability-arrow {
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1366px) {
  .substainability-text-cont {
    padding: 33px 20px !important;
    /* top: 60% !important; */
    min-height: 200px;
  }
}
@media (max-width: 1024px) {
  .substainability {
    padding: 10px;
  }
  .substainability-text-cont {
    padding: 22px 20px !important;
    /* top: 60% !important; */
  }
}
@media (max-width: 768px) {
  .substainability {
    padding: 0px !important;
  }
  .substainability-text-cont {
    padding: 45px 25px !important;
    /* top: 60% !important; */
  }
}
@media (max-width: 414px) {
  .room-description {
    padding: 0px !important;
    font-size: 16px;
  }
  .sustainability-slider {
    min-height: 825px;
    object-position: right;
  }
  .sustainability-text h1 {
    font-size: 38px !important;
  }
  .substainability {
    margin-bottom: 20px;
    padding: 0px !important;
  }
  .substainability-img {
    height: 305px !important;
  }
  .substainability-text-cont {
    padding: 10px 15px !important;
    /* top: 51% !important; */
    min-height: 149px;
  }
  .substainability-text-cont h2 {
    font-size: 18px !important;
  }
  .substainability-text {
    font-size: 13px !important;
  }
  .substainability-container {
    height: 100%;
    overflow: auto;
    margin-bottom: 30px;
  }
  .popup-content-cont {
    padding: 20px !important;
  }
  ul.popup-text {
    columns: 1 !important;
    -webkit-columns: 1 !important;
    -moz-columns: 1 !important;
  }
  ul.popup-text li {
    width: 100% !important;
  }
}
@media (max-width: 375px) {
  .sustainability-slider {
    min-height: 667px;
    object-position: right;
  }
  .sustainability-text h1 {
    font-size: 28px !important;
  }
  .substainability {
    margin-bottom: 20px;
    padding: 0px !important;
  }
  .substainability-img {
    height: 305px !important;
  }
  .substainability-text-cont {
    padding: 10px 15px !important;
    /* top: 45% !important; */
    min-height: 169px;
  }
  .substainability-text-cont h2 {
    font-size: 18px !important;
  }
  .substainability-text {
    font-size: 13px !important;
  }
}
.popup-content-main {
  position: absolute;
  padding: 20px 34px;
  top: 19px;
}
.popup-content-cont {
  padding: 25px 45px;
  border: 1px solid #000;
  border-radius: 10px;
  background: #fff;
  background-image: url(../img/popup-bg.png);
  background-repeat: no-repeat;
  background-position: right;
  display: none;
}
ul.popup-text {
  list-style-type: none;
  counter-reset: ol-counter;
  list-style-position: inside;
  padding-inline-start: 35px;
  margin: 0;
  font-family: "Open Sans";
  font-size: 15px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
ul.popup-text li {
  margin-bottom: 16px;
  list-style-position: inside;
  width: 77%;
  text-indent: -37px;
}
ul.popup-text li:before {
  font-size: 20px;
  font-weight: bold;
  color: #f08080;
  padding: 10px 13px;
  content: counter(ol-counter);
  counter-increment: ol-counter;
  height: auto;
  font-family: "Montserrat", sans-serif;
  list-style-position: outside;
}
.close-btn {
  text-align: right;
}
.nav-room-cont {
  place-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  /* margin-top: 70px; */
}
.city select {
  color: #00bab5;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  position: relative;
  z-index: 2;
  margin: auto;
  background-image: url(./img/arrow-down.png) !important;
  border: 0;
  top: 0;
  background: 0 0;
  background-repeat: no-repeat !important;
  background-position: 100% 50% !important;
  background-size: 11px !important;
  margin-right: 17px;
  width: auto !important;
}
select:focus {
  border: none;
  box-shadow: none;
}
.nav-room {
  background: #e7e7e7;
  border: 1px solid #ccc;
  border-radius: 50px;
  height: 45px;
  position: relative;
  z-index: 2;
}
.room-nav-cont {
  margin: 0px;
  margin-left: 0px !important;
  margin-right: 0px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 0 auto;
}
.room-nav ul {
  list-style-type: none;
  position: relative;
  z-index: 1;
  margin: auto;
}
.room-nav ul li,
.room-nav ul li a {
  display: inline-block;
  padding: 0 5px;
  color: #383838;
  font-size: 14px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
}
.room-nav ul li a:hover {
  color: #f08080;
}
.book-btn {
  background: #00bab3;
  text-align: center;
  position: relative;
  top: 0;
  left: 17px;
  padding: 10px 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #fff;
  transition: 0.3s;
}
.book-btn:hover {
  background: #f08080;
}
.book-btn a {
  color: #fff;
}
.book-btn-2 {
  background: #f08080;
  color: #fff;
  font-size: 14px;
  font-family: open sans, sans-serif;
  padding: 10px 25px;
  margin: 0 5px;
  border-radius: 25px;
  transition: 0.3s;
}
.book-btn-2:hover {
  background: #00bab3;
}
.book-btn-2 a {
  color: #fff;
}
.mobile-bookroom-btn {
  background: #00bab3;
  border-radius: 20px;
  line-height: 40px;
}
.mobile-bookroom-btn a {
  color: #fff;
  font-size: 16px;
  font-family: open sans, sans-serif;
  font-weight: 600;
}
.float {
  bottom: 70px;
}
::-webkit-scrollbar {
  width: 0;
  height: 0;
}
::-webkit-scrollbar-thumb {
  background: 0 0;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
* {
  box-sizing: border-box;
}
.suite-tab {
  transition: 0.4s ease all;
  opacity: 0;
  transform: translateY(-100px) scale(0.8);
  position: absolute;
  top: 14%;
  width: 100%;
  height: auto;
  overflow-y: auto;
  display: none;
  overflow-x: hidden;
}
.suite-tab.active {
  opacity: 1;
  pointer-events: auto;
  display: block !important;
  transform: translateY(0px) scale(1);
}
.room-cont.suite-tab.active {
  display: block;
}
.about-cont.suite-tab.active {
  display: block;
  /* margin-bottom: -30px; */
}
.room-cont.suite-tab {
  display: none;
}
.about-cont.suite-tab {
  display: none;
}
.map-cont {
  position: relative;
  z-index: 1;
}
#map {
  top: -30px;
}
#nav-wrapper {
  max-width: 400px;
  width: 100%;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
}
ul,
li {
  list-style: none;
  padding: 0;
}
.nav.nav-tabs {
  display: block;
  overflow: auto;
  white-space: nowrap;
  padding: 0;
  margin-left: 0;
  margin-bottom: 0;
  border: none;
}
.nav.nav-tabs li {
  display: inline-block;
}
.nav.nav-tabs li.active a {
  color: #00bab3;
  border: none;
  background-color: transparent;
}
.nav.nav-tabs li a {
  display: block;
  color: #5a5a5a;
  padding: 0 5px;
  font-size: 15px;
  font-family: open sans, sans-serif;
}
.nav.nav-tabs li div {
  display: block;
  color: #5a5a5a;
  padding: 0 5px;
  font-size: 15px;
  font-family: open sans, sans-serif;
  cursor: pointer;
}
.nav-wrapper-cont {
  position: relative;
  /* position: sticky; */
  top: 0;
  background: #fff;
  display: none;
  margin-bottom: 10px;
  padding: 0 10px 10px 20px;
  width: 100%;
  z-index: 9999;
}
.about-mobile-text-cont {
  width: 100%;
  position: relative;
  z-index: 9999;
  top: 0;
  display: none;
}
.about-mobile-text {
  text-align: center;
  background: #08bab2;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  font-family: open sans, sans-serif;
  font-weight: 700;
  position: absolute;
  width: 100%;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  bottom: -4px;
  z-index: 999;
}
.about-mobile-text select {
  border: 0;
  color: #fff;
  font-size: 16px;
  font-family: open sans, sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  text-align-last: center;
  background: #08bab2 url(./img/arrow-down-white.png) 375px center no-repeat;
}
.about-cont {
  position: relative;
  z-index: 1;
}
.room-cont {
  position: relative;
  z-index: 1;
}
.about-slider-cont {
  position: absolute;
  top: 0;
  z-index: 999;
  text-align: center;
  width: 100%;
  height: calc(100% - 50px);
}
.about-slider {
  z-index: 999;
  position: relative;
  /* top: -20px; */
}
.about-slider-text {
  font-size: 36px;
  line-height: 38px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  position: relative;
  top: 30px;
  width: 50%;
  margin: 0 auto;
}
.about-slider-img {
  width: 100%;
}
.about-slider-img img {
  position: relative;
  text-align: center;
}
.property-video {
  background: #00bab3;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  width: 35%;
  border-radius: 25px;
  line-height: 19px;
  margin: auto;
  transition: 0.3s;
  cursor: pointer;
  position: absolute;
  transform: translateX(-50%);
  bottom: 20px;
  padding: 5px 0px;
  min-width: 200px;
}
.property-video a,
.mobile-property-video a {
  color: #fff;
}
.property-video:hover,
.mobile-property-video:hover {
  background: #f08080;
}
.property-video span {
  font-size: 20px;
  font-weight: 700;
  line-height: 15px;
}
.property-video img {
  margin-left: 5px;
}
.mobile-property-video {
  background: #00bab3;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  border-radius: 25px;
  line-height: 19px;
  transition: 0.3s;
  cursor: pointer;
  padding: 5px 0px;
  margin: 9px;
  flex-grow: 1;
}
.price {
  background: #f08080;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  width: 35%;
  border-radius: 25px;
  line-height: 25px;
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 83px;
  padding: 5px 0px;
  min-width: 200px;
}
.price span {
  font-size: 12px;
  font-weight: 400;
}
.about-text {
  color: #5e5e5e;
  font-size: 14px;
  font-family: open sans, sans-serif;
  margin-top: 10px;
  width: 95%;
}
.slick-dots {
  top: 94%;
  left: 0;
}
h2 {
  color: #f08080;
  font-size: 18px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.feature {
  margin-bottom: 35px;
}
.feature-cont {
  line-height: 15px;
  margin-bottom: 10px;
}
.feature-text {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #5a5a5a;
}
.feature-proximity {
  width: 50%;
}
.feature-icon {
  display: inline-block;
  vertical-align: top;
}
.feature-text-2 {
  display: inline-block;
  font-size: 43px;
  font-weight: 600;
  position: relative;
  top: 11px;
  vertical-align: top;
  color: #5a5a5a;
  text-align: left;
  margin-right: 10px;
}
.about-text-cont {
  float: left;
  /* height: auto !important; */
  height: 90vh !important;
  overflow-y: scroll;
  position: relative;
  left: 30px;
  margin: 20px 0px;
  /* top: 20px; */
  width: 60% !important;
}
.about-text-cont::-webkit-scrollbar-track,
.test-text-cont::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
  padding-left: 10px;
}
.about-text-cont::-webkit-scrollbar,
.test-text-cont::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}
.about-text-cont::-webkit-scrollbar-thumb,
.test-text-cont::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #00bab3;
}
.transport-text {
  font-weight: 700;
  font-size: 14px;
  color: #00bab3;
  font-family: open sans, sans-serif;
  display: inline-block;
  width: 85%;
  vertical-align: top;
  margin-bottom: 5px;
}
.transport-text span {
  font-size: 12px;
  font-style: italic;
  color: #a1a1a1;
  font-weight: 400;
}
.transport-icon {
  display: inline-block;
}
.transport-list {
  border-bottom: 1px dashed #a1a1a1;
  margin-bottom: 15px;
  margin-right: 20px;
  width: 45% !important;
}
.transport-feature div:nth-last-of-type(-n + 2) {
}
.fancy-list {
  font-weight: 700;
  color: #5a5a5a;
  font-family: open sans, sans-serif;
  margin-bottom: 15px;
  text-align: center;
  font-size: 14px;
  vertical-align: top;
  word-wrap: break-word;
}
.fancy-list img {
  margin-bottom: 5px;
}
.fancy-text {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.fancy-feature {
  width: 90%;
}
.approved-list {
  margin-bottom: 10px;
}
.approved-list img {
  width: 90% !important;
}
.name {
  background: #f08080;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  border-radius: 25px;
  line-height: 20px;
  position: absolute;
  bottom: 10%;
  z-index: 2;
  padding: 5px 0;
  padding: 20px;
  margin: auto;
  left: 0;
  bottom: 60px;
  right: 0;
  margin-left: 30px;
  margin-right: 30px;
}
.map-slider {
  position: relative;
  z-index: 1;
  display: none;
}
.map-iframe {
  min-height: 100vh;
}
iframe {
  /* height: 90vh !important; */
  width: 100% !important;
}
.room-listing {
  margin: 30px 0px;
}
.room {
  padding: 10px;
  margin-bottom: 55px;
}
.room-images {
  background-size: cover !important;
  height: 220px;
  /* width: 95%; */
  background-position: center !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.room img {
  width: 100%;
}
.room-detail {
  /* width: 95%; */
  position: absolute;
  top: 0px;
  padding: 10px 20px;
  height: 100%;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.room-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  padding-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  line-height: normal;
}
.room-title span {
  font-size: 16px;
  font-weight: 400;
}
.room-price {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  line-height: normal;
  color: white;
  display: inline-block;
  width: 27%;
  text-align: right;
  vertical-align: top;
  position: relative;
  margin-bottom: 13px;
}
.room-price span {
  color: #73fffa;
}
.main-price {
  position: relative;
}
.discount-price {
  font-size: 19px;
}
.main-price:before {
  content: " ";
  display: block;
  width: 60%;
  border-top: 2px solid red;
  height: 12px;
  position: absolute;
  bottom: 0;
  transform: rotate(-7deg);
  right: 0;
}
.room-detail-info {
  /* width: 95%; */
  background: #f08080;
  bottom: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  left: 0px;
  padding: 15px;
}
.room-shower-bed {
  width: 59%;
  display: inline-block;
  vertical-align: top;
}
.room-detail-info ul {
  margin-left: 0px;
  padding-inline-start: 0px !important;
  margin-bottom: 0px;
  vertical-align: top;
  padding: 0px;
}
.room-detail-info ul li {
  margin-right: 15px;
}
.room-detail-info ul li p {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding-right: 10px;
  display: inline-block;
  line-height: normal;
}
.room-detail-info ul li img {
  display: inline-block;
  width: 54% !important;
}
.room-detail-content {
  color: #ffffff;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  display: inline-block;
  width: 70%;
  height: 84px;
  margin-bottom: 13px;
}
.room-detail-btn:hover a {
  background: #f08080;
  border: 2px solid #00bab3;
}
.room-detail-btn {
  display: inline-block;
  width: 39%;
  vertical-align: top;
}
.room-detail-btn a {
  text-decoration: none;
  height: 40px;
  border-radius: 40px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00bab3;
  float: right;
  line-height: normal;
  transition: 0.3s;
  width: 100%;
}
.roomType_details_open .room-detail-content,
.roomType_details_open .room-detail-btn {
  display: block;
}
.room-slider {
  width: 100%;
  margin-top: -35px;
  object-fit: cover;
  object-position: center center;
}
.room-slider img {
  object-fit: cover;
  object-position: center center;
  height: 585px;
  max-width: 100%;
}
.room-btn-main {
  position: absolute;
  bottom: 15px;
  place-content: flex-end space-evenly;
}
.room-btn a {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00bab3;
  border-radius: 15px;
  color: #fff;
  text-decoration: none;
  font-family: open sans, sans-serif;
  font-size: 16px;
  line-height: normal;
  margin-right: 10px;
}
.room-btn a img {
  margin-right: 10px;
}
.room-btn-cont-2 {
  position: relative;
  padding: 0;
  left: 81px;
}
.price-btn-room {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f08080;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  flex-direction: column;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0;
}
.price-btn-room span {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: normal;
}
.individual-room {
  padding: 50px 0px;
}
.room-description {
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  line-height: normal;
  color: #383838;
  padding-left: 40px;
  padding-right: 40px;
}
.room-description p {
  line-height: 22px;
  font-size: 16px;
}
.fancy-cont {
  background: #faf9f4;
  padding: 40px 40px;
  margin: 20px 0px;
  padding-right: 50px;
}
.fancy-cont h2 {
  color: #f08080;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
  padding-bottom: 22px;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  line-height: normal;
}
.fancy-cont .fancy-box:last-child {
  padding-bottom: 0px;
}
.fancy-box {
  width: 100%;
  height: auto;
  clear: both;
  padding-bottom: 30px;
}
.fancy-box h6 {
  font-weight: 600;
  font-size: 12pt;
  color: #5a5a5a;
  margin-bottom: 0px;
  padding-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  line-height: normal;
}
.value_Services {
  margin-left: 0px;
  list-style-type: none;
  display: grid;
  flex-wrap: wrap;
  clear: both;
  margin: 0;
  width: 100%;
  line-height: normal;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 20px;
}
.value_Services .slick-list {
  padding-left: 0px;
}
.value_Services .slick-track {
  float: left;
}
.value_Services li {
  text-align: center;
  float: left;
  display: inline-block !important;
  outline: none;
}
.value_Services img {
  margin: auto;
  margin-bottom: 10px;
  /* width: auto !important; */
  width: 60px;
  height: 60px;
}
.value_Services .slick-next {
  width: 26px;
  height: 52px;
  position: absolute;
  display: inline-block;
  right: -35px !important;
  top: 36%;
  z-index: 1;
}
.value_Services .slick-prev {
  display: none !important;
}
.value_Services .slick-next:before {
  content: url(../img/right_arrow.png) !important;
  background-size: 20px;
  padding: 10px;
  width: 26px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: center;
}
.value_Services p {
  font-family: "Montserrat", sans-serif;
  color: #383838;
  font-size: 14px;
  margin: 0;
  line-height: normal;
}
.floor-plan img {
  height: 500px;
  text-align: center;
}
#popup-floorPlan {
  background: #fff;
  position: fixed;
  z-index: 10;
  width: 900px;
  margin: 1% auto;
  top: 0%;
  left: 0%;
  right: 0%;
  padding: 20px;
  text-align: center;
  display: none;
  height: auto;
}
#popup-floorPlan img {
  height: fit-content;
}
.floor-plan h2 {
  text-align: left;
}
.floor-plan {
  text-align: center;
}
.closePopup-floorPlan img {
  float: right;
  width: 39px;
  height: 39px;
  cursor: pointer;
  position: absolute;
  right: -55px;
  top: 0;
  z-index: 9;
}
.test-text-cont {
  margin-bottom: 25px;
  float: left;
  height: 90vh;
  overflow-y: scroll;
  position: relative;
  left: 30px;
  width: 60% !important;
  padding-top: 20px;
}
.test-text {
  margin-top: 10px;
  width: 95%;
}
.test-img {
  display: inline-block;
}
.test-name {
  display: inline-block;
  vertical-align: top;
  color: #f08080;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}
.test-cont {
  color: #5e5e5e;
  font-size: 14px;
  font-family: open sans, sans-serif;
}
.test-name span {
  font-size: 12px;
  font-weight: 400;
}
.test-cont {
  color: #5e5e5e;
  font-size: 13px;
  font-family: open sans, sans-serif;
  margin-top: 10px;
  margin-bottom: 15px;
}
.content-cont {
  place-content: start center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  /* margin-top: 70px; */
  min-height: 78vh;
}
.content-cont-home {
  place-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
h6 {
  font-size: 18px;
  color: #00bab3;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  margin: 0;
}
.content {
  font-family: open sans, sans-serif;
  font-size: 12px;
  color: #989898;
}
.category-event {
  margin-top: 10px;
  color: #00bab3;
  font-size: 14px;
  font-weight: 700;
}
.category-button {
  background: #cdcdcd;
  padding: 3px 30px;
  border-radius: 25px;
  font-family: open sans, sans-serif;
  font-size: 14px;
  color: #5e5e5e;
  position: relative;
  line-height: 25px;
  cursor: pointer;
  margin-bottom: 10px;
}
.category-button::before {
  content: url(./img/filter-icon.png);
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 5px;
}
.category-button.active,
.category-button:hover {
  color: #000;
  background-color: #00bab3;
  border-color: #00bab3;
}
.category-button.active::before,
.category-button:hover::before {
  content: url(./img/tick-icon.png);
  width: 20px;
  height: 20px;
}
button:focus {
  outline: 0;
  border: none !important;
}
.gallery-overlay {
  background: rgba(127, 127, 127, 0.8);
  padding: 10px;
  color: #fff;
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: -1px;
  font-size: 14px;
  display: none;
}
.gallery-overlay span {
  font-size: 16px;
  font-weight: 600;
}
.event {
  position: relative;
  display: none;
  overflow: hidden;
}
.event:hover {
  border: 5px solid #00bab3;
}
.event img {
  height: 100%;
  transition: transform 0.5s ease 0s, filter 1.5s ease-in-out 0s;
  overflow: hidden;
  width: 100% !important;
}
.event:hover .gallery-overlay {
  display: block;
}
.gallery-overlay span {
  font-size: 16px;
  opacity: 1;
}
#loadMore {
  background: #00bab3;
  color: #000;
  width: 200px;
  text-align: center;
  padding: 10px 20px;
  border-radius: 25px;
  margin: 0 auto;
  cursor: pointer;
}
h4 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 18px !important;
}
.blackOverlay {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.popup {
  display: none;
  background: #fff;
  position: fixed;
  z-index: 10;
  width: 600px;
  margin: 10% auto;
  top: 0%;
  left: 0%;
  right: 0%;
}
.popup img {
  margin-bottom: 10px;
  position: relative;
  top: -39px;
  transition: none 0s ease 0s;
  font-size: 0;
}
.closePopup,
.closePopup2 {
  float: right;
  width: 39px;
  height: 39px;
  cursor: pointer;
  position: absolute;
  right: -75px;
  top: -16px;
  z-index: 9;
}
.event-caption-text {
  display: inline-block;
  font-size: 18px;
  color: #00bab3;
  font-family: Montserrat, sans-serif;
  text-align: left;
  padding: 0 15px;
  line-height: 15px;
  position: relative;
  top: -25px;
}
.event-caption-date {
  display: inline-block;
  color: #989898;
  font-size: 18px;
  text-align: right;
  float: right;
  padding: 0 10px;
  line-height: 20px;
  position: relative;
  top: -25px;
}
.event-caption-date span {
  font-size: 13px;
}
.blog {
  overflow: hidden;
  width: 33.33%;
  padding: 12px;
  padding-left: 0px;
  padding-top: 0px;
}
.blog img {
  width: 100%;
}
.blog-list-cont {
  background: #ececec;
  padding: 10px 20px;
  font-size: 14px;
  width: 100%;
  color: #5a5a5a;
  font-family: open sans, sans-serif;
}
.blog-date {
  color: #5a5a5a;
  font-size: 16px;
  font-weight: 600;
}
.blog-title {
  color: #f08080;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.blog a:hover img {
}
a:hover .read-more::before {
  transform: scaleX(1);
}
.read-more {
  background: #00bab3;
  padding: 15px 10px;
  text-align: center;
  color: #fff;
  width: 100%;
  font-size: 16px;
  position: relative;
  transform: perspective(1px) translateZ(0px);
  box-shadow: transparent 0 0 1px;
  transition-property: color;
  transition-duration: 0.3s;
}
.read-more::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f08080;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.simple-pagination ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.simple-pagination li {
  display: inline-block;
  margin-right: 5px;
}
.simple-pagination li a,
.simple-pagination li span {
  color: #5a5a5a;
  padding: 10px 15px;
  text-decoration: none;
  background-color: #e7e7e7;
  border-radius: 20px;
}
.simple-pagination .current {
  color: #fff;
  background-color: #00bab3;
}
.simple-pagination .prev.current,
.simple-pagination .next.current {
  background: #00bab3;
}
h5 {
  font-size: 30px;
  color: #f08080;
  margin-bottom: 5px;
}
.single-blog-date {
  display: inline-block;
  border-right: 1px solid;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
.blog-written {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding-left: 10px;
  margin-bottom: 15px;
}
.blog-post {
  font-size: 14px;
  width: 100%;
  color: #5a5a5a;
  font-family: open sans, sans-serif;
}
.blog-post img {
  width: 100%;
}
.recent-posts {
  background: #ececec;
  padding: 10px 20px;
  color: #5a5a5a;
  font-weight: 600;
  font-size: 15px;
  height: 300px;
}
.recent-posts-cont {
  margin: 10px 0;
}
.recent-post-img {
  display: inline-block;
  width: 45%;
  vertical-align: text-bottom;
}
.recent-posts-details {
  display: inline-block;
  color: #5a5a5a;
  font-size: 13px;
  font-weight: 400;
}
.recent-posts-details span {
  color: #f08080;
  font-weight: 600;
  font-size: 12px;
}
.post-btn {
  background: #00bab3;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  border-radius: 19px;
  width: 55%;
  margin: 0 auto;
  margin-top: 12px;
}
.post-btn a {
  color: #fff;
  font-size: 13px;
  font-family: open sans, sans-serif;
  font-weight: 400;
}
.category-faq-cont {
  margin: 20px 0;
}
.category-faq {
  background: #cdcdcd;
  padding: 3px 30px;
  border-radius: 25px;
  font-family: open sans, sans-serif;
  font-size: 14px;
  color: #5e5e5e;
  position: relative;
  line-height: 25px;
  cursor: pointer;
  margin: 0 5px 10px;
}
.category-faq:hover,
.category-faq.active {
  color: #000;
  background-color: #00bab3;
  border-color: #00bab3;
}
.faq {
  margin: 15px 0;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 8px;
}
.accordion {
  color: #5e5e5e;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: all 0.4s ease 0s;
  font-family: open sans, sans-serif;
  font-weight: 600;
}
.panel {
  display: none;
  background-color: #fff;
  overflow: hidden;
  margin: 10px 0 0;
  color: #5a5a5a;
  font-family: open sans, sans-serif;
  font-size: 14px;
}
.accordion::after {
  content: "+";
  color: #777;
  font-weight: 700;
  float: right;
  margin-left: 5px;
}
.accordion.active::after {
  content: "-";
}
.student-stories-text {
  padding: 10px 20px;
  color: #989898;
}
h3 {
  color: #00bab3;
  font-size: 24px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  margin-bottom: 0;
}
.student-stories-text span {
  color: #00bab3;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 20px;
}
.student-stories-images {
  display: inline-block;
  top: 0;
  vertical-align: top;
}
.student-stories-images img {
  top: 0;
  margin: 0;
}
#popup2 {
  width: 90%;
  margin: 3% auto;
  padding: 0;
}
.student-stories-img {
  vertical-align: top;
  overflow: hidden;
  white-space: normal;
  font-size: 0;
}
.student-stories-img img {
  top: 0;
  margin: 0;
}
.closePopup2 {
  right: 10px;
  top: 45px;
}
.footer-cont-home {
}
.footer-cont {
  background: #464646;
  place-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  /* margin-top: -30px; */
  margin-top: 0px;
}
.footer {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 35px 0;
  width: 97%;
  align-items: flex-start;
}
.social-cont {
  display: inline-block;
  margin-right: 20px;
}
.social-icon div img {
  width: 80%;
}
.agent {
  display: inline-block;
  vertical-align: top;
}
.suite-link-cont div {
  margin-bottom: 3px;
  font-size: 11px;
}
.suite-link-cont a {
  color: #0bada7;
}
.suite-link-cont div .suite-link a:hover {
  color: #f08080;
}
a.btn-send {
  background: #f08080;
  color: #fff;
  font-size: 12px;
  font-family: open sans, sans-serif;
  padding: 10px 25px;
  font-weight: 400;
  line-height: 42px;
  border-radius: 20px;
}
.contact-list {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}
.contact-city {
  color: #00bab3;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 3px solid #e7e7e7;
  padding: 0 5px;
}
.contact-details {
  font-size: 13px;
  font-family: open sans, sans-serif;
  color: #383838;
  display: inline-block;
  margin: 10px;
  vertical-align: top;
}
.contact-details a {
  color: #00bab3;
  font-weight: 600;
  font-size: 14px;
}
.contact-details:hover a {
  color: #f08080;
}
.contact-form {
  background: #f08080;
  color: #fff;
  font-size: 14px;
  font-family: open sans, sans-serif;
  padding: 10px 25px;
  margin: 0 5px;
  border-radius: 25px;
  width: 15%;
  text-align: center;
}
.contact-form a {
  color: #fff;
}
.contact-form:hover {
  background: #00bab3;
}
.contact-footer {
  font-size: 11px;
  margin-bottom: 10px;
}
.contact-footer a {
  color: #00bab3;
}
a.contact-btn {
  position: fixed;
  right: -11px;
  color: #fff;
  top: 105px;
  border-radius: 50px;
  text-align: center;
  background: #00bab3;
  padding: 10px 25px;
}
.contactform-cont {
  place-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
a.contact-footer-btn {
  background: #f08080;
  color: #fff;
  font-size: 12px;
  font-family: open sans, sans-serif;
  padding: 10px 33px;
  margin: 0 5px;
  border-radius: 25px;
  transition: 0.3s;
}
a:hover.contact-footer-btn {
  background: #00bab3;
}
.label-container {
  position: fixed;
  bottom: 48px;
  right: 90px;
  display: table;
  visibility: hidden;
}
.label-text {
  color: #fff;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
  border-radius: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}
.label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}
.float {
  position: fixed;
  bottom: 40px;
  right: 40px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  z-index: 9;
}
.my-float {
  font-size: 24px;
  margin-top: 18px;
}
a.float + div.label-container {
  visibility: hidden;
  opacity: 1;
  transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
}
a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}
.fa {
  font-size: 12px;
  font-family: "font awesome 5 free";
}
.fa-play::before {
  content: "";
  position: relative;
  left: 0;
}
.footer-link {
  margin-bottom: 15px;
}
.footer-link ul {
  list-style-type: none;
  margin: 0;
  display: inline-block;
}
.footer-link ul li {
  display: inline-block;
  margin-right: 10px;
}
.footer-link ul li a {
  list-style-type: none;
  color: #0bada7;
  font-size: 12px;
}
.copyright {
  color: #0bada7;
  display: inline-block;
  font-size: 12px;
}
.contact-footer span {
  color: #00bab3;
}
:focus {
  outline: none;
}
.intl-tel-input .country-list {
  width: 380px;
}
textarea.wpcf7-form-control {
  width: 98%;
  border-radius: 30px;
  border: 1px solid #d8d8d8;
  color: #989898;
  padding-left: 22px;
  padding-right: 22px;
  font-family: open sans, sans-serif;
  font-size: 16px;
  outline: none;
  margin-bottom: 12px;
  line-height: normal;
}
input.wpcf7-form-control {
  width: 95%;
  height: 40px;
  border-radius: 30px;
  border: 1px solid #d8d8d8;
  color: #989898;
  padding-left: 16px;
  padding-right: 15px;
  font-family: open sans, sans-serif;
  font-size: 15px;
  outline: none;
  margin-bottom: 12px;
  line-height: normal;
}
select.wpcf7-form-control {
  width: 95%;
  height: 40px;
  border-radius: 30px;
  border: 1px solid #d8d8d8;
  color: #989898;
  padding-left: 22px;
  padding-right: 22px;
  font-family: open sans, sans-serif;
  font-size: 16px;
  outline: none;
  margin-bottom: 12px;
  line-height: normal;
  background-position: right 0 center;
}
input.wpcf7-form-control.wpcf7-submit {
  background: #f08080;
  text-align: center;
  border-radius: 25px;
  line-height: 25px;
  margin: auto;
  width: 50%;
  position: relative;
  border: 0;
  padding: 10px 40px;
  font-size: 16px;
  color: #fff;
  font-family: open sans, sans-serif;
}
label {
  color: #5e5e5e;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: all 0.4s ease 0s;
  font-family: open sans, sans-serif;
  font-weight: 600;
  padding: 0 5px;
}
.intl-tel-input {
  width: 100%;
}
.box-in {
  background: #fff;
  height: auto;
  width: 400px;
  position: fixed;
  /* top: 440px; */
  top: 50%;
  right: 0;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  z-index: 9999;
  padding: 35px 15px;
  text-align: center;
  margin: 0 -400px 0 0;
}
.box-out {
  margin: 0;
}
.book-room-tour-btn {
  position: absolute;
  top: 85px;
  /* top: 50%; */
  cursor: pointer;
  background: 0 0;
  right: 400px;
  z-index: 9999;
  width: 55px;
}
#room-tour {
  font-family: open sans, sans-serif;
  font-size: 14px;
  font-style: italic;
}
span.onsite-text {
  color: #04b9b2;
  font-style: italic;
}
span.online-tour {
  color: #ee807f;
}
a.onsite-tour {
  background: #f08080;
  color: #fff;
  padding: 10px 25px;
  border-radius: 25px;
}
a:hover.onsite-tour {
  background: #00bab3;
}
a.online-tour {
  background: #00bab3;
  color: #fff;
  padding: 10px 29px;
  border-radius: 25px;
  position: relative;
  margin-bottom: 20px;
  margin: 0 10px;
}
a:hover.online-tour {
  background: #f08080;
}
.onsite-tour {
  text-align: left;
}
a.onsite-tour-backbtn,
a.online-tour-backbtn {
  background: #00bab3;
  color: #fff;
  padding: 10px 29px;
  border-radius: 25px;
  position: relative;
  margin-bottom: 20px;
  margin: 0 10px;
}
.black_overlay {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 126%;
  background-color: #000;
  z-index: 1001;
  opacity: 0.7;
}
.white_content {
  display: none;
  position: absolute;
  top: 10%;
  left: 0%;
  right: 0%;
  width: 65%;
  margin: 0 auto;
  height: 75%;
  padding: 16px;
  background-color: #fff;
  z-index: 1002;
  overflow: auto;
}

div#popupBox2 {
  top: 20%;
  width: 42%;
  height: auto;
}
.textright {
  float: right;
}
#popupBox2 .close {
  top: 4%;
}
.close {
  line-height: 25px;
  position: absolute;
  right: 3%;
  text-align: center;
  top: 2%;
  width: 30px;
  text-decoration: none;
  font-weight: 700;
}
@media (max-width: 1920px) {
  /* .about-text-cont {
    height: 755px !important;
  } */
  .home-text-box-cont {
  }
  .home-text-box {
    position: relative;
    margin: 0 auto;
  }
  .home-text2-cont {
    padding: 125px 0;
  }
  .home-text3-box-cont {
    padding: 15% 0;
  }
  .home-text4-box-cont {
    padding: 145px 0;
  }
  .home-text5-box-cont {
    padding: 155px 0;
  }
  /* .price {
    top: 551px;
  } */
  /* .property-video {
    top: 540px;
  } */
  /* .test-text-cont {
    height: 665px;
  } */
}
@media (max-width: 1680px) {
  .top-nav {
    min-height: 50px !important;
  }
  .top-nav-cont {
    padding: 20px 0px !important;
  }
  .promotion-slider {
    font-size: 18px;
  }
  .home-slider {
    min-height: 1010px !important;
  }
  /* .home-text-box-cont {
    padding: 119px 0 !important;
  } */
  .home-text2-cont {
    padding: 65px 0 !important;
  }
  .home-text3-box-cont {
    padding: 13% 0 !important;
  }
  .home-text4-box-cont {
    padding: 95px 0 !important;
  }
  .home-text5-box-cont {
    padding: 106px 0 !important;
  }
  /* .price {
    top: 370px;
  } */
  /* .property-video {
    top: 335px;
  } */
  /* .about-text-cont {
    height: 575px !important;
  } */
}
@media (max-width: 1440px) {
  .top-nav {
    min-height: 50px !important;
  }
  .top-nav-cont {
    padding: 15px 0px !important;
  }
  .promotion-slider {
    font-size: 14px;
  }
  .home-slider {
    min-height: 870px !important;
  }
  /* .home-text-box-cont {
    padding: 83px 0 !important;
  } */
  .home-text2-cont {
    padding: 65px 0 !important;
  }
  .home-text3-box-cont {
    padding: 13% 0 !important;
  }
  .home-text4-box-cont {
    padding: 95px 0 !important;
  }
  .home-text5-box-cont {
    padding: 88px 0 !important;
  }
  /* .price {
    top: 345px;
  } */
  /* .about-text-cont {
    height: 535px !important;
  } */
}
@media (max-width: 1366px) {
  .top-nav {
    min-height: 50px !important;
  }
  .promotion-slider {
    font-size: 14px;
  }
  .countdown {
    font-size: 12px !important;
  }
  div#countdown-timer {
    font-size: 14px;
  }
  .home-slider {
    min-height: 831px !important;
  }
  /* .about-text-cont {
    height: 520px !important;
  } */
  /* .home-text-box-cont {
    padding: 73px 0 !important;
  } */
  .home-text-box {
    position: relative;
  }
  .home-text3-box-cont {
    padding: 12% 0 !important;
  }
  .home-text2-cont {
    padding: 30px 0 !important;
  }
  .home-text4-box-cont {
    padding: 55px 0 !important;
  }
  .home-text5-box-cont {
    padding: 70px 0 !important;
  }
  /* .test-text-cont {
    height: 340px !important;
  } */
  /* .price {
    top: 329px;
  } */
  /* .property-video {
    top: 310px;
  } */
  .main-price:before {
    content: " ";
    display: block;
    border-top: 2px solid red;
    height: 12px;
    position: absolute;
    bottom: 0;
    left: revert;
    right: 0px;
    transform: rotate(-7deg);
  }
}
@media (max-width: 1024px) {
  /* .home-text {
    top: 40%;
  } */
  .top-nav {
    min-height: 50px !important;
  }
  .top-nav-cont {
    padding: 10px 0px !important;
  }
  .promotion-slider {
    font-size: 11px;
  }
  .countdown {
    font-size: 11px !important;
  }
  div#countdown-timer {
    font-size: 11px;
  }
  .home-slider {
    min-height: 665px !important;
  }
  .banner-container {
    height: auto !important;
  }
  .home-banner {
  }
  .headerstrip-cta {
    line-height: 53px;
  }
  .home-details {
  }
  .nav-2 ul li,
  .nav-2 ul li a {
    font-size: 12px;
    padding: 0 2px;
  }
  .home-text-box-cont {
    padding: 44px 0 !important;
    font-size: 20px !important;
  }
  .home-text2-cont {
    font-size: 12px;
    padding: 10px 0 !important;
  }
  .home-text3-box-cont {
    font-size: 12px;
    padding: 5% 0 !important;
  }
  .home-text4-box-cont {
    font-size: 12px;
    padding: 4% 0 !important;
  }
  .home-text5-box-cont {
    font-size: 12px;
  }
  .home-text2-box h3,
  .home-text3-box h3,
  .home-text4-box h3,
  .home-text5-box h3 {
    font-size: 15px;
  }
  .brand-banner {
    /* top: -103px; */
  }
  .our-brand-cont {
    /* top: -103px; */
  }
  .room-nav ul li,
  .room-nav ul li a {
    margin: auto;
  }
  /* .about-text-cont {
    height: 381px !important;
  } */
  .about-slider-text {
    width: 100%;
  }
  .price {
    top: 190px;
    width: 50%;
  }
  .property-video {
    top: 180px;
    width: 50%;
  }
  .slick-dots {
    top: 90%;
  }
  .transport-text {
    width: 80%;
  }
  .fancy-text {
    width: 80%;
  }
  .fancy-list {
    font-size: 13px;
  }
  .feature-text {
    width: 28%;
    margin-right: 7px;
  }
  .feature-text-2 {
    font-size: 35px;
    margin-right: 5px;
  }
  .feature-proximity {
    width: 50%;
  }
  .room {
    /* width: 50% !important; */
    margin-bottom: 20px;
  }
  .footer-cont-home {
  }
  .footer-cont {
    min-height: 217px;
  }
}
@media (max-width: 768px) {
  select.home-city {
    width: 80% !important;
  }
  .banner-container {
    height: auto;
  }
  .home-text-box-cont {
    padding: 144px 0;
  }
  .nav.nav-tabs {
    white-space: normal;
    /* overflow: inherit; */
    margin-top: 15px;
  }
  .nav.nav-tabs li a {
    padding: 0 15px;
  }
  .nav.nav-tabs li div {
    padding: 0 15px;
  }
  .about-slider {
    top: 0;
  }
  .about-text-cont {
    /* height: 479px !important; */
    width: 90% !important;
    overflow-y: inherit;
  }
  .test-text-cont {
    margin-bottom: 0;
    height: 381px !important;
    width: 92% !important;
  }
  .map-slider {
    display: block;
  }
  .transport-text {
    width: 74%;
  }
  .fancy-feature {
    width: 90%;
    margin: 0;
  }
  .footer-cont {
    margin-top: 0;
  }
  .contact-form {
    width: 60%;
  }
  .communication,
  .community,
  .comfort,
  .customercare {
    padding: 185px 0;
  }
  .about-text-cont::-webkit-scrollbar-track,
  .test-text-cont::-webkit-scrollbar-track {
    display: none;
  }
  .about-text-cont::-webkit-scrollbar,
  .test-text-cont::-webkit-scrollbar {
    display: none;
  }
  .about-text-cont::-webkit-scrollbar-thumb,
  .test-text-cont::-webkit-scrollbar-thumb {
    display: none;
  }
  #map-mobile {
  }
  .yfactor-slider {
    min-height: 727px;
    object-position: right;
  }
  .yfactor {
    padding-bottom: 20px;
  }
  .yfactor-content {
    background: none;
  }
}
@media (max-width: 414px) {
  .top-nav {
    background-image: none !important;
    background-color: #00bab3;
  }
  .promotion-slider {
    font-size: 20px;
    text-align: center;
    line-height: 24px;
  }
  .countdown {
    text-align: center;
    left: 0px !important;
    border: 0px;
  }
  .home-slider {
    min-height: 900px !important;
  }
  .home-text {
    width: 80%;
  }
  select.home-city {
    width: 80% !important;
  }
  .home-text2-cont,
  .home-text3-cont,
  .home-text4-box-cont,
  .home-text4-cont,
  .home-text5-cont {
    font-size: 11px;
    padding: 10px 0;
  }
  .home-text2-box h3,
  .home-text3-box h3,
  .home-text4-box h3,
  .home-text5-box h3 {
    font-size: 14px;
  }
  .home-text-box-cont {
    padding: 60px 0px !important;
  }
  .home-text-box {
    font-size: 15px;
    line-height: 18px;
  }
  .home-text2-box img.home-icon {
    width: 50%;
  }
  .home-text5-box img.home-icon {
    width: 20%;
  }
  img.home-icon {
  }
  .banner-container {
    height: auto !important;
  }
  .brand-btn {
    width: 60% !important;
  }
  /* .about-ySuites-text {
    top: 32%;
  } */
  .about-ySuites-text h1 {
    font-size: 35px;
    line-height: 43px;
  }
  .communication,
  .community {
    padding: 179px 0 40px;
  }
  .comfort,
  .customercare {
    padding: 35px 0 140px;
  }
  .brand-pillar-btn-cont {
    bottom: 30px;
  }
  .brand-pillar-bg {
    left: 19%;
  }
  .brand-traits-bg2 {
    left: -2%;
  }
  .brand-traits-bg3 {
    right: -25px;
  }
  .student-stories-btn,
  .our-suite-btn {
    display: block;
    padding-bottom: 20px;
  }
  .blog {
    width: 100% !important;
    padding-right: 0px;
  }
  .logo {
    margin-bottom: 15px;
  }
  .gallery-overlay {
    font-size: 12px !important;
  }
  .gallery-overlay span {
    font-size: 14px !important;
  }
  .popup {
    margin: 25% auto;
    width: 300px;
  }
  .closePopup img {
    height: auto;
    width: 50% !important;
  }
  .closePopup,
  .closePopup2 {
    right: -15%;
  }
  .closePopup2 {
    right: 4%;
  }
  .event-caption-text {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .event-caption-text h4 {
    font-size: 16px !important;
  }
  .event-caption-date {
    font-size: 14px;
    text-align: left;
    float: left;
  }
  .event-caption-date span {
    font-size: 12px;
  }
  .student-stories-text {
    width: 100% !important;
  }
  .about-text-cont {
    margin-bottom: 20px;
    height: auto !important;
    left: 20px !important;
    width: 90% !important;
  }
  .about-text-cont::-webkit-scrollbar-track,
  .test-text-cont::-webkit-scrollbar-track {
    display: none;
  }
  .about-text-cont::-webkit-scrollbar,
  .test-text-cont::-webkit-scrollbar {
    display: none;
  }
  .about-text-cont::-webkit-scrollbar-thumb,
  .test-text-cont::-webkit-scrollbar-thumb {
    display: none;
  }
  .about-text-cont {
    width: 90% !important;
    /* height: 500px !important; */
    overflow-y: inherit;
  }
  .about-slider {
    top: -15px !important;
    left: 0 !important;
  }
  .slick-slide img {
    width: 100% !important;
  }
  .fancy-feature {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .transport-list {
    margin-right: 10px !important;
    width: 100% !important;
  }
  .price {
    top: 200px !important;
  }
  .transport-text {
  }
  .approved-list {
    margin-right: 14px;
    width: 45% !important;
  }
  .approved-list img {
    width: 100% !important;
  }
  .city {
    line-height: 20px;
    font-size: 15px;
    text-align: center;
  }
  .fixed-header {
    position: fixed;
    top: 0;
    z-index: 999;
    height: 65px;
    width: 100%;
    margin: auto;
  }
  .fixed-header .logo {
    margin-bottom: 0;
  }
  .fixed-header .logo-2 {
    display: none;
  }
  .fixed-header .logo-2-sticky {
    display: block;
  }
  .wrapper-menu {
    width: 36px;
    height: 20px;
    cursor: pointer;
    transition: transform 330ms ease-out 0s;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 10px;
  }
  .wrapper-menu.open {
    transform: rotate(-45deg);
  }
  .line-menu {
    background-color: #00bab3;
    width: 100%;
    height: 4px;
    margin-bottom: 4px;
    float: right;
  }
  .homepage .line-menu,
  .wrapper-menu.open .line-menu {
    background-color: #fff;
  }
  .line-menu.half {
    width: 78%;
  }
  .line-menu.start {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57) 0s;
    transform-origin: center center;
  }
  .open .line-menu.start {
    transform: rotate(-90deg) translateX(-7px);
  }
  .line-menu.end {
    transition: all 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57) 0s;
    transform-origin: right center;
    opacity: 1;
  }
  .open .line-menu.end {
    transform: translateY(-8px);
    opacity: 0;
  }
  .wrap_menu {
    position: fixed;
    right: 0;
    top: 0;
    height: auto;
    width: 0%;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease 0s;
    z-index: 999;
    overflow-y: auto;
    bottom: 0;
  }
  .wrap_menu.open {
    width: 100%;
  }
  .wrap_menu .inner_menu {
    float: right;
    width: 100%;
    background: 0% 0% / cover rgb(0, 186, 179);
    height: 100vh;
    bottom: 0;
  }
  .wrap_menu .inner_menu > ul {
    margin: 30px 0;
    text-align: left;
    list-style-type: none;
    padding-inline-start: 0;
  }
  .wrap_menu .inner_menu > ul li {
    margin-bottom: 20px;
  }
  .wrap_menu .inner_menu > ul li:hover a {
    color: #fff;
  }
  .wrap_menu .inner_menu ul li a {
    color: #fff;
    font-size: 31px;
    line-height: 1;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    padding: 10px 30px 10px 20px;
  }
  .wrap_menu .inner_menu ul.sub-menu {
    padding-inline-start: 0;
    display: none;
    padding-left: 0;
    position: relative;
    background: 0 0;
    opacity: 1;
    visibility: visible;
    padding: 0;
  }
  .wrap_menu .inner_menu ul.sub-menu li {
    margin-bottom: 0;
  }
  .wrap_menu .inner_menu ul.sub-menu li.menu-item-has-children > a {
    line-height: 1;
    font-size: 24px !important;
    color: #84e6e2;
    padding: 5px 30px 5px 20px !important;
  }
  .wrap_menu .inner_menu ul.sub-menu li a:hover {
    opacity: 1;
  }
  .wrap_menu .menu-item-has-children > a {
    background: url(./img/dropdown.png) right center no-repeat;
  }
  .wrap_menu .inner_menu ul.secondary-menu {
    margin: 0;
  }
  .wrap_menu .inner_menu ul.secondary-menu li a {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: none;
  }
  .slick-dots {
    top: 85%;
  }
  .about-mobile-text-cont {
    display: block;
  }
  .nav-wrapper-cont {
    display: block;
  }
  .nav.nav-tabs li a {
    padding: 0 5px;
  }
  .nav.nav-tabs li div {
    padding: 0 5px;
  }
  .nav.nav-tabs {
    overflow: inherit;
  }
  #nav-wrapper {
    max-width: 400px;
    height: auto;
    z-index: 9999;
    background: #fff;
  }
  .map-slider {
    display: block;
  }
  #map-mobile {
  }
  .test-text-cont {
    margin-bottom: 0;
    width: 90% !important;
    height: 500px !important;
  }
  .float {
    bottom: 70px;
  }
  .book-room-tour-btn {
    right: 257px;
  }
  .box-in {
    width: 257px;
    margin: 0 -257px 0 0;
  }
  .box-out {
    margin: 0;
  }
  .onsite-tour {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding: 8px 31px !important;
  }
  .suite-tab-mobile {
    transition: 0.4s ease all;
    opacity: 0;
    /* pointer-events: none; */
    transform: translateY(-100px) scale(0.8);
    position: relative;
    width: 100%;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
  }
  .suite-tab-mobile.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0px) scale(1);
  }
  input.wpcf7-form-control.wpcf7-submit {
    width: 90% !important;
  }
  .iti-mobile .intl-tel-input .country-list {
    width: 90% !important;
  }
  .room {
    width: 100% !important;
  }
  .room-images {
    width: 100% !important;
  }
  .room-detail-info {
    width: 100% !important;
    display: flex;
    flex-direction: column;
  }
  .room-detail-content {
    height: auto;
    font-size: 11px;
    width: 100%;
  }
  .room-price {
    font-size: 12px;
    text-align: left;
    margin-bottom: 10px;
  }
  .room-detail-btn {
    width: 100%;
    margin-top: 10px;
  }
  .discount-price {
    font-size: 17px;
  }
  .individual-room {
    padding: 45px 0px !important;
  }
  .room-description {
    padding: 0px !important;
  }
  .value_Services img {
    width: auto !important;
  }
  #myModal .modal-content {
    max-width: 95% !important;
  }
}
@media (max-width: 375px) {
  .promotion-slider {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 20px;
  }
  .countdown {
    text-align: center;
    left: 0px !important;
  }
  .home-slider {
    min-height: 540px !important;
  }
  .home-text {
  }
  select.home-city {
    width: 80% !important;
  }
  .home-text2-cont,
  .home-text3-cont,
  .home-text4-box-cont,
  .home-text4-cont,
  .home-text5-cont {
    font-size: 11px;
    padding: 10px 0;
  }
  .home-text2-box h3,
  .home-text3-box h3,
  .home-text4-box h3,
  .home-text5-box h3 {
    font-size: 14px;
  }
  .home-text-box-cont {
    padding: 40px 0;
  }
  .home-text-box {
    font-size: 15px;
    line-height: 18px;
  }
  .home-text2-box img.home-icon {
    width: 50%;
  }
  .home-text5-box img.home-icon {
    width: 20%;
  }
  img.home-icon {
    width: 40%;
  }
  .banner-container {
    height: auto !important;
  }
  .brand-btn {
    width: 60% !important;
  }
  /* .about-ySuites-text {
    top: 32%;
  } */
  .about-ySuites-text h1 {
    font-size: 35px;
    line-height: 43px;
  }
  .communication,
  .community {
    padding: 179px 0 40px;
  }
  .comfort,
  .customercare {
    padding: 35px 0 140px;
  }
  .brand-pillar-btn-cont {
    bottom: 30px;
  }
  .brand-traits-bg2 {
    left: -2%;
  }
  .brand-traits-bg3 {
    right: -25px;
  }
  .brand-pillar-bg {
    left: 19%;
  }
  .student-stories-btn,
  .our-suite-btn {
    display: block;
    padding-bottom: 20px;
  }
  .blog {
    width: 100% !important;
  }
  .logo {
    margin-bottom: 15px;
  }
  .gallery-overlay {
    font-size: 12px !important;
  }
  .gallery-overlay span {
    font-size: 14px !important;
  }
  .popup {
    margin: 25% auto;
    width: 300px;
  }
  .closePopup img {
    height: auto;
    width: 50% !important;
  }
  .closePopup,
  .closePopup2 {
    right: -15%;
  }
  .closePopup2 {
    right: 4%;
  }
  .event-caption-text {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .event-caption-text h4 {
    font-size: 16px !important;
  }
  .event-caption-date {
    font-size: 14px;
    text-align: left;
    float: left;
  }
  .event-caption-date span {
    font-size: 12px;
  }
  .student-stories-text {
    width: 100% !important;
  }
  .about-text-cont {
    margin-bottom: 20px;
    height: auto !important;
    left: 20px !important;
    width: 90% !important;
    overflow-y: inherit;
  }
  .about-text-cont::-webkit-scrollbar-track,
  .test-text-cont::-webkit-scrollbar-track {
    display: none;
  }
  .about-text-cont::-webkit-scrollbar,
  .test-text-cont::-webkit-scrollbar {
    display: none;
  }
  .about-text-cont::-webkit-scrollbar-thumb,
  .test-text-cont::-webkit-scrollbar-thumb {
    display: none;
  }
  .about-text-cont {
    width: 90% !important;
    /* height: 500px !important; */
  }
  .about-slider {
    top: -15px !important;
    left: 0 !important;
  }
  .slick-slide img {
    width: auto !important;
  }
  .fancy-feature {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .transport-list {
    margin-right: 10px !important;
    width: 100% !important;
  }
  .price {
    top: 200px !important;
  }
  .transport-text {
  }
  .approved-list {
    margin-right: 14px;
    width: 45% !important;
  }
  .approved-list img {
    width: 100% !important;
  }
  .city {
    line-height: 20px;
    font-size: 15px;
    text-align: center;
  }
  .fixed-header {
    position: fixed;
    top: 0;
    z-index: 999;
    height: 65px;
    width: 100%;
    margin: auto;
  }
  .fixed-header .logo {
    margin-bottom: 0;
  }
  .fixed-header .logo-2 {
    display: none;
  }
  .fixed-header .logo-2-sticky {
    display: block;
  }
  .wrapper-menu {
    width: 36px;
    height: 20px;
    cursor: pointer;
    transition: transform 330ms ease-out 0s;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    z-index: 1000;
    top: 10px;
    right: 10px;
  }
  .wrapper-menu.open {
    transform: rotate(-45deg);
  }
  .line-menu {
    background-color: #000;
    width: 100%;
    height: 4px;
    margin-bottom: 4px;
    float: right;
  }
  .homepage .line-menu,
  .wrapper-menu.open .line-menu {
    background-color: #fff;
  }
  .line-menu.half {
    width: 78%;
  }
  .line-menu.start {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57) 0s;
    transform-origin: center center;
  }
  .open .line-menu.start {
    transform: rotate(-90deg) translateX(-7px);
  }
  .line-menu.end {
    transition: all 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57) 0s;
    transform-origin: right center;
    opacity: 1;
  }
  .open .line-menu.end {
    transform: translateY(-8px);
    opacity: 0;
  }
  .wrap_menu {
    position: fixed;
    right: 0;
    top: 0;
    height: auto;
    width: 0%;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease 0s;
    z-index: 999;
    overflow-y: auto;
    bottom: 0;
  }
  .wrap_menu.open {
    width: 100%;
  }
  .wrap_menu .inner_menu {
    float: right;
    width: 100%;
    background: 0% 0% / cover rgb(0, 186, 179);
    height: 100vh;
    bottom: 0;
  }
  .wrap_menu .inner_menu > ul {
    margin: 30px 0;
    text-align: left;
    list-style-type: none;
    padding-inline-start: 0;
  }
  .wrap_menu .inner_menu > ul li {
    margin-bottom: 20px;
  }
  .wrap_menu .inner_menu > ul li:hover a {
    color: #fff;
  }
  .wrap_menu .inner_menu ul li a {
    color: #fff;
    font-size: 31px;
    line-height: 1;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    padding: 10px 30px 10px 20px;
  }
  .wrap_menu .inner_menu ul.sub-menu {
    padding-inline-start: 0;
    display: none;
    padding-left: 0;
    position: relative;
    background: 0 0;
    opacity: 1;
    visibility: visible;
    padding: 0;
  }
  .wrap_menu .inner_menu ul.sub-menu li {
    margin-bottom: 20px;
    padding: 0;
  }
  .wrap_menu .inner_menu ul.sub-menu li.menu-item-has-children > a {
    line-height: 1;
    font-size: 24px !important;
    color: #84e6e2;
    padding: 5px 30px 5px 20px !important;
  }
  .wrap_menu .inner_menu ul.sub-menu li a:hover {
    opacity: 1;
  }
  .wrap_menu .menu-item-has-children > a {
    background: url(./img/dropdown.png) right center no-repeat;
  }
  .wrap_menu .inner_menu ul.secondary-menu {
    margin: 0;
  }
  .wrap_menu .inner_menu ul.secondary-menu li a {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: none;
  }
  .slick-dots {
    top: 85%;
  }
  .about-mobile-text-cont {
    display: block;
  }
  .nav-wrapper-cont {
    display: block;
  }
  .nav.nav-tabs li a {
    padding: 0 5px;
  }
  .nav.nav-tabs li div {
    padding: 0 5px;
  }
  .nav.nav-tabs {
    overflow: inherit;
  }
  #nav-wrapper {
    max-width: 400px;
    height: auto;
  }
  .map-slider {
    display: block;
  }
  #map-mobile {
    /* top: 54% !important; */
  }
  .test-text-cont {
    margin-bottom: 0;
    width: 90% !important;
    height: 500px !important;
  }
  .float {
    bottom: 70px;
  }
  .book-room-tour-btn {
    right: 257px;
  }
  .box-in {
    width: 257px;
    margin: 0 -257px 0 0;
  }
  .box-out {
    margin: 0;
  }
  .onsite-tour {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding: 8px 31px !important;
  }
  .suite-tab-mobile {
    transition: 0.4s ease all;
    opacity: 0;
    transform: translateY(-100px) scale(0.8);
    position: absolute;
    width: 100%;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .suite-tab-mobile.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0px) scale(1);
  }
  input.wpcf7-form-control.wpcf7-submit {
    width: 90% !important;
  }
  .iti-mobile .intl-tel-input .country-list {
    width: 90% !important;
  }
  #myModal .modal-content {
    max-width: 95% !important;
  }
}

.faq-content-cont {
  margin-bottom: 40px;
}

/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #cf2623;
}

.ribbon .ribbon-content {
  position: absolute;
  display: block;
  width: 225px;
  height: 50px;
  padding: 15px 0;
  background-color: #f08080;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 14px/1 "Lato", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
  padding-left: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

/* top right*/
.ribbon-top-right {
  /* top: -10px;
  right: -10px; */
  top: 0px;
  right: 0px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right .ribbon-content {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

.mobile-inner-cont {
  width: 100%;
}

@media print, screen and (max-width: 64em) {
  .room-description {
    padding-left: 0px;
    padding-right: 0px;
  }
  .fancy-cont {
    padding: 20px 20px;
  }
}

.checkAvailabilityForm {
  padding: 0px 30px 0px 30px;
}
.bookNowForm {
  padding: 0px 30px 0px 30px;
}
.recheckForm {
  padding: 0px 30px 0px 30px;
}
.recommendationForm {
  padding: 0px 30px 0px 30px;
}

.room_description_size {
  width: 75%;
}

.booking_form_size {
  width: 25%;
}

@media print, screen and (max-width: 1600px) {
  .banner_main_book_room {
    width: 90%;
    padding-left: 40px;
    padding-right: 0px;
  }
  .banner_main_book_room_right p {
    margin-right: 0px;
  }
}

@media print, screen and (max-width: 1500px) {
  .room_description_size {
    width: 70%;
  }

  .booking_form_size {
    width: 30%;
  }
}

@media print, screen and (max-width: 1200px) {
  .room_description_size {
    width: 100%;
    padding: 0px;
  }

  .booking_form_size {
    width: 100%;
    margin-top: 30px;
  }

  .value_Services img {
    width: 50px;
    height: 50px;
  }

  .banner_main_book_room {
    padding-left: 0px;
  }
}

@media print, screen and (max-width: 979px) {
  .banner_main_book_room {
    bottom: 30px;
  }
  .banner_main_book_room_left {
    flex-direction: column;
    align-items: flex-start;
  }
  .banner_main_book_room_left > .banner_main_cam_btn:last-child {
    margin-bottom: 0px;
  }
  .banner_main_book_room_right {
    justify-content: flex-end;
    padding-bottom: 5px;
    align-self: flex-end;
  }
}

.nav-cont > .float-right {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
}

.nav-cont .inner-cont {
  z-index: 20;
}

.wpml-ls-legacy-list-horizontal {
  padding: 3px !important;
}

.absolute-nav {
  position: absolute;
}

@media (max-width: 1023px) {
  .top-nav {
    min-height: 50px !important;
    /* background-color: #00bab3;
    background-image: none !important; */
  }
  .countdown {
    text-align: right;
    left: 0px;
    border: none;
  }
}

@media (max-width: 900px) {
  .top-nav {
    background-color: #00bab3;
    background-image: none !important;
  }
}

.testimonial-cont {
  position: relative;
  z-index: 1;
}
.testimonial-slider {
  z-index: 999;
  position: relative;
  /* top: -16px; */
}
.testimonial-slider .slick-dots {
  bottom: 0px;
}

.mobile-nav li {
  padding: 10px;
}

.testimonial-slider .slick-track {
  display: flex;
  height: 100%;
}

.testimonial-slider .slick-slide {
  height: auto;
}

.testimonial-slider .slick-list {
  height: 100%;
}

.testimonial-slider {
  height: 100%;
}

.testimonial_container {
  height: 100%;
}

.testimonial_container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.test-text {
  margin-bottom: 30px;
}

.test-img img {
  width: 60px;
  margin-right: 10px;
}

.testimonial_container video {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

/* video popup design */

#testimonial_video .modal-content {
  max-width: 60%;
  width: 100% !important;
  padding-top: 45px;
  position: relative;
  height: 70%;
}
#testimonial_video .modal-content .modal-close {
  position: absolute;
  top: 1px;
  right: 20px;
  color: rgb(0, 186, 179);
  font-size: 50px !important;
  line-height: 40px;
}

@media screen and (max-width: 499px) {
  #testimonial_video .modal-content iframe {
    width: 100%;
  }
}

/* The Modal (background) */

.modal-body {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999999;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
/* Modal Content */

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
/* The Close Button */

.modal-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modal-close:hover,
.modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#testimonial_video video {
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 768px) {
  #testimonial_video {
    padding: 20px;
  }
  #testimonial_video .modal-content {
    max-width: initial;
    padding: 20px;
    height: auto;
  }
}

.home-details-cont .cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.grid-img {
  flex: 1;
  display: flex;
  width: 100%;
  height: 50%;
}

#agent-login-form {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin: 0 auto;
}

#agent-login-form input {
  width: 100%;
  height: 40px;
  border-radius: 30px;
  border: 1px solid #d8d8d8;
  color: #989898;
  padding-left: 22px;
  padding-right: 22px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  outline: none;
  margin-top: 12px;
  margin-bottom: 0px;
  line-height: normal;
  text-align: center;
}

#agent-login-form select {
  width: 100%;
  height: 40px;
  border-radius: 30px;
  border: 1px solid #d8d8d8;
  color: #989898;
  padding-left: 22px;
  padding-right: 22px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  outline: none;
  margin-top: 12px;
  margin-bottom: 0px;
  line-height: normal;
}

#agent-login-form select option {
  text-align: center;
}

.agent_submit_button {
  width: 100%;
  height: 40px;
  border-radius: 30px;
  border: 1px solid #f08080;
  color: #fff;
  padding-left: 22px;
  padding-right: 22px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  outline: none;
  background: #f08080;
  cursor: pointer;
  margin-left: 30px;
  margin-right: 30px;
  display: block;
  margin: 0 auto;
  margin-top: 12px;
}

#agent-login-form.hidden {
  display: none;
}

.loading.hidden {
  display: none;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.agent-content {
  display: flex;
  justify-content: flex-end;
  margin-top: -10px;
  padding-top: 0px;
  padding-bottom: 15px;
  display: none;
}

.agent-content.show {
  display: flex !important;
  z-index: 10;
}

.agent-box {
  display: flex;
  margin-right: 20px;
  font-size: 14px;
}

.agency_name {
  display: flex;
  align-items: center;
}

.agency_name.white {
  color: white;
}

#agency_name {
  margin-left: 10px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .agent-content {
    padding: 0px;
  }
}

.agent_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: unset;
}

.agent_form .Confirmation_button_list {
  width: 80%;
}

.agent_form p {
  text-align: center;
}

.agent_form input {
  margin-bottom: 12px;
}

.menu-item a {
  color: #000000 !important;
}

.download-content {
  width: 90%;
  height: 100%;
  min-height: 972px;
  display: flex;
  padding: 20px;
  margin: 0 auto;
}

#agent-download-form.hidden {
  display: none;
}

#agent-download-form input {
  width: 100%;
  height: 40px;
  border-radius: 30px;
  border: 1px solid #d8d8d8;
  color: #989898;
  padding-left: 22px;
  padding-right: 22px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  outline: none;
  margin-top: 12px;
  margin-bottom: 0px;
  line-height: normal;
}

#agent-download-form select {
  width: 100%;
  border-radius: 30px;
  border: 1px solid #d8d8d8;
  color: #989898;
  padding-left: 22px;
  padding-right: 22px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  outline: none;
  margin-top: 12px;
  margin-bottom: 0px;
  line-height: normal;

  height: 200px;
}

.download-loading {
  margin: 0 auto;
}

.lds-dual-ring.green:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #00bab3;
  border-color: #00bab3 transparent #00bab3 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

#agent-download-form p {
  margin-bottom: 0px;
  font-weight: bold;
}

#agent-download-form h5 {
  font-size: 20px;
  margin-top: 20px;
}
.for-agents-text {
  top: 4% !important;
}
.agent-content-mobile {
  display: none;
}
.agent-content-mobile ul {
  padding-top: 10px;
  border-top: 3px solid white;
  margin-left: 20px;
  margin-right: 50px;
}
.agent-content-mobile ul li {
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
}
.agent-content-mobile a {
  font-size: 20px !important;
  padding-left: 0px !important;
}
.agent-content-mobile.show {
  display: flex !important;
}

@media (max-width: 768px) {
  .agent-content.show {
    display: none !important;
  }
  .download-content {
    width: 100%;
  }
  .substainability {
    flex-direction: column;
  }
}

.date_input {
  display: flex;
  flex-direction: row;
}

.date_input input {
  flex: 0.8;
}

.date_input button {
  flex: 0.2;
  margin-left: 10px;
}

.about-cont .grid-x {
  padding: 0px;
}

.about-slider {
  height: 100%;
}

.about-slider .slick-dots {
  bottom: 0px;
}

.about-slider .slick-list {
  height: 100%;
}

.about-slider .slick-track {
  height: 100%;
}

.about-slider .slick-slide img {
  height: 100%;
  object-fit: cover;
}

.testimonial-cont .grid-x {
  padding: 0px;
}

.popup-content {
  text-align: left;
}

.popup-container {
  width: 90%;
}

.city-form {
  display: flex;
  align-items: center;
}

.language-mobile {
  margin-left: 20px;
  margin-bottom: 10px;
}

.language-mobile ul {
  display: flex;
}

.language-mobile ul li:first-child a {
  padding: 0px !important;
}

.language-mobile ul li:nth-child(2) a {
  padding: 0px !important;
  margin-left: 20px;
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .value_Services {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 1024px) {
  .test-text-cont {
    width: 90% !important;
    left: 0px;
    height: 100%;
    overflow-y: visible;
    margin: auto;
  }
  .nav-bar {
    align-items: center;
    display: flex;
  }
  .absolute-nav {
    position: static;
  }
  .absolute-nav.fixed-header {
    position: fixed;
  }
  .wrapper-menu {
    width: 36px;
    height: 20px;
    cursor: pointer;
    transition: transform 330ms ease-out 0s;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    z-index: 1000;
    /* top: -10px; */
    right: 0;
  }
  .wrapper-menu.open {
    transform: rotate(-45deg);
  }
  .line-menu {
    background-color: #00bab3;
    width: 100%;
    height: 4px;
    margin-bottom: 4px;
    float: right;
  }
  .homepage .line-menu,
  .wrapper-menu.open .line-menu {
    background-color: #fff;
  }
  .line-menu.half {
    width: 78%;
  }
  .line-menu.start {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57) 0s;
    transform-origin: center center;
  }
  .open .line-menu.start {
    transform: rotate(-90deg) translateX(-7px);
  }
  .line-menu.end {
    transition: all 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57) 0s;
    transform-origin: right center;
    opacity: 1;
  }
  .open .line-menu.end {
    transform: translateY(-8px);
    opacity: 0;
  }
  .wrap_menu {
    position: fixed;
    right: 0;
    top: 0;
    height: auto;
    width: 0%;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease 0s;
    z-index: 999;
    overflow-y: auto;
    bottom: 0;
    display: block;
  }
  .wrap_menu.open {
    width: 100%;
  }
  .wrap_menu .inner_menu {
    float: right;
    width: 100%;
    background: 0% 0% / cover rgb(0, 186, 179);
    bottom: 0;
    height: 100%;
    min-height: 110vh;
  }
  .wrap_menu .inner_menu > ul {
    margin: 30px 0;
    text-align: left;
    list-style-type: none;
    padding-inline-start: 0;
    margin-bottom: 0px;
  }
  .wrap_menu .inner_menu > ul li {
    margin-bottom: 10px;
  }
  .wrap_menu .inner_menu ul li a {
    color: #fff;
    font-size: 31px;
    line-height: 1;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    padding: 10px 30px 10px 20px;
  }
  .wrap_menu .inner_menu ul.sub-menu {
    padding-inline-start: 0;
    display: none;
    padding-left: 0px;
    position: relative;
    background: 0 0;
    margin: 0;
    margin-top: 10px;
  }
  .wrap_menu .inner_menu ul.sub-menu > li.menu-item-has-children > a {
    border-bottom: 2px solid #00cfc7;
    font-weight: 400;
    font-style: italic;
  }
  .wrap_menu .inner_menu ul.sub-menu ul {
    margin: 0;
  }
  .wrap_menu .inner_menu ul.sub-menu ul li {
    padding: 0;
    margin-bottom: 20px;
  }
  .wrap_menu .inner_menu ul.sub-menu li a {
    line-height: 1;
    font-size: 24px !important;
    background: 0 0 !important;
    width: 100% !important;
    padding: 0 20px;
    display: block;
    position: relative;
    z-index: 1;
  }
  .wrap_menu .inner_menu ul.sub-menu li a:hover {
    opacity: 1;
  }
  .wrap_menu .inner_menu ul > li.menu-item-has-children > a:before {
    background: url(./img/dropdown.png) right center no-repeat;
    position: relative;
    content: "";
    width: 100%;
    height: 100%;
  }
  .wrap_menu .inner_menu ul.secondary-menu {
    margin: 0;
  }
  .wrap_menu .inner_menu ul.secondary-menu li a {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: none;
  }

  select.home-city {
    width: 50%;
  }

  .yfactor-cont-text {
    width: 90% !important;
  }

  .yfactor-text h1 {
    font-size: 48px;
    line-height: 48px;
  }

  .fixed-header {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 999;
    height: 65px;
  }
  .fixed-header .logo-2 {
    display: none;
  }
  .fixed-header .logo-2-sticky {
    display: block;
  }
  .about-mobile-text-cont {
    display: block;
  }
  .nav-wrapper-cont {
    display: block;
    margin-bottom: 0;
  }
  #nav-wrapper {
    max-width: 768px;
    /* height: 40px; */
  }
  .suite-tab-mobile {
    transition: 0.4s ease all;
    opacity: 0;
    transform: translateY(-100px) scale(0.8);
    position: relative;
    top: 0%;
    width: 100%;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
  }
  .suite-tab-mobile.open {
    display: block;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0px) scale(1);
  }
  .about-slider-cont {
    height: unset;
  }
  .about-text-cont {
    width: 90% !important;
    left: 5%;
    top: 0px;
    height: auto !important;
  }
  .name {
    bottom: 140px;
  }
  .agent-content.show {
    display: none !important;
  }
}

@media (max-width: 1410px) {
  .carousel-text {
    flex: 1;
  }
}

@media (max-width: 1300px) {
  .carousel-text {
    flex: 1.4;
  }
}

@media (max-width: 1410px) and (min-width: 1024px) {
  .about-slider .slick-slide img {
    min-height: 575px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .yfactor-content {
    background-size: 80px;
    background-position: 100% 120%;
  }
}

@media (max-width: 900px) {
  .no-text-top.top-nav {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .online_enquiry_footer {
    margin-top: 20px;
    width: 100% !important;
  }
  .sustainability-text h1 {
    font-size: 42px;
  }
  .substainability-text-cont {
    height: unset;
  }
  ul.popup-text {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  .home-text {
    position: relative;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    top: 0px;
    background-color: #00bab3;
    padding: 20px;
  }
  .value_Services {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 480px) {
  .carousel-text {
    flex: none;
  }
  .sustainability-container {
    padding: 0px;
  }
  .sustainability-close {
    position: absolute;
  }
  .sustainability-title {
    width: 90%;
  }
  .sustainability-close .close-pp-content img {
    width: 20px;
    height: 20px;
  }
  ul.popup-text {
    padding-inline-start: 20px;
  }
  .value_Services {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 380px) {
  .home-text {
  }
}

#fc_frame,
#fc_frame.fc-widget-normal {
  z-index: 9998 !important;
}

.home-slider-mobile {
  display: none;
  background-image: none;
}

@media (max-width: 768px) {
  .home-slider {
    display: none;
  }
  .home-slider-mobile {
    display: block;
    background-image: none !important;
    min-height: unset !important;
  }
}

.promotions-banner {
  width: 100%;
  height: 50vh;
  position: relative;
  z-index: 10;
}

.promotions-banner-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.promotions-banner-image div {
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.6;
}

.promotions-banner-text {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 200;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.promotions-banner-text h2 {
  color: white;
  font-size: 3em;
  text-align: center;
}

.promotions-grid {
  padding: 40px 0px;
  width: 90%;
}

.promotion-slick {
  margin: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.promotion-container {
  /* display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: auto auto auto auto;
  grid-gap: 40px; */
}

.promotion-container .slick-prev,
.promotion-container .slick-next {
  z-index: 300;
}

.promotion-box {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

.promotion-a {
  max-width: 425px;
}

.promotion-title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 200;
  padding: 20px;
}

.promotion-title h2 {
  color: white;
  font-size: 2.5em;
  text-align: center;
}

.promotion-title p {
  max-width: 100%;
  color: white;
  font-size: 1.25em;
  text-align: center;
  margin: 0px;
}

.promotion-box .padding-box {
  padding-bottom: 100%;
  background-color: rgb(240, 128, 128);
  opacity: 0.5;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 1200px) {
  .promotion-container {
    grid-gap: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .promotions-grid {
    padding: 30px 0px;
    width: 90%;
  }
  .promotion-title h2 {
    font-size: 1.75em;
  }
  .promotion-title p {
    font-size: 1.25em;
  }
}

@media screen and (max-width: 768px) {
  .promotion-container .slick-prev,
  .promotion-container .slick-next {
    height: auto;
  }
  .promotion-container .slick-prev {
    left: -20px;
  }
  .promotion-container .slick-next {
    right: -15px;
  }
  .promotion-slick {
    margin: 40px;
  }
}

@media screen and (max-width: 740px) {
  .promotion-container {
    grid-template-columns: auto auto;
    grid-gap: 20px;
  }
  .promotion-title h2 {
    font-size: 1.5em;
  }
  .promotions-banner-text h2 {
    font-size: 2em;
  }
}

@media screen and (max-width: 440px) {
  .promotion-container {
    grid-template-columns: auto;
    grid-gap: 20px;
  }
  .promotion-title h2 {
    font-size: 1.5em;
  }

  .promotion-title p {
    font-size: 1em;
  }

  .promotion-slick {
    margin: 20px;
  }
}

.promotion-content {
  display: flex;
  flex-direction: row;
}

.promotion-image {
  flex: 0.3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promotion-image img {
  width: 100%;
  align-self: flex-start;
}

.promotion-text {
  flex: 0.7;
  margin-left: 40px;
}

.promotion-text ul,
.promotion-text li {
  list-style: initial;
}

.promotion-button {
  margin-top: 20px;
}

.promotion-button a {
  padding: 10px;
  background-color: #f08080;
  color: white;
  font-size: 1.25em;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  width: fit-content;
}

.other-interest {
  margin-top: 40px;
}

.other-interest h3 {
  text-align: center;
}

.other-interest-list {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: auto auto auto auto;
  grid-gap: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.other-interest-list .promotion-title h2 {
  font-size: 2em;
}

.other-interest-list .promotion-title p {
  font-size: 1em;
}

.other-interest-list .promotion-slick {
  margin: 0px;
}

@media screen and (max-width: 1200px) {
  .other-interest-list {
    grid-gap: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .other-interest-list {
    grid-template-columns: auto auto;
  }
  .promotion-content {
    flex-direction: column;
  }
  .promotion-text {
    margin-left: 0px;
    margin-top: 40px;
    flex: auto;
  }
  .promotion-image {
    flex: auto;
  }
  .white_content {
    width: 85%;
  }
}

@media screen and (max-width: 480px) {
  .other-interest-list {
    grid-template-columns: auto;
  }

  .white_content {
    width: 90%;
  }
}

.tab-content > .active {
  display: block;
  opacity: 1;
  transform: scale(1);
}

.nav-tabs > li {
  float: none;
}
ul.sub-menu .sub-menu {
  position: relative;
}

.special-highlight-menu {
  text-align: center;
  background-color: #00bab3;
}

.special-highlight-menu a {
  font-size: 21px !important;
  margin-right: 0px !important;
  color: white !important;
}

.special-highlight-menu:hover a {
  color: black !important;
}

.right-menu-item {
  text-align: center;
  background-color: #00bab3;
  padding: 4px;
}

.wrapper-right {
  position: absolute;
  right: 46px;
  display: none;
}

.wrapper-right:hover a {
  color: black !important;
}

@media screen and (max-width: 1024px) {
  .special-highlight-menu {
    display: none;
  }
  .wrapper-right {
    display: inline;
  }
  .wrapper-right a {
    font-size: 16px !important;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: white;
  }
}

.uni-menu {
  margin: 0;
  flex: 1;
}

.nav.nav-tabs {
  display: flex !important;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .reviews-category-list {
    flex-direction: column !important;
  }
  .reviews-category {
    width: 100%;
  }
}

.footer-message {
  padding: 20px;
  font-size: 11px;
  padding-top: 0px;
}
