@media only screen and (min-width: 768px) {

    #testi-slider button.owl-prev {
        left: -30px;
    }

    #testi-slider button.owl-next {
        right: -30px;
    }


    .slider-testi-nav .slick-list {
        padding: 100px 30px !important;
    }

    .slider-testi-nav .slick-slide {
        -webkit-transform: scale(0.93) translateX(-380px);
        transform: scale(0.93) translateX(-380px);
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        z-index: 1;
        position: relative;
    }

    .slider-testi-nav .slick-slide.slick-current.slick-active.slick-center + .slick-slide {
        -webkit-transform: scale(1.1) translateX(-280px);
        transform: scale(1.1) translateX(-280px);
        z-index: 2;
    }

    .slider-testi-nav .slick-slide.slick-current.slick-active.slick-center {
        -webkit-transform: scale(1.3) translateX(-180px);
        transform: scale(1.3) translateX(-180px);
        z-index: 3;
    }

    .video-block {
        height: 394px;
    }

    .v-video {
        width: 100%;
        height: 500px;
    }

    .house-data {

        min-height: 285px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #background-video {
        width: 100%;
        height: 100vh;
        -o-object-fit: cover;
        object-fit: cover;
        /*
        width: 100vw;
        height: 100vh;
        -o-object-fit: cover;
        object-fit: cover;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
*/
        /*        z-index: -1;*/
    }

    .banner-section {
        /* background: #85a5c3; */
         padding-top: 72px; 
        /*        background: linear-gradient(6deg, rgb(30 29 29 / 83%), rgb(0 0 0 / 70%)), url(../img/home/banner-desktop.jpg);*/
        /*        background: url(../img/banner-video.mp4);*/
        background-size: cover;
        background-repeat: no-repeat;
        /* min-height: 125vh; */
        position: relative;
    }

    .banner-ab {
        position: absolute;
        width: 100%;
        margin: auto;
        left: 50%;
        bottom: 0px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

}

@media only screen and (max-width: 992px) {
    .notify-block {
        width: 36%;
    }

    .banner-section {
        background: -webkit-gradient(linear, left bottom, left top, from(rgb(159 159 159 / 52%)), to(rgb(0 0 0 / 70%))), url(../img/home/banner-mob.html);
        background: linear-gradient(0deg, rgb(159 159 159 / 52%), rgb(0 0 0 / 70%)), url(../img/home/banner-mob.html);
    }
}

