* {
    margin: 0px;
    font-family: 'Overpass', sans-serif;
    font-family: 'Poppins', sans-serif;
}

.h-height {
    height: 127px;
}

html {
    scroll-behavior: smooth;
}

.bg_load {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: url(../images/loading-icon.gif) 50% 50% no-repeat #fff;
}

.bg-contact .navbar {
    background-color: #f6cabf !important;
    border-bottom: 0.063rem solid #f6beb1 !important;
}

.header {
    position: absolute;
    z-index: 1;
    width: 100%;
}

.top-header {
    padding: .6rem 0;
    background-color: #0A2C3D;
}

.navbar-light .navbar-nav .nav-link.active-menu {
    color: #62CEC5;
}

.sticky_header {
    position: fixed !important;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-animation-name: fadeInDown;
    animation-duration: 1s;
}

.scrollToTop {
    background-image: url(../images/zoop-scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 82px;
    bottom: 63px;
    background-repeat: no-repeat;
    z-index: 99;
}

/*----onscroll animation start-----*/
.animation-element.slide-top {
    opacity: 0;
    -moz-transition: all 600ms linear;
    -webkit-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    transition: all 600ms linear;
    -moz-transform: translate3d(0px, -60px, 0px);
    -webkit-transform: translate3d(0px, -60px, 0px);
    -o-transform: translate(0px, -60px);
    -ms-transform: translate(0px, -60px);
    transform: translate3d(0px, -60px, 0px);
}

.animation-element.slide-left {
    opacity: 0;
    transition: all 0.6s linear;
    -moz-transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
    -o-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate3d(-50px, 0, 0);
}

.animation-element.slide-left.in-view,
.animation-element.slide-top.in-view,
.animation-element.slide-right.in-view,
.animation-element.slide-bottom.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

/*----onscroll animation end-----*/

.header-area {
    background-color: #fff;
    padding-top: 0px;
}

.navbar-light .navbar-nav .nav-link {

    font-size: 1rem;
    font-weight: 500;
    font-family: 'Overpass', sans-serif;
    transition: all .3s linear;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #62CEC5;
    transition: all .3s linear;
}

.navbar-light .navbar-nav .nav-link:hover:after {
    opacity: 1;
    transition: all .3s linear;
}

a.nav-link {
    position: relative;
}

.header-button {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    margin-left: 12rem;
    padding: 0.375rem 1.55rem;
    border-radius: 50px;
    background-color: #62CEC5;
}

.top-header .top-left i {
    color: #62CEC5;
    rotate: -25deg;
    font-size: 18px;
    margin-right: 10px;
}

.top-header .top-right i {
    color: #62CEC5;
    font-size: 18px;
    margin-right: 10px;
}

.container {
    padding-right: 5vw !important;
    padding-left: 5vw !important;
    margin: unset !important;
    max-width: unset;
}

.navbar-light .navbar-nav .nav-link {
    padding: 1rem 1.5rem; 
}

.navbar {
    padding-top: .8rem;
    padding-bottom: .8rem;
}

.header-btn .post-btn { 
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    color: #0A2C3D;
    background: #62CEC5;
    padding: 5px 20px;
    border-radius: 3px;
    margin-right: 20px;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
}

.btn:focus {
    box-shadow: unset;
}

.header-area {
    position: absolute;
    width: 100%;
    z-index: 10;
    left: 0;
    top: 0;
}

.navbar-nav li a.active {
    color: #62CEC5 !important;
}

.user-icon img {
    background-color: #fff;
    box-shadow: 1px 1px 3px 1px #efefef;
    padding: 10px;
    width: 33px;
}

.scrollToTop {
    background-image: url(../images/zoop-scroll_img.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 82px;
    bottom: 56px;
    background-repeat: no-repeat;
    z-index: 99;
}

.btn.btn-primary.border-0:active:focus,
.btn-primary:focus {
    background: #f36a3a !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: unset !important;
}

.top-header .top-right {
    text-align: right;
}

.top-header a {
    color: #fff;
    text-decoration: none;
    font-size: .9rem;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.sticky_header .top-header {
    display: none;
}

.para {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #5C727D;
}

.big-title {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 39px;
    line-height: 60px;
    color: #0A2C3D;
}

#core-features {
    padding: 5% 0 6% 0;
}

#core-features .core-feature-icon h2 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #62CEC5;
}

#core-features .our-core-icon h4 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #0A2C3D;
}

#core-features .our-core-icon img {
    background-color: #fff;
    border-radius: 50px;
    padding: 10px;
    width: 75px;
    box-shadow: 1px 1px 5px 1px #e5e5e5;
}

#core-features .our-core-icon .row {
    border-radius: 6px;
    padding: 15px;
    box-shadow: 10px 0px 38px -13px #d0d8df;
    background-color: #fff;
    margin-bottom: 20px;
}

#core-features .our-core-icon .row:hover {
    background: #62CEC5;
}

#core-features .core-feature-icon {
    padding-left: 25px;
}

#core-features .core-feature-icon h3 {
    ma: 25px;
}

#simple-property .sign-up-property h3 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    align-items: center;
    text-align: center;
    color: #0A2C3D;
}

#simple-property {
    background-color: #F2F6F7;
    padding: 6% 0;
}

#simple-property .sign-up-property {
    padding: 25px;
}

#simple-property .smple-step {
    margin: auto;
    width: 48%;
    text-align: center;
}

#sell-property {
    background-image: url(../images/property-bg.png);
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    padding: 6% 0 19% 0;
}

#sell-property .list-sell img {
    background-color: #fff;
    border-radius: 80px;
    width: 60%;
    margin-bottom: 20px;
}

#sell-property .sell-villas {
    position: relative;
}

#sell-property .sell-villas img {
    position: absolute;
    bottom: -30px;
    right: 0;
}

#simple-property .list-shaper-img {
    position: relative;
}

#simple-property .list-shaper-img img {
    position: absolute;
    bottom: -30px;
    right: 0;
}

#why-us {
    padding: 6% 0 13% 0;
}

#sell-property .list-sell h4 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}

#sell-property .sell-villas h3 {
    color: #fff;
}

#sell-property .sell-villas .find-now-btn a {
    background: #62CEC5;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 15px 50px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #0A2C3D;
    border-radius: 2px;
}

#why-us .why-us-img {
    background: #F2F6F7;
    padding: 30px;
    border-radius: 7px;
}

#why-us .why-us-img:hover {
    background: #62CEC5;
}

#why-us .why-us-img:hover .why-us-hover {
    color: #fff;
}

#why-us .why-us-img img {
    float: right;
    background-color: #fff;
    border-radius: 50px;
    padding: 10px;
}

#why-us .why-us-img h2 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #62CEC5;
    margin-top: 80px;
}

#why-us .why-us-img h3 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 33px;
    color: #0A2C3D;
}

#news-slider {
    margin-top: -17%;
}

#selling-agent .post-slide {
    background: #fff;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: -3px 9px 15px -16px #bbcbd8;
}

#selling-agent .quote-img {
    margin-left: -20px;
}

#selling-agent .quote-img-hover {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-left: -20px;
    opacity: 0;
}

#selling-agent .quote-main-img {
    position: relative;
}

#selling-agent .avathar-img img {
    border-radius: 50px;
}

#selling-agent .lee-barner h4 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 0;
    color: #0A2C3D;
}

