@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: "Barlow", sans-serif;
}

a:focus,
button:focus,
button:visited {
  box-shadow: none;
}
.container{ max-width:1280px; width:100% }

.highlights-point ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.top_hd h1 {
    font-size: 32px;
    margin: 0 0 10px;
    font-weight: 700;
}
.top_hd h2 {
    font-size: 22px;
    margin: 0 0 5px;
    font-weight: 700;
}
.top_hd h3 {
    font-size: 22px;
    margin: 0 0 5px;
    font-weight: 700;
}
.top_hd.top_hd_new {
    padding: 100px 0 50px;
}
.highlights-point ul li {
  display: flex;
}

.highlights-point ul li i {
  color: #30953b;
  margin-right: 10px;
  font-size: 1.5rem;
  margin-top: 3px;
}
img.site-plan-img.img-thumbnail {
    min-height: 215px;
    object-fit: cover;
}
.highlights-point ul li p {
  font-weight: 500;
  margin-bottom: 0.7rem;
}

.advantages p {
  font-weight: 500;
}

.round-image {}

.call_pop a {
  background-image: linear-gradient(180deg, #258f3b, #86c440);
  color: #000;
  padding: 10px 0;
  margin-bottom: 1rem;
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.overlay::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .3);
}

.plus-captcha {
  display: flex;
}

.plus-captcha .plus-text {
  margin: 5px 5px;
  font-weight: 600;
  color: #000;
}

.plus-captcha span {
  margin-top: 7px;
  margin: 6px 6px;
}

.header-area {
  position: relative;
  /* height: 100vh; */
  background: #5bc0de;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repear;
  background-size: cover;
  z-index: 9999;
}

.overviewText article {
  padding: 0px;
}

.contact .info-wrap {
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
  padding: 30px;
  background: #fff;
}

.info-wrap {
  height: 100%;
}

.sitepla-img img {
  border: 1px dotted #2056a6;
  border-radius: 10px;
}

.contact .info i {
  font-size: 28px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background: #2056a6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000000;
}

.footer-form .form-group {
  margin-bottom: 0.7rem;
}

.footer-form .form-group .form-control {
  margin-bottom: 0.7rem;
  border-radius: 0;
  border-left: 4px solid #30953b;
}

.footer-form .form-group .form-control:focus {
  box-shadow: none;
}

.copyright {
    background-color: #30953b;
    padding: 50px 0;
}

.copyright p {
  color: #fff;
  margin: 0;
  text-align: center;
  font-size: 0.7rem;
}

.copyright a {
  color: #f7ad01;
  text-decoration: none;
}

.Payment-Plan .desktop {
  display: block;
}

.Payment-Plan .mob {
  display: none;
}

.footer-form #submit {
    color: #ffffff;
    background-color: #30953b;
    border: none;
    padding: 12px 30px;
    margin-top: 0.3rem;
    font-weight: 600;
    border-radius: 10px;
    display: inline-block;
}

.footer-form .plus-captcha .plus-text {
  color: #fff;
}

.contact {
    padding: 50px 0;
    position: relative;
    background-color: #fff;
    z-index: 999;
    box-shadow: unset;
}

.footer-form h2 {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #30953b;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.footer-form {
    background-color: #ffffff;
    padding: 1rem 2rem 1rem;
    border-radius: 10px;
    height: 100%;
    border: 1px solid #eee;
    margin: 0 0 0px;
}

ul.footer-contact li {
  display: flex;
  align-items: center;
  align-content: center;
  margin-top: 1.3rem;
}

ul.footer-contact {
  padding: 0;
  margin: 0;
}

.footer-contact i {
    color: #30953b;
    font-size: 50px;
    padding-right: 1rem;
}
ul.footer-contact li:first-child {
    /* background: #00440a; */
    padding: 0px;
    border-radius: 10px;
}
ul.footer-contact li:first-child img {
    width: 100%;
}

.footer-contact p {
  margin: 0;
}

.footer-contact p a {
 color: #30953b;
    font-size: 20px;
    font-weight: 500;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  color: #2056a6;
}

.contact .info p a {
  font-weight: 600;
  color: #2056a6;
  text-decoration: none;
}

