@media (orientation: portrait) {

    .alight-logo{
        height: 5.5em;
        width: auto;
    }

    .hero-content {
        bottom: 0.2em;
    }

    .hero-content h1 {
        font-size: 1.8rem;
    }

    .hero-content p {
        font-size: 1.1em;
            margin-bottom: 0;
    }

    .offer-mobile{
        width: auto;
        height: 8.7em;
    }

    .offer{
        display: none;
    }

    .landscape-banner{
        height: calc(100vh - 95px);
    }

    .mobile-banner{
        display: block;
    }
    

    .new-card{
        margin-top: 0px;
    }

    .navbar{
        position: relative;
    }

    .hero{
        background-image: unset;
      /*  height: calc(100vh - 95px);
        width: 100%;

            background-image: url(/assets/images/banner/mobile-banner.jpg);
    background-size: cover;
    background-position: center center;*/
    }

    .hero img{
        height: 489px;
        width: 100%;
    }

    .location iframe{
        height: 263px;
    }


    .title-block {
        margin-top: 0;
    }

    body.other h1{
        margin: 0;
    }
    
    .navbar {
        background-color: #fff;
        padding-top: 10px;
    }

    .navbar .nav-link {
        color: #000;
    }

    .navbar .d-flex{
        margin-bottom: 24px;
    }

    .form-section h2 {
        margin-bottom: 26px;
    }

    .form-section {
        padding-top: 0px;
    }

    .dont-miss .second-col ul {
        padding-left: 0px;
    }

    .new-card {
        width: 100%;
        background-color: #fdf9f2;
    }

    .dsgn {
        padding-top: 0.7em;
        padding-bottom: 3.5em;
    }

    .dsgn p {
        margin-bottom: 1.2em;
    }

    .dont-miss .first-col img {
        max-height: 293px;
        margin-bottom: 16px;
    }

    .dont-miss .second-col ul li {
        font-size: 1.4em;
        margin-bottom: 10px;
        line-height: 1.4em;
    }

    .invest {
        padding-top: 0;
            padding-bottom: 0.8em;
    }

    .amenities .third-row {
        margin-top: 28px;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 6px !important;
        height: 10px !important;
        border-radius: 0px !important;
    }

    .owl-theme .owl-dots .owl-dot.active span{
        background:#004768 !important;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 27px !important;
    }

    .call{
        margin-bottom: 1em;
    }

    .footer-section hr {
        margin-top: 1.5rem;
    }

    .loc-img{
        margin-top: 1em;
    }
    .location{
        padding-top: 0;
            padding-bottom: 2.1em;
    }

    .invest img{
        margin-bottom: 1.4em;
    }

    .invest .a-div {
        margin-top: 1.5em;
    }

    .input-group-container {
        margin-bottom: 1.4em;
    }

    .new-card {
        flex-direction: column;
    }

    .new-card div h4 {
        margin-bottom: 1.5em;
    }

    .testimonials-row > div:nth-child(1){
        margin-bottom: 0.6em;
    }

    .testimonials-row > div:nth-child(2){
        margin-bottom: 0.6em;
    }

    .gallery {
        padding-top: 4em;
    }

    .alight.location{
        padding-top: 30px;
        padding-bottom: 3em;
    }

    .highlights {
            padding-bottom: 1.8em;
        padding-top: 2.7em;
    }

    

}

@media (orientation: landscape) {

    .alight-logo{
            width: auto;
    height: 6em;
    }

    .hero-content{
        bottom: 6.1em;
    }

    .new-hero {
        height: 100vh;
    }

    .show-m{
        display: none;
    }

    .hero-content{
        max-width: 45vw;
    }

    .landscape-banner{
        display: block;
    }

    .mobile-banner{
        display: none;
    }

    .hero img{
        display: none;
    }

    .navbar-toggler {
        background-color: #fff;
    }

    .hero{
        background-image: url(/assets/images/banner/banner.jpg);
        height: calc(100vh - 95px);
    }

    .new-card div h4{
        position: relative;
    }
    
    .new-card div h4.comn::after{
        content: '';
        position: absolute;
        border-right: 3px solid black;
        height: 100%;
        right: 0;
        top: 0;
    }

}

@media only screen and (max-width: 600px) {

    
    
}