#selling-agent .lee-barner p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #ababab;
}

#selling-agent .post-slide .post-content {
    background: #fff;
    padding: 50px;
    border-radius: 5px;
    border-bottom: 5px solid #fff;
    transition: all .3s ease;
}

#selling-agent .post-slide .post-content:hover .quote-img-hover {
    opacity: 1 !important;
    transition: all .3s ease;
}

#selling-agent .post-slide .post-content:hover .quote-img {
    opacity: 0 !important;
    transition: all .3s ease;
}

#selling-agent .post-slide .post-content .quote-img {
    opacity: 1 !important;
}

#selling-agent .post-slide .post-content:hover {
    border-bottom: 5px solid #62cec5;
    transition: all .3s ease;
}

#selling-agent .owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

#selling-agent .owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: -13%;
    left: 15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

#selling-agent .owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: -13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

#selling-agent .owl-controls .owl-buttons .owl-prev:after,
#selling-agent .owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
}

#selling-agent .owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}

#selling-agent .owl-carousel .owl-item img {
    width: unset !important;
}

#propery-header .top-left ul li {
    list-style: none;
}

#propery-header .top-left ul {
    display: inline-flex;
}

#propery-header .info-mail {
    padding-left: 20px;
}

#propery-header .top-right ul {
    padding-left: 15px;
}

#propery-header .top-right ul li {
    list-style: none;
    padding-right: 15px;
}

#propery-header .top-right ul {
    display: inline-flex;
}

#propery-header .add-list {
    background: #62CEC5;
    padding: 13px 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #0A2C3D;
}

#banner-section {
    padding: 4% 0 4% 0;
    /* z-index: 10 !important; */
    height: 430px;
    width: 100%;
    background-image: url("../images/banner-shape.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

#banner-section .shape-img-banner {
    top: 0;
    left: 0;
    width: 34vw;
}

#banner-section .home-banner-content h2 {
    font-family: 'Poppins', sans-serif;
    width: 620px;
    font-weight: 700;
    font-size: 41px;
    line-height: 65px;
    color: #0A2C3D;
}

#banner-section .view-properties {
    background: #62CEC5;
    padding: 13px 30px;
    border-radius: 3px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #0A2C3D;
    cursor: pointer;
}

#banner-section .youtube-icn {
    padding-left: 20px;
}

#banner-section .home-banner-content ul li {
    list-style: none;
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}

#selling-agent {
    background-color: #F2F6F7;
    padding-bottom: 0%;
}

#footer-sec .top-footer {
    background: #2D4959;
    padding-top: 6%;
}

#footer-sec .bottom-footer {
    background-color: #435d6a;
    padding: 25px 0px;
}

#footer-sec .bottom-footer-left p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 0px;
}

#footer-sec .bottom-footer-left p a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
}

#footer-sec .bottom-footer-right p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    float: right;
    margin-bottom: 0px;
}

#footer-sec .middle-footer {
    padding: 5% 0;
}

.footer-about3 {
    margin-top: 65px;
}

.footer-about3 ul li a {
    color: #fff;
    text-decoration: none;
}

#footer-sec .footer-about2 h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

#footer-sec .footer-about2 ul li {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #FFFFFF;
    list-style: none;
}

#footer-sec .footer-about2 ul li a {
    text-decoration: none;
    color: #fff;
}

#footer-sec .footer-about4 h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

#footer-sec .footer-about4 p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    list-style: none;
}

#footer-sec .footer-about3 ul li {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #FFFFFF;
    list-style: none;
}

#footer-sec .footer-about1 h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

#footer-sec .footer-about1 p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    padding-right: 35px;
}

#footer-sec .explore-btn a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    line-height: 27px;
    padding: 10px 35px;
    background-color: #fff;
    color: #0A2C3D;
    border-radius: 3px;
}

#footer-sec {
    position: relative;
    z-index: 0;
}

#footer-sec .top-explore {
    z-index: 40;
    position: absolute;
    width: 100%;
    top: -85px;
}

#footer-sec .dream-reality {
    background: #62CEC5;
    padding: 25px;
}

#footer-sec .dream-home {
    background: #62CEC5;
}

#footer-sec .dream-home h3 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 39px;
    line-height: 63px;
    color: #FFFFFF;
}

#footer-sec .dream-home p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

#footer-sec .footer-about1 ul {
    padding-left: 0px;
    display: flex;
}

#footer-sec .footer-about1 ul li {
    list-style: none;
    padding-right: 10px;
}

#footer-sec .footer-about1 ul li a i {
    background-color: #fff;
    color: #62cec5;
    border-radius: 40px;
    font-size: 19px;
    padding: 11px;
}

#footer-sec .footer-about1 ul li:hover .social-icon-img i {
    background-color: #62cec5;
    color: #fff;
    transition: all .3s eas
}

#buy-form .header-btn .find-now-btn {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 46px;
    text-decoration: none;
    text-transform: uppercase;
    color: #0A2C3D;
    background: #62CEC5;
    padding: 1px 20px;
    text-align: center;
    border-radius: 3px;
}

#buy-form {
    margin-top: -80px;
    /* z-index: 10; */
    position: relative;
}

#buy-form .tab-content {
    box-shadow: 0px 14px 22px -9px #bbcbd8;
    padding: 30px;
    background-color: #fff;
}

#buy-form .nav-tabs {
    border-bottom: 0;
}

#buy-form .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    box-shadow: -4px -22px 27px -10px #fff;
    border: 0;
    opacity: 1;

}

#buy-form .nav-tabs .nav-link {
    background-color: #fff !important;
    opacity: .7;
    color: #707070;
}

#buy-form .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    box-shadow: -4px -22px 27px -10px #bbcbd8;
    opacity: 1;
}

#buy-form .form-select-lg {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 1rem;
    font-size: 15px !important;
    font-size: 1.25rem;
    color: #5C727D;
}

#properties-explore-the-cities {
    position: relative;
    padding: 6% 0;
}

#properties-explore-the-cities {
    .item-details {
        background-color: #fff;
        color: #000;
        padding: 20px 23px;
        text-align: left;

        h5 {
            margin: 0 0 15px;
            font-size: 18px;
            line-height: 18px;

            span {
                color: red;
                float: right;
                padding-right: 20px;
            }
        }

        p {
            font-size: 14px;
        }
    }

    .item {
        text-align: center;
        // padding: 20px;
        margin-bottom: 80px;
    }
}

#properties-explore-the-cities .shadow-effect {
    box-shadow: 0px 7px 30px -20px #bbcbd8;

}

#featured-listing .owl-carousel {
    position: relative;
}

#properties-explore-the-cities .item-details h2 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    color: #62CEC5;
    margin-bottom: 20px;
}

#properties-explore-the-cities .item-details p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #5C727D;
    margin-bottom: 23px;
}

#properties-explore-the-cities .item-details h3 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
    color: #0A2C3D;
}

#properties-explore-the-cities .item-details ul {
    display: inline-flex;
    padding-left: 0;
}

#properties-explore-the-cities .item-details ul li {
    border-right: 0.5px solid #cbcbcb;
    list-style: none;
    padding-right: 15px;
    margin-right: 15px;
}

#properties-explore-the-cities .item-details ul li .feature-num {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #0A2C3D;
}

#properties-explore-the-cities .item-details ul li .squre-ft {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #0F2146;
}