section {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.navbar {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
    transition: background 0.6s ease-in;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
}
section.new-footer {
    background: #000;
    box-shadow: none;
}
.footer-new p {
    color: #fff;
    font-size: 12px;
}
.footer-new {
    padding: 50px 0 30px;
    text-align: center;
}

.navbar .navbar-brand {
  font-family: 'Lobster', cursive;
  font-size: 2.5rem;
}
nav.navbar.navbar-expand-md.navbar-dark.fixed-top ul li a {
    color: #fff !important;
}
.navbar .navbar-toggler {
  position: relative;
  height: 50px;
  width: 50px;
  border: none;
  cursor: pointer;
  outline: none;
}

.navbar .navbar-toggler .menu-icon-bar {
  position: absolute;
  left: 15px;
  right: 15px;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  transition: all 0.3s ease-in;
}

.navbar .navbar-toggler .menu-icon-bar:first-child {
  opacity: 1;
  -webkit-transform: translateY(-1px) rotate(45deg);
  -ms-sform: translateY(-1px) rotate(45deg);
  transform: translateY(-1px) rotate(45deg);
}

.navbar .navbar-toggler .menu-icon-bar:last-child {
  opacity: 1;
  -webkit-transform: translateY(-1px) rotate(135deg);
  -ms-sform: translateY(-1px) rotate(135deg);
  transform: translateY(-1px) rotate(135deg);
}

.navbar .navbar-toggler.collapsed .menu-icon-bar {
  opacity: 1;
}

.navbar .navbar-toggler.collapsed .menu-icon-bar:first-child {
  -webkit-transform: translateY(-7px) rotate(0);
  -ms-sform: translateY(-7px) rotate(0);
  transform: translateY(-7px) rotate(0);
}

.navbar .navbar-toggler.collapsed .menu-icon-bar:last-child {
  -webkit-transform: translateY(5px) rotate(0);
  -ms-sform: translateY(5px) rotate(0);
  transform: translateY(5px) rotate(0);
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    color: #000000 !important;
    font-size: 1rem;
    font-weight: 500;
    padding: 9px 20px;
}

.navbar-dark .navbar-nav .nav-link.green {
  color: #2056a6 !important;
}

.pricing-boxes .price-box {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  border-radius: 20px;
}

.framed {
  border: 15px solid rgba(0, 0, 0, 0.05);
  padding: 25px;
}

.pricing-boxes .price-box h3 {
  font-size: 17px;
  margin: 0;
  background-color: #000000;
  color: #fbba47;
  padding: 10px;
  border-radius: 0px 0;
}

.pricing-boxes .price-box .values {
  margin: 20px 0;
}

.pricing-boxes .price-box .values figure {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px 0;
}

.pricing-boxes .price-box .values figure.not-available {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.pricing-boxes .price-box .values figure:last-child {
  border-bottom: none;
}

.pricing-boxes .price-box.framed .price-box-footer {
  background-color: rgba(0, 0, 0, 0.05);
  margin: 20px -25px -25px -25px;
}

.pricing-boxes .price-box .price-box-footer {
  padding-top: 25px;
  padding-bottom: 10px;
}

.pricing-boxes .price-box .promotion-title span {
  font-size: 11px;
  color: #fff;
  background-color: #50aa8d;
  padding: 8px 10px;
}

.pricing-boxes .price-box .promotion-title {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
}

.price-box-footer .btn-primary {
  outline: none;
  border: none;
  border-left: 4px solid #000000;
  padding: 10px 10px;
  background: linear-gradient(to right, #000000 50%, #30953b 50%);
  color: #000;
}

.price-box-footer .btn-primary:hover {
  color: #30953b;
  border-left: 4px solid #30953b;
}

.navbar-nav .nav-link.btn {
    color: #fff !important;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 10px;
    background-image: linear-gradient(90deg, #258f3b, #86c440);
}
.about-sec-btn { width:100%; float:left; margin:20px 0 0;}
.about-sec-btn a {
    color: #fff;
    border-left: 0px solid #30953b;
    padding: 10px 20px;
    border-radius: 10px;
    background-image: linear-gradient(180deg, #258f3b, #86c440);
}

.about-sec-btn a:hover {
  color: #000;
}


.navbar-dark .navbar-nav li:first-child:after {
  display: none;
}

.navbar .dropdown-menu {
  padding: 0;
  background-color: rgba(0, 0, 0, .9);
}

.navbar .dropdown-menu .dropdown-item {
  position: relative;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  transition: color 0.2s ease-in;
}

.navbar .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}

.navbar .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #2056a6;
}

.navbar .dropdown-menu .dropdown-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 5px;
  background-color: #2056a6;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}

.navbar .dropdown-menu .dropdown-item:hover::before {
  opacity: 1;
}

.navbar.fixed-top {
  position: fixed;
  -webkit-animation: navbar-animation 0.6s;
  animation: navbar-animation 0.6s;
  background-color: fff; background: #000;
}

.navbar.fixed-top.navbar-dark .navbar-nav .nav-link.active {
  color: #2056a6;
}

.content {
  padding: 120px 0;
}

.ml-auto {
  margin-left: auto !important;
}

.navbar-brand .logo {
  width: 170px;
  padding: 0px 0px;
}

@media screen and (min-width: 767px) {
  .dropdown-menu {
    min-width: 200px;
    -webkit-animation: dropdown-animation 0.3s;
    animation: dropdown-animation 0.3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
  }
}

@-webkit-keyframes navbar-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes navbar-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes dropdown-animation {
  0% {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  }

  75% {
    -webkit-transform: scaleY(1.1);
    -ms-transform: scaleY(1.1);
    transform: scaleY(1.1);
  }

  100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes dropdown-animation {
  0% {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  }

  75% {
    -webkit-transform: scaleY(1.1);
    -ms-transform: scaleY(1.1);
    transform: scaleY(1.1);
  }

  100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.banner-section {
  height: 94vh;
  background-image: url(../images/bnr_2.jpg);
  background-size: cover;
  background-position: inherit;
  background-attachment: fixed;
  z-index: 999;
}

.banner-main {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(0 0 0 / 30%);
}
.gallery {}

.banner-section .tagline {
  color: #ffffff;
  font-weight: 600;
  background-color: transparent;
  padding: 5px;
  font-size: 18px;
}

.banner-section h1 {
    color: #ffffff;
    font-weight: 700;
    font-size: 42px;
    margin: 0rem;
    padding: 100px 0 0 0;
}
.banner-form.text-center {
    padding: 30px 0 0 0;
}
.bnr__text {
    text-align: center;
}
.banner-section h3, .banner-section h2 {
  color: #ffffff; text-transform: uppercase; font-style: italic;
  font-weight: 400; font-size: 22px !important; margin: 15px 0;
}

.banner-section label {
  color: #fff;
  font-weight: 600;
  font-size: 25px; margin: 0 0 10px;
}
.banner-section label.error{ font-size:14px; color:#f00; margin:0; }


#filled {
    border-radius: 10px;
    background-image: linear-gradient(180deg, #258f3b, #86c440);
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    margin-right: 7px;
}

#filled:hover {
  background-color: #fff;
}

.banner-form-logo {
  max-width: 80%;
}

.enquiry-form {
    background-color: #000000c9;
    padding: 20px;
    z-index: 99;
    border-radius: 0px;
    /* border: 10px solid #ffffff1c; */
    box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #000;
}

.enquiry-form .form-check-input {
  border-radius: 0.25em;
  border: 2px solid #2056a6;
}

.enquiry-form .form-check .form-check-input:checked~.form-check-label::before {
  background-color: red;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: red;
}

.enquiry-form h4 {
  margin:0 0 5px;
  border-radius: 0;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 22px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.enquiry-form form {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-flow: row wrap;
}
.enquiry-form form .form-group {
    flex: 0 0 18.5%;
}
.enquiry-form h5 {
  color: #f5df7d;
  font-size: 1.05rem;
  background-color: black;
  padding: 10px;
}

.enquiry-form .form-control {
    border: none;
    box-shadow: none;
    outline: 0;
    margin: 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 0;
    border: 1px solid #ccc;
    height: 46px;
    border-radius: 10px;
    background: transparent;
}

.enquiry-form .form-control::placeholder {
  color: #fff;
}

.form-submit {
    text-align: center;
    margin: 16px 0 0;
}

.line_1 {
  width: 200px;
  margin-top: 10px;
  height: 1px;
  background: #000;
  position: relative;
}

.line_2 {
  width: 150px;
  margin-top: 5px;
  margin-bottom: 8px;
  height: 1px;
  background: #000;
  position: relative;
}

.form-submit .btn-primary {
    background-image: linear-gradient(180deg, #258f3b, #86c440);
    padding: 10px 20px;
    box-shadow: none;
    border: none;
    border-radius: 10px;
    color: #fff;
    color: #fff;
    width: 100%;
    font-weight: 600;
}

.heading h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.37;
  text-align: left;
  color: #000;
  position: relative;
}

.heading {
  position: relative;
}

/*.heading h3::after{

  content: '';
    position: absolute;
    background: url(../images/border-gold.webp);
    width: 200px;
    height: 151px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
}*/
.about-sec article p {
  text-align: justify; width: 100%; float: left; font-size:16px; line-height:27px;
}

.overview-box {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 1px #fff;
  background: #2056a6;
}

.overview-box img {
  width: 82px;
  margin: 10px auto;
  filter: invert(.91);
}

.overview-con {
  width: 100%;
  min-height: 99px;
}

.overview-box h3 {
  font-size: 17px;
  color: #fff;
}

.advantages .heading h3 {
  margin-bottom: 0rem;
}

.amen_list {
    padding: 1rem;
    border: 1px solid #30953b;
    margin-bottom: 1.4rem;
    min-height: 110px;
    border-radius: 8px;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    justify-content: center;
    text-align: center;
    align-items: center;
    background: #f3fff4;
}

.amen_list:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.gallery a {
  /* margin: 12px 0; */
  display: block;
  /* border: 2px solid #2056a6; */
  /* border-radius: 22px; */
  overflow: hidden;
}

.gallery .col-md-4 {
  /*  padding: 0;*/
}

a .mobile {
  display: none;
}

a .desktop {
  display: block;
}

.sideimage {
  height: 100%;
  position: relative;
  width: 100%;
}

.sideimage a {
  height: 100%;
}

.sideimage a img {
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
  border-radius: 20px;
}

.advantages {
  padding: 50px 0;
  background: url(../images/img-aboutLftBG.jpg) no-repeat left bottom;
  overflow: hidden;
}

#Pricing {
  text-align: center;
  /*  background-color: #d7d7fa3b;*/
  padding: 4% 0;
}

#Pricing table {
  font-size: 17px;
  margin-top: 2.5rem;
  border: none;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(211 220 255);
}

.advantages ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 1rem;
}

.advantages ul li {
  display: flex;
  margin-bottom: 0.7rem;
}

.modal-body .modalimage {
  max-height: 200px;
  object-fit: cover;
}

.advantages ul li i {
  color: #30953b;
  padding-right: 0.5rem;
  font-size: 1.5rem;
}

.advantages ul li p {
  font-weight: 500;
  margin-bottom: .6rem;
}

.site-plan {
  padding: 50px 0;
  background-color: #fefbf6;
}

#Pricing .heading h3 {
  text-align: center;
  margin-bottom: 2rem;
}

.footer-cta {
  background-color: #f3fff4;
  width: 100%;
  padding: 50px 0;
}
.footer-cta h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.37;
    text-align: left;
    color: #000;
    position: relative;
}
section.footer-cta ul {
    padding: 0;
    margin: 0;
}
section.footer-cta ul li {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    width: 33%;
    display: inline-block;
}
section.footer-cta ul li i{
  margin-right: 8px;
}
.footer-cta p {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    text-align: left;
    color: #000;
    position: relative;
}
.footer-cta .plug-left,
.footer-cta .plug-right {
  z-index: 1;
  top: 50%;
  width: auto;
  height: 16px;
  margin-top: -8px;
  transition: all 0.1s ease-in-out;
  fill: #3256a4;
}

.footer-cta .plug-left {
  position: absolute;
  right: 50%;
  margin-right: 200px;
  transition: all 0.1s ease-in-out;
}

.footer-cta .plug-right {
  position: absolute;
  left: 50%;
  margin-left: 200px;
}

.footer-cta .btn-primary {
    position: absolute;
    z-index: 100 !important;
    /* min-width: 300px; */
    padding: 1rem 2.5rem;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 1.5;
    border: none;
    left: 0;
    right: 0;
    display: inline-table;
    margin: 0 auto;
    top: 40%;
    background: linear-gradient(to right, #84c340 50%, #30953b 50%);
    color: #ffffff;
    border-left: 8px solid #84c340;
}

.footer-cta .btn-primary:hover {
    color: #ffffff;
    border-left: 8px solid #30953b;
}

.floor-plan .heading h3 {
  text-align: center;
  margin-bottom: 2rem;
}

.floorplanimages {
  position: relative;
  margin-bottom: 1rem;
  border-radius: 15px;
  display: block;
}

.highlights {
  padding: 50px 0;
  background-color: #895600;
}

#Pricing tr th {
  font-weight: 700;
}

.view-floor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #000000c4;
  height: 100%;
  width: 100%;
  transition: .1s ease-in;
  opacity: 0;
  cursor: zoom-in;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  -webkit-transition: .1s ease-in;
  -moz-transition: .1s ease-in;
  -ms-transition: .1s ease-in;
  -o-transition: .1s ease-in;
}

