* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h2 {
  width: 60%;
  line-height: 3rem;
  margin: 0 auto;
  font-family: 'Libre Baskerville', serif !important;
  font-weight: 200;
  text-transform: uppercase;
}
@media only screen and (max-width: 769px) {
  h2 {
    font-size: 1.8rem !important;
    line-height: 2rem;
    font-weight: bold;
    width: 90%;
  }
}
h3,
h4,
h5,
h6,
p {
  font-family: 'Playfair Display', serif !important;
}
a,
button {
  font-family: 'Playfair Display', serif;
}
.h2-top-txt {
  padding-bottom: 1.5rem;
  color: #00885f !important;
  font-size: 16px;
  font-weight: bold;
}
.section-gap {
  padding: 5% 0;
}
span {
  font-weight: bold;
  color: #45f5c0;
}
.m-3b {
  margin-bottom: -3px;
}
.m-3t {
  margin-top: -3px;
}
.btn-primary {
  font-size: 16px;
  padding: 8px 60px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
}
@media only screen and (max-width: 769px) {
  .btn-primary {
    padding: 8px 25px;
  }
}
.btn-secondary {
  background-color: #00885f;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 15px;
  display: inline-block;
}
.cta {
  display: inline-block;
}
.db {
  background-color: #ffca38;
  color: #000;
}
.diagonal {
  position: relative;
  background: #ffffff00;
  color: white;
  /* border: none; */
  font-weight: 500;
  /* font-family: "Open Sans", sans-serif; */
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 769px) {
  .diagonal {
    white-space: nowrap;
  }
}
.diagonal:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 500%;
  height: 1000%;
  background: #ffffff;
  z-index: -1;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: translateX(calc(-25%)) translateY(10%) rotate(-15deg);
          transform: translateX(calc(-25%)) translateY(10%) rotate(-15deg);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}