#properties-explore-the-cities .testimonial-location {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

#properties-explore-the-cities .box-hover-content {
    position: relative;
}

#properties-explore-the-cities .testimonial-location img {
    display: block;
    width: unset !important;
}

#properties-explore-the-cities .testimonial-location ul {
    background-color: #3c3c3c;
    opacity: .8;
    display: flex;
    justify-content: space-between;
    padding: 5px 15px !important;
}

#properties-explore-the-cities .for-sale-btn span {
    background-color: #77C720;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
    line-height: 18px;
    color: #FFFFFF;
}

#properties-explore-the-cities .for-sale-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px;
}

#properties-explore-the-cities .shadow-effect:hover .for-sale-btn a {
    background-color: #62CEC5;
    transition: all .3s ease;
}

#featured-listing .testimonial-location ul li {
    list-style: none;
    color: #fff;
    display: flex;
    align-items: center;
}

#properties-explore-the-cities .owl-dots {
    display: none;
}

#properties-explore-the-cities {
    background: #F2F6F7;
    padding: 6% 0;
}

#properties-explore-the-cities .home-cities {
    position: relative;
}

#properties-explore-the-cities .cities-img {
    position: absolute;
    bottom: 0px;
    padding: 30px;
}

#properties-explore-the-cities .cities-img h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 6px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}


a.enquire-btn {
    text-decoration: none;
    background: #62CEC5;
    padding: 10px 20px;
    color: #000;
}
section.enquiry-form {
    background: #f2f6f7;
}
input.enquiry-form-bg,
textarea.enquiry-form-bg {
    background: #f2f6f7;
}
.enquiry-form textarea.form-control {
    min-height: calc(12.9em + (0.75rem + 2px));
}
section.enquiry-form input {
    border-radius: 10px;
}
section.enquiry-form .btn {
    background: #62CEC5;
}
a.enquiry-submit-btn {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}
.post-property-top-content {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.radio-btn-sec span {
    font-weight: 700;
}

.clear:after, .clear:before {
	content: '';
	display: table;
	clear: both;
}
.gallery-box {
    display: flex;
    flex-wrap: wrap;
    border: 10px solid #fff;
    width: calc(100% - 50px);
    margin: 60px auto 0;
}
.gallery-box a {
    display: block;
    text-decoration: none;
    width: 25%;
    overflow: hidden;
    outline: none;
}
.gallery-box a img {
    height: 100%;
    transform: scale(1,1);
    transition: all 300ms ease;
}
.gallery-box a img:hover {
    transform: scale(1.1,1.1);
}
.bg {
    width: 100%;
    height: 200px;
    background-size: cover;
    transform: scale(1,1);
    transition: all 300ms ease;
}
.bg:hover {
    transform: scale(1.1,1.1);
}
@media(max-width: 991px) {
	.gallery a {
		width: 50%;
	}
}
@media(max-width: 767px) {
	.gallery a {
		width: 100%;
	}
	.bg {
		height: 300px;
	}
}



@media (max-width: 575px) {

    .top-left,
    .top-right {
        text-align: center !important;
    }

    .properties-page .property-detail-part li {
        width: 100% !important;
    }

    #propery-header .info-mail {
        padding-left: 0px;
        float: right;

    }

    #propery-header .mail-address {
        float: left;
        margin-bottom: 10px;
    }

    .aboutus-service-wrap {
        padding-bottom: 18% !important;
    }
}

