

body {
    font-family: 'Montserrat';
	/*font-family: "Lufga";*/
	font-size:1.1rem;
	color:#141414;
	font-weight:500;
}

p {
    line-height: 30px;
}

.navbar a,
.navbar a:focus {
    font-family: 'Montserrat';
	font-size:1.2rem;
}

.header {
    background: #144986;
}
.header .logo img {
    max-height: 100px;
	padding-top:10px;
}
.header {
  height: 75px;
}
.header.sticked {
  height: 70px;
}

.main-slider {
    padding: 0;
}

.owl-carousel .item img {
    width: 100%;
}

/* footer styles */

.footer {
    background: #fff;
}

.footer .footer-content .container {
    padding-top: 20px;
    width: 85%;
    margin: 0 auto;
}

.footer-content .social-links {
    margin: 20px 0;
    width: fit-content;
}

.footer-content .social-links a {
    padding: 8px;
}

.footer-content .social-links a.br {
    border-right: 1px solid #478C35;
}

.footer-content .social-links a i {
    font-size: 32px;
    color: #3CB3C0;
    vertical-align: middle;
}

.footer-content .left-content p i {
    color: #3CB3C0;
    margin-right: 5px;
}

#footer .footer-content {
    background-color: #144986;
}

#footer::before {
    content: "";
    //background-image: url(../images/footer_plant.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: -10%;
    top: 0;
    width: 45%;
    height: 200px;
}

#footer::after {
    content: "";
    //background-image: url(../images/bush.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 35px;
    bottom: -35px;
    width: 30%;
    height: 130px;
}

#footer .footer-band {
    /* min-height: 50px;
    background-color: #3CB3C0;
    width: 100%; */
}

/* end footer styles */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat";
    color: #141414;	
}
title{
	
	font-weight:700; 
	font-size:30px;
	
}

section {
    margin: 0px 0;
}

.p-0 {
    padding: 0 !important;
}

.about-section {
    margin: 0;
    padding: 50px 0 25px;
    position: relative;
}

.about-section .left-img {
    text-align: right;
}

.about-section .left-img img {
    width: 80%;
    margin-bottom: -10%;
    box-shadow: 0px 2px 25px #00000029;
}