@media only screen and (min-width: 1280px) {

    /* .nav-flex {
        padding: 18px 80px 0px;
    }*/
    .big-btn {
        min-width: 260px;
    }

    .video-block {
        height: 350px;
    }

    .navbar-default {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .navbar-default .navbar-collapse {
        margin-left: auto;
    }

}

@media only screen and (max-width: 1600px) {
    .section-space {
        padding: 80px 0px;
    }

    .banner-data {
        /*width: 80%;*/
    }

    p.mid-p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1440px) {
    .section-space {
        padding: 60px 0px;
    }

    .banner-data {
        /*width: 52%;*/
    }

    .main-title {
        font-size: 26px;
        line-height: 40px;
    }

    p.main-tagline {
        font-size: 18px;
        line-height: 26px;
    }

    h2.big-text {
        font-size: 50px;
    }

    span.title-tagline {
        font-size: 16px;
    }

    h2.section-title {
        font-size: 36px;
    }

    .outfit-cont h3 {
        font-size: 24px;
    }

    .outfit-cont p {
        font-size: 18px;
        line-height: 24px;
    }

    p.big-p {
        font-size: 18px;
        margin-bottom: 24px;
        line-height: 26px;
    }

    .testi-cont p {
        font-size: 18px;
        line-height: 26px;
    }

    .counter-sm .big-text {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1366px) {
    .section-space {
        padding: 60px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .mob-img {
        display: block !important;
    }

    .desk-img {
        display: none !important;
    }

    a.logo-ab {
        width: 114px;
    }

    footer {
        padding: 20px 0px;
    }

    p {
        font-size: 14px;
    }

    .title-block {
        margin-bottom: 20px;
        padding: 0px 30px;
    }

    .big-btn {
        width: 100%;
    }

    .social-links {
        margin: 20px 0px;
    }

    .nav-flex {}


    /*new*/

    .main-title {
        font-size: 21px;
        line-height: 25px;
    }

    p.main-tagline {
        font-size: 16px;
        line-height: 26px;
    }

    h2.big-text {
        font-size: 30px;
        line-height: 30px;

    }

    p.mid-p {
        font-size: 16px;
    }

    span.title-tagline {
        font-size: 14px;
    }

    h2.section-title {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 25px;
        margin-top: 0px;
    }

    .line-horizontal {
        margin: 15px 0px 20px;
    }

    .outfit-cont h3 {
        font-size: 20px;
        line-height: 24px;

    }

    .outfit-cont p {
        font-size: 16px;
        line-height: 24px;
    }

    p.big-p {
        font-size: 14px;
        margin-bottom: 24px;
        line-height: 26px;
    }

    .testi-cont p {
        font-size: 14px;
        line-height: 24px;
    }

    .counter-sm .big-text {
        font-size: 26px;
        line-height: 35px;
    }

    .section-space {
        padding: 30px 0px;
    }

    .banner-data {
        /*width:90%;*/
    }

    p.main-tagline {
        margin: 20px 0px;
    }

    .count-block {
        text-align: center;
        padding: 14px;
        margin: 0px;
    }

    .mob-wrapper.text-center {
        padding: 10px;
    }

    .title-block {
        padding: 0px 20px;
    }

    .sngl-ame {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .sngl-ame p {
        font-size: 14px;
        padding: 0;
    }

    p.md-text {
        font-size: 16px;
    }

    .press-cont {
        width: 65%;
    }

    .flex-wrap-mob {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .home-contact-block {
        text-align: center;
        margin-bottom: 30px;
    }

    .contact-section {
        padding: 40px 0px 0px;
    }

    .logo-footer {
        padding: 20px 0px;
    }

    .navbar-toggle .icon-bar {
        background: #000;
    }

    .nav-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 15px;
        -webkit-box-shadow: 0px 15px 15px -15px #b8b8b8;
        box-shadow: 0px 15px 15px -15px #b8b8b8;
    }

    .navbar {
        margin-bottom: 0px;
    }

    .navbar-header {
        width: 100%;
    }

    button.navbar-toggle {
        margin-right: 0px;
        padding: 0px;
    }

    div#myNavbar {
        position: absolute;
        top: 60px;
        background: #fff;
        padding: 9px;
        width: 100%;
        left: 0px;
        z-index: 9;
    }

    a.logo {
        width: 80px;
    }

    .img-shape-full.small-flower img,
    .flo-mid {
        width: 60px !important;
    }

    #owl-main.owl-theme .owl-dots {
        position: relative;
        left: 0px;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    .icon-perf {
        width: 80px;
        margin: auto;
    }

    .navbar-nav {
        text-align: center;
    }

    .sub_title {
        text-align: center;
    }

    .navbar-default {
        display: block !important;
    }

    /*newly added*/
    .video-block {
        width: 100%;
        height: 263px;
        padding: 24px 0px;
    }

    .notify-block {
        width: 100%;
        padding: 15px 20px;
        margin-bottom: 20px;
    }

    .testi-block {
        margin-top: 10px;
    }

    .banner-mob {
        background: -webkit-gradient(linear, left bottom, left top, from(rgb(159 159 159 / 52%)), to(rgb(0 0 0 / 70%))), url(../img/home/banner-mob.html);
        background: linear-gradient(0deg, rgb(159 159 159 / 52%), rgb(0 0 0 / 70%)), url(../img/home/banner-mob.html);
        background-size: cover;
        /*        height: 80vh;*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 50px 0;
    }

    .banner-right {
        padding: 20px 10px 10px;
    }

    .banner-btns {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        gap: 0;
    }

    a.whatsapp-icon {
        bottom: 40px;
    }

    .sidebar-contact {
        width: 300px;
        right: -300px;
    }

    .sidebar-contact.active {
        right: 0;
    }

    #modalForm h2,
    .sidebar-contact h2 {
        font-size: 24px;
    }

    .ame-icon {
        width: 100%;
    }

    #plot-1 .plot-amenit p {
        font-size: 12px;
    }

    #plot-1 .plot-amenit {
        width: 50%;
        float: left;
    }

    .cta-1,
    cta-2,
    .cta-3 {
        text-align: center;
    }

    /*** header ***/
    .headerWrapper {
        background-color: #4A4D3C;
        -webkit-box-shadow: 0px 4px 5px rgb(0 0 0 / 20%);
        box-shadow: 0px 4px 5px rgb(0 0 0 / 20%);
    }

    .navbar-brand > img {
       /* display: none;*/
    }

    .headerWrapper.scrolled .navbar-brand img:nth-child(2),
    .headerWrapper .navbar-brand img:nth-child(2) {
        display: block !important
    }

    .headerWrapper .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    /*** header ***/
}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 767px) {
    .navbar-nav {
        text-align: left;
        padding: 0px 10px;
    }

    .navbar-default .navbar-nav > li {
        margin: 15px 0px;
    }

    .navbar-header {
        padding: 10px 0;
    }

    .navbar-default .navbar-toggle {
        border: 0;
        background-color: transparent;
        margin-top: 28px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .headerWrapper.scrolled .navbar-default .navbar-toggle .icon-bar {
        background-color: #798E45;
    }

    .navbar-default .navbar-nav > li > a:after {
        display: none;
    }

    .banner-section {
        background: -webkit-gradient(linear, left bottom, left top, from(rgb(159 159 159 / 52%)), to(rgb(0 0 0 / 70%))), url(../img/home/banner-mob.html);
        background: linear-gradient(0deg, rgb(159 159 159 / 52%), rgb(0 0 0 / 70%)), url(../img/home/banner-mob.html);
        padding-top: 85px;
    }

    .banner-section video {
        height: calc(100vh - 80px);
        -o-object-fit: cover;
        object-fit: cover
    }

    .banner-mob {
        background: none;
    }

    h1.main-title:after {
        width: 38%;
    }

    .newbaout img.locareImg {
        width: 25px;
    }

    h3.main-tagline {
        font-size: 16px;
        line-height: 32px;
    }

    ul.feature-listing li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .iconImg {
        min-width: 66px;
    }

    h4.banner-price-title {
        font-size: 18px;
        padding-right: 0px;
    }

    h4.banner-price {
        font-size: 16px;
    }

    .mob-wrapper.text-center {
        padding: 0;
        margin-bottom: 15px;
    }

    .sngl-ame {
        margin: 20px 0;
        display: block;
        text-align: center;
    }

    a.whatsapp-icon img {
        width: 40px;
    }

    #contact img {
        margin: 20px 0;
    }

    .btn-all {
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
        margin: 5px;
        font-size: 12px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #000 !important;
    }

    .navbar-default .navbar-collapse {
        background: #fff;
    }

    .navbar-brand > img {
        width: 110px;
    }

    .navbar {
        min-height: 85px;
    }

    .modal-dialog {
        width: 95%;
    }

    video#background-video {
        width: 100%;
    }

    .banner-section {
        background: #85a5c3;
    }

    .ame-block {
        width: 50%;
        float: left;
        height: 220px;
    }

    .ame-icon {
        width: 100%;
    }

    a.call-icon i {
        font-size: 20px;
        padding: 12px;
        width: 40px;
        height: 40px;
    }

}

@media only screen and (min-width: 1600px) {
    .banner-section {
/*        height: 90vh;*/
        /* min-height: 80vh; */
    }

    .banner-ab {
        position: absolute;
        width: 80%;
    }

    .headerWrapper .container {
        width: 1500px;
    }

    .navbar-default .navbar-nav > li {
        margin: 0 20px;
        font-weight: 800;
    }

    .toggle {
        top: 323px;
    }

    .toggle2 {
        top: 200px;
    }

    .video-block {
        height: 590px;
    }

    #watchvideo .video-block {
        height: 500px;
    }
}

@media(max-width:767px) {
    .navbar-brand > img {
        width: 93px !important;
    }

    .navbar {
        min-height: 65px;
    }

    .navbar-default .navbar-toggle {
        margin-top: 20px;
    }

    .banner-section {
        padding-top: 78px;
        margin-top: -14px;
    }

    .brandLogos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style-type: none;
        position: fixed;
        right: 12%;
        top: 5.5%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .brandLogos ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style-type: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 15px;
    }

    .jp-north-logo img {
        width: 30px;
    }

    .jp-infra-logo img {
        width: 100px;
    }

    button.owl-next {
        right: 0;
    }

    button.owl-prev {
        left: 0
    }
}

