
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none !important;
}
.headerr{
    display: flex;
    position:sticky;
    top:0;
    justify-content: space-around;
    align-items: center;
    padding: 15px 0px;
    z-index:1000;
}
.header-contact-btn a{
    display: inline-block;
    min-width: 200px;
    padding: 17px 25px;
    text-align: center;
   /* background-color: #3a3a3c;*/
    font-size: 18px;
    font-weight: 500;
    fill: #fff;
    color: #fff;
    border-radius: 2px;
    transition-duration: 0.2s;
}

.header-contact-btn a:hover{
  /*  background-color: #fff!important;*/
    /*border: 3px solid black;*/
    border-radius: 5px;
    color: black;
    transform: scale(1.2);
    transition-duration: 0.2s;
}
.header-sliderr{
    min-height: 75vh;
    /*background-image: url(../images/slider-bg.jpg);*/
    display: flex;
    background-size: cover;
    background-position: left center;
    align-items: center;
    justify-content: center;
}

.slider-bg-img-overlay {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.sliderr-item {
    width: 50%;
    color: #fff;
    text-align: center;
}
.sliderr-item h1{
    font-family: 'Times New Roman', Times, serif;
    font-size: 60px;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
}
.sliderr-item p{
    font-size: 36px;
}
.header-sliderr-btn a{
    text-decoration: none;
    display: inline-block;
    font-weight:bold;
    font-size: 30px;
    margin: auto;
    padding: 15px 35px;
    text-align: center;
    background-color: #007bba;
    color: white;
    border-radius: 35px;
    border: 3px solid white;
    transition-duration: 0.2s;
}

.header-sliderr-btn a:hover{
    /*background-color: #fff!important;*/
    color: #007bba;
    border: 3px solid #007bba;
    transform: scale(1.2);
    transition-duration: 0.2s;
}

.project-intro{
    padding: 60px 0px;
    color: white;
}
.quote{
    font-family: 'Times New Roman', Times, serif;
    font-size: 40px;
    font-weight:bold;
}
.quote-left-icon{
    font-size: 70px;
    /*padding-right: 15px;*/
    margin-bottom:25px;
}
.register-btn a{
    background-color: white;
    display:inline-block;
    color: black;
    padding: 10px 20px;
    border-radius: 40px;
    font-weight: bolder;
}
.register-btn button {
    background-color: white;
    color: black;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: bolder;
    border:none;
}
.register-btn a:hover{
    background-color: #c97251;
    color: white;
}
.register-btn button:hover{
    background-color: #c97251!important;
    color: white;
}
.fact-icon{
    font-size: 50px;
    padding: 0px 40px 0px 0px;
}
.fact-icon i{
    min-width: 60px;
}
.facts{
    font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
    margin-bottom: 0px;
    line-height: 100%;
}
.fact-heading{
    font-size: 15px;
}

.register-btn-2 a{
    color: #fff;
    display:inline-block;
    background-color: #3a3a3c;
    padding: 10px 20px;
    border-radius: 40px;
    font-weight: bolder;
}

.register-btn-2 a:hover{
    background-color: #c97251;
}

.unit-type-heading{
    font-family: 'Times New Roman', Times, serif;
    font-size: 45px;
    font-weight: 700;
}
.brochure-sec-heading {
    font-family: 'Times New Roman', Times, serif;
    font-size: 45px;
    font-weight: 700;
}

.price-list ul{
    list-style-type: none;
    padding: 0;
}
.price-list ul li{
    display: flex;
    align-items: center;
    margin: 20px 0px;
}

.price-list ul li .unit-type{
    font-family: helvetica,Sans-serif;
    font-size: 18px;
    font-weight: 600;
}


.price-list ul li .price{
    font-family: helvetica,Sans-serif;
    float: right;
    font-size: 18px;
    font-weight: 600;
}

.price-list ul li .line-separator{
    border-bottom: 1px solid white;
    flex-grow: 1;
    margin: 0px 10px;
}
.price-list ul .unite-disc{
    font-family: helvetica,Sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.showflat-mainn{
    padding-top: 150px;
    padding-bottom: 150px;
}
.showflat-mainn .showflat-img img{
    height: 724px;
}
.showflat h1{
    font-family: 'Times New Roman', Times, serif;
    font-size: 40px;
    font-weight: 600;
}
.showflat {
    text-align:end;
}
.footer-icon{
    font-size: 20px;
    color: #fff !important;
    text-decoration: none;
    padding-top:48px;
    padding-bottom:48px;
}
.footer-icon:hover{
    opacity:0.9;
}
.footer-icon i{
    font-size: 60px;
    margin-bottom: 15px;
}

.sticky-footer{
    position:sticky;
    background-color: #212529;
    color: #fff;
    bottom: 0;
    display: none;
    z-index:50;
}
.sticky-footer a{
    width: 50%;
    padding: 20px 0px;
    text-align: center;
}

.location-map h1{
    color: #3a3a3c;
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
    font-size: 55px;
    font-weight: 600;
}

.faq-heading{
    color: #fff;
    font-family: times new roman,Sans-serif;
    font-size: 58px;
    font-weight: 700;
}

.faq-question {
    border-bottom: 1px solid #fff;
    padding: 0px 0px 10px 20px;
    margin-bottom: 10px;
}

.faq-question h5 {
    margin-bottom: 15px;
    cursor: pointer;
}
.answer {
    display: none;
}
.contact-heading h2{
    color: #fff;
    font-family: times new roman,Sans-serif;
    font-size: 40px;
    font-weight: 700;
}

.copyright-text {
    position: relative;
    display: block;
}

.copyright-text p {
    color: rgba(0, 0, 0, 0.40);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}

.copyright-text p a {
    color: rgba(0, 0, 0, 0.40);
    font-weight: 500;
    transition: all 500ms ease;
}

.copyright-text p a:hover {
    color: rgba(0, 0, 0);
                
}
.unit-type-heading {
    font-size:42px;
}

.developer .developer-container {
    background-attachment: fixed;
    /*background-size: cover;*/
    background-size: auto 100%;
    position: relative;
    min-height: 100vh;
}


    
        .developer .developer-container .developer-container-content .developer-container-content-logo img {
            width: 50%;
        }

    .developer .developer-container .developer-overview {
        text-align: center;
        color: #ECECEC;
        font-size: 17px;
        line-height: 19px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 20px;
        padding-bottom: 100px;
    }

    .developer .developer-container .img-gallery {
        text-align: center !important;
    }

        .developer .developer-container .img-gallery img {
            width: 100%;
            max-width: 300px;
        }

    @media(max-width:768px) {
        .headerr {
            position: static;
        }

        .header-contact-btn {
            display: none;
        }

        .sliderr-item {
            width: 90%;
        }

            .sliderr-item h1 {
                font-size: 40px;
                padding-bottom: 10px;
            }

            .sliderr-item p {
                font-size: 28px;
            }

        .header-sliderr-btn a {
            width: auto;
            font-size: 15px;
            font-weight:bold;
        }

        .quote {
            font-size: 32px;
            font-weight:bold;
        }
        showflat-mainn {
            padding-top: 50px;
            padding-bottom:50px;
        }

        .project-intro {
            text-align: center !important;
        }

        .quote-left-icon {
            font-size: 50px;
            margin-bottom:0px;
        }

        .brochure-sec {
            text-align: center;
        }

            .brochure-sec .table img {
                width: 100% !important;
            }

        .fact-icon {
            padding: 0px 20px 0px 0px;
        }
        .facts {
            font-size:22px;
        }
            .mobile-none {
            display: none;
        }

        .unit-type-heading {
            text-align: center;
        }

        .price-list ul li .unit-type, .price-list ul li .price {
            font-size: 14px;
        }

        .showflat {
            text-align: center !important;
            padding-top: 20px;
        }

        .showflat-mainn .showflat-img img {
            height: unset !important;
        }

        .sticky-footer {
            display: flex;
        }

        .faq-sec-img {
            display: none;
        }

        .faq-heading {
            text-align: center;
            font-size:50px;
        }
        .showflat h1{
            font-size:35px;
        }
        .register-btn {
            text-align: center;
        }

            .register-btn a {
                font-size: 14px;
                font-weight: 500;
            }

        .footer-icon {
            font-size: 9px;
            padding-top: 10px !important;
            padding-bottom: 10px !important;
        }

            .footer-icon i {
                font-size: 35px;
            }

        .contact-heading h2 {
            font-size: 30px;
        }

        .unit-type-heading {
            font-size: 30px;
        }

        .location-map h1 {
            font-size: 35px;
        }
        .brochure-sec-heading {
            font-size: 32px;
        }
            .q-headings {
            font-size: 20px;
            line-height: 28px;
        }

        .grecaptcha-badge {
            bottom: 200px !important;
            z-index: 60;
        }

        .number-error-msg {
            position: static !important;
            margin-top: 2px;
        }
        .developer .developer-container {
            background-attachment: fixed;
            background-size: unset;
        }


            .developer .developer-container .developer-container-content .developer-container-content-logo img {
                width: 60%;
            }

    }