/*============================= Small MOBILE Devices================================ */

@media(min-width:767px) {}


/*============================= MOBILE Devices================================ */

@media(max-width:767px) {
    /* .mainbanner {
        background-size: inherit;
    } */
    .mainnav{
        display: none;
    }
    .mobilenav{
        display: block;
    }
    .cglogo,.navbtn{
        flex-basis: 33.33%;
    }
    .mobilenav .col-xs-12 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .navbar-toggle{
        float: none;
    }
    .navbtn {
        text-align: center;
    }
    .mob-pl-0 {
        padding-left: 0;
    }
    .mob-pr-0 {
        padding-right: 0;
    }
    .d-flex {
        flex-direction: column;
    }
    .navbar-fixed-top{
        background: #fff;
    }
    .headersec .d-flex{
        flex-direction: row;
    }
    .navbar-toggle{
        background-color: #8d801b;
    }
    .navbar-toggle .icon-bar{
        background: #fff;
    }
    .cglogo img {
        transition: all 0.5s;
        width: 103px;
    }
    .titel h3 br{
        display: none;
    }
    .bannerinfo img {
        margin-bottom: 30px;
    }
    .imageheader2,
    .mainbanner {
        background-size: 770px;
    }
    .imgtitle h2 br {
        display: none;
    }
    div#myCarousel {
        margin-top: 125px;
    }
    
    .close-icon {
        position: absolute;
        top: 15px;
        left: inherit;
        transform: inherit;
        display: none;
        right: 15px;
    }
    .close-icon>button {
        height: 40px;
        width: 40px;
    }
    .side-panel-content {
        padding-left: 15px;
    }
    nav.navbar.bootsnav {
        margin-top: 50px;
    }
    .navbar-fixed-top .logo img {
        width: 68px;
    }
    nav.navbar.bootsnav ul.nav>li>a {
        padding: 16px 15px;
        /* font-weight: 600; */
        font-size: 17px;
    }
    .logo img {
        width: 105px;
    }
    .heading {
        font-size: 32px;
        text-align: center;
    }
    .plr-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .wht-img {
        width: 40px;
    }
    .callus {
        top: 43%;
    }
    .bannerinfo h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .bannerarrow {
        width: 50px;
        height: 50px;
        line-height: 50px;
        bottom: 23px;
    }
    .bannerarrow span {
        font-size: 20px;
    }
    .bannerinfo {
        padding-right: 0px;
        padding-left: 0px;
    }
    .featuresec {
        padding-top: 30px !important;
    }
    .featuresec img{
        margin-bottom: 30px;
    }
    .overviewinfo h1 {
        font-size: 20px;
        line-height: 28px;
    }
    .heading-1 h2 {
        font-size: 20px;
    }
    .contact-sec h2 {
        font-size: 20px;
    }
    .contact-sec h4 {
        font-size: 12px;
    }
    .conttext p a {
        font-size: 14px;
        color: #fff;
    }
    .templesec h1{
        text-align: center;
        margin-top: 30px;
        font-size: 24px;
        line-height: normal;
    }
    .legacyinfo h2 ,.our3  h1{
        font-size: 24px;
    }

    .our3  h1 br{
        display: none;
    }
    .amtimg img {
        width: 36px;
    }
    .amtinfo h3 {
        font-size: 19px;
    }
    .amenities,
    .featuresec {
        padding: 0 15px;
    }
    .element-apartments td, .element-apartments th{
        padding: 7px;
    }
    .image-row {
        display: flex;
        padding: 0px;
        flex-direction: column;
    }
    .image-container {
        padding: 15px 14px;
        text-align: center;
        border-right: none;
    }
    .copyright {
        margin-bottom: 35px;
    }
    .callus{
        display: none;
    }
}


/*============================= Medium Devices, Tablets ================================ */

@media(min-width:768px) and (max-width:991px) {
    .bannerinfo h1 {
        font-size: 38px;
        line-height: 50px;
    }
    .featuresec  img {
        margin-bottom: 30px;
    }
    .overviewinfo h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .close-icon {
        position: absolute;
        top: 30px;
        left: inherit;
        transform: inherit;
        display: none;
        right: 45px;
    }
    .close-icon>button {
        height: 40px;
        width: 40px;
    }
    .featuresec .d-flex {
        flex-direction: column;
    }
    .copyright {
        margin-bottom: 35px;
    }
}


/*============================= Medium Devices, Desttop ================================ */

@media(min-width:992px) and (max-width:1199px) {}