.location-data {
    position: relative;
}

.location-data img {
    width: 70px;
    position: absolute;
    top: -5px;
    left: 0;
}

.location-data ul,
.location-data h3 {
    padding-left: 70px;
}

.copyright a {
    color: #fff;
}

.headerWrapper.scrolled .navbar-default .navbar-nav > li > a,
.headerWrapper .navbar-default .navbar-nav > li > a {
    font-size: 18px;
    font-weight: 800;
    /*color: black !important;*/
}

.modal-body ul {
    padding-left: 15px;
}

.modal-body ul li {
    font-family: GothamBookRegular;
}

.addressText p {
    font-size: 18px;
    text-align: center;
    margin: 0 0 30px;
}


@media(min-width:1200px) {

    .headerWrapper {
                background-color: #4A4D3C;
    }

    .navbar-default {
        position: relative;
    }

    .navbar-brand {
        position: absolute;
        top: 20%;
        left: 0
    }

        .navbar-brand img {
            width: 207px;
            margin-top: -22px;
        }

    .jp-north-logo img {
        width: 38px;
    }

    .jp-infra-logo img {
        width: 162px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #000;
    }

    .navbar {
        min-height: 80px;
    }

    .navbar-default .navbar-collapse,
    .navbar-nav.navbar-right {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .headerWrapper .container {
        position: relative;
    }

    .brandLogos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style-type: none;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .brandLogos ul {
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
        margin: 0;
    }

    .location-data h3 img {
        width: 70px;
    }

    .below-banner {
        margin-top: 0%;
    }

    #overview img.bunty-chalk {
        position: relative;
        right: -1%;
    }

    #testi-slider button.owl-prev {
        left: 0px;
    }

    #testi-slider button.owl-next {
        right: 0px;
    }
    .enq input {
        padding: 10px 14px;
        border: 1px solid #ccc;
        outline: none;
        font-size: 15px;
        flex: 1;
        min-width: 37px;
    }
    .enq-section {
        bottom: 0;
        left: 0;
        width: 90%;
        background: #CC8916;
        box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.1);
        z-index: 9999;
        border-top: 2px solid #CC8916;
        padding: 0px 0;
        font-family: Montserrat;
    }
}

