/*media queries*/

@media only screen and (max-width: 767px)
{
    #mobile-header {
        display: block;
    }
    #desktop-header {
        display: none;
    }
    .header-logo img {
        height: 55px;
        object-fit: contain;
    }
    .header-title h3 {
        margin: 0;
        font-size: 1.2rem;
    }
    .header-nav .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .header-nav .row {
        
    }
    .header-one #main-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
    }
    .header-one #main-menu li {
        padding: 0;
        font-size: 14px;
    }
    .inrpgeti li {
        margin:  0 10px;
    }
    
    .banner-container h1 {
        font-size: 40px;
        margin-top:  40px;
    }
    .banner-container h2 {
        font-size: 28px;
    }
    .banner-container h3 {
        font-size: 20px;
    }
    .banner-wrap{
        height: 950px;
        padding: 130px 0 75px;
    }
    .welcome h2{
        font-size: 18px;
        margin-bottom: 5px;
        line-height: 30px;
    }
    .welcome p {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .part{
        line-height: 40px;
    }
    .part span {
        font-size: 22px;
    }
    .w-20 {
        width: 49%;
        flex: 49%;
        max-width: 49%;
    }
    .about-sec .text-block-1 {
        background: #fff;
        padding: 20px 40px;
        position: relative;
        left: 0px;
        z-index: 9;
        top: 0px;
        border-right: 5px solid #ef6838;
    }
    .about-sec .img-block img {
        height: auto;
        width: 100%;
    }
    .watgp {
        font-size: 20px;
        line-height: 26px;
    }
    .prem-sec .prem {
        margin: 0px 0px 20px 0px;
    }
    .prem{
        font-size: 20px;
    }
    .about-sec .text-block-club-1{
        right: 0;
        margin: 0;
    }
    .prem.ca {
        font-size: 18px;
        margin: 20px 0px;
    }
    .project-carousel-v3.owl-carousel .owl-nav{
        margin: -25px 0 0 0;
    }
    .demo-gallery > ul{
        padding-left: 0;
    }
    .demo-gallery > ul > li {
        margin-bottom: 15px;
    }
    .ftp-end {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 0px;
    }
    .mplaneh {
        font-size: 17px;
    }
    .typh2 {
        font-size: 25px;
    }
    .typh5 {
        font-size: 20px;
        line-height: 30px;
    }
    .flor.indf .ctr img {
        height: auto;
    }
    .ttplan {
        font-size: 20px;
        margin: 20px 0px;
    }
    #floorplan h2{
        margin-bottom: 20px;
    }
    #pricingtable th {
        padding: 10px 0px;
    }
    .unlock {
        font-size: 12px;
        padding: 5px 5px;
    }
    .cald {
        font-size: 25px;
        margin-top: 15px;
    }
    .nh2 {
        color: #407e3e;
        font-size: 25px;
        line-height: 35px;
    }
    .nh5 {
        font-size: 18px;
        line-height: 26px;
    }
    .faq-sec .btn {
        text-decoration: none;
        font-size: 16px;
        color: #9b004a;
        padding: 0px;
        line-height: 30px;
    }
    .rp-div p {
        line-height: 26px;
    }
    .foot-top h2 {
        font-size: 20px;
        line-height: 30px;
    }
    #footer-mail.form-inline {
        flex-direction: column;
        align-items: stretch;
    }
    #footer-mail.form-inline .form-group {
        margin-bottom: 0px;
    }
    #footer-mail .col-2{
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    footer{
        margin: 0;
        padding: 0;
        background: transparent;
    }
    .social-icon-section {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
    .pt60{
        padding-top: 10px;
    }
    .mb30 {
        margin-bottom: 390px;
    }
}

@media (min-width: 768px) and (max-width: 991px)
{
    .about-sec .img-block img {
        height: auto;
        width: 100%;
    }
    .submi {
        padding: 5px 20px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px)
{}

