﻿@charset "utf-8";
/* CSS Document */

@charset "utf-8";

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #000;
    background-color: #fff
}

a {
    color: #FFFFFF
}

    a:hover {
        color: #FFFFFF
    }

h1, h2, h3, h4, h5 {
    font-family: 'Open Sans', sans-serif;
}
/*h1{font-size:36px;color:#FFFFFF;font-weight:400}*/
h1 {
    font-size: 36px !important;
    color: #000;
    font-weight: 400;
    text-align: center;
    padding-top: 30px
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #333;
    text-align: justify;
    line-height: 27px;
}

.kds-sfont {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #333;
    text-align: center
}

.kds-li {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #333;
    margin: 0;
    line-height: 27px;
}

    .kds-li li {
        list-style: square;
        list-style: #FF0000;
    }

.kds-table table th {
    background-color: #ecc35b
}


h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 42px
}

strong {
    font-weight: 600
}

.red {
    color: #e16b00;
    font-weight: bold;
}

.row.no-gutters {
    margin-right: 0px;
    margin-left: 0px;
}

    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*=" col-"] {
        padding-right: 0px;
        padding-left: 0px;
    }

.color-blue {
    color: #05305A;
}

.bg-grey {
    background: #EEE;
    padding: 4%;
    border-radius: 5px;
}

.btn-blue {
    background: #05305A;
    border: 1px solid #05305A;
    color: #FFF
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1;
    width: 100%;
}

#top-adv {
    margin: 0 auto;
    max-width: 948px;
    margin-bottom: 5%;
}

    #top-adv .glyphicon-chevron-left, #top-adv .glyphicon-chevron-right {
        visibility: hidden
    }

    #top-adv:hover .glyphicon-chevron-left, #top-adv:hover .glyphicon-chevron-right {
        visibility: visible;
    }

    #top-adv .carousel-control {
        opacity: 0.9
    }

.header-links {
    text-align: center;
    position: absolute;
    left: 0;
    right: 15px;
    text-align: right;
}

    .header-links ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .header-links ul li {
            display: inline-block;
            margin: 0px 1px;
            background: #05305A;
        }

            .header-links ul li a {
                color: #FFF;
                font-size: 16px;
                text-decoration: none;
                padding: 2px 5px;
                border-radius: 0px 0px 3px 3px;
            }

                .header-links ul li a:hover {
                    margin-top: 0
                }

.rent {
    background: #05305A;
}

    .rent:hover {
        background: #06A5D6;
    }

.loan {
    background: #06AA3D
}

    .loan:hover {
        background: #058D32;
    }

.logo {
    margin: 0 auto;
    margin-top: 0px;
}

.navbar-brand {
}

.navbar-default {
    background-color: #FFF;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0px
}

.navbar-default {
    padding: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    border: 0px solid #000;
    border-bottom: 2px solid #05305A
}

.navbar-nav > li > a {
    background: #05305A;
    margin: 0 3px;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
    text-transform: uppercase;
    transition: all 1s ease 0s;
    font-weight: 600;
}

    .navbar-default .navbar-nav > li > a:hover, .active {
    }

.navbar-nav {
    margin-top: 30px;
}

.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

    .fixed-nav .navbar-brand {
        height: 70px;
    }

    .fixed-nav .navbar-nav {
        margin-top: 25px;
    }

    .fixed-nav .logo {
        height: 50px;
        transition: all 0.1s ease-in-out
    }

.drop-right {
    left: 0 !important;
    right: auto !important;
}

.dropdown-menu {
    background: #005CA1;
    color: #222
}

    .dropdown-menu > li > a {
        padding: 5px 15px;
        border-bottom: 1px solid #E8BC0A;
        color: #222
    }

.location {
    font-size: 13px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #FFF;
    background: #05305A;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background: #005CA1;
    color: #222
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background: #005CA1;
    color: #222
}

.navbar-nav > li {
    padding-bottom: 0px;
}

    .navbar-nav > li > .dropdown-menu {
    }

