﻿

@media ( min-width:768px) {
    .header-project {
        background: #0000008c !important;
        padding: 9px 30px !important;
        top: 0 !important;
    }
}



.projects {
    margin: 0;
    background: #f7f7f7;
}




    .projects .enq-form {
        padding: 25px 25px 25px;
        border: 1px solid #e6e6e6;
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.03);
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.03);
        background: #fff;
        z-index: 11;
        -webkit-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
        position: sticky;
        top: 140px;
    }



    .projects .sending {
        left: 0;
    }

    .projects .enq-form .widget-title {
        position: relative;
        color: #000;
        font-size: 16px;
        font-weight: 600;
        /* line-height: 1.3; */
        margin: 0 0 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f5f5f5;
        text-transform: uppercase;
    }

        .projects .enq-form .widget-title::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 65px;
            height: 1px;
            background-color: #f26c61;
        }

    .projects .enq-form .contact-form input, .projects .enq-form .contact-form textarea {
        padding: 8px 15px;
        border: 1px solid #d2d2d2;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        width: 100%;
        margin-bottom: 5px;
    }

    .projects .enq-form .contact-form textarea {
        height: 65px;
    }

    .projects .enq-form .contact-form input[type="submit"] {
        padding: 7px 12px;
        /* border-radius: 50px; */
        /* -webkit-border-radius: 50px; */
        color: #fff;
        font-weight: 600;
        text-transform: none;
        background-color: #ff0000;
        text-transform: uppercase;
        font-size: 14px;
    }

        .projects .enq-form .contact-form input[type="submit"]:hover {
            background: #fff;
            border-color: #613f04;
            color: #613f04;
        }

    /*.projects .enq-form .contact-form input {
        padding: 7px 15px;
        background: #fafafa;
        border: 1px solid #eee;
        border-radius: 0;
        -webkit-border-radius: 0;
        width: 100%;
        margin-bottom: 0px;
    }*/


    .projects .enq-form .contact-form .phone-code {
        border: solid 1px #d2d2d2;
        padding: 8px;
        width: 100%;
    }

        .projects .enq-form .contact-form .phone-code:focus {
            outline: none;
        }

    .projects .enq-form .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .projects .enq-form [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

.contact-form {
    position: relative;
}

    .contact-form .form-group {
        position: relative;
    }

    .contact-form span {
        position: absolute;
        bottom: -15px;
        font-size: 12px;
        color: #f00;
    }

.loader, .send, .not-send {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    padding-top: 20%;
    background: #ffffffeb;
}









.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    z-index: 100;
    width: 100%;
}





.pro_head {
    background: #fff;
    margin-top: 1.7rem;
    padding-bottom: 1.5rem;
}

    .pro_head h1 {
        font-size: 24px;
        border-bottom: 0;
        margin: 0;
        margin-top: 0px;
        font-weight: bold;
        margin-bottom: 3px;
    }

    .pro_head h2.location {
        font-size: 13px;
        /* text-transform: uppercase; */
        font-weight: 500;
        color: #525151;
        /* letter-spacing: 1px; */
        border-bottom: 0;
        margin: 0;
        display: inline-block;
    }

        .pro_head h2.location span {
            color: #007bff;
            font-size: 15px;
            margin-right: 5px;
        }


    .pro_head .offers {
        background: #eaeaea;
        position: relative;
        padding: 4px;
        padding-right: 10px;
        border-radius: 3px;
        color: #000;
        padding-left: 90px;
        overflow: hidden;
        margin-bottom: 10px;
        display: inline-block;
        font-size: 13px;
        line-height: 1.5;
        margin-top: 15px;
    }

        .pro_head .offers span {
            background: #33d085;
            color: #fff;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            padding: 5px 15px;
            text-transform: uppercase;
        }



    .pro_head .btn {
        padding: 10px 25px;
        border-radius: 5px;
    }

    .pro_head .price {
        font-size: 18px;
        margin-bottom: 5px;
        color: #33d085;
        font-weight: 600;
    }

        .pro_head .price label {
            font-size: 13px;
            color: #696969;
            font-weight: normal;
            text-transform: uppercase;
            margin-bottom: 0;
        }

        .pro_head .price h2 {
            font-size: 19px;
            color: #000;
            font-weight: 600;
        }