@media (max-width: 767px) {
    .user-icon {
        position: absolute;
        top: 16px;
        right: 85px;
    }
	.aboutus-person-details h3, .aboutus-person-details span {
		color: #fff !important;
	}
	.aboutus-person-details .shape::after, .aboutus-person-details>div {
		background: #62CEC5 !important;
	}
	.about-us-service-sub-img-sec {
		opacity: .8 !important; 
	}
	#core-features .our-core-icon .row {
		background: #62CEC5 !important;
	}
	#core-features .our-core-icon .row .best-town h4 {
		color: #fff !important;
	}
	#core-features .our-core-icon .row .best-town p {
		color: #fff !important;
	}
	#why-us .why-us-img {
		background: #62CEC5 !important;
	}
	#why-us .why-us-img .why-us-hover {
		color: #fff !important;
	}
	#why-us .why-us-img .why-us-hover {
		color: #fff !important;
	}
	#why-us .why-us-img .why-us-hover {
		color: #fff !important;
	}
    .top-right {
        display: none;
    }

    .top-header a {
        font-size: 15px !important;
    }

    .header-btn .zoop-btn {
        padding: 0rem 0rem !important;
        font-weight: 400 !important;
        color: #000 !important;
    }

    .h-height {
        height: 156px;
    }

    .top-header {
        padding: .5rem 0;
    }

    .top-left {
        margin-bottom: 0rem;
    }

    .navbar-light .navbar-toggler {
        color: unset !important;
        border-color: unset !important;
        box-shadow: unset !important;
    }

    .scrollToTop {
        right: 20px;
    }

    .container {
        padding: 0px 15px !important;
    }

    .navbar-light .navbar-nav .nav-link::before {
        content: unset;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: .5rem 0rem;
    }

    .navbar-nav {
        margin-top: 10px !important;
    }

    .header-btn .zoop-btn {
        padding: 0rem 0rem;
    }

    .header-btn .zoop-btn {
        background: transparent !important;
        color: #000000 !important;
        font-weight: 400 !important;
    }

    .header-btn .zoop-btn.btn-primary:hover {
        background: transparent !important;
    }

    .scrollToTop {
        background-image: url(../images/zoop-scroll-to-top.png);
        width: 46px;
        height: 40px;
        position: fixed;
        right: 27px;
        bottom: 20px;
        background-repeat: no-repeat;
        z-index: 99;
    }

    .header-button {
        margin-left: unset !important;
        padding: 8px 20px !important;
    }

    .navbar-light .navbar-nav .nav-link:after {
        position: unset !important;
    }

    .navbar-brand img {
        width: 200px;
    }

    #explore-the-cities .owl-nav {
        position: unset;
        text-align: center;
        margin-top: 20px;
    }

    #banner-section .home-banner-content h2 {
        font-size: 26px;
        line-height: 42px;
        width: unset;
    }

    #buy-form {
        margin-top: 15px;
    }

    #buy-form .tab-content {
        padding: 15px;
    }

    .big-title {
        font-size: 26px;
        line-height: 41px;
    }

    #core-features .core-feature-icon {
        padding-left: 0px;
    }

    #explore-the-cities .owl-nav {
        position: unset !important;
    }

    #explore-the-cities .owl-dots {
        display: none;
    }

    .footer-about3 {
        margin-top: 0px;
    }

    #footer-sec .dream-home h3 {
        font-size: 25px;
        line-height: 38px;
    }

    #footer-sec .dream-reality {
        padding: 15px 15px 25px 15px;
    }

    #why-us {
        padding: 2% 0 1% 0;
    }

    #footer-sec .footer-about1 h4 {
        margin-bottom: 10px;
    }

    #footer-sec .footer-about2 h4 {
        margin-bottom: 10px;
    }

    #footer-sec .footer-about4 h4 {
        margin-bottom: 10px;
    }

    #message-section .left-text-section h2 {
        font-size: 25px !important;
        line-height: 40px !important;
    }

    #sell-property .list-sell img {
        width: 75px !important;
    }

    #sell-property {
        padding: 6% 0 0% 0;
    }

    #sell-property {
        padding: 7% 0 0% 0;
    }

    #selling-agent .owl-nav .owl-prev {
        position: unset !important;
        padding-right: 15px !important;
    }

    #selling-agent .owl-nav .owl-next {
        position: unset !important;
    }

    #selling-agent .owl-nav {
        text-align: center;
        margin-top: 15px;
    }

    #selling-agent .owl-dots {
        display: none;
    }

    #simple-property .smple-step {
        width: 100%;
    }

    #selling-agent .post-slide .post-content {
        padding: 25px;
    }

    #propery-header .top-left ul {
        display: block !important;
    }

    #simple-property .list-shaper-img img {
        display: none;
    }

    #simple-property .sign-up-property {
        padding: 10px 0;
    }

    .banner-sec-wrap h1 {
        font-size: 36px !important;
        line-height: 50px !important;
    }

    #footer-sec .top-footer {
        padding-top: 0%;
    }

    #footer-sec .footer-about1 p {
        padding-right: 0px;
    }

    #footer-sec .top-explore {
        margin-bottom: 20px;
        position: unset;
    }

    .item-details {
        padding: 15px 15px;
    }

    #featured-listing .item {
        margin-bottom: 20px !important;
    }

    #featured-listing .item-details h2 {
        margin-bottom: 10px;
    }

    #featured-listing {
        padding: 2% 0 0 0;
    }

    .properties-page .diamond-content-sec h2 {
        font-size: 26px !important;
        line-height: 41px !important;
    }

    .properties-page .price {
        font-size: 20px;
    }

    .border-heading {
        margin-top: 0px;
    }

    .aboutus-comfort-featrures-sec {
        position: unset !important;
        padding: 0px !important;
        width: unset !important;
    }

    section.aboutus-comfort-sec {
        padding-bottom: 0% !important;
    }

    .aboutus-banner-content {
        margin-top: 10px !important;
        text-align: center;
    }

    .about-us-page h2 {
        font-size: 26px !important;
        line-height: 41px !important;
    }

    .aboutus-banner-note {
        padding: 15px 15px !important;
        text-align: left;
        margin-bottom: 20px !important;
    }

    span.aboutus-number {
        font-size: 26px !important;
        line-height: 45px !important;
    }

    .aboutus-features ul {
        margin: 0 auto 20px !important;
    }

    .aboutus-value {
        font-size: 15px;
    }

    .aboutus-person-details h3 {
        font-size: 19px !important;
    }

    .aboutus-comfort-content-wrap {
        text-align: center;
    }

    .aboutus-comfort-single-feature h3 {
        font-size: 20px !important;
    }

    #footer-sec .bottom-footer-right p {
        float: none !important;
        text-align: center !important;
    }

    #footer-sec .bottom-footer-left p {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 10px;
    }

    .home-banner-content {
        text-align: center;
    }

    .core-feature-icon {
        text-align: center;
    }

    .smple-step {
        text-align: center !important;
    }

    .sell-villas {
        text-align: center;
    }

    .left-text-section {
        text-align: center !important;
    }

    /* .footer-about1, .footer-about2,.footer-about3,.footer-about4,.footer-about-icon{ */
    /* text-align:center !important; */
    /* } */
    /* .footer-about-icon{ */
    /* justify-content:center; */
    /* } */
    .service-cont-sec {
        text-align: center !important;
    }

    .home-ul-res {
        justify-content: center;
    }

    .find-now-btn,
    .img-res-none {
        display: none;
    }

    .explore-btn {
        text-align: center;
    }

    .popup {
        margin: 27px auto;
        padding: 0;
        background: #fff;
        border-radius: 5px;
        width: 95%;
        position: relative;
        transition: all 5s ease-in-out;
    }

    .popup {
        width: 95% !important;
        padding-bottom: 30px !important;
        margin: 20px auto !important;
    }

    .overlay:target {
        display: flex !important;
        align-items: center !important;
    }

    #message-section {
        padding: 1% 0;
    }

    #featured-listing .owl-dots {
        margin-top: 0px !important;
    }

    #news-slider {
        margin-top: 7%;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .navbar-light .navbar-nav .nav-link::before {
        content: unset;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: .5rem 0rem;
    }

    .navbar-nav {
        margin-top: 10px !important;
    }

    .header-btn .zoop-btn {
        padding: 0rem 0rem;
    }

    .header-btn .zoop-btn {
        font-weight: 400;
        background: transparent !important;
        color: rgba(0, 0, 0, .7) !important;
        font-weight: 400 !important;
    }

    .header-btn .zoop-btn.btn-primary:hover {
        background: transparent !important;
    }

    .zoop-head {
        width: 100%;
    }

    .scrollToTop {
        background-image: url(../images/zoop-scroll-to-top.png);
        width: 46px;
        height: 40px;
        position: fixed;
        right: 40px;
        bottom: 20px;
        background-repeat: no-repeat;
        z-index: 99;
    }

    .header-button {
        margin-left: unset !important;
    }
}

@media (max-width: 575px) {
    .top-left {
        text-align: center;
        margin-bottom: 1rem;
    }

    .top-right {
        text-align: center !important;
    }

    .top-left,
    .top-right {
        text-align: center !important;
    }

    .scrollToTop {
        background-image: url(../images/zoop-scroll-to-top.png);
        width: 46px;
        height: 40px;
        position: fixed;
        right: 20px;
        bottom: 20px;
        background-repeat: no-repeat;
        z-index: 99;
    }
}

@media (min-width:992px) and (max-width:1028px) {
    .header-button {
        margin-left: 7rem !important;
    }
}

#message-section {
    background-image: url("../images/form-bg.png");
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6% 0;
}

#message-section .left-text-section p {
    color: #fff;
}

#message-section .left-text-section h2 {
    width: 100%;
    font-size: 65px;
    padding: 8px 0px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 39px;
    line-height: 60px;
    color: #FFFFFF;
}

#message-section .detail-section ul li a {
    color: #fff;
    text-decoration: none;
}

#message-section .detail-section ul li a img {
    padding-right: 15px;
    width: 40px;
}

#message-section .form-head {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    margin: 15px 0px;
}

#message-section .send-section a {
    background: #62CEC5;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #0A2C3D;
    padding: 15px 45px;
}

#message-section .right-form-section {
    padding: 20px 0px;
    color: white;
}

#message-section .detail-section li {
    list-style: none;
    padding: 10px 0px;
}

#message-section .form-control {
    width: 100%;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    background-color: transparent;
    border: 1px solid #707070;
    margin-bottom: 35px;
    padding: 8px 10px;
    border-radius: 3px;
}

#message-section ::placeholder {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}

#footer-sec .input-group input {
    border: 0;
}

#footer-sec .input-group-btn button {
    background: #62CEC5;
}