.diagonal:hover::after {
  -webkit-transform: translateY(10%) translateX(50px) rotate(-15deg);
          transform: translateY(10%) translateX(50px) rotate(-15deg);
}
.diagonal:hover {
  color: #000;
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.diagonal:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border-color: #fff;
}
.follow-container .more-circle,
.bann-btn .more-circle {
  height: auto !important;
  bottom: 37px !important;
}
.banner {
  padding-top: 60px;
  height: 105vh;
  width: 100%;
  background: rgba(255, 255, 255, 0.075);
  background: radial-gradient(circle, #0000006b 48%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%), url(../img/SeniorCitizen.jpg) center / cover;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .banner {
    height: auto;
    padding-top: 130px;
  }
}
@media only screen and (max-width: 991px) {
  .banner {
    padding-top: 130px;
  }
}
.banner .nav-bar-custom a {
  color: #fff;
}
@media only screen and (min-width: 450px) and (max-width: 991px) {
  .banner .nav-bar-custom a {
    padding: 2px !important;
  }
}
.banner .nav-bar-custom a:hover {
  color: yellow;
}
.banner .banner-text {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 480px) {
  .banner .banner-text {
    padding: 0px;
    text-align: center;
  }
}
.banner .big-heading {
  color: white;
  font-size: 3.5rem;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  line-height: 70px;
}
@media only screen and (max-width: 769px) {
  .banner .big-heading {
    font-size: 3.5rem;
    line-height: 60PX;
  }
}
@media only screen and (max-width: 480px) {
  .banner .big-heading {
    font-size: 2.5rem;
    line-height: 40PX;
  }
}
.banner .cursive-text {
  padding-top: 15%;
  color: yellow;
  font-size: 3.5rem;
  font-weight: 100;
  line-height: 3.6rem;
  font-family: 'Great Vibes', cursive !important;
  display: inline-block;
}
@media only screen and (max-width: 769px) {
  .banner .cursive-text {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 480px) {
  .banner .cursive-text {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.banner .ban-form {
  padding: 20% 10%;
}
@media only screen and (max-width: 991px) {
  .banner .ban-form {
    padding: 2rem 0rem;
  }
}
@media only screen and (max-width: 480px) {
  .banner .ban-form {
    padding: 2rem 0.5rem;
  }
}
.banner .ban-form form {
  padding: 2rem 2rem;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
.banner .ban-form form .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  border: navajowhite;
  background-color: #0000;
  background-clip: padding-box;
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
}
.banner .ban-form form .form-control::-webkit-input-placeholder {
  color: #fff;
}
.banner .ban-form form .form-control::-moz-placeholder {
  color: #fff;
}
.banner .ban-form form .form-control:-ms-input-placeholder {
  color: #fff;
}
.banner .ban-form form .form-control::-ms-input-placeholder {
  color: #fff;
}
.banner .ban-form form .form-control::placeholder {
  color: #fff;
}
.banner .ban-form form select option {
  color: black;
}
.banner .down-arrow {
  margin-top: 3rem;
  color: #fff;
  font-size: 2.5rem;
}
@media only screen and (max-width: 480px) {
  .banner .down-arrow {
    font-size: 1.5rem;
    margin-top: 4rem;
  }
}
.la-bars {
  margin-top: 12px !important;
}
.fixed-nav {
  background-color: #fff;
  -webkit-transition: all 0.5;
  transition: all 0.5;
}
.fixed-nav .nav-link {
  color: #000 !important;
}
.fixed-nav .nav-link:hover {
  color: #00885f !important;
}
.fixed-nav .diagonal:after {
  background-color: #000;
}
.fixed-nav .diagonal {
  color: #000;
  border-color: #000;
}
.fixed-nav .diagonal:hover {
  color: #fff;
}
.fixed-nav .me-2 {
  width: 150px;
}
.navbar-collapse .btn-primary {
  padding: 11px 13px !important;
  white-space: nowrap !important;
}
.navbar-toggler-icon {
  color: #fff;
  font-size: 30px;
}
.navbar-toggler:focus:not(:focus-visible) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar-brand .logo {
  height: 160px;
}
@media only screen and (max-width: 480px) {
  .navbar-brand .logo {
    height: 65px;
  }
}
.bi {
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .fixed-nav .navbar-brand .logo {
    height: 35px;
    width: auto !important;
  }
}
@media only screen and (max-width: 768px) {
  .navbar-collapse {
    background-color: #fff;
    padding-bottom: 12PX;
  }
  .navbar-collapse .nav-link {
    color: #000 !important;
  }
  .navbar-collapse .nav-link:hover {
    color: #00885f !important;
  }
  .navbar-collapse .diagonal:after {
    background-color: #000;
  }
  .navbar-collapse .diagonal {
    color: #000;
    border-color: #000;
    margin-right: 1REM;
  }
  .navbar-collapse .diagonal:hover {
    color: #fff;
  }
}
.about {
  background: -webkit-gradient(linear, left top, left bottom, from(#eee9c629), to(#eee9c6)), url(../img/birds.png);
  background: linear-gradient(#eee9c629, #eee9c6), url(../img/birds.png);
  background-position: top;
  background-size: contain;
}
.about h2 {
  width: 100%;
  font-size: 2.5rem;
}
.about .about-text {
  padding: 0 3rem;
}
.about .about-text p {
  color: #000000;
}
@media only screen and (max-width: 480px) {
  .about .about-text p {
    text-align: justify;
  }
}
.about .about-text h2 {
  color: #0e0101;
}
.about .about-text .h2-top-txt {
  color: #00885f !important;
}
@media only screen and (max-width: 769px) {
  .about .about-text {
    padding: 0;
  }
}
.about .about-img img {
  width: 420px;
  height: 525px;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 0 0 20%;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
@media only screen and (max-width: 769px) {
  .about .about-img img {
    width: 270px;
    height: 400px;
    margin: 0 0 0 2%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 390px) {
  .about .about-img img {
    width: 200px;
    height: 279px;
    margin: 0 auto !important;
  }
}
@media only screen and (max-width: 480px) {
  .about .about-img img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.about .about-img img:hover {
  z-index: 9 !important;
}
.about .about-img {
  position: relative;
}
.about .about-img2 {
  z-index: 1 !important;
  position: absolute !important;
  top: 0;
  left: 0;
  -webkit-transform: rotate(355deg) !important;
          transform: rotate(355deg) !important;
  margin: 39px 0 0px 52px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 769px) {
  .about .about-img2 {
    width: 270px;
    height: 400px;
    -webkit-transform: rotate(357deg);
            transform: rotate(357deg);
    margin: 0 0 0 2%;
  }
}
@media only screen and (max-width: 480px) {
  .about .about-img2 {
    -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
    margin: 59px 0 0px calc(2vw + 105px) !important;
  }
}
.about .about-img2:hover {
  z-index: 9 !important;
}
.about .bar-line {
  width: 90%;
  height: 1px;
  background-color: rgba(31, 31, 31, 0.547);
  margin: 2rem auto 1rem auto;
}
.about .abut-btm {
  text-align: center;
  width: 90%;
  margin: 6rem auto 1rem auto;
}
.about .abut-btm h3 {
  font-family: 'Line Awesome Free' !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 2rem;
}
.about .value-card {
  position: relative;
  text-align: center;
}
.about .value-card h4 {
  font-size: 3rem;
  color: #000000;
  font-family: 'Line Awesome Free' !important;
}
@media screen and (max-width: 480px) {
  .about .value-card h4 {
    font-size: 2rem;
  }
}
.about .value-card h3 {
  font-size: 15px;
  color: #000000;
}
.about .value-card p {
  text-align: left;
}
@media screen and (max-width: 480px) {
  .about .value-card p {
    text-align: center;
  }
}
.about .value-card i {
  font-size: 3rem;
}
.about .value-card span {
  display: block;
  text-align: left;
  font-size: 1.2rem;
  color: #000000;
}
@media screen and (max-width: 480px) {
  .about .value-card span {
    text-align: center;
  }
}
.video-box {
  position: relative;
  z-index: 1;
}
.video-box a {
  text-decoration: none;
}
.play {
  cursor: pointer;
}
.video-box .image {
  position: relative;
  overflow: hidden;
  margin: 0px;
  text-align: center;
}
.video-box .image img {
  position: relative;
  width: 100%;
}
.video-box .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  overflow: hidden;
  padding: 25% 0px;
  line-height: 70px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .video-box .overlay-box {
    padding: 17% 0px;
  }
}
.video-box .overlay-box span {
  position: relative;
  width: 70px;
  height: 70px;
  padding-top: 20px;
  z-index: 99;
  color: #e20000;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  padding-left: 4px;
  background-color: #ffffff47;
  display: inline-block;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.video-box .overlay-box .text {
  position: relative;
  color: #ffffff;
  line-height: 1.3em;
  margin-top: 35px;
  text-decoration: none;
}
.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.video-box .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.video-box .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.amenities .h2-top-txt {
  padding-bottom: 0.5rem;
}
.amenities img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin-bottom: 2rem;
}
.amenities .amenitie-head {
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
}
.amenities .amenitie-card {
  padding: 0 2.5rem 0 1.5rem;
  border-left: 1px solid #c7c7c7a3;
}
.amenities .down-card {
  margin-top: 5rem;
}
.family {
  background: -webkit-gradient(linear, left top, left bottom, from(#04651081), to(#04651081)), url(../img/happy-indian-couple-spending-time-together.jpg);
  background: linear-gradient(#04651081, #04651081), url(../img/happy-indian-couple-spending-time-together.jpg);
  color: #fff;
}
.family .h2-top-txt {
  color: #fff !important;
}
.f-block img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 769px) {
  .f-block img {
    padding: 0;
  }
}
.floor-plan {
  background-color: #fff;
  padding-top: 4%;
}
.floor-plan .tab-btn-list ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.floor-plan h4 {
  font-weight: bold;
  font-family: arial !important;
}
.floor-plan .tab-img {
  padding: 2rem 5rem;
}
.floor-plan .tab-img img {
  width: auto;
  max-height: 600px !important;
  margin: auto;
  display: block;
}
@media only screen and (max-width: 769px) {
  .floor-plan .tab-img img {
    max-width: 100%;
  }
}
.floor-plan .tab-btn {
  border: none;
  width: 100%;
  padding: 12px;
  font-weight: 500;
  background: transparent;
  border-bottom: 1px solid #b0b0b0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: sans-serif !important;
}
.floor-plan .tab-btn.active {
  color: #00885f;
  border-bottom: 2px solid #00885f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.floor-plan .big-flor-tab {
  margin-top: 3%;
}
.floor-plan .tab-table td {
  text-align: right;
}
.floor-plan tbody tr th {
  font-weight: 500;
}
.floor-plan tbody .price-tr {
  border-color: transparent;
}
.floor-plan .tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.floor-plan .tab-buttons .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 736px) {
  .floor-plan .nav-item {
    white-space: nowrap;
  }
}
.carrousel-img img {
  width: 100%;
  height: 85vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 480px) {
  .carrousel-img img {
    height: 40vh;
  }
}
.price .price-table {
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .price .price-table {
    overflow-x: scroll;
  }
}
.price .btn-secondary {
  background-color: #666666;
}
.price .btn-secondary:hover {
  background-color: #00885f !important;
}
.premium-amenites .amen-card {
  margin: 0 2rem;
}
@media only screen and (max-width: 769px) {
  .premium-amenites .amen-card {
    margin: 0rem;
  }
}
@media only screen and (max-width: 480px) {
  .premium-amenites .amen-card .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .premium-amenites .amen-card .txt {
    margin-top: 1rem;
  }
}
.premium-amenites .amen {
  background-color: #eee9c6;
  border: none;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.premium-amenites .amen i {
  font-size: 29px;
  color: black;
}
.premium-amenites .amen-card {
  border-top: 1px solid #c7c7c7;
  padding: 1rem 0 4rem 0;
}
.premium-amenites .txt h5 {
  font-weight: bold;
  font-size: 18px;
  margin: 0 !important;
}
.premium-amenites .txt p {
  margin: 0 !important;
}
.map {
  background-color: #eee9c6;
  color: #000000;
}
.map .main-text {
  text-align: center;
  line-height: 30px;
  width: 70%;
  margin: 25px auto;
}
@media screen and (max-width: 480px) {
  .map .main-text {
    width: 90%;
  }
}
.map .map-block {
  border: 1px solid #00885f !important;
  -webkit-box-shadow: 0px 0px 10px -5px #000000;
          box-shadow: 0px 0px 10px -5px #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 1rem;
}
.map .map-block:hover {
  -webkit-box-shadow: 0px 0px 11px 2px rgba(56, 56, 56, 0.504);
          box-shadow: 0px 0px 11px 2px rgba(56, 56, 56, 0.504);
}
.map .map-block img {
  width: 100%;
  height: 281px;
  -o-object-fit: cover;
     object-fit: cover;
}
.map .map-block .map-txt {
  padding: 12px;
  background-color: #00885f !important;
}
.map .map-block .map-txt h3 {
  font-size: 20px;
  color: #fff;
  text-transform: u;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.map .map-block .map-txt h3 span {
  color: #fff;
  font-size: 40px;
  font-family: sans-serif;
  margin-right: 0.5rem;
}
.map .h2-top-txt {
  color: #00885f !important;
}
.map ul {
  list-style: none;
  padding: 0;
}
.map li {
  position: relative;
  padding-left: 1.3em;
  margin-bottom: 1rem;
}
.map li:before {
  content: "\f192";
  /* FontAwesome Unicode */
  font-family: 'Line Awesome Free';
  display: inline-block;
  margin-left: -1.3em;
  /* same as padding-left set on li */
  width: 1.3em;
  /* same as padding-left set on li */
  color: #000000;
  margin-right: 1rem;
}
@media screen and (max-width: 480px) {
  .map .map-li {
    text-align: center;
  }
}
.map .map-li span {
  position: relative;
  color: #00885f !important;
  font-size: 1.3rem;
  display: block;
  margin-bottom: 6px;
}
.map .map-li h4 {
  font-size: 15px !important;
  line-height: 14px;
}
.map .map-li p {
  font-size: 15px;
}
.testimonial-card {
  margin: 0.7rem;
  background-color: #bcffeb49;
  padding: 1rem;
  border: 1px solid #00885f;
  -webkit-box-shadow: 0px 0px 8px -4px #000000;
          box-shadow: 0px 0px 8px -4px #000000;
}
.testimonial-card img {
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 769px) {
  .testimonial-card img {
    height: 80px;
  }
}
.testimonial-card h3 {
  font-size: 20px;
  margin: 0;
}
.testimonial-card .test-line {
  height: 140px;
  width: 1px;
  background: #00885f;
  margin-left: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.testimonial-card p {
  /* margin: 0; */
  line-height: 1.3rem;
}
.enquire-modal .btn-close {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: none;
  margin: 5px;
  border-radius: 50%;
}
.enquire-modal .modal-content {
  border: none !important;
  border-radius: 0 !important;
}
.enquire-modal .modal-ban {
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 580px) {
  .enquire-modal .modal-ban {
    min-height: auto;
  }
}
.enquire-modal .form {
  padding: 12px;
}
.enquire-modal .form input,
.enquire-modal .form textarea,
.enquire-modal .form select {
  border: none;
  border-bottom: 2px solid #00885f;
  border-radius: inherit;
}
.enquire-modal .form input[type=checkbox] {
  border: none;
  border-bottom: 2px solid #00885f;
  border-radius: 25px;
}
.enquire-modal .form button {
  border: none;
  border-radius: 0;
}
.contact-us {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
  background: #F9F9F9;
}
.contact-us p {
  color: #00885f;
  font-size: 1rem;
  text-transform: capitalize;
}
.contact-us img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-us h4 {
  margin-top: 1rem;
  font-size: 2.6rem;
  line-height: 3rem;
  font-family: 'Libre Baskerville', serif !important;
  font-weight: 200;
  text-transform: uppercase;
}
.contact-us fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}
.contact-us input[type="text"],
.contact-us input[type="email"],
.contact-us input[type="tel"],
.contact-us input[type="url"],
.contact-us select,
.contact-us textarea {
  width: 90%;
  font-size: 16px;
  border: 2px solid #00885f;
  background: #FFF;
  margin: 5px auto;
  padding: 15px;
  border-radius: 0 !important;
}
@media screen and (max-width: 480px) {
  .contact-us input[type="text"],
  .contact-us input[type="email"],
  .contact-us input[type="tel"],
  .contact-us input[type="url"],
  .contact-us select,
  .contact-us textarea {
    width: 100%;
  }
}
.contact-us textarea {
  height: 120px;
  max-width: 100%;
  resize: none;
}
.contact-us button[type="submit"] {
  cursor: pointer;
  width: 90%;
  border: none;
  background: #00885f;
  color: #FFF;
  margin: 0 auto;
  padding: 10px;
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  .contact-us button[type="submit"] {
    width: 100%;
  }
}
.contact-us button[type="submit"]:active {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
.contact-us ::-webkit-input-placeholder {
  color: #888;
  font-size: 16px;
}
.contact-us :-moz-placeholder {
  color: #888;
}
.contact-us ::-moz-placeholder {
  color: #888;
}
.contact-us :-ms-input-placeholder {
  color: #888;
}
.footer {
  background-color: #eee9c6;
  padding-top: 3rem;
}
@media screen and (max-width: 480px) {
  .footer {
    padding-top: 5rem;
  }
}
.footer a:hover {
  color: #00885f !important;
}
.footer img {
  max-width: 114px;
  margin-bottom: 1rem;
}
.footer h3 {
  color: #00885f !important;
  margin: 0;
  font-size: 18px;
  margin-bottom: 0.7rem;
}
.footer p {
  color: #000000;
  text-align: justify;
}
@media screen and (max-width: 480px) {
  .footer p {
    text-align: justify;
  }
}
.footer .footer-menu ul {
  margin-top: 1rem;
  list-style: none;
  padding: 0px;
  text-align: center;
  line-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer-menu ul li {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  width: 48%;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .footer .footer-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer-menu ul li {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    text-align: left;
  }
}
.footer .footer-menu ul li a {
  color: black;
  text-decoration: none;
}
.footer a {
  color: #000000;
  text-decoration: none;
  font-family: sans-serif;
}
.footer .line-foo {
  margin: 1rem 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.footer .btn {
  color: white;
}
.footer .copy {
  padding-bottom: 2rem;
}
.footer .copy a {
  color: #000000;
  text-decoration: none;
}
.call-btn {
  position: sticky;
  bottom: 0;
  right: 0;
  z-index: 999;
}
.call-btn .what {
  padding-right: 2px;
}
.call-btn i {
  font-size: 22px;
}
.call-btn a {
  color: #fff;
  text-decoration: none;
  font-family: sans-serif;
  position: relative;
  font-size: 18px;
}
.call-btn a .la-whatsapp {
  font-size: 22px;
  margin-right: 1rem;
}
.call-btn a .la-whatsapp::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1rem;
  height: 100%;
  width: 200%;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  background-color: #00885f;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.call-btn a:hover .la-whatsapp::after {
  background-color: #5c636a;
}
.location-gmap {
  padding-bottom: 0px;
}
.location-gmap .iframe-map {
  height: 70vh;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .location-gmap .iframe-map {
    height: 50vh;
  }
}
.no-scroll-y {
  overflow-y: hidden;
}
/* Preloader */
.ctn-preloader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99900;
}
.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 99100;
}
/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 10s infinite linear;
          animation: spinner 10s infinite linear;
  border-radius: 50%;
  height: 8em;
  margin: 0 auto 3.5em auto;
  width: 8em;
}
/* Texto cargando */
.ctn-preloader .animation-preloader .txt-loading {
  font: bold 1.3em 'Montserrat', sans-serif;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
          animation: letters-loading 4s infinite;
  color: #ffffff;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(255, 255, 255, 0.2);
  position: relative;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.ctn-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
  background: #080808;
}
.ctn-preloader .loader-section.section-left {
  left: 0;
}
.ctn-preloader .loader-section.section-right {
  right: 0;
}
/* Efecto de fade en la animación de cargando */
.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
/* Efecto de cortina */
.loaded .loader-section.section-left {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
.loaded .loader-section.section-right {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
/* Animación del preloader */
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
/* Animación de las letras cargando del preloader */
@-webkit-keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
/* Tamaño de portatil hacia atras (portatil, tablet, celular) */
@media screen and (max-width: 767px) {
  /* Preloader */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 3em;
    width: 3em;
  }
  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em 'Montserrat', sans-serif;
  }
}
@media screen and (max-width: 500px) {
  /* Prelaoder */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 3em;
    width: 3em;
  }
  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em 'Montserrat', sans-serif;
  }
}
.animation-preloader img:nth-child(2) {
  position: absolute;
  top: 35%;
  left: 50%;
  height: 60px;
  width: 60px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btf-txt img {
  width: 600px;
  display: block;
  margin: 0 auto;
}
.two-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mfp-img {
  width: 1200px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.thank-you {
  height: 100vh;
  background: url(../img/banner-1.webp);
  background-position: center;
  background-size: cover;
}
.thank-you .container {
  position: absolute;
  left: 50%;
  width: 60%;
  padding: 4rem 0;
  border-radius: 10px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 480px) {
  .thank-you .container {
    width: 90%;
    padding: 4rem 0.8rem;
  }
}
.thank-you .container h3 {
  font-size: 4rem;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