.about-section .tree-bg {
    background: url("../images/tree-bg.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 70% 100%;
}

.about-section.plant-bg {
    //background-image: url("../images/footer_plant.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 50%;
}

.about-section .section-container {
    position: relative;
    /*z-index: -1;*/
}

.about-section .bg-bottom {
    background-image: url("../images/grass.png");
    background-position: center 110%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.about-section::before {
    content: "";
    //background-image: url("../images/creeper.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
    height: 200px;
}

/* .about-section::after {
    content: "";
    background-image: url("../images/cloud.png");
    background-repeat: no-repeat;
    background-size: 15%;
    position: absolute;
    right: 10%;
    top: 0;
    width: 100%;
    height: 100%;
} */

.about-section .content {
    width: 70%;
    padding-left: 50px;
    padding-top: 0px;
    padding-bottom: 50px;
}

.about-section .content .title {
    font-size: 45px;
    /*font-family: "BodoniBkBTBook";*/
	font-family: "Montserrat";
    color: #144986;
}

.about-section .content p {
    font-size: 1rem;
    line-height: 1.5;
    text-align: justify;
}

.specification-section {
    background-color: #144986;
    padding: 150px 0 100px;
    margin-top: 0;
    margin-bottom: 0;
}

.specification-section .config-specs {
    width: 90%;
    margin: 0 auto;
}

.config-specs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 15px;
}

.config-specs .box {
    width: 20%;
    /* min-height: 150px; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.config-specs .box img {
    margin: 0 auto;
    width: 60px;
    min-height: 40px;
    max-height: 40px;
    object-fit: contain;
    margin-bottom: 15px;
}

.config-specs .box p {
    width: 100%;
    padding: 0 20px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
	font-family: "Montserrat";
}

.config-specs .box p span {
    color: #9FD983;
    font-size: 40px;
    font-family: "Montserrat";
}

.section-title {
    font-size: 30px;
    color: #144986;
    text-align: center;
}

#project-config-table thead {
    background: #144986;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.table-container {
    width: 75%;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 auto;
}

#project-config-table thead tr th.first {
    border-top-left-radius: 10px;
}

#project-config-table thead tr th.last {
    border-top-right-radius: 10px;
}

#project-config-table tbody tr td p {
    margin: 0 10px;
    padding: 10px 0;
    border-bottom: 1px solid #d0d0d07a;
    font-weight: 300;
}

#project-config-table tbody tr {
    padding: 10px 0;
}

.project-configuration {
    background: url("../images/specification-bg.png");
    background-position: center;
	background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0 170px;
    margin-bottom: 0;
    margin: 0;
    margin-top: 0px;
}

#project-config-table tr td {
    border: 0;
    box-shadow: none;
}

.video-section {
    padding: 0;
}

.video-section,
.middle-content-section {
    margin: 0;
}

.btn-play {
    border-radius: 0;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    padding: 15px;
}

.btn-play:hover {
    color: #fff;
}

.video-box {
    position: relative;
}

.video-section {
    position: relative;
}

.video-box p.content {
    position: absolute;
    top: 10%;
    left: 10%;
    color: #fff;
    font-size: 20px;
    width: 30%;
}

.video-box .btn-play {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    transform: unset;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.video-box .btn-play img {
    filter: invert(100%);
    width: 30px;
}

.middle-content-section .left-img {
    text-align: right;
}

.middle-content-section .left-img img {
    width: 100%;
}

.middle-content-section .content {
    width: 75%;
    margin: 0 auto;
}

.middle-content-section .content .title {
    font-size: 30px;
    text-align: left;
    margin-bottom: 30px;
    font-family: "Montserrat";
    font-weight: 600;
}

.project-plan-section .title {
    font-family: "Montserrat";
    font-weight: 600;
    background: #fff;
    margin-bottom: 0;
    text-align: center;
}

.middle-content-section .content {
    text-align: center;
}

.middle-content-section .content img {
    width: 60px;
    margin: 0 auto 10px;
}

.middle-content-section .content p {
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    font-weight: 500;
}

.middle-content-section.section-2 .left-img {
    text-align: left;
}

.project-plan-section {
    padding: 0;
    margin: 0;
}

.project-plan-section .left-img img {
    width: 100%;
}

.floor-plan-section {
    background: #438B35;
    padding: 30px 50px;
    height: 696px;
}

.floor-plan-section #floor-plan .owl-item {
    padding: 0 30px 30px;
}

.floor-plan-section #floor-plan .owl-item a img {
    margin-bottom: 10px;
}

.floor-plan-section #floor-plan .owl-item a p {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    min-height: 60px;
}

.floor-plan-section #floor-plan .owl-item a {
    width: 100%;
    padding: 0;
}

#floor-plan .owl-dots {
    text-align: center;
}

#floor-plan .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

#floor-plan .owl-dots .owl-dot.active span {
    background: #BBEC15;
}

.gallery-section {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 80px;
    position: relative;
}

.gallery-section:before {
    content: "";
    background-image: url("../images/hanger.png");
    background-repeat: no-repeat;
    background-size: 90%;
    position: absolute;
    right: 100px;
    top: 0;
    width: 15%;
    height: 400px;
}

.gallery-section .section-title h2 {
    font-size: 40px;
    margin-bottom: 50px;
    line-height: 1;
    text-align: left;
    width: 80%;
}

.gallery-section .section-title small {
    font-size: 14px;
}

#gallery-tab .nav-item button.nav-link {
    background: transparent;
    color: #D2D2D2;
    border: none;
    font-size: 24px;
    border-radius: 0;
    width: 150px;
    font-family: "Montserrat";
}

#gallery-tab .nav-item .nav-link.active {
    background: transparent;
    color: #024064;
    margin: 0;
    position: relative;
}

.gallery-slider .owl-nav {
    display: none;
}

.gallery-slider .img-container.mt {
    margin-top: 75px;
}

#pills-tabContent {
    padding: 50px;
}

.gallery-slider .item {
    margin: 10px;
}

.gallery-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #fff;
    border: 1px solid #438B35;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-carousel .owl-dots {
    text-align: center;
}

.gallery-slider .owl-dots .owl-dot.active span {
    background: #438B35;
}

.connectivity-section {
    margin-top: 0;
    padding-top: 50px;
}

.connectivity-section .left-img img {
    width: 100%;
}

.connectivity-section .content-bg {
    background: #438B35;
    /* width: 45%; */
}

.connectivity-section .content {
    background: #438B35;
    width: 100%;
    padding: 35px 40px;
}

.connectivity-section .content img {
    width: 50px;
    height: 50px;
}

.connectivity-section .content .box p {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}


.connectivity-section .box-container {
    margin-left: 80px;
    margin-top: 50px;
}

.location-section .content {
    background: #438B35;
    color: #fff;
    padding: 45px 20px;
    margin-bottom: 7px;
}

.location-section .content h2,
.aboutus-section .content h2 {
    font-family: "Montserrat";
    font-weight: 600;
}

.aboutus-section .content h2 {
    color: #438B35;
    margin-top: 30px;
}

.location-section .content p {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 5px;
}

.aboutus-section .box {
    position: relative;
    margin: 40px auto;
    width: 60%;
}

.aboutus-section .content p {
    font-size: 16px;
}

.aboutus-section img {
    width: 100%;
}

.aboutus-section .content {
    position: absolute;
    top: 35%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 40%;
    text-align: left;
}

.aboutus-section .content img {
    width: 150px;
    text-align: left;
}

#footer {
    position: relative;
}

