body {
	color: #000;
	font-family: var(--ff-secondary);
}

* {
	text-decoration: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	box-sizing:border-box;
    -webkit-font-smoothing: antialiased;
}

:root {
	--ff-primary: 'Raleway', sans-serif;
	--ff-secondary: 'Montagu Slab', sans-serif;
	--clr-yellow: #FDDD00;
	--clr-accent: #1A1818;
	--clr-green: #51C2B9;
	--clr-white: #fff;
	--clr-black: #000;
	--clr-gray: #7C878E;
	--clr-light-gray: #00000029;
	
}

::selection {
    background-color: var(--clr-green);
    color: var(--clr-white);
}

::placeholder{
	color: #000;
}

dl, ol, ul {
    padding: 0;
	margin: 0;
}
a {
    color: var(--clr-green);
    transition: 0.5s all;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
p {
	font-size: 16px;
	line-height: 24px;
}

p:last-child{
	margin: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
    font-weight: normal;
    line-height: normal;
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}

section, header, footer {
    width: 100%;
    float: left;
}

section {
    padding: 90px 0;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 60px !important;
}

.mt-2 {
  margin-top: 70px !important;
}

.ml-1 {
  margin-left: ($spacer * .25) !important;
}

.px-2 {
  padding-left: ($spacer * .5) !important;
  padding-right: ($spacer * .5) !important;
}

.p-3 {
  padding: $spacer !important;
}

/*** header-css ***/

.mynav {
    padding: 20px 0;
}

.navrow {
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mynav ul {
    display: flex;
    align-items: center;
}

.mynav ul li  {
    position: relative;
}

.mynav ul li{
    margin-right: 15px;
}

.mynav ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    padding: 0;
    position: relative;
    display: inline-block;
    color: var(--clr-black);
    text-transform: capitalize;
    /* font-family: var(--ff-primary); */
}

.mynav ul li a::before {
    content: '';
    position: absolute;
    /*top: calc(100% - 2px);*/
    top: calc(100% - -2px);
    left: auto;
    right: 0;
    width: 0;
    height: 2px;
    transition: 0.5s all;
	background-color: var(--clr-yellow);
    transform: rotate(1deg);
}

.mynav ul li:hover a::before,
.mynav ul li.active a::before {
    left: 0;
    right: auto;
    width: 100%;
}

/*.book_now_btn a {
    width: auto;
    font-size: 15px;
    font-weight: 500;
    line-height: 50px;
    padding: 14px 25px;
    transition: 0.5s;
    border-radius: 100px;
    color: var(--clr-white);
    border: 1px solid #000;
    background-color: var(--clr-black);
}*/

/*.book_now_btn a:hover{
	color: var(--clr-black);
    background-color: var(--clr-yellow);
}*/

.book_now_btn a i {
	margin-left: 8px;
}

.dropdown-toggle::after {
    content: "\f107";
    font-family: 'FontAwesome';
    border: none;
    vertical-align: baseline;
}

.dropdown-menu {
    border: none;
    background-color: #001300;
    border-radius: 0;
    padding: 0;
    top: 50px;
}

.dropdown-menu a.dropdown-item {
	width: 245px;
    font-weight: 300;
    line-height: 21px;
    padding: 8px 15px;
    font-size: 13px;
    transition: 0.5s;
    border-bottom: 1px solid #fff;
    color: var(--clr-white);
}

.dropdown-menu a.dropdown-item:hover {
    color: var(--clr-yellow)!important;
    background-color: transparent;
    padding-left: 30px !important;
}

.dropdown-menu a.dropdown-item:last-child {
    border-bottom: 1px solid transparent;
}

.dropdown-menu a.dropdown-item::before {
    height: 0;
    background-color: transparent;
}

.mynav ul li ul li.active a {
    color: var(--clr-black) !important;
    background-color: var(--clr-yellow);
}

/*** page-tab-css ***/

.title h1 {
    color: #001300;
    font-size: 42px !important;
    line-height: 64px;
    font-weight: 700;
    /* font-family: var(--ff-secondary);  */
}

.imgbx {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.text_colm {
    margin-top: 30px;
}

.text_colm p {
    color: #001300;
    font-size: 18px !important;
    line-height: 29px;
    font-weight: 500;
    margin-bottom: 20px;
}

.left_sidebar {
    padding: 0px 60px 0px 0px;
    width: 555px;
    float: right;
}

.imgbx img{
    width: 100%;
    height: 100%;
	/* transition: 0.5s; */
}

.imgbx img:hover {
    /* transform: scale(1.1); */
}

.firstImg img{
	height:690px; 
	object-fit:cover;
}

.secondImg img{
	height:500px; 
	object-fit:cover;
}

@media only screen and (max-width: 768px) {
  .firstImg img{
	height:100%; 
	}
  .secondImg img{
	height:100%; 
	}
}

.paraHeading{
	color: #001300;
    font-size: 42px !important;
    line-height: 58px !important;
    font-weight: 700;
	font-family: 'Montagu Slab' !important;
}

@media screen and (max-width: 575px) {
    .paraHeading {
        font-size: 32px !important;
        line-height: 32px !important;
    }
}

@media screen and (max-width: 479px) {
    .paraHeading {
        font-size: 26px !important;
        line-height: 30px !important;
    }
}

.title h2 {
    color: #001300;
    font-size: 36px !important;
    line-height: 46px;
    font-weight: 500;
}

.living_space {
    width: 100%;
    background-color: var(--clr-yellow);
}

.text_summary {
    margin-bottom: 120px;
}
 
.text_summary h4 {
    color: #001300;
    font-size: 22px;
    line-height: 29px;
    font-weight: 500;	
}

.text_summary p {
    color: #001300;
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;	
	margin-top: 15px;
}

.text_summary.center_colm {
    /* width: 50%; */
    /* margin: 80px auto 0; */
}

.step-colm {
    position: relative;
    padding: 0 57px;
}

.step-colm::before {
    content: "";
    position: absolute;
    top: 45px;
    right: -45px;
    width: 140px;
    height: 40px;
    border: solid 2px #51C2B9;
    border-color: #51C2B9 transparent transparent transparent;
    border-radius: 100%/60px 60px 0 0;
}

.step-colm.colm-3::before {
    border: none;
    right: 0;
}

.step-colm h1 {
    font-size: 80px;
    line-height: 103px;
    font-weight: 700;
    color: var(--clr-green);
}

.step-colm h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: #001300;
	min-height: 56px;
}

.step-colm p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #001300;
    margin-top: 10px;
}

.community_step_sec {
    background-color: rgb(124 135 142 / 3%);
}

.txt_content {
    margin-top: 20px;
}

.txt_content p {
    color: #001300;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

.project_tab span {
    margin-right: 30px;
    margin-bottom: 20px;
}

.nav-tabs .project_tab h6 a.nav-link,
.nav-tabs .project_tab span a.nav-link
{
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #7C878E !important;
    min-width: 296px;
    padding: 13px 35px;
    text-align: center;
    transition: 0.5s;
    border-radius: 100px;
	padding: 13px 35px 13px 40px;
    border: 1px solid #7C878E !important;
}


@media only screen and (max-width: 768px) {
  .nav-tabs .project_tab span a.nav-link {
    font-size: 14px !important;
	text-align: left !important;
  }
}

.project_tab h6 a.nav-link.active,
.project_tab span a.nav-link.active
{
	color: #001300 !important;
	font-weight: 500;
	padding-left: 20px !important;
	border: 1px solid transparent !important;
    background-color: var(--clr-green);
}

.project_tab h6 a.nav-link.active:hover,
.project_tab span a.nav-link.active:hover
{
	font-weight: 500;
	padding-left: 20px !important;
}

.project_tab h6:hover a.nav-link,
.project_tab span:hover a.nav-link
{
	font-weight: 300;
	padding-left: 30px !important;
	/* color: #001300 !important; */
	/* border: 1px solid transparent !important; */
    /* background-color: var(--clr-green); */
}

.project_tab h6 a.btn.btn-default:focus,
.project_tab span a.btn.btn-default:focus
{
    color: #001300;
    background-color: var(--clr-green);
    box-shadow: none;
}

.tab_colm h5{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #001300;
	margin: 20px 0px 25px;
	font-family: var(--ff-secondary);	
}

.property_title {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 15px;
	font-weight: 500;
    justify-content: space-between;
}

.property_title h4{
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: #001300;
}

.property_title h5{
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #001300;
	margin: 0;
}

.property_title h5 span{
	font-weight: 300;
}

.property_detail p{
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #001300;
	font-family: var(--ff-secondary);	
}

.secondary_btn {
    margin: 30px 0 0;
}

.secondary_btn a {
	color: var(--clr-green);
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    transition: 0.5s;
    /* font-family: var(--ff-secondary); */
}

.secondary_btn a:hover {
    color: #7C878E;
}

.video_colm {
    width: 100%;
    height: 100%;
}

.video_colm img{
    width: 100%;
    height: 100%;
}

.title h4 {
    font-size: 22px;
    line-height: 29px;
    font-weight: 500;
    color: #001300;
}

.testimonial-slider{
	width: 100%;
	text-align: center;
}

.testimonial-slider .item {
    position: relative;
}

.testi_profile_right {
    text-align: right;
    float: right;
    position: absolute;
    right: -160px;
    top: -100px;
}

.testimonial-slider .testi_profile_right img {
    width: auto;
    height: 100%;
}

.testi_profile_left {
    text-align: left;
    float: left;
    position: absolute;
    /*bottom: -155px;*/
    bottom: -279px;
    left: -115px;
}

.company_logo.homecompanylogo
{
    margin-top: 130px;
}

.testimonial-slider .owl-dots
{
    position: relative;
    bottom: -100px;
}

.testi_profile_left img {
    /* width: 220px; */
    /* height: 250px; */
    object-fit: contain;
}

.testimonial-slider .testi_profile_left img  {
    width: auto;
    height: 100%;
}

.testi-card p {
    font-size: 26px;
    line-height: 45px;
    font-weight: 300;
    margin-bottom: 50px;
	font-family: var(--ff-primary);
}

.testi-card p strong {
    font-weight: 700;
	font-family: var(--ff-secondary);
}

.testi-cont h4 {
    font-size: 22px;
    line-height: 29px;
    font-weight: 500;
	color: var(--clr-green);
}

.testi-cont h5{
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
	color: #001300;
}

.company_logo {
    width: 100%;
    padding: 50px 0;
    background-color: rgb(124 135 142 / 3%);
}

.company_logo_slider .img-bx img {
    height: 130px;
    object-fit: contain;
    width: 100%;
}

.explore {
    width: 100%;
    background-color: var(--clr-yellow);
	padding: 90px 0 !important;
}
body > section.explore > div > div > div > div:nth-child(1){
	margin-bottom: 30px;
}
.primary_btn{
	margin-top: 20px;
}

/*.primary_btn a {
    width: auto;
    font-size: 15px;
    font-weight: 500;
    line-height: 50px;
    padding: 10px 20px;
    transition: 0.5s;
    border-radius: 100px;
    color: var(--clr-white);
	border: 1px solid transparent;
    background-color: var(--clr-black);
}*/

.primary_btn a i {
    margin-left: 10px;
}

/*.primary_btn a:hover {
    color: #001300;
    border: 1px solid #001300;
	background-color: transparent;
}*/

/*** footer-css ***/

.footer {
    padding: 70px 0;
}

.footer h6{
	font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    color: #001300;
    margin-bottom: 10px;
}

.footer-box ul li{
	margin-bottom: 10px;
}

.footer-box ul li a {
    font-size: 15px;
    line-height: 21px;
    font-weight: 300;
    color: #001300;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
	font-family: var(--ff-primary);
}

.footer-box ul li a::before {
    content: '';
    position: absolute;
    top: calc(100% - 2px);
    left: auto;
    right: 0;
    width: 0;
    height: 2px;
    transition: 0.5s all;
	background-color: var(--clr-yellow);
}

.footer-box ul li:hover a::before,
.footer-box ul li.active a::before {
    left: 0;
    right: auto;
    width: 100%;
}
.footer-bottom {
    padding-top: 30px;
}
.footer_logo {
    text-align: right;
}
.footerbx {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyright p {
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    color: #001300;
	font-family: var(--ff-primary);
}
.social-icon ul {
    display: flex;
}
.social-icon ul li {
    margin-right: 20px;
}
.social-icon ul li a {
    color: #001300;
    font-size: 20px;
    font-weight: 700;
    transition: 0.5s;
}
.social-icon ul li a {
    background-color: #001300;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
	transition: 0.5s;
}

.social-icon ul li a:hover {
    background-color: var(--clr-yellow);
}


/*** about-css ***/


.title h6 {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 5px;
    /* font-family: var(--ff-secondary); */
}

.about_colm .left_sidebar {
    padding: 0 0 0 39px;
    float: left;
}

.about_colm .title h1 {
    font-size: 42px;
    line-height: 58px;
}

.about_colm .text_colm p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    font-family: var(--ff-primary);
}

.our_number {
    width: 100%;
    background-color: #f7f7f7;
}

.left_col {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.left_col .imgbx {
    width: calc(100% - 360px);
}

.left_col .title {
    padding-left: 25px;
}

.about_colm .left_sidebar.experience_colm {
    padding: 0px 30px 0 0;
    float: right;
}

.about_colm .left_sidebar.experience_colm p {
    font-size: 18px;
    line-height: 24px;
    font-family: var(--ff-primary);
}

.data_colm {
	text-align: center;
}

.data_colm h3 {
    font-size: 50px;
    line-height: 64px;
    font-weight: 700;
    color: var(--clr-green);
}

.data_colm p {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    color: #001300;
    min-height: 42px;
}

.media_highlight .secondary_btn {
    text-align: right;
}


.media_colm  h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #001300;
    min-height: 84px;
    margin-top: 10px;
}

.media_colm .secondary_btn {
    text-align: left;
    margin-top: 20px;
}

.media_colm .secondary_btn a:hover {
    text-decoration: underline;
}

.brand_logo ul {
    /* display: grid; */
    /* grid-gap: 15px; */
    /* grid-template-columns: repeat(4, 1fr); */
}

.brand_logo ul li a img {
    width: 170px;
    height: 100px;
    object-fit: contain;
}

.media_blog .project_tab {
    margin-bottom: 25px;
}

.media_blog .property_detail {
    margin: 25px 0;
}

.media_blog  .property_detail h4 {
    min-height: 112px;
}

.media_blog .secondary_btn a:hover {
    /* text-decoration: underline; */
}

.mynav ul li .dropdown-menu {
    display: initial;
    opacity: 0;
    visibility: hidden;
}

.mynav ul li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.testimonial-slider .owl-dots button.owl-dot span {
	outline: none;
    margin: 0 5px;
    background-color: #7C878E;
}


.testimonial-slider .owl-dots button.owl-dot span:hover {
    background-color: var(--clr-yellow);
}

.testimonial-slider .owl-dots button.owl-dot.active span {
    background-color: var(--clr-yellow);
}


.media_blog .secondary_btn {
    margin: 20px 0 0;
}

.media_blog .imgbx img {
    min-height: 252px;
    object-fit: cover;
    opacity: 0.9;
}

.media_blog .imgbx:hover img {
    opacity: 1;
}

#video .property_detail h4 {
    min-height: auto;
}