.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0px 10px 0px;
    left: inherit;
}

    .dropdown-menu-large > li > ul {
        padding: 0;
        margin: 0;
    }

        .dropdown-menu-large > li > ul > li {
            list-style: none;
            border-bottom: 1px solid #E8BC0A
        }

            .dropdown-menu-large > li > ul > li:last-child {
                border: 0
            }

            .dropdown-menu-large > li > ul > li > a {
                display: block;
                padding: 5px;
                clear: both;
                font-weight: normal;
                line-height: 1.428571429;
                white-space: normal;
                color: #222
            }

    .dropdown-menu-large > li ul > li > a:hover, .dropdown-menu-large > li ul > li > a:focus {
        text-decoration: none;
        color: #FFF;
        background: #05305A
    }

    .dropdown-menu-large .disabled > a, .dropdown-menu-large .disabled > a:hover, .dropdown-menu-large .disabled > a:focus {
    }

        .dropdown-menu-large .disabled > a:hover, .dropdown-menu-large .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

    .dropdown-menu-large .dropdown-header {
        font-size: 18px;
        border-bottom: 1px solid #E8BC0A;
        padding-bottom: 5px;
        margin-bottom: 5px;
        font-weight: 600;
        padding-left: 5px;
        color: #222
    }

.list {
    margin: 0;
    padding: 5px 0 15px 0
}

    .list li {
        list-style: none;
        font-size: 16px;
        background: url(../images/licon.png) 1px 4px no-repeat;
        padding: 3px 0 3px 35px;
    }

.kds-spcc {
    color: #444444 !important;
    font-size: 13px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
    display: block
}

@media (max-width:768px) {
    .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
    }

        .dropdown-menu-large > li {
            margin-bottom: 30px;
        }

            .dropdown-menu-large > li:last-child {
                margin-bottom: 0;
            }

        .dropdown-menu-large .dropdown-header {
        }
}

.aagman { /*background:url(../images/aagman-banner.jpg) no-repeat;*/
    height: auto !important
}

.banner {
    width: 100%;
    height: 400px;
    margin-top: 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: all 5s ease;
    display: table;
}

.banner-height {
    height: 250px !important;
}

.innerpage-slider {
    height: 600px;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.project-logo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #EEE;
    padding: 8px 20px;
    border-radius: 5px 5px 0px 0px;
}

.breadcrumb {
    box-shadow: 0px 0px 10px #DDD;
    border-bottom: 1px solid #DDD;
    font-size: 12px;
    border-radius: 0
}

    .breadcrumb a {
        text-decoration: none
    }

.content {
    padding-top: 2%;
}

.quickenquiry {
    position: fixed;
    top: 40%;
    right: 0;
    box-shadow: 1px 5px 5px #333;
    z-index: 2;
}

.booking {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 10px;
    color: #FFFFFF;
    text-transform: lowercase;
    font-size: 15px;
    font-weight: 600;
}

    .booking.open {
        background: #005CA1;
    }

    .booking.closed {
        background: #F00
    }

    .booking.soon {
        background: #F63
    }

.price {
    background: #05305A;
    color: #FFF;
    padding: 10px 15px;
}

    .price .price-title {
        display: block;
        font-size: 21px;
        margin: 0;
        font-weight: 600;
    }

    .price a {
        color: #FFF;
        text-decoration: none
    }

.card {
    margin-bottom: 30px;
    padding: 3%;
    background: #FFFFFF;
    border: 1px solid #e6e6e6;
    min-height: 370px;
    height: 500px;
    color: #030303;
}

    .card h2 {
        background-color:;
        font-size: 22px;
        font-weight: 600;
        margin-top: 10px;
        padding: 10px;
    }

    .card .content {
        padding: 10px 10px 10px 15px;
    }

    .card .padding-left {
        padding-left: 10px;
    }

.readmore {
    border: 0;
    border-radius: 0;
    padding: 5px 10px;
    background: #05305A;
    color: #fff;
}
/*.readmore:hover { -webkit-animation: shake 2s; animation: shake 2s;}*/

.square-fit {
    font-size: 14px;
    font-weight: 600;
    padding-top: 5px
}

    .square-fit img {
        padding-bottom: 5px;
    }

.top-banner {
    margin: 0 0 5% 0;
}

.bottom-banner {
    text-align: center;
    margin: 6% 0 5% 0;
}

.google-map {
    width: 90%;
    overflow: hidden;
    height: 250px;
    max-width: 100%;
    border: 1px solid #DDD;
    background: #FFF;
    margin-top: 15px;
}

.google-map-iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

footer {
}

.jovial {
    text-align: right
}

