@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700&display=swap');
@import url('all.min_1.css');
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:wght@300;400;500;600;700&family=PT+Serif:wght@400;700&family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

@font-face {
    font-family: 'Optima';
    src: url('../fonts/Optima-Medium.eot');
    src: url('../fonts/Optima-Medium.eot#iefix') format('embedded-opentype'),
        url('../fonts/Optima-Medium.woff2') format('woff2'),
        url('../fonts/Optima-Medium.woff') format('woff'),
        url('../fonts/Optima-Medium.ttf') format('truetype'),
        url('../images/Optima-Medium.svg#Optima-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    overflow-x: hidden !important;
    font-family: 'Open Sans', sans-serif;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f9f9f9;
}

::-webkit-scrollbar-thumb {
    background: #00491e;
}

::-webkit-scrollbar-thumb:hover {
    background: #00491e;
}

.container {
    width: 65%;
    max-width: 1200px;
}

.fullWidthContainer .container {
    width: 85%;
}

a {
    color: #000;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

h2 {
    color: #6c6d70;
    font-style: italic;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
    font-family: 'Libre Baskerville';
}

.sec-heading {
    padding-bottom: 15px;
    display: inline-block;
    position: relative;
    margin-bottom: 45px;
}

.texthighlights {
    padding-top: 65px;
    font-size: 13px;
    margin: 0px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    color: #6c6d70;
    line-height: 1.4;
    font-style: italic;
}

.texthighlights small {
    font-size: 10px;
    line-height: 1;
    position: relative;
    top: -4px;
}

.promoter {
    padding-left: 67px;
    font-style: italic;
}

.super {
    font-size: 18px;
    position: relative;
    top: -25px;
    font-weight: bold;
}

.bold-text {
    font-weight: bold;
}

.noBorder {
    border-bottom: none;
    margin-bottom: 20px;
}

.sec-heading.noBorder:after,
.sec-heading.noBorder:before {
    display: none;
}

.animated-border:after,
.animated-border:before {
    content: '';
    position: absolute;
    bottom: -3px;
    width: 4px;
    height: 4px;
    background-color: #6c6d70;
    border-radius: 50px;
}

.animated-border:after {
    right: -3px;
}

.animated-border:before {
    left: -3px;
}

h3 {
    font-size: 40px;
    line-height: 1;
    font-style: italic;
    font-family: 'Libre Baskerville';
    font-weight: 500;
    color: #00491e;
    padding: 0px 0px 20px;
}

p {
    margin-bottom: 15px;
}

img {
    max-width: 100%;
}

.form-control {
    background-color: #f1f1f1;
    border: none;
    padding: 0px 25px;
    height: 50px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 0;
    transition: all ease-in-out 0.5s;
    border: solid 1px transparent;


}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border: 1px solid #28523c;
    outline: 0;
    box-shadow: none;

}

.btn {
    background-color: #00491e;
    color: white;
    font-weight: 500;
    padding: 4px 50px;
    border-radius: 0px;
    font-size: 16px;
    height: 50px;
    width: 100%;
    transition: 0.5s ease-in-out;
}

.btn:hover {
    color: #d8ccb8;
}

input::placeholder {
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    vertical-align: middle;
}

form {
    position: relative;
}


/**********HEADER CSS START**************/

.topBar {
    text-align: center;
    padding: 20px 0px;
    background-color: #00491e;
    font-size: 15px;
    font-weight: 400;
    color: #d8ccb8;
}

.topBar span {
    padding-top: 0;
    display: inline-block;
    position: relative;
    top: 3px;
}

.topBar img {
    margin-left: 10px;
    width: 104px;
    transition: all ease-in-out 0.5s;
}

.topBar a {
    display: inline-block;
    transition: all ease-in-out 0.5s;
}

.topBar a:hover {
    transform: scale(1.1);
}

.siteHeader {
    width: 100%;
    overflow: hidden;
    z-index: 9999;
    padding: 20px 0px;
    position: absolute;
    background-color: #006838;
    /* background: linear-gradient(180deg, rgb(46 46 46 / 94%) 0%, rgb(0 0 0 / 30%) 100%);   */
}

.social-icon a.whatsapp-icon {
    display: none;
}

.siteHeader .navbar {
    display: inherit;
}

.banner-video {
    position: relative;
    height: calc(100vh - 68px);
	max-height:600px;
}

.banner-video video {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    object-fit: cover;
    position: absolute;
}

ul.topMenu {
    display: flex;
    float: right;
    top: -3px;
    position: relative;
    list-style: none;
    padding: 0px;
    font-size: 13px;
    font-weight: 500;
}

ul.topMenu li {
    position: relative;
    padding: 0px 15px;
    display: inline-block;
}

ul.topMenu li+li:after {
    width: 2px;
    height: 12px;
    left: 0px;
    top: 3px;
    content: "";
    position: absolute;
    background-color: #FFF;
}

ul.topMenu li img {
    width: 14px;
    top: -1px;
    position: relative;
}

ul.topMenu li a {
    color: #FFF;
}

ul.topMenu li a:hover {
    color: #D8CCB8;
}

ul.topMenu li:last-child {
    padding-right: 0px;
}

.topMenu .mobile-icon {
    overflow: hidden;
}

.topMenu span.mobile-tooptip {
    opacity: 0;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    display: inline-block;
    width: 0px;
    visibility: hidden;
    text-align: right;
    white-space: nowrap;
    transition: all 0.5s ease-in-out;
}

.topMenu .mobile-icon:hover span.mobile-tooptip {
    opacity: 1;
    width: 112px;
    visibility: visible;

}

.navbar-brand {
    margin: 0px;
    padding: 0px;
}

.navbar-brand img {
    width: 204px;
}

.navbar {
    padding: 0px;
    font-size: 15px;
    letter-spacing: 1;
    position: relative;
    text-transform: uppercase;
}

.navbar .navbar-collapse {
    justify-content: end;
    width: auto;
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-weight: bold;
}

.navbar .navbar-nav li+li {
    margin-left: 30px;
}

.navbar .navbar-nav .nav-link {
    color: #fff;
    padding: 3px;
}

.navbar .navbar-nav li:last-child .nav-link {
    color: #d8ccb8;
}

.navbar .navbar-nav .nav-link:hover {
    color: #d8ccb8;
}

.topMenu.mobile-menu {
    display: none;
}

/**********HEADER CSS END**************/


/**********FOOTER CSS START*************/

.sectionComman {
    padding-top: 140px;
    padding-bottom: 140px;
}

.sectionComman.sectionFollowUs {
    background-color: #f1f1f1;
    text-align: center;
    padding: 70px 0px 50px;
}

.sectionFollowUs h2 {
    font-size: 40px;
    margin-bottom: 25px;
}

ul.listFollowUs {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 28px;
    line-height: 1;
}

ul.listFollowUs li {
    display: inline-block;
}

ul.listFollowUs li+li {
    margin-left: 55px;
}

ul.listFollowUs li a {
    color: #6C6D70;
}

ul.listFollowUs li a.facebook-icon:hover {
    color: #1877f2;
}

ul.listFollowUs li a.instagram-icon:hover {
    color: #ff0000;
}

ul.listFollowUs li a.linkedin-icon:hover {
    color: #0073b1;
}

ul.listFollowUs li a.twitter-icon:hover {
    color: #1d9bf0;
}

ul.listFollowUs li a.youtube-icon:hover {
    color: #ff0000;
}

.get-in-touch {
    padding: 50px 0px;
}

.get-in-touch h3 {
    padding-bottom: 14px;
}

.footer-menu {
    color: #fff;
    padding: 90px 0 0px;
    overflow: hidden;
}

.footer-menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 1;
}

.footer-menu .footer-list {
    padding-bottom: 60px;
}

.footer-menu .column-2{
    padding-left: 100px;
}

.footer-menu .column-3 {
    padding-left: 122px;
}

.footer-menu .column-4 {
    padding-left: 113px;
}

.footer-menu {
    /* background: url("../img/footer-bgimg1.png") no-repeat center 20px; */
    position: relative;
    background-color: #00491e;
    z-index: 1;
}

.footer-menu img.footor-bgimg {
    position: absolute;
    left: 50%;
    top: 31%;
    max-width: 650px;
    transform: translate(-50%, -50%);
    z-index: -1;
}

ul.page-links li+li {
    margin-top: 22px;
}

.footer-menu .footer-heading {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 18px;
}

.footer-menu .footer-heading:hover,
.footer-menu .footer-heading a:hover {
    color: #d8ccb8;
}

.footer-menu ul.links li {
    padding-bottom: 20px;
    line-height: 1;
}

.footer-menu ul.links li a {
    position: relative;
}

.footer-menu .footer-heading a {
    color: #FFF;
}

.footer-menu ul.links li a:after {
    width: 0px;
    height: 1px;
    content: "";
    left: 0px;
    bottom: 0px;
    position: absolute;
    background-color: #d8ccb8;
    transition: all ease-in-out 0.5s;
}

.footer-menu ul.links li a:hover:after {
    width: 100%;
}


.footer-menu ul.links a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

.footer-menu .column-4 ul.links li:first-child a {
    color: #d8ccb8;
}

.footer-menu .column-4 ul.links li:first-child a:after {
    background-color: #ffdb9f;
}

.footer-menu .column-4 ul.links li:first-child a:hover,
.navbar .navbar-nav li:last-child .nav-link:hover {
    color: #ffdb9f !important;
}

.footer-menu ul.links li:hover a {
    color: #d8ccb8;
}

.footer-contact a span {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #fff;
}

.footer-contact img {
    max-height: 20px;
    max-width: 20px;
    position: absolute;
    left: 0px;
}

.footer-contact .location .col-md-2 {
    position: relative;
}

.footer-contact .location .col-md-2+.col-md-2,
.footer-contact .mobileNumber a,
.footer-contact .email a {
    padding-left: 35px;
    position: relative;
}

.footer-contact .location {
    display: flex;
}

.footer-contact .email {
    text-align: right;
}

.footer-contact .mobileContact {
    display: none;
}

.footer-contact .location .col-md-2 {
    width: auto;
}

.footer-contact .location .col-md-2 span {
    display: block;
}

.footer-contact {
    background-color: #07421f;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.6);
    padding: 50px 0;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.footer-contact .desktopContact .col-md-3 {
    width: auto;
}

.footer-contact .desktopContact .col-md-3+.col-md-3 {
    padding-left: 69px;
}

.copyright {
    padding: 35px 0px;
}

ul.copyright-links {
    display: inline-flex;
    line-height: 0;
    padding: 0;
    margin: 0;
}

.copyright-links li {
    padding: 0 14px;
    position: relative;
    line-height: 0.5;
}

/* .copyright-links li:first-child{
    padding-left: 0px !important;
} */
.copyright-links li:before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 1px;
    height: 13px;
    left: 0px;
    top: 0px;
}

.copyright .copyright-links li a {
    font-size: 11px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

.copyright .copyright-links li a:hover {
    text-decoration: underline;
    color: #d8ccb8;
}

.copyright p.textCopyright {
    font-size: 11px;
    margin-bottom: 0px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    display: inline-block;
    padding-right: 10px;
    margin-right: 3px;
}

.footer-list ul {
    list-style: none;
    padding: 0;
}

.footer-list {
    padding-bottom: 50px;
    font-size: 12px;
}

.footer-contact a {
    color: #fff;
    text-decoration: none;
}

.copyright h6 {
    font-size: 10px;
}

.footer .habitat {
    font-size: 16px;
    font-weight: 500;
}

/**********FOOTER CSS END*************/




/**********HOME PAGE CSS START**************/

.homeSlider img {
    width: 100%;
}

.homeSlider .slick-prev,
.homeSlider .slick-next {
    z-index: 99 !important;
    height: 70px !important;
    width: 45px !important;
    opacity: 0;
}

.homeSlider:hover .slick-prev,
.homeSlider:hover .slick-next {
    opacity: 1;
}

.homeSlider .slick-prev {
    left: 50px;
}

.homeSlider .slick-next {
    right: 50px;
}

.homeSlider .slick-prev:before,
.homeSlider .slick-next:before {
    content: '';
    background: url('../images/slider_arrow.svg');
    background-repeat: no-repeat;
    width: 100%;
    background-size: 45px 184px;
    height: 100%;
    position: absolute;
    top: 0px;
}

.homeSlider .slick-prev:before {
    left: 0px;
}

.homeSlider .slick-next:before {
    right: 0px;
    background-position: 0px -114px;
}

/*
.banner-Sidebtn {
        font-size: 11px;
    font-weight: 600;
    padding: 0px 20px;
    color: #fff;
    top: 40%;
    height: 32px;
    width: 108px;
    line-height: 42px;
    border: none;
    left: -83px;
    z-index: 999;
    position: fixed;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    background-color: #00491e;
    transition: 0.5s ease-in-out;
    transform: rotate(270deg) translate(-50%, 0%);
}

*/
.banner-Sidebtn {
        font-size: 11px;
    font-weight: 500;
    padding: 8px 5px;
    color: #fff;
    top: 0vh !important;
    height: 32px;
    width: 105px;
    text-align: center;
    line-height: 1.5;
    border: none;
    left: -83px;
    z-index: 999;
    position: fixed;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    background-color: #00491e;
    transition: 0.5s ease-in-out;
    transform: rotate(270deg) translate(-50%, 0%);
    transform: rotate(90deg) translate(-105%, 0%) !important;
}



.banner-Sidebtn.btn-enquire {
    right: -49px;
    left: inherit;
    transform: rotate(90deg) translate(-50%, 0%);
}

a.banner-Sidebtn:hover {
    color: #d8ccb8;
}

/**********HOME PAGE CSS END**************/



.sec-pristine {
    background-color: #fff;
    padding: 100px 0px 20px;
    
    text-align: center;
  /*  position: relative;  */
}

.sec-pristine img.pristine-bgImg {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    margin-top: 120px;
    transition: all ease-in-out 0.8s;
}

.sec-pristine img.pristine-bgImg.inView,
.footor-bgimg.inView {
    margin-top: 0px;
    opacity: 1;
}

.footor-bgimg {
    opacity: 1;
    margin-top: 120px;
    transition: all ease-in-out 0.8s;
}

/* ul.listFollowUs li a .inner {
    background: #f1f1f1;
    mix-blend-mode: screen;
    display: block;
}

ul.listFollowUs li a .bg {
    width: 100%;
    position: relative;
    text-align: center;
    display: block;
}

ul.listFollowUs li a .bg:before {
    content: "";
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease-in-out;
}

ul.listFollowUs li a:hover .bg:before {
    opacity: 1;
} */

ul.listFollowUs li a i {
    display: block;
    transition: all ease-in-out 0.5s;
}

ul.listFollowUs li a:hover i {
    transform: scale(1.07);
}

/* @keyframes float2 {
	0% {
		top:80%;
	}
	100% {
        top:50%;
	}
} */
.sec-pristine .container {
  /*  position: relative;

*/
}

.sec-pristine .pristine-wapper:after {
    background-color: #fff;
    position: absolute;
    top: -100px;
    left: 0px;
    z-index: 0;
    width: 100%;
    content: '';
    height: 50px;
    box-shadow: 0px 11px 11px inset rgb(0 0 0 / 20%);
}

.pristine-content {
    max-width: 620px;
    margin: 0px auto;
    padding: 0px 25px 55px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #6c6d70;
}

.sec-habitat {
    z-index: 1;
    position: relative;
    background-color: #00491e;
    padding: 80px 0px 0px;
    text-align: center;
}

.sec-habitat .row {
    margin: 0px;
}

.sec-habitat .subHeading {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    margin: 0px;
    padding-bottom: 60px;
    font-style: normal;
}

.sec-heading.white-heading {
    color: #ffffff;
    margin-bottom: 22px !important;
}

.sec-heading span.animated-border.white-heading:after,
.sec-heading span.animated-border.white-heading:before {
    background-color: #fff;
}

.sec-habitat .image-box {
    position: relative;
    padding: 0px;
}

.sec-habitat .image-box img {
    width: 100%;
}

.sec-habitat .imgBox-content {
    position: absolute;
    top: inherit;
    z-index: 99;
    line-height: 1.2;
    left: 50%;
    bottom: -12px;
    transform: translate(-50%, -50%);
}

.imgBox-content .text-top {
    position: relative;
    top: 20px;
    opacity: 0;
    transition: all ease-in-out 0.8s;
}

.imgBox-content .text-bottom {
    position: relative;
    top: -20px;
    opacity: 0;
    transition: all ease-in-out 0.8s;
}

.imgBox-content .text-top.inView,
.imgBox-content .text-bottom.inView {
    opacity: 1;
    top: 0px;
}

.sec-habitat .imgBox-content {
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    color: #fff;
    padding-bottom: 24px;
    font-style: italic;
    font-family: 'Libre Baskerville';
    text-shadow: 3px 3px 12px #000, -3px -3px 15px #000;
}

.sec-habitat .text-bottom {
    font-size: 40px;
    margin-top: 5px;
    display: block;
    font-family: 'Libre Baskerville';
    font-style: italic;
}

.project-highlights {
    background-color: #f1f1f1;
    padding: 117px 0px 125px;
    text-align: center;
    overflow: hidden;
}

.project-highlights.project-highlightsInner {
    padding-bottom: 80px;
}

.project-highlights .sec-heading {
    margin-bottom: 20px;
}

.project-highlights .icon-box-row {
    margin: 60px 0px 0px;
}

.project-highlights .icon-box p {
    font-size: 15px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    color: #6c6d70;
    line-height: 1.4;
    margin: 0px auto;
    max-width: 190px;
    letter-spacing: 0px;
    transition: all 0.5s ease-in-out;
}

.project-highlights .icon-box img {
    padding-bottom: 12px;
    max-height: 100px;
    display: table;
    margin: 0px auto;
    transition: all 0.5s ease-in-out;
}

.project-highlights .icon-box-row+.icon-box-row {
    padding-top: 50px;
}

.project-highlights .icon-box:hover img,
.project-highlights .icon-box:hover p {
    transform: scale(1.08);
}

.sec-project {
    background-color: #fff;
    padding: 117px 0px;
    text-align: center;
}

.sec-project .sec-heading {
    margin-bottom: 45px;
}

.sec-project .col-sm-6.project-img-box {
    padding: 0px 10px 0px;
}

.sec-project .project-img-box h5 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: #6c6d70;
    text-align: left;
    border: 1px solid #6c6d70;
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
}