.explore_properties.media_blog {
    background-color: #fbfbfb;
}

.nav-tabs {
    border: none !important;
    display: block;
}

.mynav ul li ul.sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.mynav ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

.mynav ul li ul li {
    margin: 0;
}

.mynav ul li .dropdown-menu a.dropdown-item {
    font-weight: 300;
    line-height: 21px;
    padding: 10px 20px;
    font-size: 16px;
    transition: 0.5s;
    border-bottom: 1px solid #fff;
    /*color: var(--clr-white);*/
}

.mynav ul li .dropdown-menu a.dropdown-item:hover {
    font-weight: 500;
}

.media_highlight .imgbx img {
    height: 252px;
}

.right_sidebar.experience_colm {
    margin-top: 30px;
}

.media_highlight .secondary_btn i.fa.fa-long-arrow-right {
    width: 97px;
    font-size: 24px;
    line-height: 0;
    text-align: left;
	transition: 0.5s;
}

.media_highlight .secondary_btn a:hover i.fa.fa-long-arrow-right{
	width: 75px;
}

.explore_properties .secondary_btn i.fa.fa-long-arrow-right {
    text-align: left;
    font-size: 24px;
    line-height: 0;
	transition: 0.5s;
}

.secondary_btn a:hover i {
    margin-left: 20px;
}

.coliwoo_sec p i.fa.fa-long-arrow-down {
    font-size: 35px;
    color: var(--clr-green);
}

.property_detail .secondary_btn {
	position: relative;
    text-align: left !important;
}

.property_detail .secondary_btn a::before{
    content: '';
    position: absolute;
    top: calc(100% - 2px);
    left: 0px;
    right: 0;
    width: 0;
    height: 1px;
    transition: 0.5s all;
    background-color: #7C878E;);
}

.property_detail .secondary_btn:hover a::before{
    left: 0px;
    right: auto;
    width: 100px;
}

.project_tab h6 a.nav-link i {
    margin: 7px 0 7px 15px;
    color: #fff;
	transition: 0.5s;
    /* text-align: right; */
    /* float: right; */
}

.project_tab h6 a.nav-link.active i {
    color: #001300;
}

.project_tab h6 a.nav-link:hover i {
    color: #7c878e;
	margin-right: 10px;
}

.explore_properties.media_blog .nav-tabs .project_tab h6 a.nav-link {
    min-width: 167px;
}

.media_blog .imgbx img {
}

.media_blog .imgbx span.pl_icon {
	opacity: 0;
	visibility: hidden;
	display: none;
}

.media_blog .imgbx:hover span.pl_icon {
    position: absolute;
    left: 0;
    top: 32%;
    width: 60px;
    height: 60px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transform: translate(0%, 0%);
    background-color: rgb(255 255 255 / 30%);
    border-radius: 100%;
    visibility: visible;
    display: block;
    opacity: 1;
}

span.pl_icon i {
    padding: 20px 25px;
    font-size: 20px;
    text-align: center;
    color: var(--clr-green);
}

.book_now_btn {
    border: none;
    position: relative;
    border-radius: 100px;
    background: #001300;
}

.book_now_btn::before {
    transition: 0.5s;
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100px;
}

.book_now_btn:hover::before{
    width: 100%;
    border: 1px solid #001300;
    background-color: var(--clr-yellow);
    color: #001300;
}

.book_now_btn a {
    font-size: 15px;
    font-weight: 500;
    transition: 0.5s;
    position: relative;
    z-index: 11111;
    line-height: 50px;
    padding: 14px 25px;
	color: var(--clr-white);
}

.book_now_btn a:hover {
    color: #001300;
}

nav.navbar.navbar-expand-lg {
    padding: 0;
}


.primary_btn {
    max-width: 195px;
    border: none;
    position: relative;
    border-radius: 100px;
    background: #001300;
    margin: 0 auto;
}

.primary_btn::before {
    transition: 0.5s;
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100px;
}

.primary_btn:hover::before{
    width: 100%;
    border: 1px solid #001300;
    background-color: var(--clr-yellow);
    color: #001300;
}

.primary_btn a {
    font-size: 16px;
    font-weight: 500;
    transition: 0.5s;
    position: relative;
    z-index: 11111;
    line-height: 50px;
    padding: 12px 20px;
    color: var(--clr-white);
}

.primary_btn a:hover {
    color: #001300;
}

.explore .imgbx {
    width: auto;
    height: auto;
    text-align: left;
    padding: 0 18px;
}

.explore .imgbx img {
    width: auto;
}

.explore .primary_btn img {
    width: 55px;
    object-fit: contain;
	
}

.explore .primary_btn {
    margin-top: 10px;
	margin-bottom: 30px;
}

.testi_profile_right {
    display: none;
}


.video_wrapper {
	position:relative;
}

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

.video_wrapper iframe {
	display:none;
}
.play-btn i {
	/*padding: 20px 25px;*/
    padding: 0px;
	font-size: 20px;
	text-align: center;
	color: var(--clr-green);
}

.play-btn {
	position:absolute;
	z-index:666;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	background-color:transparent;
	border:0;
}
.play-btn {
	opacity: 0;
	visibility: hidden;
	display: none;
}

.video_wrapper:hover .play-btn {
	text-align: center;
	transform: translate(0%, 0%);
	background-color: rgb(255 255 255 / 30%);
	border-radius: 100%;
	visibility: visible;
	display: block;
	opacity: 0;
}
.play-btn:hover {
	cursor:pointer;
}

.play-btn:focus {
	outline:0;
}

.media_blog .nav.nav-tabs {
    margin: 18px 0;
}

.media_blog .project_tab h6 {
    margin-right: 45px;
}

.project_tab h6 {
    position: relative;
}

.project_tab h6 img.gray_arrow {
    position: absolute;
    opacity:0;
	visibility: hidden;
    right: 20px;
    top: 15px;
	transition: 0.5s;
}

.project_tab h6 img.black_arrow {
    position: absolute;
    opacity:0;
	visibility: hidden;
    right: 20px;
    top: 15px;
	transition: 0.5s;
}

.project_tab h6:hover img.gray_arrow {
    opacity: 1;
    visibility: visible;
}

.project_tab h6 a.nav-link.active img.black_arrow{
	opacity: 1;
    visibility: visible;
}

.project_tab h6 a.nav-link.active img.gray_arrow {
    opacity: 0;
    visibility: hidden;
}

.project_tab h6:hover img.black_arrow {
    opacity: 0;
    visibility: hidden;
}

.project_tab h6:hover img.gray_arrow {
    opacity: 1;
    visibility: visible;
}

.project_tab h6 img {
    width: 15px;
}

.secondary_btn a {
    position: relative;
}

.secondary_btn img.green_arrow {
    display: block;
    position: absolute;
    left: 0;
	top: 26px;
    transition: 0.5s;
	opacity: 1;
	visibility: visible;
}

.secondary_btn:hover img.green_arrow {
	display: none;
	opacity: 0;
	visibility: hidden;
}

.secondary_btn img.gray_arrow {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
	top: 26px;
    transition: 0.5s;
}

.secondary_btn:hover img.gray_arrow {
	opacity: 1;
	left: 20px;
    visibility: visible;
}

.book_now_btn img.white-arrow {
    position: absolute;
    top: 15px;
    z-index: 1;
	right: 25px;
	display: block;
}

.book_now_btn:hover img.white-arrow{
	display: none;
}

.book_now_btn img {
    /* transform: rotate(355deg); */
    width: 55px;
    object-fit: contain;
}

.explore .primary_btn img.white-arrow {
    position: absolute;
    top: 15px;
    z-index: 1;
	right: 15px;
	display: block;
}

.explore .primary_btn:hover img.white-arrow{
	display: none;
}

.container {
    max-width: 1200px;
}

.living_space .title {
    margin-bottom: 25px;
}


.brand_logo .owl-dots {
    position: absolute;
    left: -245px;
    top: 100px;
}

.brand_logo .owl-dots button.owl-dot span {
    outline: none;
    margin: 0 5px;
    background-color: #7C878E;
}

.brand_logo .owl-dots button.owl-dot span:hover {
    background-color: var(--clr-yellow);
}

.brand_logo .owl-dots button.owl-dot.active span {
    background-color: var(--clr-yellow);
}

.banner-slider .item img {
    height: 450px;
    object-fit: cover;
}

@media only screen and (max-width: 600px) {
	.banner-slider .item img {
		height: 350px;
	}
}

/*** 09.06.2022 ***/


.member_benefit {
    background-color: var(--clr-yellow);
}

.right_colm .text_colm {
    margin-top: 0;
}

.project_tab h6 {
    position: relative;
}

.project_tab h6 img.gray_arrow,
.project_tab span img.gray_arrow
{
    position: absolute;
    opacity:0;
	visibility: hidden;
    right: 20px;
    top: 15px;
	transition: 0.5s;
}

.residences_title h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: #001300;
    margin-top: 15px;
	text-align: center;
}

.residences_title h4 a{
    color: #001300;
	position: relative;
}

.hoverimgliving .residences_title h4 a:before,
.residences_title h4 a::before {
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0px;
    position: absolute;
    height: 2px;
    transition: 0.5s all;
    background-color: transparent;
}

.hoverimgliving:hover .residences_title h4 a:before,
.residences_title h4 a:hover::before{
	background-color: var(--clr-yellow);
}

.residences_title p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #001300;
    padding-top: 2px;
}

.event_page {
    background-color: var(--clr-yellow);
}

.event_page .title {
    margin-top: 15px;
}

.project_tab h6 img.black_arrow,
.project_tab span img.black_arrow 
{
    position: absolute;
    opacity:0;
	visibility: hidden;
    right: 20px;
    top: 15px;
	transition: 0.5s;
}

.project_tab h6:hover img.gray_arrow,
.project_tab span:hover img.gray_arrow
{
    opacity: 1;
    visibility: visible;
}

.project_tab h6 a.nav-link.active img.black_arrow,
.project_tab span a.nav-link.active img.black_arrow
{
	opacity: 1;
    visibility: visible;
}

.project_tab h6 a.nav-link.active img.gray_arrow,
.project_tab span a.nav-link.active img.gray_arrow
{
    opacity: 0;
    visibility: hidden;
}

.project_tab h6:hover img.black_arrow,
.project_tab span:hover img.black_arrow
{
    opacity: 0;
    visibility: hidden;
}

.project_tab h6:hover img.gray_arrow,
.project_tab span:hover img.gray_arrow
{
    opacity: 1;
    visibility: visible;
}

.project_tab h6 img,
.project_tab span img
{
    width: 15px;
}

.our_partner .project_tab h6 {
    margin-right: 20px;
	min-width: 274px;
}

.our_partner .nav-tabs .project_tab h6 a.nav-link {
    min-width: auto;
	transition: 0.5s;
    padding: 13px 0px 13px 0px;
}

.our_partner .nav-tabs .project_tab h6:first-child {
    min-width: 135px;
}

.our_partner .project_tab h6:last-child {
    min-width: 140px;
}

.our_partner .project_tab h6 a.nav-link.active:hover {
    font-weight: 500;
    padding-left: 0px;
}

.our_partner .project_tab h6:hover a.nav-link {
    padding-right: 15px;
}

.our_partner .property_detail {
    margin-bottom: 70px;
}

.our_partner  .property_title h4 {
    /* margin: 20px 0; */
    min-height: 56px;
}

.living_residences_page .text_colm p {
    line-height: 30px;
}

.img_layout {
    position: relative;
}

.img_layout .img-fluid {
  display: block;
  width: 100%;
  height: 380px;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  background-color: var(--clr-yellow);
}

.img_layout:hover .overlay {
  width: 0;
}

.text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.text h2{
	color: #001300;
	font-size: 36px;
	line-height: 48px;
    font-weight: 700;
	margin-top: 20px;
}

.img_layout .text img {
    width: auto;
    margin: 0 auto;
    height: auto;
}

.overlay.green_layout{
	background-color: var(--clr-green);
}

.event_detail {
    background-color: #fbfcfc;
}

.event_list_colm ul li {
	padding: 40px;
    margin: 18px 0;
    display: inline-block;
	background-color: var(--clr-white);
}

.date_colm ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 18px 0;
	padding: 0;
	background-color: transparent;
}