.phone, .email {
    padding: 5px 0;
}

.bottom-link {
    background: #05305A;
    margin-top: 40px;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
}

    .bottom-link ul li::before {
        content: "\2022";
        margin-left: 10px;
        font-size: 25px;
        top: 4px;
        position: relative;
    }

    .bottom-link ul li a {
        margin: 0 8px;
        color: #FFF;
    }

        .bottom-link ul li a:hover {
            text-decoration: none;
        }

.copyright-footer {
    font-weight: 400;
    font-size: 14px;
    padding: 18px;
    background-color: #424242;
    color: #fff
}

.enquiry-form {
    width: 80%;
    margin: 0 auto;
    max-width: 300px;
}

    .enquiry-form h4 {
        color: #FFFFFF;
    }

.address-block h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
}

.sub {
    text-transform: capitalize;
    display: block;
    font-size: 15px;
}

.address-block {
    width: 90%;
    margin: 0 auto;
}

.affordable-flats {
    margin-left: 15%
}

    .affordable-flats h4 {
        font-weight: 600;
        text-transform: uppercase;
    }

        .affordable-flats h4 a {
            color: #05305A;
        }

    .affordable-flats ul {
        padding-left: 15px;
    }

    .affordable-flats li {
        margin-bottom: 7px;
    }

        .affordable-flats li a:hover {
            text-decoration: none;
        }

.form-control::-moz-placeholder {
    color: #666;
}

.form-control:focus::-webkit-input-placeholder, .form-field:focus::-webkit-input-placeholder {
    color: transparent;
}

.form-control:focus::-moz-placeholder, .form-field:focus::-moz-placeholder {
    color: transparent;
}

.form-control:-moz-placeholder, .form-field:-moz-placeholder {
    color: transparent;
}

.form-border {
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0
}

    .form-border h4 {
        font-size: 21px;
        text-transform: uppercase;
        font-weight: 600;
        margin-top: 15px;
    }

.form-field {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 14px;
    color: black;
}

.projects {
    text-align: center
}

    .projects h1 {
        font-size: 31px;
    }

    .projects h2 {
        margin-top: 0;
        padding-bottom: 15px;
        font-size: 21px;
    }

.right-side-banner {
    text-align: right;
}

.top-link {
    display: none;
    right: 15px;
    bottom: 40px;
    z-index: 9;
    font-size: 1.3em;
    background: #05305A;
    color: #FFF;
    border-radius: 5px;
    transition: all 0.3s ease
}

    .top-link a {
        color: #FFF;
        padding: 6px 10px;
        display: inline-block;
        width: 38px;
        height: 38px;
    }

#myModal1 .modal-dialog, #myModal .modal-dialog {
    width: 400px;
    margin: 2% auto
}

#myModal1 .modal-content, #myModal .modal-content {
}

#query-popup {
    z-index: 9999;
    min-width: 300px;
    height: auto;
    width: 100%;
    position: fixed;
    top: 16%;
    padding: 0 5px 15px 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.quick-from .form-group {
    margin-bottom: 5px;
    width: 100%;
    margin-right: 0;
}

    .quick-from .form-group input {
        width: 100%;
    }

    .quick-from .form-group textarea {
        width: 100%;
    }

.blue-btn {
    background: #030303;
    border: 1px solid #030303;
    color: #FFF
}

    .blue-btn:hover {
        background: #030303;
        border: 1px solid #030303;
        color: #FFF
    }

.call-icon {
    transform: rotate(80deg);
    -webkit-animation: spin 2s ease infinite;
    -moz-animation: spin 2s ease infinite;
    animation: spin 2s ease infinite;
}