.floorplanimages:hover .view-floor {
  opacity: 1;
}

.floor-plan a img {
  max-height: 291px;
  object-fit: cover;
  margin-bottom: 0rem;
  border-radius: 20px 20px 0 0;
}

.floor-title {
    text-align: center;
    background: #005387;
    color: #fff;
    text-decoration: none;
    padding: 10px 5px;
    margin: 0;
    font-size: 14px;
}

.highlights .heading h3 {}

.floor-plan a {
  margin: 0;
  border-radius: 6px;
  /* filter: blur(2px); */
  text-decoration: none;
  display: block;
  /* border: 2px solid #355faa;*/
}

.siteplan {
  padding: 40px 0;
  text-align: center;
}

.siteplan .heading h3 {
  text-align: center;
}

#Pricing tr td button {
  font-weight: 500;
  background-color: #2056a6;
  color: #fff;
}

button.floor-enq-btn {
  background-image: linear-gradient(to right, #82086e, #4fffff);
  width: 97%;
  margin: 0 7px;
  outline: none;
  border: none;
  font-weight: 600;
  padding: 9px;
  margin-bottom: 1rem;
  color: #fff;
}

#form-logo {
  padding: 20px;
  /* width: 162px; */
  max-width: 70%;
}

.fixed-form p {
  margin-bottom: 7px !important;
  text-align: center;
  color: #2056a6;
  /* border-top: 1px dotted; */
  padding-top: 4px;
  font-weight: 500;
}

