.header-wrap .nav li a.whatsapp{
	padding:16px 12px;	
	display:flex;
	align-items:center;
}
.header-wrap .nav li a.whatsapp.active{
	background:none;
}
.header-wrap .nav li a.whatsapp i{
	background:#4caf50;
	margin-right:8px;
    font-size: 20px;
    color: #fff;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
}
.header-wrap .nav li a.call-us i{
	background:#ed3338;
}

#brochure-form .modal-dialog,
#call-back-form .modal-dialog,
#gallery-form .modal-dialog,
#virtual-tour-form .modal-dialog {
    margin-top: 70px
}

#call-back-form .modal-dialog {
    max-width: 400px;
    margin: 70px auto 0;
}

#call-back-form .modal-form-head {
    background: #1e88e5
}

#call-back-form .modal-form-head .content p {
    margin-bottom: 0
}




.enquiry-fix-btn {
    position: fixed;
    top: 25%;
    right: 0;
    left: inherit;
    bottom: inherit;
    z-index: 1600;
    transform: rotate(90deg) translateY(-120px);
    opacity: 0;
    visibility: hidden;
    transition: transform .3s ease-in-out
}

.enquiry-fix-btn.active {
    transform: rotate(90deg) translateY(-60px);
    opacity: 1;
    visibility: visible
}

.enquiry-fix-btn .btn {
    box-shadow: none;
    border-radius: 0
}

.call-back a {
    position: fixed;
    top: 25%;
    left: 0;
    z-index: 1600;
    background: #1e88e5;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    animation: call .6s infinite linear alternate
}

@keyframes call {
    0% {
        padding-left: 10px
    }
    100% {
        padding-left: 20px
    }
}

.call-back a:hover {
    animation-play-state: paused
}

.call-back a img {
    display: block;
    margin: auto;
    margin-bottom: 5px
}

.bg-pattern {
    background: url(../images/bg-pattern.png) center no-repeat;
    background-size: cover
}

.heading-title.text-center {
    border-left: none;
    padding-left: 0
}

.heading-title.p-rel {
    margin-bottom: 50px
}

.heading-title.p-rel:before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 2px;
    background: #8e8b8b;
}

.header-wrap .navbar .container-fluid {
    padding-left: 15px
}

.header-wrap .navbar-brand img {
    /*width: 105px;*/
	margin-left: 30px;
	margin-top: 10px;
}

.sidebar-logo img {
    width: 150px
}

.banner-info {
    position: absolute;
    bottom: 0;
    right: 100px;
    z-index: 10;
    width: 350px;
    padding: 20px
}

.banner-info a.btn {
    margin-top: 15px
}

.banner-info img {
    margin-bottom: 10px;
    height: auto;
    width: 250px
}

.banner-info p {
    font-weight: 500;
    color: #212121
}

.banner-info p.pay-plan {
    background: #252e6a;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: -25px;
    position: relative;
    top: -35px;
    font-size: 18px;
    border-bottom: 2px solid #f67935;
    animation: bounceIn 5s infinite ease-in-out;
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}



.banner-offer {
    position: absolute;
    top: -40px;
    left: -40px
}

.banner-offer img {
    margin-bottom: 0
}

.above-head p {
    margin-bottom: 0
}

.about-content a.btn {
    margin-top: 10px
}

.about-content .ul-list {
    margin-top: 20px
}

.about-content .ul-list li {
    display: inline-block;
    margin-right: 10px
}

.about-content .ul-list li img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    margin-top: -3px
}

.amenities-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 20px
}

.amenities-row .col-md-2 {
    padding-left: 5px;
    padding-right: 5px;
    display: grid;
    margin-bottom: 10px
}

/*.amenities-item {
    padding: 15px 10px;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
    border: 1px dashed #957226
}*/

.amenities-title {
    margin-top: 10px;
    font-size: 15px
}

.project-view-section {
    padding-bottom: 50px
}

.project-view-right,
.project-view-section .row {
    display: flex
}