.nav-tabs > li, .nav-pills > li {
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.nav-tabs, .nav-pills {
    text-align: center;
}

.margin-top {
    margin-top: 3%;
}

.projects-title {
    text-align: center
}

    .projects-title h1 {
        letter-spacing: -0.8px;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 600;
        color: #000;
    }

    .projects-title h2 {
        margin: 0;
        padding-bottom: 5px;
        font-size: 18px;
    }

    .projects-title span {
        width: 50px;
        border-bottom: 3px solid #05305A;
        display: inline-block
    }

.padding-tab {
    margin: 10px;
}

.price-block {
}

.price-table {
    width: 80%;
    margin: 0 auto;
}

    .price-table td, .price-table th {
        padding: 15px 30px !important;
    }

.padding-top {
    padding-top: 40px;
}

.overview, .floor-plan, .site-plan, .price-block, .location-map, .gallery {
    padding: 3% 0;
}

.specification {
    padding: 3%
}

.overview .title, .floor-plan .title, .site-plan .title, .price-block .title, .location-map .title {
    margin-bottom: 30px;
}

.overview ul li {
    margin-bottom: 5px;
}

.overview h4 {
    font-size: 20px;
}

.nav-tabs {
    border-bottom: 10px solid #05305A;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        color: #FFF;
        background-color: #05305A;
        border: 1px solid #05305A;
    }

    .nav-tabs > li > a {
        background: #EEE;
        border: 0
    }

.tab-content > .active {
    background: #f2f2f2
}

.table-scroll {
    min-width: 250px;
    overflow: auto;
    color: #333;
}

.table-scroll-y {
    max-height: 300px;
    overflow: auto
}


.greybg {
    background: #EEE;
    padding: 5%;
    width: inherit
}

.project-block {
    background: #EEE;
    padding: 7%;
    height: 480px;
    margin-bottom: 30px;
    border: 1px solid #e6e6e6
}

    .project-block h2 {
        font-size: 16px;
        line-height: 22px;
    }

.book-position {
    position: relative
}

    .book-position img {
    }

.project-block .price {
    padding: 5px 8px;
}

    .project-block .price h4 {
        font-size: 18px;
    }

.project-block .content p {
    font-size: 14px;
}

.bg-white {
    background: #FFF;
}

.bg-blue {
    background: #05305A;
    padding: 15px;
    color: #FFF
}

    .bg-blue ul {
        padding-left: 16px
    }

    .bg-blue h3 {
        font-size: 20px;
    }

.modal-dialog {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
}

.block {
    border: 1px solid #DDD;
    background: #05305A;
    max-height: 700px;
    margin-bottom: 30px;
}

.block1 {
    border: 1px solid #DDD;
    background: #05305A;
    height: 300px;
    margin-bottom: 30px;
}

.block span {
    padding: 10px 0;
    margin-bottom: 0px;
    display: block;
    font-weight: 600;
    text-decoration: none
}

.block1 span {
    padding: 10px 0;
    margin-bottom: 0px;
    display: block;
    font-weight: 600;
    text-decoration: none
}

.floor-plan h4 {
    padding-top: 30px;
    margin-bottom: 2%;
    font-size: 21px;
    font-weight: 600;
    color: #05305A;
    border-bottom: 1px solid #DDD;
    padding-bottom: 15px;
}

.map-heading {
    border-bottom: 0px solid #DDD;
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    padding-top: 15px;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.margin-top-0 {
    margin-top: 0
}

.padding-left-25 {
    padding-left: 25px
}

.ul-margin-bottom li {
    margin-bottom: 6px;
}

.size {
    font-size: 12px;
}

.flat-img img {
    margin-bottom: 30px;
    outline: 1px solid #fff;
    outline-offset: -8px;
}

.border {
    margin: 3% 0;
}

    .border .col-sm-3 {
        border-right: 1px solid #DDD;
        border-top: 1px solid #DDD;
    }

        .border .col-sm-3 img {
            margin: 0 auto;
            padding: 8% 0;
        }

        .border .col-sm-3:nth-child(1), .border .col-sm-3:nth-child(2), .border .col-sm-3:nth-child(3), .border .col-sm-3:nth-child(4) {
            border-top: 0;
        }

        .border .col-sm-3:nth-child(4), .border .col-sm-3:nth-child(8) {
            border-right: 0
        }

ul.rent-home {
    margin-top: 0;
    padding-left: 25px;
}

    ul.rent-home li {
        margin-bottom: 5px;
    }

.map-frame {
    width: 100%;
    height: 400px;
    border: 0;
}

.pagebtn {
}

    .pagebtn ul {
        list-style: none;
        margin: 0 auto;
        padding: 0;
        text-align: center
    }

        .pagebtn ul li {
            display: inline-block;
        }

            .pagebtn ul li a {
                background: #05305A;
                color: #FFF;
                padding: 10px 12px;
                font-size: 18px;
                text-decoration: none
            }

                .pagebtn ul li a:hover {
                    background: #F9DA58;
                    color: #222
                }

.pagebtn1 ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center
}

    .pagebtn1 ul li {
        display: inline-block;
    }

        .pagebtn1 ul li a {
            background: #05305A;
            color: #FFF;
            padding: 10px 12px;
            font-size: 18px;
            text-decoration: none
        }


.line-height {
    line-height: 28px;
}

.margin-left-15 {
    margin-left: 15px;
}

.video-bg {
    box-shadow: 1px 5px 5px #CCC;
    border: 1px solid #DDD;
    padding: 10px;
    background: #FFF
}

.htext {
    font-size: 30px;
    font-weight: 600;
    color: #000
}


    .htext span {
        border-bottom: 4px solid #05305A;
    }

.bg-lgrey {
    background: #EEE
}

.bg-white {
    background: #FFF
}
/*.block{border:1px solid #DDD;background:none;max-height:700px;margin-bottom:30px;}
.map-heading{color:#000; text-decoration:}*/
.block {
    background: none !important;
}

    .block img {
    }

.map-heading {
    color: #000
}

a.map-heading {
    text-decoration: none !important;
}

.block1 {
    background: none !important;
}

.block img {
}

.map-heading {
    color: #000
}

a.map-heading {
    text-decoration: none !important;
}

.flat-img img { /*max-height:450px;*/
    margin: 0 auto
}

.height400 {
    height: 400px
}

.auricheight {
    height: 400px;
}
/*.adoreheight{ height:400px !important  }*/

/*.breadcrumb{ background:#05305A; color:#FFF}.breadcrumb li.active{ color:#FFF}.breadcrumb li a{ color:#FFF}*/

.affordable-flats-faridabad {
    display: none
}

.img-shadow {
    border-radius: 5px;
    box-shadow: 1px 5px 15px #CCC
}

.table-price-list {
    border-bottom: 2px solid #05305A;
    box-shadow: 1px 5px 10px #CCC;
    background: #FFF;
    text-align: left;
}

    .table-price-list th {
        background: #05305A;
        color: #FFF
    }

.box {
    padding: 3% 6%;
    border: 1px dashed #FFF
}

    .box h4 {
        border-bottom: 1px dashed rgba(255,255,255,0.5);
        padding-bottom: 10px;
        font-weight: 600
    }

    .box ul {
        padding-left: 15px;
    }

        .box ul li {
            margin-bottom: 4px;
        }

.text {
    font-size: 12px;
    margin-top: 1%;
    color: #CCC
}

.bg-shadow {
    box-shadow: 1px 5px 15px #CCC;
    padding: 10px;
    margin-bottom: 15px;
}


@-moz-keyframes spin {
    50% {
        -moz-transform: rotate(30deg);
    }
}

@-webkit-keyframes spin {
    50% {
        -webkit-transform: rotate(30deg);
    }
}

@keyframes spin {
    50% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}


@media only screen and (max-width:1024px) {
    .logo {
        height: 25px !important;
    }

    .card .padding-left {
        padding-left: 0
    }

    .s-txt {
        font-size: 13px !important
    }

    .big-txta {
        font-size: 22px !important
    }

    .small {
        font-size: 15px !important;
        line-height: inherit !important
    }

    .big-txt {
        font-size: 20px !important
    }

    .mfont {
        font-size: 36px !important;
        font-weight: bold
    }

    .card h2 {
        font-size: 21px;
    }

        .card h2 span {
            font-size: 15px;
        }

    .price h4 {
        font-size: 17px
    }

    .price {
        font-size: 14px;
        padding: 10px;
    }

    .card .content {
        padding: 10px;
        font-size: 14px;
    }

    .booking {
        font-size: 15px;
    }

    .projects h2 {
        padding-bottom: 10px;
        font-size: 18px;
    }

    .projects h1 {
        font-size: 28px;
    }
}

@media only screen and (max-width:992px) { /*.logo{height:18px !important;}*/
    .nav > li > a {
        padding: 10px 7px;
        font-size: 14px
    }

    .call {
        margin-left: 5px;
    }

        .call img {
            height: 22px;
            margin-bottom: 5px;
        }

        .call a {
            font-size: 21px;
        }

    .banner-wrap {
        margin-top: 65px;
    }
}

@media only screen and (max-width:768px) {
    .quickenquiry {
        height: 120px
    }

    .card h2 {
        font-size: 16px;
    }

        .card h2 span {
            font-size: 15px;
        }

    .bdr h6 {
        padding-top: 30px !important;
    }

    .price h4 {
        font-size: 17px
    }

    .price {
        font-size: 14px;
        padding: 10px;
    }

    .card .content {
        padding: 10px;
        font-size: 14px;
    }

    .affordable-flats {
        margin-left: 0
    }

    .address-block {
        width: 100%;
    }

    .form-border {
        border: 0;
        margin: 30px 0
    }

    .jovial, .copyright {
        text-align: center;
        font-size: 12px
    }

    .block img {
        height: auto !important
    }

    .logo {
        height: 18px !important;
    }

    .call {
        margin-left: 0px;
    }

    .block1 img {
        height: auto !important
    }

    .logo {
        height: 18px !important;
    }

    .call {
        margin-left: 0px;
    }
}

@media only screen and (max-width:767px) {
    .bdr h6 {
        padding-top: 30px !important;
    }

    .logo {
        margin-top: 0
    }

    .call-bg-bot {
        padding: 7px;
        background: #F5F5F5;
        margin-bottom: 15px;
        text-align: center
    }

        .call-bg-bot a {
            font-size: 23px;
            font-weight: 600;
            text-decoration: none;
            color: #000000;
        }

    .banner-wrap {
        margin-top: 50px;
    }

    .navbar-nav {
        margin: 0
    }

        .navbar-nav > li {
            padding-bottom: 5px;
            border-bottom: 1px solid #EEE
        }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding-left: 5px
        }

    .content {
        padding-top: 0;
    }

    .card {
        text-align: center;
        padding-top: 16px;
    }

        .card > .no-gutters > .col-md-4 > img {
            height: 150px;
            margin: 0 auto
        }

    .price {
        padding: 5px;
    }

    .booking {
        padding: 2px 10px;
        left: 0;
        right: 0;
    }

    .drop-right {
        margin-left: 15px
    }

    .projects-title h1 {
        font-size: 18px;
    }

    .projects-title h2 {
        font-size: 16px;
        padding-bottom: 0
    }

    .breadcrumb {
        display: none
    }
    /*.overview, .floor-plan, .site-plan, .price-block{padding:0;}*/
    .price-table td, .price-table th {
        padding: 10px 10px !important;
    }

    .header-links {
        position: relative;
        text-align: center
    }

    .pagebtn li {
        margin-bottom: 30px;
    }

    .pagebtn ul li a {
        font-size: 16px;
    }

    .banner {
        height: auto;
    }

    .price-block .col-md-4 {
        margin-bottom: 5px;
    }

    .map-frame {
        height: 250px
    }

    .innerpage-slider {
        height: auto
    }

    h2 {
        font-size: 21px
    }

    .banner-wrap {
        margin-top: -11px !important;
    }

    .auricheight {
        height: auto !important
    }

    .img-width {
        width: 100%;
        height: auto
    }

    .header-links ul li a {
        font-size: 14px;
    }

    .location {
        display: block;
    }

    .price .price-title {
        font-size: 18px;
    }

    .project-block h2 {
        font-size: 14px;
    }

    .readmore {
        margin-bottom: 3px;
    }

    .bottom-link ul li a {
        margin: 0 3px;
    }

    .border .col-sm-3 {
        border: 1px solid #DDD !important;
    }

    .book-position img {
        width: 100%;
    }

    .project-block {
        height: auto
    }

    .content img {
        margin-top: 10px
    }
}

