/*=====================================================================
@Developed By: Ayan Paul (PINEHURST-THEME)
=====================================================================*/

@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100;200;300;400;500;600;700&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

 {
    font-family: "Antonio", sans-serif;
    font-family: "Nunito Sans", sans-serif;
    font-family: "Playfair Display", serif;
    font-family: "Poppins", sans-serif;
    font-family: "Roboto", sans-serif;
}

@font-face {
    font-family: "Proxima Nova Rg";
    src: url("../fonts/ProximaNova-Regular.eot");
    src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff"),
        url("../fonts/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

i:before {
    margin-left: 0px !important;
}

ul li {
    text-decoration: none;
    list-style: none;
}

body {
    letter-spacing: 0px;
    font-size: 14px;
    font-family: "Proxima Nova Rg";
    font-weight: 400;
    color: #707070;
    padding: 0px;
    overflow-x: hidden;
    z-index: 0;
    margin: 0;
}

.body_wrapper {
    z-index: 20;
    overflow: hidden;
}

a,
.btn,
button {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sec_pad {
    padding: 80px 0px;
}

.flt-l {
    float: left;
}

.flt-r {
    float: right;
}

p {
    margin-bottom: 10px;
    line-height: 19px;
}

h1 {
    font-size: 72px;
    line-height: 82px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    margin-bottom: 20px;
    color: #fff;
}

h2 {
    font-family: "Proxima Nova Rg";
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 29px;
    color: #000;
    letter-spacing: 8px;
}

h3 {
    font-weight: 400;
    font-family: "Playfair Display", serif;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 28px;
    color: #000;
}

h4,
h5,
h6 {
    font-weight: 400;
    font-family: "Playfair Display", serif;
    margin-bottom: 20px;
    color: #000;
}

.owl-dots {
    text-align: center;
    margin-top: 30px;
    bottom: 0;
    left: 0;
    right: 0;
}

.owl-nav {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 30%;
    height: 80px;
}

.owl-nav .owl-next {
    right: -25px;
}

.owl-nav .owl-prev {
    left: -25px;
}

.owl-nav button {
    margin: 0 0;
    background: #fff !important;
    border-radius: 100%;
    box-shadow: 0px 3px 6px 0px rgb(12 0 46 / 16%);
    position: absolute;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-nav button span {
    font-size: 0;
    position: relative;
    width: 38px;
    height: 38px;
    display: inline-block;
}

.owl-nav button.owl-prev span:before {
    position: absolute;
    content: "";
    background: url("../images/left-arrow.png") no-repeat;
    background-size: 100% 100%;
    width: 38px;
    height: 38px;
    top: 0;
    left: 0;
}

.owl-nav button.owl-next span:before {
    position: absolute;
    content: "";
    background: url("../images/right-arrow.png") no-repeat;
    background-size: 100% 100%;
    width: 38px;
    height: 38px;
    top: 0;
    right: 0;
}

.owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: transparent;
    margin: 0px 5px;
    border: 1px solid #6e95e4;
    opacity: 1;
    display: block;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transform: scale(0.9);
}

.owl-dots .owl-dot.active span {
    -ms-transform: scale(1);
    opacity: 1;
    transform: scale(1);
    background: #6e95e4;
    border-color: #6e95e4;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

/*---------------header---------------*/

.header_area {
    position: relative;
    width: 100%;
    left: 0;
    z-index: 20;
    top: 0;
    background: none;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 15px 0;
}

.header_area.navbar_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(12, 0, 46, 8%);
    box-shadow: 0px 5px 10px 0px rgba(12, 0, 46, 8%);
}

.navbar-area {
    padding: 0 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header_area.navbar_fixed .navbar-area {
    padding: 0 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.site-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    margin-left: auto;
    margin-right: 0;
}
.site-navbar ul li {
    padding: 5px 15px;
}

.site-navbar ul li a {
    color: #444444;
    padding: 0;
    display: inline-block;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
}

.site-navbar ul li a:hover {
    color: #b11312;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.nav-toggler {
    border: none;
    padding: 0px;
    background-color: transparent;
    cursor: pointer;
    height: 39px;
    display: none;
    width: 28px;
    position: relative;
    z-index: 9;
}
.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
    width: 28px;
    height: 3px;
    background-color: #000;
    display: block;
    transition: 0.3s;
}
.nav-toggler span:before {
    content: "";
    transform: translateY(-9px);
}
.nav-toggler span:after {
    content: "";
    transform: translateY(6px);
}
.nav-toggler.toggler-open span {
    background-color: transparent;
}
.nav-toggler.toggler-open span:before {
    transform: translateY(0px) rotate(45deg);
}
.nav-toggler.toggler-open span:after {
    transform: translateY(-3px) rotate(-45deg);
}

.site-logo img {
    width: 100%;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

/*---------------header---------------*/

#back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 24px;
    background: #000;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    opacity: 0;
    font-size: 24px;
    border: 2px solid #fff;
    border-radius: 100%;
    font-family: "FontAwesome";
}

#back-to-top:hover {
    background: #b11312;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

#back-to-top.show {
    opacity: 1;
}

.form-control {
    border: 1px solid #ddd;
    background: transparent;
    font-size: 14px;
    color: #aaa;
    padding: 12px 20px;
    height: 40px !important;
    border-radius: 0;
    margin-bottom: 0;
    letter-spacing: 0;
    font-family: "Urbanist";
    font-weight: 400;
}

textarea {
    height: 200px !important;
    resize: none;
}

.common-background {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.common-left-right-padding {
    padding: 0 60px;
}

/*--------------*/

/*----body-start-----*/

img {
    max-width: 100%;
}

figure img {
    width: 100%;
}

.btn {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 15px 45px;
    font-family: "Proxima Nova Rg";
    text-align: center;
    border: none;
    background: #b11312;
    border-radius: 4px;
}

.btn:hover {
    color: #fff;
    background: #b11312;
    padding: 15px 50px;
}

.banner .main-heading {
    padding: 210px 0;
    max-width: 1070px;
    margin: 0 auto;
    position: relative;
}

.banner .main-heading h1 {
    margin-bottom: 50px;
}

.banner .main-heading a {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 19px;
    font-family: "Antonio", sans-serif;
    font-weight: 400;
}

.banner .main-heading .down-arrow-sec a i {
    position: relative;
    display: block;
    margin-top: 5px;
}

.banner .main-heading .down-arrow-sec a:hover {
    color: #b11312;
}

.banner .main-heading .down-arrow-sec a:hover i {
    top: 5px;
}

.sub-heading {
    margin-bottom: 50px;
}

.img-with-text {
    position: relative;
}

.img-with-text figure {
    margin-bottom: 0;
}

.img-with-text .figcaption {
    margin: 0 auto;
    /*max-width: 1610px;
    margin-top: -170px;*/
    position: relative;
    text-align: center;
    padding: 10px;
    padding-top: 0;
}

.img-with-text .text-wrap {
    background: rgba(255, 255, 255, 0.9);
    /*padding: 60px;*/
    padding: 30px;
    box-shadow: 0px 6px 6px 0px rgb(12 0 46 / 16%);
}

.img-with-text .figcaption h3 {
    font-size: 26px;
    line-height: 36px;
    max-width: 1100px;
    margin: 0 auto;
}

.single-slide-img-text .owl-nav {
    max-width: 1610px;
    margin: 0 auto;
}

.single-slide-img-text .owl-nav button {
    background: #000 !important;
}

.single-slide-img-text .owl-nav button.owl-prev span:before,
.single-slide-img-text .owl-nav button.owl-next span:before {
    filter: brightness(0) invert(1);
}

.single-slide ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.single-slide ul li strong {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}

.single-slide ul li {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 17px;
}

.single-slide h6 {
    font-size: 19px;
    font-weight: 700;
    line-height: 19px;
}

.for-appartment .single-slide {
    border: 1px solid #cfcfcf;
}

.for-appartment .single-slide figcaption {
    padding: 0px 20px 20px;
}

.for-appartment {
    padding-top: 130px;
}

.floor-map-slide {
    max-width: 1000px;
    margin: 0 auto;
}

.bg-black {
    background: #000;
}

.floor-plans h2,
.floor-plans p {
    color: #fff;
}

.floor-map-slide figure {
    max-width: 775px;
    margin: 0 auto 20px;
}

.floor-map-slide figcaption {
    max-width: 520px;
    margin: 0 auto;
}

.floor-map-slide figcaption p {
    margin-bottom: 20px;
}

.floor-map-slide .owl-nav {
    top: 38%;
}

.map-box-wrap iframe {
    width: 100%;
    height: 720px;
}

.single-text-sec p {
    font-size: 32px;
    line-height: 47px;
    color: #000;
    margin-bottom: 30px;
}

.single-text-sec .text-center {
    max-width: 1345px;
    margin: 0 auto;
}

.social-wrap ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.social-wrap ul li {
    margin: 0 10px;
}

.social-wrap ul li a {
    font-size: 20px;
    display: inline-block;
    color: #fff;
}

.social-wrap p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-align: center;
    color: #fff;
}

.footer-sec {
    padding: 40px 0;
}

/*----body-end-----*/

/*-- New-css(12-05-2022) --*/


.menu-highlight{font-weight: 400; font-style: normal; text-transform: uppercase; text-decoration: none; background: #6a7499;}
.menu-highlight a{color: #fff !important;}
.menu-highlight:hover{background: #444;}
.location-row-cls { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center; margin-bottom: 30px; background: #fff; padding: 8px; box-shadow: 0 0 4px 2px rgb(0, 0, 0, 0.1);}
.location-row-cls:last-child{margin-bottom: 0;}
.location-img { width: 49%;}
.location-content{ width: 49%; padding-left: 15px;}
.map-box-wrap-bk {
    height: 100%;
}
.map-box-wrap-bk iframe {
    height: 100%;
}
.top-banner-slide .banner {position: relative;}
.top-banner-slide .banner:before {
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    content: "";
    width: 100%;
    left: 0;
}
.top-banner-slide .main-heading h1{font-size: 45px;}

.top-banner-slide .owl-nav .owl-prev { left: 10px;}
.top-banner-slide .owl-nav .owl-next { right: 10px;}

/*-- New-css(13-05-2022) --*/
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
a.morelink.less, a.morelink {
    color: #b11312;
}
.slide-img-cls { height: 202px; overflow: hidden;}
.slide-img-cls img{
    height: 100%;
    width:100%;
    object-fit: cover;
}

/*-- New css(16-05-2022) --*/

.content-height {
    min-height: 55px;
}

/*-- New-css(18-05-2022) --*/

.feature-slider { position: relative;}
.feature-slider .owl-nav {position: static; bottom:  inherit; right:  inherit; left:  inherit; top: inherit; height: auto; width: auto;}
.feature-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -25px;
    top: 30%;
    z-index: 9;
}
.feature-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -25px;
    top: 30%;
    z-index: 9;
}
.apartment-features-slide .single-slide .content-height { min-height: 100px;}

.single-slider-sec.buildingfeatures .single-slide-img-text .img-with-text figure { height: 100%; overflow: hidden;}
.single-slider-sec.buildingfeatures .single-slide-img-text .img-with-text figure img{width: 100%; height: 100%; object-fit: cover;}


/*-------Responsive------*/

@media screen and (min-width: 1640px) {
}

@media screen and (max-width: 1500px) {
    .feature-slider h3{ font-size: 23px;}
    .apartment-features-slide h3{ font-size: 23px; min-height: 57px;}
    .apartment-features-slide .single-slide .content-height {min-height: 120px;}
    .single-slider-sec.buildingfeatures .single-slide-img-text .img-with-text figure { height: 550px;}

}
@media screen and (max-width: 1366px) {
    .common-left-right-padding { padding: 0 40px;}
    .site-navbar ul li { padding: 5px 12px;}
    .apartment-features-slide h3 { font-size: 22px;}

}
@media screen and (max-width: 1280px) {
    .owl-nav button {
        width: 50px;
        height: 50px;
    }

    .owl-nav button span,
    .owl-nav button span:before {
        width: 30px !important;
        height: 30px !important;
    }

    .owl-nav .owl-prev {
        left: -10px;
    }

    .owl-nav .owl-next {
        right: -10px;
    }
    .common-left-right-padding { padding: 0 30px;}
    .site-navbar ul li { padding: 5px 10px;}
    .site-navbar ul li a{font-size: 15px;}
    .apartment-features-slide h3 { font-size: 21px;}
    .single-slider-sec.buildingfeatures .single-slide-img-text .img-with-text figure { height: 500px;}
}

@media screen and (max-width: 1199px) {
    body {
        font-size: 14px;
    }

    .common-left-right-padding {
        padding: 0 15px;
    }

    h1 {
        font-size: 36px;
        line-height: 46px;
    }
    h3 {
        font-size: 20px;
        line-height: 24px;
    }

    h2 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 4px;
    }

    .site-navbar ul li {
        padding: 5px 10px;
    }

    .banner .main-heading h1 {
        margin-bottom: 30px;
    }

    .banner .main-heading {
        padding: 150px 0;
    }

    .site-navbar ul li a {
        font-size: 14px;
    }

    .sec_pad {
        padding: 30px 0px;
    }

    .sub-heading {
        margin-bottom: 30px;
    }

    .img-with-text .text-wrap {
        padding: 30px;
    }

    .img-with-text .figcaption h3 {
        font-size: 20px;
        line-height: 24px;
    }

    /*.img-with-text .figcaption {
        margin-top: -50px;
    }*/

    .single-slide h6 {
        font-size: 16px;

        line-height: 16px;
    }

    .single-slide ul li {
        font-size: 14px;
        line-height: 14px;
    }

    .for-appartment .single-slide figcaption {
        padding: 0px 15px 15px;
    }

    .btn {
        font-size: 14px;
        line-height: 17px;

        padding: 15px 30px;
    }

    .single-text-sec p {
        font-size: 20px;
        line-height: 24px;
    }

    .social-wrap p {
        font-size: 14px;
    }

    .footer-sec {
        padding: 30px 0;
    }

    .social-wrap ul {
        margin-bottom: 15px;
    }

    .map-box-wrap iframe {
        height: 450px;
    }
    .location-row-cls{margin-bottom: 20px}

    /*-- Mob-Menu(Start) --*/

    .nav-toggler {
        display: block;
    }

    button:focus {
        outline: none !important;
    }

    .site-navbar {
        min-height: auto;
    }
    .site-navbar ul {
        position: absolute;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        flex-direction: column;
        align-items: center;
        background-color: #b11312;
        overflow: hidden;
        transition: 0.5s;
        transform: translateX(-100%);
        padding: 70px 0;
    }
    .site-navbar ul li {
        width: 100%;
        text-align: left;
        float: left;
        padding: 6px 0;
        display: block;
    }
    .site-navbar ul li a {
        padding: 0 30px;
        color: #fff;
        font-size: 14px;
    }

    .site-navbar ul.open {
        height: 100vh;
        overflow: visible;
        transform: translateX(0px);
        z-index: 2;
    }

    /*-- Mob-Menu(End) --*/
    .top-banner-slide .main-heading h1 { font-size: 40px;}
    .feature-slider.owl-carousel .owl-nav button.owl-prev { left: -12px;}
    .feature-slider.owl-carousel .owl-nav button.owl-next { right: -12px;}

}

@media screen and (max-width: 1024px) {
.location-row-cls{margin-bottom: 15px}
.location-img { width: 100%; margin-bottom: 15px;}
.location-content { width: 100%; padding-left: 0px;}
.single-slider-sec.buildingfeatures .single-slide-img-text .img-with-text figure { height: 450px;}

}
@media screen and (max-width: 991px) {
    .site-navbar ul li a {
        font-size: 12px;
    }

    .site-logo {
        max-width: 155px;
    }

    .site-navbar ul li {
        padding: 5px 6px;
    }

    .for-appartment .row {
        justify-content: center;
    }

    .for-appartment .col-lg-3 {
        width: 33.33%;
        margin-bottom: 30px;
    }

    .for-appartment .col-lg-3:last-child {
        margin-bottom: 0;
    }

    .map-box-wrap iframe {
        height: 350px;
    }

    .banner .main-heading {
        padding: 100px 0;
    }
    .top-banner-slide .main-heading h1 { font-size: 35px;}
    .apartment-features-slide .single-slide .content-height { min-height: 140px;}
    .apartment-features-slide h3 { font-size: 19px;}

}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 767px) {
    button:focus {
        outline: none !important;
    }
    /*.nav-toggler {
        display: block;
    }

    .site-navbar {
        min-height: auto;
    }
    .site-navbar ul {
        position: absolute;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        flex-direction: column;
        align-items: center;
        background-color: #b11312;
        overflow: hidden;
        transition: 0.5s;
        transform: translateX(-100%);
        padding: 70px 0;
    }
    .site-navbar ul li {
        width: 100%;
        text-align: left;
        float: left;
        padding: 6px 0;
        display: block;
    }
    .site-navbar ul li a {
        padding: 0 30px;
        color: #fff;
        font-size: 14px;
    }

    .site-navbar ul.open {
        height: 100vh;
        overflow: visible;
        transform: translateX(0px);
        z-index: 2;
    }*/

    h1 {
        font-size: 24px;
        line-height: 34px;
    }

    .site-logo {
        max-width: 200px;
    }

    .img-with-text .text-wrap {
        padding: 15px;
    }

    .img-with-text .figcaption h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .for-appartment .col-lg-3 {
        width: 50%;
    }

    .floor-map-slide figure {
        padding: 0 15px;
    }

    .floor-map-slide figcaption {
        padding: 0 15px;
    }

    .single-text-sec p {
        font-size: 16px;
        line-height: 26px;
    }

    .owl-nav button {
        width: 30px;
        height: 30px;
    }

    .owl-nav button span,
    .owl-nav button span:before {
        width: 15px !important;
        height: 15px !important;
    }
    .map-box-wrap-bk{height: auto; margin-bottom: 20px}
    .map-box-wrap-bk iframe{height: 400px;}

    .location-img { width: 49%; margin-bottom: 0px;}
    .location-content { width: 49%; padding-left: 10px;}
    .location-img img{ width: 100%;}
    .top-banner-slide .main-heading h1 { font-size: 33px;}
    .banner .main-heading h1 { margin-bottom: 20px; line-height: 1.4;}
    .header_area { padding: 10px 0;}
    .single-slider-sec.buildingfeatures .single-slide-img-text .img-with-text figure { height: 400px;}

}

@media screen and (max-width: 765px) {
    .apartment-features-slide .single-slide .content-height { min-height: 100px;}

}
@media screen and (max-width: 639px) {
    .apartment-features-slide h3 { min-height: inherit;}
    .content-height { min-height: inherit;}
    .apartment-features-slide .single-slide .content-height { min-height: 70px;}
    .single-slider-sec.buildingfeatures .single-slide-img-text .img-with-text figure { height: auto;}

}
@media screen and (max-width: 575px) {
    .location-img { width: 100%; margin-bottom: 15px;}
    .location-content { width: 100%; padding-left: 0px; text-align: center;}
    .map-box-wrap-bk iframe { height: 300px;}
    .top-banner-slide .main-heading h1 { font-size: 26px;}

}
@media screen and (max-width: 480px) {
    /*.img-with-text .figcaption {
        margin-top: -15px;
    }*/

    .banner .main-heading {
        padding: 50px 0;
    }

    .for-appartment .col-lg-3 {
        width: 100%;
    }

    .map-box-wrap iframe {
        height: 300px;
    }

    .social-wrap p {
        font-size: 12px;
    }
    .top-banner-slide .main-heading h1 { font-size: 20px;}
    .exploresectionclick img { width: 20px !important; margin: 0 auto;}
    .owl-nav button { width: 22px; height: 22px;}
    .owl-nav button span, .owl-nav button span:before { width: 11px !important; height: 11px !important;}
    .banner .main-heading h1 { margin-bottom: 15px;}
    .site-logo { max-width: 160px;}
    .apartment-features-slide .single-slide .content-height { min-height: 80px;}

}

@media screen and (max-width: 360px) {
    .top-banner-slide .main-heading h1 { font-size: 18px;}
}

@media screen and (max-width: 320px) {
}

/*-------Responsive------*/