.sec-project .project-img-box img {
    width: 100%;
    height: 350px;
    max-width: 100%;
    object-fit: cover;
}

.sec-project .project-img-box span {
    position: relative;
    float: right;
    width: 100%;
}

.full-select .select2 {
    width: 100% !important;
}

.full-select .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #6c6d70;
    border-radius: 0px;
    padding: 0px 20px;
    height: 48px;
}

.full-select .select2-selection__rendered {
    text-align: left;
    display: inline-block;
    line-height: 48px !important;
}

.project-form span.select2-selection.select2-selection--single {
    border: none;
}

.sec-project .project-img-box .full-select .select2-selection__rendered {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: #6c6d70;
    text-align: left;
    text-transform: uppercase;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #6c6d70;
}

.select2-dropdown {
    background-color: #fff !important;
    border: 1px solid #6c6d70 !important;
    border-radius: 0px !important;
    box-sizing: border-box !important;
    display: block;
    position: absolute;
    z-index: 1051;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #FFF !important;
    color: #212529 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #FFF;
    color: #212529 !important;
}

.select2-results__options li {
    color: #28523c !important;
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif;
}

html body .select2-results__option {
    padding: 6px 20px 6px 35px;
    position: relative;
}

html body .select2-results__option:after {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: solid 1px #6C6D70;
    content: "";
    top: 10px;
    left: 13px;
    position: absolute;
}

html body .select2-results__option:before {
    width: 8px;
    height: 8px;
    top: 12px;
    border-radius: 50%;
    content: "";
    background-color: #00491e;
    left: 15px;
    transform: scale(0);
    position: absolute;
    transition: all ease-in-out 0.5s;
}

.select2-container--default .select2-results__option[aria-selected=true]:before {
    transform: scale(1);
}

.full-select span.select2-selection__arrow:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 20px;
    top: 16px;
    right: 25px;
    background: url("../images/dropdown-icon.svg") no-repeat center;
    transform: rotate(90deg);
    background-size: 100% 100%;
}

.full-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.full-select.full-projectType span.select2-selection__arrow:after {
    display: none;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}

.full-select.full-projectType .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
    padding-right: 0px;
}

.project-collapse {
    display: flex;
    list-style: none;
    color: #6C6D70;
    font-size: 16px;
}

ul.project-toggle {
    list-style: none;
    text-align: left;
    padding: 0;
    color: #6C6D70;
    font-size: 16px;
}

.project-card {
    text-align: left;
    color: #6C6D70;
    font-size: 15px;
    min-height: 75px;
    margin-bottom: 15px;
}

.full-select .btn {
    background-color: #fff !important;
    color: #6C6D70 !important;
    text-align: left;
}

.full-select .btn-primary {
    font-size: 15px;
    height: auto;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: #6C6D70;
    text-align: left;
    padding: 12px 25px;
    text-transform: uppercase;
}

.btn-primary:focus {
    border-color: #000 !important;
    box-shadow: none !important;
}

.card-body {
    margin-top: -10px;
    border-color: #000 !important;
    border-radius: 0;
    border-top: 0;
    border: none;
    padding: 15px 25px;
}

.btn-knowMore {
    line-height: 40px;
    color: #fff;
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif;
    width: 140px;
    height: 40px !important;
    padding: 0 !important;
    background-color: #28523C;
    border: none;
    transition: 0.5s ease-in-out;
}

.btn-knowMore:hover {
    color: #d8ccb8;
}

.full-select {
    border: solid 1px #6C6D70;
    position: relative;
}

.full-select .btn-primary {
    border: none;
}

.full-select .collapse_arrow:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 17px;
    top: 16px;
    right: 25px;
    transform: rotate(270deg);
    background: url("../images/dropdown-icon.svg") no-repeat center;
    background-size: 100% 100%;
    transition: all ease-in-out 0.5s;
}

.full-select .collapse_arrow.collapsed:after {
    transform: rotate(90deg);
}

.sec-amenities {
    background-color: #f1f1f1;
    padding: 118px 0px;
    text-align: center;
}

.sec-amenities .amenities-img-box h5 {
    font-size: 15px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: #6c6d70;
    position: relative;
    z-index: 9;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #6c6d70;
    padding: 15px 20px;
    min-height: 70px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}

.sec-amenities .amenities-img-box:hover h5 {
    background-color: #28523c;
    color: #fff;
}

.sec-amenities .amenities-img-box {
    padding: 0 6px;
}

.sec-amenities .amenities-img-box img {
    width: 100%;
}

.sec-gallery {
    padding: 130px 0px;
    text-align: center;
    box-shadow: 0px 15px 10px 0px #e1e1e1;
    /* overflow-x: hidden; */
}

.sec-gallery .innersec-gallery {
    max-width: 1600px;
    margin: 0 auto;
}

.sec-gallery .gallerycol {
    padding: 0px;
}

.sec-gallery .gallerycol img {
    padding: 10px;
}

.sec-sneak {
    padding: 110px 0px;
    text-align: center;
}

.sec-sneak .slick-slide {
    padding-left: 6px;
    padding-right: 6px;
}


.sneak-img-box {
    padding: 0 6px;
}