.sfont {
    font-size: 24px
}

.kds-sp {
    background-color: #c2d9e4;
    padding: 10px 50px;
    font-size: 22px;
    display: block
}

@media only screen and (max-width:992px) {
    .form {
        position: fixed !important;
        left: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        top: inherit !important;
        padding: 0px 15px !important;
    }

    .sfont {
        font-size: 14px
    }

    .banner-strip img {
        width: 65% !important
    }

    .banner-strip {
        position: absolute;
        z-index: 9999;
        color: #161516;
        top: 10px !important;
        font-size: 18px !important;
        right: 6%;
        left: 0 !important;
        text-align: right !important;
        line-height: 24px !important
    }

    .form-group {
        margin-bottom: 5px !important;
    }

    .sec-2 {
        padding-top: 0px !important;
        padding-bottom: 25px;
        line-height: 24px
    }

    .x {
        font-size: 42px;
        color: #fff;
    }

    .h1w {
        color: #fff !important;
        text-align: center;
        font-size: 40px !important;
        font-weight: bold;
        line-height: 45px;
        padding-bottom: 10px;
        padding-top: 0 !important
    }

    .kds-sfont {
        color: #fff !important
    }

    .bdr h6 {
        padding-top: 30px !important;
    }

    #sec-5 {
        padding-bottom: 130px;
    }

    .logo img {
        height: 35px !important
    }

    .call {
        color: #0b0a08;
        font-size: 16px !important;
        font-weight: 700;
        line-height: 16px;
        font-family: 'Open Sans', sans-serif;
    }

        .call:hover {
            color: #0b0a08
        }

    .calln {
        color: #e16b00;
        font-size: 20px;
        font-weight: 700;
        line-height: normal;
        /*font-family: 'Futura Md BT Medium';*/ padding: 10px 0 !important
    }

    #sec-6 {
        padding-bottom: 140px !important;
    }

    .kbtn {
        background-color: #fff;
        background-color: #e16b00 !important
    }

    .mfont {
        font-size: 14px !important;
        font-weight: bold
    }

    .bdr h6 {
        padding-top: 90px !important;
    }
}

