body {
  font-family: 'Montserrat', sans-serif;;
}
a:focus,
button:focus,
button:visited {
  box-shadow: none;
}
.highlights-point ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.highlights-point ul li {
  display: flex;
}
.highlights-point ul li i {
  color: #0c4da2;
  margin-right: 10px;
  font-size: 21px;
  margin-top: 3px;
}
.highlights-point ul li p{
  font-weight: 500;
  margin-bottom: .5rem;
}
.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 #000;
  border-radius: 10px;
}
.contact .info i {
  font-size: 28px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background: #000;
  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;
}
.footer-form .form-group .form-control:focus {
  box-shadow: none;
}
.copyright {
  background-color: #313131;
  padding: 15px 0;
}
.copyright p {
  color: #c1c1c1;
  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: #b49237;
    background-color: #000000;
    outline: none;
    border: none;
    padding: 0.4rem 1rem;
    margin-top: 0.3rem;
    font-weight: 600;
}
.footer-form .plus-captcha .plus-text {
  color: #000;
}
.contact {
  padding: 40px 0;
    z-index: 999;
    background-color: #000;
    position: relative;
}
.footer-form h2 {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: white;
}
.footer-form {
         background-color: #fff;
    padding: 1rem 1rem 1rem;
    border-radius: 15px;
    background-image: linear-gradient(100deg, #AE8625 0%, #F7EF8A 100%);
         background-image: linear-gradient(100deg, #00B1F3 0%, #0D4DA2 100%);
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  color: #000;
}
.contact .info p a {
  font-weight: 600;
  color: #000;
  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: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.navbar .navbar-brand {
  font-family: 'Lobster', cursive;
  font-size: 2.5rem;
}
.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: #000 !important;
  font-size: 1rem;
  font-weight: 500;
}
.navbar-dark .navbar-nav .nav-link.green {
  color: #000 !important;
}
.pricing-boxes .price-box {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.framed {
  border: 15px solid rgba(0, 0, 0, 0.05);
  padding: 25px;
}
.pricing-boxes .price-box h3 {
  font-size: 18px;
  min-height: 40px;
  margin: 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{
  background-image: linear-gradient(100deg, #AE8625 0%, #F7EF8A 100%);
  outline: none;
  border: none;
  color: #000;
}
.navbar-nav .nav-link.btn {
  color: #000000 !important;
    background-image: linear-gradient(100deg, #AE8625 0%, #F7EF8A 100%);
    font-weight: 600;
    border-radius: 15px 0;
}
.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: #000;
}
.navbar .dropdown-menu .dropdown-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 5px;
  background-color: #000;
  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;
}
.navbar.fixed-top.navbar-dark .navbar-nav .nav-link.active {
  color: #000;
}
.content {
  padding: 120px 0;
}
.ml-auto {
  margin-left: auto !important;
}
.navbar-brand .logo {
  width: 148px;
    padding: 0px 0px 10px;
}
@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: 100vh;
/*  background-image: url(../img/banner.webp);*/
  background-image: url(../img/banner-2.webp);
  background-size: cover;
  background-position: center;
      z-index: 999;
}
.banner-main {
  top: 78px;
  right: 0;
  bottom: 0;
  left: 0; 
    background-color: rgba(0, 0, 0, 0.48);
}
.gallery {}
.banner-section .tagline {
  color: #ffffff;
  font-weight: 600;
  background-color: transparent;
  padding: 5px;
  font-size: 18px;
}
.banner-section h1 {
      color: #fff;
    font-weight: 700;
    font-size: 21px;
    margin-top: 1rem;
    /*! background-image: linear-gradient(100deg, #AE8625 0%, #F7EF8A 100%); */
    display: inline-block;
    padding: 7px 10px;
      background: linear-gradient(45deg, transparent, black, transparent);
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
}
.banner-section h3 {
    color: #00aeef;
    text-shadow: 1px 1px 1px #000;
    font-weight: 600;
    font-size: 22px;
    background: linear-gradient(90deg, transparent, #fdfdfd, transparent);
    padding: 5px 0;
}
.banner-section h1 span {
  color: #fff;
  font-weight: 600;
  font-size: 25px;
}
.banner-section h2 {
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
}
#filled {
    color: #fff !important;
    background-image: linear-gradient(100deg, #00B1F3 0%, #0D4DA2 100%);
    font-weight: 500;
    margin-right: 7px;
    border-radius: 15px 0;
    font-size: 18px;
}
#outlined {
  border-radius: 30px;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
#filled:hover {
      background-color: #0c3b47;
    color: #fff;
}
#outlined:hover {
  background-color: #000;
  color: #fff;
}
.banner-form-logo{
  width: 130px;
}
.enquiry-form {
  background-color: #fff;
  padding: 20px;
  z-index: 99;
    border-radius: 25px 0;
  border: 10px solid #ffffffb0;
  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;
}
.enquiry-form .form-check-input {
  border-radius: 0.25em;
  border: 2px solid #000;
}
.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 {
            /*! background-image: linear-gradient(100deg, #AE8625 0%, #F7EF8A 100%); */
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    color: #02a4e9;
    font-size: 17px;
}
.enquiry-form .form-control {
  border: 1px solid #000;
    box-shadow: none;
    outline: 0;
    margin-bottom: 1rem;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    border-radius: 0;
}
.enquiry-form .form-control::placeholder {
  color: #000;
}
.form-submit {
  text-align: center;
margin: 0.3rem 0;
}
.line_1 {
  width: 200px;
  margin-top: 10px;
  height: 1px;
  background: #000;
  position: relative;
}
.line_2 {
  width: 150px;
  margin-top: 5px;
    margin-bottom: 30px;
  height: 1px;
  background: #000;
  position: relative;
}
.form-submit .btn-primary {
    /*! background-image: linear-gradient(100deg, #AE8625 0%, #F7EF8A 100%); */
    padding: 8px 20px;
    box-shadow: none;
    border: none;
    outline: 0;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
}
.heading h3 {
 font-size: 37px;
    font-weight: 800;
    line-height: 1.30;
    text-align: left;
    color: #0c4da2;
    font-style: italic;
    text-transform: capitalize;
}
.about-sec article p {
  text-align: justify;
}
.overview-box {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 1px #fff;
  background: #000;
}
.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 {
  text-align: center;
    padding: 1rem;
    border: 1px solid rgba(2, 175, 239, 0.18);
    margin-bottom: 1.4rem;
    min-height: 140px;
    border-radius: 5px;
    background-color: #fdfdfd;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.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 #000; */
  /* border-radius: 22px; */
  overflow: hidden;
}
.gallery .col-md-4 {
  padding: 6px;
  border-radius: 0;
}
.advantages {
  padding: 50px 0;
}
#Pricing {
  text-align: center;
  background-color: #EBEBEB;
  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;
}
.advantages ul li i {
  color: #000;
  padding-right: 0.5rem;
  font-size: 1.1rem;
}
.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 {
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  padding: 1.9em 0;
  overflow: hidden;
/*  background: #ffedce;*/
  text-align: center;
}
.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: #000;
}
.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 .wrapper, .footer-cta .divider {
  width: 92%;
  max-width: 1104px;
  overflow: hidden;
}
.footer-cta .btn-primary {
  position: relative;
  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;
  background-image: linear-gradient(100deg, #AE8625 0%, #F7EF8A 100%);
  border: none;
  color: #fff;
  background-image: linear-gradient(100deg, #00B1F3 0%, #0D4DA2 100%);
}
.footer-cta:hover .plug-left {
  margin-right: 127px;
}
.footer-cta:hover .plug-right {
  margin-left: 127px;
}
.floor-plan .heading h3 {
/*  text-align: center;
margin-bottom: 2rem;*/
}
.highlights {
  padding: 40px 0;
  background-color: #C3862C24;
}
#Pricing tr th {
  font-weight: 700;
}
.floor-plan a img {
 /* border: 3px solid #82086e;
  margin-bottom: 2rem;*/
}
.floor-title {
  text-align: center;
  background-image: linear-gradient(100deg, #AE8625 0%, #F7EF8A 100%);
  color: #fff;
  text-decoration: none;
  padding: 5px;
      margin: 0;
      color: #000;
}
.highlights .heading h3 {

}
.floor-plan a {
    margin: 0;
    border-radius: 6px;
    /* filter: blur(2px); */
    text-decoration: none;
    display: block;
     border: 2px solid #133b47;
}
.siteplan {
  padding: 40px 0;
  text-align: center;
}
.siteplan .heading h3{
/*  text-align: center;*/
}
#Pricing tr td button {
  font-weight: 500;
  background-color: #000;
  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;
}
.fixed-form p {
  margin-bottom: 7px !important;
  text-align: center;
  color: #000;
  /* border-top: 1px dotted; */
  padding-top: 4px;
  font-weight: 500;
}
.fixed-form.fixed {
  text-align: center;
  display: block;
  padding: 10px 30px;
}
h5.modal-title {
  text-align: center;
  background-image: linear-gradient(100deg, #AE8625 0%, #F7EF8A 100%);
  border-radius: 0px;
  padding: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  color: #000;
  background-image: linear-gradient(100deg, #00B1F3 0%, #0D4DA2 100%);
}
.modal .modal-body {
  padding: 0;
  border-bottom: 0.3rem solid #133b47;
}
.fixed-form .formFooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  background-color: white;
  opacity: 1;
  padding: 5px;
  border-radius: 0;
  font-size: 15px;
}
.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-image: linear-gradient(100deg, #AE8625 0%, #F7EF8A 100%);
  color: #000;
  border: none;
  padding: 10px 15px;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  transition: all 300ms ease-in-out;
  outline: none;
  margin-bottom: 1rem;
  width: 126px;
  background-image: linear-gradient(100deg, #00B1F3 0%, #0D4DA2 100%);
}
.highlights tr td a {
  color: #000;
  text-decoration: none;
}
.btn-primary-book{
  background-image: linear-gradient(100deg, #AE8625 0%, #F7EF8A 100%);
  color: #000;
  padding: 10px 20px;
  text-decoration: none;
  margin-top: 1rem;
}
.btn-primary-book:hover{
  background-color: #0c3b47;
  color: #fff;
  padding: 10px 20px;
}
.advantage-image {
  border-radius: 6px 0;
    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;
    height: 100%;
    /*object-fit: cover;*/
}
.floor-plan {
  padding: 50px 0;
}
.gallery {
  padding: 50px 0;
}
.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: 3rem;
    padding-bottom: 1rem;
    color: #000;
    text-align: center;
}
.sec_3 .heading h3 {
/*  margin-bottom: 2rem;*/
}
.amen_list span {
  overflow: hidden;
  display: block;
font-weight: 500;
  font-size: 18px;
  margin-top: 10px;
}
.readmore a {
  background: #fff;
  padding: 5px 12px;
  margin-top: 16px;
  border: 1px solid #fff;
  display: block;
  color: #000;
  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-image: url(../img/highlights_bg.webp); */
    background-size: cover;
}
.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: #000;
}
.side-image{
  height: 100%;
}
.contact .info-wrap {
  padding: 19px;
    border-radius: 15px;
    display: flex;
    align-items: center;
}
.gallery .col-md-4 a img {
    border-radius: 15px;
    height: 268px;
    object-fit: cover;
}
.fixed-enq-btn {
   position: fixed;
    top: 50%;
    background-color: #0c3b47;
    background-image: linear-gradient(100deg, #AE8625 0%, #F7EF8A 100%);
    left: -46px;
    color: white;
    text-decoration: none;
    padding: 0.5rem;
    transform: rotate(270deg);
    font-weight: 600;
    font-size: 17px;
   background-image: linear-gradient(100deg, #00B1F3 0%, #0D4DA2 100%);
  }

.fixed-enq-btn:hover, .mobile-btn:hover, .whtsap-btn:hover{
color: #fff;
}
.mobile-btn {
    position: fixed;
    bottom: 50px;
    left: 30px;
    z-index: 999;
    color: #000;
    padding: 0;
    margin: 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    /*! background-color: white; */
    background-image: w;
    text-align: center;
    justify-content: center;
    align-items: center;
        font-size: 24px;
    display: flex;
    text-decoration: none;
}
.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 #2a55a4;
}
.fix-footer p {
  float: left;
  width: 23%;
  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;
}
.mobile-image-banner{
  display: none;
}
.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;
}
@media (max-width:767px) {
  .mobile-image-banner{
    display: block;
    padding-top: 4rem;
}

.mobile-image-banner img {
  height: 300px;
  object-fit: cover;
}
  .copyright {
      padding-bottom: 5rem;
  }
  .banner-section {
/*    height: 110vh;*/
    background-image: none;
    background-color: #0c4da2;
    /*margin-top: 27px;*/
  }
  .banner-main {
    background-color: #0c4da2;
}
  .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: 130px;
    padding: 0px 0px 10px;
}
.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: rgb(255 255 255 / 90%);
      text-align: center;
  }
  .fix-footer {
      display: block;
  }
  .fix-footer p a span {
  font-weight: 500;
  font-size: 13px;
}
  .navbar-brand {
      margin-left: 2px;
  }
  .navbar.fixed-top .navbar-nav {
      background: transparent;
  }
  .banner-section h1 {
     font-size: 21px;
    margin-top: 0.5rem;
  }
  .m-margin-t{
    margin-top: 2rem;
  }
  .highlights-point {
    margin-top: 2rem;
}
.footer-form {
    margin-top: 2rem;
}
  .banner-section h3 {
  font-size: 18px;
    color: #000;
    text-shadow: none;
}
  .navbar-nav .nav-link.btn {
      display: initial;
    width: 151px;
    color: #000 !important;
    background-color: #000;
    padding: 10px;
  }
  .banner-section h1 span {
      font-size: 17px;
  }
  .banner-section h2 {
          font-size: 20px;
    color: #000;
  }
  .banner-btns {
      margin-top: .9rem;
  }
  .enquiry-form {
      margin-top: 2rem;
  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;
  }
}