.date_colm ul li h5 {
    font-size: 18px;
    line-height: 24px;
    color: #001300;
    font-weight: 500;
    width: calc(100% - 515px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.date_colm ul li h5 i {
    font-size: 16px;
    color: #7C878E;
    margin-right: 10px;
    width: 20px;
    font-weight: 100;
}

.date_colm ul li h6 {
    font-size: 16px;
    line-height: 21px;
    color: #001300;
    font-weight: 400;
    padding-left: 100px;
}

.event_title h2 {
    color: #001300;
    font-size: 36px;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 20px;
}

.event_summary h2 {
    color: #001300;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
}

.member_benefit .img_bx {
    position: relative;
    top: 17px;
    left: -17px;
}

.member_benefit .img_bx img {
    width: 100px;
    height: auto;
    object-fit: contain;
}

.blog_page .middle_colm .img_bx img {
    width: 150px;
    height: auto;
    object-fit: contain;
}

.our_partner .imgbx img {
    width: auto;
    height: 200px;
    /*height: 266px;*/
    margin: 0 auto;
    text-align: center;
    object-fit: contain;
}

.living_residences_page .img_bx {
    margin-bottom: 30px;
}

.living_residences_page .img_bx img {
    width: 130px;
    height: auto;
    object-fit: contain;
}

.right_colm {
    margin-left: 70px;
}

.explore_other_properties {
    background-color: #fbfcfc;
}

.here {
    font-weight: 500;
    position: relative;
}

.here::before {
    content: "";
    bottom: 0;
    left: 5px;
    width: 45px;
    position: absolute;
}

.here a {
	text-decoration: underline !important;
}

.living_colm {
    padding: 30px 0;
}

.living_way .imgbx {
    overflow: hidden;
	position: relative;
}

.living_way .imgbx img {
	transition: 0.5s;
}

.living_way .imgbx img:hover {
    transform: scale(1.1);
}

.living_way .new_tag {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px;
    background-color: var(--clr-yellow);
}

.living_way .new_tag p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #001300;
    text-transform: uppercase;
}

.paragraph p {
    color: #7C878E;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
}

.blog_page {
    background-color: var(--clr-yellow);
}

.blog-content {
    background-color: rgb(124 135 142 / 3%);
}

.blog_colm{
    margin: 25px 0;
}

.blog_colm h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: #001300;
    margin: 20px 0;
    min-height: 84px;
}

.blog_colm p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #001300;
    min-height: 95px;
    font-family: 'Montagu Slab';
}

.btn_colm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn_colm .secondary_btn {
    margin: 0;
}

.btn_colm .secondary_btn a::before {
    content: '';
    position: absolute;
    top: calc(100% - 2px);
    left: 0px;
    right: 0;
    width: 0;
    height: 1px;
    transition: 0.5s all;
    background-color: #7C878E;
    ): ;
}

.btn_colm .secondary_btn:hover a::before {
    left: 0px;
    right: auto;
    width: 100px;
}

.date_calendar a{
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    color: #001300;
}

.date_calendar a i{
	color: #7C878E;
}

.paragraph {
    margin-top: 40px;
}

.box-colm.colm-2 {
    padding: 150px 15px;
}

.text_summary.last_space_colm {
    position: relative;
    left: -50px;
}

.text_summary.left_space_colm {
    position: relative;
    right: -50px;
}

.text_summary.right_space_colm {
    left: -50px;
    margin: 0;
    width: calc(100% + 10px);
    position: relative;
}

.text_summary.center_colm {
    width: calc(100% + 22px);
    margin-bottom: 0;
    position: relative;
    right: -50px;
    top: -29px;
}

.cursor { 
    position:fixed;
    top:0;
    left:0;
    z-index:101 
}
.cursor-play-button { 
    position:absolute;
    top:0;
    left:0;
    width:90px;
    height:90px;
    border-radius:50%;
    background:hsla(0,0%,100%,.4);
    margin-top:-80px;
    margin-left:-45px;
    opacity:0;
    -webkit-transform:scale(.8) translateZ(0);
    transform:scale(.8) translateZ(0);
    transition:opacity .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1);
    transition:opacity .3s cubic-bezier(.165,.84,.44,1),transform .3s cubic-bezier(.165,.84,.44,1);
    transition:opacity .3s cubic-bezier(.165,.84,.44,1),transform .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1);
    pointer-events:none;
}
.cursor-play-button:after {
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-10px;
    margin-left:-5px;
    width:0;
    height:0;
    border-color:transparent transparent transparent #fff;
    border-style:solid;
    border-width:10px 0 10px 13px
}
.play .cursor-play-button { 
    opacity:1;
    -webkit-transform:scale(1) translateZ(0);
    transform:scale(1) translateZ(0);
    transition:opacity .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1);
    transition:opacity .3s cubic-bezier(.165,.84,.44,1),transform .3s cubic-bezier(.165,.84,.44,1);
    transition:opacity .3s cubic-bezier(.165,.84,.44,1),transform .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1)
}
.cursor-stop-button { 
    position:absolute;
    top:0;
    left:0;
    width:90px;
    height:90px;
    border-radius:50%;
    background:hsla(0,0%,100%,.4);
    margin-top:-80px;
    margin-left:-45px;
    opacity:0;
    -webkit-transform:scale(.8) translateZ(0);
    transform:scale(.8) translateZ(0);
    transition:opacity .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1);
    transition:opacity .3s cubic-bezier(.165,.84,.44,1),transform .3s cubic-bezier(.165,.84,.44,1);
    transition:opacity .3s cubic-bezier(.165,.84,.44,1),transform .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1);
    pointer-events:none;
}
.cursor-stop-button:after,.cursor-stop-button:before { 
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:1px;
    background:#fff;
    -webkit-transform:rotate(45deg) translateZ(0);
    transform:rotate(45deg) translateZ(0); 
}
.cursor-stop-button:after {
    -webkit-transform:rotate(-45deg) translateZ(0);
    transform:rotate(-45deg) translateZ(0);
}
.stop .cursor-stop-button { 
    opacity:1;
    -webkit-transform:scale(1) translateZ(0);
    transform:scale(1) translateZ(0);
    transition:opacity .6s cubic-bezier(.165,.84,.44,1),-webkit-transform .6s cubic-bezier(.165,.84,.44,1);
    transition:opacity .6s cubic-bezier(.165,.84,.44,1),transform .6s cubic-bezier(.165,.84,.44,1);
    transition:opacity .6s cubic-bezier(.165,.84,.44,1),transform .6s cubic-bezier(.165,.84,.44,1),-webkit-transform .6s cubic-bezier(.165,.84,.44,1);
}



.bg-yellow {
	background-color:var(--clr-yellow);
}
.bg-gray {
	background-color:#fbfbfb;
}
.what_we_offer .step-colm::before {
	display:none;
}

.explore_type .residences_title p {
    font-size: 18px;
}

/***  get_in_touch form  ***/

.form-group {
    margin-bottom: 25px;
}
.form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 5px 0;
    color: var(--clr-black);
    outline: none;
    box-shadow: none;
}
.form-control:focus {
    box-shadow: none;
    border-color: var(--clr-green);
    background-color: transparent;
    color: var(--clr-black);
}
.form-control::placeholder {
    color: var(--clr-black);
}
textarea.form-control {
    min-height:169px;
}

.submit-btn {
    font-size: 16px;
    font-weight: 500;
    transition: 0.5s;
    position: relative;
    z-index: 11111;
    background-color: var(--clr-black);
    padding: 12px 20px;
    color: var(--clr-white);
    border-radius: 50px;
    border: 1px solid var(--clr-black);
    outline: none;
    box-shadow: none;
	position:relative;
}
.submit-btn:focus {
    border: 1px solid var(--clr-black);
    outline: none;
    box-shadow: none;
}
.submit-btn:before {
    transition: 0.5s;
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100px;
}
.submit-btn:hover:before {
    width: 100%;
    background-color: var(--clr-yellow);
    z-index: -1;
}
.submit-btn img {
    filter: brightness(0) invert(1);
}

.submit-btn:hover {
    color:var(--clr-black);
	background-color:transparent;
	border-color: var(--clr-black);
}
.submit-btn:hover img {
    filter: brightness(1);
}

.submit-btn.focus, .submit-btn:focus {
    background-color: var(--clr-black);
    border-color: var(--clr-black);
    box-shadow: none;
}

.faqsec 
{
  background-color: var(--clr-yellow);
}
.faqsec .middle_colm .img_bx img {
  width: 150px;
  height: auto;
  object-fit: contain;
}
.tab-inner-content
{
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-left: 40px;
    position: relative;
}
.tab-answer
{
    display:none;
    padding-bottom: 30px;
    font-weight: 300;
    font-family: var(--ff-primary);
    font-size: 18px;
}
.tab-question
{
    padding: 15px 0px 20px 0px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
}
.tabfaqclick
{
    font-weight: 500;
    padding-right: 30px;
    margin-bottom: 35px;
    cursor: pointer;
    font-size: 22px;
	color: rgb(211, 211, 211);
}
.tabgroupdiv
{
    padding-left: 2rem;
}
.tabfaqclick.active
{
    color: #51c2b9;
	text-decoration: underline;
}
.activeprnt .tab-question:after
{
    transform: rotate(183deg);
}
.tab-question:after
{
    content:'';
    position: absolute;
    top: 14px;
    left: 0px;
    background-image:url('https://coliwoo.com/wp-content/uploads/2022/06/arrowtab.png');
    width: 25px;
    height: 25px;
	z-index: 6;
}
.getmoreqstn .primary_btn img.white-arrow {
  position: absolute;
  top: 13px;
  z-index: 1;
  right: 8px;
  display: block;
}
.getmoreqstn .primary_btn img.gray_arrow
{
    position: relative;
    right: -12px;
}
.getmoreqstn .primary_btn img {
  width: 55px;
  object-fit: contain;
}
.getmoreqstn .primary_btn
{
    max-width: 240px;
    margin-top: 20px;
}
.getmoreqstn
{
    background-color: #fbfbfb;
}
.getmoreqstn .primary_btn:hover img.white-arrow
{
    display: none;
}
.banner-landlords 
{
  background-color: var(--clr-yellow);
}
.readylease
{
  background-color: var(--clr-yellow);
}
.banner-landlords .img_bx img
{
    width: 70px;
    height: auto;
    object-fit: contain;
}
.whylone:before
{
    content:"01";
}
.whyltwo:before
{
    content:"02";
}
.whylthree:before
{
    content:"03";
}
.whylone:before,
.whyltwo:before,
.whylthree:before
{
    position: absolute;
    left: -32px;
    top: -2px;
    font-weight: 500;
    font-size: 22px;
    color: #51c2b9;
}

input:focus ~ .blabels,
input:valid ~ .blabels
{
  top: -15px !important;
  bottom: 10px;
  left: 0px;
  font-size: 11px;
  opacity: 1;
  height: 100%;
}

input ~ .blabels, 
input:invalid ~ .blabels
{
  position: absolute;
  pointer-events: none;
  left: 0px;
  top: 0px;
  transition: 0.2s ease all;
  z-index: 5;
}

.bfmdiv span input[type=text],
.bfmdiv span input[type=email] 
{
  font-size: 14px;
  width: 100%;
  height: 35px;
  background-color: var(--clr-yellow);
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  margin-bottom: 30px;
  outline: none;
  border-bottom: 1px solid #000;
}

.bfmdiv span input,
.bfmdiv span textarea
{
    margin-bottom: 0px !important;
}
.bfmdiv
{
    margin-bottom: 30px;
}

.bookingform-group .bfmdiv
{
    position: relative;
    width: 100%;
}