@media only screen and (max-width:420px) {
    #myModal1 .modal-dialog, #myModal .modal-dialog {
        width: 90%;
        margin: 2% auto
    }

    .col-md-2 {
        margin: 10px 0 !important
    }

    .w {
        color: #FFFFFF;
        text-align: left !important
    }

    .y {
        color: #FFFF00;
        text-align: left !important;
        cursor: pointer
    }

    .kds-imgb {
        width: 60% !important
    }

    .kds-img {
        width: 38% !important
    }

    .kds-top {
        padding-top: 25px !important
    }
}

@media only screen and (max-width:320px) {
}

.logo {
    padding: 10px 0;
}

.kds-bg {
    background-color: #9f1b36;
    border-radius: 0 0 30px 30px
}

.kds-top {
    padding-top: 45px;
    font-size: 16px
}

.kds-tbp {
    padding-top: 15px;
    padding-bottom: 15px;
}

.w {
    color: #FFFFFF;
    text-align: right
}

.y {
    color: #FFFF00;
    text-align: center;
    cursor: pointer
}

.kds-table {
    margin: 30px 0;
}

#date1_popupDiv, #date11_popupDiv {
    z-index: 9999999 !important
}

.kds-img {
    width: 72%;
    margin: 0 6px
}

.kds-imgb {
    width: 30%;
    border-radius: 6px;
    margin: 0 6px;
    cursor: pointer
}