.fixed-form.fixed {
  text-align: center;
  display: block;
  padding: 0 30px;
}

h5.modal-title {
  text-align: left;
  border-radius: 0px;
  padding: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  color: #000; font-size: 24px; margin: 15px 0 0px;
}

.modal .modal-body {
  padding: 0;
  border-bottom: 0.3rem solid #000000;
}

.fixed-form .formFooter {
  display: flex;
  justify-content: space-between;
  align-items: center; width: 100%;
}

.modal .btn-close {
  position: absolute;
  background-image: none;
  right: 0;
  top: 0;
  background-color: white;
  opacity: 1;
  padding: 5px;
  border-radius: 0;
  font-size: 32px;
  background-position: center !important;
}

.fixed-form .form-control,
.fixed-form .form-control:focus {
  margin-bottom: .8rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  box-shadow: none;
  border: 1px solid #d3dcff;
}

.fixed-form .formFooter button {
  text-align: center;
  background: #000000;
  color: #f6df78;
  border: none;
  padding: 10px 15px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  transition: all 300ms ease-in-out;
  outline: none;
  margin-bottom: 1rem;
  width: auto;
}

.highlights tr td a {
  color: #2056a6;
  text-decoration: none;
}

.advantage-image {
  /*border-radius: 15px;
  box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
  border: 2px solid #d5d5d5;
  padding: 2px;
  background-color: transparent;*/
}

