@media only screen and (min-width: 768px) {
    .modal-content1 {
        width: 53%;
    }

    .view360 {
        width: 90vw !important;
        height: 120vw !important;
    }

    .alignment {
        text-align: center;
    }

    #modal-subscribe {
        margin-top: 0rem;
    }

    .modal-open .modal {
        padding-top: 150px;
    }

    .txtwhats {
        width: 100%;
    }

    .mobile,
    .right {
        display: none;
    }

    section#main-banner {
        margin-top: 76px;
    }

    .headertext {
        font-size: 45px;
    }

    p.brand-para {
        font-size: 21px;
        line-height: 30px;
    }

    p.detail-heading {
        font-size: 24.8121px;
    }

    .screenshot_slider .owl-item.center .item img {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        /* transform: scale(1.15); */
        width: 100%;
        border: 1px solid #124078;
        /* padding: 10px; */
    }

    .owl-item .item {
        transform: translate3d(0, 0, 0);
        /* transform: scale(0.9); */
        transition: all .25s ease-in-out;
    }

    .screenshot_slider .owl-item .item img {
        -webkit-transition: 0.3s;
        -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: scale(0.80);
        -ms-transform: scale(0.80);
        transform: scale(0.80);
        width: 100%;
    }

    .screenshot_slider .owl-nav button {
        font-size: 24px !important;
        margin: 10px;
        color: #033aff !important;
    }


    .screenshot_slider .owl-prev {
        position: absolute;
        transform: translate(-26vw, -24vh);
    }

    .screenshot_slider .owl-next {
        position: absolute;
        transform: translate(22vw, -24vh);
    }

    #secConnectivity,
    #secGallery {
        overflow: hidden;
    }

    .owl-carousel .owl-stage-outer {
        overflow: visible !important;
    }

    .mob-column img {
        margin-right: 20px;
    }

    #secGallery h1.headertext {
        margin-bottom: 30px;
    }

    .dev-col,
    .form-pad {
        padding: 0px 70px !important;
    }

    .green-col1 {
        padding: 0px 50px !important;
    }

    .book-visit,
    .download-brochure,
    .enquire-now {
        display: none;
    }

    /* #bottom-form input[type="text"] {
        padding: 0 !important;
    } */
}