.bnr-cnt {
  /*! background-image: linear-gradient(100deg, #0C4DA25E 0%, #00AEEF5E 100%); */
  border-radius: 10px;
  padding: 18px 12px;
}

.starting-price{
  font-weight: 600;
}

.about-sect {
  padding-left: 0px;
}
.about-sect li{
  list-style: none ;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
} 

.about-sect li i{
  color: #0f4fa3;
}
.amen_list img {
  width: 75px;
  height: auto;
}
.map-end-text{
  font-size: 20px;
}
.map-end-text {
  font-size: 25px !important;
}

.map-btn {
  text-align: start;
}



.carousel-inner {
  border-radius: 5px;
}

.carousel-control-prev-icon {
  display: none!important;
}
.carousel-control-next-icon {
  display: none!important;
}
.intfratctur.py-5 {
  background: #d69c3c;
}

.carousel-item {
  padding: 0px 0 0 0 !important;
  border: 5px solid #ffffffcf;
}

.from-icon img {
  height: 48px;
}

.fist-ftor a {
  font-size: 18px;
  color: white;
  text-decoration: none;
  margin-left: 10px;
}
.fist-ftor{
  margin-bottom: 15px;
}

.from-icon img {
  height: 37px;
}

.lastfrom{
  box-shadow: rgb(182, 146, 48) 0px 2px 8px 0px;
  padding: 22px 27px;
}

.mb-section{
  display: block;
}
/* .mb-call{
  display: block;
} */
@media(max-width: 768px){
  .mb-section{
    display: none;
  }
  .mb-call{
    display: none;
  }
}

.checkbox-container {
  display: flex;
  align-items: start;
}
.whtsap-btn img {
  height: 50px;
  background:
white;
  border-radius:
50%;
}
.mobile-btn img {
  height: 52px;
}