.imgViewMap-slider .slick-prev:before {
    content: '';
    background: url('../images/banner-left.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.imgViewMap-slider .slick-next:before {
    content: '';
    background: url('../images/banner-right.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}

.slick-prev {
    left: -180px;
    z-index: 9;
    height: 60px;
    width: 35px;
}

.slick-next {
    right: -180px;
    z-index: 9;
    height: 60px;
    width: 35px;
}

.slick-prev:before {
    content: '';
    background: url('../images/left-arrow.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.slick-next:before {
    content: '';
    background: url('../images/right-arrow.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}

.whatsapp-icon {
    bottom: 96px;
}

.social-icon a {
    position: fixed;
    width: 58px;
    height: 58px;
    background-color: #28523c;
    border-radius: 50px;
    text-align: center;
    z-index: 100;
    right: 30px;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.2);
}

.social-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.message-icon {
    bottom: 20px;
    display: none !important;
}

/*section gallery-img*/
.gallery-img__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}


.gallery-img__item {
    position: relative;
    width: 320px;
    height: 320px;
    margin: 8px;
    padding: 0px;
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(110, 123, 140, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(110, 123, 140, 0.3);
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    cursor: pointer;
}

.lg-download.lg-icon {
    display: none;
}

.gallery-img__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-style {
    margin: 0 -8px;
    padding: 0;
    list-style: none;
}

.sneak-img-box.slick-slide {
    height: auto;
}

.uppar-navBar li.nav-item.nav-icon {
    align-self: center;
}

.sec-gallery.galleryPage {
    padding: 117px 0 100px !important;
}

.sec-gallery p {
    padding-bottom: 60px;
    max-width: 580px;
    margin: 0 auto;
    font-size: 16px;
}

.galleryVideo {
    margin: 0.6%;
    width: 32.13%;
    padding: 0;
    cursor: pointer;
}

.galleryVideo img {
    width: 100%;
}

/* .galleryVideo1 { 
    margin-left: -0.6%;
}
.galleryVideo3 { 
    margin-right: -0.6%;
} */
.gallery-video {
    width: 50%;
    cursor: pointer;
    padding: 0px 10px 20px;
    margin: 0px;
}

.gallery-video img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.imgBox {
    position: relative;
}

.project .sec-heading {
    margin-bottom: 30px;
    padding-top: 0;
}

.homeSlider .imgBox .container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    bottom: 45px;
    font-family: 'Libre Baskerville';
    width: 100%;
    max-width: 1200px;
    text-align: center;
    font-style: italic;
    z-index: 2;

}

/* .projectBanner-text {
    position: absolute;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    color: white;
    bottom: 45px;
    top: inherit;
    font-style: italic;
    font-family: 'Libre Baskerville';
    width: 100%;
    max-width: 1200px;
    text-align: center;
} */
.projectBanner-text h5 {
    font-size: 40px;
    font-style: italic;
    padding-bottom: 14px;
    font-family: 'Libre Baskerville';
}

.projectBanner-text p,
.projectBanner-text div,
.projectBanner-text {
    margin: 0px;
    line-height: 1;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
}

.project-form {
    padding: 0;
    margin: 0;
}

.project-form .full-select.full-projectType .select2-selection__rendered {
    font-size: 13px;
    border-radius: 0;
    color: #6c6d70;
    text-transform: uppercase;
    font-weight: 500;
}

.project-form-btn {
    border: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0px;
    top: 0;
}

button.btn-submit {
    padding: 0px 25px;
    height: 50px;
    font-size: 0px;
    background-color: #00491e;
    border-radius: 0;
    border-color: #00491e;
}

button.btn-submit img {
    width: 16px;
}

button.btn-submit:hover {
    background-color: #28523C;
    border-color: #28523C;
}

.sec-sneak {
    padding: 90px 0px 115px 0px;
    text-align: center;
}

.project {
    text-align: center;
    padding: 115px 0px;
}

.project p {
    font-size: 15px;
    font-weight: 400;
    margin: 0px;
}

.project-img {
    padding-bottom: 10px;
    padding-top: 10px;
}

.project-type {
    background-color: #f1f1f1;
    padding: 55px 0px;
}

.project-type .select-form {
    padding-right: 68px;
    margin: 0px;
}

.project-type.sec-project {
    padding: 117px 0px;
}

.sec-project {
    box-shadow: 0px 15px 10px 0px #e1e1e1;
}

/*--------------Animation CSS-------------- */
.burnsTest {
    overflow: hidden;
    display: inline-block;
    /* min-height: 400px; */
    cursor: pointer;
}

.burnsTest img {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    width: 100%;
    height: auto;
    -webkit-filter: saturate(0.6) brightness(1.2);
    filter: saturate(0.6) brightness(1.2);
}

.burnsTest img:hover {
    -webkit-transform: scale(1.1) rotate(0deg);
    transform: scale(1.1) rotate(0deg);
    /* -webkit-transform-origin: 25% 25%; 
    transform-origin: 25% 25%;  */
    -webkit-filter: saturate(1.4) brightness(1.2);
    filter: saturate(1.4) brightness(1.2);
}

.projectImgBox-animation {
    overflow: hidden;
    display: block;
    cursor: pointer;
}

.projectImgBox-animation img {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    width: 100%;
    height: auto;
    -webkit-filter: saturate(0.6) brightness(1.2);
    filter: saturate(0.6) brightness(1.2);
}

.projectImgBox-animation img:hover {
    -webkit-transform: scale(1.1) rotate(0deg);
    transform: scale(1.1) rotate(0deg);
    /* -webkit-transform-origin: 25% 25%; 
    transform-origin: 25% 25%;  */
    -webkit-filter: saturate(1.4) brightness(1.2);
    filter: saturate(1.4) brightness(1.2);
}

@keyframes float1 {
    0% {
        /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
        transform: translate(-50%, -30%);
    }

    100% {
        /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
        transform: translate(-50%, -60%);
    }
}

.inView .footor-bgimg {
    animation: float1 1.5s ease-in-out;
    animation-fill-mode: forwards;
}

.banner-Sidebtn {
    /* overflow: hidden; */
}

.banner-Sidebtn:after {
    content: "";
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    border: solid 2px #00491e;
    top: 0px;
    right: 0px;
    z-index: 9999;
    animation: slideShadow 1.5s ease-in-out infinite;
}

@keyframes slideShadow {
    0% {
        /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
        transform: scaleY(1) scalex(1);
        opacity: 0;
    }

    50% {
        /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
        /* transform: translate(-50%,-50%); */
        /* transform: scaleY(3) scalex(1.5); */
        opacity: 0.5;
    }

    100% {
        /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
        /* transform: translate(-50%,-50%); */
        transform: scaleY(1.3) scalex(1.08);
        opacity: 0;
    }
}

span.animated-border {
    width: 0%;
    height: 1px;
    border-bottom: 2px solid #6c6d70;
    position: absolute;
    display: block;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%, -50%);
}

span.animated-border.white-heading {
    border-bottom: 2px solid #fff;
}

.inView span.animated-border {
    animation: borderAni 1.5s ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes borderAni {
    0% {
        width: 0;
        /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
    }

    100% {
        width: 100%;
        /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
        /* transform: translate(-50%,-50%); */

    }
}

/*----------- Plots css-------------- */
p.max-text,
.property .max-text {
    max-width: 530px;
    margin: 0 auto;
}

.project-highlights .container div+.icon-box-row:nth-child(2) [class*="col"]:nth-child(3) p {
    max-width: 100px;
}

.project-highlights .container div+.icon-box-row:nth-child(3) [class*="col"]:nth-child(2) p,
.project-highlights .container div+.icon-box-row:nth-child(3) [class*="col"]:nth-child(3) p {
    max-width: 100px;
}



/*----------- Property  css-------------- */

.projectOverview {
    padding: 117px 0px;
    text-align: center;
}

.projectOverview .projectOverviewInner {
    padding-top: 15px;
    padding-bottom: 20px;
}

.projectOverview .projectLogo {
    padding-right: 30px;
    color: #6c6d70;
}

.projectOverview .projectLogo h2 {
    text-align: left;
    display: block;
    padding-bottom: 20px;
    margin: 0px;
}

.projectOverview .projectLogo p {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 1.6;
}

.projectOverview .projectBox {
    border: 1px solid #6c6d70;
    padding: 20px;
    min-height: 195px;
}

.projectOverview .projectBox h4 {
    font-size: 17px;
    font-weight: 500;
    color: #808080;
    padding-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.projectOverview .projectBox p {
    font-size: 12px;
    margin: 0px;
    font-weight: 400;
    color: #6c6d70;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
}

.projectOverview .projectBox .iconBoxP {
    margin-bottom: 0px;
}

.projectOverview .imgloctionMap {
    max-height: 34px;
    margin-bottom: 6px;
}

.projectOverview .projectTabs {
    padding: 23px 15px 13px 15px;
    background-color: #f0f0f0;
}

.projectTabs .tab-content {
    height: 230px;
    overflow: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

.projectTabs ul.nav {
    width: 100%;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    padding-bottom: 42px;
    display: flex;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.projectTabs .imgTab img {
    max-height: 40px;
    margin: 0px auto 7px auto;
    display: table;
    max-width: 73px;
}

.projectTabs ul.nav li span.animated-border {
    bottom: -6px;
}

.projectTabs ul li.nav-item {
    padding: 0px 20px;
}

.projectTabs ul li.nav-item+li.nav-item {
    border-left: 1px solid #808080;
}

.project-highlights .keyHighlights .icon-box img {
    padding-bottom: 12px;
    max-height: 85px;
    display: table;
    margin: 0px auto;
    transition: all 0.5s ease-in-out;
    max-width: 150px;
}

.projectTabs .imgTab h6 {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
    color: #6c6d70;
    margin: 0px;
}

.projectTabs a.tabName {
    position: relative;
    color: #808080;
}

.tab-content .imgTab .col-4 {
    padding-bottom: 15px;
    padding-top: 5px;
    transition: all ease-in-out 0.5s;
}

.projectBox .iconBox,
.mapPlace .imgBox {
    transition: all ease-in-out 0.5s;
}

.tab-content .imgTab .col-4:hover,
.projectBox .iconBox:hover,
.mapPlace .imgBox:hover {
    transform: scale(1.04);
    color: #28523c;
}

.projectOverview .projectBox .iconBox:hover p {
    color: #28523c !important;
}


.projectTabs a.tabName.active {
    color: #00491e;
}

ul.listGalleryMenu li span.animated-border {
    opacity: 0;
    animation: inherit;
    animation-fill-mode: inherit;
    transition: all ease-in-out 0.5s;
}

.projectTabs .tabName.active span.animated-border,
ul.listGalleryMenu li:hover span.animated-border,
ul.listGalleryMenu li.active span.animated-border {
    animation: borderAni 1.5s ease-in-out;
    animation-fill-mode: forwards;
    opacity: 1;
}

.projectTabs .tabName span.animated-border {
    opacity: 0;
    border-color: #00491e;
}

.projectTabs .tabName .animated-border:after,
.projectTabs .tabName .animated-border:before {
    background-color: #000;
}

.projectTabs a.tabName:hover {
    color: #000000;
}

.resourcesBox .resourcesImg {
    max-height: 50px;
    margin-bottom: 7px;
}

.projectTabs .tab-content .tab-pane p {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    line-height: 1.6;
    padding: 0 20px;
}

/*---------locationAdvantage css--------*/
.locationAdvantage {
    padding: 117px 0px;
    text-align: center;
}

.locationAdvantage .maploction {
    padding: 15px 0px 0px 0px;
}

.locationAdvantage .mapPlace {
    border: 1px solid #6c6d70;
    border-right: 0px;
    padding: 40px 25px 25px 25px;
    height: 370px;
    overflow: auto;
}

.locationAdvantage .mapPlace img {
    max-height: 30px;
    margin-bottom: 7px;
    max-width: 53px;
}

.map-container iframe {
    width: 100%;
    height: 100%;
}

.mapPlace .imgBox {
    padding: 0 10px 30px;
    width: 50%;
}

.mapPlace .imgBox h6 {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: #6c6d70;
    font-family: 'Open Sans', sans-serif;
}

.mapIframe {
    padding: 0px;
}

.mapIframe .map-container {
    height: 370px;
}

.amenities-slider .gallery-img__item {
    height: auto !important;
}

.gallerySlider {
    box-shadow: none !important;
}

.amenities-slider .gallery-img__item {
    box-shadow: none;
}

/*--------faqSection css--------- */
.faqSection {
    padding: 117px 0px;
    text-align: center;
    box-shadow: 0px 15px 10px 0px #e1e1e1;
}

.faqAccording {
    padding-top: 0px;
    margin: 0px;
}

.faqAccording button.accordion-button {
    font-size: 14px;
    font-weight: 400;    min-height: 85px;
    color: #6c6d70;
    line-height: 1.3;
    padding: 20px 40px 20px 25px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.faqAccording .accordion-item+.accordion-item {
    margin-top: 0px;
}

.faqAccording .accordion-item {
    border: 1px solid #6c6d70;
    border-radius: 0px !important;
}

.faqAccording .accordion-button:not(.collapsed) {
    color: #6c6d70;
    background-color: #fff;
    box-shadow: none;
}

.faqAccording .accordion-button:after {
    content: '\f067';
    right: 9px;
    top: 19px;
    text-align: center;
    font-size: 14px;
    font-weight: 900;top: 40%;
    position: absolute;
    background-image: none;
    font-family: "Font Awesome 5 Free";
}

.faqAccording .accordion-button:not(.collapsed):after {
    content: '\f068';
    right: 9px;
    top: 19px;
    text-align: center;
    font-size: 14px;
    font-weight: 900;
    position: absolute;
    background-image: none;
    font-family: "Font Awesome 5 Free";
    line-height: 1.6;
}

.faqAccording .accordion-button:focus {
    border: none;
    outline: 0;
    box-shadow: none;
}

.faqAccording .accordion-body {
    padding: 20px 25px 20px;
    font-size: 14px;
    font-weight: 400;
    background-color: #fbfbfb;
    border-top: solid 1px #6c6d70;
    text-align: left;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
}

.faqAccording .accordion-body ul.accordion-list {
    padding: 10px 20px;
    list-style: none;
}

.faqAccording .accordion-body ul.accordion-list li {
    position: relative;
}

.faqAccording .accordion-body ul.accordion-list li:before {
    content: '\f054';
    font-size: 10px;
    font-weight: 900;
    position: absolute;
    left: -20px;
    top: 2px;
    font-family: "Font Awesome 5 Free";
}

.gallerySlider .list-style {
    padding-bottom: 30px;
}

.gallerySlider .read_more a.btn {
    width: auto;
    height: auto;
    line-height: 1;
    text-transform: uppercase;
    background-color: transparent;
    color: #00491e;
    border: 1px solid #00491e;
    padding: 15px 25px;
}

.gallerySlider .read_more a.btn:hover {
    background-color: #00491e;
    color: #FFF;
}

.gallerySlider .read_more a.btn i {
    padding-left: 10px;
}

.gallerySlider .read_more a.btn-updates {
    margin-right: 10px;
}

.gallerySlider .read_more a.btn-book {
    margin-left: 10px;
}

/* ----------media page csss------ */
.media-center {
    padding: 117px 0px 90px;
    box-shadow: 0px 15px 10px 0px #e1e1e1;
}

/* .media-center .container{
    width: 85%;
} */
.media-center .card {
    border: none;
    background-color: #f0f0f0;
}

.blogArea.media-center .card-body {
    padding: 40px 30px 50px 30px;
}

.blogArea.media-center .card-body .card-text p {
    min-height: inherit;
}

.media-center .card-body {
    padding: 40px;
}

.media-center .card-title {
    color: #6c6d70;
    font-size: 30px;
    padding: 0;
}

.blogsTab .container {
    width: 100%;
}

.media-center p {
    font-size: 14px;
    color: #6c6d70;
    min-height: 65px;
}

.media-center .read-btn {
    background-color: #f0f0f0;
    color: #00491e;
    font-size: 14px;
    text-align: left;
    border-color: #000;
    padding: 7px 10px;
    line-height: 1;
    font-weight: 500;
    height: auto !important;
}

.media-center .heading {
    font-size: 18px !important;
    font-weight: 500;
    color: #00491e;
    line-height: 1.6;
    margin-bottom: 15px;
    font-style: italic;
    text-transform: capitalize;
}

.media-center h5 {
    padding-bottom: 9px;
    font-size: 14px;
    font-weight: 500;
    color: #6c6d70;
}

.media-center .media-row {
    margin-bottom: 25px;
}

.news-press {
    background-color: #f0f0f0;
}

.news-card {
    background-color: #fff !important;
}

.news-btn {
    background-color: #fff !important;
}

.btn-section {
    position: relative;
    display: inline-block;
}

.read-btn i {
    padding-left: 6px;
    position: relative;
    right: -2px;
}

.box-press .card-title.heading {
    margin: 0px !important;
    text-transform: uppercase;
}

.box-press.media-center .card-body {
    padding-bottom: 40px;
}

.imgViewMapInner,
.clubGallerySec .clubhouseImage {
    overflow: hidden;
}

.imgViewMapInner img,
.clubGallerySec .clubhouseImage img {
    transform: scale(1);
    filter: saturate(0.6) brightness(1.2);
    transition: all ease-in-out 0.5s;
}

.imgViewMapInner img:hover,
.clubGallerySec .clubhouseImage img:hover {
    -webkit-transform: scale(1.1) rotate(0deg);
    transform: scale(1.1) rotate(0deg);
    -webkit-filter: saturate(1.4) brightness(1.2);
    filter: saturate(1.4) brightness(1.2);
}

/* .news-btn:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 20px;
    top: 10px;
    right: 14px;
    background: url("../images/dropdown-icon.svg") no-repeat center;
    background-size: 100% 100%;
}
.read-btn:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 20px;
    top: 10px;
    right: 14px;
    background: url("../images/dropdown-icon.svg") no-repeat center;
    background-size: 100% 100%;
} */
.contact-form .btn {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.homeSlider .imgBox {
    position: relative;
}

.homeSlider .imgBox:after {
    width: 100%;
    height: 400px;
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0px;
    background: url("../images/shadow_top_banner.png") no-repeat center top;
    background-size: cover;
}

.downArrow {
    position: absolute;
    bottom: 80px;
    left: 50%;
    display: block;
    overflow: hidden;
    transform: translateX(-50%);
}

.downArrow svg {
    width: 38px;
    height: auto;
}

.downArrow svg circle:nth-child(2) {
    stroke-dasharray: 150;
    stroke-dashoffset: 150;
    -webkit-transition: all 1.5s cubic-bezier(0.45, 0, 0.14, 1.03);
    -o-transition: all 1.5s cubic-bezier(0.45, 0, 0.14, 1.03);
    transition: all 1.5s cubic-bezier(0.45, 0, 0.14, 1.03);
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transform-origin: 50% 70%;
    -ms-transform-origin: 50% 70%;
    transform-origin: 50% 70%;
}

.downArrow:hover svg circle:nth-child(2) {
    stroke-dashoffset: 0;
    -webkit-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    transform: rotate(55deg);
    -webkit-transition: 1.2s cubic-bezier(0.38, 0.67, 0.76, 0.66);
    -o-transition: 1.2s cubic-bezier(0.38, 0.67, 0.76, 0.66);
    transition: 1.2s cubic-bezier(0.38, 0.67, 0.76, 0.66);
}

/*---------------- habitat page css------------------ */

.bgGray {
    background-color: #f1f1f1 !important;
}

.habitatSec {
    background-color: #f1f1f1;
}

.project.property.habitatSec {
    background-color: transparent;
}

.habitatSec .max-text {
    max-width: 710px;
    margin: 0px auto;
}

.infrastructure .slick-list {
    margin: 0px -16px;
}

.textClub {
    font-style: italic;
    max-width: 1000px;
    margin: 0px auto -50px auto !important;
    padding-top: 50px !important;
    font-size: 13px !important;
}

.habitatViewMap {
    z-index: 1;
    padding: 115px 20px;
    position: relative;
}

img.bg-habitatViewMap {
    top: 0;
    opacity: 0.6;
    right: 0;
    width: 35%;
    height: 100%;
    z-index: -1;
    position: absolute;
    object-fit: cover;
}

.imgViewMap-slider .slick-prev {
    left: 15px;
    height: 30px;
    width: 30px;
}

.imgViewMap-slider .slick-next {
    right: 15px;
    height: 30px;
    width: 30px;
}

.textViewMap h2 {
    line-height: 1.3;
    font-size: 27px;
}

.textViewMap p {
    font-size: 13px;
    color: #6c6d70;
    margin-bottom: 25px;
}

.btn.btn-md {
    font-size: 15px;
    width: auto;
    border-color: #00491e;
    padding: 0px 40px;
    line-height: 48px;
    font-weight: 500;
}

.btn.btn-transpart {
    color: #00491e;
    background-color: transparent;
}


.btn.btn-sm {
    color: #00491e;
    font-size: 13px;
    text-align: left;
    border-color: #00491e;
    padding: 7px 10px;
    line-height: 1;
    font-weight: 500;
    width: auto;
    height: auto !important;
    background-color: transparent;
}

.btn.btn-sm:hover,
.btn.btn-transpart:hover {
    color: #FFF;
    border-color: #00491e;
    background-color: #00491e;
}

.textViewMap {
    padding-right: 60px;
    align-self: center;
}

.imgViewMap-slider {
    margin-right: -100px;
}

.mainhabitatBox {
    padding-bottom: 117px;
    box-shadow: 0px 15px 10px 0px #e1e1e1;
}

.mainhabitatBox .habitatViewMap:nth-child(odd) {
    background-color: #f1f1f1;
}

.mainhabitatBox .habitatViewMap:nth-child(even) .bg-habitatViewMap {
    left: 0px;
    right: inherit;
}

.mainhabitatBox .habitatViewMap:nth-child(even) .viewMapInner {
    flex-direction: row-reverse;
}

.mainhabitatBox .habitatViewMap:nth-child(even) .imgViewMap-slider {
    margin-left: -100px;
    margin-right: 0px;
}

.mainhabitatBox .habitatViewMap:nth-child(even) .textViewMap {
    padding-right: 15px;
    padding-left: 60px;
}

/* ---------------Aminities page css------------- */
.mainClubHouseSec h2.sec-heading {
    font-size: 40px;
}

.mainClubHouseSec .imgViewMapInner {
    margin-right: 0px;
    overflow: hidden;
}

.mainClubHouseSec .imgViewMapInner img {
    transition: all ease-in-out 0.6s;
}

.mainClubHouseSec .imgViewMapInner:hover img {
    -webkit-transform: scale(1.1) rotate(0deg);
    transform: scale(1.1) rotate(0deg);
}

.mainClubHouseSec img.bg-habitatViewMap {
    width: 26%;
}

.mainClubHouseSec ul.clubhouseList,
.mainClubHouseSec ul {
    margin: 0;
    list-style: none;
    padding: 10px 0px 0px 15px;
}

.mainClubHouseSec ul.clubhouseList li,
.mainClubHouseSec ul li {
    color: #6c6d70;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    padding: 0px 0px 5px 3px;
    transition: all ease-in-out 0.5s;
}

.mainClubHouseSec ul.clubhouseList li:before,
.mainClubHouseSec ul li:before {
    content: ' ';
    top: 5px;
    left: -15px;
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 50px;
    background-color: #6c6d70;
}

.mainClubHouseSec ul li:hover {
    transform: scale(1.05);
}

.imgViewMap-slider .slick-dots {
    bottom: 14px;
}

.imgViewMap-slider .slick-dots li {
    margin: 2px;
}

.imgViewMap-slider .slick-dots li button:before {
    top: 10px;
    color: #fff;
    opacity: .8;
    font-size: 10px;
}

.imgViewMap-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #00491e;
    font-size: 10px;
}

/* ----------------Clubhouse page css------------ */
.clubGallerySec img {
    width: 100%;
}

.clubGallerySec.hideOverflow {
    overflow: hidden;
}

.project.clubGallerySec {
    padding-top: 0px;
}

.meticulouslySec .clubGallerySec {
    padding-bottom: 0;
}

.clubhouseImage {
    padding: 0 10px;
}

.clubhouseList ul {
    display: flex;
    margin: 0px;
    list-style: none;
    flex-wrap: wrap;
    padding: 20px 0 50px 0px;
    justify-content: center;
}

.clubhouseList li {
    padding: 0 17px;
    line-height: 1.2;
    font-size: 15px;
    color: #00491e;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    transition: all ease-in-out 0.5s;
}

.clubhouseList li:hover {
    transform: scale(1.05);
}

.clubhouseList li:before {
    content: ' ';
    top: 1px;
    right: 0px;
    width: 2px;
    height: 15px;
    position: absolute;
    background-color: #6c6d70;
}

.buddingSec {
    box-shadow: 0px 15px 10px 0px #e1e1e1;
}

.eventGallery {
    padding: 130px 0px !important;
}

.clubhouseList ul li:hover:after {
    width: calc(100% - 34px);
}

.clubhouseList ul li:after {
    width: 0px;
    height: 0.5px;
    content: "";
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
    position: absolute;
    background-color: #00491e;
    transition: all ease-in-out 0.5s;
}

.clubhouseImg-slider .slick-prev:before {
    background: url('../images/left-arrow.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.clubhouseImg-slider .slick-next:before {
    background: url('../images/right-arrow.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.clubhouseImg-slider .slick-dots {
    bottom: -40px;
}

.clubhouseImg-slider .slick-dots li button:before {
    font-size: 10px;
}

.clubhouseImg-slider .slick-dots li {
    margin: 0 2px;
}

.clubhouseImg-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #00491e;
    font-size: 10px;
}

/* ------------blog page css------------- */
.blogsTab {
    padding: 80px 0px;
    background-color: #f0f0f0;
}

.blogsTab ul.blogsList {
    padding-bottom: 40px;
    justify-content: center;
}

.blogsTab .blogsList li a.tabName:hover {
    color: #000;
}

.blogsTab .blogsList li {
    margin: 0 27px;
}

.blogsTab .blogsList li a.tabName {
    padding-bottom: 15px;
    display: inline-block;
    position: relative;
    margin-bottom: 45px;
    color: #6c6d70;
    font-style: italic;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    font-family: 'Libre Baskerville';
}

.blogsTab .blogsList li a.tabName.active {
    color: #00491e;
}

.blogsTab .blogsList li a.tabName.active span.animated-border {
    animation: borderAni 1.5s ease-in-out;
    animation-fill-mode: forwards;
    opacity: 1;
}

.blogsTab .blogsList li a.tabName span.animated-border {
    opacity: 0;
    border-color: #00491e;
}

.blogsTab .media-center {
    padding: 0px;
    box-shadow: none;
}

.tabActive-name {
    text-align: center;
}

.blogsTab .card-body {
    min-height: 280px;
    padding: 20px !important;
    border-radius: 10px;
    position: relative;
    margin: -30px 20px 30px;
    background-color: #fff;
    box-shadow: 0 0 30px rgb(31 45 61 / 13%);
}

.blogsTab .card-body .btn-section {
    position: absolute;
    bottom: 18px;
    left: 20px;
}

.blogsTab .blog-img {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.blogsTab .blog-img img {
    transition: all 0.5s ease-in-out;
}

.blogsTab .blog-img img {
    min-height: 302px;
    object-fit: cover;
    width: calc(100% - 20px);
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.blogsTab .blog-img:hover img {
    transform: scale(1.1);
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.blogsTab .card-body a.btn {
    background-color: transparent;
    border-radius: 5px;
}

.blogsTab .blog-img span.blog-date {
    position: absolute;
    z-index: 1;
    background: #28523c;
    color: #ffffff;
    padding: 8px 15px;
    left: 0;
    top: 10px;
    font-size: 13px;
}

.listOne ul li::before {
    display: none;
}

ul.listGalleryMenu {
    list-style: none;
    display: flex;
    padding: 0px;
    flex-wrap: wrap;
    justify-content: center;
}

ul.listGalleryMenu li+li {
    margin-left: 100px;
}

.eventBox {
    position: relative;
}

.project-img-box {
    padding-bottom: 20px !important;
}

.eventBox .linkEvent {
    position: absolute;
    left: 0px;
    text-transform: uppercase;
    text-transform: none;
    color: #FFF;
    z-index: 100;
    width: 100%;
    color: #6C6D70;
    font-size: 15px;

    padding: 12px 25px;
    transition: all ease-in-out 0.5s;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    bottom: -100%;
    height: 100%;

}

.eventBox:hover .linkEvent {
    color: #FFF;
    bottom: 0px;
    background-color: #00491ecf;
}

.linkEvent .arrowLink {
    position: absolute !important;
    right: 20px;
    width: 40px !important;
    display: block;
    border-radius: 50%;
    height: 40px !important;
    line-height: 36px;
    background-color: #FFF;
    bottom: 18px;
    color: #00491e;
    font-size: 21px;
    text-align: center;
    border: solid 3px rgba(0, 0, 0, 0.1);
}

.eventBox:hover .arrowLink {
    opacity: 1;

}

/* -----------------Social Media page css-------------- */
.socialMedia {
    padding: 80px 0px;
    text-align: center;
}

.socialMedia .container {
    width: 100%;
}

.social_logo_img {
    text-align: center;
    padding: 10px;
    background: #4867a8;
    border-radius: 5px 5px 0 0;
}

.one_social_list {
    height: 300px;
    overflow: auto;
    border: 1px solid #ccc;
    /* border-radius: 10px; */
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 30px;
}

.social_logo_img img {
    max-width: 100px;
    margin: 0 auto;
}

.fb_iframe_widget span {
    display: inline-block;
    position: relative;
    text-align: justify;
}

.social_logo_img.twitterLoogo {
    background: #32ccfe;
}

.social_logo_img.instgram_logo {
    background: rgb(239, 1, 16);
    background: linear-gradient(90deg, rgba(239, 1, 16, 1) 0%, rgba(194, 0, 149, 1) 100%);
}

.social_logo_img.youtubeLoogo {
    background: #cd181f;
}

.social_logo_img.youtubeLoogo.logyoulinkedin {
    background: #0a66c2;
}

.headyoutu {
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
    padding: 5px 10px;
}

.headyoutu h4 {
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
    color: #292F33;
    margin: 0;
    text-align: left;
}

.headyoutu h4 span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #657786;
}

.headyoutu h4 a {
    color: #2b7bb9;
    text-decoration: none;
    transition: 0.5s all ease;
    font-size: 14px;
    font-weight: 500;
}

.one_youtube {
    margin: 12px;
    background: #f7f7f7;
    padding: 5px;
}

.one_youtube img {
    width: 100%;
}

.one_youtube h3 {
    color: #ccc;
    color: #2b7bb9;
    text-decoration: none;
    font-size: 16px;
    margin: 12px 0;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    line-height: 1.2;
    text-align: left;
}

.sec-heading.heading-sm {
    font-size: 27px;
}

.clubhouseList li:last-child:before {
    display: none;
}

.mainClubHouseSec ul.clubhouseList li:last-child:before {
    display: block;
}

.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.7);
}

.lg-outer .lg-item {
    opacity: 0;
}

.lg-outer .lg-item.lg-current {
    opacity: 1;
}

.rowVideos iframe {
    width: 100%;
    height: 300px;
    margin: 10px auto;
}

/* ----------------Blog Detail page css------------- */
.blogsDetail {
    padding: 40px 0px;
}

.blogsDetail .card {
    background: #fff;
    transition: .5s;
    border: 0;
    margin-bottom: 30px;
    border-radius: 0.55rem;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}

.blogsDetail .single_post {
    transition: all .4s ease;
}

.blogsDetail .single_post .body {
    padding: 30px;
}

.blogsDetail .card .body {
    padding: 20px;
    font-weight: 400;
}

.blogsDetail .single_post .img-post {
    position: relative;
    overflow: hidden;
    max-height: 500px;
    margin-bottom: 30px;
}

.blogsDetail .single_post h3 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.3;
}

.blogsDetail .single_post p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    margin: 0;
    color: #6C6D70;
    margin-bottom: 10px;
}

.blogsDetail .card .header {
    padding: 20px;
    position: relative;
    box-shadow: none;
    padding-bottom: 0;
    align-self: center;
}

.blogsDetail .single_post h4 {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #6c6d70;
    font-family: 'Open Sans', sans-serif;
}

.blogsDetail .card .header h2 {
    font-size: 26px;
    margin: 0px;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
}

.blogsDetail .right-box .categories-clouds li {
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
}

.blogsDetail .right-box .categories-clouds li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00491e;
    position: absolute;
    top: 13px;
    left: 0;
}

.blogsDetail .right-box .categories-clouds li a {
    display: block;
    padding: 6px 10px;
    color: #00491e;
    font-size: 14px;
}

.blogsDetail .single_post .img-post {
    position: relative;
    overflow: hidden;
    max-height: 500px;
    margin-bottom: 30px;
}

.blogsDetail .single_post .img-post>img {
    width: 100%;
}

.blogsDetail .ancorColor {
    color: #00491e;
    font-weight: 500;
}

.blogsDetail ul.list-unstyled li:hover a {
    color: #28523c;
}

.lg-next,
.lg-prev {
    height: 65px;
    width: 35px;
    font-size: 0px;
}

.lg-next {
    background: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.lg-prev {
    background: url(../images/left-arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.icon-box-row.slick-slider .icon-box {
    padding: 10px 0px;
}

.customerZoneTabs {
    box-shadow: none;
}

.secCustomer {
    padding: 115px 0px;
    background-color: #f0f0f0;
}

.customer-login {
    padding: 50px;
    font-size: 13px;
    background-color: #ffffff;
}

.secCustomer h4 {
    font-size: 22px;
    color: #808080;
    font-weight: 500;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.secCustomer .form-control {
    font-weight: normal;
    background-color: transparent;
    border: solid 1px #00491e;
    padding: 0px 15px;
    font-size: 14px;
}

.secCustomer .form-control:focus {
    border-color: #2fa85c;
}

.secCustomer .form-control::placeholder {
    font-weight: normal;
}

.secCustomer .form-control::-webkit-input-placeholder {
    font-weight: normal;
}

.form-spacing {
    margin-bottom: 12px;
}

form .btn.btn-sm {
    width: auto;
    height: 50px;
    font-size: 17px;
    text-transform: uppercase;
    padding: 0px 20px;
    text-align: center;
    min-width: 150px;
    line-height: 50px;
    color: #FFF;
    background-color: #00491e;
}

form .btn.btn-sm:hover {
    background-color: #000;
}

.textGreen {
    color: #2fa85c;
}

.secCustomer .textGreen:hover,
.secCustomer a:hover {
    text-decoration: underline;
    color: #2fa85c;
}

.nriSection {
    background-color: #FFF;
    box-shadow: none;
}

.customer-heading {
    padding-bottom: 40px !important;
}

.secCustomer .customer-contact {
    padding-left: 35px;
    font-size: 13px;
}

.form-groupRadio {
    font-size: 12px;
    margin-bottom: 3px;
}

.custom-select.contact {
    padding-left: 13px;
    appearance: none;
    -webkit-appearance: none;
    border-right: 0px !important;
    background-color: transparent;
}

.form-group .form-control.phone {
    border-left: none !important;
}

.form-check-input {
    cursor: pointer;
    border-color: #6c6d70;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent;
}

.form-check-label {
    cursor: pointer;
}

.form-check-input[type=checkbox] {
    border-radius: 0px;
}

.form-check-input:checked {
    border-color: #00491e;
    background-color: #00491e;
}

select {
    padding-right: 35px !important;
    appearance: none;
    -webkit-appearance: none;
    background: url("../images/icon_down.png") no-repeat center right;
    background-size: 26px;
}

.testimonialSec {
    padding: 115px 0px;
    box-shadow: 0px 15px 10px 0px #e1e1e1;
    background-color: #f0f0f0;
}

.testimonialSec h2 {
    text-align: center;
}

.testimonialImage {
    padding: 30px;
    margin: 0px 7px;
    min-height: 410px;
    background-color: #FFF;
}

.testimonialImage .imgClient {
    margin-bottom: 20px;
    position: relative;
}

.rowForm {
    margin: 0px;
}

.testimonialImage .imgClient:after {
    width: 90px;
    height: 90px;
    content: "";
    right: 0px;
    top: -20px;
    background: url(../images/testimonial-logo.png) no-repeat center center;
    position: absolute;
    background-size: 100%;
}

.testimonialImage .imgClient img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.testimonialImage .testimonialText {
    margin-bottom: 20px;
}

.testimonialImage .testimonialName {
    font-size: 18px;
    color: #6c6d70;
    font-weight: bold;
    margin-bottom: 3px;
}

.testimonialPosition {
    margin: 0px;
}

.logoPlots {
    padding-bottom: 10px;
}

.logoPlots img {
    width: 180px;
}

.projectLogo p:last-child {
    margin: 0px;
}

.st0 {
    opacity: 0.5;
    fill: none;
    stroke: #FFF;
    enable-background: new;
}

.st1 {
    fill: none;
    stroke: #FFF;
}

.st2 {
    fill: #FFF;
}

/* ----------Privacy Policy---------------- */
.privacyPolicy,
.termsUse {
    padding: 118px 0px 100px;
}

h3.termsPolicies-heading {
    font-size: 30px;
    color: #6c6d70;
    font-style: italic;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Libre Baskerville';
}

.privacyPolicy h4,
.termsUse h4 {
    color: #6c6d70;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.privacyPolicy p,
.socialMediaPolicy p,
.termsUse p,
.disclaimer p,
.reraDisclaimer p {
    font-size: 14px;
    color: #6c6d70;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

.privacyPolicy ul.privacyList,
.privacyPolicy ul {
    padding-left: 18px;
    padding-bottom: 15px;
    margin: 0;
}

.privacyPolicy ul.privacyList li,
.privacyPolicy ul li {
    padding-left: 13px;
}

.privacyPolicy ul.privacyList li h5,
.privacyPolicy ul li h5 {
    font-size: 14px;
    color: #6c6d70;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.privacyPolicy ul.privacyList li p,
.privacyPolicy ul li p {
    font-size: 14px;
    color: #6c6d70;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}

.socialMediaPolicy,
.disclaimer {
    padding: 118px 0px 100px;
    background-color: #ededed;
}

ul.termsUse-list,
ul.understand-list,
.termsUse ul,
.reraDisclaimer ul {
    padding-left: 18px;
    padding-bottom: 25px;
    margin: 0;
}

.termsUse ul li p,
.reraDisclaimer ul li p {
    margin: 0px;
}

.privacyPolicy h2.sec-heading,
.socialMediaPolicy h2.sec-heading,
.termsUse h2.sec-heading,
.disclaimer h2.sec-heading,
.reraDisclaimer h2.sec-heading,
.disclaimer h2.sec-heading {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

ul.termsUse-list li,
.termsUse ul li,
.reraDisclaimer ul li {
    font-size: 14px;
    color: #6c6d70;
    font-weight: 400;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

ul.termsUse-list li,
ul.understand-list li,
.termsUse ul li,
.reraDisclaimer ul li {
    padding-left: 13px;
}

ul.understand-list li {
    font-size: 14px;
    color: #6c6d70;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}

.reraDisclaimer {
    padding: 118px 0 100px;
    box-shadow: 0px 15px 10px 0px #e1e1e1;
}


/* ----------location---------------- */
.location-map {
    background-color: #fff;
}

.location-head {
    text-align: center;
}

.location-head p {
    color: #6c6d70;
    margin-bottom: 30px;
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
}

/* ----------social infrastructure---------------- */
.social-infra {
    background-color: #f1f1f1;
    padding: 100px 0 50px 0;
    text-align: center;
    box-shadow: 0px 15px 10px 0px #e1e1e1;
}

.infrastructure {
    padding: 10px 0 50px 0;
}

.key-location {
    background-color: #00491e;
    color: #fff;
    padding: 20px;
    font-size: 13px;
    margin: 16px;
    min-height: 350px;
}

.text-sm {
    font-size: 13px;
}

.key-location table {
    text-align: left;
}

.key-location .distance {
    text-align: right;
    width: 100%;
}

.mapMain {
    position: relative;
}

/* .mapMain .linkMapView{
    position: absolute;
    bottom: 4.5%;
    left: 100%;
    width: auto;
    font-size: 13px;
} */
.mapMain .linkMapView a {
    padding: 9px;
    background-color: #00491e;
    border-radius: 50%;
    border: solid 1px #00491e;
}

.mapMain .linkMapView a img {
    width: 20px;
}

.mapMain .linkMapView a:hover {
    color: #00491e;
    text-decoration: underline;
}


.key-location h6 {
    text-align: left;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.key-location td {
    font-size: 15px;
}

.key-location .row {
    background: url(../images/icon-dot.svg) repeat-x 0px 12px;
    background-size: 3px;
}

.key-location .row span {
    background-color: #00491e;
}

.key-location .row+.row {
    margin-top: 2px;
}


/* --------------------Testimonials page css--------------- */
.sec-testimonial {
    background-color: #ffffff;
    padding: 117px 0px;
    box-shadow: none;
}

.sec-testimonial .testimonial-slider .testimonialImage {
    background-color: #f0f0f0;
}

.testimonialVideo {
    background-color: #f0f0f0;
    padding: 117px 0px;
    box-shadow: 0px 15px 10px 0px #e1e1e1;
}

.testimonialVideo .testi-video {
    padding-top: 0px;
}

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 15px;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* -------------------Contact Us page css--------------- */
.sec-ourOffices {
    padding: 117px 0px;
}

.sec-ourOffices .corporateOffice-inner {
    padding: 35px 0px 0px;
}

.sec-ourOffices .corporateOffice,
.sec-ourOffices .siteOffice {
    transition: all ease-in-out 0.5s;
}

.sec-ourOffices .corporateOffice:hover,
.sec-ourOffices .siteOffice:hover {
    transform: scale(1.03);
}

.sec-ourOffices .corporateOffice {
    width: 48%;
    padding: 40px;
    margin-right: 2%;
    background-color: #f0f0f0;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
}

.sec-ourOffices .siteOffice {
    width: 48%;
    padding: 40px;
    margin-left: 2%;
    background-color: #f0f0f0;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
}

.sec-ourOffices .btn.btn-sm {
    font-weight: 600;
}

.officeManArea {
    max-width: 750px;
    margin: 0px auto;
}

.sec-ourOffices h3.heding-corporate {
    font-size: 24px;
    font-weight: 500;
    color: #808080;
    padding-bottom: 25px;
}

.sec-ourOffices .corporateOffice-inner h6 {
    font-size: 15px;
    font-weight: bold;
    color: #6c6d70;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.sec-ourOffices .corporateOffice-inner p {
    font-size: 15px;
    color: #6c6d70;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 16px;
}

.sec-ourOffices .corporateOffice-inner a.teliPhone {
    padding-bottom: 30px !important;
    display: block;
    color: #6c6d70;
    font-size: 15px;
    font-weight: 400;
}

.sec-ourOffices .corporateOffice-inner a.viewMap {
    width: 130px;
    height: 40px;
    font-size: 19px;
    font-weight: 600;
    color: #00491e;
    text-align: left;
    position: relative;
    line-height: 28px;
    padding: 4px 12px;
    border: 1px solid #00491e;
    background-color: transparent;
}

.sec-ourOffices .corporateOffice-inner a.viewMap::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 14px;
    top: 12px;
    right: 10px;
    background: url(../images/dropdown-icon.svg) no-repeat center;
    background-size: 100% 100%;
    transition: all ease-in-out 0.5s;
}

.interestedWorking {
    background-image: url(../images/interestedWorking.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 117px 0px;
    background-attachment: fixed;
}

.interestedWorking .interestedWorking-inner h2 {
    color: #fff;
    margin: 0px;
    padding-bottom: 30px;
}

.btn.btn-white {
    color: #00491e;
    background-color: #FFF;
}

.interestedWorking .interestedWorking-inner p {
    color: #fff;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 50px;
}

.interestedWorking .interestedWorking-inner a.joinTeam {
    color: #00491e;
    background-color: #fff;
    width: 180px;
    padding: 10px 13px;
    height: 40px;
    line-height: 15px;
    font-size: 19px;
    font-weight: 600;
    text-align: left;
    position: relative;
}

.interestedWorking .interestedWorking-inner a.joinTeam:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 14px;
    top: 12px;
    right: 10px;
    background: url(../images/dropdown-icon.svg) no-repeat center;
    background-size: 100% 100%;
    transition: all ease-in-out 0.5s;
}

.customerSupport {
    padding: 117px 0px 55px;
    box-shadow: 0px 15px 10px 0px #e1e1e1;
}

.customerSupport p {
    margin-bottom: 35px;
    color: #6c6d70;
}

.customerSupport .customerSupport-inner {
    background-color: #fff !important;
    padding: 0px 70px 0px;
}

.customerSupport .fromBtnCenter {
    text-align: center;
}

.customerSupport .fromBtnCenter .form-check {
    display: inline-block;
    font-size: 12px;
}

.customerSupport form .btn.btn-sm {
    min-width: 170px;
}

/* -------------------Home Loan page css--------------- */
.sec-DreamItOwn {
    padding: 117px 0px;
}

.loanBenefits {
    padding: 117px 0px;
    background-color: #efefef;
}

.accordion-loanBenefits {
    padding-top: 20px;
}

.loanBenefits .accordion-item {
    border: none;
    background-color: transparent;
}

.loanBenefits button.accordion-button {
    background-color: transparent;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 150px 20px 0px;
    color: #00491e;
    font-family: 'Open Sans', sans-serif;
}

.loanBenefits .accordion-body ul.accordion-list {
    margin: 0px;
}

.loanBenefits .accordion-body ul.accordion-list ul {
    padding: 0px;
}

.loanBenefits .accordion-body ul.accordion-list li {
    list-style: disc;
}

.loanBenefits .accordion-body ul.accordion-list li+li {
    margin-top: 10px;
}


.loanBenefits .accordion-item+.accordion-item {
    margin-top: 15px;
}

.loanBenefits .accordion-header {
    border-bottom: solid 2px #6c6d70;
}

.loanBenefits .accordion-collapse {
    z-index: 1;
    position: relative;
    top: -2px;
}

.loanBenefits .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.loanBenefits .accordion-body {
    padding: 30px 23px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: left;
    line-height: 1.4;
    color: #6c6d70;
    background-color: #fff;
}

.loanBenefits .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.loanBenefits button.accordion-button:after {
    content: '\f067';
    right: 0px;
    color: #6c6d70;
    top: 22px;
    font-style: normal;
    text-align: center;
    font-size: 15px;
    font-weight: 900;
    position: absolute;
    background-image: none;
    font-family: "Font Awesome 5 Free";
}

.loanBenefits button.accordion-button:before {
    position: absolute;
    right: 30px;
    top: 23px;
    font-size: 15px;
    content: "VIEW MORE";
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #6c6d70;
}

.loanBenefits .accordion-button:not(.collapsed):before {
    content: "VIEW LESS";
}

.loanBenefits .accordion-button:not(.collapsed):after {
    content: '\f068';
    right: 0px;
    top: 18px;
    text-align: center;
    font-size: 15px;
    font-weight: 900;
    position: absolute;
    background-image: none;
    font-family: "Font Awesome 5 Free";
}

.businessAssociates {
    padding: 117px 0px;
}

.businessAssociates .homeLoanCol {
    padding: 40px;
    background-color: #00491e;
    position: relative;
}

.businessAssociates .homeLoanCol img {
    top: 50%;
    left: 50%;
    width: 50%;
    position: inherit;
    transform: translate(-50%, -50%);
}

.businessAssociates .clickHere {
    background-color: transparent;
    color: #fff;
    position: absolute;
    bottom: 40px;
    left: 50%;
    border: 1px solid #fff;
    width: auto !important;
    height: 30px !important;
    padding: 0px 10px !important;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 28px !important;
    transform: translateX(-50%);
}

.businessAssociates .homeLoanImgCol {
    padding: 0px;
}

.businessAssociates .businessAssociatesInner {
    padding-top: 20px;
    margin: 0px;
}

.calculatorEMI {
    padding: 117px 0px;
    background-color: #efefef;
    box-shadow: 0px 15px 10px 0px #e1e1e1;
}

.calculatorEMI .calculatorForm .form-control {
    font-weight: normal;
    background-color: transparent;
    border: solid 1px #6c6d70;
    padding: 0px 15px;
    font-size: 14px;
}

.calculatorEMI .calculatorForm .form-control::placeholder {
    font-weight: normal;
}

.calculatorEMI .calculatorForm .form-control::-webkit-input-placeholder {
    font-weight: normal;
}



.calculatorEMI .calculatorFormInner {
    padding-bottom: 30px;
}

.calculatorEMI .calculatorFormInner:last-child {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 0px;
}

.calculatorEMI form.calculatorForm {
    padding-top: 20px;
}

.rightEnquireBox {
    position: fixed;
    right: -280px;
    top: 52vh;
    transition: all ease-in-out 0.5s;
    z-index: 999999;
}

.rightEnquireBox.showForm {
    right: 0px;
}

.rightEnquireBox .banner-Sidebtn.btn-enquire {
        position: absolute;
    right: 240px;
    min-width: 110px;
}

.boxFormInquire h4 {
    text-align: center;
    margin-bottom: 13px;
    font-style: italic;
    font-size: 21px;
    font-family: 'Libre Baskerville';
}

.boxFormInquire {
    width: 280px;
    right: 0px;
    top: -155px;
    display: block !important;
    padding: 25px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    position: absolute;
}

.contact-form.get-in-touch {
    padding: 0px !important;
}

.boxlogostory {
    padding: 80px 20px;
}

/* .boxlogostory .row{
    margin: 0px;
    border:solid 1px #f5f5f5;
    background-color: #fbfaff;
} */
.boxlogostory .row+.row {
    margin-top: 60px;
}

.boxlogostory p {
    color: #333333;
    margin: 0px 0px 15px 0px;
    font-size: 14px;
    padding: 0px 0px;
    font-weight: 400;
    line-height: 1.8;
}

.rowLogoStoryThree {
    height: 350px;
    background: url("../images/logo_image3.jpg") no-repeat center left;
    background-size: cover;
}

.hideDesktop {
    display: none !important;
}

.btnFullView {
    top: 0px;
    right: 0px;
    position: absolute;
}

.boxlogostory img {
    transition: all ease-in-out 0.5s;
}

.boxlogostory img:hover {
    transform: scale(1.05);
    transition: all ease .5s;
}

.boxlogostory .row:nth-child(odd) p {
    padding-left: 40px;
}

.boxlogostory .row:nth-child(even) p {
    padding-right: 40px;
}

.bottomText {
    padding: 0px 0px 15px 0px;
    font-size: 11px;
}

.lg-outer #lg-share,
.lg-outer .lg-autoplay-button {
    display: none !important;
}

.HotspotPlugin_Hotspot {
    /* background: url(../img/pin-map.svg) no-repeat center center; */
    border-radius: 50%;
    width: 11px;
    height: 11px;
    background-color: #c83527;

}

.lg-actions .lg-next:before,
.lg-actions .lg-prev:after {
    display: none;
}


.HotspotPlugin_Hotspot>div>.Hotspot_Message {
    height: auto;
    padding: 0px;
    margin: 0px;
}

.HotspotPlugin_Hotspot>div {
    height: auto;
}

.HotspotPlugin_Hotspot>div>.Hotspot_Title {
    height: auto;
    color: #FFF;
    text-align: center;
    background-color: #152e21;
    text-transform: uppercase;
}

.HotspotPlugin_Hotspot>div {
    margin: -25px -58px;
}

.linkMapView .HotspotPlugin_Hotspot:last-child {
    background: url(../images/point-pinMain.svg) no-repeat center center;
    width: 35px;
    height: 35px;
}

.linkMapView .HotspotPlugin_Hotspot:last-child:after {
    display: none;
}

.linkMapView .HotspotPlugin_Hotspot:last-child {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: transparent;
}


.gallery-img.gallery-img__list {
    max-width: 1344px;
    margin: 0px auto;
}






.HotspotPlugin_Hotspot:after {
    content: "";
    border-radius: 50%;
    height: 30px;
    width: 30px;
    position: absolute;
    margin: -9.5px 0 0 -9.5px;
    -webkit-animation: pulsate 1s ease-out;
    -moz-animation: pulsate 1s ease-out;
    -o-animation: pulsate 1s ease-out;
    -ms-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 0 1px 2px #c834278c;
    box-shadow: 0 0 1px 2px #c834278c;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

@-moz-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 0.5;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 0.5;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-o-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}



.notification {
    padding: 5px 15px;
    border: solid 1px #00491e;
    margin-bottom: 15px;
    margin-top: 15px;
    display: none;
    font-size: 13px;
}

.success-message {
    border-color: #00491e;
    color: #00491e;
}

.error-message {
    border-color: #b60000;
    color: #b60000;
}

.linkText {
    font-weight: bold;
    color: #00491e;
}

.linkText:hover {
    color: #00491e;
    text-decoration: underline;
}

.modal-header {
    border: none;
}

.modal-content {
    border-radius: 0px;
    border: none;
}

.imgNews img {
    width: 100%;
}

.blogsTab .newsBox .blog-img img {
    height: 302px;
    min-height: inherit;
    object-position: center top;
}

.blogsTab .newsBox .card-body {
    min-height: 70px;
}

.blogsTab .newsBox .card-body h3 {
    margin: 0px;
}

.innersec-gallery #lightgallery.gallery-img__list a:first-child,
.innersec-gallery #lightgallery.gallery-img__list a:nth-child(2),
.innersec-gallery #lightgallery.gallery-img__list a:nth-child(3),
.innersec-gallery #lightgallery.gallery-img__list a:nth-child(4) {
    display: block;
}

.innersec-gallery #lightgallery.gallery-img__list>a+a+a+a+a {
    display: none !important;
}

.innersec-gallery #lightgalleryVideo.gallery-img__list>a+a+a+a {
    display: none !important;
}

.innersec-gallery #lightgalleryVideo .gallery-video {
    width: 33.33%;
    padding: 0px 8px 20px;
}

.testimonialVideo .testi-video .testiVideo1 {
    width: 33.33%;
    flex: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
}

.eventGallery .gallery-img__item {
    display: block;
}

.faqAccordingCol1 {
    width: 100% !important;
}

.faqAccordingCol1 {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}

.faqAccording .accordion-item {
    width: 48%;
    margin: 0px 1% 20px 1%;
}

.galleryPage .gallery-img>a:first-child,
.galleryPage .gallery-img>a:nth-child(2),
.galleryPage .gallery-img>a:nth-child(3),
.galleryPage .gallery-img>a:nth-child(4),
.galleryPage .gallery-img>a:nth-child(5),
.galleryPage .gallery-img>a:nth-child(6),
.galleryPage .gallery-img>a:nth-child(7),
.galleryPage .gallery-img>a:nth-child(8) {
    display: block;
}

.gallerySlider .projectImgBox-animation img {
    height: 364px;
    width: 100%;
    object-fit: cover;
}

.twitter-timeline {
    display: flex;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.twitter-timeline iframe {
    position: static;
    visibility: visible;
    width: 363px;
    height: 10250px;
    display: block;
    flex-grow: 1;
}

.sec-sneak .slick-slide img {
    height: 224px;
    object-fit: cover;
    width: 100%;
    object-position: center bottom;
}

.verloop-button {
    background: #00491e !important;
}




@media only screen and (max-width: 1600px) {
    .project-card {
        min-height: 91px;
    }

    .slick-prev {
        left: -90px;
    }

    .slick-next {
        right: -90px;
    }

    .testimonialImage {
        min-height: 440px;
    }

    .rowLogoStoryThree {
        height: 300px;
    }
}

@media only screen and (max-width: 1366px) {
    .topBanner .slick-prev {
        left: 50px;
        z-index: 9;
        height: 40px;
        width: 40px;
    }

    .topBanner .slick-next {
        right: 50px;
        z-index: 9;
        height: 40px;
        width: 40px;
    }

    .slick-prev {
        left: -50px;
        z-index: 9;
        height: 40px;
        width: 40px;
    }

    .slick-next {
        right: -50px;
        z-index: 9;
        height: 40px;
        width: 40px;
    }

    .topBar span {
        top: 0px;
    }
}

@media only screen and (max-width: 1400px) {
    .container {
        width: 80%;
    }

    .media-main .container {
        width: 71%;
    }
}

@media only screen and (max-width: 1200px) {
    .container {
        width: 100%;
    }

    .sec-ourOffices .corporateOffice-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .innersec-gallery #lightgalleryVideo .gallery-video {
        width: 50%;
    }
}

@media only screen and (max-width: 1024px) {

    .bottomText {
        font-size: 10px;
    }

    .btn {
        height: 40px;
        font-size: 16px;
    }

    .btn.btn-md {
        font-size: 14px;
        line-height: 38px;
    }

    .topBar {
        padding: 10px 0px;
        font-size: 13px;
    }

    .topBar img {
        margin-left: 10px;
        width: 80px;
    }

    .navbar-brand img {
        width: 170px;
    }

    .navbar .navbar-collapse {
        position: inherit;
    }

    .navbar a.dropdown-item {
        font-size: 14px;
        padding: 0px;
    }

    .navbar .dropdown-toggle::after {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 18px;
    }

    .siteHeader {
        padding: 20px 0px;
    }

    ul.topMenu {
        font-size: 12px;
        line-height: 2;
    }

    ul.topMenu li img {
        width: 15px;
    }

    ul.topMenu li {
        padding: 0px 10px;
    }



    ul.topMenu li+li:after {
        top: 5px;
    }

    .homeSlider .slick-prev:before,
    .homeSlider .slick-next:before {
        background-size: 25px 120px;
    }

    .homeSlider .slick-next:before {
        right: 0px;
        background-position: 0px -70px;
    }

    .homeSlider .slick-prev {
        left: 10px !important;
        height: 60px !important;
        width: 25px !important;
    }

    .homeSlider .slick-next {
        right: 10px !important;
        height: 60px !important;
        width: 25px !important;
    }

    .banner-Sidebtn {
        /* font-size: 13px; */
    }

    .sec-pristine {
        background-position: center;
        background-size: 70%;
        padding: 40px 20px;
    }

    .sec-pristine img {
        width: 520px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .pristine-content {
        padding: 0 25px 40px;
        font-size: 16px;
    }

    .sec-pristine .pristine-wapper:after {
        display: none;
    }

    .sec-habitat .text-bottom {
        font-size: 24px;
    }

    .sec-habitat .imgBox-content {
        font-size: 17px;
    }

    .sec-habitat .imgBox-content {
        padding-bottom: 0;
    }

    .project-highlights .icon-box img {
        max-height: 75px;
    }

    .full-select .select2-container--default .select2-selection--single {
        height: 48px;
    }

    .project-form .full-select.full-projectType .select2-selection__rendered {
        font-size: 12px;
    }

    .full-select .select2-selection__rendered {
        line-height: 50px !important;
    }

    .sec-project .project-img-box .full-select .select2-selection__rendered,
    .select2-results__options li {
        font-size: 13px !important;
    }

    .full-select span.select2-selection__arrow:after {
        width: 9px;
        height: 15px;
    }

    .full-select .collapse_arrow:after {
        top: 10px;
    }

    .project-card-list {
        padding-right: 5px;
    }

    .project-list-menu {
        padding-left: 12px;
    }

    .project-collapse {
        font-size: 13px;
        padding: 0;
    }

    ul.project-toggle {
        font-size: 14px;
    }

    .project-card {
        font-size: 14px;
    }

    .full-select .btn-primary {
        font-size: 14px;
        padding: 9px 32px;
    }

    .btn-knowMore {
        font-size: 13px !important;
        width: 120px;
        line-height: 35px;
        height: 35px !important;
    }

    ul.listFollowUs {
        font-size: 26px;
    }

    .footer-contact {
        font-size: 13px;
    }

    .footer-contact .desktopContact .col-md-3 {
        width: 25%;
        display: block;
    }

    .footer-contact .desktopContact .col-md-3+.col-md-3 {
        padding-left: 0px;
    }

    .footer-contact .desktopContact .col-md-3 span br {
        display: none;
    }

    .footer-menu img.footor-bgimg {
        width: 500px;
    }

    .footer-menu .footer-list {
        padding-bottom: 40px;
    }

    .copyright {
        padding: 40px 0px;
    }

    /*------------Residential Projects csss---------*/
    .project p {
        font-size: 14px;
    }

    .projectBanner-text h5 {
        font-size: 36px !important;
    }

    .projectBanner-text {
        bottom: 50px;
    }

    .projectBanner-text p,
    .projectBanner-text div {
        font-size: 12px;
        padding-top: 7px;
        line-height: 1.3;
    }

    .sec-gallery {
        padding: 40px 0 !important;
    }

    .sec-gallery p {
        font-size: 16px;
        padding-bottom: 40px;
        max-width: 600px;
    }

    .pristine-heading {
        font-size: 36px !important;
        padding: 10px 20px 0 0 !important;
        margin-bottom: 20px !important;
    }

    .sec-sneak {
        padding: 40px 0px !important;
    }

    .follow-us {
        padding: 40px 0 !important;
    }

    .social-icon a {
        /* width: 50px !important;
        height: 50px !important; */
        right: 30px;
    }

    .whatsapp-icon {
        bottom: 100px !important;
    }

    .message-icon {
        bottom: 35px;
    }

    .footer-menu {
        padding: 40px 0 0 !important;
    }

    .footer-menu .footer-heading {
        font-size: 14px !important;
    }

    .footer-menu ul.links a {
        font-size: 12px !important;
    }

    .footer-contact {
        padding: 20px 10px !important;
    }

    .footer-contact a span {
        font-size: 13px !important;
    }

    .copyright .copyright-links li a {
        font-size: 10px !important;
    }

    .copyright p.textCopyright {
        font-size: 10px;
        padding-right: 7px;
        margin-right: 0;
    }

    .copyright-links li {
        padding: 0 10px !important;
    }

    .get-in-touch input {
        padding: 0px 20px !important;
        height: 40px !important;
    }

    .contact-form input::placeholder {
        font-size: 12px !important;
    }

    .get-in-touch h3 {
        font-size: 25px !important;
    }

    .sec-heading {
        font-size: 30px !important;
        padding: 10px 15px !important;
        margin-bottom: 30px !important;
    }

    .project {
        padding: 60px 0 !important;
    }

    .project-type {
        padding: 40px 20px 40px;
    }

    .project-type form {
        margin: 0;
    }

    .testimonialSec,
    .secCustomer {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec-project {
        padding: 40px 0 !important;
    }

    .sec-habitat {
        padding: 40px 0px 0px;
    }

    .sec-habitat .subHeading {
        padding-bottom: 30px;
        font-size: 17px;
    }

    .sec-heading.white-heading {
        margin-bottom: 18px !important;
    }

    .project-highlights {
        padding: 40px 0;
    }

    .project-highlights .icon-box-row {
        padding: 35px 0px 0px;
    }

    .sec-amenities {
        padding: 50px 0;
    }

    .footer-menu .column-2 {
        padding-left: 70px !important;
    }

    .footer-menu .column-4 {
        padding-left: 60px !important;
    }

    .sec-amenities .amenities-img-box h5 {
        font-size: 12px !important;
    }

    .project-highlights .icon-box p {
        font-size: 14px !important;
    }

    .project-type .select-form {
        padding-right: 45px;
    }

    .project-form-btn {
        right: -12px;
    }

    .sec-habitat .imgBox-content {
        bottom: -10px;
        width: 100%;
    }

    .sec-habitat .imgBox-content p {
        font-size: 16px;
    }

    button.btn-submit {
        padding: 0px 20px;
        height: 50px;
        text-align: center;
    }

    .slick-next {
        right: 0px;
    }

    .slick-prev {
        left: 0px;
    }

    /* ----------property css-------- */
    .projectOverview {
        padding: 50px 0px;
    }

    .projectOverview .projectLogo {
        padding-right: 30px;
    }

    .sec-heading {
        padding: 10px 0px !important;
    }

    .projectTabs ul.nav {
        font-size: 14px;
        padding-bottom: 40px;
    }

    .projectTabs ul li.nav-item {
        padding: 0px 12px;
    }

    .projectTabs .imgTab img {
        max-width: 40px;
        padding-bottom: 7px;
    }

    .projectTabs .imgTab {
        padding-bottom: 30px;
    }

    .projectOverview .projectTabs {
        min-height: 300px;
    }

    .projectOverview .projectOverviewInner {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .projectOverview .projectBox h4 {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .projectOverview .projectBox {
        padding: 30px 25px;
    }

    .projectOverview .imgloctionMap {
        width: 24px;
    }

    .resourcesBox .resourcesImg {
        width: 50px;
    }

    .locationAdvantage {
        padding: 50px 0;
    }

    .locationAdvantage .maploction {
        padding: 20px 0 0 0;
        margin: 0px;
    }

    .locationAdvantage .mapPlace {
        padding: 25px 30px;
    }

    .locationAdvantage .mapPlace img {
        max-width: 35px;
    }

    .mapIframe .map-container {
        height: 320px;
    }

    .locationAdvantage .mapPlace {
        height: 320px;
    }

    .faqSection {
        padding: 50px 0px 40px;
    }

    .faqAccording {
        padding-top: 30px;
    }

    .faqAccording button.accordion-button {
        font-size: 13px;
        padding: 18px 35px 18px 20px;
    }

    .faqAccording .accordion-button::after {
        right: 15px;
        top: 17px;
    }

    .faqAccording .accordion-button:not(.collapsed)::after {
        right: 15px;
        top: 17px;
    }

    .faqAccording .accordion-body {
        padding: 20px 25px 20px;
        font-size: 14px;
    }

    .gallerySlider .read_more a.btn-updates {
        margin-right: 0px;
        margin-bottom: 15px;
        width: 100%;
        font-size: 14px;
    }

    .gallerySlider .read_more a.btn-book {
        margin-left: 0px;
        width: 100%;
        font-size: 14px;
    }

    /* ------------media page css---------- */
    .media-center {
        padding: 40px 0px;
    }

    .media-center .container {
        width: 100%;
    }

    .media-center .heading {
        font-size: 15px !important;
        line-height: 1.2;
        padding: 0;
        margin: 0;
    }

    .media-center h5 {
        font-size: 13px;
    }

    .media-center .card-body {
        padding: 40px 20px 40px;
    }

    .media-center .media-row {
        margin: 20px 0px 25px;
    }

    .rmv-padding {
        padding-bottom: 10px !important;
    }

    .media-center .read-btn {
        width: 103px;
        height: 30px !important;
        font-size: 12px;
        line-height: 10px;
        padding: 8px 10px;
    }

    .read-btn:after {
        width: 7px;
        top: 5px;
        right: 11px;
    }

    /* --------------habitat page css------------ */
    .textViewMap h2 {
        font-size: 23px;
    }

    .imgViewMap-slider {
        margin-right: 0px;
    }

    .mainhabitatBox .habitatViewMap:nth-child(even) .imgViewMap-slider {
        margin: 0px 0px 0px 0px;
    }

    .habitatViewMap {
        padding: 80px 20px;
    }

    /*-------------Aminities page css---------  */
    .mainClubHouseSec ul.clubhouseList li {
        font-size: 14px;
    }

    .mainClubHouseSec ul.clubhouseList li:before {
        top: 7px;
        left: -20px;
        width: 8px;
        height: 8px;
    }

    .slick-dots li {
        margin: 0 0;
    }

    .imgViewMap-slider .slick-dots li button:before {
        top: 0px;
        font-size: 12px;
    }

    /* ----------clubhouse page css------------ */
    .clubhouseList li+li:before {
        height: 14px;
    }

    .clubhouseList li {
        font-size: 13px;
        padding: 0 12px;
    }

    .clubhouseList ul {
        padding: 10px 0 30px 0px;
    }

    .clubGallerySec .slick-prev {
        width: 20px;
        height: 20px;
        left: -20px;
    }

    .clubGallerySec .slick-next {
        width: 20px;
        height: 20px;
        right: -20px;
    }

    .clubGallerySec .slick-dots li {
        width: 16px;
        height: 16px;
    }

    /* ----------------blog page css------------- */
    .blogsTab {
        padding: 80px 0px 60px;
    }

    .blogsTab ul.blogsList {
        padding-bottom: 0;
    }

    .blogsTab .blogsList li a.tabName {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .blogsTab .blog-img img {
        min-height: inherit;
        height: 230px;
    }

    .blogsTab .card-body {
        min-height: 213px;
    }

    .blogsTab .card-body {
        padding: 15px !important;
        margin: -30px 15px 20px;
    }

    .blogsTab .tab-content .media-center p {
        font-size: 12px;
        min-height: 55px;
    }

    .blogsTab .blog-img span.blog-date {
        padding: 6px 12px;
        font-size: 12px;
    }

    ul.listGalleryMenu li+li {
        margin-left: 50px;
    }

    .galleryVideo {
        margin: 0.866%;
        width: 48.27%;
        padding: 0;
    }

    /* -----------------Terms and Policies------------------ */
    .privacyPolicy,
    .termsUse,
    .socialMediaPolicy,
    .disclaimer,
    .reraDisclaimer {
        padding: 50px 0px;
    }

    h3.termsPolicies-heading {
        font-size: 24px;
    }

    /* -----------------Testimonial page css------------------ */
    .testimonialVideo {
        padding: 40px 20px;
    }

    /* -------------------Contact Us page css--------------- */
    .sec-ourOffices {
        padding: 40px 20px;
    }

    .sec-ourOffices .corporateOffice-inner {
        padding: 30px 0px 0px;
    }

    .sec-ourOffices .corporateOffice,
    .sec-ourOffices .siteOffice {
        width: 47.75%;
        padding: 45px;
    }

    .sec-ourOffices h3.heding-corporate {
        font-size: 24px;
    }

    .sec-ourOffices .corporateOffice-inner p {
        font-size: 15px;
    }


    .sec-ourOffices .corporateOffice-inner a.viewMap {
        width: 120px;
        height: 40px;
        font-size: 16px;
    }

    .interestedWorking {
        padding: 80px 20px;
    }

    .interestedWorking .interestedWorking-inner p {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .interestedWorking .interestedWorking-inner a.joinTeam {
        width: 160px;
        font-size: 16px;
    }

    .customerSupport {
        padding: 40px 20px;
    }

    .customerSupport .customerSupport-inner {
        padding: 0px 30px 0px;
    }

    /* -------------------Home Loan page css--------------- */
    .sec-DreamItOwn,
    .loanBenefits,
    .businessAssociates,
    .calculatorEMI {
        padding: 40px 20px;
    }

    .sec-DreamItOwn p {
        font-size: 16px;
    }

    .loanBenefits button.accordion-button {
        font-size: 24px;
    }

    .loanBenefits .accordion-body {
        padding: 20px;
        font-size: 16px;
    }

    .businessAssociates .businessAssociatesInner,
    .accordion-loanBenefits {
        padding-top: 25px;
    }

    .businessAssociates .homeLoanCol img {
        width: 50%;
    }

    .businessAssociates .clickHere {
        width: 115px;
        font-size: 16px;
    }

    .calculatorEMI form.calculatorForm {
        padding-top: 25px;
    }

    .calculatorEMI .calculatorFormInner:last-child {
        width: 70%;
    }

    .textClub {
        margin-bottom: 0px !important;
    }

}


@media only screen and (max-width: 990px) {
    .sec-sneak .slick-slide img {
        height: 324px;
    }

    .sec-project .project-img-box img {
        height: 250px;
    }

    .siteHeader nav button.navbar-toggler {
        position: absolute;
        color: #fff;
        right: -15px;
        top: 27px;
    }

    .siteHeader {
        background-color: #006838;
    }

    .navbar .navbar-nav li,
    .navbar .navbar-nav li+li {
        margin-left: 0px;
        font-size: 14px;
        line-height: 1.9;
    }

    ul.navbar-nav.ml-auto {
        width: 100%;
        padding: 20px 0px 0px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .boxlogostory .row+.row {
        margin-top: 40px;
    }

    .rowLogoStoryThree {
        height: 270px;
    }

    .boxlogostory .row:nth-child(odd) p {
        padding-left: 0px;
    }

    .boxlogostory .row:nth-child(even) p {
        padding-right: 0px;
    }
}


@media only screen and (max-width: 767px) {
    .faqAccording .accordion-item {
        width: 100%;
    }

    .innersec-gallery #lightgalleryVideo .gallery-video {
        width: 100%;
    }

    .gallery-video img {
        height: 250px;
    }

    .testimonialVideo .testi-video .testiVideo1 {
        width: 100%;
    }

    .bottomText {
        text-align: center;
    }

    .boxlogostory p {
        font-size: 13px;
    }

    .boxlogostory .row+.row {
        margin-top: 20px;
    }

    .hideDesktop {
        display: block !important;
    }

    .boxlogostory {
        padding: 40px 0px;
    }

    .rowLogoStorySecond {
        flex-direction: column-reverse;
    }

    .boxlogostory img {
        margin-bottom: 20px;
    }

    .rowLogoStoryThree {
        height: auto;
        background: none;
    }

    .rowLogoStorySecond {
        flex-direction: column-reverse;
    }

    .boxlogostory img {
        width: 100%;
    }
	/*
    .rightEnquireBox .banner-Sidebtn.btn-enquire {
        right: 240px;
        min-width: 105px;
    }
	
	*/

    .rightEnquireBox {
        top: 40vh;
       /*  margin-top: 22px; */
    }

    .boxFormInquire {
       /* top: -120px;*/
    }

    .textClub {
        padding-top: 35px !important;
    }

    .testimonialImage {
        margin: 0px 43px;
        min-height: inherit;
    }

    .testimonialImage {
        padding: 20px;
    }

    .testimonialImage .testimonialName {
        font-size: 16px;
    }

    .customer-login {
        padding: 30px;
        margin-bottom: 25px;
    }

    .blogsTab .card-body {
        min-height: inherit;
    }

    .secCustomer .customer-contact {
        padding-left: 0px;
        padding-right: 0px;
    }

    .topBar {
        padding: 8px 0px;
        font-size: 11px;
    }

    .topBar img {
        margin-left: 4px;
        width: 70px;
    }

    ul.topMenu li {
        ppadding: 0px;
    }

    ul.topMenu li:not(:last-child) {
        padding-left: 0px;
        font-size: 12px;
        line-height: 2;
        font-weight: bold;
    }

    ul.topMenu li img {
        width: 18px;
    }

    ul.topMenu li:first-child,
    ul.topMenu li:nth-child(2) {
        width: 100%;
        border: none;
    }

    ul.topMenu li:nth-child(2)::after,
    ul.topMenu li:nth-child(3)::after {
        display: none;
    }

    .navbar-brand img {
        width: 110px;
    }

    .navbar .navbar-nav li,
    .navbar .navbar-nav li+li {
        font-size: 12px;
        line-height: 2;
    }

    ul.navbar-nav.ml-auto {
        padding: 20px 0px 0px;
        border-bottom: none;
    }

    .navbar a.dropdown-item {
        font-size: 12px;
        padding: 0px;
    }

    .banner-Sidebtn {
      /*  font-size: 10px;
        height: 25px;
        top: 50%;
        left: -60px;
        margin-top: -60px;
        line-height: 26px;
        padding: 0px 12px; */
    }

    .banner-Sidebtn.btn-enquire {
       /* right: -38px; */
    }

    ul.navbar-nav.ml-auto {
        display: none;
    }

    .topMenu.mobile-menu {
        display: block !important;
        float: left;
        margin: 0;
        padding-top: 20px;
        width: 100%;
    }

    .topMenu.mobile-menu li a {
        padding: 0px;
    }
    ul.topMenu li:last-child{padding-left: 0px;}

    .topMenu.mobile-menu li {
        display: block;
    }

    .topMenu.mobile-menu {
        font-weight: 600;
    }

    ul.topMenu li:after {
        display: none;
    }

    .topMenu span.mobile-tooptip {
        opacity: 1;
        font-size: 12px;
        width: auto;
        visibility: visible;
    }

    .siteHeader {
        padding: 15px 0px;
    }

    .siteHeader nav button.navbar-toggler {
        top: 0;
    }

    .navbar>ul.topMenu {
        position: absolute;
        right: 30px;
        top: 2px;
    }

    .topMenu span.mobile-tooptip {
        display: none !important;
    }

    .navbar>ul.topMenu li:nth-child(2),
    .navbar>ul.topMenu li:nth-child(3),
    .navbar>ul.topMenu li:nth-child(4) {
        display: none;
    }

    .navbar>ul.topMenu li.mobile-icon {
        position: relative;
        margin-right: 10px;
        padding-right: 12px;
    }

    .navbar>ul.topMenu li.mobile-icon:before {
        position: absolute;
        right: 0px;
        top: 5px;
        content: "";
        height: 14px;
        background-color: #FFF;
        width: 1px;
    }

    .topBanner .slick-next {
        right: 15px !important;
    }

    .topBanner .slick-prev {
        left: 15px !important;
    }

    .homeSlider .slick-next:before {
        right: 0px;
        background-position: 0px -62px;
    }

    .homeSlider .slick-prev:before {
        left: 0px;
        background-position: 0px 0px;
    }

    .homeSlider .slick-prev:before,
    .homeSlider .slick-next:before {
        background-size: 26px 100px;
    }

    .homeSlider .slick-prev {
        left: 10px !important;
        height: 39px !important;
        width: 25px !important;
    }

    .homeSlider .slick-next {
        right: 10px !important;
        height: 39px !important;
        width: 25px !important;
    }

    .homeSlider img {
        min-height: 380px;
        object-fit: cover;
    }

    .sec-pristine {
        padding: 20px;
    }

    .sec-pristine img {
        width: 270px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .project-card-list {
        width: 25%;
    }

    .project-list-menu {
        width: 75%;
    }

    .btn-knowMore {
        font-size: 11px !important;
        width: 100px;
    }

    .pristine-wapper:before {
        top: -50px;
        height: 50px;
    }

    .pristine-content {
        padding: 0 0px 20px;
        font-size: 14px;
    }

    .pristine-content {
        width: 100%;
    }

    .social-icon-box img {
        max-width: 20px;
    }

    ul.social-icons li:first-child img {
        width: 10px;
    }

    .sec-amenities .amenities-img-box img {
        width: 100%;
        max-height: 350px;
        object-fit: cover;
    }

    .sneak-img-box {
        padding: 0px;
    }

    .sneak-img-box.slick-slide img {
        display: block;
        width: 100%;
    }

    .get-in-touch {
        padding: 40px 0px;
    }

    ul.listFollowUs li+li {
        margin-left: 30px;
    }

    ul.listFollowUs {
        font-size: 18px;
    }

    .footer-menu img.footor-bgimg {
        width: 330px;
    }

    .footer-contact .location br {
        display: none;
    }

    .footer-contact img {
        max-height: 24px;
        max-width: 22px;
    }

    .footer-contact .location .col-md-2+.col-md-2,
    .footer-contact .mobileNumber a,
    .footer-contact .email a {
        padding-left: 35px;
    }

    ul.copyright-links {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-contact .location .col-md-2 span b {
        display: block;
    }

    .copyright p.textCopyright {
        font-size: 10px;
        margin: 0px;
        padding: 0px;
        display: block;
        text-align: center;
    }

    .copyright-links li:nth-child(1):before {
        display: none;
    }

    .row.project-img {
        padding: 0px;
    }

    .projectBanner-text h5 {
        font-size: 22px !important;
    }

    .footer-menu .column-4,
    .footer-menu .column-2 {
        padding-left: 15px !important;
    }

    .social-icon a {
        right: 20px;
    }

    .whatsapp-icon {
        bottom: 85px !important;
    }

    .message-icon {
        bottom: 20px;
    }

    .sec-heading {
        font-size: 22px !important;
        padding: 12px 0px !important;
        margin-bottom: 20px !important;
    }

    .project p {
        font-size: 14px;
    }

    .project {
        padding: 40px 10px !important;
    }

    ul.social-icons li+li {
        padding-left: 25px !important;
    }

    .get-in-touch input {
        padding: 0px 10px !important;
        height: 35px !important;
    }

    .footer-menu .column-3 {
        padding-left: 15px !important;
    }

    .sec-gallery {
        padding: 40px 0 !important;
    }

    .sec-gallery p {
        padding-bottom: 20px;
        font-size: 14px;
        max-width: 330px;
    }

    .get-in-touch button {
        height: 35px;
        width: 100%;
        min-width: 100%;
    }

    .footer-contact {
        padding: 20px 15px !important;
    }

    .footer-menu .footer-list {
        padding-bottom: 20px !important;
    }

    .footer-contact .location {
        justify-content: left !important;
        margin-bottom: 20px !important;
    }

    .footer-contact .email {
        text-align: left !important;
        visibility: visible !important;
        animation: inherit !important;
        animation-delay: inherit !important;
    }

    .footer-contact .desktopContact {
        display: none;
    }

    .footer-contact .mobileContact {
        display: block;
    }

    .footer-contact .mobileNumber {
        margin-bottom: 20px !important;
    }

    .footer-list .page-links {
        padding-bottom: 40px;
    }

    .copyright {
        padding: 20px 0px !important;
    }

    .copyright-links li {
        line-height: 1.2 !important;
        padding: 0 6px !important;
    }

    .copyright-links li+li:before {
        top: 8px !important;
        height: 9px;
    }

    .sec-habitat .text-bottom {
        font-size: 30px;
    }

    .sec-habitat .imgBox-content p {
        font-size: 13px;
    }

    .sec-habitat .imgBox-content {
        bottom: 0px;
    }

    .sec-habitat {
        padding: 30px 0 0px;
    }

    .project-highlights {
        padding: 30px 0;
    }

    .project-highlights .icon-box-row {
        padding: 20px 0px 0px;
    }

    .project-highlights .icon-box {
        padding-bottom: 30px;
    }

    .project-highlights .icon-box-row+.icon-box-row {
        padding-top: 0;
    }

    .project-img-box {
        padding-bottom: 20px !important;
    }

    .sec-amenities {
        padding: 30px 0 35px;
    }

    .pristine-heading {
        font-size: 21px !important;
        padding: 10px 0px !important;
        margin-bottom: 10px !important;
    }

    .sec-habitat .subHeading {
        padding-bottom: 15px;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .footer-menu .column-1,
    .footer-menu .column-2,
    .footer-menu .column-3,
    .footer-menu .column-4 {
        width: 50%;
    }

    button.btn-submit {
        width: 100%;
    }

    .project-form-btn {
        position: initial;
    }

    .project-type .select-form {
        padding-right: 0px;
        display: block;
        margin: 0px;
    }

    .sectionComman.sectionFollowUs {
        padding: 60px 0px 45px;
    }

    .contact-form .col,
    .contact-form .col-2 {
        width: 100%;
        flex: inherit;
    }

    .project-type {
        padding-left: 0px;
        padding-right: 0px;
    }

    .project-type .full-select {
        border: none;
    }

    .full-select .btn-primary {
        padding: 10px 20px;
    }

    .full-select .collapse_arrow:after {
        top: 12px;
        width: 11px;
        height: 16px;
    }

    .card-body {
        padding: 15px 20px;
    }

    .projectBanner-text {
        bottom: 20px;
    }

    .project-form span.select2-selection.select2-selection--single {
        border: 1px solid #6c6d70;
    }

    .project-card {
        font-size: 13px;
        min-height: auto;
    }

    .projectOverview {
        padding: 30px 0px;
    }

    .projectOverview .overviewCol {
        padding: 0 20px 20px;
    }

    .projectOverview .projectLogo {
        padding-right: 0px;
    }

    .projectOverview .projectTabs {
        padding: 30px 15px 15px;
    }

    .projectTabs ul.nav {
        font-size: 13px;
    }

    .projectTabs ul li.nav-item {
        padding: 0px 6px;
    }

    .projectTabs .imgTab img {
        max-width: 30px;
    }

    .projectTabs .imgTab h6 {
        font-size: 12px;
    }

    .projectTabs .tab-content .tab-pane p {
        font-size: 13px;
        padding: 0px 5px;
    }

    .projectOverview .projectTabs {
        min-height: 270px;
    }

    .projectOverview .projectOverviewInner {
        padding-bottom: 25px;
    }

    .locationBox,
    .resourcesBox {
        padding: 0px 10px 20px 10px;
    }

    .projectOverview .projectBox h4 {
        font-size: 16px;
        padding-bottom: 15px;
    }

    .projectOverview .projectBox p {
        font-size: 14px;
    }

    .resourcesBox .resourcesImg {
        width: 40px;
        padding-bottom: 10px;
    }

    .resourcesBox .iconBox {
        padding: 0px 10px;
    }

    .locationAdvantage {
        padding: 30px 0;
    }

    .locationAdvantage .maploction {
        padding: 15px 0 0 0;
        display: block;
    }

    .locationAdvantage .mapPlace {
        height: 185px;
        width: auto;
        padding: 20px;
        border: 2px solid #6c6d70;
        border-bottom: 0px;
    }

    .mapIframe {
        width: 100%;
    }

    .mapIframe .map-container {
        height: 200px;
    }

    .locationAdvantage .mapPlace img {
        max-width: 26px;
    }

    .mapPlace .imgBox h6 {
        font-size: 12px;
    }

    .faqAccording {
        padding-top: 10px;
    }

    .faqAccordingCol1,
    .faqAccordingCol2 {
        padding: 0px;
    }

    .faqAccording button.accordion-button {
        padding: 15px 40px 15px 20px;
        font-size: 13px;
    }

    .faqAccording .accordion-button::after {
        right: 15px;
        top: 14px;
        font-size: 15px;
    }

    .faqAccording .accordion-item {
        margin-bottom: 20px;
    }

    .faqAccording .accordion-button:not(.collapsed)::after {
        right: 15px;
        top: 14px;
        font-size: 15px;
    }

    .faqAccording .accordion-body {
        padding: 10px 20px 15px;
        font-size: 12px;
    }

    /* --------media page css------- */
    .media-col {
        margin-bottom: 20px;
        padding: 0;
    }

    .news-press {
        padding: 40px 15px;
    }

    .media-center .media-row {
        margin: 0px 0px;
    }

    .media-center .read-btn {
        font-size: 13px;
        width: 110px;
        line-height: 11px;
    }

    .media-center .heading {
        font-size: 16px !important;
    }

    .media-center p {
        font-size: 13px;
        min-height: 0;
    }

    /* ---------------habitat page css------------- */
    .mainhabitatBox {
        padding-bottom: 40px;
    }

    .mainhabitatBox .habitatViewMap .textViewMap {
        padding-right: 15px !important;
        padding-left: 15px !important;
        text-align: center;
    }

    img.bg-habitatViewMap {
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 190px !important;
    }

    .mainhabitatBox .habitatViewMap .viewMapInner {
        flex-direction: column-reverse !important;
    }

    .col-6.textViewMap {
        width: 100%;
    }

    .col-6.imgViewMap {
        width: 100%;
        padding-bottom: 30px;
    }

    .textViewMap h2 {
        font-size: 20px;
    }

    .imgViewMap-slider .slick-dots li button:before {
        top: 0px;
        font-size: 10px;
    }

    /* ----------Aminities page css------------ */
    .mainClubHouseSec ul.clubhouseList {
        padding: 10px 0px 0px 15px;
    }

    .mainClubHouseSec ul.clubhouseList li {
        font-size: 12px;
        text-align: left;
    }

    .mainClubHouseSec ul.clubhouseList li:before {
        top: 6px;
        left: -15px;
        width: 6px;
        height: 6px;
    }

    /* -------------clubhouse page css---------- */
    .clubhouseList li {
        padding: 0 10px;
        font-size: 12px;
    }

    .clubhouseList li+li:before {
        height: 12px;
    }

    .clubhouseImage {
        padding-bottom: 20px;
    }

    .clubhouseImg-slider .slick-dots {
        bottom: -25px;
    }

    /* -------------blog page css---------- */
    .blogsTab {
        padding: 40px 0px;
    }

    .blogsTab .blogsList li {
        margin: 0 15px;
    }

    .blogsTab .blogsList li a.tabName {
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 12px;
    }

    .blogsTab .blog-img span.blog-date {
        padding: 5px 9px;
        font-size: 11px;
    }

    .media-center .heading {
        font-size: 15px !important;
    }

    .blogsTab .tab-content .media-center p {
        font-size: 12px;
        min-height: auto;
    }

    .blogsTab .tab-content .media-center .read-btn {
        width: 105px;
        font-size: 12px;
    }

    .sec-gallery.galleryPage {
        padding-top: 70px !important;
    }

    /*----------Blog Detail page css----------  */
    .blogsDetail .single_post h3 {
        font-size: 16px;
    }

    .galleryVideo {
        margin: 8px;
        width: 100%;
        padding: 0;
    }

    .gallery-video {
        width: 100%;
    }

    /* -----------------Terms and Policies------------------ */
    .privacyPolicy,
    .termsUse,
    .socialMediaPolicy,
    .disclaimer,
    .reraDisclaimer {
        padding: 50px 20px;
    }

    h3.termsPolicies-heading {
        font-size: 20px;
    }

    .privacyPolicy p,
    .socialMediaPolicy p,
    .termsUse p,
    .disclaimer p,
    .reraDisclaimer p,
    .privacyPolicy h4,
    .termsUse h4,
    .privacyPolicy ul.privacyList li p,
    .privacyPolicy ul.privacyList li h5,
    .termsUse ul.termsUse-list li p,
    .termsUse ul.understand-list li p,
    .termsUse ul li p,
    .privacyPolicy ul li p,
    .privacyPolicy ul li h5,
    .reraDisclaimer ul li p {
        font-size: 13px;
    }

    /* -----------------Testimonial page css------------------ */

    .testimonialVideo .testi-video {
        display: block;
    }

    .testimonialVideo .testiVideo1,
    .testimonialVideo .testiVideo2,
    .testimonialVideo .testiVideo3 {
        padding: 0px 0px 15px;
        width: 100%;
    }

    /* -------------------Contact Us page css--------------- */
    .sec-ourOffices .corporateOffice-inner {
        padding: 20px 0px 0px;
    }

    .sec-ourOffices .corporateOffice,
    .sec-ourOffices .siteOffice {
        width: 100%;
        padding: 30px;
        margin: 0px 0px 20px;
    }

    .sec-ourOffices h3.heding-corporate {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .sec-ourOffices .corporateOffice-inner h6,
    .sec-ourOffices .corporateOffice-inner a.teliPhone {
        font-size: 15px;
    }

    .sec-ourOffices .corporateOffice-inner a.teliPhone {
        padding-bottom: 20px !important;
    }

    .sec-ourOffices .corporateOffice-inner p {
        font-size: 13px;
    }

    .sec-ourOffices .corporateOffice-inner a.viewMap {
        width: 105px;
        height: 35px;
        font-size: 13px;
        line-height: 23px;
    }

    .sec-ourOffices .corporateOffice-inner a.viewMap::after {
        width: 9px;
        height: 12px;
        top: 10px;
        right: 11px;
    }

    .interestedWorking {
        padding: 50px 20px;
    }

    .interestedWorking .interestedWorking-inner p {
        font-size: 14px;
    }

    .interestedWorking .interestedWorking-inner a.joinTeam {
        width: 145px;
        height: 35px;
        font-size: 14px;
        line-height: 12px;
    }

    .interestedWorking .interestedWorking-inner a.joinTeam:after {
        width: 10px;
        height: 12px;
        top: 10px;
        right: 11px;
    }

    .customerSupport {
        padding: 40px 10px;
    }

    .customerSupport .customerSupport-inner .form-groupRadio label:first-child {
        display: block;
        padding-bottom: 6px;
    }

    .customerSupport .customerSupport-inner {
        padding: 0px;
    }

    /* -------------------Home Loan page css--------------- */
    .sec-DreamItOwn p {
        font-size: 14px;
    }

    .loanBenefits button.accordion-button {
        font-size: 17px;
        padding: 15px 35px 15px 0px;
    }

    .loanBenefits button.accordion-button:before {
        display: none;
    }

    .loanBenefits .accordion-body {
        padding: 20px 20px 20px 0px;
        font-size: 14px;
    }

    .loanBenefits button.accordion-button:after {
        right: 7px;
        top: 19px;
        font-size: 15px;
    }

    .loanBenefits .accordion-button:not(.collapsed):after {
        right: 5px;
        top: 15px;
        font-size: 15px;
    }

    .businessAssociates .businessAssociatesInner {
        padding-top: 20px;
    }

    .businessAssociates .homeLoanImgCol {
        width: 100%;
        text-align: center;
    }

    .businessAssociates .homeLoanCol {
        width: 100%;
        min-height: 310px;
    }

    .businessAssociates .clickHere {
        width: 110px;
        font-size: 14px;
        height: 35px;
    }

    .calculatorEMI .calculatorFormInner {
        padding-bottom: 0px;
        display: block;
    }

    .calculatorEMI .calculatorFormInner {
        margin-right: calc(var(--bs-gutter-x)/ -2);
        margin-left: calc(var(--bs-gutter-x)/ -2);
    }

    .btn.btnCalculate {
        margin-bottom: 15px;
    }

    .calculatorEMI .calculatorForm .form-control {
        margin-bottom: 15px;
    }

    .calculatorEMI .calculatorFormInner:last-child {
        width: auto;
        margin-right: calc(var(--bs-gutter-x)/ -2);
        margin-left: calc(var(--bs-gutter-x)/ -2);
    }

    .sec-project .project-img-box img {
        height: 180px;
    }

    .gallerySlider .projectImgBox-animation img {
        height: 240px;
    }

    .blogsTab .card-body .btn-section {
        position: initial;
    }
}


@media only screen and (max-width: 450px) {
    ul.listGalleryMenu li+li {
        margin-left: 20px;
    }

    ul.listGalleryMenu li .sec-heading {
        font-size: 18px !important;
    }

    .testimonialImage .imgClient:after {
        width: 60px;
        height: 60px;
        background-size: 100%;
    }
}


.projectOverview .projectLogo p {
    text-align: justify;
}


.sec-gallery.galleryPage ul.listGalleryMenu a h2 {
    font-size: 35px;
}

.sec-gallery.galleryPage ul.listGalleryMenu li+li {
    margin-left: 70px;
}

.virtual_tour_link {
    top: 60vh !important;    
}


#myModal .modal-dialog .modal-content {
    background: none;
}

#myModal .modal-dialog .modal-content .ft_btn a {
    display: inline-block;
    margin-top: 10px;
}

#myModal .modal-dialog .modal-content .ft_btn span {
    color: #fff;
}

img.mobile_popup {
    display: none;
}

img.deskto_popup {
    display: block;
}


#myModal .modal-dialog {
    margin-top: 3rem !important;
}



@media screen and (max-width: 767px) {
  img.mobile_popup {
    display: block;
}

img.deskto_popup {
    display: none;
}
 
#myModal .modal-dialog {
    margin-top: 2rem !important;
    max-width: 65% !important;
    margin: 0 auto;
}

}



a.banner-Sidebtn.side_download_brochure {
    top: 70vh !important;
    left: -62px;
    width: 153px;
}


.virtual_tour_link {
    top: 77%;
	    position: fixed;
    right: -280px; 
    transition: all ease-in-out 0.5s;
    z-index: 1000;
}


.virtual_tour_link a {
    font-size: 11px;
    font-weight: 500;
    padding: 8px 20px;
    color: #fff;
    top: 0;
     
    border: none;
    left: -83px;
    z-index: 999;
    position: fixed;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    background-color: #00491e;
    transition: 0.5s ease-in-out;
    left: inherit;
    transform: rotate(90deg) translate(0%, 0%);
    position: absolute;
   
	right: 193px;
    min-width: 203px;
    text-align: center;  
}
.banner-Sidebtn.btn-enquire { 
    transform: rotate(90deg) translate(-55%, 0%);
}

.virtual_tour_link a:after {
    content: "";
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    border: solid 2px #00491e;
    top: 0px;
    right: 0px;
    z-index: 9999;
    animation: slideShadow 1.5s ease-in-out infinite;
}

.verloop-button {
    right: 40px !important;
}


 .whatsapp{    position: fixed;
    bottom: 66px;
    right: 40px;
    z-index: 2147483647;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 200ms ease-in-out;
    transform: none;
    opacity: 1;}
    .whatsapp a img{width:40px;}
	
	@media screen and (max-width: 912px) {
        /* .virtual_tour_link {top: 65% !important;} */
    }
	@media screen and (max-width: 768px) {
	  .virtual_tour_link {
			 /* top: 64% !important;right: -278px !important; */
		}
		
		.virtual_tour_link a {
			/* font-size: 10px !important;
			min-width: 168px !important;
			height: 36px !important;
			right: 203px !important;
			text-align: center !important; */
		}
        .virtual_tour_link a{  /*   padding: 0px 5px !important; */}
	}
	
	.verloop-livechat-logo{
		height: 40px !important;
		width: 40px !important; 
		background-size: 20px 20px !important;
	}
	
	.verloop-button { 
			width: 40px !important;
			height: 40px !important;
		} 
		
	#myModal .modal-dialog {
		margin-top: 6rem;
	}	
	
	
@media screen and (min-width: 1024px)  and (max-width: 1300px) {
   .rightEnquireBox { 
		top: 58vh; 
   }
   
   .virtual_tour_link {
		top: 67vh !important;
	}

}

@media screen and (max-width: 767px) {
	
	.virtual_tour_link a {
   /*  font-size: 10px; 
    height: 25px;
    padding: 0;
    line-height: 24px; */
}

.virtual_tour_link {
    top: 53vh !important;
	    right: -282px;
	
}

li.nav-item.newprojectlink span.n_p_title {
    margin-top: 23px;
    display: block;
    color: #fff;
}

li.nav-item.newprojectlink a.nav-link {
    padding-left: 20px;
}


}