#footer .left-content p,
#footer .left-content p a {
    color: #fff;
    margin-right: 20px;
    margin-bottom: 30px;
}

#testimonials .owl-dots {
    margin-top: 30px;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #fff;
    border: 1px solid #438B35;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-dots .owl-dot.active span {
    background: #438B35;
}

#main-banner .owl-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.enquire-now-section {
    padding: 0;
}

.btn {
    border-radius: 0;
}

.btn:hover {
    color: #fff;
}

.btn-enquire {
    background-color: #438B35;
    color: #fff;
    padding: 15px 20px;
    font-size: 18px;
}

.btn-book {
    color: #438B35;
    background: #fff;
    padding: 15px 20px;
    font-size: 18px;
}

.btn-book:hover {
    color: #438B35;
}

.navbar-nav {
	padding-left:50px;	
}
.modal .modal-content {
	margin-top:100px;
    border-radius: 0;
}

.modal .modal-header {
    background: #144986;
    color: #fff;
    border-radius: 0;
}

.modal .modal-header .btn-close {
    filter: invert(1);
}

form .btn-submit {
    background: #144986;
    color: #fff;
}

#project-config-table {
    width: 100%;
}

form label.error {
    font-size: 10px;
    color: tomato;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    background: transparent;
    color: #fff !important;
}

.iframe-link {
    position: absolute;
    display: inline-block;
    padding: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-slider {
    position: relative;
    margin-bottom: 0;
}

.btn-enquire-now {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    z-index: 9;
    padding: 15px;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
}

#project-config-table thead tr th {
    width: 21%;
    max-width: 20%;
    text-align: center;
    padding: 10px 0;
}

#project-config-table tbody tr td {
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
}

.btn-price {
    color: #fff;
    background: #144986;
    border-radius: 10px;
    padding: 5px 15px;
}

.location-img iframe {
    height: 600px;
}

.navbar {
    width: 100%;
}

.navbar .container-fluid {
    background-color: #144986;
}

#navbarCollapse .navbar-nav {
    //margin-left: auto;
}

.banner-form-section {
    margin: 0;
    padding-top: 75px;
}

.banner-form-section form .btn-submit {
    width: 100%;
    border: 1px solid #024064;
    background-color: #024064;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50px;
}

.banner-form-section .title {
    text-align: center;
    color: #024064;
    margin-bottom: 20px;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 45px;
}

#banner-form input {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #024064;
    padding: 10px 15px;
    background: transparent;
}

#project-config-table tbody .striped {
    background-color: #EFEFEF;
}

.project-plan-section .content-bg {
    background: #438B35;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    position: absolute;
    top: 42%;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    color: transparent;
    color: #000;
    border-radius: 50%;
}

.owl-nav .owl-next span,
.owl-nav .owl-prev span {
    font-size: 40px;
    background: #fff;
    padding: 10px;
}

.owl-nav .owl-prev {
    left: 10px;
}

.owl-nav .owl-next {
    right: 10px;
}

.connectivity-section .content .box {
    margin-bottom: 25px;
}


.project-plan-section .content {
    height: 100%;
}

.project-plan-section .content .left-img {
    height: 95%;
}

.project-plan-section .content .left-img img {
    height: 100%;
}

.project-plan-section .floor-plan-box .content {
    background: #438b35;
    height: 100%;
}

.floor-plan-section {
    height: 95%;
}