textarea:focus ~ .blabels,
textarea:valid ~ .blabels
{
  top: -15px !important;
  bottom: 10px;
  left: 0px;
  font-size: 11px;
  opacity: 1;
  height: 100%;
}
textarea ~ .blabels, textarea:invalid ~ .blabels
{
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 0px;
    transition: 0.2s ease all;
    z-index: 5;
}
.booking-message
{
    height: 100%;
    display: block;
}
.booking-message textarea
{
    width: 100%;
    background-color: var(--clr-yellow);
    outline: none;
    border-bottom: 1px solid #000;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    resize: none;
}
.cstm-select {
  position: relative;
  width: 100%;
}
.contactselinner .cstmselect-selected
{
  border-bottom: 2px solid rgba(225, 225, 225,0.5);
  background-color: #845431;
  font-size: 16px;
  color: #fff !important;
  opacity: 0.5;
  padding: 8px 16px 8px 0px;
  cursor: pointer;
  font-weight: 400;
}
.cstmselect-items {
  position: absolute;
  background-color: #000;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99999;
}
.cstmselect-items ul li
{
    color: #fff;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    font-weight: 200;
    font-size: 16px;
    transition: all 0.1s;
}
.cstmselect-items ul li:hover
{
    padding-left: 27px;
    color: #fddd00;
    font-weight: 400;
}
.refereeinterestproperty p,
.referrerstayingat p
{
	margin-bottom: 0px;
}
.booking-bedroom input
{
   margin-bottom: 0px !important;   
}
.booking-bedroom + p
{
    display:none;
}
.bookbedselect
{
    margin-bottom: 30px;
}
.booking-bedroom label
{
    width: 100%;
}
.booking-bedroom:after
{
    content:'';
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-image:url('/wp-content/uploads/2022/06/yellowarrow.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.booking-bedroom.activeselected:after
{
    transform:rotate(180deg);
}
.checkboxbooking
{
    margin-top: 30px;
    margin-bottom: 10px;
}
.checkboxbooking input[type=checkbox]
{
    width: 100px;
    position: absolute;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    left: -12px;
    z-index: 3;
}
.checkboxbooking .wpcf7-list-item-label:after
{
    content:'';
    width: 25px;
    height: 25px;
    position: absolute;
    left: -6px;
    top: -3px;
    background-image:url('/wp-content/uploads/2022/06/tickpath-uncheck.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.checkboxbooking input[type=checkbox]:checked + .wpcf7-list-item-label:after
{
    background-image:url('/wp-content/uploads/2022/06/tickpath-check.png');
}
.checkboxbooking .wpcf7-list-item-label
{
    padding-left: 10px;
}
.submitbttn-bed .primary_btn {
  max-width: 240px;
  margin-top: 20px;
  margin-left: 0px;
}
.submitbttn-bed .primary_btn img.gray_arrow {
  position: relative;
  right: -12px;
}
.submitbttn-bed .primary_btn img {
  width: 55px;
  object-fit: contain;
}
.submitbttn-bed .primary_btn img.white-arrow {
  position: absolute;
  top: 13px;
  z-index: 1;
  right: 8px;
  display: block;
}
.submitbttn-bed .primary_btn:hover img.white-arrow {
  display: none;
}
.submitbttn-bed input.wpcf7-submit
{
    width: 0px;
    height: 0px;
    opacity: 0;
    position: absolute;
    left: -999px;
}
.submitbttn-bed .primary_btn a
{
    color: #fff;
}
.bookingform-group .wpcf7-not-valid-tip
{
    margin-top: 5px;
    font-size: 14px;
}
#wpcf7-f765-o1 .wpcf7-response-output
{
    margin-top: 0px;
    text-align: center;
    border-color: #000;
    font-size: 14px;
}
.submitbttn-bed 
{
    position: relative;
    top: 20px;
}
.corp-banner .img_bx img
    {
        width: 75px;
    }
    .check_ammenities_card .icon_bx
    {
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .check_ammenities_card 
    {
      margin-bottom: 40px;
    }
    .imgbx.whatweofimg
    {
        width: 130px;
        position: absolute;
        height: 130px;
        left: -75px;
    }
    .title.whatwetitle
    {
        padding-left: 60px;
    }
    .get_in_touch .lineimage
    {
        height: 165px;
        position: relative;
        left: 100px;
    }
    .get_in_touch .sparrowimg
    {
        position: relative;
        right: 40px;
    }

    /*.hoverimgliving:hover .residences_title h4
    {
        text-decoration: underline;
        text-decoration-color: #fddd00;
        text-decoration-thickness: 2px;
        text-decoration-skip-ink: none;
        text-underline-position: under;
    }*/
    .residences_title h4
    {
        padding-bottom: 8px;
    }
    .nohovereff,
    .nohovereff:hover
    {
        transform: none !important;
    }
    .what_we_offer div.step-colm h4
    {
        font-size: 24px;
    }
    .get_in_touch div.title h2,
    .readylease div.title h2
    {
        font-weight: 700;
        font-size: 50px;
        text-align: left;
    }
    .whylease-landlords div h4
    {
        font-size: 24px;
        font-weight: 500;
    }
    .whylease-landlords div p
    {
        font-size: 18px;
    }
    .company_logo_slider.corporatesty .img-bx img
    {
        object-fit: none;
        height: 100px;
    }

    .dropselect-openings
    {
        position: relative;
        display: inline-block;
        margin: 30px 0px 20px 0px;
        min-width: 300px;
    }
    .current-openings
    {
        position: relative;
        padding: 8px 55px 8px 20px;
        border: 1px solid #51c2b9;
        font-weight: 500;
        background: #fff;
        cursor: pointer;
    }
    .list-openings
    {
        position: absolute;
        width: 100%;
        cursor: pointer;
        z-index: 2;
    }
    .list-openings ul li
    {
        padding: 8px 55px 8px 20px;
        background: #51c2b9;
        transition: 0.5s all;
        border-bottom: 1px solid #777;
    }
    .list-openings ul li:hover
    {
        padding: 8px 55px 8px 30px;
        font-weight: 500;
    }
    
    .jobcontent-depart
    {
        font-weight: 500;
        font-size: 22px;
        margin-bottom: 15px;
    }
    .jobtitle-depart
    {
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 15px;
    }
    .jobcontent-depart p
    {
        font-weight: 300;
    }
    .jobmoreinfo-depart
    {
        padding-bottom: 30px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .departmentname_title
    {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 25px;
        margin-top: 50px;
        color: var(--clr-green);
    }
    .jobmoreinfo-depart a
    {
        position: relative;
        color: var(--clr-green);
    }
    .jobmoreinfo-depart a::before 
    {
      content: '';
      position: absolute;
      top: calc(100% - 2px);
      left: 0px;
      right: 0;
      width: 0;
      height: 1px;
      transition: 0.5s all;
      background-color: var(--clr-green);
    }
    .jobmoreinfo-depart:hover a::before {
      left: 0px;
      right: auto;
      width: 100%;
    }
    .blog-shortlink {
  margin-bottom: 30px;
}
.blog-shortlink a {
  text-transform: uppercase;
}
.apply-nowcareer {
  position: relative;
  top: 20px;
}
.apply-nowcareer .primary_btn {
  max-width: 240px;
  margin-top: 20px;
  margin-left: 0px;
}
.apply-nowcareer .primary_btn img.white-arrow {
  position: absolute;
  top: 13px;
  z-index: 1;
  right: 30px;
  display: block;
}
.apply-nowcareer .primary_btn img {
  width: 55px;
  object-fit: contain;
}
.apply-nowcareer .primary_btn img.gray_arrow {
  position: relative;
  right: -12px;
}
.apply-nowcareer .primary_btn a
{
    color: #fff;
    padding: 12px 40px;
}
.apply-nowcareer .primary_btn:hover img.white-arrow {
  display: none;
}
.fstlink {
  color: #7F7F7F;
}
.blog-shortlink span {
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
}
.career_innerdetail ul li
{
    list-style: disc outside none;
    display: list-item;
    margin-left: 1em;
    margin-bottom: 12px;
    font-weight: 300;
    padding-left: 10px;
}
.career_innerdetail p strong
{
    margin: 50px 0px 30px 0px;
    display: block;
    font-size: 22px;
    font-weight: 500;
}

.blog_detail_single img
    {
        width: 100%;
        margin: 15px 0px;
    }
    .blog_detail_single h6
    {
        font-weight: 500;
        font-size: 22px;
        margin-bottom: 15px;
        margin-top: 40px;
    }
    .sharearticle-bttn .a2a_svg svg
    {
        background-color: #000;
    }
    .sharearticle-bttn .a2a_svg svg path
    {
        fill: #fff;
    }
    .sharearticle-bttn .a2a_kit a
    {
        margin-right: 5px;
    }
    .sharearticle-bttn
    {
        display: flex;
        align-items: center;
        margin-top: 50px;
    }
    .sharearticle-bttn .addtoany_header
    {
        text-transform: uppercase;
        margin-right: 15px;
    }
    .datecalender
    {
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .datecalender i
    {
        margin-right: 10px;
        font-size: 22px;
        color: grey;
    }
    .blog_detail_single,
    .blog-readmore-articles
    {
        background-color: rgb(124 135 142 / 3%);
        padding-top: 50px;
    }
    .blog-shortlink a
    {
        text-transform: uppercase;
    }
    .blog-shortlink
    {
        margin-bottom: 30px;
    }
    .blog-shortlink span
    {
        display: inline-block;
        margin-left: 12px;
        margin-right: 12px;
    }
    .fstlink
    {
        color: #7F7F7F;
    }
    .curtlink
    {
        text-decoration: none;
        color: #000;
    }
    .blog-shortlink a:hover
    {
        /*color: #51c2b9;*/
        color: #000;
    }
    .readmoreart-img
    {
        height: 340px;
        width: 100%;
        position: relative;
    }
    .readmoreart-img .img-fluid
    {
        object-fit: cover;
    }
    .readmore-content
    {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .blog-readmore-articles .title
    {
        margin: 0px 0px 40px 0px;
    }
    .readmoreart-img img
    {
        transition: 0.5s;
    }
    .readmoreart-img:hover img {
      transform: scale(1.1);
    }
    .readmore-content a
    {
        width: 33.33%;
        margin: 10px;
    }
    .readmoreart-img:hover:after
    {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.4);
        top: 0px;
        left: 0px;
    }
    .read-title-more
    {
        position: absolute;
        z-index: 444;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
    }
    .read-title-more h3
    {
        font-size: 20px;
        color: #fff;
        text-align: center;
        padding: 0px 9%;
    }
    .readmoreart-img:hover .read-title-more
    {
        opacity: 1 !important;
    }
    .blog_detail_single ul li
    {
        margin-left: 10px;
        list-style-type: disc;
        display: list-item;
        margin-bottom: 10px;
        line-height: 1.6;
    }

.evt-contact div i,
    .evt-location div i,
    .evt-date div i
    {
        color:#51C2B9;
        font-size: 35px;
    }
    .evticon
    {
        width: 15%;
    }
    .event-register-form .fa.fa-phone
    {
        transform: rotate(258deg);
    }
    .evtcontent
    {
        width: 85%;
    }
    .evtcontent strong
    {
        font-weight: 500;
        color: #51C2B9;
        font-size: 16px;v
    }
    .evtcontent div
    {
        font-size: 20px;
    }
    .event_banner
    {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 600px;
    }
    .event-register-form    
    {
        background-color:rgba(124,135,142,0.1);
        padding: 40px 30px 20px 30px;
    }
.evtsubmitbttn-bed {
  position: relative;
 
}
.evtsubmitbttn-bed .primary_btn:hover img.white-arrow {
  display: none;
}
    .evtsubmitbttn-bed .primary_btn {
  max-width: 100%;
margin-top: 0px;
margin-left: 0px;
border-radius: 0px;
}
.evtsubmitbttn-bed .primary_btn::before
{
    border-radius: 0px;
    border: none;
}
.evtsubmitbttn-bed .primary_btn a {
  color: #fff;
  display: block;
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}
.evtsubmitbttn-bed:hover a
{
  color: #000;
}
.evtsubmitbttn-bed .primary_btn img.white-arrow {
    position: absolute;
    top: 16px;
    z-index: 1;
    right: 170px;
    display: block;
}
.evtsubmitbttn-bed .primary_btn img {
  width: 55px;
  object-fit: contain;
}
.evtsubmitbttn-bed .primary_btn img.gray_arrow {
  position: relative;
  right: -12px;
}
.evtdetailcont ul li {
  
  display: list-item;
  margin-left: 1.5em;
  margin-bottom: 12px;
  padding-left: 10px;
}
.evtdetailcont ul li::before
{
    content: "\2022";
    color: #51c2b9;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: relative;
    right: 8px;
    font-size: 22px;
}
 .evtregfrm
 {
    padding-left: 40px;
 }

 .referral-pgm
    {
        background-size: 700px;
        background-repeat: no-repeat;
        background-position: left;
    }
    .referheading
    {
        font-weight: 500;
        font-size: 22px;
        margin-bottom: 20px;
    }
    .referralform .checkboxbooking span .wpcf7-list-item-label
    {
        display: flex;
        align-items: baseline;
        padding-left: 16px;
    }
    .term-condition .right_colm ul
    {
        display: list-item;
        margin-left: 1.5em;
        margin-bottom: 12px;
        padding-left: 10px;
    }
    .term-condition .right_colm ul li
    {
        line-height: 1.2;
        margin-bottom: 7px;
    }
    .term-condition .right_colm ul li::before 
    {
      content: "\2022";
      color: #51c2b9;
      font-weight: bold;
      display: inline-block;
      width: 1em;
      margin-left: -1em;
      position: relative;
      right: 8px;
      font-size: 22px;
    }
    .term-condition
    {
        background-color: rgb(124 135 142 / 3%);
    } 
    .sharearticle-bttn .a2a_svg
    {
        height: 23px;
        width: 23px;
    }
    .sharearticle-bttn .a2a_svg svg:hover
    {
        background-color: var(--clr-yellow);
    }
    .sharearticle-bttn .a2a_svg svg:hover path
    {
        fill: #000;
    }
    .a2a_default_style a:hover .a2a_svg
    {
        opacity: 1 !important;
    }
    .blog_detail_single p,
    .event_summary p
    {
        font-family: 'Montagu Slab';
        font-weight: 400;
        font-size: 18px;
    }
    .evtdetailcont p,
    .evtdetailcont ul li
    {
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        font-size: 18px;
    }
     
    .blog_summary .secondary_btn a::before 
    {
          content: '';
          position: absolute;
          top: calc(100% - 2px);
          left: 0px;
          right: 0;
          width: 0;
          height: 1px;
          transition: 0.5s all;
          background-color: #7C878E;
    }
    .blog_summary .secondary_btn:hover a::before 
    {
          left: 0px;
          right: auto;
          width: 100px;
          top: 20px;
    }
    .lernmore.secondary_btn a::before 
    {
          content: '';
          position: absolute;
          top: calc(100% - 2px);
          left: 0px;
          right: 0;
          width: 0;
          height: 1px;
          transition: 0.5s all;
          background-color: #7C878E;
    }
    .lernmore.secondary_btn:hover a::before 
    {
          left: 0px;
          right: auto;
          width: 100px;
    }
   .event_list_colm .date_colm ul
   {
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        font-size: 18px;
   }
   .custmeevtn .date_colm ul li
   {
        flex-wrap: nowrap;
   }
   .custmeevtn .date_colm ul li
   {
        align-items: baseline;
   }
   .custmeevtn .nav-tabs .project_tab h6 a.nav-link
   {
        min-width: 260px;
   }
   .apply-nowcareer .primary_btn a:hover
   {
        color: #000;
   }
   .careerfulldet ul,
   .careerfulldet p
   {
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        font-size: 18px;
   }
   .careerfulldet p strong
   {
        font-family: var(--ff-secondary);
   }
   .evticon img
   {
        height: 30px;
   }

   .email-phone
    {
        background-color: rgb(124 135 142 / 3%);
    }
    .emailphone-title
    {
        font-weight: 700;
        font-size: 36px;
    }
    .group-contactreach
    {
        display: flex;
        border: 1px solid;
        min-height: 150px;
        padding: 20px;
        justify-content: center;
        align-items: center;
    }
    .group-contactreach .cntreach-icon
    {
        width:20%;
    }
    .group-contactreach .cntreach-content
    {
        width:80%;
        position: relative;
        z-index: 1;
    }
    .ctcontainleft
    {
        border-color: #fddd00;
        position: relative;
        
    }
    .ctcontainright
    {
        border-color: #51c2b9;
        position: relative;
        
    }
    .ctcontainleft:before
    {
        content:'';
        width: 0;
        transition: 0.5s;
        position: absolute;
        left: 0px;
        top: 0px;
        height: 100%;
    }
    .ctcontainleft:hover:before
    {
        width: 100%;
        background-color: #fddd00;
    }
    .ctcontainright:before
    {
        width: 0;
        transition: 0.5s;
        content:'';
        position: absolute;
        left: 0px;
        top: 0px;
        height: 100%;
    }
    .ctcontainright:hover:before
    {
        width: 100%;
        background-color: #51c2b9;
    }
    .cntreach-content
    {
        text-align: left;
    }
    .cntreach-content h4
    {
        font-weight: 500;
        font-size: 36px;
    }
    .cntreach-content p
    {
        font-size: 22px;
        font-weight: 300;
    }
    .contact_banner_content p
    {
        font-size: 14px;
        font-weight: 400;
    }
    .contactus-message textarea {
  width: 100%;
  background-color: var(--clr-yellow);
  outline: none;
  border-bottom: 1px solid #000;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  resize: none;
}
.contactus-message {
  height: 100%;
  display: block;
}
.contact_banner_content
{
    width: 78%;
    margin: auto;
}
.mapcontact-title {
  font-weight: 500;
  font-size: 36px;
}
.mapsection
{
    background-color: rgb(124 135 142 / 3%);
}
#mapid { width: 100%; height:100%; position: absolute; left:0px; top:0px;}
    .mapcontent
    {
        position: relative;
        height:500px;
        width:100%;
    }
    .my-leaflet-map-container img {
    max-height: none;
}
.ctcontainright .cntreach-icon img
{
    max-height: 45px;
    position: relative;
    z-index: 2;
}
.ctcontainleft .cntreach-icon img
{
    max-height: 40px;
    position: relative;
    z-index: 2;
}
.contactus-banner img
{
    max-height: 130px;
}

.singleprop-subcontent
{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 18px;
}
.singleprop-smallcontent
{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}
.propert-ul
{
    display: flex;
    width: 80%;
}
.propert-ul li
{
    width: 30%;
    text-align: center;
    padding: 10px 0px;
}
.propert-ul li a
{
    color: #000;
    padding: 0px 0px 2px 0px;
    position: relative;
    font-weight: 300;
}
.propert-ul li a:hover
{
    color: #000;
    font-weight: 500;
}
.propert-ul li a:before
{
  content: '';
  position: absolute;
  top: calc(100% - 2px);
  left: 0px;
  right: 0;
  width: 0;
  height: 1px;
  transition: 0.5s all;
  background-color: var(--clr-yellow);
}
.propert-ul li a:hover:before
{
    width: 100%;
}
.propertylistsec
{
    background-color: rgba(240,240,240,0.4);
}
.property-facilities-group
{
    background-color: rgba(124,135,142,0.1);
    padding: 40px 30px 20px 30px;
}
.property-facilities ul li {
  display: list-item;
  margin-left: 1.5em;
  padding-left: 10px;
  width: 40%;
}
.property-facilities ul li::before {
  content: "\2022";
  color: #51c2b9;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  position: relative;
  right: 8px;
  font-size: 22px;
}
.property-facilities ul
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.singleprop-title
{
    font-size: 36px;
    font-weight: 500;
}
.singleprop-subcontent p
{
    font-size: 22px;
    font-weight: 500;
    font-family: var(--ff-secondary);
}
.singleprop-smallcontent p
{
    font-size: 18px;
}
.roomtype-submit .primary_btn {
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-radius: 0px;
}

.roomtype-submit .primary_btn::before {
  border-radius: 0px;
  border: none;
}

.roomtype-submit .primary_btn a {
  color: #fff;
  display: block;
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}

.roomtype-submit .primary_btn img.white-arrow {
  position: absolute;
  top: 16px;
  z-index: 1;
  right: -12px;
  display: block;
}

.roomtype-submit .primary_btn img {
  width: 55px;
  object-fit: contain;
}

.roomtype-submit .primary_btn img.gray_arrow {
  position: relative;
  right: -12px;
}

.roomtype-submit .primary_btn:hover img.white-arrow {
   display: none;
}

.roomtype-submit .primary_btn a div
{
    display: inline-block;
    position: relative;
}
.roomtype-group
{
    display: flex;
    background: #fff;
    margin-bottom: 70px;
}
.roomtype-left
{
    width: 45%;
    height: auto;
}
.roomtypeslide
{
    height: 100%;
}
.roomtype-right
{
    width: 55%;
	height: 530px;
}
.roomtype-right
{
	height: 100%;
}
.roomtype-content
{
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 100px;
}
.roomfeature-title
{
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: var(--ff-secondary);
}
.roomfeature-list ul
{
    display: flex;
    font-family: var(--ff-secondary);
}
.roomfeature-title span a
{
    font-family: var(--ff-secondary);
}
.roomfeature-list ul li
{
    width: 40%;
    display: flex;
    align-items: center;
}
.roomfeature-list ul li img
{
    height: 25px;
    width: 25px;
    object-fit: contain;
}
.roomtype-listfeature
{
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.roomtypeslide.owl-carousel.owl-theme.owl-loaded.owl-drag,
.roomtypeslide .owl-stage-outer,
.roomtypeslide .owl-stage,
.roomtypeslide .owl-item,
.roomtypeslide .item,
.roomtypeslide .owl-item,
.roomtypeslide .img-responsive
{
    height: 97.85%;
    object-fit: cover;
}
.roomtypeslide.owl-carousel.owl-theme.owl-loaded.owl-drag,
.roomtypeslide .owl-stage-outer,
.roomtypeslide .owl-stage,
.roomtypeslide .owl-item,
.roomtypeslide .item,
.roomtypeslide .owl-item,
.roomtypeslide .img-responsive
{
    height: 100%;
}
.roomfullgroup
{
    padding: 30px 40px 0px 40px;
}
.roomfeature-title span
{
    display: inline-block;
    margin-left: 30px;
    color: #51c2b9;
}
.roomtypeslide .owl-nav
{
    position: absolute;
    width: 100%;
    top: 45%;
    display: flex;
    justify-content: space-between;
    padding: 0px 15px;
}
.roomtypeslide.owl-carousel .owl-nav .owl-prev
{
    position: relative;
    padding: 0px 15px !important;
    outline: unset;
}
.roomtypeslide.owl-carousel .owl-nav .owl-next
{
    position: relative;
    padding: 0px 15px !important;
    outline: unset;
}
.roomtypeslide .owl-nav .owl-prev i
{
    font-size: 30px;
    color: #fff;
}
.roomtypeslide .owl-nav .owl-next i
{
    font-size: 30px;
    color: #fff;
}
.roomtypeslide.owl-carousel .owl-nav .owl-prev:hover,
.roomtypeslide.owl-carousel .owl-nav .owl-next:hover
{
    background: unset;
    outline: unset;
} 
.roomtypeslide .owl-dots
{
    position: absolute;
    width: 100%;
    bottom: 55px;
}
.roomtypeslide.owl-theme .owl-dots .owl-dot.active span, 
.roomtypeslide.owl-theme .owl-dots .owl-dot:hover span 
{
    background: var(--clr-yellow);
}
.roomtypeslide.owl-carousel button.owl-dot,
.roomtypeslide.owl-carousel button.owl-dot:hover
{
    outline: unset;
}
.propertyroomtypes .room-title h2
{
    color: #001300;
    font-size: 36px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 50px;
}
.locationdetail-left h2
{
    margin-bottom: 50px;
    font-weight: 500;
}
.locationpoint-address span
{
    font-size: 22px;
    font-weight: 500;
}
.locationdetail-left .locationpoint-address
{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #ddd;
}
.title-areainfo h6
{
    font-size: 22px;
    font-weight: 500;
}
.title-areacnt span
{
    font-size: 18px;
    font-weight: 500;
}
.publictransport,
.landmarkaround,
.amenitiesnecess
{
    margin-top: 25px;
}
.locationseemore
{
    margin-top: 25px;
    cursor: pointer;
}
.locationpoint-address img
{
    height: 30px;
    margin-right: 8px;
}
.reviewside-cont
{
    width: 100%;
    height: 100%;
}
.review-slidecont
{
    width: 320px;
    margin: auto;
    padding: 20px 30px;
    border: 2px solid #76cec7;
}
.innerimg-property
{
    height: 45px !important;
    width: 45px !important;
    border-radius: 50px;
    margin-top: 35px;
    object-fit: cover;
    object-position: center;
}
.inner-rvname
{
    margin-top: 5px;
}
.propertysinglereviews h2
{
    text-align: center;
    margin-bottom: 50px;
    font-weight: 500;
}
.allreviewslider .owl-stage-outer > .owl-stage {
  margin:0 auto;
}
.facilities-icons
{
    align-items: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px;
}
.facilities-icons img
{
    margin-right: 10px;
}
.facilities-icons:after
{
    content:'';
    position: absolute;
    right: 0px;
    width: 40%;
    height: 1px;
    border: 1px solid #ddd;
}
.property-info-left
{
    padding-right: 150px;
}
.property-readytobook .sparrowline-ready
{
    height: 135px;
    position: relative;
    left: 86px;
}
.propertyroomtypes
{
    background-color: #fbfcfc;
}
.roomtype-title
{
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 5px;
    color: #001300;
    font-weight: 500;
    position: relative;
}
.roomtype-subtitle
{
    color: #7c878e;
    font-family: var(--ff-secondary);
}
.roomtype-content p
{
    font-family: var(--ff-secondary);
    font-weight: 300;
    font-size: 16px;
}
.taketourpoup
{
    position: absolute;
    right: -8px;
    font-family: var(--ff-secondary);
    font-weight: 500;
    font-size: 16px;
    top: -4px;
    display: flex;
    align-items: center;
}
.taketourpoup img
{
    height: 30px;
    width: 30px;
    object-fit: contain;
}
.taketourpoup a
{
    color: #000;
}
.popamenities-title
{
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 50px;
}
.roomfeature-title span a
{
    position: relative;
}
.roomfeature-title span a:before
{
    content: '';
    position: absolute;
    top: calc(100% - 2px);
    left: 0px;
    right: 0;
    width: 0;
    height: 1px;
    transition: 0.5s all;
    background-color: grey;
}
.roomfeature-title span a:hover::before 
{
  width: 100%;
}
.propopfld hr
{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.propopfld ul > hr:first-of-type
{
    display: none;
}
.amenul li
{
    display: flex;
    align-items: center;
}
.amenul li img
{
    margin-right: 10px;
    width: 25px;
    height: 20px;
    object-fit: contain;
}
.parent-img-3dtour
{
    width: 100%;
    margin-bottom: 30px;
}
.child-img-3dtour
{
    width: 20%;
    margin-right: 40px;
    float: left;
    margin-top: 25px;
}
.child-img-3dtour img
{
    width: 100%;
    height: 145px;
}
.tour3dfacilities .room-title
{
    margin-bottom: 50px;
}
.title-areacnt
{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.title-areacnt img
{
    width: 30px;
    height: 26px;
    margin-right: 10px;
    object-fit: contain;
}
.publictransport ul li, 
.landmarkaround ul li,
.amenitiesnecess ul li
{
  display: list-item;
  margin-left: 1.5em;
  padding-left: 10px;
}
.publictransport ul, 
.landmarkaround ul,
.amenitiesnecess ul
{
    padding-left: 33px;
}
.publictransport ul li::before,
.landmarkaround ul li::before,
.amenitiesnecess ul li::before  
{
  content: "\2022";
  color: #51c2b9;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  position: relative;
  right: 8px;
  font-size: 22px;
}
.locationseemore
{
    color: #51c2b9;
}
.allreviewslider .owl-dots
{
    margin-top: 40px !important;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span
{
    background: #fddd00;
}
.review-slidecont .inner-reviewcont
{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 18px;
}
.inner-rvname
{
    margin-top: 5px;
    font-size: 18px;
    font-weight: 500;
}
.review-slidecont .inner-subname
{
    font-family: var(--ff-secondary);
    font-weight: 300;
    font-size: 18px;
}
.readycontp p
{
    font-size: 18px;
}

.leaflet-popup-content-wrapper
{
    border-radius: 0px !important;
}

.maplocimg
{
    display: flex;
    justify-content: center;
    padding: 10px;
}
.maplocimg img
{
    height: 80px;
    margin-right: 10px;
}
.maplocimg div p
{
    margin-top:0px;
    font-weight: 400;
    font-family: var(--ff-secondary);
    margin-bottom: 5px;
    font-size: 14px;
}
.maplocimg div p:nth-child(1)
{
    font-weight: 500;
    font-family: var(--ff-secondary);
    font-size: 16px;
}
.group-contactreach .cntreach-content
{
    color: #000;
}
.single-coliving-slider .owl-nav
{
    position: absolute;
    right: 17.8%;
    top: 40%;
    font-size: 50px;
}
.single-coliving-slider .owl-nav .owl-prev
{
    margin-right: 103px;
}
.single-coliving-slider .owl-nav .owl-prev .fa.fa-angle-left,
.single-coliving-slider .owl-nav .owl-next .fa.fa-angle-right
{
    color: #fff;
}
.explore .text-center.content p
{
    font-size: 18px;
}
#chaty-widget-0 .chaty-channel .chaty-svg {
  width: 80px !important;
  height: 80px !important;
  padding: 10px;
  position: relative;
  bottom: 20px;
  right: 20px;
}
.chaty-whatsapp-button svg
{
    position: relative;
    bottom: 10px;
}
.property_tab1_slier .owl-item .property_title
{
    justify-content: left;
}
.review-comingsoon
{
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}

.readmoresingle-content
{
    cursor:pointer;
    display:inline-block;
    color: #51c2b9;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    margin-top: 20px;
}
.singleprop-fulldescription
{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    margin-top: 20px;
}
.singleprop-fulldescription p
{
    font-size: 18px;
}
.taketourframe{ width:calc(100%) !important; }
 .imageroomtype-popup
 {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: #fff;
    left: 0px;
    top: 0px;
    padding: 40px;
 }
 .imageroomtype-popup
 {
    text-align: right;
 }
 .imageroomtype-popup img
 {
    margin-bottom: 20px;
    height: 62px;
    position: absolute;
    right: 60px;
    background-color: #fff;
    padding: 10px;
    border-radius: 50px;
    top: 60px;
    cursor: pointer;
    z-index: 99999;
 }
 .propertysinglereviews
 {
    background-color: #fbfcfc;
    background: #fbfbfb;
 }
 .review-slidecont
 {
    background: #fbfbfb;
 }
 .image-layer .video_wrapper
 {
    height: 550px;
 }

 html,body
 {
    overflow-x:hidden;
 }

.arrow-black-img.nextsectionhome
{
    height: 70px;
    position: absolute;
    top: -12px;
}
.gosection:hover .arrow-black-img.nextsectionhome
{
    display: block !important;
}
.gosection:hover .arrow-green-img.nextsectionhome
{
    visibility: hidden !important;
}
.gosection
{
    position: relative;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #000;
  text-align: center;
}
.contactus.bookingform-group p
{
    margin-bottom: 0px;
}
.sliderfluid
{
    padding-left: 10%;
}
.sliderfluid-logo
{
    padding: 0% 10%;
}
.single-coliving-slider .owl-prev:hover,
.single-coliving-slider .owl-next:hover
{
    background: none !important;
}

.morevdsfld
{
    width: 18%;
    height: 130px;
    background: #ddd;
    margin: 5px;
    position: relative;
}
.more3dviews
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow-y: auto;
    max-height: 150px;
}
.morevdsfld iframe
{
    height: 130px;
}
.overiframelay
{
    position: absolute;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
}
.property_detail p
{
    direction: ltr;
}
.book_now_btn
{
	/*pointer-events: none;*/
}
.single-coliving-slider .owl-prev, 
.single-coliving-slider .owl-next
{
    outline: none !important;
}
.checkboxbooking .first.last .wpcf7-list-item-label a
{
    color: #000 !important;
    font-weight: 500;
}
.referalcheckboxbook.checkboxbooking input[type="checkbox"]
{
    width: 100%;
}
.termconditions-content h3,
.privacypolicy-content h3
{
    margin: 40px 0px 20px 0px;
    font-weight: 500;
    font-size: 24px;
}
.privacypolicy-content h2
{
    font-size: 30px;
    margin-top: 40px;
    font-weight: 500;
}
.termconditions-banner,
.privacypolicy-banner
{
    background-color: var(--clr-yellow);
}
.privacypolicy-content ul
{
    margin: 30px 0px 30px 0px;
}
.privacypolicy-content li 
{
    display: list-item;
    margin-left: 4rem;
    margin-bottom: 12px;
    padding-left: 10px;
    position: relative;
}
.privacypolicy-content ul li::before
{
    content: "\2022";
    color: #51c2b9;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: absolute;
    left: 10px;
    font-size: 22px;
    top: -5px;
}
.privacypolicy-content li h4
{
    margin-bottom: 15px;
    font-weight: 500;
}
.homeuslive .text_summary
{
    margin-bottom: 75px;
}
.site-logo .custom-logo-link img.custom-logo,
.footer_logo a img
{
    /*width: 172px;*/
	width: 140px;
    height: 40px;
}
.book_now_btn
{
    /*opacity: 0;*/
	opacity: 1;
}    
.single-livingresidence_banner
{
    padding-top: 40px;
}
.tourunavilable
{
    filter: grayscale(100%);
    opacity: 0.4;
    cursor: default;
	display: none;
}
.imgactivetour
{
    border: 4px solid #81d2e0;
}

/*a[href^="https://elfsight.com/whatsapp-chat-widget/?utm_source=websites&utm_medium=clients&utm_content=whatsapp-chat&utm_term=stg.tryangled.com&utm_campaign=free-widget"]
{
    display: none !important;
}*/
.event_detail.custmeevtn #tab
{
	display: none;
}
.roomtype-submit .primary_btn a:hover
{
	color:#000 !important;
}
.explore_properties .property_colm .property_detail .imgbx 
{
  text-align: center;
}
.overlay .text .img-fluid
{
	height: 80px !important;
}
.compulsory
{
	font-weight: 500;
	font-size: 15px;
	font-style: italic;
}
.search-form label
{
	width: 100%;
}
.searchfound
{
	width: 100%;
	height: 60px;
	border: 1px solid transparent;
	padding: 10px 30px 10px 50px;
	border-radius: 50px;
}
.search-form .search-submit
{
	display: none;
	font-size: 16px;
	font-weight: 500;
	transition: 0.5s;
	position: relative;
	z-index: 11111;
	padding: 9px 45px;
	border-radius: 100px;
	background: #001300;
	color: #fff;
	border: 1px solid transparent;
}
.searchbarcontent
{
	margin-top: 0px;
}
.search-form .search-submit:hover
{
	background: var(--clr-yellow);
	color: #000;
	border: 1px solid #000;
}
.contactus-message textarea,
span[data-name='contactus-message'] textarea,
span[data-name='booking-message'] textarea
{
  width: 100%;
  background-color: var(--clr-yellow);
  outline: none;
  border-bottom: 1px solid #000;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  resize: none;
}
.contactus-message,
span[data-name='contactus-message'],
span[data-name='booking-message']
{
  height: 100%;
  display: block;
}
.searchsubmit
{
	display:none !important;
}
.notfoundpage_content
{
	margin-top: 30px;
}
.notfoundpage_content span a
{
	color: #000;
	text-decoration: underline;
}
.searchnot-image
{
	position: absolute;
	left: 18px;
	top: 20px;
	height: 20px;
}
#searchform div
{
	position: relative;
	display: inline-block;
	width: 80%;
}
.footerlogo-address
{
	font-size: 16px;
	font-weight: 300;
	font-family: var(--ff-primary);
	margin-top: 20px;
}
.footerlogo-phone a
{
	font-size: 16px;
	font-weight: 300;
	font-family: var(--ff-primary);
	text-decoration: underline;
	color: #000 !important;
}

.notfoundpage-banner
{
	background-color: var(--clr-yellow);
}
.subscribe-content
{
	width: 40%;		
}
.subscribe-letter
{
	width: 60%;
	text-align: center;
	position: relative;
}
.subscribe-letter input[type=email]	
{
	width: 100%;
    height: 60px;
    border: 1px solid #ddd;
    padding: 10px 195px 10px 40px;
    border-radius: 50px;
}
.subscribe-letter label
{
	width: 100%;
	padding-left: 60px;	
}
.newsletter
{
	position: absolute;
	right: 0px;
	top: -2px;
}
.newsletter input[type=submit]	
{
	border: none;
    background-color: transparent;
    color: var(--clr-green);
    font-size: 16px;
    padding: 20px 100px 20px 0px;
}
.newsletter:after
{
	content: '';
	position: absolute;
	top: 21px;
	width: 70px;
	height: 20px;
	background-image: url('https://coliwoo.com/wp-content/themes/custom/images/horizontal-green_arrow.png');
	right: 14px;
	background-repeat: no-repeat;
}
.newsletter:hover:after
{
	content: '';
	position: absolute;
	top: 21px;
	width: 70px;
	height: 20px;
	background-image: url('https://coliwoo.com/wp-content/themes/custom/images/horizontal-gray_arrow.png');
	right: 14px;
	background-repeat: no-repeat;
}	
.newsletter .wpcf7-spinner
{
	position: absolute;	
}
.subscribe-letter .wpcf7-not-valid-tip
{
	display: none !important;
}
.subscribe-letter .wpcf7-response-output
{
	font-size: 14px;
	border: none !important;
	margin-top: 0px !important;	
}
.subscriber
{
	padding-bottom: 40px;
}
.subscriber .container
{
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;	
}
.subscribe-letter form[data-status="sent"] .wpcf7-response-output
{
	color: var(--clr-green) !important;
}
.property-facilities-group[data-id="605"] ul li
{
		width: 100%;
}

@media screen and (min-width:991px)
{
    .header.coliwoheader
    {
        position: fixed;
        top: 0px;
        z-index: 999999;
        background: #fff;
    }
    body
    {
        padding-top: 4rem;
    }
}
@media screen and (min-width:992px)
{
	.single-coliving-slider .owl-nav 
	{
	  position: absolute;
	  right: 17.8%;
	  top: 40%;
	  font-size: 50px;
	  width: 76%;
	  left: 0px;
	  display: flex;
	  justify-content: space-between;
	  padding: 0px 45px;
	}
}
 @media screen and (min-width:320px) and (max-width:991px)
 {
	 p
	 {
		 font-size: 14px;
	 }
	 .notfoundpage-banner h2 
	 {
	  margin-top: 45px;
	 }
	 .subscribe-letter 
	 {
		  width: 100%;
		  text-align: center;
		  position: relative;
	 }
	 .subscribe-letter label
	 {
		 padding-left: 0px;
	 }
	 .newsletter input[type="submit"]
	 {
		 font-size: 14px;
		 padding: 20px 58px 20px 0px;
	 }
	 .newsletter:after 
	 {
	  content: '';
	  position: absolute;
	  top: 24px;
	  width: 40px;
	  height: 20px;
	  background-image: url('https://coliwoo.com/wp-content/themes/custom/images/horizontal-green_arrow.png');
	  right: 8px;
	  background-repeat: no-repeat;
	  background-size: 70%;
	}
	 .newsletter:hover:after 
	 {
	  content: '';
	  position: absolute;
	  top: 24px;
	  width: 40px;
	  height: 20px;
	  background-image: url('https://coliwoo.com/wp-content/themes/custom/images/horizontal-gray_arrow.png');
	  right: 8px;
	  background-repeat: no-repeat;
	  background-size: 70%;
	}
	 .subscribe-letter input[type="email"]
	 {
		 padding: 10px 155px 10px 20px;
	 }
	 .subscribe-content
	 {
		 width: 100%;
		 text-align: center;
		 margin-bottom: 30px;
	 }
	 .mobiletabfaqclick 
	 {
	  font-weight: 500;
	  padding-right: 30px;
	  margin-bottom: 35px;
	  cursor: pointer;
	  font-size: 22px;
	  color: #51c2b9;
	}
	 .desktopfaqs
	 {
		 display: none !important;
	 }
	 .mobilefaqs
	 {
		 display: block !important;
	 }
	 .jobtitle-depart
	 {
		 font-size: 18px;
	 }
	 .departmentname_title
	 {
		font-size: 20px; 
	 }
    .eventlistul {
      display: grid;
      grid-template-columns: repeat(1, 1fr) !important;
      grid-gap: 0px !important;
    }
	 .living_colm {
	  padding: 30px 0;
	}
	 .media-2,.media-3
	 {
		 display: none !important;
	 }
	 .mobileonlyviewmedia
	 {
		 display: block !important;
		 position: relative;
		 top: -20px;
	 }
	 .desktopviewonlymedia
	 {
		 display: none !important;
	 }
	 .checkboxbooking.referalcheckboxbook .wpcf7-list-item-label::after
	 {
		 top: 15px;
	 }
	 .our_number .data_colm
	 {
		 text-align: center;
	 }
	 .residences_title h4
	 {
		 font-size: 18px;
		 padding-bottom: 0px;
	 }
	 .overlay .text h2
	 {
		 font-size: 26px;
		 margin-top: 0px;
		 line-height: 1.2;
	 }
	 .bookingform-group .col-6 
	 {
	  padding-left: 0px !important;
	  padding-right: 0px !important;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	 .event_list_colm .date_colm ul
	 {
		 font-size: 16px;
	 }
	 .custmeevtn .event_title h2
	 {
		 font-size: 20px !important;
	 }
	 .event_page .img-fluid
	 {
		height: 100px; 
	 }
	 .blog_detail_single p, .event_summary p
	 {
		 font-size: 16px;
	 }
	 .overlay .text .img-fluid
	 {
		 margin-bottom: 15px !important;
		 height: 80px !important;
	 }
	 .residences_title p
	 {
		 font-size: 15px;
	 }
	 .navbar-collapse
	 {
		 top: calc(100% + 12px) !important;
	 }
	 .gosection
	 {
/* 		 display:none; */
	 }
	 body.page-template
	 {
		 padding-top: 4.5rem;
	 }
	 .homeuslive .text_summary
	 {
		 margin-bottom: 40px;
	 }
	 .footer h6
	 {
		 font-size: 14px;
	 }
	 .footer-box ul li a
	 {
		 font-size: 14px !important;
	 }
	 header.header.coliwoheader
	 {
		 position: fixed;
		 top: 0px;
		 z-index: 11;
		 box-shadow: 0 2px 4px rgba(0,0,0,.0827688);
		 background: #fff;
	 }
	 .mynav .navbar-toggler-icon 
	 {
  		top: -28px !important;
	  }
	 #fancybox-wrap
	 {
		 left: 0px;
		 right: 0px;
		 margin: auto;
	 }
	 .cursor-play-button-mob
	 {
		  position: absolute;
		  top: 0;
		  left: 0;
		  width: 90px;
		  height: 90px;
		  border-radius: 50%;
		  background: hsla(0,0%,100%,.4);
		  margin-top: -80px;
		  margin-left: auto;
		  margin-right: auto;
		  right: 0px;
		  opacity: 1;
		  -webkit-transform: scale(.8) translateZ(0);
		  transform: scale(.8) translateZ(0);
		  transition: opacity .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1);
		  transition: opacity .3s cubic-bezier(.165,.84,.44,1),transform .3s cubic-bezier(.165,.84,.44,1);
		  transition: opacity .3s cubic-bezier(.165,.84,.44,1),transform .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1);
		  pointer-events: none;
	}
	 #cursor.cursor
	 {
		 display: none !important;
	 }
	 .cursor-play-button-mob::after 
	{
		  content: "";
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  margin-top: -10px;
		  margin-left: -5px;
		  width: 0;
		  height: 0;
		  border-color: transparent transparent transparent #51c2b9;
		  border-style: solid;
		  border-width: 10px 0 10px 13px;
	 }
	 .mobileonlyplaybtn
	 {
		 display: block !important;
		 position: absolute;
		 left: 0px;
		 right: 0px;
		 margin: auto;
		 width: 100%;
		 z-index: 4;
	 }
	 .property-facilities ul li
	 {
		 width: 100%;
	 }
	 .coliwoo_sec.mobilecoliw
	 {
		 padding-top: 15px;
	 }
    .rightcarer .right_colm
    {
        margin-left: 0px !important;
    }
	.faqtab .tabgroupdiv 
	{
  		padding-left: 15px;
	}
	.about_colm .left_sidebar.experience_colm,
	.about_colm .left_sidebar
	 {
		padding: 20px !important;	 
	 }
    .evtregfrm
    {
        padding-left: 15px;
        margin-top: 30px;
    }
	 .step-colm h4 br
	 {
		 display:none;
	 }
	 .explore_properties .property_detail .imgbx
	 {
		 text-align: center;
	 }
	 .homecompanylogo .img-bx img,
	 .otcompanyslider .img-bx img
	 {
		 object-fit: none;
		 height: 100px;
	 }
	 .roomfeature-title span a
	 {
		 font-weight: 500;
	 }
    .evtsubmitbttn-bed .primary_btn img.white-arrow 
    {
          top: 11px !important;
          right: 76px !important;
    }
    .event-register-form
    {
        padding: 40px 20px 20px 20px;
    }
    .evticon 
    {
        width: 80px;
    }
    .evtcontent div 
    {
        font-size: 18px;
    }
    .readmore-content
    {
        flex-wrap: wrap;
    }
    .readmore-content a 
    {
        width: 100%;
        margin-bottom: 10px;
    }
    .contact_banner_content
    {
        width: 100% !important;
    }
    .emailphone-title
    {
        text-align: center;
        font-size: 18px;
    }
    .group-contactreach .cntreach-icon
    {
        width: 30%;
    }
     .get_in_touch div.title h2, 
     .readylease div.title h2
     {
        font-size: 35px;
        text-align: center;
     }
     .contusleft
     {
        height: 350px;
     }
     .referral-pgm
     {
        background-image:unset !important;
     }
     .get_in_touch .sparrowimg
     {
        visibility: visible !important;
        height: 250px;
     }
     .bfmdiv.checkboxbooking span.wpcf7-list-item-label
     {
        display: flex;
        align-items: baseline;
        padding-left: 16px;
		flex-wrap: wrap;
     }
	 .bfmdiv.checkboxbooking span.wpcf7-list-item-label a
	 {
		 padding-left: 3px;
		 padding-right: 8px;
	 }
     .group-contactreach
     {
        min-height: 110px;
     }
     .corp-banner .right_colm
     {
        margin-left: 0px;
     }
     .corp-banner .left_colm,
     .corp-banner .right_colm
     {
        margin-top: 15px;
     }
     .trmleftcot
     {
        height: 350px;
     }
     .term-condition .right_colm 
     {
        margin-left: 0px;
        margin-top: 15px;
     }

     ul.propert-ul
     {
        flex-wrap: wrap;
     }
     .propert-ul li
     {
        width: 100%;
     }
     .property-info-left
     {
        padding-right: 0px;
     }
     .property-facilities-group
     {
        margin-top: 15px;
     }
     .roomtype-group
     {
        flex-wrap: wrap;
     }
     .roomtype-left,
     .roomtype-right
     {
        width: 100%;
     }
     .roomfullgroup
     {
        padding-left: 15px;
        padding-right: 15px;
     }
     .roomtype-title
     {
        margin-top: 65px;
     }
     .taketourpoup
     {
        left: -4px;
        top: -60px;
     }
     .roomfeature-list ul
     {
        flex-wrap: wrap;
     }
     .roomfeature-list ul li
     {
        width: 100%;
        margin-bottom: 10px;
     }
     .propertylocationdetail div.justify-content-center
     {
        flex-wrap: wrap;
     }
     .propertylocationdetail .locationdetail-left,
     .propertylocationdetail .locationdetail-right
     {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
     }
     .facilities-icons::after
     {
        content: '';
        position: absolute;
        left: 50px;
        width: 65%;
        height: 1px;
        border: 1px solid #ddd;
        top: 29px;
     }

     .navbar .book_now_btn
     {
        display: none !important;
     }
     .homeuslive
     {
        width: 100%;
        margin: 0px !important;
     }
     .homeuslive .text_summary.left_space_colm
     {
        position: unset;
        right: 0px;
     }
     .homeuslive .text_summary.center_colm
     {
        position: unset;
     }
     .homeuslive .box-colm.colm-2
     {
        padding: 50px 10px;
     }
     .homeuslive .text_summary.last_space_colm
     {
        position: unset;
        left: 0px;
     }
     .homeuslive .text_summary.right_space_colm
     {
        position: unset;
        left: 0px;
        width: 100%;
     }
     .image-layer .video_wrapper img#video-cover
     {
        height: 220px;
        object-fit: cover;
     }
     .testimonial-slider .testi-card p
     {
        padding: 10px 30px 0 30px !important;
     }
     section.explore_properties
     {
        padding-bottom: 55px;
     }
     .explore_other_properties .img_layout .img-fluid
     {
        height: 300px;
        margin-bottom: 30px;
     }
     .explore_other_properties .img_layout .overlay .img-fluid
     {
        height: auto;
     }
     .explore_other_properties .overlay .text
     {
        width: 100%;
        padding: 10px;
        text-align: center;
        white-space: normal;
     }
     .member_benefit .right_colm
     {
        margin-left: 0px;
     }
     .blog_colm h4
     {
        min-height: 0px;
     }
     .what_we_offer div.step-colm h4
     {
        font-size: 18px;
     }
     .imgbx.whatweofimg
     {
        position: unset;
        height: auto;
     }
     .title.whatwetitle
     {
        margin-bottom: 25px;
     }
     .left_col .imgbx img 
     {
        width: auto !important;
        height: 103px;
     }
     .banner-landlords .right_colm
     {
        margin-left: 0px;
     }
     .whylease-landlords .title h2
     {
        font-size: 22px;
     }
     .whylone,.whyltwo,.whylthree
     {
        flex: 0 0 100%;
        max-width: 100%;
     }
     .whylease-landlords div p
     {
        font-size: 14px;
     }
     .whylease-landlords div h4
     {
        font-size: 18px;
     }
     .whylease-landlords .row.d-flex.justify-content-between.mt-5.pt-3
     {
        margin-top: 10px !important;
     }
     .readylease.get_in_touch.referral-pgm .col-6
     {
        flex: 0 0 100%;
        max-width: 100%;
     }
     .bookingform-group .col-6
     {
        padding-left: 0px !important;
        padding-right: 0px !important;
     }
     .bfmdiv.checkboxbooking span.wpcf7-list-item-label
     {
        font-size: 16px;
     }
     .title h4 {
      font-size: 22px !important;
      line-height: 1.2 !important;
    }
    .whylone::before, .whyltwo::before, .whylthree::before
    {
        position: unset;
    }
    .image-layer .video_wrapper
    {
        height: 350px;
    }
    .scopesrch
    {
        margin-left: 55px !important;
    }
    .property_tab1_slier.mobile
    {
        display: block !important;
    }
    .property_tab1_slier.desktop
    {
        display: none !important;
    }
    .mynav ul li.nav-item a.dropdown-item
    {
        width: 100%;
    }
    .mynav ul li ul li.active a {
      color: #000 !important;
      background-color: #fddd00 !important;
      font-weight: 500 !important;
    }
    .navbar-toggler-icon .fa.fa-bars
    {
        color: #000 !important;
    }
    .cntreach-content h4
    {
        font-size: 20px;
    }
    .cntreach-content p
    {
        font-size: 16px;
    }
    .mapcontact-title
    {
        font-size: 25px;
    }
    #CookiebotWidget
    {
        display:none !important;
    }
    .ctcontainleft .cntreach-icon img
    {
        max-height: 35px;
    }
    .ctcontainright .cntreach-icon img
    {
        max-height: 40px;
    }
    .sliderfluid-logo
    {
        padding-left: 0px;
    }
    .explore .primary_btn img.white-arrow
    {
        top: 7px;
    }
    .submitbttn-bed .primary_btn img.white-arrow
    {
        top: 8px;
        right: 3px;
    }
    .property-info-left 
    {
      padding-right: 10px;
    }
    .singleprop-subcontent p
    {
        font-size: 18px;
    }
    .singleprop-title
    {
        font-size: 30px;
    }
    .propertyroomtypes .room-title h2
    {
        font-size: 30px;
    }
    .single-coliving-slider .owl-prev:hover,
    .single-coliving-slider .owl-next:hover
    {
        background: none !important;
    }
    .single-coliving-slider .owl-nav
    {
        position: absolute;
        right: 28.8%;
        top: 23%;
        font-size: 35px;
        width: 100%;
        left: 0px;
    }
    .single-coliving-slider .owl-prev
    {
        position: absolute;
        left: 20px;
    }
    .single-coliving-slider .owl-next
    {
        position: absolute;
        right: 20px;
    }
    .locationdetail-left h2
    {
        font-size: 30px;
    }
    .locationpoint-address span
    {
        font-size: 18px;
    }
    .title-areainfo
    {
        margin-bottom: 30px;
    }
    .roomtype-submit .primary_btn img.white-arrow
    {
        top: 11px;
    }
    .imageroomtype-popup img
    {
        height: 42px;
    }

    .morevdsfld
    {
        width: 42%;
        height: 100px;
    }
    .morevdsfld iframe
    {
        height: 100px;
    }
    .imagetourlive
    {
        width: 100% !important;
        height: 450px !important;
    }
    .child-img-3dtour img
    {
        height: 110px;
    }
    .child-img-3dtour
    {
        width: 48%;
        margin-bottom: 18px;
        margin-right: 5px;
    }
	 div.project_tab.mobiletabvers .tabindicator
	 {
		 display: none !important;
	 }
 }

 @media screen and (min-width:1100px) and (max-width:1300px)
 {
    .title h1
    {
        font-size: 35px;
        line-height: 1.3;
    }
    .title h2
    {
        font-size: 30px;
        line-height: 1.3;
    }
    .text_summary h4
    {
        font-size: 20px;
    }
    .step-colm h4
    {
        font-size: 20px;
    }
    .txt_content p
    {
        font-size: 18px;
    }
    .tab_colm h5
    {
        font-size: 16px;
    }
    .text_colm p
    {
        font-size: 18px;
    }
    .residences_title h4
    {
        font-size: 19px;
    }
    .residences_title p
    {
        font-size: 14px;
    }
    .text_summary p
    {
        font-size: 16px;
    }
    .living_residences_page .img_bx img
    {
        width: 100px;
    }
    .banner-slider .item img
    {
        height: 400px;
    }
    .testi-card p
    {
        font-size: 22px;
    }
    .emailphone-title
    {
        font-size: 28px;
    }
    .cntreach-content h4
    {
        font-size: 26px;
    }
    .mapcontact-title
    {
        font-size: 32px;
    }
    .referral-pgm
    {
        background-size: 550px;
    }
    .contact_banner_content p
    {
        font-size: 18px;
    }
    .text h2
    {
        font-size: 30px;
    }
    .custmeevtn .event_title h2
    {
        font-size: 20px !important;
    }
    .blog_detail_single p, .event_summary p,
    .event_list_colm .date_colm ul,
    .blog_colm p
    {
        font-size: 16px;
    }
    .secondary_btn a,
    .date_calendar a
    {
        font-size: 14px;
    }
    .property_title h4,
    .blog_colm h4
    {
        font-size: 20px;
    }
    .get_in_touch div.title h2, .readylease div.title h2
    {
        font-size: 40px;
    }
    input ~ .blabels, input:invalid ~ .blabels
    {
        font-size: 14px;
    }
    .cstmselect-items ul li
    {
        font-size: 14px;
    }
    .what_we_offer div.step-colm h4,
    .whylease-landlords div h4
    {
        font-size: 20px;
    }
    .step-colm p
    {
        font-size: 16px;
    }
    .whylease-landlords div p 
    {
        font-size: 16px;
    }
    .mynav ul li a,
    .mynav ul li .dropdown-menu a.dropdown-item
    {
        font-size: 14px;
    }
    .footer-box ul li a
    {
        font-size: 14px !important;
    }
    .checkboxbooking .wpcf7-list-item-label
    {
        font-size: 14px;
    }
    textarea
    {
        font-size: 14px;
    }
    .primary_btn a
    {
        font-size: 14px;
    }
    .submitbttn-bed .primary_btn img
    {
        width: 50px;
    }
    .jobtitle-depart
    {
        font-size: 18px;
    }
    p
    {
        font-size: 15px;
    }
    .careerfulldet ul, .careerfulldet p
    {
        font-size: 16px;
    }
    .blog-shortlink a
    {
        font-size: 14px;
    }
    .tabfaqclick
    {
        font-size: 20px;
    }
    .tab-question
    {
        font-size: 16px;
    }
    .tab-answer
    {
        font-size: 16px;
    }
    .termconditions-content h3, .privacypolicy-content h3
    {
        font-size: 20px;
    }
    .privacypolicy-content h2
    {
        font-size: 25px;
    }
 }

@media screen and (min-width:990px) and (max-width:1450px)
{
	.mobiletabvers
	{
		flex-wrap: wrap;
	}
}

@media screen and (min-width:320px) and (max-width:991px)
{
	.mobiletabvers
	{
		/* display: flex !important; */
		display: inline-block;
		flex-wrap: wrap;
	}
	.notfoundpage-banner h2
	{
		font-size: 22px !important;
		margin-top: 45px;
	}
	.notfoundpage-banner h3
	{
		font-size: 20px;
	}
	.searchbarcontent,
	#searchform div
	{
		width: 100% !important;
	}
	.hometbmbhover h6:nth-child(2)
	{
		padding-right: 15px;
	}
	.mobiletabvers h6
	{
		max-width:33%;
	}
	.mobiletabvers h6 a
	{
		padding-left: 0px !important;
		padding-right: 0px !important;
		background: unset !important;
		font-size: 15px !important;
		line-height: 1.6 !important;
		text-align: left !important;
	}
	.mobiletabvers h6 a img
	{
		display: none !important;
	}
	.nav-tabs .project_tab.mobiletabvers h6 a.nav-link
	{
		border: none !important;
	}
	.project_tab.mobiletabvers .tabindicator
	{
		display: block !important;
		width: calc(85% / 3);
		height: 3px;
		background: #51c2b9;
		position: absolute;
		bottom: 16px;
		left: 0px;
		transition: all 500ms ease-in-out;
	}
	.project_tab.mobiletabvers h6 a.nav-link.active
	{
		color: #51c2b9 !important;
	}
	.media_blog .project_tab h6
	{
		width: auto;
		margin-right: 30px;
	}
	.media_blog .project_tab h6 a
	{
		min-width: unset !important;
	}
	.media_blog .project_tab.mobiletabvers .tabindicator
	{
		width: 60px !important;
	}
	.nav-tabs #tab.notranstab h6 a.nav-link.active
	{
		border-bottom: 3px solid #51c2b9 !important;
		border-radius: 0px;
		padding-bottom: 5px;
	}
	.mobiletwocolum
	{
		display: flex;
	}
	.mobiletwocolum .imgbx
	{
		width: 40%;
	}
	.mobiletwocolum .residences_title
	{
		width: 60%;
		padding-left: 15px;
	}
	.mobiletwocolum .residences_title h4
	{
		margin-top: 0px;
		line-height: 1.2;
		font-size: 15px;
		margin-bottom: 8px;
	}
	.mobiletwocolum .residences_title p
	{
		line-height: 1.5;
		font-size: 13px;
	}
	.mobiletwocolum .imgbx img
	{
		height: 105px;
		object-fit: cover;
	}
	.ptusramenities
	{
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.check_ammenities_card .text_bx p
	{
		font-size: 12px;
	}
	.mobiletwo-memcolumn
	{
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.mobiletwo-memcolumn .property_detail .imgbx img
	{
		height: 85px;
	}
	.our_partner .nav-tabs.memberpartner-tab .project_tab h6
	{
       min-width: 100%;
       max-width: 100%;
       width: 100%;
       margin-right: 0; /* Remove margin for full width */
       display: flex;
       flex-wrap: wrap;
       align-items: flex-end;
       margin-bottom: 0;
	}
	.our_partner .nav-tabs.memberpartner-tab .project_tab h6 a:after
	{
		content:'';
		position: absolute;
		left: 0px;
		width: 0px;
		height: 3px;
		border-bottom: 2px solid #51c2b9 !important;
		transition: all 500ms ease-in-out;
		bottom: -5px;
	}
	.our_partner .nav-tabs.memberpartner-tab .project_tab h6 a.nav-link.active:after
	{
		width: 100%;
	}
	.our_partner .nav-tabs.memberpartner-tab .project_tab h6:nth-child(2) a.nav-link.active::after,
	.our_partner .nav-tabs.memberpartner-tab .project_tab h6:nth-child(3) a.nav-link.active::after
	{
		width: 100%;
	}
	.our_partner .nav-tabs.memberpartner-tab .project_tab h6:nth-child(1)
	{
		width: 100%;
	}
	.our_partner .nav-tabs.memberpartner-tab .project_tab h6:nth-child(2),
	.our_partner .nav-tabs.memberpartner-tab .project_tab h6:nth-child(3)
	{
		width: 45%;
	}
	.our_partner .nav-tabs.memberpartner-tab .project_tab h6 a.nav-link.active
	{
		font-size: 14px !important;
	}
	.languagetrans
	{
		display: none !important;
	}
	.moblangchanger
	{
		display: unset !important;
	}
	.videodescmobe
	{
		font-size: 12px !important;
		padding-left: 20px !important;
	}
	.project_tab h6:hover a.nav-link
	{
		padding-left: 0px !important;
	}
}

/*.languagetrans
{
	display: none !important;
}*/
.languagetrans ul li
{	
	margin: 0px;
	padding: 0px 12px;
}
.languagetrans ul li:first-of-type
{
	border-right: 1px solid;
}
.languagetrans {
		position: absolute;
		top: 30px;
		right: -140px;
	    /*right: 65px;*/
}

.eventlistul li .event_title
{
	min-height: 100px;
}


.eventlistul .date_colm
{
	min-height: 130px;
}

@media only screen and (max-width: 768px) {
  .eventlistul li .event_title {
    min-height: auto;
  }
	.eventlistul .date_colm {
	min-height: auto;
	}
}

.custmeevtn .event_list_colm ul li:first-of-type
{
	min-height: 50px;
}

.mobilelagtrns
{
	border-top: 1px solid #fff;
	padding: 2rem 0px;
	position: absolute;
	right: 15%;
	top: -8px;
}
.mobilelagtrns ul 
{
	display: flex !important;
	justify-content: center;
	width: 100%;
}
.mobilelagtrns ul li:first-of-type
{
	border-right: 1px solid #000;
	padding-right: 15px;
}
#menu-item-3094
{
	padding-left: 12px;
}
.mobilelagtrns ul li:hover a span
{
	color: #fddd00 !important;
}
.mobilelagtrns ul li.current-language-menu-item a span
{
	color: #fddd00 !important;
}
.mobilelagtrns a 
{
	color: #000;
}
.fpopupcmn li::before
{
	color: #000 !important;
	right: 5px !important;
}
.property_tab1_slier .new_tag
{
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 5px;
	background-color: var(--clr-yellow);
}
.property_tab1_slier .new_tag p
{
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	color: #001300;
	text-transform: uppercase;
}


@media screen and (min-width:991px)
{
	.memberpartner-tab #tab
	{
		flex-wrap: wrap;
	}
	.our_partner .project_tab h6
	{
		margin-bottom: 25px;
	}
	#fancybox-content
	{
		margin-left: 0px !important;
		margin-right: 0px !important;
		position: absolute !important;
	}
}
.single-our_co_living_hotels .owl-carousel .owl-item img,
.single-serviced_apartments .owl-carousel .owl-item img,
.single-event .owl-carousel .owl-item img {
    max-height: 600px; 
    overflow: hidden;
    object-fit: cover;
}
	
#menu-item-4211
{
	display: none !important;
}
@media screen and (max-width:991px)
{
	#menu-item-4211
	{
		display: block !important;
		/*padding-top: 2rem;
		padding-bottom: 2rem;*/
		background: #fff;
		text-align: center;
	}
	#menu-item-4211 .book_now_btn {
    display: inline-block !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 100%;
    border-radius: 0px;
    padding: 0px;
    border-top: 1px solid #fff;
	  background: #fddd00 !important;	
  }
   #menu-item-4211 .book_now_btn:hover::before {
      width: 100%;
      border: none;
       background-color: #fddd00;
	   border-radius: 0px !important;
        color: #fff;
}
	#menu-item-4211 .book_now_btn a
	{
		color: #001300 !important;
		font-size: 15px !important;
		text-align: left;
	}
	#menu-item-4211 .book_now_btn a img
	{
		display: none !important;
	}
	/*#menu-item-4211 .book_now_btn
	{
		display: inline-block !important;
		width: 190px;
		margin-left: auto;
		margin-right: auto;
	}*/
	div.mynav ul li#menu-item-4211.nav-item:hover a
	{
		background-color: unset !important;
		
	}
	.roomtype-listfeature
	{
		margin-bottom: 0px !important;
	}
}
.aacomdbooknow
{
	font-size: 14px;
	text-align: center;
	margin-top: 25px;
}
#menu-item-3975 .dropdown-item span span
{
	white-space: break-spaces !important;
}
.roomtypeslide .owl-item .item > img.img-fluid
{
	object-fit: cover;
}

.custom-pagination {
    text-align: center; /* Centers the pagination container */
    margin: 20px 0; /* Adds space above and below the pagination */
}

.custom-pagination .page-numbers {
    display: inline-block; /* Aligns items horizontally */
    padding: 8px 12px;     /* Adjusted padding for a more compact look */
    margin: 0 5px;         /* Space between boxes */
    text-decoration: none; /* Removes underline from links */
    color: #333;           /* Text color */
    border: 1px solid #ddd;/* Border around each box */
    border-radius: 4px;    /* Rounds the corners slightly */
    background-color: #f9f9f9; /* Light background */
    font-weight: bold;     /* Makes numbers bold */
    transition: background-color 0.3s ease; /* Smooth hover effect */
    font-size: 16px;       /* Default font size */
}

.custom-pagination .page-numbers:hover {
    background-color: #e1e1e1; /* Darkens background on hover */
}

.custom-pagination .current {
    background-color: #333; /* Active page background */
    color: #fff;            /* Active page text color */
    border-color: #333;     /* Matches active page border with background */
}

/* Media query for smaller screens */
@media (max-width: 600px) {
    .custom-pagination .page-numbers {
        display: block;            /* Stacks pagination links vertically */
        padding: 6px 10px;         /* Smaller padding for mobile */
        font-size: 14px;           /* Slightly smaller font size */
        margin: 0 auto 10px;       /* Adds bottom margin for spacing */
        min-width: 60px;           /* Ensures minimum width for 'Previous' text */
        max-width: 100%;           /* Allows it to take full width if needed */
        white-space: nowrap;       /* Prevents text from breaking into multiple lines */
    }
}

/*OOm Sep 26 25*/
    section.check_ammenities {
        background: #fddd00;
        margin-bottom: 40px;
        padding: 45px 0px !important;
    }

    section.check_ammenities .container > .row {
        flex-direction: row-reverse;
    }

     section.check_ammenities .row .col-md-4.text-md-left {
         margin: auto 0 !Important;
     }
    
    .container.oom {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 1200px;
        margin: 0;
    }

    .container.oom .flip-box {
        width: 30%;
        min-width: 150px;
        max-width: 175px;
        margin: 10px;
        perspective: 1000px;
        cursor: pointer;
    }
    .container.oom .flip-box-inner {
        position: relative;
        width: 100%;
        height: 200px;
        text-align: center;
        transition: transform 0.6s;
        transform-style: preserve-3d;
    }
    .container.oom .flip-box:hover .flip-box-inner {
        transform: rotateY(180deg);
    }
    .container.oom .flip-box-front,
    .container.oom .flip-box-back {
        position: absolute;
        width: 100%;
        height: 235px;
        backface-visibility: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 20px;
        border-radius: 10px;
    }
    .container.oom .flip-box-front {
        background-color: transparent;
        color: #000000;
    }
    .container.oom .flip-box-back {
        background-color: #ffffff;
        color: #000000;
        transform: rotateY(180deg);
		min-height: 230px;
    }
    .container.oom .icon {
        margin-bottom: 10px;
    }
	.container.oom .icon img{
		width: 75px;
		height: auto;
	}
    .container.oom .title {
        font-size: 16px;
    }

    .step-colm p.old-h1 {
        font-size: 80px;
        line-height: 103px;
        font-weight: 700;
        color: var(--clr-green); 
    }

    .mobiletwocolum.oom_col1,
    .mobiletwocolum.oom_col2 {
        display: block;
    }

    .mobiletwocolum.oom_col2 .residences_title,
    .mobiletwocolum.oom_col1 .residences_title {
        width: 100%;
        padding-left: 0px;
        margin-top: 20px;
    }

	@media screen and (min-width: 1025px) {
		.container.oom {
			justify-content: space-between; /* evenly distribute across row */
			gap: 0px; /* adjust spacing between items */
		}

		.container.oom .flip-box {
			flex: 0 0 calc(33.333% - 30px); /* exactly 3 columns */
			max-width: calc(33.333% - 30px);
			margin: 0; /* remove extra margins */
			padding-top: 30px;
		}
	}

    @media screen and (max-width: 1024px) {
        section.check_ammenities .container > .row {
            flex-direction: column;
        }

        section.check_ammenities .row .col-md-4,
        section.check_ammenities .row .col-md-8 {
            max-width: unset;
            flex: 1 !important;
        }
        
        .container.oom .flip-box {
            flex: 0 0 calc(33.333% - 15px);
        max-width: calc(33.333% - 15px);
        margin: 0;
			padding-top: 30px;
        }

        section.check_ammenities .title {
            text-align: center;
        }

        .step-colm .old-h1 {
            font-size: 60px;
            line-height: 80px;
        }
        .container.oom .title {
			font-size: 14px;
		}
    }
    @media screen and (max-width: 767px) {
        section.living_way.oom-section
        .row.d-flex .col-md-6 {
            width: 50%;
        }

        .container.oom .flip-box {
            min-width: 100px; 
        }
    }


	@media screen and (max-width: 600px) {
		section.check_ammenities {
			padding: 60px 0px 25px 0px !important;
		}

		.container.oom {
			display: flex;
			flex-wrap: wrap;
			gap: 10px !important; 
			margin-top: 10px;
			padding: 0;
		}

		.container.oom .flip-box {
			  flex: 1 1 calc(33.333% - 16px); 
			max-width: calc(33.333% - 16px);
			margin: 0; /* remove negative margins */
		}

		.step-colm .old-h1 {
			font-size: 40px;
			line-height: 55px;
		}
		.container.oom .flip-box-inner {
			height: 200px;
		}
		.container.oom .icon img{
			width: 60px;
			height: auto;
		}
		   .check_ammenities .col-md-8,
    .check_ammenities .col-md-4 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 10px;
	}
		.container.oom .flip-box-back {
			padding: 10px;
		}
		
	@media screen and (max-width: 400px) {
		.container.oom {
			gap: 0px;
		}
		.container.oom .flip-box {
			margin: -2px;
		}


	}
	@media screen and (max-width: 350px) {
		.container.oom .flip-box {
			margin: -10px;
		}

        .about_colm .left_sidebar.experience_colm,
        .about_colm .left_sidebar
        {
            padding: 20px !important;	 
        }
	}