.banner_sec {
}

    .banner_sec .row {
        margin-left: -7px;
        margin-right: -7px;
    }

    .banner_sec [class*="col-"] {
        padding: 7px;
    }

    .banner_sec a:hover {
        cursor: zoom-in;
    }

    .banner_sec .banner_holder {
        position: relative;
    }

        .banner_sec .banner_holder:first-child {
            margin-bottom: 9px;
        }

        .banner_sec .banner_holder:nth-child(n+3) {
            display: none;
        }

        .banner_sec .banner_holder .more-img-count {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.44);
            text-align: center;
            font-size: 22px;
            color: #fff;
            padding: 23%;
            z-index: 2;
            font-weight: bold;
        }

/*.banner_sec {
    margin-bottom: 15px;
}

    .banner_sec .row {
        margin-left: -7px;
        margin-right: -7px;
    }

    .banner_sec [class*="col-"] {
        padding: 7px;
    }

    .banner_sec a:hover {
        cursor: zoom-in;
    }

    .banner_sec .banner_holder {
        position: relative;
    }

        .banner_sec .banner_holder:first-child {
            margin-bottom: 7px;
        }

        .banner_sec .banner_holder:nth-child(n+3) {
            display: none;
        }

        .banner_sec .banner_holder .more-img-count {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.44);
            text-align: center;
            font-size: 22px;
            color: #fff;
            padding: 23%;
            z-index: 2;
            font-weight: bold;
        }*/

/*#owl-demo .item{
  background: #42bdc2;
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}*/



.summry_sec {
    /*padding: 10px 10px 5px;
    background: #f9f9f9;
    border: solid 1px #e6e6e6;*/
}

    .summry_sec label {
        font-size: 11px;
        color: #949494;
        font-weight: normal;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .summry_sec p {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.1;
        margin-bottom: 10px;
    }

        .summry_sec p span {
            display: block;
            font-size: 11px;
            color: #9a9a9a;
        }

    .summry_sec table {
        width: 100%;
    }

        .summry_sec table tr {
            border-bottom: dashed 1px #ccc;
            line-height: 2;
        }

            .summry_sec table tr:last-child {
                border-bottom: 0;
            }

            .summry_sec table tr:nth-child(odd) {
                background: #f3f3f3;
            }

        .summry_sec table td {
            padding: 0 10px;
        }

/*.summry_sec [class*="col-"] {
        border-right: solid 1px #e2e2e2;
    }

        .summry_sec [class*="col-"]:last-child {
            border-right: 0;
        }*/

.pro_menu {
    border-top: 1px solid #dedede;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
    padding: 5px 0px;
    background: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /*transition: all .1s ease;*/
}

    .pro_menu ul {
        padding: 0;
        list-style: none;
        margin-bottom: 0;
    }

        .pro_menu ul li {
            display: inline-block;
            padding: 12px 14px;
            text-transform: uppercase;
            font-size: 13px;
            font-weight: 600;
        }

            .pro_menu ul li:first-child {
                padding-left: 0;
            }

            .pro_menu ul li a {
                color: #000;
            }

    .pro_menu .pro-brochure {
        background-color: #007bff;
        /* margin-top: -6px; */
        color: #fff;
        font-weight: normal;
        position: absolute;
        bottom: -5px;
        /* right: 0; */
        left: 15px;
        right: 15px;
        top: -6px;
    }

        .pro_menu .pro-brochure a {
            padding: 15px 18px;
            color: #fff;
            text-decoration: none;
            font-size: 17px;
            display: block;
        }

            .pro_menu .pro-brochure a:after {
                content: '';
                display: block;
                border: dashed 1px #fff;
                padding: 5px;
                position: absolute;
                right: 5px;
                left: 5px;
                top: 5px;
                bottom: 5px;
            }

        .pro_menu .pro-brochure:hover {
            background-color: #4c4c4c;
        }


/*.pro_menu.affix + div {
    margin-top: 101px;
}*/

.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
}