.floor-plan {
  padding: 50px 0;
}

.gallery {
  padding: 50px 0;
  background-color: #f5db7014;
}

.gallery .heading h3 {
  text-align: center;
}

.site-plan .heading h3 {
  text-align: center;
}

.sec_3 {
  padding: 50px 0;
  /*  background-color: #d7d7fa3b;*/
}

.amen_list svg {
    width: 4rem;
    height: 4rem;
    padding: 10px;
    padding-bottom: 0.5rem;
    background-image: linear-gradient(180deg, #258f3b, #86c440);
    border-radius: 50%;
    color: #fff;
    margin-right: 1rem;
}

.sec_3 .heading h3 {
  text-align: center;
  margin-bottom: 2rem;
}

.amen_list span {
  overflow: hidden;
  display: block;
  font-weight: 500; margin: 10px 0 0;
  color: #30953b; flex: 0 0 100%;
}

.readmore a {
  background: #fff;
  padding: 5px 12px;
  margin-top: 16px;
  border: 1px solid #fff;
  display: block;
  color: #2056a6;
  text-decoration: none;
  font-weight: 600;
}

.readmore a:hover {
  text-decoration: none;
}

.about-image {
  border-radius: 15px;
  box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
  border: 2px solid #d5d5d5;
  padding: 2px;
  background-color: transparent;
}

.spanoverview {
  background: #ffffff;
  padding: 2px;
  color: #000;
}

.about-sec {
    padding: 50px 0;
    background: url(../images/img-aboutLftBG.jpg) no-repeat left bottom;
    overflow: hidden;
}

.enquiry-form label.custom-control-label {
  font-size: 14px;
}

.enquiry-form .second-check label {
  font-size: 11.7px;
  margin-top: -2px;
  margin-left: 2px;
}

.custom-control.custom-checkbox.second-check {
  display: flex;
}

.banner-btns {
  margin-top: 1.5rem;
}

.navbar .navbar-toggler .menu-icon-bar {
  background-color: #fff;
}

.contact .info-wrap {
  padding: 19px;
  border-radius: 15px;
  display: flex;
  align-items: center;
}

.gallery .col-md-4 a img {
  min-height: 300px;
  max-height: 300px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  border-radius: 24px;
}

.mobile-btn {
  position: fixed;
  bottom: 50px;
  left: 30px;
  z-index: 999;
  font-size: 31px;
  color: #fff;
  padding: 0;
  margin: 0;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-image: linear-gradient(180deg, #258f3b, #86c440);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  display: flex;
}

.whtsap-btn {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 999;
  font-size: 31px;
  color: #fff;
  padding: 0;
  margin: 0;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #248e4f;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  text-decoration: none;
  font-size: 24px;
}

.fix-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 5px 0;
  z-index: 999;
  width: 100%;
  border-top: 2px solid #000;
}

.fix-footer p {
  float: left;
  width: 25%;
  text-align: center;
  margin-left: 30px;
  padding: 0;
  margin-bottom: 0;
}

.fix-footer .meeting {
  position: unset;
  background: #fff;
  animation: unset;
  display: inline;
}

.fix-footer p a {
  float: left;
  margin: 0;
  padding: 0;
}

.fix-footer p a img {
  width: 32px;
  margin: 0 auto;
}

.fix-footer p a span {
  float: left;
  width: 100%;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}

.fix-footer {
  display: none;
}

.thanksyou-section {
  text-align: center;
  padding: 228px 0 100px;
  min-height: 90vh;
  font-size: 15px;
  color: #757474;
}

.thanksyou-section .thanks {
  clear: both;
  width: 100%;
  font-size: 60px;
  color: #4caf50;
  font-weight: 900;
  padding-bottom: 30px;
  margin: 0;
  text-transform: uppercase;
}

.thanksyou-section i {
  clear: both;
  width: 100%;
  font-size: 72px;
  color: #4caf50;
  text-align: center;
  font-weight: 700;
  padding-bottom: 35px;
}

.Payment-Plan h3 {
  text-align: center;
}

.mob-contact {
  display: none;
}

.mob-contact a i {
  color: #000;
  background-color: #f7df79;
  padding: 10px;
  font-size: 20px;
  border-radius: 50%;
}


.get-call-back {
        position: fixed;
    top: 50%;
    right: -57px;
background-image: linear-gradient(180deg, #258f3b, #86c440);
    color: #fff;
    padding: 6px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    width: 150px;
    margin-top: -28px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(270deg);
    z-index: 99;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 3px;
    text-align: center;
    opacity: 1;
}
.get-call-back:hover{
    color:#000;
}

@media (max-width:767px) {
  .banner-section .position-absolute{ position:relative; }
  .copyright {
    padding-bottom: 5rem;
  }

  .m-margin {
    margin-top: 1rem;
  }

  .navbar-dark .navbar-nav li:after {
    display: none;
  }

  .mob-contact {
    display: block;
  }

  a .mobile {
    display: block;
  }

  a .desktop {
    display: none;
  }

  .footer-cta {
    background-position: top;
  }

  .banner-section {
    height: auto;     background-position: bottom;
  }
  .banner-main{ position:relative !important; padding:40px 15px; }
  .banner-section h3, .banner-section h2{ font-size:14px; }
  #filled{ padding:8px 10px;   }

  .whtsap-btn,
  .mobile-btn {
    display: none;
  }

  .advantages .heading h3 {
    margin-top: 2rem;
  }

  .floor-plan a {
    margin-bottom: 1rem;
  }

  .fixed-form.fixed {
    padding: 0 20px;
  }

  #form-logo {
    padding: 6px;
  }

  .navbar-brand .logo {
    width: 150px;
    padding: 0px 0px;
  }

  .enquiry-form h4 {
    font-size: 16px;
  }

  .about-sec .heading h3 {
    margin-top: 1rem;
  }

  .footer-cta .btn-primary {
    padding: 1rem 1.7rem;
  }

  .fixed-form p {
    font-size: 15px;
  }

  .Payment-Plan .desktop {
    display: none;
  }

  .Payment-Plan .mob {
    display: block;
  }

  .navbar-nav {
    padding: 0px 20px 22px;
    background-color: #000000e6;
    text-align: center;
  }

  .fix-footer {
    display: block;
  }

  .fix-footer p a span {
    font-weight: 500;
    font-size: 16px;
  }

  .navbar-brand {
    margin-left: 2px;
  }

  .navbar.fixed-top .navbar-nav {
    background: transparent;
  }

  .banner-section h1 {
    font-size: 28px;
    font-size: 34px;
    margin-top: 2.5rem;
  }

  .highlights-point {
    margin-top: 2rem;
  }

  .footer-form {
    margin-top: 0rem;
  }

  .banner-section h3 {
    font-size: 19px;
  }

  .navbar-nav .nav-link.btn {
    display: initial;
    width: 151px;
    color: #fff !important;
    background-color: #2056a6;
  }

  .banner-section h1 span {
    font-size: 17px;
  }

  .banner-section h2 {
    font-size: 20px;
  }

  .banner-btns {
    margin-top: .9rem;
  }

  .enquiry-form {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding: 9px;
  }

  .enquiry-form .form-control {
    margin-bottom: 0.8rem;
  }

  .form-submit {
    margin-bottom: 0;
  }

  .heading h3 {
    font-size: 23px;
  }

  .overview-box img {
    width: 40px;
  }
}


a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !.;
  background-size: 201% 100% !important;
  background-position: right bottom !important;
}