#footer-sec .subscribe_form {
    max-width: 470px;
    width: 100%;
    background-color: #fff !important;
    padding: 5px;
    box-shadow: 0px 2px 5px 0px rgba(10, 6, 20, 0.24);

    &:focus {
        outline: none;
    }

    #footer-sec .form-control {
        border: none;

        &:focus {
            box-shadow: none;
        }
    }

    input {
        height: 44px;
    }

    button {
        border: none;
        height: 44px;
        background-color: #0ed085;
        color: #fff;
        margin: -1px;
        border-radius: 0;
        width: 135px;
        text-transform: uppercase;
        position: relative;
        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;

        &:hover,
        &:focus,
        &:active,
        &:visited {
            color: #fff;
            background-color: rgba(14, 208, 133, 0.77);
            outline: none;
            transition: all ease 0.3s;
            -webkit-transition: all ease 0.3s;
            -moz-transition: all ease 0.3s;
            -o-transition: all ease 0.3s;
            -ms-transition: all ease 0.3s;

            &:before {
                background-color: rgba(14, 208, 133, 0.77);
                transition: all ease 0.3s;
                -webkit-transition: all ease 0.3s;
                -moz-transition: all ease 0.3s;
                -o-transition: all ease 0.3s;
                -ms-transition: all ease 0.3s;
            }
        }

        &:before {
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            height: 1px;
            background-color: #0ed085;
            width: 100%;
            transition: all ease 0.3s;
            -webkit-transition: all ease 0.3s;
            -moz-transition: all ease 0.3s;
            -o-transition: all ease 0.3s;
            -ms-transition: all ease 0.3s;
        }
    }

    #footer-sec .input-group-btn:last-child>.btn,
    .input-group-btn:last-child>.btn-group {
        z-index: 2;
        margin-left: 0px;
    }
}

#featured-listing {
    position: relative;
    padding: 6% 0;
}

#featured-listing #customers-testimonials,
#featured-listing {
    .item-details {
        background-color: #fff;
        color: #000;
        padding: 20px 23px;
        text-align: left;

        h5 {
            margin: 0 0 15px;
            font-size: 18px;
            line-height: 18px;

            span {
                color: red;
                float: right;
                padding-right: 20px;
            }
        }

        p {
            font-size: 14px;
        }
    }

    .item {
        text-align: center;
        // padding: 20px;
        margin-bottom: 80px;
    }
}

#featured-listing .owl-carousel .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#featured-listing .shadow-effect {
    box-shadow: 0px 7px 30px -20px #bbcbd8;

}

#featured-listing .owl-carousel .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

#featured-listing .owl-carousel {
    position: relative;
}

#featured-listing .owl-carousel .owl-next,
#featured-listing .owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    font-size: 20px;
    color: #fff;
    border: 1px solid #ddd;
    text-align: center;
}

#featured-listing .owl-carousel .owl-prev {
    left: -70px;
}

#featured-listing .owl-carousel .owl-next {
    right: -70px;
}

#featured-listing .item-details h2 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    color: #62CEC5;
    margin-bottom: 20px;
}

.item-details p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #5C727D;
    margin-bottom: 23px;
}

#featured-listing .item-details h3 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
    color: #0A2C3D;
}

#featured-listing .item-details ul {
    display: inline-flex;
    padding-left: 0;
}

#featured-listing .item-details ul li {
    border-right: 0.5px solid #cbcbcb;
    list-style: none;
    padding-right: 15px;
    margin-right: 15px;
}

#featured-listing .item-details ul li .feature-num {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #0A2C3D;
}

#featured-listing .item-details ul li .squre-ft {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #0F2146;
}

#featured-listing .owl-carousel .owl-nav button.owl-next,
#featured-listing .owl-carousel .owl-nav button.owl-prev,
#featured-listing .owl-carousel button.owl-dot {
    color: inherit;
    border: none;
    background: #62CEC5 !important;
    opacity: 0.4 !important;
    margin-right: 10px !important;
    height: 10px !important;
    border-radius: 10px !important;
    width: 10px !important;
    padding: 0 !important;
}

#featured-listing .owl-dots {
    text-align: center;
    margin-top: -40px;
}

#featured-listing .testimonial-location {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

#featured-listing .box-hover-content {
    position: relative;
}

#featured-listing .testimonial-location img {
    display: block;
    width: unset !important;
}

#featured-listing .testimonial-location ul {
    background-color: #3c3c3c;
    opacity: .8;
    display: flex;
    justify-content: space-between;
    padding: 5px 15px !important;
}
a {
	text-decoration: none;
}
#featured-listing .for-sale-btn span {
    background-color: #77C720;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
    line-height: 18px;
    color: #FFFFFF;
}

#featured-listing .for-sale-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px;
}

#featured-listing .shadow-effect:hover .for-sale-btn a {
    background-color: #62CEC5;
    transition: all .3s ease;
}

#featured-listing .testimonial-location ul li {
    list-style: none;
    color: #fff;
    display: flex;
    align-items: center;
}

#explore-the-cities {
    background: #F2F6F7;
    padding: 6% 0;
}

#explore-the-cities .home-cities {
    position: relative;
}

#explore-the-cities .cities-img {
    position: absolute;
    bottom: 0px;
    padding: 30px;
}

#properties-explore-the-cities .testimonial-location ul li {
    list-style: none;
    color: #fff;
    display: flex;
    align-items: center;
}

#explore-the-cities .cities-img h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 6px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

#core-features .our-core-icon .row:hover .best-town h4 {
    color: #fff;
}

#core-features .our-core-icon .row:hover .best-town p {
    color: #fff;
}

#explore-the-cities .owl-carousel .owl-dots.disabled,
#explore-the-cities .owl-carousel .owl-nav.disabled {
    display: block !important;
}

#explore-the-cities .owl-nav {
    position: absolute;
    top: -110px;
    right: 0;
    display: block;
}

#explore-the-cities .owl-nav .owl-prev i {
    color: #62cec5;
    background-color: #fff;
    padding: 15px;
    border-radius: 50px;
    font-size: 25px;
}

#explore-the-cities .owl-nav .owl-prev {
    padding-right: 15px !important;
}

#explore-the-cities .owl-nav .owl-next i {
    color: #62cec5;
    background-color: #fff;
    padding: 15px;
    border-radius: 50px;
    font-size: 25px;
}

#selling-agent .owl-carousel .owl-dots.disabled,
#selling-agent .owl-carousel .owl-nav.disabled {
    display: block !important;
}

#selling-agent .owl-nav .owl-prev i {
    color: #62cec5;
    background-color: #fff;
    padding: 15px;
    border-radius: 50px;
    font-size: 25px;
    box-shadow: 1px 1px 4px 0px #62cec5;
}

#selling-agent .owl-nav .owl-prev {
    position: absolute;
    top: 39%;
    right: -20px;
}

#selling-agent .owl-nav .owl-next {
    position: absolute;
    top: 39%;
    left: -20px;
}

#selling-agent .owl-nav .owl-next i {
    color: #62cec5;
    background-color: #fff;
    padding: 15px;
    border-radius: 50px;
    font-size: 25px;
    box-shadow: 1px 1px 4px 0px #62cec5;
}


/* vimal */

.banner-sec-wrap {
    background-image: url(../images/InnerPage_banner-image.png);
}

.banner-sec-wrap h1 {
    color: #0A2C3D;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 90px;
}

.banner-content a {
    text-decoration: none;
    color: #0A2C3D;
    padding-left: 10px;

}

.services-full-page .banner-content a {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.services-full-page .banner-content img {
    width: 18px;
}

.services-full-page h4.blue {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #62CEC5;
}

.services-full-page .content-wrap h2 {
    font-weight: 700;
    font-size: 39px;
    line-height: 60px;
    color: #0A2C3D;
}

a#service_form_submit {
    text-decoration: none;
    color: #fff;
}