.pro_overview {
    padding: 25px 0 25px;
    /*overflow: hidden;*/
}

    .pro_overview h3 {
        font-size: 18px;
        font-weight: 600;
    }

    .pro_overview p {
        line-height: 1.6;
        margin-bottom: 14px;
    }

    .pro_overview .card {
        border: solid 1px #fff;
        border-radius: 0;
    }

    .pro_overview .card-header {
        background: #fff;
        border-bottom: solid 1px #eaeaea;
    }

        .pro_overview .card-header h3 {
            margin-bottom: 0;
        }

    .pro_overview ul.list-icon {
        padding: 0;
        list-style: none;
    }

        .pro_overview ul.list-icon li {
            line-height: 1.9;
            font-size: 14px;
            list-style: none;
        }

            .pro_overview ul.list-icon li:before {
                content: "\f101";
                font-family: FontAwesome;
                margin: 5px;
                color: #ff0000;
            }

    .pro_overview h4 {
        font-size: 18px;
        font-weight: 500;
    }

    .pro_overview .location figure {
        border-radius: 2%;
        overflow: hidden;
        border: solid 1px #e4e4e4;
    }

        .pro_overview .location figure a:hover {
            cursor: zoom-in;
        }

        .pro_overview .location figure p {
            text-align: center;
            background: #f7f7f7;
            margin-bottom: 0;
            padding: 7px;
            font-size: 14px;
            text-transform: uppercase;
            border-top: solid 1px #dfdfdf;
        }

    .pro_overview .summary {
        border: 1px dashed #c3c3c3;
        padding: 0 15px;
        border-bottom: 0;
        margin-bottom: 18px;
    }

        .pro_overview .summary .row [class*=col-] {
            border-right: 1px dashed #c3c3c3;
            padding: 3px 10px;
            border-bottom: 1px dashed #c3c3c3;
            text-align: center;
            background: #fff;
        }

        .pro_overview .summary p {
            color: #2b2b2b;
            font-weight: bold;
            margin-bottom: 0;
            font-size: 14px;
            line-height: 1;
            margin-top: 7px;
        }

        .pro_overview .summary label {
            color: #737373;
            font-size: 10px;
            letter-spacing: 0.5px;
            margin-bottom: 0;
            font-weight: 400;
            text-transform: uppercase;
            margin-top: 0;
            padding-left: 0;
        }

        .pro_overview .summary .row [class*=col-]:last-child, .pro_overview .summary .row [class*=col-]:nth-child(3) {
            border-right: 0;
        }

ul.feature {
    padding: 0;
    list-style: none;
    margin: 0 -15px;
}

    ul.feature li {
        line-height: 1.9;
        font-size: 14px;
        list-style: none;
        padding: 0;
        width: 28%;
        display: inline-block;
        border: solid 1px #d2d0d0;
        background: #fff;
        /* border-radius: 3px; */
        margin: 0 15px;
        margin-bottom: 25px;
    }

        ul.feature li:hover {
            background: #e6e6e6;
        }

        ul.feature li:before {
            display: none;
        }

        ul.feature li .ame-warp {
            border-radius: 3px;
            text-align: center;
            padding: 10px;
        }

    ul.feature .img {
        /* padding: 20px; */
        /* background: #e6e6e6; */
        /* border-radius: 50%; */
        width: 100px;
        /* height: 100px; */
        margin: 0px auto;
        display: block;
        /* border: dotted 1px #eaeaea; */
    }

        ul.feature .img img {
            max-width: 100%;
            max-height: 60px;
        }

    ul.feature p {
        font-size: 14px;
        padding: 0;
        /* border-top: solid 1px #eaeaea; */
        /* min-height: 25px; */
        color: #907a40;
        font-weight: 500;
        margin-bottom: 7px;
    }