@media(min-width:1500px) {
    .below-banner {
/*        margin-top: 20px;*/
    }
}
@media (max-width: 992px) {
   
    .right-logo {
        order: 3;
    }

        .right-logo img {
            height: 35px;
        }
}

@media (max-width: 600px) {
    

    .right-logo {
        margin-top: 10px;
    }
    .ban-mob {
        display: block;
    }

    .ban-des {
        display: none;
    }
}
@media (max-width: 1024px) {
    .right-logo img {
        display: none;
        height: 0;
        object-fit: contain;
        margin-left: 0;
        margin-top: 0;
    }
    .brandLogos {
        display:none;
    }
    .mira-road-box {
        height: 247px;
    }
    .headerWrapper.scrolled .navbar-default .navbar-nav > li > a, .headerWrapper .navbar-default .navbar-nav > li > a {
        font-size: 18px;
        font-weight: 800;
        /*color: black !important;*/
    }
    .headerWrapper {       
        background-color: #4A4D3C;
    }
    #contact .contact-wrapper {
        display: contents;
        align-items: center;
        justify-content: center;
        vertical-align: unset;
    }
}
@media (max-width: 820px) {
    .headerWrapper.scrolled .navbar-default .navbar-nav > li > a, .headerWrapper .navbar-default .navbar-nav > li > a {
        font-size: 13px;
        font-weight: 800;
        /* color: black !important; */
    }
    .siteNav_toggle {
        display: flex;
    }
    .right-logo img {
        height: 41px;
        object-fit: contain;
        margin-left: 625px;
        margin-top: -214px;
    }

    .addressText p {
        font-size: 15px;
        text-align: center;
        margin: 3px 0px 20px;
    }

    .desk22 {
        display: block;
    }

    .mob22 {
        display: none;
    }

    .where {
        display: none;
    }

    .where2 {
        display: block;
    }

    .section-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .line-horizontal {
        width: 100px;
        height: 3px;
        background-color: #A28069;
        margin: 10px auto;
    }

    #overview p {
        font-size: 15px;
        margin-top: 10px;
        margin-left: 16px;
        margin-right: 10px;
        text-align: center;
    }

    #overview img {
        width: 100%;
    }

    h2.section-title strong {
        font-family: 'Luckiest Guy', cursive;
        font-weight: 100;
        font-size: 33px;
    }

    .des {
        display: none;
    }

    .mob {
        display: block;
    }

    .enq-section {
        display: none;
    }
}



@media (max-width: 360px) {
    .service-card {
        width: 144px;
        height: 178px;
    }
    .mira-road-box {
        height: 345px;
    }
    #overview p {
        margin-top: -8px;       
    }
    .section-space p {
        text-align: center;
        margin-top: 17px;
    }
   
    }