.services-full-page .content-wrap p {
    color: #5C727D;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.services-full-page .single-content img {
    max-width: 100%;
    margin-right: 10px;
}

.services-full-page .single-content h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
}

.services-full-page .bottom-sec-wrap {
    background-image: url(images/portrait-call-center-woman-2.png);
}

.services-full-page .input-wrap {
    flex-wrap: wrap;
}

.services-full-page section.bottom-sec {
    background-color: #F2F6F7;
}

.services-full-page .form-sec h2 {
    font-weight: 700;
    font-size: 39px;
    line-height: 60px;
    color: #0A2C3D;
}

.services-full-page a.submit-btn {
    text-decoration: none;
    color: #0A2C3D;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;

}

.services-full-page .btn {
    background: #62CEC5;
}

.services-full-page .form-sec-wrap input,
.services-full-page .form-sec-wrap textarea {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    background-color: #F2F6F7;
    border: 1.5px solid #0A2C3D;
}

.services-full-page img {
    max-width: 100%;
}

@media screen and (max-width:767px) {
    .services-full-page .single-content h3 {
        font-weight: 600;
        font-size: 21px;
        line-height: 33px;
    }

    .services-full-page .banner-sec-wrap h1 {
        font-size: 36px;
        margin-bottom: 10px;
        line-height: normal;
    }

    .services-full-page .content-wrap h2,
    .services-full-page .form-sec h2 {
        font-size: 26px;
        line-height: 41px;
    }

    .services-full-page .right-img-sec {
        display: none;
    }
}

/*properties-page*/
.properties-page .banner-content a {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.properties-page .banner-content img {
    width: 18px;
}

.location {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.properties-page .diamond-content-sec h2 {
    font-size: 39px;
    font-weight: 700;
    line-height: 60px;
}

.properties-page .price {
    color: #62CEC5;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
}

.properties-page h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
}

.border-heading {
    margin-top: 10px;
    padding-left: 10px;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
}

.border-heading::before {
    content: "";
    width: 2px;
    height: 46%;
    position: absolute;
    left: 0;
    background: #62CEC5;
    top: 5px;
}

/* .amenties-wrap .border-heading::before,.gallery-sec-wrap .border-heading::before,.location-sec-wrap .border-heading::before,.floor-plans-wrap .border-heading::before{ */
/* content: ""; */
/* width: 2px; */
/* height: 46%; */
/* position: absolute; */
/* left: 0; */
/* background: #62CEC5; */
/* top: 5px; */
/* } */
.properties-page .property-detail-part li {
    list-style: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    width: 48%;
    padding: 10px 0;
}

.properties-page .property-detail-part ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 550px;
}

.properties-page span.detail-name {
    color: #5C727D;
    font-weight: 400;
    padding-right: 2px;
}

.properties-page .amenties-wrap li {
    list-style: none;
    width: 200px;
    font-size: 15px;
    padding-bottom: 20px;
    font-weight: 400;
    line-height: 20px;
}

.properties-page .amenties-wrap li img {
    padding-right: 10px;
}

.properties-page .amenties-wrap ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

.properties-page .floor-plans-wrap .tab-name {
    margin-right: 30px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    cursor: pointer;
}

.properties-page .tab-value:not(.active) {
    display: none;
}

.properties-page .tab-name.active {
    border-bottom: 2px solid #62CEC5;
    color: #62CEC5;
}

.single-gallery-img.col-4 {
    width: 32%;
}

.single-gallery-img-wrap.d-flex {
    justify-content: space-between;
}

@media screen and (max-width:767px) {
    .diamond-sec-wrap {
        flex-wrap: wrap;
    }
}

.input-group-addon {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #62CEC5;
    color: #fff;
    height: 38px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.property-detail-plan {
    border: 2px solid #e7e7e7;
    padding: 23px 17px;
}

.tags ul {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
}

.tags ul li {
    color: #62cec5;
    font-size: 15px;
    padding: 5px 7px;
    border: 1px solid #62cec5;
    margin-right: 15px;
    list-style: none;
    margin-bottom: 15px;
}

.tags ul li:hover {
    color: #fff;
    background-color: #62cec5;
}

.drpdwn-type {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    background-color: #F2F6F7;
    border: 1.5px solid #0A2C3D;
    width: 100%;
    height: 57px;
    padding-left: 10px;
}

#cars {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 22px;
    background-color: #F2F6F7;
    border: 1.5px solid #0A2C3D;
    width: 100%;
    height: 57px;
    color: #5c727d;
    padding: 10px;
    border-radius: 5px;
}

#min-max,
#min-max2 {
    font-weight: 400;
    font-size: 15px;
    background-color: #ffffff;
    border: 1px solid #c2c2c2;
    width: 100%;
    height: 40px;
    color: #5c727d;
    padding: 10px;
    border-radius: 0px;
}

.about-us-page img {
    max-width: 100%
}

.about-us-page .banner-content a {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.about-us-page .banner-content img {
    width: 18px;
}

.aboutus-banner-content h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #62CEC5;
}

.about-us-page h2 {
    font-weight: 700;
    font-size: 39px;
    line-height: 60px;
    color: #0A2C3D;
}

.aboutus-desc-sec p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #5C727D;
}

.about-us-page li {
    list-style: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.aboutus-features li {
    margin: 12px 0;
    color: #0A2C3D;
    width:200px;
}

.aboutus-features ul {
    flex-wrap: wrap;
    max-width: 550px;
    padding-left: 0;
    justify-content: space-between;
    margin-bottom: 30px;
}

.aboutus-features img {
    padding-right: 10px;
}

.aboutus-banner-note {
    background: #f8f7f6;
    padding: 25px 45px;
    border-left: 5px solid #62CEC5;
    margin-bottom: 40px;
}

.aboutus-banner-note p {
    color: #5C727D;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.aboutus-banner-btn a {
    background: #62CEC5;
    padding: 20px 50px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #0A2C3D;
    display: inline-block;
}

.aboutus-single-construction-box {
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
    position: relative;
    transition: all 0.5s;
    background: #F6F5FC;
}

.aboutus-single-construction-box span {
    width: 100%;
}

span.aboutus-number {
    font-weight: 700;
    font-size: 39px;
    line-height: 60px;
    color: #0A2C3D;
}

.aboutus-single-construction-box img {
    padding: 30px 0;
}

.aboutus-single-construction-box:hover {
    background: #fff;
}

.aboutus-single-construction-box::before,
.aboutus-single-construction-box::after {
    content: "";
    width: 3px;
    height: 12%;
    background: #62CEC5;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.5s;
}

.aboutus-single-construction-box::after {
    right: 0;
    left: auto;
}

.aboutus-single-construction-box:hover::before,
.aboutus-single-construction-box:hover::after {
    opacity: 1;
}

.aboutus-icon-img {
    width: 130px;
    margin: 0 auto;
    position: relative;
}

.aboutus-icon-img .img-border {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.aboutus-single-construction-box:hover .img-border {
    opacity: 1;
}

.aboutus-icon-img {
    width: 130px;
    margin: 0 auto;
    position: relative;
}

.aboutus-icon-img .img-border {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
}

.aboutus-single-construction-box:hover .img-border {
    opacity: 1;
}

.aboutus-team-member-heading {
    text-align: center;
}

.aboutus-team-member-heading p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #5C727D;
}

.aboutus-team-person {
    text-align: center;
    padding-bottom: 50px;
    position: relative;
}

.aboutus-person-details {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.aboutus-team-person img {
    border: 13px solid #fff;
    box-shadow: 4px 12px 23px 0px #cccccc;
    border-radius: 5px;
}

.aboutus-person-details>div {
    position: relative;
    padding: 5px;
    transition: all 0.5s;
    background: #fff;
    border-radius: 3px;
}

.aboutus-person-details>div {
    border: 13px solid #fff;
    box-shadow: 4px 12px 23px 0px #cccccc;
    border-radius: 5px;
}

.aboutus-person-details h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #0A2C3D;
    position: relative;
    padding: 15px 0 3px;
    margin-bottom: 0;
}

.aboutus-person-details h3::after {
    content: "";
    width: 200px;
    height: 1px;
    background: #E8E8F0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.aboutus-service-single-img:hover .about-us-service-sub-img-sec {
    opacity: 0.6 !important;
}

.aboutus-person-details>div>div span {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    padding: 5px 0 15px;
    display: inline-block;
}

.aboutus-person-details>div>div {
    padding-left: 50px;
}


.aboutus-person-details .shape::before {
    content: "";
    width: 35px;
    background: #62CEC5;
    height: 100%;
    position: absolute;
    left: 0;
    transition: all 0.5s;
    border-radius: 4px;
}

.aboutus-person-details .shape::after {
    content: "";
    width: 22px;
    height: 22px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transition: all 0.5s;
    transform: translate(-50%, -50%);
}

.aboutus-service-wrap {
    background-image: url(../images/aboutus-sevice-banner-bg.png);
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 22%
}

#image-gallery {
    margin-top: -25%;
}