@media (max-width: 767px) {
    .many-more{
        margin-top: 20px;
    }
    .centered{
        left: 48%  !important;
    }
    #bottom-form {
        display: none;
    }

    .green-col1 iframe {
        height: 300px;
    }

    .homepage.showMenu {
        overflow-y: hidden !important;
    }

    .homepage {
        overflow-y: scroll !important;
    }

    .contact-form {
        padding: 40px 20px;
    }

    #gallery .mt-5.mb-5 {
        margin-top: 1.5rem !important;
        margin-bottom: 0px !important;
    }

    .dev-col p {
        margin-bottom: 0px !important;
    }

    .dev-col {
        margin-top: 40px;
    }

    .mobile-row {
        flex-direction: column-reverse;
    }

    .mob-column:first-child {
        margin-top: 20px;
    }

    .d-block h3 img {
        display: block;
        margin: 15px auto;
    }

    .desktop {
        display: none;
    }

    .right {
        display: block;
    }

    #secHighlights {
        overflow-x: hidden;
    }

    nav {
        position: fixed;
        width: 100%;
        /* height: 100%; */
        z-index: 111;
        background: #fff;
        left: 0;
        top: 0;
        display: none !important;
        opacity: 0;
    }

    nav ul {
        display: flex;
        flex-direction: column;
        height: 250px;
        justify-content: space-around;
    }

    nav ul li {
        padding: 0 8px;
    }

    .hamburger {
        display: block;
        width: 35px;
        height: 40px;
        /* background: red; */
        margin-left: 2em;
        position: relative;
        z-index: 1111;
    }

    .hamburger span {
        width: 100%;
        height: 1px;
        background: #000;
        display: block;
        position: absolute;
        transition: all 0.3s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 25%;
    }

    .hamburger span:nth-child(2) {
        top: 50%;
    }

    .hamburger span:nth-child(3) {
        top: 75%;
    }

    nav.open {
        display: flex !important;
        align-items: center;
        justify-content: center;
        opacity: 1;
        height: 100vh;
        overflow-y: hidden;
    }

    nav ul {
        display: flex;
        flex-direction: column;
        height: 250px;
        justify-content: space-around;
    }

    .hamburger.open span:nth-child(3) {
        transform: rotate(-45deg);
        top: 50%;
    }

    .hamburger.open span:nth-child(2) {
        transform: scale(0);
    }

    .hamburger.open span:nth-child(1) {
        transform: rotate(45deg);
        top: 50%;
    }

    .residences {
        font-weight: 600;
        padding: 8px;
    }

    nav ul li a {
        font-size: 1.2em;
    }

    #header .container {
        padding: 14px 1.5em !important;
    }

    section#main-banner {
        margin-top: 82px;
    }

    header {
        padding: 0;
    }

    .enquire-now {
        position: initial;
        background: #2e3861;
        border-radius: 2.62264px;
        color: #fff;
        text-decoration: none;
        padding: 25px 14px;
        line-height: 100%;
        font-weight: 700;
        z-index: 999999;
        border: none;
        font-family: 'Poppins';
        width: 100%;
}

    .enq-btn-mob {
        text-align: center;
        position: fixed;
        background: #2e3861;
        bottom: 0;
        width: 100%;
        display: flex;
        /* padding: 10px; */
        z-index: 99;
        font-size: 20px;
    }

    #country_code,
    #country_code_modal {
        width: 25%;
    }

    .pulse {
        animation: pulse-animation 0s infinite;
    }

    .owl-carousel .owl-item img {
        width: 100% !important;
    }

    .screenshot_slider .owl-dots button {
        height: 6px;
        width: 6px;
        border-radius: 50%;
        margin: 0px 3px;
        border: 1px solid #522f2b !important;
    }

    .screenshot_slider .owl-dots button.active {
        background-color: #522f2b;
    }

    .mob-column {
        flex-direction: column;
        align-items: center;
    }

    .mob-column .d-block {
        text-align: center;
    }

    section.poweredby {
        padding-bottom: 90px !important;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    #secHighlights img {
        width: 100%;
    }

    .centered {
        left: 50%;
        width: 79% !important;
        font-size: 12px;
    }

    #secHighlights .col-md-4 {
        padding: 0px 5px;
    }

    .green-col1 iframe {
        height: 400px !important;
    }

    .green-col1 {
        padding: 0px 20px !important;
        height: min-content;
        position: sticky;
        top: 0;
    }

    .green-col2 {
        overflow-y: scroll;
        height: 400px;
    }
}

@media(min-width: 768px) and (max-width: 1366px) {
    .contact-form {
        padding: 40px 40px;
    }

    #country_code {
        width: 32%;
    }

    .dev-col,
    .form-pad {
        padding: 0px 10px !important;
    }
}

@media(min-width: 768px) and (max-width: 1024px) {
    .screenshot_slider .owl-next {
        position: absolute;
        transform: translate(20vw, -11vh);
    }

    .mob-column h3 img {
        display: none;
    }

    .screenshot_slider .owl-prev {
        position: absolute;
        transform: translate(-30vw, -11vh);
    }

    p.brand-para {
        font-size: 18px;
    }

    .headertext {
        font-size: 30px;
    }

    p.detail-heading {
        font-size: 18.8121px;
    }

    p.detail-heading span {
        font-size: 16px;
    }

    p.spread-over-para {
        font-size: 15px;
    }

    #header .h-left {
        width: 80% !important;
    }
}

@media (min-width: 1025px) and (max-width: 1366px) {
    .screenshot_slider .owl-next {
        position: absolute;
        transform: translate(20vw, -20vh);
    }

    .screenshot_slider .owl-prev {
        position: absolute;
        transform: translate(-30vw, -20vh);
    }
}