a:hover,
button:hover {
  background-position: left bottom !important;
}

.ov_headings{margin-bottom: 25px; position:relative;}
.ov_headings:before{position:absolute; content:''; background:#30953b ;}
.ov_headings.left{padding-left:20px;}
.ov_headings.left:before{top:0; left:0; height:100%; width:4px;}
.ov_headings.left.green:before{background:#444;}
.ov_headings.center{text-align: center; display: table; margin: auto; max-width: fit-content; padding-bottom:20px;}
.ov_headings.center:before{top:100%; height:4px; left:50%; transform:translateX(-50%); width:30%;}
.section_heading{
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 1px;
    margin-bottom: 0;
    line-height: 46px;color:#000;
} 

.section_heading span{
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    letter-spacing: 0px; color:#000;
    line-height: 30px; 
}
.sec_title {
    font-family: ;
    letter-spacing: 1px;
    color: #30953b;
    font-size: 24px;
    margin-bottom: 15px;
}
/* highlight_section */

.highlight_section{
    padding:60px 0;
background-image: linear-gradient(180deg, #258f3b, #86c440);
overflow: hidden;
}
.highlight_section h2 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
}
.highlight_section .section_heading{
    position: absolute;
    writing-mode: tb-rl;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    background: #e0c47f;
    padding: 35px 18px;
    height: calc(100% + 60px);
    text-align: center;
    letter-spacing: 4px;
    font-weight: 700;
}

.highlight_section .left_col ul, .highlight_section .right_col ul {
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0;
    gap: 30px;
}




.highlight_section .center_col{
    display:flex;
    align-items: center;
}

.highlight_section .center_col .image{
    position: relative;
}

.highlight_section .center_col img{
    object-fit: cover;
    border-radius: 100%;
    box-shadow: 0 0 100px rgb(0 0 0 / 5%);
    width: 380px;
    height: 380px;
}

.highlight_section .right_col{
    text-align: right;
}

.highlight_section ul li {
    margin: 0;
    font-size: 16px;
    flex: 0 0 31.5%;
    line-height: 20px;
    letter-spacing: 0px;
    background: #fff;
    padding: 15px 18px;
    border-radius: 10px;
    font-weight: 500;
    font-style: italic;
    list-style-type: none;
    position: relative;
    text-align: center;
}
.highlight_section figure {margin-top: 12px; width:100%; float:left;height:100%; margin-bottom:0; border-radius:25px; overflow:hidden; }
.highlight_section figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}
.highlight_section li .count {
    top: 0px;
    height: 50px;
    width: 50px;
    border-radius: 44px;
    background-color: #30953c;
    color: #fff;
    display: flex;
    align-items: center;
    font-style: normal;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto 15px;
}

.highlight_section .right_col li .count{
    right:-25px;
    left:unset;
}

.snip1517 {
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  width: 100%; 
  margin: 10px 10px;
}

.snip1517 img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}