.whatsapp-btn {
    background: #4ac04b;
    display: flex;
    padding: 2px 3px;
    border-radius: 100%;
    position: fixed;
    right: 5px;
    top: 60%;
    z-index: 999;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.whatsapp-btn svg {
    position: absolute;
    width: 90%;
    fill: #fff;
    top: 2px;
}

.whatsapp-btn a {
    color: transparent !important;
    line-height: 0;
    height: 100%;
    position: relative;
    z-index: 99;
    right: 0px;
    width: 36px;
    top: auto;
}

.flBtnBox.big {
    background-color: #0c54a0;
    font-size: 30px;
    height: 50px;
    width: 50px;
    padding: 0 5px;
}

.flBtnBox {
    outline: 0;
    border: 0;
    border-radius: 50%;
    background-color: #ED1846;
    color: #fff;
    cursor: pointer;
}

.flBtns {
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    display: none;
    padding: 0 5px;
    align-items: center;
}

.flBtnBox.small.whatsapp-icon {
    /*background: #4ac04b;*/
    fill: white;
    padding: 5px;
    line-height: 0px;
    height: 40px;
    width: 40px;
}

.flBtnBox.small {
    animation: showBtn 150ms cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    transform: scale(0);
    background-color: #363636;
    margin: 0 5px;
    font-size: 20px;
    height: 35px;
    width: 35px;
    padding: 5px;
    line-height: 26px;
    text-align: center;
    color: white !important;
}

.flBtnBox.small:nth-child(3) {
    animation-delay: 300ms;
}

@keyframes showBtn {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

.flBtnBox.small:nth-child(2) {
    animation-delay: 150ms;
}

.flBtnCntr:hover .flBtns .flBtnBox {
    /*opacity:1;*/
}

.flBtnCntr:hover .flBtns {
    display: inline-flex;
}

.flBtnCntr {
    display: inline-flex;
    position: fixed;
    bottom: 70px;
    left: 50px;
    z-index: 10;
}

.gallery-note {
    text-align: right;
    margin-top: 10px;
    font-size: 13px;
    margin-right: 10px;
}

.gallery-slider .owl-nav .owl-next span,
.gallery-slider .owl-nav .owl-prev span {
    background: rgba(255, 255, 255, 0.7);
}

#project-config-table thead tr th:last-child {
    min-width: 200px;
}

/* -------------------------- */
/* ------- New styles ------- */
/* -------------------------- */

.slider-section {
    margin: 0;
    padding: 0;
    position: relative;
}

/* Slider CSS */

.slider-section:before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url("../images/slider-bg.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 90vh;
    top: 30%;
    z-index: 0;
}

.slideshow {
    height: 80vh;
}

.slide__img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slidenav .slidenav__item,
.slidenav span {
    color: #fff;
}

.slidenav {
    left: unset;
    right: 0;
}

.slideshow .slides .slide__title {
    color: #fff;
    font-family: "Montserrat";
    font-size: 50px;
    padding: 0 30px;
    margin-bottom: 30px;
}

.slideshow .slides .slide__desc {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 22px;
    text-align: left;
}

.slideshow .slides .slide__desc.bottom {
    margin-bottom: 0;
    font-size: 20px;
}

.slideshow .slides .slide {
    align-content: flex-end;
    justify-content: flex-end;
    align-items: flex-start;
}

/* End Slider CSS */


.banner-form-section .form-container {
    background: url("../images/banner-form-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 75px 50px;
    z-index: 9;
    position: relative;
}

.tabs-section {
    background: url("../images/middle-bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.tabs-section::before {
    content: "";
    background-image: url("../images/plant-top.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
    height: 200px;
}

.tabs-section::after {
    content: "";
    background-image: url("../images/blue-lines.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
    height: 200px;
}

.tabs-section .carousel-nav a {
    padding: 10px 20px;
}

.tabs-section .carousel-nav {
    border: none;
    width: 85%;
    margin: 0 auto 40px;
}

.tabs-section .carousel-nav .col {
    font-size: 25px;
    font-weight: 500;
    position: relative;
    font-family: "Montserrat";
}

.tabs-section .carousel-nav .col.active {
    color: #024064;
}

.tabs-section .carousel-nav .col.active::before {
    content: "";
    position: absolute;
    border-top: 3px solid #024064;
    border-bottom: none;
    left: 35%;
    bottom: 0;
    width: 30%;
    height: 0px;
}

.slide-right {
    width: 100%;
    margin-left: 400px;
    max-width: 500px;
    transform: translateX(-388px);
}

.slide-right.movetoright {
    transform: translateX(35px);
    transition: 1s;
}

.owl-1 .media-29101 .text ol li {
    padding: 10px;
    border-bottom: 1px solid #3CB3C0;
    font-size: 18px;
}

.owl-1 .media-29101 .text ol li::marker {
    color: #3CB3C0;
}

.master-plan-section {
    margin-top: 0;
    margin-bottom: -105px;
    padding-top: 0;
    padding-bottom: 0;
}

.master-plan-section .content-container {
    background-color: #024064;
    padding: 100px 50px;
    position: relative;
    z-index: -1;
}

.master-plan-section .content-container .box {
    width: 50%;
    margin: 0 auto;
}

.master-plan-section .content-container .section-title h2 {
    color: #fff;
    text-align: left;
    font-size: 60px;
    padding-left: 2rem;
}

.master-plan-section .content-list ol li {
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid #9FD983;
}

.master-plan-section .content-list ol li::marker {
    color: #9FD983;
    font-family: 'Montserrat';
}

.master-plan-section .content-container:after {
    content: "";
    background-image: url(../images/plant-top-right.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
    height: 200px;
}

.master-plan-section .img-container {
    position: relative;
}

.master-plan-section .img-container {
    position: relative;
}

.master-plan-section .img-container img {
    position: absolute;
    left: -40%;
    width: 85%;
    margin-top: 100px;
}

#pills-tabContent .tab-pane img {
    width: 100%;
}

#plans-btn .nav-item .nav-link {
    background: #fff;
    border: 1px solid #024064;
    color: #024064;
    border-radius: 25px;
    padding: 10px 25px;
    margin: 0 20px;
}

#plans-btn .nav-item .nav-link.active {
    background: #024064;
    color: #fff;
}

.right-content .content-box {
    display: none;
}

.right-content .content-box.active {
    display: block;
}

.right-content .content-box h2 {
    font-family: "Montserrat";
}

.content-box .icons-container {
    padding: 50px 0;
}

.icons-container .box {
    flex-basis: 31%;
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.icons-container .box .icon {
    width: 35%;
    height: 100%;
}

.icons-container .box .content {
    width: 65%;
    font-size: 13px;
}

.btn-blue {
    border: 1px solid #024064;
    background-color: #024064;
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
}

.text-blue {
    color: #024064;
}

.unit-configuration-section:before {
    content: "";
    background-image: url("../images/heartplant.png");
    background-repeat: no-repeat;
    background-size: 75%;
    position: absolute;
    left: -25px;
    top: 0;
    width: 45%;
    height: 250px;
}

.unit-configuration-section {
    background: url("../images/specification-bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    padding-top: 200px;
}

.location-section {
    position: relative;
    margin-top: 0;
    padding-top: 80px;
}

.location-section .container {
    width: 85%;
    margin: 0 auto;
}

.location-section .section-title h2 {
    //text-align: left;
}

.location-section .left-section iframe {
    height: 400px;
}

/* Accordion Styles */

#locationlist .accordion-collapse {
    border: 0;
}

#locationlist .accordion-button {
    padding: 0px;
    font-weight: bold;
    border: 0;
    font-size: 18px;
    color: #333333;
    text-align: left;
    border-bottom: 1px solid #3CB3C0;
}

#locationlist .accordion-button:focus {
    box-shadow: none;
    border: none;
}

#locationlist .accordion-button:not(.collapsed) {
    background: #3CB3C0;
    color: #fff;
}

#locationlist .accordion-body {
    padding: 15px;
    background-color: #3CB3C0;
    color: #fff;
}