.aboutus-person-details .shape {
    position: absolute;
    height: calc(100% - 10px);
    left: 5px;
    width: 35px;
}

.aboutus-person-details:hover .shape::before {
    background-color: #fff;
}

.aboutus-person-details:hover .shape::after,
.aboutus-person-details:hover>div {
    background: #62CEC5;
}

.aboutus-person-details:hover h3,
.aboutus-person-details:hover span {
    color: #fff
}

.aboutus-person-details:hover h3::after {
    background: #fff;
}

.aboutus-service-wrap h2 {
    color: #fff;
}

.aboutus-service-img {
    display: flex;
    margin: 40px auto 0;
    justify-content: center;
}

.aboutus-service-wrap p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.about-us-service-sub-img-sec {
    bottom: 0;
    background-color: #000;
    opacity: 0;
    width: 100%;
}

.floor-plans {
	padding: 6% 0;
}

.about-us-service-sub-img-sec h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #fff;
}

.about-us-service-sub-img-sec>div {
    align-items: center;
}

/* .aboutus-comfort-content h2 { */
/* max-width: 330px; */
/* } */

.aboutus-comfort-content p {
    font-size: 18px;
    line-height: 30px;
    color: rgba(19, 15, 38, 0.5);
    max-width: 500px;
    font-weight: 400;
}

.aboutus-comfort-content {
    padding-left: 30px;
    padding-top: 30px;
}

.aboutus-comfort-single-feature h3 {
    font-size: 22px;
    line-height: 33px;
    color: #182E4E;
    font-weight: 600;
}

.aboutus-comfort-single-feature {
    padding-top: 10px;
    padding-bottom: 10px;
}

.aboutus-comfort-featrures-sec {
    flex-wrap: wrap;
    width: 960px;
    background: #fff;
    position: absolute;
    left: -300px;
    padding: 50px;
    bottom: 0;
}

.aboutus-comfort-content-wrap {
    position: relative;
}

section.aboutus-comfort-sec {
    overflow: hidden;
    padding-bottom: 8%;
}


@media screen and (max-width:1600px) {
    .aboutus-comfort-featrures-sec {
        padding: 50px
    }

    .aboutus-comfort-content {
        padding: 0;
    }
}

@media screen and (max-width:991px) {
    .aboutus-banner-img {
        text-align: center;
    }

    .aboutus-banner-content {
        margin-top: 50px;
        text-align: center;
    }

    .aboutus-features ul {
        margin: 0 auto 30px;
    }
}

@media screen and (max-width:767px) {
    .aboutus-team-person {
        margin: 10px 0;
    }
}



#gallery {
    padding-top: 40px;
}


@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#nextButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

#exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}

#properties-explore-the-cities .values {
    padding: 20px 0;
    display: flex;
}

#properties-explore-the-cities .max-value {
    margin-left: auto;
    border: 1px solid #cccccc;
    padding: 5px 10px;
}

#properties-explore-the-cities .min-value {
    border: 1px solid #cccccc;
    padding: 5px 10px;
}

#properties-explore-the-cities .range-slider {
    margin-top: 10px;
    position: relative;
    margin-bottom: 30px;
}

#properties-explore-the-cities .slider-track {
    width: 100%;
    background: #ccc;
    height: 4px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

#properties-explore-the-cities .slider-track-filled {
    width: 100%;
    background: #62cec5;
    height: 4px;
    position: absolute;
    transform-origin: 0 0;
}

#properties-explore-the-cities .min-thumb,
.max-thumb {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #62cec5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    user-select: none;
}

#properties-explore-the-cities .min-thumb {
    left: 0;
}

#properties-explore-the-cities .max-thumb {
    right: 0;
}

/*range slider 2 start*/

#properties-explore-the-cities .values2 {
    padding: 20px 0;
    display: flex;
}

#properties-explore-the-cities .max-value2 {
    margin-left: auto;
    border: 1px solid #cccccc;
    padding: 5px 10px;
}

#properties-explore-the-cities .min-value2 {
    border: 1px solid #cccccc;
    padding: 5px 10px;
}

#properties-explore-the-cities .range-slider2 {
    margin-top: 10px;
    position: relative;
    margin-bottom: 30px;
}

#properties-explore-the-cities .slider-track2 {
    width: 100%;
    background: #ccc;
    height: 4px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

#properties-explore-the-cities .slider-track-filled2 {
    width: 100%;
    background: #62cec5;
    height: 4px;
    position: absolute;
    transform-origin: 0 0;
}

#properties-explore-the-cities .min-thumb2,
.max-thumb2 {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #62cec5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    user-select: none;
}

#properties-explore-the-cities .min-thumb2 {
    left: 0;
}

#properties-explore-the-cities .max-thumb2 {
    right: 0;
}

/*range slider 2 end*/

#properties-explore-the-cities .pagination {
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    margin-top: 30px;
    margin-bottom: 55px;
}

#properties-explore-the-cities .pages {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

#properties-explore-the-cities .pagination .page {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#properties-explore-the-cities .page:hover {
    background-color: #62cec5;
    color: #fff;
}

#properties-explore-the-cities .pagination .active {
    background-color: #62cec5;
    color: #fff;
}

#properties-explore-the-cities .pagination .btn {
    background-color: #fff;
    border: 1px solid #62cec5;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}

#properties-explore-the-cities .pagination .btn:hover {
    background-color: #62cec5;
}

#properties-explore-the-cities .pagination .btn--icon {
    height: 24px;
    width: 24px;
    stroke: #62cec5;
}