.table-responsive-sm {
    overflow-x: auto;
}

.floorss a {
    font-size: 12px;
    text-decoration: underline;
}

.floorss .card {
    border: solid 1px #ececec;
}

.floorss .card-header {
    padding: .35rem 0.75rem;
}

.floorss .card-body {
    padding: 0.75rem;
}

.floor_info .title {
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}

.floor_info .price {
    font-size: 14px;
    color: #828282;
}

    .floor_info .price span {
        color: #000;
    }

.main_tab .nav-link {
    border: solid 1px #ccc;
    border-radius: 25px;
    padding: 3px 15px;
    color: #868585;
    font-size: 13px;
    background: #f5f5f5;
    cursor: pointer;
}

.main_tab li {
    margin-right: 15px;
}

.main_tab .nav-link.active {
    color: #007bff;
    border: solid 1px #007bff;
    background: #fff;
}

.sub_tab {
    border-bottom: solid 1px #ccc;
}

    .sub_tab .nav-link {
        color: #757575;
        padding: 3px 15px;
        font-size: 13px;
    }

        .sub_tab .nav-link.active {
            color: #007bff;
            border-bottom: solid 2px #007bff;
            margin-bottom: -1px;
        }

.available {
    border: solid 1px #e6e6e6;
}

    .available tr {
        border-bottom: solid 1px #ccc;
    }

    .available td {
        border: solid 1px #ccc;
    }

    .available tr:first-child {
        background: #f7f7f7 !important;
    }

        .available tr:first-child td {
            color: #fff !important;
        }

    .available tr:nth-child(odd) {
        background: #f7f7f7;
    }

    .available tr:nth-child(even) {
        background: #ffffff;
    }

        .available tr:nth-child(odd) td, .available tr:nth-child(even) td {
            color: #000 !important;
        }

#pay .table tr, #floor .table tr {
    border-bottom: solid 1px #ccc;
}

    #pay .table tr td, #floor .table tr td {
        color: #000 !important;
        padding: 10px !important;
    }

/*.down_brochure {
    margin: 25px 0;
}

    .down_brochure .btn {
        border-radius: 3px;
    }*/

.enquiryform.inner {
    margin-bottom: 18px;
    z-index: 5 !important;
}

@media (max-width:768px) {



    .projects {
        margin: 0.5rem 0;
    }

    .inner_page {
        margin-top: 0;
    }

    .pro_head {
        background: #fff;
        margin-top: 0rem;
        padding-bottom: 1rem;
    }

        .pro_head h1 {
            padding-bottom: 8px;
            font-size: 15px;
            margin-top: 15px;
        }


        .pro_head h3.location {
            margin: 7px 0;
        }

    .pro_menu .pro-brochure {
        position: initial;
    }

    ul.feature {
        margin: 0 -5px;
    }

        ul.feature li {
            width: 45%;
            margin: 0 5px;
            margin-bottom: 15px;
        }

            ul.feature li .ame-warp {
                padding: 5px;
            }

    .main_tab li {
        margin-right: 5px;
    }

    .main_tab .nav-link {
        padding: 5px 7px;
        font-size: 11px;
    }

    .floor_info {
        margin-top: 10px;
    }

    .sticky.is-sticky {
        position: inherit;
    }

    .pro_overview {
        padding: 18px 0;
    }

        .pro_overview .location .col-md-6:first-child figure {
            margin-bottom: 18px;
        }



        .pro_overview h3 {
            font-size: 16px;
        }

    .summry_sec {
        text-align: left;
    }

        .summry_sec [class*="col-"] {
            border-right: 0;
        }

        .summry_sec p {
            font-size: 14px;
            font-weight: normal;
            color: #000;
        }

    .pro_overview .summary .row [class*=col-] {
        border-right: 0;
    }

    .table tr td {
        white-space: nowrap;
    }

    .pro_menu .price {
        margin-top: 5px;
        text-align: center;
    }
}