.snip1517 .plan {
  margin: 0 0.5%;
  width: 32%;
  padding-top: 10px;
  position: relative;
  float: left; color: #000;
  overflow: hidden;
  background-image: linear-gradient(180deg, #258f3b, #86c440);
  border-radius: 8px;
}

.snip1517 .plan:hover i,
.snip1517 .plan.hover i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.snip1517 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.snip1517 header {
    color: #fff;
}
ul.plan-features li {
    color: #fff !important;
}
ul.plan-features li {
    color: #fff !important;
}

.snip1517 .plan-title {
  line-height: 60px;
  position: relative;
  margin: 0;
  padding: 0 20px;
  font-size: 1.6em;
  letter-spacing: 2px;
  font-weight: 700;
}

.snip1517 .plan-title:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 20px;
    width: 30px;
    height: 3px;
    background-color: #fff;
}
.banner-form.text-center p {
    color: #fff;
}
.bnr__text p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}
.snip1517 .plan-cost {
  padding: 0 20px;
  margin: 0;
}

.snip1517 .plan-price {
  font-weight: 600;
  font-size: 34px;
  margin: 10px 0;
  display: inline-block;
}

.snip1517 .plan-type {
    opacity: 0.8;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
}

.snip1517 .plan-features {
    padding: 0 0 20px;
    margin: 0;
    list-style: outside none none;
    font-size: 20px;
}