#properties-explore-the-cities .pagination .btn--icon:hover {
    stroke: #fff;
}



.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 0;
    background: #fff;
    border-radius: 5px;
    width: 80%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    z-index: 13;
}

.popup .close:hover {
    color: #06D85F;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 70%;
    }
}

.request-quote-btn a {
    background-color: #62cec5;
    color: #fff;
    padding: 8px 20px;
    text-decoration: none;
    border-radius: 4px;
}

.contact-property-form {
    padding-bottom: 100px !important;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

/*property images*/
.property-heading h1{
    font-weight: bold;
    color: #000;
}
.property-heading {
    width: 880px;
    margin: 0 auto;
    max-width: 98%;
    color: #5C727D;
}
.property-tab-name {
    margin-right: 30px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    cursor: pointer;
    color: #5C727D;
    padding-left: 10px;
    border-left: 2px solid transparent;
}

.property-tab-value:not(.active) {
    display: none;
}

.property-tab-name.active {
    border-left: 2px solid #62CEC5;
    color: #133344;
}
.light-btn{
    background: #62CEC5;
    padding: 10px 25px;
    color: #fff;
}
.dark-btn.w-100 {
    padding: 20px;
    background: #62CEC5;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.file-upload-wrap {
    border: 1px solid #62CEC5;
    padding: 50px 10px;
    text-align: center;
    margin: 20px 0 50px;
    color: #5C727D;
}
.upload__box {
    /* padding: 40px; */
}
.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.light-btn p{
    margin-bottom:0;
}
.upload__btn-box {
    margin-bottom: 10px;
}
.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.upload__img-box {
    width: 200px;
    padding: 0 10px;
    margin-bottom: 12px;
}
.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}
.upload__img-close:after {
    content: '\2716';
    font-size: 14px;
    color: white;
}
.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}
.post-property-content .border-heading::before {
    content: "";
    width: 2px;
    height: 54%;
    position: absolute;
    left: 0;
    background: #62CEC5;
    top: 7px;
}
.post-property-top-content h2 {
    font-weight: 700;
    padding: 20px;
}
.post-property-content .container{
    padding-right: 8vw !important;
    padding-left: 8vw !important;
}



#gallery1 {
  padding-top: 40px;
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
  img {
    width: 100%;
  }
}
.img-overlay1 {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  i {
    color: #fff;
    font-size: 3em;
  }
}

#overlay1 {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  // Removes blue highlight
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none; 
  user-select: none; 
  img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
    @media screen and (min-width:768px) {
        width: 60%;
    }
    @media screen and (min-width:1200px) {
        width: 50%;
    }
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}


#button {
    font-size: 17px;
    width: 50px;
    height: 50px;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 0; 
  border-radius: 50%;
  outline: none; 
  cursor: pointer;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
}

#button:hover {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
}

#button > i {
  color: #62cec5;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
  color: #62cec5;
  position: relative;
  margin-top: 7px;
  margin-left: 3px;

  -webkit-transition: color .5s ease;
  -moz-transition: color .5s ease;
  -ms-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}

#button:hover > i {
  color: white;
  -webkit-transition: color .5s ease;
  -moz-transition: color .5s ease;
  -ms-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}

#lightbox {
  z-index: 1;
  display: none;
  background-color: rgba(0, 0, 0, 0.95);
}

#video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}

#close-btn {
  color: grey;
  font-size: 25px;
  position: fixed;
  top: 3%;
  right: 3%;
  z-index: 2;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: transform .5s ease, color .5s ease;
  -moz-transition: transform .5s ease, color .5s ease;
  -ms-transition: transform .5s ease, color .5s ease;
  -o-transition: transform .5s ease, color .5s ease;
  transition: transform .5s ease, color .5s ease;
}

#close-btn:hover {
  color: white;
  cursor: pointer;
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transition: transform .5s ease, color .5s ease;
  -moz-transition: transform .5s ease, color .5s ease;
  -ms-transition: transform .5s ease, color .5s ease;
  -o-transition: transform .5s ease, color .5s ease;
  transition: transform .5s ease, color .5s ease;
}


<a href="properties">
								<img src="images/youtube-icon.png">
							</a>
							

							
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
/* .content {
  max-width: 480px;
  margin: 2em auto;
}
@media (min-width: 840px) {
  .content {
    max-width: 720px;
  }
} */
.content img {
  margin: 0.5em;
}
.lightbox {
  width: 100%;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  background: rgba(250, 250, 250, 0.45);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: z-index 0s 0.3s, opacity 0.3s, visibility 0s 0.3s;
}
@media (min-width: 768px) {
  .lightbox {
    padding-right: 35px;
    padding-left: 35px;
  }
}
.js-lightbox-loading .lightbox, .js-lightbox-active .lightbox {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transition: z-index 0s 0s, opacity 0.3s, visibility 0s 0s;
}
.lightbox:before {
  width: 18px;
  font-size: 3.2rem;
  line-height: 18px;
  color: #000;
  position: absolute;
  top: 8px;
  right: 9px;
  cursor: pointer;
  content: '×';
}
.lightbox .lightbox-content {
  min-width: 80px;
  min-height: 80px;
  background: #fff;
  opacity: 0;
  transform: translateY(-80px);
  transition: opacity 0s, transform 0s ease-out;
}
.js-lightbox-active .lightbox .lightbox-content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s, transform 0.3s ease-out;
}
.js-lightbox-first .lightbox .lightbox-content {
  transform: translateX(40px);
  transition: transform 0.15s linear;
}
.js-lightbox-last .lightbox .lightbox-content {
  transform: translateX(-40px);
  transition: transform 0.15s linear;
}
.lightbox .lightbox-content img {
  min-width: 60px;
  min-height: 60px;
  max-height: calc(100vh - 90px);
  -webkit-transition: box-shadow 0.6s ease-out;
  box-shadow: 1px 1px 4px #ccc;
}
.lightbox .lightbox-content img:hover {
  box-shadow: 1px 8px 20px #999;
  -webkit-transition: box-shadow 0.6s ease-in;
}
.lightbox .lightbox-previous, .lightbox .lightbox-next {
  width: 50px;
  height: 50px;
  font-size: 5rem;
  line-height: 0.75;
  color: #000;
  padding: 0 0 0.25em;
  background: rgba(255, 255, 255, 0);
  border: none;
  margin-top: -24px;
  position: absolute;
  top: 50%;
  outline: none;
}
.js-lightbox-loading .lightbox .lightbox-previous, .js-lightbox-loading .lightbox .lightbox-next {
  display: none;
}
.lightbox .lightbox-previous {
  left: 0;
}
.lightbox .lightbox-next {
  right: 0;
}
.lightbox .lightbox-loader {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(200, 200, 200, 0.3);
  border-top: 1px solid rgba(0, 0, 0, 0.85);
  margin-top: -20px;
  margin-left: -20px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  animation: spinner 1s linear infinite;
}
.js-lightbox-loading .lightbox .lightbox-loader {
  display: block;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.selected-tag li.click-tag {
    background-color: #62cec5;
    color: #fff !important;
}
.item-details a {
    color: #000;
}
.item-details {
    max-height: 100%;
}
#properties-explore-the-cities .item-details p {
    height : 85px;
}

.box-hover-content .img-responsive {
    height: 300px;
    max-height: 100%;
}
.invalid{
    color:red
  }
