/* Large Devices, Wide Screens */

@media only screen and (max-width: 1366px) {
    .aboutus {
        height: 100vh;
    }
}


/* Large Devices, Wide Screens */

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


/* Medium Devices, Desktops */

@media only screen and (max-width: 1024px) {
    .col-md-1 {
        width: 8.333333333333333%;
    }
    .col-md-2 {
        width: 16.66666666666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333333333333%;
    }
    .col-md-8 {
        width: 66.66666666666667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333333333333%;
    }
    .col-md-11 {
        width: 91.66666666666667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-12-5 {
        width: 20%;
    }
    .hidden-xs {
        display: inline-block !important;
    }
    .visible-xs {
        display: none !important;
    }
}

@media(min-width:1000px) and (max-width:1199px) {
    .nav-links a {
        font-size: 8px;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .show-mob {
        display: inline-block;
    }
    .col-sm-1 {
        width: 8.333333333333333%;
    }
    .col-sm-2 {
        width: 16.66666666666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333333333333%;
    }
    .col-sm-5 {
        width: 41.66666666666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333333333333%;
    }
    .col-sm-8 {
        width: 66.66666666666667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333333333333%;
    }
    .col-sm-11 {
        width: 91.66666666666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-12-5 {
        width: 20%;
    }
    .hide-mob {
        display: none;
    }
    .theme-btn {
        margin-bottom: 15px;
    }
    .burger-menu {
        display: block;
        padding: 1px 5px 5px;
        margin-top: 8px;
    }
    #popup {
        width: 90%;
    }
    .menu-icon-mobile img {
        margin-right: 0;
        vertical-align: middle;
        text-align: center;
    }
    .menu-icon-mobile {
        display: block;
        padding: 24px 0px 4px 0px;
        border-radius: 0px;
        margin: 0;
        position: absolute;
        top: -10px;
        right: 5px;
        height: 60px;
    }
    .menu-icon-mobile>span {
        display: block;
        height: 2px;
        width: 100%;
        margin-bottom: 4px;
        background-color: #fff;
    }
    header .nav-links {
        height: auto;
        display: none;
        position: fixed;
        top: 60px;
        left: 0px;
        right: 0px;
        z-index: -1;
        border-bottom: 1px solid #ccc;
        padding: 0px;
        background-color: #000;
        transform: unset;
    }
    header .nav-links a {
        display: block;
        text-align: center;
        line-height: 35px !important;
        color: #fff;
        margin-top: 0px;
        margin-right: 0px;
        padding: 0;
        font-size: 14px;
    }
    header .lower .nav-links a:last-child {
        margin-right: 0px;
    }
    header .lower .nav-links a {
        margin-right: 0px;
        color: #000;
    }
    header .upper .ctc-wrapper {
        margin-right: 5px;
    }
    header .upper .number-wrapper {
        /*margin-right: 5px;*/
    }
    .header-enquire {
        display: none!important;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 992px) {
    .col-xs-1 {
        width: 8.333333333333333%;
    }
    .col-xs-2 {
        width: 16.66666666666667%;
    }
    .col-xs-3 {
        width: 25%;
    }
    .col-xs-4 {
        width: 33.33333333333333%;
    }
    .col-xs-5 {
        width: 41.66666666666667%;
    }
    .col-xs-6 {
        width: 50%;
    }
    .col-xs-7 {
        width: 58.33333333333333%;
    }
    .col-xs-8 {
        width: 66.66666666666667%;
    }
    .col-xs-9 {
        width: 75%;
    }
    .col-xs-10 {
        width: 83.33333333333333%;
    }
    .col-xs-11 {
        width: 91.66666666666667%;
    }
    .col-xs-12 {
        width: 100%;
    }
    .col-xs-12-5 {
        width: 20%;
    }
    .hidden-xs {
        display: none !important;
    }
    .visible-xs {
        display: block !important;
    }
    header .col-3,
    header .col-9 {
        width: 50%;
    }
    header {
        padding: 5px 0;
        height: 60px;
    }
    header .nav-links {
        padding: 10px 0;
        top: 40px;
    }
    header .form-container {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        top: 100% !important;
        bottom: -100% !important;
        width: 100% !important;
        padding: 30px 0 !important;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        z-index: 300;
        background-color: rgba(255, 254, 254, 0.97) !important;
    }
    header .form-container.show {
        top: 0 !important;
        bottom: 0 !important;
        display: block !important;
    }
    header .form-container .frmclose {
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 10px;
        color: #000;
        font-size: 20px;
    }
    .enquire-btn {
        font-size: 14px;
        line-height: 17px;
        color: #2B3B28;
        text-transform: uppercase;
        border: 1px solid #2B3B28;
        padding: 8px 20px;
        border-radius: 50px;
        margin: 8px 0 0;
    }
    .mob-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        background-color: #fff;
        font-size: 14px;
        font-weight: 600;
        z-index: 99;
    }
    .mob-footer a {
        display: block;
        line-height: 30px;
        color: #000;
        font-weight: 400;
    }
    .mob-footer a.mob-enq-btn {
        background-color: #935f5a;
        color: #fff;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 14px;
    }
    .sell_do_virtual_numbers {
        color: #000 !important;
        font-size: 14px !important;
        line-height: 30px !important;
    }
    p.section-head {
        font-size: 36px;
    }
    #bannerVideo {
        height: 100%;
    }
    .form-inner {
        width: 90%;
        padding: 30px 10px;
    }
    .close-btn {
        left: 15px;
    }
    .menu-wrapper {
        width: 100%;
        height: 100%;
        padding: 10px 30px;
    }
    .nav-links a {
        font-size: 18px;
    }
    .download-brochure-btn {
        left: 30px;
        width: calc(100% - 30px);
        border-top: 1px solid #815c3b;
        padding: 20px 0 20px 0;
    }
    .menu-wrapper .brand-logo {
        text-align: left;
        width: 90px;
    }
    a.close-menu {
        position: absolute;
        right: 15px;
        top: -10px;
        transform: unset;
    }
    .slide-1 {
        background-image: url(../images/banner-1-mob.jpg);
    }
    .slide-2 {
        background-image: url(../images/banner-2-mob.jpg);
    }
    .slide-3 {
        background-image: url(../images/banner-3-mob.jpg);
    }
    .banner-content .head {
        font-size: 32px;
        line-height: 39.01px;
    }
    .banner-content .subhead {
        font-size: 16px;
        line-height: 24px;
    }
    .sec-title {
        font-size: 32px;
        line-height: 39.01px;
    }
    .sec-subtitle {
        padding: 0 0 8px;
    }
    .banner-price img {
        padding: 0 20px;
        width: 259px;
        height: 17px;
        margin: 0 auto;
    }
    .banner-text {
        width: 100%;
    }
    /*Overview Section Starts*/
    #about {
        padding-bottom: 40px;
    }
    .about_wrapper {
        padding: 30px 20px 0;
    }
    .progress-div {
        padding: 20px 20px 0;
    }
    .progress {
        padding-bottom: 20px;
    }
    .progress-bar:before {
        content: '';
        position: absolute;
        width: 236px;
        height: 1px;
        left: 0;
        top: 0;
        background: #935F5A;
    }
    .progress-bar:after {
        content: unset;
        position: unset;
    }
    .feature_wrapper {
        padding: 20px 20px 100px;
        height: auto;
    }
    #location,
    .amenity-blocks {
        padding: 60px 20px;
    }
    .properties_wrapper {
        padding: 60px 20px 20px;
    }
    .prop-1 {
        background-image: url(../images/property-1-mob.jpg);
        height: 500px;
    }
    .prop-2 {
        background-image: url(../images/property-2-mob.jpg);
        height: 500px;
    }
    .property {
        margin-bottom: 20px;
    }
    .video_wrapper {
        background-image: url('../images/video-mob.jpg');
        height: 570px;
    }
    #features {
        background-color: #CCAE88;
    }
    .sec-padd {
        padding: 60px 20px 0;
    }
    .specifications {
        padding-bottom: 60px;
    }
    .specifications .location-list {
        padding: 0 20px;
    }
    #selectMe {
        background-color: transparent;
        border: unset;
        font-size: 14px;
        line-height: 28px;
        font-weight: 500;
        color: #1A1A1A;
        outline: none;
        text-align: left;
        display: block !important;
        border-bottom: 1px solid;
        padding: 15px 0px;
        width: 100%;
    }
    #selectMe option {
        color: #000;
    }
    /* .location-tabs {
    height: unset;
    background-color: unset;
    padding: 0;
    width: unset;
    margin: unset;
}*/
    .amenity-item {
        padding: 0;
    }
    .call {
        margin: 0;
    }
    .location-tabs a {
        width: unset;
        color: #1C3B31;
        opacity: 0.7;
        background-color: unset;
        font-size: 12px;
    }
    .location-tabs {
        background-color: unset;
    }
    .location-tabs a.active {
        background-color: unset;
        color: #935F5A;
        border-bottom: 1px solid;
    }
    .location-tabs a.active:before {
        position: unset;
        content: unset;
    }
    .location-text {
        padding: 0px 0 30px;
    }
    .floor_wrapper {
        padding: 0;
    }
    .mobi-space {
        padding: 40px 20px 20px;
        min-height: 230px;
    }
    .gallery-tabs a {
        width: 48%;
    }
    .inner-tabs {
        width: 330px;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        margin: 20px 0px;
    }
    .spec-tab-block .location-list {
        width: 100%;
    }
    footer .sec-title {
        font-size: 24px;
        line-height: 30px;
    }
    .footer-top h3 {
        font-size: 12px;
        line-height: 24px;
    }
    .footer_wrapper {
        padding: 40px 0;
    }
    .footer_wrapper .col-4 {
        padding-bottom: 20px;
    }
    .social-links a {
        padding: 0 15px 0 0;
    }
    .padding,
    .developers_wrapper,
    footer {
        padding: 60px 20px;
    }
    .close-menu svg {
        width: 55px;
    }
    .empty-space {
        padding-top: 75px;
    }
    .footer-virtual-no span,
    .footer-virtual-no .sell_do_virtual_number_mobile {
        font-size: 26px;
        line-height: 36px;
    }
    .custom-arrow.gallery-slider-btn {
        position: unset;
        text-align: center;
        transform: unset;
    }
}

@media screen and (max-width: 700px) {
    .architect-video {
        height: 410px;
    }
    .banner-info {
        width: 100%;
    }
    .experience-box {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        background-size: 110%;
        height: 300px;
        margin-bottom: 20px;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 340px) {
    .banner-content .head {
        font-size: 30px;
        line-height: 40px;
    }
    .banner-content .subhead {
        font-size: 16px;
        line-height: 22px;
    }
    .about-tabs a {
        margin: 20px 10px;
    }
    .experience-box {
        height: 270px;
    }
    .location-list {
        padding: 40px 5px 0;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .banner-content .head {
        font-size: 60px;
        line-height: 70px;
    }
    .banner-content .subhead {
        font-size: 28px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .developers_wrapper {
        padding: 73px 10px 0;
    }
    .developers_wrapper img {
        width: 100%;
    }
    .footer-text .hidden-xs,
    #location .hidden-xs {
        display: none !important;
    }
    .experience-box {
        height: 395px;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1600px) {}

@media only screen and (min-width: 1440px) and (max-width: 1920px) {
    .experience-box {
        height: 730px;
    }
    .feature_wrapper {
        padding: 190px 197px 175px 70px;
    }
}