@import url(https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i|Roboto&amp;display=swap);@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap);@import url(https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&amp;display=swap);@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap);@import url(https://fonts.googleapis.com/css?family=Spartan:100,200,300,400,500,600,700,800,900&amp;display=swap);body {    font-family: Roboto, sans-serif;    margin: 0;}h1,h2,h3,h4,h5,h6 {    font-family: Montserrat, sans-serif;}header {    position: fixed;    width: 100%;    background-color: #000;    z-index: 9999;    -webkit-transition: all .5s ease 0s;    -moz-transition: all .5s ease 0s;    -ms-transition: all .5s ease 0s;    transition: all .5s ease 0s;}.header {    border-bottom: 1px solid rgba(0, 0, 0, .1);}header.sticky {    background-color: #000;}header .navbar {    -webkit-transition: all .5s ease 0s;    -moz-transition: all .5s ease 0s;    -ms-transition: all .5s ease 0s;    transition: all .5s ease 0s;    padding: 0;}header.sticky .navbar {    padding: 0;    box-shadow: 0 0 10px rgba(0, 0, 0, .1);}header .navbar .navbar-collapse {    justify-content: center;}header .navbar-light .navbar-nav .nav-item {    padding: 0 1rem;}header .navbar-light .navbar-nav .nav-link {    color: #fff;    /* font-family: Merriweather, serif; */    font-size: 16px;    font-weight: 500;    padding: 0;}header .navbar-light .navbar-nav .nav-link.active {    color: #ffffff;    font-weight: 500;}header .navbar-light .navbar-brand {    width: 150px}.bg-light {    background-color: #fff !important;}.milestone-image a img {    border: 2px solid #bc7c00;}.close_menu {    display: none;}.am-sec {    text-align: center;    padding: 20px 10px;    margin: 10px 0;    transition: .5s ease-in-out;    background-color: #9e8c73;}.am-sec i {    font-size: 43px;    color: #9e8c73;    padding: 15px;}.am-sec p {    font-size: 1.3em;    color: #244a69;    margin-top: 0.7em;    text-transform: capitalize;}.milestone-image {    margin-top: 20px;    text-align: center;}.am-sec:hover {    background-color: #9e8c73;    border-radius: 15px;}.am-sec:hover i {    color: #fff;}.am-sec:hover p {    color: #fff;}.banner-slide {    padding-top: 80px;    position: relative;    z-index: 99;}.banner-slide .carousel-item:before {    position: absolute;    content: '';    background-color: rgba(0, 0, 0, 0.5);    top: 0;    bottom: 0;    left: 0;    right: 0;}.banner-slide .carousel-caption {    position: absolute;    top: 50%;    left: 10%;    right: auto;    transform: translateY(-50%);    text-align: left;    bottom: auto;}.banner-slide .carousel-caption h1 {    font-size: 35px;    color: #f6ad00;    font-family: Montserrat, sans-serif;    font-weight: 600;    letter-spacing: 15px;    text-align: center;}.banner-slide .carousel-caption h1 span {    font-size: 60px;    letter-spacing: 35px;    font-family: Montserrat, sans-serif;    color: #f6ad00;}.banner-slide .carousel-caption p {    font-size: 24px;    font-weight: 600;    letter-spacing: 10px;    color: #f6ad00;    font-family: Montserrat, sans-serif;    text-align: center;}.banner-slide .carousel-caption .now-in {    font-size: 20px;}.call-info {    background-color: #9e8c73;    border-radius: 30px;    padding: 10px 15px;    color: #fff;    -webkit-transition: all .5s ease 0s;    -moz-transition: all .5s ease 0s;    -ms-transition: all .5s ease 0s;    transition: all .5s ease 0s;}.download {    background-color: #fff;}.download .col-md-6 {    padding: 0;    margin: 0;}.download .brochure {    padding: 2rem 1rem;    background-color: #f5f5f5;}.download .brochure button {    background-color: #d59500;    border: none;    color: #ffffff;    padding: 0.8rem 1rem;}.download .floorplan {    padding: 2rem 1rem;    background-color: #f5f5f5;}.modal.show .modal-dialog {    -webkit-transform: none;    transform: none;    /* margin-top: 6rem; */}.download .floorplan button {    background-color: #9e8c73;    border: none;    color: #ffffff;    padding: 0.8rem 1rem;}#floorplan .modal-title {    color: #fff;}#downloadbrochure .modal-dialog .modal-content {    background-color: #f6ad00;}#floorplan .modal-dialog .modal-content {    background-color: #9e8c73;}#downloadbrochure .form-submit {    margin-top: 1rem;}#downloadbrochure .form-submit .btn-primary {    background-color: #9e8c73;    margin-top: 1rem;    padding: 0.6rem 2rem;}#floorplan .form-submit .btn-primary {    background-color: #f6ad00;    margin-top: 1rem;    padding: 0.6rem 2rem;}.download .brochure button:focus,.download .brochure button:active,.download .floorplan button:focus,.download .floorplan button:active {    text-decoration: none;    border: none;    box-shadow: none;}.project-img img {    border: 1px solid #9e8c73;    padding: 2px;    margin-top: 1em;}.call-info i {    background-color: #fff;    padding: 15px;    margin: -10px 15px -10px -15px;    border-radius: 30px;    color: #000;    -webkit-transition: all .5s ease 0s;    -moz-transition: all .5s ease 0s;    -ms-transition: all .5s ease 0s;    transition: all .5s ease 0s;}.call-info a {    text-decoration: none;    -webkit-transition: all .5s ease 0s;    -moz-transition: all .5s ease 0s;    -ms-transition: all .5s ease 0s;    transition: all .5s ease 0s;}.call-info a span {    color: #fff;}header.sticky .call-info {    border-radius: 20px;    padding: 7px 15px;}header.sticky .call-info i {    padding: 11px;    margin: -6px 15px -5px -15px;    -webkit-transition: all .5s ease 0s;    -moz-transition: all .5s ease 0s;    -ms-transition: all .5s ease 0s;    transition: all .5s ease 0s;}.enquiry-form {    position: absolute;    top: 45%;    transform: translateY(-50%);    right: 10%;    left: auto;    background: #ddddddb5;    padding: 20px;    z-index: 99;    border-radius: 20px;    text-align: center;    width: 325px;}.enquiry-form h4 {    background-color: #9e8c73;    margin: -20px -20px 10px -20px;    border-radius: 19px 19px 0 0;    padding: 10px;    text-align: center;    color: #fff;}.enquiry-form p {    font-size: 15px;    font-weight: 600;    line-height: 14px;    position: relative;}.enquiry-form .form-control {    border: 1px solid rgba(0, 0, 0, .1);    border-radius: 8px;    height: calc(1.8em + 0.65rem + 2px);    font-weight: 300;    font-size: 15px;    box-shadow: none;    outline: 0;}.enquiry-form img {    margin: 10px 0 auto;    width: 270px;}.form-submit {    text-align: center;}.form-submit .btn-primary {    background-color: #000000;    padding: 8px 20px;    box-shadow: none;    border: none;    outline: 0;    color: #fff;    width: 100%;}.launch-project {    background: #9e8c73;    padding: 15px 0;    position: relative;    z-index: 99;    margin-top: -40px;}.launch-project:before {    position: absolute;    content: '';    width: 200px;    height: 5px;    left: 10%;    background-color: #fff;    top: 50%;    transform: translateY(-50%);}.launch-project:after {    position: absolute;    content: '';    width: 200px;    height: 5px;    right: 10%;    background-color: #fff;    top: 50%;    transform: translateY(-50%);}.launch-project h4 {    font-weight: 600;    color: #fff;    margin: 5px 0px 5px 0px;}.launch-project p {    margin-bottom: 0;    color: #fff;    font-size: 16px;}.launch-project a {    margin: 0;    color: #fff;    text-decoration: none;}.about-content {    background-color: #f5f5f5;    padding: 60px 0;}.about-content p strong {    color: #9e8c73;}.about-content p:last-child {    margin: 0;    padding: 10px;}.aboutus {    border-bottom: 2px solid rgba(0, 0, 0, .2);}.aboutus-listing ul {    list-style: none;    padding: 0;    margin: 0;}.aboutus-listing ul li {    color: #000;    overflow: hidden;    width: 47%;    display: inline-flex;    vertical-align: top;    font-size: 14px;    padding: 9px 10px 6px 20px;    /* border: 1px solid rgba(0,0,0,.1); */    margin-bottom: 4px;    margin-right: 15px;    position: relative;}.aboutus-listing ul li i {    font-size: 14px;    color: #9e8c73;    margin-right: 10px;    margin-top: 5px;}.aboutus-listing ul li p {    overflow: hidden;    margin-bottom: 0;    text-align: left;    font-size: 18px;    font-weight: 500;}.aboutus-listing ul li:nth-child(even) {    margin-right: 0;}.specifications {    border-bottom: 0px solid rgba(0, 0, 0, .2);}.specifications.layout .col-lg-3 {    margin-bottom: 30px;}.specifications table {    width: 734px;    max-width: 100%;    margin: 0 auto;    font-family: Spartan, sans-serif;    border: 2px solid #165581;}.specifications table td.bg {    background: #9e8c73;    color: #fff;    width: 20%;}.specifications tr th {    background-color: #9e8c73;    color: #fff;    /*width: 33.3%;*/    padding: 0.25rem 0.6rem;}.specifications tr td {    font-weight: 500;    font-size: 15px;    padding: 12px 10px;}.specifications .content-eoi {    width: 575px;    padding-top: 20px;    margin: 0 auto;}.specifications .about-content {    background-color: transparent;    padding: 0 0 20px 0;}.specifications .content-eoi p {    margin: 0 0 5px 0;}.specifications.layout a {    display: block;    overflow: hidden;    height: 450px;}.our-project-content {    padding: 20px;    background-color: #80046f;}.our-project-content p {    margin: 0;}.our-project .row .col-md-6:last-child .our-project-content {    background-color: #d7ac57;}.our-project-content p {    color: #fff;    text-align: justify;}.section {    padding: 60px 0;}.amenitiesWrapper h2 {    margin: 0;    text-align: center;    margin-bottom: 25px;    padding-bottom: 15px;    position: relative;    color: #fff;}.amenitiesWrapper h2:before {    position: absolute;    content: '';    width: 70px;    height: 2px;    background-color: #fff;    left: 50%;    transform: translateX(-50%);    bottom: 0;}.amenitiesWrapper h2:after {    position: absolute;    content: '';    border-bottom: 6px solid transparent;    border-top: 6px solid #fff;    border-left: 6px solid transparent;    border-right: 6px solid transparent;    left: 50%;    transform: translateX(-50%);    top: 100%;}h2.sectiontitle_new {    margin: 0;    text-align: center;    margin-bottom: 25px;    padding-bottom: 15px;    position: relative;    color: #fff;}h2.sectiontitle_new:before {    position: absolute;    content: '';    width: 70px;    height: 2px;    background-color: #fff;    left: 50%;    transform: translateX(-50%);    bottom: 0;}h2.sectiontitle_new:after {    position: absolute;    content: '';    border-bottom: 6px solid transparent;    border-top: 6px solid #fff;    border-left: 6px solid transparent;    border-right: 6px solid transparent;    left: 50%;    transform: translateX(-50%);    top: 100%;}h2.sectiontitle_new_blk {    margin: 0;    text-align: center;    margin-bottom: 25px;    padding-bottom: 15px;    position: relative;    color: #000;}h2.sectiontitle_new_blk:before {    position: absolute;    content: '';    width: 70px;    height: 2px;    background-color: #9e8c73;    left: 50%;    transform: translateX(-50%);    bottom: 0;}h2.sectiontitle_new_blk:after {    position: absolute;    content: '';    border-bottom: 6px solid transparent;    border-top: 6px solid #9e8c73;    border-left: 6px solid transparent;    border-right: 6px solid transparent;    left: 50%;    transform: translateX(-50%);    top: 100%;}.section h2 {    margin: 0;    text-align: center;    margin-bottom: 25px;    padding-bottom: 15px;    position: relative;}.section h2:before {    position: absolute;    content: '';    width: 70px;    height: 2px;    background-color: #9e8c73;    left: 50%;    transform: translateX(-50%);    bottom: 0;}.section h2:after {    position: absolute;    content: '';    border-bottom: 6px solid transparent;    border-top: 6px solid #9e8c73;    border-left: 6px solid transparent;    border-right: 6px solid transparent;    left: 50%;    transform: translateX(-50%);    top: 100%;}.our-plan {    background-color: #f1f1f1;}.our-plan h4 {    color: #165581;    margin: 30px 0 15px 0;}.our-plan ul {    margin: 0 0 0 0px;    padding: 0;    list-style-type: none;}.our-plan ul li {    margin-bottom: 5px;    position: relative;    padding-left: 15px;}.our-plan ul li::before {    font-family: 'FontAwesome';    content: "\f0da";    color: #165581;    font-size: 18px;    position: absolute;    top: -2px;    left: 0;}.our-plan h2 br {    display: none;}.bhk-spacing {    background-color: #fff;    border-top: 1px solid rgba(0, 0, 0, .1);    font-weight: 500;}.our-project .media-body {    background-color: #9e8c73;    padding: 20px;    border: 10px solid #fff;    margin-left: -10px;}.our-project .media-body h5 {    color: gold;}.our-project .media-body ul {    list-style: none;    padding: 0;    margin: 0;}.our-project .media-body ul li {    color: #fff;    margin-bottom: 4px;    font-size: 15px;}.alert-section {    margin-top: 0;    padding: 30px 0;    background-color: #ffb857;    overflow: hidden;}.alert-section h3 {    float: left;    margin: 0;    line-height: 45px;}#gallery .gallery-iamge iframe {    width: 100%;    height: 100%;}#gallery .gallery-iamge1 {    height: 100%;}#gallery .gallery-iamge img,#gallery .gallery-iamge iframe {    margin: 15px 0;    border-radius: 8px;}.alert-section a {    float: right;    text-decoration: none;    background-color: #fff;    padding: 12px 20px;    font-size: 16px;    border-radius: 10px;    color: #000;    font-weight: 400;}.alert-section a:hover,.possession.further-assistance.alert-section a:focus {    background-color: #9e8c73;    color: #fff;    -webkit-transition: all .5s ease 0s;    -moz-transition: all .5s ease 0s;    -ms-transition: all .5s ease 0s;    transition: all .5s ease 0s;}.our-project .container-fluid {    padding: 0 1px;}.our-project .owl-carousel .owl-item {    margin-right: 0;}.our-project .owl-carousel .owl-nav button.owl-next span,.our-project .owl-carousel .owl-nav button.owl-prev span {    display: none;}.our-project .row {    margin: 0 -1px;}.our-project .container {    margin-top: 30px;}.our-project .container .row {    margin: 0 -15px;}.further-assistance.alert-section h3 {    float: none;    color: #165581;    font-size: 40px;    font-weight: 900;}.our-plan .row .col-lg-6 img {    border: 1px solid rgba(0, 0, 0, .1);}.disclaimer {    padding-top: 100px;}footer {    background-color: #9e8c73;    border-top: 0px solid #165581;    position: relative;    z-index: 999;}.footer-address p {    margin: 0 0 15px 0;    font-size: 30px;    padding: 25px 0 15px 0;    border-bottom: 1px solid rgba(0, 0, 0, .2);    color: #fff;    font-weight: 600;}.footer-address .address i {    color: #165581;    font-size: 20px;    margin-right: 20px;    width: 55px;    height: 55px;    line-height: 55px;    background-color: #fff;    text-align: center;    border-radius: 100px;}.footer-address .address {    border: none;    font-size: 18px;    font-weight: 600;    text-decoration: none;    color: #fff;    letter-spacing: initial;    margin-right: 20px;}.footer-address a {    border: none;    font-size: 18px;    font-weight: 600;    text-decoration: none;    color: #000;    letter-spacing: initial;}.footer-form {    background-color: #0003;    padding: 30px 40px;}.footer-form h4 {    color: #fff;    font-size: 30px;    margin-bottom: 0;}.footer-form p {    color: #fff;    font-size: 16px;    padding-bottom: 15px;    margin-bottom: 20px;    position: relative;}.footer-form p:before {    position: absolute;    content: '';    left: 0;    background-color: #fff;    width: 50px;    height: 2px;    bottom: 0;}.footer-form label {    color: #fff;    font-size: 15px;}.footer-form .form-control {    background-color: #fff;    border: none;    font-size: 15px;}.footer-form textarea.form-control {    resize: none;}.footer-form .form-submit {    text-align: left;}.footer-form .form-submit .btn-primary {    background-color: #000000;}.copyright {    background-color: #000;    padding: 15px 0;}.copyright p {    color: #c1c1c1;    margin: 0;    text-align: center;    font-size: 0.7rem;}.copyright p.newp {    color: #c1c1c1;    margin: 0;    text-align: center;    font-size: 0.8rem;}.copyright a {    color: #165581;    text-decoration: none;}.copyright p span {    margin-left: 30px;}.project-modal .modal-header {    background-color: #165581;    padding: 10px;}.project-modal .modal-header h5 {    color: #fff;}.project-modal .modal-header .close {    border: none;    box-shadow: none;    opacity: 1;    color: #fff;    outline: 0;}.project-modal .modal.fade .modal-dialog {    top: 40%;    transform: translateY(-50%);    z-index: 999;}.project-modal .modal-body .form-control {    font-size: 15px;    box-shadow: none;}.project-modal .form-submit .btn-primary {    box-shadow: none;    outline: 0;    border: none;    -webkit-transition: all .5s ease 0s;    -moz-transition: all .5s ease 0s;    -ms-transition: all .5s ease 0s;    transition: all .5s ease 0s;}.project-modal .form-submit .btn-primary:focus,.project-modal .form-submit .btn-primary:hover {    background-color: #9e8c73;    box-shadow: none;}.bid-site-visit {    position: fixed;    bottom: 0;    left: 0;    right: 0;    overflow: hidden;    text-align: center;    background-color: #9e8c73;    z-index: 99;    box-shadow: 0 0 10px rgba(0, 0, 0, .2);    display: none;}.bid-site-visit .expert-advice {    width: 40%;    float: left;    padding: 5px 0;    text-decoration: none;    color: #fff;}/* .bid-site-visit .expert-advice:first-child {  border-right: 1px solid #000;} */.bid-site-visit .expert-advice {    border-right: 1px solid #0003;}.bid-site-visit .btn-in img,.bid-site-visit .expert-advice img {    margin: 0 auto 5px;    display: block;}.bid-site-visit .btn-in {    width: 50%;    padding: 10px 0;}.alert-section br {    display: none;}.right-form {    position: fixed;    width: 270px;    top: 50%;    transform: translateY(-50%);    right: -270px;    font-family: Montserrat, sans-serif;    transition: all .5s ease 0s;    -webkit-transition: all .5s ease 0s;    -moz-transition: all .5s ease 0s;    -ms-transition: all .5s ease 0s;    z-index: 9;    box-shadow: 0 0 10px rgba(0, 0, 0, .1);    z-index: 999;}.gallery-img-display .gallery-iamge{	display: block;	overflow: hidden;}.gallery-img-display .gallery-iamge a img{	filter: blur(3px);}.right-form.active {    right: 0;}.right-form img {    margin: 0 auto;    width: 150px;    text-align: center;    display: block;}.right-form .underline {    position: absolute;    left: 59%;    top: 32px;    width: 42%;    transform: translateX(-50%);}.get-call-back {    position: absolute;    left: -104px;    top: 40%;    -webkit-transform: rotate(90deg);    transform: rotate(90deg);    font-size: 18px;    font-weight: 600;    background-color: #000000;    color: #fff;    text-decoration: none;    padding: 8px 22px;    box-shadow: 0 0 5px rgba(255, 255, 255, .6);    font-family: Montserrat, sans-serif;    transition: all .5s ease 0s;    -webkit-transition: all .5s ease 0s;    -moz-transition: all .5s ease 0s;    -ms-transition: all .5s ease 0s;}.right-form.active .get-call-back {    top: 61px;}.get-call-back:focus,.get-call-back:hover {    background-color: #215580;    color: #fff;    text-decoration: none;}.our-plan a.location-img{    position: relative;    display: block;    overflow: hidden;}.our-plan a.location-img img{        /*transform: scale(1.3);*/    overflow: hidden;    display: block;        filter: blur(3px);}.right-form {    background-color: #fff;    padding: 0;}.td-width {    width: 200px !important;    text-align: center;}.right-form p {    font-size: 17px;    font-weight: 600;    margin: 0;    padding: 10px 20px 10px 20px;    text-transform: uppercase;    margin-bottom: 0;    background-color: #fff;    color: #9e8c73;    margin-left: 77px;}.right-form form {    padding: 15px 15px 40px 15px;    margin: 0;    background-color: #eaeaea;    border-top: 2px solid #000;}.landingpage-form.right-form form {    padding: 20px;}.right-form .form-control {    font-family: 'Josefin Sans', sans-serif;    border-radius: 0;    outline: 0;    font-size: 14px;    height: 42px;}.right-form .form-control:focus,.right-form .form-control:hover {    box-shadow: none;    border: 1px solid #ccc;}.right-form .btn-primary {    font-family: Montserrat, sans-serif;    font-weight: 500;    border-radius: 0;}.whatsapp_btn {    position: fixed;    bottom: 64px;    right: 20px;    display: none;    border-radius: 10px;    z-index: 999;    /* -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, .5);  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, .5);  box-shadow: 3px 3px 6px rgba(0, 0, 0, .5); */    -webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    -ms-box-sizing: border-box;    box-sizing: border-box;    display: none;}.whatsapp_btn img {    width: 40px;    height: 40px;}.thanksyou-section {    text-align: center;    padding: 228px 0 100px;    min-height: 97vh;    font-size: 15px;    color: #757474;}.thanksyou-section .thanks {    clear: both;    width: 100%;    font-size: 60px;    color: #4caf50;    font-weight: 900;    padding-bottom: 30px;    margin: 0;    text-transform: uppercase;}.thanksyou-section i {    clear: both;    width: 100%;    font-size: 72px;    color: #4caf50;    text-align: center;    font-weight: 700;    padding-bottom: 35px;}.thanksyou-section span {    color: #ff5722;    font-weight: 500;}.thanksyou-section+.copyright {    margin-top: -50px;    padding: 15px 0;}#Projects .owl-item {    margin-top: 20px;}.header {    border-bottom: 1px solid rgba(0, 0, 0, .1);}@media(max-width:1400px) {    .banner-slide .carousel-caption h1 {        font-size: 50px;    }    .banner-slide .carousel-caption p {        font-size: 20px;    }    .enquiry-form .form-control {        height: calc(1.75em + .75rem + 2px);    }    .banner-slide .carousel-caption {        left: 5%;    }    .enquiry-form {        right: 5%;    }}@media(max-width:1199px) {    header .navbar-light .navbar-toggler {        background-color: gold;    }    header .navbar-light .navbar-toggler {        background-color: #9e8c73;        border-radius: 100px;        padding: 0;        width: 45px;        height: 45px;        border: 0 solid rgba(0, 0, 0, .1);        box-shadow: none;        outline: 0;        margin-left: 50%;    }    header .navbar-collapse {        position: fixed;        width: 250px;        top: 0;        bottom: 0;        right: -250px;        overflow-y: auto !important;        display: block !important;        left: auto;        height: auto !important;        background-color: #9e8c73;        border: 2px solid #fff;        box-shadow: 0 0 10px rgba(0, 0, 0, .1);        -webkit-transition: all .5s ease 0s;        -moz-transition: all .5s ease 0s;        -ms-transition: all .5s ease 0s;        transition: all .5s ease 0s;        z-index: 99;    }    header .navbar-collapse.show {        right: 0;    }    .close_menu {        display: block;        overflow: hidden;        margin: 0 0 30px 0;    }    .close_menu a {        width: 68px;        line-height: 30px;        background-color: #165581;        color: #fff;        padding: 4px 10px;        display: inline-block;        text-align: center;        float: right;    }    .close_menu a:focus,    .close_menu a:hover {        background-color: #ffffff;    }    .navbar-light .navbar-nav .active>.nav-link {        color: #fff;    }    header .navbar-light .navbar-nav .nav-item.active {        color: #fff;    }    header .navbar-light .navbar-nav .nav-link {        color: #fff;        padding: 10px 0;        border-bottom: 1px solid #fff;        font-size: 15px;        -webkit-transition: all .2s ease 0s;        -moz-transition: all .2s ease 0s;        -ms-transition: all .2s ease 0s;        transition: all .2s ease 0s;    }    header .navbar-light .navbar-nav .nav-link.active,    header .navbar-light .navbar-nav .nav-link:focus,    header .navbar-light .navbar-nav .nav-link:hover {        color: #fff;    }}@media(max-width:1024px) {    .banner-slide .carousel-caption p {        font-size: 16px;    }}@media(max-width:991px) {    .banner-slide .carousel-caption {        left: 5%;        right: 5%;    }    .am-sec {        text-align: center;        padding: 2px 0px;        margin: 1px 0;    }    .am-sec i {        font-size: 25px;        padding: 8px;    }    .am-sec p {        font-size: 0.9em;        color: #244a69;        margin-top: 0em;        text-transform: capitalize;    }    .enquiry-form {        position: static;        transform: none;        margin: 20px 20px;        border: 1px solid rgba(0, 0, 0, .1);    }    .right-form {        /* display: none; */    }    .our-project .media {        display: block;    }    .our-project .media img {        width: 100%;    }    .our-project .media-body {        margin-left: 0;    }    .alert-section {        text-align: center;    }    .alert-section h3 {        float: none;        display: block;        font-size: 26px;    }    .alert-section a {        float: none;        margin: 5px 0 0 0;        display: inline-block;    }    .launch-project:before {        width: 100px;    }    .launch-project:after {        width: 100px;    }    .footer-address p {        margin: 0;    }    .footer-address a {        margin: 0 0 15px 0;        display: inline-block;    }}@media(max-width:767px) {    .table-responsive-sm.new-w {        padding: 7px;    }    #gallery .gallery-iamge img,    #gallery .gallery-iamge iframe {        margin: 7px 0;        border-radius: 8px;    }    .m-magrin-t {        margin-top: 1rem !important;    }    #aminities .col-6 {        padding-left: 8px;        padding-right: 8px;    }    .disclaimer h1 {        font-size: 20px;    }    .disclaimer h2 {        font-size: 20px;    }    .td-width {        width: 120px !important;    }    #enq-now-form .form-group {        margin-bottom: 0.3rem;    }    header .navbar-light .navbar-brand {        width: 200px;        padding: 5px 0;        margin-right: 0;    }    .specifications tbody {        border: 2px solid #8b226b;    }    .gallery-img-display {        /*display: none;*/    }    header.sticky .call-info {        border-radius: 50px;    }    header .navbar-light .navbar-brand {        width: 135px;    }    header.sticky .call-info i {        margin: -3px 0 -5px -10px;    }    header.sticky .navbar {        padding: 0 10px;    }    .banner-slide {        padding-top: 68px;    }    .banner-slide .carousel-caption h2 {        font-size: 40px;    }    .banner-slide .carousel-caption h2 span {        font-size: 50px;    }    .section h2 {        font-size: 24px;    }    .new-w tr th,    .new-w tr td {        width: 50%;    }    .bid-site-visit {        display: block;    }    .call-info {        width: 46px;        height: 46px;        line-height: 30px;    }    .call-info i {        padding: 0;        margin: 0;        color: #fff;        background-color: #9e8c73;    }    .alert-section h3 {        font-size: 18px;        line-height: 28px;    }    .aboutus-listing ul li {        width: 100%;        margin-right: 0;        color: #000;        overflow: hidden;        display: inline-flex;        vertical-align: top;        font-size: 14px;        padding: 6px 6px 6px 6px;        margin-bottom: 0px;        position: relative;        border: none;    }    .aboutus-listing {        text-align: left !important;    }    .specifications table {        width: 600px;    }    .specifications tr td {        font-size: 14px;    }    .call-info span {        display: none;    }    .our-plan .row .col-lg-6:first-child {        margin-bottom: 20px;    }    .further-assistance.alert-section h3 {        font-size: 32px;        line-height: 38px;    }    .alert-section {        padding: 20px 0;    }    .alert-section br {        display: block;    }    .launch-project:after,    .launch-project:before {        display: none;    }    .specifications.layout .col-lg-3:last-child {        margin-bottom: 0;    }    .our-project .row .col-lg-4:nth-child(4),    .our-project .row .col-lg-4:nth-child(5),    .our-project .row .col-lg-4:nth-child(3),    .our-project .row .col-lg-4:nth-child(1),    .our-project .row .col-lg-4:nth-child(2),    .our-project .row .col-lg-4:nth-child(6) {        display: block;    }    #gallery .iamge img {        width: 100%;    }    img.img-fluid.img-thumbnail {        margin-top: 14px;        border-radius: 16px;    }    .our-project .owl-carousel .owl-item:nth-child(10),    .our-project .owl-carousel .owl-item:nth-child(3) {        display: none;    }    .whatsapp_btn {        display: block;        z-index: 999;        bottom: 9px;        right: 19px;    }    .thanksyou-section+.copyright {        margin-top: 0;    }    .thanksyou-section .thanks {        font-size: 50px;    }    .thanksyou-section {        padding: 110px 0 40px;        min-height: 85vh;    }    .copyright {        padding-bottom: 74px;    }    .thankss.copyright {        margin-bottom: 0;    }}@media(max-width:640px) {    header .navbar {        padding: 5px;    }    header .navbar-light .navbar-brand {        width: 112px;    }    .banner-slide .carousel-caption h1 {        font-size: 30px;    }    .banner-slide .carousel-caption h1 span {        font-size: 40px;    }    .banner-slide .carousel-caption p {        font-size: 14px;    }    .banner-slide .carousel-caption .now-in {        font-size: 14px;    }    .specifications .content-eoi {        width: 100%;        max-width: 100%;    }    .specifications .content-eoi p {        font-size: 14px;    }    .footer-address .address {        margin: 10px 20px 10px 0;    }    .footer-address h3 {        font-size: 24px;    }    .footer-address .address {        position: relative;        padding-left: 70px;        padding-top: 15px;    }    .footer-address .address i {        position: absolute;        left: 0;        top: 0;        margin-right: 20px;    }    .footer-form {        margin-top: 20px;    }    .whatsapp-image {        display: none;    }}.scrollprice {    display: none !important}@media(max-width:575px) {    .scrollprice {        font-size: 18px;        font-weight: 600;        text-align: center;        position: relative;        padding: 10px 15px 0px 15px;        display: block !important    }    .scrollprice:before {        position: absolute;        content: '';        width: 50px;        height: 15px;        left: 22%;        top: 62%;        transform: translateY(-50%);        background: url(../img/left.png)    }    .scrollprice:after {        position: absolute;        content: '';        width: 50px;        height: 15px;        right: 22%;        top: 62%;        transform: translateY(-50%);        background: url(../img/right.png)    }}@media(max-width:533px) {    .footer-address .address {        padding-top: 0;    }    .footer-address .address .fa-phone {        top: -15px;    }    .footer-address .address i {        width: 45px;        height: 45px;        line-height: 45px;    }    .footer-address .address,    .footer-address a {        font-size: 15px;    }    .footer-address .address {        padding-left: 52px;    }}@media(max-width:480px) {    .banner-slide .carousel-item img {        height: 195px;    }    .footer-address p.address:nth-child(odd) {        padding-top: 0;    }    .banner-slide .carousel-caption p {        display: block;    }    .banner-slide .carousel-caption p {        letter-spacing: 6px;    }    .specifications table {        width: 100%;        max-width: 100%;    }    .specifications .container {        padding-left: 0;        padding-right: 0;    }    .specifications tr td {        font-size: 13px;    }    .scrollprice:before {        left: 17%;        top: 62%;    }    .scrollprice:after {        right: 17%;        top: 62%;    }}@media(max-width:420px) {    header .navbar {        padding: 5px 15px 5px 5px;    }    .banner-slide .carousel-caption h1 {        font-size: 25px;    }    .banner-slide .carousel-caption h1 span {        font-size: 35px;    }    .specifications .content-eoi {        width: 320px;    }    .our-plan h2 br {        display: block;    }    .table-responsive {        display: block;        width: 100%;        overflow-x: auto;    }    .enquiry-form {        padding: 20px 10px;        margin: 10px 10px 10px;    }    .enquiry-form .form-group {        margin-bottom: 0.5rem;    }    .enquiry-form h4 {        margin: -20px -10px 10px -10px;        font-size: 20px;    }    .launch-project h4 {        font-size: 14px;    }    .specifications tr td {        padding: 12px 10px;    }    .our-project .owl-carousel .owl-nav button.owl-next,    .our-project .owl-carousel .owl-nav button.owl-prev {        display: none;    }    .copyright a {        margin-left: 0;    }    .copyright p span {        margin-left: 0;    }    .footer-address .address {        margin: 10px 10px 10px 0;    }    .scrollprice:before {        left: 12%;        top: 62%;    }    .scrollprice:after {        right: 12%;        top: 62%;    }}.our-project .row .col-lg-12 {    padding: 0 1px;    margin-bottom: 2px;}.our-project {    background: #f5f5f5;}.specifications tr td sup {    color: #000;    font-size: 20px;    top: 5px;    left: -5px;}.specifications tr td .fas {    color: #165581;    font-size: 14px;    padding-right: 8px;}.dr-payment-plan585 h4 {    font-size: 18px;    font-weight: 600;    margin-left: 260px;    margin-top: 20px;    position: relative;    padding-left: 25px;    background: #eee;    width: 590px;    padding: 10px 20px;}.dr-payment-plan585 h4:before {    content: '';    width: 5px;    height: 100%;    position: absolute;    left: 0;    top: 0;    bottom: 0;    background: #80046f;}.dr-payment-plan585 h4 span {    padding-left: 20px;    color: #165581;}@media(max-width:991px) {    .dr-payment-plan585 h4 {        font-size: 18px;        font-weight: 600;        margin-left: 50px;    }}@media(max-width:767px) {    .section {        padding: 30px 0;    }    footer {        z-index: 9;    }    .copyright p {        margin: 0;        text-align: center;        font-size: 0.6rem;    }    .owl-item video {        padding-top: 20px;    }    .copyright .container-fluid {        padding-left: 8px;        padding-right: 8px;    }    .dr-payment-plan585 h4 {        font-size: 18px;        font-weight: 600;        margin-left: 0;        width: auto;    }    .launch-project {        margin-top: 0px;    }}.dr-payment-plan585 .table-bordered td {    background-color: #fff4d7 !important;    color: #165581;}.banner-slide .carousel-caption {    display: none !important;}.launch1 {    display: none;}@media (max-width:991px) {    section.launch-project {        display: none;    }    .launch1 {        display: block;    }}.table td,.table th {    vertical-align: center !important;}.plus-captcha {    display: flex;}.plus-captcha .plus-text {    margin: 5px 5px;    display: flex;    align-items: center;}.plus-captcha span {    margin-top: 7px;    margin: 6px 6px;}.bot-text {    margin-bottom: .4rem;}.contact .contact-form .plus-captcha p span {    display: initial;}.right-form .plus-captcha .plus-text {    margin: 5px 5px;    display: flex;    align-items: center;    background-color: transparent;    font-size: 16px;    padding: 0;}.footer-form .plus-captcha .plus-text:before {    display: none;}/* add-css */.spanoverview {    background: #bea668;    padding: 2px;}.amenitiesWrapper img {    width: 100%;    display: block;}.amenitiesWrapper {    background: #165581;    padding: 50px 0 20px 0;}.featBox {    max-width: 20%;    flex: 0 0 20%;}.featBox section {    padding: 20px;    background: linear-gradient(45deg, #f4e9e978, transparent);    height: 100%;    cursor: pointer;    transition: all ease-in-out 500ms;}.featBox section .img-fluid {    width: 74px;    margin: 16px auto;    border: 1px solid #ccc;    /* filter: brightness(0.15); */    border-radius: 50%;    background: #fff;    padding: 10px;}.featBox section .img-fluid img {    filter: brightness(0.15);    transition: all ease-in-out 500ms;}.featBox section:hover img {    transform: rotate(360deg);}.featBox section p.text-uppercase {    letter-spacing: 1px;    font-size: 13px;    margin-bottom: 8px;    text-align: center;}.featBox section p {    font-size: 15px;    text-align: center;    color: #fff;    text-transform: uppercase;    text-shadow: 0 1px black;}.bannerText {    text-align: left;    z-index: 9;    color: #fff;    background: linear-gradient(to right, #9e8c73, transparent);    position: absolute;    top: 35%;    padding-left: 20px;}.bannerText p {    font: 700 15px "Montserrat", sans-serif;    font-weight: 700;    letter-spacing: 3px;    margin-bottom: 10px;    text-transform: uppercase;}.bannerText h1,.bannerText h2 {    font-family: robot;    font-weight: 900;    text-transform: uppercase;    font-size: 50px;}.bannerText h2 {    color: #FFFFFF;}@media (max-width: 1024px) {    .featBox {        max-width: 25%;        flex: 0 0 25%;    }}@media (max-width: 812px) {}@media (max-width: 500px) {    .overview-box {        width: 48%;        margin: 3px auto;    }    .col-4,    .col-8 {        -ms-flex: 0 0 100%;        flex: 0 0 100%;        max-width: 100%;    }    .featBox {        -ms-flex: 0 0 50%;        flex: 0 0 50%;        max-width: 50%;    }    .readmore a {        padding: 5px 5px;    }    .hm-loctionContainer .col-lg-6 {        padding: 0;        margin: 10px 0;    }    .heading h3 {        margin-top: 20px;        font-size: 20px;    }    .bannerText {        padding: 9px;    }    .carousel-item section {        align-items: flex-start;        margin-top: 10px;    }    .featSlider {        max-height: 400px;        overflow: auto;    }    .hm-loctionContainer {        background-size: cover;    }    iframe {        height: 200px !important;    }    .top-menu ul li a {        font-size: 12px;        padding: 4px;    }}.sec_5 {    background-color: #9e8c73;    padding: 3rem 0 2.5rem;}.prclist {    background-color: rgba(255, 255, 255, .7);    margin-bottom: 2rem;    border-radius: 0.4rem;    text-align: center;}.cate_name {    padding: 0.7rem 0;    background-color: rgb(78 174 183);    border-radius: 0.4rem 0.4rem 0 0;    font-size: 1.3rem;    color: #fff;}.floorname {    background-color: rgba(255, 255, 255, .5);    padding: 0.5rem 0.5rem 0.8rem;    font-size: .8rem;    line-height: 180%;}.allvalue {    padding: 0.5rem 0.5rem 0.8rem;    background-color: rgba(255, 255, 255, .5);    border-radius: 0 0 0.4rem 0.4rem;    font-size: 1.3rem;    font-weight: 700;    line-height: 100%;}.floorarea {    background-color: rgba(192, 158, 82, .2);    padding: 0.5rem 0.5rem 0.8rem;    font-size: .8rem;    line-height: 180%;}.floorname span {    display: block;    font-size: 1.3rem;}.floorarea .btn-outline-primary {    background: #41aeb7;    border: 1px solid #215580;    color: #fff;}.banner-offers {    padding: 100px 0px 0 10px;    position: absolute;    top: 15%;    left: 5%;    z-index: 99;}.banner-offers h4 {    display: block;    padding: .5rem;    font-size: 24px;    font-weight: 500;    text-transform: uppercase;    color: #fff;}.banner-offers h4 span {    display: block;    font-size: 20px;    text-transform: capitalize;    /* line-height: 1.4vw; */    text-shadow: 0 1px 2px #000;    color: #fff;}.banner-offers h5 {    background-color: rgba(0, 0, 0, 0.3);    padding: 10px 12px;    margin-top: 10px;    margin-bottom: 10px;    font-size: 1rem;    text-transform: capitalize;    text-shadow: 0 1px 2px #000;    list-style: none;}a.btn.enquire-btn.call-now {    color: #fff;    background-color: #9e8c73;}.pro-status {        display: inline-block;        padding: 0.2rem 0.5rem;    font-size: 19px;    text-transform: capitalize;    color: #fff;    background-color: #ff004b;    border-radius: 10px 0;    font-weight: 400;}.pro-tag-line {    display: block;    padding: .3rem;    font-size: 20px;    text-transform: capitalize;    text-shadow: 0 1px 2px #000;    color: #fff;}.pro-price {    display: block;    padding: .3rem;    color: #fff;    text-shadow: 0 1px 2px #000;    font-size: 25px;}.enquire-btn {    font-size: 16px;    padding: .5rem;    /* margin-left: 15px; */}.enquire-btn.form {    font-size: 16px;    padding: .6rem;    margin: 0 auto;    display: block;}.banner-offers p {    margin: 8px 15px;}.banner-offers ul {    padding-left: 20px;    list-style: none;    background: #0e66ae;}.banner-offers ul li {    /* text-align: center; */    font-size: 15px;    line-height: 28px;    color: #fff;    margin-bottom: 8px;    padding: 2px;}.banner-offers p {    margin: 8px 15px;}.banner-offers ul {    padding-left: 20px;    list-style: none;    background: #0e66ae;}.banner-offers ul li {    /* text-align: center; */    font-size: 15px;    line-height: 28px;    color: #fff;    margin-bottom: 8px;    padding: 2px;}button.enquire-btn {    color: #fff;    background-color: #9e8c73;    margin: 6px;}button.enquire-btn:hover {    color: #fff;    background-color: #9e8c73;    margin: 6px;}.whtsap-btn img {    width: 50px;}.whtsap-btn {    position: fixed;    bottom: 30px;    left: 30px;    z-index: 999;    font-size: 31px;    color: #fff;    padding: 0;    margin: 0;    height: 50px;    width: 50px;    border-radius: 50%;    background-color: #248e4f;    text-align: center;    justify-content: center;    align-items: center;    display: flex;}.call_pop a {    display: block;    background: #ffffff;    text-align: center;    padding: 7px 0px;    color: #000;    font-size: 20px;    font-weight: 600;    border-radius: 5px;    margin-top: 0rem;    text-decoration: none;}.call_pop a i {    font-size: 25px;    color: #000;}.enquire-now-form .modal-dialog {    max-width: 350px}.enquire-now-form .modal-content {    background: #9e8c73;}.enquire-now-form h5.modal-title {    text-align: center !important;    color: #fff;}.enquire-now-form .modal-header {    text-align: center;    display: inline-block;}.enquire-now-form .modal-header .close {    padding: 0;    margin: 0;    position: absolute;    color: #fff;    right: -1px;    top: -1px;    background: #000000;    opacity: 1;    font-size: 18px;    padding: 8px;    border-radius: 0;    outline: none;}.fix-footer {    display: none;}#totop a {    width: 40px;    height: 40px;    background-color: #9e8c73;    position: fixed;    bottom: 60px;    right: 5px;    line-height: 40px;    color: #fff;    left: auto;    top: auto;    text-align: center;    border-radius: 5px;}.inner-padd {    padding: 6rem 0 1rem;    background: #f5f5f5;}@media (max-width: 576px) {    .enquire-now-form .modal-dialog {        max-width: 100% !important;    }    .featSlider {        max-height: inherit;        overflow: auto;    }}@media (max-width: 768px) {    .whtsap-btn {        display: none;    }    .fix-footer {        height: 45px;        display: block;        position: fixed;        bottom: 0;        left: 0;        right: 0;        background: #fff;        padding: 5px 0;        z-index: 99;        box-shadow: rgb(204 219 232) 3px 3px 6px 0px inset, rgb(255 255 255 / 50%) -3px -3px 6px 1px inset;    }    .fix-footer p {        float: left;        width: 33.33%;        text-align: center;        margin: 0;        padding: 0;        margin-top: 7px;    }    .fix-footer p a {        float: left;        /* width: 33%; */        margin: 0;        padding: 0;        display: flex;    }    .fix-footer p a img {        width: 20px;        margin: 0 4px;    }    .fix-footer p a span {        float: left;        width: 100%;        color: #000;    }}@media (max-width: 991px) {    .banner-offers {        padding: 20px 0px 0 10px;        top: 2%;    }    .banner-offers h4 {        font-size: 12px;        padding: 0;    }    .banner-offers h4 span {        font-size: 12px;    }    .pro-tag-line {        padding: 0;        font-size: 12px;    }    .enquire-btn {        padding: 0.2rem 0.3rem;        font-size: 12px;    }    .enquiry-form-mar-mob {        margin: 15px !important;    }    .enquiry-form {        width: 100%;        position: relative !important;        margin: 0 !important;        transform: none !important;        right: 0 !important;        left: 0 !important;    }    header .navbar-light .navbar-toggler {        margin-left: 25%;    }    .get-call-back {        padding: 5px 5px;        font-size: 14px;        left: -68px;    }    .right-form.active .get-call-back {        top: 36px;    }    .whatsapp_btn {        display: none;    }}@media (max-width: 768px) {    .banner-offers {        padding: 0px;        top: 10% !important;        text-align: center;        width: 100%;        margin: 0 auto;        left: 0 !important;    }    .banner-offers h4 {        font-size: 20px;        padding: 0;        margin-bottom: 15px;    }    .banner-offers h4 span {        font-size: 20px;        margin-bottom: 15px;    }    .pro-tag-line {        padding: 0;        font-size: 20px;        margin-bottom: 15px;    }    .enquire-btn {        padding: 0.2rem 0.3rem;        font-size: 20px;    }    .banner-slide .carousel-item img {        min-height: 400px;    }}@media only screen and (min-width: 500px) and (max-width: 768px) {    header .navbar-light .navbar-toggler {        margin-left: 45%;    }    .banner-offers {        top: 7%;    }}@media only screen and (min-width: 769px) and (max-width: 991px) {    .banner-offers {        top: 10%;    }    .banner-offers h4 {        font-size: 16px;        padding: 0;    }    .banner-offers h4 span {        font-size: 16px;    }    .pro-tag-line {        padding: 0;        font-size: 16px;    }    .enquire-btn {        padding: 0.5rem;        font-size: 16px;    }}@media only screen and (min-width: 992px) and (max-width: 1199px) {    .banner-offers {        padding: 0px 0px 0 10px;        top: 20%;    }    .enquiry-form {        padding: 10px;    }    .enquiry-form h4 {        margin: 0 0 10px 0;    }    .enquiry-form .form-group {        margin-bottom: 0.5rem;    }    .enquiry-form p {        display: none;    }    .enquiry-form .form-control {        height: calc(1.25em + 0.75rem + 2px);    }}@media only screen and (min-width: 1200px) and (max-width: 1260px) {    header .navbar-light .navbar-nav .nav-item {        padding: 0 0.7rem;    }}