@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'gothambold';
    src: url('../fonts/gothambold-webfont.woff2') format('woff2'),
         url('../fonts/gothambold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothammedium';
    src: url('../fonts/gothammedium-webfont.woff2') format('woff2'),
         url('../fonts/gothammedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothamthin';
    src: url('../fonts/gotham-thin-webfont.woff2') format('woff2'),
         url('../fonts/gotham-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'gothambook';
    src: url('../fonts/gothambook-webfont.woff2') format('woff2'),
         url('../fonts/gothambook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futuracondensed_bold';
    src: url('../fonts/futura_condensed_bold-webfont.woff2') format('woff2'),
         url('../fonts/futura_condensed_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html,
body{
    width: 100%;
    float: left;
    overflow-x: hidden;
    font-family: 'gothambook', sans-serif;
    font-size: 20px;
}


a,
button{
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
  text-decoration: none!important;
}

a:hover,
button:hover{
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.navbar ul li:hover > ul {
    display: block;
}

.header{
    padding: 1rem 0;
    width: 100%;
    float: left;
    position: absolute;
}

.nav-link{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #bfbfbf;
}

.menu-item {
    padding: 0 1%;
}

.nav-link.active,
.nav-link:hover{
    color: #fff!important;
}

.home .navbar-nav li:last-child{
    margin-left: 1rem;
    border-right: 1px solid #fff;
}

ul.dropdown-menu{
    background: #013160 !important;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.dropdown-menu .menu-item{
    padding: 0;
}

.dropdown-menu li:last-child{
    margin-left:0!important;
}

.dropdown-item.active, 
.dropdown-item:active,
.dropdown-item{
    color: #fff;
    font-size: 15px;
}

.dropdown-item.active, 
.dropdown-item:active,
.dropdown-item:hover{
    color: #fff;
    background: #1a60a2;

}

.slider-home{
    position: relative;
    top: 0;
    width: 100%;
    float: left;
}

ss3-force-full-width{
    position: absolute;
    top:0;
}

.video{
    width: 100%;
    float: left;
}

.about-us{
    width: 100%;
    float: left;
    text-align: justify;
}

.vertical {
  border-left: 2px solid #003168;
  height: 100px;
  position:relative;
  left: 50%;
  margin: 3rem 0;
}

.about-us h2{
    color: #003164;    
    font-family: 'Montserrat', 'Arial', 'sans-serif';
    font-weight: 800;
    font-size: 80px;
}

.about-us h2 span{
    color: #2e609d;
   font-family: 'Montserrat', 'Arial', 'sans-serif'; 
   font-weight: 300;
}

.about-us p{
    font-size: 23px;
}

.location{
    width: 100%;
    float: left;
}

.btn-orange{
    width: 100%;
    display: block;
    background: #D97621;
    border-radius: 25px;
    color: #fff;
    border: 1px solid #D97621;
    padding: 10px;
    text-align: center;
    font-size: 23px;
}

.btn-orange span{
    font-family: 'gothambold';
}

.btn-orange:hover{
    color: #D97621;
    background: transparent;
}

.nav-pills{
    --bs-nav-pills-link-active-bg: transparent;
}

.nav-pills svg{
    margin: 0 auto;
    display: block;
}

.nav-pills span{
    color:#003164;
    display: block;
    margin: 1rem 0;
    text-transform: initial;
    font-family: 'gothambook';
    text-transform: uppercase;
}

.nav-pills .nav-link.active svg path{
    fill: #003164;
}

.nav-pills .nav-link{
    text-transform: uppercase;

}

footer{
    width: 100%;
    float: left;
}

.location .tab-content{
    min-height: 460px;
}

.location li.nav-item {
    margin-top: 3rem;
}

.location iframe{
    width: 100%!important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.location h2{
    color: #003164;
   font-family: 'Montserrat', 'Arial', 'sans-serif'; 
    font-weight: 800;
    font-size: 60px;

}

.relevant-facts{
    background: url(../img/living-room.jpg)no-repeat;
    padding: 4rem 0;
    width: 100%;
    float: left;
    margin: 2rem 0;
    text-align: center;
    color: #fff;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.relevant-facts h4{
    font-size: 25px;
    font-family: 'Montserrat';
    font-weight: 500;
    min-height: 36px;
}

.relevant-facts h2{
    font-size: 80px;
    font-family: 'Montserrat';
    font-weight: 800;
    position: relative;
    z-index: 99;

}

.communities-home{
    background: url(../img/m-metrohomes.svg)no-repeat;
    background-position: right bottom;
    width: 100%;
    float: left;
}

.communities-home h2{
    font-size: 80px;
    font-family: 'Montserrat';
    font-weight: 800;
    color: #003164;
}

.communities-home img{
    margin: 0 auto;
    display: block;
}

.communities-home h5{
    text-align: center;
    color: #003164;
    margin: 2rem 0;
}

.virtual-tour{
    background: url(../img/tv-room.jpg)no-repeat;
    width: 100%;
    float: left;
    padding: 4rem 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.virtual-tour h2{
    font-family: 'montserrat';
    font-size: 92px;
    color: #4079B7;
    letter-spacing: 10px;
}  

.virtual-tour h2 span{
    font-family: 'montserrat';
    color: #fff;
    letter-spacing: initial;
}  

.virtual-tour h3{
    font-family: 'montserrat';
    font-size: 60px;
    color: #fff;
    z-index: 999;
    position: relative;
}   

.virtual-tour h6{
    color: #fff;
    margin-bottom: 2rem;
}

.contact{
    width: 100%;
    float: left;
    padding: 2rem 0 0;
}

.contact input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.contact input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.contact input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.contact input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.bg-black{
    background: rgba(51,51,51,1);
    background: -moz-linear-gradient(left, rgba(51,51,51,1) 4%, rgba(51,51,51,1) 60%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 40%);
    background: -webkit-gradient(left top, right top, color-stop(4%, rgba(51,51,51,1)), color-stop(60%, rgba(51,51,51,1)), color-stop(60%, rgba(255,255,255,1)), color-stop(40%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(51,51,51,1) 4%, rgba(51,51,51,1) 60%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 40%);
    background: -o-linear-gradient(left, rgba(51,51,51,1) 4%, rgba(51,51,51,1) 60%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 40%);
    background: -ms-linear-gradient(left, rgba(51,51,51,1) 4%, rgba(51,51,51,1) 60%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 40%);
    background: linear-gradient(to right, rgba(51,51,51,1) 4%, rgba(51,51,51,1) 60%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 40%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#ffffff', GradientType=1 );
    padding: 3rem 2rem 4rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; 
    color: #fff;   
    background-position: center right;
    background-repeat: no-repeat;
    position: relative;
}

.bg-black h3{
    font-size: 70px;
    font-family: 'montserrat';
    font-weight: 800;
    margin: 3rem 0 0;
}

.bg-black h3 span{
    font-weight: 300;
    color: #4079B7;
}

.bg-black form{
    width: 100%;
    margin: 2rem 0;
}

.bg-black input{
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    margin: 5px 0 2rem 0;
    padding: 10px;
    color: #fff;
}

.bg-black button{
    float: right;
    background: #7385A5;
    border: 1px solid #7385A5;
    border-radius: 10px;
    padding: 10px ;
    font-family: 'gothambold';
    color: #fff;
}

.bg-black button:hover{
    background: transparent;
    color: #7385A5;
}

.bg-black .mh {
    position: absolute;
    width: 30%;
    right: 15%;
    bottom: 0;
}

footer{
    background: #003164;
    padding: 4rem 0;
}

footer a{
    width: 100%;
    text-align: right;
    color: #fff;
    display: block;
    font-size: 22px;
}

footer a:hover{
    color: #286391;
}

footer a:hover svg path{
    fill: #286391 ;
}

footer ul{
    display: inline-flex;
    list-style: none;
    float: right;
    padding: 1rem 0;
    margin: 0;
}

footer ul li:nth-child(2){
    padding: 0 1rem;
}

footer ul li svg {
    transition: transform .2s;
}

footer ul li svg:hover {
    transform: scale(1.5);
}

footer p{
    color: #fff;
    text-align: right;
    width: 100%;
    float: left;
}

footer p a{
    display: initial;
}


.page .header-img,
.error404 .header-img{
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: #fff;
    line-height: 0;
    min-height: 100vh;
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
}

.page .header-img:after ,
.error404 .header-img:after{
    content: '';
    position: absolute;
    width: 200%;
    height: 100%;
    left: 0;
    bottom: -80%;
    background: #fff;
    -webkit-transform: rotate(355deg);
    transform: rotate(355deg);
}

.header-img .text{
    position: absolute;
    top: 35%;
    color: #fff;
    width: 100%;
    float: left;
}

.header-img .text h1{
    font-size: 90px;
    font-family: 'montserrat';
    font-weight: 800;
}

.header-img .text h1 span{
    font-weight: 400;
}

.header-img .text p{
    font-size: 40px;
    margin: 1rem 0;
}

.header-img .text a {
    padding: 2rem 0;
    margin: 1.5rem 0;
    font-size: 35px;
    border-radius: 45px;
    font-family: 'montserrat';    
    font-weight: 500;

}


.header-img .text a strong{
    font-weight: 700;
}
.content{
    padding: 3rem 0;
    width: 100%;
    float: left;
}

.content h2{
    color: #003168;
    font-family: 'montserrat';
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 3rem;
}

.content h2 strong{
    color: #1A60A2;
    font-weight: 500!important;
}

.content p{
    font-size: 25px;
    line-height: 1.5;
}

.content .wp-block-embed iframe {
    max-width: 100%;
    margin: 0 auto 3rem;
    display: block;
}

.pl-0{
    padding-left: 0;
}

.bands{
    width: 100%;
    float: left;
    color: #fff;
}

.bands .dark-blue{
    background: #003168;
}

.content .bands h2{
    color: #fff;
    margin-bottom: 1.5rem;
}

.content .bands h2 span{
    color: #fff;
    font-weight: 500;
}

.content .bands p{
    width: 90%;
    font-size: 22px;
    margin-bottom: 0;
    margin-left: 2%;
}

.bands .light-blue{
    background: #1A60A2;
}

.call-us{
    width: 100%;
    float: left;
    margin-bottom: 4rem;
}

.call-us h2{
    text-align: center;
    font-size: 65px;
}

.call-us h2 strong{
    color: #1A60A2;
}

.communities .header-img{
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: #fff;
    line-height: 0;
    min-height: 100vh;
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
}

.communities .header-img:after{
    display: none;
}

.communities .header-img .text{
    position: absolute;
    top: 45%;
    color: #fff;
    width: 100%;
    float: left;
}

.communities  .header-img .text h1{
    font-size: 90px;
    font-family: 'montserrat';
    font-weight: 800;
    text-align: center;
}


.communities .header-img .text h1 span{
    font-weight: 500;
}


.communities .header-img .text p{
    font-size: 30px;
    text-align: center;
}

.communities-name{
    padding: 6rem 0;
}

.communities-name a h5{
    margin: 1rem 0;
    color: #003168;
    text-align: center;
}

.communities-name h2,
.near-by h2 {
    color: #003168;
    font-family: 'montserrat';
    font-weight: 800;
    font-size: 80px;
    margin-bottom: 1rem;
}

.communities-name h2 span,
.near-by h2 span {
    color: #1A60A2;
    font-weight:500;
}

.communities.intern .header-img .text {
    top: 30%;
}

.communities.intern .communities-name{
    padding: 6rem 0 3rem;
}

.models{
    padding: 0 0 2rem;
}

.models article{
    padding: 1rem;
    border: 1px solid #a3a2a2;
    margin-bottom: 2rem;
}

.models article a{
    color: #003168;
}

.models article a p{
    text-align: justify;
    color: #000;
}

.models article h2 {
    color: #003168;
    font-family: 'montserrat';
    margin: 1rem 0;
    font-weight: bold;
}

.near-by{
    color: #003168;
    margin-bottom: 4rem;
}

.near-by .centrado{
    text-align: center;
    margin-bottom: 2rem;
}

.near-by .btn-orange{
    margin-bottom: 2rem;
}

.near-by .btn-orange:hover{
    background: #D97621;
    color: #fff;
}

.near-by ul {
  list-style: none; /* Remove default bullets */
  color:#003168 ;
}

.near-by ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #e87000; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.near-by .near-by-content{
    text-align: left;
}

.social-media{
    padding: 0 .5rem 0 1rem;
}

/*.single .header {
    padding: 0;
    width: 100%;
    float: left;
    position: relative;
}


.single .nav-link.active, 
.single .nav-link:hover, 
.single .nav-link:focus, 
.single .nav-link:visited {
    font-family: 'montserratthin';
    color: #003160!important;
}

.single .nav-link{
    color: #003160;
}

.single .navbar-nav li:last-child {
    margin-left: 1rem;
    border-right: 1px solid #003160;
}
*/

.single .header-img{
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: #fff;
    height: 80vh;
    background-size: cover;
    background-position: center;
    float: left;
    background-attachment: fixed;
    width: 100%;
    background-repeat: no-repeat;
}

.single .header-img:after{
    display: none;
}

.single .header-img .text{
    position: absolute;
    top: 30%;
    color: #fff;
    width: 100%;
    float: left;
}

.single  .header-img .text h1{
    font-size: 90px;
    font-family: 'montserrat';
    font-weight: 800;
    text-align: center;
    margin: 2rem 0 4rem;
}


.single .header-img .text h1 span{
    font-weight: 500;
}


.single .header-img .text p{
    font-size: 30px;
    text-align: center;
}

.single .post-categories a{
    text-transform: uppercase;
    color: #e27620;
    display: block;
    font-size: 18px;
    padding: 0;
    margin: 0;
    font-weight: initial;
    text-align: right;
}

.single .location{
    width: 100%;
    float: left;
}

.single .location ul{
    width: 100%;
    float: left;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.single .location ul li{
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 10px;
    color: #e27620;
    position: relative;
    text-transform: uppercase;
    font-size:18px;
}

.single .location ul li::before {
    content: "";
    display: block;
    width: 23px;
    height: 29px;
    background: url(../img/location-marker.svg);
    left: -35px;
    position: absolute;
    top: 0;
}

.single .location ul li a{
    color: #e27620;
}

.single .floor-plan{
    padding: 2rem 0;
    width: 100%;
    float: left;
    background: url(../img/background-dots.jpg);
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
}

.single .floor-plan .orange-tab{
    padding: 1rem 0;
    background: #e27621;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
    color: #fff;
    min-height: 133px;
    margin-bottom: 3rem;
}

.single .floor-plan .orange-tab h3{
    font-size: 42px;
    font-family: 'montserrat';
    font-weight: 800;
    margin: 0.5rem 0 0;
}

.single .floor-plan .orange-tab h3 span{
    font-family: 'montserrat';
    font-weight: 500;
}


.single .floor-plan .blue-tab{
    padding: 1rem 0;
    background: #3960a3;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
    color: #fff;
    min-height: 133px;
}

.single .floor-plan .blue-tab p{
    margin-bottom: 0;
    font-size: 33px;
    font-family: 'montserrat';
}

.single .floor-plan .blue-tab p span{
    font-family: 'montserrat';
    font-weight: 800;
}


.floor-plan .description{
    position: relative;
    width: 100%;
    float: left;
}

.floor-plan .description::before{
    width: 10px;
    height: 30%;
    background: #e27621;
    content: "";
    display: block;
    position: absolute;
    left: -30px;
    top: 25%;
}

.floor-plan .description .title{
    position: relative;
    width: 100%;
    float: left;
}

.floor-plan .description h3{
    font-size: 60px;
    color: #003160;    
    font-family: 'montserrat';
    font-weight: 800;
    position: relative;
    z-index: 99;
    margin-bottom: 0;
}

.floor-plan .description .orange-border{
    width: 100%;
    height: 10px;
    background: #e27621;
    bottom: 15px;
    position: absolute;
    left: -30px;
}

.floor-plan .description h3 span{
    color: #3960a3;    
    font-weight:500;

}

.floor-plan .description p{
    font-family: 'montserrat';
    font-size: 28px;
    color: #003160;
    margin-bottom: 3rem;
}

.gallery{
    padding: 3rem 0;
    width: 100%;
    float: left;
    text-align: justify;
}

.gallery h2{
    font-size: 55px;
    color: #003160;
    font-family:'montserrat' ;
    font-weight: 800;

}


.gallery .btn-blue{
    width: 100%;
    display: block;
    background: #3960a3;
    border-radius: 30px;
    color: #fff;
    border: 1px solid #3960a3;
    padding: 10px;
    text-align: center;
    font-size: 23px;
    float: right;
    margin: 2rem 0 8rem;

}

.gallery .btn-blue:hover{
    background: transparent;
    border-radius: 25px;
    color: #3960a3;

}

.gallery .btn-blue:hover svg path{
    fill: #3960a3;
}

button.wplg_gallery_loadmore.wplg-disable-loadmore,
.wplg_gallery_loadmore{
    width: 50%!important;
    padding: 1rem 0;
    display: block!important;
    background: #D97621!important;
    border-radius: 30px!important;
    color: #fff!important;
    border: 1px solid #D97621!important;
    padding: 10px!important;
    text-align: center!important;
    font-size: 23px!important;
    min-height: 50px!important;
    height: 50px!important;
}

.wplg_gallery_loadmore label {
    text-transform: capitalize;
    font-size: 13px !important;
    font-weight: normal;
    font-family: 'montserrat';
    font-weight: 500;
    margin: 1rem auto;
}

.wplg_gallery_loadmore:hover{
    color: #D97621!important;
}

.wplg-pagnination-wrap {
    text-align: center;
    max-width: 100%;
    margin: 2rem 25%!important;
    display: block;
}

button.wplg_gallery_loadmore.wplg-disable-loadmore{
    display: none!important;
}

.contact-us-single{
    width: 100%;
    float: left;
    padding: 3rem 0;
}

.contact-us-single h2{

    color: #013160 !important;
    font-size: 3em;
    font-family: 'montserrat';
    font-weight: 800;
}

.contact-us-single form input{
    width: 100%;
    border-radius: 15px;
    border: 1px solid #c2c2c2;
    padding: 10px 12px;
}

.contact-us-single button{
    width: 100%;
    
    font-weight: bold;
    background-color: #e27620;
    border-radius: 40px;
    border: 1px solid #e27620;
    padding: 4px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px!important;
    min-height: 50px;
    color: #fff !important;
}

@media (min-width:768px) and (max-width:1024px){


    a.navbar-brand {
        width: 30%;
    }

    .nav-link {
        font-size: 14px;
    }

    nav img.d-none.d-sm-block{
        width: 7%;
    }
 
    .dropdown-item {
        font-size: 12px;
    }

    .navbar ul li:hover > ul {
        display: initial;
    }

    .n2-ss-slider-4.n2-ow h1,
    .n2-ss-slider-4.n2-ow h4 {
        font-size: 50px!important;
    }

    .about-us h2,
    .relevant-facts h2,
    .communities-home h2,
    .virtual-tour h2,
    .bg-black h3,
    .communities-name h2, 
    .near-by h2,
    .communities .header-img .text h1,
    .contact-us-single h2{
        font-size: 55px;
    }

    .about-us p,
    .location p {
        font-size: 16px;
    }

    .btn-orange {
        font-size: 18px;
    }

    .nav-pills svg {
        margin: 0 auto;
        width: 43%;
        height: 80px;
    }

    .nav-pills span {
        margin: 0 0;
    }

    .location h2{
        font-size: 45px;
    }

    .relevant-facts h4 {
        font-size: 20px;
    }

    .virtual-tour h3 {
        font-size: 40px;
    }

    .bg-black label {
        font-size: 15px;
    }

    .bg-black input {
        margin: 5px 0 1rem 0;
    }

    footer a {
        font-size: 15px;
    }

    footer p {
        font-size: 13px;
    }

    footer {
        padding: 2rem 0 1rem;
    }

    .page .header-img {
        min-height: 60vh;
        background-size: cover;
    }

    .header-img .text h1 {
        font-size: 65px;
    }

    .header-img .text a {
        font-size: 28px;
    }

    .header-img .text p {
        font-size: 30px;
        margin: 1rem 0;
    }

    .page .header-img:after {
        bottom: -90%;
    }

    .content h2 {
        font-size: 32px;
    }

    .bands img{
        width: 100%;

    }

    .bands .light-blue {
        width: 100%;
        float: left;
        padding-bottom: 2rem;
    }

    .communities .header-img {
        min-height: 60vh;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }

    .communities .header-img .text {
        top: 35%;
    }

    .post-categories {
        min-height: 70px;
        text-align: center;
    }

    .single .location {
        width: 100%;
        float: left;
        text-align: center;
    }

    .contact-us-single form input {
        margin-bottom: 1rem;
    }

    .single .floor-plan .orange-tab h3 {
        font-size: 45px;
    }

    .floor-plan img.plan {
        width: 100%;
    }
}

@media (max-width:767px){

    html,
    body{
        text-align: center;
    }

    a.navbar-brand {
        width: 40%;
    }

    .header {
        padding: 0;
    }

    .n2-ss-slider-4.n2-ow h1,
    .n2-ss-slider-4.n2-ow h4 {
        font-size: 30px!important;
    }

    .navbar-collapse {
        background: #003164;
        text-align: center;
        padding: 1rem;
    }

    .home .navbar-nav li:last-child{
        margin-left: 0;
        border-right: 0;
    }

    .navbar-collapse.collapse.show .nav.navbar{
        background: #003164;
        text-align: center;
        padding: 1rem;  
    }

    .vertical {
        left: 50%;
        margin: 1rem 0;
        height: 50px;
    }

    .about-us h2 {
        font-size: 40px;
        text-align: center;
    }

    .about-us p,
    p {
        font-size: 15px;
    }

    .btn-orange {
        margin-bottom: 3rem;
    }

    .location li.nav-item {
        width: 50%;
    }

    .nav-pills .nav-link {
        width: 100%;
    }

    .nav-pills svg {
        margin: 0 auto;
        display: block;
        width: 100%;
    }

    .location h2,
    .communities-home h2{
        font-size: 35px;
    }

    .relevant-facts h4 {
        font-size: 20px;
    }

    .communities-home h5 {
        font-size: 20px;
    }

    .virtual-tour h2 {
        font-size: 40px;
        letter-spacing: 4px;
    }

    .virtual-tour h3 {
        font-size: 30px;
    }

    .virtual-tour h6 {
        font-size: 15px;
    }

    .bg-black{
        background: #333333;
    }

    .bg-black h3 {
        font-size: 40px;
        margin: 0rem 0 0;
    }

    .bg-black label {
        font-size: 15px;
        text-align: left;
        width: 100%;
    }

    .bg-black input {
        margin: 5px 0 1rem 0;
    }

    .contact {
        padding: 0;
    }

    footer{
        text-align: center;
    }

    footer img.w-100 {
        margin-bottom: 2rem;
    }

    footer a {
        font-size: 15px;
        text-align: center;
    }

    footer p {
        font-size: 13px;
        text-align: center;
    }

    footer {
        padding: 2rem 0 1rem;
    }

    footer ul {
        margin: 0 35%;
        width: 30%;
        display: inline-flex;
    }

    footer ul li{
        width: 33.33%;
    }

    .page .header-img {
        min-height: 50vh;
        background-size: cover;
    }

    .header-img .text h1 {
        font-size: 50px;
    }

    .header-img .text a {
        padding: 1rem 0;
        font-size: 20px;
        width: 100%;
    }

    .header-img .text p {
        font-size: 24px;
        margin: 1rem 0;
    }

    .page .header-img:after {
        bottom: -90%;
    }

    .content h2 {
        font-size: 32px;
    }

    .bands img{
        width: 100%;

    }

    .bands .light-blue {
        width: 100%;
        float: left;
        padding-bottom: 2rem;
    }

    .content .bands p {
        width: 100%;
        font-size: 18px;
        margin-bottom: 0;
        margin-left: 0;
    }

    .communities .header-img {
        min-height: 60vh;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }

    .communities .header-img .text {
        top: 35%;
    }

    .post-categories {
        min-height: 70px;
        text-align: center;
    }

    .single .location {
        width: 100%;
        float: left;
        text-align: center;
    }

    .contact-us-single form input {
        margin-bottom: 1rem;
    }

    .single .floor-plan .orange-tab h3 {
        font-size: 45px;
    }

    .floor-plan img.plan {
        width: 100%;
    }

    .header-img .text {
        top: 20%;
    }

    .content .wp-block-embed iframe {
        margin: 0 auto 3rem;
        max-height: 350px;
    }

    .communities .header-img .text h1 {
        font-size: 35px;
    }
    
    .communities .header-img .text p {
        font-size: 20px;
        margin: 0;
    }

    .communities-name a h5 {
        font-size: 20px;
    }

    .communities-name h2, 
    .near-by h2 {
        font-size: 40px;
    }

    .single .header-img {
        height: 47vh;
    }
    .single .header-img .text h1 {
        font-size: 45px;
        margin: 2rem 0 1rem;
    }

    .single .location ul li::before {
        content: "";
        display: block;
        width: 23px;
        height: 29px;
        background: url(../img/location-marker.svg);
        left: 30px;
        position: absolute;
        top: -15px;
    }

    .contact-us-single h2 {
        font-size: 2em;
    }

    .floor-plan .description p {
        text-align: left;
        font-size: 19px;
        margin-bottom: 1rem;
    }

    .description img{
        width: 25px;
    }

    .floor-plan .description h3 {
        font-size: 50px;
        margin-top: 4rem;
    }

    .description .mt-5 {
        margin-top: 2rem!important;
    }

    .single .floor-plan .blue-tab {
        margin-bottom: 3rem;
    }

    .gallery {
        padding: 0;
    }

    .gallery h2 {
        font-size: 45px;
        text-align: center;
    }

    .gallery .btn-blue {
        margin: 2rem 0 3rem;
    }

    .floor-plan .description .orange-border {
        height: 4px;
    }

    .single .header-img .text {
        top: 22%;
    }

}