.col-md-2 {
    margin: 30px 0
}

.kds-on {
    background-color: #2b2a29;
    display: inline-block;
    width: 32%;
    text-align: center;
    border-radius: 6px;
    cursor: pointer
}


.cust-ajaxPopup .s-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .7;
    filter: alpha(opacity=70);
    z-index: 1
}

.cust-ajaxPopup .overlay-body {
    position: relative;
    z-index: 4;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

.cust-ajaxPopup.thm2 span.s-close-1 {
    background: url(../images/close-3.jpg) 0 0 no-repeat;
    top: 29px;
    position: absolute;
    cursor: pointer;
    width: 13px;
    height: 15px;
    right: 32px;
}

.cust-ajaxPopup.thm2 .overlay-header {
    background: #1a86ba;
    color: #ffffff;
    padding: 25px 25px 21px 25px;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #cccccc;
}

.cust-ajaxPopup.thm2 .overlay-content {
    padding: 15px;
    background: #ffffff;
    border-radius: 0 0 4px 4px;
}

    .cust-ajaxPopup.thm2 .overlay-content .btn-blue {
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
        margin-top: 10px;
        background-color: #1d8fd5;
        background-repeat: repeat-x;
        border-color: #1d8fd5 #1d8fd5 #1454ab;
        padding: 4px 12px;
        border-radius: 2px;
    }

    .cust-ajaxPopup.thm2 .overlay-content .label-text {
        font-size: 13px;
        font-weight: 600;
    }

    .cust-ajaxPopup.thm2 .overlay-content input {
        padding: 5px;
    }