.project-view-section .row {
    flex-wrap: wrap
}

.project-view-right {
    align-items: flex-end
}

.project-view-right .project-view-content {
    margin-right: 40px
}

.project-view-left .project-view-content {
    margin-left: 40px
}

.project-view-img img {
    height: 100%
}

.project-view-content {
    padding: 40px;
    display: grid;
    align-items: center
}

.project-view-content:before {
    content: '';
    position: absolute;
    left: -20px;
    z-index: 10;
    width: 0;
    height: 0;
    border-right: 20px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent
}

.project-view-left .project-view-content:before {
    border-right: none;
    border-left: 20px solid #fff;
    left: auto;
    right: -20px
}

.price-list-table .table {
    margin-bottom: 0
}

.price-list-table .table tr td,
.price-list-table .table tr th {
    padding: 12px
}

.price-list-table .table tr td {
    padding: 10px 12px;
    vertical-align: baseline
}

.price-list-head tr th {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center
}

.gallery-section {
    padding-bottom: 40px
}

.gallery-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px
}

.gall-row-view {
    margin-bottom: 20px
}

.gallery-row .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px
}

.gallery-item img {
    height: 100%;
}

.gallery-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 33, 33, .85);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .3s ease-in-out
}

.gallery-item:hover .gallery-inner {
    opacity: 1
}

.gallery-title {
    transform: translateY(-100px);
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    transition: all .5s ease-in-out
}

.gallery-item:hover .gallery-inner figcaption a,
.gallery-item:hover .gallery-title {
    transform: translateY(0)
}

.gallery-inner figcaption a {
    transform: translateY(100px);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    font-size: 15px;
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, .15);
    color: #212121;
    transition: all .7s ease-in-out
}

.map-frame iframe {
    border: none;
    display: block;
    width: 100%;
    height: 310px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.form-row {
    display: flex;
    flex-wrap: wrap
}

.enquiry-form-head {
    margin-bottom: 20px
}

.enquiry-form-head p {
    font-weight: 700;
    color: #212121;
    font-size: 24px;
    margin-bottom: 2px;
    line-height: 1.3
}

.enquiry-form-head span {
    color: #1f7e00;
    font-size: 18px
}

.contact-form-top {
    top: -100px;
    margin-bottom: -70px;
    border-top: 3px solid #1f7e00
}

.cta-section {
    padding: 30px 0 20px;
    background: url(../images/bg_footer.jpg) center;
    background-size: contain
}

.cta-content {
    margin-bottom: 10px
}

.cta-content h3 {
    color: #e6ffde;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 5px;
    line-height: 1.3
}

.cta-content p,
.cta-content p a {
    font-size: 26px;
    font-weight: 500;
    color: #fff
}

.cta-content p a {
    font-size: 30px;
    text-decoration: underline
}

.cta-content a.btn {
    color: #212121;
    font-weight: 500;
    font-size: 18px;
    height: 55px;
    line-height: 55px;
    margin-top: 15px
}

.virtual-tour:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(5deg, #000, rgba(0, 0, 0, .4), rgba(0, 0, 0, .2))
}

.virtual-tour img {
    height: 400px
}

.virtual-tour img.virtual-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px
}

.location-adv-content .ul-list li {
    display: block;
    margin-right: 0;
    font-size: 16px;
    display: flex
}

.location-adv-content .ul-list li img {
    margin-right: 15px;
    margin-top: 0
}

.contact-img {
    height: 410px
}

p.disclaimer {
    font-size: 12px;
    margin-top: 5px;
    color: #949494
}

@media(max-width:1199px) {
    .header-wrap .navbar-brand img {
        width: 220px;
        margin-top: 6px
    }
    .enquiry-form-head p {
        font-size: 20px
    }
    .enquiry-form-head span {
        font-size: 16px
    }
}