@media (max-width: 768px) {
    .addressText p {
        font-size: 15px;
        text-align: center;
        margin: 3px 0px 20px;
    }
    .desk22 {
        display: none;
    }

    .mob22 {
        display: block;
    }
    .siteNav_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;
        height: 79px;
    }
    .where {
        display: none;
    }

    .where2 {
        display: block;
    }

    .section-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .line-horizontal {
        width: 100px;
        height: 3px;
        background-color: #A28069;
        margin: 10px auto;
    }

    #overview p {
        font-size: 15px;
        margin-top: 10px;
        margin-left: 16px;
        margin-right: 10px;
        text-align: center;
    }

    #overview img {
        width: 100%;
    }

    h2.section-title strong {
        font-family: 'Aperto';
        font-weight: 700;
        font-size: 33px;
    }

    .des {
        display: none;
    }

    .mob {
        display: block;
    }

    .enq-section {
        display: none;
    }
}

@media (max-width: 430px) {
    #plan-section {
        background: #9BC9EA;
        padding: 25px 0;
    }
    #sak h2 {
        padding: 0px;
        font-family: 'Aperto';
        font-weight: 700;
        font-size: 33px;
    }
    #contact h2 {
        font-family: 'Aperto';
        font-weight: 700;
        font-size: 32px;
    }
    .config-title {
        color: #0c3551;
        opacity: 0;
        transform: translateY(35px);
        transition: all 0.8s ease-out;
        font-family: 'Aperto';
        font-weight: 700;
        font-size: 30px;
        margin-top: -50px;
    }
    .popup-form h2 {
        margin-bottom: 16px;
        font-size: 19px;
    }
    #plan-section h2.section-title {
        font-family: 'Aperto';
        font-weight: 700;
        font-size: 33px;
        padding: 0px;
        line-height: 36px;
    }
    .unity-prev-arrow img, .unity-next-arrow img {
        width: 85%;
        height: 85%;
    }
    .loader-block {
        width: 350px;
        height: 400px;
        top: 50%;
    }
    .mobile-call a {
        font-family: Montserrat, sans-serif;
        text-align: center;
        display: block;
        width: 100%;
        height: 30px;
        padding: 10px 0;
        font-size: 22px;
        background: #CC8916;
        color: #0D3046;
        font-weight: 600;
        line-height: normal;
    }
    .mobile-enquiry a {
        font-family: Montserrat, sans-serif;
        text-align: center;
        display: block;
        width: 100%;
        height:30px;
        padding: 5px 0;
        font-size: 16px;
        background: #8DC973;
        color: #0D3046;
        font-weight: 600;
    }
    .copyright p {
        font-size: 11px;
    }
    .footer p {
        margin: 0;
        font-size: 13px;
        line-height: 18px;
        text-align: center;
    }
    .read {
        cursor: pointer;
        color: rgb(255, 255, 255);
        text-decoration: none;
        font-size: 13px;
        font-weight: 600;
        display: inline-block;
        transition: transform 0.3s ease, color 0.3s ease;
    }
    .addressText p {
        font-size: 17px;
        text-align: center;
        margin: 5px -11px 33px;
    }
    .back-to-top {
        display: none;
    }
    .mira-road-box {
        height: 320px;
    }
    .floory.gallery-full {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
        gap: 10px;
        padding: 20px;
        box-sizing: border-box;
    }
    .desk22 {
        display: none;
    }

    .mob22 {
        display: block;
    }
    .section-space p {
        text-align: center;
        margin-top: 17px;
    }
   
}
    @media (max-width: 414px) {
        .popup-form h2 {
            margin-bottom: 16px;
            font-size: 19px;
        }
        #plan-section h2.section-title {
            font-family: 'Luckiest Guy', cursive;
            font-weight: 100;
            font-size: 40px;
            padding: 0px;
            line-height: 43px;
        }
        h2.section-title strong {
            font-family: 'Aperto';
            font-weight: 700;
            font-size: 32px;
        }

        .road-wrapper-text h2.section-title strong {
            font-size: 29px;
        }

        #plan-section h2.section-title {
            font-family: 'Aperto';
            font-weight: 700;
            font-size: 29px;
            margin-top: -26px;
            text-align: center;
            /* margin-bottom: 4px; */
        }

        #slide-section h2 {
            font-size: 33px;
            margin-top: -19px;
        }

        .addressText p {
            font-size: 15px;
            text-align: center;
            margin: 3px -11px 20px;
        }

        .back-to-top {
            display: none;
        }
        .mira-road-box {
            height: 360px;
        }

        #contact h2 {
            font-family: 'Aperto';
            font-weight: 700;
            font-size: 32px;
        }
        .back-to-top {
            display:none;
        }
        .floory.gallery-full {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            width: 100%;
            gap: 10px;
            padding: 20px;
            box-sizing: border-box;
        }
    }

    @media (max-width: 390px) {
        .popup-form h2 {
            margin-bottom: 16px;
            font-size: 19px;
        }
        #plan-section h2.section-title {
            font-family: 'Luckiest Guy', cursive;
            font-weight: 100;
            font-size: 40px;
            padding: 0px;
            line-height: 43px;
        }
        .service-card {
            width: 144px;
            height: 178px;
        }

        h2.section-title strong {
            font-family: 'Aperto';
            font-weight: 700;
            font-size: 33px;
        }

        .road-wrapper-text h2.section-title strong {
            font-size: 25px;
        }

        #plan-section h2.section-title {
            font-family: 'Aperto';
            font-weight: 700;
            font-size: 33px;
            margin-top: -19px;
            /* margin-bottom: 4px; */
        }

        #slide-section h2 {
            font-size: 33px;
            margin-top: -19px;
        }

        #contact h2 {
            font-family: 'Aperto';
            font-weight: 700;
            font-size: 32px;
        }

        .mira-road-box {
            height: 360px;
        }

        #overview p {
            font-size: 15px;
            margin-top: 14px;
            margin-left: 16px;
            margin-right: 10px;
            text-align: center;
        }
        .floory.gallery-full {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            width: 100%;
            gap: 10px;
            padding: 20px;
            box-sizing: border-box;
        }

    }

    @media (max-width: 360px) {
        .popup-form h2 {
            margin-bottom: 16px;
            font-size: 19px;
        }
        #plan-section h2.section-title {
            font-family: 'Luckiest Guy', cursive;
            font-weight: 100;
            font-size: 40px;
            padding: 0px;
            line-height: 43px;
        }
        .service-card {
            width: 144px;
            height: 178px;
        }

        .mira-road-box {
            height: 360px;
        }

        .addressText p {
            font-size: 15px;
            text-align: center;
            margin: 3px -11px 20px;
        }

        .back-to-top {
            display: none;
        }

        .copyright {
            background-color: #0D3046;
            padding: 22px;
            border-top: 1px solid;
        }
            .copyright p {               
                margin-top: -14px;
            }
        .mobile-enquiry a {
            font-family: Montserrat, sans-serif;
            text-align: center;
            display: block;
            width: 100%;
            padding: 5px 0;
            font-size: 16px;
            background: #8DC973;
            color: #0D3046;
            font-weight: 600;
        }
    }

    @media (max-width: 375px) {
        #sak h2 {
            padding: 0px;
            font-family: 'Aperto';
            font-weight: 700;
            font-size: 32px;
        }
        .popup-form h2 {
            margin-bottom: 16px;
            font-size: 19px;
        }
        #plan-section h2.section-title {
            font-family: 'Aperto';
            font-weight: 700;
            font-size: 32px;
        }
        .service-card {
            width: 144px;
            height: 178px;
        }

        .mira-road-box {
            height: 360px;
        }

        .addressText p {
            font-size: 14px;
            text-align: center;
            margin: 3px -11px 20px;
        }

        .back-to-top {
            display: none;
        }

        .copyright {
            background-color: #0D3046;
            padding: 22px;
            border-top: 1px solid;
        }

        .road-wrapper-text h2.section-title strong {
            font-size: 22px;
        }
        .copyright p {
            margin-top: -14px;
        }
        .floory.gallery-full {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            width: 100%;
            gap: 10px;
            padding: 20px;
            box-sizing: border-box;
        }
        h2.section-title {
            font-size: 17px;
            margin-bottom: 15px;
            line-height: 25px;
            margin-top:0px;
        }
    }


@media (max-width: 1300px) {
    .enq {
        display: flex;
        align-items: center;
        justify-content: center;
        /* flex-wrap: wrap; */
        gap: 15px;
        /* max-width: 1046px; */
        width: 87%;
        /* margin: 0 auto; */
         margin-left: 6px;
    
    }

    .enq-section {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 88%;
        background: #CC8916;
        box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.1);
        z-index: 9999;
        border-top: 2px solid #CC8916;
        padding: 0px 0;
        font-family: Montserrat;
    }

    .enq h2 {
        font-size: 17px;
        color: #fff;
        font-weight: 600;
        margin: 0;
    }
}