#locationlist .accordion-button::before {
    width: auto;
    height: auto;
    content: "+";
    font-size: 24px;
    background-image: none;
    font-weight: 100;
    color: #3CB3C0;
    transform: translateY(-4px);
    margin-right: 10px;
    padding-top: 10px;
}

#locationlist .accordion-button:not(.collapsed)::before {
    width: auto;
    height: auto;
    background-image: none;
    content: "-";
    font-size: 24px;
    transform: translate(-5px, -4px);
    transform: rotate(0deg);
    color: #fff;
}

#locationlist .accordion-button::after {
    display: none;
}

#locationlist .accordion-item .accordion-header .accordion-button {
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
}

.location-section:after {
    content: "";
    //background-image: url("../images/creeper-right.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: -40px;
    width: 20%;
    height: 200px;
}

.connectivity-section .container-fluid::before {
    content: "";
    background-image: url(../images/blue-lines.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 35px;
    width: 15%;
    height: 200px;
}

.connectivity-section {
    position: relative;
    padding-top: 35px;
}

#banner-form {
    width: 80%;
    margin: 0 auto;
}

.connectivity-section .container-fluid:after {
    content: "";
    background-image: url("../images/footer_plant.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 35%;
    height: 120px;
}

.connectivity-section .container-fluid {
    padding-top: 100px;
    background-color: #024064;
}

.connectivity-section .left-section img {
    width: 100%;
}

.connectivity-section .section-title {
    color: #fff;
    text-align: left;
}

.connectivity-section .section-title p {
    color: #3CB3C0;
    font-size: 14px;
    margin-bottom: 0;
}

.connectivity-section .form-container {
    width: 60%;
}

#know-more-form input {
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
}