@media(max-width:991px) {
    .header-wrap .navbar-brand img {
        width: 107px;
        margin-top: 10px
    }
    .header-wrap .nav li a {
        font-size: 12px
    }
    
    
    
    
    .banner-info {
        width: 320px
    }
    .project-view-content {
        padding: 30px;
        margin: 0 15px
    }
    .project-view-right .project-view-content {
        margin-right: 15px
    }
    .project-view-left .project-view-content {
        margin-left: 15px
    }
    .project-view-content:before,
    .project-view-left .project-view-content:before {
        top: -16px;
        left: 0;
        right: 0;
        margin: auto;
        border-top: none;
        border-bottom: 16px solid #fff;
        border-right: 16px solid transparent;
        border-left: 16px solid transparent
    }
    .project-even {
        flex-direction: column-reverse;
        margin-top: 30px
    }
    .project-view-section.highlights-section .row {
        justify-content: center
    }
    .highlights-section .project-view-right .project-view-content {
        margin-right: 0;
        margin-left: 0;
        padding: 25px
    }
    .highlights-section .project-view-img img {
        height: 250px
    }
    .contact-img {
        height: auto
    }
}

@media(max-width:767px) {
    #call-back-form .modal-form-head .content p {
        font-size: 24px
    }
    .header-wrap .navbar-brand img {
        margin-top: 2px
    }
    .header-wrap .nav li.nav-call a img {
        margin-right: 0
    }
    .banner-img {
        height: 450px
    }
    .banner-info {
        width: 320px;
        left: 0;
        right: 0;
        bottom: -100px;
        margin: auto
    }
    .banner-offer {
        top: -20px
    }
    .banner-offer img {
        width: 85px
    }
    .about-section-top {
        padding-top: 130px
    }
    .project-view-content .heading-title {
        font-size: 22px;
        margin-bottom: 15px
    }
    .price-list-head tr th {
        font-size: 16px
    }
    .price-list-table .table tbody tr td,
    .price-list-table .table thead tr th {
        vertical-align: middle;
        font-weight: 400;
        font-size: 14px
    }
    .price-list-table .table tbody tr td span,
    .price-list-table .table thead tr th span {
        display: block
    }
    .price-list-table .table tbody tr td a.btn {
        height: 35px;
        line-height: 35px;
        padding: 0 12px
    }
    .price-list-table .table tbody tr td a.btn i {
        margin-right: 0
    }
    .location-adv-content .ul-list li {
        font-size: 15px
    }
    .copyrights {
        padding-bottom: 45px
    }
}

@media(max-width:567px) {
    #brochure-form .modal-dialog,
    #call-back-form .modal-dialog,
    #gallery-form .modal-dialog,
    #virtual-tour-form .modal-dialog {
        margin-top: 50px
    }
    .banner-section .banner-img {
        height: 350px
    }
    .banner-info {
        width: 290px
    }
    .banner-offer {
        top: -80px;
        left: 0;
        right: 0
    }
    .cta-content h3 {
        font-size: 28px
    }
    .cta-content p {
        font-size: 22px
    }
    .cta-content p a {
        font-size: 26px
    }
    .gallery-item img {
        height: 160px
    }
    .gallery-title {
        font-size: 15px;
        margin-bottom: 10px
    }
    .gallery-inner figcaption a {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 13px
    }
    .map-frame iframe,
    .virtual-tour img {
        height: 250px
    }
    .virtual-tour img.virtual-play {
        width: 80px;
        height: 80px
    }
    .call-back a {
        top: inherit;
        bottom: 0
    }
}

@media(max-width:400px) {
    #call-back-form .modal-dialog {
        margin: 50px 10px 0
    }
}

.box {
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    float: left;
    padding: 10px 10px;
    position: relative;
    /* max-height: 240px; */
}

.gradi-txt
{
     background: #262e6d;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradi-txt1
{
    text-transform: uppercase;
    background: #262e6d;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.specifications-points li {
    padding-bottom: 20px;
    list-style: circle;
}

ul.specifications-points {
    padding-left: 0;
    font-size: 17px;

}

.tour-head span {
    background-color: #4c4d50;
    padding: 8px 15px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}