.snip1517 .plan-features li {
  padding: 8px 20px;
}

.snip1517 .plan-features i {
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.5);
}

.snip1517 .plan-select {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px;
  text-align: center;
}

.snip1517 .plan-select a {
    background-color: #fff;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 20px;
    font-size: 0.75em;
    font-weight: 600;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: inline-block;
    color: #64b23f;
}

.snip1517 .plan-select a:hover {
  background-color: #1b8ad8 !important;
}

.snip1517 .featured {
    margin-top: -10px;
    z-index: 1;
    border-radius: 8px;
    border: 2px solid #2d933b;
    background-color: #2c933b;
    color: #30953b;
}
.snip1517 .featured header {
    color: #ffffff;
}
.snip1517 .featured .plan-select {
  padding: 30px 20px;
}
.snip1517 .featured .plan-title:after {
    background: #ffffff;
}
.snip1517 .featured .plan-select a {
    background-image: linear-gradient(180deg, #ffffff, #ffffff);
    color: #5bad3e;
}

@media only screen and (max-width: 767px) {
  .snip1517 .plan {
    width: 49%;
    margin: 0.5%;
  }
  .snip1517 .plan-title,
  .snip1517 .plan-select a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .snip1517 .plan-select,
  .snip1517 .featured .plan-select {
    padding: 20px;
  }
  .snip1517 .featured {
    margin-top: 0;
  }
  .snip1517 .featured header {
    line-height: 70px;
  }
}

@media only screen and (max-width: 440px) {
	.form_pop .form-img{ display: none}
  .snip1517 .plan {
    margin: 0.5% 0;
    width: 100%;
  }
}

.form_pop{ display: flex; flex-flow: row; }
.form_pop .form-img{flex:0 0 50%;}
.form_pop .form-img img{ width: 100%;}
.location-map-1 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 50px 0 0;
    background: #fff;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
}
@media only screen and (max-width: 600px) {
  .banner-section h1 {
font-size: 28px;
    padding: 20px 0 0 0;
}
.banner-section label {
    font-size: 20px;
}
.enquiry-form form {
    gap: 0px;
}
.enquiry-form form .form-group {
    flex: 0 0 100%;
}
.banner-form.text-center {
    padding: 20px 0 0 0;
}
.enquiry-form {
        margin-top: 0rem;
    }
    .snip1517 {

    margin: 10px 0px;
}
}