#know-more-form .btn-submit {
    background-color: #fff;
    border-radius: 25px;
    color: #024064;
    padding: 10px 25px;
    margin-top: 30px;
}

.aboutus-section {
    background-image: url("../images/skyline-bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 250px;
    margin-bottom: 0;
}

.aboutus-section .right-box p {
    width: 70%;
}

.aboutus-section img {
    width: 45%;
    margin-right: 50px;
}

.testimonials-section {
    background-color: #F5F5F5;
    margin: 0;
    padding: 100px 0;
}

.testimonials-section .container-fluid {
    width: 70%;
    margin: 0 auto;
}

.my-controls-btns {
    color: #2D2929;
}

.my-controls-btns:hover {
    color: #2D2929;
}

.my-controls-btns:focus {
    box-shadow: none;
}

.testimonials-section .content-container {
    width: 100%;
    padding: 25px 0px;
}

.testimonials-section .content-container .title h2 {
    font-size: 50px;
    color: #024064;
    font-family: "Montserrat";
    line-height: 1;
}

.gallery-slider .item .img-container {
    padding: 15px 0;
}

#gallery-tab .nav-item .nav-link.active::before {
    content: "";
    position: absolute;
    border-top: 3px solid #024064;
    border-bottom: none;
    left: 35%;
    bottom: 0;
    width: 30%;
    height: 0px;
}

.hidden-xs {
    display: block;
}

.visible-xs {
    display: none;
}

#know-more-form input {
    padding: 15px 10px;
    margin-bottom: 22px;
    color: white;
}
.about-section .walkthrough-video .content {width: 92%;padding-top: 0px;}

.about-section .walkthrough-video .left-img img {display: block;width: 100%;}

.walkthrough-video.tree-bg {background-size: 40% 100%;}

.walkthrough-video .video-wrapper {position: relative;}

.walkthrough-video .video-wrapper .play-btn {position: absolute;
    display: inline-block;
    padding: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);background-color: white;border-radius: 50%;width: 50px;height: 50px;}
    
@media (max-width: 1400px) {
    .aboutus-section .content {
        top: 30%;
    }

    .connectivity-section .content {
        padding: 35px 40px;
    }

    .floor-plan-section #floor-plan .owl-item {
        padding: 0 50px 0;
    }

    .floor-plan-section {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        /* height: auto; */
    }

    .config-specs .box p span {
        font-size: 32px;
    }

    .config-specs .box p {
        font-size: 16px;
    }

    .icons-container .box .content {
        font-size: 12px;
    }

}

@media (max-width: 1200px) {
    .slider-section:before {
        top: 5%;
    }

    .about-section::before {
        width: 30%;
    }

    .banner-form-section .form-container {
        padding: 50px;
    }

    .banner-form-section {
        padding-top: 0;
    }

    .about-section .content {
        margin-bottom: 70px;
    }

    .about-section .tree-bg {
        background-size: 50% 70%;
        background-position: right bottom;
    }

    .specification-section {
        padding: 50px;
    }

    .specification-section .config-specs {
        width: 95%;
    }

    .config-specs .box p {
        font-size: 14px;
        line-height: 1;
    }

    .btn-enquire-now {
        bottom: 30px;
        padding: 5px;
    }

    .about-section {
        padding-bottom: 50px;
    }

    .project-configuration {
        margin-top: -50px;
        padding: 70px 0;
    }

    .video-box .btn-play {
        top: 44%;
    }

    .table-container {
        width: 98%;
    }

    .tabs-section .carousel-nav .col {
        font-size: 26px;
    }

    .unit-configuration-section:before {
        display: none;
    }

    .right-content .content-box {
        padding-bottom: 50px;
    }

    .video-box p.content {
        font-size: 14px;
        line-height: 1.5;
    }

    .master-plan-section .content-container {
        padding: 100px 0 175px;
        max-width: 100%;
    }

    .master-plan-section .content-container .box {
        width: 70%;
    }

    .master-plan-section .img-container img {
        width: 70%;
        position: unset;
        margin-top: -150px;
    }

    .aboutus-section .right-box p {
        width: 98%;
    }

    .testimonials-section .content-container .title h2 {
        font-size: 35px;
    }

    .master-plan-section .img-container {
        text-align: center;
    }

    .location-section .section-title h2 {
        font-size: 30px;
    }

    .about-section .content,
    .middle-content-section .content {
        margin-top: 40px;
    }

    .middle-content-section .left-img img {
        width: 100%;
    }

    .connectivity-section .container-fluid:after {
        width: 60%;
    }

    .aboutus-section img {
        width: 80%;
    }

    .project-plan-section .title {
        text-align: center;
        margin: 20px 0;
    }

    .gallery-section {
        padding-top: 60px;
    }

    .connectivity-section .content-bg {
        width: 100%;
    }

    .location-section {
        width: 100%;
        padding: 0px;
    }

    .aboutus-section {
        width: 100%;
        padding-bottom: 90px;
    }

    #footer::before {
        width: 75%;
    }

    #footer::after {
        width: 45%;
        bottom: 60px;
        height: 150px;
    }

    #footer {
        padding-bottom: 0 !important;
    }

    .testimonials-section .container-fluid {
        width: 90%;
    }

    .testimonials-section .content-container {
        width: 80%;
    }

    .aboutus-section .content {
        top: 30%;
    }

    .swap {
        display: flex;
        flex-direction: column-reverse;
    }

    #footer {
        padding-bottom: 80px;
    }

    .aboutus-section .box {
        width: 75%;
    }

    .about-section .left-img {
        text-align: center;
    }

    .about-section .left-img img {
        width: 90%;
    }

    .about-section .content {
        padding-bottom: 0;
    }

}

@media(max-width: 768px) {
    .config-specs .box p span {
        font-size: 41px;
    }
	h2{
		font-size: 18px;
	}
}

@media(max-width: 475px) {
    p {
        line-height: 20px;
    }

    section {
        margin: 20px 0;
    }

    .slider-section .container {
        padding: 0;
    }

    .slideshow .slides .slide__title {
        font-size: 30px;
    }

    .slideshow .slides .slide__desc {
        font-size: 14px;
    }

    .slider-section:before {
        display: none;
    }

    .banner-form-section .title {
        font-size: 30px;
    }

    .banner-form-section .form-container {
        background-size: cover;
        background-position: left;
    }

    .about-section::before {
        display: none;
    }

    .about-section.plant-bg {
        padding-top: 0;
    }

    .about-section .tree-bg {
        background-size: 51% 30%;
    }

    .about-section.plant-bg {
        background-size: 70%;
    }

    .about-section {
        padding-bottom: 40px;
    }

    .main-slider {
        text-align: center;
    }

    .btn-enquire-now {
        position: unset;
        color: #438B35;
        border-color: #438B35;
        margin-top: 20px;
    }

    .about-section {
        padding-top: 90px;
    }

    .about-section .content .title {
        font-size: 28px;
    }

    .specification-section .config-specs {
        width: 100%;
    }

    .config-specs .box {
        width: 48%;
        margin-bottom: 20px;
    }

    .section-title h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .video-box .btn-play {
        bottom: 10px;
        width: 50px;
        height: 50px;
        font-size: 15px;
        top: 33%;
        border-color: #000;
        padding: 10px;
    }

    .middle-content-section .content .title {
        font-size: 28px;
        text-align: center;
    }

    .middle-content-section.section-2 .content img {
        width: 65px;
    }

    .middle-content-section .content .button-box {
        margin-top: 15px;
    }

    .hidden-xs {
        display: none;
    }

    .floor-plan-section #floor-plan {
        padding: 25px 0 0;
        min-height: auto;
    }

    .floor-plan-section #floor-plan .owl-item {
        padding: 0;
    }

    .gallery-section {
        padding-top: 75px;
    }

    #pills-tabContent {
        padding: 20px;
    }

    .connectivity-section .content {
        padding: 25px 20px;
    }

    .aboutus-section .content img {
        width: 60px;
    }

    .aboutus-section h2 {
        font-size: 15px;
    }

    .aboutus-section p {
        font-size: 14px !important;
        line-height: 1.5;
    }

    .testimonials-section {
        padding-bottom: 30px;
        padding-top: 0;
        margin-top: 0;
    }

    #footer .left-content {
        text-align: center;
        margin-top: 10px;
        padding: 0;
    }

    #footer .text-end {
        margin-top: 20px;
        text-align: center !important;
    }

    .footer-content .social-links {
        margin: 20px auto;
    }

    .location-img iframe {
        height: 300px;
    }

    .navbar .container-fluid {
        position: absolute;
        top: -30px;
    }

    #banner-form input {
        margin-bottom: 10px;
    }

    .project-configuration {
        padding-bottom: 45px;
    }

    .middle-content-section .content img {
        width: 65px;
    }

    .project-plan-section {
        padding: 0 30px;
    }

    .connectivity-section .content img {
        max-width: 50px;
        max-height: 50px;
        margin-bottom: 10px;
    }

    .middle-content-section .content p {
        margin-bottom: 10px;
    }

    .aboutus-section .content h2 {
        margin-top: 5px;
    }

    .aboutus-section .content {
        width: 45%;
    }

    .footer .footer-content {
        padding-bottom: 30px;
    }

    .config-specs .box p span {
        font-size: 25px;
    }

    .about-section .content,
    .middle-content-section .content {
        width: 90%;
    }

    .config-specs .box p {
        padding: 0;
    }

    .location-section .content {
        margin-bottom: 0;
    }

    .floor-plan-section #floor-plan .owl-item a p {
        font-size: 11px;
        min-height: auto;
    }

    .about-section .content p {
        font-size: 14px;
    }

    .floor-plan-section {
        padding: 40px 25px;
        height: auto;
    }

    .btn-book,
    .btn-enquire {
        padding: 10px 15px;
        font-size: 14px;
    }

    .aboutus-section .box {
        width: 100%;
    }

    #footer {
        padding-bottom: 0;
    }

    .mfp-iframe-holder .mfp-content {
        max-width: 95%;
    }

    .video-box {
        text-align: center;
    }

    .video-section {
        padding-bottom: 0;
    }

    .project-plan-section .content .left-img img {
        height: auto;
    }

    #pills-tabContent .owl-nav .owl-next,
    .owl-nav .owl-prev {
        position: absolute;
        top: 42%;
        width: 32px;
        height: 60px;
        margin: 0;
        padding: 0;
        color: transparent;
        color: #000;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .owl-nav .owl-next span,
    .owl-nav .owl-prev span {
        background: #ffffff98;
    }

    #project-config-table tbody tr td {
        font-size: 12px;
        padding: 5px 0px;
        font-weight: 600;
    }

    .btn-price {
        font-size: 9px;
        padding: 5px;
        margin: 5px;
        line-height: 1;
    }

    #project-config-table thead tr th {
        font-size: 8px;
        padding: 10px 0;
    }

    .flBtnCntr {
        bottom: 25px;
        left: 30px;
    }

    #project-config-table thead tr th:last-child {
        min-width: auto;
    }

    .gallery-section .section-title h2 {
        margin-bottom: 0;
    }

    .project-plan-section {
        padding: 0;
    }

    .video-box p.content {
        font-size: 9px;
        text-align: left;
        line-height: 1.2;
    }

    .tabs-section .carousel-nav .col {
        font-size: 12px;
        padding: 10px;
    }

    .right-content .content-box {
        width: 80%;
        margin: 0 auto;
    }

    .content-box .icons-container {
        padding-top: 0;
    }

    .location-section .left-section iframe {
        height: 200px;
    }

    .connectivity-section .container-fluid:after {
        width: 80%;
        top: 15px;
    }

    .connectivity-section .left-section {
        text-align: center;
    }

    .connectivity-section .left-section img {
        width: 100%;
        margin-bottom: 30px;
    }

    .connectivity-section .section-title p,
    .connectivity-section .section-title h2 {
        text-align: center;
    }

    .connectivity-section .box-container {
        margin: 0 auto;
    }


    .connectivity-section .form-container {
        margin: 0 auto;
    }

    .aboutus-section img {
        width: 65%;
    }

    .aboutus-section {
        padding-top: 0;
        margin-top: 0;
    }

    .aboutus-section .text-end {
        text-align: center;
        margin-bottom: 30px;
    }

    .testimonials-section .content-container .title h2 {
        font-size: 30px;
    }

    #footer::before {
        //top: 30px;
        //height: 70px;
    }

    #footer .footer-content {
       // padding-top: 30px;
    }

    #footer::after {
        display: none;
    }

    #footer .left-content p {
        margin-bottom: 0;
    }

    #footer .left-content p a {
        display: inline-block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .slideshow .slides .slide__desc.bottom {
        margin-bottom: 50px;
        font-size: 10px;
    }

    .specification-section {
        padding: 40px 0;
    }

    .table-container {
        width: 90%;
    }

    .hidden-xs {
        display: none;
    }

    .visible-xs {
        display: block;
    }

    #know-more-form .text-end {
        text-align: center !important;
    }

    .config-specs .box img {
        width: 45px;
        min-height: 30px;
        max-height: 30px;
    }

    .config-specs .box p {
        font-size: 12px;
    }

    #project-config-table tbody tr td p{
        border: none;
        line-height: 1;
        font-weight: bold;
    }
    
    footer .copyright-text{
        text-align: center;
    }
    
    .video-box .btn-play img {
        filter: invert(0%);
    }
}